/*******************************************************
 * Version: 1.0
 ******************************************************/
/**************************************************************** 
 * Begin Reset
 ****************************************************************/
@font-face {
  font-family: "Thunderhouse";
  src: url(../fonts/thunderhouse.otf);
}

* {
  margin: 0;
  padding: 0;
  outline: none;
  border: none;
  vertical-align: baseline;
  box-sizing: border-box;
}

html {
  line-height: 1;
  height: 100%;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

audio:not([controls]) {
  display: none;
}

ol,
ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption,
th,
td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q,
blockquote {
  quotes: none;
}

q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
  content: none;
}

input {
  vertical-align: middle;
}

input[type="submit"],
input[type="button"],
button {
  cursor: pointer;
}

textarea {
  resize: none;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  background-color: transparent;
  transition: background-color 5000s ease-in-out 0s;
}

strong {
  font-weight: 700;
}

em {
  font-style: italic;
}

img {
  vertical-align: bottom;
}

/* End Reset
 ****************************************************************/
/****************************************************************
 * Begin Base - First layer
 ****************************************************************/
@font-face {
  font-family: "eurofurence";
  src: url("/files/fonts/eurofurence.ttf") format("truetype");
}
@font-face {
  font-family: "bebasbold";
  src: url("/files/fonts/bebasbold.ttf") format("truetype");
}
@font-face {
  font-family: "MyriadPro";
  src: url("/files/fonts/MyriadPro-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "CeraProMedium";
  src: url("/files/fonts/CeraPro-Medium.ttf") format("truetype");
}
@font-face {
  font-family: "CeraProBold";
  src: url("/files/fonts/CeraPro-Bold.ttf") format("truetype");
}
html {
  scroll-behavior: smooth;
}

body {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  margin: 0 auto;
  background: url("/files/img/bg.jpg");
  background-size: 100% auto;
  color: #000;
  font: 1vw/1vw "eurofurence", sans-serif;
  font-size: 1.71875vw;
  line-height: 1.64063vw;
}
body.overflow {
  overflow: hidden;
}

a {
  color: #3b3b3b;
  text-decoration: underline;
  -moz-transition: color 0.3s linear;
  -o-transition: color 0.3s linear;
  -webkit-transition: color 0.3s linear;
  transition: color 0.3s linear;
}
a:hover {
  color: #437e9b;
  text-decoration: none;
  -moz-transition: color 0.3s linear;
  -o-transition: color 0.3s linear;
  -webkit-transition: color 0.3s linear;
  transition: color 0.3s linear;
}

/* Wrapper */
.main-w {
  width: 100%;
  max-width: 1250px;
  padding: 0 70px;
  margin: 0 auto;
}

.main-part {
  flex: 1 0 auto;
}

/* Heading */
.t-1,
h1 {
  font: 20px/30px Arial, sans-serif;
  color: #000;
  margin: 0 0 21px;
}

.t-2,
h2 {
  font: 18px/28px Arial, sans-serif;
  color: #000;
  margin: 0 0 21px;
}

.t-3,
h3,
h4,
h5,
h6 {
  font: 16px/26px Arial, sans-serif;
  color: #000;
  margin: 0 0 21px;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* Button */
.btn {
  padding: 0.7vw;
  border: 0.3vw solid #bb0d27;
  text-decoration: none;
  color: #fff;
  font-size: 3.6vw;
}

.btn:hover {
  color: #fff;
}

.btn span {
  display: inline-block;
  padding: 2.05vw 2.3vw 2.83vw;
  background-color: #bb0d27;
}

/* Inputs */
/* Form */
/* Pagination */
/* Breadcrumbs */
/* End Base - First layer
 ****************************************************************/
/****************************************************************
 * Begin Project - Second layer
 ****************************************************************/
.eggs {
  display: flex;
}
.eggs__i {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: calc(324vw / 28.74);
}
.eggs__i__pic {
  width: calc(216vw / 28.74);
  height: calc(208vw / 28.74);
}
.eggs__i__tx {
  margin-top: calc(15vw / 28.74);
  font-size: calc(32vw / 28.74);
  line-height: calc(36vw / 28.74);
  color: #f1ecd5;
  text-align: center;
  text-transform: uppercase;
}
.eggs__i__tx_m {
  color: #654a83;
}
.buy {
  width: calc(319vw / 28.74);
  height: calc(111vw / 28.74);
  background: url("/files/img/buy.jpg") no-repeat;
  background-size: 100% 100%;
}
.buy-btn {
  display: inline-block;
  width: calc(106vw / 28.74);
  height: calc(115vw / 28.74);
  margin-left: calc(17vw / 28.74);
  background: url("/files/img/buybtn.png") no-repeat;
  background-size: 100% 100%;
}
.menu-block {
  position: absolute;
  right: 0;
  top: calc(-22vw / 28.74);
  width: calc(604vw / 28.74);
  height: calc(289vw / 28.74);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  cursor: pointer;
  z-index: 8;
}
.menu-block_m {
  top: calc(-195vw / 28.74);
}
.menu-block_light {
  background-image: url("/files/img/menu-light.png");
}
.menu-block_dark {
  background-image: url("/files/img/menu-dark.png");
}
.menu-block_fixed {
  position: fixed;
  top: 0;
  right: 0;
}
.main {
  position: relative;
}
.header__main-link {
  position: absolute;
  top: calc(964vw / 28.74);
  left: calc(1148vw / 28.74);
  width: calc(590vw / 28.74);
  height: calc(540vw / 28.74);
}
.header__main-link_m {
  top: calc(87vw / 28.74);
  left: calc(288vw / 28.74);
  width: calc(606vw / 28.74);
  height: calc(545vw / 28.74);
  background: url("/files/img/logohm.png") no-repeat;
  background-size: 100% 100%;
}
/* Modules
 *********************************/
.main-map {
  position: relative;
  height: calc(1701vw / 28.74);
  background: url("/files/img/main.jpg") no-repeat;
  background-size: 100% 100%;
}
.main-map__t {
  position: absolute;
  /* bottom: calc(115vw / 28.74); */
  top: calc(1435vw / 28.74);
  left: 0;
  right: 0;
  text-align: center;
  color: #7d4798;
  font-size: calc(96vw / 28.74);
  line-height: calc(23vw / 28.74);
  letter-spacing: 0.2vw;
}
.main-map__menu__i {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  text-decoration: none;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
}
.main-map__menu__i:hover {
  color: #fff;
}
.main-map__menu__i_1 {
  top: calc(417vw / 28.74);
  left: calc(488vw / 28.74);
  width: calc(284vw / 28.74);
  height: calc(260vw / 28.74);
  background-image: url("/files/img/menu1.png");
  font-size: calc(48vw / 28.74);
  line-height: calc(52vw / 28.74);
}
.main-map__menu__i_2 {
  top: calc(646vw / 28.74);
  left: calc(83vw / 28.74);
  width: calc(495vw / 28.74);
  height: calc(456vw / 28.74);
  background-image: url("/files/img/menu2.png");
  font-size: calc(50vw / 28.74);
  line-height: calc(56vw / 28.74);
}
.main-map__menu__i_3 {
  top: calc(1147vw / 28.74);
  left: calc(338vw / 28.74);
  width: calc(370vw / 28.74);
  height: calc(353vw / 28.74);
  background-image: url("/files/img/menu3.png");
  font-size: calc(50vw / 28.74);
  line-height: calc(56vw / 28.74);
}
.main-map__menu__i_4 {
	top: calc(403vw / 28.74);
	right: calc(261vw / 28.74);
	width: calc(512vw / 28.74);
	height: calc(472vw / 28.74);
	padding-top: calc(75vw / 28.74);
	background-image: url(/files/img/menu4.png);
	font-size: calc(46vw / 28.74);
	line-height: calc(60vw / 28.74);
}
.main-map__menu__i_4 span {
  font-size: calc(60vw / 28.74);
  line-height: calc(60vw / 28.74);
}
.main-map__menu__i_5 {
	top: calc(1034vw / 28.74);
	right: calc(419vw / 28.74);
	width: calc(423vw / 28.74);
	height: calc(358vw / 28.74);
	padding-left: calc(53vw / 28.74);
	background-image: url(/files/img/menu5.png);
	font-size: calc(42vw / 28.74);
	line-height: calc(56vw / 28.74);
	color: #573e7e;
}
.main-map__menu__i_5:hover {
  color: #573e7e;
}
.main-map__menu__i_5 span {
  font-size: calc(54vw / 28.74);
  line-height: calc(56vw / 28.74);
}
.main-map__menu__i_6 {
  top: calc(1237vw / 28.74);
  right: calc(545vw / 28.74);
  width: calc(298vw / 28.74);
  height: calc(273vw / 28.74);
  padding-top: calc(58vw / 28.74);
  background-image: url("/files/img/menu6.png");
  font-size: calc(32vw / 28.74);
  line-height: calc(48vw / 28.74);
}
.main-map__menu__i_6 span {
  font-size: calc(44vw / 28.74);
  line-height: calc(48vw / 28.74);
}
.header {
  position: relative;
  width: 100%;
  height: calc(1628vw / 28.74);
  background: url("/files/img/header.png") no-repeat;
  background-size: 100% 100%;
}
.header_m {
  height: calc(1527vw / 28.74) !important;
  background-image: url("/files/img/headerm.png");
  background-size: 100% auto;
}
.headermburger {
  position: absolute;
  left: 50%;
  top: calc(160vw / 19.2);
  transform: translateX(-50%);
  width: calc(1296vw / 28.74);
  height: calc(1320vw / 28.74);
  background-image: url("/files/img/bigburger.png");
  background-size: 100% 100%;
}
.meatnadp {
  position: absolute;
  right: calc(20vw / 19.2);
  top: calc(390vw / 19.2);
  width: calc(795vw / 28.74);
  height: calc(515vw / 28.74);
  background-image: url("/files/img/nadp.png");
  background-size: 100% 100%;
}
.header__info {
  position: absolute;
  left: calc(217vw / 28.74);
  top: calc(847vw / 28.74);
  color: #fffefe;
}
.header__info_m {
  top: calc(693vw / 28.74);
  color: #2a2a2a;
}
.header__info__t {
  width: calc(650vw / 28.74);
  font-family: "CeraProMedium";
  font-size: calc(58vw / 28.74);
  line-height: calc(58vw / 28.74);
}
.header__info__tx {
  position: relative;
  width: calc(560vw / 28.74);
  margin-top: calc(42vw / 28.74);
  font-family: "MyriadPro";
  font-size: calc(38vw / 28.74);
  line-height: calc(42vw / 28.74);
}
.header__info__tx::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: calc(-35vw / 28.74);
  width: calc(28vw / 28.74);
  height: calc(40vw / 28.74);
  background: url("/files/img/arrow.png") no-repeat;
  background-size: 100% 100%;
}
.header__menu {
  position: fixed;
  top: -0.4vw;
  right: calc(-170vw / 28.74);
  /* width: calc(786vw / 28.74);
  height: calc(291vw / 28.74); */
  /* width: calc(786vw / 28.74);
  height: calc(291vw / 28.74); */
  width: calc(609vw / 28.74);
  height: calc(284vw / 28.74);
  background: url("/files/img/menu-top.png") no-repeat;
  /* background: url("/files/img/menu.svg") no-repeat; */
  background-size: 100% 100%;
  cursor: pointer;
  z-index: 15;
}
.header__menu_dark {
  top: -0.4vw;
  right: 0;
  width: calc(389vw / 28.74);
  height: calc(284vw / 28.74);
  background-image: url("/files/img/menu-top-dark.png");
}
.header__menu::after {
  content: "";
  position: absolute;
  left: calc(311vw / 28.74);
  /* bottom: calc(140vw / 28.74); */
  bottom: calc(106vw / 28.74);
  width: calc(93vw / 28.74);
  height: calc(23vw / 28.74);
  transform: translateX(-50%);
  background: url("/files/img/gyp.png") no-repeat;
  background-size: 100% 100%;
}
.header__menu_dark::after {
  left: calc(271vw / 28.74);
  bottom: calc(94vw / 28.74);
  background-image: url("/files/img/gyp-lt.png");
}
.header__menu.open::after {
  /* bottom: calc(119vw / 28.74); */
  bottom: calc(89vw / 28.74);
  width: calc(65vw / 28.74);
  height: calc(65vw / 28.74);
  background-image: url("/files/img/close.svg");
}
.header__menu_dark.open::after {
  bottom: calc(74vw / 28.74);
  background-image: url("/files/img/close-lt.svg");
}
.slider-product {
  position: relative;
  width: 100%;
  height: calc(1733vw / 28.74);
  padding-top: calc(206vw / 28.74);
  padding-left: calc(374vw / 28.74);
  padding-right: calc(290vw / 28.74);
  z-index: 1;
}
.slider-product.slider__meat {
  padding-top: calc(166vw / 28.74);
}
.slider-product::before {
  content: "";
  position: absolute;
  left: 0;
  top: calc(170vw / 28.74);
  width: calc(302vw / 28.74);
  height: calc(1048vw / 28.74);
  background: url("/files/img/fr.png") no-repeat;
  background-size: 100% 100%;
  z-index: -1;
}
.slider-product_m {
  height: calc(1358vw / 28.74) !important;
  background: url("/files/img/meadbgpr.png") center top no-repeat;
  background-size: cover;
}
.slider-product_m::before {
  top: calc(100vw / 19.2);
  width: calc(306vw / 28.74);
  height: calc(1083vw / 28.74);
  background-image: url("/files/img/frm.png");
}
.slider-product img {
  max-width: 100%;
  margin: 0 auto;
}
.slider-product__info {
  padding-left: calc(129vw / 28.74);
}
.slider-product .slick-track {
  display: flex;
  align-items: flex-start;
}
.slider-product__img-wrap {
  display: flex;
  align-items: flex-end;
  height: calc(648vw / 19.2);
}
.detail-product__where {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: calc(38vw / 19.2);
  height: calc(58vw / 19.2);
  width: calc(227vw / 19.2);
  background-color: #604c81;
  color: #b4d787;
  text-decoration: none;
  font-size: 1.71875vw;
  line-height: 1.64063vw;
}
.detail-product__where:hover {
  background-color: #604c81d5;
  color: #b4d787;
}
.slider-product__top {
  display: flex;
  align-items: flex-end;
}
.slider-product__t {
  padding-bottom: calc(3vw / 28.74);
  font-family: "CeraProBold";
  font-size: calc(56vw / 28.74);
  line-height: calc(56vw / 28.74);
  color: #654a83;
  text-decoration: none;
}
.slider-product__t_m {
  color: #fff;
}
.slider-product__tx {
  padding-bottom: 15px;
  font-family: "CeraProBold";
  font-size: calc(34vw / 28.74);
  line-height: calc(32vw / 28.74);
  color: #2a2a2a;
}
.slick-prev {
  position: absolute;
  left: calc(286vw / 28.74);
  top: calc(740vw / 28.74);
  width: calc(88vw / 28.74);
  height: calc(64vw / 28.74);
  background: url("/files/img/arrow-left.png") no-repeat;
  background-size: 100% 100%;
  text-indent: -999999px;
}
.slick-next {
  position: absolute;
  right: calc(202vw / 28.74);
  top: calc(740vw / 28.74);
  width: calc(88vw / 28.74);
  height: calc(64vw / 28.74);
  background: url("/files/img/arrow-right.png") no-repeat;
  background-size: 100% 100%;
  text-indent: -999999px;
}
.slider-product.slider__meat .slick-prev,
.slider-product.slider__meat .slick-next {
  top: calc(550vw / 28.74);
}
.hi-info {
  position: relative;
  width: 100%;
  height: calc(1597vw / 28.74) !important;
  padding-left: calc(590vw / 28.74);
  padding-top: calc(284vw / 28.74);
  background: url("/files/img/hibg.png") right top no-repeat;
  background-size: calc(1209vw / 28.74) calc(1556vw / 28.74);
  z-index: 1;
}
.hi-info::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  width: calc(768vw / 28.74);
  height: calc(821vw / 28.74);
  background: url("/files/img/nuts.png") no-repeat;
  background-size: 100% 100%;
  z-index: -1;
}
.hi-info_meat {
  background-image: url("/files/img/hibgm.png");
  background-size: calc(1211vw / 28.74) calc(1521vw / 28.74);
}
.hi-content__t {
  padding-left: calc(70vw / 28.74);
}
.hi-content__img {
  width: calc(802vw / 28.74);
  height: calc(374vw / 28.74);
}
.hi-content__tx {
  width: calc(1050vw / 28.74);
  margin-top: calc(48vw / 28.74);
  font-size: calc(48vw / 28.74);
  line-height: normal;
  color: #5c4976;
  letter-spacing: calc(3vw / 28.74);
}
.trees {
  position: relative;
  width: 100%;
  height: calc(1622vw / 28.74);
  background: url("/files/img/tree.jpg") no-repeat;
  background-size: 100% 100%;
}
.trees_m {
  height: calc(1622vw / 28.74) !important;
  background-image: url("/files/img/treem.jpg");
}
.trees__love {
  position: absolute;
  top: calc(414vw / 28.74);
  left: 0;
  width: calc(1059vw / 28.74);
  height: calc(539vw / 28.74);
  background: url("../img/lovenature.png") center center no-repeat;
  background-size: 100% 100%;
}
.trees__lovem {
  top: calc(228vw / 28.74);
  left: 0;
  width: calc(1057vw / 28.74);
  background-image: url("../img/lovenaturem.png");
}
.trees__together {
  position: absolute;
  bottom: calc(250vw / 28.74);
  right: calc(87vw / 28.74);
  width: calc(881vw / 28.74);
  height: calc(521vw / 28.74);
  background: url("../img/togetherhi.png") center center no-repeat;
  background-size: 100% 100%;
}
.trees__togetherm {
  bottom: calc(110vw / 28.74);
}
.trees__eggs {
  position: absolute;
  bottom: calc(60vw / 28.74);
  left: 0;
}
.teknologies {
  position: relative;
  width: 100%;
  height: calc(1702vw / 28.74) !important;
  background: url("/files/img/teknology.png") no-repeat;
  background-size: calc(2621vw / 28.74) calc(1704vw / 28.74);
}
.teknologies_m {
  background-image: url("/files/img/teknologym.png");
  background-size: calc(2874vw / 28.74) calc(1704vw / 28.74);
}
.teknologies__i {
  position: absolute;
  color: #654a83;
  font-size: calc(52vw / 28.74);
  line-height: normal;
}
.teknologies__i_1 {
  top: calc(161vw / 28.74);
  left: calc(1009vw / 28.74);
}
.teknologies__i_2 {
  top: calc(540vw / 28.74);
  left: calc(1789vw / 28.74);
}
.teknologies__i_3 {
  top: calc(944vw / 28.74);
  left: calc(688vw / 28.74);
}
.teknologies__i_4 {
  top: calc(1183vw / 28.74);
  left: calc(1953vw / 28.74);
}
.teknologies__i_5 {
  top: calc(224vw / 28.74);
  left: calc(1010vw / 28.74);
}
.teknologies__i_6 {
  top: calc(620vw / 28.74);
  left: calc(1849vw / 28.74);
}
.teknologies__i_7 {
  top: calc(971vw / 28.74);
  left: calc(737vw / 28.74);
}
.teknologies__i_8 {
  top: calc(1183vw / 28.74);
  left: calc(2026vw / 28.74);
}

.slider-list {
  display: flex;
  height: calc(1608vw / 28.74) !important;
}
.slider-list .fp-tableCell {
}
.slider-list__left {
  width: calc(1391vw / 28.74);
  background: url("/files/img/phone.png") right top no-repeat;
  background-size: calc(1294vw / 28.74) calc(1608vw / 28.74);
}
.slider-list__right {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: calc(100% - calc(1391vw / 28.74));
  padding-left: calc(230vw / 28.74);
  padding-bottom: calc(253vw / 28.74);
  background: url("/files/img/news-b.png") center bottom no-repeat;
  background-size: calc(1200vw / 28.74) calc(307vw / 28.74);
  color: #5c4976;
}
.slider-list__img {
  width: calc(730vw / 28.74);
  height: calc(140vw / 28.74);
  margin-left: calc(52vw / 28.74);
}
.slider-list__tx {
  margin-top: calc(80vw / 28.74);
  font-size: calc(48vw / 28.74);
  line-height: normal;
}

.slick-slider.slider-vertical {
  position: static !important;
}
.slider-vertical .slick-prev {
  left: calc(60vw / 28.74);
  top: calc(560vw / 28.74);
  transform: rotate(90deg);
}
.slider-vertical .slick-next {
  left: calc(60vw / 28.74);
  top: calc(966vw / 28.74);
  transform: rotate(90deg);
}

.footer {
  position: relative;
  height: calc(1978vw / 28.74) !important;
  background: url("/files/img/footer.png") no-repeat;
  background-size: 100% auto;
}
.footer_m {
  background-color: #aad982;
}
.footer__buy {
  position: absolute;
  top: calc(1224vw / 28.74);
  right: calc(514vw / 28.74);
}
.footer__info {
  position: absolute;
  top: calc(1714vw / 28.74);
  left: calc(161vw / 28.74);
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: calc(1350vw / 28.74);
  color: #654a83;
  font-size: calc(26vw / 28.74);
  line-height: normal;
}
.footer__info__left {
  display: flex;
  align-items: center;
}
.footer__logo {
  width: calc(207vw / 28.74);
  height: calc(186vw / 28.74);
  margin-right: calc(87vw / 28.74);
  background: url("/files/img/mlogo.png") no-repeat;
  background-size: 100% 100%;
}
.footer__menu {
  position: absolute;
  top: calc(1596vw / 28.74);
  right: calc(111vw / 28.74);
}
.footer__menu__logo {
  position: relative;
  left: calc(-2vw);
  width: calc(798vw / 28.74);
  height: calc(80vw / 28.74);
  background: url("/files/img/hilogo.png") no-repeat;
  background-size: 100% 100%;
}
.footer__menu__bottom {
  display: flex;
  align-items: center;
  margin-top: calc(75vw / 28.74);
}
.footer__menu__soc {
}
.footer__menu__items {
  margin-left: calc(84vw / 28.74);
}
.footer__menu__i {
  display: inline-block;
  margin-right: calc(48vw / 28.74);
  font-size: calc(40vw / 28.74);
  line-height: normal;
  color: #654a83;
  text-decoration: none;
  text-transform: uppercase;
}
.footer__menu__i_top {
  margin-bottom: calc(24vw / 28.74);
}
.footer__menu__soc__i {
  display: inline-block;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.footer__menu__soc__i + .footer__menu__soc__i {
  margin-left: calc(62vw / 28.74);
}
.footer__menu__soc__i_fb {
  width: calc(96vw / 28.74);
  height: calc(96vw / 28.74);
  background-image: url("/files/img/face.png");
}
.footer__menu__soc__i_insta {
  width: calc(99vw / 28.74);
  height: calc(99vw / 28.74);
  background-image: url("/files/img/insta.svg");
}

.contacts {
  display: flex;
  height: 100vh;
}
.contacts__menu {
  position: relative;
  width: calc(417vw / 19.2);
  flex: 0 0 calc(417vw / 19.2);
  padding-top: calc(327vw / 19.2);
  padding-bottom: calc(191vw / 19.2);
  padding-left: calc(82vw / 19.2);
  background-color: #fff;
  z-index: 2;
}
.contacts__menu::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: calc(487vw / 19.2);
  height: calc(207vw / 19.2);
  background: url("/files/img/contactslb.png") no-repeat;
  background-size: 100% 100%;
}
.contacts__menu::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: calc(486vw / 19.2);
  height: calc(351vw / 19.2);
  background: url("/files/img/contactslt.png") no-repeat;
  background-size: 100% 100%;
}
.contacts__menu__t {
  font-family: "CeraProBold";
  /* text-transform: uppercase; */
  font-size: calc(22vw / 19.2);
}
.contacts__menu__tabs {
  display: flex;
  width: calc(257vw / 19.2);
  margin-top: calc(19vw / 19.2);
}
.contacts__menu__tabs li {
  position: relative;
}
.contacts__menu__tabs li a {
  color: #adadad;
  font-weight: bold;
  font-size: calc(13vw / 19.2);
  text-transform: uppercase;
  margin: 0 !important;
  padding: 10px;
  border: 0 !important;
  font-family: "CeraProBold";
  text-decoration: none;
}
.ic-shop {
  -webkit-mask: url(/files/img/icon-shop.svg) no-repeat;
  mask: url(/files/img/icon-shop.svg) no-repeat;
}
.ic-restaurant {
  -webkit-mask: url(/files/img/icon-restaurant.svg) no-repeat;
  mask: url(/files/img/icon-restaurant.svg) no-repeat;
}
.ic-delivery {
  -webkit-mask: url(/files/img/icon-delivery.svg) no-repeat;
  mask: url(/files/img/icon-delivery.svg) no-repeat;
}
.list-empty {
  font-size: calc(12vw / 19.2);
}
.rty {
  position: absolute;
  top: 0;
  left: 0;
  width: calc(785vw / 19.2);
  height: calc(360vw / 19.2);
  background: url("/files/img/rty.png") no-repeat;
  background-size: 100% 100%;
  z-index: 3;
}
.contacts__a {
  position: absolute;
  top: calc(65vw / 19.2);
  left: calc(209vw / 19.2);
  width: calc(285vw / 19.2);
  height: calc(259vw / 19.2);
  background: url("/files/img/rtya.png") no-repeat;
  background-size: 100% 100%;
  z-index: 4;
}
.contacts__menu__tabs i {
  width: 32px;
  height: 32px;
  border-radius: 12px;
  display: inline-block;
  text-align: center;
  float: left;
  margin-right: 5px;
  background-color: #adadad;
  -webkit-mask-size: 100%;
  mask-size: 100%;
}
.contacts__menu__tabs li.active i {
  background-color: #3c7c1e;
  border-color: #3c7c1e;
}
.contacts__menu__tabs li.active a {
  color: #3c7c1e;
  background: transparent;
}
.contacts__menu__tabs li a span {
  display: inline-block;
  padding: 4px 0;
  border-bottom: 2px solid transparent;
}
.contacts__menu__tabs li.active a span {
  border-bottom-color: #3c7c1e;
}
.contacts__map {
  position: relative;
  width: calc(100% - calc(417vw / 19.2));
  flex: 0 0 calc(100% - calc(417vw / 19.2));
}
.contacts__map::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: calc(601vw / 19.2);
  height: calc(184vw / 19.2);
  background: url("/files/img/contactsrb.png") no-repeat;
  background-size: 100% 100%;
  z-index: 2;
}
.contacts__map::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: calc(749vw / 19.2);
  height: calc(263vw / 19.2);
  background: url("/files/img/contactsrt.png") no-repeat;
  background-size: 100% 100%;
  z-index: 2;
}
#map {
  height: 100vh;
}
#shops ul {
  width: calc(268vw / 19.2);
  height: calc(285vw / 19.2);
  overflow-y: scroll;
  font-family: "CeraProBold";
}
#shops ul li {
  padding: calc(15vw / 19.2) 0;
  border-bottom: 1px solid #cfd2ce;
}
#shops .name {
  font-size: calc(24vw / 19.2);
  line-height: normal;
  color: #006743;
}
#shops .address {
  margin-top: calc(16px / 19.2);
  font-size: calc(18vw / 19.2);
  line-height: normal;
  color: #010400;
}

ymaps[class*="islands_cluster"] {
  width: 46px !important;
  height: 46px !important;
  background-image: url("/files/img/cluster46.png");
  background-size: 46px 46px;
}
ymaps[class*="islands_cluster"] > ymaps {
  width: 46px !important;
  height: 46px !important;
  top: 0 !important;
  display: flex;
  align-items: center;
  justify-content: center;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgb(0 0 0 / 20%);
  box-shadow: 0 5px 10px rgb(0 0 0 / 20%);
  line-break: auto;
}
#map .popover {
  color: #484848;
  font-size: 16px;
  font-weight: normal;
  margin: 0;
  max-width: 290px;
  width: 290px;
  background: #fff;
  box-shadow: 0px 5px 9px rgb(0 0 0 / 14%);
  border-radius: 10px;
  position: relative;
  display: block;
  border: 0;
}
#map .popover {
  margin-top: -50px;
}
#map .popover .popover-inner {
  padding: 15px 30px 30px;
}
.p_title {
  color: #3c7c1e;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 16px;
  display: block;
  line-height: 32px;
  margin-bottom: 10px;
  margin-left: -7px;
  letter-spacing: 2px;
}
#map .popover i {
  width: 32px;
  height: 32px;
  border-radius: 12px;
  display: inline-block;
  text-align: center;
  float: left;
  margin-right: 5px;
  background-color: #adadad;
  -webkit-mask-size: 100%;
  mask-size: 100%;
}
#map .popover i {
  background-color: #006743;
  border-color: #006743;
}
#map .popover-inner .p_title i {
  margin-right: 8px;
}
#map .popover-inner .p_title {
  color: #006743;
}
#map .popover-inner .p_name {
  font-size: 28px;
  font-weight: bold;
  color: #006743;
}
#map .popover-inner .p_address {
  font-size: 15px;
  line-height: normal;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: 0.2;
}
#map .popover .close {
  position: absolute;
  right: 12px;
  top: 20px;
  font-size: 20px;
  text-decoration: none !important;
  font-weight: 300;
  width: 10px;
  height: 10px;
  line-height: 14px;
  vertical-align: middle;
  text-align: center;
  display: inline-block;
}

#menu-common {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  padding-top: calc(56vw / 19.2);
  /* background: url("/files/img/menubg.jpg"); */
}
.menu-common {
  /* display: none; */
  flex-direction: column;
  align-items: center;
  z-index: -100;
}
.menu-common_active {
  display: flex;
  z-index: 10;
}
/* #menu-common::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: calc(759vw / 19.2);
  height: calc(424vw / 19.2);
  background: url("/files/img/menubgaft.png") no-repeat;
  background-size: 100% 100%;
  z-index: -1;
}
#menu-common::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: calc(683vw / 19.2);
  height: calc(409vw / 19.2);
  background: url("/files/img/menubgbef.png") no-repeat;
  background-size: 100% 100%;
  z-index: -1;
} */
.menu-common__logo {
  width: calc(507vw / 28.77);
  height: calc(500vw / 28.77);
}
.menu-common__nav {
  display: flex;
  width: calc(1025vw / 19.2);
  margin-top: calc(27vw / 19.2);
}
.menu-common__nav__i {
  display: flex;
  flex-direction: column;
  flex: 0 0 50%;
}
.menu-transition-container_where .menu-common__nav {
  width: calc(799vw / 19.2);
  margin-top: calc(-21vw / 19.2);
  z-index: 2;
}
.menu-transition-container_where .menu-common__nav__i {
  flex: 0 0 100%;
  height: calc(602vw / 19.2);
  overflow-y: scroll;
}
.menu-transition-container_where .menu-common__nav__i::-webkit-scrollbar {
  width: 0;
}
.menu-transition-container_where .menu-common__nav__i {
  -ms-overflow-style: none;
}
.menu-transition-container_where .menu-common__nav__i {
  overflow: -moz-scrollbars-none;
}
.menu-transition-container_where .menu-common__nav__i .menu-common__nav__i__w {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #b5d787;
  font-size: calc(65.52vw / 19.2);
  line-height: normal;
  text-decoration: none;
  padding-bottom: calc(14vw / 19.2);
}
.menu-common__nav__i__a-icon {
  width: calc(83vw / 19.2);
  min-width: calc(83vw / 19.2);
  height: calc(70vw / 19.2);
  background: url("../img/iconmenua.png") no-repeat;
  background-size: 100% 100%;
}
.menu-transition-container_where
  .menu-common__nav__i__w
  + .menu-common__nav__i__w {
  padding-top: calc(18vw / 19.2);
  border-top: calc(3vw / 19.2) dashed #b5d787;
}
.menu-transition-container_where #menu-common {
  padding-top: calc(33vw / 19.2);
}

.menu-transition-container {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  /* background: url("/files/img/menubg.jpg"); */
  z-index: -99;
  /* transition: opacity .3s linear; */
}
.circle-trans {
  /* --ct-size: 35vw; */
  /* --ct-size: calc(100% + 60vw); */
  /* width: var(--ct-size); */
  /* height: calc(100% + 40vw); */
  position: absolute;
  background: url("/files/img/menubg.jpg");
  /* border-radius: 100%; */
  /* right: 0; */
  /* bottom: 0; */
  opacity: 0;
  /* transform: translate(0px, 0px); */
  /* -webkit-transform-origin: center center; */
  /* transform-origin: center center; */
  z-index: 1;
  overflow: hidden;
  /* transition: opacity .3s linear; */
  /* animation: fullScaleRev .3s; */
  width: 100vw;
  height: 100vh;
}
.prmn-cmngr {
  position: absolute;
  top: calc(50vw / 28.74);
  left: calc(505vw / 28.74);
  z-index: 100;
}
.prmn-cmngr__title {
  display: none;
  font-size: calc(24.71vw / 28.74);
  line-height: calc(21.22vw / 28.74);
  padding-top: calc(28vw / 28.74);
  padding-bottom: calc(28vw / 28.74);
}
.prmn-cmngr__title_show {
  display: block;
}
.prmn-cmngr__confirm {
  padding-top: calc(2vw / 28.74);
  font-size: calc(24.71vw / 28.74);
  line-height: calc(21.22vw / 28.74);
  color: #5b5e60;
}
.prmn-cmngr__confirm_hide {
  display: none;
}
.prmn-cmngr__confirm-btns input {
  color: #65287f;
  border: 2px solid #65287f;
  border-radius: 10px;
  font-size: calc(22vw / 28.74);
  line-height: calc(31.39vw / 28.74);
  background-color: #fffef5;
  margin-right: calc(26vw / 28.74);
}
.prmn-cmngr__confirm-btns input:hover,
.prmn-cmngr__confirm-btns input.btn-primary {
  color: #fff;
  background-color: #65287f;
}
.prmn-cmngr__confirm-btns {
  margin-left: calc(21vw / 28.74);
}
.prmn-cmngr__content {
  display: flex;
  align-items: center;
}
.prmn-cmngr__content__vector {
  display: inline-block;
  width: calc(26vw / 28.74);
  height: calc(27vw / 28.74);
  margin-right: calc(17vw / 28.74);
  background: url("/files/img/vectors.png") no-repeat;
  background-size: 100% 100%;
}
@keyframes fullScale {
  from {
    /* right: -5.6vw;
    top: 10vw;
    --ct-size: 35vw; */
    opacity: 0;
    /* transform: scale(0, 0); */
    /* border-radius: 100%; */
  }
  to {
    /* right: 0;
    top: 0;
    --ct-size: 100%; */
    /* transform: scale(1, 1); */
    opacity: 1;
    /* border-radius: 0; */
  }
}
.circle-trans.animate {
  /* animation: fullScale .3s; */
  /* right: 0;
  top: 0;
  --ct-size: 100%; */
  /* transform: scale(1, 1); */
  opacity: 1;
  /* transition: opacity .3s linear; */
  /* border-radius: 0; */
}
.menu-common::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: calc(759vw / 19.2);
  height: calc(424vw / 19.2);
  background: url("/files/img/menubgaft.png") no-repeat;
  background-size: 100% 100%;
  z-index: -1;
}
.menu-transition-container_where .menu-common::after {
  z-index: 0;
}
.menu-common::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: calc(683vw / 19.2);
  height: calc(409vw / 19.2);
  background: url("/files/img/menubgbef.png") no-repeat;
  background-size: 100% 100%;
  z-index: -1;
}

.menu-holder {
  --menu-bg: white;
  width: 100vw;
  height: 100%;
  height: calc(var(--vh, 1vh) * 100);
  pointer-events: none;
  color: #f6fae9;
  position: fixed;
  overflow: hidden;
  z-index: 4;
  display: flex;
  align-items: center;
  mix-blend-mode: lighten;
}
.menu-holder .menu-toggle {
  width: 100vw;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  position: absolute;
  pointer-events: none;
}
.menu-holder .menu-toggle .close-action,
.menu-holder .menu-toggle .open-action {
  /* width: 18vw;
  height: 5.9vw; */
  position: absolute;
  top: 0;
  right: calc(188vw / 28.74);
  width: calc(786vw / 28.74);
  height: calc(291vw / 28.74);
  background-size: contain !important;
  -o-object-fit: contain;
  object-fit: contain;
  background-repeat: none;
}
.menu-holder .menu-toggle .close-action {
  z-index: 3;
  opacity: 0;
  pointer-events: none;
}
.menu-holder .menu-toggle .close-action svg {
  position: absolute;
  width: 1.5vw;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-64%);
  transform: translateX(-50%) translateY(-64%);
  top: 50%;
}
.menu-holder .menu-toggle .open-action {
  pointer-events: all;
  z-index: 2;
}
.menu-holder .menu-toggle .menu-bg {
  margin-top: -1px;
  -webkit-transform-origin: top center;
  transform-origin: top center;
  z-index: 1;
}
.menu-holder .menu-toggle .squiggle-container {
  position: absolute;
  top: 2vw;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: 2.5vw;
  z-index: 1;
  transition: opacity 0.33s;
  pointer-events: none;
}
.menu-holder .menu-toggle .menu-transition-container {
  width: 100vw;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  position: relative;
  pointer-events: none;
}
.menu-holder .menu-toggle .menu-transition-container .circle-trans {
  --ct-size: 35vw;
  width: var(--ct-size);
  height: var(--ct-size);
  position: absolute;
  background: white;
  border-radius: 100%;
  right: -5.6vw;
  top: 10vw;
  opacity: 0;
  -webkit-transform-origin: center center;
  transform-origin: center center;
  z-index: 1;
}
.menu-holder .menu-toggle .menu-transition-container .lottie-trans {
  width: 34.3vw;
  height: 45vw;
  position: absolute;
  left: 70.3vw;
  background-size: contain !important;
  -o-object-fit: contain;
  object-fit: contain;
}
.menu-holder nav {
  pointer-events: all;
  display: none;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-areas:
    "."
    "."
    "."
    "."
    "."
    ".";
  width: 100vw;
  height: 70vh;
  height: calc(var(--vh, 1vh) * 70);
  font-family: Starling-Book, serif !important;
  align-items: center;
  font-size: 4.6vw;
  font-weight: 100 !important;
  text-align: right;
  margin-top: 5vw;
  margin-right: 12.5vw;
  z-index: 1;
}
.menu-holder nav a {
  color: #5ab5e6;
  transition: color 0.43s;
}

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal {
  z-index: 55555555 !important;
}
.fade.in {
  opacity: 1;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal.in {
  background: rgba(0, 0, 0, 0.6);
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-dialog {
  width: 600px;
  margin: 30px auto;
}
.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-content {
  position: relative;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  outline: 0;
  -webkit-box-shadow: 0 3px 9px rgb(0 0 0 / 50%);
  box-shadow: 0 3px 9px rgb(0 0 0 / 50%);
}
.modal-content {
  -webkit-box-shadow: 0 5px 15px rgb(0 0 0 / 50%);
  box-shadow: 0 5px 15px rgb(0 0 0 / 50%);
}
.modal-body {
  position: relative;
  padding: 15px;
}
.prmn-cmngr-cities__close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: 0 0;
  border: 0;
  float: right;
  filter: alpha(opacity=20);
  opacity: 0.2;
  font-size: 30px;
  font-weight: 500;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
}
.prmn-cmngr-cities__title {
  margin-bottom: 20px;
  font-size: 18px;
}
.prmn-cmngr-cities__search-block {
  margin-bottom: 15px;
}
.form-group {
  margin-bottom: 15px;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
  box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
  -webkit-transition: border-color ease-in-out 0.15s,
    -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.prmn-cmngr-cities__search {
  max-width: 400px;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
  box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
}
.row {
  display: flex;
}
.col-xs-4 {
  flex: 0 0 33.33333333%;
}
.prmn-cmngr-cities__city {
  margin-bottom: 5px;
}
.prmn-cmngr-cities__city-name {
  color: #23a1d1;
  cursor: pointer;
  font-size: calc(16vw / 19.2);
}
.prmn-cmngr__city-name {
  cursor: pointer;
}

ymaps[class$="-controls__control"] {
  top: 20vw !important;
}

.detail-product {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: none;
  font-family: "eurofurence";
  background: url("/files/img/bg.jpg");
  background-size: 100% auto;
  z-index: 2;
  overflow-y: auto;
}
.detail-product__open {
  display: block;
}
.detail-product__in {
  display: flex !important;
  padding-top: calc(56vw / 19.2);
  padding-bottom: calc(67vw / 19.2);
  align-items: flex-start;
}
.detail-product__sidebar {
  position: fixed;
  top: 0;
  left: 0;
  width: calc(260vw / 19.2);
  height: calc(1080vw / 19.2);
  padding-top: calc(33vw / 19.2);
  padding-left: calc(35vw / 19.2);
  background: url("/files/img/sidebar.png") no-repeat;
  background-size: 100% 100%;
  z-index: 2;
}
.detail-product__logo {
  display: inline-block;
  width: calc(142vw / 19.2);
}
.detail-product__logo img {
  width: 100%;
}
.detail-product__close {
  width: calc(59vw / 19.2);
  height: calc(55vw / 19.2);
  margin-left: calc(25vw / 19.2);
  margin-top: calc(28vw / 19.2);
  background: url("/files/img/close.png") no-repeat;
  background-size: 100% 100%;
  cursor: pointer;
}
.detail-product__left {
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex: 0 0 calc(851vw / 19.2);
  width: calc(851vw / 19.2);
}
.detail-product__left .slick-arrow {
  display: none !important;
}
.detail-product__left .slick-list {
  width: 100% !important;
  overflow: visible;
}
.detail-product__left .slick-track {
  min-width: 100% !important;
}
.detail-product__left__w {
  display: flex !important;
  justify-content: flex-end;
  align-items: center;
  /* width: 100% !important; */
  /* height: calc(1020vw / 19.2) !important; */
  min-height: calc(820vw / 19.2) !important;
  /* min-width: 100%; */
}
.detail-product__left .slick-dots {
  position: absolute;
  bottom: calc(-31vw / 19.2);
  left: 0;
  right: 0;
  display: flex !important;
  justify-content: center;
  padding-left: calc(170vw / 19.2);
}
.detail-product__left .slick-dots li {
  width: calc(28vw / 19.2);
  height: calc(27vw / 19.2);
  background: url("../img/dot.png") center center no-repeat;
  background-size: cover;
  text-indent: -99999px;
  cursor: pointer;
}
.detail-product__left .slick-dots li + li {
  margin-left: calc(24vw / 19.2);
}
.detail-product__left .slick-dots li.slick-active {
  background-image: url("../img/dota.png");
}
.detail-product__right {
  flex: 0 0 calc(1040vw / 19.2);
  padding-left: calc(30vw / 19.2);
  padding-top: calc(1vw / 19.2);
}
.detail-product__t {
  font-size: calc(73.04vw / 19.2);
  line-height: calc(73.04vw / 19.2);
  color: #604c81;
  font-family: "CeraProBold";
}
.detail-product__tx {
  width: calc(790vw / 19.2);
  margin-top: calc(4vw / 19.2);
  font-size: calc(44.25vw / 19.2);
  line-height: calc(40vw / 19.2);
  color: #2a2a2a;
  font-family: "CeraProBold";
}
.detail-product__sostav {
  margin-top: calc(28vw / 19.2);
  font-size: calc(20vw / 19.2);
  line-height: normal;
  letter-spacing: calc(1vw / 19.2);
  color: #594a74;
}
.detail-product__params {
  position: relative;
  width: calc(479vw / 19.2);
  margin-top: calc(23vw / 19.2);
  margin-left: calc(-12vw / 19.2);
  padding: calc(2vw / 19.2) calc(97vw / 19.2) calc(12vw / 19.2)
    calc(12vw / 19.2);
  background-color: rgba(87, 67, 130, 0.11);
  border-radius: calc(10vw / 19.2);
  font-size: calc(20vw / 19.2);
  line-height: normal;
  letter-spacing: calc(1vw / 19.2);
  color: #653a87;
}
.detail-product__params::after {
  content: "";
  position: absolute;
  top: calc(10vw / 19.2);
  left: calc(-217vw / 19.2);
  width: calc(199vw / 19.2);
  height: calc(45vw / 19.2);
  background: url("/files/img/dar.png") no-repeat;
  background-size: 100% 100%;
  z-index: -1;
}
.detail-product__params__i {
  display: flex;
  justify-content: space-between;
  border-bottom: calc(4vw / 19.2) dotted #653a87;
  padding-bottom: calc(4vw / 19.2);
  padding-top: calc(6vw / 19.2);
}
.detail-product__params__info {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: calc(406vw / 19.2);
  width: calc(300vw / 19.2);
  font-size: calc(31.02vw / 19.2);
  line-height: calc(34.45vw / 19.2);
  letter-spacing: calc(-0.2vw / 19.2);
  text-transform: uppercase;
  color: #44367c;
  font-family: "bebasbold";
}
.detail-product__info {
  width: calc(467vw / 19.2);
  margin-top: calc(34vw / 19.2);
  font-size: calc(20vw / 19.2);
  line-height: normal;
  letter-spacing: calc(1vw / 19.2);
  color: #653a87;
}
.detail-product__picto {
  display: flex;
  margin-top: calc(27vw / 19.2);
  margin-left: calc(-30vw / 19.2);
}
.detail-product__picto__i {
  width: calc(125vw / 19.2);
  text-align: center;
}
.detail-product__picto img {
  width: calc(83vw / 19.2);
  height: calc(80vw / 19.2);
  margin: 0 auto;
}
.detail-product__picto__i__tx {
  display: block;
  margin-top: calc(2vw / 19.2);
  text-align: center;
  font-size: calc(12.1vw / 19.2);
  line-height: calc(16.04vw / 19.2);
  color: #604c81;
  text-transform: uppercase;
  font-family: "eurofurence";
}
.detail-product__count {
  display: flex;
  margin-top: calc(38vw / 19.2);
  color: #b4d787;
}
.detail-product__count__i {
  display: flex;
  align-items: center;
  justify-content: center;
  height: calc(58vw / 19.2);
  width: calc(49vw / 19.2);
  background-color: #604c81;
}
.detail-product__count__minus,
.detail-product__count__plus {
  cursor: pointer;
}
.detail-product__count__minus:hover,
.detail-product__count__plus:hover {
  background-color: #604c81d5;
}
.detail-product__params__perfect {
  position: absolute;
  left: calc(445vw / 19.2);
  top: calc(100% + calc(19vw / 19.2));
  min-width: calc(588vw / 19.2);
  padding-left: calc(312vw / 19.2);
  padding-top: calc(139vw / 19.2);
  background: url("../img/perfect.png") no-repeat;
  background-size: calc(525vw / 19.2) calc(133vw / 19.2);
  font-size: calc(20vw / 19.2);
  line-height: normal;
  letter-spacing: calc(1vw / 19.2);
  color: #604c81;
  z-index: -1;
}
.detail-product .slick-arrow {
  z-index: 3;
}
.detail-product .slick-arrow.slick-prev {
  left: calc(206vw / 28.74);
}
.for-mobile {
  display: none;
}
.footer__bg-text {
  position: absolute;
  top: calc(380vw / 19.2);
  left: 50%;
  transform: translateX(-50%);
  width: calc(550vw / 7.2);
  height: calc(327vw / 7.2);
  background: url("/files/img/mf6.png") center center no-repeat;
  background-size: 100% 100%;
}
.footer__bg-wear {
  position: absolute;
  top: calc(1330vw / 19.2);
  left: 50%;
  transform: translateX(-50%);
  width: calc(650vw / 7.2);
  height: calc(402vw / 7.2);
  background: url("/files/img/mf5.png") center center no-repeat;
  background-size: 100% 100%;
}
.footer__bg-top {
  position: absolute;
  top: 0;
  left: 0;
  width: calc(390vw / 7.2);
  height: calc(180vw / 7.2);
  background: url("/files/img/mf1.png") center center no-repeat;
  background-size: 100% 100%;
}
.mobile-in-m {
  margin: 0 auto;
  height: calc(360vw / 28.74);
  padding-top: calc(200vw / 19.2);
  margin-bottom: calc(20vw / 19.2);
}
@media screen and (max-width: 720px) {
  .for-mobile {
    display: block;
  }
  .for-pc {
    display: none !important;
  }
  .mainpage::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: calc(627vw / 7.2);
    height: calc(257vw / 7.2);
    background: url(/files/img/bottom-m.png) no-repeat;
    background-size: 100% 100%;
  }
  .main-map {
    /* min-height: 100vh; */
    height: calc(1280vw / 7.2);
    background-image: url(/files/img/main-m.jpg);
  }
  .main-map__t {
    display: none;
  }
  .main-map__menu__i_1 {
    top: calc(806vw / 7.2);
    left: calc(532vw / 7.2);
    width: calc(167vw / 7.2);
    height: calc(153vw / 7.2);
    font-size: calc(25.09vw / 7.2);
    line-height: calc(20.57vw / 7.2);
  }
  .main-map__menu__i_2 {
    top: calc(822vw / 7.2);
    left: calc(37vw / 7.2);
    width: calc(186vw / 7.2);
    height: calc(169vw / 7.2);
    font-size: calc(20.64vw / 7.2);
    line-height: calc(23vw / 7.2);
  }
  .main-map__menu__i_3 {
    top: calc(912vw / 7.2);
    left: calc(283vw / 7.2);
    width: calc(190vw / 7.2);
    height: calc(183vw / 7.2);
    font-size: calc(24.74vw / 7.2);
    line-height: calc(24vw / 7.2);
  }
  .main-map__menu__i_4 {
	top: calc(244vw / 7.2);
	right: inherit;
	left: calc(469vw / 7.2);
	width: calc(207vw / 7.2);
	height: calc(191vw / 7.2);
	font-size: calc(18.31vw / 7.2);
	line-height: calc(23.88vw / 7.2);
  }
  .main-map__menu__i_4 span {
    font-size: calc(23vw / 7.2);
    line-height: calc(23vw / 7.2);
  }
  .main-map__menu__i_5 {
    top: calc(267vw / 7.2);
    right: inherit;
    left: calc(31vw / 7.2);
    width: calc(189vw / 7.2);
    height: calc(176vw / 7.2);
    padding-left: calc(133vw / 28.74);
    font-size: calc(18.75vw / 7.2);
    line-height: calc(21.52vw / 7.2);
  }
  .main-map__menu__i_5 span {
    font-size: calc(23.55vw / 7.2);
  }
  .main-map__menu__i_6 {
    top: calc(250vw / 7.2);
    right: calc(21vw / 7.2);
    width: calc(183vw / 7.2);
    height: calc(168vw / 7.2);
    padding-top: calc(133vw / 28.74);
    font-size: calc(19.68vw / 7.2);
    line-height: calc(29.52vw / 7.2);
  }
  .main-map__menu__i_6 span {
    font-size: calc(27.06vw / 7.2);
  }
  #menu-common {
    padding-top: calc(480vw / 19.2);
  }
  .menu-common__logo {
    width: calc(1014vw / 28.77);
    height: calc(1000vw / 28.77);
  }
  .menu-common__nav {
    flex-direction: column;
    width: calc(645vw / 19.2);
  }
  .menu-common__nav a img {
    margin-top: calc(40vw / 19.2) !important;
    width: auto !important;
    height: calc(122vw / 19.2) !important;
  }
  .menu-common::before {
    width: calc(1366vw / 19.2);
    height: calc(818vw / 19.2);
  }
  .menu-common::after {
    width: calc(1518vw / 19.2);
    height: calc(848vw / 19.2);
  }
  .section {
    overflow: hidden;
  }
  .header {
    height: 33vh;
    background-size: auto 100%;
    background-position: center bottom;
  }
  .header_m {
    height: calc(2077vw / 28.74) !important;
    background-size: 100% auto;
    background-position: center top;
  }
  .headermburger {
    top: calc(270vw / 19.2);
    width: calc(1596vw / 28.74);
    height: calc(1620vw / 28.74);
  }
  .header__info {
    top: 16vh;
    left: calc(107vw / 28.74);
  }
  .header__info_m {
    top: calc(933vw / 28.74);
    left: calc(77vw / 28.74);
  }
  .meatnadp {
    right: calc(10vw / 19.2);
    top: calc(639vw / 19.2);
    width: calc(715vw / 28.74);
    height: calc(435vw / 28.74);
  }
  .header__info__t {
    font-size: calc(88vw / 28.74);
    line-height: calc(88vw / 28.74);
  }
  .header__info__tx {
    font-size: calc(52vw / 28.74);
    line-height: calc(54vw / 28.74);
  }
  .slider-product {
    display: flex;
    align-items: center;
    height: 67vh !important;
    padding-top: 0;
    padding-bottom: 14vh;
    padding-left: calc(304vw / 28.74);
    padding-right: calc(220vw / 28.74);
  }
  .slider-product .slick-prev,
  .slider-product .slick-next {
    top: 40% !important;
    width: calc(117vw / 28.74);
    height: calc(94vw / 28.74);
  }
  .slider-product__t {
    font-size: calc(93vw / 28.74);
  }
  .slider-product__tx {
    font-size: calc(70vw / 28.74);
    line-height: calc(70vw / 28.74);
    margin-top: 2vw;
  }
  .hi-info {
    height: 45% !important;
    padding-left: calc(139vw / 28.74);
    padding-top: calc(654vw / 28.74);
    background-size: calc(1600vw / 28.74) calc(2060vw / 28.74);
  }
  .slider-product__img-wrap {
    height: calc(1300vw / 19.2);
  }
  .slider-product .slick-prev {
    left: calc(137vw / 28.74);
  }
  .slider-product .slick-next {
    right: calc(72vw / 28.74);
  }
  .slider-product img {
    max-width: 120%;
    margin-left: -10%;
  }
  .trees {
    height: 55% !important;
    background-size: auto 100%;
    background-position: center center;
  }
  .trees__love {
    top: calc(1074vw / 28.74);
  }
  .trees__lovem {
    top: calc(664vw / 28.74);
  }
  .trees__together {
    bottom: calc(790vw / 28.74);
    right: calc(16vw / 28.74);
  }
  .trees__togetherm {
    bottom: calc(490vw / 28.74);
  }
  .trees__eggs {
    bottom: calc(360vw / 28.74);
  }
  .eggs__i {
    width: calc(434vw / 28.74);
  }
  .eggs__i__pic {
    width: calc(296vw / 28.74);
    height: calc(288vw / 28.74);
  }
  .eggs__i__tx {
    font-size: calc(52vw / 28.74);
    line-height: calc(59vw / 28.74);
  }
  .hi-content__tx {
    width: calc(1280vw / 28.74);
    font-size: calc(67vw / 28.74);
  }
  .teknologies {
    height: 100% !important;
    background-size: calc(620vw / 7.2) calc(1050vw / 7.2);
    background-image: url("/files/img/t5m.png");
    background-position: center calc(370vw / 19.2);
  }
  .teknologies_m {
    background-image: url("/files/img/t7m.png");
  }
  .teknologies::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    /* width: calc(252vw / 7.2);
    height: calc(138vw / 7.2); */
    width: calc(400vw / 7.2);
    height: calc(219vw / 7.2);
    background: url("/files/img/t1m.png") no-repeat;
    background-size: 100% 100%;
  }
  .teknologies::after {
    content: "";
    position: absolute;
    top: calc(60vw / 19.2);
    right: calc(60vw / 19.2);
    width: calc(305vw / 7.2);
    height: calc(108vw / 7.2);
    background: url("/files/img/t3m.png") no-repeat;
    background-size: 100% 100%;
  }
  .teknologies_m::after {
    width: calc(305vw / 7.2);
    height: calc(107vw / 7.2);
    background-image: url("/files/img/t2m.png");
  }
  .teknologies__i {
    font-size: calc(112vw / 28.74);
  }
  .teknologies__i_1 {
    top: calc(600vw / 28.74);
    left: calc(1119vw / 28.74);
  }
  .teknologies__i_2 {
    top: calc(1771vw / 28.74);
    left: calc(838vw / 28.74);
  }
  .teknologies__i_3 {
    top: calc(2743vw / 28.74);
    left: calc(1208vw / 28.74);
  }
  .teknologies__i_4 {
    top: calc(3762vw / 28.74);
    left: calc(413vw / 28.74);
  }
  .teknologies__i_5 {
    top: calc(530vw / 28.74);
    left: calc(969vw / 28.74);
  }
  .teknologies__i_6 {
    top: calc(1709vw / 28.74);
    left: calc(1028vw / 28.74);
  }
  .teknologies__i_7 {
    top: calc(2613vw / 28.74);
    left: calc(1118vw / 28.74);
  }
  .teknologies__i_8 {
    top: calc(3752vw / 28.74);
    left: calc(493vw / 28.74);
  }
  .slider-list {
    height: 100% !important;
    flex-direction: column;
  }
  .slider-list__left {
    width: 100%;
    height: 50%;
    background-position: center center;
    background-size: calc(1682vw / 28.74) calc(2090vw / 28.74);
  }
  .slider-list__right {
    width: 100%;
    height: 50%;
    justify-content: flex-start;
    padding-left: calc(610vw / 28.74);
    padding-top: 1vh;
  }
  .slider-list__img {
    width: calc(1584vw / 28.74);
    height: calc(280vw / 28.74);
  }
  .mobile-in-m {
    height: calc(540vw / 28.74);
  }
  .slider-list__tx {
    margin-top: calc(200vw / 28.74);
    font-size: calc(88vw / 28.74);
  }
  .slider-vertical .slick-prev {
    left: inherit;
    top: -30vh;
    right: calc(200vw / 28.74);
  }
  .slider-vertical .slick-next {
    left: inherit;
    top: -15vh;
    right: calc(200vw / 28.74);
  }
  .footer {
    height: 100% !important;
    background: url("/files/img/mf4.png") left top no-repeat;
    background-size: auto 75vh;
  }
  .footer__info {
    top: 80vh;
    /* bottom: calc(640vw / 28.74); */
    font-size: calc(44vw / 28.74);
  }
  .footer__menu {
    top: 79vh;
    /* bottom: calc(590vw / 28.74); */
  }
  .footer__buy {
    display: none;
  }
  .footer__menu__i {
    font-size: calc(48vw / 28.74);
  }

  .detail-product__sidebar {
    width: calc(470vw / 19.2);
    height: 100vh;
  }
  .detail-product__logo {
    width: calc(332vw / 19.2);
  }
  .detail-product__close {
    width: calc(99vw / 19.2);
    height: calc(95vw / 19.2);
    margin-left: calc(95vw / 19.2);
    margin-top: calc(148vw / 19.2);
  }
  .detail-product__in {
    flex-direction: column;
  }
  .detail-product__left {
    flex: 0 0 calc(1141vw / 19.2);
    width: calc(1141vw / 19.2);
    margin: 0 auto;
  }
  .detail-product__left img {
    width: calc(1084vw / 19.2) !important;
    height: auto !important;
    margin: 0 !important;
  }
  .detail-product__left__w {
    justify-content: center;
  }
  .detail-product__right {
    margin: calc(270vw / 19.2) auto 0;
  }
  .detail-product__params::after {
    display: none;
  }
  .detail-product__left .slick-dots li {
    width: calc(58vw / 19.2);
    height: calc(57vw / 19.2);
  }
  .detail-product .slick-arrow {
    top: 100vw;
  }
  .detail-product .slick-arrow.slick-prev {
    left: calc(496vw / 28.74);
  }
}

/* Content style
 *********************************/
.the-content p {
  margin: 0 0 20px;
}
.the-content ul,
.the-content ol {
  margin: 0 0 20px 20px;
}
.the-content ul {
  list-style-type: disc;
}
.the-content ol {
  list-style-type: decimal;
}
.the-content table {
  margin: 0 0 20px;
}
.the-content img {
  max-width: 100%;
  vertical-align: baseline;
}

/* Footer
 *********************************/
/* End Project - Second layer
 ****************************************************************/
/****************************************************************
 * Begin Cosmetic - Third layer
 ****************************************************************/
.pull-left {
  float: left;
}

.pull-right {
  float: right;
}

.cl:after {
  content: "";
  display: table;
  clear: both;
}

.bold {
  font-family: "FuturaBold", sans-serif;
}

.italic {
  font-style: italic;
}

.hide {
  display: none;
}

.show {
  display: block;
}

/**** изменения на сайт ******/

.header {
  background: url(../img/header.png) no-repeat;
  background-size: 100% 100%;
}

.header_m {
  background-image: url(../img/headerm.png);
  background-size: 100% auto;
}

.teknologies {
  background: url(../img/teknology.png) no-repeat;
  background-size: calc(2621vw / 28.74) calc(1704vw / 28.74);
}

.teknologies_m {
  background-image: url(../img/teknologym.png);
  background-size: calc(2874vw / 28.74) calc(1704vw / 28.74);
}

.footer {
  background: url(../img/footer.png) no-repeat;
  background-size: 100% auto;
}

.slider-list__left {
  background: url(../img/phone.png) right top no-repeat;
  background-size: calc(1294vw / 28.74) calc(1608vw / 28.74);
}

.h1-title {
  display: block;
  position: absolute;
  width: 21vw;
  height: auto;
  top: 23vw;
  right: 6vw;
}

.h1-title img,
.trees__love img,
.trees__together img {
  width: 100%;
}

.trees__love,
.trees__together {
  background: none;
}

.trees__love {
  top: 13vw;
}

.hi-tech {
  top: 2vw;
  width: 25vw;
  right: 9vw;
}

.green-side {
  left: 6vw;
  width: 50vw;
  top: 16vw;
}

.detail-product__params__perfect {
  padding-left: calc(390vw / 19.2);
}

.detail-product__params img {
  width: calc(358vw / 19.2) !important;
  margin-left: 3vw;
}

.meatnadp {
  background: none;
  height: auto;
}

.meatnadp img {
  width: 100%;
}

.menu-common::after {
  right: -2vw;
}

.footer__bg-text {
  background: none;
}

.contacts__menu {
  background-color: transparent;
}

.contacts {
  min-height: 700px;
}

.new-contact {
  display: block;
  position: absolute;
  width: 50vw;
  height: 29vw;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  box-sizing: border-box;
}

.new-contact h1 {
  font-family: "eurofurence", sans-serif;
  color: #7d4798;
  font-size: 5vw;
  line-height: 1.2;
  margin: 1vw 0;
  padding-left: 5%;
}

.new-contact p {
  padding-left: 12%;
  font-family: "MyriadPro";
  color: #000;
  line-height: 1.35;
  font-size: 2vw;
}

.new-contact a {
  display: block;
  text-decoration: none;
  padding-left: 25%;
  margin: 2vw 0;
  font-family: "eurofurence", sans-serif;
  color: #7d4798;
  font-size: 2.5vw;
  position: relative;
  line-height: 5vw;
}

.new-contact a:hover {
  color: #512e67;
}

a.tel {
  margin-top: 3vw;
}

.new-contact a::before {
  content: "";
  display: block;
  position: absolute;
  width: 5vw;
  height: 5vw;
  background-size: 100%;
  background-repeat: no-repeat;
}
.tel::before {
  background-image: url(../img/tel-icon.png);
  left: 15vw;
}

a.mail {
  padding-left: 24%;
}

.mail::before {
  background-image: url(../img/mail-icon.png);
  left: 6vw;
}
.cont_tel::before {
  background-image: url(../img/tel-icon.png);
  left: 6vw;
}

@media screen and (max-width: 720px) {
  .teknologies {
    height: 100% !important;
    background-size: calc(620vw / 7.2) calc(1050vw / 7.2);
    background-image: url(../img/t5m.png);
    background-position: center calc(370vw / 19.2);
  }

  .teknologies::after {
    background: none;
  }

  .teknologies_m {
    background-image: url(../img/t7m.png);
  }

  .slider-list__left {
    width: 100%;
    height: 50%;
    background-position: center center;
    background-size: calc(1682vw / 28.74) calc(2090vw / 28.74);
  }

  .footer {
    height: 100% !important;
    background: url(../img/mf4.png) left top no-repeat;
    background-size: auto 75vh;
  }

  /*
  #translate {
    width: 15vw;
    height: 4vw;
    line-height: 4vw;
    font-size: 2vw;
  }


  #translate.index-page {
    right: 3vw;
  }
*/
  .new-contact {
    width: 90vw;
    height: 38vw;
  }

  .new-contact h1 {
    font-size: 7vw;
  }

  .new-contact p {
    font-size: 3vw;
  }

  .tel::before {
    left: 31vw;
  }
  a.mail {
    padding-left: 20%;
  }

  .mail::before {
    left: 11vw;
  }

  .trees__love {
    top: calc(1074vw / 28.74);
  }

  .trees__together {
    bottom: calc(790vw / 28.74);
    right: calc(16vw / 28.74);
  }

  .green-side {
    position: absolute;
    top: calc(380vw / 19.2);
    left: 50%;
    transform: translateX(-50%);
    width: calc(550vw / 7.2);
    height: calc(327vw / 7.2);
  }
}

/****** кнопка задать вопрос *********/

#translate.feedback {
  top: 6vw;
}

#translate.index-page.feedback {
  box-shadow: 0.66vw 0.66vw 2vw rgb(0, 0, 0, 0.25);
}

#translate.feedback span::before {
  content: "email";
  left: 0.7vw;
}

.modal-window {
  position: fixed;
  display: flex;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 555555;
  opacity: 0;
  -webkit-transition: opacity 200ms ease-in;
  -moz-transition: opacity 200ms ease-in;
  transition: opacity 200ms ease-in;
  pointer-events: none;
  margin: 0;
  padding: 0;
}

.modal-window:target {
  opacity: 1;
  pointer-events: auto;
  overflow-y: auto;
}

.as-modal-dialog {
  position: relative;
  display: flex;
  width: 50vw;
  height: 50vw;
  max-width: 600px;
  max-height: 600px;
  margin: auto;
  background-image: url(/files/img/menubg.jpg);
  background-size: 50% auto;
  background-repeat: repeat;
  border-radius: 2vw;
}

.as-close {
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  top: 20px;
  right: 25px;
}

.as-close img {
  width: 100%;
}

.as-modal-dialog p {
  width: 80%;
  margin: auto;
  color: #fff;
  text-align: center;
  line-height: 1.5;
}

.as-modal-dialog p a {
  display: block;
  color: #7bcd5b;
  text-decoration: underline;
}

.as-modal-dialog p a:hover {
  color: #fff;
}

@media (max-width: 720px) {
  .as-modal-dialog {
    position: relative;
    display: flex;
    width: 80vw;
    height: 80vw;
    margin: auto;
  }

  .as-modal-dialog p {
    font-size: 3vw;
  }
}

/* новая страница */

#body-feedback {
  position: relative;
  display: flex;
  width: 100vw;
  min-height: 100vh;
  position: relative;
  background-image: url(../img/menubg.jpg);
  background-size: auto;
  background-repeat: repeat;
}

.background {
  position: absolute;
  width: calc(683vw / 19.2);
  height: calc(409vw / 19.2);
}

.feed-top {
  top: 0;
  left: 0;
  background: url(../img/menubgbef.png) no-repeat;
  background-size: 100% 100%;
}

.feed-down {
  right: 0;
  bottom: 0;
  background: url(../img/menubgaft.png) no-repeat;
  background-size: 100% 100%;
}

#body-feedback a {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: calc(33vw / 19.2);
  width: calc(507vw / 28.77);
  height: calc(500vw / 28.77);
}

.form-center {
  width: 70vw;
  max-width: 1000px;
  height: auto;
  margin: 20vw auto;
}

.form {
  display: flex;
  width: 100%;
  height: auto;
  justify-content: space-between;
}

.form-side {
  width: 45%;
  height: auto;
  position: relative;
}

.title-words {
  display: block;
  width: 90%;
  margin: 2vw auto;
  color: #fff;
  font-size: 20px;
  line-height: 1.2;
}

.dws-input {
  position: relative;
  width: 100%;
  height: 60px;
  padding: 3px;
  box-sizing: border-box;
  transition: 0.2s 0.2s;
  border-radius: 40px;
  background-color: #fff;
  margin: 35px 0;
}

.login-form-input {
  width: 100%;
  height: 57px;
  bottom: 3px;
  border: 0;
  outline: 0;
  background-color: transparent;
  box-sizing: border-box;
  cursor: pointer;
  font-size: 20px;
  z-index: 7;
  position: absolute;
  vertical-align: text-bottom;
  color: #574382;
  font-family: "CeraProMedium";
  border-radius: 40px;
  padding-left: 10%;
}

.login-form-text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.login-form-text::after {
  color: #bbbbbb;
  font-size: 20px;
  line-height: 1.2;
  content: attr(data-placeholder);
  display: block;
  width: 100%;
  position: absolute;
  top: 20px;
  left: 0px;
  padding-left: 10%;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  z-index: 1;
}

.login-form-input:focus {
  border-color: transparent !important;
}

.login-form-input:focus + .login-form-text::after {
  top: -20px;
  font-size: 15px;
  left: -2px;
  opacity: 0.8;
}

.login-form-input:not(:placeholder-shown) + .login-form-text::after {
  top: -20px;
  background-color: transparent;
  font-size: 13px;
  left: -2px;
  opacity: 0.8;
}

.dws-textarea {
  height: 160px;
  border-radius: 30px;
  margin-bottom: 0px;
}

textarea.login-form-input {
  height: 157px;
  padding-top: 10px;
  padding-right: 6px;
}

.file-input {
  background-color: #4e247c;
  box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.2);
}

#file-input {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

label[for="file-input"] {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  text-align: center;
  line-height: 60px;
  color: #fff;
  font-size: 20px;
  cursor: pointer;
}

label[for="file-input"] span {
  display: inline-block;
  width: 50%;
  text-overflow: ellipsis;
  overflow: hidden;
  position: relative;
  white-space: nowrap;
}

label[for="file-input"]::before {
  content: "";
  display: inline-block;
  background-image: url(../img/upload.png);
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  background-size: 100%;
  vertical-align: middle;
  position: absolute;
  top: calc(50% - 15px);
  left: 17%;
}

.upload-title#submit-hint {
  color: red;
  position: static;
}

.upload-title {
  position: absolute;
  top: calc(60px + 1em);
  font-size: 13px;
  color: #fff;
  line-height: 1;
  text-align: center;
  width: 90%;
  margin: auto;
  left: 0;
  right: 0;
}

.textarea-title {
  position: static;
  text-align: left;
  margin: 1em auto;
}

.check-input input {
  display: none;
}

label[for="check-file"] {
  display: block;
  width: 92%;
  color: #fff;
  font-size: 13px;
  margin: 0 auto;
  position: relative;
  line-height: 20px;
  padding-left: 23px;
  margin: 1em 0 0;
}

label[for="check-file"]::before {
  position: absolute;
  content: "";
  width: 15px;
  height: 15px;
  line-height: 20px;
  left: 0;
  top: calc(50% - 7.5px);
  border: 1px solid #fff;
  border-radius: 3px;
}

#body-feedback #agreement {
  display: inline-block;
  position: static;
  width: auto;
  height: auto;
  color: #fff;
  text-decoration: none;
}

#body-feedback #agreement:hover {
  text-decoration: underline;
}

input#check-file:checked ~ label:before {
  content: "\2714";
  color: #fff;
  font-size: 13px;
  text-align: center;
  font-weight: bold;
  border: 1px solid #fff;
}

.button-sub {
  width: 100%;
  height: 60px;
  border-radius: 40px;
  background-color: #7bcd5b;
  color: #fff;
  font-size: 20px;
  font-family: "eurofurence", sans-serif;
  margin: 35px 0;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.button-sub:hover {
  transform: scale(1.01);
}

.button-sub:disabled {
  opacity: 0.55;
  cursor: not-allowed;
  pointer-events: none;
  box-shadow: none;
}

.thank-words {
  margin: auto;
  text-align: center;
  color: #fff;
  font-size: 3vw;
  line-height: 1.2;
  margin: 2em auto;
}

#body-feedback a.thank-link {
  position: static;
  display: block;
  font-size: 2vw;
  color: #fff;
  line-height: 1.5;
  width: 100%;
  height: auto;
  text-align: center;
  opacity: 0.8;
}

#body-feedback a.thank-link:hover {
  opacity: 1;
}

#body-feedback a.thank-link.left {
  top: 13vw;
}

#body-feedback a.thank-link.right {
  top: 16vw;
}

@media (max-width: 830px) {
  .form {
    flex-direction: column;
    position: relative;
    align-items: center;
  }

  .form-side {
    width: 90%;
  }

  .file-input {
    position: absolute;
    top: 670px;
    width: 90%;
    z-index: 2;
  }

  .right-side .dws-input:nth-of-type(1) {
    margin-top: 0;
  }

  .check-input {
    margin-top: calc(130px + 1em);
  }
}

@media (max-width: 720px) {
  #body-feedback a {
    width: calc(1014vw / 28.77);
    height: calc(1000vw / 28.77);
  }

  .form-center {
    margin-top: 40vw;
  }
}

@media (max-width: 570px) {
  label[for="file-input"]::before {
    left: 10%;
  }
}

@media (max-width: 530px) {
  .form-center {
    min-width: 320px;
  }
}

/* новые кнопки перевода  */
/*
.slick-slide img {
  margin-right: 5vw;
}
*/

@media (max-width: 830px) {
  .file-input {
    position: absolute;
    top: 235px;
    width: 100%;
    z-index: 2;
  }
}

@media screen and (max-width: 720px) {
  .header {
    height: 66vw;
    background-size: auto 100%;
    background-position: center bottom;
  }

  .h1-title {
    top: 15vh;
  }

  .hi-tech {
    top: 2vw;
  }

  .header__main-link_m {
    left: 2vw;
  }

  .header__main-link {
    top: 40vw;
  }

  .header__main-link_m {
    left: 2vw;
    top: 3vw;
  }

  .detail-product__left .slick-dots li {
    display: none;
  }

  /* мобильна версия карточек англ сайт */

  .detail-product__left__w {
    width: 70% !important;
  }

  .detail-product__left img {
    width: 100% !important;
  }

  .detail-product__t,
  .detail-product__tx,
  .detail-product__sostav {
    position: absolute;
    left: 59vw;
  }

  .detail-product__t {
    top: 30vw;
    font-size: 5vw;
  }

  .detail-product__tx {
    top: 36vw;
  }

  .detail-product__params__perfect {
    display: none;
  }

  .detail-product__sostav {
    top: 41vw;
    font-size: 1.7vw;
  }

  .detail-product__params {
    width: 55vw;
    font-size: 2vw;
    line-height: 1.5;
  }

  .detail-product__params__info {
    font-size: 2.7vw;
    line-height: 1;
    left: 53vw;
  }

  .detail-product__info {
    font-size: 2vw;
    width: 55vw;
    line-height: 1.2;
  }

  .detail-product__picto__i {
    width: 10.5vw;
  }

  .detail-product__picto__i img {
    margin: 0 auto;
    width: 7vw;
    height: 6.72vw;
  }

  .detail-product__picto__i__tx {
    font-size: 1vw;
    margin-top: 0.5vw;
    line-height: 1.2;
  }

  .detail-product .slick-arrow {
    right: 3vw;
  }

  .detail-product .slick-arrow.slick-prev {
    left: 10vw;
  }

  .header_m {
    background-size: 100% auto;
    background-position: center top;
  }
}

/**** модальное окно-меню и остальные правки 18.02 *******/

.detail-product__in {
  padding-top: calc(120vw / 19.2);
}

input#menu {
  display: none;
}

.open-menu img.input-close {
  display: none;
}


.open-menu {
  position: fixed;
  display: block;
  top: -0.4vw;
  right: calc(-170vw / 28.74);
  width: calc(609vw / 28.74);
  height: calc(284vw / 28.74);
  background-image: url(/files/img/menu-top.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  cursor: pointer;
  z-index: 1601;
}

.purple-back {
  right: 0;
  width: calc(389vw / 28.74);
  height: calc(284vw / 28.74);
  background-image: url(/files/img/menu-top-dark.png);
}

.open-menu img {
  display: block;
  position: absolute;
  width: 3.5vw;
  left: 0;
  right: 0;
  margin: auto;
  top: 55%;
}

.purple-back img {
  right: -5vw;
  top: 60%;
}

.open-modal {
  position: fixed; /* фиксированное положение */
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0; /* по умолчанию модальное окно прозрачно */
  -webkit-transition: opacity 200ms ease-in;
  -moz-transition: opacity 200ms ease-in;
  transition: opacity 200ms ease-in; /* анимация перехода */
  pointer-events: none; /* элемент невидим для событий мыши */
  margin: 0;
  padding: 0;
  background-image: url(/files/img/menubg.jpg);
}

.open-modal::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: calc(683vw / 19.2);
  height: calc(409vw / 19.2);
  background: url(/files/img/menubgbef.png) no-repeat;
  background-size: 100% 100%;
}

.open-modal::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: calc(759vw / 19.2);
  height: calc(424vw / 19.2);
  background: url(/files/img/menubgaft.png) no-repeat;
  background-size: 100% 100%;
}


input[id="menu"]:checked ~ .open-modal {
  opacity: 1; /* делаем окно видимым */
  pointer-events: auto; /* элемент видим для событий мыши */
  overflow-y: auto; /* добавляем прокрутку по y, когда элемент не помещается на страницу */
  z-index: 1600;
}

input[id="menu"]:checked ~ .open-menu img.input-close {
  display: block;
  top: 40%;
  width: 2.5vw;
}

input[id="menu"]:checked ~ .open-menu img.input-open {
  display: none;
}

.modal-logo {
  display: block;
  width: calc(507vw / 28.77);
  height: calc(500vw / 28.77);
  margin: auto;
  margin-top: 3vw;
}

.modal-logo img {
  width: 100%;
}

.menu-box-flex {
  display: flex;
  width: 55vw;
  height: auto;
  margin: auto;
  margin-top: 2vw;
}

.menu-box-flex-item {
  width: 50%;
  height: auto;
}

.menu-box-flex-item a {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 1vw;
}

.menu-box-flex-item a img {
  width: 100%;
}

.header__info__tx::after  {
  display: none;
}

.buy-btn {
  display: none;
}



@media (max-width: 720px) {
  .menu-box-flex {
    flex-direction: column;
    margin-top: 10vw;
  }

  .menu-box-flex-item {
    width: 100%;
  }

  .menu-box-flex-item a {
    margin-bottom: 3vw;
  }

  .open-modal::before {
    width: 70vw;
    height: 42vw;
  }

  .open-modal::after {
    width: 79vw;
    height: 44vw;
  }

  .modal-logo {
    margin-top: 30vw;
    width: 36vw;
    height: 35.4vw;
  }

  .open-menu, 
  .open-modal .close-btn {
    width: 31vw;
    height: 15vw;
    right: -9vw;
  }

  input[id="menu"]:checked ~ .open-menu img.input-close {
    width: 4vw;
  }

  .open-menu img{
    width: 4.5vw;
  }

  .purple-back {
    width: 27vw;
    height: 20vw;
    right: -3vw;
    top: -2.4vw;
  }

  .purple-back img  {
    right: -10vw;
  }
  .detail-product__in {
    padding-top: calc(240vw / 19.2);
  }
}

  #section3 {
      display: none;
  }
  

/* End Cosmetic - Third layer
 ****************************************************************/
