/*
Theme Name: Selectrum Theme
Author: Selectrum
*/
@import url('https://fonts.googleapis.com/css2?family=Sansita:ital,wght@0,400;0,700;0,800;0,900;1,400;1,700;1,800;1,900&display=swap');
@font-face {
    font-family: 'GilroyMedium';
    src: url('assets/fonts/GilroyMedium/GilroyMedium.eot');
    src: url('assets/fonts/GilroyMedium//GilroyMedium.eot') format('embedded-opentype'),
         url('assets/fonts/GilroyMedium//GilroyMedium.woff2') format('woff2'),
         url('assets/fonts/GilroyMedium//GilroyMedium.woff') format('woff'),
         url('assets/fonts/GilroyMedium//GilroyMedium.ttf') format('truetype'),
         url('assets/fonts/GilroyMedium//GilroyMedium.svg#GilroyMedium') format('svg');
}


@font-face {
    font-family: 'GilroyRegular';
    src: url('assets/fonts/GilroyRegular/GilroyRegular.eot');
    src: url('assets/fonts/GilroyRegular//GilroyRegular.eot') format('embedded-opentype'),
         url('assets/fonts/GilroyRegular//GilroyRegular.woff2') format('woff2'),
         url('assets/fonts/GilroyRegular//GilroyRegular.woff') format('woff'),
         url('assets/fonts/GilroyRegular//GilroyRegular.ttf') format('truetype'),
         url('assets/fonts/GilroyRegular//GilroyRegular.svg#GilroyRegular') format('svg');
}

@font-face {
    font-family: 'GilroyBold';
    src: url('assets/fonts/GilroyBold/GilroyBold.eot');
    src: url('assets/fonts/GilroyBold//GilroyBold.eot') format('embedded-opentype'),
         url('assets/fonts/GilroyBold//GilroyBold.woff2') format('woff2'),
         url('assets/fonts/GilroyBold//GilroyBold.woff') format('woff'),
         url('assets/fonts/GilroyBold//GilroyBold.ttf') format('truetype'),
         url('assets/fonts/GilroyBold//GilroyBold.svg#GilroyBold') format('svg');
}


html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  font: inherit;
  font-size: 100%;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html {
  margin: 0;
  padding: 0;
  font-size: 62.5%;
  /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */

  -webkit-text-size-adjust: 100%;
  /* Prevents iOS text size adjust after orientation change, without disabling user zoom */

  -ms-text-size-adjust: 100%;
  /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */

}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}
code,
kbd,
tt,
var {
  font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}
mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}
sup,
sub {
  font-size: 75%;
  height: 0;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  bottom: 1ex;
}
sub {
  top: .5ex;
}
small {
  font-size: 75%;
}
big {
  font-size: 125%;
}
figure {
  margin: 0;
}
table {
  margin: 0 0 1.5em;
  width: 100%;
}
th {
  font-weight: bold;
}
button,
input,
select,
textarea {
  font-size: 100%;
  /* Corrects font size not being inherited in all browsers */

  margin: 0;
  /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */

  vertical-align: baseline;
  *vertical-align: middle;
  /* Improves appearance and consistency in all browsers */

}
button,
input {
  line-height: normal;
  /* Addresses FF3/4 setting line-height using !important in the UA stylesheet */

  *overflow: visible;
  /* Corrects inner spacing displayed oddly in IE6/7 */

}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
	font-family: "Plus Jakarta Sans", sans-serif;
	font-size: 16px;
	font-weight: 600;
	padding: 26px 50px 22px 50px;
	background-color: #0730A7;
	transition: all 0.25s linear;
	color: #fff !important;
	line-height: 1;
	cursor: pointer;
	border: none;
	border-radius: 35px;
}
button:hover,
html input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	background-color:#061338;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* Addresses box sizing set to content-box in IE8/9 */

  padding: 0;
  /* Addresses excess padding in IE8/9 */

}
input[type="search"] {
  -webkit-appearance: textfield;
  /* Addresses appearance set to searchfield in S5, Chrome */

  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */

  box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration {
  /* Corrects inner padding displayed oddly in S5, Chrome on OSX */

  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */

  border: 0;
  padding: 0;
}
input[type=text],
input[type=email],
input[type=tel],
input[type=number],
textarea {
	color: #000;
	border: 1px solid #F1EFEF;
	border-radius: 35px;
	font-family: 'GilroyMedium';	
	padding:20px;
	font-size:18px;
	line-height:1;
	box-shadow: 0px 2px 10px #F1EFEF;
	background:#fff;
	transition: all 0.25s linear;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=number]:focus,
textarea:focus{
	border: 1px solid #DFDFDF;
}

*{
	outline:none !important;
}
textarea {
	overflow: auto;
	padding: 20px;
	vertical-align: top;
	width: 100%;
	box-sizing: border-box;
	resize: none;
	height: 180px;
}
/* styles
-------------------------------------------------------------- */
body,
button,
input,
select {
  padding: 0;
  margin: 0;
  background: #ffffff;
  font-family: 'GilroyRegular';
  line-height: 24px;
  font-size: 17px;
  color:#7A7A7A;
}
html{
	height:100%;
}

body{
	min-height:100%;
	display: flex;
	flex-direction:column;
	
}
#main{
	flex: 1 1 auto;
}

.404_page h1{
	font-size: 100px;
}

.404_title{
	font-size: 100px !important; 
}

.404_page p{
	font-size: 26px;
}
/* typography
-------------------------------------------------------------- */
/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  font-family: "Murecho", sans-serif;
}


h1 strong,
h2 strong,
h3 strong,
h4 strong{
	font-family: "Murecho", sans-serif;
}

h1 {
	font-size: 55px;
	line-height: 69px;
	margin-bottom: 25px;
	font-weight: 600;
	color: #0730A7;
}
h2 {
    font-weight: 600;
    font-size: 50px;
    line-height: 55px;
    color: #0730A7;
    margin-bottom:20px;
}
h3 {
    font-weight: 600;
    font-size: 34px;
    line-height:45px;
    color: #0730A7;
    margin-bottom:20px;
}
h4 {
	font-weight: 600;
	font-size: 24px;
	line-height: 35px;
	color: #0730A7;
	margin-bottom:15px;
}
hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}
/* Text elements */
p {
  margin-bottom: 15px;
}
ul,
ol {
  margin: 0 0 1.5em 3em;
}
ul {
  list-style: disc;
}
ol {
  list-style: decimal;
}
ul ul,
ol ol,
ul ol,
ol ul {
  margin-bottom: 0;
  margin-left: 1.5em;
}
dt {
  font-weight: bold;
}
dd {
  margin: 0 1.5em 1.5em;
}
b,
strong {
 	font-family: 'GilroyBold';
}
dfn,
cite,
em,
i {
  font-style: italic;
}
blockquote {
  margin: 0 1.5em;
}
address {
  margin: 0 0 1.5em;
}
pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  padding: 1.6em;
  overflow: auto;
  max-width: 100%;
}
/* Links */
a {
  color: #0730A7 ;
  -webkit-transition: color 0.25s ease-in-out;
  -moz-transition: color 0.25s ease-in-out;
  -o-transition: color 0.25s ease-in-out;
  -ms-transition: color 0.25s ease-in-out;
  transition: color 0.25s ease-in-out;
  text-decoration: none;
}
a:hover {
  color: #0730A7;
}
/* Alignment */
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}
.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}
.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto;
}

.clear{
	clear:both;
}

.container{
	max-width:1400px;
/* 	width: 100%; */
	padding: 0 20px;
	margin:0 auto;
}

/*----HEADER----*/
#masthead {
	position: fixed;
	width: 100%;
	left: 0;
	top: 0;
	background-color: #fff;
	padding: 29px 0 20px 0;
	z-index: 9000;
	border-bottom:1px solid #DFDFDF;
}
.header-logo-link{
	display: inline-flex;
	max-width: 250px;
	width: 100%;
	height: 100%;
}
.header-logo-link img{
	width: 100%;
	height: auto;
}
#header-flex{
	gap: 20px;
}
#header-flex .phone-section a span{
	position: relative;
}

#header-flex .phone-section a span:after {
	background: #0730A7;
	width: 0;
	height: 2px;
	position: absolute;
	bottom: -5px;
	transition: all 0.25s linear;
	left: 0;
	content: '';
}

#header-flex .phone-section a:hover span:after {
	width:100%;
}

#header-flex .phone-section a {
	font-size:25px;
}

#header-flex {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

#main-menu ul{
    padding:0;
    margin:0;
}

#main-menu ul li{
	list-style:none;
    float:left;
    margin-left:35px;
	position: relative;
}

#main-menu ul li:first-child{
	margin-left:0;
}

#main-menu ul li a{
	color:#000;
    font-family: 'GilroyBold';
	position: relative;
	font-size:19px;
}

#main-menu ul li a:hover,
.phone-section a:hover{
	color:#0730A7;    
}

#main-menu ul li ul {
	position: absolute;
	left: -20px;
	top: 25px;
	background: #fff;
	padding: 10px 20px;
	width: 100px;
	opacity: 0;
	visibility: hidden;
	transition: all 0.25s linear;
}

#main-menu ul li:hover ul{
	opacity: 1;
	visibility: visible;	
}

#main-menu ul li.menu-item-has-children > a::after {
	background-image: url(assets/images/slider-arrow.svg);
	background-repeat: no-repeat;
	content: '';
	width: 6px;
	height: 11px;
	position: absolute;
	right: -15px;
	top: 2px;
	filter: invert(100);
	background-size: 100%;
	transform: rotate(90deg);
}



#main-menu ul li ul li {
	margin-left: 0;
	margin-right: 0;
	float: none;
	margin-bottom: 5px;
}

.phone-section a {
	color: #000;
	position: relative;
	padding-left: 40px;
   	font-family: 'GilroyBold'; 
	display: flex;
    align-items: center;
}

.phone-section a:before{
    content: '';
    background-image: url(assets/images/call-icon.svg);
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
    position: absolute;
    left: 0;
    top: 0px;
}

/*----BLOG SECTION----*/
#home-section-6 .two-col-right.post-text h2 {
	border-bottom: 1px solid #DFDFDF;
	padding-bottom: 20px;
}

.additional-blog-two-item {
	display: inline-block;
	vertical-align: top;
	width: 40%;
	margin-right:5%;
}

#blog-left .product-flex {
	opacity: 1;
	height: 100%;
}

.additional-blog-two-item.last-blog-item{
	margin-right:0;
}

.additional-blog-two-description {
	font-size: 13px;
	line-height: 1;
	text-align: left;
}

.additional-blog-two-image {
	width: 100%;
	height: 400px;
	margin-bottom: 20px;
	background-size: cover;
	background-position: center;
}

.additional-blog-two-cta {
	text-align: center;
	margin-bottom: 40px;
}

#blog-additional-banner-1 {
	width: 100%;
	height: 330px;
	background-size: cover;
	background-position: center;
	margin-bottom: 16px;
}

.toggle-text {
	color: #0730A7;
	font-weight: 600;
	margin-top: 20px;
    cursor:pointer;
}

#blog-additional-banner-2 {
	width: 55%;
	height: 330px;
	background-size: cover;
	background-position: center;
	float:left;
}

#blog-additional-banner-3{
	width: calc(45% - 16px);
	margin-left:16px;
	height: 330px;
	background-size: cover;
	background-position: center;	
	float:right;
}

#blog-banners {
	padding: 30px 0;
	overflow: hidden;
}

.post-text ul{
	margin-left:0;
}

.post-text ol{
	margin-left:1em;
}

.post-text ul li {
	list-style: none;
	position: relative;
	padding-left: 20px;
}

.post-text ul li:before {
	content: '';
	width: 6px;
	height: 6px;
	background: #0730A7;
	position: absolute;
	top: 8px;
	left: 0;
	border-radius: 50%;
}

.post-text p a{
	color: #000;
 	text-decoration: underline;	
}

.post-text p a:hover{
 	text-decoration: none;		
}

#blog-single-title-flex {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	border-bottom: 1px solid #DFDFDF;
	padding-bottom: 30px;
	margin-bottom: 40px;
}

#blog-single-title-flex .section-title {
	width: 75%;
}

#blog-single-title-flex .section-title h2{
	margin:0;
}

#category-list-title {
	padding-right: 5px;
}

#categories-widget{
	margin-bottom:60px;
}

#related-widget-title {
	margin-bottom: 10px;
	color: #0730A7;
	font-weight: 600;
	font-size: 25px;
	line-height: 34px;
	text-transform: uppercase;
	font-family: "Murecho", sans-serif;
}

.categories-list {
	border-right: 1px solid #fff;
	margin-right: 10px;
	padding-right: 10px;
	line-height: 1;
}

.categories-list:last-child{
	border-right: 0;
	margin-right: 0;
	padding-right: 0;	
}

.blog-item-related a {
	color: #000;
	text-decoration: underline;
	font-family: 'GilroyMedium'; 
	transition: all 0.25s linear;
	dislay:block;
}

.blog-item-related a:hover{
	color: #0730A7;
	text-decoration: none;
}

.blog-item-related{
	margin-bottom: 15px;
}

#page-navigation {
	border-top: 1px solid #E7E7E7;
	padding-top: 30px;
	margin-bottom: 100px;
	text-align: center;
}

.page-numbers.current {
	color: #0730A7;
}

.page-numbers {
	color: #7A7A7A;
	font-weight: 600;
	padding-right:30px;
}

.page-numbers:hover{
	color:#7A7A7A;
}

.next.page-numbers {
	color: #0730A7;
}

.prev.page-numbers {
	color: #0730A7;
	padding-right: 30px;
}

.next.page-numbers:hover,
.prev.page-numbers:hover{
	text-decoration:underline;
}

#page-banner {
	color: #fff;
	background: linear-gradient(90deg, rgba(5,23,78,1) 20%, rgba(7,48,167,1) 100%);
	text-align: center;
	padding: 150px 0;
	font-family: 'GilroyMedium';
	display: none;
}

#page-banner h1 {
	font-size: 48px;
	line-height: 64px;
	margin-bottom: 25px;
	font-weight: 600;
	text-transform: uppercase;
	color:#fff;
}

#page-banner p {
	margin-bottom: 0;
	font-size: 19px;
}

#page-title {
	font-size: 50px;
	line-height: 60px;
	color: #0730A7;
	margin-bottom: 30px;
	font-weight: 600;
	font-family: "Murecho", sans-serif;
}

.blog-item a{
	border: 1px solid #DFDFDF;
	margin-bottom: 30px;
	padding: 30px 50px;
	box-sizing: border-box;
	transition:all 0.25s linear;
	display: flex;
	justify-content: space-between;	
}

.blog-item a:hover{
	border: 1px solid #000;
}

#blog-left {
	width: 76%;
}

.blog-item a{
	text-decorsation:underline;
	color:#555555;
}

.blog-item-date {
	font-size: 15px;
	color: #7A7A7A;
}

.blog-item-image {
	width: 30%;
	background-size: cover;
	background-position: center;
}

.blog-item-content {
	width: 65%;
}

.blog-item-content.full-width-content {
	width: 100% !important;
}

#blog-flex {
	display: flex;
	justify-content: space-between;
	overflow: hidden;
}

#blog-left .product-flex {
	opacity: 1;
	height: 100%;
	padding: 60px 0;
	border-top: 1px solid #DFDFDF;
	border-bottom: 1px solid #DFDFDF;
	margin: 60px 0 10px 0;
}

#related-blogs-left {
	border-top: 1px solid #DFDFDF;
	padding-top: 30px;
}

#blog-right {
	width: 20%;
	margin-top: 20px;
}

#categories-widget h2 {
	font-size: 30px;
	line-height: 35px;
}

#categories-widget-items ul{
	margin:0;
	padding:0;
}

#categories-widget-items ul li{
	list-style:none;
}

#categories-widget-items ul li a {
	color: #000;
	padding: 12px 10px;
	box-sizing: border-box;
	border: 1px solid #000;
	display: block;
	margin-bottom: 10px;
	text-align: center;
	transition: all 0.25s linear;
	font-family: 'GilroyMedium';
}


#categories-widget-items ul li a:hover{
	background:#0730A7;
	color:#fff;
}

/*----HOME OFFER SECTION----*/
.two-col-flex {
	display: flex;
	justify-content: space-between;
}

.two-col-left {
	width: 22%;
	margin-right: 3%;
}

.two-col-right {
	width: 70%;
}

section .container p a{
	color:#000;
    text-decoration:underline;
}

section .container p a:hover{
	text-decoration:none;
}

/*----diseases----*/
#diseases-wrapper {
	text-align: center;
	display: flex;
	flex-flow: wrap;
	justify-content: center;
}

.diseases-icon {
	margin-right: 20px;
}

.diseases-item {
	display: flex;
	width: 23%;
	margin-bottom: 20px;
	align-items: center;
	margin-right: 2%;
}

.diseases-title{
	color: #0730A7;
	font-weight: 600;
	font-size: 21px;
	line-height: 22px;	
	font-family: "Murecho", sans-serif;
	text-align: left;
}

.diseases-icon img {
	max-width: 85px;
}

html{
	scroll-padding-top: 70px;
	-webkit-scroll-padding-top: 70px;		
}
/*----slider----*/
.slider-item {
	background-size: cover;
	background-position: center;
	height: 720px;
	color: #fff;
	position: relative;
}

.slider-item:before{
	content:'';
	/* background: linear-gradient(90deg, rgba(5,23,78,0.6127451664259454) 0%, rgba(7,48,167,0.6183474073223039) 100%); */
	position: absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
}

.slider-content {
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	height: 100%;
	position: relative;
	text-align: center;
}

.slider-subtitle {
	font-size: 29px;
	line-height: 1;
	margin-bottom: 30px;
	text-transform: uppercase;
}

.slider-title h1{
	font-weight: 600;
	font-size: 110px;
	line-height: 1;
	color: #FFFFFF;
	margin-bottom: 20px;
	text-transform: uppercase;
	font-family: "Sansita", sans-serif;
	font-style: italic;
}

.feedback-description {
	font-size: 16px;
	margin-top: 20px;
	font-family: 'GilroyMedium';	
}

.slider-description {
	max-width: 550px;
	font-size: 19px;
	line-height: 28px;
	margin-bottom: 50px;
	font-family: 'GilroyMedium';
}

#home-hero .slick-dots {
	display: none !important;
}

#home-hero .slick-prev.slick-arrow {
	position: absolute;
	z-index: 22;
	top: 42%;
	left: 5%;
	text-indent: -9999px;
	background-image: url(assets/images/slider-arrow.svg);
	background-size: 20px auto;
	width: 70px;
	height: 70px;
	border-radius: 50%;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center;
	transform: rotate(180deg);
	border: none;
	opacity: 0.6;
	transition:all 0.25s linear;	
}

#home-hero{
	overflow:hidden;
}

#home-hero .slick-next.slick-arrow {
	position: absolute;
	z-index: 22;
	top: 42%;
	right: 5%;
	text-indent: -9999px;
	background-image: url(assets/images/slider-arrow.svg);
	background-size: 20px auto;
	width: 70px;
	height: 70px;
	border-radius: 50%;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center;
	border: none;
	opacity: 0.6;
	transition:all 0.25s linear;
}

#home-hero .slick-arrow:hover{
	opacity:1;
	background-color: rgba(255,255,255,0.3);
}

/*----how to use----*/
.how-works-item-image {
	width: 100%;
	max-width: 250px;
	height: 250px;
	margin: 0 auto 35px auto;
	box-shadow: 0px 2px 14px #E4E0E0;
	background-size: cover;
	background-position: center;
}

#how-to-use {
	background-color: #F9F9F9;
	padding: 90px 0 70px 0;
}

#how-use-steps {
	display: flex;
	justify-content: center;
	margin-bottom: 30px;
}

.how-works-item {
	width: 30%;
	text-align: center;
	padding: 0 50px;
	box-sizing: border-box;
	margin-left: 6%;
}

.how-works-item-desc {
	color: #000;
}

.how-works-item:first-child{
	margin-left:0;
}

#how-use-note {
	text-align: center;
	font-style: italic;
	font-size: 14px;
	font-family: 'GilroyMedium';
	color: #0730A7;
}

#how-use-bottom-instruction {
	border-top: 2px solid #0730A7;
	margin-top: 25px;
	padding-top: 25px;
	text-align: center;
	font-size: 16px;
	color: #000;
	font-family: 'GilroyMedium';
}
/*----FAQ----*/
#faq{
	padding-top: 0px;
}
.section-padding-bottom {
	padding-bottom: 60px;
}

.section-padding-top {
	padding-top: 60px;
}

.center-align{
	text-align:center;
}

.section-intro {
	margin-bottom: 50px;
    font-family: 'GilroyMedium';
    color:#000;
}

.accordion .accordion-wrap .accordionContent {
	display: none;
	padding: 0 25px 5px 90px;
	font-size: 15px;
	color: #555555;
}

.accordion {
   	background-color:#F9F9F9; 
}

.accordion:nth-child(2n){
	background-color:#fff;
}

.accordionButton {
	padding: 25px 50px 25px 90px;
	position: relative;
}

.accordion-wrap {
	cursor: pointer;
}

#faq-wrapper {
	box-shadow: 1px 8px 16px #f5f5f5;
}

.accordionButton h3 {
	font-size: 21px;
	line-height: 24px;
	color: #000000;
	font-family: 'GilroyMedium';
	margin-bottom: 0;
}

.accordionButton:before {
	background-image: url(assets/images/faq-icon.svg);
	background-repeat: no-repeat;
	content: '';
	position: absolute;
	width: 38px;
	height: 38px;
	left: 30px;
	top: 16px;
}

.accordionButton:after{
	content:'/e5c5';
    color:#0730A7;
    font-family:material Symbols Outlined;
    position:absolute;
    right:0;
    top:0;
}

.accordionButton:after {
	content: '\e5c5';
	color: #0730A7;
	font-family: material Symbols Outlined;
	position: absolute;
	right: 20px;
	top: 25px;
	font-size: 30px;
    transition:all 0.25s linear;
}

.accordionButton.active-accordion:after{
	transform: rotate(180deg);
}

#main {
	/* margin-top:80px; */
	padding-bottom: 60px;
}

.btn {
	font-family: "Plus Jakarta Sans", sans-serif;
	font-size: 16px;
	font-weight: 600;
	padding: 14px 30px 12px 30px;
	background-color: #0730A7;
	transition: all 0.25s linear;
	color: #fff !important;
	line-height: 1;
	display: inline-block;
}

.btn:hover{
	background-color: #061338;
}

.testimonial-flex {
	display: flex;
	justify-content: space-between;
	height: 100%;
	align-items: flex-start;
}

#testimonials {
	background-color: #F9F9F9;
}

.fancybox-iframe, .fancybox-video {
	object-fit: cover;

}
.testimonial-photo {
	width: 39%;
	background-size: cover;
	height: 350px;
	border-radius: 20px;
	margin-right: 4%;
	background-position: center;
	position: relative;
}

.play-icon {
	color: #fff;
	font-size: 35px;
	position: absolute;
	top: 20px;
	left: 10px;
	width: 48px;
	height: 48px;
	background-color: #0730A7;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.testimonial-content {
	width: 55%;
	text-align: center;
	box-sizing: border-box;
}

.testimonial-text {
	line-height: 36px;
	font-size: 21px;
	font-style: italic;
	margin-bottom: 50px;
	font-family: 'GilroyMedium';
}

.testimonial-text:before {
	display: block;
	content: '';
	background-image: url(assets/images/stroke.svg);
	width: 36px;
	height: 25px;
	background-repeat: no-repeat;
	margin: 0 auto 18px auto;
}

.slick-dots{
	margin:60px 0 0 0;
	padding:0;
	text-align: center;
}

.slick-dots li{
	list-style:none;
	display:inline-block;
	margin-left:15px;
}

.slick-dots li.slick-active button {
	background: #0730A7;
	width: 18px;
	height: 18px;
	position: relative;
	bottom: 2px;
}

.slick-dots li:first-child{
	margin-left:0;
}

.slick-dots li button{
	background:#D9D9D9;
	width:15px;
	height:15px;
	cursor:pointer;
	border-radius:50%;
	border:none;
	position: relative;
	text-indent:-9999px;
	transition:all 0.25s linear;
	box-shadow:inherit;
}

#testimonials .slick-slide {
  margin: 0 27px;
}

#testimonials .slick-list {
  margin: 0 -27px;
}

.testimonial-feedback img {
	display: inline-block;
	margin-bottom: 20px;
}

.testimonial-date {
	font-size: 15px;
}

.testimonial-author {
	color: #000;
	font-family: 'GilroyMedium';
	font-style: italic;
	margin-bottom: 30px;
}

/*----PRODUCTS----*/
.bundle-item {
	border: 1px solid #F1EFEF;
	padding: 10px 13px;
	box-sizing: border-box;
	border-radius: 10px;
	box-shadow: 0px 2px 10px #F1EFEF;
	cursor: pointer;
	transition: all 0.25s linear;
	font-size: 16px;
	margin-left: 10px;
}

#bundle-radio {
	display: none;
}

.bundle-item:first-child{
	margin-left:0;
}

.bundle-item:hover,
.bundle-item.active-bundle{
	background:#F1EFEF;
}

.bundle-price-main {
	color: #000;
}

span.red{
	color:red;
}
.bundle-item p{
	margin:0;
}

.field-bundle {
	margin-bottom: 30px;
	display: flex;
	justify-content: space-between;
}

#product-switcher {
	text-align: center;
	margin-bottom:55px;
}

#product-switcher-inside {
	display: inline-block;
	border-radius: 35px;
	box-shadow: 0px 2px 10px #F1EFEF;
	border: 1px solid #dfdfdf;
	padding: 5px;
	box-sizing: border-box;	
}

.product-switcher-item {
	display: inline-block;
	vertical-align: top;
}

.product-switcher-item a{
	padding:12px 36px;
	font-family: "Plus Jakarta Sans", sans-serif;
	font-weight: 600;
	font-size: 16px;
	line-height: 24px;
	color: #000000;
	border-radius:35px;
	transition:all 0.25s linear;
	display:block;
}

.product-switcher-item a:hover,
.product-switcher-item a.active-product{
	background-color:#0730A7;
	color:#fff;
}

input[type="number"] {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

.number-input {
	display: inline-flex;
	color: #fff;
	border: 1px solid #DFDFDF;
	border-radius: 35px;
	font-family: 'GilroyMedium';
	padding: 8px;
	font-size: 18px;
	line-height: 1;
	box-shadow: 0px 2px 10px #F1EFEF;
	background: #fff;
}

.number-input br{
	display:none;
}

.number-input button {
	-webkit-appearance: none;
	border: none;
	width: 40px;
	height: 40px;
	cursor: pointer;
	margin: 0;
	position: relative;
	border-radius: 50%;
	background: #0730A7;
	float:left;
}

.number-input button.plus{
	float:right;
}
.number-input button:before,
.number-input button:after {
  display: inline-block;
  position: absolute;
  content: '';
  width: 1rem;
  height: 2px;
  background-color: #fff;
  transform: translate(-50%, -50%);
}

.number-input p{
	margin:0;
}

.number-input button.plus:after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.number-input input[type="number"] {
	max-width: 150px;
	text-align: center;
	border: none;
	box-shadow: none;
	padding: 0;
	position: relative;
	top: 11px;
}


.filed-bt input,
.field-col input{
	width:100%;
	box-sizing:border-box;
}

.filed-bt input{
	text-transform: uppercase;
}
.order-note {
	color: #000;
	text-align: center;
	font-family: 'GilroyMedium';
}

.filed-bt p {
	margin: 0;
}

.field-col {
	padding-bottom: 10px;
}

.field-col.field-number {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 25px;
}

.field-qnt{
	color:#000;
	font-family: 'GilroyMedium';
}

.field-qnt p{
	margin-bottom:0;
}

.product-stock {
	position: relative;
	color: #000;
	font-size: 16px;
	font-family: 'GilroyMedium';
}



.wpcf7-not-valid-tip {
	color: #dc3232;
	font-size: 12px;
	font-weight: normal;
	display: block;
	position: relative;
	top: 5px;
	left: 15px;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.failed .wpcf7-response-output{
	border: none;
	color: #FF0000;
}

.product-stock:before {
	content: '';
	width: 8px;
	height: 8px;
	background: #66E063;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	bottom: 1px;
	margin-right: 8px;
}

.product-sku-wrapper {
	display: flex;
	justify-content: space-between;
	margin-bottom: 25px;
}

.product-description {
	padding-bottom: 35px;
}

.product-info {
	width: 48%;
}

.product-price {
	display: flex;
	align-items: center;
	border-bottom: 1px solid #DFDFDF;
	margin-bottom: 20px;
	padding-bottom: 20px;
}

.product-price-main {
	color: #0CB040;
	font-size: 32px;
	line-height: 1;	
	font-family: 'GilroyMedium';	
	margin-right:30px;
}

.product-price-old{
	font-size: 25px;
	line-height: 1;	
	font-family: 'GilroyMedium';	
	position: relative;
}

.product-price-old:before{
	content: '';
	position: absolute;
	left: 0;
	top: 10px;
	background: #7A7A7A;
	width: 100%;
	height: 2px;
}

.product-flex{
	transition: opacity 0.45s ease-out, transform 0.45s ease-out;
	opacity: 0;
	transform: translateY(-20px); /* Вы можете настроить значение смещения */
	height:0;
	position: relative;
}

.product-flex.product-show{
	opacity: 1;
	transform: translateY(0);
	height:100%;
}

.wpcf7 form .wpcf7-response-output {
	text-align: center;
}

.product-gallery {
	width: 48%;
	position: relative;
}

.product-flex{
	display:flex;
	justify-content: space-between;
}

.main-gallery-thumb {
	left: 0 !important;
	background-size: cover;
	background-position: center;
	position: absolute !important;
	height: 100% !important;
	background-repeat: no-repeat;
}

.product-gallery .slider-for .slick-track{
	height:650px;
}

.slider-nav .slick-list {
	padding: 0 !important;
}

.slider-nav .slick-track{
	display:flex;
	transform: inherit !important;
}

.second-gallery-thumb{
	background-size:cover;
	background-position: center;
	margin-left: 12px;	
	opacity:0.6;
	transition:all 0.25s linear;
	position: relative;
	cursor:pointer;
	height: 200px;
}

.second-gallery-thumb.slick-current {
	opacity:1;
}

.second-gallery-thumb.slick-current:after{
	content:'';
	position: absolute;
	top:0;
	width:100%;
	left:0;
	background:#0730A7;
	height:2px;
}

.second-gallery-thumb:first-child{
	margin-left: 0;
}

.product-gallery .slick-prev {
	position: absolute;
	z-index: 22;
	top: 45%;
	left: 5%;
	text-indent: -9999px;
	background-image: url(assets/images/slider-arrow.svg);
	background-size: 20px auto;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center;
	transform: rotate(180deg);
	border: none;
	width: 20px;
	height: 30px;
}

.product-gallery .slick-next {
	position: absolute;
	z-index: 22;
	top: 45%;
	right: 5%;
	text-indent: -9999px;
	background-image: url(assets/images/slider-arrow.svg);
	background-size: 20px auto;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center;
	border: none;
	width: 20px;
	height: 30px;
}

.slider-for {
	margin-bottom: 12px;
}

#products{
	overflow:hidden;
}

.discount {
	font-family: 'GilroyBold';
	font-style: normal;
	font-weight: 700;
	font-size: 14px;
	line-height: 15px;
	text-transform: uppercase;
	color: #FFFFFF;
	background: #0730A7;
	padding: 12px 15px 9px 15px;
	position: absolute;
	top: 10px;
	z-index: 2;
	right: 10px;
	letter-spacing: 1px;
}


/*----contact----*/
.field-row {
	display: flex;
	justify-content: space-between;
}

.field-col2 {
	width: 49%;
	margin-bottom: 20px;
}

.field-col2 input{
	width:100%;
	box-sizing:border-box;
}

#contact-form-wrapper {
	width: 67%;
}

.field-col-textarea {
	margin-bottom: 30px;
}

.field-bt-wrapper {
	text-align: right;
}

.wpcf7-spinner{
	display:block;
}

#contact-flex {
	display: flex;
	justify-content: space-between;
}

#contact-phones {
	width: 25%;
	background: #F9F9F9;
	padding-left: 25px;
	box-sizing: border-box;
	margin-top: -100px;
	padding-top: 100px;
}

#main.without-bottom-padding{
	padding-bottom:0;
}

.breadcrumbs {
	padding: 40px 0;
}

.breadcrumbs a{
	color:#000;
	font-family: 'GilroyMedium';
}

.breadcrumbs span{
	font-family: 'GilroyMedium';	
}

.separator {
	padding: 0 11px;
}

#contact-form-wrapper {
	width: 67%;
	padding-bottom: 150px;
}

.grecaptcha-badge {
	display: none !important;
}
/*----FOOTER----*/
#backtotop {
	position: fixed;
	z-index: 22;
	bottom: 100px;
	right: 30px;
	background-image: url(assets/images/slider-arrow.svg);
	background-size: 20px auto;
	width: 70px;
	height: 70px;
	border-radius: 50%;
	background-color: #0730A7;
	background-repeat: no-repeat;
	background-position: center;
	transform: rotate(-90deg);
	display:none;
	cursor:pointer;
}

#footer-info {
	background-color: #061338;
	color: #fff;
	padding: 30px 0;
}

#footer-menu ul{
	margin:0;
    padding:0;
}

#footer-menu ul li{
	float:left;
    list-style:none;
    margin-left:35px;
}


#footer-menu ul li:first-child{
	margin-left:0;
}

#footer-menu ul li a{
	color:#fff;
    font-family: 'GilroyMedium';
}

#footer-menu ul li.wpml-ls-item{
	display:none;
}

#footer-menu ul li a:hover,
#footer-info .phone-section a:hover,
#footer-submenu ul li a:hover{
	color:#2D58D3;
}

#footer-info .phone-section a{
	color:#fff;
}

#footer-info .phone-section a:before{
	filter:invert(100);
}

#footer-row-first {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 50px;
}

#copyright {
	font-size: 14px;
	color: #5B6990;
    font-family: 'GilroyMedium';
}

#footer-row-second {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

#footer-submenu ul{
	margin:0;
    padding:0;
}

#footer-submenu ul li {
	list-style: none;
	float: left;
	border-left: 2px solid #5B6990;
	margin-left: 10px;
	padding-left: 10px;
	line-height: 14px;
}

#footer-submenu ul li:first-child{
	border-left: 0;
	margin-left: 0;
	padding-left: 0;
}

#footer-submenu ul li a{
	font-size:14px;
    color:#5B6990;
    font-family: 'GilroyMedium';
}

.show-on-responsive{
	display:none;
}

.error404 .btn-wrapper .btn {
	border-radius: 30px;
	padding: 20px 50px 20px 50px;
	margin-top: 30px;
}


.custom-notices {
  display: none;
  position: fixed;
  z-index: 9000;
  top: 15px;
  right: 15px;
}

.custom-notices > div {
  width: 320px;
  padding: 20px;
  border-radius: 5px;
  border: 1px solid white;
  box-shadow: 0 1px 30px rgba(0,0,0,0.08);
  background-color: white;
  color: #777777;
  position: relative;
}

.custom-notices .custom-notices-text {
  font-size: 14px;
}

.custom-notices .custom-notices-close {
  position: absolute;
  top: 12px;
  right: 20px;
  color: #212529 !important;
  font-size: 16px;
  cursor: pointer;
}

.custom-notices-checkout,
.custom-notices-checkout:hover {
  background-color: #31373d;
  font-size: 14px;
  color: #FFF;
  width: 130px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  display: inline-block;
}

.custom-notices-cart {
  font-size: 14px;
  background-color: #eee;
  color: #222529;
  width: 130px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  margin-right: 20px;
  display: inline-block;
}

.custom-notices-cart:hover {
  background-color: #f4f4f4;
  color: #222529;
}

.field-col-hidden {
 display: none;
}

/* products-new-design START */
#products-new-design {
  overflow: hidden;
}

#products-new-design .section-title span {
  color: rgb(255, 0, 0);
}

#products-new-design .section-title {
  margin-bottom: 64px;
}

#products-new-design .main-gallery-thumb,
#products-new-design .second-gallery-thumb {
  border-radius: 20px;
}

#products-new-design .discount {
  top: 20px;
  right: 20px;
  border-radius: 8px;
}

#products-new-design .product-gallery .slick-prev,
#products-new-design .product-gallery .slick-next {
  height: 70px;
  width: 70px;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 36px;
  background-image: url('assets/images/slider-arrow-blue.svg');
}

#products-new-design .second-gallery-thumb {
  opacity: 0.45;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

#products-new-design .second-gallery-thumb.slick-current:after {
 display: none;
}

#products-new-design .second-gallery-thumb.slick-current {
  opacity: 1;
}


#products-new-design .product-price {
  padding-bottom: 30px;
  display: block;
}

#products-new-design .product-price > div {
  display: inline-block;
}

#products-new-design .product-price-main {
  color: rgb(255, 0, 0);
  font-size: 48px;
  font-weight: 800;
}

#products-new-design .product-price-old {
  color: rgb(122, 122, 122);
  font-size: 32px;
  font-weight: 500;
  position: relative;
  top: 0px
}

#products-new-design .product-short-text {
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
}
.wpcf7-response-output.wpcf7-mail-sent-ok {
    color: green !important;
    border: 1px solid green !important;
}

#products-new-design .product-form input[type="text"],
#products-new-design .product-form input[type="tel"] {
  font-family:'GilroyRegular', Serif;
}

#products-new-design .product-form input[type="text"]::-webkit-input-placeholder,
#products-new-design .product-form input[type="tel"]::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: black;
  font-size: 15px;
}

#products-new-design .product-form input[type="text"]::-moz-placeholder,
#products-new-design .product-form input[type="tel"]::-moz-placeholder { /* Firefox 19+ */
  color: black;
  font-size: 15px;
}
#products-new-design .product-form input[type="text"]:-ms-input-placeholder,
#products-new-design .product-form input[type="tel"]:-ms-input-placeholder { /* IE 10+ */
  color: black;
  font-size: 15px;
}
#products-new-design .product-form input[type="text"]:-moz-placeholder,
#products-new-design .product-form input[type="tel"]:-moz-placeholder { /* Firefox 18- */
  color: black;
  font-size: 15px;
}

#products-new-design .product-form input[type="text"],
#products-new-design .product-form input[type="tel"] {
  padding: 17px 20px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.05);
}

#products-new-design .wpcf7-not-valid-tip {
  font-size: 14px;
  line-height: 24px;
}

#products-new-design .field-bundle {
  flex-flow: wrap;
  justify-content: inherit;
}

#products-new-design .bundle-item {
  width: calc(25% - 15px);
  margin-bottom: 20px;
  margin-right: 10px;
}

#products-new-design .field-bundle .bundle-item:nth-child(4) {
  margin-right: 0px;
}

#products-new-design .field-col-hidden {
  display: block;
}

#products-new-design .testolibidium-switcher-wrap {
  text-align: left;
  margin-bottom: 30px;
}

#products-new-design .testolibidium-switcher-wrap > div  {
  display: inline-block;
  padding-left: 40px;
  background: url("assets/images/check-no-active.svg") left center no-repeat;
  cursor: pointer;
  font-size: 16px;
  line-height: 28px;
  font-weight: 500;
  color: black;
}

#products-new-design .testolibidium-switcher-wrap > div:first-child {
  margin-right: 40px;
}

#products-new-design .testolibidium-switcher-wrap > div.testolibidium-switcher-active  {
  background: url("assets/images/check-active.svg") left center no-repeat;
}

#products-new-design .testolibidium-switcher-wrap > div p {
  margin-bottom: 0!important;
}

#products-new-design input[type="submit"] {
  background-color: rgba(255, 0, 0, 1);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  font-size: 16px;
  font-weight: 600;
}

#products-new-design input[type="submit"]:hover {
  background-color: rgba(255, 0, 0, 0.8);
}

.testolibidium-shadow {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
  z-index: 9001;
}

.testolibidium-popup {
  background: linear-gradient(180deg, #FFFFFF 0%, #EEEEEE 74.5%);
  /*border: 2px solid rgba(22, 77, 237, 1);*/
  box-shadow: 30px 30px 50px 0px rgba(0, 0, 0, 0.12);
  max-width: 1240px;
  margin: 15px auto;
  border-radius: 20px;
  max-height: calc(100vh - 30px);
  overflow-y: auto;
  position: relative;
  display: none;
}

.testolibidium-popup-inner {
  padding: 60px 40px 30px;
}

.testolibidium-popup .container {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.testolibidium-popup-close {
  position: absolute;
  width: 28px;
  height: 28px;
  top: 45px;
  right: 45px;
  background: url("assets/images/close-but.svg") center center no-repeat;
  cursor: pointer;
}

.testolibidium-popup .section-padding-top {
  padding-top: 0;
}

.testolibidium-popup .bundle-item {
  border: 1px solid lightgray;
  box-shadow: 0px 2px 10px lightgray;
}

.testolibidium-popup .bundle-item.active-bundle {
  background-color: lightgray;
}

.testolibidium-popup #products-new-design {
  padding-bottom: 0;
}

.testolibidium-popup #products-new-design .product-gallery {
  display: none;
}

.testolibidium-popup #products-new-design .product-info{
 width: 100%;
}

.testolibidium-popup #products-new-design .product-price {
  text-align: center;
}

.testolibidium-popup #products-new-design .wpcf7-form > div:nth-child(2),
.testolibidium-popup #products-new-design .wpcf7-form > div:nth-child(3) {
  width: calc(50% - 15px);
  display: inline-block;
}

.testolibidium-popup #products-new-design .wpcf7-form > div:nth-child(2) {
  margin-right: 25px;
}

#products-new-design h2 {
  line-height: 66px;
}

.products-new-design-content {
  padding-top: 0;
}

#products-new-design.products-new-design-content .section-title {
  margin-bottom: 30px;
}

#products-new-design.products-new-design-content .product-price {
  padding-bottom: 15px;
  margin-bottom: 15px;
}

#products-new-design.products-new-design-content .product-description {
  padding-bottom: 0;
}

#products-new-design.products-new-design-content .field-col {
  padding-bottom: 0;
}

#products-new-design.products-new-design-content .field-bundle {
  margin-bottom: 0;
}

#products-new-design.products-new-design-content .testolibidium-switcher-wrap {
  margin-bottom: 15px;
}


.testolibidium-popup #products-new-design.products-new-design-popup .wpcf7-form > div:nth-child(2),
.testolibidium-popup #products-new-design.products-new-design-popup .wpcf7-form > div:nth-child(3) {
  width: 100%;
  display: block;
}

.testolibidium-popup #products-new-design.products-new-design-popup .wpcf7-form > div:nth-child(2) {
  margin-right: 0;
}

.testolibidium-popup {
  max-width: 620px;
}

#products-new-design.products-new-design-popup .bundle-item {
  width: calc(50% - 10px);
}

#products-new-design.products-new-design-popup .field-bundle > .bundle-item:nth-child(2) {
  margin-right: 0;
}

#products-new-design.products-new-design-popup .field-bundle > .bundle-item:nth-child(3) {
  margin-left: 0;
}

/* products-new-design END */


@media only screen and (max-width: 1280px){
	.phone-section a{
		padding-left:30px;
	}
	#header-flex .phone-section a {
    font-size: 20px;
}
	.header-logo-link {
    max-width: 240px;
}
}

@media only screen and (min-width: 1251px) {
	#main-menu {
		opacity: 1 !important;
		visibility: visible !important;
	}
}

@media only screen and (max-width: 1250px) {
	.container {
		width: 100%;
		padding: 0 30px;
		box-sizing: border-box;
	}
	
	#main-menu {
		opacity: 0;
		visibility: hidden;
		position: fixed;
		background: #fff;
		width: 100%;
		left: 0;
		top: 82px;
		z-index: 9000;
		height: calc(100vh - 82px);
		transition: all 0.25s linear;
	}
	
	#main-menu.active-menu{
		opacity: 1;
		visibility: visible;		
	}

	#main-menu ul li {
		list-style: none;
		float: inherit;
		margin-left: 0;
		position: relative;
		border-bottom: 1px solid #DFDFDF;
		padding: 15px;
		box-sizing: border-box;
	}
	
	#main-menu ul li.wpml-ls-item {
		display:none;
	}

	#mobile-lang li {
		border: none !important;
		padding: 0 !important;
		float: left !important;
		margin-right:15px;
	}

	#mobile-menu-bottom {
		display: flex;
		align-items: center;
		justify-content: space-between;
		position: relative;
		width: 100%;
		padding: 0 20px;
		box-sizing: border-box;
		margin-top: 100px;
	}
	
	.mobile-section a{
		color:#000;
		font-family:'GilroyBold';
		font-size:14px !important;
	}
	
	
	#mobile-menu-bottom .wpml-ls-legacy-list-horizontal,
	#mobile-menu-bottom .wpml-ls-legacy-list-horizontal a{
		padding:0;
	}
	
	#mobile-lang li.wpml-ls-item {
		display: block !important;
	}
	
	#mobile-lang li.wpml-ls-item ul{
		position: relative;
		opacity: 1;
		visibility: visible;
	}
	
	#mobile-lang li.wpml-ls-item a{
		font-size:14px !important;
	}
			
	
	header .phone-section {
		display:none;
	}	
	
	#header-phone-icon a {
		background-image: url(assets/images/call-icon.svg);
		background-repeat: no-repeat;
		background-size: 100%;
		width: 24px;
		height: 24px;
		display: block;
		position: relative;
		bottom:3px;
		filter: brightness(0) saturate(100%) invert(18%) sepia(34%) saturate(5331%) hue-rotate(221deg) brightness(95%) contrast(119%);		
	}	
	
	.show-on-responsive{
		display:block;
	}
	
	li.wpml-ls-current-language  a{
		color:#0730A7 !important;
	}
	
	#mobile-bt {
		background-image: url(assets/images/hamb.svg);
		background-size: 100%;
		background-repeat: no-repeat;
		width: 20px;
		height: 20px;
		margin-top:-3px;
	}
	
	.diseases-item {
		width: auto;
		margin-right:3%;
	}	
	.section-title h2{
		font-size: 38px
	}
	h2 {
		font-size: 45px;
		line-height: 50px;
	}	
	
	.how-works-item {
		padding: 0 10px;
		margin-left: 2%;
	}	
	
	.product-gallery .slider-for .slick-track {
		height: 500px;
	}	
	
	.second-gallery-thumb {
		height: 170px;
	}	
	
	h3 {
		font-size: 30px;
		line-height: 40px;
	}	
	
	.testimonial-text {
		line-height: 28px;
		font-size: 18px;
		margin-bottom: 30px;
	}
	
	.field-col.field-number {
		align-items: inherit;
		flex-direction: column;
	}	
	
	.field-qnt {
		margin-bottom: 20px;
	}	
	
	#backtotop {
		background-size: 10px auto;
		width: 30px;
		height: 30px;
	}	
	
	#blog-flex {
		flex-direction: column;
	}	

	#blog-left {
		width: 100%;
		margin-bottom:40px;
	}	
	
	#blog-right {
		width: 100%;
	}	
	
	.number-input input[type="number"] {
		max-width: calc(100% - 90px);
	}	
	
	#footer-row-first {
		flex-direction:column ;
		align-items: inherit;
	}	
	
	#footer-menu {
		margin-bottom: 20px;
	}	
	
	#related-widget-title {
		font-size: 26px;
		line-height: 32px;
	}	
	
	.number-input p {
		width: 100%;
	}	
	.field-bundle {
		flex-flow: wrap;
		justify-content: inherit;
	}	
	
	.bundle-item {
		width: calc(50% - 10px);
		margin-bottom: 20px;
		margin-left: 0;
		margin-right: 10px;
	}	
	
	.disable-scroll{
		overflow:hidden !important;
	}	
}

@media all and (max-width: 991px) {
  .testolibidium-popup {
    max-width: calc(100% - 30px);
  }
}

@media only screen and (max-width: 767px) {
	#mobile-lang {
		width: 160px;
	}	
	#main-menu ul li.wpml-ls-item {
		margin-bottom: 25px;
		margin-right:30px;
	}	
	
	
	
	.mobile-section{
		line-height:0;
	}
	
	#main-menu ul li.wpml-ls-item:nth-child(3n),
	#main-menu ul li.wpml-ls-item:nth-child(4n){
		margin-bottom: 0;	
	}
	
	#mobile-menu-bottom {
		align-items: flex-end;
	}	
	
	.slider-subtitle {
		font-size: 21px;
		margin-bottom: 25px;
	}	
	
	#testimonials .slick-list{
		margin:0;
	}
	
	.product-switcher-item a {
		padding: 11px 15px;
		font-size: 14px;
	}	
	.container {
		padding: 0 15px;
	}	
	.slider-title h1 {
		font-size: 60px;
	}	
	
	.slider-description {
		max-width: 80%;
		font-size: 16px;
		line-height: 24px;
		margin-bottom: 30px;
	}	
	
	#home-hero .slick-arrow{
		display:none !important;
	}
	
	#home-hero .slick-dots {
		display: block !important;
		position: absolute;
		bottom: 30px;
		left: 0;
		right: 0;
	}	
	
	h2 {
		font-size: 38px;
	}	
	
	.diseases-item {
		width: 100%;
		margin-right: 0;
	}	
	
	.diseases-title {
		font-size: 18px;
		line-height: 22px;
	}	
	
	#how-use-steps {
		flex-direction: column;
	}	
	
	.how-works-item {
		width: 100%;
		margin: 0 0 30px 0;
	}	
	
	.how-works-item-desc {
		max-width: 300px;
		margin: 0 auto;
	}	
	
	#how-use-bottom-instruction {
		font-size: 15px;
	}	

	.product-flex {
		flex-direction: column;
	}
	
	.product-gallery {
		width: 100%;
		margin-bottom:30px;
	}	

	.product-info {
		width: 100%;
	}	
	
	.field-col.field-number {
		align-items: center;
		flex-direction: row;
	}

	.field-qnt {
		margin-bottom: 0;
	}	
	
	.number-input {
		width: 180px;
	}	
	
	.testimonial-flex {
		flex-direction: column;
	}	
	
	.testimonial-photo {
		width: 100%;
		min-height: 100%;
		margin-right: 0;
		background-position: top center;
		margin-bottom: 40px;
	}	
	
	.testimonial-photo:before{
		padding-top:110%;
		content:'';
		display:block;
	}
	
	.testimonial-content {
		width: 100%;
	}	
	
	.two-col-flex {
		flex-direction: column;
	}	
	
	.two-col-left {
		width: 100%;
		margin-right: 0;
	}	
	
	.two-col-right {
		width: 100%;
	}	
	
	.two-col-type1 {
		text-align: center;
	}	
	
	.two-col-type1 .section-intro {
		margin-bottom: 20px;
	}	
	
	.accordionButton h3 {
		font-size: 18px;
	}	
	
	.accordionButton {
		padding: 25px 50px 25px 60px;
	}	
	
	.accordionButton::before {
		width: 28px;
		height: 28px;
		left: 15px;
		top: 21px;
		background-size: 100%;
	}	
	
	#footer-menu ul li {
		float: inherit;
		margin-left: 0;
		margin-bottom: 15px;
		text-align: center;
	}	
	
	#footer-info {
		padding: 60px 0;
	}	
	
	footer .phone-section {
		text-align: center;
		margin-left: -30px;
	}
	
	#footer-menu ul li a {
		font-family: 'GilroyBold';
	}	
	
	#footer-menu {
		margin-bottom: 50px;
	}	
	
	#footer-row-second {
		flex-direction: column;
	}	
	
	#copyright {
		margin-bottom: 15px;
	}	
	
	.slider-content {
		box-sizing:border-box;
		padding: 0 30px;
	}	
	
	#contact-flex {
		flex-direction: column;
	}	
	
	#contact-form-wrapper {
		width: 100%;
		padding-bottom: 0;
		margin-bottom: 50px;
	}	
	
	#contact-phones {
		width: 100%;
		background: transparent;
		padding-left: 0;
		box-sizing: border-box;
		margin-top: 0;
		padding-top: 0;
	}	
	
	#contact-section {
		background: none;
	}	
	
	.field-col2 {
		width: 100%;
	}	
	
	.field-row {
		flex-direction: column;
	}	
	
	.blog-item a {
		padding: 20px;
	}	
	
	.blog-item-content {
		width: 100%;
	}	
	
	.blog-item-image{
		display: none;
	}
	
	#page-banner h1 {
		font-size: 40px;
		line-height: 55px;
	}	
	
	#page-banner {
		padding: 100px 0;
	}	
	
	#blog-single-title-flex {
		flex-direction: column;
		align-items: inherit;
	}	
	
	#blog-single-title-flex .section-title {
		width: 100%;
		margin-bottom: 30px;
	}	
	
	#blog-additional-banner-1,
	#blog-additional-banner-2,
	#blog-additional-banner-3{
		width: 100%;
		height: 250px;
		margin-bottom:15px;
	}	
	
	.additional-blog-two-cta {
		text-align: left;
	}	
	
	.additional-blog-two-item {
		width: 100%;
		margin-right: 0;
		margin-bottom:30px;
	}

  /* products-new-design START */
  #products-new-design .product-gallery {
    display: none;
  }

  #products-new-design .section-title {
    margin-bottom: 38px;
  }

  #products-new-design .product-price {
    text-align: center;
    margin-bottom: 10px;
    padding-bottom: 0;
    border-bottom: 0;
  }

  #products-new-design .product-price-main {
    font-size: 40px;
  }

  #products-new-design .product-description {
    display: none;
  }

  #products-new-design .testolibidium-switcher-wrap > div {
    display: block;
    padding-right: 40px;
    padding-left: 0;
    background: url("assets/images/check-no-active.svg") right center no-repeat;
    text-align: left;
  }

  #products-new-design .testolibidium-switcher-wrap > div:first-child {
    margin-right: 0;
    margin-bottom: 8px;
  }

  #products-new-design .testolibidium-switcher-wrap > div.testolibidium-switcher-active {
    background: url("assets/images/check-active.svg") right center no-repeat;
  }

  #products-new-design .section-title h2 {
    font-size: 32px;
  }

  .testolibidium-popup-close {
    top: 20px;
    right: 20px;
  }

  .testolibidium-popup-inner {
    padding: 60px 20px 30px;
  }

  .testolibidium-popup #products-new-design .wpcf7-form > div:nth-child(2),
  .testolibidium-popup #products-new-design .wpcf7-form > div:nth-child(3) {
    width: 100%;
    display: block;
    margin-right: 0;
  }

  #products-new-design .bundle-item {
    width: calc(50% - 10px);
    margin-bottom: 20px;
  }

  #products-new-design .field-bundle > .bundle-item:nth-child(2) {
    margin-right: 0;
  }

  #products-new-design .field-bundle > .bundle-item:nth-child(1),
  #products-new-design .field-bundle > .bundle-item:nth-child(3) {
    margin-right: 20px
  }
  /* products-new-design END */
}
.main_404{
	margin: 100px 0px 0px 0px;
}

.404_title{
	margin: 0px 0px 50px 0px !important;
}