@media (min-width: 1701px) {
    .header .menu-wrap {
        padding: 57px 0 116px;
    }
    .header .menu__list {
        -webkit-box-align: center;
                align-items: center;
    }
    .header  .menu__list a {
        padding: 10px 0;
        border: 2px solid transparent;
    }
    .menu__list .current_page_item > a {
        padding: 10px 18px;
        box-shadow: 0 12px 10px rgba(0, 0, 0, 0.08);
        border-radius: 10px;
        border: 2px solid #ffffff;
        background-color: rgba(57, 179, 140, 0.1);
    }
}
@media (max-width: 1700px) {
.menu-wrap {
    display: flex;
	display: -webkit-box;
	display: -webkit-flex;
    display: -ms-flexbox;
    padding-top: 57px;
    padding-bottom: 109px;
    justify-content: space-between;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
    align-items: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
    margin: 0 auto;
    max-width: 1170px;
    width: 100%;
}
.page .header .menu-wrap {
    padding-top: 0;
    padding-bottom: 0;
}
.logo,
.header .social {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
}
.header .menu {
    position: absolute;
    top: 41px;
    margin-left: 180px;
    padding: 32px 27px 31px 30px;
    width: 180px;
    border-radius: 30px;
    z-index: 101;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
}
.header .menu--active {
    background: #fff;
}
.header .menu--active .menu__icon {
    color: #ff0000;
}
.header .menu--active .menu__icon-inner,
.header .menu--active .menu__icon-inner:after,
.header .menu--active .menu__icon-inner:before {
    background: linear-gradient(71deg, #ff0000 0%, #ff6f42 100%);
}
.header .menu__icon {
    display: inline-block;
    margin-bottom: 13px;
}
.header .menu__list {
    display: none;
}
.header .menu--active .menu__list {
    display: block;
    animation: fadeShadow .3s ease;
    -webkit-animation: fadeShadow .3s ease;
}
@-webkit-keyframes fadeShadow {

0% {
        opacity: 0;
    }

100% {
        opacity: 1;
    }
}
.header .menu__list li {
    display: block;
    white-space: nowrap;
}
.header .menu__list li + li {
    margin: 0;
}
.header .menu__list a {
    padding: 12px 0;
    color: #000;
}
.header .social__item--tg {
    padding-left: 47px;
}
.header .social__item--tg span {
    display: none;
}
.header .social__item--vk {
    margin-left: 10px;
}
.header__title {
    margin: 0 0 82px;
}
.footer .logo {
    top: auto;
    margin-right: 80px;
}
.footer .social {
    position: absolute;
    top: auto;
    bottom: -48px;
}
.footer-bg:after {
    left: 150px;
}
.footer .menu-wrap {
    position: relative;
    padding-bottom: 51px;
    align-items: flex-start;
	-webkit-box-align: flex-start;
	-webkit-align-items: flex-start;
	-ms-flex-align: flex-start;
}
.sidebar:before {
    border-top-color: #4DB3F6;
}
}
@media (max-width: 1199px) {
.subscribe__inner:after {
    left: 0;
    background: url("../img/subscribe-bg-768.png") right bottom no-repeat;
}
.subscribe__inner p {
    margin-bottom: 46px;
    max-width: 390px;
}
.menu-wrap,
.footer-bg {
    max-width: 930px;
}
.footer-bg:before {
    left: 0;
    background: url("../img/footer-bg-l-768.png") 153px bottom no-repeat;
}
.footer-bg:after {
    top: 11px;
    left: 370px;
}
.footer .social {
    right: 0;
}

/* Single page */

.page #form-1 .header__btn input {
    padding: 18px 0;
    width: 100%;
}
.page .header__btn {
    display: block;
}

/* Single page-suppliers */

.page-suppliers .right {
    right: 0;
    width: 519px;
    height: 282px;
    background-size: 519px;
}
}
@media (max-width: 991px) {
    .header__inner:before {
        background: url("../img/header-bg-l-768.png") left 10px no-repeat;
    }
    .menu-wrap {
        max-width: 690px;
    }
    .menu-wrap:before {
        right: 0;
        background: url("../img/header-bg-768.png") 280px bottom no-repeat;
    }
    .products__item--yandex {
        margin-bottom: 30px;
        border-top-right-radius: 30px;
    }
    .products__item--yandex:after {
        background-position: right bottom;
    }
    .products__item--google,
    .products__item--seo {
        border-radius: 0;
    }
    .products__item--seo {
        margin-bottom: 30px;
    }
    .products__item--proxy {
        border-bottom-left-radius: 30px;
    }
    .products__item--proxy:after {
        left: 0;
    }
    .products__item--social:after {
        background-position: -200px bottom;
    }
    .subscribe__inner {
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;

    }
    .subscribe__inner:before {
        left: 0;
        background-position: 346px bottom;
    }
    .footer-bg {
        max-width: 690px;
    }
    .footer .menu__list li {
        width: 33.333333%;
    }
    .footer .menu__list li:nth-child(n+5) {
        margin: 0;
    }
    .footer .menu__list li:nth-child(n+4) {
        margin-top: 15px;
    }
    .footer-bg:after {
        left: 375px;
    }
    .copyright {
        padding-right: 225px;
    }

    /* Single page */

    .main:after {
        display: none;
    }
    .sidebar {
        margin-top: 10px;
        border-radius: 30px;
    }
    .sidebar:before {
        display: none;
    }
    .post__title {
        max-width: 100%;
    }
    .post__content {
        padding: 0;
    }
    .page .color-red {
        border-radius: 30px 0 0 0;
    }
    .page .color-blue {
        border-radius: 0 30px 0 0;
    }
    .page .color-green {
        margin-top: 30px;
        border-radius: 0 0 0 30px;
    }
    .page .color-yellow {
        margin-top: 30px;
        border-radius: 0 0 30px 0;
    }
    .page .header__btn input {
        width: 100%;
        padding: 16px 0;
    }
    .page .form__box-btn {
        display: -webkit-box;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
                flex-direction: row;
        -webkit-box-pack: justify;
                justify-content: space-between;
        -webkit-box-align: center;
                align-items: center;
    }
    .page .form__box-btn .header__btn {
        margin: 0;
        width: 50%;
    }
    .page .form__box-btn span {
        padding-left: 30px;
        width: 50%;
        -webkit-box-ordinal-group: 3;
                order: 2;
    }

    /* Single page-suppliers */

    .page-suppliers .main > .row > div:last-child {
        height: 467px;
    }
    .page-suppliers .right {
        bottom: 0;
        left: 50%;
        margin-left: -260px;
        width: 100%;
        height: 467px;
        background-position: left bottom;
        background-size: 599px;
    }
    .page-suppliers .post__content {
        padding-bottom: 10px;
        max-width: 555px;
    }
    .page-suppliers .post__content p:last-child {
        margin-bottom: 0;
    }
    .page-suppliers .form {
        background: #fff3da;
    }
    .page-suppliers .form__input-box > div {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
                flex-direction: column;
    }
    .page-suppliers .form__input-box > div > div {
        width: 100%;
    }
    .form__line-1 div:last-child,
    .form__line-3 div:last-child,
    .form__line-2 div:nth-child(n+2),
    .form__line-3 div:nth-child(n+2) {
        margin: 20px 0 0;
    }
    .page-suppliers .form__box-btn br {
        display: block;
    }

    .modal {
        max-width: 668px;
    }
}
@media (max-width: 768px) {
.menu-wrap {
    max-width: 668px;
}
.header__intro .col-12 {
    margin-left: 11px;
}
.products__item {
    margin-left: 11px;
    margin-right: 11px;
}
.products__item--social {
    padding: 57px 60px;
}
.products__item--social:after {
    background: url("../img/mailing-bg-768.png") left bottom no-repeat;
}
.subscribe__inner {
    margin: 0 11px;
}
.copyright {
    margin: 0 11px;
    padding-right: 205px;
}
}
@media (max-width: 767px) {
body,
a {
    font-size: 14px;
}
h1 {
    font-size: 24px;
}
h2 {
    font-size: 20px;
}
.header__inner:before {
    background-position: 0 0;
}
.menu-wrap {
    max-width: 510px;
}
header .menu-wrap {
    position: relative;
    padding: 0 0 15px;
}
.header .social,
.footer-bg:after {
    display: none;
}
.header .menu {
    position: relative;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: end;
            justify-content: flex-end;
    top: 7px;
    right: 0 !important;
    margin-left: 0;
    width: 100%;
    height: auto;
    padding: 30px 0 23px 0;
    text-align: left;
    border-radius: 0;
    transition: none;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
}
.header .menu--active .menu__list {
    padding-left: 20px;
}
.header .menu.menu--active {
    display: block;
}
.menu--active .mobile-menu-social {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: end;
            justify-content: flex-end;
    padding: 50px 20px 40px;
}
.mobile-menu-social .social__item--tg span  {
    display: block;
}
.mobile-menu-social .social__item--tg span {
    color:#000;
}
.mobile-menu-social:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    margin: 20px 0 0;
    width: 100%;
    height: 1px;
    background: linear-gradient(89deg, #34a880 0%, #4fb4ff 100%);
    opacity: 0.2;
}
.mobile-menu-social .social__item--vk {
    width: 34px;
    height: 34px;
}
.mobile-menu-social .social__item--tg {
    margin-right: auto;
    background-size: 34px;
}
.mobile-menu-social .social__item--vk {
    background-size: 21px 11px, 100%;
}
.menu-wrap:before {
    background: url("../img/header-bg-320.png") center bottom no-repeat;
}
.header .menu.menu--active {
    -webkit-transition: none;
    transition: none;
    background: #fff;
}
.menu--active .mob-menu-title {
    display: block;
    margin-bottom: 10px;
    padding-left: 20px;
    font-family: 'Gilroy-Bold', sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: #000;
}
.menu--active .menu__icon {
    display: none;
}
.menu.menu--active {
    position: fixed;
    top: 0;
    padding-bottom: 0;
    /* overflow: auto; */
}
.menu.menu--active:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: #0c2737;
    opacity: .4;
}
.menu--active .menu__icon-close {
    display: block;
}
.header .menu__list a {
    font-size: 16px;
}
.header__title {
    margin-bottom: 33px;
}
.input-group--second label {
    font-size: 16px;
}
.input-group--second {
    -webkit-box-pack: justify;
            justify-content: space-between;
}
.label-yandex,
.label-google {
    width: 50%;
}
.products__item,
.subscribe__inner,
.header__intro .col-12,
.copyright,
.social__item--vk {
    margin-left: 0;
    margin-right: 0;
}
.products__item--yandex:after {
    background-position: 280px bottom;
}
.products__item--google:after {
    background-position: 262px bottom;
}
.products__item--seo:after {
    background-position: 200px bottom;
}
.products__item--proxy:after {
    background-position: 200px bottom;
}
.subscribe__inner {
    padding-bottom: 96px;
}
.subscribe__inner:after {
    background-size: 200px;
    background-position: right calc(100% - 35px * -1);
}
.subscribe__inner:before {
    background-position: 0 bottom;
}
.subscribe__inner p {
    font-size: 22px;
}
.subscribe__btn {
    font-size: 18px;
}
.footer__inner {
    padding-bottom: 85px;
}
.footer .menu-wrap {
    padding-top: 34px;
    padding-bottom: 28px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
}
.logo {
    padding-left: 60px;
    font-size: 25px;
    height: auto;
    line-height: 30px;
    background-size: 50px 30px;
}
.footer .logo {
    margin-bottom: 28px;
}
.footer .menu__list li:nth-child(n+4) {
    margin-top: 0;
}
.footer .menu__list li:nth-child(n+3) {
    margin-top: 15px;
}
.footer .menu__list li {
    width: 50%;
}
.copyright {
    padding: 0;
}
.footer .social {
    right: auto;
    left: 0;
    bottom: -105px;
}
.social__item--vk {
    width: 37px;
    height: 37px;
}
.social__item--vk {
    background-size: 23px 12px, 100%;
}

/* Single page */

.page .header .menu-wrap,
.page .header__inner {
    height: 90px;
}
.page .main,
.page .advantage {
    margin-bottom: 40px;
}
.main .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
}
.post {
    padding-top: 30px;
}
.post__content p {
    margin-bottom: 40px;
    font-size: 16px;
    line-height: 30px;
}
.sidebar {
    padding: 30px;
}
.breadcrumbs a {
    padding-left: 41px;
    background-size: 21px 10px;
}
.title-wrap {
    margin: 26px 0 28px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-align: start;
            align-items: flex-start;
}
.title-wrap img {
    margin: 0 0 20px;
    width: 70px;
    height: 40px;
}
.form__title {
    font-size: 22px;
}
.form__input-box input,
.jq-selectbox__select,
.jq-selectbox li {
    padding: 16px 20px;
}
.jq-selectbox__trigger {
    margin-top: -3px;
    width: 12px;
    height: 8px;
    background-size: 100%;
}
form label,
.form__input-box input {
    font-size: 16px;
}
.form__box-btn input {
    font-size: 18px;
}
.form__box-btn span {
    font-size: 13px;
}
.number-input span {
    font-size: 16px;
}
.page .color-red {
    border-radius: 30px 30px 0 0;
}
.page .color-blue,
.page .color-green {
    border-radius: 0;
}
.page .color-blue {
    margin-top: 30px;
}
.page .color-yellow {
    border-radius: 0 0 30px 30px;
}

/* Single page-supplier */

.page-suppliers .main > .row > div:last-child {
    height: 330px;
}
.page-suppliers .right {
    position: relative;
    margin-left: -190px;
    width: auto;
    height: 330px;
    background-size: 421px;
}
.page-suppliers .form {
    padding: 30px;
}

.modal {
    max-width: 100%;
}
.modal__title {
    font-size: 22px;
}
.order .price span:last-child {
    font-size: 28px;
}
.order .price span:first-child {
    font-size: 16px;
}
.order .form__input-box {
    padding: 0 30px;
}
.order .form__box-btn {
    margin-top: 20px;
    padding: 20px 30px 30px;
}
.order .btn-wrap,
.order--seo .form__box-btn {
    padding-bottom: 20px;
}
}
@media (max-width: 575px) {
.container {
    padding: 0 20px;
}
.header {
    margin-bottom: 70px;
}
.header__inner:before {
    background-position: 0 -75px;
}
.header .menu-wrap,
.footer .menu-wrap {
    padding-left: 20px;
    padding-right: 20px;
    max-width: 100%;
}
.header__btn {
    margin: 0;
}
.products__item--yandex,
.products__item--seo {
    margin-bottom: 20px;
}
.products {
    margin-bottom: 60px;
    padding-bottom: 60px;
}
.products .row + .row {
    margin-top: 20px;
}
.products__item--yandex:after {
    background: url("../img/yandex-bg-320.png") right bottom no-repeat;
}
.products__item--google:after {
    background: url("../img/google-bg-320.png") right bottom no-repeat;
}
.products__item--seo:after {
    background: url("../img/seo-bg-320.png") right bottom no-repeat;
}
.products__item--proxy:after {
    background: url("../img/proxy-bg-320.png") right bottom no-repeat;
}
.products__item--proxy:after {
    background: url("../img/proxy-bg-320.png") right bottom no-repeat;
}
.subscribe {
    margin-bottom: 60px;
}
.footer-bg:before {
    top: auto;
    left: auto;
    right: -103px;
    bottom: 70px;
    width: 172px;
    height: 169px;
    background-position: left bottom;
}
.footer .social {
    left: 20px;
}

/* Single page */
.page .form__box-btn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-align: start;
            align-items: flex-start;
}
.page .form__box-btn span {
    padding: 20px 0 0;
}
.page .form__box-btn {
    margin-top: 20px;
}
.page .form__box-btn .header__btn,
.page .form__box-btn input,
.page .form__box-btn span {
    width: 100%;
}

/* Single page-supplier */

.page-suppliers .form__line-3 div:last-child {
    margin: 0;
}
.page-suppliers .form__box-btn input {
    padding-left: 0;
    padding-right: 0;
}
.order .modal__title {
    margin-bottom: 30px;
    padding: 15px 50px 25px 30px;
    line-height: 30px;
}
.close {
    top: 15px;
    right: 15px;
}
.order .form__input-box > div,
.order .btn-wrap,
.order--seo .form__box-btn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-align: start;
            align-items: flex-start;
}
.order .form__input-box label {
    margin-bottom: 20px;
}
.number-input {
    width: 100%;
}
.number-input input {
    max-width: 100%;
}
.order .header__btn {
    margin-top: 18px;
}
.order .form__box-btn br {
    display: block;
}
.order--seo .form__box-btn span {
    -webkit-box-ordinal-group: 3;
            order: 2;
}
.order--seo .header__btn {
    margin: 0 0 18px;
}
}
@media (max-width: 425px) {
.header__inner {
    min-height: 820px;
}
.header__inner:before {
    background-position: 0 0;
}
.menu-wrap:before {
    top: 45px;
}
.label-yandex,
.label-google {
    width: 100%;
    border: 1px solid #fff;
}
.label-yandex {
    border-radius: 10px 10px 0 0;
}
.label-google {
    border-radius: 0 0 10px 10px;
}
.input-group--first {
    margin-bottom: 20px;
}
.input-group--second {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-pack: center;
            justify-content: center;
    -webkit-box-align: center;
            align-items: center;
}
.input-group__radio {
    position: relative;
    padding: 0 0 30px;
}
.bull-toggle {
    left: 91px;
}
.products__item--social {
    padding: 30px 60px;
}
.products__item--social:after {
    background: url("../img/mailing-bg-320.png") right bottom no-repeat;
}
.products__item-btn-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start !important;
            align-items: flex-start !important;
}
.products__item-name {
    margin-bottom: 15px;
}
.products__item-name--vk:before {
    width: 26px;
    height: 16px;
    background: url('../img/css_sprites-320.png') -10px -10px;
}
.products__item-name--tg:before {
    width: 26px;
    height: 22px;
    background: url('../img/css_sprites-320.png') -10px -46px;
}
.products__item-name--ins:before {
    width: 26px;
    height: 26px;
    background: url('../img/css_sprites-320.png') -10px -88px;
}
.products__item-name--ok:before {
    width: 17px;
    height: 26px;
    background: url('../img/css_sprites-320.png') -10px -134px;
}
.products__item-name--vk {
    height: 16px;
    line-height: 16px;
}
.products__item-name--tg {
    height: 22px;
    line-height: 22px;
}
.products__item-name--ins,
.products__item-name--ok {
    height: 26px;
    line-height: 26px;
}
.products__item--social .products__item-name:before {
    top: auto;
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
}
.products__btn {
    padding: 11px 65px;
}

/* Single page */

main,
.advantage {
    margin-bottom: 60px;
}
.advantage .row > div:first-child .advantage__item {
    margin-top: 0;
}
.advantage .advantage__item {
    height: 220px;
    margin-top: 20px;
}
.advantage__item p {
 font-size: 16px;
}

.order--yandex .modal__title {
    background: url("../img/yandex-bg.png") calc(100% - 140px * -1) top no-repeat, linear-gradient(45deg, #ed1e1e 0%, #ff9848 100%);
}
.order--google .modal__title {
    background: url("../img/google-bg.png") calc(100% - 90px * -1) top no-repeat, linear-gradient(45deg, #3c8bd9 0%, #4fb4ff 100%);
}
.order--social .modal__title {
    background: url("../img/mailing-modal-bg-320.png") right bottom no-repeat, linear-gradient(45deg, #34a87f 0%, #46cead 100%);
}
.order--seo .modal__title {
    background: url("../img/seo-bg.png") calc(100% - 95px * -1) 45px no-repeat, linear-gradient(45deg, #ffa715 0%, #ffcc61 100%);
}
.order--proxy .modal__title {
    background: url("../img/proxy-bg.png") calc(100% - 215px * -1) 25px no-repeat, linear-gradient(45deg, #61219c 0%, #a436ce 100%);
}
}
@media (max-width: 320px) {
.menu-wrap:before {
    left: -25px;
}
.header__title {
    padding-right: 0;
}
.label-yandex,
.label-google {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
            justify-content: center;
    -webkit-box-align: center;
            align-items: center;
    padding-left: 0;
    height: 50px;
    line-height: 47px;
    font-size: 16px;
}
.label-yandex:before {
    position: static;
    margin-right: 10px;
    width: 8px;
    height: 16px;
    background-size: 8px 16px;
}
.label-google:before {
    position: static;
    margin-right: 10px;
    width: 22px;
    height: 20px;
    background-size: 22px 20px;
}
.input-group--second label {
    font-size: 14px;
}
.bull-toggle {
    left: 82px;
}
.header__btn {
    align-self: stretch;
}
.header__btn input {
    width: 100%;
    font-size: 18px;
    background-size: 19px 22px;
    background-position: calc(50% - 30px) center;
}
.header__btn input,
.header__btn span {
    padding: 18px 38px 18px 72px;
    background-position: 40px center;
}
.header__btn.call-modal {
    padding: 18px 0;
    text-align: center;
}
.products__item,
.subscribe__inner {
    padding: 30px;
}
.products__item-title br {
    display: block;
}
.products__item--seo,
.products__item--proxy {
    min-height: 220px;
}
.products__item--yandex div:nth-child(4) br,
.products__item--google div:nth-child(4) br {
    display: none;
}
.products__item--social:after {
    background: url("../img/mailing-bg-320.png") right bottom no-repeat;
}
.products__item--seo .products__btn,
.products__item--proxy .products__btn {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
            justify-content: center;
    -webkit-box-align: center;
            align-items: center;
    padding: 0;
    height: 42px;
}
.products__item--seo .products__btn:before,
.products__item--proxy .products__btn:before {
    position: static;
    align-self: flex-start;
    margin-right: 5px;
}
.products__btn {
    align-self: stretch;
    text-align: center;
}
.products__item--yandex:before {
    background: url("../img/yandex-bg-l-320.png") left bottom no-repeat;
}
.products__item--google:before {
    background: url("../img/google-bg-l-320.png") left bottom no-repeat;
}
.products__item--social:before {
    background: url("../img/mailing-bg-l-320.png") left bottom no-repeat;
}
.products__item--seo:before {
    background: url("../img/seo-bg-l-320.png") left bottom no-repeat;
}
.products__item--proxy:before {
    background: url("../img/proxy-bg-l-320.png") left bottom no-repeat;
}
.subscribe__inner:before {
    display: none;
}
.subscribe__inner:after {
    background: url("../img/subscribe-bg-320.png") left bottom no-repeat;
}
.subscribe__btn {
    margin-bottom: 96px;
}

/* Single page */

.img{
    position: relative;
    width: 90px;
    height: 90px;
}

.img img{
    position: absolute;
    left:50%;
    top:50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    max-width:100%;
    max-height: 100%;
}
.page .color-blue img {
    left: 53px;
}

.page .header__btn input,
.order .header__btn input {
    padding: 16px 0;
}

.complete .modal {
    padding: 20px 30px 30px;
    border-radius: 30px 0 0 30px;
}
.complete .modal__title {
    margin-bottom: 10px;
    padding-right: 30px;
}
.complete .modal__title,
.complete p {
    line-height: 28px;
}
.modal p {
    font-size: 16px;
}
.complete .products__btn {
    width: 100%;
    margin-top: 20px;
    padding: 13px 0;
    text-align: center;
    font-size: 14px;
}
.complete.modal-error .modal {
    background-position: calc(100% - 105px * -1) calc(100% - 53px * -1);
}
.complete.succesfull .modal--yandex {
    background: url("../img/yandex-bg.png") 65px -7px no-repeat, linear-gradient(45deg, #ed1e1e 0%, #ff9848 100%);
}
.complete.succesfull .modal--google {
    background: url("../img/google-bg.png") -44px 28px no-repeat, linear-gradient(45deg, #3c8bd9 0%, #4fb4ff 100%);
}
.complete.succesfull .modal--mailing {
    background: url("../img/mailing-succes-bg-320.png") right bottom no-repeat, linear-gradient(45deg, #34a87f 0%, #46cead 100%);
}
.complete.succesfull .modal--seo {
    background: url("../img/seo-bg.png") calc(100% - 94px * -1) 35px no-repeat, linear-gradient(45deg, #ffa715 0%, #ffcc61 100%);
}
.complete.succesfull .modal--proxy {
    background: url("../img/proxy-bg.png") calc(100% - 220px * -1) -28px no-repeat, linear-gradient(45deg, #61219c 0%, #a436ce 100%);
}
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
.products__item--seo .products__btn,
.products__item--proxy .products__btn {
    position: absolute;
    left: 60px;
    bottom: 60px;
}
.subscribe__btn {
    position: absolute;
    top: 50%;
    right: 60px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
.input-group__radio {
    position: relative;
}
.bull-toggle {
    top: 50%;
    left: 100px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
#account:checked ~ .bull-toggle {
    left: 120px;
}
.overlay {
    position: fixed;
    overflow: auto;
    overflow-x: hidden;
}
.header .menu-wrap {
    position: relative;
    -ms-flex-pack: start;
    padding: 0;
    height: 160px;
}
.header .menu {
    margin-left: 20px;
}
.header .social {
    position: absolute;
    top: 57px;
    right: 0;
}
.page .jq-selectbox.opened .jq-selectbox__dropdown {
    margin-top: -3px;
}
.sidebar {
    background: linear-gradient(89deg, rgb(194, 235, 221) 0%, rgb(201, 231, 255) 100%);
}
.form__line-1 div {
    width: calc(100% / 2 - 15px);
}
.form__line-2 div,
.form__line-3 div {
    width: calc(100% / 3 - 20px);
}
.form__line-2 div + div {
    margin-left: 0;
}
.form__line-2 div:nth-child(n+2),
.form__line-2 div:nth-child(n+3) {
    margin-left: 30px;
}
.page-suppliers .form__box-btn {
    position: relative;
}
.page-suppliers .form__box-btn span {
    position: absolute;
    left: 0;
}
.page-suppliers .header__btn {
    margin-top: 40px;
}
}
