@font-face {
	font-family: 'Core Rhino 25';
	src: url('../fonts/hinted-subset-CoreRhino25Thin.eot');
	src: url('../fonts/hinted-subset-CoreRhino25Thin.eot?#iefix') format('embedded-opentype'),
		url('../fonts/hinted-subset-CoreRhino25Thin.woff2') format('woff2'),
		url('../fonts/hinted-subset-CoreRhino25Thin.woff') format('woff'),
		url('../fonts/hinted-subset-CoreRhino25Thin.ttf') format('truetype');
	font-weight: 100;
	font-style: normal;
}
@font-face {
	font-family: 'Fira Sans';
	src: url('../fonts/hinted-subset-FiraSans-Regular.eot');
	src: url('../fonts/hinted-subset-FiraSans-Regular.eot?#iefix') format('embedded-opentype'),
		url('../fonts/hinted-subset-FiraSans-Regular.woff2') format('woff2'),
		url('../fonts/hinted-subset-FiraSans-Regular.woff') format('woff'),
		url('../fonts/hinted-subset-FiraSans-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Fira Sans';
	src: url('../fonts/hinted-subset-FiraSans-Bold.eot');
	src: url('../fonts/hinted-subset-FiraSans-Bold.eot?#iefix') format('embedded-opentype'),
		url('../fonts/hinted-subset-FiraSans-Bold.woff2') format('woff2'),
		url('../fonts/hinted-subset-FiraSans-Bold.woff') format('woff'),
		url('../fonts/hinted-subset-FiraSans-Bold.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
}

body {
	overflow-x: hidden;
}

a {
  color: #333333;
  -webkit-transition: all 800ms ease;
  -moz-transition: all 800ms ease;
  -ms-transition: all 800ms ease;
  -o-transition: all 800ms ease;
  transition: all 800ms ease;
  text-decoration: none;
}

.wrap {
  margin: 0 auto;
  width: 946px;
}

.zag, .zag h2 {
    font-family: 'Core Rhino 25' !important;
	font-size: 42px !important;
}

/*HEADER*/
.top-line {
  font-family: 'Fira Sans';
  background: #62b38a;
  position: relative;
  font-size: 25px;
  position: fixed;
  width: 100%;
  z-index: 200;
  left: 0;
  top: 0;
}
.top-line:after {
  content: "";
  position: absolute;
  width: 50%;
  height: 100%;
  right: 0;
  top: 0;
  background: #b775b2;
}
.top-line .wrap {
  display: flex;
  width: 1140px;
  position: relative;
  z-index: 2;
  background: #62b38a;
  height: 58px;
  line-height: 58px;
}
.top-line a {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  cursor: pointer;
  text-decoration: none;
  margin-right: 45px;
  transition: color linear 0.3s;
}
.top-line a:hover {
  color: #519573;
}
.top-line .link {
  position: absolute;
  right: 0;
  top: 0;
  background: #b775b2;
  padding: 0 10px;
  margin-right: 0;
}
.top-line .link:hover {
  color: #8d5a89;
}
.top-line .link:hover svg {
  fill: #8d5a89;
}
.top-line svg {
    width: 26px;
    height: 26px;
    fill:#fff;
    margin-right: 15px;
    transition: fill linear 0.3s;
}
.top-line a:hover svg {
  fill:#519573;
}

.header {
	font-family: 'Core Rhino 25';
  height: 692px;
  background: url('../img/header-new.jpg') center;
  background-repeat: no-repeat;
  background-size: cover;
  background-position-y: -31px;
  text-align: center;
  margin-top: 58px;
}
.header p {
    padding-top: 35px;
    font-size: 70px;
    color:#2c4d98;
    line-height: 67px;
}
.header span{
    display: block;
    margin-top: 17px;
    margin-bottom: 25px;
    font-size: 40px;
    color: #3c2a5e;
}
.icons {
  padding: 30px 0 30px;
}
.icons .wrap {
  width: 1140px;
  display: flex;
  justify-content: space-between;
}
.icons .col {
  display: flex;
  flex-wrap: wrap;
  width: 35%;
}

.icons .item {
  display: flex;
  justify-items: center;
  align-items: center;
  flex-direction: column;
  width: 46%;
  font-family: 'Fira Sans';
}
.item:hover.item svg{
  fill:#3c584a;
  color: #2f2d2d;
}
.item:hover .item-text,.tooltip{
  color: #68377f;
}
.icons .item svg {
  max-width: 92%;
  width: 72px;
  height: 72px;
  fill:#63b38a;
  margin-bottom: 10px;
  transition: all linear 0.5s;
}
.item-text {
  font-size: 25px;
  text-align: center;
  line-height: 30px;
  color: #000;
}

.tooltip {
  width: 123px;
  font-size: 18px;
  line-height: 23px;
  margin-top: 16px;
  padding-left: 17px;
  text-align: left;
  color: #000;
}
/*ABOUT-PRODUCT-ZAG*/
.about-product-zag {
  font-family: 'Core Rhino 25';
  font-size: 45px;
  color: #fff;
  padding: 16px 10px;
  text-align: center;
  background: #958ec1;
}

.about-product-bg {
	font-family: 'Fira Sans';
	font-size: 25px;
	color: #4c4c4c;
}

.about-product-blocks {
	width: 75%;
	margin: 0 auto;
  font-size: 25px;
}

.about-product-blocks,
.about-product-img {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.about-product-img svg {
  fill:#6385b9;
}

.about-product-item-img-left{
  right:0;
}

.about-product-block1,
.about-product-block2 {
	width: 50%;
}

.about-product-block1 p {
	width: 80%;
	text-align: right;
  margin-right: 20px;
}

.about-product-block2 p {
	width: 80%;
	text-align: left;
  margin-left: 20px;
    
}

.about-product-block1 svg {
	margin-right: -15px;
}

.about-product-block2 svg {
	margin-left: -15px;
}

.about-product-block2 {
	padding-top: 104px;
	margin-left: -20px;
}

.about-product-block1 {
	margin-right: -20px;
}

.about-product-blocks {
	padding: 0px 0 60px;
}

.about-product-img svg {
  width: 120px;
  height: auto;
}

/*WORK*/
.work-bg {
	height: auto;
	background-color: #56B281;
}

.work {
	width: 85.76923%;
	margin: 0 auto;
	text-align: center;
	color: #ffffff;
	font-family: 'Fira Sans';
	font-size: 20px;
	padding: 66px 0;
}

.work-blocks {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 51px;
}

.work-block {
	width: 20%;
	line-height: 22px;
	margin-top: 10px;
}

.work-block__icon {
  width: 160px;
  height: 165px;
  transition: all linear 0.6s;
}
.stomach-icon__bg,.lactit-icon__bg,.intestine-icon__bg,.drops-icon__bg {
  fill: #56B281;
  transition: fill linear 0.6s;
}

.work-block__1:hover .stomach-icon__bg{ fill: #1D70B7}
.work-block__2:hover .lactit-icon__bg{fill: #1D70B7}
.work-block__3:hover .intestine-icon__bg{ fill: #1D70B7}
.work-block__4:hover .drops-icon__bg{ fill: #1D70B7 }

.arrow-icon1, .arrow-icon2, .arrow-icon3{
  position: absolute;
  width: 100px;
  height: 100px;
  fill:#fff;
  transition: all linear 0.4s;
}
.arrow-icon1{
  bottom: -23px;
  right: -26%;
}
.arrow-icon2 {
  top: -71px;
	right: -35%;
}
.arrow-icon3 {
  bottom: -12px;
  right: -30%;
}

.work-block__1:hover .arrow-icon1{ fill: #1D70B7; }
.work-block__2:hover .arrow-icon2{fill: #1D70B7; }
.work-block__3:hover .arrow-icon3{ fill: #1D70B7;}
.work-block__4:hover .arrow-icon3{ fill: #1D70B7;}

.work-block p {
	margin-top: 3px;
}

.work h2 {
	font-size: 45px;
}

.item-relativ{
  position: relative;
}
/*anime pic*/
.abs {
	position: absolute;
}

.image-animate{
  -webkit-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}
.img-bottom-animate{
  top:0;
}
.arrow{
  right: -103px;
}
.top-unset{
  top:unset;
}
.animate-box{
  position: relative;
}
/* */
.rel {
	position: relative;
}

.abs1 {
	bottom: -15px;
  right: -26%;
}

.abs1-top{
  bottom: -18px;
  right: -90px;
}

.abs2 {
	top: 0;
	right: -35%;
}

.abs3 {
	bottom: -12px;
  right: -30%;
}

.abs3-top {
    bottom: -15px;
    right: -98px;
}

/*RESULT*/
.result-bg {
	width: 100%;
	padding: 60px 0;
}

.square {
	width: 9.47%;
  height: 28%;
  border: 1px solid #7B72B7;
  background-color: #ffffff;
  top: 36%;
  left: 45.2%;
  z-index: 1;
}

.result {
	width: 79.23076%;
	font-family: 'Fira Sans';
	font-size: 20px;
	color: #4c4c4c;
	margin: 0 auto;
}

.result h2 {
	font-family: 'Core Rhino 25';
	font-size: 45px;
	color: #7d5080;
	font-weight: 400;
	text-align: center;
}

.result-blocks {
	display: flex;
	justify-content: space-between;
	align-items: center;
	z-index: 11;
	position: relative;
    font-size: 18px;
}

.result-block {
	display: flex;
	justify-content: space-around;
	align-items: center;
	margin: 28px 0;
}


.result-block1 p {
	width: 70%;
	text-align: right;
	padding-left: 24%;
  line-height: 24px;
}

.result-block2 p {
	width: 70%;
	text-align: left;
	padding-right: 24%;
  line-height: 24px;
}

.result-block1,
.result-block2 {
	width: 50%;
}

.result-block1,
.result-block2 {
	margin: 20px 0;
}
.result-block-icon{
  width: 139px;
  height: 139px;
  transition: all linear 0.3s;
}
.result-block-icon__bg{
  fill:#fff;
  transition: all linear 0.3s;
}
.result-block-icon__line{
  fill:#7B72B7;
  transition: all linear 0.3s;
}
.result-block:hover .result-block-icon__bg{
  fill:#7B72B7;
}
.result-block:hover .result-block-icon__line{
  fill:#fff;
}


.result-btns {
	width: 50%;
	font-family: 'Fira Sans';
	font-size: 25px;
	display: flex;
	justify-content: space-around;
	margin: 0 auto;
}

.result-btns .btn {
	border-radius: 3px;
	height: 40px;
}

.result-btns .btn a {
	display: block;
	color: #ffffff;
	line-height: 40px;
}

.result-btns .btn1 {
	width: 48%;
    font-size: 20px;
	background-color: #b775b2;
	background-image: linear-gradient(to top, #8b5f88 0%, #b775b2 100%);
	text-align: center;
}

.result-btns .btn1:hover{
  background: linear-gradient(180deg, #8b5f88, #b775b2,  #62b38a, #4a8668);
  background-size: 800% 800%;

  -webkit-animation: Green 5s ease infinite;
  -moz-animation: Green 5s ease infinite;
  -o-animation: Green 5s ease infinite;
  animation: Green 5s ease infinite;
}

@-webkit-keyframes Green {
    0%{background-position:51% 0%}
    50%{background-position:50% 100%}
    100%{background-position:51% 0%}
}
@-moz-keyframes Green {
    0%{background-position:51% 0%}
    50%{background-position:50% 100%}
    100%{background-position:51% 0%}
}
@-o-keyframes Green {
    0%{background-position:51% 0%}
    50%{background-position:50% 100%}
    100%{background-position:51% 0%}
}
@keyframes Green { 
    0%{background-position:51% 0%}
    50%{background-position:50% 100%}
    100%{background-position:51% 0%}
}

.result-btns .btn2 {
	width: 48%;
    font-size: 20px;
	background-color: #62b38a;
	background-image: linear-gradient(to top, #62b38a 0%, #4a8668 100%);
	text-align: center;
}

.result-btns .btn2:hover {
  background: linear-gradient(180deg, #62b38a, #4a8668, #8b5f88, #b775b2);
  background-size: 800% 800%;

  -webkit-animation: Blue 4s ease infinite;
  -moz-animation: Blue 4s ease infinite;
  -o-animation: Blue 4s ease infinite;
  animation: Blue 4s ease infinite;
}



@-webkit-keyframes Blue {
    0%{background-position:51% 0%}
    50%{background-position:50% 100%}
    100%{background-position:51% 0%}
}
@-moz-keyframes Blue {
    0%{background-position:51% 0%}
    50%{background-position:50% 100%}
    100%{background-position:51% 0%}
}
@-o-keyframes Blue {
    0%{background-position:51% 0%}
    50%{background-position:50% 100%}
    100%{background-position:51% 0%}
}
@keyframes Blue { 
    0%{background-position:51% 0%}
    50%{background-position:50% 100%}
    100%{background-position:51% 0%}
}

/*FIND-OUT-MORE*/
.find-out-more-zag{
  color: #fff;
  padding: 16px 10px;
  text-align: center;
  background: #6385b9;
}

.find-out-more{
  width: 69%;
  margin: 0 auto;
  padding-top: 55px;
  margin-bottom: 42px;
  font-family: 'Fira Sans';
  color: #4c4c4c;
  position: relative;
  z-index: 107;
}

.nav-tab--wrap{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;

}
.nav-tab--img{
  width: 35%;
  display: flex;
  text-align: left;
  justify-content: center;
  align-items: flex-start;
}
.nav-tab--img img {
  width: 100%;
  height: auto;
}

.nav-tab-container{
  width: 63%;
}   

.nav-tab--list{
  font-size: 20px;
}
.nav-item .tab-content--item{
  margin-top: 10px;
  margin-bottom: 10px;
}

.nav-tab--list:last-child{
  border-bottom: 1px solid #6385b9;
} 

.nav-tab--item{
  display: flex;
  align-items: center;
  height: 60px;
  border-top: 1px solid #6385b9;
  cursor: pointer;
  -webkit-transition: all ease .5s;
  -moz-transition: all ease .5s;
  -o-transition: all ease .5s;
  transition: all ease .5s;
}
.nav-tab--item:hover{
  color: #6385b9;;
} 

.tab-wrap--content{
  margin-top: 30px;
}

.tab-content--item{
  display: none;
  position: relative;
  padding: 10px;
  background: #958ec1;
  font-size: 18px;
  line-height: 27px;
  color: #fff;
}

.button-close{
  position: absolute;
  width: 20px;
  height: 20px;
  top: 1px;
  right: 5px;
  cursor: pointer;
}

.button-close svg{
  fill:  #fff;
  -webkit-transition: all ease 1s;
  -moz-transition: all ease 1s;
  -o-transition: all ease 1s;
  transition: all ease 1s;
}

.button-close:hover svg{
  fill: #000;
}

.tab-content--item strong, h2, h3{
  font-weight:bold;
}
.tab-content--item h2{
  font-size: 24px;
}

.tab-content--item h3{
  font-size: 20px;
}

.tab-content--item a{
  color: blue;
  text-decoration: underline;
}

.table{
  width: 100%;
}

.table td{
  padding: 4px;
  border: 1px solid #000;
}


/*ABOUT-MANUFACTURER-ZAG*/
.about-manufacturer-zag {
	color: #fff;
  padding: 16px 10px;
  text-align: center;
  background: #958ec1;
  position: relative;
  
  z-index: 107;
}

.about-manufacturer-zag h2 {
	font-family: 'Core Rhino 25';
	font-size: 45px;
}

.about-manufacturer {
  padding: 40px 0 30px;
  position: relative;
  z-index: 100;
  text-align: center;
  font-family: 'Fira Sans';
  font-size: 18px;
  color: #4c4c4c;
  line-height: 30px;
}
.about-manufacturer ul {
    list-style-type: disc;
    list-style-position: inside;
}

.about-manufacturer .bifilux_zag {
  font-size: 54px;
  color: #499c35;
  text-transform: uppercase;
  margin-bottom: 40px;
}
.about-manufacturer .bifilux_zag img {
  vertical-align: middle;
}
.bifilux_zag_logo {
  width: 52%;
}

.bifilux_zag_link{
  text-transform: uppercase;
  color: #966199;
  -webkit-transition: all ease .5s;
  -moz-transition: all ease .5s;
  -o-transition: all ease .5s;
  transition: all ease .5s;
}
.bifilux_zag_link:hover{
  color:#62b38a;
}


.about-manufacturer .text {
  font-size: 18px;
  padding: 20px;
  border: 1px solid #62b38a;
  background: #fff;
  height: 600px;
}
.about-manufacturer .text .list {
  border-top: 1px solid #62b38a;
  padding-top: 20px;
  margin-top: 20px;
  display: block;
}
.about-manufacturer .text .list .item {
  float: left;
  line-height: 200px;
  width: 20%;
}
.about-manufacturer .text .list .item img {
  max-width: 90%;
  vertical-align: middle;
}
.history-company{
  margin-top: 25px;
}
/*YA-MAPS-ZAG*/
.ya-maps-zag {
  color: #fff;
  padding: 16px 10px;
  text-align: center;
  background: #62b38a;
}

.ya-maps-zag h2 {
	font-family: 'Core Rhino 25';
	font-size: 45px;
}

.ya-maps {
    height:420px;
}
/*OTHER ADDRESS*/
.other-address-bg {
  background-color: #6385b9;
  color: #fff;
  padding: 16px 0 23px;
  text-align: center;
}
.other-address .other-address__wrap{
  display: flex;
  flex-flow: row wrap;
  padding: 30px 0 30px 0 !important;
}
.other-address__item {
  font-family: 'Fira Sans';
  font-size: 18px;
  flex: 0 0 calc(100% / 3 - 6px);
  min-width: 200px;
  margin: 3px;
  padding: 20px;
  background: #222;
  color: #fff;
  transition: all linear 0.3s;
}
.other-address__item-1 {background: #cbd4ff;}
.other-address__item-1:hover {background: #aebcff;}
.other-address__item-2 {background: #88bcb8;}
.other-address__item-2:hover {background: #729e9a;}
.other-address__item-3 {background: #bb71ae;}
.other-address__item-3:hover {background: #9b5d8f;}
.other-address__item-4 {background: #5fba91;}
.other-address__item-4:hover {background: #509c7a;}
.other-address__item-5 {background: #7c7fc2;}
.other-address__item-5:hover {background: #555885;}

.other-address__title {
  margin-bottom: 10px;
}
.other-address__address {
  margin-bottom: 10px;
}
.other-address__link {
  color: #fff;
  border-bottom: 1px solid #fff;
  transition: all linear 0.5s;
}
.other-address__link:hover {
  border-bottom: 1px solid transparent;
}


/*REVIEWS*/
.wrap-reviews{
  width: 100%;
  position: relative;
}
.reviews-bg {
	background-color: #958ec1;
	padding: 16px 0 23px;
	text-align: center;
}

.reviews-bg h2 {
	font-family: 'Core Rhino 25';
	font-size: 45px;
	color: #ffffff;
}

.reviews-text-all {
	font-family: 'Fira Sans';
	width: 72.76923%;
	margin: 0 auto;
	padding: 50px 0 70px;
}

.reviews-text-block {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.reviews-text-block-data p {
	line-height: 25px;
    padding-left: 20px;
}

.name {
	font-size: 20px;
	font-weight: bold;
	text-transform: uppercase;
	color: #b775b2;
}

.age {
	color: #4c4c4c;
	font-weight: bold;
	font-size: 20px;
}

.date {
	font-size: 18px;
	color: #4c4c4c;
	text-align: right;
}

.line {
	border: 2px dashed #b775b2;
	margin: 25px 0;
}

.reviews-text-block-data {
	width: 80%;
}
.reviews-text-block-data.without_photo {
    width: 100%;
}

.reviews {
	color: #4c4c4c;
	font-size: 18px;
	margin: 35px 0;
	padding: 24px 21px;
	background-color: #f2f2f2;
	border: 1px solid #c6c6c6;
	line-height: 20px;
	position: relative;
}

.reviews::before, .reviews::after {
    content: '';
    position: absolute;
    background: #f2f2f2;
    left: 80px; top: -10px;
    width: 20px; height: 20px;
    box-shadow: 0 0 7px #000; /* Добавляем тень для уголка */
    z-index: -1; /* Прячем за основным блоком */
    transform: rotate(45deg); /* Поворачиваем на 45º */
    -webkit-transform: rotate(45deg);
}

.reviews::before {
  	z-index: 1; /* Накладываем поверх, чтобы скрыть следы тени */
    box-shadow: none; /* Прячем тень */
}

.reviews p {
    padding-bottom: 10px;
}
.reviews ol, .reviews ul {
    list-style: inherit;
    padding-left: 40px;
}
.reviews ol li, .reviews ul li {
    padding-bottom: 3px;
}

.morelink a {
    /* clear: both; */
    text-decoration: none;
    border-bottom: 1px dashed #b775b2;
    color: #b775b2;
}
.morelink {
    padding-top: 10px;
    padding-left: 5px;
}
.hidden {
    display: none;
}

.more_reviews {
    width: 90%;
}
.more_reviews .btn {
    width: 100%;
}
/*END-REVIEWS*/

/*OTHER-PRODUCTS*/
.sec-other-products{
  background-color: #fff;
  color: #b775b2;
  text-align: center;
}
.sec-other-products h2{
  font-size: 48px;
  font-family: 'Core Rhino 25';
}
.other-product-container{
  width: 55%;
  font-family: 'Fira Sans';
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto;
  padding-top: 28px;
  padding-bottom: 40px;
}

.other-product--item{
  width: 33%;
  margin-bottom: 10px;
  border: 4px solid transparent;
  transition: border-color linear 0.3s;
}
.other-product--item__color1:hover {
  border-color: #88bcb8;
}
.other-product--item__color2:hover {
  border-color: #bb71ae;
}
.other-product--item__color3:hover {
   border-color: #7c7fc2;
}


.other-product--link{
  color: #958ec1;
}
.other-product--img{
  margin-bottom: 23px;
}
.other-product--item img{
  width: 282px;
  height: auto;
}
.other-product--text{
  text-align: left;
  padding-left: 33px;
  font-size: 18px;
  margin-bottom: 10px;
}
/*END-OTHER-PRODUCTS*/

/*FOOTER*/
.footer-bg {
	font-family: 'Fira Sans';
	width: 100%;
	height: auto;
	padding: 40px 0;
	background-color: #62b38a; 
}

.wholesale {
	display: flex;
	justify-content: space-around;
	align-items: center;
	flex-wrap: nowrap;
  gap: 20px;
	width: 72.76923%;
	margin: 0 auto;
	height: auto;
}

.wholesale-text {
	width: 27%;
	padding: 15px 0;
	border: 2px solid #ffffff;
	background-color: rgba(255, 255, 255, 0);
  border-radius: 5px;
	margin: 30px 0;
	text-align: center;
  font-size: 16px;
	font-weight: bold;
	color: #ffffff;
}

.wholesale-text:hover{
  background-color: #b775b2;
}

.social {
  display: flex;
  justify-content: center;
  align-items: center;
}

.social__link {
  display: block;
  width: 40px;
  height: 40px;
  margin-right: 10px;
}
/*************************************************************/
/* Стили социальных иконок */
.vk-icon__bg {
  fill: #fff;
  transition: fill linear 0.2s;
}
.vk-icon__bg:hover{
  fill: #bb71ae;
}

.max-icon__bg{
  fill: #fff;;
  transition: fill linear 0.2s;
}
.max-icon__bg:hover{
  fill: #bb71ae;
}

.dzen-icon__bg {
  fill: #fff;;
  transition: fill linear 0.2s;
}
.dzen-icon__bg:hover{
  fill: #bb71ae;
}

.ok-icon__bg {
  fill: #fff;;
  transition: fill linear 0.2s;
}
.ok-icon__bg:hover{
  fill: #bb71ae;
}

.tg-icon__bg {
  fill: #fff;;
  transition: fill linear 0.2s;
}
.tg-icon__bg:hover{
  fill: #bb71ae;
}



/*************************************************************/
.warning__text{
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  font-family: 'Fira Sans';
  font-size: 45px;
  text-align: center;
  color: #d2d2d2;
}  
  

.animate-box{
  position: relative;
}

/*MODAL1*/
/* Попап */
.popupbg {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(1, 1, 1, 0.7);
  z-index: 11;
  display: none;
}
.popup {
  position: fixed !important;
  width: 600px;
  padding: 20px 0;
  top: 100px;
  left: 50%;
  margin-left: -300px;
  background: #fff;
  z-index: 12;
  display: none;
}
.popup form {
  padding: 0 20px;
  text-align: center;
}
.popup form .error-text {
  color: red;
  font-size: 13px;
  text-align: left;
  margin-bottom: 2px;
}
.popup form input[type='text'] {
  width: 100%;
  margin-bottom: 15px;
  height: 36px;
  font-size: 15px;
  text-indent: 15px;
}
.popup form input[type='text'].error {
  border: 1px solid red;
}
.popup form textarea {
  width: 100%;
  margin-top: 2px;
  padding: 10px 15px;
  height: 80px;
  font-size: 15px;
}
.popup form textarea.error {
  border: 1px solid red;
}
.popup form input[type='submit'] {
  border: 0;
  cursor: pointer;
  font-size: 18px;
  font-family: "FrizQuadrataC-Bold";
  padding: 10px 40px;
  color: #fff;
  background: #62b38a;
  margin-top: 15px;
}
/* Попап */

/*modal errors*/
.error-text {
    color: red;
    font-size: 12px;
    text-align: left;
    margin-bottom: 2px;
}
.form1 .modal_imput.error {
    border-color: red;
}
/*modal errors*/
/*MODAL1*/


/* Popup Info */
.popup-info {
  visibility: hidden;
  position: fixed;
  top: 0;
  left: -33%;
  width: 33%;
  height: 100%;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  z-index: 2000;
  background-color: #fff;
}
.popup-info__wrapper {
  padding: 40px;
  width: 100%;
  height: 100%;
  background-color: #fff;
  overflow-y: auto;
}
.popup-info__body {
  font-size: 16px;
  color: #414141;
  line-height: 23px;
}
.popup-info__body p {
  line-height: 23px;
  margin-bottom: 8px;
}
.popup-info__body li {
  margin-bottom: 8px;
}
.popup-info__body ol {
  padding-left: 18px;
}
.popup-info__body ul {
  padding-left: 18px;
}
.popup-info__body ul li {
  list-style-type: disc;
}
.popup-info__title {
  font-size: 1.5625rem;
  margin-bottom: 1.25rem;
  font-family: "GOSHAAlternates";
  color: #48506e;
}
.popup-info__focus {
  margin: 10px 0 10px 0;
  padding: 10px;
  border-radius: 10px;
}
.popup-info__close {
  position: absolute;
  cursor: pointer;
  top: 6px;
  right: 27px;
}
.popup-info__close svg {
  fill: #000;
  width: 20px;
  height: 20px;
}
.popup-info__text {
  line-height: 25px;
  text-align: justify;
  color: #fff;
}
.popup-info__footnote-list {
  font-size: 0.75rem;
}
.popup-info-button {
  cursor: pointer;
}
.popup-info.popup-info_show {
  visibility: visible;
  left: 0;
}
.block-popup_hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  -webkit-clip-path: inset(100%);
          clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden;
}
.overlay-blur {
  display: none;
  -webkit-backdrop-filter: blur(20px) opacity(0);
          backdrop-filter: blur(20px) opacity(0);
  -webkit-transition: 0.3s -webkit-backdrop-filter ease-in;
  transition: 0.3s -webkit-backdrop-filter ease-in;
  -o-transition: 0.3s backdrop-filter ease-in;
  transition: 0.3s backdrop-filter ease-in;
  transition: 0.3s backdrop-filter ease-in, 0.3s -webkit-backdrop-filter ease-in;
}
.disable-scroll {
  overflow: hidden;
}
.disable-scroll .overlay-blur {
  display: block;
  position: fixed;
  width: 100%;
  height: 100%;
  -webkit-animation: blurAnimation 0.3s ease-in forwards;
          animation: blurAnimation 0.3s ease-in forwards;
  z-index: 1500;
}

@-webkit-keyframes blurAnimation {
  from {
    -webkit-backdrop-filter: blur(0);
            backdrop-filter: blur(0);
  }

  to {
    -webkit-backdrop-filter: blur(5px);
            backdrop-filter: blur(5px);
  }
}