@import url("https://fonts.googleapis.com/css2?family=Arsenal:ital,wght@0,400;0,700;1,400&display=swap");@import url("https://fonts.googleapis.com/css2?family=Marmelad&display=swap");
    * {
    font-family: 'Arsenal',  sans-serif;
    scroll-behavior: smooth;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.container {
    position: relative;
    max-width: 1140px;
    padding: 0 30px;
    margin: 0 auto;
}
.overflow_hidden {
    overflow: hidden;
}
@media screen and (max-width: 1200px) {
    .container {
    max-width: 990px;
    padding: 0 50px;
}
}@media screen and (max-width: 991px) {
    .container {
    max-width: 760px;
    padding: 0 30px;
}
}@media screen and (max-width: 767px) {
    .container {
    max-width: 100%;
    padding: 0 30px;
}
}.preloader {
    background-color: #00AFE9;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 300;
}
.preloader__content {
    width: 4em;
    height: 4em;
    position: relative;
}
.preloader__item {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.preloader__item::before {
    content: '';
    display: block;
    margin: 0 auto;
    width: 15%;
    height: 15%;
    background-color: #fff;
    border-radius: 100%;
    -webkit-animation: sk-circle-bounce-delay 1.2s infinite ease-in-out both;
    animation: sk-circle-bounce-delay 1.2s infinite ease-in-out both;
}
.preloader__item_2 {
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg);
}
.preloader__item_2::before {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}
.preloader__item_3 {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
}
.preloader__item_3::before {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
}
.preloader__item_4 {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
.preloader__item_4::before {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}
.preloader__item_5 {
    -webkit-transform: rotate(120deg);
    transform: rotate(120deg);
}
.preloader__item_5::before {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}
.preloader__item_6 {
    -webkit-transform: rotate(150deg);
    transform: rotate(150deg);
}
.preloader__item_6::before {
    -webkit-animation-delay: -0.7s;
    animation-delay: -0.7s;
}
.preloader__item_7 {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.preloader__item_7::before {
    -webkit-animation-delay: -0.6s;
    animation-delay: -0.6s;
}
.preloader__item_8 {
    -webkit-transform: rotate(210deg);
    transform: rotate(210deg);
}
.preloader__item_8::before {
    -webkit-animation-delay: -0.5s;
    animation-delay: -0.5s;
}
.preloader__item_9 {
    -webkit-transform: rotate(240deg);
    transform: rotate(240deg);
}
.preloader__item_9::before {
    -webkit-animation-delay: -0.4s;
    animation-delay: -0.4s;
}
.preloader__item_10 {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
}
.preloader__item_10::before {
    -webkit-animation-delay: -0.3s;
    animation-delay: -0.3s;
}
.preloader__item_11 {
    -webkit-transform: rotate(300deg);
    transform: rotate(300deg);
}
.preloader__item_11::before {
    -webkit-animation-delay: -0.2s;
    animation-delay: -0.2s;
}
.preloader__item_12 {
    -webkit-transform: rotate(330deg);
    transform: rotate(330deg);
}
.preloader__item_12::before {
    -webkit-animation-delay: -0.1s;
    animation-delay: -0.1s;
}
@-webkit-keyframes sk-circle-bounce-delay {
    0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
}
40% {
    -webkit-transform: scale(1);
    transform: scale(1);
}
}@keyframes sk-circle-bounce-delay {
    0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
}
40% {
    -webkit-transform: scale(1);
    transform: scale(1);
}
}.promo {
    position: relative;
    background: #00AFE9;
    width: 100%;
    min-height: auto;
    padding: 0 0 75px 0;
    z-index: auto;
}
.promo__image {
    display: block;
    position: absolute;
    top: -85px;
    left: -65px;
    height: 610px;
    overflow: visible;
}
.promo__image_wrapper {
    width: 250px;
    height: 500px;
}
.promo__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    position: relative;
}
.promo__header {
    max-width: 733px;
    margin-left: 90px;
}
.promo .title {
    font-family: 'Marmelad',  sans-serif;
    font-weight: normal;
    font-size: 55px;
    line-height: 66px;
    color: #FFFFFF;
    text-align: center;
    margin-top: 100px;
    letter-spacing: -1px;
}
.promo .subtitle {
    font-family: 'Arsenal',  sans-serif;
    font-weight: normal;
    font-size: 18px;
    line-height: 23px;
    color: #FFFFFF;
    margin-top: 25px;
    text-align: center;
}
.canvas__wrapper {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
}
.canvas__wrapper canvas {
    position: absolute;
    top: 0px;
    display: block;
    width: 100%;
    height: auto;
    z-index: 10;
}
@media screen and (max-width: 1200px) {
    .promo {
    width: 100%;
    padding: 0 0 75px 0;
}
.promo__image {
    top: -65px;
    left: -55px;
    height: 560px;
}
.promo__image_wrapper {
    width: 200px;
    height: 500px;
}
.promo__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    position: relative;
}
.promo__header {
    max-width: 733px;
    margin-left: 90px;
}
.promo .title {
    font-size: 45px;
    line-height: 56px;
    margin-top: 100;
}
.promo .subtitle {
    font-size: 18px;
    line-height: 23px;
    color: #FFFFFF;
    margin-top: 25px;
}
}@media screen and (max-width: 991px) {
    .promo {
    width: 100%;
    padding: 0 0 75px 0;
}
.promo__image {
    display: none;
}
.promo__image_wrapper {
    width: 0;
    height: 500px;
}
.promo__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    position: relative;
}
.promo__header {
    max-width: 733px;
    margin-left: 0;
}
.promo .title {
    font-size: 37px;
    line-height: 49px;
    margin-top: 90;
}
}.header {
    min-height: 108px;
    position: relative;
    background: #00AFE9;
}
.header nav, .header__wrapper, .header__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.header__item_hidden {
    display: none;
    position: relative;
}
.header__item_mobile {
    display: none;
}
.header__wrapper {
    margin-top: 20px;
}
.header__wrapper_hidden {
    display: none;
}
.header__logo {
    width: 150px;
    z-index: 200;
    margin-top: 10px;
}
.header__logo img {
    width: 100%}
.header__menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    list-style: none;
    min-width: 110px;
    margin: 0;
    padding: 0;
}
.header__menu li {
    margin: 0 16px;
}
.header__menu li a {
    font-family: 'Arsenal',  sans-serif;
    font-weight: bold;
    font-size: 18px;
    line-height: 20px;
    color: #FFFFFF;
}
.header__phone {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 150px;
    margin-left: 50px;
}
.header__phone a {
    font-family: 'Arsenal',  sans-serif;
    font-weight: bold;
    font-size: 18px;
    line-height: 23px;
    color: #FFFFFF;
}
.header__phone_icon {
    position: absolute;
    top: 5px;
    left: -27px;
    height: 18px;
}
.header__card {
    margin-left: 40px;
}
.hamburger, .header__button, .header__nav {
    display: none;
}
@media screen and (max-width: 1200px) {
    .header__menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    list-style: none;
    min-width: 110px;
    margin: 0;
    padding: 0;
}
.header__menu li {
    margin: 0 16px;
}
.header__menu li a {
    font-family: 'Arsenal',  sans-serif;
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
    color: #FFFFFF;
}
.header__card {
    margin-left: 0;
}
}@media screen and (max-width: 991px) {
    .header {
    min-height: 60px;
    overflow: hidden;
}
.header__logo {
    margin-top: 0;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}
.header__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin-top: 0;
}
.header__wrapper_hidden {
    min-width: 50px;
    display: block;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}
.header__item_mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100vh;
}
.header__menu, .header__phone {
    display: none;
    position: relative;
}
.header__menu_mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 0;
}
.header__menu_mobile li {
    margin-top: 14px;
}
.header__menu_mobile a {
    font-family: 'Arsenal',  sans-serif;
    font-weight: bold;
    display: block;
    font-size: 24px;
    line-height: 34px;
    color: #FFFFFF;
    text-align: center;
}
.header__phone_mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 60px;
}
.header__phone_mobile a {
    font-family: 'Arsenal',  sans-serif;
    font-weight: bold;
    font-size: 20px;
    line-height: 23px;
    color: #FFFFFF;
    margin-top: 10px;
}
.header__work {
    font-family: 'Marmelad,  sans-serif';
    font-weight: normal;
    font-size: 16px;
    line-height: 27px;
    color: #FFFFFF;
    position: relative;
    margin-top: 20px;
    padding-left: 25px;
}
.header__work::before {
    content: '';
    background: url("../icons/clock.png");
    background-size: cover;
    position: absolute;
    width: 14px;
    height: 14px;
    top: 21px;
    left: 0;
}
.hamburger {
    display: block;
    position: absolute;
    top: 50%;
    left: 55%;
    -webkit-transform: translate(-50%,  -50%);
    transform: translate(-50%,  -50%);
    width: 25px;
    height: 21px;
    cursor: pointer;
    z-index: 11;
}
.hamburger .bar {
    padding: 0;
    width: 25px;
    height: 3px;
    background-color: #fff;
    display: block;
    border-radius: 6px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    position: absolute;
}
.hamburger .bar1 {
    top: 0;
}
.hamburger .bar2, .hamburger .bar3 {
    top: 8.5px;
}
.hamburger .bar3 {
    right: 0;
}
.hamburger .bar4 {
    bottom: 0;
}
.hamburger_active span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: 5%;
    transform-origin: 5%;
    width: 29px;
}
.hamburger_active span:nth-child(2) {
    -webkit-transform: translateX(-40px);
    transform: translateX(-40px);
    background-color: transparent;
}
.hamburger_active span:nth-child(3) {
    -webkit-transform: translateX(40px);
    transform: translateX(40px);
    background-color: transparent;
}
.hamburger_active span:nth-child(4) {
    -webkit-transform-origin: 5%;
    transform-origin: 5%;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    width: 29px;
}
.header__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 200;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #00AFE9;
    border: 0;
    cursor: pointer;
    position: relative;
    outline: none;
    -webkit-animation-duration: 300ms;
    animation-duration: 300ms;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
    overflow: hidden;
}
.header__button:focus {
    outline: none;
}
.header__button[data-open='true'] {
    background-color: #00AFE9;
    -webkit-animation-name: scale;
    animation-name: scale;
}
.header__button[data-open='false'] {
    -webkit-transition: background-color 250ms linear;
    transition: background-color 250ms linear;
}
@-webkit-keyframes scale {
    from {
    -webkit-transform: scale(0);
    transform: scale(0);
}
to {
    -webkit-transform: scale(100%);
    transform: scale(100%);
}
}@keyframes scale {
    from {
    -webkit-transform: scale(0);
    transform: scale(0);
}
to {
    -webkit-transform: scale(100%);
    transform: scale(100%);
}
}.header__nav {
    display: block;
    background-color: #02C0FF;
    position: fixed;
    overflow: hidden;
    z-index: 100;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    visibility: hidden;
    -webkit-clip-path: circle(var(--radius) at calc(100% - 55px) 47px);
    clip-path: circle(var(--radius) at calc(100% - 55px) 47px);
}
.header__nav[data-active='true'] {
    visibility: visible;
}
}@media screen and (max-width: 767px) {
    .header {
    min-height: 60px;
}
.header__logo {
    margin-top: 0;
}
.header__menu, .header__phone {
    display: none;
}
}@media screen and (max-width: 575px) {
    .header__logo {
    width: 120px;
}
}.button {
    position: relative;
    z-index: 20;
    display: block;
    width: 236px;
    height: 53px;
    background: #FFFFFF;
    -webkit-box-shadow: 2px 9px 6px rgba(0, 0, 0, 0.25);
    box-shadow: 2px 9px 6px rgba(0, 0, 0, 0.25);
    border-radius: 31px;
    border: none;
    margin: 0 auto;
    margin-top: 106px;
    font-family: 'Arsenal',  sans-serif;
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    color: #000000;
    overflow: hidden;
    -webkit-transition: background .3s;
    transition: background .3s;
}
.button:hover {
    background: #f1f1f1;
}
.button:focus {
    outline: none;
}
.button:active {
    background: #fff;
}
.button_sale {
    background: #00AFE9;
    border-radius: 31px;
    color: #FFFFFF;
    margin-top: 73px;
}
.button_sale:hover {
    background: #02C0FF;
}
.button_sale:active {
    background: #00AFE9;
}
.button_sale_mobile {
    display: none;
}
.button_catalog {
    width: 180px;
    height: 43px;
    background: #00AFE9;
    border-radius: 31px;
    font-weight: normal;
    font-size: 14px;
    line-height: 15px;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-top: 17px;
}
.button_catalog:hover {
    background: #02C0FF;
}
.button_catalog:active {
    background: #00AFE9;
}
.button_about {
    margin-top: 63px;
    background: #00AFE9;
    color: #FFFFFF;
}
.button_about:hover {
    background: #0090c0;
}
.button_about:active {
    background: #00AFE9;
}
.button_product {
    margin: 0;
    margin-top: 81px;
    background: #00AFE9;
    color: #FFFFFF;
}
.button_product:hover {
    background: #0090c0;
}
.button_product:active {
    background: #00AFE9;
}
.button_form {
    margin: 0;
    margin-top: 31px;
    background: #00AFE9;
    color: #FFFFFF;
}
.button_form:hover {
    background: #0090c0;
}
.button_form:active {
    background: #00AFE9;
}
@media screen and (max-width: 991px) {
    .button_about {
    margin-top: 30px;
}
.button_sale {
    width: 180px;
    height: 44px;
    font-size: 14px;
    margin-top: 50px;
}
}@media screen and (max-width: 575px) {
    .button_sale {
    display: none;
}
.button_sale_mobile {
    display: block;
    background: #00AFE9;
    -webkit-box-shadow: 2px 9px 6px rgba(0, 0, 0, 0.25);
    box-shadow: 2px 9px 6px rgba(0, 0, 0, 0.25);
    border-radius: 31px;
    color: #FFFFFF;
    width: 236px;
    height: 53px;
    font-size: 16px;
    margin: 10px 0 30px 0;
}
.button_form {
    width: 236px;
    height: 53px;
    font-size: 16px;
}
}.sale {
    position: relative;
    background: url("../img/sale_bg.jpg") center center/cover no-repeat;
    min-height: auto;
    padding: 79px 0 26px 0;
}
.sale__carousel .slick-prev, .sale__carousel .slick-next {
    border: none;
    background: transparent;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    z-index: 1;
}
.sale__carousel .slick-next {
    left: auto;
    right: 0;
}
.sale__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.sale__item {
    width: 350px;
    margin-top: 110px;
    margin-left: 100px;
}
.sale__item_mt {
    margin-top: 105px;
}
.sale__header {
    font-family: 'Marmelad',  sans-serif;
    font-weight: normal;
    font-size: 48px;
    line-height: 57px;
    color: #000000;
    text-align: center;
}
.sale__subheader {
    font-family: 'Marmelad',  sans-serif;
    font-weight: normal;
    font-size: 36px;
    line-height: 43px;
    color: #000000;
    text-align: center;
    margin-top: 5px;
}
.sale__descr {
    font-family: 'Arsenal',  sans-serif;
    font-weight: bold;
    font-size: 20px;
    line-height: 28px;
    color: #4c4c4c;
    margin-top: 25px;
    margin-left: 15px;
}
.sale__img {
    width: 503px;
    height: 450px;
    background: url("../img/бутыль.png") center center/cover no-repeat;
}
.sale__img_2 {
    background: url("../img/помпа.png") center center/cover no-repeat;
}
.sale__wave {
    position: absolute;
    display: block;
    margin: 0 auto;
    height: 80px;
    width: 100%;
    right: 0;
    left: 0;
    bottom: -25px;
}
@media screen and (max-width: 1200px) {
    .sale {
    min-height: auto;
    padding: 79px 0 26px 0;
}
.sale__carousel .slick-prev, .sale__carousel .slick-next {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
}
.sale__carousel .slick-next {
    left: auto;
    right: 0;
}
.sale__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.sale__header {
    font-size: 48px;
    line-height: 57px;
}
.sale__subheader {
    font-size: 35px;
    line-height: 43px;
    margin-top: 5px;
}
.sale__descr {
    font-size: 20px;
    line-height: 28px;
    margin-top: 25px;
    margin-left: 15px;
}
}@media screen and (max-width: 991px) {
    .sale {
    padding: 20px 0 65px 0;
}
.sale__header {
    font-size: 38px;
    line-height: 47px;
}
.sale__item {
    width: 245px;
    margin-top: 100px;
    margin-left: 60px;
}
.sale__item_mt {
    margin-top: 95px;
}
.sale__subheader {
    font-size: 27px;
    line-height: 40px;
    text-align: left;
}
.sale__descr {
    font-size: 16px;
    line-height: 28px;
}
.sale__img {
    width: 375px;
    height: 400px;
}
}@media screen and (max-width: 767px) {
    .sale__item {
    margin-left: 5%}
.sale__item_mt {
    margin-top: 85px;
}
.sale__subheader {
    font-size: 21px;
    text-align: center;
}
.sale__descr {
    font-size: 15px;
    line-height: 22px;
}
.sale__carousel .slick-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    z-index: 10;
}
.sale__carousel .slick-dots li {
    list-style: none;
    margin: 0;
    padding: 0;
    margin: 0 10px;
}
.sale__carousel .slick-dots button {
    margin: 0;
    padding: 0;
    border: none;
    font-size: 0;
    width: 15px;
    height: 15px;
    background-color: #00AFE9;
    border-radius: 50%}
.sale__carousel .slick-dots li.slick-active button {
    background-color: transparent;
    border: solid 2px #00AFE9;
}
}@media screen and (max-width: 575px) {
    .sale__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.sale__item {
    margin-top: 25px;
}
.sale__item_mt {
    margin-top: 25px;
}
.sale__subheader {
    font-size: 27px;
    line-height: 36px;
}
.sale__descr {
    font-size: 15px;
    line-height: 22px;
    margin-top: 16px;
    margin-left: 0;
    text-align: center;
}
.sale__img {
    position: relative;
    top: -50px;
    width: 320px;
    height: 350px;
}
.sale__img_2 {
    top: -20px;
}
}.advantage {
    position: absolute;
    top: -54px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 1140px;
}
.advantage__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 108px;
    background: #FFFFFF;
    -webkit-box-shadow: 3px 4px 4px rgba(0, 0, 0, 0.25);
    box-shadow: 3px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 49px;
}
.advantage__item {
    width: 33.3%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.advantage__icon {
    width: 52px;
}
.advantage__descr {
    font-family: 'Arsenal',  sans-serif;
    font-weight: bold;
    font-size: 18px;
    line-height: 23px;
    color: #000000;
    margin-left: 23px;
}
.advantage_mobile {
    display: none;
}
@media screen and (max-width: 1200px) {
    .advantage {
    width: 890px;
}
.advantage__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 108px;
    border-radius: 49px;
}
.advantage__item {
    width: 33.3%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.advantage__icon {
    width: 52px;
}
.advantage__descr {
    font-size: 18px;
    line-height: 23px;
    margin-left: 23px;
}
}@media screen and (max-width: 991px) {
    .advantage {
    width: 700px;
}
.advantage__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 87px;
    border-radius: 49px;
}
.advantage__item {
    width: 33.3%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.advantage__icon {
    width: 40px;
}
.advantage__icon img {
    width: 100%}
.advantage__descr {
    font-size: 16px;
    line-height: 23px;
    margin-left: 15px;
}
}@media screen and (max-width: 767px) {
    .advantage {
    display: none;
}
.advantage_mobile {
    display: block;
    padding: 25px 0 55px 0;
}
.advantage_mobile__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}
.advantage_mobile__item {
    width: 172px;
    height: 112px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 30px;
}
.advantage_mobile__icon {
    width: 52px;
    height: 55px;
}
.advantage_mobile__descr {
    font-family: 'Arsenal',  sans-serif;
    font-weight: bold;
    font-size: 18px;
    line-height: 23px;
    color: #00AFE9;
    margin-left: 0;
    margin-top: 10px;
}
}@media screen and (max-width: 575px) {
    .advantage_mobile {
    display: block;
    padding: 25px 0 55px 0;
}
.advantage_mobile__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.advantage_mobile__item {
    width: 172px;
    height: 112px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 30px;
}
.advantage_mobile__icon {
    width: 52px;
}
.advantage_mobile__descr {
    font-family: 'Arsenal',  sans-serif;
    font-weight: bold;
    font-size: 18px;
    line-height: 23px;
    color: #00AFE9;
    margin-left: 0;
    margin-top: 10px;
}
}.catalog {
    position: relative;
    min-height: auto;
    background: #ECF5FD;
    padding: 61px 0 110px 0;
}
.catalog__title {
    font-family: 'Marmelad',  sans-serif;
    font-weight: normal;
    font-size: 48px;
    line-height: 57px;
    text-align: center;
    color: #000000;
}
.catalog__wrapper {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 19px;
}
.catalog__item {
    position: relative;
    width: 324px;
    height: 538px;
    margin-top: 61px;
}
.catalog__cart {
    position: relative;
    z-index: 20;
    width: 324px;
    height: 550px;
    background: #FFFFFF;
    -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 19px;
    overflow: hidden;
}
.catalog__decor {
    position: absolute;
    top: -50px;
    right: -33px;
    z-index: 1;
}
.catalog__decor_1 {
    position: absolute;
    z-index: 1;
    bottom: -55px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.catalog__decor_2 {
    position: absolute;
    z-index: 1;
    top: -55px;
    -webkit-transform: rotate(-20deg);
    transform: rotate(-20deg);
}
.catalog__decor_3 {
    position: absolute;
    top: -40px;
    right: -60px;
    z-index: 1;
}
.catalog__decor_4 {
    position: absolute;
    z-index: 1;
    bottom: -25px;
    left: -60px;
    -webkit-transform: rotate(160deg);
    transform: rotate(160deg);
}
.catalog__img {
    display: block;
    margin: 0 auto;
    height: 310px;
}
.catalog__product, .catalog__cost {
    font-family: 'Arsenal',  sans-serif;
    font-weight: bold;
    font-size: 30px;
    line-height: 38px;
    text-transform: capitalize;
    text-align: center;
    color: #000000;
    margin-top: 23px;
}
.catalog__cost {
    margin-top: 0;
}
.catalog__details {
    font-family: 'Arsenal',  sans-serif;
    font-weight: bold;
    font-size: 16px;
    padding: 10px;
    line-height: 16px;
    font-variant: small-caps;
    color: #727379;
    text-align: center;
    margin-top: 10px;
}
.catalog__details a {
    color: #727379;
}
.catalog__wave {
    position: absolute;
    display: block;
    margin: 0 auto;
    height: 80px;
    width: 100%;
    right: 0;
    left: 0;
    bottom: -5px;
}
@media screen and (max-width: 1200px) {
    .catalog {
    padding: 61px 0 110px 0;
}
.catalog__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    margin-top: 19px;
}
}@media screen and (max-width: 991px) {
    .catalog__title {
    font-size: 37px;
    line-height: 49px;
}
.catalog__item {
    width: auto;
    height: auto;
}
.catalog__cart {
    position: relative;
    z-index: 20;
    width: 324px;
    height: 450px;
    background: #FFFFFF;
    -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 19px;
    overflow: hidden;
}
.catalog__img {
    height: 220px;
}
.catalog__product, .catalog__cost {
    font-size: 24px;
    line-height: 34px;
}
}@media screen and (max-width: 575px) {
    .catalog__title {
    font-size: 35px;
    line-height: 42px;
}
.catalog__item {
    margin-top: 41px;
}
.catalog__item:nth-child(1) {
    margin-top: 61px;
}
.catalog__cart {
    width: 300px;
}
.catalog__product, .catalog__cost {
    font-size: 28px;
    line-height: 34px;
}
.catalog__decor {
    display: none;
}
.catalog__decor_1 {
    display: none;
}
.catalog__decor_2 {
    display: none;
}
.catalog__decor_3 {
    display: none;
}
.catalog__decor_4 {
    display: none;
}
}.about {
    position: relative;
    padding: 45px 0 125px 0;
    min-height: auto;
}
.about__header {
    font-family: 'Marmelad',  sans-serif;
    font-weight: normal;
    font-size: 48px;
    line-height: 57px;
    text-align: center;
    color: #000000;
}
.about__subheader {
    font-family: 'Arsenal',  sans-serif;
    font-weight: normal;
    font-size: 24px;
    line-height: 30px;
    text-align: center;
    color: #000000;
    margin-top: 15px;
}
.about__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.about__item {
    position: relative;
    max-width: 350px;
}
.about__decor_1, .about__decor_2, .about__decor_3 {
    font-family: 'Marmelad',  sans-serif;
    font-weight: normal;
    font-size: 96px;
    line-height: 114px;
    color: rgba(0, 104, 250, 0.38);
    position: absolute;
    top: -75px;
    left: 10px;
}
.about__decor_4, .about__decor_5, .about__decor_6 {
    font-family: 'Marmelad',  sans-serif;
    font-weight: normal;
    font-size: 96px;
    line-height: 114px;
    color: rgba(0, 104, 250, 0.38);
    position: absolute;
    top: -75px;
    right: 10px;
    left: auto;
}
.about__descr_1, .about__descr_2, .about__descr_3 {
    font-family: 'Arsenal',  sans-serif;
    font-weight: normal;
    font-size: 24px;
    line-height: 30px;
    color: #000000;
    margin-top: 115px;
    height: 96px;
}
.about__descr_4, .about__descr_5, .about__descr_6 {
    font-family: 'Arsenal',  sans-serif;
    font-weight: normal;
    font-size: 24px;
    line-height: 30px;
    color: #000000;
    margin-top: 115px;
    margin-left: 10px;
    text-align: right;
    height: 96px;
}
.about__drop {
    display: block;
    margin: 0 auto;
    position: absolute;
    top: 155px;
    left: 0;
    right: 0;
}
@media screen and (max-width: 991px) {
    .about__header {
    font-size: 37px;
    line-height: 49px;
}
.about__subheader {
    font-size: 18px;
    line-height: 27px;
    margin-top: 12px;
}
.about__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.about__item {
    position: relative;
    max-width: 250px;
}
.about__decor_1, .about__decor_2, .about__decor_3, .about__decor_4, .about__decor_5, .about__decor_6 {
    font-size: 83px;
}
.about__descr_1, .about__descr_2, .about__descr_3, .about__descr_4, .about__descr_5, .about__descr_6 {
    font-size: 18px;
    line-height: 24px;
    margin-top: 78px;
    margin-left: 0;
}
.about__drop {
    display: block;
    margin: 0 auto;
    position: absolute;
    top: 155px;
    left: 0;
    right: 0;
    width: 400px;
    z-index: -1;
}
}@media screen and (max-width: 767px) {
    .about {
    padding: 45px 0 75px 0;
}
.about__drop {
    top: 21%}
}@media screen and (max-width: 575px) {
    .about__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.about__item {
    position: relative;
    max-width: 100%}
.about__header {
    font-size: 31px;
    line-height: 42px;
}
.about__subheader {
    font-size: 20px;
    line-height: 24px;
    margin-top: 18px;
}
.about__drop {
    display: none;
}
.about__decor_1, .about__decor_3, .about__decor_5 {
    top: -75px;
    left: 10px;
}
.about__decor_2, .about__decor_4, .about__decor_6 {
    font-size: 83px;
    line-height: 114px;
    top: -75px;
    right: 10px;
    left: auto;
}
.about__descr_1, .about__descr_2, .about__descr_5 {
    font-size: 18px;
    line-height: 24px;
    margin-top: 78px;
    text-align: left;
}
.about__descr_2, .about__descr_4, .about__descr_6 {
    text-align: right;
}
}.footer {
    position: relative;
    padding: 100px 0 42px 0;
    background: #00AFE9;
}
.footer_product {
    max-height: auto;
    padding: 45px 0;
}
.footer__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.footer__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.footer__logo img {
    width: 155px;
}
.footer__document {
    font-family: 'Arsenal',  sans-serif;
    font-weight: bold;
    font-size: 24px;
    line-height: 30px;
    color: #FFFFFF;
}
.footer__contacts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.footer__link {
    font-family: 'Arsenal',  sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 30px;
    text-decoration: none;
    color: #FFFFFF;
}
.footer__link:hover {
    color: #FFFFFF;
}
@media screen and (max-width: 767px) {
    .footer {
    padding: 45px 20px;
}
.footer_product {
    padding: 45px 20px;
}
.footer__link {
    font-family: 'Arsenal',  sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 30px;
    text-decoration: none;
    color: #FFFFFF;
}
.footer__link:hover {
    color: #FFFFFF;
}
}@media screen and (max-width: 575px) {
    .footer {
    padding: 20px 0 40px 0;
}
.footer_product {
    padding: 20px 0 40px 0;
}
.footer__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.footer__logo img {
    display: block;
    margin: 0 auto;
}
.footer__document {
    font-size: 24px;
    margin-top: 15px;
}
.footer__contacts {
    margin-top: 20px;
}
.footer__link {
    font-size: 20px;
    margin-top: 10px;
}
.footer__link:hover {
    color: #FFFFFF;
}
}.generators {
    position: absolute;
    top: -54px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 1140px;
}
.generators__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 108px;
    -webkit-box-shadow: 3px 4px 4px rgba(0, 0, 0, 0.25);
    box-shadow: 3px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 49px;
    background: #ECF5FD;
}
.generators__item {
    width: calc(100%/4);
}
.generators__descr {
    font-family: 'Arsenal',  sans-serif;
    font-style: italic;
    font-weight: normal;
    font-size: 36px;
    line-height: 45px;
    color: #000000;
    text-align: center;
}
@media screen and (max-width: 1200px) {
    .generators {
    width: 890px;
}
.generators__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 108px;
    border-radius: 49px;
}
.generators__item {
    width: calc(100%/4);
}
.generators__descr {
    font-size: 36px;
    line-height: 45px;
}
}@media screen and (max-width: 991px) {
    .generators {
    width: 700px;
}
.generators__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 87px;
    border-radius: 49px;
}
.generators__item {
    width: calc(100%/4);
}
.generators__descr {
    font-size: 27px;
    line-height: 36px;
}
}@media screen and (max-width: 767px) {
    .generators {
    display: none;
}
}.product {
    position: relative;
    padding: 105px 0 135px 0;
    overflow: hidden;
}
.product__wrapper {
    position: relative;
}
.product__title {
    font-family: 'Marmelad',  sans-serif;
    font-weight: normal;
    font-size: 55px;
    line-height: 1.2;
    color: #000000;
    max-width: 630px;
}
.product__subtitle {
    font-family: 'Marmelad',  sans-serif;
    position: relative;
    font-weight: normal;
    font-size: 36px;
    line-height: 43px;
    color: #000000;
    max-width: 580px;
    margin-top: 12px;
}
.product__subtitle::after {
    content: '';
    background-image: url("../img/листик.png");
    position: absolute;
    background-size: cover;
    width: 105px;
    height: 100px;
    top: -35px;
    left: 87px;
}
.product__descr {
    font-family: 'Arsenal',  sans-serif;
    font-weight: normal;
    font-size: 24px;
    line-height: 165%;
    color: #000000;
    margin-top: 36px;
    max-width: 633px;
}
.product__descr_extention {
    max-width: 1040px;
    margin-top: 20px;
    font-family: 'Arsenal',  sans-serif;
    font-weight: normal;
    font-size: 24px;
    line-height: 165%;
    color: #000000;
}
.product__descr_extention span {
    font-weight: 700;
}
.product__descr_extention_mt_54 {
    margin-top: 54px;
}
.product__collapse {
    display: none;
}
.product__img {
    position: absolute;
    top: -50px;
    right: -5%;
    max-width: 600px;
    z-index: -1;
}
@media screen and (max-width: 1200px) {
    .product__title {
    font-size: 50px;
}
.product__subtitle {
    font-size: 34px;
    line-height: 43px;
}
.product__subtitle::after {
    width: 90px;
    height: 90px;
    top: -22px;
}
.product__descr {
    font-size: 21px;
    max-width: 510px;
}
.product__descr_extention {
    max-width: 990px;
    margin-top: 20px;
    font-size: 21px;
}
.product__descr_extention span {
    font-weight: 700;
}
.product__collapse {
    display: none;
}
.product__img {
    position: absolute;
    top: -50px;
    right: -10%;
    max-width: 550px;
    z-index: -1;
}
}@media screen and (max-width: 991px) {
    .product {
    padding: 10px 0 75px 0;
}
.product__wrapper {
    position: relative;
    padding-top: 595px;
}
.product__title {
    font-size: 47px;
    text-align: center;
    position: relative;
    max-width: 100%;
}
.product__subtitle {
    font-size: 37px;
    text-align: center;
    margin: 12px auto 0;
    width: 210px;
}
.product__subtitle::after {
    content: '';
    background-image: url("../img/листик.png");
    position: absolute;
    width: 85px;
    height: 85px;
    top: -22px;
    left: auto;
    right: -8px;
}
.product__descr {
    font-size: 21px;
    line-height: 165%;
    color: #000000;
    margin-top: 36px;
    max-width: 100%}
.product__descr_extention {
    display: block;
    max-width: 100%;
    font-size: 21px;
}
.product__descr_extention_active {
    display: block;
}
.product__descr_extention_mt_54 {
    margin-top: 54px;
}
.product__collapse {
    display: none;
}
.product__img {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    display: block;
    margin: 0 auto;
    max-width: 600px;
}
.product__img_1 {
    -webkit-transform: rotate(-15deg);
    transform: rotate(-15deg);
}
.product__img_2 {
    -webkit-transform: rotate(-17deg);
    transform: rotate(-17deg);
}
.product__img_3 {
    -webkit-transform: rotate(-16deg);
    transform: rotate(-16deg);
}
.product__img_4 {
    -webkit-transform: rotate(-21deg);
    transform: rotate(-21deg);
}
.product__img_5 {
    -webkit-transform: rotate(-20deg);
    transform: rotate(-20deg);
}
.product__img_6 {
    -webkit-transform: rotate(-17.5deg);
    transform: rotate(-17.5deg);
}
}@media screen and (max-width: 767px) {
    .product {
    padding: 10px 0 75px 0;
}
.product__wrapper {
    padding-top: 75%}
.product__title {
    font-size: 37px;
    text-align: center;
}
.product__subtitle {
    font-size: 30px;
    text-align: center;
    margin: 12px auto 0;
    width: 210px;
}
.product__subtitle::after {
    content: '';
    background-image: url("../img/листик.png");
    position: absolute;
    width: 70px;
    height: 70px;
    top: -15px;
    left: auto;
    right: 15px;
}
.product__descr {
    font-size: 20px;
    line-height: 165%;
    color: #000000;
    margin-top: 36px;
    max-width: 633px;
}
.product__descr_extention {
    display: none;
    max-width: 100%;
    font-size: 20px;
}
.product__descr_extention_active {
    display: block;
}
.product__descr_extention_mt_54 {
    margin-top: 54px;
}
.product__collapse {
    display: block;
}
.product__collapse button {
    border: none;
    outline: none;
    padding: 0;
    margin: 0;
    background-color: transparent;
    color: #00AFE9;
}
.product__collapse_active {
    display: none;
}
.product__img {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    display: block;
    margin: 0 auto;
    max-width: 75%}
.product__img_1 {
    -webkit-transform: rotate(-16deg);
    transform: rotate(-16deg);
}
.product__img_2 {
    -webkit-transform: rotate(-17deg);
    transform: rotate(-17deg);
}
.product__img_3 {
    -webkit-transform: rotate(-17deg);
    transform: rotate(-17deg);
}
.product__img_4 {
    -webkit-transform: rotate(-21deg);
    transform: rotate(-21deg);
}
.product__img_5 {
    -webkit-transform: rotate(-22deg);
    transform: rotate(-22deg);
}
.product__img_6 {
    -webkit-transform: rotate(-17.5deg);
    transform: rotate(-17.5deg);
}
}@media screen and (max-width: 575px) {
    .product__title {
    font-size: 34px;
}
.product__subtitle {
    font-size: 27px;
}
.product__descr {
    font-size: 18px;
}
.product__descr_extention {
    font-size: 18px;
}
.product__descr_extention_active {
    display: block;
}
}.overlay {
    display: none;
    position: fixed;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    z-index: 1000;
}
.modal {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,  -50%);
    transform: translate(-50%,  -50%);
    width: 485px;
    height: auto;
    background-color: #fff;
    padding: 20px 15px 40px;
    border-radius: 10px;
}
.modal__close {
    position: absolute;
    color: red;
    top: 5px;
    right: 5px;
    font-size: 30px;
    cursor: pointer;
}
.modal__close_white {
    color: white;
}
.modal__subtitle {
    font-family: 'Marmelad',  sans-serif;
    font-weight: normal;
    font-size: 26px;
    line-height: 36px;
    text-align: center;
    color: #000000;
    margin-bottom: 36px;
}
.modal__subtitle_mb0 {
    margin-bottom: 0;
}
.modal__descr {
    font-family: 'Marmelad',  sans-serif;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
    text-align: center;
}
.modal__form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.modal__animate {
    position: relative;
}
.modal__animate label {
    position: absolute;
    top: 15px;
    left: 15px;
    font-family: 'Marmelad',  sans-serif;
    font-weight: normal;
    font-size: 16px;
    color: #595959;
    pointer-events: none;
    -webkit-transition: .5s;
    transition: .5s;
}
.modal_mini {
    background: #fff;
    border-radius: 10px;
    padding: 80px 40px;
}
.modal input[type="text"], .modal input[type="number"], .modal input[type="email"] {
    width: 350px;
    padding: 10px 0;
    border: none;
    outline: none;
    border-bottom: 1px solid #00AFE9;
    margin-bottom: 30px;
    padding-left: 15px;
    font-family: 'Marmelad',  sans-serif;
    font-weight: normal;
    font-size: 16px;
    line-height: 29px;
    color: #595959;
    background: transparent;
}
.modal input[type="text"]:focus ~ label, .modal input[type="text"]:valid ~ label, .modal input[type="number"]:focus ~ label, .modal input[type="number"]:valid ~ label, .modal input[type="email"]:focus ~ label, .modal input[type="email"]:valid ~ label {
    top: 0;
    font-size: 12px;
    color: #00AFE9;
    outline: none;
}
.modal input[type="checkbox"] {
    margin-right: 5px;
}
#consultation, #thanks {
    display: none;
}
@media screen and (max-width: 575px) {
    .modal {
    width: 85%;
    padding: 20px 0 40px;
}
.modal__close {
    font-size: 24px;
}
.modal__subtitle {
    font-size: 26px;
    line-height: 36px;
    margin-bottom: 30px;
}
.modal__descr {
    font-size: 14px;
    line-height: 24px;
    padding: 0 10px;
}
.modal__animate {
    width: 80%}
.modal__animate label {
    top: 15px;
    left: 15px;
    font-size: 16px;
}
.modal_mini {
    background: #fff;
    border-radius: 10px;
    padding: 60px 20px;
}
.modal input[type="text"], .modal input[type="number"], .modal input[type="email"] {
    width: 100%;
    padding: 10px 0;
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 29px;
}
.modal input[type="text"]:focus ~ label, .modal input[type="text"]:valid ~ label, .modal input[type="number"]:focus ~ label, .modal input[type="number"]:valid ~ label, .modal input[type="email"]:focus ~ label, .modal input[type="email"]:valid ~ label {
    top: 0;
    font-size: 12px;
    color: #00AFE9;
    outline: none;
}
.modal input[type="checkbox"] {
    margin-right: 5px;
}
}.partner {
    padding: 82px 0 80px 0;
}
.partner__title {
    font-family: 'Marmelad',  sans-serif;
    font-weight: normal;
    font-size: 48px;
    line-height: 57px;
    color: #000000;
}
.partner__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 78px;
}
.partner__logo {
    width: 359px;
    height: 284px;
}
.partner__descr {
    font-family: 'Arsenal',  sans-serif;
    font-weight: normal;
    font-size: 22px;
    line-height: 40px;
    color: #000000;
    margin: 35px 0 0 25px;
}
.partner__descr_extention {
    font-family: 'Arsenal',  sans-serif;
    font-weight: normal;
    font-size: 22px;
    line-height: 40px;
    margin-top: 10px;
    color: #000000;
}
.partner__details {
    font-family: 'Arsenal',  sans-serif;
    font-weight: normal;
    font-size: 22px;
    line-height: 40px;
    color: #000000;
    margin-top: 53px;
}
.partner__details a {
    font-family: 'Arsenal',  sans-serif;
    font-weight: normal;
    font-size: 24px;
    line-height: 167.4%;
    color: #00AFE9;
}
.partner__social {
    font-family: 'Arsenal',  sans-serif;
    font-weight: normal;
    font-size: 22px;
    line-height: 26px;
    color: #000000;
    margin-top: 54px;
}
.partner__social a {
    display: block;
    font-family: 'Arsenal',  sans-serif;
    font-weight: normal;
    font-size: 22px;
    line-height: 26px;
    color: #000000;
    text-decoration: none;
    margin-top: 10px;
}
.partner__qr_code {
    width: 359px;
    height: 354px;
    margin-top: 54px;
}
.partner__qr_code img {
    width: 100%}
.partner__addr {
    font-family: 'Arsenal',  sans-serif;
    font-weight: normal;
    font-size: 22px;
    line-height: 40px;
    color: #000000;
    margin-top: 54px;
}
@media screen and (max-width: 1200px) {
    .partner__title {
    font-size: 47px;
    line-height: 47px;
}
.partner__logo {
    width: 359px;
    height: 284px;
    margin-top: 15px;
}
.partner__descr {
    font-size: 20px;
    line-height: 40px;
    margin: 0 0 0 25px;
}
.partner__descr_extention {
    font-size: 20px;
    line-height: 40px;
}
.partner__details {
    font-size: 20px;
    line-height: 40px;
}
.partner__details a {
    font-size: 22px;
    line-height: 167.4%}
.partner__social {
    font-size: 20px;
    line-height: 26px;
}
.partner__social a {
    font-size: 20px;
    line-height: 26px;
}
.partner__qr_code {
    width: 300px;
    height: 300px;
    margin-top: 54px;
}
.partner__qr_code img {
    width: 100%}
.partner__addr {
    font-size: 20px;
    line-height: 40px;
}
}@media screen and (max-width: 991px) {
    .partner__title {
    font-size: 47px;
    line-height: 57px;
    text-align: center;
}
.partner__wrapper {
    display: block;
    margin-top: 40px;
}
.partner__logo {
    width: 359px;
    height: 284px;
    display: block;
    margin: 0 auto;
}
.partner__descr {
    font-size: 20px;
    line-height: 40px;
    margin: 0;
}
.partner__descr_extention {
    font-size: 20px;
    line-height: 40px;
}
.partner__details {
    font-size: 20px;
    line-height: 40px;
}
.partner__details a {
    font-size: 22px;
    line-height: 167.4%}
.partner__social {
    font-size: 20px;
    line-height: 26px;
}
.partner__social a {
    font-size: 20px;
    line-height: 26px;
}
.partner__qr_code {
    width: 300px;
    height: 300px;
    margin-top: 54px;
}
.partner__qr_code img {
    width: 100%}
.partner__addr {
    font-size: 20px;
    line-height: 40px;
}
}@media screen and (max-width: 767px) {
    .partner {
    padding: 80px 0 80px 0;
}
.partner__title {
    font-size: 40px;
    line-height: 50px;
    text-align: center;
}
.partner__wrapper {
    display: block;
    margin-top: 40px;
}
.partner__logo {
    width: 300px;
    height: 250px;
    display: block;
    margin: 0 auto;
}
.partner__descr {
    font-size: 18px;
    line-height: 36px;
    margin: 0;
}
.partner__descr_extention {
    font-size: 18px;
    line-height: 36px;
}
.partner__details {
    font-size: 18px;
    line-height: 36px;
}
.partner__details a {
    font-size: 19px;
    line-height: 167.4%}
.partner__social {
    font-size: 18px;
    line-height: 8px;
}
.partner__social a {
    font-size: 18px;
    line-height: 28px;
}
.partner__qr_code {
    width: 300px;
    height: 300px;
    margin-top: 54px;
}
.partner__qr_code img {
    width: 100%}
.partner__addr {
    font-size: 18px;
    line-height: 36px;
}
}@media screen and (max-width: 575px) {
    .partner__title {
    font-size: 40px;
    line-height: 50px;
    text-align: center;
}
.partner__wrapper {
    display: block;
    margin-top: 40px;
}
.partner__logo {
    width: 260px;
    height: 220px;
    display: block;
    margin: 0 auto;
}
.partner__descr {
    font-size: 16px;
    line-height: 30px;
    margin: 0;
}
.partner__descr_extention {
    font-size: 16px;
    line-height: 30px;
}
.partner__details {
    font-size: 16px;
    line-height: 30px;
}
.partner__details a {
    font-size: 17px;
    line-height: 167.4%}
.partner__social {
    font-size: 16px;
    line-height: 26px;
}
.partner__social a {
    font-size: 16px;
    line-height: 26px;
}
.partner__qr_code {
    width: 260px;
    height: 260px;
    margin: 0 auto;
    margin-top: 54px;
}
.partner__qr_code img {
    width: 100%}
.partner__addr {
    font-size: 16px;
    line-height: 30px;
}
}.progress-wrap {
    position: fixed;
    right: 10px;
    bottom: 50px;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    border-radius: 50px;
    -webkit-box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.2);
    box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.2);
    z-index: 10000;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(15px);
    transform: translateY(15px);
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}
.progress-wrap.active-progress {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.progress-wrap:hover::after {
    opacity: 0;
}
.progress-wrap::before {
    position: absolute;
    content: '';
    opacity: 1;
    color: green;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    height: 24px;
    width: 24px;
    cursor: pointer;
    background: url(../icons/arrow-top.svg) center center/cover no-repeat;
    z-index: 2;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}
.progress-wrap:hover::before {
    opacity: 1;
}
.progress-wrap svg path {
    fill: none;
}
.progress-wrap svg.progress-circle path {
    stroke: #65D112;
    stroke-width: 4;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}
@media screen and (max-width: 1200px) {
    .progress-wrap {
    right: 7px;
    bottom: 35px;
    height: 40px;
    width: 40px;
}
.progress-wrap::after {
    line-height: 40px;
    height: 40px;
    width: 40px;
}

}.jqcart-cart-label {
    position: relative;
    text-align: center;
    letter-spacing: -0.36em;
    white-space: nowrap;
    cursor: pointer;
}
.jqcart-cart-label span {
    display: inline-block;
    padding: 3px 10px;
    letter-spacing: normal;
    background: transparent;
    color: #F7F7F7;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.jqcart-cart-label .jqcart-title {
    width: 70%;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    border-right: 1px solid #F7F7F7;
    text-align: left;
}
.jqcart-cart-label .jqcart-total-cnt {
    width: 20%;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}
.jqcart-layout {
    position: fixed;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 998;
}
.jqcart-checkout {
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,  -50%);
    transform: translate(-50%,  -50%);
    width: 80%;
    max-height: 100%;
    padding: 10px;
    text-align: center;
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 7px 5px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 7px 5px rgba(0, 0, 0, 0.3);
    overflow-y: auto;
}
.jqcart-empty-cart {
    padding: 50px 0;
}
.jqcart-empty-cart::before{display:inline-block;vertical-align:middle;margin-right:10px;content:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAXCAYAAAD+4+QTAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAvRJREFUeNqklU1IVFEUx+d9OI5aWBFaUEELd1GRhmREZBBEtChbGbZw1VYoglYugqy20bJdEElRREQFRQS6iyACs7TMr4GSicbxI0dfvyP/V5eX6WAPfnPvuffcc86995w7ged5qRLYCGdhAUZhD7TCEORXWh/YTwnfOfTaoJz+UzhP/xSE9HsgWm6xX4KDvXAIRuCTDWC8j2YUGqFhJQMrOSnH4Gkwva9w33YeRdFd+uNQhXwSKv/HyQHYBT/hmXZj3wQ8hAXYAU2rdVJNhCdoy2AIHriT7OYxzQdYC8dgw2qc2C52wxR0w3cZj+en6N+hnYady+3mX05qoA0CeA3PEw7i75WyK8OuW2hrlzIWp3A12OWloQit0MzcN9rrGM9KJ5PA7mQcvf20m3V3b2CNJYV0ZizP2+GgnFrGXIUjyqiXOPhCe01O5t0AIQ+X4QmcYU2zHS1rOmi3K+DekImjdLZBwY4JBYvgHtTDTWhRpD8SRecp0uOsuYXOVvrvtb5JQdp8hUUzzEBGW/Tpb5GTF7APuV2XbkHM6UiMGbV16Exg/DZ923UH8iYF9RYsgMX3pQ6lLtq0IpxDtl2up5+TsQq1RR2VPTGz2lUl+ua0TE/PpMYvQJ+vrJlgcsxdiJzTM1KU4xHNhRob1sXbnK3PwawKNaP7zbkpbMfxUXKgo7iEc0vddbrgLuR3Su8BuGLBKSF66HdKLy0bg3L428mCqrfoRPpZ52ryDEaGVHgWZV5ZF+vndB+RHMw79v4UoxblpZRS3ZRroacIQwUU30kgOVRdxCcxqafor4q3wazGPBmPUqV/kVM/2fhvIenEdtFf4n9M0nAqUT+D8aUv9Xb1O1WdVwL4MjatOvF11gWN+0rtSecEBpZ6u+JvHvmwlM1QA3KNjNjiRuQqvcwZyZ7kWrr1CqRbf3IplYOXdNqpZ94XBScRIsmB5Dmndqp0Cr1wUXOLX5g4LlO6AWOqj6KTXb4yKZaDOEUlh0r5R64D+34JMACE9wt13OIvJgAAAABJRU5ErkJggg==")}
.jqcart-cart-title {
    position: relative;
    display: block;
    font-family: 'Arsenal,  sans-serif';
    margin-bottom: 10px;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    color: #1b1b1b;
    margin-top: 20px;
}
.jqcart-table-wrapper {
    height: 100%;
    padding: 0 5px;
}
.jqcart-manage-order {
    display: block;
    width: 100%}
.jqcart-thead {
    display: none;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-weight: bold;
}
.jqcart-tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px dashed #808b97;
    padding: 15px 0;
}
.jqcart-tr:nth-last-child(1) {
    border-bottom: none;
}
.jqcart-small-td {
    width: calc(100%/6);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.jqcart-small-td:nth-child(1) {
    display: none;
}
.jqcart-item-img {
    width: calc(100%/6);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.jqcart-item-img img {
    max-width: 80px;
    max-height: 80px;
}
.jqcart-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: calc((100%/6)*3);
}
.jqcart-wrapper>div {
    width: calc(100%/3);
    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;
}
.jqcart-tr>div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 5px;
    font-family: 'Arsenal,  sans-serif';
    font-size: 19px;
    font-weight: normal;
}
.jqcart-amount {
    max-width: 40px;
    height: 30px;
    text-align: center;
    border: none;
    border-top: 1px solid #808b97;
    border-bottom: 1px solid #808b97;
    outline: none;
    font-size: 15px;
}
.jqcart-incr {
    height: 30px;
    border: 1px solid #808b97;
    padding: 0 10px;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 15px;
}
.jqcart-incr:nth-child(1) {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}
.jqcart-incr:nth-child(3) {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}
.jqcart-sum {
    width: calc(100%/7);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.jqcart-small-td {
    width: calc(100%/7);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.jqcart-subtotal {
    font-family: 'Arsenal,  sans-serif';
    font-size: 19px;
    font-weight: bold;
    text-align: right;
    margin: 10px 0 60px 0;
}
.jqcart-del-item {
    display: inline-block;
    width: 25px;
    height: 25px;
    font-family: Arial;
    text-align: center;
    border: 2px solid #F00;
    background-color: #f00;
    color: #FFF;
    border-radius: 50%;
    cursor: pointer;
}
.jqcart-del-item:before {
    display: inline-block;
    content: 'X';
    vertical-align: text-bottom;
}
.jqcart-del-item:hover {
    color: #F00;
    background-color: #FFF;
}
.jqcart-orderform {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 30px;
}
.jqcart-orderform p {
    display: block;
    position: relative;
}
.jqcart-orderform label {
    position: absolute;
    top: 15px;
    left: 15px;
    font-family: 'Marmelad',  sans-serif;
    font-weight: normal;
    font-size: 16px;
    color: #595959;
    pointer-events: none;
    -webkit-transition: .5s;
    transition: .5s;
}
.jqcart-orderform p input[type="text"], .jqcart-orderform p input[type="number"], .jqcart-orderform p input[type="email"], .jqcart-orderform p textarea {
    width: 350px;
    padding: 10px 0;
    border: none;
    outline: none;
    border-bottom: 1px solid #00AFE9;
    margin-bottom: 30px;
    padding-left: 15px;
    font-family: 'Marmelad',  sans-serif;
    font-weight: normal;
    font-size: 16px;
    line-height: 29px;
    color: #595959;
    background: transparent;
}
.jqcart-orderform p input[type="text"]:focus ~ label, .jqcart-orderform p input[type="text"]:valid ~ label, .jqcart-orderform p input[type="number"]:focus ~ label, .jqcart-orderform p input[type="number"]:valid ~ label, .jqcart-orderform p input[type="email"]:focus ~ label, .jqcart-orderform p input[type="email"]:valid ~ label, .jqcart-orderform p textarea:focus ~ label, .jqcart-orderform p textarea:valid ~ label {
    top: 0;
    font-size: 12px;
    color: #00AFE9;
    outline: none;
}
.jqcart-orderform input[type="submit"] {
    position: relative;
    z-index: 20;
    display: block;
    width: 236px;
    height: 53px;
    background: #00AFE9;
    -webkit-box-shadow: 2px 9px 6px rgba(0, 0, 0, 0.25);
    box-shadow: 2px 9px 6px rgba(0, 0, 0, 0.25);
    border-radius: 31px;
    border: none;
    margin: 0 auto;
    margin-top: 26px;
    margin-bottom: 40px;
    font-family: 'Arsenal',  sans-serif;
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    color: #fff;
    -webkit-transition: background .3s;
    transition: background .3s;
}
.jqcart-orderform input[type="submit"]:hover {
    background: #02C0FF;
}
.jqcart-orderform input[type="submit"]:focus {
    outline: none;
}
.jqcart-orderform input[type="submit"]:active {
    background: #00AFE9;
}
.succes-block {
    background: #00AFE9;
    border-radius: 10px;
    padding: 80px 15px;
}
.succes-text {
    font-family: 'Marmelad',  sans-serif;
    font-weight: normal;
    font-size: 26px;
    line-height: 36px;
    text-align: center;
    padding:  70px 15px;
}
@media screen and (max-width: 767px) {
    .jqcart-wrapper {
    width: calc((100%/2));
}
.jqcart-wrapper>div {
    width: 50%}
.jqcart-wrapper .jqcart-price {
    display: none;
}
}@media screen and (max-width: 575px) {
    .jqcart-checkout {
    width: 90%;
    padding: 5px;
}
.jqcart-cart-title {
    font-size: 20px;
}
.jqcart-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}
.jqcart-small-td {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.jqcart-item-img {
    width: calc(100%/5);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.jqcart-wrapper {
    width: calc((100%/2));
}
.jqcart-wrapper>div {
    width: 100%}
.jqcart-sum {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: calc(100%/5);
}
.jqcart-item-img img {
    max-width: 64px;
    max-height: 64px;
}
.jqcart-tr>div {
    font-size: 17px;
}
.jqcart-amount {
    max-width: 30px;
    height: 30px;
    text-align: center;
    border: none;
    border-top: 1px solid #808b97;
    border-bottom: 1px solid #808b97;
    outline: none;
    font-size: 14px;
}
.jqcart-incr {
    height: 30px;
    border: 1px solid #808b97;
    padding: 0 10px;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 15px;
}
.jqcart-orderform p {
    width: 100%}
.jqcart-orderform p input[type="text"], .jqcart-orderform p input[type="number"], .jqcart-orderform p input[type="email"], .jqcart-orderform p textarea {
    width: 90%;
    padding: 10px 0;
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 29px;
    background: transparent;
}
.jqcart-orderform p input[type="text"]:focus ~ label, .jqcart-orderform p input[type="text"]:valid ~ label, .jqcart-orderform p input[type="number"]:focus ~ label, .jqcart-orderform p input[type="number"]:valid ~ label, .jqcart-orderform p input[type="email"]:focus ~ label, .jqcart-orderform p input[type="email"]:valid ~ label, .jqcart-orderform p textarea:focus ~ label, .jqcart-orderform p textarea:valid ~ label {
    top: 0;
    font-size: 12px;
    color: #00AFE9;
    outline: none;
}
.jqcart-orderform p {
    display: block;
    position: relative;
}
}.error {
    position: relative;
    background: #00AFE9;
    min-height: 80vh;
    overflow: hidden;
    padding: 60px 0;
}
.error__center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 100vh;
}
.error__wrapper {
    display: block;
    margin: 0 auto;
}
.error__title {
    text-align: center;
    font-family: 'Marmelad',  sans-serif;
    color: white;
    font-size: 220px;
}
.error__subtitle {
    text-align: center;
    font-family: 'Marmelad',  sans-serif;
    color: white;
    font-size: 40px;
    margin-top: 30px;
}
.error__btn {
    position: relative;
    display: block;
    border: none;
    margin: 0;
    padding: 0;
    margin: 0 auto;
    margin-top: 40px;
    padding: 20px 40px;
    width: 250px;
    background-color: white;
    border-radius: 30px;
    color: black;
    text-align: center;
    font-family: 'Arsenal',  sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    -webkit-transition: background-color 0.1s;
    transition: background-color 0.1s;
    z-index: 11;
}
.error__btn:hover {
    text-decoration: none;
    color: black;
    background-color: #f2f2f2;
}
.error .cloud {
    width: 350px;
    height: 120px;
    background: -webkit-gradient(linear,  right bottom,  left top,  from(#fff));
    background: linear-gradient(to left top,  #fff);
    border-radius: 100px;
    position: absolute;
    margin: 120px auto 20px;
    z-index: 10;
    -webkit-transition: ease 1s;
    transition: ease 1s;
}
.error .cloud:after, .error .cloud:before {
    content: '';
    position: absolute;
    background: #FFF;
    z-index: 1;
}
.error .cloud:after {
    width: 100px;
    height: 100px;
    top: -50px;
    left: 50px;
    border-radius: 100px;
}
.error .cloud:before {
    width: 180px;
    height: 180px;
    top: -90px;
    right: 50px;
    border-radius: 200px;
}
.error .x1 {
    top: -50px;
    left: 100px;
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
    opacity: 0.9;
    -webkit-animation: moveclouds 15s linear infinite;
    animation: moveclouds 15s linear infinite;
}
.error .x1_5 {
    top: -80px;
    left: 250px;
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
    -webkit-animation: moveclouds 17s linear infinite;
    animation: moveclouds 17s linear infinite;
}
.error .x2 {
    left: 250px;
    top: 30px;
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
    opacity: 0.6;
    -webkit-animation: moveclouds 25s linear infinite;
    animation: moveclouds 25s linear infinite;
}
.error .x3 {
    left: 250px;
    bottom: -70px;
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
    opacity: 0.8;
    -webkit-animation: moveclouds 25s linear infinite;
    animation: moveclouds 25s linear infinite;
}
.error .x4 {
    left: 470px;
    bottom: 20px;
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
    opacity: 0.75;
    -webkit-animation: moveclouds 18s linear infinite;
    animation: moveclouds 18s linear infinite;
}
.error .x5 {
    left: 200px;
    top: 300px;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0.8;
    -webkit-animation: moveclouds 20s linear infinite;
    animation: moveclouds 20s linear infinite;
}
@-webkit-keyframes moveclouds {
    0% {
    margin-left: 1000px;
}
100% {
    margin-left: -1000px;
}
}@keyframes moveclouds {
    0% {
    margin-left: 1000px;
}
100% {
    margin-left: -1000px;
}
}@media screen and (max-width: 991px) {
    .error__center {
    min-height: 85vh;
}
.error__title {
    text-align: center;
    font-family: 'Marmelad',  sans-serif;
    color: white;
    font-size: 190px;
}
.error__subtitle {
    text-align: center;
    font-family: 'Marmelad',  sans-serif;
    color: white;
    font-size: 40px;
}
}@media screen and (max-width: 767px) {
    .error__center {
    min-height: 80vh;
}
.error__title {
    text-align: center;
    font-family: 'Marmelad',  sans-serif;
    color: white;
    font-size: 170px;
}
.error__subtitle {
    text-align: center;
    font-family: 'Marmelad',  sans-serif;
    color: white;
    font-size: 40px;
}
}@media screen and (max-width: 575px) {
    .error__center {
    min-height: 70vh;
}
.error__title {
    text-align: center;
    font-family: 'Marmelad',  sans-serif;
    color: white;
    font-size: 140px;
}
.error__subtitle {
    text-align: center;
    font-family: 'Marmelad',  sans-serif;
    color: white;
    font-size: 30px;
    margin-top: 30px;
}
}.work {
    padding: 75px 0;
}
.work__title {
    font-family: 'Marmelad',  sans-serif;
    font-weight: normal;
    font-size: 48px;
    line-height: 57px;
    color: #000000;
}
.work__descr {
    font-family: 'Arsenal,  sans-serif';
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 34px;
    color: #000000;
    margin-top: 40px;
}
.work__timing {
    font-family: 'Arsenal,  sans-serif';
    font-weight: normal;
    font-size: 20px;
    line-height: 30px;
    color: #000000;
    margin-top: 53px;
}
.work__weekend {
    font-family: 'Arsenal,  sans-serif';
    font-weight: normal;
    font-size: 18px;
    line-height: 26px;
    color: #727379;
    margin-top: 15px;
}
.work__phone_link {
    display: inline-block;
    font-family: 'Arsenal,  sans-serif';
    font-weight: bold;
    font-size: 20px;
    line-height: 30px;
    color: #000000;
    margin-top: 35px;
}
.work__phone_link:nth-child(2) {
    margin-left: 15px;
}
.work__img {
    display: block;
    width: 133px;
    height: 133px;
    margin-left: 75px;
    margin-top: 45px;
}
.work__conditions {
    font-family: 'Arsenal,  sans-serif';
    font-weight: normal;
    max-width: 500px;
    font-size: 20px;
    line-height: 30px;
    color: #000000;
    margin-top: 45px;
}
.work__minimum_order {
    font-family: 'Arsenal,  sans-serif';
    font-style: italic;
    font-weight: normal;
    font-size: 24px;
    line-height: 34px;
    color: #000000;
    margin-top: 90px;
}
@media screen and (max-width: 1200px) {
    .work__title {
    font-size: 47px;
    line-height: 57px;
}
.work__descr {
    font-size: 22px;
    line-height: 32px;
}
.work__minimum_order {
    font-size: 22px;
}
}@media screen and (max-width: 991px) {
    .work__title {
    font-size: 40px;
    line-height: 50px;
    text-align: center;
}
.work__descr {
    font-size: 20px;
    line-height: 30px;
}
.work__minimum_order {
    font-size: 20px;
    line-height: 30px;
}
}@media screen and (max-width: 767px) {
    .work__title {
    font-size: 40px;
    line-height: 50px;
    text-align: center;
}
.work__descr {
    font-size: 20px;
    line-height: 30px;
}
}@media screen and (max-width: 575px) {
    .work__phone_link {
    font-size: 16px;
    line-height: 26px;
}
.work__phone_link:nth-child(2) {
    margin-left: 15px;
}
.work__img {
    display: block;
    width: 115px;
    height: 115px;
    margin: 0 auto;
    margin-top: 45px;
}
}.slick-slider {
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
}
.slick-list:focus {
    outline: none;
}
.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-track, .slick-slider .slick-list {
    -webkit-transform: translate3d(0,  0,  0);
    transform: translate3d(0,  0,  0);
}
.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before, .slick-track:after {
    content: "";
    display: table;
}
.slick-track:after {
    clear: both;
}
.slick-loading .slick-track {
    visibility: hidden;
}
.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none;
}
[dir="rtl"] .slick-slide {
    float: right;
}
.slick-slide img {
    display: block;
}
.slick-slide.slick-loading img {
    display: none;
}
.slick-slide.dragging img {
    pointer-events: none;
}
.slick-initialized .slick-slide {
    display: block;
}
.slick-loading .slick-slide {
    visibility: hidden;
}
.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
/*# sourceMappingURL=style.min.css.map */