.pattaya {
    font-family: "Pattaya", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #B4191A;
}
.test{
    width: 1440px;
    left: 50%;
    transform: translateX(-50%);
}
@font-face {
    font-family: 'InvolveSemiBold';
    src: url('../fonts/Involve-SemiBold.eot');
    src: url('../fonts/Involve-SemiBold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Involve-SemiBold.woff2') format('woff2'),
    url('../fonts/Involve-SemiBold.woff') format('woff'),
    url('../fonts/Involve-SemiBold.ttf') format('truetype'),
    url('../fonts/Involve-SemiBold.svg#Involve-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'InvolveMedium';
    src: url('../fonts/Involve-Medium.eot');
    src: url('../fonts/Involve-Medium.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Involve-Medium.woff2') format('woff2'),
    url('../fonts/Involve-Medium.woff') format('woff'),
    url('../fonts/Involve-Medium.ttf') format('truetype'),
    url('../fonts/Involve-Medium.svg#Involve-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'InvolveBold';
    src: url('../fonts/Involve-Bold.eot');
    src: url('../fonts/Involve-Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Involve-Bold.woff2') format('woff2'),
    url('../fonts/Involve-Bold.woff') format('woff'),
    url('../fonts/Involve-Bold.ttf') format('truetype'),
    url('../fonts/Involve-Bold.svg#Involve-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'InvolveRegular';
    src: url('../fonts/Involve-Regular.eot');
    src: url('../fonts/Involve-Regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Involve-Regular.woff2') format('woff2'),
    url('../fonts/Involve-Regular.woff') format('woff'),
    url('../fonts/Involve-Regular.ttf') format('truetype'),
    url('../fonts/Involve-Regular.svg#Involve-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

body{
    line-height: 1.2;
    font-family: 'InvolveRegular', sans-serif;
    background-color: #F4EFE9;
    color: #000000;
}
.container {
    width: 83.7rem;
}
header {
    padding: 1.3rem 0;
}
.btn.with_img{
    display: flex;
    align-items: center;
    height: 3rem;
    padding: 0.3rem 1.7rem;
}
.btn.with_img img{
    margin-right: 0.8rem;
    width: 1.438rem;
}
.btn{
    text-align: center;
    padding: 1rem 2rem;
    font-family: InvolveSemiBold, sans-serif;
    border-radius: 10px;
    background-color: #B4191A;
    display: inline-block;
    color: white;
    min-width: 12.9rem;
}
.btn:hover{
    background-color: #2A2525;
    color: white;
}

footer .menu a:hover, footer .menu a.active{
    color: white;
    border-color: #ffffff;
}
.footer_bottom a{
    display: inline-block;
    border-bottom: 2px solid transparent;
}
.footer_bottom a:hover{
    color: white;
    border-color: #ffffff;
}
#box-1{
    padding-top: 2.4rem;
}
.shadow_box{
    overflow: hidden;
    border-radius: 20px;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.15);
}
.d_block{
    display: block;
}
.box1_text {
    /*padding-top: 5.1rem;*/
}
.box1_text h1 {
    font-size: 3rem;
    line-height: 1;
}
.box1_btns{
    margin-top: 6.7rem;
}
.box1_btns .btn{
    margin-right: 1.1rem;
}

#box-2{
    padding-top: 4.2rem;
}
.box2_box{
    background-color: white;
    border-radius: 20px;
    padding: 2.5rem 1.9rem;
}
.box2_box .shadow_box{
    margin-right: 0.5rem;
}
.box2_text {
    padding-top: 1.2rem;
    /*margin-left: -0.6rem;*/
}
.section_title{
    font-size: 2rem;
    margin-bottom: 2rem;
}
.section_title.big{
    font-size: 2.5rem;
}

#box-3{
    padding-top: 5.2rem;
}
.prod_item{
    background-color: white;
    border-radius: 20px;
    display: block;
    height: 100%;
    padding: 1.7rem 1.8rem;
    font-size: 1.5rem;
    position: relative;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.15);
    transition: all 0.35s;
}

.price_title.factive .price_arrow{
    transform: rotate(-180deg);
}
.cont_item:hover:hover, .price_title:hover{
    color: black;
}

.prod_price{
    position: absolute;
    left: 1.8rem;
    bottom: 2rem;
    z-index: 1;
}
.prod_item h4{
    font-size: 1.5rem;
    line-height: 1.3;
    min-height: 3.5rem;
    margin: 0;
}
.prod_img{
    height: 14.7rem;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
}
.prod_img img{
    width: 100%;
    height: 100%;
    object-fit: scale-down;
    object-position: bottom right;
}
#box-4 {
    padding-top: 4.2rem;
}
#box-4 .section_title{
    margin-bottom: 1rem;
}
.preim_item{
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.15);
    background-color: white;
    border-radius: 20px;
    height: 100%;
    padding: 1.8rem 1.7rem;
    text-align: center;
}
.preim_title{
    font-size: 1.5rem;
    font-family: InvolveBold, sans-serif;
}
.preim_icon{
    height: 6.2rem;
    margin-top: 2.1rem;
    margin-bottom: 1.4rem;
}
.preim_icon img{
    width: 100%;
    height: 100%;
    object-fit: scale-down;
}
#box-5 {
    padding-top: 4.2rem;
}
.price_title{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.65rem 3rem;
    font-size: 1.5rem;
    background-color: white;
}
.price_title span{
    width: calc(100% - 4rem);
}
.price_arrow{
    width: 3.125rem;
    height: 3.125rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #B4191A;
    transition: all 0.35s;
}

.price_arrow:hover, .price_arrow.active{
    background-color: #2A2525;
}
.cont_item .price_arrow{
    transform: rotate(-90deg);
}
.price_arrow img{
    width: 1.063rem;
}
.price_item {
    margin-bottom: 1.2rem;
}
#box-6 {
    padding-top: 4.2rem;
}
.service_item{
    background-color: white;
    height: 100%;
    padding: 1.8rem 3rem;
    text-align: center;
}
.service_title{
    font-size: 1.5rem;
    text-transform: uppercase;
    min-height: 4.9rem;
}
.service_sale{
    font-family: Pattaya, sans-serif;
    font-size: 4rem;
    color: #B4191A;
    margin-bottom: 2.8rem;
}

#box-7 {
    padding-top: 4.3rem;
}
.sale_item{
    background-color: white;
    height: 100%;
    padding: 1.8rem 1.8rem;
    position: relative;
}
.sale_title{
    font-size: 2.25rem;
    text-transform: uppercase;
    line-height: 1.3;
}
.sale_text_p {
    margin-bottom: 0.7rem;
}
.sale_percent{
    font-family: Pattaya, sans-serif;
    font-size: 6rem;
    color: #B4191A;
}
.sale_text_p2{
    margin-top: 0.4rem;
}
.sale_text{
    width: calc(100% - 11.2rem);
}
.sale_img{
    position: absolute;
    right: 0;
    top: 0;
    width: 17rem;
    bottom: 0;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}
.sale_img img{
    width: 100%;
    height: 100%;
    object-fit: scale-down;
    object-position: bottom right;
}
.stars {
    display: flex;
}
.stars img {
    margin-left: 0.3rem;
}
.stars img.gray{
    filter: grayscale(1);
    opacity: 0.8;
}
.rev_top {
    display: flex;
    align-items: center;
    margin-bottom: 1.3rem;
    justify-content: space-between;
}
.rev_text{
    line-height: 1.31;
}
.rev_text p{
    margin: 0;
}
.rev_item{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    border-radius: 20px;
    background: #FFF;
    padding: 1.9rem 1.8rem;
}
.rev_bottom{
    display: flex;
    margin-top: 1rem;
    align-items: center;
}
.page{
    padding: 4rem 0;
}
.white_box{
    background-color: white;
    border-radius: 20px;
    padding: 2rem;
}
.rev_img{
    width: 3.125rem;
    height: 3.125rem;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 1rem;
}
.rev_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.rev_name{
    font-family: InvolveSemiBold, sans-serif;
    font-size: 1.2rem;
}
#box-8{
    padding-top: 3.3rem;
}
/*#box-8 .section_title{*/
/*    margin-bottom: 2.9rem;*/
/*}*/
.revs_row{
    padding-right: 3.3rem;
}
#box-9 {
    padding-top: 4.2rem;
    padding-bottom: 4.8rem;
}
.cont_item{
    display: flex;
    align-items: center;
    background-color: white;
    padding: 1.5rem 3rem;
    margin-bottom: 0.75rem;
}
.cont_address{
    display: flex;
    align-items: center;
    margin-bottom: 0.7rem;
}
.cont_sm_title{
    color: #B4191A;
    font-family: InvolveMedium, Sans-Serif;
    font-size: 1.1rem;
    margin-bottom: 0.7rem;
}
.cont_address span{
    margin-right: 1rem;
    position: relative;
    display: flex;
    align-items: center;
    font-size: 0.875rem;
}
.cont_address span:before{
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background-color: #B4191A;
    content: "";
    margin-right: 1rem;
}
.cont_name{
    font-size: 1.5rem;
}
.cont_work{
    font-family: InvolveBold, sans-serif;
    font-size: 1.25rem;
    width: calc(100% - 60% - 3.125rem);
}
.cont_left{
    width: 60%;
    padding-right: 2rem;
}

footer {
    padding-top: 2.5rem;
    background-color: #2A2525;
    color: #F4EFE9;
}
footer a{
    color: #F4EFE9;
}
.socials{
    display: flex;
}
.footer_logo, .logo{
    display: block;
    width: 12.938rem;
}
.socials a{
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    border: 2px solid #F4EFE9;
    width: 4.25rem;
    height: 4.25rem;
    margin-left: 0.5rem;
}
.socials a img{
    width: 2.5rem;
    filter: brightness(0) invert(1);
    transition: all 0.35s;
}
.socials a:hover{
    border-color: #B4191A;
}
.socials a:hover img{
    filter: brightness(1) invert(0);
}
footer .menu {
    left: 52.3%;
}
.footer_bottom{
    font-size: 0.875rem;
    border-top: 1px solid #F4EFE9;
    margin-top: 2.9rem;
    padding: 1.4rem 0;
}
.price_content{
    font-size: 1.25rem;
    padding: 1rem 3rem;
    display: none;
}
.price_content_item{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0.5rem;
}
.price_content_item:last-child{
    margin-bottom: 0;
}
.price_content_title{
    width: 49%;
}
.price_content_price{
    width: 49%;
    text-align: right;
}

.rev_slider .mb_30{
    -ms-flex: none;
    flex: none;
    max-width: unset;
    margin: 0;
    height: 100%;
}
.rev_slider .slick-slide > div{
    height: 100%;
}
.rev_slider .slick-list{
    margin: 0 -10px;
    overflow: unset;
}
.rev_slider .slick-track{
    display: flex;
}
main{
    position: relative;
}

.wrapper {
    display: block;
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1;
}
.wrapper div {
    height: 60px;
    width: 60px;
    background-image: url("../img/bubble.png");
    background-size: 100% 100%;
    border-radius: 50px;
    position: absolute;
    top: 10%;
    left: 10%;
    animation: 4s linear infinite;
}
/*div .dot {*/
/*    height: 10px;*/
/*    width: 10px;*/
/*    border-radius: 50px;*/
/*    background: rgba(255, 255, 255, 0.5);*/
/*    position: absolute;*/
/*    top: 20%;*/
/*    right: 20%;*/
/*}*/
.wrapper div:nth-child(1) {
    top: 20%;
    left: 20%;
    animation: animate 8s linear infinite;
}
.wrapper div:nth-child(2) {
    top: 60%;
    left: 80%;
    animation: animate 10s linear infinite;
}
.wrapper div:nth-child(3) {
    top: 40%;
    left: 40%;
    animation: animate 3s linear infinite;
}
.wrapper div:nth-child(4) {
    top: 66%;
    left: 30%;
    animation: animate 7s linear infinite;
}
.wrapper div:nth-child(5) {
    top: 90%;
    left: 10%;
    animation: animate 9s linear infinite;
}
.wrapper div:nth-child(6) {
    top: 30%;
    left: 60%;
    animation: animate 5s linear infinite;
}
.wrapper div:nth-child(7) {
    top: 70%;
    left: 20%;
    animation: animate 8s linear infinite;
}
.wrapper div:nth-child(8) {
    top: 75%;
    left: 60%;
    animation: animate 10s linear infinite;
}
.wrapper div:nth-child(9) {
    top: 50%;
    left: 50%;
    animation: animate 6s linear infinite;
}
.wrapper div:nth-child(10) {
    top: 45%;
    left: 20%;
    animation: animate 10s linear infinite;
}
.wrapper div:nth-child(11) {
    top: 10%;
    left: 90%;
    animation: animate 9s linear infinite;
}
.wrapper div:nth-child(12) {
    top: 20%;
    left: 70%;
    animation: animate 7s linear infinite;
}
.wrapper div:nth-child(13) {
    top: 20%;
    left: 20%;
    animation: animate 8s linear infinite;
}
.wrapper div:nth-child(14) {
    top: 60%;
    left: 5%;
    animation: animate 6s linear infinite;
}
.wrapper div:nth-child(15) {
    top: 90%;
    left: 80%;
    animation: animate 9s linear infinite;
}
@keyframes animate {
    0% {
        transform: scale(0) translateY(0) rotate(70deg);
    }
    100% {
        transform: scale(1.3) translateY(-100px) rotate(360deg);
    }
}
.main_box{
    position: relative;
    z-index: 3;
}