@import url(../fonts/Roboto/stylesheet.css);
@import url(default.css);

@font-face {
    font-family: Spaceland;
    font-style: italic;
    font-display: swap;
    src: url(../fonts/spaceland/Spaceland-TenOblique.otf)
}

:root {
    --main-color: #F04650;
    --main-bg-braun: #3C3F44
}

h1 {
    font-family: Spaceland;
    font-style: italic;
    font-weight: 700;
    font-size: 67px;
    line-height: 130.6%;
    text-transform: uppercase;
    color: #25282c;
    margin-bottom: 20px
}

h2 {
    font-family: Spaceland;
    font-style: italic;
    font-weight: 700;
    font-size: 48px;
    line-height: 130.6%;
    text-transform: uppercase;
    color: #fff
}

h3 {
    font-family: Spaceland;
    font-style: italic;
    font-weight: 700;
    font-size: 28px;
    line-height: 142.5%;
    text-transform: uppercase
}

.col-main {
    color: var(--main-color, #f04650)
}

.main-braun {
    background-color: var(--main-bg-braun, #3c3f44)
}

.main-braun-color {
    color: var(--main-bg-braun, #3c3f44)
}

.subtitle {
    font-weight: 500;
    font-size: 20px;
    line-height: 142.5%;
    margin-bottom: 30px
}

.call-text {
    font-family: Spaceland;
    font-style: italic;
    font-weight: 700;
    font-size: 36px;
    line-height: 142.5%;
    text-transform: uppercase;
    position: relative;
    z-index: 5
}

.call-text a {
    text-decoration: underline
}

.sec-padding-top {
    padding-top: 75px
}

.sec-padding-bottom {
    padding-bottom: 82px
}

.header {
    background: url(../img/bg-1.png) 100% 100% no-repeat;
    padding-top: 10px;
    position: relative;
    overflow: hidden
}

.burger {
    width: 30px;
    height: 30px;
    cursor: pointer;
    display: none
}

.burger svg {
    width: 100%;
    height: 100%
}

.head_bottom {
    padding-top: 52px;
    padding-bottom: 172px
}

.head_bottom .call-text {
    color: #25282c
}

.menu {
    position: fixed;
    top: 0;
    right: 0;
    height: 100%;
    width: 161px;
    background: rgba(255, 255, 255, .85);
    box-shadow: -3px 0 24px rgba(0, 0, 0, .2);
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center
}

.nav {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    height: 60%;
    justify-content: space-around
}

.nav-link {
    font-size: 14px;
    line-height: 166.6%;
    color: #282828;
    display: block;
    padding-left: 38px
}

.nav-link:hover span {
    border-bottom: 1px solid #f04650;
    color: #282828
}

.active span {
    border-bottom: 1px solid #f04650
}

#button {
    display: inline-block;
    background-color: var(--main-color, #f04650);
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 4px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    transition: background-color .3s, opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000
}

#button::after {
    content: "\f077";
    font-family: FontAwesome;
    font-weight: 400;
    font-style: normal;
    font-size: 2em;
    line-height: 50px;
    color: #fff
}

#button:hover {
    cursor: pointer;
    background-color: #333;
    text-decoration: none
}

#button:active {
    background-color: #555
}

#button.show {
    opacity: 1;
    visibility: visible
}

.b1 h2 {
    margin-bottom: 15px
}

.why {
    height: 100%;
    background: #fff;
    border-radius: 3px;
    padding: 14px 15px;
    min-height: 429px
}

.b1{
   padding-bottom: 30px;
}

.b1 .row {
    margin-bottom: 30px
}

.why__border {
    background: #fff;
    border: 1px solid #cacaca;
    box-sizing: border-box;
    border-radius: 3px;
    padding: 23px 5px 6px 25px;
    height: 100%
}

.why__img {
    border-radius: 50%;
    width: 87px;
    height: 87px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
    background-color: var(--main-bg-braun, #3c3f44);
    margin-bottom: 23px;
    padding: 20px
}

.why__img svg {
    width: 100%;
    height: 100%
}

.why h3 {
    margin-bottom: 2px
}

.why p {
    font-size: 18px;
    line-height: 178.5%
}

.b2 {
    overflow: hidden;
    padding-bottom: 30px;
}

.b2 h2 {
    margin-bottom: 47px
}

.phone-mt-serv{
   margin-top: 50px;
}

.lists li {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center
}

.lists li:not(:last-child) {
    margin-bottom: 15px
}

.ser-icon {
    width: 80px;
    height: 80px;
    -webkit-box-flex: 0;-ms-flex: 0 0 80px;flex: 0 0 80px;
    background: #f4f4f4;
    box-shadow: 0 4px 15px rgba(0, 0, 0, .25);
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
    margin-right: 26px;
    padding: 15px
}

.ser-icon svg {
    width: 100%;
    height: 100%
}

.lists p {
    line-height: 136%
}

.foto-shina {
    position: relative;
    margin-bottom: 40px;
    text-align: center
}

.foto-shina::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 617px;
    height: 617px;
    border: 1px solid #d8d8d8;
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.foto-shina::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 529px;
    height: 529px;
    border: 1px solid #d8d8d8;
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.list-services {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 242px;
    height: 242px;
    background-color: var(--main-color, #f04650);
    border-radius: 50%;
    padding: 15px
}

.list-services-border {
    border-radius: 50%;
    border: 1px solid #ff9a9a;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
    height: 100%
}

.list-services-text {
    font-weight: 300;
    font-size: 38px;
    line-height: 140%;
    text-align: center;
    text-transform: uppercase;
    color: #fff
}

.b3 {
   padding-bottom: 30px;
}

.b3 h2 {
    margin-bottom: 24px
}

.b3 .row {
    margin-bottom: 15px
}

.sale--border {
    border-color: #7d8187 !important;
    border-radius: 3px
}

.sale-box {
    height: 399px;
    border-color: #7d8187 !important;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
    font-weight: 300;
    font-size: 38px;
    line-height: 140%;
    text-align: center;
    text-transform: uppercase;
    color: #fff
}

.sale-numbet-text {
    display: block;
    font-family: Spaceland;
    font-style: italic;
    font-weight: 750;
    font-size: 160px;
    line-height: 97%;
    color: #f04650
}

.sale-subtitle-text {
    font-weight: 300;
    font-size: 28px;
    line-height: 140%;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 25px
}

.b4 {
    padding-bottom: 41px
}

.b4 h2 {
    color: #25282c;
    margin-bottom: 19px
}

.b4 .slider-one .owl-nav button {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: var(--main-color, #f04650);
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: center
}

.b4 .slider-one .owl-nav .owl-prev {
    left: 18px
}

.b4 .slider-one .owl-nav .owl-next {
    right: 18px
}

.b5 {
    padding-top: 37px
}

.b5 h2 {
    color: #25282c;
    margin-bottom: 23px
}

.table thead th.table-first {
    vertical-align: middle;
    font-weight: 700;
    font-size: 18px;
    line-height: 159.6%;
    text-transform: uppercase;
    color: #f04650
}

.price-link {
    height: 91px;
    background: #fff;
    border: 1px solid #acacac;
    box-sizing: border-box;
    text-align: center;
    padding: 0 10px;
    width: 100%;
    max-width: 100%
}

.price-link:hover {
    text-decoration: none;
    background-color: var(--main-color, #f04650);
    border: 1px solid var(--main-color, #f04650)
}

.price-link:hover .price-link__title {
    color: #fff
}

.price-link:hover .price-link__des {
    color: #fff
}

.price-link__title {
    font-weight: 700;
    font-size: 18px;
    line-height: 21px;
    color: #0b1620;
    margin-bottom: 2px
}

.price-link__des {
    font-size: 14px;
    line-height: 16px;
    color: #0b1620
}

.price-link.js-current {
    background-color: var(--main-color, #f04650);
    border: 1px solid var(--main-color, #f04650)
}

.price-link.js-current .price-link__title {
    color: #fff
}

.price-link.js-current .price-link__des {
    color: #fff
}

.btn-bg {
    background: #f04650;
    border-radius: 3px
}

.btn-font {
    font-weight: 500;
    font-size: 18px;
    line-height: 157%;
    text-align: center;
    color: #ededed
}

.form-inp {
    background-color: transparent;
    width: 100%;
    height: 72px;
    border: 1px solid #7c7f83;
    box-sizing: border-box;
    border-radius: 3px;
    padding: 0 23px;
    font-weight: 300;
    font-size: 18px;
    line-height: 157%;
    color: #ededed
}

.btn-size {
    width: 100%;
    min-height: 72px
}

.footer h2 {
    margin-bottom: 17px
}

.footer .subtitle {
    font-size: 20px;
    line-height: 157%;
    color: #ededed;
    margin-bottom: 43px;
    width: 100%;
    max-width: 775px;
    font-weight: 400
}

a.col-main:hover {
    color: var(--main-color, #f04650);
    text-decoration: none
}

.form-check-input {
    width: 16px;
    height: 16px;
    margin-top: 0
}

.header-foto {
    display: none
}

.callback {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    padding: 7px;
    z-index: 555
}

.callback .num {
    background: #5b0;
    width: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: center
}

.callback .num a.whatsapp {
    font-size: 15px;
    color: #fff;
    padding: 0 10px;
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flex;
    display: -o-inline-flex;
    display: inline-flex;
    -ms-align-items: center;
    align-items: center;
    font-size: 14px
}

.callback .num a {
    text-align: center;
    line-height: 44px;
    border-radius: 3px;
    color: #fff !important;
    text-decoration: none;
    font-size: 18px
}

a.whatsapp img {
    width: 100%;
    max-width: 25px;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    margin-right: 5px
}

.new-telefone2 {
    text-shadow: 1px 1px 1px rgb(0 0 0 / 95%);
    font-weight: 600
}

.new-telefone2 i {
    color: red
}

@media (min-width:1200px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1200px
    }
}

@media (min-width:1100px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1200px
    }
}

@media(max-width:1505px) {
    .menu {
        width: 130px
    }

    .nav-link {
        padding-left: 15px
    }
}

@media(max-width:1445px) {
    .menu {
        position: absolute
    }
}

@media(max-width:1100px) {
    .head_bottom {
        padding-bottom: 315px
    }

    h1 {
        font-size: 57px
    }

    h3 {
        font-size: 25px
    }

    .why p {
        line-height: 160.5%
    }

    .b2 h2 {
        max-width: 650px;
        margin: 0 auto 47px
    }
}

@media(max-width:992px) {
    .header {
        background: 0 0
    }

    .header-foto {
        display: block
    }

    .burger {
        display: block
    }

    .menu {
        position: relative;
        width: 100%;
        margin-top: 20px;
        padding: 10px 0;
        display: none
    }

    .nav {
        display: block !important
    }

    .head_bottom {
        padding-bottom: 0
    }

    .border-top-last {
        border-top: 1px solid #7d8187
    }
}

@media (max-width:768px) {
    .border-top-top {
        border-right: none !important
    }

    .border-top-middle {
        border-top: 1px solid #7d8187 !important;
        border-right: none !important
    }
}

@media(max-width:500px) {
    .callback {
        display: block
    }

    .foto-shina::after,
    .foto-shina::before {
        display: none
    }

    .foto-shina {
        max-width: 320px;
        margin: 0 auto 20px
    }

    .list-services {
        width: 155px;
        height: 155px
    }

    .list-services-text {
        font-size: 22px
    }
}

@media (max-width:480px) {
    .table-bordered td {
        font-size: 12px
    }

    .table-bordered th {
        font-size: 14px
    }

    .table td,
    .table th {
        padding: .75rem .4rem
    }

    h1 {
        font-size: 40px
    }

    .subtitle {
        font-size: 16px
    }

    .call-text {
        font-size: 26px
    }

    .header-foto {
        display: block;
        margin: 0 -10px
    }

    h2 {
        font-size: 30px
    }

    .sec-padding-bottom {
        padding-bottom: 65px
    }

    .sec-padding-top {
        padding-top: 35px
    }

    h3 {
        font-size: 22px
    }

    .why {
        min-height: 350px
    }

    .why h3 {
        margin-bottom: 10px
    }

    .why p {
        font-size: 14px;
        line-height: 178.5%
    }

    .b2 h2 {
        margin: 0 auto
    }

    .sale-box {
        height: 289px;
        font-size: 26px
    }

    .sale-numbet-text {
        line-height: 82%
    }

    .sale-subtitle-text {
        font-size: 20px
    }

    .b4 {
        padding-bottom: 20px
    }

    .footer .subtitle {
        font-size: 16px;
        margin-bottom: 23px
    }

    .form-check-label {
        font-size: 12px
    }
}

@media (max-width:445px) {
    .callback .num a.whatsapp span {
        display: none
    }
}