/*
Theme Name: karniz_theme
Author: Chervonos Vyacheslav
Author URI:


License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html


This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

header,
section,
footer,
aside,
nav,
article,
figure {
    display: block;
}
* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
h1,
h2,
h3,
h4,
p {
    margin: 0;
    padding: 0;
    font-weight: normal;
}
input {
    outline: none;
}
a img,
a img:active,
a img:focus {
    border: none;
    outline: none;
    border-collapse: collapse;
}
table {
    border-collapse: collapse;
    border: none;
}
a:hover {
    text-decoration: none;
}
button::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner {
    border: 0;
    padding: 0;
    -webkit-appearance: none !important;
}
img {
    border: 0;
}
form {
    margin: 0;
    padding: 0;
}
a {
    outline: 0;
    color: #0095cc;
}
ul,
ol {
    margin: 0;
    padding: 0;
}
.clearfix:before,
.clearfix:after {
    display: table;
    line-height: 0;
    content: '';
    font-size: 0;
    height: 0;
}
.clearfix:after {
    clear: both;
}
.clear {
    clear: both;
    height: 0;
    overflow: hidden;
    font-size: 0;
    line-height: 0;
}
.link-h-none:hover {
    text-decoration: none;
    border-bottom: none;
}
.link-h-none-parent a:hover {
    text-decoration: none;
    border-bottom: none;
}
.link-h-underline:hover {
    text-decoration: underline;
}
.link-h-underline-parent a:hover {
    text-decoration: underline;
}
.button-h-opacity:hover {
    opacity: 0.8;
}
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
select::-ms-expand {
    display: none;
}
.left {
    float: left;
}
.right {
    float: right;
}
/*adaptive*/
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(../../../s/montserrat/v15/JTUSjIg1_i6t8kCHKm45xW4.ttf) format('truetype');
}
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(../../../s/montserrat/v15/JTURjIg1_i6t8kCHKm45_ZpC7g4.ttf) format('truetype');
}
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(../../../s/montserrat/v15/JTURjIg1_i6t8kCHKm45_dJE7g4.ttf) format('truetype');
}
html,
body {
    margin: 0 auto;
    padding: 0;
    height: 100%;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 14px;
    text-align: left;
    color: #373147;
    -webkit-text-size-adjust: 100%;
}
@media only screen and (max-width: 1499px) {
    html,
    body {
        font-size: 13px;
    }
}
.content__section {
    margin: 0 auto;
    width: 1170px;
}
@media only screen and (max-width: 1200px) {
    .content__section {
        width: 96%;
    }
}
@media only screen and (max-width: 767px) {
    .content__section {
        width: 94%;
    }
}
.content__section__wrapper {
    margin: 0 auto;
    width: 100%;
    min-width: 1170px;
}
@media only screen and (max-width: 1200px) {
    .content__section__wrapper {
        min-width: 100%;
    }
}
.pseudo {
    content: '';
    display: block;
    position: absolute;
}
/*header*/
.header {
    margin: 0 auto;
    width: 100%;
    min-width: 1170px;
    background: url('site/img/bg/header__bg.jpg') no-repeat center bottom;
    background-color: #f4f6f5;
    position: relative;
}
@media only screen and (max-width: 1200px) {
    .header {
        min-width: 100%;
    }
}
@media only screen and (max-width: 767px) {
    .header:before {
        content: '';
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.5);
        z-index: 2;
    }
}
.header__top {
    margin: 0 auto;
    width: 100%;
    min-width: 1170px;
    border-bottom: 1px solid #ffffff;
    position: relative;
    z-index: 50;
}
@media only screen and (max-width: 1200px) {
    .header__top {
        min-width: 100%;
    }
}
.header__top__inner {
    margin: 0 auto;
    width: 1170px;
    padding: 15px 0 15px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
@media only screen and (max-width: 1200px) {
    .header__top__inner {
        width: 96%;
    }
}
@media only screen and (max-width: 767px) {
    .header__top__inner {
        width: 94%;
    }
}
@media only screen and (max-width: 767px) {
    .header__top__inner {
        color: #ffffff;
    }
}
@media only screen and (max-width: 767px) {
    .header__top__inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
.header__top__inner a {
    color: #373147;
    text-decoration: none;
}
@media only screen and (max-width: 767px) {
    .header__top__inner a {
        color: #ffffff;
    }
}
.header__top__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
@media only screen and (max-width: 1030px) {
    .header__top__content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
    }
}
.header__top__contacts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-right: 20px;
}
@media only screen and (max-width: 1030px) {
    .header__top__contacts {
        margin: 0 0 20px 0;
    }
}
@media only screen and (max-width: 479px) {
    .header__top__contacts {
        flex-direction: column;
    }
}
.header__top__contacts__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-right: 20px;
    font-size: 12px;
}
@media only screen and (max-width: 479px) {
    .header__top__contacts__block {
        margin: 0 0 15px 0;
    }
}
.header__top__contacts__block p {
    line-height: 1;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.header__top__contacts__block__icon {
    max-width: 14px;
    margin-right: 10px;
}
.header__top__phone {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
@media only screen and (max-width: 767px) {
    .header__top__phone {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
.header__top__phone__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-left: 20px;
    font-weight: 700;
    font-size: 115%;
}
@media only screen and (max-width: 767px) {
    .header__top__phone__block {
        margin: 0 0 20px 0;
    }
}
.header__top__phone__block p {
    line-height: 1;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.header__top__phone__block__iconWrapper {
    min-width: 32px;
    width: 32px;
    height: 32px;
    border-radius: 16px;
    background-color: #ffffff;
    text-align: center;
    line-height: 32px;
    margin-right: 10px;
}
.header__top__phone__block__iconWrapper img {
    max-width: 22px;
    vertical-align: middle;
}
.header__top__link {
    margin-left: 15px;
    color: #FE3A08 !important;
    font-size: 12px;
    font-weight: 700;
    text-decoration: none;
    padding-bottom: 3px;
    border-bottom: 1px dashed #FE3A08;
}
.header__top__link:hover {
    border-bottom: 1px dashed transparent;
}
.header__top__menu {
    list-style-type: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 auto;
    width: 1170px;
    margin-top: 19px;
    margin-bottom: 15px;
}
@media only screen and (max-width: 1200px) {
    .header__top__menu {
        width: 96%;
    }
}
@media only screen and (max-width: 767px) {
    .header__top__menu {
        width: 94%;
    }
}
.header__top__menu > li {
    margin: 0 20px 15px 0;
}
.header__top__menu > li a {
    text-decoration: none;
    color: #373147;
    font-weight: 700;
}
@media only screen and (max-width: 767px) {
    .header__top__menu > li a {
        color: #ffffff;
    }
}
.header__top__menu > li a:hover {
    text-decoration: underline;
}
.header__inner {
    margin: 0 auto;
    width: 1170px;
    padding: 70px 0 50px 0;
    min-height: 650px;
    position: relative;
    z-index: 4;
}
@media only screen and (max-width: 1200px) {
    .header__inner {
        width: 96%;
    }
}
@media only screen and (max-width: 767px) {
    .header__inner {
        width: 94%;
    }
}
@media only screen and (max-width: 1030px) {
    .header__inner {
        min-height: 550px;
    }
}
@media only screen and (max-width: 767px) {
    .header__inner {
        padding: 30px 0 30px 0;
        min-height: auto;
        color: #ffffff;
    }
}
.header__inner__left {
    width: 50%;
}
@media only screen and (max-width: 767px) {
    .header__inner__left {
        width: 100%;
    }
}
.header__inner__bottom {
    padding: 45px 0 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.header__inner__bottom .orderButton {
    margin: 5px 15px 5px 0;
}
.header__slogan {
    font-weight: 700;
    font-size: 50px;
    line-height: 1.1;
    margin-bottom: 20px;
}
@media only screen and (max-width: 1199px) {
    .header__slogan {
        font-size: 35px;
    }
}
@media only screen and (max-width: 767px) {
    .header__slogan {
        font-size: 20px;
        word-break: break-word;
    }
}
.header__advantages__item {
    padding: 0 0 15px 24px;
    background: url('site/img/icons/plus.svg') no-repeat left 4px;
}
.logo {
    width: 136px;
    height: 36px;
    background: url('site/img/logo.svg') no-repeat;
    background-size: 98% 98%;
    text-indent: -9999px;
    overflow: hidden;
    display: block;
    margin-right: 20px;
}
@media only screen and (max-width: 767px) {
    .logo {
        margin: auto;
        margin-bottom: 25px;
    }
}
.orderButton {
    color: #ffffff;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 12px;
    height: 40px;
    line-height: 20px;
    padding: 10px 80px 10px 80px;
    border-radius: 5px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #f36e43;
    /* Old browsers */
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, left bottom, from(#f36e43), color-stop(30%, #f56133), color-stop(54%, #f95323), color-stop(73%, #fc4616), color-stop(77%, #fc4616), to(#ff3c0c));
    background: -o-linear-gradient(top, #f36e43 0%, #f56133 30%, #f95323 54%, #fc4616 73%, #fc4616 77%, #ff3c0c 100%);
    background: linear-gradient(to bottom, #f36e43 0%, #f56133 30%, #f95323 54%, #fc4616 73%, #fc4616 77%, #ff3c0c 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f36e43', endColorstr='#ff3c0c', GradientType=0);
    /* IE6-9 */
    -webkit-box-shadow: 0px 10px 10px 0px rgba(247, 82, 34, 0.7);
    box-shadow: 0px 10px 10px 0px rgba(247, 82, 34, 0.7);
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
@media only screen and (max-width: 999px) {
    .orderButton {
        padding: 10px 20px 10px 20px;
    }
}
.orderButton:hover {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ff3b0a+0,fa4717+30,f85728+54,f56133+73,f26e42+100 */
    background: #ff3b0a;
    /* Old browsers */
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, left bottom, from(#ff3b0a), color-stop(30%, #fa4717), color-stop(54%, #f85728), color-stop(73%, #f56133), to(#f26e42));
    background: -o-linear-gradient(top, #ff3b0a 0%, #fa4717 30%, #f85728 54%, #f56133 73%, #f26e42 100%);
    background: linear-gradient(to bottom, #ff3b0a 0%, #fa4717 30%, #f85728 54%, #f56133 73%, #f26e42 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3b0a', endColorstr='#f26e42', GradientType=0);
    /* IE6-9 */
}
/*advantages*/
.advantages {
    margin: 0 auto;
    width: 1170px;
    padding: 80px 0 70px 0;
}
@media only screen and (max-width: 1200px) {
    .advantages {
        width: 96%;
    }
}
@media only screen and (max-width: 767px) {
    .advantages {
        width: 94%;
    }
}
@media only screen and (max-width: 1030px) {
    .advantages {
        padding: 30px 0 30px 0;
    }
}
.advantages__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
@media only screen and (max-width: 1030px) {
    .advantages__wrapper {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}
.advantages__item {
    text-align: center;
    width: 16%;
    padding: 0 1.3% 20px 1.3%;
}
@media only screen and (max-width: 1030px) {
    .advantages__item {
        width: 25%;
    }
}
@media only screen and (max-width: 767px) {
    .advantages__item {
        width: 33%;
    }
}
@media only screen and (max-width: 639px) {
    .advantages__item {
        width: 49%;
    }
}
.advantages__item__iconWrapper {
    height: 53px;
    margin-bottom: 15px;
}
.advantages__item__iconWrapper img {
    max-width: 60%;
    max-height: 100%;
}
.advantages__item__text {
    font-size: 115%;
    line-height: 1.2;
}
.sectionHeading,
h2 {
    font-weight: 500;
    font-size: 36px;
    text-align: center;
    padding: 0 0 25px 0;
}
@media only screen and (max-width: 1169px) {
    .sectionHeading,
    h2 {
        font-size: 20px;
    }
}
/*about*/
.about {
    margin: 0 auto;
    width: 100%;
    min-width: 1170px;
    background-color: #f2f6f9;
}
@media only screen and (max-width: 1200px) {
    .about {
        min-width: 100%;
    }
}
.about__inner {
    margin: 0 auto;
    width: 1170px;
    padding: 80px 0 70px 0;
}
@media only screen and (max-width: 1200px) {
    .about__inner {
        width: 96%;
    }
}
@media only screen and (max-width: 767px) {
    .about__inner {
        width: 94%;
    }
}
@media only screen and (max-width: 1030px) {
    .about__inner {
        padding: 30px 0 30px 0;
    }
}
.about__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.about__item {
    text-align: center;
    width: 33%;
    padding: 0 3.3% 20px 3.3%;
}
@media only screen and (max-width: 1030px) {
    .about__item {
        padding: 0 1.5% 20px 1.5%;
        font-size: 12px;
    }
}
@media only screen and (max-width: 767px) {
    .about__item {
        width: 49%;
    }
}
@media only screen and (max-width: 479px) {
    .about__item {
        width: 99%;
    }
}
.about__item__iconWrapper {
    height: 53px;
    margin-bottom: 15px;
}
.about__item__iconWrapper img {
    max-width: 60%;
    max-height: 100%;
}
.about__item__text {
    line-height: 1.3;
}
.about__bottom {
    padding: 20px 0 0 0;
    text-align: center;
}
.about__bottom img {
    max-width: 100%;
}
/*popular*/
.popular {
    margin: 0 auto;
    width: 1170px;
    padding: 80px 0 40px 0;
}
@media only screen and (max-width: 1200px) {
    .popular {
        width: 96%;
    }
}
@media only screen and (max-width: 767px) {
    .popular {
        width: 94%;
    }
}
@media only screen and (max-width: 1030px) {
    .popular {
        padding: 30px 0 30px 0;
    }
}
.popular__actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 30px;
}
@media only screen and (max-width: 767px) {
    .popular__actions {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
.popular__actions__item {
    width: 48%;
    min-height: 332px;
    background-repeat: no-repeat !important;
    background-size: cover;
    padding: 5% 4% 2% 4%;
    color: #ffffff;
}
@media only screen and (max-width: 1199px) {
    .popular__actions__item {
        min-height: 270px;
    }
}
@media only screen and (max-width: 1030px) {
    .popular__actions__item {
        min-height: 240px;
    }
}
@media only screen and (max-width: 767px) {
    .popular__actions__item {
        width: 100%;
        margin-bottom: 20px;
        min-height: 200px;
    }
}
.popular__actions__top {
    background-color: #ff4001;
    border-radius: 4px;
    font-size: 12px;
    text-align: center;
    text-transform: uppercase;
    height: 30px;
    line-height: 16px;
    padding: 7px 18px 7px 18px;
    margin-bottom: 25px;
    display: inline-block;
}
.popular__actions__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.popular__actions__text {
    max-width: 48%;
    line-height: 1.3;
}
.popular__actions__discount {
    font-weight: 700;
    font-size: 80px;
    line-height: 1;
    max-width: 48%;
}
@media only screen and (max-width: 1030px) {
    .popular__actions__discount {
        font-size: 40px;
    }
}
.popularSlider {
    padding-top: 50px !important;
}
.popularSlider__imageWrapper {
    height: 160px;
    margin-bottom: 30px;
    overflow: hidden;
}
.popularSlider__imageWrapper img {
    max-width: 100%;
    max-height: 100%;
}
.popularSlider .swiper-slide {
    text-align: center;
}
.popularSlider__title {
    min-height: 50px;
    overflow: hidden;
    line-height: 1.3;
    font-size: 14px;
    font-weight: 700;
}
.popularSlider__bottom {
    padding-top: 10px;
    padding-bottom: 18px;
}
.popularSlider .swiper__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    position: absolute;
    right: 0;
    top: 0;
}
.popularSlider .swiper-button-next,
.popularSlider .swiper-button-prev {
    position: relative;
    top: auto;
    margin-top: 0;
    z-index: 10;
    cursor: pointer;
    display: block;
    right: auto;
    left: auto;
    width: 67px;
    height: 11px;
    text-indent: -9999px;
}
.popularSlider .swiper-button-prev {
    background: url('site/img/icons/arr_left.svg') no-repeat left top;
    background-size: 98% 98%;
    top: 10px
}
.popularSlider .swiper-button-next {
    margin-left: 35px;
    position: relative;
    background: url('site/img/icons/arr_right.svg') no-repeat left top;
    background-size: 98% 98%;
}
.swiper-button-disabled {
    display: none !important;
}
/*category*/
.category {
    margin: 0 auto;
    width: 1170px;
    padding: 60px 0 40px 0;
}
@media only screen and (max-width: 1200px) {
    .category {
        width: 96%;
    }
}
@media only screen and (max-width: 767px) {
    .category {
        width: 94%;
    }
}
@media only screen and (max-width: 1030px) {
    .category {
        padding: 30px 0 30px 0;
    }
}
.category_1 .category__image__text_1 {
    left: 2%;
    top: 0;
    padding-bottom: 4%;
}
.category_1 .category__image__text_2 {
    left: 16%;
    top: 0;
    padding-bottom: 4%;
}
.category_1 .category__image__text_3 {
    left: 41%;
    top: 0;
    padding-bottom: 4%;
}
.category_1 .category__image__text_4 {
    right: 26%;
    top: 0;
    padding-bottom: 4%;
}
.category_1 .category__image__text_5 {
    left: 33.5%;
    top: 39%;
    padding-top: 4%;
}
.category_1 .category__image__text_6 {
    right: 29.5%;
    top: 44.5%;
    padding: 0% 3% 1% 0;
}
.category_1 .category__image__text_7 {
    left: 10.5%;
    top: 58%;
    padding: 0% 0% 0 3%;
}
.category_1 .category__image__text_8 {
    left: 22%;
    top: 50%;
    padding: 3% 0% 0% 0 ;
}
.category_1 .category__image__text_9 {
    right: 44.5%;
    top: 50%;
    padding: 3% 0% 0% 0 ;
}
.category_1 .category__image__text_10 {
    right: 25%;
    top: 50%;
    padding: 3% 0% 0% 0 ;
}
.category_1 .category__image__text_11 {
    left: 11%;
    bottom: 18%;
    padding: 1% 0% 1% 3.5% ;
}
.category_1 .category__image__text_12 {
    left: 37%;
    bottom: 17%;
    padding: 1% 0% 1% 3.8% ;
}
.category_2 .category__image__text_1 {
    left: 44%;
    top: 19%;
    padding-left: 5%;
}
.category_2 .category__image__text_2 {
    left: 0%;
    top: 47%;
    padding: 0 4.6% 2% 0;
}
.category_2 .category__image__text_3 {
    right: 28%;
    top: 47%;
    padding: 0 0 0 5%;
}
.category_2 .category__image__text_4 {
    right: 37%;
    top: 63%;
    padding: 0 0 0 5%;
}
.category_2 .category__image__text_5 {
    left: 11.7%;
    top: 73%;
    padding: 4.6% 0 0 0 ;
}
.category_2 .category__image__text_6 {
    left: 37%;
    bottom: 10%;
    padding: 0%  0 1.5% 5%;
}
.category_3 .category__image__text_1 {
    left: 21.3%;
    top: 1%;
    padding: 0 4.6% 3% 0;
}
.category_3 .category__image__text_2 {
    right: 29%;
    top: 13%;
    padding-left: 4%;
}
.category_3 .category__image__text_3 {
    left: 1%;
    top: 14%;
    padding: 0 0 4%  0;
}
.category_3 .category__image__text_4 {
    right: 26%;
    top: 44%;
    padding: 0 0 2% 4.6%;
}
.category_3 .category__image__text_5 {
    left: 4%;
    top: 68%;
    padding: 3.5% 0 0 0 ;
}
.category_3 .category__image__text_6 {
    right: 31%;
    bottom: 27%;
    padding: 0%  0 1.5% 4.5%;
}
.category__image {
    max-width: 100%;
    width: 100%;
}
.category__image__wrapper {
    position: relative;
}
.category__image__text {
    position: absolute;
    font-size: 0.8vw;
}
.category__features {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
@media only screen and (max-width: 767px) {
    .category__features {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
.category__features .tabsInner {
    min-width: 67%;
    max-width: 67%;
    margin-right: 2%;
}
@media only screen and (max-width: 767px) {
    .category__features .tabsInner {
        min-width: 100%;
        max-width: 100%;
        margin: 0 0 20px 0;
    }
}
.category__features__list {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.category__features__list h3,
.category__features__list h5,
.category__features__list h5 {
    font-weight: 700;
    padding-bottom: 15px;
}
.category__features__list ul,
.category__features__list ol {
    list-style-type: none;
}
.category__features__list ul li,
.category__features__list ol li {
    display: block;
    padding: 0 0 8px 24px;
    position: relative;
}
.category__features__list ul li:before,
.category__features__list ol li:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 3px;
    width: 6px;
    height: 6px;
    border-radius: 3px;
    background-color: #0090FF;
}
.category__featuresMini {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.category__featuresMini__item {
    width: 49%;
    border: 1px solid #EFEEF2;
    padding: 10px 10px 10px 10px;
    text-align: center;
}
@media only screen and (max-width: 1030px) {
    .category__featuresMini__item {
        width: 49%;
    }
}
@media only screen and (max-width: 374px) {
    .category__featuresMini__item {
        width: 99%;
    }
}
.category__featuresMini__imageWrapper {
    height: 133px;
    margin-bottom: 8px;
}
.category__featuresMini__imageWrapper img {
    max-width: 96%;
    max-height: 100%;
}
.category__featuresMini__title {
    font-size: 10px;
    word-break: break-word;
}
.category__control {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.category__control__item {
    width: 23%;
    margin: 0 1% 2% 1%;
    position: relative;
    padding-top: 35px;
}
@media only screen and (max-width: 1030px) {
    .category__control__item {
        width: 31%;
    }
}
@media only screen and (max-width: 639px) {
    .category__control__item {
        width: 48%;
    }
}
.category__control__item__heading {
    font-weight: 500;
    position: absolute;
    left: 0;
    top: 0;
    max-width: 100%;
    word-break: break-word;
}
.category__control__item__inner {
    padding-bottom: 100%;
    position: relative;
    -webkit-box-shadow: inset 2px 2px 3px 3px rgba(175, 221, 255, 0.4), inset -2px -2px 3px 3px rgba(175, 221, 255, 0.4);
    box-shadow: inset 2px 2px 3px 3px rgba(175, 221, 255, 0.4), inset -2px -2px 3px 3px rgba(175, 221, 255, 0.4);
}
.category__control__item__wrapper {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    padding: 30px 15px 30px 15px;
}
@media only screen and (max-width: 767px) {
    .category__control__item__wrapper:before {
        content: '';
        display: block;
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        background: rgba(0, 0, 0, 0.6);
        z-index: 2;
    }
}
.category__control__item__imageWrapper {
    min-height: 39%;
    margin-bottom: 12px;
    position: relative;
}
@media only screen and (max-width: 767px) {
    .category__control__item__imageWrapper {
        min-height: 32%;
        max-height: 32%;
    }
}
.category__control__item__imageWrapper img {
    max-width: 66%;
    min-width: 60%;
    max-height: 100%;
}
@media only screen and (max-width: 767px) {
    .category__control__item__imageWrapper img {
        min-width: auto;
    }
}
.category__control__item__title {
    font-size: 12px;
    word-break: break-word;
    position: relative;
    z-index: 4;
}
@media only screen and (max-width: 767px) {
    .category__control__item__title {
        color: #ffffff;
    }
}
.category__control__timer {
    width: 30px;
    height: 30px;
    position: absolute;
    right: 10px;
    top: 45px;
    z-index: 3;
    background: url('site/img/icons/timer.svg') no-repeat center center;
    background-size: 98% 98%;
}
.category__reviews {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
@media only screen and (max-width: 1030px) {
    .category__reviews {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
.category__reviews .reviewsSlider {

}
@media only screen and (max-width: 1030px) {

}
.category__reviews__video {
    position: relative;
    padding-bottom: 75%;
    margin-bottom: 40px;
}
.category__reviews__video__wrapper {
    width: 33%;
    padding-top: 0px;
}
@media only screen and (max-width: 1030px) {
    .category__reviews__video__wrapper {
        padding-top: 10px;
        width: 86% ;
        margin: 0 auto;
    }
}
.category__reviews__video__bottom {
    text-align: center;
}
.category__reviews__video__bottom .orderButton_icon {
    max-width: 12px;
    margin-left: 6px;
}
.category__reviews__video__bottom .orderButton {
    padding-left: 30px;
    padding-right: 30px;
}
.category__reviews__video a {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.category__reviews__video a:before {
    content: '';
    display: block;
    position: absolute;
    width: 50px;
    height: 50px;
    border-radius: 25px;
    background: url('site/img/icons/play.svg') no-repeat center center;
    left: 50%;
    top: 50%;
    margin: -25px 0 0 -25px;
    z-index: 4;
    background-size: cover;
}
.category__reviews__video a img {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.fancybox-slide--video .fancybox-content {
    max-width: 60% !important;
    max-height: 60% !important;
}
@media only screen and (max-width: 767px) {
    .fancybox-slide--video .fancybox-content {
        max-width: 96% !important;
        max-height: 70% !important;
    }
}
.ui-tooltip {
    padding: 8px;
    position: absolute;
    z-index: 9999;
    max-width: 300px;
    background-color: #ffffff;
    -webkit-box-shadow: 2px 2px 2px 2px rgba(175, 221, 255, 0.7), -2px -2px 2px 2px rgba(175, 221, 255, 0.7);
    box-shadow: 2px 2px 2px 2px rgba(175, 221, 255, 0.7), -2px -2px 2px 2px rgba(175, 221, 255, 0.7);
    border-radius: 4px;
}
body .ui-tooltip {
    border-width: 2px;
}
.ui-helper-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.tabsMain__div {
    padding: 30px 15px 15px 15px;
}
@media only screen and (max-width: 1030px) {
    .tabsMain__div {
        padding: 15px 0 15px 0;
    }
}
.tabsMain__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    list-style-type: none;
    border-bottom: 1px solid #F8F7F6;
}
@media only screen and (max-width: 767px) {
    .tabsMain__list {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}
.tabsMain__list > li {
    display: block;
    min-width: 20%;
    text-align: center;
    font-weight: 700;
}
@media only screen and (max-width: 767px) {
    .tabsMain__list > li {
        min-width: 48%;
        font-weight: 500;
    }
}
.tabsMain__list > li a {
    color: #373147;
    text-decoration: none;
    font-size: 14px;
    position: relative;
    padding: 10px 2% 24px 2%;
    word-break: break-word;
    display: block;
}
@media only screen and (max-width: 767px) {
    .tabsMain__list > li a {
        padding-bottom: 12px;
    }
}
.tabsMain__list > li a:hover {
    color: #0090FF;
}
.tabsMain__list > li.ui-tabs-active.ui-state-active a {
    color: #0090FF;
}
.tabsMain__list > li.ui-tabs-active.ui-state-active a:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 3px;
    background-color: #0090FF;
    left: 0;
    bottom: -1px;
}
.tabsInner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
@media only screen and (max-width: 767px) {
    .tabsInner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
.tabsInner__div {
    padding: 15px 15px 15px 15px;
    width: 62%;
    -webkit-box-shadow: inset 2px 2px 3px 3px rgba(175, 221, 255, 0.4), inset -2px -2px 3px 3px rgba(175, 221, 255, 0.4);
    box-shadow: inset 2px 2px 3px 3px rgba(175, 221, 255, 0.4), inset -2px -2px 3px 3px rgba(175, 221, 255, 0.4);
}
@media only screen and (max-width: 767px) {
    .tabsInner__div {
        width: 100%;
    }
}
.tabsInner__list {
    display: block;
    width: 38%;
    list-style-type: none;
}
@media only screen and (max-width: 767px) {
    .tabsInner__list {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}
.tabsInner__list > li {
    display: block;
    border: 1px solid #F8F7F6;
}
@media only screen and (max-width: 767px) {
    .tabsInner__list > li {
        width: 49.5%;
    }
}
.tabsInner__list > li a {
    color: #373147;
    text-decoration: none;
    font-size: 12px;
    position: relative;
    padding: 10px 2% 10px 2%;
    display: block;
}
@media only screen and (max-width: 767px) {
    .tabsInner__list > li a {
        min-height: 50px;
    }
}
.tabsInner__list > li a:hover {
    color: #0090FF;
}
.tabsInner__list > li.ui-tabs-active.ui-state-active a {
    color: #0090FF;
    -webkit-box-shadow: 2px 2px 3px 3px rgba(175, 221, 255, 0.4), -2px -2px 3px 3px rgba(175, 221, 255, 0.4);
    box-shadow: 2px 2px 3px 3px rgba(175, 221, 255, 0.4), -2px -2px 3px 3px rgba(175, 221, 255, 0.4);
}
.reviewsSlider {
    padding-top: 50px !important;
    overflow: visible !important;
    max-width: 100%;
}
@media only screen and (max-width: 767px) {
    .reviewsSlider  {
        margin-top: 10px;
    }
}
.reviewsSlider .swiper-wrapper {
    max-width: 100%;
}
.reviewsSlider .swiper-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 100%;
}
@media only screen and (max-width: 767px) {
    .reviewsSlider .swiper-slide {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
.category__reviews .reviewsSlider .reviewsSlider__block {
    width: 65%;
    margin-right: 2%;
}
@media only screen and (max-width: 1030px) {
    .category__reviews .reviewsSlider .reviewsSlider__block {
        width: 100%;
        margin: 0px 0 20px 0;
    }
}
.reviewsSlider__block {
    -webkit-box-shadow: inset 2px 2px 3px 3px rgba(175, 221, 255, 0.4), inset -2px -2px 3px 3px rgba(175, 221, 255, 0.4);
    box-shadow: inset 2px 2px 3px 3px rgba(175, 221, 255, 0.4), inset -2px -2px 3px 3px rgba(175, 221, 255, 0.4);
    background-color: #ffffff;
    padding: 30px 30px 30px 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
@media only screen and (max-width: 767px) {
    .reviewsSlider__block {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 15px 15px 15px 15px;
    }
}
.reviewsSlider__text {
    font-size: 13px;
    margin-bottom: 5px;
    line-height: 1.3;
}
.reviewsSlider__text__wrapper {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.reviewsSlider__text__name {
    font-weight: 700;
}
.reviewsSlider__left {
    min-width: 140px;
    margin: 0  25px 20px 0;
    position: relative;
    padding-bottom: 65px;
}
@media only screen and (max-width: 767px) {
    .reviewsSlider__left {
        padding-bottom: 0;
        max-width: 140px;
        margin: 0 0 20px 0;
    }
}
.reviewsSlider__left:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 58px;
    height: 52px;
    background: url('site/img/icons/quote.png') no-repeat;
}
@media only screen and (max-width: 767px) {
    .reviewsSlider__left:before {
        display: none;
    }
}
.reviewsSlider__imageWrapper {
    margin-bottom: 70px;
}
@media only screen and (max-width: 767px) {
    .reviewsSlider__imageWrapper {
        margin-bottom: 0;
    }
}
.reviewsSlider__imageWrapper img {
    max-width: 100%;
    max-height: 100%;
}
.reviewsSlider .swiper__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    position: absolute;
    right: 0;
    top: 0;
}
.reviewsSlider .swiper-button-next,
.reviewsSlider .swiper-button-prev {
    position: relative;
    top: auto;
    margin-top: 0;
    z-index: 10;
    cursor: pointer;
    display: block;
    right: auto;
    left: auto;
    width: 67px;
    height: 11px;
    text-indent: -9999px;
}
.reviewsSlider .swiper-button-prev {
    background: url('site/img/icons/arr_left.svg') no-repeat left top;
    background-size: 98% 98%;
}
.reviewsSlider .swiper-button-next {
    margin-left: 35px;
    position: relative;
    top: -10px;
    background: url('site/img/icons/arr_right.svg') no-repeat left top;
    background-size: 98% 98%;
}
/*textBlock*/
.textBlock {
    padding: 0 0 10px 0;
}
.textBlock > * {
    padding-bottom: 15px;
}
@media only screen and (max-width: 999px) {
    .textBlock > * {
        padding-bottom: 10px;
    }
}
.textBlock h3,
.textBlock h4 {
    font-weight: 700;
}
.textBlock ol,
.textBlock ul {
    list-style-position: inside;
    padding-left: 15px;
}
.textBlock ol li,
.textBlock ul li {
    padding-bottom: 7px;
}
.textBlock table {
    max-width: 100%;
}
.textBlock table tr th {
    padding: 5px;
    border: 1px solid #373147;
}
.textBlock table tr td {
    padding: 5px;
    border: 1px solid #373147;
}
.textBlock img {
    max-width: 98%;
    display: block;
    padding-bottom: 0;
}
.textBlock img.alignleft {
    float: left;
    margin: 0 2% 2% 0;
}
.textBlock img.aligncenter {
    float: none;
    margin: 0 auto !important;
    margin-bottom: 2% !important;
    display: block;
}
.textBlock img.alignright {
    float: right;
    margin: 0 0 2% 2%;
}
.textBlock iframe {
    width: 80% !important;
    margin: 0 auto;
    margin-bottom: 20px;
    max-width: 100%;
    display: block;
}
@media only screen and (max-width: 767px) {
    .textBlock iframe {
        width: 100% !important;
    }
}
/*help*/
.help {
    margin: 0 auto;
    width: 100%;
    min-width: 1170px;
    background-repeat: no-repeat !important;
    background-position: center top !important;
}
@media only screen and (max-width: 1200px) {
    .help {
        min-width: 100%;
    }
}
.help__inner {
    padding: 40px 0 40px 0;
    margin: 0 auto;
    width: 1170px;
    min-height: 450px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
@media only screen and (max-width: 1200px) {
    .help__inner {
        width: 96%;
    }
}
@media only screen and (max-width: 767px) {
    .help__inner {
        width: 94%;
    }
}
@media only screen and (max-width: 1030px) {
    .help__inner {
        padding: 30px 0 30px 0;
        min-height: 350px;
    }
}
@media only screen and (max-width: 767px) {
    .help__inner {
        min-height: auto;
    }
}
.help__block {
    width: 43%;
}
@media only screen and (max-width: 767px) {
    .help__block {
        width: 86%;
    }
}
.help__block .orderButton {
    padding-left: 30px;
    padding-right: 30px;
}
.help__block .sectionHeading,
.help__block h2 {
    text-align: left;
}
/*delivery*/
.delivery {
    margin: 0 auto;
    width: 100%;
    min-width: 1170px;
    background: url('site/img/bg/delivery.jpg') no-repeat center top;
}
@media only screen and (max-width: 1200px) {
    .delivery {
        min-width: 100%;
    }
}
@media only screen and (max-width: 767px) {
    .delivery {
        background: #EFEEF2;
    }
}
.delivery__inner {
    padding: 40px 0 40px 0;
    margin: 0 auto;
    width: 1170px;
    min-height: 600px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
@media only screen and (max-width: 1200px) {
    .delivery__inner {
        width: 96%;
    }
}
@media only screen and (max-width: 767px) {
    .delivery__inner {
        width: 94%;
    }
}
@media only screen and (max-width: 1030px) {
    .delivery__inner {
        padding: 30px 0 30px 0;
        min-height: 500px;
    }
}
@media only screen and (max-width: 767px) {
    .delivery__inner {
        min-height: auto;
    }
}
.delivery__block {
    width: 49%;
}
@media only screen and (max-width: 767px) {
    .delivery__block {
        width: 100%;
    }
}
.delivery__block .orderButton {
    padding-left: 30px;
    padding-right: 30px;
}
.delivery__block .sectionHeading,
.delivery__block h2 {
    text-align: left;
}
.delivery__img {
    max-width: 100%;
    margin: 0 0 20px 0;
}
.delivery__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
    .delivery__wrapper {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}
.delivery__item {
    width: 120px;
    min-width: 120px;
    min-height: 120px;
    margin: 0 10px 10px 0;
    background-color: #ffffff;
    -webkit-box-shadow: 7px 7px 10px 0px rgba(232, 238, 242, 0.7), -7px -7px 10px 0px rgba(232, 238, 242, 0.7);
    box-shadow: 7px 7px 10px 0px rgba(232, 238, 242, 0.7), -7px -7px 10px 0px rgba(232, 238, 242, 0.7);
    text-align: center;
    padding: 23px 10px 10px 10px;
}
.delivery__item__iconWrapper {
    height: 40px;
    margin-bottom: 12px;
}
.delivery__item__iconWrapper img {
    max-width: 80%;
    max-height: 100%;
}
.delivery__item__text {
    font-size: 11px;
    line-height: 1.2;
}
/*questions*/
.questions {
    margin: 0 auto;
    width: 100%;
    min-width: 1170px;
    background-color: #2FA5FF;
    color: #ffffff;
}
@media only screen and (max-width: 1200px) {
    .questions {
        min-width: 100%;
    }
}
.questions__inner {
    padding: 80px 0 70px 0;
    margin: 0 auto;
    width: 1170px;
    text-align: center;
}
@media only screen and (max-width: 1200px) {
    .questions__inner {
        width: 96%;
    }
}
@media only screen and (max-width: 767px) {
    .questions__inner {
        width: 94%;
    }
}
@media only screen and (max-width: 1030px) {
    .questions__inner {
        padding: 30px 0 30px 0;
    }
}
.questions .textBlock {
    width: 75%;
    margin: 0 auto;
}
@media only screen and (max-width: 767px) {
    .questions .textBlock {
        width: 100%;
    }
}
.questions__form {
    width: 58%;
    margin: 0 auto;
}
@media only screen and (max-width: 767px) {
    .questions__form {
        width: 100%;
    }
}
.main__input {
    width: 100%;
    height: 44px;
    line-height: 14px;
    padding: 15px 15px 15px 15px;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    text-align: center;
    color: #373147;
    border: 0 none;
    background-color: #ffffff;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 6px;
    -webkit-box-shadow: 7px 7px 10px 0px rgba(6, 129, 223, 0.7), -7px -7px 10px 0px rgba(6, 129, 223, 0.7);
    box-shadow: 7px 7px 10px 0px rgba(6, 129, 223, 0.7), -7px -7px 10px 0px rgba(6, 129, 223, 0.7);
}
.main__input_hidden {
    display: none;
}
.main__input::-webkit-input-placeholder {
    opacity: 1;
    color: #373147;
}
.main__input::-moz-placeholder {
    -moz-opacity: 1;
    opacity: 1;
    color: #373147;
}
.main__input .placeholder {
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    opacity: 1;
    color: #373147;
}
.main__input:focus {
    color: #2FA5FF;
}
.main__textarea {
    height: 120px;
    outline: none;
    resize: none;
    overflow: auto;
}
.main__button {
    cursor: pointer;
    display: block;
    width: 100%;
    height: 44px;
    outline: none;
    color: #ffffff;
    background: #f36e43;
    /* Old browsers */
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, left bottom, from(#f36e43), color-stop(30%, #f56133), color-stop(54%, #f95323), color-stop(73%, #fc4616), color-stop(77%, #fc4616), to(#ff3c0c));
    background: -o-linear-gradient(top, #f36e43 0%, #f56133 30%, #f95323 54%, #fc4616 73%, #fc4616 77%, #ff3c0c 100%);
    background: linear-gradient(to bottom, #f36e43 0%, #f56133 30%, #f95323 54%, #fc4616 73%, #fc4616 77%, #ff3c0c 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f36e43', endColorstr='#ff3c0c', GradientType=0);
    /* IE6-9 */
    -webkit-box-shadow: 0px 10px 10px 0px rgba(247, 82, 34, 0.7);
    box-shadow: 0px 10px 10px 0px rgba(247, 82, 34, 0.7);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    font-weight: 700;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-appearance: none !important;
    margin-top: 12px;
    border: 0 none;
}
.main__button:hover {
    background: #ff3b0a;
    /* Old browsers */
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, left bottom, from(#ff3b0a), color-stop(30%, #fa4717), color-stop(54%, #f85728), color-stop(73%, #f56133), to(#f26e42));
    background: -o-linear-gradient(top, #ff3b0a 0%, #fa4717 30%, #f85728 54%, #f56133 73%, #f26e42 100%);
    background: linear-gradient(to bottom, #ff3b0a 0%, #fa4717 30%, #f85728 54%, #f56133 73%, #f26e42 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3b0a', endColorstr='#f26e42', GradientType=0);
    /* IE6-9 */
}
.form__bottom {
    margin-top: 20px;
    text-align: left;
}
.orderButton {
    color: #ffffff;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 12px;
    height: 40px;
    line-height: 20px;
    padding: 10px 80px 10px 80px;
    border-radius: 5px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #f36e43;
    /* Old browsers */
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, left bottom, from(#f36e43), color-stop(30%, #f56133), color-stop(54%, #f95323), color-stop(73%, #fc4616), color-stop(77%, #fc4616), to(#ff3c0c));
    background: -o-linear-gradient(top, #f36e43 0%, #f56133 30%, #f95323 54%, #fc4616 73%, #fc4616 77%, #ff3c0c 100%);
    background: linear-gradient(to bottom, #f36e43 0%, #f56133 30%, #f95323 54%, #fc4616 73%, #fc4616 77%, #ff3c0c 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f36e43', endColorstr='#ff3c0c', GradientType=0);
    /* IE6-9 */
    -webkit-box-shadow: 0px 10px 10px 0px rgba(247, 82, 34, 0.7);
    box-shadow: 0px 10px 10px 0px rgba(247, 82, 34, 0.7);
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
@media only screen and (max-width: 999px) {
    .orderButton {
        padding: 10px 20px 10px 20px;
    }
}
.orderButton:hover {
    background: #ff3b0a;
    /* Old browsers */
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, left bottom, from(#ff3b0a), color-stop(30%, #fa4717), color-stop(54%, #f85728), color-stop(73%, #f56133), to(#f26e42));
    background: -o-linear-gradient(top, #ff3b0a 0%, #fa4717 30%, #f85728 54%, #f56133 73%, #f26e42 100%);
    background: linear-gradient(to bottom, #ff3b0a 0%, #fa4717 30%, #f85728 54%, #f56133 73%, #f26e42 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3b0a', endColorstr='#f26e42', GradientType=0);
    /* IE6-9 */
}
.orderButton_2 {
    background: none !important;
    border: 2px solid #f36e43;
    color: #373147;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.orderButton_2:hover {
    background: #ffffff !important;
    -webkit-box-shadow: 0px 10px 10px 0px rgba(247, 82, 34, 0.7);
    box-shadow: 0px 10px 10px 0px rgba(247, 82, 34, 0.7);
}
/*footer*/
.footer {
    margin: 0 auto;
    width: 100%;
    min-width: 1170px;
    background-color: #2FA5FF;
    color: #ffffff;
}
@media only screen and (max-width: 1200px) {
    .footer {
        min-width: 100%;
    }
}
.footer a {
    color: #ffffff;
}
.footer .logo {
    background: url('site/img/logo_w.svg') no-repeat;
}
.buttonsBlock {
    margin: 0 auto;
    width: 1170px;
    padding: 20px 0 20px 0;
    text-align: center;
}
@media only screen and (max-width: 1200px) {
    .buttonsBlock {
        width: 96%;
    }
}
@media only screen and (max-width: 767px) {
    .buttonsBlock {
        width: 94%;
    }
}
.buttonsBlock .orderButton {
    min-width: 130px;
    margin: 0 12px 20px 12px;
}
.footer__copy {
    margin: 0 auto;
    width: 1170px;
    padding: 10px 0 0px 0;
    text-align: center;
}
@media only screen and (max-width: 1200px) {
    .footer__copy {
        width: 96%;
    }
}
@media only screen and (max-width: 767px) {
    .footer__copy {
        width: 94%;
    }
}
.footer .header__top {
    border-bottom: 0 none;
    border-top: 1px solid #ffffff;
}
#policy {
    display: none;
    max-width: 80%;
    padding: 15px;
}
#policy > * {
    margin-bottom: 10px;
}
.fancybox-container {
    z-index: 200;
}
#policy ul,
#policy ol {
    padding-left: 20px;
    list-style-position: inside;
}
.form__wrapper {
    background: none !important;
    display: none;
    padding: 0 !important;
    z-index: 300 !important;
}
.form__outer {
    background-color: #E3F1F4 !important;
    width: 670px;
    padding: 40px 30px 40px 30px;
    position: relative;
}
@media only screen and (max-width: 999px) {
    .form__outer {
        width: 280px;
        padding: 40px 5px 10px 5px;
    }
}
.form__main {
    display: block;
    position: relative;
    z-index: 10;
    margin: 0 auto;
    text-align: center;
    width: 370px;
}
@media only screen and (max-width: 999px) {
    .form__main {
        width: 100%;
    }
}
.form__main .main__input {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.form__main br {
    display: none !important;
}
.form__main .textBlock {
    padding-bottom: 0;
}
.form__main .sectionHeading {
    font-size: 20px;
    text-align: center;
    padding-bottom: 10px;
}
@media only screen and (max-width: 999px) {
    .form__main .sectionHeading {
        padding: 0 25px 10px 25px;
        font-size: 18px;
    }
    .form__main .sectionHeading:before {
        display: none;
    }
}
.calculator {
    margin: 0 auto;
    width: 1170px;
    margin-bottom: 60px;
}
@media only screen and (max-width: 1200px) {
    .calculator {
        width: 96%;
    }
}
@media only screen and (max-width: 767px) {
    .calculator {
        width: 94%;
    }
}
@media only screen and (max-width: 1030px) {
    .calculator {
        margin-bottom: 30px;
    }
}
.calculator__inner {
    -webkit-box-shadow: 2px 2px 3px 3px rgba(175, 221, 255, 0.4), -2px -2px 3px 3px rgba(175, 221, 255, 0.4);
    box-shadow: 2px 2px 3px 3px rgba(175, 221, 255, 0.4), -2px -2px 3px 3px rgba(175, 221, 255, 0.4);
    padding: 80px 7% 80px 7%;
}
@media only screen and (max-width: 1030px) {
    .calculator__inner {
        padding: 30px 2% 30px 2%;
    }
}
.calculator__top {
    text-align: center;
}
.calculator .sliderUi__wrapper {
    max-width: 400px;
    margin: 0 auto;
    margin-bottom: 15px;
}
@media only screen and (max-width: 767px) {
    .calculator .sliderUi__wrapper {
        max-width: 100%;
    }
}
.calculatorParameter__lengtList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 30px;
}
.calculatorParameter__lengtList .calculatorParameter__row__heading {
    width: 100%;
    text-align: center;
}
.calculatorParameter__lengtList__item {
    margin: 6px;
}
.calculatorParameter__lengtList input {
    display: none;
}
.calculatorParameter__lengtList input + label {
    font-weight: 700;
    font-size: 12px;
    display: block;
    line-height: 14px;
    padding: 10px 12px 10px 12px;
    border-radius: 4px;
    border: 1px solid #0090FF;
    background-color: #ffffff;
    font-family: 'Montserrat', sans-serif;
    text-align: center;
    color: #373147;
    cursor: pointer;
}
.calculatorParameter__lengtList input:checked + label {
    border: 1px solid #0090FF;
    background-color: #0090FF;
    color: #ffffff;
}
.calculatorParameter__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.calculatorParameter__row__heading {
    font-weight: 700;
    padding-bottom: 7px;
}
.calculatorParameter__row__wrapper {
    padding-bottom: 5px;
    margin-bottom: 10px;
    border-bottom: 1px solid #F8F7F6;
}
.calculatorParameter__row__wrapper_2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.calculatorParameterRadio {
    margin: 0 12px 12px 0;
}
.calculatorParameterRadio input {
    display: none;
}
.calculatorParameterRadio input + label {
    font-weight: 700;
    font-size: 12px;
    display: block;
    line-height: 14px;
    padding: 10px 12px 10px 12px;
    border-radius: 4px;
    border: 1px solid #E8E5F0;
    background-color: #ffffff;
    font-family: 'Montserrat', sans-serif;
    text-align: center;
    color: #373147;
    cursor: pointer;
}
.calculatorParameterRadio input:checked + label {
    border: 1px solid #373147;
    background-color: #373147;
    color: #ffffff;
}
.calculatorParameterRadio2 {
    margin: 0 12px 12px 0;
    width: 125px;
    min-width: 125px;
}
.calculatorParameterRadio2 input {
    display: none;
}
.calculatorParameterRadio2 input + label {
    font-weight: 700;
    font-size: 12px;
    display: block;
    line-height: 14px;
    padding: 5px 5px 5px 5px;
    border-radius: 4px;
    border: 1px solid #E8E5F0;
    background-color: #ffffff;
    font-family: 'Montserrat', sans-serif;
    text-align: center;
    color: #373147;
    cursor: pointer;
}
.calculatorParameterRadio2__imageWrapper {
    height: 64px;
    margin-bottom: 5px;
}
.calculatorParameterRadio2__imageWrapper img {
    max-width: 100%;
    max-height: 100%;
}
.calculatorParameterRadio2__text {
    font-size: 10px;
    font-weight: 400;
    min-height: 14px;
}
.calculatorParameterRadio2 input:checked + label {
    border: 1px solid #0090FF;
}
.calculator__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
@media only screen and (max-width: 1030px) {
    .calculator__wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
.calculator__image {
    min-width: 38%;
    margin-right: 5%;
    max-width: 38%;
}
@media only screen and (max-width: 1030px) {
    .calculator__image {
        margin: 0 0 40px 0;
        min-width: 150px;
        max-width: 25%;
    }
}
.calculator__block {

}
@media only screen and (max-width: 1030px) {
    .calculator__block {
        width: 100%;
    }
}
.calculator__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
    .calculator__bottom {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
.calculator__bottom > * {
    max-width: 48%;
}
@media only screen and (max-width: 767px) {
    .calculator__bottom > * {
        max-width: 100%;
    }
}
.calculator__price {
    font-weight: 700;
    font-size: 30px;
}
@media only screen and (max-width: 767px) {
    .calculator__price {
        margin-bottom: 20px;
    }
}
.calculator__price span {
    padding-right: 5px;
}
.ui-slider {
    position: relative;
    margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
    .ui-slider {
        width: 86%;
        margin: 0 auto;
        margin-bottom: 10px;
    }
}
.ui-slider .ui-slider-handle,
.ui-slider .ui-slider-handle:active,
.ui-slider .ui-slider-handle:focus {
    position: absolute;
    top: -18px !important;
    z-index: 2;
    width: 36px;
    height: 36px;
    background-color: #ff4001 !important;
    cursor: pointer;
    outline: none;
    border-radius: 18px !important;
    text-align: center;
    line-height: 36px;
    font-size: 10px;
    color: #ffffff;
    box-shadow: 0px 10px 10px 0px rgba(247, 82, 34, 0.7);
}
.ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: .7em;
    display: block;
    border: 0;
    overflow: hidden;
}
.ui-slider-horizontal {
    height: 6px;
    background-color: #2FA5FF !important;
    border-radius: 3px;
}
.ui-slider-horizontal .ui-slider-handle {
    top: -5px;
    margin-left: -6px;
}
.ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%;
    background-color: #ff4001 !important;
    border-radius: 3px;
}
.tooltip_templates {
    display: none;
}
.tooltipster-show .tooltip_templates {
    display: block !important;
}
.tooltipster-show .tooltip_templates .tooltip__inner {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}
.tooltip__inner {
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    color: #373147 !important;
}
.tooltip__inner img {
    max-width: 96%;
    margin-bottom: 10px;
}
.tooltip__inner p {
    max-width: 250px;
}

/*form*/
.wpcf7-acceptance  {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.wpcf7-acceptance .wpcf7-list-item {
    display: block;
    margin: 0 12px 10px 0;
    cursor: pointer;
    text-align: left;
}
.wpcf7-acceptance .wpcf7-list-item label {
    position: relative;
    padding-left: 0;
    display: block;
}
.wpcf7-acceptance .wpcf7-list-item label > span {
    cursor: pointer;
    position: relative;
    color: #000000;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 6px 0px 0px 30px;
    font-size: 14px;
    z-index: 8;
    display: block;
    line-height: 1;
    font-family: 'Roboto', sans-serif;
}
.wpcf7-acceptance input[type="checkbox"] {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 20px;
    height: 20px;
    border: 1px solid #FE3A08;
    border-radius: 2px;
    display: block;
    cursor: pointer !important;
    background: none;
    font-feature-settings: 'lnum' 1;
    -o-font-feature-settings: 'lnum' 1;
    -ms-font-feature-settings: 'lnum' 1;
    -moz-font-feature-settings: 'lnum' 1;
    -webkit-font-feature-settings: 'lnum' 1;
    appearance: unset;
    -o-appearance: unset;
    -ms-appearance: unset;
    -moz-appearance: unset;
    -webkit-appearance: unset;
    z-index: 15;
}
.wpcf7-acceptance input[type="checkbox"]:checked:before {
    content: '';
    display: block;
    width: 50%;
    height: 70%;
    position: absolute;
    left: 24%;
    top: 0;
    border-bottom: 3px solid #FE3A08;
    border-right: 3px solid #FE3A08;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.wpcf7-acceptance a {
    color: #FE3A08;
}
.header__geo {
    border: 2px solid #f36e43;
    border-radius: 5px;
    padding: 7px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    position: relative;
    z-index: 250;
}
.header__geo b {
    display: block;
}
.jgs {
	cursor:pointer;
	border: 2px solid #f36e43;
	color: #373147;
	display:inline-block;
	margin: 10px 5px 0 5px;
    border-radius: 5px;
    padding: 5px 15px 5px 15px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 12px;
}
.jgs_1 {
    color: #ffffff;
    background: #f36e43;
    /* Old browsers */
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, left bottom, from(#f36e43), color-stop(30%, #f56133), color-stop(54%, #f95323), color-stop(73%, #fc4616), color-stop(77%, #fc4616), to(#ff3c0c));
    background: -o-linear-gradient(top, #f36e43 0%, #f56133 30%, #f95323 54%, #fc4616 73%, #fc4616 77%, #ff3c0c 100%);
    background: linear-gradient(to bottom, #f36e43 0%, #f56133 30%, #f95323 54%, #fc4616 73%, #fc4616 77%, #ff3c0c 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f36e43', endColorstr='#ff3c0c', GradientType=0);
    /* IE6-9 */
    -webkit-box-shadow: 0px 10px 10px 0px rgba(247, 82, 34, 0.7);
    box-shadow: 0px 10px 10px 0px rgba(247, 82, 34, 0.7);
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.jgs_1:hover {
    background: #ff3b0a;
    /* Old browsers */
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, left bottom, from(#ff3b0a), color-stop(30%, #fa4717), color-stop(54%, #f85728), color-stop(73%, #f56133), to(#f26e42));
    background: -o-linear-gradient(top, #ff3b0a 0%, #fa4717 30%, #f85728 54%, #f56133 73%, #f26e42 100%);
    background: linear-gradient(to bottom, #ff3b0a 0%, #fa4717 30%, #f85728 54%, #f56133 73%, #f26e42 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3b0a', endColorstr='#f26e42', GradientType=0);
    /* IE6-9 */
}
.jgs_2:hover {
    background: #ffffff !important;
    -webkit-box-shadow: 0px 10px 10px 0px rgba(247, 82, 34, 0.7);
    box-shadow: 0px 10px 10px 0px rgba(247, 82, 34, 0.7);
}
#set_city {
	color: #f36e43;
    padding-bottom: 2px;
    cursor: pointer;
    border-bottom: 1px dashed #f36e43;
}
#other_city {
	border: 1px solid #f36e43;
	padding: 25px 15px 15px 15px;
    position: absolute;
    left: 0;
    top: 100%;
    min-width: 450px;
    background: #ffffff;
    z-index: 250;
    color: #373147;
}
.close_geo {
    display: block;
    width: 10px;
    height: 10px;
    position: absolute;
    right: 7px;
    top: 7px;
    background: url('site/img/icons/close.svg') no-repeat;
    cursor: pointer;
    background-size: 98% 98%;
}
.forget_city {
    padding-top: 12px
}
.other_city_top {
    padding-bottom: 7px;
    font-weight: 700;
}
#other_city_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.jgoc {
	display: block;
	line-height:1.4;
    padding: 0 1.4% 10px 0;
	cursor:pointer;
}
#jg_choice {
    display: block;
}
.jgoc_column {
    width:31%;
    padding: 0 1.4% 0 0;
}
@media only screen and (max-width: 1030px) {
    #other_city {
        max-width: 240px;
        min-width: 240px;
        font-size: 10px;
    }
    .jgoc_column {
        width:48%;
        line-height:1.4;
    }
}
.footer  #jg_choice {
    display: none;
}
.footer  #set_city {
    pointer-events: none;
    cursor: auto;
}








