@font-face {
    font-family: 'Fregat';
    src: local('Fregat'), url('fregat.woff2') format('woff2'), url('fregat.woff') format('woff'), url('fregat.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Fregat';
    src: local('Fregat Italic'), local('Fregat-Italic'), url('fregatitalic.woff2') format('woff2'), url('fregatitalic.woff') format('woff'), url('fregatitalic.ttf') format('truetype');
    font-weight: 400;
    font-style: italic;
}
@font-face {
    font-family: 'Fregat';
    src: local('Fregat Bold'), local('Fregat-Bold'), url('fregatbold.woff2') format('woff2'), url('fregatbold.woff') format('woff'), url('fregatbold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'Fregat';
    src: local('Fregat Bold Italic'), local('Fregat-BoldItalic'), url('fregatbolditalic.woff2') format('woff2'), url('fregatbolditalic.woff') format('woff'), url('fregatbolditalic.ttf') format('truetype');
    font-weight: 700;
    font-style: italic;
}
@font-face {
	font-family: 'Russo-One';
  src: local('RussoOne Regular'), local('RussoOne-Regular'), url('RussoOne-Regular.woff') format('woff'), url('RussoOne-Regular.oet') format('oet'), url('RussoOne-Regular.ttf') format('truetype');
}
html, body {
  padding: 0;
  margin: 0;
  font-family: 'Fregat';
}
body.fixed {
  overflow: hidden;
}
h1 {
  font-size: 54px;
}
h2 {
  font-size: 32px;
}
h3 {
	font-size: 26px;
}
.side_title {
  font-size: 54px;
  margin: 40px 0;
  font-weight: 700;
}
.second_block h1 {
  font-size: 32px;
  text-align: center;
  font-weight: 700;
  margin: 30px 0;
}
.first_block_container {
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  position: relative;
}
.first_block_wrapper {
  width: 100%;
  overflow: hidden;
}
.backgrounds_container {
  position: absolute;
  width: 100%;
  height: calc(100% + 151px);
  top: -150px;
  z-index: -1;
}

.background_block, .background_block_def {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}
.background_block_def:first-child {
  display: block;
}

.first_block_content {
  width: 100%;
  max-width: 1200px;
  padding: 0 25px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: auto;
  box-sizing: border-box;
}
.header_container {
	width: 100%;
	display: flex;
	justify-content: center;
	z-index: 99;
}
.header_container_fixed {
	display: none;
	position: fixed;
	top: 0;
	z-index: 100;
	background-image: url(/images/welcome-bg.png);
	background-position: center;
	background-size: cover;
}
.header_container_fixed .header {
	width: auto;
	height: 60px;
	margin: 0;
	margin: auto;
	padding: 5px 25px;
}
.header_container_fixed .logotype a img {
	padding: 5px;
	box-sizing: border-box;
}
.header_container_fixed .logotype {
	font-size: 16px;
}
.header_container_fixed .nav_menu a {
  margin: 5px 5px;
	font-size: 16px;
}
.header_container_fixed .phone {
	font-size: 24px;
}




.header {
	width: 100%;
	max-width: 1200px;
  height: 100px;
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #ffffff;
  padding: 0 25px;
}
.mob_nav_button {
	display: none;
	margin: 25px 0 0 25px;
	position: fixed;
	width: 50px;
	height: 30px;
	cursor: pointer;
	z-index: 110;
}
.nav_line {
	bottom: 0;
	position: absolute;
	height: 3px;
	width: 100%;
	background-color: #000000;
	transition: 0.5s;
}
.nav_line:nth-child(1){
	top: 0;
}
.nav_line:nth-child(2){
	top: 50%;
}
.nav_line:nth-child(3){
	bottom: 0;
}
.logotype {
  height: 100%;
  display: flex;
  align-items: center;
  font-size: 20px;
}
.logo_text {
  white-space: nowrap;
}
.logo_text p {
  margin: 5px 0;
}
.logo_text p:first-child{
  font-weight: 600;
	margin: 10px 0;
}
.logo_text p:last-child{
  font-size: 16px;
	margin: 10px 0;
}
.logotype a {
  height: 100%;
  transition: 0.25s;
}
.logotype a:hover {
  transform: scale(1.1);
}

.logotype a img {
  height: 100%;
}

.nav_menu {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  width: 40%;
	max-width: 600px;
}
.nav_menu a {
  cursor: pointer;
  text-decoration: none;
  font-size: 18px;
  color: #ffffff;
  font-weight: 300;
  margin: 5px 10px;
}
.nav_menu a:hover {
  color: #FFD35B;
}
.nav_menu a.active {
  color: #FFD35B;
}
.phone, .phone_mob {
	display: block;
	text-decoration: none;
	color: #ffffff;
  font-size: 26px;
  font-weight: 600;
  white-space: nowrap;
}
.phone_mob {
  margin: 30px 0;
  display: none;
}

.mob_left_menu {
	display: none;
}


.main_content_container {
  width: 100%;
  display: flex;
  justify-content: center;
}

.main_content {
  width: 100%;
  box-sizing: border-box;
  height: 100%;
  padding-left: 100px;
  display: flex;
}


.left_block {
  width: 60%;
  color: #ffffff;
  padding: 35px 0 25px 0;
  font-size: 20px;
}
.left_block h1 {
  margin: 40px 0;
}
.left_block p {
  line-height: 25px;
  margin: 0;
	color: #f2efef;
}

.pink_button {
  display: inline-block;
  padding: 25px;
  font-weight: 700;
  font-size: 24px;
  background-color: #CF4D79;
  border-radius: 100px 100px 100px 0;
  box-shadow: 0 0 50px #502F88;
  cursor: pointer;
  transition: 0.5s;
	color: #ffffff;
}
.pink_button:hover {
  transform: scale(1.1);
}



.right_block {
  width: 40%;
  box-sizing: border-box;
  padding-left: 50px;
	padding-top: 25px;
	padding-bottom: 25px;
  z-index: 1;
}


.second_block_container {
  width: 100%;
  display: flex;
  justify-content: center;
	background-color: #ffffff;
  overflow: hidden;
}
.second_block {
  width: 100%;
  padding: 0 25px;
  max-width: 1200px;
  margin-top: 100px;
}

.second_block h2 {
  text-align: center;
  font-weight: 700;
  margin: 30px 0;
}
.second_block p {
  font-size: 18px;
  color: #3A3A3A;
  text-align: center;
  line-height: 25px;
  margin: 18px;
}
.second_block_text {
  display: flex;

}
.second_block_container .center_text {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
}

.company_in_numbers {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
.company_in_numbers div {
	width: 200px;
	display: flex;
	flex-direction: column;
	align-items: center;
  margin: 20px 10px;
  font-size: 18px;
  text-align: center;
}
.company_in_numbers span {
  display: block;
  font-size: 70px;
  font-weight: 700;
  font-family: 'Russo-One';
  letter-spacing: 5px;
  background: linear-gradient(45deg, #693EB2, #A865E1);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.third_block_container {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-top: 100px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  background-color: #ffffff;
}

.third_block {
  width: 100%;
  padding: 0 25px;
  max-width: 1200px;
  margin-top: 170px;
  margin-bottom: 250px;
  color: #ffffff;
}
.third_block h2 {
  margin: 100px 0;
  font-size: 54px;
  text-align: center;
}
.products_circles, .products_circles_catalog {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-row-gap: 50px;
  grid-column-gap: 40px;
}
.products_circles_catalog {
  margin-top: 50px;
}
.products_circles_catalog .circle_item .item_img .purple_circle {
  background-color: #9448DB;
  transition: 0.5s;
}
.products_circles_catalog .circle_item:hover .item_img .purple_circle {
  background-color: #6554E8;
}
.circle_item {
  width: 100%;
  text-align: center;
  z-index: 2;
  display: block;
  text-decoration: none;
  color: #ffffff;
}
.circle_item .item_img {
  border-radius: 50%;
  padding: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  transition: 0.25s;
}
.circle_item:hover .item_img {
  transform: scale(1.1);
}
.circle_item:hover .purple_circle {
  transform: scale(0.9);
}
.circle_item:hover .all_stock {
  top: -20px;
  right: -80px;
  opacity: 1;
}
.circle_item .all_stock {
  position: absolute;
  height: 150px;
  top: 20px;
  right: 80px;
  transform: rotate(-25deg);
  opacity: 0;
  transition: 1s;
}
.item_img .circle_img {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  width: 70%;
  height: 90%;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.circle_item .item_img .purple_circle {
  position: absolute;
  content: '';
  left: 50%;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #693EB2;
  border-radius: 50%;
  z-index: -2;
  transition: 0.25s;
}
.circle_item .item_img .white_circle {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  border-radius: 50%;
}
.circle_item .item_img::after {
  content: '';
  padding-top: 100%;
}
.circle_item:nth-child(3n) .item_img .purple_circle {
  display: none;
}
.circle_item:last-child .item_img .purple_circle {
  display: none;
}
.circle_item .circle_title {
  font-size: 32px;
  font-weight: 700;
  line-height: 35px;
}
.circle_item p {
  font-size: 18px;
  line-height: 25px;
}


.pink_button_circle {
	display: none;
	position: fixed;
	left: 25px;
	bottom: 25px;
	text-align: center;
	background-color: #CF4D79;
	border-radius: 25px 25px 25px 0;
	color: #ffffff;
	padding: 15px;
	z-index: 50;
	cursor: pointer;
	font-size: 20px;
  transition: 0.25s;
}
.pink_button_circle:hover {
  transform: scale(1.1);
}



.static_info_block {
  display: flex;
}
.info_left_block {
  width: 50%;
}
.adress_block {
	color: #f2efef;
  margin-bottom: 50px;
}
.adress_block span:first-child {
  font-weight: 700;
	color: #ffffff;
}
.adress_block span {
  white-space: nowrap;
}

.info_right_block {
  width: 50%;
}
.info_right_block .discounts {
  font-weight: 700;
  margin-bottom: 68px;
}

.discounts_block {
  position: relative;
  width: 100%;
  height: 1px;
}
.discount_img {
  position: absolute;
}
.discount_img.first {
  top: 0;
  left: 0;
  height: 75px;
}
.discount_img.second {
  top: -25px;
  left: 80px;
  height: 90px;
}
.discount_img.third {
  top: -55px;
  left: 175px;
  height: 105px;
}


.slide_left {
	height: 300px;
	position: relative;
}
.slide_left_item {
	display: none;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.slide_left_item.visible {
	display: block;
}
.slide_left_item a {
  text-decoration: none;
  color: #ffffff;
}
.slide_right {
	height: 100%;
	position: relative;
}
.slide_right_item {
	display: none;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.slide_right_item.visible {
	display: block;
}
.img_item {
	position: relative;
}

.four_block_container {
  width: 100%;
  display: flex;
  justify-content: center;
	margin-bottom: 100px;
}
.four_block {
  width: 100%;
  max-width: 1200px;
	padding: 0 25px;
	margin-top: 20px;
}
.advantages_gallery {
	display: flex;
}

.four_block h3 {
	margin: 40px 0;
}

.four_block .pink_button {
	box-shadow: none;
	padding: 25px 50px;
}

.why_we {
	font-size: 20px;
	margin-left: -40px;
	line-height: 30px;
}
.why_we li {
	position: relative;
	list-style-type: none;
	margin-bottom: 20px;
}
.why_we li::before {
	position: absolute;
	content: '';
	left: -45px;
	top: -5px;
	width: 35px;
	height: 35px;
	background-image: url(/images/checked.png);
	background-size: cover;
}
.why_we_container {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: space-between;
	width: 50%;
	padding-left: 40px;
	padding-right: 30px;
	box-sizing: border-box;
}
.gallery_container {
	width: 50%;
	padding-left: 30px;
	box-sizing: border-box;
}
.gallery_title {
	text-align: center;
}
.gallery_block {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-template-rows: 1fr 1fr 1fr;
	grid-row-gap: 10px;
	grid-column-gap: 10px;
}
.gallery_item {
  display: block;
}
.gallery_item img {
	width: 100%;
  height: 100%;
  object-fit: cover;
}
.gallery_item:first-child img {
	border-top-left-radius: 15px;
}
.gallery_item:last-child img {
	border-bottom-right-radius: 15px;
}
.gallery_item:nth-child(3) img{
	border-top-right-radius: 15px;
}
.gallery_item:nth-child(7) img{
	border-bottom-left-radius: 15px;
}

#about_us:hover {
  transform: none;
}
.about_us_block {
  display: none;
  padding: 50px 0 10px 40px;
  margin-left: 40px;
  font-size: 20px;
  border-left: 2px solid #CF4D79;
  line-height: 25px;
  color: #3A3A3A;
}



.reviews_block_container {
  width: 100%;
  display: flex;
  justify-content: center;
	position: relative;
}
.reviews_block {
  width: 100%;
  max-width: 1200px;
	padding: 0 25px;
  box-sizing: border-box;
	color: #ffffff;
	margin-top: 150px;
	margin-bottom: 150px;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.reviews_block h2 {
  font-size: 54px;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 60px;
}


.top_background {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background-image: url(/images/welcome-bg.png);
  background-size: cover;
  background-position: bottom;
  transform: rotate(180deg);
  background-repeat: no-repeat;
}
.bottom_background {
  position: absolute;
  z-index: 0;
  bottom: 2px;
  left: 0;
  width: 100%;
  height: 50%;
  background-image: url(/images/welcome-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center bottom 1px;
  transform: scale(-1, 1);
}



.slider {
	width: 100%;
	display: block;
	box-sizing: border-box;
	padding: 20px 50px 20px 50px;
	position: relative;
	margin: auto;
  z-index: 10;
}
.slider #js-prev {
	position:absolute;
	left:0px;
	top:50%;
  transform: translate(0, -50%);
}
.slider #js-next {
	position:absolute;
	right:0px;
	top: calc(50% - 3px);
  transform: translate(0, -50%);
}
.slider #js-prev img{
	height:70px;
}
.slider #js-next img{
	height:70px;
}
.carousel_element {
  width: 330px;
  height: 330px;
  margin: auto;
  background-color: #7C43C8;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #ffffff;
  text-decoration: none;
}
.element_wrapper {
  width: 80%;

  display: flex;
  flex-direction: column;
  justify-content: center;
}

.slider_title {
	font-size: 26px;
	font-weight: 700;
  height: 30px;
  text-align: center;
  margin: 0;
  padding-bottom: 20px;
}
.slider_text {
	text-align: center;
  max-height: 110px;
}
.slider_text p {
  margin: 0;
}
.detailed {
  color: #FFD35B;
  text-decoration: none;
}
.carousel_element .stars {
  height: 20px;
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
}
.carousel_element .stars img {
  height: 20px;
}

.reviews_link {
	margin: auto;
	color: #ffffff;
	margin-top: 50px;
	font-size: 26px;
	text-decoration: none;
	position: relative;
	padding-bottom: 5px;
}
.reviews_link::after {
	position: absolute;
	content: '';
	left: 50%;
	bottom: 0;
	width: 100%;
	height: 2px;
	background-color: #ffffff;
	transform: translate(-50%, -50%);
	transition: 0.5s;
}
.reviews_link:hover::after {
	width: 0;
}


.contacts_block_container {
  width: 100%;
  display: flex;
  justify-content: center;
	margin: 100px 0;
}
.contacts_block {
  width: 100%;
  max-width: 1200px;
	padding: 0 25px;
	display: flex;
}
.map_block {
	width: 50%;
  height: 460px;
	box-sizing: border-box;
	margin-right: 10px;
  position: relative;
}
.map_wrapper {
  position: absolute;
  left: 0;
  top: 0;
  display: none;
  width: 100%;
  height: 100%;
}
.map_wrapper.active {
  display: block;
}
.contacts_info .map_adress {
  padding: 5px 5px 5px 0;
  margin-bottom: 10px;
  border-radius: 25px;
  cursor: pointer;
  transition: 0.25s;
}
.contacts_info .map_adress.active {
  background-color: #f5f5f5;
  cursor: default;
}
.contacts {
	width: 50%;
	box-sizing: border-box;
	padding-left: 10px;
}

.contacts_info {
	font-size: 20px;
	color: #3A3A3A;
  padding-left: 65px;
  margin-top: 30px;
}
.contacts_info a {
  text-decoration: none;
  color: #3A3A3A;
}
.contacts_info div {
	display: flex;
  align-items: center;
	margin-bottom: 20px;
}
.contacts_info .adresses {
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 0;
}
.contacts_info div img {
	width: 30px;
  margin-right: 10px;
}
.contacts_info .work_hours {
	display: block;
  margin-bottom: 0;
}
.work_hours div {
	margin-bottom: 10px;
}
.work_hours .raspisanie {
  margin-left: 40px;
  margin-bottom: 0;
  font-size: 16px;
}
.viber_block {
  position: relative;
}
.viber_block span {
  position: absolute;
  top: 100%;
  left: 40px;
  font-size: 14px;
}

.contacts_logotype {
  display: flex;
  align-items: center;
}
.contacts_logotype .logo_text {
  white-space: nowrap;
}
.contacts_logotype .logo_text p {
  margin: 5px 0;
}
.contacts_logotype .logo_text p:first-child{
  font-weight: 600;
	margin: 10px 0;
  color: #000000;
  font-size: 26px;
}
.contacts_logotype .logo_text p:last-child{
  font-size: 22px;
  font-weight: 500;
	margin: 10px 0;
  color: #3A3A3A;
}
.contacts_logotype a img {
  height: 150px;
}


.footer_container {
  width: 100%;
  display: flex;
  justify-content: center;
	position: relative;

}
.footer_block {
  width: 100%;
  max-width: 1200px;
padding: 0 25px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #ffffff;
	margin-top: 150px;
	margin-bottom: 50px;
	height: 100px;
}
.footer_container .top_background {
	height: 100%;
}

.coopyright_block {
	text-align: center;
}
.coopyright {
	font-weight: 700;
}
.bsv_link {
  text-decoration: none;
  color: #ffffff;
}
.bsv_link:hover {
  text-decoration: underline;
}

.secondpage_menu_bg_container {
  width: 100%;
  height: 1px;
  position: relative;
}
.secondpage_menu_bg {
  position: absolute;
  width: 100%;
  height: 200px;
  top: -150px;
  z-index: -1;
  background-image: url(/images/welcome-bg.png);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 80%);
  background-position: center;
  background-size: cover;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 80%);
}
.second_page_container {
  width: 100%;
  display: flex;
  justify-content: center;
  overflow: hidden;
}
.secondpage_wrapper {
  width: 100%;
  max-width: 1200px;
  display: flex;
  justify-content: center;
  padding: 0 25px;
  margin: 100px 0;
  box-sizing: border-box;
}
.left_menu_wrapper {
  width: 25%;
  padding-right: 20px;
  box-sizing: border-box;
}
.catalog_circles {
  width: 100%;
  display: none;
  flex-direction: column;
}
.catalog_circles.visible {
  display: block;
}
.second_page_content {
  width: 75%;
  padding-left: 50px;
  box-sizing: border-box;
}
.second_page_content.full_width {
  width: 100%;
  padding: 0;
}

.catalog_circles .circle_item {
  cursor: pointer;
  margin-bottom: 20px;
}
.catalog_circles .circle_item:last-child {
  margin-bottom: 0;
}
.catalog_circles .circle_item p, .left_menu p {
  color: #3A3A3A;
  font-size: 20px;
  font-weight: 600;
}
.catalog_circles .item_img {
  width: 100%;
  border-radius: 50%;
  padding: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  transition: 0.25s;
  box-sizing: border-box;
}
.catalog_circles .item_img::after {
  content: '';
  padding-top: 100%;
}
.gray_circle {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #f5f5f5;
  border-radius: 50%;
  left: 0;
  top: 0;
}
.catalog_circles .circle_img {
  position: absolute;
  width: 70%;
  height: 90%;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.bread_crumbs {
  color: #3A3A3A;
}
.bread_crumbs a {
  color: #3A3A3A;
  text-decoration: none;
}
.bread_crumbs a:hover {
  color: #000000;
  text-decoration: underline;
}
.second_page_content h1 {
  font-size: 32px;
  margin: 5px 0;
}
.second_page_content p {
  width: 100%;
  font-size: 18px;
  line-height: 24px;
  color: #444444;
}
.second_page_content ul, .second_page_content ol {
  font-size: 18px;
  line-height: 24px;
  color: #444444;
}
.content_block {
  min-height: 200px;
  width: 100%;
}
.reviews_container {
  margin-top: 50px;
}
.review_block {
  width: 100%;
  margin-bottom: 50px;
}
.review_head {
  display: inline-flex;
  align-items: center;
  padding: 20px;
  margin: 0 20px;
  background-color: #f5f5f5;
  position: relative;
  border-top-right-radius: 25px;
  border-top-left-radius: 25px;
}
.review_head::after {
  position: absolute;
  content: '';
  background-color: #f5f5f5;
  left: -20px;
  top: 20%;
  height: 85%;
  width: calc(100% + 40px);
  clip-path: polygon(23px 0, calc(100% - 23px) 0, 100% 100%, 0 100%);
  z-index: -1;
}
.review_block .review_title {
  margin: 0;
}
.review_block .review_date {
  font-size: 16px;
  line-height: 16px;
  margin: 0;
  margin-left: 50px;
}
.stars_block {
  padding: 10px 20px 10px 40px;
}
.review_cont {
  border-top: 2px solid #ffffff;
  padding: 0 20px 20px 20px;
}
.stars_block img {
  height: 20px;
}
.review_text {
  border-left: 2px solid #9647DB;
  padding-left: 20px;
}
.review_otv {
  border-left: 2px solid #9647DB;
  padding-left: 20px;
  margin-left: 25px;
}
.review_otv p {
  font-style: italic;
}
.review_body {
  position: relative;
  background-color: #f5f5f5;
  border-top-right-radius: 15px;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  border-top-left-radius: 5px;
}
.pink_btn_block {
  padding-top: 50px;
}
.pink_btn_block .pink_button, .pink_btn_block2 .pink_button {
  box-shadow: none;
}
.reviews_form {
  display: flex;
  flex-direction: column;
  margin-top: 50px;
}
.reviews_form .stars {
  margin-bottom: 25px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.starsblock {
  display: inline-flex;
  align-items: center;
  height: 30px;
}
.starsblock img {
  height: 100%;
}
.review_name::placeholder, .review_textarea::placeholder {
  font-weight: normal;
}
.review_name, .review_textarea {
  width: 100%;
  max-width: 500px;
  border: 0;
  border-left: 3px solid #CF4D79;
  font-size: 20px;
  background-color: #F5F5F5;
  padding: 10px;
  outline: none;
  box-sizing: border-box;
  font-family: 'Fregat';
  font-weight: 600;
  color: #444444;
}
.review_name {
  border-top-right-radius: 20px;
  margin-bottom: 5px;
}
.review_textarea {
  resize: vertical;
  min-height: 200px;
  border-bottom-left-radius: 20px;
}
.loading_block {
  height: 120px;
  width: 120px;
  position: relative;
}
.loading_block::after {
  position: absolute;
  top: 0;
  left: 50px;
  content: '';
  background: #9647DB;
  font-size: 20px;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  transform-origin: 50% 60px;
  box-shadow:
    35px 17px #9647DB,
    50px 50px #9647DB,
    35px 83px #9647DB,
    0 100px #9647DB,
    -35px 83px #9647DB,
    -50px 50px #9647DB,
    -35px 17px #9647DB;
  animation: rotate 2s linear infinite;
}
@keyframes rotate {
  0% { transform: rotate(0deg); }
  50% { transform: rotate(180deg) scale(0.6); }
  100% { transform: rotate(360deg); }
}

.pagination {
  width: 100%;
  display: flex;
  justify-content: center;
  padding-top: 60px;
}
.point {
  width: 20px;
  height: 20px;
  min-width: 20px;
  display: block;
  background-color: #f5f5f5;
  font-weight: 700;
  border-radius: 50%;
  margin: 0 5px;
  cursor: pointer;
  box-sizing: border-box;
  transition: 0.25s;
}
.point:hover {
  background-color: #9647DB;
  color: #ffffff;
  transform: scale(1.1);
}
.point.active {
  background-color: #9647DB;
  color: #ffffff;
  transform: scale(1.1);
}
.secondpage_img {
  max-width: 300px;
  float: right;
  margin-left: 50px;
  margin-bottom: 50px;
}
.secondpage_img img {
  max-width: 300px;
  max-height: 300px;
}
.sp_stl_right_block {
  max-width: 300px;
  float: right;
  margin-left: 50px;
  margin-bottom: 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.sp_stl_right_block img {
  max-width: 300px;
  max-height: 300px;
}
.sp_stl_right_block .pink_button_small {
  margin-top: 20px;
  padding: 15px;
  font-size: 20px;
}
.popup_container {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 200;
}
.popup_bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(104,84,231, 0.7);
  z-index: 201;
}
.popup_close {
  position: absolute;
  right: 10px;
  top: 10px;
  color: red;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 50px;
  font-weight: 700;
  cursor: pointer;
  border-radius: 50%;
  transition: 0.25s;
  z-index: 205;
}
.popup_close:hover {
  background-color: #f5f5f5;
  transform: scale(1.1);
}
.popup_block {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 50%;
  max-height: 100vh;
  z-index: 202;
}
.popup_content {
  width: 100%;
  min-height: 684px;
  background-color: #ffffff;
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 50px;
  box-sizing: border-box;
}
.application_form h3 {
  margin-top: 0;
}
.application_form {
  height: 100%;
  overflow: auto;
  padding: 0 10px;
  padding-bottom: 10px;
}
.application_form input, .application_form textarea {
  width: 100%;
  border: 0;
  border-left: 3px solid #CF4D79;
  font-size: 20px;
  background-color: #F5F5F5;
  padding: 10px;
  outline: none;
  box-sizing: border-box;
  margin-bottom: 20px;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  color: #444444;
  font-weight: 600;
  font-family: 'Fregat';
}
.application_form input::placeholder, .application_form textarea::placeholder {
  font-weight: 400;
}
.application_form textarea {
  resize: none;
  height: 150px;
}
.application_form .fio {
  display: flex;
}
.application_form .fio input:first-child {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  margin-right: 15px;
}
.application_form .fio input:nth-child(2) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  margin-right: 15px;
  border: 0;
}
.application_form .fio input:last-child {
  border: 0;
}
.appl_complete {
  text-align: center;
}
.appl_complete p {
  font-size: 20px;
}
.pink_button_ok {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  padding: 5px;
  font-weight: 700;
  font-size: 20px;
  background-color: #CF4D79;
  border-radius: 50%;
  cursor: pointer;
  transition: 0.5s;
	color: #ffffff;
}
.pink_button_ok:hover {
  transform: scale(1.1);
}
.pink_btn_block2 .pink_button {
  font-size: 20px;
  padding: 15px;
}
.errors {
  overflow: hidden;
  width: 0;
  height: 20px;
  font-size: 20px;
  margin-bottom: 20px;
  color: #CF4D79;
  font-weight: 700;
}
.privat_policy {
  width: 100%;
  display: flex;
  font-size: 16px;
  margin-bottom: 20px;
  cursor: pointer;
}
.privat_policy p {
  margin: 0;
}
.privat_policy a {
  color: #CF4D79;
  text-decoration: none;
}
.privat_policy a:hover {
  text-decoration: underline;
}
.application_form .privat_policy .ac_privat_ch {
  display: none;
}
.checkbox_custom {
  width: 16px;
  min-width: 16px;
  height: 16px;
  border: 1px solid #CF4D79;
  margin-right: 10px;
  border-radius: 5px 5px 5px 0;
  position: relative;
}
.checkbox_custom::after {
  position: absolute;
  top: -3px;
  left: 3px;
  width: 16px;
  height: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 28px;
  content: '✓';
  font-weight: 700;
  color: #CF4D79;
  opacity: 0;
  transition: 0.25s;
}
.ac_privat_ch:checked + .checkbox_custom::after {
  opacity: 1;
}
.required_star {
  color: #CF4D79;
}
.specifications {
  display: flex;
  flex-direction: column;
  font-size: 18px;
  line-height: 24px;
  color: #444444;
}
.spec_line {
  display: flex;
  border-bottom: 1px solid #9647DB;
  margin-bottom: 15px;
}
.spec_line div {
  width: 50%;
}
.spec_line div:last-child {
  text-align: right;
}

.map_title {
  padding: 10px;
  background-color: #f5f5f5;
  border-radius: 15px 15px 0 0;
}


.stellages_list {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 40px;
  padding: 40px 0;
}
.stellages_list .list_item {
  background-color: #f5f5f5;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #3A3A3A;
  font-size: 20px;
  font-weight: 600;
  text-decoration: none;
  text-align: center;
  box-sizing: border-box;
  padding: 30px 15px;
  border-radius: 25px 25px 25px 0;
}
.stellages_list .list_item:hover .list_img_block {
  transform: scale(1.05);
}
.stellages_list .list_img_block {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.25s;
}
.list_item .list_img {
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 2;
  left: 0;
  top: 0;
}
.list_item .availability {
  color: green;
  margin-bottom: 0;
  font-size: 14px;
  border-radius: 10px;
  text-align: center;
}
.stellages_list .list_img_block::after{
  content: "";
  padding-top: 100%;
  display: block;
}
.pink_button_small {
  display: block;
  padding: 15px;
  font-weight: 700;
  font-size: 16px;
  background-color: #CF4D79;
  border-radius: 100px 100px 100px 0;
  cursor: pointer;
  transition: 0.5s;
	color: #ffffff;
}
.pink_button_small:hover {
  transform: scale(1.1);
}
.gallerycont {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}
.gallerycont .gorizontimg {
  width: 100%;
  border-radius: 5px;
}


@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .company_in_numbers span {
    color: #693EB2;
    background: none;
  }
  .first_block_container, .third_block_container {
    display: block;
  }
  .first_block_content, .third_block{
    margin: auto;
  }
  .slide_left {
    height: 250px;
  }
  .first_block_container {
    height: auto;
    padding-bottom: 200px;
  }
  .third_block_container {
    padding: 170px 0;
  }
  .products_circles, .products_circles_catalog {
    display: flex;
    flex-wrap: wrap;
  }
  .circle_item {
    display: block;
    width: 30%;
    margin-right: 3%;
    margin-bottom: 50px;
  }
  .circle_item:nth-child(3n) {
    margin-right: 0;
  }
  .circle_item .item_img {
    justify-content: flex-start;
    align-items: flex-start;
  }
  .item_img .circle_img {
    left: 50%;
    transform: translate(-50%, 0);
  }
  .gallery_block {
    display: flex;
    flex-wrap: wrap;
  }
  .why_we_container {
    display: block;
  }
  .four_block .pink_button {
    margin-top: 40px;
  }
  .gallery_item {
    width: 32%;
    margin-right: 1%;
    margin-bottom: 1%;
  }
  .gallery_item:nth-child(7), .gallery_item:nth-child(8), .gallery_item:nth-child(9){
    margin-bottom: 0;
  }
  .contacts_block_container, .reviews_block_container {
    display: block;
  }
  .reviews_block_container {
    padding: 150px 0;
  }
  .contacts_block, .reviews_block {
    margin: auto;
  }
  .footer_container {
    display: block;
    padding-top: 150px;
    padding-bottom: 50px;
  }
  .footer_block {
    margin: auto;
  }
  .catalog_circles .circle_item {
    width: 100%;
  }
  .review_head::after {
    display: none;
  }
  .review_head {
    margin: 0;
  }
  .review_body {
    border-top-left-radius: 0;
  }
  .application_form {
    width: 100%;
  }
  .checkbox_custom::after {
    left: 0;
  }
  .stellages_list {
    display: flex;
    flex-wrap: wrap;
  }
  .stellages_list .list_item {
    width: 32%;
    margin-right: 1%;
  }
  .gallerycont {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }
  .gallerycont a {
    width: 25%;
    padding: 10px;
    box-sizing: border-box;
  }
}




.actionwindow {
    position: fixed;
    width: 100%;
    height: 100%;
    background-image: url(/images/blackpixel.PNG);
    z-index: 9999;
    display: none;
}
.actionwindownow {
    position: relative;
    margin: auto;
    top: 50%;
    margin-top: -300px;
    width: 700px;
    height: 500px;
    z-index: 1000;
    background-repeat: no-repeat;
}
.actionwindownow .imgaction {
    display: block;
    width: 100%;
}
.actionwindownow .but {
    position: absolute;
    text-decoration: none;
    border: none;
}
.actionwindownow .butclose {
    display: none;
}
.actionwindownow .but {
    position: absolute;
    text-decoration: none;
    border: none;
}
.actionwindownow .close {
    position: absolute;
    right: 70px;
    top: 10px;
    text-decoration: none;
    border: none;
    opacity: 1;
}
.close img {
    opacity: 0.6;
}
