html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline;
}

html {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

caption, th, td {
    text-align: left;
    font-weight: normal;
    vertical-align: middle;
}

q, blockquote {
    quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
    content: "";
    content: none;
}

a img {
    border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block;
}

/*@import "_reset";*/

@-o-viewport {
    zoom: 0.75;
    width: device-width;
}
* {
    box-sizing: border-box;
    font-family: 'Ubuntu', sans-serif;
}

html {
    overflow-x: hidden;
}

body {
    color: #010101;
    background-color: #fff;
    line-height: 1.3;
    font-weight: 400;
    height: 100%;
    overflow-x: hidden;
    font-family: 'Ubuntu', sans-serif;
    font-size: 18px;
}

a {
    color: #ffffff;
    text-decoration: none;
}
a:focus {
    outline: none;
}

.link_with-hover-bottom-border {
    position: relative;
}
.link_with-hover-bottom-border:after {
    content: '';
    height: 1px;
    background-color: #fff;
    width: 0;
    display: block;
    position: absolute;
    transition: width .3s;
    -moz-transition: width .3s;
    -webkit-transition: width .3s;
    -o-transition: width .3s;
}
.link_with-hover-bottom-border:hover:after {
    width: 100%;
}

strong {
    font-weight: 600;
}

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

a img {
    display: inline;
}

button:hover {
    cursor: pointer;
}
button:focus {
    outline: none;
}

@media (max-width: 767px) {
    p, li {
        /* font-size: 0.8em; */
        line-height: 1.7;
    }
}
.clearfix {
    *zoom: 1;
}
.clearfix:after {
    content: "";
    display: table;
    clear: both;
}

.section {
    padding-top: 45px;
    padding-bottom: 45px;
}

.tablet-show {
    display: none;
}

.mobile-show {
    display: none;
}

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

    .tablet-hide {
        display: none;
    }
}
@media (max-width: 991px) {
    .advertisers-section .tablet-hide {
        display: none;
    }
}
@media (max-width: 767px) {
    .mobile-hide {
        display: none;
    }

    .mobile-show {
        display: block;
    }
}
.no-overflow {
    overflow: hidden;
    -webkit-overflow-scrolling: auto;
}

h1, .h1,
h2, .h2 {
    color: #2d2d2d;
}

h1, .h1 {
    font-size: 65px;
    font-weight: 400;
    line-height: 80px;
}
@media (max-width: 980px) {
    h1, .h1 {
        font-size: 50px;
        line-height: 58px;
    }
}
@media (max-width: 767px) {
    h1, .h1 {
        font-size: 35px;
        line-height: 38px;
    }
}

h2, .h2 {
    font-size: 18px;
    font-weight: 700;
    line-height: 27px;
}

.header {
    background-image: url(../img/land-1/header-bg.png);
    background-position: 100% -20px;
    background-repeat: no-repeat;
    position: relative;
    z-index: 100;
    /* @media (max-width: 1506px){
        & {
            background-position: 100% -300px;
        }
    } */
}
@media (max-width: 1660px) {
    .header {
        background-position: 100% -112px;
    }
}
@media (max-width: 1506px) {
    .header {
        background-image: url(../img/land-1/header-bg_tblet-pc.png);
        background-position: 100% 0;
    }
}
@media (max-width: 1140px) {
    .header {
        background-image: url(../img/land-1/header-bg_tblet-pc.png);
        background-position: 300% 0;
    }
}
@media (max-width: 1060px) {
    .header {
        background-image: url(../img/land-1/header-bg_tablet.png);
        background-position: 100% 0;
    }
}
@media (max-width: 917px) {
    .header {
        background-image: url(../img/land-1/header-bg_tblet-smoll.png);
    }
}
@media (max-width: 480px) {
    .header {
        background-image: url(../img/land-1/header-bg_tblet-smoll-mob.png);
        background-position: 70% -120px;
    }
}
.header__logo {
    float: left;
    margin-top: 40px;
}
@media (max-width: 980px) {
    .header__logo {
        margin-top: 30px;
    }
}
@media (max-width: 767px) {
    .header__logo {
        display: none;
    }
}
.header__nav {
    float: right;
    width: 80%;
    margin-top: 33px;
    text-align: right;
    padding-bottom: 33px;
}
@media (max-width: 994px) {
    .header__nav {
        width: 70%;
        margin-top: 30px;
    }
}
@media (max-width: 767px) {
    .header__nav {
        display: none;
    }
}
.header__nav-item {
    display: inline-block;
    margin-right: 36px;
}
@media (max-width: 980px) {
    .header__nav-item {
        margin-right: 15px;
    }
}
.header__nav-item:last-child {
    margin-right: 0;
}
.header__nav-item a {
    font-size: 20px;
    font-weight: 400;
}
@media (max-width: 994px) {
    .header__nav-item a {
        font-size: 15px;
    }
}
.header__nav-item-anchor {
    margin-right: 100px;
}
@media (max-width: 1181px) {
    .header__nav-item-anchor {
        margin-right: 30px;
    }
}
@media (max-width: 980px) {
    .header__nav-item-anchor {
        margin-right: 15px;
    }
}
.header__nav-item-anchor:nth-child(3) {
    margin-right: 129px;
}
@media (max-width: 1159px) {
    .header__nav-item-anchor:nth-child(3) {
        margin-right: 30px;
    }
}
.header__nav-mob-soc-link {
    padding-bottom: 23px;
}
.header__nav-mob-soc-link a {
    margin-right: 20px;
}
.header__nav-mob-soc-link a:last-child {
    margin-right: 0;
}
.header__nav-mob-soc-link img {
    max-width: 20px;
}
.header-wrapp {
    /* padding: 0 43px; */
    padding: 0 55px;
    margin: 0 auto;
}
@media (max-width: 767px) {
    .header-wrapp {
        padding: 0 22px;
    }
}
.header-banner__text {
    padding-top: 368px;
    padding-bottom: 316px;
}
@media (max-width: 992px) {
    .header-banner__text {
        padding-bottom: 113px;
        padding-top: 230px;
    }
}
@media (max-width: 480px) {
    .header-banner__text {
        padding-top: 93px;
        padding-bottom: 66px;
    }
}
.header-banner__text-title {
    margin-bottom: 64px;
}
@media (max-width: 980px) {
    .header-banner__text-title {
        margin-bottom: 48px;
    }
}
@media (max-width: 767px) {
    .header-banner__text-title {
        margin-bottom: 25px;
    }
}
.header-banner__text-descr {
    font-weight: 400;
    margin-bottom: 64px;
}
@media (max-width: 980px) {
    .header-banner__text-descr {
        margin-bottom: 48px;
    }
}

.header-mob {
    display: none;
    position: fixed;
    top: 0;
    width: 100%;
    background-image: linear-gradient(-186deg, #080a16 0%, #054772 97%, #054772 100%);
    height: 63px;
    opacity: 0.9;
}
@media (max-width: 767px) {
    .header-mob {
        display: block;
    }
}

.header__logo-mob {
    padding-top: 21px;
    padding-left: 24px;
    height: 65px;
    background-image: linear-gradient(-186deg, #080a16 0%, #054772 97%, #054772 100%);
}

.header__nav-mob {
    display: none;
    background-image: linear-gradient(-207deg, #080a16 0%, #1b84c7 100%);
    padding-top: 41px;
    text-align: center;
}
.header__nav-mob .btn_large {
    width: 254px;
    margin: 0 auto 46px;
    font-size: 20px;
}

.header-mob_is-open .header__nav-mob {
    display: block;
}

.header-mob_is-open.header-mob {
    opacity: 1;
}

.header__nav-item-mob {
    padding: 14px 0;
}
.header__nav-item-mob a {
    font-weight: 400;
    font-size: 16px;
}

.header__nav-mob-log-in {
    position: absolute;
    right: 0;
    left: 0;
    margin: 26px auto 0;
}
.header__nav-mob-log-in a {
    font-size: 16px;
    color: #06a0d8;
    position: relative;
    font-weight: 600;
}
.header__nav-mob-log-in a:after {
    content: '';
    height: 2px;
    width: 100%;
    display: block;
    position: absolute;
    background-color: #06a0d8;
    margin: 0 auto;
    left: 0;
    right: 0;
    bottom: -1px;
}

.header-mob_is-open #topNav {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    z-index: 666;
    background: rgba(255, 255, 255, 0.9);
}

.footer-section__sub {
    margin-bottom: 40px;
}
.footer-section__sub-mail {
    width: 100%;
    max-width: 431px;
    height: 44px;
    box-shadow: 0 14px 44px 5px rgba(0, 0, 0, 0.08);
    -webkit-box-shadow: 0 14px 44px 5px rgba(0, 0, 0, 0.08);
    -webkit-border:1px solid #acd9e6;
    border-radius: 22px;
    background-color: #ffffff;
    outline: none;
    padding-left: 26px;
    border: none;
    border: 1px solid transparent;
    line-height: 44px;
}
.footer-section__sub-mail:focus {
    outline: none;
}
.footer-section__sub-mail::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    opacity: 0.5;
    color: #2d2d2d;
    font-size: 18px;
    font-weight: 400;
    line-height: 44px;
}
.footer-section__sub-mail::-moz-placeholder {
    /* Firefox 19+ */
    opacity: 0.5;
    color: #2d2d2d;
    font-size: 18px;
    font-weight: 400;
    line-height: 44px;
}
.footer-section__sub-mail:-ms-input-placeholder {
    /* IE 10+ */
    opacity: 0.5;
    color: #2d2d2d;
    font-size: 18px;
    font-weight: 400;
    line-height: 44px;
}
.footer-section__sub-mail:-moz-placeholder {
    /* Firefox 18- */
    opacity: 0.5;
    color: #2d2d2d;
    font-size: 18px;
    font-weight: 400;
    line-height: 44px;
}
@media (max-width: 767px) {
    .footer-section__sub-mail {
        max-width: 277px;
    }
}
@media (max-width: 480px) {
    .footer-section__sub-mail {
        max-width: 260px;
    }
}
.footer-section__sub-title {
    color: #2d2d2d;
    font-size: 18px;
    font-weight: 400;
    line-height: 1;
    margin-bottom: 12px;
}
.footer-section__sub__sub-btn {
    background-color: #0083b3;
}
.footer-section__link {
    font-weight: 400;
    line-height: 30px;
}
.footer-section__link-1 {
    font-weight: 600;
}
.footer-section__link > a {
    display: inline-block;
    color: #2d2d2d;
}
.footer-section__link > a:after {
    background-color: #454545;
}
@media (max-width: 1199px) {
    .footer-section__link > a {
        display: block;
        max-width: 185px;
    }
}
.footer-section__link-soc {
    margin-top: 14px;
}
.footer-section__link-soc a {
    display: inline-block;
    margin-right: 28px;
}
.footer-section__link-soc a:last-child {
    margin-right: 0;
}
@media (max-width: 980px) {
    .footer-section__link {
        padding-left: 25px;
    }
}
@media (max-width: 767px) {
    .footer-section__link {
        padding-left: 0;
        padding-bottom: 29px;
    }
}
.footer-section__bottom {
    text-align: center;
    background-color: #f7f8f9;
    padding: 15px 0;
}
.footer-section__bottom p {
    opacity: 0.9;
    color: #2d2d2d;
    font-size: 15px;
    font-weight: 400;
    line-height: 16px;
}
.footer-section__input {
    position: relative;
}
.footer-section__input form{
    position: relative;
}
.footer-section__input .btn {
    position: absolute;
    left: 304px;
    top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
@media (max-width: 767px) {
    .footer-section__input .btn {
        left: 150px;
    }
}
@media (max-width: 480px) {
    .footer-section__input .btn {
        left: 131px;
    }
}

.footer-logo {
    display: inline-block;
    margin-bottom: 24px;
}

.custom-container {
    width: 1370px;
    margin: 0 auto;
}
@media (max-width: 1400px) {
    .custom-container {
        width: 100%;
    }
}

#back-top {
    display: none;
    position: fixed;
    bottom: 120px;
    width: 45px;
    height: 43px;
    right: 50px;
    cursor: pointer;
    border-radius: 30px;
    z-index: 1;
}
#back-top img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    display: block;
    right: 0;
}

.hidden-char {
    visibility: hidden;
}

.br {
    display: block;
}

.custom-container {
    width: 1440px;
    margin: 0 auto;
}

#closebtn {
    height: 21px;
    width: 30px;
    position: absolute;
    text-decoration: none;
    top: 23px;
    right: 24px;
    font-size: 36px !important;
    z-index: 100;
    color: #fff;
    cursor: pointer;
    trainsition: background-position .3s;
    display: none;
}

@media (max-width: 1199px) {
    #closebtn {
        display: block;
    }
}
.line1, .line2, .line3 {
    margin-top: 5px;
    background-color: #fff;
    width: 30px;
    height: 3px;
    display: block;
    position: relative;
    opacity: 1.0;
    border-radius: 15%;
    transition: all .3s;
}

.line1 {
    margin-top: 0;
}

.line1.active {
    transform: rotate(270deg);
    opacity: 0.0;
    background-color: #fff;
    top: 5px;
}

.line2.active {
    transform: rotate(45deg);
    background-color: #fff;
}

.line3.active {
    transform: rotate(-45deg);
    background-color: #fff;
    top: -7px;
}

.overflow-hidden {
    overflow: hidden;
}

#publisher {
    position: relative;
    top: -150px;
}
@media (max-width: 980px) {
    #publisher {
        top: 0;
    }
}

.btn {
    display: block;
    text-align: center;
    font-weight:400;
}
.btn_large {
    width: 274px;
    height: 62px;
    line-height: 62px;
    font-size: 20px;
}
@media (max-width: 767px) {
    .btn_large {
        width: 254px;
    }
}
.btn_middle {
    width: 146px;
    height: 48px;
    line-height: 46px;
    /* @media (max-width: 980px){
        &{
            width: 117px;
            height: 34px;
            line-height: 34px;
        }
    } */
}
.btn_middle.btn_style-2 {
    line-height: 44px;
    /*border 2px top & bottom */
}
@media (max-width: 980px) {
    .btn_middle.btn_style-2 {
        width: 117px;
        height: 38px;
        line-height: 34px;
    }
}
.btn_small {
    width: 123px;
    height: 34px;
    line-height: 32px;
}
.btn_style-1 {
    box-shadow: 0 14px 44px 5px rgba(26, 221, 151, 0.28);
    border-radius: 31px;
    background-image: linear-gradient(-207deg, #1add97 0%, #1add97 100%);
}
.btn_style-1:hover {
    background-image: none;
    background-color: #25efa7;
    box-shadow: 0 14px 44px 5px rgba(26, 221, 151, 0.28);
}
.btn_style-2 {
    border-radius: 24px;
    border: 2px solid #ffffff;
    color: #ffffff;
}
.btn_style-2:hover {
    color: #06a0d8;
    border: 2px solid #06a0d8;
}
.btn_style-3 {
    border-radius: 24px;
    border: 2px solid #0083b3;
    color: #0083b3;
}
.btn_style-3:hover {
    color: #06a0d8;
    border: 2px solid #06a0d8;
}
.btn_style-4 {
    background-color: #1add97;
    color: #ffffff;
    border-radius: 31px;
}
.btn_style-4:hover {
    background-color: #25efa7;
}
.btn_style-5 {
    box-shadow: 0 14px 44px 5px rgba(255, 187, 68, 0.26);
    border-radius: 31px;
    background-image: linear-gradient(-207deg, #ffbb44 0%, #ffc258 100%);
}
.btn_style-5:hover {
    box-shadow: 0 14px 44px 5px rgba(255, 187, 68, 0.26);
    background-image: linear-gradient(-207deg, #fdca70 0%, #fdca70 100%);
}
.btn_style-6 {
    border-radius: 17px;
    background-color: #0083b3;
    border: none;
    color: #fff;
    font-size: 18px;
}
.btn_style-6:hover {
    background-color: #06a0d8;
}

.header-banner__btn {
    margin-bottom: 73px;
    width: 254px;
}

@media (max-width: 340px){
    .header-banner__btn {
        margin-right: auto;
        margin-left: auto;
    }
}

.stick-cart {
    border-radius: 5px;
    width: 195px;
    height: 234px;
    float: left;
    margin-right: 26px;
    /* margin-bottom: 30px; */
    padding-left: 14px;
    padding-top: 28px;
    padding: 28px 0 0 14px;
}
@media (max-width: 1200px) and (min-width: 992px) {
    .stick-cart {
        margin-right: 5px;
        margin-bottom: 5px;
        width: 165px;
    }
}
.stick-cart:last-child {
    margin-right: 0;
}
.stick-cart__img {
    margin-bottom: 15px;
}
.stick-cart__img img {
    display: inline;
}
.stick-cart__title {
    font-size: 14px;
    line-height: 18.21px;
    margin-bottom: 23px;
    font-weight: 600;
    color: #fff;
}
@media (max-width: 767px) {
    .stick-cart__title {
        font-size: 16px;
    }
}
.stick-cart__descr {
    font-size: 12px;
    font-weight: 400;
    color: #fff;
    padding-right: 14px;
}
@media (max-width: 767px) {
    .stick-cart__descr {
        font-size: 16px;
    }
}
.stick-cart-row {
    text-align: left;
}
@media (max-width: 992px) {
    .stick-cart-row {
        max-width: 645px;
        margin: 0 auto;
    }
}
.stick-cart-1 {
    background-color: #ffbb44;
}
.stick-cart-2 {
    background-color: #e62d85;
    margin-top: -108px;
}
.stick-cart-3 {
    background-color: #4481fe;
}
.stick-cart-4 {
    background-color: #01477b;
}
.stick-cart-5 {
    background-color: #001046;
    margin-top: -108px;
}
.stick-cart-6 {
    background-color: #58bd66;
}

.publishers-section__title {
    margin-bottom: 51px;
}
@media (max-width: 767px) {
    .publishers-section__title {
        margin-bottom: 27px;
    }
}
.publishers-section__descr {
    /* font-family: "Myriad Pro"; */
    font-weight: 400;
    margin-bottom: 70px;
}
@media (max-width: 767px) {
    .publishers-section__descr {
        margin-bottom: 0;
    }
}
@media (max-width: 980px) {
    .publishers-section {
        margin-bottom: 163px;
        padding: 0 44px;
    }
}
@media (max-width: 767px) {
    .publishers-section {
        margin-bottom: 40px;
    }
    .publishers-section .btn_large {
        display: none;
    }
}
@media (max-width: 767px) {
    .publishers-section {
        padding: 0 22px;
    }
}

.about-section__title, .advertisers-section__title, .contact-section__title {
    margin-bottom: 42px;
}

.about-section__descr-title, .advertisers-section__descr-title, .contact-section__descr-title {
    margin-bottom: 42px;
    line-height: 27px;
    font-weight: 700;
}
@media (max-width: 767px) {
    .about-section__descr-title, .advertisers-section__descr-title, .contact-section__descr-title {
        margin-bottom: 25px;
    }
}

.about-section p, .advertisers-section p {
    line-height: 27px;
    color: #2d2d2d;
    font-weight: 400;
    margin-bottom: 30px;
}

.about-section {
    margin-top: 159px;
}
.about-section__descr-title-list {
    margin-bottom: 15px;
    font-weight: 400;
}
.about-section ul {
    float: left;
    padding-left: 20px;
    margin-bottom: 10px;
}
@media (max-width: 767px) {
    .about-section ul {
        margin-bottom: 0;
    }
}
.about-section ul li {
    padding-left: 30px;
    position: relative;
    margin-bottom: 20px;
    font-weight: 400;
}
@media (max-width: 767px) {
    .about-section ul li {
        margin-bottom: 5px;
    }
}
.about-section ul li:before {
    content: '';
    background-image: url("../img/land-1/checked.png");
    background-repeat: no-repeat;
    width: 17px;
    height: 13px;
    position: absolute;
    left: 0;
    transform: translateY(-50%);
    top: 50%;
}
.about-section blockquote {
    font-weight: 400;
    font-style: italic;
    border-left: 2px solid #e57e25;
    padding-left: 20px;
}
@media (max-width: 980px) {
    .about-section {
        padding: 0 44px;
        margin-top: 79px;
    }
}
@media (max-width: 767px) {
    .about-section {
        margin-top: 40px;
        padding: 0 22px;
    }
}

.about-section__round-img {
    position: relative;
    margin-top: 165px;
}
@media (max-width: 980px) {
    .about-section__round-img {
        margin-top: 0;
    }
}

.round-diag-small_1,
.round-diag-small_2,
.round-diag-small_3 {
    position: absolute;
}
@media (max-width: 480px) {
    .round-diag-small_1,
    .round-diag-small_2,
    .round-diag-small_3 {
        max-width: 110px;
    }
}
@media (max-width: 480px) {
    .round-diag-small_1 {
        top: -25px;
        right: 70px;
    }
}

.round-diag-small_1{
    top: 20px;
    right: 70px;
}

.round-diag-small_2 {
    top: 90px;
    left: -35px;
}

.round-diag-small_3 {
    right: 40px;
    bottom: -45px;
}

.advertisers-section {
    margin-top: 182px;
}
@media (max-width: 980px) {
    .advertisers-section {
        margin-top: 0;
    }
}
@media (max-width: 767px) {
    .advertisers-section {
        padding: 0 22px;
    }
}


.advertisers-section .tablet-show {
    margin-top: 50px;
}


.advertisers-section p {
    padding-left: 15px;
    position: relative;
}
.advertisers-section .dots {
    display: inline-block;
    width: 8px;
    height: 8px;
    background-color: #e57e25;
    vertical-align: middle;
    border-radius: 100%;
    margin-right: 10px;
    margin-left: 4px;
}
.advertisers-section .btn {
    margin-top: 70px;
}
@media (max-width: 767px) {
    .advertisers-section .btn {
        margin: 38px auto 41px;
    }
}
.advertisers-section__img {
    margin-left: -23px;
    position: relative;
}
@media (max-width: 980px) {
    .advertisers-section__img {
        margin-left: auto;
    }
}
.advertisers-section-img-1 {
    top: -40px;
    left: 20px;
}
@media (max-width: 980px) {
    .advertisers-section-img-1 {
        top: 30px;
    }
}

.advertisers-section-img-2 {
    right: 15px;
    top: 70px;
}
@media (max-width: 980px) {
    .advertisers-section {
        padding: 0 44px;
    }
}

.advertisers-section-img-1,
.advertisers-section-img-2 {
    position: absolute;
}
@media (max-width: 480px) {
    .advertisers-section-img-1,
    .advertisers-section-img-2 {
        max-width: 110px;
    }
}

.contact-section {
    margin-top: 142px;
}
@media (max-width: 980px) {
    .contact-section {
        padding: 0 44px;
        margin-top: 102px;
    }
}
@media (max-width: 767px) {
    .contact-section {
        margin-top: 76px;
        padding: 0 22px;
    }
}

.cta-section {
    height: 266px;
    box-shadow: 0 14px 44px 5px rgba(0, 0, 0, 0.08);
    border-radius: 5px;
    background-color: #ffffff;
    background-image: url(../img/land-1/CTA.jpg);
    background-repeat: no-repeat;
    background-position: -533px -50px;
    position: relative;
    margin-bottom: 40px;
}
.cta-section-text {
    position: absolute;
    margin: 0 auto;
    top: 50%;
    left: 0;
    right: 0;
    width: 400px;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    color: #2d2d2d;
    font-weight: 400;
    line-height: 44px;
}
.cta-section-text__1 {
    font-size: 36px;
    text-transform: uppercase;
}
@media (max-width: 980px) {
    .cta-section-text__1 {
        font-size: 33px;
    }
}
.cta-section-text__2 {
    font-size: 24px;
}
@media (max-width: 991px) {
    .cta-section-text {
        left: 31px;
        right: auto;
    }
}
@media (max-width: 767px) {
    .cta-section-text {
        position: relative;
        transform: none;
        -moz-transform: none;
        -webkit-transform: none;
        left: auto;
        text-align: center;
        margin-bottom: 15px;
        width: 100%;
    }
}
@media (max-width: 480px) {
    .cta-section-text {
        text-align: left;
        margin-bottom: 30px;
    }
}
.cta-section-btn {
    position: absolute;
    top: 50%;
    right: 64px;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
.cta-section-btn a {
    display: block;
    margin-bottom: 29px;
    max-width: 217px;
}
@media (max-width: 767px) {
    .cta-section-btn a {
        margin: 0 auto 31px;
    }
}
.cta-section-btn a:last-child {
    margin-bottom: 0;
}
@media (max-width: 991px) {
    .cta-section-btn {
        right: 27px;
    }
}
@media (max-width: 767px) {
    .cta-section-btn {
        position: relative;
        transform: none;
        -moz-transform: none;
        -webkit-transform: none;
        right: auto;
    }
}

@media (max-width: 980px) {
    .cta-section {
        padding: 0 44px;
    }
}
@media (max-width: 767px) {
    .cta-section {
        padding: 25px 22px;
        height: auto;
    }
}
@media (max-width: 480px) {
    .cta-section {
        padding: 25px 22px 56px;
    }
}

.stick-cart-section_mobile {
    display: none;
    padding: 0 22px;
}
.stick-cart-section_mobile .stick-cart {
    width: 100%;
    margin-right: 0;
    margin-bottom: 8px;
}
.stick-cart-section_mobile .stick-cart-2 {
    margin-top: 0;
}
.stick-cart-section_mobile .stick-cart-5 {
    margin-top: 0;
}
@media (max-width: 767px) {
    .stick-cart-section_mobile {
        display: block;
    }
}
.stick-cart-section_mobile .owl-theme .owl-dots .owl-dot span {
    width: 14px;
    height: 14px;
    background-color: transparent;
    border: 1px solid #e1e1e1;
}
.stick-cart-section_mobile .owl-theme .owl-dots .owl-dot.active span,
.stick-cart-section_mobile .owl-theme .owl-dots .owl-dot:hover span {
    background-color: #e0e0e0;
}
.stick-cart-section_mobile .owl-theme .owl-dots .active.owl-dot span {
    background-color: #e1e1e1;
}
.stick-cart-section_mobile .btn {
    margin: 39px auto;
}
.stick-cart-section_mobile .owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 20px;
}

@media (max-width: 980px) {
    .stick-cart-section {
        padding: 0 44px;
    }
}
@media (max-width: 767px) {
    .stick-cart-section {
        display: none;
    }
}

@media (max-width: 980px) {
    .helper-section {
        padding: 0 44px;
    }
}
@media (max-width: 767px) {
    .helper-section {
        padding: 0 22px;
    }
}

.contact-form label {
    color: #4d4c4c;
    font-weight: 700;
    font-size: 15px;
    display: block;
    margin-bottom: 8px;
}
.contact-form .contact-form-input_full {
    width: 100%;
    max-width: 616px;
}
@media (max-width: 1199px) {
    .contact-form .contact-form-input_full {
        max-width: 557px;
    }
}
@media (max-width: 991px) {
    .contact-form .contact-form-input_full {
        max-width: 608px;
    }
}
@media (max-width: 767px) {
    .contact-form .contact-form-input_full {
        max-width: none;
    }
}
.contact-form input {
    margin-bottom: 27px;
    outline: none;
    width: 275px;
    height: 44px;
    line-height: 44px;
    border-radius: 5px;
    border: 1px solid #cfcfcf;
    padding-left: 18px;
}
@media (max-width: 767px) {
    .contact-form input {
        width: 100%;
    }
}
.contact-form input:focus {
    outline: none;
}
.contact-form textarea {
    width: 554px;
    height: 114px;
    border-radius: 5px;
    border: 1px solid #cfcfcf;
    background-color: #ffffff;
    resize: none;
    margin-bottom: 27px;
    padding-left: 18px;
    padding-top: 18px;
    width: 100%;
    max-width: 616px;
    outline: none;
}
.contact-form textarea:focus {
    outline: none;
}
@media (max-width: 1199px) {
    .contact-form textarea {
        max-width: 557px;
    }
}
@media (max-width: 991px) {
    .contact-form textarea {
        max-width: 608px;
    }
}

@media (min-width: 981px) and (max-width: 991px) {
    .contact-form textarea {
        max-width: 650px;
    }
}

@media (max-width: 767px) {
    .contact-form textarea {
        max-width: none;
    }
}
.contact-form input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    opacity: 0.4;
    color: #4d4c4c;
    font-size: 15px;
    font-weight: 400;
}
.contact-form input::-moz-placeholder {
    /* Firefox 19+ */
    opacity: 0.4;
    color: #4d4c4c;
    font-size: 15px;
    font-weight: 400;
}
.contact-form input:-ms-input-placeholder {
    /* IE 10+ */
    opacity: 0.4;
    color: #4d4c4c;
    font-size: 15px;
    font-weight: 400;
}
.contact-form input:-moz-placeholder {
    /* Firefox 18- */
    opacity: 0.4;
    color: #4d4c4c;
    font-size: 15px;
    font-weight: 400;
}
.contact-form .contact-button {
    font-size: 20px;
    background-color: transparent;
    width: 223px;
    height: 64px;
    line-height: 60px;
    border-radius: 31px;
    border: 2px solid #0083b3;
    margin-bottom: 57px;
    margin-top: 108px;
}

.contact-form .contact-button:hover{
    border: 2px solid #06a0d8;
}

@media (max-width: 991px) {
    .contact-form .contact-button{
        margin-top: 30px;
    }
}

@media (max-width: 480px) {
    .contact-form button {
        display: block;
        margin: 0 auto 53px;
    }
}
.contact-form-img {
    position: relative;
    margin-bottom: 140px;
}
.contact-form-img__support {
    width: 516px;
    max-width: none;
}
@media (max-width: 767px) {
    .contact-form-img__support {
        width: auto;
        max-width: 100%;
    }
}
.contact-form-icon {
    line-height: 27px;
    color: #788490;
    font-size: 15px;
    text-align: center;
    position: absolute;
    right: -60px;
    bottom: -45px;
}

@media (min-width: 991px ) and (max-width: 1199px) {
    .contact-form-icon{
        bottom: -90px;
    }
}

.contact-form-icon__title {
    font-weight: 700;
}
.contact-form-icon__desc {
    font-weight: 400;
}
.contact-form-icon__desc a{
    color:#788490
}
.contact-form-icon__1 {
    display: inline-block;
    margin-right: 30px;
}
.contact-form-icon__2 {
    display: inline-block;
}
@media (max-width: 1330px) {
    .contact-form-icon {
        right: -20px;
    }
}
@media (max-width: 980px) {
    .contact-form-icon {
        right: 0;
    }
}
@media (max-width: 480px) {
    .contact-form-icon {
        position: relative;
    }
}
.alert-success button{
    position: relative;
    top: -2px;
    right: -9px;
    color: inherit;
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2;
    border: none;
    background: #d6e9c6;
    cursor: pointer;
}
.contact-form .alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
    margin: -30px auto 30px;
}
.footer-section__sub .alert-success{
    max-width: 360px;
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
    padding: 2px 10px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
    width: 100%;
    font-size: 16px;
    margin-top: 15px;
}
.field-contactform-recaptcha .help-block-error {
    color: #FF0000;
    font-size: 13px;
    position: relative;
    bottom: -80px;
    z-index: -1;
}
@media (max-width: 991px) {
    .field-contactform-recaptcha .help-block-error{
        bottom: 0;
    }
}
.contact-form .has-error input,
.contact-form .has-error textarea {
    border: 1px solid #b30008;
}

.footer-section__input .form-group.has-error input {
    border: 1px solid #b30008;
}
@media (max-width: 480px) {
    .g-recaptcha {
        transform:scale(0.77);
        transform-origin:0 0;
    }
}

.copyright-img{
    margin-top:5px;
}

.site-error{
    padding: 240px 0;
}

.site-error h1{
    margin-bottom:10px;
}

.site-error p a{
    color: #788490;
}

.tac-page h3{
    text-align: center;
    font-size: 20px;
}

.tac-page{
    padding: 80px 0px;
}