/*
<!--Created by Petrakov-->
<!--Designed by VladShe -->
<!-- http://vladshe.ru/ -->
*/

input::-webkit-input-placeholder {

}

input::-moz-placeholder {

}

input:-moz-placeholder {
 
}

input:-ms-input-placeholder {

}

input:focus::-webkit-input-placeholder {
   opacity: 0;
    transition: 0.4s ease;
}

input:focus::-moz-placeholder {
  opacity: 0;
    transition: 0.4s ease;
}

textarea:focus:-moz-placeholder,textarea:focus:placeholder,textarea:focus:-webkit-input-placeholder,input:focus:-moz-placeholder {
  opacity: 0;
    transition: 0.4s ease;
}

input:focus:-ms-input-placeholder {
    opacity: 0;
    transition: 0.4s ease;
}

input:focus {
    outline: 0;
}

@-webkit-keyframes shake {
0% {-webkit-transform: rotate(0deg)  scale(1);transform: rotate(0deg)  scale(1)}
25% {-webkit-transform: rotate(15deg)  scale(1.05);transform: rotate(15deg)  scale(1.05)}
50% {-webkit-transform: rotate(0deg) scale(1.1);transform: rotate(0deg) scale(1.1)}
75% {-webkit-transform: rotate(-15deg)  scale(1.05);transform: rotate(-15deg)  scale(1.05)}
100% {-webkit-transform: rotate(0deg)  scale(1);transform: rotate(0deg)  scale(1)}
}

@keyframes shake {
0% {-webkit-transform: rotate(0deg)  scale(1);transform: rotate(0deg)  scale(1)}
25% {-webkit-transform: rotate(15deg)  scale(1.05);transform: rotate(15deg)  scale(1.05)}
50% {-webkit-transform: rotate(0deg) scale(1.1);transform: rotate(0deg) scale(1.1)}
75% {-webkit-transform: rotate(-15deg)  scale(1.05);transform: rotate(-15deg)  scale(1.05)}
100% {-webkit-transform: rotate(0deg)  scale(1);transform: rotate(0deg)  scale(1)}
}

* {
    margin: 0;
    padding: 0;
}

.empty {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
    font-weight: 500;
}

a {
    text-decoration: none;
    color: black;
    cursor: pointer;
}

html {
    font-size: 14px;
    font-weight: 400;
    font-family: 'Bebas Neue';
    color: #333333;
}

section {
    position: relative;
}

.wrap {
    overflow: hidden;
}

.wrap>* {
    max-width: 1070px;
    width: 95%;
    margin: auto;
}

.wrap9 {
    overflow: hidden;
}

.wrap9>* {
    max-width: 970px;
    width: 95%;
    margin: auto;
}

body {
    background: white;
    overflow-x: hidden;
}

body.open {
    overflow: hidden;
}

.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.flex>* {
    display: inline-block;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
}

#header {
    height: 100vh;
}
#header.delivery {
    height: 180px;
}
#header-back{
    position: absolute;
    height: 100%;
    left: 0;
    max-width: 100%;
    width: 100%;
}
#header-back img{
	object-fit: cover;
	height: 100%;
	object-position: center;
	width: 100%;
}
.back {
    background: url(images/back.png) no-repeat;
    background-size: cover;
    color: white;
}

.logo {
    height: 300px;
    /* width: 300px
                        margin-top: -100px; */
    margin-top: -125px;
    margin-left: -40px;
    margin-bottom: -50px;
}

#nav {
    padding-top: 30px;
    position: absolute;
    width: 100vw;
    max-width: initial;
}

#nav div {
    width: 90vw;
    margin: auto;
    max-width: 1070px;
}

#nav li {
    display: inline-block;
    margin-left: 55px;
    position: relative;
}
.fade-in {
    -webkit-transform: translateY(80px) !important;
            transform: translateY(80px) !important;
}
.cart {
    -webkit-transition: 0.4s ease !important;
    transition: 0.4s ease !important;
}
.cart.fix {
    position: fixed !important;
    right: 50px;
    opacity: 0.9;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
	top: -30px;
    z-index: 100;
}
.cart.fix:after {
    content: "";
    height: 44px;
    width: 82px;
    border-radius: 21.5px;
    z-index: -10;
    position: absolute !important;
    left: -36px;
    opacity: 0.9;
    top: -17px;
    background-color: #000000;
}
#nav li a {
    color: white;
    font-family: Baufra;
    font-weight: 500;
    letter-spacing: 0.05rem;
    font-size: 0.9rem;
    text-transform: uppercase;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

#nav li a:hover {
    color: RGBA(255, 222, 79, 1.00);
}
#slider {
    position: absolute;
    height: 100%;
    max-width: 100vw !important;
    width: 100vw;
    background: #1B1B1B;
    z-index: -11;
}
#slider img {
    object-fit: cover;
    height: 100vh;
    width: 100vw !important;
}
.slick-dots {
    position: absolute;
    bottom: 0;
    z-index: 100;
    text-align: center;
    width: 100vw;
}
.slick-dots li{
		display: inline-block ;
    	height: 10px;
    margin: 5px;
    border-radius: 10px;
        border: 2px solid white;
-webkit-transition: 0.4s ease ;
transition: 0.4s ease ;

    width: 10px;
    background: white;
    
}
.slick-dots li.slick-active {
    border: 2px solid RGBA(255, 222, 79, 1.00);


}

.slick-dots li > *{
display: none ;
}
.white {
    color: black;
}

.heading {
    padding: 55px 0;
    text-align: center;
}

.heading h1 {
    text-align: center;
    font-size: 3rem;
    display: inline-block;
    padding: 0 45px;
    font-family: Bebas Neue;
    letter-spacing: 0.2rem;
    font-weight: 500;
    text-transform: uppercase;
    position: relative;
}

.back .heading h1:after,
.back .heading h1:before {
    background: url(images/rope-white.png) no-repeat;
    background-size: contain;
    background-position: center;
}

.heading h1:after {
    content: "";
    position: absolute;
    right: 100%;
    height: 100%;
    width: 200px;
    background: url(images/rope.png) no-repeat;
    background-size: contain;
    background-position: center;
}

.heading h1:before {
    content: "";
    position: absolute;
    left: 100%;
    height: 100%;
    width: 200px;
    background: url(images/rope.png) no-repeat;
    background-size: contain;
    background-position: center;
}

.grey {
    background: RGBA(245, 245, 245, 1.00);
}

.button-yellow {
    background: RGBA(255, 222, 79, 1.00);
    color: black;
    cursor: pointer !important;
    text-transform: uppercase;
    font-size: 1.3rem;
    padding: 10px 20px;
    padding-bottom: 8px;
    border: 0;
    display: inline-block;
    vertical-align: middle;
    border-radius: 50px;
    font-family: 'Bebas Neue';
    text-decoration: underline;
    letter-spacing: 0.1rem;
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
}

.cart-button {
    cursor: pointer !important;
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
}

.cart-button:hover {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
}

#promo {
    height: 100vh;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: white;
}

#promo div {
    text-align: center;
}

#promo h1 {
    font-size: 5rem;
    font-weight: 400;
    letter-spacing: 0.4rem;
}

#promo .main p {
    display: inline-block;
    font-family: 'Museo Sans Cyrl 500';
    font-weight: 500;
    padding: 0 45px;
    margin-top: 45px;
    font-size: 15px;
    line-height: 1.68;
    letter-spacing: 0.7px;
    text-align: center;
    color: #ffffff;
    position: relative;
}

#promo .main p:after {
    content: "";
    position: absolute;
    right: 100%;
    height: 100%;
    top: 0;
    width: 200px;
    background: url(images/rope-white.png) repeat-x;
    background-size: contain;
    background-position: center;
}

#promo .main p:before {
    content: "";
    position: absolute;
    left: 100%;
    height: 100%;
    width: 200px;
    background: url(images/rope-white.png) no-repeat;
    background-size: contain;
    background-position: center;
}

#promo .start {
    position: absolute;
    bottom: 10vh;
    left: calc(50% - 100px);
    text-align: center;
}

#promo .start p {
    font-size: 1.5rem;
    text-decoration: underline;
    letter-spacing: 0.1rem;
    color: RGBA(255, 222, 79, 1.00)
}

#promo .start img {
    width: 35px;
    height: 35px;
    margin-top: 20px;
}

#categories>div {
    display: inline-block;
    text-align: center;
    cursor: pointer ;
}

#categories {
    text-align: center;
    margin-bottom: 35px;
}

#categories>div p {
    display: block;
    font-size: 1.3rem;
    width: 125px;
    min-height: 30px;
    text-align: center;
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
}

#categories>div img {
    border-radius: 150px;
    margin-top: 5px;
    width: 85px;
    height: 85px;
    border: 1px solid #bbb;
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
}
#categories>div:hover p,#categories>div.active p {
    transform: scale(1.05);
}

#categories>div:hover img ,#categories>div.active img {
-webkit-transform: scale(1.05);
        transform: scale(1.05) 
}
#menu>div {
    padding-bottom: 57px;
}

#products {
    text-align: center;
}
@-webkit-keyframes go-back {
0% {}
25% {-webkit-transform: scale(0.8);transform: scale(0.8)}
100% {-webkit-transform: translateX(100vw);transform: translateX(100vw)}
}
@keyframes go-back {
0% {}
25% {-webkit-transform: scale(0.8);transform: scale(0.8)}
100% {-webkit-transform: translateX(100vw);transform: translateX(100vw)}
}
@-webkit-keyframes go-front {
0% {}
25% {-webkit-transform: scale(1);transform: scale(1)}
100% {-webkit-transform: translateX(-100vw);transform: translateX(-100vw)}
}
@keyframes go-front {
0% {}
25% {-webkit-transform: scale(1);transform: scale(1)}
100% {-webkit-transform: translateX(-100vw);transform: translateX(-100vw)}
}

.go-back {
    -webkit-animation: go-back 0.5s;
            animation: go-back 0.5s;
}

.go-front {
    -webkit-animation: go-front 0.5s;
            animation: go-front 0.5s;
}

.load-more.open {
	opacity: 1;
}
.load-more {
    display: block !important;
    width: 100% !important;
    /*opacity: 0;*/
    text-align: center;
}

.load-more img {
    width: 32.5px !important;
    height: 32.5px !important;
    border: 0 !important ;
    margin-bottom: 14px !important;
}

.load-more p {
    font-size: 17.5px !important;
    letter-spacing: 1.8px !important;
    text-align: center !important;
    text-transform: uppercase ;
    color: #0f0f0f !important;
    text-decoration: underline !important;
    font-family: Bebas Neue !important;

}
#delivery > div:nth-child(1){
    justify-content: space-between;
}
#delivery > div:nth-child(1) p
{
    /* text-transform:capitalize; */
    font-size: 13px;
    line-height: 1.6;
    /*     margin-top: 40px; */
    font-family: 'Museo Sans Cyrl 500';
    color: #000000;
}
#delivery item p
{
    margin-top: 10px;
}
#delivery > div:nth-child(1) p:nth-child(1){
 width: 500px;
 vertical-align: top;
 align-self: auto;
}
#delivery > div:nth-child(1) > p:nth-child(2){
 width: 340px;
}
#delivery h2 {
    	font-size: 25px;
    	letter-spacing: 2.5px;
    	margin-top: 30px;
    	margin-bottom: 45px;
    	text-align: left;
    	/* 	color: #ffffff; */
}
#delivery h3 {
    	font-size: 15px;
    	letter-spacing: 1px;
    	margin-top: 30px;
    	margin-bottom: 45px;
    	text-align: left;
    	/* 	color: #ffffff; */
}
#delivery item{
    width: 210px;
    align-self: auto;
    position: relative;
}
#delivery div item p{
    width: 100%;
}
#delivery item h5 {
	    font-family: 'Museo Sans Cyrl 500';
	    font-size: 17.5px;
	    margin-top: 18px;
	    line-height: 1.06;
	    letter-spacing: 0.9px;
	    color: #000000;
}
#delivery item img {
    	width: 53px;
    	position: absolute;
    	top: -17px;0
    	top: 0;
    	right: 0;
    	height: 53px;
}
#delivery > img{
    margin-top: 53px;
    	width: 200px;
	height: 200px;
	margin-right: 35px;
	display: inline-block;
	vertical-align: top;
}
#delivery > p span{
		font-size: 17px;

}
#delivery > p{
    	width: calc( 100% - 240px);
    	display: inline-block;
    	margin-top: 53px !important;
    	/* font-size: 13px !important; */
    	font-weight: normal;
    	font-style: normal;
    	font-family: 'Museo Sans Cyrl 500';
    	margin-bottom: 52px;
    	font-stretch: normal;
    	line-height: 1.58 !important;
    	letter-spacing: normal;
    	color: #000000;
}
#products>div {
    display: inline-block;
    width: 215px;
    vertical-align: top;
    position: relative;
    text-align: center;
    margin: auto 22px;
    cursor: pointer ;
    margin-bottom: 15px;
}

#products>div .top {
    opacity: 0;
    height: 211px;
    width: 211px;
    border-radius: 150px;
    top: 7px;
    margin-left: 2px;
    background: rgba(255, 255, 255, 0.5);
    position: absolute;
    visibility: hidden;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

#products>div .top p {
    background: RGBA(255, 222, 79, 1.00);
    color: black;
    pointer: cursor;
    text-transform: uppercase;
    font-size: 1.3rem;
    padding: 10px 20px;
    padding-bottom: 8px;
    display: inline-block;
    vertical-align: middle;
    border-radius: 50px;
    font-family: 'Bebas Neue';
    text-decoration: underline;
    letter-spacing: 0.1rem;
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
}

.button-yellow:hover {
    background: black;
    color: RGBA(255, 222, 79, 1.00);
}

#products>div:hover .top {
    opacity: 1;
    visibility: visible;
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
}

#products>div img {
    border-radius: 150px;
    margin-top: 5px;
    width: 210px;
    height: 210px;
    object-fit: contain;
    object-position: center;
    margin-bottom: 15px;
    border: 2px solid #bbb;
}

#products>div p {
    font-size: 1rem;
    font-weight: 800;
    font-family: 'Museo Sans Cyrl 500';
}

#products>div h3 {
    width: 100%;
    margin: auto;
    font-size: 1rem;
    font-weight: 200;
    font-family: 'Museo Sans Cyrl 500';
    margin-bottom: 10px;
}

#clients:before,
#features:before {
    content: " ";
    position: absolute;
    top: 8px;
    width: 100%;
    height: 5px;
    background: url(images/rope.png) repeat-x;
    background-size: contain;
}

#clients img {
    height: 90px;
    max-width: 220px;
    object-fit: contain;
    margin-bottom: 50px;
    object-position: center;
}

#clients h2 {
    margin-top: 51px;
    text-align: center;
    letter-spacing: 0.1rem;
    font-size: 2rem;
    font-weight: 400;
    margin-bottom: 26px;
}
.place:hover>div>p ,.place.active>div>p  {
    color: #FFDE4F;
}
.place:before {
    content: "";
    background: url(images/pin-yel.png) no-repeat white;
    background-size: cover ;
    height: 41px;
    opacity: 0;
    width: 30px;
/*     left: 0; */
    top: 0;
    position: absolute ;
    z-index: 100;
    -webkit-transition: 0.4s ease ;
    transition: 0.4s ease ;
}
.place.grey:before {
    background: url(images/pin-yel.png) no-repeat #F5F5F5;
    background-size: cover ;
}
.place:hover:before, .place.active:before {
  opacity: 1
}
.place {
    display: inline-block;
    width: 30%;
    cursor: pointer;
    position: relative;
    margin-bottom: 50px;
}

.place>* {
    display: inline-block;
}


.place img {
    width: 30px;
}

.place>div>p {
    font-size: 2rem;
    margin-top: 10px;
    font-weight: 500;
    letter-spacing: 0.1rem;
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
}

.place>p {
    width: 215px;
    font-family: 'Museo Sans Cyrl 500';
    text-align: left;
    margin-left: 25px;
    vertical-align: top;
    font-size: 1rem;
}

.place>p i {
    height: 8px;
    line-height: 0.5;
    display: block;
}

#places {
    text-align: center;
}

#map {
    height: 330px;
    background: RGBA(250, 222, 219, 1.00);
}

.cart p {
    position: absolute;
    background: white;
    left: -15px;
    top: -13px;
    color: black;
    border-radius: 50px;
    height: 21px;
    padding-top: 3px;
    width: 24px;
    font-family: Baufra;
    font-weight: 600;
    font-size: 1.05rem;
    text-align: center;
}

.cart img {
    height: 20px;
    object-fit: contain;
}

#features>div {
    margin-top: 60px;
    text-align: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

#features>div img {
    height: 40px;
    margin-bottom: 30px;
}

#features>div p {
    margin-bottom: 48px;
    line-height: 1.3;
    font-size: 26px;
    letter-spacing: 2.8px;
    text-align: center;
    color: #0f0f0f;
}

#features>div p span{font-size: 23px;line-height: 1.53;}

#phink {
    background: RGBA(255, 223, 219, 1.00);
    text-align: center;
    padding: 10px;
}

#phink p {
    font-family: 'Museo Sans Cyrl 500';
    text-transform: uppercase;
    font-size: 0.9rem;
}

#phink img {
    height: 10px;
    margin-left: 10px;
}

#about>p {
    display: inline-block;
    margin-left: 35px;
    font-family: 'Museo Sans Cyrl 500';
    width: calc(100% - 250px);
    text-align: left;
    vertical-align: top;
}

#about>img {
    width: 200px;
    height: 200px;
    vertical-align: top;
    display: inline-block;
}

#about item {
    text-align: center;
    margin-bottom: 55px;
    -ms-flex-item-align: start;
        align-self: flex-start;
}

#about item img {
    widows: 55px;
    margin-bottom: 20px;
    height: 55px;
}

#about item p {
    font-family: 'Museo Sans Cyrl 500';
    letter-spacing: 0.1rem;
    font-weight: 300;
    font-size: 0.9rem;
}

#about h2 {
    text-align: center;
    margin-bottom: 35px;
    margin-top: 40px;
    font-size: 1.8rem;
    letter-spacing: 0.1rem;
    font-weight: 400;
}

/*#contacts>div {
    margin: 25px auto;
    margin-left: 550px;
}*/
#contacts>div {
  display: flex;
  justify-content: center;
  margin: 25px;
}
#contacts li {
    display: inline-block;
}

#contacts li a {
    font-family: 'Museo Sans Cyrl 500';
}

#contacts ul:nth-child(1) li {
    margin-right: 80px;
}

#contacts li img {
    vertical-align: middle;
    width: 25px;
    margin-left: 65px;
}

.modal.open {
    visibility: visible;
    opacity: 1;
}

.modal {
    position: fixed;
    opacity: 0;
    visibility: hidden;
    top: 0;
    left: 0;
    background: RGBA(255, 222, 79, 0.9);
    height: 100vh;
    font-weight: 500;
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
    width: 100vw;
    z-index: 100;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.modal>div {
    height: auto;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    width: 500px;
    position: relative;
    padding: 30px 15px;
    /*     padding-top: 30px; */
    background: white;
    border-radius: 25px;
}
#order-window>div {
    width: 434px;
    padding: 30px 53px;
}
#cart-window item {
    font-family: 'Museo Sans Cyrl 500';
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 18px;
}

#cart-window item img:nth-child(1) {
    width: 65px;
    height: 65px;
    border: 1px solid RGBA(237, 238, 240, 1.00);
    border-radius: 100px;
}

#cart-window item>* {
    vertical-align: middle;
    display: inline-block;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
}

#cart-window item>p:nth-child(2) {
    width: 170px;
    text-align: center;
}

#cart-window item .number-plus,
#cart-window item .number-minus {
    width: 18px;
    display: inline-block;
    height: 18px;
    cursor: pointer;
    background: RGBA(243, 243, 243, 1.00);
    border: 0;
    vertical-align: top;
    /* margin-bottom: 1px; */
    color: RGBA(135, 129, 128, 1.00);
    border-radius: 5px;
    text-align: center;
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */ /* Konqueror HTML */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; 
}

#cart-window item .number {
    width: 30px;
    height: 16px;
    background: RGBA(243, 243, 243, 1.00);
    border: 0;
    line-height: 12px;
    font-weight: 600;
    font-size: 0.9rem;
    padding-bottom: 2px;
    /* padding-top: 1px; */
    border-radius: 5px;
    vertical-align: top;
    text-align: center;
}

#cart-window item .price {
    font-weight: 900;
    min-width: 62px;
    text-align: right;
}

#cart-window item .remove {
    width: 24px;
    height: 24px;
    cursor: pointer;
}
#cart-window item .remove:hover {
        -webkit-animation: shake 1s infinite ease-in-out;
                animation: shake 1s infinite ease-in-out;


}

.cart-heading h1 {
    font-size: 50px;
    font-weight: 400 !important;
    letter-spacing: 5px;
    text-align: center;
    color: #0f0f0f;
    width: 100%;
}

.cart-heading .close {
    width: 36px;
    height: 36px;
    position: absolute;
    top: -18px;
    left: calc(50% + 165px)
}

.cart-heading {
    width: 100%;
    position: absolute;
    top: -64px;
    left: 0;
}

#cart-window .totals {
    text-align: center;
    margin-top: 30px;
}

#cart-window .totals>div {
    -ms-flex-pack: distribute;
        justify-content: space-around;
    margin-bottom: 35px;
}

#cart-window .totals>div>p {
    font-family: 'Museo Sans Cyrl 500';
    font-size: 15px;
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.57;
    letter-spacing: 0.8px;
    text-align: center;
    color: #000000;
}

#cart-window .totals p b {
    font-weight: 900 !important;
    position: relative;
}

#cart-window .totals p:nth-child(2) b:after {
    content: "";
    position: absolute;
    bottom: -5px;
    background-color: #fddf4f;
    width: 105%;
    height: 1.5pt;
    left: -5%
}
form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
form > * {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    
}
form input[type=text], form input[type=email], textarea{
    border-radius: 25px;
	border: solid 1.5px #fde469;
	font-size: 15px;
    font-family: 'Museo Sans Cyrl 500';
	text-align:center;
	padding: 14px 37px 13px;
/* 	line-height: 1.57; */
	letter-spacing: 0.8px;
	text-align: center;
	color: black;
	margin-bottom:23px;
}
.name-input{
    width: calc(100% - 74px);
}
.telephone-input{
     width: calc(42% - 74px);
     margin-right: 5%;
}
.email-input{
     width: calc(51.5% - 74px);

}
.address-input {
    width: calc(100% - 74px);
}
.day-input {
    width: calc(18% - 20px);
	padding: 14px 10px 13px !important;
    margin-left: 4%;

 
}
.time-input {
    width: calc(23.5% - 20px);
    margin-left: 4%;
	padding: 14px 10px 13px !important;
}
form label {
    	font-size: 15px;
    font-family: 'Museo Sans Cyrl 500';
    	
	line-height: 1.57;
	letter-spacing: 0.8px;
	text-align: center;
	color: #000000;
}
#push {
    position: fixed;
    height: 0;
    left: 50%;
    top: 50%;
    width: 0;
    z-index: 300;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
#push-big {
    position: fixed;
    height:100vh;
    left:0;
    top: 0;
    width: 100vw;
    z-index: 300;
    display: flex;
    justify-content: center;
        visibility: hidden;
        opacity: 0;
    -webkit-transition: 0.5s;

    transition: 0.5s;
	background: rgba(0,0,0,0.8);


}
#push-big > div {
/*         height: 250px; */
    width: 400px;
    background: #fddf4f;
    padding: 15px 0;
    padding-bottom: 12px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    border-radius: 25px;
	align-self: center;

}
#push-big > div h2{
  	font-weight: 600;
    text-align: center;
    margin-top: 25px;
    margin-bottom: 30px;
    font-size: 1.8rem;
    letter-spacing: 2px;
    text-decoration: underline ;
}
#push-big p {
    font-family: 'Museo Sans Cyrl 500';
    text-align: center;
    padding:0 15px;
        font-size: 1rem;


    margin-bottom: 25px;
    line-height: 1.5;
}
#push.open {
    opacity: 1;
    visibility: visible;
}
#push-big.open {
    opacity: 1;
    visibility: visible;
}

#push-text {
    display: inline-block;
    -ms-flex-item-align: center;
    -webkit-align-self: center;
    -ms-grid-row-align: center;
        align-self: center;
    position: absolute;
    margin: auto;
    width: 400px;
    left: -200px;
    text-transform: uppercase;
    border-radius: 50px;
    text-align: center;
    padding: 15px 0;
    padding-bottom: 12px;
    margin-top: 15px;
    font-weight: 600;
    font-size: 1.5rem;
    letter-spacing: 2px;
    text-decoration: underline ;
    background: #fddf4f;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}
#map {
    
}

.400-error-block {
text-align:center;
color:white;
background:url('/css/images/back.png')no-repeat;
}

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

#nav li {
    display: inline-block;
    margin-left: 45px;
    position: relative;
}
}









