@media (max-width: 1500px) { 
.second-tittle {
    margin-top: 10%;
    font-size: 19px;
    font-family: nunito;
    text-transform: uppercase;
    font-weight: 600;
    color:#181818;
}
    }
@media (max-width: 1200px) {
.ymap-container {
  position: relative;
  margin: 3em 0 2em 0;
  overflow: hidden;
  cursor: pointer;
  height:600px;
  background: url('../img/home/yandex-before-load-laptop.PNG') #ffffff no-repeat;
  background-size: cover;
  margin-top:-5%;
}
.loader {
  position: absolute;
  z-index: 15;
  top: -100%;
  left: 0;
  box-sizing: border-box;
  width: 100%;
  height: 600px;
  overflow: hidden;
  color: #000000;
  transition: opacity .7s ease;
  opacity: 0;
  background-color: rgba(0,0,0,.55);
}
.Tips-info-form{
    position:absolute;
    margin-top: 250px;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    opacity:0;
}
.Tips-info-form-open{
margin-top: 0px;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    opacity: 1;
    margin: 20px;
    border-radius: 10px;
}
.Tips-info-form-tittle{
    font-size: 20px;
    font-weight: 600;
    font-family: nunito;
    position: absolute;
    margin-top: -90px;
    padding: 10px;
    width:300px;
}
.Tips-info-form-text{
font-family: nunito;
    font-size: 16px;
    padding: 10px;
    margin-top: -40px; 
}
.Tips-info-form-image{
    width:100%;
}
    .tips-ico {
    height: 39px;
    font-size: 28px;
    position: absolute;
    left: -35px;
    margin-top:-5px;
    box-shadow: 0 0 0 3em #cfecbc inset;
    -webkit-box-shadow: 0 0 0 3em #cfecbc inset;
    border-radius: 100px;
    padding: 5px;
    transition: all 280ms ease;
}
#mobile-nav .back {
    background:#fff;
}
.box-nav-start{
    width:320px;
    height:100%;
    background:#fff;
    position:fixed;
    height:100%;
    left:-320px;
    z-index:101;
    display:block;
}
.box-nav-start{
    width:320px;
    height:100%;
    background:#fff;
    position:fixed;
    height:100%;
    left:-320px;
    z-index:101;
    display:block;
}
.box-nav{
    width:320px;
    height:100%;
    background:#fff;
    position:fixed;
    height:100%;
    left:-320px;
    z-index:101;
    display:block;
    -webkit-animation-name: navmenuclose;
    -webkit-animation-duration: 600ms;
    animation-name: navmenuclose;
    animation-duration: 600ms;
}
.box-nav-open{
    width:320px;
    height:100%;
    background:#fff;
    position:fixed;
    height:100%;
    left:0px;
    z-index:101;
    display:block;
    -webkit-animation-name: navmenuopen;
    -webkit-animation-duration: 600ms;
    animation-name: navmenuopen;
    animation-duration: 600ms;
}
@-webkit-keyframes navmenuopen {
    from {
    left:-320px;    
    }
    to{
    left:0px;    
    }
}
@-webkit-keyframes navmenuclose {
    from {
    left:0px;    
    }
    to{
    left:-320px;    
    }
}
#mobile-nav li {
    display:block;
}
#box-nav a {
    text-decoration:none;
    color:#181818;
    margin-top:56px;
    display:block;
}
#box-nav {
    display:block;
}
#box-nav ul{
    margin-top:10%;
    padding-left:0px;
}
#box-nav .text-logo {
    font-family: 'Pacifico', sans-serif;
    outline: none;
    text-decoration: none;
    font-size: 32px;
    color: #181818;
    margin-left: 18%;
}
#box-nav .veles-groom-logo {
    height: 40px;
    width: 40px;
    position: absolute;
    left: 13px;
    top: 63px;
}
#box-nav .button-header {
    display: block;
    background: #ffbaa0;
    padding: 10px;
    border-radius: 100px;
    text-decoration: none;
    color: #181818;
    width: 185px;
    margin:15% auto;
}
#box-nav li{
    display:block;
    text-align:center;
    margin-top:0px;
    margin-left:0px;
}
#box-nav .box-nav-list{
    margin-top:30px;
}
#box-nav .box-nav-list:hover{
    color:#ffbaa0;
}
nav {
    margin-top:0px;
}
.nav-mobile-menu{
    
}
.all-nav{
    display:none;
}
.mobile{
    display: block;
   position: fixed;
    width: 100%;
    background: #fff;
    z-index: 102;
    left: 0;
    height:54px;
}
.mobile-nav-open{
    display: block;
   position: fixed;
    width: 100%;
    background: #fff;
    z-index: 102;
    left: 200px;
}
.text-logo {
    font-family: 'Pacifico', sans-serif;
    outline: none;
    text-decoration: none;
    font-size: 28px;
    color: #181818;
    margin-left: 5%;
}
.veles-groom-logo {
    height: 40px;
    width: 40px;
    position: absolute;
    left: 1%;
    top: 5px;
}
.open-menu {
    cursor:pointer;
    height:30px;
    width:30px;
    display:block;
    margin-top: 10px;

}
.open-menu-close {
    cursor:pointer;
    height:30px;
    width:30px;
    display:block;
    margin-top: 10px;
    transform:rotate(45deg);

}
.open-menu:hover{
    fill:#ffbaa0;
}
.menu-stick-1-close{
    transition: all 280ms ease;
    -webkit-transition: all 280ms ease;
    -moz-transition: all 280ms ease;
    transform: translate(55%, -60px) rotate(90deg);
}
.menu-stick-1-open{
    transition: all 280ms ease;
    -webkit-transition: all 280ms ease;
    -moz-transition: all 280ms ease;
    transform: translate(0px, 0px) rotate(0deg);
}
.menu-stick-2-close{
    transition: all 280ms ease;
    -webkit-transition: all 280ms ease;
    -moz-transition: all 280ms ease;
    transform: translate(0px, 0px);
}
.menu-stick-2-open{
    transition: all 280ms ease;
    -webkit-transition: all 280ms ease;
    -moz-transition: all 280ms ease;
    transform: translate(0px, 0px);
}
.menu-stick-3-close{
    transform: translate(0px, -130px);
    transition: all 280ms ease;
    -webkit-transition: all 280ms ease;
    -moz-transition: all 280ms ease;
}
.menu-stick-3-open{
    transform: translate(0px, 0px);
    transition: all 280ms ease;
    -webkit-transition: all 280ms ease;
    -moz-transition: all 280ms ease;
}
/******nav***********/

/********head*********/
.second-tittle {
    margin-top: 15%;
    font-size: 19px;
    font-family: nunito;
    text-transform: uppercase;
    font-weight: 600;
    color: #181818;
}
.header-image {
    position: absolute;
    right: 0;
    width: 60%;
    max-height: 1000px;
}
.first-tittle {
    font-size: 58px;
    margin-bottom: 0px;
}
/********dog-grooming*********/
.dog-grooming-img {
    position: absolute;
    left: 0;
    top: 15%;
    width: 100%;
}
.cat-grooming-img {
    position: absolute;
    right: 0;
    top: 15%;
    width: 100%;
}
/********our-location*********/
.map-salon {
    border-radius: 0px;
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 7%;
    margin-top:3%;
}
}
@media (max-width: 1000px) {
    .ymap-container {
  position: relative;
  margin: 3em 0 2em 0;
  overflow: hidden;
  cursor: pointer;
  height:500px;
  background: url('../img/home/yandex-before-load-laptop.PNG') #ffffff no-repeat;
  background-size: cover;
  margin-top:-5%;
}
.loader {
  position: absolute;
  z-index: 15;
  top: -100%;
  left: 0;
  box-sizing: border-box;
  width: 100%;
  height: 500px;
  overflow: hidden;
  color: #000000;
  transition: opacity .7s ease;
  opacity: 0;
  background-color: rgba(0,0,0,.55);
}
    .Tips-info-form{
    position:absolute;
    margin-top: 250px;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    opacity:0;
}
.Tips-info-form-open{
margin-top: 0px;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    opacity: 1;
    margin: 20px;
    border-radius: 10px;
}
.Tips-info-form-tittle{
    font-size: 20px;
    font-weight: 600;
    font-family: nunito;
    position: absolute;
    margin-top: -50px;
    padding: 10px;
    width:280px;
}
.Tips-info-form-text{
font-family: nunito;
    font-size: 16px;
    padding: 10px;
    margin-top: 10px;
    width:280px;
}
.Tips-info-form-image{
    width:100%;
}
    .text-footer{
        display:block;
    }
    .tittle-footer {
    margin-top: 10px;    
    font-size: 24px;
    font-family: Roboto;
    color: #181818;
    margin-left: 10px;
    text-align: left;
}
    .new-cart-text {
    font-size: 20px;
    margin-left: 15px;
    width: 180px;
}
    .new-groom {
    background-image: url(../img/mobile-laptop-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position-x: center;
    background-position-y: 40px;
    height: 800px;
}
.tips-image{
    margin-top:35%;
}
.header-image {
display:none;
}
.new-groom-mobile{
 background-image: url(../img/bg-map-salon.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position-y: bottom;
    height: 800px;
}
.second-tittle{
    display:none;
}
.first-tittle{
    margin-top: 62%;
    color: #fff;
    font-size: 48px;
    text-align: center;
    line-height: 60px;
}
.image-tittle {
    width: 350px;
    height: auto;
    transition: transform 700ms cubic-bezier(.68,-.55,.265,1.55);
    -webkit-transition: transform 700ms cubic-bezier(.68,-.55,.265,1.55);
    margin: 0 auto;
    display: block;
    top:0px;
}
.tips-ico {
    height: 39px;
    font-size: 28px;
    position: absolute;
    left: -35px;
    margin-top:-5px;
    box-shadow: 0 0 0 3em #cfecbc inset;
    -webkit-box-shadow: 0 0 0 3em #cfecbc inset;
    border-radius: 100px;
    padding: 5px;
    transition: all 280ms ease;
}
.tips-ico-second {
    height: 39px;
    font-size: 28px;
    position: absolute;
    left: -35px;
    margin-top:-5px;
    box-shadow: 0 0 0 3em #ffbaa0 inset;
    -webkit-box-shadow: 0 0 0 3em #ffbaa0 inset;
    border-radius: 100px;
    padding: 5px;
    transition: all 280ms ease;
}
.tips-ico-thrid {
    height: 39px;
    font-size: 28px;
    position: absolute;
    left: -35px;
    margin-top:-5px;
    box-shadow: 0 0 0 3em #faf4b6 inset;
    -webkit-box-shadow: 0 0 0 3em #faf4b6 inset;
    border-radius: 100px;
    padding: 5px;
    transition: all 280ms ease;
}
.dog-grooming-img {
    position: absolute;
    left: -45%;
    top: 15%;
    width: 150%;
}
.cat-image-block {
    background: url(../img/home/veles-groom-cat.png);
    background-repeat: no-repeat;
    transform: scale(-1,1);
    background-position-x: 95%;
    background-size: 150%;
    background-position-y: 15%;
}
.cat-grooming-img{
    display:none;
}
#portfolio .portfolio-grooming-button {
    box-shadow: 0 0 0 3em #ffbaa0 inset;
    -webkit-box-shadow: 0 0 0 3em #ffbaa0 inset;
    color: #181818;
    font-size: 22px;
    border-radius: 100px;
    padding: 15px;
    display: block;
    margin-top: 5%;
    width: 200px;
    text-align: center;
    font-family: snas-serif;
    font-weight: 500;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
    position: absolute;
    top: 40px;
    right: 0px;
}
.ya-map {
display:none;
}
.ya-map-mobile{
    display:block;
}
}
@media (max-width: 600px) {
    .all-info{
        height:285px;
    }
        .ymap-container {
  position: relative;
  margin: 3em 0 2em 0;
  overflow: hidden;
  cursor: pointer;
  height:400px;
  background: url('../img/home/yandex-before-load-mobile.PNG') #ffffff no-repeat;
  background-size: cover;
  margin-top:150%;
}
.loader {
  position: absolute;
  z-index: 15;
  top: -100%;
  left: 0;
  box-sizing: border-box;
  width: 100%;
  height: 500px;
  overflow: hidden;
  color: #000000;
  transition: opacity .7s ease;
  opacity: 0;
  background-color: rgba(0,0,0,.55);
}
    .Tips-info-form{
    position:absolute;
    margin-top: 250px;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    opacity:0;

}
.Tips-info-form-open{
margin-top: 0px;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    opacity: 1;
    margin: 20px;
    border-radius: 10px;
    margin-left:-20px;
}
.Tips-info-form-tittle{
    font-size: 20px;
    font-weight: 600;
    font-family: nunito;
    position: absolute;
    margin-top: -70px;
    padding: 10px;
    width:230px;
}
.Tips-info-form-text{
font-family: nunito;
    font-size: 16px;
    padding: 10px;
    margin-top: -10px;
    width:270px;
}
.Tips-info-form-image{
    width:100%;
}
    .new-cart-tittle {
    font-weight: 600;
    margin-left: 25%;
    margin-top: 40px;
    margin-bottom: 40px;
}
    .new-cart-tittle-plus {
    font-weight: 600;
    margin-left: 25%;
    margin-top: 40px;
    margin-bottom: 40px;
}
    .tittle-footer {
    font-size: 24px;
    font-family: Roboto;
    color: #181818;
    margin-left: 10px;
    margin-top: 30px;
}
    .new-cart{
    padding:0px;
}
.tips-text-tittle {
    font-size: 20px;
    font-weight: 600;
    font-family: nunito;
    margin-top: 15%;
}
.open-form {
    position: fixed;
    z-index: 2;
    top: 0;
    left: 0;
    right: 0;
    bottom:0;
    margin:auto;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    box-shadow: rgba(0,0,0, .4) 15px 155px 0px 1500px;
    z-index:999;
}    
    .tips-image{
        margin-top:0px;
    }
    .logo-mobile{
            position: absolute;
    width: 70%;
    top: -40px;
    left: 70px;
    }
.veles-groom-logo {
    height: 40px;
    width: 40px;
    position: absolute;
    left: -15px;
    top: 5px;
}
.text-logo {
    font-family: 'Pacifico', sans-serif;
    outline: none;
    text-decoration: none;
    font-size: 28px;
    color: #181818;
    margin-left: 12%;
    margin-top:1%;
}
.first-tittle {
    margin-top: 145%;
    color: #fff;
    font-size: 38px;
    text-align: center;
    line-height: 60px;
}
.new-groom {
    background-image: url(../img/mobile-laptop-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position-x: center;
    background-position-y: 40px;
}
.new-groom-mobile {
    background-image: url(../img/bg-map-salon.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position-y: bottom;
    height: 100%;
}
#Tips-mobile{
    display:block;
}
#Tips{
    display:none;
}
.tips-ico {
    height: 28px;
    font-size: 18px;
    position: absolute;
    left: -20px;
    margin-top:-2px;
    box-shadow: 0 0 0 3em #cfecbc inset;
    -webkit-box-shadow: 0 0 0 3em #cfecbc inset;
    border-radius: 100px;
    padding: 5px;
    transition: all 280ms ease;
}
.tips-ico-mobile{
    height: 28px;
    font-size: 18px;
    position: absolute;
    right: 0px;
    margin-top:-2px;
    box-shadow: 0 0 0 3em #cfecbc inset;
    -webkit-box-shadow: 0 0 0 3em #cfecbc inset;
    border-radius: 100px;
    padding: 5px;
    transition: all 280ms ease;    
}
.all-info:hover .tips-ico-mobile{
    box-shadow: 0 0 0 0.1em #cfecbc inset;
    -webkit-box-shadow: 0 0 0 0.1em #cfecbc inset;
}
.tips-ico-second {
    height: 28px;
    font-size: 18px;
    position: absolute;
    left: -20px;
    margin-top:-2px;
    box-shadow: 0 0 0 3em #ffbaa0 inset;
    -webkit-box-shadow: 0 0 0 3em #ffbaa0 inset;
    border-radius: 100px;
    padding: 5px;
    transition: all 280ms ease;
}
.tips-ico-thrid {
    height: 28px;
    font-size: 18px;
    position: absolute;
    right:0px;
    left: auto;
    margin-top:-22px;
    box-shadow: 0 0 0 3em #faf4b6 inset;
    -webkit-box-shadow: 0 0 0 3em #faf4b6 inset;
    border-radius: 100px;
    padding: 5px;
    transition: all 280ms ease;
}
    .tips-tittle {
    text-align: center;
    font-weight: 500;
    font-size: 20px;
    font-family: "nunito", sans-serif;
    color: #181818;
    margin-bottom: 0px;
}
.tips-second-tittle {
    font-size: 32px;
    text-align: center;
    font-family: Pacifico;
    font-weight: 500;
    margin-top: 0px;
}
.image-tittle {
    width: 290px;
    height: auto;
    transition: transform 700ms cubic-bezier(.68,-.55,.265,1.55);
    -webkit-transition: transform 700ms cubic-bezier(.68,-.55,.265,1.55);
    margin: 0 auto;
    display: block;
}
.dog-grooming-img {
    position: absolute;
    left: -45%;
    top: 15%;
    width: 100%;
}
.dog-grooming-tittle {
    font-family: Pacifico;
    font-size: 32px;
    font-weight: 500;
    margin-top: 0px;
    margin-bottom: 80%;
    text-align: left;
}
.dog-grooming-tittle-second {
    font-family: "nunito", sans-serif;
    font-size: 20px;
    font-weight: 600;
    margin-top: 0px;
    margin-bottom: 0px;
}
.dog-grooming-img {
    position: absolute;
    left: -15%;
    width: 100%;
    top: 60px;
}
.dog-grooming-button {
    box-shadow: 0 0 0 3em #ffbaa0 inset;
    -webkit-box-shadow: 0 0 0 3em #ffbaa0 inset;
    color: #181818;
    font-size: 22px;
    border-radius: 100px;
    padding: 15px;
    display: block;
    margin: 0 auto;
    margin-top: 5%;
    width: 160px;
    text-align: center;
    font-family: nunito;
    font-weight: 500;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}
.cat-grooming-img {
    display: none;
}
.cat-grooming-img-mobile{
    display: block;
    width: 100%;
    position: absolute;
    top: 4%;
    left: -20%;
}
.cat-image-block{
    background: none;
}
.cost-before {
    font-family: Pacifico;
    font-size: 38px;
    margin-top: 0px;
    margin-bottom: 0px;
    color: #ffbaa0;
    font-weight: bold;
    text-align: center;
}
.form-box {
    background: #fff;
    border-radius: 15px;
    width: 320px;
    margin: auto;
    height: 500px;
}
.thanks-text{
    background-image:url(../img/Home_thanks.jpg);
    border-radius: 15px;
    background-size: cover;
    background-position-x: -230px;
    border-radius: 15px;
    width: 320px;
    margin: 0 auto;
    height: 500px;
}
.open-form-dog {
    background: url(../img/home/form-dog-bg.png) #fff;
    background-size: 350px 300px;
    background-repeat: no-repeat;
    background-position: 90px 80px;
}
.open-form-cat {
    background: url(../img/home/form-cat-bg.png) #fff;
    background-size: 350px 300px;
    background-repeat: no-repeat;
    background-position: 140px 80px;
}
.open-form-pig {
    background: url(../img/veles-groom-sea-pig-form.jpg) #fff;
    background-size: 350px 300px;
    background-repeat: no-repeat;
    background-position: 130px 50px;
}
.animal {
    width: 60%;
    margin: 0% 3.5%;
    background: rgba(0,0,0,0);
    margin-top: 5%;
}
.animal-service {
    width: 60%;
    margin: 0% 3.5%;
    background: rgba(0,0,0,0);
    margin-top: 5%;
}
.animal-variation {
    width: 60%;
    margin: 0% 3.5%;
    margin-top: 5%;
}
.checkbox-text-left {
    text-align: center;
    font-family: sans-serif;
    font-size: 17px;
    font-weight: 300;
    position: absolute;
    left: 13%;
    margin-top: 3px;
}
.checkbox-text-right {
    text-align: center;
    font-family: sans-serif;
    font-size: 17px;
    font-weight: 300;
    position: absolute;
    right: 14%;
    margin-top: 3px;
}
.left-box {
    margin: 0% 0% 0% -40%;
}
.right-box {
    margin: 0% 0% 0% 40%;
}
.form-button {
    box-shadow: 0 0 0 3em #ffbaa0 inset;
    -webkit-box-shadow: 0 0 0 3em #ffbaa0 inset;
    color: #181818;
    font-size: 22px;
    border-radius: 100px;
    padding: 15px;
    display: block;
    margin-top: 7%;
    width: 160px;
    text-align: center;
    font-family: nunito;
    font-weight: 500;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
    border: none;
    margin-left: 45%;
    margin-top: 10%;
}
#menu .image-tittle{
    display:none;
}
.menu-price-head-tittle {
    font-family: pacifico;
    font-size: 40px;
    font-weight: 400;
}
#portfolio .portfolio-grooming-button {
    box-shadow: 0 0 0 3em #ffbaa0 inset;
    -webkit-box-shadow: 0 0 0 3em #ffbaa0 inset;
    color: #181818;
    font-size: 18px;
    border-radius: 100px;
    padding: 15px;
    display: block;
    margin-top: 5%;
        width: 160px;
    text-align: center;
    font-family: snas-serif;
    font-weight: 500;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
    position: absolute;
    top: -25px;
    right: 0px;
}
#portfolio h3 {
    font-family: Pacifico;
    font-size: 40px;
    margin-top: 0px;
    font-weight: 300;
    margin-bottom: 30px;
}
.our-location-tittle {
    font-family: Pacifico;
    font-size: 40px;
    margin-top: 0;
    text-align: center;
    font-weight: 400;
}
.ymaps-2-1-77-user-selection-none {
    background:none;
    background-size:900px 600px;
    background-repeat:no-repeat;
}
.ya-map-mobile {
    margin-top:145%;
}
.footer-contain{
    padding-top: 20%;
    padding-bottom: 5%;
    margin-top:140%;
}
.new-cart-text{
    font-size: 20px;
    margin-left: 10px;
    width: 180px;
}
.new-cart-text-summ {
    position: absolute;
    right: 30px;
}

.logo-footer {
display: block;
    position: relative;
    width: 180px;
    margin: 0 auto;
    left: 0;
    right: 0;
    z-index:1;
}

.veles-groom-logo-footer {
    height: 40px;
    width: 40px;
    position: absolute;
    margin-left: -30px;
    margin-top: 8px;
    background: #181818;
    border-radius: 30px;
}
.footer-grooming-button {
    box-shadow: 0 0 0 3em #181818 inset;
    -webkit-box-shadow: 0 0 0 3em #181818 inset;
    color: #fff;
    font-size: 22px;
    border-radius: 100px;
    padding: 15px;
    display: block;
    margin-top: 5%;
    width: 200px;
    text-align: center;
    font-family: snas-serif;
    font-weight: 500;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
    top: 10px;
    right: 50px;
    display:block;
    
}

.footer-adress {
    margin-top: 10px;
    font-size: 16px;
    margin-left: 10px;
}
.footer-grooming-button {
    box-shadow: 0 0 0 3em #181818 inset;
    -webkit-box-shadow: 0 0 0 3em #181818 inset;
    color: #fff;
    font-size: 18px;
    border-radius: 100px;
    padding: 15px;
    display: block;
    margin-top: 10%;
    width: 200px;
    text-align: center;
    font-family: snas-serif;
    font-weight: 500;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
    top: 20px;
    right: 50px;
    display: block;
    
}
/*pop-up-form*/
.pop_up_form {
    width: 100%;
    display: none;
    margin: auto;
    padding: 15px;
    border-radius: 30px;
    background-color: #fee2f8;
    background-image: linear-gradient(315deg, #fee2f8 0%, #dcf8ef 74%);
    height: 510px;
    position: fixed;
    top: 0;
    z-index: 100;
    bottom: 0;
    left: 0;
    right: 0;
    box-shadow: 0px 20px 0px 300px rgba(0,0,0, .4);
}
.pop_up_form_open{
    display:block;
    opacity:1;
}    
.tittle_form {
    text-align: center;
    font-size: 26px;
    font-family: 'pacifico';
    margin-bottom: 5%;
}
.form_tittle {
    font-size: 18px;
    font-family: 'nunito';
    text-align: left;    
}
.input_pop_up_form{
    height: 42px;
    padding: 10px 5px 0 10px;
    border: 1px solid #181818;
    border-bottom-color: #181818;
    border-radius: 2px;
    background: rgba(0,0,0,0);
    box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0,0,0,.1);
    font: 14px/32px Arial, sans-serif;
    color: #333;
    text-shadow: 1px 1px #FFF;
    font-size: 16px;
    width: 100%;
    font-weight: 400;
    margin-bottom: 0px; 
}
.box_window{
    padding: 0px 20%;    
}
.colse_pop_up_form{
    position: absolute;
    font-size: 18px;
    left: 75px;
    bottom: 35px;
    border-bottom: 1px solid #181818;
    cursor: pointer;
}
}
@media (max-width: 350px) {
/*pop-up-form*/
.pop_up_form {
    width: 100%;
    display: none;
    margin: auto;
    padding: 15px;
    border-radius: 30px;
    background-color: #fee2f8;
    background-image: linear-gradient(315deg, #fee2f8 0%, #dcf8ef 74%);
    height: 510px;
    position: fixed;
    top: 0;
    z-index: 100;
    bottom: 0;
    left: 0;
    right: 0;
    box-shadow: 0px 20px 0px 300px rgba(0,0,0, .4);
}
.pop_up_form_open{
    display:block;
    opacity:1;
}
.tittle_form {
    text-align: center;
    font-size: 26px;
    font-family: 'pacifico';
    margin-bottom: 5%;
}
.form_tittle {
    font-size: 18px;
    font-family: 'nunito';
    text-align: left;    
}
.input_pop_up_form{
    height: 42px;
    padding: 10px 5px 0 10px;
    border: 1px solid #181818;
    border-bottom-color: #181818;
    border-radius: 2px;
    background: rgba(0,0,0,0);
    box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0,0,0,.1);
    font: 14px/32px Arial, sans-serif;
    color: #333;
    text-shadow: 1px 1px #FFF;
    font-size: 16px;
    width: 100%;
    font-weight: 400;
    margin-bottom: 0px; 
}
.box_window{
    padding: 0px 20%;    
}
.colse_pop_up_form{
    position: absolute;
    font-size: 18px;
    left: 45px;
    bottom: 23px;
    border-bottom: 1px solid #181818;
    cursor: pointer;
}    
 .all-info {
    height: 320px;
}   
.ymap-container {
  position: relative;
  margin: 3em 0 2em 0;
  overflow: hidden;
  cursor: pointer;
  height:400px;
  background: url('../img/home/yandex-before-load-mobile.PNG') #ffffff no-repeat;
  background-size: cover;
  margin-top: 170%;
}
.loader {
  position: absolute;
  z-index: 15;
  top: -100%;
  left: 0;
  box-sizing: border-box;
  width: 100%;
  height: 400px;
  overflow: hidden;
  color: #000000;
  transition: opacity .7s ease;
  opacity: 0;
  background-color: rgba(0,0,0,.55);
}
.text-logo {
    font-family: 'Pacifico', sans-serif;
    outline: none;
    text-decoration: none;
    font-size: 28px;
    color: #181818;
    margin-left: 12%;
    margin-top: 1%;
}
.image-tittle {
    width: 270px;
    height: auto;
    transition: transform 700ms cubic-bezier(.68,-.55,.265,1.55);
    -webkit-transition: transform 700ms cubic-bezier(.68,-.55,.265,1.55);
    margin: 0 auto;
    display: block;
}
.new-cart-text{
    font-size: 20px;
    margin-left: 5px;
    width: 150px;
}
.new-cart-text-summ {
    position: absolute;
    right: 20px;
}
.new-cart-tittle {
    font-weight: 600;
    margin-left: 30%;
    margin-top: 40px;
    margin-bottom: 40px;
}
.new-cart-tittle-plus {
    font-weight: 600;
    margin-left: 30%;
    margin-top: 40px;
    margin-bottom: 40px;
}
.footer-contain {
    padding-top: 20%;
    padding-bottom: 5%;
    margin-top: 160%;
}
.ya-map-mobile{
    margin-top:155%;
}
}