html{
    scroll-behavior: smooth;
}
body {
    background: #eef1f1;
    font-size: 14px;
    color: #323232;
    font-family: 'Montserrat', sans-serif;
}
a{
    color: #323232;
}
a:hover{
    color: rgba(50, 50, 50, 0.5);
}
.bg-transparent{
    background: transparent!important;
}
.container{
    max-width: 1200px;
}
.navigation{
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10;
}
.upgrade-button {
    padding: 10px 30px;
    border-radius: 25px;
    color: #fff!important;
    background: linear-gradient(90deg, #0b52c0, #902890);
    font-weight: 700;
    text-decoration: none!important;
    outline: none!important;
    border: none!important;
}
.upgrade-button:hover{
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15);
}
.upgrade-outline-button {
    padding: 8px 30px;
    border-radius: 25px;
    color: #323232!important;
    background: transparent;
    border: 2px solid #902890;
    font-weight: 700;
    text-decoration: none!important;
}
.upgrade-outline-button:hover{
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15);
}
.upgrade-outline-button span{
    border-bottom: 1px solid #323232;
}
.title{
    font-weight: 900;
    margin-left: 52px;
}
.title:before{
    content: "";
    position: absolute;
    width: 100px;
    height: 117px;
    top: -35px;
    left: 15px;
    background-image: url(/assets/images/icons/title.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: top center, bottom center;
}

/*
* Navbar
*/
.logo{
    width: 200px;
}
.navbar {
    padding: .5rem 0px;
}
.navbar-light .navbar-nav .nav-link {
    color: #323232;
    font-weight: 700;
}
.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 20px;
    padding-left: 20px;
}
.nav-contact img{
    width: 20px;
}
.navbar-brand{
    width: 240px;
}
.logo{
    width: 235px;
}

.snavigation{
    background-color: #fff;
    box-shadow: 0 0.5rem 1rem rgba(0,0,0,.1);
}
.snavigation .navbar {
    padding: 0;
}
.snavigation .logo {
    animation: logoBlockScrolled 0.2s;
    animation-timing-function: linear;
    animation-delay: 0.2s;
    animation-fill-mode: forwards;
    animation-iteration-count: 1;
    -webkit-animation-iteration-count: 1;
    -webkit-animation: logoBlockScrolled 0.2s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-delay: 0.2s;
    -webkit-animation-fill-mode: forwards;
}
@keyframes logoBlockScrolled {
    0% {
        width: 100%;
    }
    100% {
        width: 150px;
    }
}


/*
* Home bg
*/
.home-bg{
    background-image: url("/assets/images/home-bg.png"), url("/assets/images/frame.png");
    background-position: right center, center center;
    background-repeat: no-repeat;
    background-size: 100% 100%, 100% 100%;
    position: relative;
    height: 100vh;
    display: flex;
    align-items: center;
}
.home-bg h1{
    font-size: 62px;
    font-weight: 900;
    margin-bottom: 50px;
}
.home-bg h4{
    font-weight: 700;
    margin-bottom: 100px;
}
.home-bg button{
    width: 200px;
    margin-bottom: 50px;
}
.home-bg img{
    margin-top: 2px;
    width: 20px;
    float: right;
}
.home-bg h6{
    font-weight: 700;
}
.home-bg h6 span{
    font-weight: 700;
    color: #902890;
    font-size: 32px;
}
.home-bg .bg-circle{
    position: absolute;
    top: 200px;
    right: 100px;
    width: 600px;
    height: 600px;
    border: 2px solid #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.home-bg .inside-img img{
    width: 500px;
    height: 500px;
    object-fit: cover;
    border-radius: 50%;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .2);
}



/*
* Services home
*/
.services-block{
    padding-top: 40px;
    padding-bottom: 40px;
}
.services-block .service-image-left{
    position: absolute;
    top: 60px;
    left: -50px;
    width: 450px;
    height: 450px;
    object-fit: cover;
    border-radius: 50%;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15);
}
.services-block .service-card-left{
    margin-top: 150px;
    padding: 35px;
    background-color: #fff;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15);
    border-radius: 20px;
    padding-left: 400px;
}
.services-block .service-card-left h4{
    font-weight: 700;
    margin-bottom: 20px;
}
.services-block .service-card-left p{
    font-weight: 700;
    margin-bottom: 20px;
}
.services-block .service-card-left h6{
    font-weight: 700;
    margin-bottom: 0;
}
.services-block .service-card-left h6 span{
    font-weight: 700;
    color: #902890;
    font-size: 32px;
}
.services-block .service-card-left .pull-right{
    float: right;
}
.services-block .service-image-right{
    position: absolute;
    top: 60px;
    right: -50px;
    width: 450px;
    height: 450px;
    object-fit: cover;
    border-radius: 50%;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15);
}
.services-block .service-card-right{
    margin-top: 150px;
    padding: 35px;
    background-color: #fff;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15);
    border-radius: 20px;
    padding-right: 400px;
}
.services-block .service-card-right h4{
    font-weight: 700;
    margin-bottom: 20px;
}
.services-block .service-card-right p{
    font-weight: 700;
    margin-bottom: 20px;
}
.services-block .service-card-right h6{
    font-weight: 700;
    margin-bottom: 0;
}
.services-block .service-card-right h6 span{
    font-weight: 700;
    color: #902890;
    font-size: 32px;
}
.services-block .service-card-right h6 button{
    margin-right: 50px;
}
.services-block .service-card-right .pull-left{
    float: left;
}



/*
* About home
*/
.about-block{
    margin-top: 100px;
    padding-top: 150px;
    padding-bottom: 50px;
    background-image: url(/assets/images/about.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
    height: 100%;
    position: relative;
}
.about-block .about-text{
    padding-top: 100px;
}
.about-block p{
    font-weight: 700;
}
.about-block .bg-circle{
    position: absolute;
    top: 200px;
    right: 250px;
    width: 600px;
    height: 600px;
    border: 2px solid #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .1);
}
.about-block .inside-img{
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 50%;
}
.about-block .inside-img img{
    width: 500px;
}
/*
* Who block
*/
.who-content{
    margin-top: 100px;
}
.upgrade-circle{
    width: 100%;
    height: 570px;
    padding: 50px;
    border: 2px solid #902890;
    border-radius: 50%;
}
.upgrade-circle .cimg{
    background-image: url(/assets/images/who.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
    border-radius: 50%;
    width: 470px;
    height: 470px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.upgrade-circle .cimg img{
    width: 70%;
}
.who-block svg{
    width: 50px;
    height: 50px;
}
.who-block svg path{
    fill: #902890;
}
.wleft-top{
    position: absolute;
    top: 30px;
    left: 30px;
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #eef1f1;
    border: 2px solid #902890;
    border-radius: 50%;
}
.wleft-bottom{
    position: absolute;
    bottom: 30px;
    left: 30px;
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #eef1f1;
    border: 2px solid #902890;
    border-radius: 50%;
}
.wright-top{
    position: absolute;
    top: 30px;
    right: 30px;
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #eef1f1;
    border: 2px solid #902890;
    border-radius: 50%;
}
.wright-bottom{
    position: absolute;
    bottom: 30px;
    right: 30px;
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #eef1f1;
    border: 2px solid #902890;
    border-radius: 50%;
}
.who-titles h3{
    font-weight: 700;
}
.tleft-top{
    position: absolute;
    top: 60px;
    right: 0;
}
.tleft-bottom{
    position: absolute;
    bottom: 60px;
    right: 0;
}
.tright-top{
    position: absolute;
    top: 65px;
    left: 0;
}
.tright-bottom{
    position: absolute;
    bottom: 60px;
    left: 0px;
}
.who-block{
    margin-top: 250px;
}
.who-content button{
    padding: 10px;
    width: 250px;
    height: 55px;
    font-size: 18px;
    position: absolute;
    left: 0;
    right: 0;
    margin-right: auto;
    margin-left: auto;
    bottom: -20px;
    box-shadow: 0 20px 50px 10px rgba(50, 50, 50, 0.2);
}
.who-content button:hover{
    box-shadow: 0 20px 50px 10px rgba(50, 50, 50, 0.4);
}
.who-content button img{
    width: 17px;
    float: right;
    margin-top: 6px;
    margin-right: 10px;
}

/*
* Slider
*/
.slider{
    position: relative;
    padding-top: 100px;
}
.slider img{
    width: 100%;
}
.slider .slider-title{
    font-size: 142px;
    font-weight: 900;
    text-align: center;
    color: #b4b6b6;
}
.slider .beer-slider{
    margin-top: -70px;
}
.beer-handle {
    background: rgba(144, 40, 144, 0.7);
    color: #fff;
}
.safter{
    position: absolute;
    top: 42%;
    left: -80px;
    z-index: 9;
    font-size: 32px;
    font-weight: 700;
    cursor: pointer;
}
.safter:before{
    content: "";
    position: absolute;
    width: 100px;
    height: 117px;
    top: -35px;
    left: -30px;
    background-image: url(/assets/images/icons/title.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: top center, bottom center;
}
.sbefore{
    position: absolute;
    top: 42%;
    right: -110px;
    z-index: 9;
    font-size: 32px;
    font-weight: 700;
    cursor: pointer;
}
.sbefore:after{
    content: "";
    position: absolute;
    width: 100px;
    height: 117px;
    top: -35px;
    right: -30px;
    transform: rotate(180deg);
    background-image: url(/assets/images/icons/title.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: top center, bottom center;
}


/*
** Steps
*/
.steps{
    margin-top: 100px;
    padding-top: 50px;
    padding-bottom: 50px;
    background-image: url(/assets/images/steps.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
    height: 100%;
    position: relative;
}
.steps .cimg{
    font-size: 78px;
    font-weight: 900;
    color: #fff;
}
.steps .who-content {
    margin-top: 100px;
    margin-bottom: 50px;
}
.steps .wleft-top{
    font-size: 48px;
    font-weight: 900;
}
.steps .wleft-bottom{
    font-size: 48px;
    font-weight: 900;
}
.steps .wright-top{
    font-size: 48px;
    font-weight: 900;
}
.steps .wright-bottom{
    font-size: 48px;
    font-weight: 900;
}
.steps .tleft-top{
    top: 50px;
    text-align: right;
}
.steps .tleft-bottom{
    bottom: 40px;
    text-align: right;
}
.steps .tright-top{
    top: 50px;
}
.steps .tright-bottom{
    bottom: 40px;
}



/*
** Contacts
*/
.contacts-block{
    padding-top: 100px;
    padding-bottom: 100px;
}
.contacts-block .cform{
    margin-top: 100px;
    padding: 30px 20px 50px 20px;
    background-color: #fff;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.05);
    border-radius: 20px;
}
.contacts-block .cform h5{
    text-align: center;
}
.contacts-block .cform h6{
    text-align: center;
    padding-left: 50px;
    padding-right: 50px;
}
.contacts-block .cform input{
    margin-top: 20px;
    border-radius: 20px;
    height: 45px;
    border: none;
    box-shadow: 0 0 1rem rgba(0,0,0,.1);
}
.cform-btn{
    text-align: center;
    margin-top: -20px;
}
.cform-btn button{
    padding: 10px;
    width: 200px;
}
.cform-btn button img{
    width: 17px;
    float: right;
    margin-top: 3px;
}
.contacts-circle{
    display: flex;
    justify-content: center;
}
.contacts-circle .cborder{
    margin-top: 35px;
    width: 400px;
    height: 400px;
    border: 2px solid #902890;
    border-radius: 50%;
    padding: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.contacts-circle .contact-cimg img{
    width: 330px;
    height: 330px;
    object-fit: cover;
    border-radius: 50%;
}







/*
** Footer
*/
.footer{
    background: linear-gradient(#902890, #0b52c0);
    padding: 20px 0px;
    text-align: center;
}
.footer .footer-logo{
    width: 200px;
}
.footer .fphone {
    font-weight: 700;
    font-size: 18px;
    display: flex;
    align-items: center;
}
.footer .fphone a{
    color: #ffffff;
    text-decoration: none;
}
.footer .fphone img{
    width: 40px;
}
.footer .femail{
    font-weight: 700;
    font-size: 18px;
    display: flex;
    align-items: center;
}
.footer .femail a{
    color: #ffffff;
    text-decoration: none;
}
.footer .femail img{
    width: 40px;
}


.copyrights{
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: #393939;
    text-align: center;
    color: #ffffff;
}
.copyrights a{
    color: #ffffff;
    text-decoration: none;
}


.mwho-content{
    display: none;
}
.mwho-content .whicon{
    width: 100px;
    height: 100px;
    border: 1px solid #902890;
    border-radius: 50%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
.mwho-content .col-md-6{
    font-weight: 700;
    font-size: 32px;
    margin-top: 50px;
}
.mwho-content .col-md-12{
    font-weight: 700;
    font-size: 32px;
    margin-top: 50px;
}
.mwho-content .col-md-6 .col-md-3{
    display: flex;
    justify-content: center;
}
.mwho-content .col-md-6 .col-md-9{
    display: flex;
    align-items: center;
}
.mwho-content .col-md-12 .col-md-3{
    display: flex;
    justify-content: center;
}
.mwho-content .col-md-12 .col-md-9{
    display: flex;
    align-items: center;
}

#quote .modal-content {
    border-radius: 20px;
    border: none;
    background-color: transparent;
}
#quote .modal-body {
    padding: 0;
    border-radius: 20px;
}
#quote .modal-body .modal-title{
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    background: linear-gradient(-90deg, #902890, #0b52c0);
    padding: 10px 10px 10px 20px;
    font-size: 32px;
    font-weight: 700;
    color: #fff;
    text-shadow: 1px 1px rgba(0, 0, 0, 0.1);
}
#quote .modal-body .modal-title span{
    float: right;
    cursor: pointer;
}
#quote .modal-form {
    padding: 20px;
    background-color: #fff;
}
#quote .modal-service {
    height: 200px;
    border-radius: 20px;
    border: 1px solid #902890;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
#quote input{
    margin-top: 20px;
    border-radius: 20px;
    height: 45px;
    border: 1px solid #ccc;
    box-shadow: 0 0 1rem rgba(0,0,0,.1);
}
#quote textarea{
    margin-top: 20px;
    border-radius: 20px;
    height: 100px;
    border: 1px solid #ccc;
    box-shadow: 0 0 1rem rgba(0,0,0,.1);
    padding-top: 10px;
}
#quote button{
    padding: 10px;
    width: 100%;
    margin-top: 30px;
}
#quote button img{
    width: 17px;
    float: right;
    margin-top: 3px;
}

#quote input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #797979;
}
#quote input::-moz-placeholder { /* Firefox 19+ */
    color: #797979;
}
#quote input:-ms-input-placeholder { /* IE 10+ */
    color: #797979;
}
#quote input:-moz-placeholder { /* Firefox 18- */
    color: #797979;
}
#quote textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #797979;
}
#quote textarea::-moz-placeholder { /* Firefox 19+ */
    color: #797979;
}
#quote textarea:-ms-input-placeholder { /* IE 10+ */
    color: #797979;
}
#quote textarea:-moz-placeholder { /* Firefox 18- */
    color: #797979;
}

.navigation .upgrade-button {
    padding: 10px 20px;
}
.navigation .upgrade-outline-button {
    padding: 8px 20px;
}
.carpet-page{
    height: 50vh;
    background-image: url(/assets/images/carpet-page.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
}
.price-book{
    font-size: 32px;
}
.price-book span{
    color: #902890;
}
.price-book button{
    font-size: 14px;
    float: right;
    margin-top: 5px;
}

#bookus-prices{
    display: block;
}
#bookus-prices h4{
    font-weight: 700;
}
#bookus-client{
    display: none;
}
.bookus-prices-item{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 5px;
}
.bookus-prices-item-title{
    font-size: 18px;
    font-weight: 500;
}
.bookus-prices-item-quantity{
    width: 20%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 700;
}
.bookus-prices-item-quantity div{
    width: 35px;
    text-align: center;
}
.bookus-prices-item-circle{
    width: 25px!important;
    height: 25px!important;
    border: 2px solid #902890;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    cursor: pointer;
    user-select: none;
    font-size: 18px;
}
.bookus-total{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.bookus-total-title{
    font-size: 35px;
    font-weight: 700;
}
.bookus-total-price{
    font-size: 35px;
    font-weight: 700;
    color: #020253;
}
.bookus-total-oldprice{
    font-size: 21px;
    text-decoration: line-through;
    color: #a7a7a7;
}
.bookus-buttons{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.bookus-buttons button{
    width: 47% !important;
}



















