<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.content .tabs-head {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 20px;
  border-top: 0;
  border-right: 0;
  border-left: 0;
  border-bottom-width: 2px;
}
.content .tabs-head .tab-part {
  padding: 10px 30px;
  cursor: pointer;
  border: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-align: center;
}

.content .tabs-body {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.content .tabs-body .tab-part {
  position: absolute;
  width: 100%;
  opacity: 0;
  z-index: -10;
  height: 1px;
  overflow: hidden;
  padding-bottom: 30px;
}

.content .tabs-body .tab-part.active {
  height: auto;
  opacity: 1;
  z-index: 0;
}

.content .tabs-body .tab-part .wrapper {
  width: 100%;
  margin-right: 0;
  margin-left: 0;
}


.faq-answer {
  display: none;
    background-color: white;
    border-radius: 20px;
    padding: 20px;
    margin-bottom: 15px;
}
.tabs-section-content ul li {list-style-type: none;}

.faq-question {
  cursor: pointer;
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-family: 'Circe';
    font-weight: 700;
    color: #0088cc;
  text-decoration: underline;
}


.block-section .container {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.block-section .title-block {
  margin-bottom: 20px;
  width: 100%;
}

.block-section .content {
  margin: 0 -15px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 100%;
}

.block-section .content-block {
  width: 100%;
}

.block-section .content .tabs-head {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 20px;
  border-top: 0;
  border-right: 0;
  border-left: 0;
  border-bottom-width: 2px;
}

.block-section .content .tabs-head .tab-part {
  padding: 10px 30px;
  cursor: pointer;
  border: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-align: center;
}

.block-section .content .tabs-body {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.block-section .content .tabs-body .tab-part {
  position: absolute;
  width: 100%;
  opacity: 0;
  z-index: -10;
  height: 1px;
  overflow: hidden;
  padding-bottom: 30px;
}

.block-section .content .tabs-body .tab-part.active {
  height: auto;
  opacity: 1;
  z-index: 0;
}

.block-section .content .tabs-body .tab-part .wrapper {
  width: 100%;
  margin-right: 0;
  margin-left: 0;
}

.block-section .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: calc(100% + 30px);
  width: calc(100% + 30px);
  margin-bottom: 50px;
  margin-right: -15px;
  margin-left: -15px;
}

.block-section .wrapper:last-child {
  margin-bottom: 0;
}

.block-section .wrapper .wp-block-gallery, .block-section .wrapper .gallery-columns-1 {
  max-width: calc(100% - 100px);
  margin: 30px auto;
  max-height: 350px;
}

.block-section .wrapper .wp-block-gallery img, .block-section .wrapper .gallery-columns-1 img {
  max-height: 1px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.block-section .wrapper .wp-block-gallery .slick-track, .block-section .wrapper .gallery-columns-1 .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.block-section .wrapper .wp-block-gallery .slick-track figure, .block-section .wrapper .gallery-columns-1 .slick-track figure {
  height: 250px;
  display: block;
}

.block-section .wrapper .wp-block-gallery .slick-track figure *, .block-section .wrapper .gallery-columns-1 .slick-track figure * {
  height: 100%;
  max-height: 100%;
  margin: auto;
  text-align: center;
}

.block-section .wrapper .wp-block-gallery img, .block-section .wrapper .gallery-columns-1 img {
  height: 100% !important;
  cursor: -webkit-zoom-in !important;
  cursor: zoom-in !important;
}

.block-section .wrapper .slick-dots li {
  width: 13px;
  padding: 0;
}

.block-section .wrapper .slick-dots li:not(.slick-active):before {
  background: none;
}

.block-section .gallery-block {
  max-width: 100%;
}

.block-section .gallery-block .block-gallery-slider {
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.block-section .gallery-block .block-gallery-slider .slide-wrap {
  max-width: none;
  padding: 0 20px;
}

.block-section .gallery-block .block-gallery-slider .slide-wrap img {
  display: block;
  margin: 0 auto;
  width: 100%;
  cursor: -webkit-zoom-in !important;
  cursor: zoom-in !important;
}

.block-section .gallery-block .slick-dots {
  position: absolute !important;
}

.block-section .gallery-block .next-arrow {
  right: -25px;
}

.block-section .gallery-block .prev-arrow {
  left: -25px;
}

.block-section .wrap {
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  padding: 15px;
}

.block-section .wrap .image {
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
}

.block-section .wrap .image img {
  margin: auto;
  max-width: 100%;
  width: 100%;
  height: 310px;
}


.youtube {
  height: 310px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  display: inline-block;
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  cursor: pointer;
}

.youtube .play {
  background: url("../img/youtube-play-btn.png") no-repeat;
  background-position: 0 -50px;
  background-size: 100% auto;
  position: absolute;
  height: 50px;
  width: 69px;
  -webkit-transition: none;
  transition: none;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  cursor: pointer;
}

.youtube:hover .play {
  background-position: 0 0;
}

.popup-vide .popup__inner {
  width: 70%;
  max-width: 1000px;
  min-width: 380px;
}

.popup-vide .popup__inner iframe {
  min-height: 70vh;
}

/*# sourceMappingURL=popups.css.map */
  .icon-close_1:before {
      content: "\e914";
  }




 /* Р‘Р»РѕРєРё СЃ С‚РµРєСЃС‚РѕРј  - Blocks */

#text-white {
  background: #f7fafc;
}
#text-white .main-block {
  background: #FFF;
  width: 100%;
}
#text-white .main-block h1 {
  font-weight: 400;
  font-size: 30px;
}
#text-white .main-block a {
  color: var(--c-accent);
  text-decoration: none;
}
#text-white .main-block li {
  list-style: disc;
}



/* Р‘Р»РѕРєРё СЃ С‚РµРєСЃС‚РѕРј  - Blocks end */



/* Р‘Р»РѕРєРё С‚РѕРІР°СЂР°  - Blocks */
#product-section-left {
  float: left;
  width: 30%;
}
#product-section-left .main-block {
  margin-right: auto;
  width: 90%;
}
#product-section-center {
  float: left;
  width: 30%;
}
#product-section-right {
  float: right;
  width: 31%;
  background-color: var(--c-background);;
  z-index: 30;
  position: relative;
  align-items: start;
}
#product-section-right .content {
  width: 100%;
}
#product-section-right #product-title p {
  font-size: 21px;
  text-transform: uppercase;
}
#product-section-title .container {
  align-items: flex-start;
  margin-bottom: 10px;
}
#product-section-title .title {
  font-size: 34px;
  font-weight: 600;
  text-transform: none;
}
#product-title p {
  margin: 0;
  margin-bottom: 15px;
  background: var(--c-main);
  font-weight: 900;
  color: #FFF;
  padding: 10px;
  text-align: center;
  border-radius: 5px;
  line-height: 1;
}

#product-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 20px;
}
#product-btn a {
  font-weight: 900;
  text-decoration: none;

  font-size: 15px;
}
#product-btn a:first-child {
  background: var(--c-red);
  color: #FFF;
  margin-bottom: 20px;
  padding: 15px 35px;
  border-radius: 5px;
  border: 2px solid var(--c-red);
}
#product-btn a:first-child:hover {
  background: none;
  color: var(--c-red);
}
#product-btn a:last-child {
  border: 2px solid var(--c-secondary);
  color: var(--c-secondary);
  padding: 5px 15px;
  border-radius: 2px;
}
#product-btn a:last-child:hover {
  background: var(--c-secondary);
  color: #FFF;
}
#product-center img {
  object-fit: cover !important;
  height: 270px;
  width: 100%;
}


#product-section-rigth #product-content {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.1em;
}
#product-section-right .popup-gallery {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
#product-section-right .popup-gallery a {
  width: 23%;
  height: 200px;
  margin-bottom: 10px;
}
#product-section-right .popup-gallery a img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
#product-section-right #product-content article {
  box-shadow: none;
}
#product-section-right #product-content ul {
  padding-left: 15px;
}

#products-specifications .content {
  width: 70%;
  padding-top: 20px;
}

#specifications-title p {
  background: var(--c-main);
  font-weight: 900;
  font-size: 21px;
  text-transform: uppercase;
  color: #FFF;
  padding: 15px 0;
  text-align: center;
  border-radius: 5px;
  line-height: 1;
  
}
/* Р‘Р»РѕРєРё С‚РѕРІР°СЂР°  - Blocks end */



#popular-products.section-white .main-block .content{
	display: grid !important;
	grid-template-columns: repeat(5, 1fr);
}

/* RESPONSIVE */
@media (max-width: 600px) {
  #product-section-title .title {
    font-size: 24px;
    font-weight: 700;
  }
  #product-section-left,
  #product-section-center,
  #product-section-right {
    width: 100%;
    float: none;
  }
  #product-section-right {
    margin-top: 20px;
  }
  #product-section-left .main-block {
    width: 100%;
  }
  #product-list a {
    font-size: 14px;
  }
  #products-specifications .content {
    width: 100%;
  }
  #text-white .main-block {
    padding: 20px 30px;
    margin: 20px 0;
  }
  #text-white .main-block p {
    font-size: 14px;
  }
}

@media (max-width: 850px) {
	#popular-products.section-white .main-block .content{
		display: grid !important;
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 670px) {
	#popular-products.section-white .main-block .content{
		display: grid !important;
		grid-template-columns: repeat(2, 1fr);
    	justify-items: center;
	}
}
/* RESPONSIVE END */



	#popular-products.section-grey{
		clip-path: polygon(47% 0, 50% 8%, 53% 0, 100% 0, 100% 100%, 0 100%, 0% 70%, 0 0) !important;
	}

#popular-products.section-white .title{
	text-align: center !important;
}


 /* RESPONSIVE */

@media (min-width: 1200px){
	#popular-products.section-grey{
		clip-path: polygon(48% 0, 50% 8%, 52% 0, 100% 0, 100% 100%, 0 100%, 0% 70%, 0 0) !important;
	}
}



@media (max-width: 850px){
	#popular-products.section-grey .main-block {
		height: 13em !important;
	}	
	
	#popular-products.section-grey .grey-img{
		top: 24em !important;
	}
	
	#popular-products.section-grey{
		clip-path: polygon(44% 0, 50% 8%, 56% 0, 100% 0, 100% 100%, 0 100%, 0% 70%, 0 0) !important;
	}
}

@media (max-width: 1250px){
	#text-white .container{
		margin: 0 1.3em !important;
		width: auto !important;
	}
}

@media (max-width: 730px){
	#popular-products.section-grey .main-block {
		height: 11em !important;
	}
	
}

@media (max-width: 460px){
	#popular-products.section-grey .grey-img{
		top: 24em !important;
	}
}

@media (max-width: 415px){
	#popular-products.section-grey .grey-img{
		top: 26em !important;
	}
}

@media (min-width: 670px) and (max-width: 725px){
	#popular-products.section-grey .grey-img{
		top: 22em !important;
	}
}


/* RESPONSIVE END */

#popular-products.section-grey .container:first-child{
	padding-top: 2em;
}

#popular-products.section-grey .grey-img{
	z-index: 20;
	top: 18em;
	width: 100vw !important;
    position: absolute;
	height: 2em;
	padding-top: 0em;
}

#popular-products.section-grey .grey-img img{
	height: 2em;
}

#popular-products.section-grey .main-block {
	height: 7em;
}

#popular-products.section-grey .container .main-content .content{
	display: grid !important;
	grid-template-columns: repeat(5, 1fr);
	grid-row-gap: 0.2em;
}

@media(max-width: 850px){
	#popular-products.section-grey .container .main-content .content{
		display: grid !important;
		grid-template-columns: repeat(3, 1fr);
		grid-row-gap: 1em;
	}
}

#popular-products.section-grey .main-block .block-content &gt; a{
	display: none;
}

#text-white{
	font-size: 0.9em;
	line-height: 1.9;
	display: flex;
    justify-content: center;
    width: 100vw;
}

#text-white .text p{
	margin: 0;
	margin-bottom: 1.6em;
}

#text-white .text h1{
	margin-bottom: 0.25em;
}

#text-white .text h2{
	margin-bottom: 0.25em;
	font-size: 2.75em;
	font-weight: 400;
}

#text-white .text ul{
	margin-left: 3em;
}

#product-section-right &gt; .container &gt; p{
	line-height: 1;
	font-weight: 100;
}



#product-section-center{
	margin: 0 0 0 1em;
}

#popular-products{
	width: 100vw;
}

#products-specifications .container{
    line-height: 1;
    font-weight: 100;
	padding-bottom: 1em;
}

#products-specifications .container &gt; p{
   	padding: 0 0.7em;
}

 /* RESPONSIVE */
@media (max-width: 1500px) and (min-width: 1150px){
	#product-section-left {
		width: 32.2%;
	}
}
	
@media (max-width: 1150px){
	#product-section-center .popup-gallery .slide img, #product-section-center .popup-gallery {
		width: 100vw;
	}
	
	#product-section-right &gt; .container &gt; p{
		line-height: 1;
		font-weight: 100;
	}

	#product-section-right .container{
		padding: 0;
	}

	#product-section-right .container &gt; p{
		padding: 0 1em;
	}
	
	#product-section-center #slider-controls{
		width: 100vw !important;
	}
	
	.content-wrap &gt; .main-section{
		width: 100vw !important;
		margin-left: 0 !important;
	}
	
	#product-section-left .content{
		width: 100vw;
	}
	
	#product-section-left #product-list .content{
		grid-template-columns: 1fr;
		grid-gap: 0.1em
	}
	
	#product-section-center{
		margin-top: 1em;
	}
	
	#product-section-right .container{
		align-items: center;
	}
	
	#products-specifications, #products-specifications .content{
		margin: 0 !important;
		width: 100vw !important;
		padding: 0;
	}
	
	#product-section-right {
	  float: right;
	  width: 100%;
	  margin-top: 1em;
	}
	
	#products-specifications .container{
		padding-left: 0;
	}

	#Reads-section .block-content &gt; p{
		padding: 0 1em;
	}
}

@media (min-width: 1150px){
	#products-specifications .container &gt; p{
		width: 70%;
	}
	
}

@media (min-width: 1500px){
	#product-section-left #product-list .content{
		grid-template-columns: 1fr;
		grid-gap: 0.1em
	}
	
	#product-section-left{
		width: 35%;
		margin-left: 0em !important;		
    	margin-left: 0;
		display: block;
	}
	
	#product-section-right{
		width: 32%;
		margin-right: 0;
		display: flex;
		justify-content: start;
	}
	
	#product-section-center{
		width: 33%;
	}
	
	#product-section-right .container {
		width: 100%;
		padding: 0 0 0 15px;
    	margin: 0;
	}
	
	#products-specifications .container{
    	padding: 0;
	}
		
	#product-section-left .container {
		width: 95%;
    	margin: 0;
	}
	
	#product-section-center{
		margin: 0;
	}
	

}

/* RESPONSIVE END */


#product-section-left .content{
    width: 100%;
}

#mobile-header .upper-site-mobile-navigation{
	background-color: var(--c-main);
	display: flex;
	justify-content: center;
	position: absolute;
	top: 0;
	width: 100vw;
	padding-top: 1em;
}

#mobile-header .upper-site-mobile-navigation .site-header-item {
	margin: 0;
}

#mobile-header .upper-site-mobile-navigation .site-header-item svg{
	color: var(--c-red);	
	font-size: 2em;
}


 /* RESPONSIVE */

@media (min-width: 800px){
	#mobile-header .upper-site-mobile-navigation{
		display: none;
	}
}


@media (max-width: 1500px) and (min-width: 1150px) {
	#product-section-left{
		z-index: 30;
		background-color: var(--c-background);
		position: relative;
		height: 18em;
		padding-left: 2vw;
		margin-left: 0;
	}
	
	#products-specifications{
	    display: flex;
    	justify-content: center;
	}
}
	
#Reads-section .content &gt; p{
	font-family: 'Open Sans Condensed', sans-serif;  
	font-size: 21px;
}

@media (min-width: 1150px) {
	#product-section-right {
	  min-height: 18em;
	}

	#products-specifications .content,
	#products-specifications .container &gt; p{
	  width: 100%;
	}

	#Reads-section .content &gt; p{
		margin: 0 1em;
	} 
	
	#products-specifications &gt; .container{
		margin: 0;
		padding: 0;
	}
}
/* RESPONSIVE END */

 .title{
    color: var(--c-main);
     font-size: 34px;
    font-weight: 600;
}

.main-section .title p{
	margin: 0;
}

#products-specifications .container p{
	margin-top: 0;
	font-family: font-2;  
	font-size: 21px;
}

#products-specifications #product-title p, #Reads-section .block-content a{
	font-family: font-1;
}

#product-section-center .cost{
	color: var(--c-secondary);
}

#product-section-center .cost p{
	margin: 0;
	font-size: 34px;
	font-weight: 800;
}

#popular-products .title{
	padding: 1em 0;
	font-weight: 800;
}



#Reads-section .block-content  a{
	text-decoration: none;
	margin-top: 1em;
    background: var(--c-main);
    font-weight: 900;
    color: #FFF;
    padding: 10px;
    text-align: center;
    border-radius: 5px;
    line-height: 1;
	width: 100%;
	cursor: default;
	font-size: 21px;
}

#Reads-section .block-content .text-part{
    display: flex;
	justify-content: center;
} 

#Reads-section .block-content{
	margin-bottom: 1em;
}

#Reads-section .content &gt; a{
	width: 100%;
	display: flex;
	justify-content: end;
}

#Reads-section  .content{
    line-height: 1;
    font-weight: 100;
	margin-bottom: 1em;
}

#Reads-section .container{
	padding: 0;
}

@media(max-width: 1150px){
	#Reads-section .content &gt; p{
		padding: 0 1em;
	}
}


#product-section-right &gt; .container &gt; p{
	margin: 0;
	margin-bottom: 1em;
	font-stretch: ultra-expanded;
	font-family: font-2;  
	font-size: 19px;
}

</pre></body></html>