*,*:after,*:before {
  box-sizing: border-box;
}

body{
  overflow-x: hidden;
}

.uk-text-black {
  color: #010101;
}
.font-12 {
  font-size: 1.2rem;
}
.font-13 {
  font-size: 1.3rem;
}
.font-14 {
  font-size: 1.4rem;
}
.font-15 {
  font-size: 1.5rem;
}
.font-16 {
  font-size: 1.6rem;
}
.font-18 {
  font-size: 1.8rem;
}
.font-22 {
  font-size: 2.2rem;
}
.font-24 {
  font-size: 2.4rem;
}
.font-28 {
  font-size: 2.8rem;
}
.font-30 {
  font-size: 3rem;
}
.font-36 {
  font-size: 3.6rem;
}
.font-48 {
  font-size: 4.8rem;
}
.uk-margin-top-30 {
  margin-top: 30px;
}
.uk-margin-top-40 {
  margin-top: 40px;
}
.mrg-b-90 {
  margin-bottom: 90px;
}
.mrg-t-80 {
  margin-top: 80px;
}
.link-orange {
  color: #f1a12e;
  text-decoration: underline;
  transition: .3s;
}
.link-orange:hover {
  color: #b07014;
  text-decoration: none;
}
.uk-text-black {
    color: #323131;
}
a.uk-text-black:hover {
  color: #323131;
}
/*================================
  HEADER
==================================*/
.wrapper {
  background-image: url(../img/bg.jpg);
    background-attachment: fixed;
    overflow: hidden;
}
.sticky-menu.active {
  background: #f4ae48;
  box-shadow: 0 0px 10px 2px rgba(0, 0, 0, 0.1);
  padding-bottom: 36px;
  padding-top: 36px;
}
.bg-orange {
  background: #ffaf3d;
}
.header { 
  padding: 50px 0 210px;
  position: relative;
}
.header:after,
.motivation:after,
.order-now:after,
.calculator:after,
.product:after,
.whyWe:after,
.work:after,
.instagram:after {
  position: absolute;
  content: "";
  background: url(../img/shadow-light.png) repeat;
  left: 0;
  right: 0;
  bottom: 0;
  height: 31px;
}
.header__navigation,.header__text {
  margin-left: auto;
  width: 655px;
}
.header__navigation ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.header__navigation li {
  padding-right: 40px;
}
.header__navigation li:last-child {
  padding-right: 0;
}
.header__navigation li a {
  color: #fff;
  text-decoration: none;
  padding: 0 10px;
  transition: .3s;
  position: relative;
}
.header__navigation li a:hover,.header__navigation li a:active  {
  text-shadow: 0.4px 0.4px #fff;
}
.header__navigation li a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 100%;
  height: 1px;
  background: #fff;
  transition: .3s;
}
.header__navigation li a:hover:before,.header__navigation li a:active:before {
  right: 0;
}
.header__two {
  margin-top: 90px;
  position: relative;
  z-index: 4;
}
.header__text h1 {
  margin-top: 30px;
  margin-bottom: 50px;
}
.button {
  border: 2px solid #fff;
  border-radius: 25px;
  padding: 12px 40px;
  color: #fff;
  transition: .3s;
  display: inline-block;
}
.button:hover {
  text-decoration: none;
  background: #fff;
  color: #323030;
}
.watermelon {
  position: absolute;
    filter: drop-shadow(-10px 10px 20px rgba(0, 0, 0, 0.5));
    right: -251px;
    bottom: -240px;
    background: url(../img/watermelon.png);
    width: 642px;
    height: 427px;
    z-index: 3;
    transform-origin: 100% 0;
}
/*=========================
  Motivation
=============================*/
.motivation {
  padding: 170px 0 220px;
  position: relative;
}
.motivation:after,.calculator:after,.whyWe:after,.instagram:after {
  background: url(../img/shadow-orange.jpg) repeat;
  height: 23px;
}
.motivation .blueberry {
  position: absolute;
    content: "";
    background-image: url(../img/motivation/blueberry.png);
    width: 427px;
    height: 235px;
    bottom: -300px;
    right: -88px;
    z-index: 2;
}
.motivation .title,
.calculator .title,
.whyWe .title,
.work .title,
.reviews .title,
.instagram .title {
  padding-bottom: 5px;
  position: relative;
}
.motivation .title__after,
.calculator .title__after,
.whyWe .title__after,
.work .title__after,
.reviews .title__after,
.instagram .title__after {
  position: absolute;
  content: "";
  background: #f1a12e;
  height: 1px;
  width: 100%;
  left: 0;
  bottom: 0;
  transition: 1s; 
}
.title__after.uk-scrollspy-inview {
  width: 316px;
  left: 50%;
  transform: translate(-158px);
}
.motivation .icon {
  margin-top: 10px;
}
/*=========================
  Order now
=============================*/
.order-now {
  padding: 125px 0 135px;
  position: relative;
}
.order-now .apple {
  position: absolute;
    background-image: url(../img/apple.png);
    filter: drop-shadow(-2px 3px 20px rgba(0, 0, 0, 0.5));
    left: -218px;
    bottom: -235px;
    width: 399px;
    height: 392px;
    z-index: 3;
}

.visible-block-form{
  font-size: 0;
}

.order-form input{
  white-space: nowrap;
  overflow: hidden;
}

.order-form input{
  border: 1px solid #333131;
  outline: none;
  border-radius: 15px;
  width: 100%;
  display: block;
  padding: 12px 20px;
  font-size: 30px;
  line-height: 30px; 
  margin-bottom: 35px;
}
.order-form input.field-error,
.order-form .orderComment.field-error {
  border-color: #ff0000;
  color: #ff0000;
}
.order-form .orderComment {
  height: 165px;
  border: 1px solid #333131;
  margin-bottom: 35px;
  padding: 12px 20px;
  padding-top: 10px;
  margin: 0;
  margin-top: 35px;
  font-size: 30px!important;
  line-height: 30px!important;
  border-radius: 15px;
  display: block;
  width: 100%;
  outline: none;
}
::-webkit-input-placeholder {
    color: #323030;
    font-family: Marmelad, sans-serif;
    font-size: 30px;
} 
::-moz-placeholder  {
    color: #323030;
    font-family: Marmelad, sans-serif;
    font-size: 30px;
}
:-moz-placeholder {
    color: #323030;
    font-family: Marmelad, sans-serif;
    font-size: 30px;
} 
:-ms-input-placeholder {
    color: #323030;
    font-family: Marmelad, sans-serif;
    font-size: 30px;
} 
::placeholder {
    color: #323030;
    font-family: Marmelad, sans-serif;
    font-size: 30px;
}
.order-form input.field-error::placeholder,
.order-form .orderComment.field-error::placeholder {
  color: #ff0000;
}
.range {
  width: 100%;
}
.button-form,.button-orange {
    border-radius: 15px;
    padding: 12px 40px;
    color: #fff;
    background: #f4ae48;
    transition: .3s;
    border: 0;
    outline: 0;
    display: inline-block;
    cursor: pointer;
    font-size: 2.4rem;
}
.button-form:hover,.button-orange:hover {
    background: #f5b65b;
    color: #fff;
}
.button-form:active,.button-orange:active {
    background: #f0a12d;
    color: #fff;
}
/*===========================
  Calculator
================================*/
.calculator {
  padding: 150px 0 165px;
  position: relative;
}
.calculator .title {
  margin-bottom: 140px;
}
.calculator__icon {
  width: 95px;
}
.count {
  margin-top: 43px;
  width: 70px;
  border-radius: 15px;
  border: 1px solid #f1a12e;
  text-align: center;
  font-size: 2.4rem;
  margin-bottom: 15px;
  height: 37px;
    padding: 9px 0 5px;
    background: transparent;
    outline: 0;
}
.count::placeholder {
  font-size: 2.4rem;
}
.calculator__price {
  width: 150px;
}
.calculator__slider {
  position: relative;
  width: 440px;
  margin-top: 18px;
}
.count::-webkit-outer-spin-button,
.count::-webkit-inner-spin-button {
    -webkit-appearance: none;
}
.count {
    -moz-appearance: textfield;
}
.calculator__slider,
.calculator__price {
  flex: 1 1;
}
.calculator__slider__dot {
  position: absolute;
  width: 20px;
  height: 20px;
  background: #fff;
  border: 1px solid #323030;
  border-radius: 50%;
  top: -10px;
  left: 0;
  transition: .3s;
}
.calculator__after {
  margin-top: 140px;
  margin-bottom: 80px;
}
/*===========================
  Product
================================*/
.product {
  padding: 100px 0 45px;
  position: relative;
}
.shadow-slider  {
  padding-top: 25px;
}
.shadow-slider img {
  filter: drop-shadow(-10px 10px 10px rgba(0, 0, 0, 0.5));
}

.product .slick-arrow{
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 3;
}

.product .slick-prev{
  left: -90px;
  right: auto;
  z-index: 3;
}

.slick-dots li{
  margin: 0 7px; 
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  padding: 0px;
  cursor: pointer;
  color: transparent;
  outline: 0;
  background: 0 0;

  display: block;
  box-sizing: border-box;
  width: 20px;
  height: 20px;
  border: 1px solid #fff!important;
  border-radius: 50%;
  background: rgb(255, 175, 61);
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
  -webkit-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
  position: relative;
}

.slick-dots li.slick-active button{
  background: #ffffff;
}

.slick-dots li.slick-active button:hover{
  background: #ffffff;
}

.slick-dots li button:before{
  display: none;
}

.slick-next, .slick-prev {
  font-size: 0;
  line-height: 0;
  top: 50%;
  width: 52px;
  height: 52px;
  -webkit-transform: translate(0,-50%);
  -ms-transform: translate(0,-50%);
  transform: translate(0,-50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: 0;
  
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: .7;
  transition: all .2s;
  top: -25px;
}

.slick-next{
  background-image: url(../img/product-slider/arrow-slider-next.png);
  right: 0;
}

.slick-prev{
  background-image: url(../img/product-slider/arrow-slider-prev.png);
  right: 85px;
  left: auto;
}

.slick-next:focus, 
.slick-next:hover, 
.slick-prev:focus, 
.slick-prev:hover{
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 1;
}


.slick-next:before, 
.slick-prev:before{
  display: none;
}

@media (max-width: 1199px){
  .product .slick-prev{
    left: 0;
  }

  .product .slick-next{
    right: 0;
  }

  .product .slideset{
    padding-left: 90px;
  }

}

@media (min-width: 768px) and (max-width: 991px){
  .product .slideset{
    padding: 0 80px;
  }
}


@media (max-width: 767px){

  .product .slideset{
    padding: 0;
  }

  .product .slick-prev{
    right: auto;
    left: 0;
    top: -40px;
    bottom: auto;
  }

  .product .slick-next{
    right: 0;
    top: -40px;
    bottom: auto;
  }

  .product .uk-slidenav.uk-slidenav-previous{
    right: auto;
    left: 0; 
  }

  .product .slide-height-match .uk-margin-top-30{
    margin-top: 20px;
  }
}



/*====================
  whyWe
======================*/
.whyWe {
  padding: 150px 0 220px;
}
.whyWe a {
  color: #323030;
}
.uk-modal-dialog .uk-slidenav-position {
  padding: 0 95px;
}
.uk-modal-dialog .uk-slidenav {
  color: #121212;
  border-color: #121212;
  top: 50%;
  transform: translateY(-26px);
  opacity: .5;
}
.uk-modal-dialog .uk-slidenav:hover,
.uk-modal-dialog .uk-slidenav:focus,
.uk-modal-dialog .uk-slidenav:active {
  opacity: 1;
}
.uk-modal-dialog .uk-slidenav.uk-slidenav-previous {
  left: 0;
  right: auto;
}
.uk-modal-dialog .uk-dotnav > * > * {
  border-color: #f4ae48;
  background: transparent;
}
.uk-modal-dialog .uk-dotnav > * > :hover,
.uk-modal-dialog .uk-dotnav > * > :focus,
.uk-modal-dialog .uk-dotnav > * > :active,
.uk-modal-dialog .uk-dotnav > .uk-active > * {
  background: #f4ae48;
}
.whyWe .mint {
  position: absolute;
  background-image: url(../img/mint.png);
  width: 322px;
  height: 340px;
  bottom: -415px;
  z-index: 3;
  left: -164px;
  filter: drop-shadow(-2px 3px 20px rgba(0, 0, 0, 0.5));
}
/*=============================
  work
===============================*/
.work {
  padding: 80px 0 95px;
}
.work .title__after {
  background: #fff;
}
.work__icon {
  background: #fff;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  padding: 25px;
  transition: .3s;
  display: inline-block;
}
.work-panel {
  position: relative;
  text-align: center;
}

.work__icon-inner{
  display: table-cell;
  vertical-align: middle;
  width: 140px;
  height: 90px;
}



.work-panel:before {
  position: absolute;
    content: "";
    border: 1px solid #fff;
    width: 55px;
    top: 70px;
    left: -7px;
    display: block;
}
.work-panel-1:before {
  display: none;
}
.golubika {
  position: absolute;
  width: 362px;
  height: 335px;
  right: -126px;
  bottom: -200px;
  background-image: url(../img/golubika.png);
  z-index: 3;
  filter: drop-shadow(-2px 3px 20px rgba(0, 0, 0, 0.5));
}
/*===============================
  reviews
================================*/
.reviews {
  padding: 170px 0 190px;
}
.reviews__logo {
  width: 147px;
  height: 147px;
  border-radius: 15px;
  border:1px solid #f1a12e;
  margin: auto;
}
.reviews-modal p {
  margin-bottom: 0;
}
.reviews .uk-slidenav {
  opacity: .5;
  color: #353333;
  border-color: #353333;
}
.reviews .uk-slidenav:hover,
.reviews .uk-slidenav:focus,
.reviews .uk-slidenav:active {
  opacity: 1;
  color: #353333;
}

.reviews .uk-slidenav{
  top: 0;
  bottom: 0;
  margin: auto;
  height: 52px;
}

.reviews .uk-slidenav-next{
  right: -90px;
}

.reviews .uk-slidenav-previous{
  right: auto;
  left: -90px;
}

@media (min-width: 768px) and (max-width: 1199px){
  .reviews .uk-slideset{
    padding: 0 55px;
  }

  .reviews .uk-slidenav-previous{
    left: 0;
  }

  .reviews .uk-slidenav-next{
    right: 0;
  }
}

@media (max-width: 767px){
  .reviews .uk-slidenav-previous{
    left: 0;
    top: -25px;
  }

  .reviews .uk-slidenav-next{
    right: 0;
    top: -25px;
  }
}

/*=========================
  instagram
============================*/
.instagram {
  padding-bottom: 100px;
  position: relative;
}
.instagram .uk-slidenav-position {
  padding: 0 77px;
}
.instagram .uk-slidenav {
  color: #121212;
  border-color: #121212;
  top: 50%;
  transform: translateY(-26px);
  opacity: .5;
}
.instagram .uk-slidenav:hover,
.instagram .uk-slidenav:focus,
.instagram .uk-slidenav:active {
  opacity: 1;
}
.instagram .uk-slidenav.uk-slidenav-previous {
  left: 0;
  right: auto;
}
.uk-slider-instagram img {
  border-radius: 28px;
}
.uk-overlay-panel {
  background: rgba(0,0,0,0.5);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: 28px;
  transition: .4s;
}
.uk-slider-instagram > li{
  top: 50%;
  transform: translateY(-50%);
}
.uk-slider-instagram > li > a{display:block;}
.uk-slider-instagram > li > a:hover .uk-overlay-panel {
  opacity: 0;
  visibility: hidden;
} 
.social-block {
  margin-top: 90px;
  margin-left: -20px;
}
.social-block a {
  border-radius: 50%;
  opacity: .5;
  transition: .3s;
}
.social-block a:hover {
  opacity: 1;
}
.social-block img {
  padding-left: 20px; 
}
.instagram .malina {
  position: absolute;
  width: 403px;
  height: 273px;
  left: -270px;
  bottom: -120px;
  background-image: url(../img/malina.png);
  z-index: 3;
}
/*============================
  Footer
================================*/
.footer {
  padding-top: 85px;
  padding-bottom: 95px;
  position: relative;
}
.footer__logo {
  width: 137px;
  align-self: center;
}
.footer__about {
  width: 271px;
}
.footer__contact {
  width: 270px;
}
.footer__about a,.footer__email a {
  text-decoration: underline;
  color: #fff;
}
.footer__about a:hover,.footer__about a:active,
.footer__email a:hover,.footer__email a:active  {
  text-shadow: 0.4px 0.4px #fff;
}
.footer__title {
  position: relative;
  padding-bottom: 5px;
}
.footer__title:before {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  width: 115px;
  background: #fff;
  content: "";
}
.footer__phone {
  padding-left: 35px;
  background: url(../img/phone.png) left 4px no-repeat;
}
.footer__phone a {
  color: #fff;
  text-decoration: none;
}
.footer__email {
  padding-left: 35px;
  background: url(../img/email.png) left 4px no-repeat;
}
.footer__email {
  min-height: 26px;
}
.create-org {
  color: #fff;
  position: relative;
  padding-bottom: 10px;
}
.create-org:hover {
  color: #fff;
  text-decoration: none;
}
.create-org:after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  right: 100%;
  height: 1px;
  background: #fff;
  transition: .3s;
}
.create-org:hover:after {
  right: 0;
}
.copyright {
  padding: 25px 0;
  background: rgba(0,0,0,0.3);
  position: absolute;
  z-index: 3;
  left: 0;
  right: 0;
  bottom: 0;
}
.offcanvas-modal {
  padding: 20px 10px;
  background: #333131;
}
.offcanvas-modal .uk-modal-body {
  background: transparent;
  padding: 0;
  box-shadow: none;
}
.offcanvas-modal .uk-close {
  color: #fff;
}
.offcanvas-modal .uk-close:hover,
.offcanvas-modal .uk-close:active {
  color: #f4ae48;
}
.offcanvas__navigation {
  margin-top: 45px;
  font-size: 24px;
}
.offcanvas__navigation ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.offcanvas__navigation ul li {
  margin-bottom: 40px;
}
.offcanvas__navigation ul li a {
  color: #fff;
}
@media screen and (min-width:1845px) {
  .lemon {
    position: absolute;
    right: -30px;
    bottom: 0;
    width: 384px;
    height: 334px;
    background: url(../img/lemon.png);
    filter: drop-shadow(-2px 3px 20px rgba(0, 0, 0, 0.5));
    display: block;
  }
}
@media screen and (max-width: 1400px) {
  .uk-modal-body {
    padding: 55px 20px 25px;
  }
  .uk-modal-title {
    margin-bottom: 20px;
  }
  .order-form input, .order-form .orderComment {
    margin-bottom: 20px !important;
  }
  .order-form .orderComment {
    margin-top: 0;
  }
  .uk-modal-body .mrg-t-80 {
    margin-top: 65px;
  }
}
@media screen and (max-width:1300px) {
  .uk-modal-dialog .blueberry {
    display: none;
  }
  .uk-modal-body .mrg-t-80 {
      margin-top: 20px;
  }
}
@media screen and (max-width:1160px) {
  html {
    font-size: 9px;
  }
  .uk-container {
    max-width: 960px;
  }
  .header__logo {
    width: 200px;
  }
  .header {
    padding-top: 50px;
  }
  .order-form .orderComment {
    height: 100px;
  }

  .order-form input,
  .order-form .orderComment {
    padding: 7px 10px;
    font-size: 20px;
    // line-height: 20px;
    line-height: inherit!important;
  }
  .order-form .orderComment {
    font-size: 20px!important;
    // line-height: 20px;
    line-height: inherit!important;
  }
  ::-webkit-input-placeholder {
      font-size: 20px;
      // line-height: 20px;
      line-height: inherit!important;
  } 
  ::-moz-placeholder  {
      font-size: 20px;
      // line-height: 20px;
      line-height: inherit!important;
  }
  :-moz-placeholder {
      font-size: 20px;
      // line-height: 20px;
      line-height: inherit!important;
  } 
  :-ms-input-placeholder {
      font-size: 20px;
      // line-height: 20px;
      line-height: inherit!important;
  } 
  ::placeholder {
      font-size: 20px;
      // line-height: 20px;
      line-height: inherit!important;
  }
  .order-form .orderComment{
    padding: 15px 10px;
  }
}
@media screen and (max-width:960px) {
  html {
    font-size: 8px;
  }
  .uk-container {
    max-width: 780px;
  }
  .site-link {
    display: none;
  }
  .header__navigation li {
      padding-right: 50px;
  }
  .header {
    padding-top: 20px;
  }
  .header__two {
    flex-direction: column;
    align-items: center;
    margin-top: 30px;
  }
  .header__text {
    text-align: center;
    width: 100%;
  }
  .watermelon {
    right: -458px;
  }
  .work-panel::before {
    display: none;
  }
}
@media screen and (max-width:780px) {
  html {
    font-size: 7px;
  }

  .slick-next, 
  .slick-prev{
    // width: 40px;
    // height: 40px;
    top: -40px;
  }

  .slick-prev{
    // right: 60px;
  }

  .uk-container {
    max-width: 640px;
  }
  .header__navigation ul {
    display: none;
  }
  .offcanvas-dot {
    width: 8px;
    height: 8px;
    background: #fff;
    display: block;
    border-radius: 50%;
    margin: 0 auto 4px;
  }
  .offcanvas {
    display: block;
    position: absolute;
    right: 20px;
    top: 20px;
    width: 20px;
    text-align: center;
    z-index: 12;
  }
  .header__two {
    margin-top: 0;
  }
  .header__logo {
    // width: 100px;
    display: none;
  }
  .header__text h1 {
    margin-bottom: 5px;
  }
  .header:before {
    position: absolute;
    content: "";
    filter: drop-shadow(-10px 10px 20px rgba(0, 0, 0, 0.5));
    background: url(../img/watermelon-small.png);
    width: 95px;
    height: 127px;
    left: 0;
    top: 0;
  }
  .footer__logo {
    display: none;
  }
  .footer__about,.footer__contact {
    width: 100%;
    text-align: center;
    font-size: 20px;
  }
  .footer__title {
    display: inline-block;
  }
  .footer__title::before {
    right: 0;
    width: 100%;
  }
  .footer__phone {
    padding-left: 0;
    background: none;
  }
  .footer__email {
    padding-left: 0;
    background: none;
  }
  .footer .uk-text-right {
    text-align: center !important;
  }
  .site-link-wrapper{
    text-align: center;
  }

  .shadow-slider img{
    filter:none;
    margin: auto;
  }  

  .site-link{
    display: flex!important;
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    align-items: center;
    text-align: center;
  }

  .sticky-menu.active{
    padding: 23px 0;
  }

  .uk-modal-dialog .uk-slidenav{
    zoom:.7;
  }

  .uk-modal-dialog .uk-slidenav.uk-slidenav-previous{
    left: -5px;
  }

  .uk-modal-dialog .uk-slidenav.uk-slidenav-nexr{
    right: -5px;
  }

  .uk-modal-dialog .uk-slidenav-position {
    padding: 0 45px;
  }

  .uk-close svg{
    width: 28px;
    height: 28px;
  }

  .uk-dotnav > * > *{
    width: 15px;
    height: 15px;
  }

  .product .uk-slidenav svg{
    width: 32px;
    height: 32px;
  }

  .uk-slidenav.uk-slidenav-previous {
    right: auto;
    left: 0;
  }

  .header .site-link{display: inline-block!important;}
}
@media screen and (max-width:639px) {
  .header {
    padding-bottom: 50px;
  }
  .watermelon {
      right: 0;
    bottom: -76px;
    background: url(../img/watermelon-bottom.png);
    width: 93px;
    height: 130px;
    transform: rotate(0) !important;
  }
  .motivation {
      padding: 65px 0 100px;
  }
  .motivation .blueberry {
    width: 200px;
    height: 113px;
    bottom: -140px;
    right: 0;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .order-now {
    padding-top: 45px;
  }
  .order-now .apple {
    width: 200px;
    height: 194px;
    background-size: contain;
    left: 0;
    background-repeat: no-repeat;
  }
  .calculator {
    padding-bottom: 60px;
  }
  .calculator .title {
    margin-bottom: 60px;
  }
  .calculator__button {
    flex: 0 0 100%;
    text-align: center;
    margin-top: 20px;
  }
  .calculator__after {
    margin-top: 45px;
    margin-bottom: 51px;
  }
  .product {
    text-align: center;
  }
  .product .uk-slidenav {
    top: -60px;
  }
  .whyWe {
      padding: 45px 0 100px;
  }
  .whyWe .mint {
    background-size: contain;
    background-repeat: no-repeat;
    width: 150px;
    height: 200px;
    bottom: -215px;
    left: 0;
  }
  .golubika {
    width: 250px;
    right: 0;
    background-size: contain;
    background-repeat: no-repeat;
    height: 235px;
    bottom: -230px;
  }
  .reviews .uk-slidenav {
    top: -60px;
  }
  .reviews {
    padding-bottom: 70px;
  }
  .uk-slider-instagram > li > a {
    max-width: 310px;
    margin: 0 auto;
  }
  .instagram .malina {
    background-size: contain;
    background-repeat: no-repeat;
    width: 135px;
    height: 96px;
    left: 0;
    bottom: -147px;
  }
  .header-phone a {
    color: #fff;
  }
  .button {
    font-size: 20px;
  }
}

#scroll-top{
  cursor: pointer;
}


@media (max-width:320px){
  .uk-modal-dialog .uk-slidenav.uk-slidenav-previous{
    left: -15px;
  }

  .uk-modal-dialog .uk-slidenav.uk-slidenav-nexr{
    right: -15px;
  }

  .uk-modal-dialog .uk-slidenav-position {
    padding: 0 35px;
  }
}

.slick-initialized .slick-slide{
  outline: none;
}

#order{
  position: fixed;
  display: none;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1010;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  padding: 15px 15px;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

.dialog-open{
  overflow:hidden;
}

.dialog-open #order{
  opacity: 1;
  display: block;
}

#order .uk-modal-dialog{
  position: absolute;
  top: 50%;
  transform: translateY(-52%);
  left: 15px;
  right: 15px;
  margin: auto;
  z-index: 3;
}

.dialog-open #order .uk-modal-dialog{
  opacity: 1;
  z-index: 2;
}

.js-bg-close{
  position: absolute;
  width: 100%;
  height: 98%;
  margin: auto;
  z-index: 1;
  left: 0;
}

@media (max-width: 1199px){
  #order .uk-modal-dialog{
    max-width: 90%;
  }
}

@media (max-width: 767px){
  #order .uk-modal-dialog{
    transform: translateY(0);
    margin-bottom: 25px;
    top: 40px;
  }
}