/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */button,hr,input{overflow:visible}progress,sub,sup{vertical-align:baseline}[type=checkbox],[type=radio],legend{box-sizing:border-box;padding:0}html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}details,main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:ButtonText dotted 1px}fieldset{padding:.35em .75em .625em}legend{color:inherit;display:table;max-width:100%;white-space:normal}textarea{overflow:auto}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}[hidden],template{display:none}
body{
    
    cursor: url('../../../../../image/cursor.cur'), default;
}
body.lock{
    overflow: hidden;
}
html, body {
    height: 100%;
}
*::-webkit-scrollbar{
    width: 5px;
}
.breadcrumb::-webkit-scrollbar{
    height: 3px;
}
*::-webkit-scrollbar-thumb{
    background-color: #fbc2eb;
}
*::-webkit-scrollbar-track{
    background-color: #F4F2EF;
}
.header{
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    box-shadow: 0 13px 29px 0 rgba(110, 110, 110, 0.1), 0 53px 53px 0 rgba(110, 110, 110, 0.09), 0 119px 71px 0 rgba(110, 110, 110, 0.05), 0 211px 84px 0 rgba(110, 110, 110, 0.01), 0 329px 92px 0 rgba(110, 110, 110, 0);
}
.header__logo{
    max-width: 250px;
    margin-right: 20px;
}
.header__wrapper{
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    height: 80px;
}
.header__content{
    display: flex;
    align-items: center;
}
.container{
    width: 100%;
    max-width: 1396px;
}
.page{
    padding-top: 80px;
}
button{
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
    border: none;
    background-color: #fff;
    box-shadow: none;
}
.language-selecttor{
    padding: 10px;
    font-weight: 700;
    font-size: 14px;
    color: #000;
    transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s;
}
.language-selecttor:hover, .language-selecttor:focus, .language-selecttor:active{
    color: #634C92;
}
.dropdown__languages{
    min-width: 1px;
    width: 100%;
    padding: 5px;
}
.language-select{
    font-weight: 500;
    font-size: 14px;
    color: #000;
    padding: 5px 10px;
    width: 100%;
    justify-content: center;
    border: 1px solid transparent;
    transition: .4s;
    border-radius: 5px;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    margin-bottom: 5px;
    -o-border-radius: 5px;
}
.language-select:hover, .language-select:focus, .language-select:active{
    border: 1px solid #634C92;
    color: #634C92;
}
.header__menu--button{
    font-weight: 700;
    font-size: 14px;
    color: #000;
    padding: 10px;
}
.header__menu--button svg{
    margin-right: 5px;
    transition: 1s;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -ms-transition: 1s;
    -o-transition: 1s;
}
.header__menu--button span{
    transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s;
}
.header__menu--button:hover, .header__menu--button:focus, .header__menu--button:active{
    color: #634C92;
}
.header__menu--button:hover svg path, .header__menu--button:focus svg path, .header__menu--button:active svg path{
    fill:#634C92;
}
.header__menu--button:hover svg, .header__menu--button:focus svg, .header__menu--button:active svg{
    transform: rotate(220deg);
    -webkit-transform: rotate(220deg);
    -moz-transform: rotate(220deg);
    -ms-transform: rotate(220deg);
    -o-transform: rotate(220deg);
}
form{
    margin: 0;
}
.header__link a{
    position: relative;
    width: 105px;
    height: 40px;
    display: flex;
    border-radius: 20px;
    background: linear-gradient(90deg, #a18cd1 0%, #fbc2eb 100%);
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 14px;
    color: #fff;
    transition: 2.4s;
    -webkit-transition: 2.4s;
    -moz-transition: 2.4s;
    -ms-transition: 2.4s;
    -o-transition: 2.4s;
    margin: 0 20px;
}
.header__link a span{
    position: relative;
    z-index: 2;
}
.header__link a svg{
    margin-right: 5px;
    position: relative;
    z-index: 2;
}
.header__link a::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 20px;
    background: linear-gradient(90deg, #a18cd1 0%, #fbc2eb 100%);
    transform: rotate(180deg);
    z-index: 1;
    opacity: 0;
    transition: 1s;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -ms-transition: 1s;
    -o-transition: 1s;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}
.header__link a:hover::before, .header__link a:focus::before, .header__link a:active::before{
    opacity: 1;
}
.head-ico{
    position: relative;
}
#cart-total{
    width: 14px;
    height: 14px;
    position: absolute;
    top: 0;
    right: -5px;
    background-color: #400140;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    color: #fff;
    font-size: 8px;
    line-height: 1;
}
.hero__wrapper{
    width: 100%;
    height: 700px;
    background-position: left bottom;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
}
.hero__product{
    max-width: 1150px;
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    right: 0;
    transform: translate3d(100%, -100%, 0);
    -webkit-transform: translate3d(100%, -100%, 0);
    -moz-transform: translate3d(100%, -100%, 0);
    -ms-transform: translate3d(100%, -100%, 0);
    -o-transform: translate3d(100%, -100%, 0);
    transition: 2s;
    -webkit-transition: 2s;
    -moz-transition: 2s;
    -ms-transition: 2s;
    -o-transition: 2s;
}
.hero__product.animate{
    transform: translate3d(0, 3%, 0);
    -webkit-transform: translate3d(0, 3%, 0);
    -moz-transform: translate3d(0, 3%, 0);
    -ms-transform: translate3d(0, 3%, 0);
    -o-transform: translate3d(0, 3%, 0);
}
.hero__content{
    max-width: 870px;
    height: auto;
    transform: translate3d(-100%, 100%, 0);
    -webkit-transform: translate3d(-100%, 100%, 0);
    -moz-transform: translate3d(-100%, 100%, 0);
    -ms-transform: translate3d(-100%, 100%, 0);
    -o-transform: translate3d(-100%, 100%, 0);
    position: relative;
    z-index: 2;
    transition: 2s;
    -webkit-transition: 2s;
    -moz-transition: 2s;
    -ms-transition: 2s;
    -o-transition: 2s;
}
.hero__content.animate{
    transform: translate3d(40%, 20%, 0);
    -webkit-transform: translate3d(40%, 20%, 0);
    -moz-transform: translate3d(40%, 20%, 0);
    -ms-transform: translate3d(40%, 20%, 0);
    -o-transform: translate3d(40%, 20%, 0);
}
.hero__title{
    position: relative;
    font-family: 'Pacifico';
    font-size: 128px;
    line-height: 1.09;
    color: #fff;
    text-shadow: 
    3px 6px 15px rgba(0, 0, 0, 0.1),
    11px 25px 27px rgba(0, 0, 0, 0.09),
    25px 56px 37px rgba(0, 0, 0, 0.05),
    45px 99px 44px rgba(0, 0, 0, 0.01),
    70px 155px 48px rgba(0, 0, 0, 0.1);
    margin-bottom: 60px;
}
.hero__buttons{
    display: flex;
}
.hero__button{
    border-radius: 20px;
    background-color: #60cc0b;
    font-weight: 700;
    font-size: 16px;
    color: #fff;
    height: 40px;
    padding: 0 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;    
    transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s;
    margin-right: 13px;
}
.hero__button:hover, .hero__button:focus, .hero__button:active{
    background-color: #53bb04;
    box-shadow: rgba(96, 204, 11, 0.3) 0px 8px 24px;
}
.hero__link{
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 14px;
    line-height: 1.5;
    color: #fff;
    border: 1px solid rgba(151, 151, 151, 0.2);
    border-radius: 68px;
    padding: 0 20px;
    height: 40px;
    background-color: rgba(0, 0, 0, 0.1);
    transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s;
}
.hero__link svg{
    margin-right: 8px;
    transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s;
}
.hero__link:hover, .hero__link:focus, .hero__link:active{
    color: #fff;
    background-color: rgba(0, 0, 0, 0.5);
    border: 1px solid rgba(151, 151, 151, 0.4);
}
.hero__link:hover svg, .hero__link:focus svg, .hero__link:active svg{
    transform: rotate(-240deg);
    -webkit-transform: rotate(-240deg);
    -moz-transform: rotate(-240deg);
    -ms-transform: rotate(-240deg);
    -o-transform: rotate(-240deg);
}
.hero__title::before{
    content: '';
    width: 51px;
    height: 51px;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 51 48' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20.0594 0.818545C21.2642 1.95593 21.3188 3.85464 20.1815 5.05943L8.45561 17.4801C6.87854 19.1507 6 21.3611 6 23.6584V30H15C16.6569 30 18 31.3432 18 33V45C18 46.6569 16.6569 48 15 48H3C1.34315 48 0 46.6569 0 45V23.6584C0 19.8295 1.46423 16.1455 4.09269 13.3613L15.8185 0.940585C16.9559 -0.264203 18.8546 -0.318842 20.0594 0.818545Z' fill='white' /%3E%3Cpath d='M50.0594 0.818546C51.2642 1.95593 51.3188 3.85464 50.1815 5.05943L38.4556 17.4801C36.8785 19.1507 36 21.3611 36 23.6584V30H45C46.6569 30 48 31.3432 48 33V45C48 46.6569 46.6569 48 45 48H33C31.3431 48 30 46.6569 30 45V23.6584C30 19.8295 31.4642 16.1455 34.0927 13.3613L45.8185 0.940586C46.9559 -0.264203 48.8546 -0.318842 50.0594 0.818546Z' fill='white' /%3E%3C/svg%3E");
    position: absolute;
    top: 0;
    left: -60px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.hero__price{
    width: 91px;
    height: 91px;
    background-color: #60CC0B;
    display: flex;
    padding: 10px;
    flex-direction: column;
    justify-content: center;
    font-weight: 700;
    font-size: 24px;
    line-height: 1;
    color: #fff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    position: absolute;
    right: 15%;
    bottom: 10px;
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transition: 1.2s;
    -webkit-transition: 1.2s;
    -moz-transition: 1.2s;
    -ms-transition: 1.2s;
    -o-transition: 1.2s;
}
.hero__old{
    font-weight: 300;
    text-decoration: line-through;
    font-size: 14px;
}
.animate .hero__price{
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
}
.text__block{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 40px 15px;
}
.text__block--title, .text__block--content{
    max-width: 730px;
    text-align: center;
}
.text__block--title{
    font-size: 64px;
    text-align: center;
    color: #634c92;
    font-family: 'Pacifico';
    margin-bottom: 50px;
}
.text__block--content p{
    font-weight: 300;
    font-size: 16px;
    line-height: 1.8;
    position: relative;
    margin-bottom: 30px;
}
.text__block--content b{
    font-style: italic;
}
.text__block--content p::after{
    position: absolute;
    bottom: -30px;
    content: '***';
    color: #60CC0B;
    font-size: 14px;
    line-height: 1;
    font-weight: 500;
    text-align: center;
    left: 50%;
    transform: translateX(-50%);
}
::selection {
  background: #fbc2eb;
}
.advantages__icon{
    width: 85px;
    height: auto;
    margin-right: 10px;
    position: relative;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
}
.icon__main{
    max-width: 75px;
    position: relative;
    z-index: 2;
    animation: scale 2.8s infinite alternate;
    -webkit-animation: scale 2.8s infinite alternate;
}
.advantages__item:nth-child(even) .icon__main{
  animation-delay: 1s;
}
.advantages__item:nth-child(odd) .icon__main{
  animation-delay: 3s;
}
.advantages__title{
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 5px;
    line-height: 1;
}
.advantages__text{
    font-weight: 300;
    height: 51px;
    overflow: hidden;
}
.advantages__item{
    width: calc(100% / 3 - 25px);
    min-width: 420px;
    margin: 0 auto 15px auto;
    display: flex;
    align-items: center;
}
.advantages__wrapper{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.advantages{
    padding-top: 100px;
    padding-bottom: 120px;
}
.feautured__product{
    width: 100%;
    max-width: 525px;
    margin: 0 15px;
}
.feautured__product--bottom{
    border-radius: 40px;
    backdrop-filter: blur(30px);
    background: rgba(255, 255, 255, 0.6);
    padding: 160px 80px 30px 80px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: 2s;
    -webkit-transition: 2s;
    -moz-transition: 2s;
    -ms-transition: 2s;
    -o-transition: 2s;
}
.feautured__product--bottom>h4{
    text-align: center;
}
.feautured__product--bottom>h4>a{
    font-size: 24px;
    letter-spacing: -0.02em;
    text-align: center;
    color: #000;
    font-family: 'Comfortaa';
    font-weight: 700;
}
.feautured__product--bottom span{
    display: block;
    margin: 10px 0;
    font-weight: 300;
    line-height: 137%;
}
p.price{
    display: block;
}
p.price span{
    font-weight: 700;
    font-size: 20px;
    color: #1e1e1e;
}
p.price span.price-old{
    font-weight: 300;
    font-size: 14px;
    text-decoration: line-through;
}
button.button__buy{
    width: 100%;
    max-width: 295px;
    height: 49px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 30px;
    background: #60CC0B;
    position: relative;
    overflow: hidden;
    font-family: 'Comfortaa';
    font-weight: 700;
    font-size: 16px;
    letter-spacing: -0.02em;
    color: #fff;
}
button.button__buy>span{
    position: relative;
    z-index: 2;
    margin: 0;
}
button.button__buy::before{
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    opacity: 0;
    transition: 1.4s;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    background: #60CC0B;
    -webkit-transition: 1.4s;
    -moz-transition: 1.4s;
    -ms-transition: 1.4s;
    -o-transition: 1.4s;
}
button.button__buy:hover::before, button.button__buy:focus::before, button.button__buy:active::before{
    opacity: 1;
}
.feautured__product-top{
    position: relative;
    width: fit-content;
    margin: 0 auto;
    z-index: 2;
    margin-bottom: -160px;
}
.feautured__product--image{
    position: relative;
}
.feautured__product--image img{
    max-width: 280px;
}
.feautured__product--image>a{
    overflow: hidden;
}
/* .feautured__product--image>a>img{
    transform: scale(0.99);
    -webkit-transform: scale(0.99);
    -moz-transform: scale(0.99);
    -ms-transform: scale(0.99);
    -o-transform: scale(0.99);
    transition: 3.4s;
    -webkit-transition: 3.4s;
    -moz-transition: 3.4s;
    -ms-transition: 3.4s;
    -o-transition: 3.4s;
}
.feautured__product:hover .feautured__product--image>a>img{
    transform: scale(0.95);
    -webkit-transform: scale(0.95);
    -moz-transform: scale(0.95);
    -ms-transform: scale(0.95);
    -o-transform: scale(0.95);
} */
.feautured__product:hover .feautured__product--bottom{
    background: rgba(251, 194, 235, .6);
}
.product__sticker{
    position: absolute;
    left: 10px;
    bottom: -5px;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background-color: rebeccapurple;
}
.product__languages--item img,
.product__sticker img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.product__languages{
    display: flex;
    position: absolute;
    right: 5px;
    bottom: -5px;
}
.product__languages--item{
    width: 35px;
    height: 35px;
    background-color: rebeccapurple;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    margin-left: 9px;
}
.feautured{
    padding-top: 110px;
    padding-bottom: 150px;
    background-image: url('/image/feautured.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.feautured__wrapper{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.text__about--wrapper{
    display: grid;
    grid-template-columns: 670px 1fr;
    column-gap: 80px;
    place-items: center;
}
.text__about--images{
    position: relative;
}
.text__about--images .to__animate{
    opacity: 0;
    transition: 12s;
    -webkit-transition: 12s;
    -moz-transition: 12s;
    -ms-transition: 12s;
    -o-transition: 12s;
}
.text__about--images .animate{
    opacity: 1;
}
.text__about--image{
    position: absolute;
    bottom: 0;
    right: 0;
}
.text__about--content .text__block--title{
    font-size: 40px;
    text-align: left;
    padding-left: 40px;
    position: relative;
    margin-bottom: 30px;
}
.text__about--content .text__block--title:before{
    content: '';
    width: 82px;
    height: 82px;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 82 82' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='82' height='82' rx='15' fill='%23FFEBFC'/%3E%3Cpath d='M36.512 14.5989C37.8841 15.8943 37.9463 18.0567 36.6509 19.4288L23.2965 33.5746C21.5004 35.4772 20.4998 37.9946 20.4998 40.611V47.8334H30.7498C32.6368 47.8334 34.1665 49.3631 34.1665 51.25V64.9167C34.1665 66.8037 32.6368 68.3334 30.7498 68.3334H17.0832C15.1962 68.3334 13.6665 66.8037 13.6665 64.9167V40.611C13.6665 36.2503 15.3341 32.0546 18.3276 28.8837L31.6821 14.7379C32.9774 13.3658 35.1398 13.3036 36.512 14.5989Z' fill='white'/%3E%3Cpath d='M70.6786 14.5989C72.0507 15.8943 72.113 18.0567 70.8176 19.4288L57.4632 33.5746C55.6671 35.4772 54.6665 37.9946 54.6665 40.611V47.8334H64.9165C66.8035 47.8334 68.3332 49.3631 68.3332 51.25V64.9167C68.3332 66.8037 66.8035 68.3334 64.9165 68.3334H51.2498C49.3629 68.3334 47.8332 66.8037 47.8332 64.9167V40.611C47.8332 36.2503 49.5008 32.0546 52.4943 28.8837L65.8487 14.7379C67.1441 13.3658 69.3065 13.3036 70.6786 14.5989Z' fill='white'/%3E%3C/svg%3E%0A");
    position: absolute;
    top: -20px;
    left: 0;
    z-index: 1;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.text__about--content .text__block--title span{
    position: relative;
    z-index: 2;
}
.text__about--content .text__block--content p{
    text-align: justify;
}
.read__more--text {
    height: auto;
    max-height: 150px;
    overflow: hidden;
    margin-bottom: 25px;
    transition-delay: 0;
    transition: max-height 1.5s ease-in-out;
    -webkit-transition: max-height 1.5s ease-in-out;
    -moz-transition: max-height 1.5s ease-in-out;
    -ms-transition: max-height 1.5s ease-in-out;
    -o-transition: max-height 1.5s ease-in-out;
}
.read__more--text.read__more--text--disabled{
    max-height: unset;
}
.read__more--button button,
.read__more--button a{
    border-radius: 20px;
    height: 40px;
    padding: 0 25px;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    font-weight: 700;
    font-size: 14px;
    color: #fff;
    background: linear-gradient(90deg, #a18cd1 0%, #fbc2eb 100%);
}
.read__more--button a{
    max-width: 105px;
    justify-content: center;
}
.read__more--button button::before,
.read__more--button a::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, #a18cd1 0%, #fbc2eb 100%);
    transform: rotate(180deg);
    z-index: 1;
    opacity: 0;
    transition: 1s;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -ms-transition: 1s;
    -o-transition: 1s;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}
.read__more--button button span,
.read__more--button a span{
    position: relative;
    z-index: 2;
}
.read__more--button button:hover::before, .read__more--button button:focus::before, .read__more--button button:active::before,
.read__more--button a:hover::before, .read__more--button a:focus::before, .read__more--button a:active::before{
    opacity: 1;
}
.blog__slide{
    max-width: 326px;
    overflow: hidden;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    height: 100%;
    margin: 0 auto;
}
.product-list .blog__slide{
    height: auto;
    margin-bottom: 15px;
}
.page__wrapper--latest{
    padding-bottom: 50px;
}
.swiper-wrapper{
    height: auto !important;
}
.blog__slide--bottom{
    background-color: #F9F9F9;
    padding: 10px 25px 15px 25px;
}
.blog__news--list{
    width: 100%;
    overflow: hidden;
}
.swiper-button-disabled{
    opacity: .5;
}
.blog__news--title.text__block--title{
    max-width: 100%;
    margin-bottom: 25px;
    font-size: 40px;
}
.blog__news--navigation{
    display: flex;
    align-items: center;
    position: absolute;
    right: 0;
    top: 10px;
}
.blog__news--next{
    margin-left: 10px;
}
.blog__news--wrapper{
    position: relative;
}
.blog__news{
    padding: 100px 0;
}
.blog__slide--title{
    font-size: 14px;
    line-height: 143%;
    color: #6e6e6e;
    margin-bottom: 6px;
    height: 40px;
    overflow: hidden;
}
.blog__slide--link{
    display: flex;
    align-items: center;
    font-weight: 700;
    color: #000;
}
.blog__slide--link:hover{
    color: #000;
}
.blog__slide--link svg{
    width: 25px;
    height: 9px;
    margin-left: 10px;
    transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s;
}
.blog__news--item:hover svg{
    margin-left: 20px;
}
.blog__news--item img{
    transition: 4s;
    -webkit-transition: 4s;
    -moz-transition: 4s;
    -ms-transition: 4s;
    -o-transition: 4s;
}
.blog__slide--top{
    overflow: hidden;
}
.blog__news--item:hover img{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}
.steps__wrapper{
    display: grid;
    grid-template-columns: 1fr 1fr;
}
.steps__title.text__block--title{
    font-size: 40px;
    margin-bottom: 15px;
}
.steps__subtitle{
    font-weight: 300;
    font-size: 14px;
    line-height: 1;
    text-align: right;
}
.steps__heading{
    max-width: 350px;
    margin: 0 auto;
}
.steps__subtitle--arrow{
    position: relative;
}
.steps__subtitle--arrow::after{
    content: '';
    position: absolute;
    top: 30%;
    left: 90%;
    width: 59px;
    height: 59px;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 75 75' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_218_383)'%3E%3Cpath d='M11.7614 59.8233C11.9644 58.1804 12.1672 56.5374 12.4143 54.5883C12.969 55.0322 13.3602 55.3171 13.7205 55.6989C21.491 63.4084 31.8874 65.0717 41.741 60.2112C48.053 57.049 52.387 52.0281 55.8193 45.9723C59.6447 39.1883 60.5909 31.8588 59.807 24.2441C59.3973 20.3244 57.7681 16.8693 55.5777 13.6621C54.9853 12.8329 54.3775 12.0518 53.4316 11.323C53.5687 11.9005 53.6264 12.5591 53.9712 12.9894C62.0275 23.8321 58.8346 42.3984 47.8842 53.046C43.603 57.2299 38.4597 59.7511 32.4829 60.3521C25.4589 61.0458 17.6959 57.3411 14 51.4654C16.466 51.2918 19.0383 52.9665 21.5765 51.0548C18.4342 50.1588 15.5992 49.3075 12.7974 48.5201C11.8582 48.2738 10.9745 48.5254 10.9394 49.4748C10.7589 52.7259 10.6912 55.9597 10.6874 59.1604C10.6743 59.3697 11.0809 59.6062 11.2777 59.829C11.3593 59.9085 11.5847 59.8736 11.7614 59.8233Z' fill='%23634C92'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_218_383'%3E%3Crect width='59.0389' height='59.0389' fill='white' transform='matrix(0.304009 -0.952669 -0.952669 -0.304009 56.2446 74.1929)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.steps__link{
    padding: 11px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-weight: 300;
    font-size: 14px;
    color: #000;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1), 0 7px 7px 0 rgba(0, 0, 0, 0.09), 0 15px 9px 0 rgba(0, 0, 0, 0.05), 0 27px 11px 0 rgba(0, 0, 0, 0.01), 0 42px 12px 0 rgba(0, 0, 0, 0);
    background: linear-gradient(90deg, #fdfbfb 0%, #ebedee 100%);
    border-radius: 35px;
    max-width: 260px;
    margin: 15px auto;
    transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s;
}
.steps__link:hover{
    color: #000;
    box-shadow: none;
}
.steps__link img{
    width: 48px;
    height: 48px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    margin-right: 24px;
    transition: .6s;
    -webkit-transition: .6ss;
    -moz-transition: .6ss;
    -ms-transition: .6ss;
    -o-transition: .6ss;
}
.steps__link:hover img{
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
}
.steps__step{
    display: flex;
    align-items: center;
    max-width: 340px;
    margin: 15px auto;
}
.steps__number{
    font-family: 'Dela Gothic One';
    font-size: 40px;
    text-transform: uppercase;
    color: #eaeaea;
    line-height: 1;
    margin-right: 10px;
    min-width: 72px;
    transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s;
}
.steps__step:hover .steps__number{
    color: #634c92;
}
.steps__steps{
    padding-top: 60px;
    padding-bottom: 60px;
}
.steps__left{
    border-right: 1px solid #cfcfcf;
}
footer{
    background-image: url(/image/footerbd.png);
    background-size: cover;
    background-position: bottom left;
    background-repeat: no-repeat;
}
.footer__wrapper{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 40px;
    padding-bottom: 50px;
}
.footer__payments{
    display: flex;
    align-items: flex-start;
    padding-bottom: 40px;
}
.footer__payments svg{
    margin-right: 10px;
}
.footer__logo img.img-responsive{
    width: 100% !important;
    max-width: 200px;
    height: auto !important;
}
.footer__logo{
    margin-bottom: 30px;
}
.footer__left{
    display: flex;
    align-items: flex-end;
}
footer h5{
    font-size: 16px;
    color: #000;
    margin-top: 0;
    margin-bottom: 10px;
    font-weight: 500;
}
.footer__right a{
    color: #000;
    font-size: 14px;
    line-height: 1.9;
    font-weight: 300;
    transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s;
}
.footer__right a:hover,
.footer__right a:focus,
.footer__right a:active{
    color: #000;
    text-decoration: underline;
}
.footer__right{
    display: flex;
    padding-top: 60px;
}
.footer__right div{
    margin-left: 30px;
}
.footer__messengers ul{
    display: flex;
    margin: 0;
}
.footer__messengers ul li{
    margin-right: 10px;
}
.footer__messengers img{
    width: 30px;
    height: 30px;
    transition: 1s;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -ms-transition: 1s;
    -o-transition: 1s;
}
.footer__messengers a:hover img,
.footer__messengers a:focus img,
.footer__messengers a:active img{
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
}
.footer__messengers h5{
    max-width: 150px;
}
.feautured__product--buttons{
width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.page__wrapper{
    padding-top: 140px;
}
.row__product{
    display: flex;
}
.row__product h1{
    font-family: 'Pacifico';
    font-size: 40px;
    color: #634C92;
    margin-top: 40px;
    margin-bottom: 25px;
}
.radio__selector{
    margin-right: 15px;
    margin-bottom: 15px;
    margin-top: 0;
}
.radio__selector:last-child{
    margin-right: 0;
}
.radio__selector input{
    display: none;
}
.radio__selector label{
    border: 1px solid #DCDCDC;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    padding: 7px 9px;
    height: 40px;
    min-width: 75px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: #000;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}
.checkbox+.checkbox, .radio+.radio{
    margin-top: 0;
}
.radio__selector label:hover,
.radio__selector label:focus,
.radio__selector label:active,
.radio__selector input[type="radio"]:checked+label{ border: 1px solid #60CC0B; } 
.options__wrapper{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.product__carousel--thumb{
    width: 137px;
    height: 137px;
    border: 1px solid transparent;
    overflow: hidden;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}
.swiper-slide-thumb-active{
    border: 1px solid #60CC0B;
}
.main-slide{
    width: 725px;
}
.product__carousel{
    display: flex;
    justify-content: space-between;
}
.product__carousel .swiper-container{
    overflow: hidden;
    position: relative;
}
.product__carousel--thumbs{
    width: 137px;
    height: 577px;
    min-width: 1px;
}
.product__carousel--slides{
    width: 577px;
    height: 577px;
}
.slider__carousel--button.swiper-button-next,
.slider__carousel--button.swiper-button-prev,
.product__carousel--button.swiper-button-next,
.product__carousel--button.swiper-button-prev{
    width: 28px;
    height: 28px;
    z-index: 10;
}
.product__carousel--button.swiper-button-next{
    bottom: 15px;
    right: 50px;
    left: unset;
    top: unset;
}
.product__carousel--button.swiper-button-prev{
    bottom: 15px;
    right: 88px;
    left: unset;
    top: unset;
}
.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after,
.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after{
    content: '';
}
.data-product{
    padding-left: 80px;
}
.row__information--title{
    color: #634C92;
    font-weight: 500;
    font-size: 40px;
    font-family: 'Comfortaa';
}
.product__reviews--top{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 43px;
}
.slider__slider--buttons{
    display: flex;
    align-items: center;
}
.slider__slider--buttons .swiper-button-prev,
.slider__slider--buttons .swiper-button-next{
    position: unset;
    margin: 0;
}
.slider__slider--buttons .swiper-button-prev{
    margin-right: 10px;
}
.review__item--top{
    display: flex;
    align-items: center;
    margin-bottom: 18px;
}
.review__item--author{
    font-weight: 500;
    font-size: 14px;
}
.review__item--bottom{
    font-size: 14px;
    color: #5B5B5B;
    font-weight: 300;
}
.review__item--ico{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    overflow: hidden;
    margin-right: 20px;
}
.review__item--ico img{
    width: 100%;
    max-width: 100%;
    height: auto;
}
.row__information{
    margin-top: 85px;
    display: flex;
}
.row__information--text p{
    margin-bottom: 16px;
}
.review__item{
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    overflow: hidden;
    background-color: #F9F9F9;
    border: 1px solid #DFDFDF;
    padding: 20px;
    max-width: 270px;
}
.review__slider{
    position: relative;
    min-width: 1px;
    width: 560px;
    height: 380px;
}
.review__item--bottom{
    height: 265px;
    overflow: hidden;
}
.product__reviews{
    width: 640px;
    flex-shrink: 0;
    padding-left: 80px;
}
.product__reviews .swiper-container{
    overflow: hidden;
}
.slider__slider--buttons{
    position: relative;
}
#button-review,
.write__review{
    width: 100%;
    max-width: 169px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    background: linear-gradient(90deg, #a18cd1 0%, #fbc2eb 100%);
    font-weight: 300;
    font-size: 14px;
    text-align: center;
    color: #fff;
    overflow: hidden;
    border-radius: 20px;
    text-shadow: none;
    outline: none;
    border: none;
}
.review__form--fields .col-sm-12{
    width: 100%;
    height: 30px;
    border-bottom: 1px solid #D7D7D7;
    margin-bottom: 20px;
}
.review__form--fields .col-sm-12.text{
    width: 100%;
    height: 90px;
    border-bottom: 1px solid #D7D7D7;
    margin-bottom: 20px;
}
.review__form--fields .form-group{
    margin-bottom: 0;
}
.review__form--fields .form-group:first-child{
    margin-top: 20px;
}
.review__form--fields .col-sm-12 input{
    width: 100%;
    height: 100%;
    border: none;
    font-size: 14px;
    line-height: 200%;
    color: #000;
    outline: none;
    font-weight: 400;
}
.review__form--fields .col-sm-12 textarea{
    width: 100%;
    height: 100%;
    border: none;
    font-size: 14px;
    line-height: 200%;
    color: #000;
    outline: none;
    font-weight: 400;
}
#button-review,
.write__review{
    position: relative;
    margin: 20px 0;
}
#button-review span,
.write__review span{
    position: relative;
    z-index: 2;
}
#button-review::before,
.write__review::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(90deg, #a18cd1 0%, #fbc2eb 100%);
    width: 100%;
    height: 100%;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    opacity: 0;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    z-index: 1;
}
#button-review:hover::before,
.write__review:hover::before{
    opacity: 1;
}
.review__form--fields{
    max-height: 0;
    overflow: hidden;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}
.review__form--fields.open{
    max-height: 10000px;
}
.collapsed__menu{
    position: fixed;
    width: 100%;
    height: calc(100vh - 80px);
    max-height: 100vh;
    overflow: auto;
    left: 0;
    top: -120%;
    background-image: url(/image/menubg.jpg);
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 998;
    transition: .8s;
    -webkit-transition: .8s;
    -moz-transition: .8s;
    -ms-transition: .8s;
    -o-transition: .8s;
}
.collapsed__menu.open{
    top: 80px;
}
.collapsed__menu .container,
.collapsed__menu--wrapper{
    min-height: 100%;
}
.collapsed__menu--wrapper{
    position: relative;
    display: flex;
    flex-direction: column;
    padding-top: 80px;
    padding-bottom: 50px;
}
.collapsed__menu--title{
    font-family: 'Pacifico';
    font-size: 96px;
    color: #634c92;
    margin-bottom: 20px;
}
.collapsed__menu--list li{
    margin-bottom: 10px;
}
.collapsed__menu--list a{
    font-size: 24px;
    color: #6d6d6d;
    margin-bottom: 18px;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}
.collapsed__menu--list a:hover,
.collapsed__menu--list a:focus,
.collapsed__menu--list a:active{
    color: #634c92;
}
.collapsed__menu--social{
    margin: 0;
    display: flex;
    margin-right: 50px;
}
.collapsed__menu--social li{
    margin-right: 12px;
}
.collapsed__menu--social img{
    width: 30px;
    height: 30px;
}
.collapsed__menu--bottom{
    display: flex;
    align-items: center;
    margin-top: 30px;
}
.collapsed__menu--phones a{
    font-weight: 300;
    font-size: 14px;
    line-height: 179%;
    color: #000;
}
.close__menu{
    position: absolute;
    top: 60px;
    right: 65px;
    cursor: pointer;
    z-index: 22;
}
@keyframes glow {
  from {
    filter: drop-shadow(0 0 0.1rem rgba(151, 151, 151, 0.4));
    -webkit-filter: drop-shadow(0 0 0.1rem rgba(151, 151, 151, 0.4));
}
  to {
    filter: drop-shadow(0 0 0.5rem rgba(151, 151, 151, 0.4));
    -webkit-filter: drop-shadow(0 0 0.5rem rgba(151, 151, 151, 0.4));
}
}
@keyframes scale {
  from {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    }
  to {
    transform: scale(.9);
    -webkit-transform: scale(.9);
    -moz-transform: scale(.9);
    -ms-transform: scale(.9);
    -o-transform: scale(.9);
}
}
.page__wrapper--blog .container{
    max-width: 800px;
}
@media screen and (max-width:1680px){
    .hero__content.animate{
        transform: translate3d(30%, 30%, 0);
        -webkit-transform: translate3d(30%, 30%, 0);
        -moz-transform: translate3d(30%, 30%, 0);
        -ms-transform: translate3d(30%, 30%, 0);
        -o-transform: translate3d(30%, 30%, 0);
}
    .hero__product.animate{
        max-width: 1050px;
        transform: translate3d(0, 10%, 0);
        -webkit-transform: translate3d(0, 10%, 0);
        -moz-transform: translate3d(0, 10%, 0);
        -ms-transform: translate3d(0, 10%, 0);
        -o-transform: translate3d(0, 10%, 0);
}
}
@media screen and (max-width:1440px){
    .hero__product.animate{
        max-width: 950px;
    }
}
@media screen and (max-width:1280px){
    .product__carousel--slides{
        width: 450px;
        height: 450px;
    }
    .product__carousel--thumbs{
        width: 100px;
        height: 450px;
    }
    .main-slide{
        width: 550px;
    }
    .product__carousel--thumb{
        width: 100%;
    }
    .data-product{
        padding-left: 20px;
    }
    .product__reviews{
        padding-left: 20px;
    }
    .product__reviews{
        width: 580px;
    }
    .text__about--wrapper{
        grid-template-columns: 520px 1fr;
        column-gap: 40px;
    }
    .hero__wrapper{
        height: 500px;
    }
    .hero__content.animate{
        transform: translate3d(20%, 20%, 0);
        -webkit-transform: translate3d(20%, 20%, 0);
        -moz-transform: translate3d(20%, 20%, 0);
        -ms-transform: translate3d(20%, 20%, 0);
        -o-transform: translate3d(20%, 20%, 0);
}
    .hero__product.animate{
        max-width: 700px;
        transform: translate3d(0, 10%, 0);
        -webkit-transform: translate3d(0, 10%, 0);
        -moz-transform: translate3d(0, 10%, 0);
        -ms-transform: translate3d(0, 10%, 0);
        -o-transform: translate3d(0, 10%, 0);
    }
    .advantages__item:nth-child(even){
        margin: 0;
        margin-bottom: 40px;
    }
    .advantages__item:nth-child(odd){
        margin: 0;
        margin-bottom: 40px;
    }
}
@media screen and (max-width:1024px){
    .row__information{
        margin-top: 35px;
    }
    .review__slider{
        width: 460px;
    }
    .product__reviews{
        width: 480px;
    }
    .hero__title{
        font-size: 100px;
    }
    .hero__content.animate{
        max-width: 520px;
        transform: translate3d(25%, 20%, 0);
        -webkit-transform: translate3d(25%, 20%, 0);
        -moz-transform: translate3d(25%, 20%, 0);
        -ms-transform: translate3d(25%, 20%, 0);
        -o-transform: translate3d(25%, 20%, 0);
    }
    .advantages{
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .text__about--wrapper{
        grid-template-columns: 350px 1fr;
    }
    .feautured{
        padding-top: 40px;
        padding-bottom: 50px;
    }
    .text__about--image{
        max-width: 300px;
    }
    .blog__news{
        padding-top: 30px;
        padding-bottom: 40px;
    }
    footer{
        background-position: 20% 0;
    }
}
@media screen and (max-width:979px){
    .row__product{
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .data-product{
        width: 100%;
        text-align: center;
        padding-left: 0;
    }
    #product-product{
        position: relative;
    }
    #product-product .breadcrumb{
        position: absolute;
        top: -40px;
        padding-left: 140px;
    }
    .options__wrapper{
        justify-content: center;
    }
    button.btn-buy-one,
    #button-cart{
        margin-left: auto;
        margin-right: auto;
    }
    .row__information{
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .product__reviews{
        width: 100%;
        padding-left: 0;
    }
    .review__slider{
        width: 100%;
    }
}
@media screen and (max-width:768px){
    .feautured__product--bottom{
            background: rgba(255, 255, 255, 0.6);
    }
    .text__about--wrapper{
        grid-template-columns: 1fr;
        column-gap: 0;
    }
    .text__about--images{
        max-width: 350px;
        margin-bottom: 50px;
    }
    .steps__wrapper{
        grid-template-columns: 1fr;
    }
    .steps__left{
        border-right: 0;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .steps__steps{
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .steps__right{
        padding-bottom: 30px;
    }
    .steps__step:nth-child(even){
        margin-left: 60px;
    }
    .steps__step:nth-child(odd){
        margin-right: 60px;
    }
    .footer__wrapper{
        padding-top: 30px;
        padding-bottom: 40px;
    }
    .steps__title.text__block--title{
        text-align: center;
    }
    .hero__product.animate{
        max-width: 650px;
    }
}
@media screen and (max-width:680px){
    .footer__left{
        width: 100%;
    }
    .collapsed__menu{
        height: 100vh;
    }
    .collapsed__menu--title{
        font-size: 44px;
    }
    .collapsed__menu--list a{
        font-size: 18px;
    }
    .collapsed__menu .container{
        padding: 0 30px;
    }
    .collapsed__menu--social{
        margin-right: 0;
        margin-top: 30px;
    }
    .collapsed__menu--bottom{
        flex-direction: column-reverse;
        align-items: flex-start;
    }
    .close__menu{
        right: 35px;
    }
    .collapsed__menu{
        background-image: url(/image/menubgmob.jpg);
        background-position: bottom;
    }
    .footer__wrapper{
        flex-direction: column;
    }
    .footer__right{
        padding-top: 40px;
        justify-content: center;
    }
    .text__block--title{
        font-size: 40px;
    }
    .steps__step:nth-child(odd){
        margin-right: 0;
    }
    .steps__step:nth-child(even){
        margin-left: 0;
    }
    .footer__right div{
        margin-left: 0;
        margin-right: 40px;
    }
    .hero__wrapper{
        height: 600px;
    }
    .hero__title{
        font-size: 80px;
    }
    .hero__content{
        transform: translate3d(15%, 40%, 0);
        -webkit-transform: translate3d(15%, 40%, 0);
        -moz-transform: translate3d(15%, 40%, 0);
        -ms-transform: translate3d(15%, 40%, 0);
        -o-transform: translate3d(15%, 40%, 0);
}
    .hero__product{
        max-width: 600px;
        transform: translate3d(0, 70%, 0);
        -webkit-transform: translate3d(0, 70%, 0);
        -moz-transform: translate3d(0, 70%, 0);
        -ms-transform: translate3d(0, 70%, 0);
        -o-transform: translate3d(0, 70%, 0);
    }
    .text__about--images .to__animate{
        opacity: 1;
    }
}
@media screen and (max-width:600px){
    .main-slide{
        width: 100%;
    }
    .product__carousel{
        flex-direction: column-reverse;
        justify-content: center;
        align-items: center;
    }
    .product__carousel--thumbs{
        width: 100%;
        height: 100px;
    }
    .product__carousel--thumb{
        width: 100px;
        height: 100px;
    }
    .product__carousel--thumbs{
        margin-top: 40px;
    }
    .product__carousel--slides{
        max-width: 100%;
    }
    .row__product h1{
        font-size: 32px;
    }
    .new-price{
        font-size: 20px;
    }
    .row__information--title{
        font-size: 25px;
    }
    .product__reviews--top{
        margin-bottom: 15px;
    }
}
@media screen and (max-width:540px){
    .header__menu--button span{
        display: none;
    }
    .header__menu--button svg{
        margin: 0;
    }
    .text__block--title, .text__block--content{
        text-align: justify;
    }
    .steps__subtitle--arrow::after{
        left: 80%;
    }
    .feautured__product--bottom{
        padding: 130px 30px 25px;
        text-align: justify;
        align-items: flex-start;
    }
    .feautured__product-top{
        margin-bottom: -135px;
    }
    .feautured__product--buttons{
        flex-direction: row;
        justify-content: space-between;
        padding-top: 10px;
    }
    button.button__buy{
        max-width: 105px;
        height: 40px;
        font-size: 14px;
    }
    p.price span.price-old{
        margin-top: 0;
        margin-bottom: 5px;
    }
    p.price span.price-new{
        margin: 0;
    }
    p.price{
        margin: 0;
    }
    .hero__title::before{
        display: none;
    }
    .hero__content{
        transform: translate3d(20px, 30%, 0);
        -webkit-transform: translate3d(20px, 30%, 0);
        -moz-transform: translate3d(20px, 30%, 0);
        -ms-transform: translate3d(20px, 30%, 0);
        -o-transform: translate3d(20px, 30%, 0);
    }
    .hero__price{
        right: unset;
        left: 0;
        bottom: -170px;
        transform: scale(1);
    }
    .hero__product{
        opacity: 0;
    }
    .hero__product{
        transform: translate3d(25%, 85%, 0);
        -webkit-transform: translate3d(25%, 85%, 0);
        -moz-transform: translate3d(25%, 85%, 0);
        -ms-transform: translate3d(25%, 85%, 0);
        -o-transform: translate3d(25%, 85%, 0);
        opacity: 1;
    }
    .page__wrapper.page__wrapper--blog{
        padding-top: 100px;
    }
    .page__wrapper.information-information{
        padding-top: 80px;
    }
    .hero__title{
        font-size: 65px;
    }
    .header__link a{
        margin: 0 10px;
    }
    .header__logo{
        left: -20px;
    }
    .advantages__item{
        min-width: unset;
        width: 100%;
        align-items: flex-start;
    }
    .advantages__icon{
        width: 60px;
    }
    .icon__main{
        max-width: 60px;
    }
    .advantages__text{
        height: 75px;
    }
    .advantages__item:last-child{
        margin-bottom: 0;
    }
    .product__carousel--slides{
        height: 350px;
    }
}
@media screen and (max-width:390px){
    .text__about--images{
        max-width: calc(100% + 30px);
        margin-left: -15px;
        margin-right: -15px;
    }
    .feautured__product{
        margin: 0 0 20px 0;
    }
    .language-selecttor{
        padding: 10px;
    }
    .header__link a{
        width: 100px;
        height: 35px;
    }
    .header__menu--button{
        padding: 5px;
    }
}
@media screen and (max-width:374px){
    .header__link a span{
        display: none;
    }
    .header__link a svg{
        margin: 0;
    }
    .header__link a{
        width: 35px;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
    }
    .hero__button{
        padding: 0 10px;
        font-size: 14px;
    }
    .hero__link{
        padding: 0 10px;
        font-size: 14px;
    }
    .hero__title{
        font-size: 55px;
    }
}