/*   
Theme Name: Webera Template

Version: 1.0
Description: Webera original theme
Author: Amerov David

Text domain: webera
*/
:root{
    --pink-color: #f80874;
    --pink-color-hover: #b70555;
    --blue-color: #04b5ae;
    --text-color: #1e1e1e;
}
body {
    background-color: #fff;
    font-family: 'Akrobat', sans-serif;
    font-size: 1rem;
    color: var(--text-color);
}
#site{
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}
main{
    flex: 1;
}
img{
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}
a:focus{
    text-decoration: none!important;
}
.alignleft {
    float: left;
    padding: 5px 10px 5px 0;
}
.alignright {
    float: right;
    padding: 5px 0 5px 10px;
}
.aligncenter{
    display: block;
    margin: 0 auto;
}
[type=reset]:focus, 
[type=submit]:focus, 
button:focus, 
html [type=button]:focus{
    outline: none;
    text-decoration: none;
}
button, input[type="submit"]{
    cursor: pointer;
    -webkit-appearance: none;
     -moz-appearance: none;
}
input, select{
    -webkit-appearance: none;
     -moz-appearance: none;
}

@media screen and (min-width: 576px) {
    #menu,
    .mobile-open{
        display: none;
    }
}
:focus {
    outline: none;
}
.btn:active {
    transform: scale(0.97);
}
.btn {
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    transition: all .2s ease 0s;
}
.btn.focus, .btn:focus {
    box-shadow: 0 0 0 0.2rem rgba(248, 8, 116, .25);
}
.form-control:focus {
    box-shadow: 0 0 0 0.2rem rgba(248, 8, 116, .1);
}
@media (min-width: 992px){
    .modal-lg {
        max-width: 960px;
    }
}
.wpml-ls-legacy-list-horizontal a {
    padding: 5px 5px;
    color: #fff;
    font-size: 18px;
}
/*--- Header ---*/
.section-single {
    font-size: 20px;
}
#header {
    background-image: url(images/cover.jpg);
    background-size: cover;
    background-position: 0 -25px;
    position: relative;
}
.home #header{
    background-image: url(images/cover.jpg);
    background-size: cover;
    background-position: top center;
    min-height: 100vh;
    position: relative;
}
#header::before {
    content: "";
    background-image: url(images/coldfront.png);
    background-size: 100% auto;
    width: 645px;
    height: 271px;
    display: block;
    background-repeat: no-repeat;
    position: absolute;
    background-position: center;
    left: -150px;
    top: -130px;
}
.page #header .container {
    padding-bottom: 1rem!important;
}
.section-page p {
    font-size: 35px;
}
.section-page h1 {
    font-size: 55px;
    font-weight: bold;
    text-transform: uppercase;
}
.section-page {
    background-color: #f9f9f9;
    padding: 35px 0 30px;
}
.header-btn {
    background-color: var(--pink-color);
    color: #fff;
    padding: .375rem 1.05rem;
    font-size: 1.375rem;
}
.header-btn:hover{
    background-color: var(--pink-color-hover) ;
}
.header-link {
    font-size: 2.5rem;
    color: #fff;
    margin-right: 2.5rem;
    transition: all .2s ease 0s;
}
.header-link:hover {
    color: #fff;
}
.header-slogan {
    color: #fff;
    font-size: 3.25rem;
    position: relative;
    margin-top: 8rem;
    margin-right: 12.5rem;
}
.header-block{
    width: 100%;
    max-width: 350px;
    border: 1px solid #fff;
}
.header-list {
    padding: 30px 20px;
}
.header-list>li{
    font-size: 1.875rem;
}
.header-list>li::before {
    content: "";
    width: 77px;
    height: 70px;
    float: left;
    margin-right: 25px;
    margin-top: 10px;
    background-position: center center;
    background-size: auto;
    background-repeat: no-repeat;
}
.header-list>li:nth-child(1)::before{
    background-image: url(images/header/icon1.png);
}
.header-list>li:nth-child(2)::before{
    background-image: url(images/header/icon2.png);
}
.header-list>li:nth-child(3)::before{
    background-image: url(images/header/icon3.png);
}
.header-sale{
    font-size: 1.875rem;
    background-color: var(--pink-color);
    padding: 0 15px;
}
.header-sale span{
    font-size: 2.9375rem;
}
.header-btn.header-btn-outline {
    outline: 1px solid #fff;
    font-size: 1.9375rem;
    outline-offset: -7px;
    padding: .375rem 1.45rem;
}
/*--- Main ---*/
.site-title{
    font-size: 2.5rem;
}
.site-title.background-blue span {
    background-color: var(--blue-color);
    color: #fff;
    display: inline-block;
    padding: 5px 20px 10px;
    font-weight: lighter;
}
.priceold {
    font-size: 20px;
}
.site-subtitle{
    font-size: 1.5rem;
    color: #000;
    font-weight: lighter;
}
.site-title a {
    color: #000;
}
.site-title i {
    position: relative;
    color: #fff;
    padding: 2px 20px;
    font-style: normal;
}
.site-title i::before {
    background-color: var(--pink-color);
    color: #fff;
    border-radius: 0px 30px 0px 30px;
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    height: 100%;
    z-index: -1;
    transform: rotate(-2deg);
}
.prices-cond-wrap,
.prices-cond-wrap-blog {
    margin-bottom: 40px;
}
.prices-cond-wrap>a,
.prices-cond-wrap-blog>a{
    overflow: hidden;
}
.prices-cond-wrap:hover img,
.prices-cond-wrap-blog:hover img {
    transform: scale(1.1);
}
.prices-cond-wrap img,
.prices-cond-wrap-blog img {
    transition: transform 2s ease 0s;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}
.prices-cond-wrap figcaption,
.prices-cond-wrap-blog figcaption {
    font-size: 1.875rem;
    position: relative;
}
.prices-cond-wrap figcaption a,
.prices-cond-wrap-blog figcaption a {
    position: relative;
    z-index: 99;
    color: var(--text-color);
    border: 3px solid var(--pink-color);
    width: calc(100% - 30px);
    margin: -40px auto 0;
    padding: 40px 0 20px;
    transition: all .3s ease 0s;
}
.prices-cond-wrap figcaption a:hover,
.prices-cond-wrap-blog figcaption a:hover {
    background-color: var(--pink-color);
    color: #fff;
    text-decoration: none;
    padding: 20px 0;
}
/*-- Download price --*/
.download-price{

    background-size: cover;
    background-position: center;
    padding: 33px 0;
	
	background-color:#f7f7f7;
}
.price-button {
    background-color: var(--pink-color);
    font-size: 24px;
    color: #fff;
    padding: 14px 32px;
    transition: all .3s ease 0s;
}
.price-button:hover{
    text-decoration: none;
    background-color: var(--pink-color-hover);
    color: #fff;
}
.slide-brends .slider-item {
    padding: 0 15px;
}
.slide-brends .slider-item img {
    min-height: 50px;
    width: auto;
    display: block;
    margin: 0 auto;
    max-height: 70px;
}
/*-- Products slider --*/
.text-throught {
    text-decoration: line-through;
}
.slide-item.slick-slide img {
    display: block;
    height: 100px;
    width: auto;
}
.slide-item.slick-slide img.reviews-images {
    height: initial;
}
.slide-item-title {
    font-size: 23px;
    color: var(--text-color);
    min-height: 68px;
}
.slide-item-title:hover{
    color: var(--text-color);
}
.slick-dots {
    text-align: center;
    margin: 25px auto 0;
    list-style: none;
    font-size: 0;
    padding: 0;
}
.slick-dots li{
    display: inline-block;
    margin: 0 2px;
}
.slick-dots li button{
    width: 15px;
    height: 15px;
    border: none;
    background-color: var(--blue-color);
	border-radius: 50%;
	transition: all .3s ease 0s;
}
.slick-dots li.slick-active button {
    box-shadow: inset 0 0 0px 3px var(--blue-color);
    background-color: transparent;
}
.priceact {
    position: relative;
    color: #fff;
    padding: 2px 20px;
    font-weight: bold;
    font-size: 23px;
}
.priceact::before {
    background-color: var(--pink-color);
    color: #fff;
    border-radius: 0px 30px 0px 30px;
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    height: 100%;
    z-index: -1;
    transform: rotate(-2deg);
}
.modal .priceact::before{
    z-index: 1;
}
.modal .priceact span {
    position: relative;
    z-index: 10;
}
.btn-details,
.btn-sale{
	font-size: 23px;
	color: var(--text-color);
    transition: all .2s ease 0s;
}
.btn-sale {
    border: 1px solid var(--pink-color);
    padding: 4px 27px 8px;
}
.btn-details:hover,
.btn-sale:hover{
	color: var(--text-color);
}
.btn-sale:hover {
    text-decoration: none;
    background-color: var(--pink-color-hover);
    color: #fff;
    border-color: var(--pink-color-hover);
}
/*-- cooperation --*/
.cooperation{
	background-image: url(images/cooperation.jpg);
    background-size: cover;
    background-position: center;
}
.cooperation-title{
	font-size: 29px;
}
.cooperation-wrap{
	font-size: 22px;
}
.cooperation-wrap img {
    height: 100px;
    width: auto;
    margin-bottom: 30px;
}
/*-- Choose order --*/
.choose-order{
	font-size: 30px;
	font-weight: lighter;
	line-height: 35px;
}
.know-choose .form-control {
    font-size: 25px;
    border-color: var(--pink-color);
}
.know-choose .btn {
    font-size: 25px;
    background-color: var(--pink-color);
    color: #fff;
    padding: 10px 0;
}
.know-choose .btn:hover{
	background-color: var(--pink-color-hover);
}
.know-choose-call{
	font-size: 30px;
	font-weight: lighter;
}
.know-choose-phone{
	font-size: 40px;
	color: var(--text-color);
}
.know-choose-phone:hover{
	color: var(--text-color);
}
.know-choose{
	overflow: hidden;
}
.choise-left::before {
    content: "";
    position: absolute;
    height: 622px;
    top: 0;
    z-index: -1;
    right: calc(-55% + -22px);
    width: 100vw;
    background-image: url(images/choise-img.jpg);
    background-size: contain;
    background-position: center right;
    background-repeat: no-repeat;
}
/*-- Examples work --*/
.examples-work{

}
.gallery {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}
.gallery-columns-4 .gallery-item{
	padding-right: 15px;
	padding-left: 15px;
	flex: 0 0 25%;
	max-width: 25%;
	margin-bottom: 30px;
}
.gallery-icon>a {
    display: block;
    position: relative;
    z-index: 99;
}
.gallery-icon>a::after {
    content: "";
    opacity: 0;
    transition: all .1s ease 0s;
    backface-visibility: hidden;
}
.gallery-icon>a:hover::after {
    content: "\f00e";
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
    font: normal normal normal 35px/1 FontAwesome;
    color: rgba(255, 255, 255, .6);
    text-align: center;
    line-height: 245px;
    opacity: 1;
}
/*-- Why we --*/
.why-we{
    background-image: url(images/why-we.jpg);
    background-size: cover;
    background-position: center;
}
.list-why-we{

}
.list-why-we li{
    margin-bottom: 15px;
}
.list-why-we li strong::before {
    content: "";
    display: inline-block;
    width: 80px;
    height: 90px;
    background-size: auto;
    background-position: center;
    background-repeat: no-repeat;
    float: left;
    margin-right: 30px;
}
.list-why-we li:nth-child(1) strong::before{
    background-image: url(images/why/1.png);
}
.list-why-we li:nth-child(2) strong::before{
    background-image: url(images/why/2.png);
}
.list-why-we li:nth-child(3) strong::before{
    background-image: url(images/why/3.png);
}
.list-why-we li:nth-child(4) strong::before{
    background-image: url(images/why/4.png);
}
.list-why-we li:nth-child(5) strong::before{
    background-image: url(images/why/5.png);
}
.list-why-we li:nth-child(6) strong::before{
    background-image: url(images/why/6.png);
}
.list-why-we li:last-child{
    margin-bottom: 0;
}
.list-why-we li strong{
    display: block;
    font-size: 30px;
}
.list-why-we li span{
    font-size: 22px;
}
.why-promo {
    background-color: var(--pink-color);
    color: #fff;
    padding: 25px 0 25px 21px;
    position: relative;
}
.why-promo::before {
    content: "";
    height: 100%;
    width: 1px;
    border: 1px dashed #fff;
    position: absolute;
    left: 20px;
    top: 0;
}
.why-promo h4{
    font-size: 47px;
}
.why-promo p{
    font-size: 19px;
}
/*-- Reviews --*/
.slide-reviews .slide-item {
    margin: 15px 50px;
}
.slide-reviews .slide-item::after {
    content: "";
    position: absolute;
    background-image: url(images/review-back.jpg);
    background-size: auto;
    background-position: left top;
    width: 50%;
    height: 100%;
    top: -50px;
    z-index: -1;
    left: -30px;
}
.slide-reviews .slide-item .row {
    padding: 30px 15px;
    background-color: #fff;
    z-index: 99;
    border: 3px solid var(--pink-color);
}
.slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: transparent;
    border: none;
    font-size: 0;
}
.slick-prev.slick-arrow{
    left: -30px;
}
.slick-next.slick-arrow{
    right: -30px;
}
.slick-arrow::before{
    font: normal normal normal 50px/1 FontAwesome;
    color: var(--pink-color);
}
.slick-prev.slick-arrow::before{
    content: "\f104";
}
.slick-next.slick-arrow::before{
    content: "\f105";
}
.reviews-text {
    font-size: 22px;
}
.review-title{
    font-size: 20px;
}
/*--Footer--*/
.list-contacts li {
    font-size: 30px;
    margin-bottom: 30px;
}
.list-contacts li:last-child {
    margin-bottom: 0;
}
.list-contacts li a{
    color: var(--text-color);
    display: inline-block;
}
.padding-55{
    margin-left: 55px;
}
.list-contacts li .fa {
    margin-right: 15px;
    vertical-align: bottom;
    font-size: 40px;
    color: var(--blue-color);
}
.footer-btn {
    background-color: var(--pink-color);
    color: #fff;
    font-size: 25px;
    padding: 9px 0;
}
.footer-btn:hover {
    background-color: var(--pink-color-hover);
}
.privacy-policy{
    color: var(--text-color);
}
.privacy-policy:hover{
    color: var(--text-color);
}
.blog .prices-cond-wrap-blog figcaption a {
    font-size: 19px;
}
.blog-link:hover,
.breadcrumbs a:hover {
    color: #000;
}
.breadcrumbs a {
    color: #000;
}
.promo-end{
    font-size: 21px;
}
.time-promo {
    font-size: 18px;
    position: relative;
}
.title-promo{
    font-size: 24px;
}
.countdown-row{
    display: flex;
    justify-content: center;
}
.countdown-section{
    flex: 0 0 22%;
    max-width: 22%;
    background-color: var(--blue-color);
    text-align: center;
    color: #fff;
    display: block;
    padding: 5px 0;
    font-size: 35px;
    font-weight: bold;
    margin: 0 10px;
}
.why-promo .countdown-section{
    background-color: var(--pink-color-hover);
}
.countdown-period{
    display: block;
}
.countdown-period{
    font-size: 19px;
    text-transform: uppercase;
}
.modal .btn {
    background-color: var(--pink-color);
    color: #fff;
    font-size: 25px;
}
.modal.fade .modal-dialog {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
}
.modal.show .modal-dialog {
    -webkit-transform: scale(1);
    transform: scale(1);
}
.modal .form-control {
    font-size: 18px;
}
.modal-post {
    font-size: 18px;
}
#viber-open {
	z-index: 99999;
    position: fixed;
    bottom: 40px;
    right: 40px;
    width: 65px;
    height: 65px;
    border-radius: 50%;
    background-color: var(--blue-color);
    background-repeat: no-repeat;
    background-position: 45% 45%;
    cursor: pointer;
    transition: .5s;
    -webkit-animation: viber-open 1s infinite linear;
    -o-animation: viber-open 1s infinite linear;
    animation: viber-open 1s infinite linear;
    background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAYAAAAeP4ixAAAACXBIWXMAAAsTAAALEwEAmpwYAAABNmlDQ1BQaG90b3Nob3AgSUNDIHByb2ZpbGUAAHjarY6xSsNQFEDPi6LiUCsEcXB4kygotupgxqQtRRCs1SHJ1qShSmkSXl7VfoSjWwcXd7/AyVFwUPwC/0Bx6uAQIYODCJ7p3MPlcsGo2HWnYZRhEGvVbjrS9Xw5+8QMUwDQCbPUbrUOAOIkjvjB5ysC4HnTrjsN/sZ8mCoNTIDtbpSFICpA/0KnGsQYMIN+qkHcAaY6addAPAClXu4vQCnI/Q0oKdfzQXwAZs/1fDDmADPIfQUwdXSpAWpJOlJnvVMtq5ZlSbubBJE8HmU6GmRyPw4TlSaqo6MukP8HwGK+2G46cq1qWXvr/DOu58vc3o8QgFh6LFpBOFTn3yqMnd/n4sZ4GQ5vYXpStN0ruNmAheuirVahvAX34y/Axk/96FpPYgAAACBjSFJNAAB6JQAAgIMAAPn/AACA6AAAUggAARVYAAA6lwAAF2/XWh+QAAAB/ElEQVR42uya7W3CMBCG31QM4A1aNggTlG6QbpBMkHYC1AloJ4BOABuEDcgGtBOETnD9c1ERCH/lwxeaV8oPFGP86Hy+DxMREW5Bd7gRjSDSNGn4/RiAOvm8C0ZCRD5PSkQVXSr1nK/xE3mcWimA1ZV3JYBZCIO4giQANoYxMwYS6+xKY4lT5dJPreWZY+uspqSCKPYN27GJVBDXheVSQe494ksiEWTuMXcu1dld9SARxDX1OAJ4lgjy4zDnFsC076A4adEiRwAZg4hOUSpNoCsBPDGM+HqkNGynYBCuILuWj+dgWysGsNe8nwL4GsrW0m2fxZBq9rW0rNcX5MOQ9eZD8JFahcG5g/iKT671alGAYQggpYWvpEPYWrU/HDTOfeRIX0q2SL3QN4tGhZJukVobQyXYWw7WtLDKDIuM+ZSzscyCE9PCy5IttCvnZNaeiGLNHKuz8ZVh/MXTVu/1xQKmIqLEAuJ0fNo3iG5B51oSkeKnsBi/4bG9gYB/lCytU5G9DryFW+3Gm+JLwU7ehbJrwTjq4DJU8bHcVbEV9dXXqqP6uqO5e2/QZRYJpqu2IUAA4B3tXvx8hgKp05QZW6dJqrLTNkB6vrRURLRwPHqtYgkC3cLWQAcDQGGKH13FER/NATzi786+BPDNjm1dMkfjn2pGkBHkf4D8DgBJDuDHx9BN+gAAAABJRU5ErkJggg==);
}
@keyframes viber-open {   
    25%   {transform:rotate(30deg);}
    75%   {transform:rotate(-15deg);}
    100%  {transform:rotate(0deg);}
    }
@keyframes viber-pulse-bg {   
    50%   {transform:scale(1.2);}
    100%  {transform:scale(1);}
}
@keyframes viber-pulse-border{   
    25%   {transform:scale(1.2);}
    75%   {transform:scale(.8);}
    100%  {transform:scale(1);}
}
.pulse-border {
    width: 110px;
    height: 110px;
    position: fixed;
    bottom: 17px;
    right: 17px;
    border-radius: 50%;
    border: 1px solid var(--blue-color);
    transition: .5s;
    -webkit-animation: viber-pulse-border 2s infinite linear;
    -o-animation: viber-pulse-border 2s infinite linear;
    animation: viber-pulse-border 2s infinite linear;
    z-index: 999;
}
.pulse-bg {
    width: 80px;
    height: 80px;
    position: fixed;
    z-index: 9999;
    right: 33px;
    bottom: 33px;
    border-radius: 50%;
    opacity: .5;
    background-color: var(--blue-color);
    transition: .5s;
    box-shadow: 4px 5px 11px rgba(0, 0, 0, .3);
    -webkit-animation: viber-pulse-bg 2s infinite linear;
    -o-animation: viber-pulse-bg 2s infinite linear;
    animation: viber-pulse-bg 2s infinite linear;
}

.hidden{
    visibility: hidden;
}

.minitext {
    margin-top: 30px;
    padding: 30px 0;
}
.minitext .container {
    position: relative;
}
.minitext .main_text {
    padding: 0 9rem 0 0;
    text-align: justify;
    max-height: 9rem;
    overflow: hidden;
    font-size: 18px;
}
.minitext.opened .main_text {
    max-height: none;
}
.minitext__control {
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    border: 1px solid #ccc;
    position: absolute;
    top: 0;
    right: 3rem;
    cursor: pointer;
    transition: all .3s linear;
}
.minitext__control:after, .minitext__control:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    background: #797979;
    transition: all .3s linear;
    transform: none;
}
.minitext__control:before {
    width: 11px;
    height: 3px;
    margin: -1px 0 0 -5px;
}
.minitext__control:after {
    width: 3px;
    height: 11px;
    margin: -5px 0 0 -1px;
}
.minitext.opened .minitext__control:after {
    opacity: 0;
}