@font-face {
    font-family: 'mSansBold';
    src: url('../fonts/MuseoSansBold.eot') format("eot"), 
         url('../fonts/MuseoSansBold.woff') format("woff"), 
         url('../fonts/MuseoSansBold.ttf') format("truetype");
    font-weight: 700;
    font-style: normal;    
    font-display: fallback;
}

@font-face {
    font-family: 'mSansLight';
    src: url('../fonts/MuseoSansLight.eot') format("eot"), 
         url('../fonts/MuseoSansLight.woff') format("woff"), 
         url('../fonts/MuseoSansLight.ttf') format("truetype");
    font-weight: 100;
    font-style: normal; 
    font-display: fallback;
}

@font-face {
    font-family: 'mSansMedium';
    src: url('../fonts/MuseoSansMedium.eot') format("eot"), 
         url('../fonts/MuseoSansMedium.woff') format("woff"), 
         url('../fonts/MuseoSansMedium.ttf') format("truetype");
    font-weight: 500;
    font-style: normal;      
    font-display: fallback;
}

@font-face {
    font-family: 'mSansRegular';
    src: url('../fonts/MuseoSansRegular.eot') format("eot"), 
         url('../fonts/MuseoSansRegular.woff') format("woff"), 
         url('../fonts/MuseoSansRegular.ttf') format("truetype");
    font-weight: 300;
    font-style: normal;     
    font-display: fallback; 
}

* {
    margin: 0;
    padding: 0;
    font-weight : normal;
    font-style: normal;
}

a {
    text-decoration: none;
    outline: 0;
}

section {
    padding-top: 50px;
}

details {
    position: relative;
    width: 100%;
    max-width: 700px;
    min-height: 5px;
    margin: auto;
    padding: 30px;
    font-family: 'mSansMedium', sans-serif;
    font-size: 18px;
    border: 1px solid rgba(0,0,0,.1);
    border-radius: 15px;
    box-sizing: border-box;
    transition: all .30s;
}
  
details + details {
    margin-top: 20px;
}
  
details[open] {
    min-height: 50px;
    background-color: #f6f7f8;
    box-shadow: 2px 2px 20px rgba(0,0,0,.2);
    transition: ease .3s;
}
  
details p {
    padding-top: 10px;
    color: #000;
    list-style: none;
}

details ul {
    padding-top: 10px;
    color: #000;
}

details ul > li {
    padding-top: 10px;
    color: #000;
    font-family: 'mSansRegular', sans-serif;
    font-size: 16px;
}
  
summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: 'mSansBold', sans-serif;
    font-size: 24px;
    cursor: pointer;
}
  
summary:focus {
    outline: none;
}
  
summary::-webkit-details-marker {
    display: none
}

details[open] .control-icon-close {
    display: initial;
    transition: .3s ease;
}
  
details[open] .control-icon-expand {
    display: none;
}
  
.container {
    position: relative;
    width: 1200px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 15px;
    padding-left: 15px;
}

.btn {
    z-index: 1;
    position: relative;
    overflow: hidden;
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: 0;
}

.btn::before,
.btn::after {
  content: '';
  z-index: -1;
  position: absolute;
  top: 0;
  left: 50%;
  width: 0;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  -webkit-transition: .3s linear;
    -o-transition: .3s linear;
      transition: .3s linear;
}

.btn:hover::before,
.btn:hover::after {
	width: 100%;
} 

.btn::after {
	left: unset;
	right: 50%;
}

.warning {
    border-color: #e01516 !important;
}

.active {
    display: block !important;
}

.nav {
    display: flex;
    align-items: center;
    padding: 10px 25px;
    background-color: rgba(255, 255, 255, 0.6);
}

.nav-logo {
    width: 250px;
}

.nav-logo-img {
    width: 100%;
}

.nav-desc {
    width: 240px;
    margin-left: 15px;
}

.nav-desc .nav-desc-text {
    font-family: 'mSansMedium', sans-serif;
    font-size: 18px;
    line-height: 20px;
    color: #000;
}

.nav-info {
    display: flex;
    flex-direction: column;
    margin-left: auto;
}

.nav-info-first {
    display: flex;
    align-items: center;
}

.nav-lang .nav-lang-img {
    width: 40px;
    padding-top: 3px;
}

.nav-phone {
    display: flex;
    flex-direction: column;
    width: 185px;
    margin-left: 15px;
}

.nav-phone a {
    font-family: 'mSansBold', sans-serif;
    font-size: 18px;
    line-height: 20px;
    color: #000;
}

.nav-info-second {
    margin-top: 15px;
}

.nav-info-second .nav-button {
    width: 215px;
    height: 40px;
    border: 2px solid rgb(44, 183, 66);
    border-radius: 20px;
    font-family: 'mSansMedium', sans-serif;
    font-size: 14px;
    line-height: 20px;
}

.header {
    position: relative;
    color: #fff;
    /*background-image: url('../images/header/header.jpg');*/
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    background-color: #000;
    overflow-x: hidden;
}

/*.header::before {
    position: absolute;
    width: 100%;
    height: 100%;
    content: '';
    background-color: rgba(255, 255, 255, 0.5);
}*/

.header-content {
    position: relative;
    margin-top: 60px;
}

.header-title {
    margin-right: auto;
    margin-left: auto;
    font-family: 'mSansBold', sans-serif;
    font-size: 50px;
    line-height: 60px;
    text-transform: uppercase;
    text-align: center;
}

.header-list {
    margin-top: 30px;
}

.header-title span {
    color: rgb(44, 183, 66);
}

.header-block {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.header-list {
    width: 60%;
    margin-bottom: 120px;
    font-family: 'mSansBold', sans-serif;
    font-size: 20px;
}

.header-lists {
    margin-left: 20px;
    line-height: 40px;
} 

.header-block-second {
    position: relative;
    z-index: 2;
    max-width: 500px;
    width: 40%;
}

.header-second-title {
    position: absolute;
    z-index: 3;
    bottom: 40px;
    left: 20px;
    width: 400px;
    padding: 10px 0;
    font-family: 'mSansRegular', sans-serif;
    font-size: 20px;
    text-align: center;
    color: #fff;
}

.header-second-title::before {
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    left: -100px;
    width: 150%;
    height: 100%;
    background: linear-gradient(to right, rgba(44, 183, 66, 0), rgba(44, 183, 66, 0.4), rgba(44, 183, 66, 0.6), rgba(44, 183, 66, 0.8), rgba(44, 183, 66, 0.9), rgba(44, 183, 66, 0.8), rgba(44, 183, 66, 0.6), rgba(44, 183, 66, 0.4), rgba(44, 183, 66, 0));
}

.header-img-bottle {
    position: relative;
    z-index: -1;
    display: block;
    max-width: 600px;
    width: 100%;
    margin-top: 20px;
    margin-left: auto;
}

.header-new {
    position: absolute;
    top: 20px;
    right: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 130px;
    height: 130px;
    text-align: center;
    background: radial-gradient(#02ab1d, transparent);
    border-radius: 50%;
    display: none;
}

.header-new span {
    font-family: 'mSansRegular', sans-serif;
    font-size: 14px;
    color: #fff;
}

.divider-circle {
    width: 50px;
    height: 10px;
    margin: 0 auto 25px;
    background-image: url('../images/dots.png');
}

.section-title {
    margin-right: auto;
    margin-left: auto;
    font-family: 'mSansRegular', sans-serif;
    font-size: 35px;
    line-height: 40px;
    text-align: center;
}

.buy {
    margin-bottom: 50px;
}

.buy-content {
    display: flex;
    margin-top: 40px;
}

.buy-left, .buy-right {
    width: 50%;
    text-align: center;
}

.buy p {
    margin-top: 20px;
    margin-bottom: 20px;
    font-family: 'mSansRegular', sans-serif;
    font-size: 20px;
}

.buy img {
    height: 200px;
}

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

.buy-button .button-form {
    margin: 40px 0 0;
}

.help-contents {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.help-content {
    width: 25%;
    padding: 50px 0 45px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    border-bottom: 1px solid #f1f1f1;
}

.help-content-text {
    width: 220px;
    padding-top: 15px;
    font-family: 'mSansBold', sans-serif;
    font-size: 18px;
    line-height: 20px;
    text-align: center;
}

.section-title span {
    color: rgb(44, 183, 66);
}

.big-title {
    font-size: 38px;
    line-height: 40px;
    text-transform: uppercase;
}

.general-contents {
    display: flex;
    justify-content: center;
}

.general-content {
    width: 30%;
    padding: 20px;
}

.general-text {
    margin-top: 20px;
    font-family: 'mSansMedium', sans-serif;
    font-size: 18px;
}

.story {
    padding-top: 0;
}

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

.story-content-text {
    width: 50%;
}

.story-title {
    font-family: 'mSansBold', sans-serif;
    font-size: 24px;
}

.story-text {
    margin-top: 20px;
    font-family: 'mSansBold', sans-serif;
    font-size: 20px;
}

.story-content img {
    max-width: 400px;
    width: 100%;
}

.advantage {
    position: relative;
    padding-bottom: 50px;
    background-repeat: no-repeat;
    background-position: center top;
    background-color: #86ad54;
}

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

.advantage-columns {
    display: flex;
    flex-direction: column;
}

.advantage-column {
    width: 100%;
    max-width: 300px;
    margin-top: 30px;
}

.advantage-content-title {
    display: block;
    margin-bottom: 15px;
    font-family: 'mSansBold', sans-serif;
    font-size: 24px;
}

.advantage-content-text {
    font-family: 'mSansMedium', sans-serif;
    font-size: 18px;
    line-height: 25px;
}

.usefulness {
    padding-bottom: 150px;
}

.usefulness .section-title {
    margin-bottom: 50px;
}

.usefulness-contents {
    display: flex;
}

.usefulness-content {
    position: relative;
}

.pseudo-text {
    position: absolute;
    z-index: -1;
    top: -5px;
    left: -10px;
    font-family: 'mSansBold', sans-serif;
    font-size: 40px;
    font-weight: 900;
    line-height: 20px;
    color: #f1f1f1;
}

.pseudo-text.long {
    top: -35px;
    line-height: 40px;
}

.usefulness-content-left {
    width: 35%;
    margin-right: auto;
}

.usefulness-content-right {
    width: 35%;
}

.usefulness-content-left .usefulness-content:nth-child(n+2) {
    margin-top: 100px;
}

.usefulness-content-right .usefulness-content:nth-child(n+2) {
    margin-top: 95px;
}

.usefulness-bottle {
    width: 525px;
}

.usefulness-bottle-img {
    width: 100%;
    padding-top: 100px;
}

.usefulness-text-title {
    font-family: 'mSansBold', sans-serif;
    font-size: 18px;
    line-height: 20px;
}

.usefulness-text {
    padding-top: 15px;
    font-family: 'mSansMedium', sans-serif;
    font-size: 18px;
    line-height: 20px;
    list-style: none;
}

.usefulness-text li {
    margin-top: 15px;
    font-family: 'mSansRegular', sans-serif;
    font-size: 16px;
}

.consist {
    position: relative;
    padding-bottom: 50px;
    /*height: 800px;*/
    /*background-image: url('../images/consist/consist.png');*/
    background-repeat: no-repeat;
    background-position: center 80%;
    background-size: cover;
    background-color: #fff;
    color: #fff;
}

.consist::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

.consist .section-header {
    padding: 40px 0;
}

.consist-contents {
    display: flex;
    justify-content: flex-start;
}

.consist-content {
    width: 50%;
}

.consist-content p {
    padding-bottom: 30px;
    font-family: 'mSansMedium', sans-serif;
    font-size: 24px;
    line-height: 35px;
}

.consist-list {
    display: flex;
    justify-content: space-between;
    margin-left: 20px;
    font-family: 'mSansMedium', sans-serif;
    font-size: 24px;
}

.video {
    padding-bottom: 50px;
}
  
.videos {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    padding-top: 40px;
}
  
.video-content {
    width: 45%;
    margin: 40px 20px;
    cursor: pointer;
}
  
.video-content img {
    width: 100%;
}

.form {
    position: relative;
    background-repeat: no-repeat;
    background-position: center bottom;
    padding-bottom: 50px; 
    color: #fff;
}

.form .container {
    width: 100%;
    padding: 0;
    box-sizing: border-box;
}

.form-content {
    margin-top: 40px;
}

.form .form-title {
    font-family: 'mSansRegular', sans-serif;
    font-size: 35px;
    line-height: 40px;
}

.form .form-text {
    display: block;
    padding-top: 20px;
    font-family: 'mSansRegular', sans-serif;
    font-size: 20px;
}

.form-content-left {
    box-sizing: border-box;
    padding: 30px 50px 0;
}

.form-content-left p {
    max-width: 600px;
    margin-left: auto;
    font-family: 'mSansRegular', sans-serif;
    font-size: 20px;
    text-shadow: 1px 1px 1px black;
}

.form-content-left p span {
    color: rgb(44, 183, 66);
}

.form-contents {
    display: flex;
    margin-top: 20px;
}

.form-content-left, .form-content-right {
    width: 50%;
}

.form-content-right { 
    color: #000;
}

.form-content-right-background {
    padding: 30px;
    background-color: rgba(255, 255, 255, 0.5);
}

.form-group {
    display: flex;
    flex-direction: column;
}

.form-bottle {
    display: block;
    max-width: 400px;
    width: 100%;
    margin: 0 10% 0 auto;
}

.field {
    box-sizing: border-box;
    width: 360px;
    height: 80px;
    margin-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px;
    background-color: transparent !important;
    border: 1px solid rgb(44, 183, 66);
    border-radius: 40px;
    font-family: 'mSansRegular', sans-serif;
    font-size: 18px;
    line-height: 25px;
    outline: 0;
}

.button-form {
    box-sizing: border-box;
    width: 360px;
    height: 80px;
    background-color: #e01516;
    border-radius: 40px;
    font-family: 'mSansMedium', sans-serif;
    font-size: 22px;
    line-height: 25px;
    color: #fff;
}

.how {
    padding-bottom: 50px;
}

.how-text {
    margin-top: 20px;
    font-family: 'mSansMedium', sans-serif;
    font-size: 18px;
}

.how-content {
    display: flex;
    margin-top: 20px;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 10px;
    line-height: 30px;
    text-align: center;
}

.how-stage {
    width: 30%;
    font-family: 'mSansMedium', sans-serif;
    font-size: 18px;
}

.how-stage span {
    text-align: center;
}

/*.how-content::before {
    content: '';
    position: absolute;
    width: 16px;
    height: 17px;
    margin-top: 6px;
    margin-left: -20px;
    background-image: url('../images/tick.png');
    background-repeat: no-repeat;
    background-size: cover;
}*/

.reviews {
    padding-bottom: 50px;
}

.reviews .container {
    box-sizing: border-box;
    padding-right: 0;
    padding-left: 0;
}

.reviewsSlider {
    margin-top: 20px;
}

.reviews-img img {
    width: 100%;
}

.reviews-controls {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
}

.swiper-text {
    max-width: 635px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}

.swiper-title {
    display: block;
    margin-top: 20px;
    margin-right: 15px;
    font-family: 'mSansRegular', sans-serif;
    font-size: 20px;
    font-style: italic;
    text-align: right;
    cursor: default;
}

.swiper-subtitle {
    font-family: 'mSansRegular', sans-serif;
    font-size: 18px;
    cursor: default;
}

.reviews .swiper-button-prev,
.reviews .swiper-button-next {
  position: static;
  margin: 0 5px;
  width: 50px;
  height: 50px;
}

.reviews .swiper-button-prev {
  background: url("../images/left.png") no-repeat;
}

.reviews .swiper-button-next {
  background: url("../images/right.png") no-repeat;
}

.notes {
    padding-bottom: 50px;
}

.notesSlider {
    margin-top: 20px;
}

.notes-img img {
    width: 100%;
}

.notes-controls {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
}

.notes .swiper-button-prev,
.notes .swiper-button-next {
  position: static;
  margin: 0 5px;
  width: 50px;
  height: 50px;
}

.notes .swiper-button-prev {
  background: url("../images/left.png") no-repeat;
}

.notes .swiper-button-next {
  background: url("../images/right.png") no-repeat;
}

.academy {
    height: 800px;
    background-repeat: no-repeat;
    background-position: center top;
}

.academy-title {
    font-family: 'mSansRegular', sans-serif;
    font-size: 35px;
    line-height: 40px;
}

.academy-contents {
    display: flex;
    flex-direction: row-reverse;
}

.academy-content {
    width: 50%;
}

.academy-name {
    display: block;
    margin-top: 20px;
    margin-bottom: 5px;
    font-family: 'mSansBold', sans-serif;
    font-size: 24px;
}

.academy-subtitle {
    display: block;
    margin-bottom: 20px;
    font-family: 'mSansMedium', sans-serif;
    font-size: 16px;
}

.academy-text {
    font-family: 'mSansMedium', sans-serif;
    font-size: 18px;
}

.question .section-header {
    margin-bottom: 50px;
}

.contacts {
    padding-top: 40px;
}

.contacts-contents {
    margin-top: 50px;
}

.contacts-content {
    position: absolute;
    right: 0;
    left: 0;
    width: 320px;
    margin-right: auto;
    margin-left: auto;
    padding: 20px 0 20px;
    background-color: #1d1d1d;
    text-align: center;
    color: #fff;
}

.contacts-content p {
    font-family: 'mSansRegular', sans-serif;
    font-size: 22px;
}

.contacts-title {
    font-size: 24px;
    line-height: 60px;
    color: #ffb600;
    text-transform: uppercase;
}

.contacts-second-title {
    display: block;
    font-size: 18px;
}

.contacts-second-title:first-child {
    margin-bottom: 10px;
}

.contacts-second-title:last-child {
    margin-top: 30px;
}

.contacts-contents iframe {
    margin-top: 80px;
}

.footer {
    padding-bottom: 120px;
    background-color: #1d1d1d;
}

.footer-contents {
    padding-top: 50px;
    text-align: center;
}

.footer-content-text {
    font-family: 'mSansRegular', sans-serif;
    font-size: 25px;
    line-height: 35px;
    color: #8a8a8a;
    text-transform: uppercase;
}

.socials-content {
    display: block;
    margin-top: 50px;
    font-family: 'mSansRegular', sans-serif;
    font-size: 30px;
    color: #fff;
}

.socials-items {
    margin-top: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    list-style: none;
}

.socials-item {
    width: 50px;
    height: 50px;
    margin-right: 20px;
    border: 1px solid #fff;
    border-radius: 50%;
    line-height: 65px;
}

.socials-item:last-child {
    margin-right: 0;
}    

.socials-link {
    display: block;
    width: 50px;
    height: 50px;
    font-size: 24px;
    line-height: 50px;
    color: #fff;
}

.youtube::before {
    content: '\f167';
    font-family: 'FontAwesome';
}

.instagram::before { 
    content: '\f16d';
    font-family: 'FontAwesome';
}

.facebook::before {
    content: '\f09a';
    font-family: 'FontAwesome';
}

.vk::before { 
    content: '\f189';
    font-family: 'FontAwesome';
}

.modal {
    display: none;
    max-width: 500px;
    min-width: 300px;
    width: 100%;
    padding: 40px;
    text-align: center;
}

.modal-title {
    font-family: 'mSansBold', sans-serif;
    font-size: 30px;
}

.modal-subtitle {
    display: block;
    margin: 15px 0;
    font-family: 'mSansRegular', sans-serif;
    font-size: 18px;
}

.modal .form-group {
    font-family: 'mSansBold', sans-serif;
    font-size: 24px;
}

.modal .form-group-radio {
    margin-top: 20px;
    font-family: 'mSansRegular', sans-serif;
    font-size: 14px;
}

.modal .form-group-radio:last-child {
    margin-bottom: 20px;
}

.modal .field {
    border: 1px solid #000;
    color: #000 !important;
}

.modal .button-form {
    margin: auto;
}

.modal-time .modal-body {
    display: flex;
    flex-flow: column;
    margin-top: 20px;
}

.modal-time .field {
    display: block;
    margin: 20px auto;
}

.modal-time label {
    font-family: 'mSansRegular', sans-serif;
    font-size: 18px;
}

.modal-time .form-group {
    margin-bottom: 20px;
}

.modal-time #rather{
    width: 20px;
    height: 20px;
    vertical-align: -5px;
}

#to-whatsapp_wrapper {
    width: 360px;
    height: 80px;
    margin: auto;
    background-color: #2cb742;
    border-radius: 40px;
    color: #fff;
}

#to-whatsapp_wrapper a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

#to-whatsapp_wrapper .to-whatsapp-icon {
    position: relative;
    display: block;
    width: 280px;
    height: 100%;
    padding-left: 30px;
    font-family: 'mSansBold', sans-serif;
    font-size: 18px;
    text-align: center;
    line-height: 80px;
    color: #fff;
}

#to-whatsapp_wrapper .to-whatsapp-icon::before {
    content: '';
    position: absolute;
    top: 20px;
    left: 10px;
    width: 40px;
    height: 40px;
    background-image: url('../whatsapp/whatsapp-logo.svg');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
}

.to-whatsapp-icon {
    position: relative;
    display: block;
    width: 280px;
    height: 100%;
    padding-left: 45px;
    font-family: 'mSansBold', sans-serif;
    font-size: 18px;
    text-align: center;
    line-height: 50px;
    color: #fff;
}

.to-whatsapp-icon::before {
    content: '';
    position: absolute;
    top: 5px;
    left: 25px;
    width: 40px;
    height: 40px;
    background-image: url('../whatsapp/whatsapp-logo.svg');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
}

#to-whatsapp_wrapper_mob {
    position: fixed;
    z-index: 10000;
    right: 0;
    left: 0;
    bottom: 0;
    display: none;
    width: 100%;
    height: 50px;
    margin: auto;
    background-color: #2cb742;
    border-radius: 0;
}

#to-whatsapp_wrapper_mob a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

/*ÐºÐ½Ð¾Ð¿ÐºÐ¸*/

.btn-bottom {
    position: fixed;
    right: 10px;
    bottom: 60px;
    z-index: 10000;
    height: 60px;
    width: 60px;
    text-align: center;
    border-radius: 50%;
    transition: cubic-bezier(.4,-0.27,0,1.47);
    transition-duration: .4s, .3s, 1s;
    transition-property : transform, background, visibility;
    cursor: pointer;
    /*visibility: hidden;*/
    -webkit-tap-highlight-color: transparent;
}

.btn-bottom .text-bt {
    position: relative;
    display: block;
    height: 60px;
    width: 60px;        
    border-radius: 50%;
    overflow: hidden;
}

.btn-bottom .desc-bt {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'montserrat', Arial, Helvetica, sans-serif;
    font-size: 0;
    font-weight: 600;
    text-align: center;
    line-height: 10px;
    text-transform: uppercase;
    transition: opacity .3s;
    opacity: 0;
}

.btn-bottom .icon-bt {
    color: #fff;
    font-size: 30px;
    line-height: 60px;
    transition: opacity .3s;
}

.callback-bt {
    background-color: #38a3fd;
    border: 2px solid #38a3fd;
    -webkit-animation: hoverWave linear 1s infinite;
    animation: hoverWave linear 1s infinite;
}

.callback-bt-open {
    transform: translateY(-120%);
    -webkit-animation: hoverWave linear 1s infinite;
    animation: hoverWave linear 1s infinite;
    visibility: visible;
}

.callback-bt .text-bt .desc-bt {
    color: #38a3fd;
}

.whats-bt {
    background-color: #02ab1d;
    border: 2px solid #02ab1d;
}

.whats-bt .text-bt .desc-bt {
    color: #02ab1d;
}

.whats-bt-open {
    transform: translateY(-240%);
    -webkit-animation: hoverWave-w linear 1s infinite;
    animation: hoverWave-w linear 1s infinite;
    visibility: visible;
}

.cart-bt {
    background-color: #ffd922;
    border: 2px solid #ffd922;
}

.cart-bt .text-bt .desc-bt {
    color: #ffd922;
}

.cart-bt-open {
    transform: translateY(-360%);
    -webkit-animation: hoverWave-c linear 1s infinite;
    animation: hoverWave-c linear 1s infinite;
    visibility: visible;
}

.btn-bt-show {
    opacity: 1 !important;
    font-size: 9px !important;
}

.btn-bt-invis {
    display: none;
}

.btn-bt-change {
    background-color: #fff;
    color: transparent;
}

.all-bt {
    z-index: 10001;
    background-color: #e4003a;
    border: 2px solid #e4003a;
    -webkit-animation: hoverWave-r linear 1s infinite;
    animation: hoverWave-r linear 1s infinite;
    overflow: hidden;
    visibility: visible;
    outline: 0;
}

.all-bt:hover {
    transform: rotate(360deg);
}

.all-bt .all-call {
    position: relative;
    display: flex;
    flex-direction: column;
    height: 60px;
    width: 60px;        
    border-radius: 50%;
    transition: all .4s cubic-bezier(.4,-0.27,0,1.47);
}

.all-bt-move {
    transform: translateY(-100%);
}

.icon-flex {
    display: flex;
    transform: translateX(0);
    transition: all .4s cubic-bezier(.4,-0.27,0,1.47);
}

.icon-flex .icon-bt {
    flex: 0 0 60px;
    border-radius: 50%;
}

@-webkit-keyframes hoverWave {
    0% {
        box-shadow:0 8px 10px rgba(56,163,253,0.3),0 0 0 0 rgba(56,163,253,0.2),0 0 0 0 rgba(56,163,253,0.2)
    }
    40% {
        box-shadow:0 8px 10px rgba(56,163,253,0.3),0 0 0 15px rgba(56,163,253,0.2),0 0 0 0 rgba(56,163,253,0.2)
    }
    80% {
        box-shadow:0 8px 10px rgba(56,163,253,0.3),0 0 0 30px rgba(56,163,253,0),0 0 0 26.7px rgba(56,163,253,0.067)
    }
    100% {
        box-shadow:0 8px 10px rgba(56,163,253,0.3),0 0 0 30px rgba(56,163,253,0),0 0 0 40px rgba(56,163,253,0.0)
    }
}

@keyframes hoverWave {
    0% {
        box-shadow:0 8px 10px rgba(56,163,253,0.3),0 0 0 0 rgba(56,163,253,0.2),0 0 0 0 rgba(56,163,253,0.2)
    }
    40% {
        box-shadow:0 8px 10px rgba(56,163,253,0.3),0 0 0 15px rgba(56,163,253,0.2),0 0 0 0 rgba(56,163,253,0.2)
    }
    80% {
        box-shadow:0 8px 10px rgba(56,163,253,0.3),0 0 0 30px rgba(56,163,253,0),0 0 0 26.7px rgba(56,163,253,0.067)
    }
    100% {
        box-shadow:0 8px 10px rgba(56,163,253,0.3),0 0 0 30px rgba(56,163,253,0),0 0 0 40px rgba(56,163,253,0.0)
    }
}

@-webkit-keyframes hoverWave-w {
    0% {
        box-shadow:0 8px 10px rgba(2, 171, 29, 0.3),0 0 0 0 rgba(2, 171, 29, 0.2),0 0 0 0 rgba(2, 171, 29, 0.2)
    }
    40% {
        box-shadow:0 8px 10px rgba(2, 171, 29, 0.3),0 0 0 15px rgba(2, 171, 29, 0.2),0 0 0 0 rgba(2, 171, 29, 0.2)
    }
    80% {
        box-shadow:0 8px 10px rgba(2, 171, 29, 0.3),0 0 0 30px rgba(2, 171, 29, 0),0 0 0 26.7px rgba(2, 171, 29, 0.067)
    }
    100% {
        box-shadow:0 8px 10px rgba(2, 171, 29, 0.3),0 0 0 30px rgba(2, 171, 29, 0),0 0 0 40px rgba(2, 171, 29, 0.0)
    }
}

@keyframes hoverWave-w {
    0% {
        box-shadow:0 8px 10px rgba(2, 171, 29, 0.3),0 0 0 0 rgba(2, 171, 29, 0.2),0 0 0 0 rgba(2, 171, 29, 0.2)
    }
    40% {
        box-shadow:0 8px 10px rgba(2, 171, 29, 0.3),0 0 0 15px rgba(2, 171, 29, 0.2),0 0 0 0 rgba(2, 171, 29, 0.2)
    }
    80% {
        box-shadow:0 8px 10px rgba(2, 171, 29, 0.3),0 0 0 30px rgba(2, 171, 29, 0),0 0 0 26.7px rgba(2, 171, 29, 0.067)
    }
    100% {
        box-shadow:0 8px 10px rgba(2, 171, 29, 0.3),0 0 0 30px rgba(2, 171, 29, 0),0 0 0 40px rgba(2, 171, 29, 0.0)
    }
}

@-webkit-keyframes hoverWave-r {
    0% {
        box-shadow:0 8px 10px rgba(228, 0, 58,0.3),0 0 0 0 rgba(228, 0, 58,0.2),0 0 0 0 rgba(228, 0, 58,0.2)
    }
    40% {
        box-shadow:0 8px 10px rgba(228, 0, 58,0.3),0 0 0 15px rgba(228, 0, 58,0.2),0 0 0 0 rgba(228, 0, 58,0.2)
    }
    80% {
        box-shadow:0 8px 10px rgba(228, 0, 58,0.3),0 0 0 30px rgba(228, 0, 58,0),0 0 0 26.7px rgba(228, 0, 58,0.067)
    }
    100% {
        box-shadow:0 8px 10px rgba(228, 0, 58,0.3),0 0 0 30px rgba(228, 0, 58,0),0 0 0 40px rgba(228, 0, 58,0.0)
    }
}

@keyframes hoverWave-r {
    0% {
        box-shadow:0 8px 10px rgba(228, 0, 58,0.3),0 0 0 0 rgba(228, 0, 58,0.2),0 0 0 0 rgba(228, 0, 58,0.2)
    }
    40% {
        box-shadow:0 8px 10px rgba(228, 0, 58,0.3),0 0 0 15px rgba(228, 0, 58,0.2),0 0 0 0 rgba(228, 0, 58,0.2)
    }
    80% {
        box-shadow:0 8px 10px rgba(228, 0, 58,0.3),0 0 0 30px rgba(228, 0, 58,0),0 0 0 26.7px rgba(228, 0, 58,0.067)
    }
    100% {
        box-shadow:0 8px 10px rgba(228, 0, 58,0.3),0 0 0 30px rgba(228, 0, 58,0),0 0 0 40px rgba(228, 0, 58,0.0)
    }
}

@-webkit-keyframes hoverWave-c {
    0% {
        box-shadow:0 8px 10px rgba(255, 217, 34,0.3),0 0 0 0 rgba(255, 217, 34,0.2),0 0 0 0 rgba(255, 217, 34,0.2)
    }
    40% {
        box-shadow:0 8px 10px rgba(255, 217, 34,0.3),0 0 0 15px rgba(255, 217, 34,0.2),0 0 0 0 rgba(255, 217, 34,0.2)
    }
    80% {
        box-shadow:0 8px 10px rgba(255, 217, 34,0.3),0 0 0 30px rgba(255, 217, 34,0),0 0 0 26.7px rgba(255, 217, 34,0.067)
    }
    100% {
        box-shadow:0 8px 10px rgba(255, 217, 34,0.3),0 0 0 30px rgba(255, 217, 34,0),0 0 0 40px rgba(255, 217, 34,0.0)
    }
}

@keyframes hoverWave-c {
    0% {
        box-shadow:0 8px 10px rgba(255, 217, 34,0.3),0 0 0 0 rgba(255, 217, 34,0.2),0 0 0 0 rgba(255, 217, 34,0.2)
    }
    40% {
        box-shadow:0 8px 10px rgba(255, 217, 34,0.3),0 0 0 15px rgba(255, 217, 34,0.2),0 0 0 0 rgba(255, 217, 34,0.2)
    }
    80% {
        box-shadow:0 8px 10px rgba(255, 217, 34,0.3),0 0 0 30px rgba(255, 217, 34,0),0 0 0 26.7px rgba(255, 217, 34,0.067)
    }
    100% {
        box-shadow:0 8px 10px rgba(255, 217, 34,0.3),0 0 0 30px rgba(255, 217, 34,0),0 0 0 40px rgba(255, 217, 34,0.0)
    }
}

