.WhatsApp-wrapper {
		  position: fixed;
		  bottom: 30px;
		  right: 30px;
		  width: fit-content;
		  height: auto;
		  display: flex;
		  align-items: center;
		  justify-content: center;
		  z-index: 100;
		}

		.btn-whats-app {
		  position: fixed;
		  right: -7px;
		  bottom: 50px;
		  transform: translate(-50%, -50%);
		  background: #25D366;
		  border-radius: 50%;
		  width: 52px;
		  height: 52px;
		  display: flex;
		  align-items: center;
		  justify-content: center;
		  color: #fff !important;
		  text-align: center;
		  line-height: 53px;
		  font-size: 35px;
		  z-index: 9999;
		  animation: glowing 1500ms infinite;
		}

		.WhatsApp-wrapper .btn-whats-app svg {
		  display: block;
		  fill: #fff;
		  height: 32px;
		  width: 32px;
		}
		@keyframes glowing {
			25% {
    		box-shadow: 1px 1px 5px 5px rgba(37, 211, 102, 50%);
			}
			50% {
				box-shadow: 1px 1px 10px 5px rgba(37, 211, 102, 50%);
			}
			75% {
				box-shadow: 1px 1px 15px 10px rgba(37, 211, 102, 50%);
			}
			100% {
				box-shadow: 1px 1px 20px 15px rgba(37, 211, 102, 50%);
			}
		}

.btn {
  display: inline-block;
  padding: 2px 2px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
  color: #121212 !important;
  line-height: 135%;
  -webkit-transition: ease 0.2s;
  transition: ease 0.2s;
  border-radius: 15px;
  background: linear-gradient(296.53deg, #105215 3.5%, #54C153 95.34%);
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}

.btn:hover {
  cursor: pointer;
  text-decoration: none;
  -webkit-box-shadow: 0 5px 10px rgba(185, 185, 185, 0.45);
  box-shadow: 0 5px 10px rgba(185, 185, 185, 0.45);
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
  -webkit-transition: ease 0.2s;
  transition: ease 0.2s;
}

.btn_icon {
  width: 51px;
  height: 51px;
  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;
}

.btn__inner {
  display: block;
  padding: 11px 21px 11px;
  border-radius: 14px;
  background: #fff;
  height: 100%;
}

.btn__inner_fill {
  background: none;
  color: #fff !important;
  border-radius: 15px;
}

.btn__inner_pic {
  padding: 14px 11px 15px;
  line-height: 0;
  border-radius: 13px;
  height: 100%;
}

.uk-navbar-container:not(.uk-navbar-transparent) {
  background: #282828;
}

.uk-navbar-nav>li>a {
  color: #fff;
  font-family: "Roboto", Arial, sans-serif;
}

.uk-navbar-nav>li>a {
  min-height: 0px;
  padding: 0;
}

.uk-dotnav>*>* {
  border-radius: 50%;
  width: 12px;
  height: 12px;
  border: none;
  background: #C4C4C4 !important;
}

.uk-dotnav>.uk-active>* {
  background: #105215 !important;
}

.uk-dotnav>*> :focus,
.uk-dotnav>*> :hover {
  background: #105215 !important;
}

.pagetitle {
  margin-top: 40px;
  margin-bottom: 0;
}

.title-box {
  margin-bottom: 40px;
}

.index-title {
  color: #121212 !important;
  font-size: 50px;
  font-weight: 700;
  font-family: "Montserrat", Arial, sans-serif;
  text-align: center;
  margin: 0 0 0;
}

@media (max-width: 1199px) {
  .index-title {
    font-size: 220%;
  }
}

@media (max-width: 959px) {
  .index-title {
    font-size: 200%;
  }
}

@media (max-width: 639px) {
  .index-title {
    font-size: 180%;
  }
}

@media (max-width: 480px) {
  .index-title {
    font-size: 160%;
  }
}

.index-title_white {
  color: #fff !important;
}

.index-title_form {
  font-size: 40px;
  background-color: #121212;
    background-image: linear-gradient(
296.53deg,#105215 3.5%,#54C153 95.34%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}


@media (max-width: 639px) {
  .index-title_form {
    font-size: 180%;
  }
}

@media (max-width: 480px) {
  .index-title_form {
    font-size: 160%;
  }
}


.menu-btn .uk-navbar-toggle {
  min-height: 0 !important;
}
.menu-btn {
  width: 51px;
  height: 51px;
  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;
  border: none;
  margin-left: 15px;
  min-height: auto !important;
  margin: 0px 0 0px auto;
  padding: 0 0 !important;
}

@media (max-width: 959px) {
  .menu-btn {
    border-radius: 13px;
    margin-left: 15px;
    background: linear-gradient(296.53deg, #105215 3.5%, #54C153 95.34%);
  }
}

.menu-btn svg {
  width: 35px;
  color: #fff;
}

@media (max-width: 959px) {
  .menu-btn svg {
    width: 30px;
  }
}

.adap-menu-bar {
  background: #105215;
  padding: 20px 25px !important;
}

.adap-menu {
  width: 88%;
  list-style: none;
}

.adap-menu__link {
  display: inline-block !important;
  font-size: 16px;
  color: #fff !important;
  padding: 5px 0px !important;
  border-radius: 0px;
  text-decoration: none;
}

.adap-menu__link:hover {
  background: #54C153 !important;
  text-decoration: none;
}

.adap-phone {
  display: block;
  text-decoration: none;
  font-size: 20px;
  margin-bottom: 5px;
}

.adap-email {
  display: inline-block;
  text-decoration: none;
  text-decoration: none;
}

.adap-email:hover {
  text-decoration: none;
}

.adap-email span {
  padding-bottom: 3px;
  border-bottom: 1px solid #ffffff52;
}

.adap-shedule {
  font-size: 13px;
}

@media (max-width: 959px) {
  .callback {
    height: 51px;
  }
}

@media (max-width: 959px) {
  .callback span {
    font-size: 0;
    background: #fff url(../img/h-phone.svg) 50% no-repeat;
    height: 47px;
    width: 47px;
  }
}

.header {
  background: #fff;
}

@media (max-width: 959px) {
  .header__grid {
    height: 100%;
  }
}

@media (max-width: 639px) {
  .header__btns {
    margin-top: 0px !important;
  }
}

.header__btns .btn+.btn {
  margin-left: 20px;
}

@media (max-width: 959px) {
  .header__btns .btn+.btn {
    margin-left: 15px;
  }
}

.header__logo {
  position: absolute;
  display: block;
  width: 201px;
  height: 215px;
  text-align: center;
  padding: 18px 0 23px;
  background: #fff;
  border-radius: 0 0 50px 50px;
  -webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25), inset 0px 0px 70px rgba(0, 0, 0, 0.13);
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25), inset 0px 0px 70px rgba(0, 0, 0, 0.13);
  -webkit-transform: perspective(20px) rotateX(-1deg);
  transform: perspective(20px) rotateX(-1deg);
}

@media (max-width: 959px) {
  .header__logo {
    background: none;
    position: relative;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transform: none;
    transform: none;
    width: auto;
    height: auto;
  }
}

@media (max-width: 639px) {
  .header__logo {
    padding: 15px 0;
  }
}

.header__wr-logo {
  -webkit-transform: perspective(20px) rotateX(1deg);
  transform: perspective(20px) rotateX(1deg);
}

@media (max-width: 959px) {
  .header__wr-logo {
    -webkit-transform: none;
    transform: none;
  }
}

@media (max-width: 959px) {
  .header__wr-logo img {
    height: 115px;
  }
}

.header__right {
  padding-top: 33px;
  padding-bottom: 33px;
}

@media (max-width: 959px) {
  .header__right {
    -webkit-box-flex: 5;
    -ms-flex-positive: 5;
    flex-grow: 5;
  }
}

@media (max-width: 639px) {
  .header__right {
    padding: 15px 0;
  }
}

.header__phone {
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: 600;
  color: #121212;
  text-decoration: none;
  font-size: 21px;
  padding-left: 40px;
  background: url(../img/h-phone.svg) no-repeat;
}
.header__phone:hover {
  text-decoration: none;
}

@media (max-width: 639px) {
  .header__phone {
    font-size: 16px;
    padding-left: 28px;
    background-size: 19px;
  }
}

@media (max-width: 1599px) {
  .header__phone-box .uk-grid .uk-grid-margin {
    margin-top: 10px;
  }
}

@media (max-width: 1399px) {
  .header__phone-box .uk-grid .uk-grid-margin {
    margin-top: 5px;
  }
}

.top {
  background: #105215;
  padding: 0px 0;
}

.top__menu {
  margin: 0 0 0 auto;
  list-style: none;
}

.top__menu-list {
  padding-left: 20px;
}

.top__menu *+.uk-grid-margin {
  margin-top: 0px !important;
}

.top__menu-list:first-child {
  padding-left: 0 !important;
}

.top__menu-link {
  display: block;
  text-decoration: none;
  text-transform: uppercase;
  color: #fff;
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 120%;
  padding: 21px 0 18px;
}

.top__menu-link:hover {
  text-decoration: none;
}

@media (max-width: 1400px) {
  .top__menu-link {
    font-size: 16px;
  }
}

.catalog-title {
  font-weight: 700;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 60px;
  margin: 0 0 0;
  text-transform: none;
  color: #121212;
}

@media (max-width: 1199px) {
  .catalog-title {
    font-size: 51px;
  }
}

@media (max-width: 959px) {
  .catalog-title {
    font-size: 45px;
  }
}

@media (max-width: 639px) {
  .catalog-title {
    font-size: 40px;
    line-height: 120%;
  }
}

.catalog-title span {
  background-color: #121212;
  background-image: linear-gradient(296.53deg, #105215 3.5%, #54C153 95.34%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.subtitle {
  text-align: center;
  margin: 0 0 80px;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 42px;
  color: #121212;
}

@media (max-width: 1199px) {
  .subtitle {
    font-size: 35px;
  }
}

@media (max-width: 639px) {
  .subtitle {
    font-size: 22px;
    color: #9f8362;
    font-weight: 500;
    line-height: 120%;
    margin-top: 15px;
  }
}

.catalog {
  margin-top: 40px;
}
.category__item,
.category__item:hover {
  text-decoration: none;
}
@media (max-width: 639px) {
  .category__item {
    max-width: 370px;
    margin: 0 auto;
  }
}

@media (max-width: 420px) {
  .category__item {
    max-width: 100%;
  }
}

.category__title {
  font-size: 27px;
  font-weight: 600;
  font-family: "Montserrat", Arial, sans-serif;
  text-align: center;
  color: #121212;
  line-height: 130%;
}

.category__item:hover .category__title {
  color: #105215;

}

category__title_sm {
  font-size: 24px;
}

@media (max-width: 639px) {
  .category__title {
    margin-top: 20px !important;
    font-size: 20px;
  }
}

.category__pic {
  position: relative;
  height: 324px;
  max-width: 97%;
  margin: 0 auto;
  padding: 15px;
  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-transform: perspective(80px) rotateX(1.5deg);
  transform: perspective(80px) rotateX(1.5deg);
  border-radius: 65px;
  background: #fff;
  -webkit-box-shadow: inset 0px 0px 15px rgba(168, 127, 66, 0.8);
  box-shadow: inset 0px 0px 15px rgba(168, 127, 66, 0.8);
  border: 2px solid #d9c9b1;
  overflow: hidden;
}

.category__pic_none {
  transform: none;
}

.category__pic {
  transition: 0.3s;
}

@media (max-width: 639px) {
  .category__pic {
    height: 300px;
  }
}

@media (max-width: 420px) {
  .category__pic {
    height: 280px;
  }
}
.category__item:hover .category__pic {
  /* box-shadow: none; */
  box-shadow: inset 0 0 15px rgb(78 183 78 / 50%);
  border-color: #54C153;
  
}

.category__pic img {
  -webkit-transform: perspective(80px) rotateX(-1.5deg);
  transform: perspective(80px) rotateX(-1.5deg);
  border-radius: 65px;
}

.category__pic_none img {
  transform: none;
}

.label {
  position: absolute;
  top: 10px;
  right: -10px;
  margin: 10px;
  padding: 3px 25px 3px 15px;
  color: #fff;
  font-size: 14px;
  border-radius: 5px 0px 0px 5px;
  font-family: "Montserrat",Arial,sans-serif;
  font-weight: 600;
}

.product__har {
  font-weight: 500;
  font-family: "Montserrat",Arial,sans-serif;
}

.product__info {
  font-size: 13px;
}
.product__pic .label {
  top: 5px;
}
.label.hit {
  background: #54C153;
  animation: change-background 2s ease infinite;
}
@keyframes change-background {   
  0% {     
    background: #54C153;   
  }   
  50% {     
    background: #2f8531;   
  } 
  100% {
    background:#54C153;
   }
}
.label.benef {
  background: #eb9800;
  animation: change-size 2s ease infinite;
}
@keyframes change-size {   
  0% {     
    background: #eb9800;  
  }   
  50% {     
    background: #eb7700   
  } 
  100% {
    background:#eb9800;
   }
}



.form *+.uk-grid-margin, .form *+.uk-grid-margin {
  margin-top: 15px;
}

.form__wrap {
  height: 511px;
  padding: 70px 79px;
  background: url(../img/form-bg.svg) 50% no-repeat;
  background-size: contain;
}

@media (max-width: 1400px) {
  .form__wrap {
    height: auto;
    border-radius: 70px;
    background: linear-gradient(296.53deg, #105215 3.5%, #54C153 95.34%);
    overflow: hidden;
  }
}

@media (max-width: 959px) {
  .form__wrap {
    padding: 40px 40px;
  }
}

@media (max-width: 639px) {
  .form__wrap {
    padding: 40px 25px;
    border-radius: 20px;
  }
}
.form .myform .frm_row + .frm_row {
  margin-top: 0;
} 
.form__input {
  display: block;
  width: 100%;
  height: 64px;
  position: relative;
  color: #fff;
  font-size: 20px;
  padding: 18px 33px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid #FFFFFF;
  border-radius: 50px;
  overflow: hidden;
  transition: 0.2s
}
.form__input:focus {
  background: none;
}

@media (max-width: 639px) {
  .form__input {
    height: auto;
    padding: 15px 25px;
    font-size: 16px;
  }
}

.form__input::-webkit-input-placeholder {
  width: 100%;
  display: block;
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  position: absolute;
  left: 33px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.form__input:-ms-input-placeholder {
  width: 100%;
  display: block;
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  position: absolute;
  left: 33px;
  top: 50%;
  transform: translate(0, -50%);
}

.form__input::-ms-input-placeholder {
  width: 100%;
  display: block;
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  position: absolute;
  left: 33px;
  top: 50%;
  transform: translate(0, -50%);
}

.form__input::placeholder {
  width: 100%;
  display: block;
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  position: absolute;
  left: 33px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

@media (min-width: 960px) and (max-width: 1199px) {
  .form__input::-webkit-input-placeholder {
    font-size: 16px;
  }

  .form__input:-ms-input-placeholder {
    font-size: 16px;
  }

  .form__input::-ms-input-placeholder {
    font-size: 16px;
  }

  .form__input::placeholder {
    font-size: 16px;
  }
}

@media (max-width: 639px) {
  .form__input::-webkit-input-placeholder {
    font-size: 16px;
    left: 25px;
  }

  .form__input:-ms-input-placeholder {
    font-size: 16px;
    left: 25px;
  }

  .form__input::-ms-input-placeholder {
    font-size: 16px;
    left: 25px;
  }

  .form__input::placeholder {
    font-size: 16px;
    left: 25px;
  }
}

.myform .frm_submit button.form__btn {
  display: block;
  width: 100%;
  padding: 17px 20px !important;
  color: #FFFFFF !important;
  text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25) !important;
  font-family: "Montserrat", Arial, sans-serif !important;
  font-size: 23px !important;;
  font-weight: 600 !important;
  background: rgba(255, 255, 255, 0.4) !important;
  border-radius: 15px !important;
  border: 2px solid transparent !important;
  -webkit-transition: ease 0.2s ;
  transition: ease 0.2s;
}

.form__btn:hover {
  cursor: pointer !important;;
  background: #54C153 !important;
  border-color: #54C153 !important;
}

@media (max-width: 639px) {
  .form__btn {
    font-size: 18px;
  }
}

.form .myform .frm_txt {
  color: #fff;
  font-size: 18px;
  text-align: center;
}

@media (max-width: 639px) {
  .form .myform .frm_txt {
    font-size: 14px;
  }
}

.form .myform .frm_txt a {
  color: #fff;
}

@media (min-width: 960px) and (max-width: 1199px) {
  .company__slider {
    margin-top: 95px;
  }
}

@media (max-width: 959px) {
  .company__slider {
    max-width: 678px;
  }
}

.about__title {
  text-transform: uppercase;
  text-align: left;
  font-weight: 600;
  margin-bottom: 70px;
}

@media (max-width: 1399px) {
  .about__title {
    font-size: 44px;
    margin-bottom: 40px;
  }
}

.about__age span {
  color: #777;
  font-size: 20px;
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: 500;
}

.about__number {
  display: inline-block;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 65px;
  font-weight: 700;
  background-color: #121212;
  background-image: linear-gradient(296.53deg, #105215 3.5%, #54C153 95.34%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.about__content {
  font-size: 18px;
  line-height: 145%;
}

@media (max-width: 1199px) {
  .about__content {
    font-size: 16px;
  }
}

.footer .copyright {
  color: #fff;
  text-transform: uppercase;
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: 500;
  font-size: 16px;
}

.footer__bot {
  padding: 13px 0;
  background: url(../img/footer-bg.svg) no-repeat;
  background-size: cover;
}

@media (max-width: 1599px) {
  .footer__bot {
    background: #2b2a29;
    padding: 20px 0;
  }
}

.footer__conf {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.6);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media (max-width: 959px) {
  .footer__conf br {
    display: none;
  }
}
@media (max-width: 639px) {
  .footer__conf {
    font-size: 12px;
  }
}

.footer__conf a:hover {
  color: #54C153;
  text-decoration: none;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.footer .delta {
  opacity: 0.3;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  margin-top: 15px;
}

.footer .delta:hover {
  opacity: 0.7;
}

.soc__item {
  height: 50px;
  width: 50px;
  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;
  padding: 7px 7px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-right: 5px;
}

.soc__item:hover {
  -webkit-filter: drop-shadow(0px 8px 20px rgba(146, 137, 137, 0.24));
  filter: drop-shadow(0px 8px 20px rgba(146, 137, 137, 0.24));
}

.breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
}

.breadcrumb__arrow {
  display: inline-block;
  margin: 0 5px;
}

@media (max-width: 959px) {
  .benef__item {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.benef__icon {
  margin-left: -20px;
}

@media (min-width: 960px) and (max-width: 1199px) {
  .benef__icon {
    width: 190px;
  }
}

@media (max-width: 959px) {
  .benef__icon {
    margin: 0 auto;
    text-align: center;
  }
}

.benef__info {
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 23px;
  font-weight: 500;
  line-height: 150%;
}

@media (max-width: 1199px) {
  .benef__info {
    font-size: 18px;
  }
}

@media (max-width: 959px) {
  .benef__info {
    text-align: center;
    width: 100%;
    margin-top: -15px;
  }
}

.cert__title {
  background-color: #121212;
  background-image: linear-gradient(296.53deg, #105215 3.5%, #54C153 95.34%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.cert__subtitle {
  font-size: 33px;
  font-weight: 500;
  font-family: "Montserrat", Arial, sans-serif;
  color: #121212;
  text-align: center;
  margin: 0 0 0;
}

.cert__item {
  border-radius: 10px;
  overflow: hidden;
  -webkit-filter: drop-shadow(0px 8px 30px rgba(115, 62, 0, 0.24));
  filter: drop-shadow(0px 8px 30px rgba(115, 62, 0, 0.24));
  transition: ease 0.3s;
}
.cert__item:hover {
  transform: scale(1.05);
}

.cert__item img {
  border-radius: 10px;
}

.contacts p {
  font-size: 22px;
}

@media (max-width: 1199px) {
  .contacts p {
    font-size: 20px;
  }
}

@media (max-width: 959px) {
  .contacts p {
    font-size: 16px;
  }
}

.contacts__title {
  display: inline-block;
  text-align: left;
  background-color: #121212;
  background-image: linear-gradient(296.53deg, #105215 3.5%, #54C153 95.34%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.contacts__subtitle {
  color: #121212;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 25px;
  line-height: 150%;
  padding-left: 48px;
}

@media (max-width: 1199px) {
  .contacts__subtitle {
    font-size: 23px;
    padding-left: 35px;
  }
}

@media (max-width: 959px) {
  .contacts__subtitle {
    font-size: 20px;
    padding-left: 30px;
  }
}

.contacts__subtitle_phone {
  background: url(../img/h-phone.svg) 0 50% no-repeat;
}

@media (max-width: 959px) {
  .contacts__subtitle_phone {
    background-size: 20px;
  }
}

.contacts__subtitle_email {
  background: url(../img/h-email.svg) 0 50% no-repeat;
}

@media (max-width: 959px) {
  .contacts__subtitle_email {
    background-size: 20px;
  }
}

.contacts__subtitle_adds {
  background: url(../img/loc.svg) 0 50% no-repeat;
}

@media (max-width: 959px) {
  .contacts__subtitle_adds {
    background-size: 20px;
  }
}

.contacts__phone {
  display: block;
  color: #121212;
  text-decoration: none;
  font-size: 22px;
}

@media (max-width: 1199px) {
  .contacts__phone {
    font-size: 20px;
  }
}

@media (max-width: 959px) {
  .contacts__phone {
    font-size: 16px;
  }
}

.contacts__phone:first-child {
  margin-bottom: 0px;
}

.contacts__email {
  display: block;
  color: #121212;
  text-decoration: none;
  font-size: 22px;
}

@media (max-width: 1199px) {
  .contacts__email {
    font-size: 20px;
  }
}

@media (max-width: 959px) {
  .contacts__email {
    font-size: 16px;
  }
}

.contacts__schedule {
  margin-top: 5px;
  font-size: 16px !important;
}

@media (max-width: 959px) {
  .contacts__schedule {
    font-size: 14px !important;
  }
}

.map {
  position: relative;
  height: 462px;
  border-radius: 40px;
  -webkit-filter: drop-shadow(0px 8px 30px rgba(115, 62, 0, 0.24));
  filter: drop-shadow(0px 8px 30px rgba(115, 62, 0, 0.24));
  overflow: hidden;
}

@media (max-width: 639px) {
  .map {
    height: 300px;
  }
}

.map__pic {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.map script {
  position: relative;
  z-index: 5;
}

.uk-modal-dialog {
  border-radius: 35px;
}

#modal-call .uk-close svg,
#modal-writte .uk-close svg {
width: 25px;
}

#modal-call [class*=uk-modal-close-],
#modal-writte [class*=uk-modal-close-]{
  top: 15px;
  right: 15px;
}
.product .pagetitle {
  font-size: 30px;
  font-family: "Montserrat",Arial,sans-serif;
  margin-top: 0;
}
.product__pic {
  border-radius: 25px;
  filter: drop-shadow(0 8px 20px rgba(115,62,0,0.24));
  overflow: hidden;
}

.product__size {
  font-size: 20px;
  margin-bottom: 20px;
}

.product__size span {
  display: inline-block;
  margin-top: 7px;
  margin-left: 12px;
}

.product__info {
  font-weight: 400;
}

.product__info a {
  color: #105215;
  text-decoration: none;
  font-weight: 600;
}

.product__size span {
  display: inline-block;
  margin-top: 7px;
  margin-left: 12px;
  font-family: "Montserrat",Arial,sans-serif;
  font-weight: 600;
}

.header-phones-toggle{
  position: absolute;
  top: 100%;
  right: 0;
  background: #fff;
  padding: 15px 25px;
  border-radius: 15px;
  box-shadow: 0 5px 10px rgba(0,0,0,.25);
}
.header-phones-toggle a{
  text-decoration: none;
  color: #333;
  font-size: 18px;
  display: inline-block;
  font-weight: bold;
}
.header-phones-toggle a ~ a{
  margin-top: 8px;
  border-top: 1px solid #eee;
  padding-top: 8px;
}
.header__btn-wt{
  background: url("../img/icon_whatsapp.svg") no-repeat 50% 50%;
  background-size: 22px;
  border: 2px solid #389339;
}
.header__btn-wt span{
  background: none;
}
@media all and (max-width: 420px){
  .header__order-btn{
    color: transparent;
    position: relative;
    padding: 0;
    width: 51px;
    height: 51px;
  }
  .header__order-btn span{
    color: transparent!important;
  }
  .header__order-btn:after{
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 18px;
    height: 18px;
    transform: translate(-50%, -50%);
    background: url("../img/btn_header-order.svg") no-repeat 50% 50%;
    background-size: 100%;
  }
}
.wrapper-list-product-item-controller {
							position: relative;
							
						}
						
						.init_menu {
							display: flex !important;
						}
						
						.wrapper-list-product-item-controller .wrapper-list-product-item {
							display: flex;
							background: #fff;
							padding: 20px;
							margin-top: 10px;
							display: none;
							width: 380px;
						}
						
						.wrapper-list-product-item-controller .wrapper-main-list {
							width: 100%;
						}
						
						.wrapper-list-product-item-controller .wrapper-list-product-item li {
							list-style-type: none;
							border-bottom: 1px solid antiquewhite;
							padding: 5px;
							transition: all .3s;
						}
						
						.wrapper-list-product-item-controller .wrapper-list-product-item li:hover {
							background: linear-gradient(296.53deg,#105215 3.5%,#54C153 95.34%);
							transition: all .3s;
						}
						
						.wrapper-list-product-item-controller .wrapper-list-product-item li:hover a {
							color: #fff;
							transition: all .3s;
						}
						.wrapper-list-product-item-controller .wrapper-list-product-item a {
							text-decoration: none;
						}
						
						@media (max-width: 450px) {
							.wrapper-list-product-item-controller .wrapper-list-product-item {
								width: 100% !important;	
							}
							
							.separator_text {
								display: block;
							}
						}