/*
Theme Name: your-clean-template-3
Theme URI: https://github.com/saxap/clean-wp-template
Version: 3.0
Tags: clean, development, html5, bootstrap
Description: Clean wordpress theme with minimal bootstrap3 markup for fast development starting
Author: saxa:p
Author URI: http://dontforget.pro
*/

*,
*:before,
*:after {
    box-sizing: border-box;
}
body {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    color: #fff;
    font-weight: 400;
}
h1,
h2,
h3,
.btn {
    margin: 0;
    font-family: 'Gilroy-Bold', sans-serif;
    font-weight: 700;
}
h1 {
    font-size: 40px;
}
h2 {
    font-size: 22px;
}
h3 {
    font-size: 26px;
}
a {
    display: inline-block;
    font-size: 16px;
    color: #000;
    text-decoration: none;
    transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -ms-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
}
ul, li {
    margin: 0;
    padding: 0;
}
p {
    margin: 0;
    padding: 0;
}
input {
    border: 0 none;
    outline: 0 none;;
}
#proxy {
  display:inline-block;
}
.page-wrap {
    overflow: hidden;
}
header,
section {
    margin-bottom: 120px;
}
/* Header section */
.header__inner {
    position: relative;
    min-height: 750px;
    height: 100vh;
    background: linear-gradient(89deg, #34a880 0%, #4fb4ff 100%);

}
.header__inner:before {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: url("img/header-bg-l.png") center no-repeat;
}
.logo,
.social {
    position: absolute;
    z-index: 1;
}
.logo {
    left: 80px;
    top: 57px;
    padding-left: 72px;
    height: 35px;
    font-family: 'Gilroy-Bold', sans-serif;
    font-size: 30px;
    font-weight: 700;
    color: #fff;
    line-height: 35px;
    background: url("img/logo.png") no-repeat;
}
.social {
    top: 51px;
    right: 80px;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
}
.social__item--tg {
    padding-left: 61px;
    height: 40px;
    color:#fff;
    background: url("img/tg-ico.svg") no-repeat;
}
.social__item--vk {
    width: 46px;
    height: 46px;
    border-radius: 10px;
    box-shadow: 0 8px 14px rgba(0, 0, 0, 0.1);
}
.social__item--vk {
  margin-left: 25px;
  background: url(img/vk-ico.svg) center no-repeat, -webkit-gradient(linear, left top, left bottom, from(#89b7dd), to(#5181b8));
  background: url(img/vk-ico.svg) center no-repeat, linear-gradient(180deg, #89b7dd 0%, #5181b8 100%);
  margin-right: 25px;
}
.menu-wrap {
    padding: 65px 0 116px;
}
.menu-wrap:before {
    position: absolute;
    top: 0;
    left: 0;
    right: -170px;
    content: "";
    margin: 0 auto;
    max-width: 1170px;
    width: 100%;
    height: 809px;
    background: url("img/header-bg.png") right top no-repeat;
}
.menu {
    position: relative;
    margin: 0 auto;
    max-width: 1170px;
    width: 100%;
}
.menu a {
    color: #fff;
}
.mobile-menu-social {
    position: relative;
}
.mob-menu-title,
.menu .mobile-menu-social {
    display: none;
}
header .menu__list {
    display: -webkit-box;
    display: flex;
}
.menu__list li + li {
    margin-left: 35px;
}
.header .menu__list a:hover,
.footer .menu__list a:hover {
    color: #e2e2e2;
}
/* Mobile menu */
.menu__icon {
    position: relative;
    padding-left: 34px;
    display: none;
    height: 24px;
    line-height: 17px;
    z-index: 102;
}
.menu__icon-inner {
    top: 50%;
    display: block;
    margin-top: -5px;
}
.menu__icon-inner,
.menu__icon-inner:after,
.menu__icon-inner:before {
    position: absolute;
    left: 0;
    width: 22px;
    height: 2px;
    -webkit-transition-timing-function: ease;
        transition-timing-function: ease;
    -webkit-transition-duration: .15s;
        transition-duration: .15s;
    -webkit-transition-property: -webkit-transform;
        transition-property: -webkit-transform;
    border-radius: 4px;
    background: #fff;
}
.menu__icon-inner {
    width: 18px;
}
.menu__icon-inner:before {
    top: -7px;
}
.menu__icon-inner:after {
    bottom: -7px;
}
.menu__icon-inner:after,
.menu__icon-inner:before {
    display: block;
    content: "";
}
.menu__icon-close{
    position: absolute;
    display: none;
    right: 40px;
    top: 41px;
    cursor: pointer;
}

.menu__icon-close:before,
.menu__icon-close:after {
    content: "";
    position: absolute;
    width: 22px;
    height: 2px;
    background: #000;
}

.menu__icon-close:before {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}

.menu__icon-close:after {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
}
.header__title {
    margin-bottom: 79px;
    padding-right: 50px;
}
.header__intro{
    position: relative;
    z-index: 5;
}
.input-group--first {
    margin-bottom: 40px;
}
.label-yandex,
.label-google {
    position: relative;
    display: inline-block;
    width: 232px;
    height: 60px;
    font-family: 'Gilroy-Bold', sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 60px;
    border: 1px solid #fff;
}
.label-yandex:before,
.label-google:before {
    position: absolute;
    content: "";
    display: inline-block;
    width: 100%;
    height: 100%;
}
.label-yandex {
    padding-left: 60px;
    color: #000;
    background: #fff;
    border-right: 0 none;
    border-radius: 10px 0 0 10px;
}
.label-yandex:before {
    left: 38px;
    background: url("img/yandex-ico.png") left center no-repeat;
}
.label-google:before {
    left: 36px;
    background: url("img/google-ico.png") left center no-repeat;
}
.label-google {
    padding-left: 74px;
    border-left: 0 none;
    border-radius: 0 10px 10px 0;
}
#google:checked ~ .label-google,
#yandex:checked ~ .label-yandex {
    color: #000;
    background: #fff;
}
#yandex:checked ~ .label-google,
#google:checked ~ .label-yandex {
    color: #fff;
    background: transparent;
}
.input-group--second {
    display: flex;
	display: -webkit-box;
	display: -webkit-flex;
    display: -ms-flexbox;
}
.header__btn {
    position: relative;
    margin-left: 60px;
    background: linear-gradient(45deg, #ed1e1e 0%, #ff9848 100%);
    border-radius: 10px;
    box-shadow: 0 8px 8px rgba(9, 77, 78, 0.1);
    cursor: pointer;
    overflow: hidden;
    z-index: 5;
}
.header__btn input,
.header__btn span {
    position: relative;
    padding: 18px 38px 18px 72px;
    font-family: 'Gilroy-Bold', sans-serif;
    font-size: 22px;
    font-weight: 700;
    color: #fff;
    background: url("img/cart.svg") 40px center no-repeat;
    cursor: pointer;
    z-index: 7;
}
.header__btn.call-modal {
    padding: 18px 38px 18px 38px;
}
.header__btn span {
    width: 100%;
    height: 100%;
    padding: 0 0 0 34px;
    background-position: left center;
}
.header__btn:after {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    background-image: linear-gradient(45deg, #d50606 0%, #e77217 100%);
    opacity: 0;
    transition: opacity .2s ease-in;
    -webkit-transition: opacity .2s ease-in;
    -moz-transition: opacity .2s ease-in;
    -ms-transition: opacity .2s ease-in;
    -o-transition: opacity .2s ease-in;
    z-index: 6;
}
.header__btn:hover:after {
    opacity: 1;
}
.input-group__radio {
    display: flex;
	display: -webkit-box;
	display: -webkit-flex;
    display: -ms-flexbox;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    justify-content: flex-start;
    -ms-flex-pack: flex-start;
}
.input-group__radio input,
.input-group--first input {
    display: none;
}
.label {
    color: #fff;
}
.label,
.input-group--first label {
    cursor: pointer;
    -webkit-transition: .4s;
    transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s;
}
.label-account {
    padding-left: 14px;
    opacity: .5;
}
.label-promocode {
    padding-right: 14px;
}
.toggle-bg {
    height: 34px;
    width: 57px;
    background: #fff;
    border-radius: 27px;
    -webkit-transition: all 500ms;
    transition: all 500ms;
    cursor: pointer;
}
.bull-toggle {
    position: absolute;
    width: 57px;
    height: 34px;
    left: 107px;
    cursor: pointer;
}
.bull-toggle:after {
    position: absolute;
    content: "";
    top: 7px;
    left: 7px;
    width: 20px;
    height: 20px;
    border-radius: 27px;
    background: linear-gradient(45deg, #ed1e1e 0%, #ff9848 100%);
    box-shadow: 0 8px 8px rgba(237, 35, 36, 0.1);
    -webkit-transition: all 500ms;
    transition: all 500ms;
}
#promocode:checked ~ .label-promocode,
#account:checked ~ .label-account {
    opacity: 1;
}
#account:checked ~ .label-promocode,
#promocode:checked ~ .label-account {
    opacity: .5;
}
#account:checked ~ .bull-toggle:after {
    left: 30px;
}

/* Products section */

.products {
    position: relative;
    padding-bottom: 120px;
}
.products:after,
.main:after {
    position: absolute;
    bottom: 0;
    content: "";
    width: 100%;
    height: 1px;
    background: linear-gradient(89deg, #34a880 0%, #4fb4ff 100%);
    opacity: 0.2;
}
.products .row + .row {
    margin-top: 30px;
}
.products__item {
    position: relative;
    padding: 60px;
    min-height: 350px;
    z-index: 5;
}
.products__item-title {
    position: relative;
    margin-bottom: 25px;
}
.products__item-title br {
    display: none;
}
.products__item:before,
.products__item:after,
.subscribe__inner:before,
.subscribe__inner:after,
.footer-bg:before,
.footer-bg:after {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
}
.color-red {
    background: linear-gradient(45deg, #ed1e1e 0%, #ff9848 100%);
}
.color-blue {
    background: linear-gradient(45deg, #3c8bd9 0%, #4fb4ff 100%);
}
.color-green {
    background: linear-gradient(45deg, #34a87f 0%, #46cead 100%);
}
.color-yellow {
    background: linear-gradient(45deg, #ffa715 0%, #ffcc61 100%);
}
.products__item--yandex {
    box-shadow: 0 8px 8px rgba(237, 35, 36, 0.1);
    border-radius: 30px 0 0;
}
.products__item--google {
    box-shadow: 0 8px 8px rgba(65, 150, 227, 0.1);
    border-radius: 0 30px 0 0;
    background: linear-gradient(45deg, #3c8bd9 0%, #4fb4ff 100%);
}
.products__item--social {
    box-shadow: 0 8px 8px rgba(63, 194, 158, 0.1);
    background: linear-gradient(45deg, #34a87f 0%, #46cead 100%);
}
.products__item--seo {
    box-shadow: 0 8px 8px rgba(255, 177, 40, 0.1);
    border-radius: 0 0 0 30px;
}
.products__item--proxy {
    box-shadow: 0 8px 8px rgba(63, 194, 158, 0.1);
    border-radius: 0 0 30px;
    background: linear-gradient(45deg, #61219c 0%, #a436ce 100%);
    overflow: hidden;
}
.products__item--yandex:before {
    background: url("img/yandex-bg-l.png") left bottom no-repeat;
}
.products__item--yandex:after {
    background: url("img/yandex-bg.png") calc(100% - 25px * -1) bottom no-repeat;
}
.products__item--google:before {
    background: url("img/google-bg-l.png") left bottom no-repeat;
}
.products__item--google:after {
    background: url("img/google-bg.png") right bottom no-repeat;
}
.products__item--social:before {
    background: url("img/mailing-bg-l.png") 175px bottom no-repeat;
}
.products__item--social:after {
    background: url("img/mailing-bg.png") right bottom no-repeat;
}
.products__item--seo:before {
    background: url("img/seo-bg-l.png") left bottom no-repeat;
}
.products__item--seo:after {
    background: url("img/seo-bg.png") right bottom no-repeat;
}
.products__item--proxy:before {
    background: url("img/proxy-bg-l.png") left top no-repeat;
}
.products__item--proxy:after {
    left: 80px;
    background: url("img/proxy-bg.png") right bottom no-repeat;
}
.products__item-btn-box {
    position: relative;
    max-width: 278px;
    width: 100%;
    z-index: 5;
}
.products__item-btn-box + .products__item-btn-box {
    margin-top: 20px;
}
.products__item-name {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
}
.products__item-name .annotation {
    font-size: 14px;
    color: #ffb6a1;
}
.products__item--google .annotation {
    color: #c4dbee;
}
.products__btn {
    padding: 13px 24px;
    font-family: 'Gilroy-Bold', sans-serif;
    color: #fff;
    box-shadow: 0 12px 10px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    border: 2px solid #ffffff;
    background: rgba(239, 47, 36, 0.5);
}
.products__item .products__btn:hover {
    color: #000;
    background: #fff;
}
.products__item--google .products__btn {
    background: rgba(0, 0, 0, 0.08);
}
.products__item--social .products__btn {
    box-shadow: 0 12px 10px rgba(28, 155, 115, 0.5);
    background: rgba(57, 179, 140, 0.1);
}
.products__item--social .products__item-btn-box,
.products__col {
    max-width: 297px;
    width: 100%;
}
.products__col-wrap > div:first-child {
    margin: 0 72px 20px 0;
}
.products__item--social .products__item-name:before {
    position: absolute;
    top: 50%;
    left: 0;
    content: "";
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
.products__item--social .products__item-name--ok:before {
    left: 5px;
}
.products__col-wrap .products__item-name {
    padding-left: 40px;
}
.products__item-name--vk:before {
    width: 30px;
    height: 17px;
    background: url('img/css_sprites.png') -1px -1px;
}
.products__item-name--tg:before {
    width: 30px;
    height: 26px;
    background: url('img/css_sprites.png') -1px -20px;
}
.products__item-name--ins:before {
    width: 30px;
    height: 30px;
    background: url('img/css_sprites.png') -1px -80px;
}
.products__item-name--ok:before {
    left: 5px;
    width: 19px;
    height: 30px;
    background: url('img/css_sprites.png') -1px -48px;
}
.products__item--seo .products__item-title,
.products__item--proxy .products__item-title {
    position: relative;
    max-width: 245px;
    width: 100%;
    z-index: 6;
}
.products__item--seo .products__btn {
    position: relative;
    padding-left: 54px;
    box-shadow: 0 12px 10px rgba(224, 145, 12, 0.5);
    background-color: rgba(255, 185, 58, 0.5);
    z-index: 6;
}
.products__item--seo .products__btn:before,
.products__item--proxy .products__btn:before {
    position: absolute;
    content: "";
}
.products__item--seo .products__btn:before {
    top: 1px;
    left: 8px;
    width: 38px;
    height: 60px;
    background: url("img/seo-ico.png") no-repeat;
}
.products__item--proxy .products__item-title {
    max-width: 160px;
}
.products__item--proxy .products__btn {
    position: relative;
    padding-left: 54px;
    box-shadow: 0 12px 10px #63199d;
    background-color: rgba(119, 40, 173, 0.5);
    z-index: 6;
}
.products__item--proxy .products__btn:before {
    top: 1px;
    left: 10px;
    width: 36px;
    height: 55px;
    background: url("img/proxy-ico.png") no-repeat;
}

/* Subscribe section */

.subscribe__inner {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 60px;
    min-height: 200px;
    box-shadow: 0 8px 8px rgba(17, 134, 191, 0.1);
    border-radius: 30px;
    background: linear-gradient(45deg, #2098ca 0%, #33b0f0 100%);
    overflow: hidden;
}
.subscribe__inner:before {
    left: 360px;
    background: url("img/subscribe-bg-l.png") left bottom no-repeat;
}
.subscribe__inner:after {
    left: 425px;
    background: url("img/subscribe-bg.png") left bottom no-repeat;
}
.subscribe__inner p {
    max-width: 374px;
    width: 100%;
    font-family: 'Gilroy-Bold', sans-serif;
    font-size: 26px;
}
.subscribe__btn {
    position: relative;
    padding: 15px 40px;
    color: #000;
    font-family: 'Gilroy-Bold', sans-serif;
    font-size: 22px;
    box-shadow: 0 8px 8px rgba(1, 86, 128, 0.2);
    border-radius: 10px;
    background: -webkit-gradient(linear, left top, left bottom, from(hsl(0, 0%, 100%)), to(#edf2f6));
    background: linear-gradient(180deg, hsl(0, 0%, 100%) 0%, #edf2f6 100%);
    z-index: 6;
}
.subscribe__btn span {
    position: relative;
    z-index: 8;
}
.subscribe__btn:after {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	opacity: 0;
	border-radius: 10px;
	background: -webkit-gradient(linear, left top, left bottom, from(#edf2f6), to(#ffffff));
	background: linear-gradient(180deg, #edf2f6, #ffffff);
	transition: opacity .2s ease-in;
	-webkit-transition: opacity .2s ease-in;
	-moz-transition: opacity .2s ease-in;
	-ms-transition: opacity .2s ease-in;
	-o-transition: opacity .2s ease-in;
	z-index: 7;
}
.subscribe__btn:hover:after {
    opacity: 1;
}

/* Footer section */

.footer__inner {
    position: relative;
    padding-bottom: 63px;
    background: linear-gradient(89deg, #34a880 0%, #4fb4ff 100%);
}
.footer-bg {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    max-width: 1170px;
    width: 100%;
    height: 100%;
    min-height: 250px;
}
.footer-bg:before {
    left: -100px;
    background: url("img/footer-bg-l.png") left bottom no-repeat;
}
.footer-bg:after {
    left: 100px;
    background: url("img/footer-bg-r.png") right bottom no-repeat;
}

.footer .menu-wrap {
    padding-bottom: 51px;
}
.footer .menu-wrap:before {
    display: none;
}
.footer .logo {
    top: 65px;
}
.footer .menu__list {
    max-width: 710px;
    overflow: hidden;
}
.menu__list {
    list-style:none;
}
.footer .menu__list li + li {
    margin: 0;
}
.footer .menu__list li:nth-child(n+5) {
    margin-top: 15px;
}
.footer .menu__list li {
    float: left;
    width: 25%;
}
.copyright {
    padding-right: 240px;
    opacity: .6;
}

/* Single page */

.page header {
    margin-bottom: 0;
}
.main {
    position: relative;
    font-size: 18px;
    color: #000;

}
.breadcrumbs a {
    padding-left: 50px;
    color: #000;
    opacity: .4;
    background: url("img/arrow-ico.svg") left center no-repeat;
}
.post {
    padding-top: 70px;
}
.breadcrumbs a:hover {
    opacity: 1;
}
.post__content {
    padding-right: 50px;
}
.post__content p {
    margin-bottom: 50px;
    line-height: 34px;
}
.title-wrap {
    -webkit-box-align: center;
            align-items: center;
    margin: 30px 0 62px;
}
.title-wrap img {
    margin-right: 30px;
}
.post__title {
    max-width: 440px;
}
.sidebar {
    position: relative;
    padding: 60px;
    height: 100%;
    background: linear-gradient(89deg, rgb(52, 168, 128, 0.2) 0%, rgb(79, 180, 255, 0.2) 100%);
}
.sidebar:before {
    position: absolute;
    top: 0;
    right: 0;
    content: "";
    width: 0;
    height: 0;
    border-top: 27px solid #4AB2E5;
    border-left: 27px solid transparent;
}
.form__title {
    margin-bottom: 30px;
}
.page .header__btn {
    display: inline-block;
    margin: 0 0 30px 0;
}
.page .header__btn input,
.order .header__btn input {
    padding: 16px 40px;
    background: transparent;
}
.form__input-box > div + div {
    margin-top: 20px;
}
.form__input-box label {
    display: block;
    margin-bottom: 20px;
    opacity: 0.4;
}
.form__input-box input::-webkit-input-placeholder {
    color: #000;
}
.form__input-box input::-moz-placeholder {
    color: #000;
}
.form__input-box input:-ms-input-placeholder {
    color: #000;
}
.form__input-box input::-ms-input-placeholder {
    color: #000;
}
.form__input-box input::placeholder {
    color: #000;
}
.form__input-box input,
.form__input-box select {
    display: inline-block;
    border: 0 none;
    outline: 0 none;
    padding: 20px 30px;
    width: 100%;
    color: #000;
    box-shadow: 0 5px 7px rgba(0, 0, 0, 0.04);
    border-radius: 10px;
    border: 1px solid transparent;
    background: #fff;
}
.form__input-box select {
    box-shadow: none;
}
.number-input {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    width: 100%;
}
.number-input input {
    max-width: 170px;
    margin-right: 20px;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type="number"] {
    -moz-appearance: textfield;
}
.form__box-btn {
    margin-top: 40px;
}
.form__box-btn span {
    display: block;
    color: #9b9b9b;
    font-size: 14px;
}
.form__box-btn a {
    color: #000;
    font-size: 14px;
}

/* Select style */

.jq-selectbox {
	width: 100%;
	vertical-align: middle;
	cursor: pointer;
}
.jq-selectbox__select {
	display: inline-block;
    border: 0 none;
    outline: 0 none;
    padding: 20px 30px;
    width: 100%;
    color: #000;
    box-shadow: 0 5px 7px rgba(0, 0, 0, 0.04);
    border-radius: 10px;
    background: #fff;
}
.jq-selectbox__select-text {
	display: block;
	width: 100%;
}
.jq-selectbox .placeholder {
	color: #888;
}
.jq-selectbox__trigger {
	position: absolute;
	top: 0;
	right: 0;
	width: 34px;
	height: 100%;
}
.jq-selectbox__trigger {
    position: absolute;
	top: 50%;
	right: 30px;
	margin: -4px 0 0;
	width: 14px;
	height: 8px;
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAICAQAAABjGAZHAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAAmJLR0QA/4ePzL8AAAAHdElNRQfkAhAAMAXE9DW3AAAAAW9yTlQBz6J3mgAAAD5JREFUCNdtycENACAIwMC6ASs5uSPIKG6AD0MUob/mGorRWcSEAaAYE/loYihIYic583KgyIleLuhySc6BNtihJHvrrNy8AAAAJXRFWHRkYXRlOmNyZWF0ZQAyMDIwLTAyLTE1VDIxOjQ4OjA1KzAzOjAwWqzYQQAAACV0RVh0ZGF0ZTptb2RpZnkAMjAyMC0wMi0xNVQyMTo0ODowNSswMzowMCvxYP0AAAAASUVORK5CYII=") no-repeat;
    opacity: .3;
}
.jq-selectbox.opened .jq-selectbox__trigger {
    opacity: 1;
}
.jq-selectbox__dropdown {
	width: 100%;
	padding: 0;
	border-radius: 0 0 10px 10px;
	background: #FFF;
	box-shadow: 0 5px 7px rgba(0, 0, 0, 0.04);
	overflow: hidden;
}
.jq-selectbox.dropup.opened .jq-selectbox__dropdown {
	box-shadow: 0 -5px 7px rgba(0, 0, 0, 0.04);
	border-radius: 10px 10px 0 0;
}
.jq-selectbox.dropdown.opened .jq-selectbox__select {
	border-radius: 10px 10px 0 0;
}
.jq-selectbox.dropup.opened  .jq-selectbox__select {
	border-radius: 0 0 10px 10px;
}
.jq-selectbox li {
	min-height: 18px;
    padding: 15px 30px;
    color: #000;
	transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
}
.jq-selectbox li.selected,
.jq-selectbox li:hover {
	background-color: rgb(228, 228, 228);
}
.jq-selectbox li.option {
	padding-left: 25px;
}

/* Select style end */

.page .header__inner {
    min-height: auto;
    height: 160px;
}
.page .header__inner:before {
    background: url("img/header-bg-single.png") no-repeat;
}
.page .header .menu-wrap {
    padding-top: 57px;
    height: 160px;
}
.page .menu-wrap:before {
    display: none;
}
main,
.advantage {
    margin-bottom: 100px;
}
.advantage__item {
    display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
    flex-direction: column;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
    justify-content: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
    align-items: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
    height: 300px;
}
.advantage__item p {
    margin: 26px 0 0;
    font-size: 18px;
    text-align: center;
}
.page .color-red {
    box-shadow: 0 8px 8px rgba(237, 35, 36, 0.1);
    border-radius: 30px 0 0 30px;
}
.page .color-blue {
    box-shadow: 0 8px 8px rgba(65, 150, 227, 0.1);
    background: linear-gradient(45deg, #3c8bd9 0%, #4fb4ff 100%);
}
.page .color-blue img {
    position: relative;
    left: 11px;
}
.page .color-green {
    box-shadow: 0 8px 8px rgba(63, 194, 158, 0.1);
    background: linear-gradient(45deg, #34a87f 0%, #46cead 100%);
}
.page .color-yellow {
    box-shadow: 0 8px 8px rgba(255, 177, 40, 0.1);
    border-radius: 0 30px 30px 0;
    background: linear-gradient(45deg, #ffa715 0%, #ffcc61 100%);
}

/* Single page-suppliers */

.page-suppliers .main:after {
    display: none;
}
.page-suppliers .right {
    position: absolute;
    right: -40px;
    bottom: 0;
    width: 619px;
    height: 482px;
    background: url("img/suppliers-bg.png") no-repeat;
}
.page-suppliers .post__content {
    padding-right: 0;
    padding-bottom: 28px;
}
.page-suppliers .form {
    padding: 60px;
    box-shadow: 0 8px 8px rgba(255, 177, 40, 0.04);
    border-radius: 30px;
    background: #fff3da url("img/form-bg.png") right bottom no-repeat;
}
.form__line-1,
.form__line-2 {
    display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
    justify-content: space-between;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
}
.form__line-3 {
    display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
    align-items: flex-start;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
}
.form__line-1 div {
    width: 50%;
}
.form__line-1 div:last-child,
.form__line-3 div:last-child {
    margin-left: 30px;
}
.form__line-2 div,
.form__line-3 div {
    width: calc(100% / 3);
}
.form__line-2 div:nth-child(n+2),
.form__line-3 div:nth-child(n+2) {
    margin-left: 30px;
}
.page-suppliers .form__box-btn {
    display: flex;
	display: -webkit-box;
	display: -webkit-flex;
    display: -ms-flexbox;
    flex-direction: column;
    align-items: flex-start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    margin-top: 30px;
}
.page-suppliers .header__btn {
    margin: 30px 0 0;
    -webkit-box-ordinal-group: 3;
            order: 2;
}
.page-suppliers .form__box-btn br {
    display: none;
}

/* Modal */

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    padding: 0 20px 0;
    display: none;
    width: 100%;
    height: 100%;
    background: rgb(12, 39, 55, .4);
    overflow: auto;
    z-index: 199;
}
.modal {
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 770px;
    width: 100%;
    font-size: 16px;
    border-radius: 30px 0 30px 30px;
    background: #fff;
    z-index: 200;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
}
.mobile {
    position: relative;
    top: 0;
    margin: 20px 0;
    transform: translate(-50%,0);
    -webkit-transform: translate(-50%,0);
    -moz-transform: translate(-50%,0);
    -ms-transform: translate(-50%,0);
    -o-transform: translate(-50%,0);
}
.close {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 20px;
    height: 20px;
    cursor: pointer;
    z-index: 200;
}
.close:hover svg {
    opacity: .7;
}
.modal__title,
.modal p {
    font-family: "Gilroy-Bold", sans-serif;
    font-size: 34px;
    line-height: 48px;
}
.modal p {
    font-size: 24px;
}
.complete .modal {
    position: relative;
    display: none;
    padding: 55px 0 65px 60px;
    overflow: hidden;
}
.complete.modal-error .modal {
    color: #000;
    background: #f7fafb url("img/error-bg.png") right bottom no-repeat;
}
.complete.modal-error .modal p {
    font-family: "Gilroy-Regular", sans-serif;
}
.complete.succesfull .modal--yandex {
    background: url("img/yandex-bg.png") right -7px no-repeat, linear-gradient(45deg, #ed1e1e 0%, #ff9848 100%);
}
.complete.succesfull .modal--google {
    background: url("img/google-bg.png") right top no-repeat, linear-gradient(45deg, #3c8bd9 0%, #4fb4ff 100%);
}
.complete.succesfull .modal--mailing {
    background: url("img/mailing-bg.png") -67px -27px no-repeat, linear-gradient(45deg, #34a87f 0%, #46cead 100%);
}
.complete.succesfull .modal--seo {
    background: url("img/seo-bg.png") right top no-repeat, linear-gradient(45deg, #ffa715 0%, #ffcc61 100%);
}
.complete.succesfull .modal--proxy {
    background: url("img/proxy-bg.png") calc(100% - 80px * -1) -10px no-repeat, linear-gradient(45deg, #61219c 0%, #a436ce 100%);
}



.modal .products__btn {
    margin-top: 40px;
    padding: 16px 40px;
    font-size: 22px;
}
.modal-error .products__btn {
    color: #000;
    box-shadow: 0 12px 10px rgba(0, 0, 0, 0.1);
    background-color: rgba(255, 255, 255, 0.5);
}
.modal-error .products__btn:hover {
    background-color: rgba(255, 255, 255, 1);
}
.complete.succesfull .modal--google .products__btn {
    background-color: rgba(0, 0, 0, 0.08);
}
.complete.succesfull .modal--mailing .products__btn {
    box-shadow: 0 12px 10px rgba(28, 155, 115, 0.5);
    background-color: rgba(57, 179, 140, 0.1);
}
.complete.succesfull .modal--seo .products__btn {
    box-shadow: 0 12px 10px rgba(224, 145, 12, 0.5);
    background: rgba(255, 185, 58, 0.5);
}
.complete.succesfull .modal--proxy .products__btn {
    box-shadow: 0 12px 10px #63199d;
    background-color: rgba(119, 40, 173, 0.5);
}



.order .modal__title {
    margin-bottom: 50px;
    padding: 35px 60px;
    border-radius: 30px 0 0 0;
}
.order .form__input-box {
    padding: 0 60px;
}
.order--yandex .modal__title {
    background: url("img/yandex-bg.png") right top no-repeat, linear-gradient(45deg, #ed1e1e 0%, #ff9848 100%);
}
.order--google .modal__title {
    background: url("img/google-bg.png") right top no-repeat, linear-gradient(45deg, #3c8bd9 0%, #4fb4ff 100%);
}
.order--social .modal__title {
    background: url("img/mailing-bg.png") -70px -141px no-repeat, linear-gradient(45deg, #34a87f 0%, #46cead 100%);
}
.order--seo .modal__title {
    background: url("img/seo-bg.png") right -5px no-repeat, linear-gradient(45deg, #ffa715 0%, #ffcc61 100%);
}
.order--proxy .modal__title {
    background: url("img/proxy-bg.png") calc(100% - 78px * -1) top no-repeat, linear-gradient(45deg, #61219c 0%, #a436ce 100%);
}
.order .form__box-btn {
    padding: 40px 60px 45px;
    background: #f7fafb;
    border-radius: 0 0 30px 30px;
}
.order .form__input-box > div {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
            align-items: center;
}
.order .form__input-box input,
.order .form__input-box select {
    -webkit-box-flex: 1;
            flex-grow: 1;
    border: 1px solid #e6e6e6;
}
.order .jq-selectbox__select,
.order .jq-selectbox.opened .jq-selectbox__dropdown {
    border: 1px solid #e6e6e6;
}
.order .jq-selectbox.opened .jq-selectbox__dropdown {
    margin-top: -3px;
}
.order .jq-selectbox.opened .jq-selectbox__select {
    border-radius: 10px 10px 0 0;
}
.order .jq-selectbox.dropup.opened .jq-selectbox__dropdown {
    border-bottom: 0 none;
}
.order .jq-selectbox.dropdown.opened .jq-selectbox__dropdown {
    border-top: 0 none;
}
.novalid .form__input-box input:not(.user_quantity) {
    border: 1px solid #89393C;
}
.novalid .form__input-box input.not-required {
    border-color: transparent;
}
.novalid .form__input-box input::-webkit-input-placeholder {
    color: #9F3935;
}
.novalid .form__input-box input:-ms-input-placeholder {
    color: #9F3935;
}
.novalid .form__input-box input::-ms-input-placeholder {
    color: #9F3935;
}
.novalid .form__input-box input::-moz-placeholder {
    color: #9F3935;
}
.novalid .form__input-box input::placeholder {
    color: #9F3935;
}
.order .form__input-box label {
    padding: 0;
    max-width: 210px;
    width: 100%;
}
.order .form__input-box label,
.order .form__input-box span,
.order .price span {
    color: #000;
}
.order .btn-wrap {
    padding-bottom: 28px;
}
.order .btn-wrap,
.order--seo .form__box-btn {
    display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
    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;
}
.order .price span:first-child {
    font-size: 18px;
}

.order .price span span {
  display:inline-block;
  vertical-align: middle;
}

.order .price span:last-child {
    font-family: "Gilroy-Bold", sans-serif;
    font-size: 30px;
}
.order .form__box-btn br {
    display: none;
}
.order--seo .header__btn{
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}
.order--seo .form__box-btn br {
    display: block;
}

.inline {
  display:inline-block;
}


.hihi {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index:-1;
  top:0;
}
