
/*   
Theme Name: lorolizin_new_kz
Theme URI: 
Description: 
Author: 
Author URI: 
Template: 
Version: 
.
Развёрнутое описание темы
.
*/


/*@font-face {
  font-family: 'Inter';
  font-style:  normal;
  font-weight: 400;
  font-display: swap;
  src: url("fonts/Inter-Regular.woff2?v=3.19") format("woff2"),
       url("fonts/Inter-Regular.woff?v=3.19") format("woff");
}

@font-face {
  font-family: 'Inter';
  font-style:  normal;
  font-weight: 600;
  font-display: swap;
  src: url("fonts/Inter-SemiBold.woff2?v=3.19") format("woff2"),
       url("fonts/Inter-SemiBold.woff?v=3.19") format("woff");
}

@font-face {
  font-family: 'Inter';
  font-style:  normal;
  font-weight: 700;
  font-display: swap;
  src: url("fonts/Inter-Bold.woff2?v=3.19") format("woff2"),
       url("fonts/Inter-Bold.woff?v=3.19") format("woff");
}*/

:root {
  --plyr-color-main: #ffa800;
}



body {
	font-family: 'Raleway', sans-serif;
	background-color: rgba(255,255,255,1.00);
    line-height: 1;
}



.section {
    width: 1230px;
    max-width: 100%;
    margin: 0 auto;
}


.hero .section {
    width: 1400px;
    max-width: 100%;
    margin: 0 auto;
}



/* 5 Columns */

.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.col-xs-15 {
    width: 20%;
    float: left;
}
@media (min-width: 768px) {
    .col-sm-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }
}


.pt-100 {
	padding-top: 100px;
}

@media screen and (max-device-width:640px), screen and (max-width:640px) {
	.pt-100 {
		padding-top: 48px;
	}	
}


.pb-100 {
	padding-bottom: 100px;
}

@media screen and (max-device-width:640px), screen and (max-width:640px) {
	.pb-100 {
			padding-bottom: 48px;
	}	
}


.z-0 {
    z-index: 0;
}

.s11ikzs {
    transform: translateX(-55.6%);
    transform-origin: auto;
}


.global-header {
	background-color: rgba(25,21,40,1.00);
	color: rgba(255,255,255,1.00);
		box-shadow: 0 1px 2px rgba(0,0,0,0.05), 
                0 2px 4px rgba(0,0,0,0.05), 
                0 4px 8px rgba(0,0,0,0.05), 
                0 8px 16px rgba(0,0,0,0.05);
				
	  position:fixed;
	 width: 100%;
 	  top:0;
 	  left:0;
	transition: all 0.2s ease-in;	
	z-index: 200;		
}


.js-global-header-scrolling {
 top: -79px; /* Height of the header */
}

@media screen and (max-device-width:640px), screen and (max-width:640px) {
	.js-global-header-scrolling {
	 top: -55px; /* Height of the header */
		 background-color: rgba(255,255,255,0);
	}
}




.global-footer {
    background-color: rgba(25,21,40,1.00);
    color: rgba(255,255,255,1);
    position: fixed;
    width: 100%;
	bottom: 0;
    left: 0;
    transition: all 0.2s ease-in;
    z-index: 200;
}

.global-footer .disk {
	font-size: 30px;
	color: rgba(255,255,255,0.25);
	text-transform: uppercase;
	font-weight: 200;
}

@media screen and (max-device-width:640px), screen and (max-width:640px) {
	.global-footer .disk {
		font-size: 11px;
		line-height: 16px;
		font-weight: 200;
		color: rgba(255,255,255,0.5);
		text-transform: uppercase;

	}
}





/* ----------- iPhone 5, 5S, 5C and 5SE ----------- */

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 568px)
  and (-webkit-min-device-pixel-ratio: 2) {
	.global-footer .disk {
		font-size: 8px;
		line-height: 16px;
		font-weight: 200;
		color: rgba(255,255,255,0.5);
		text-transform: uppercase;

	}
}



/* ----------- iPhone 6, 6S, 7 and 8 ----------- */

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 667px) 
  and (-webkit-min-device-pixel-ratio: 2) { 
	.global-footer .disk {
		font-size: 11px;
		line-height: 16px;
		font-weight: 200;
		color: rgba(255,255,255,0.5);
		text-transform: uppercase;

	}
}


/* ----------- iPhone 6+, 7+ and 8+ ----------- */
/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 414px) 
  and (max-device-width: 736px) 
  and (-webkit-min-device-pixel-ratio: 3) { 
	.global-footer .disk {
		font-size: 11px;
		line-height: 16px;
		font-weight: 200;
		color: rgba(255,255,255,0.5);
		text-transform: uppercase;

	}
}


/* ----------- iPhone X ----------- */

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 812px) 
  and (-webkit-min-device-pixel-ratio: 3) { 
	.global-footer .disk {
		font-size: 11px;
		line-height: 16px;
		font-weight: 200;
		color: rgba(255,255,255,0.5);
		text-transform: uppercase;

	}
}








.logo-top {
    width: 190px;
    margin: 0px 0;
}


/* ----------- iPhone 5, 5S, 5C and 5SE ----------- */

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 568px)
  and (-webkit-min-device-pixel-ratio: 2) {
	.logo-top {
		width: 100px;
		margin: 0 0;
	}
}



/* ----------- iPhone 6, 6S, 7 and 8 ----------- */

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 667px) 
  and (-webkit-min-device-pixel-ratio: 2) { 
	.logo-top {
		width: 150px;
		margin: 0 0;
	}
}


/* ----------- iPhone 6+, 7+ and 8+ ----------- */
/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 414px) 
  and (max-device-width: 736px) 
  and (-webkit-min-device-pixel-ratio: 3) { 
	.logo-top {
		width: 150px;
		margin: 0 0;
	}
}


/* ----------- iPhone X ----------- */

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 812px) 
  and (-webkit-min-device-pixel-ratio: 3) { 
	.logo-top {
		width: 150px;
		margin: 0 0;
	}
}






.bi-telephone-fill {
	fill: rgb(253, 59, 59);
	}

.navbar-dark .navbar-nav .nav-link.nav-phone {
    color: rgba(255,255,255,1);
	font-weight:700;
}
 
.use-img img {
	width: 100px;
}

@media screen and (max-device-width:640px), screen and (max-width:640px) {
	.use-img {
		width: 80px;
		margin-right: 20px;
	}
	
	.use-img img {
		min-width: 80px;
	}
}




.dosage-img img {
	height: 100px;
	width: 100px;
}


@media screen and (max-device-width:640px), screen and (max-width:640px) {
	.dosage-img {
		width: 80px;
		margin-right: 20px;
	}
	
	.dosage-img img {
		max-width: 80px;
		max-height: 80px;
	}
}


.ingredients-img img {
	height: 100px;
	width: 100px;
}



.indications-for-use {
	background-color: rgba(25,18,44,1.00);
}


.active-ingredients {
	background-color: rgba(25,18,44,1.00);
}

.video {
	background-color: rgba(25,18,44,1.00);
}

.method-of-application {
	background-color: rgba(25,18,44,1.00);
}

.dosage {
	background-color: rgba(25,18,44,1.00);
}

.last {
	background-color: rgba(25,18,44,1.00);
}

.circle_use {
    -webkit-box-shadow: inset 0 0 5px 10px rgba(255,255,255,1.00);
    box-shadow: inset 0 0 5px 10px rgba(255,255,255,1.00);
}

.hero {
	position: relative;
	width: 100%;
	padding-top: 0px;
	margin-top: 48px;
	padding-bottom: 0px;
	background-repeat: no-repeat;
	background-color: rgba(25,18,44,1.00);
	background-position: bottom;
}


@media screen and (max-device-width:640px), screen and (max-width:640px) {
	.hero {
		margin-top: 0px;
		padding-top: 60px;
		padding-bottom: 0px;
		}
	}





/* ----------- iPhone 5, 5S, 5C and 5SE ----------- */

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 568px)
  and (-webkit-min-device-pixel-ratio: 2) {
	.hero {
		height: auto;
		}
}



/* ----------- iPhone 6, 6S, 7 and 8 ----------- */

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 667px) 
  and (-webkit-min-device-pixel-ratio: 2) { 
	.hero {
		height: auto;
		}
}







/* ----------- iPhone X ----------- */

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 812px) 
  and (-webkit-min-device-pixel-ratio: 3) { 
	.hero {
		height: auto;
		}
}


/* ----------- iPhone 6+, 7+ and 8+ ----------- */

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 414px) 
  and (max-device-width: 736px) 
  and (-webkit-min-device-pixel-ratio: 3) { 
	.hero {
		height: auto;
		}
}








.hero-logo {
	margin-bottom: 30px;
}

@media screen and (max-device-width:640px), screen and (max-width:640px) {
	.hero-logo {
		margin-bottom: 20px;
		text-align: center;
	}
}

.hero-text {
    margin-bottom: 60px;
    font-size: 23px;
    line-height: 26px;
    color: rgba(19,62,106,1.00);
/*    letter-spacing: -.02em;*/
	background-image: linear-gradient(150deg,#8E47FF,#FFFFFF,#8E47FF);
	background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
	background-size: 200% 200%;
    -webkit-animation: AnimationName 5s ease infinite;
    -moz-animation: AnimationName 5s ease infinite;
    animation: AnimationName 5s ease infinite;
}

@-webkit-keyframes AnimationName {
    0%{background-position:0% 2%}
    50%{background-position:100% 99%}
    100%{background-position:0% 2%}
}
@-moz-keyframes AnimationName {
    0%{background-position:0% 2%}
    50%{background-position:100% 99%}
    100%{background-position:0% 2%}
}
@keyframes AnimationName {
    0%{background-position:0% 2%}
    50%{background-position:100% 99%}
    100%{background-position:0% 2%}
}


@media screen and (max-device-width:640px), screen and (max-width:640px) {
	.hero-text {
    margin-bottom: 40px;
    font-size: 20px;
    line-height: 26px;
    text-align: center;
    font-weight: 700;
	}
}

.img-hero {
    margin-top: -200px;
}

@media screen and (max-device-width:640px), screen and (max-width:640px) {
    .img-hero {
        margin-top: -20px;
    }
}

.hero_title {
    font-weight: 800;
    font-size: 70px;
    right: 150px;
    position: absolute;
/*    text-indent: -1em;*/
}



@media screen and (max-device-width:640px), screen and (max-width:640px) {
    .hero_title {
        display: none;
        font-weight: 800;
        font-size: 35px;
        right: auto;
        position: relative;
    }  
}


.hero_title span {
    color: #e8552c;
    display: inline-block;
}

.hero_title sup {
    font-size: 30px;
    top: -1em;
}

.img-hero_m {
    margin-left: -15px;
    margin-right: -15px;
}

.vibrate-3 {
	-webkit-animation: vibrate-3 1s linear infinite both;
	        animation: vibrate-3 1s linear infinite both;
}


/* ----------------------------------------------
 * Generated by Animista on 2021-11-12 18:58:3
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation vibrate-3
 * ----------------------------------------
 */
@-webkit-keyframes vibrate-3 {
  0% {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
  10% {
    -webkit-transform: translate(-2px, -2px);
            transform: translate(-2px, -2px);
  }
  20% {
    -webkit-transform: translate(2px, -2px);
            transform: translate(2px, -2px);
  }
  30% {
    -webkit-transform: translate(-2px, 2px);
            transform: translate(-2px, 2px);
  }
  40% {
    -webkit-transform: translate(2px, 2px);
            transform: translate(2px, 2px);
  }
  50% {
    -webkit-transform: translate(-2px, -2px);
            transform: translate(-2px, -2px);
  }
  60% {
    -webkit-transform: translate(2px, -2px);
            transform: translate(2px, -2px);
  }
  70% {
    -webkit-transform: translate(-2px, 2px);
            transform: translate(-2px, 2px);
  }
  80% {
    -webkit-transform: translate(-2px, -2px);
            transform: translate(-2px, -2px);
  }
  90% {
    -webkit-transform: translate(2px, -2px);
            transform: translate(2px, -2px);
  }
  100% {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}
@keyframes vibrate-3 {
  0% {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
  10% {
    -webkit-transform: translate(-2px, -2px);
            transform: translate(-2px, -2px);
  }
  20% {
    -webkit-transform: translate(2px, -2px);
            transform: translate(2px, -2px);
  }
  30% {
    -webkit-transform: translate(-2px, 2px);
            transform: translate(-2px, 2px);
  }
  40% {
    -webkit-transform: translate(2px, 2px);
            transform: translate(2px, 2px);
  }
  50% {
    -webkit-transform: translate(-2px, -2px);
            transform: translate(-2px, -2px);
  }
  60% {
    -webkit-transform: translate(2px, -2px);
            transform: translate(2px, -2px);
  }
  70% {
    -webkit-transform: translate(-2px, 2px);
            transform: translate(-2px, 2px);
  }
  80% {
    -webkit-transform: translate(-2px, -2px);
            transform: translate(-2px, -2px);
  }
  90% {
    -webkit-transform: translate(2px, -2px);
            transform: translate(2px, -2px);
  }
  100% {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}



.text-use {
    margin-top: 50px;
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
	color: rgba(255,255,255,0.70);
	text-transform: uppercase;
	background-image: linear-gradient(150deg,#8E47FF,#FFFFFF,#8E47FF);
	background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
	background-size: 200% 200%;
    -webkit-animation: AnimationName 45s ease infinite;
    -moz-animation: AnimationName 45s ease infinite;
    animation: AnimationName 45s ease infinite;
}




.text-use span {
	font-weight: 300;
	display: block;
	text-transform: none;
}




@media screen and (max-device-width:640px), screen and (max-width:640px) {
	.text-use {
		margin-top: 0px;
		font-size: 16px;
		line-height: 18px;
		display: block;
	}	
}


.use-wrap {
	background-color: rgba(206,229,241,0.05);
	border-radius: 20px;
	padding: 50px 25px;
}

@media screen and (max-device-width:640px), screen and (max-width:640px) {
	.use-wrap {
		border-radius: 20px;
		padding: 25px 15px;
		display: flex;
		
	}
}

@media screen and (max-device-width:640px), screen and (max-width:640px) {
	.img-use {
		width: 80px;
		margin-right: 20px;
	}
	
	.img-use img {
		min-width: 80px;
	}
}

.ingredients-wrap {
	background-color: rgba(206,229,241,0.05);
	border-radius: 20px;
	padding: 50px 25px;
}

@media screen and (max-device-width:640px), screen and (max-width:640px) {
	.ingredients-wrap {
		border-radius: 20px;
		padding: 25px 15px;
		display: flex;
	}
}




@media screen and (max-device-width:640px), screen and (max-width:640px) {
	.ingredients-img {
		width: 80px;
		margin-right: 20px;
	}
	
	.ingredients-img img {
		min-width: 80px;
	}
}


.dosage-wrap {
	background-color: rgba(206,229,241,0.10);
	border-radius: 20px;
	padding: 50px 25px;
}

@media screen and (max-device-width:640px), screen and (max-width:640px) {
	.dosage-wrap {
		 border-radius: 20px;
		padding: 25px 15px;
		display: flex;
	}
}


.ingredients-text {
	margin-top: 50px;
}


.dose-text {
	margin-top: 50px;
}

@media screen and (max-device-width:640px), screen and (max-width:640px) {
	.ingredients-text {
		margin-top: 0px;
		font-size: 16px;
		line-height: 18px;
		display: flex;
		flex-direction: column;
		justify-content: center;
	}
}


@media screen and (max-device-width:640px), screen and (max-width:640px) {
	.dose-text {
		margin-top: 0px;
	}
}


.dosage-text {
	margin-top: 50px;
}

@media screen and (max-device-width:640px), screen and (max-width:640px) {
	.dosage-text {
		display: flex;
		flex-direction: column;
		justify-content: center;
		margin-top: 0px;
	}
}


.dosage-title {
	font-size: 26px;
    line-height: 32px;
    font-weight: 700;
    color: rgba(19,62,106,1.00);
    text-transform: uppercase;
    background-image: linear-gradient(
150deg,#8E47FF,#FFFFFF,#8E47FF);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    background-size: 200% 200%;
    -webkit-animation: AnimationName 45s ease infinite;
    -moz-animation: AnimationName 45s ease infinite;
    animation: AnimationName 45s ease infinite;
}

@media screen and (max-device-width:640px), screen and (max-width:640px) {
	.dosage-title {
		font-size: 16px;
    	line-height: 18px;
	}
}



.ingredients-title {
	font-size: 26px;
    line-height: 32px;
    font-weight: 700;
    color: rgba(19,62,106,1.00);
    text-transform: uppercase;
    background-image: linear-gradient(
150deg,#8E47FF,#FFFFFF,#8E47FF);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    background-size: 200% 200%;
    -webkit-animation: AnimationName 45s ease infinite;
    -moz-animation: AnimationName 45s ease infinite;
    animation: AnimationName 45s ease infinite;
}

@media screen and (max-device-width:640px), screen and (max-width:640px) {
		.ingredients-title {
			font-size: 16px;
			line-height: 18px;
		}
}


.dose-title {
    font-size: 30px;
    line-height: 32px;
    text-transform: uppercase;	
	color: rgba(223,106,76,1.00);
}

.ingredients-list {
	margin-top: 30px;
	font-size: 26px;
    line-height: 32px;
    font-weight: 300;
    color: rgba(19,62,106,1.00);
    text-transform: none;
    background-image: linear-gradient(
150deg,#CCADFF,#FFFFFF,#CCADFF);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    background-size: 200% 200%;
}

@media screen and (max-device-width:640px), screen and (max-width:640px) {
	.ingredients-list {
		font-weight: 300;
		display: block;
		text-transform: none;
		margin-top: 10px;
		font-size: 16px;
		line-height: 18px;
	}
}



.dosage-list {
	margin-top: 30px;
	font-size: 26px;
    line-height: 32px;
    font-weight: 300;
    color: rgba(19,62,106,1.00);
    text-transform: none;
    background-image: linear-gradient(
150deg,#CCADFF,#FFFFFF,#CCADFF);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    background-size: 200% 200%;
}

@media screen and (max-device-width:640px), screen and (max-width:640px) {
	.dosage-list {
        font-weight: 300;
		display: block;
		text-transform: none;
		margin-top: 10px;
		font-size: 16px;
		line-height: 18px;
	}
}



.use-list {
	margin-top: 30px;
	font-size: 26px;
    line-height: 32px;
    font-weight: 300;
    color: rgba(19,62,106,1.00);
    text-transform: none;
    background-image: linear-gradient(
150deg,#CCADFF,#FFFFFF,#CCADFF);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    background-size: 200% 200%;
}

@media screen and (max-device-width:640px), screen and (max-width:640px) {
	.use-list {
    margin-top: 0px;
    font-size: 16px;
    line-height: 18px;
	font-weight: 700;	
    display: block;
	text-transform: uppercase;	
	}
}


.dose-list {
	margin-top: 30px;
	font-size: 22px;
	line-height: 26px;
	color: rgba(19,62,106,1.00);
}



@media screen and (max-device-width:640px), screen and (max-width:640px) {
	.dose-list {
    margin-top: 10px;
	}
}


.button {
    width: fit-content;
    padding: 0px 60px;
    margin: 0;
    overflow: visible;
    font: inherit;
    line-height: normal;
    background: rgba(105, 76, 223,1.0);
    outline: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 56px;
    font-size: 20px;
    font-weight: 400;
    color: #fff;
    letter-spacing: .05em;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    border-radius: 45px;
    transition: all 0.5s ease-out;
    border-collapse: separate;
    -webkit-box-shadow: 0px 0px 0px 0px rgba(255,255,255,0.00);
    box-shadow: 0px 0px 0px 0px rgba(255,255,255,0.00);
}


@media screen and (max-device-width:640px), screen and (max-width:640px) {
	.button {
		margin-left: auto;
   		margin-right: auto;
	}
}



.button-top {
    width: fit-content;
    padding: 0px 30px;
    margin: 0;
    overflow: visible;
    font: inherit;
    line-height: normal;
    background: rgba(223,106,76,1.0);
    border: none;
    outline: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 32px;
    font-weight: 400;
    color: #fff;
    letter-spacing: .05em;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
	border-radius: 45px;
	transition: all 0.5s ease-out;
	-webkit-box-shadow: 0px 0px 0px 0px rgba(255,255,255,0.50);
    box-shadow: 0px 0px 0px 0px rgba(255,255,255,0.50);
}


@media screen and (max-device-width:640px), screen and (max-width:640px) {
	.button-top {
		display: flex;
		height: 34px;
		font-size: 14px;
	}
}

/* ----------- iPhone 5, 5S, 5C and 5SE ----------- */

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 568px)
  and (-webkit-min-device-pixel-ratio: 2) {
	.button-top {
		display: flex;
		height: 34px;
		font-size: 12px;
	}
}


.button-top:hover,
.button:hover {
	text-decoration: none;
	color: rgba(255,255,255,1.00);
	background: rgba(105, 76, 223,1.0);
    border: none;
    -webkit-box-shadow: 0px 0px 0px 5px rgba(255,255,255,0.10);
    box-shadow: 0px 0px 0px 5px rgba(255,255,255,0.10);
}



.stat__title {
    margin-bottom: 12px;
    font-size: 48px;
    font-weight: 700;
    color: #fff;
    letter-spacing: -.02em;
}


@media screen and (max-device-width:640px), screen and (max-width:640px) {
	.stat__title {
		margin-bottom: 4px;
		font-size: 32px;
	}
}


.stat__desc {
    font-size: 20px;
    color: #a9aaaa;
    letter-spacing: -.02em;
    white-space: nowrap;
}

@media screen and (max-device-width:640px), screen and (max-width:640px) {
	.stat__desc {
		font-size: 15px;
	}
}



.title-section {
    font-size: 40px;
    font-weight: 900;
    margin-bottom: 60px;
    text-align: center;
	text-transform: uppercase;
	background-image: linear-gradient(150deg,#8E47FF,#FFFFFF,#8E47FF);
	background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
	background-size: 200% 200%;
    -webkit-animation: AnimationName 65s ease infinite;
    -moz-animation: AnimationName 65s ease infinite;
    animation: AnimationName 65s ease infinite;
}


@media screen and (max-device-width:640px), screen and (max-width:640px) {
	.title-section {
    font-size: 20px;
    font-weight: 800;
    margin-bottom: 24px;
    text-transform: uppercase;		
	}
	}

.video .title-section {
	margin: 10px 0 30px 0;
}

.faq {
	background-color: #000;
	}
	
	
.faq .card {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word;
	background-color: rgba(0,0,0,0);
	background-clip: border-box;
    border-radius: 0rem;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: rgba(255,255,255,0.1) !important;
	border-left-color: rgba(0,0,0,0);
}	


.faq .card .card-header {
	padding: .75rem 0rem;
}


.faq .accordion>.card:not(:last-of-type) {
    border-bottom: 1px solid rgba(0,0,0,.125);
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
	
.faq .card .btn {
	padding: 0rem 0rem;
}	
	
.faq .card .collapsed svg {
	margin-top: 6px;
	fill: #fd3b3b;
	min-width: 16px;
	margin-right: 16px;
	transform: rotate(0deg);
	transition: all 0.5s ease-out;
}

.faq .card svg {
	margin-top: 6px;
	fill: #fd3b3b;
	min-width: 16px;
	margin-right: 16px;
	transform: rotate(45deg);
	transition: all 0.5s ease-out;
	
}

.faq .btn-link {
    position: relative;
    padding-left: 38px;
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
    color: #fff;
    letter-spacing: -.02em;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


.faq-card-body {
	padding: .75rem 1.25rem;
    font-size: 15px;
    line-height: 21px;
    color: #fff;
	font-weight: 400;
    letter-spacing: -.02em;
    opacity: .64;
}



.help {
	background-color: #000;
	}

.help_list {
	display: block;
	min-height: 530px;
	background-color: #292929;
	}

.help_list:hover {
	text-decoration:none;
	 background: linear-gradient(51deg, #292929, #292929, #fd3b3b, #292929, #292929);
}


.help_1_list {
    background-image: url(img/types-1.jpg);
}
	
.help_2_list {
    background-image: url(img/types-2.jpg);
}

.help_3_list {
    background-image: url(img/types-3.jpg);
}
	
.help_wrap {
    background-size: cover;
    -webkit-transition: all .25s ease-in-out;
    -o-transition: .25s all ease-in-out;
    transition: all .25s ease-in-out;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: 100%;
    max-width: 380px;
    height: 530px;
    padding: 52px 32px;
    margin-bottom: 30px;
    cursor: pointer;
}	
	
	
	
.help_wrap:hover{-webkit-transform:scale(.96);-ms-transform:scale(.96);transform:scale(.96)}
@media (max-width:1240px){.help_wrap{max-width:417px}}
@media (max-width:904px){.help_wrap{max-width:380px}}
@media (max-width:688px){.help_wrap{padding:32px 20px;margin-bottom:20px}}
	
	
.help_title {
    margin-bottom: 12px;
    font-size: 32px;
    font-weight: 600;
    color: #fff;
    letter-spacing: -.02em;
}	


@media screen and (max-device-width:640px), screen and (max-width:640px) {
		.help_title {
			margin-bottom: 12px;
			font-size: 28px;
		}	
	}


.help_text {
    font-size: 16px;
    line-height: 22px;
    color: #9c9d9e;
    letter-spacing: -.02em;
}

.help_btn {
	margin-top: 15px;
	color: #fd3b3b;
	}


.price {	
	background-color: #000;
	}

.price-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 568px;
    padding: 32px;
    background: #292929;
}

@media screen and (max-device-width:640px), screen and (max-width:640px) {
	.price-item {
		margin-bottom: 30px;
		height: auto;
		padding: 24px 20px 32px;
	}
	}

.price-item--height {
    height: 269px;
    margin-bottom: 30px;
}

@media screen and (max-device-width:640px), screen and (max-width:640px) {
	.price-item--height {
		height: auto;
		margin-bottom: 30px;
	}
	}

.price-item--height:last-child {
    margin-bottom: unset;
}

@media screen and (max-device-width:640px), screen and (max-width:640px) {
	.price-item--height:last-child {
		margin-bottom: 30px;
	}
	}

.price-item__title {
    margin-bottom: 16px;
    font-size: 32px;
    font-weight: 600;
    color: #fff;
    letter-spacing: -.02em;
}

@media screen and (max-device-width:640px), screen and (max-width:640px) {
	.price-item__title {
		font-size: 28px;
	}
	}

.price-item__li {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-left: 32px;
    margin-bottom: 8px;
    font-size: 17px;
    line-height: 24px;
    color: #b2b2b2;
    letter-spacing: -.02em;
}

.price-item__li:before {
    display: block;
    content: "";
    position: absolute;
    top: 4px;
    left: 0;
    width: 12px;
    height: 12px;
    background-image: url(img/successful.svg);
    background-position: 50%;
    background-size: cover;
}

.price-item__li strong {
    font-weight: 600;
    color: #fff;
}

.price-item__price {
    font-size: 32px;
    font-weight: 600;
    color: #fff;
}

@media screen and (max-device-width:640px), screen and (max-width:640px) {
		.price-item__price {
			margin-top: 24px;
		}
	}


.price-item__desc {
    margin-bottom: 16px;
    font-size: 17px;
    line-height: 24px;
    color: #b2b2b2;
    letter-spacing: -.02em;
}




.video_wrap,
.map_wrap {    
	padding: 20px 20px;
    background: #292929;
	}


@media screen and (max-device-width:640px), screen and (max-width:640px) {

}


.consultations {
    background-color: #000;
}

.maps {
    background-color: #000;
}


.map__inner{width:100%;padding:20px;margin-bottom:32px;background:#292929}
.map__top{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:14px}
@media (max-width:688px){
	.map__top{display:block;margin-bottom:20px}
}
.map__left{font-size:17px;line-height:24px;color:#b2b2b2;letter-spacing:-.02em}
@media (max-width:904px){
	.map__left{max-width:200px}
	}
@media (max-width:688px){
	.map__left{margin-bottom:16px}
	}
	.map__phone{display:block;font-size:17px;line-height:24px;color:#fff;text-align:right;letter-spacing:-.02em}
@media (max-width:688px){
	.map__phone{text-align:left}
	}
	.map__mail{display:block;font-size:17px;line-height:24px;color:#fd3b3b;text-align:right;letter-spacing:-.02em}
@media (max-width:688px){
		.map__mail{text-align:left}
}

.map__map{width:100%;height:468px}
.map__map .ymaps-layers-pane{filter:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");-webkit-filter:grayscale(100%)}


.types__wrap-button, .map__wrap-button, .price__wrap-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.map__wrap-button, .price__wrap-button {
	margin-top: 30px;
}


	.swiper-container {
		width: 100%;
		height: 670px;
		margin-left: auto;
		margin-right: auto;
		padding-bottom: 40px;
	}

      .swiper-slide {
        font-size: 18px;
        background: #000000;
        height: calc((100% - 30px) / 2);

        /* Center slide text vertically */
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
      }

.consultations .rew__wrap-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
	margin-top: 20px;
}

.consultations .swiper-pagination {
	position: relative;
	margin-right: 8px;
    margin-left: 8px;	
	display: flex;
	}
	
.consultations .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 50%;
    background: #fff;
    opacity: .2;
	margin-right: 8px;
    margin-left: 8px;
}	
	
.consultations .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background-color: #fd3b3b;
    opacity: 1;
	}	
	
	
	
.consultations .rew__wrap-nav svg {
	fill: #fff;
	opacity: .5;
	}

.consultations .rew__wrap-nav .swiper-button-disabled svg {
	fill: #fff;
	opacity: .2;
	cursor: default;
	}	

.rew-item-video {
    width: 380px;
    height: 300px;
    padding: 16px;
    background: #292929;
}

.rew-item-video__video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.rew-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 380px;
    height: 300px;
    padding: 32px;
    background: #292929;
}

.rew-item__title {
    margin-bottom: 8px;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    letter-spacing: -.02em;
}

.rew-item__desc {
    font-size: 17px;
    line-height: 24px;
    color: #b2b2b2;
    letter-spacing: -.02em;
}

.rew-item__date {
    font-size: 15px;
    color: #b2b2b2;
    letter-spacing: -.02em;
}

.footer {
	background-color: rgba(25,18,44,1.00);
    padding-bottom: 48px;
	color: rgba(255,255,255,0.5);
}

.footer a {
    	color: rgba(255,255,255,0.5);
}


/* Container */
.pulse{
  position: absolute;
  width:60px;
  height:60px;
  left: 25%;
  bottom: 25%;
}

@media screen and (max-device-width:640px), screen and (max-width:640px) {
.pulse{
  left: 20%;
  bottom: 10%;
}
}


/* Pulse Design */
.pulse svg{
  position: absolute;
  width:100%;
  height:100%;
  top: 0px;
  left: 0px;
  display:block;
  transform-origin: center;
}

circle {
  fill: none;
  vector-effect:non-scaling-stroke;
  stroke-location: inside;
  stroke: #e8552c;
  stroke-width: 3px;
  transform-origin: center;
  transform: scale(0.2);
}

/* Pulse Animation */
@keyframes pulse {
    0%   { 
      opacity: 1;
      transform: scale(0.2);
  }
    100% { 
      opacity: 0;
      transform: scale(1);
  }
}

/* Pulse Application */
circle { 
  animation: pulse 3s infinite;
  animation-timing-function: linear;
}
circle.still{ animation: none; }

circle:nth-child(2){ animation-delay: 1s; }
circle:nth-child(3){ animation-delay: 2s; }
circle:nth-child(4){ animation-delay: 3s; }
/*circle:nth-child(5){ animation-delay: 4s; }*/



.loro_breadcrumb {
    font-size: 12px; 
    line-height: 1.4em;
    font-weight: 300; 
    margin-top: 20px;
    margin-bottom: 15px;
}

.loro_breadcrumb a {
    color: rgba(25,21,40,1.00);
}

.meta-post {
    font-size: 12px; 
    line-height: 0em;
    font-weight: 300; 
}

.content-single-post {
    font-size: 16px; 
    line-height: 1.4em;
    font-weight: 500;
}

.single-prod-title {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 60px;
}

.single-prod-title a {
    color: #000000;
}


.archive-post {
    margin-bottom: 50px;
}


.content-single-post h2 {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 20px;
}


.content-single-post h3 {
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 16px;
}

@media screen and (max-device-width:640px), screen and (max-width:640px) {
    
    .single-article {margin-top: 56px;}    
    
    .single-prod-title {
        font-size: 35px;
    }

    .content-single-post h2 {
        font-size: 25px;
    }


    .content-single-post h3 {
        font-size: 21px;
    } 
}


.single-article img {
    max-width: 100%;
    height: auto;
}