/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

main {
    display: block
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: transparent
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b, strong {
    font-weight: bolder
}

code, kbd, samp {
    font-family: monospace, monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -0.25em
}

sup {
    top: -0.5em
}

img {
    border-style: none
}

button, input, optgroup, select, textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button, input {
    overflow: visible
}

button, select {
    text-transform: none
}

button, [type=button], [type=reset], [type=submit] {
    -webkit-appearance: button
}

button::-moz-focus-inner, [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner {
    border-style: none;
    padding: 0
}

button:-moz-focusring, [type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type=checkbox], [type=radio] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details {
    display: block
}

summary {
    display: list-item
}

template {
    display: none
}

[hidden] {
    display: none
}

*, *:before, *:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: none !important
}

html {
    width: 100%;
    max-width: 100%;
    min-height: 100%
}

body {
    overflow-x: hidden;
    position: relative;
    display: block;
    min-width: 320px;
    font-weight: 400;
    margin: 0 auto;
    background: #fff;
    color: #333;
    font-family: "PT Sans", sans-serif;
    font-size: 20px;
    line-height: 1.3
}

ul, ol {
    margin: 0;
    padding: 0
}

ul li, ol li {
    list-style-type: none
}

textarea, input {
    font-family: inherit
}

textarea {
    resize: none
}

a {
    -webkit-transition: .4s all ease;
    transition: .4s all ease;
    text-decoration: none;
    color: inherit
}

img, svg {
    max-width: 100%;
    display: block;
    height: auto
}

svg {
    -ms-flex-negative: 0;
    flex-shrink: 0
}

b, strong {
    font-weight: 600
}


#text-block {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    font-size: 18px;
    width: 100%; color: black; gap: 20px; margin: 0 12px;
}

.item--text {
    height: 240px;
    border-radius: 30px;
    overflow-wrap: anywhere;
    box-shadow: 0 4px 60px 0 rgba(0, 0, 0, .1);
    background: color(srgb 0.9999 1 1);
    display: flex;
    justify-content: center;
    align-items: center;
}

.banner-buttons {
    position: absolute;
    bottom: -110px;
    left: 50%;
    display: flex;
    gap: 20px;
    transform: translateX(-50%);
}



.j-wow {
    visibility: hidden
}

.wrapper {
    background: #fff;
    position: relative;
    z-index: 1;
    overflow: hidden
}

.container {
    max-width: 940px;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px
}

.gradient, .btn {
    background: -webkit-gradient(linear, left top, right top, from(#E9E008), to(#E0B20D));
    background: linear-gradient(to right, #E9E008, #E0B20D)
}

.btn {
    height: 74px;
    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;
    text-align: center;
    cursor: pointer;
    -webkit-transition: .3s all ease;
    transition: .3s all ease;
    border: 0;
    width: 220px;
    border-radius: 50px;
    text-align: center;
    font-size: 24px;
    color: #333
}

.btn:hover {
    -webkit-box-shadow: 0 0 15px 0 rgba(233, 224, 8, .5);
    box-shadow: 0 0 15px 0 rgba(233, 224, 8, .5)
}

.btn--white {
    background: #fff;
    -webkit-box-shadow: 0px 15px 40px rgba(0, 0, 0, .25);
    box-shadow: 0px 15px 40px rgba(0, 0, 0, .25)
}


.btn--yellow {
    background: linear-gradient(to right, #E9E008, #E0B20D);
    -webkit-box-shadow: 0px 15px 40px rgba(0, 0, 0, .25);
    box-shadow: 0px 15px 40px rgba(0, 0, 0, .25)
}

.cardpay,.cashpay {
    width:270px;
}

.item-front__plus--close {
	
    right: -10px!important;
    bottom: 15px!important;
}

.item-back .item-front__plus--close {
	display:none;

}


.popup,.popup_7 {
    align-items: flex-start;
    bottom: 0;
    display: flex;
    justify-content: center;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 99999;
    overflow: auto;
    font-weight: 600;
    display: none;
}
.popup .popup_bg, .popup_7 .popup_bg {
    background: #262626;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    opacity: 0.6;
    z-index: 5;
}
.popup .popup_box, .popup_7 .popup_box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 100%;
    padding: 30px;
}
.popup .popup_content,.popup_zaxaz_one_click {

    background: linear-gradient(to right, #E9E008, #E0B20D);
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    -o-border-radius: 40px;
    -ms-border-radius: 40px;
    border-radius: 40px;
    position: relative;
    z-index: 1001;
    padding:20px;
    width: 40%;
    margin: 0 auto;
}

.popup .j-item-close, .popup_7 .j-item-close {
     top: -10px;
    background: #fff;
	
}

.popup_form, .popup_form_zakaz_one_click {
    padding-top: 20px;
}

.popup_title{
    width: 100%;
    text-align: center;
}

.popup_form input, .popup_form_zakaz_one_click input {
    width:100%;
    padding: 10px;
    border-radius: 20px;
    margin-bottom: 10px;
    text-align: center;
    font-weight: 600;
}

.popup_form input::placeholder, .popup_form_zakaz_one_click input::placeholder {
    color:#000;
    text-align: center;
    font-weight: 600;
}

input::-webkit-input-placeholder       {opacity: 1; transition: opacity 0.3s ease;}
input::-moz-placeholder                {opacity: 1; transition: opacity 0.3s ease;}
input:-moz-placeholder                 {opacity: 1; transition: opacity 0.3s ease;}
input:-ms-input-placeholder            {opacity: 1; transition: opacity 0.3s ease;}
input:focus::-webkit-input-placeholder {opacity: 0; transition: opacity 0.3s ease;}
input:focus::-moz-placeholder          {opacity: 0; transition: opacity 0.3s ease;}
input:focus:-moz-placeholder           {opacity: 0; transition: opacity 0.3s ease;}
input:focus:-ms-input-placeholder      {opacity: 0; transition: opacity 0.3s ease;}

.popup_order, .popup_order_zakaz_one_click {
    display: block;
    margin: 0 auto;
    position: relative;
    background: #74f342;
    border-radius: 10px;
    border: none;
    font-weight: 600;
    padding: 10px 20px;
    cursor: pointer;
    margin-top:20px;
}

.form_error {
    display: none;
    background: red;
    color: white;
    padding: 10px 20px;
    font-size: 17px;
    text-align: center;
}

.input_error {border:3px solid red;}


@media (max-width: 768px) {

.cardpay
{
	margin-bottom: 20px;
}
.banner-buttons {
    position: absolute;
    bottom: -130px;
    left: 50%;
    display: block;
    
    gap: 0px;
    transform: translateX(-50%);
}



    .cashpay, .cardpay {
        font-size: 0.9em;
    }

    #cashpay, #cardpay {
        right: 10px !important;
    }

    #cardpay {
        margin-top: 70px;
    }

    .popup_content {
        width: 95% !important;
    }

    .popup_title {
        width: 90%;
    }

    #cardpay2, #cashpay2, #cardpay3, #cashpay3 {
        font-size: 20px;
        width: 180px;
        left: calc(50vw - (/* width */210px / 2));
    }


    #cashpay3 {
        top: 130px;
    }

    #cardpay3 {
        top: 70px;
    }

    .footer__map {
        margin-top: 140px !important;
    }

}

.btn--border {
    background: none;
    border: 2px solid #fff;
    color: #fff
}

.btn--border:hover {
    background: #fff;
    color: #333
}

@media all and (max-width: 992px) {
    body {
        font-size: 18px
    }
}

@media all and (max-width: 767px) {
    body {
        font-size: 16px
    }

    .btn {
        height: 60px;
        width: 180px
    }
}

.header {
    position: fixed;
    top: 0;
    -webkit-transform: translateY(-200px);
    transform: translateY(-200px);
    width: 100%;
    z-index: 1000;
    background: #333;
    -webkit-transition: .5s all ease-in-out;
    transition: .5s all ease-in-out;
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, .1)
}

.header.fixed {
    -webkit-transform: none;
    transform: none
}

.header__wrapper {
    height: 84px;
    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
}

.header__logo {
    cursor: pointer
}

.header__logo img {
    width: 80px;
    height: 80px
}

.header__btn {
    height: 60px
}

@media all and (max-width: 767px) {
    .header__btn {
        height: 50px;
        width: 140px
    }
}

.banner {
    height: 100vh;
    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;
    color: #fff;
    background: center/cover fixed;
    position: relative
}

.banner__bg {
    position: absolute;
    background: #fff;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    opacity: 0
}

.banner__title {
    margin: 0;
    text-align: center;
    font-size: 120px;
    font-weight: 700;
    margin: 0 0 10px
}

.banner__btn {
    margin: 0 auto;
}

.banner__btn, .btn--white {
    animation-name: pulse2;
    animation-duration: 1s;
    animation-iteration-count: infinite;
}

@media all and (max-width: 992px) {
    .banner {
        background: center/cover
    }
}

@media all and (max-width: 992px) {
    .banner__title {
        font-size: 90px;
        margin: 0 0 20px
    }
}

@media all and (max-width: 767px) {
    .banner__title {
        font-size: 60px
    }
}

.desc {
    padding: 130px 0 92px
}

.desc__title {
    font-size: 80px;
    font-weight: 700;
    text-align: center;
    margin: 0 0 25px;
    background: -webkit-gradient(linear, left top, right top, from(#F06545), color-stop(#C4629A), to(#6D80BD));
    background: linear-gradient(to right, #F06545, #C4629A, #6D80BD);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.desc__desc {
    font-size: 24px;
    text-align: center;
    margin: 0
}

@media all and (max-width: 992px) {
    .desc__title {
        font-size: 60px
    }
}

@media all and (max-width: 767px) {
    .desc {
        padding: 80px 0 50px
    }

    .desc__title {
        font-size: 40px;
        text-align: left
    }

    .desc__desc {
        font-size: 20px;
        text-align: left
    }
}

.items {
    padding: 0 0 130px
}

.items__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -10px
}

.item {
    position: relative;
    margin: 0 0 20px;
    padding: 0 10px
}

.item--big {
    width: 100%
}

.item--big .item__inner {
    -webkit-perspective: 3200px;
    perspective: 3200px
}

.item--big .item__inner .item-front {
 
}

.item--big .item__inner .item-back {
    -webkit-transform: rotateX(-180deg);
    transform: rotateX(-180deg)
}

.item--big .item__inner.active-target .item-front {
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg)
}

.item--big .item__inner.active-target .item-back {
    -webkit-transform: rotateX(0);
    transform: rotateX(0);
    visibility: visible
}

.item--medium .item-front__title {
    font-size: 50px;
    text-align: center
}

.item--small {
    width: 50%
}

.item--small .item__inner {
    -webkit-perspective: 1600px;
    perspective: 1600px
}

.item--small .item__inner .item-front {
    -webkit-transform: rotateY(0);
    transform: rotateY(0)
}

.item--small .item__inner .item-back {
    -webkit-transform: rotatey(-180deg);
    transform: rotatey(-180deg)
}

.item--small .item__inner.active-target .item-front {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg)
}

.item--small .item__inner.active-target .item-back {
    -webkit-transform: rotateY(0);
    transform: rotateY(0);
    visibility: visible
}

.item--orange .item-front {
    padding: 40px 23px;
    background: linear-gradient(157.71deg, #FFC92B -8.03%, #FB8343 50.46%, #F1749D 110.68%)
}

.item--orange .item-front__title {
    font-size: 66px
}

.item--white .item-front {
    color: #fff
}

.item--white .item-front__plus {
    fill: #fff
}

.item--white .item-front:hover .item-front__plus {
    fill: rgba(255, 255, 255, .7)
}

.item--video {
    width: 33.333%
}

.item--video .item__inner {
    height: 240px
}

.item--video .item-front__play {
    width: 80px;
    height: 80px
}

.item--video .item-front__play svg {
    width: 30px;
    height: 30px;
    margin-left: 5px
}

.item__inner {
    position: relative;
    z-index: 2;
    height: 700px
}

.item__inner.z-index {
    z-index: 5
}

.item__inner.active-target .item-front {
    pointer-events: none
}

.item__overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    z-index: 4;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: .8s all ease-in-out;
    transition: .8s all ease-in-out;
    cursor: pointer;
    pointer-events: none
}

.item__overlay.active {
    opacity: 1;
    visibility: visible;
    pointer-events: all
}

.item-front {
    background: #fff;
    border-radius: 30px;
    padding: 60px 50px;
    -webkit-box-shadow: 0 4px 60px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 4px 60px 0 rgba(0, 0, 0, .1);
    position: relative;
    cursor: pointer;
    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;
    -webkit-transition: .8s transform ease-in-out;
    transition: .8s transform ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 3;
    height: 100%;
    background: center/cover;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.item-front:hover .item-front__plus {
    fill: #000;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.item-front:hover .item-front__play {
    -webkit-transform: translate(-50%, -50%) scale(1.2);
    transform: translate(-50%, -50%) scale(1.2)
}

.item-front__title {
    font-size: 60px;
    font-weight: 700
}

.item-front__img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.item-front__img--1 {
    margin: 40px 0 0px
}

.item-front__img--2 {
    margin: 0 0 30px
}

.item-front__img--3 {
    margin: 0 0 38px;
    margin-top: 160px;
}

.item-front__img picture {
    height: 100%
}

.item-front__img img {
  
}

.item-front__plus {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    position: absolute;
    right: 30px;
    bottom: 30px;
    cursor: pointer;
    -webkit-transition: .5s all ease;
    transition: .5s all ease;
    fill: #333
}

.item-front__plus svg {
    width: 36px;
    height: 36px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.item-front__plus--close svg {
    -webkit-transform: none;
    transform: none
}

.item-front__play {
    width: 130px;
    height: 130px;
    border-radius: 50%;
    background: -webkit-gradient(linear, left top, left bottom, from(#EB6550), to(#F1749D));
    background: linear-gradient(180deg, #EB6550 0%, #F1749D 100%);
    -webkit-box-shadow: 0px 4px 40px rgba(0, 0, 0, .4);
    box-shadow: 0px 4px 40px rgba(0, 0, 0, .4);
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    fill: #fff;
    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-transition: .4s all ease;
    transition: .4s all ease
}

.item-front__play svg {
    width: 60px;
    height: 60px;
    fill: #fff;
    margin-left: 15px
}

.item-back {
    background: #fff;
    padding: 20px 24px;
    -webkit-box-shadow: 0px 4px 60px rgba(0, 0, 0, .1);
    box-shadow: 0px 4px 60px rgba(0, 0, 0, .1);
    border-radius: 30px;
    z-index: 4;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
	justify-content: center;
    -webkit-transition: .8s transform ease-in-out;
    transition: .8s transform ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.item-back__title {
    font-weight: 700;
    font-size: 30px;
    margin: 0 0 20px;
    color: black;
    text-align: center;
}

.item-back_title_img {
    max-width: 100%;
    display: block;
height: 130px;
    width: 130px;
}


.item-back__desc
{
 color: black;
 line-height: 1;
 font-size: 25px;
}
.item-back .item-front__plus {
    fill: #333
}

.item-back .item-front__plus:hover {
    fill: #000
}


@media all and (max-width: 992px) {
    .item__inner {
        height: 600px
    }

    .item--orange .item-front__title {
        font-size: 46px
    }

    .item--medium .item-front__title {
        font-size: 40px
    }

    .item-front {
        padding: 0px 20px
    }

    .item-front__title {
        font-size: 50px
    }

    .item-front__img--1 {
        margin: 20px 0 -70px;
        height: 400px
    }

    .item-front__img--2 {
        height: 360px
    }

    .item-front__img--3 {
       
        margin: 0 30px
    }



    .item-back {
        padding: 45px 20px
    }
}

@media all and (max-width: 767px) {
    .items {
        padding: 0 0 80px
    }

    .item__inner {
        height: 440px
    }
	
	.item-photo {
    width: 50%!important
}
   

    .item--small {
        width: 100%
    }



    .item--orange .item-front__title {
        font-size: 44px
    }

    .item--medium .item-front__title {
        font-size: 30px;
        text-align: left
    }

    #text-block {
        grid-template-columns: 1fr 1fr;
    }

    .item--video .item__inner, .item--text {
        height: 200px
    }

    .item-front__title {
        font-size: 30px
    }

    .item-front__img--1 {
        margin: 10px 0 0px;
        height: 320px
    }

    .item-front__img--2 {
        height: 220px;
        margin: 0 0 20px
    }

    .item-front__img--3 {
        height: 300px;
        margin: 0px 0 5px;
        width: auto;
    }

    .item-front__play {
        width: 80px;
        height: 80px
    }

    .item-front__play svg {
        width: 30px;
        height: 36px;
        margin-left: 8px
    }

    .item-back__title {
        margin: 0 0 10px
      
    }
}

@media all and (max-width: 479px) {
    .items__wrapper {
        margin: 0 -7px
    }

    .item {
        padding: 0 7px
    }

    .item--video .item__inner, .item--text {
        height: 130px
    }

    .item--video .item-front__play {
        width: 30px;
        height: 30px
    }

    .item--video .item-front__play svg {
        width: 12px;
        height: 12px
    }
      .item-back__title {
        margin: 0 0 10px
   
    }
}

.partners-slider {
    width: 100%;
    margin: 15px 0 0
}

.partners-slider__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.partners-slider__slide {
    -ms-flex-negative: 0;
    flex-shrink: 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;
    height: 300px
}

.partners-slider__slide img {
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
    width: 100%;
    height: 100%
}

.dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 20px 0 0
}

.dots .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
    background: rgba(0, 0, 0, .2);
    display: block;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    border-radius: 50%;
    margin: 0 5px;
    -webkit-transition: .3s all ease;
    transition: .3s all ease
}

.dots .swiper-pagination-bullet-active {
    background: #333
}

.partners {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.partners__item {
    width: 33.3333%;
    height: 250px;
    padding: 10px
}

.partners__item img {
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
    width: 100%;
    height: 100%
}

@media all and (max-width: 992px) {
    .partners-slider__slide {
        height: 250px
    }
}

@media all and (max-width: 992px) {
    .partners-slider__slide {
        height: 140px
    }

    .partners__item {
        width: 50%;
        height: 120px
    }
}

.footer {
    background: -webkit-gradient(linear, left top, right top, from(#E9E008), to(#E0B20D));
    background: linear-gradient(to right, #E9E008, #E0B20D);
    padding: 120px 0 60px
}

.footer .container {
    max-width: 1200px
}

.footer__title {
    font-size: 80px;
    font-weight: 700;
    text-align: center
}

.footer__desc {
    text-align: center;
    font-size: 30px;
    margin: 25px auto 54px;
    max-width: 718px
}

.footer__bottom {
    margin: 60px 0 0;
    position: relative
}

.footer__adress {
    text-align: center;
    margin: 25px 0 10px;
    color: rgba(51, 51, 51, .6)
}

.footer__map {
    width: 100vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    height: 500px;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    margin: 40px 0 0;
    margin-top: 110px;
}

.footer__map iframe {
    width: 100%;
    height: 100%;
    display: block;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.footer__info {
    width: 100%
}

.footer__logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.footer__logo img {
    width: 120px;
    height: auto
}

.footer__subscribe {
    font-size: 22px;
    text-align: center;
    max-width: 504px;
    margin: 17px auto 30px
}

.footer__btn {
    margin: 0 auto
}

.footer__btn2 {
    margin: 0 auto
}

.footer__center {
    text-align: center;
    margin: 20px 0 0;
    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
}

.footer__instagram {
    fill: #333;
    display: block;
    margin-right: 10px
}

.footer__instagram:hover {
    fill: #fff
}

.footer__instagram svg {
    width: 30px;
    height: 30px
}

.footer__email {
    display: block;
    position: relative
}

.footer__email:after {
    content: "";
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: #333;
    position: absolute;
    -webkit-transition: .3s all ease;
    transition: .3s all ease
}

.footer__email:hover:after {
    width: 0
}

.footer__copyright {
    text-align: center;
    font-size: 18px;
    color: rgba(51, 51, 51, .6);
    margin: 30px 0 0
}

@media all and (max-width: 992px) {
    .footer__bottom {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .footer__map {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        height: 400px;
        padding: 0
    }

    .footer__map iframe {
        width: 100%
    }

    .footer__info {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        width: 100%
    }

    .footer__title {
        font-size: 60px
    }
}

@media all and (max-width: 767px) {
    .footer {
        padding: 80px 0 20px
    }

    .footer__title {
        font-size: 40px;
        line-height: 44px
    }

    .footer__desc {
        font-size: 22px;
        margin: 20px 0 28px
    }

    .footer__bottom {
        margin: 47px 0 0
    }
}
.j-item-front .item-front__plus::after,
.j-item-front .item-front__plus::before
 {
    content: '';
    position: absolute;
    border: 2px solid #333;
    left: -20px;
    opacity: 0;
    right: -20px;
    top: -20px;
    bottom: -20px;
    border-radius: 50%;
    animation: pulse 2.5s linear infinite;
}

.item--white .item-front__plus::after,
.item--white .item-front__plus::before
{
    border: 2px solid #fff!important;
}

.j-item-front .item-front__plus::after {
    animation-delay: 1.25s;
}

@keyframes pulse {
    0% {
        transform: scale(0.5);
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        transform: scale(1.2);
        opacity: 0;
    }
}
#zakaz_one_click {
	display:none;
	line-height: 2.5;
}
#zakaz_one_click_header {
	right: 50px;
}

.zakaz_one_click_header_1 {
		display:none;
		top: 90px;
		line-height: 2.5;
	}

.cardpay3_bottom {
	width: 270px;
}
.cashpay3_bottom {
	width: 270px;
}
.zakaz_one_click_bottom {
	line-height: 2.5;
  top: 100px;
  right: 150px;
  position: absolute;
  width: 270px;
  display:none;
}




@media only screen and (max-width: 768px) {
	
	#zakaz_one_click_header {
		top: 230px;
		right: 10px;
		line-height: 3.5;
	}
	.popup_zaxaz_one_click {
		margin: 0;
		width: 100%;
	}
	.zakaz_one_click_3 {
		top: 340px !important;
		right: 100px;
		font-size: 20px;
		width: 180px;
		left: calc(50vw - ( 210px / 2));
	}
	.zakaz_one_click_3,.cash_pay_2,.card_click_2 {
		font-size: 18px;
		line-height: 2.7;
	}
	

#zakaz_one_click {
	top: 280px !important;
}
	
}

@keyframes pulse2 {
    0% {
        transform: scale(.85);
    }
    70% {
        transform: scale(1);
    }
    100% {
        transform: scale(.85);
    }
}
