@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200;300;400;500;600;700;800&display=swap');
* {
    padding: 0;
    margin: 0;
}
body {
    font-family: 'Manrope', sans-serif;
    display: block;
    position: relative;
    overflow-x: hidden;
    color: #292929;
}
.container .row {
    position: relative;
}
.mobile-only {
    display: none;
}
.desctop-only {
    display: block;
}
.body-scroll {
    overflow: hidden;
}
.float-right {
    float: right;
}
.align-center {
    text-align: center;
}
::selection {
    background: #f5e11e;
    color: #fff;
}
::-moz-selection {
    background: #f5e11e;
    color: #fff;
}
/* Scrollbar Styling */
::-webkit-scrollbar {
    width: 15px;
}
::-webkit-scrollbar-track {
    border-radius: 0px;
}
::-webkit-scrollbar-thumb {
    background-color: #f5e11e;
}
ul li {
    list-style-position: inside;
}
a, .btn, input, button, textarea {
    outline: none;
    display: inline-block;
    transition: .2s ease-in-out;
    text-decoration: none;
    font-family: 'Manrope', sans-serif;
}
.btn:hover, input:hover, button:hover {
    transition: .2s ease-in-out;
    text-decoration: none;
}
a {
    color: #f5e11e;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
button {
    border: none;
}
button:hover {
    cursor: pointer;
}
.btn {
    position: relative;
    font-size: 14px;
    line-height: 14px;
    font-weight: 800;
    padding: 20px 30px;
    border-radius: 5px;
    overflow: hidden;
    z-index: 100;
}
.btn:after {
    content: '';
    display: block;
    position: absolute;
    width: 30px;
    height: 200px;
    background: #fff;
    top: -50px;
    transform: rotate(30deg);
    opacity: 0.5;
    left: -70px;
    animation: animate-btn-fon 3s ease-in-out infinite;
}
.btn-yellow {
    background: #f5e11e;
    color: #292929;
}
.btn-yellow:hover {
    background: #f9ed78;
    color: #292929;
}
.btn-big {
    padding: 30px 100px;
    font-size: 18px;
    line-height: 18px;
}
.btn-big img {
    position: absolute;
    right: 40px;
    top: 20px;
    transition: .2s ease-in-out;
}
.btn-big:hover img {
    right: 20px;
}
.btn-raschet:before {
    content: '';
    display: block;
    position: absolute;
    width: 95px;
    height: 72px;
    left: 0;
    top: 0;
    background-image: url("../images/icon-calc2.png");
    background-position: 0px 0px;
    background-repeat: no-repeat;
}
.btn-tg {
    background: #0088cc;
    padding: 30px 90px 30px 30px;
    font-size: 18px;
    line-height: 18px;
    color: #fff;
    font-weight: 600;
}
.btn-tg:hover {
    background: #00a4e9;
}
.btn-tg img {
    position: absolute;
    right: 30px;
    top: 20px;
}
.top-calc {

    text-align: right;
}
.btn-calc {
    padding-top: 16px;
    padding-bottom: 16px;
    padding-left: 70px;
    padding-right: 15px;
}
.btn-calc span {
    position: absolute;
    background: #f9ed78;
    padding: 14px 20px;
    left: 0;
    border-radius: 5px;
    top: 0;
}
.btn-price {
    background: #efeee0;
    color: #292929;
    padding-left: 60px;
}
.btn-price:hover {
    background: #f7f6ee;
    color: #292929;
}
.btn-price img {
    position: absolute;
    left: 10px;
    top: 7px;
}
.top-zamer img {
    float: left;
    margin-right: 15px;
    margin-top: -10px;
}
.top-zamer a {
    font-size: 14px;
    font-weight: 800;
    color: #292929;
    border-bottom: 1px dashed #292929;
    margin-top: 10px;
}
.top-zamer a:hover {
    color: #292929;
    border-bottom: 1px dashed #f5e11e;
    text-decoration: none;
}
@keyframes animate-btn-fon {
    0% {
        left: -70px;
    }
    30% {
        left: 500px;
    }
    100% {
        left: 500px;
    }
}
h1 {
    font-size: 56px;
    line-height: 56px;
    font-weight: 300;
    margin-bottom: 10px;
}
h2 {
    font-size: 46px;
    line-height: 50px;
    font-weight: 800;
}
h2 span {
    font-weight: 400;
    display: inline-block;
}
h2 span span {
    text-decoration: line-through;
    color: #e3e3e3;
}
#banner h2 span {
    font-weight: 800;
    background: #fcf9d9;
    padding: 0px 0px 5px 10px;
}
h2 span img {
    margin-left: 40px;
    margin-right: -20px;
    top: 5px;
    position: relative;
}
h3 {
    font-size: 30px;
    line-height: 30px;
    font-weight: 400;
}
h3 span {
    font-weight: 800;
}
h4 {
    font-size: 16px;
    line-height: 20px;
    font-weight: 800;
}
h5 {
    font-size: 12px;
    line-height: 12px;
    font-weight: 300;
}
p {
    font-size: 16px;
    line-height: 20px;
}
/*SYTLES*/
header {
    padding-top: 40px;
    min-height: 800px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.top-phone {
    text-align: right;
}
.top-phone h5 {
    display: inline-block;
    position: relative;
}
.top-phone h5:after {
    content: '';
    display: block;
    position: absolute;
    left: -20px;
    top: 1px;
    width: 10px;
    height: 10px;
    background: #00ba00;
    border-radius: 10px;
    animation: animate-open 1s ease-in-out infinite;
}
@keyframes animate-open {
    0% {
        box-shadow: 0px 0px 15px #00ba00;
    }
    30% {
        box-shadow: 0px 0px 10px transparent;
    }
    100% {
        box-shadow: 0px 0px 10px transparent;
    }
}
.top-phone a {
    color: #292929;
    text-decoration: none;
    font-size: 18px;
    font-weight: 800;
    display: block;
}
.top-phone a:hover {
    text-decoration: underline;
}
.top-phone .top-phone-mess a {
    font-weight: 300;
    font-size: 14px;
    line-height: 14px;
    display: inline-block;
    margin-left: 10px;
    border-bottom: 1px dashed #292929;
}
.top-phone .top-phone-mess a:hover {
    border-bottom: 1px dashed transparent;
    text-decoration: none;
}
nav a {
    position: relative;
    color: #292929;
    font-size: 16px;
    line-height: 14px;
    margin-right: 40px;
    font-weight: 400;
}
nav a span {
    position: absolute;
    right: -5px;
    top: -20px;
    font-size: 12px;
    line-height: 12px;
    padding: 3px 5px;
    background: #f5e11e;
    font-weight: 700;
}
#banner {
    margin-top: 90px;
}
#banner h1 {
    margin-top: 35px;
}
#banner h3 {
    position: relative;
    margin-top: 25px;
    margin-bottom: 70px;
}
#banner h3:before {
    content: '';
    width: 50px;
    height: 2px;
    background: #f5e11e;
    display: inline-block;
    position: relative;
    margin-right: 20px;
    top: -7px;
}
.banner-item {
    margin-bottom: 70px;
    position: relative;
}
.banner-item img {
    float: left;
    margin-right: 15px;
    margin-top: 10px;
}
.block-head {
    text-align: center;
    margin-bottom: 50px;
}
#catalog {
    padding-top: 100px;
    padding-bottom: 100px;
    background-image: url("../images/background-mramor.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
/* TAB */
#catalog .price-item {
    position: relative;
    display: block;
    font-size: 28px;
    line-height: 28px;
    font-weight: 400;
    margin-bottom: 25px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 95px;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0px 4px 0px transparent;
    margin-right: 30px;
}
#catalog .price-item.tab-active, #catalog .price-item:hover {
    font-weight: 800;
    color: #292929;
    box-shadow: 0px 4px 0px #f5e11e;
}
#catalog .price-item:before {
    content: '';
    width: 0px;
    height: 2px;
    background: #f5e11e;
    display: inline-block;
    position: relative;
    margin-right: 0px;
    top: -7px;
    transition: .2s ease-in-out;
}
#catalog .price-item.tab-active:before, #catalog .price-item:hover:before {
    content: '';
    width: 30px;
    height: 2px;
    margin-right: 5px;
    top: -7px;
    transition: .2s ease-in-out;
}
#catalog .price-item > a {
    position: absolute;
    z-index: 100;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}
.block-price-text {
    display: none;
    font-size: 14px;
    line-height: 20px;
    font-weight: 300;
    color: #000;
}
.block-price-text.tab-active {
    display: block;
}
.slider-item {
    min-height: 465px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    border-radius: 20px;
}
.slider-item:before {
    z-index: 90;
    content: '';
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    background: linear-gradient(to top, #ffffff, transparent 40%);
}
.slider-descr {
    position: relative;
    display: inline-block;
    margin-right: 30px;
    z-index: 100;
}
.slider-text {
    position: absolute;
    bottom: 40px;
    left: 40px;
    z-index: 100;
}
.slider-opis {
    position: relative;
    margin-top: 10px;
    z-index: 100;
}
.slider-opis p {
    font-size: 12px;
    line-height: 16px;
}
.slider-text h4 {
    margin-bottom: 0px;
}
#catalog .owl-nav {
    position: absolute;
    top: 200px;
    width: 100%;
}
.slider-descr span {
    text-transform: uppercase;
    font-size: 10px;
    line-height: 10px;
    margin-bottom: 5px;
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
    background: #fff;
    padding: 15px 20px;
    border-radius: 50px;
    font-size: 20px;
}
.owl-theme .owl-nav [class*=owl-]:hover {
    background: #fcf9d9;
}
.owl-theme .owl-nav [class*=owl-] span {
    color: #292929;
}
.owl-prev {
    left: -30px;
    position: absolute;
    box-shadow: 0px 0px 10px #e9e9e9;
}
.owl-next {
    right: -30px;
    position: absolute;
    box-shadow: 0px 0px 10px #e9e9e9;
}
.catalog-text {
    margin-left: 20px;
}
.hashtag {
    font-size: 14px;
    line-height: 14px;
    padding: 15px 30px;
    border-radius: 30px;
    border: 2px solid #f5e11e;
    display: inline-block;
    background: #eae8d2;
    margin-bottom: 30px;
}
.catalog-text p {
    position: relative;
    margin-bottom: 30px;
    padding-left: 20px;
}
.catalog-text p img {
    position: absolute;
    left: 0;
    top: 7px;
}
.catalog-href {
    margin-top: 30px;
    margin-bottom: 40px;
    font-size: 16px;
    line-height: 16px;
    color: #292929;
    font-weight: 800;
    border-bottom: 1px dashed #292929;
}
.catalog-href:hover {
    border-bottom: 1px dashed transparent;
    text-decoration: none;
}
.catalog-info {
    margin-top: 100px;
}
.catalog-info img {
    width: 100%;
}
.catalog-info h4 {
    position: relative;
    margin-bottom: 10px;
}
.catalog-info h4:before {
    content: '';
    width: 15px;
    height: 17px;
    display: block;
    position: absolute;
    top: -20px;
    left: 0;
    background-image: url("../images/icon-triangle.png");
    background-repeat: no-repeat;
    background-size: contain;
}
.catalog-info p {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 10px;
}
.catalog-info p a {
    color: #292929;
    text-decoration: none;
    border-bottom: 1px dashed #292929;
}
.catalog-info p a:hover {
    text-decoration: none;
    border-bottom: 1px dashed transparent;
}
#surprise {
    background-image: url("../images/background-02.png");
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
    padding-top: 100px;
    padding-bottom: 100px;
}
#surprise-02 {
    background-image: url("../images/surprise-texture-3.png");
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
    padding-top: 100px;
    padding-bottom: 100px;
    position: relative;
}
.texture-surprise {
    right: -150px;
    position: absolute;
    bottom: -5px;
}
#surprise h2, #surprise-02 h2 {
    margin-bottom: 30px;
}
#surprise p, #surprise-02 p {
    margin-bottom: 30px;
}
.surprise-item {
    position: absolute;
    right: 100px;
    width: 323px;
    height: 281px;
    background-image: url("../images/surprise-texture.png");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.surprise-item img {
    position: absolute;
    right: -60px;
    bottom: -30px;
    animation: animate-surprise-img 2s ease-in-out infinite;
}
@keyframes animate-surprise-img {
    0% {
        transform: rotate(15deg);
    }
    50% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(15deg);
    }
}
form {
    position: relative;
}
form input {
    border: 2px solid #f1f1f1;
    background: #fff;
    position: relative;
    font-size: 14px;
    line-height: 14px;
    font-weight: 400;
    padding: 16px 20px;
    border-radius: 5px;
    margin-right: 10px;
}
form input:focus {
    border: 2px solid #f9ed78;
}
#portfolio {
    padding-top: 100px;
    padding-bottom: 40px;
    background-image: url("../images/background-mramor.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.portfolio-item {
    margin-bottom: 50px;
}
.portfolio-item-image {
    /*min-height: 300px;*/
    min-height: 400px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 10px;
    position: relative;
    display: block;
}
.portfolio-item-image .label {
    padding: 7px 15px;
    position: absolute;
    left: -15px;
    top: 20px;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 14px;
    font-weight: 800;
}
.label-blue {
    color: #fff;
    background: #00a4e9;
}
.label-green {
    color: #fff;
    background: #15b915;
}
.label-yellow {
    color: #292929;
    background: #f5e11e;
}
.label-red {
    color: #fff;
    background: #e13636;
}
.portfolio-item h3 {
    font-weight: 800;
    margin-bottom: 20px;
    margin-top: 20px;
}
.portfolio-item p span {
    text-transform: uppercase;
    font-size: 10px;
    line-height: 10px;
    display: block;
    margin-bottom: 0px;
}
.portfolio-item p {
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 18px;
}
.portfolio-item .btn {
    margin-right: 15px;
}
.portfolio-item .btn {
    margin-top: 20px;
}
#work {
    margin-top: 100px;
}
#work .btn {
    margin-top: 10px;
}
.work-item {
    position: relative;
    text-align: center;
}
.work-item span {
    position: absolute;
    z-index: 10;
    right: 10px;
    top: -30px;
    font-weight: 800;
    font-size: 76px;
    line-height: 76px;
    color: #f6f5eb;
}
.work-item img {
    position: relative;
    z-index: 15;
    margin-bottom: 15px;
}
footer {
    background: #292929;
    color: #fff;
    padding-top: 60px;
    padding-bottom: 60px;
}
footer .top-zamer a {
    color: #fff;
}
footer .top-zamer a:hover {
    color: #fff;
    border-bottom: 1px dashed #fff;
}
footer a, footer .top-phone a {
    color: #fff;
}
footer nav a span {
    color: #292929;
}
footer .top-phone .top-phone-mess a {
    border-bottom: 1px dashed #fff;
}
.footer-dev {
    margin-top: 40px;
}
.popup-modal-style {
    width: 700px;
    margin: auto;
    position: relative;
    background-image: url("../images/background-popup.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 60px;
}
.popup-modal-style h2 {
    margin-bottom: 20px;
}
.popup-modal-style p {
    margin-bottom: 30px;
}
.popup-modal-style input {
    margin-bottom: 10px;
}
.mfp-bg {
    background: #c1c1c1;
}
/*Разработка & дизайн: weba.by*/
.weba-dev {
    font-family: Roboto, sans-serif;
    float: right;
    position: relative;
    margin-top: 30px;
}
.weba-dev > span {
    font-size: 10px;
}
.weba-dev a {
    font-family: Roboto, sans-serif;
    text-decoration: none;
    display: block;
    line-height: 33px;
    color: #fff;
}
.weba-dev a:hover {
    color: #313131;
}
.weba-logo {
    font-family: Roboto, sans-serif;
    font-size: 48px;
    font-weight: bold;
    line-height: 48px;
    color: #313131;
}
.weba-logo span {
    font-family: Roboto, sans-serif;
    color: #ffea00;
    font-weight: bold;
}
.weba-href {
    text-align: right;
}
.webapico {
    position: absolute;
    right: -12px;
    top: -21px;
    width: 50px;
    height: 52px;
    animation: webapico-anime 2s linear infinite;
    transform-origin: 47% 100%;
}
@keyframes webapico-anime {
    0% {
        background-image: url('../images/weba/webapico.png');
        background-size: cover;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
    }
    15% {
        background-image: url('../images/weba/webapico.png');
        transform: rotate(-60deg);
        background-size: cover;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
    }
    20% {
        background-image: url('../images/weba/webapico.png');
        transform: rotate(-45deg);
        background-size: cover;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
    }
    25% {
        background-image: url('../images/weba/webapico.png');
        transform: rotate(-60deg);
        background-size: cover;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
    }
    30% {
        background-image: url('../images/weba/webapico.png');
        transform: rotate(-45deg);
        background-size: cover;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
    }
    50% {
        background-image: url('../images/weba/webapico.png');
        transform: rotate(0deg);
        background-size: cover;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
    }
    70% {
        background-image: url('../images/weba/webapico.png');
        background-size: cover;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
    }
    73% {
        background-image: url('../images/weba/webapico2.png');
        background-size: cover;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
    }
    76% {
        background-image: url('../images/weba/webapico.png');
        background-size: cover;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
    }
    81% {
        background-image: url('../images/weba/webapico2.png');
        background-size: cover;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
    }
    83% {
        background-image: url('../images/weba/webapico.png');
        background-size: cover;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
    }
    100% {
        background-image: url('../images/weba/webapico.png');
        background-size: cover;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
    }
}
#review {
    padding-top: 100px;
}
.review-item {
    position: relative;
    padding: 30px 30px 30px;
    background: #fff;
    box-shadow: 0px 0px 10px #ededed;
    border-radius: 0px 20px 20px 10px;
    margin-bottom: 40px;
}
.review-item h5 {
    font-size: 10px;
    font-weight: 300;
    line-height: 10px;
    margin-bottom: 5px;
}
.review-item p {
    font-size: 14px;
    line-height: 18px;
}
.review-item:before {
    content: '';
    position: absolute;
    background-image: url("../images/qoute.png");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 50px;
    height: 50px;
    top: -27px;
    left: 5px;
}
.block-menu-catalog {
    display: none;
}
.mail_send-sacsses {
    font-size: 30px;
    /* text-transform: uppercase; */
    font-weight: 800;
}
header.head-page {
    min-height: 100px;
    background-position: top;
    padding-bottom: 20px;
}