@import "../font/ubuntu.css";
html{
    font-size: 10px;
    width: 99.9%;
    box-sizing: border-box;
}
body{
    position: relative;
    float: left;
    margin: 0;
    font-family: Ubuntu;
    width: 100%;
    box-sizing: border-box;
}
section{
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
}
.header{
    position: relative;
    float: left;
    width: 100%;
    background: url("../img/intro-red.jpg") center top no-repeat;
}
.head{
    position: relative;
    margin-right: auto;
    margin-left: auto;
    width: 1170px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    height: 350px;
}
.top{
    position: relative;
    display: flex;
    justify-content: space-between;
    align-content: center;
}
.top-logo{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-size: 1.6rem;
    flex-grow: 4;
    padding-left: 3rem;
}

.top-logo img{
    width: 195px;
}
.top-logo p{
    padding-left: 3rem;
    width: 34%;
}
.top-calc{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-grow: 5;
}
.top-calc a{
    color: #ffffff;
    font-size: 1.6rem;
    position: relative;
    display: flex;
    align-items: center;
}
.top-calc a:hover{
    text-decoration: none;
}
.top-calc span{
    padding-left: 1.5rem;
}
.top-phone{
    position: relative;
    display: flex;
    flex-grow: 1;
    align-items: center;
    justify-content: space-around;
    margin-right: 3rem;
    font-size: 1.6rem;
}
.top-phone a:first-child{
    font-size: 2.4rem;
    color: #ffffff;
    text-decoration: none;
    font-weight: 900;
    margin-right: 1rem;
}
.btn{
    color: #000000;
    text-decoration: none;
    background-color: #eec063;
    padding: 15px 35px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 200px;
    background-image: linear-gradient(#fed787, #eec063);
    border-bottom: 5px solid #d5a23a;

}
.btn:hover{
    -webkit-filter: brightness(1.1);
    filter: brightness(1.1);
}
.bot{
    position: relative;
    display: flex;
    justify-content: center;
    margin-top: -4rem;
}
.bot-intro{
    position: relative;
    display: flex;
    justify-content: space-between;
    width: 95%;
    align-items: center;
}
.bot-intro span{
    font-size: 5.4rem;
    font-weight: 900;
}
.bot-intro:after {
    position: absolute;
    content: '';
    width: 200px;
    height: 3px;
    display: block;
    background: #ffd889;
    margin-top: 8rem;
}
.bot-intro img{
    width: 230px;
    transform: rotate(-10deg);
}
.owl-dots{
    display: none;
}
.products-block{
    position: relative;
    margin-right: auto;
    margin-left: auto;
    width: 1170px;
    display: flex;
    flex-direction: column;
}
.products-block h2{
    font-size: 4.6rem;
    margin: 5rem auto;
}
.products-block h2:after{
    position: absolute;
    content: '';
    width: 200px;
    height: 3px;
    display: block;
    background: #f0483f;
    margin-top: 1.5rem;
}
.products{
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
.product{
    position: relative;
    width: 30%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    margin: 3rem auto;
}
.product img{
    width: 100%;
    border-radius: 10px;
}
.product:before{
    content: url("../img/vid.png");
}
.product p{
    font-size: 2.4rem;
    text-align: center;
    font-weight: 900;
    margin: 1.2rem auto;
}
.product a.btn{
    font-size: 1.8rem;
    font-weight: 900;
}
.product-price {
    position: absolute;
    width: 165px;
    height: 55px;
    top: 55px;
    right: -10px;
    background: url("../img/price.png") center no-repeat;
}
.product-price span{
    font-size: 2.2rem;
    color: #fff;
    line-height: 2.9;
    padding-left: 10px;
}
.red-back{
    background-color: red;
    margin-top: 70px;
}
.call-back{
    position: relative;
    margin-right: auto;
    margin-left: auto;
    width: 1170px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-top: -30px;
}
.call-txt, .call-form, .call-img {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
}
.call-form{
    align-items: center;
}
.call-back-form{
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 85%;
}
.call-txt{
    color: white;
    flex-grow: 1;
    max-width: 450px;
}
.call-txt h2{
    font-size: 4.5rem;
}
.call-txt h2:after {
    position: absolute;
    content: '';
    width: 200px;
    height: 3px;
    display: block;
    background: #ffd889;
    margin-top: 1rem;
}
.call-txt p{
    font-size: 2.2rem;
}
.form-tel{
    font-size: 1.7rem;
    padding: 1rem 1.5rem;
    border-radius: 50px;
    text-align: center;
    margin-bottom: 1rem;
    border: 1px solid #d8d8d8;
}
.form-tel:active{
    border-radius: 50px;
}
.checkbox{
    position: relative;
    display: flex;
    justify-content: space-around;
    margin: 2rem auto;
    font-size: 1.2rem;
    color: white;
    align-items: center;

}
.checkbox a{
    color: white;
}
.checkbox a:hover{
    text-decoration: none;
}
#check,#check-off,#check-2,#check-3,#check-4{
    transform:scale(1.3);
    cursor: pointer;
}
.submit{
    border: 0 none;
    border-bottom: 5px solid #d5a23a;
    margin-top: 1rem;
    font-size: 2.2rem;
    font-weight: 600;
}
.submit:hover{
    cursor: pointer;
}
.carousel-center{
    position: relative;
    width: 90%;
    margin: auto;
}
.owl-img:hover .owl-hover{
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    opacity:1;
}
.owl-hover{
    opacity:0;
    transition: 1s;
    width: 100px;
    height: 100px;
    background: rgba(244, 244, 244, 0.8);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    position: absolute;
    top: 25%;
    left: 38%;
}
.owl-hover-txt{
    position: relative;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: 25px 25px;
    -moz-transform-origin: 25px 25px;
    -ms-transform-origin: 25px 25px;
    -o-transform-origin: 25px 25px;
    transform-origin: 25px 25px;
    text-align: center;
    font-size: 2.4rem;
}
.round-size:after{

}
.diameter:after{
    background: url(../img/diameter.png) no-repeat;
}
.diameter:after, .round-size:after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 20px;
    height: 20px;
    padding-right: 15px;
    padding-bottom: 5px;
}
.owl-hover-txt p{
    margin: 0 auto;
    width: 30px;
}
.owl-img{
    width: 65%;
    margin: auto;
}
.owl-img>p{
    font-size: 2rem;
    text-align: center;
    margin: 0;
}
.carousel-center h2{
    font-size: 4.6rem;
    margin: 5rem auto;
    width: 1170px;
    text-align: center;
}
.carousel-center h2:after{
    position: absolute;
    content: '';
    width: 200px;
    height: 3px;
    display: block;
    background: #f0483f;
    margin-top: 1.5rem;
    margin-left: 9.7rem;
}

#offer{
    background: url("../img/offer.jpg") center no-repeat;
    height: 1062px;
}
.offer{
    position: relative;
    margin-right: auto;
    margin-left: auto;
    width: 1170px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    align-items: center;
}
.offer-head, .offer-form{
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.offer-form{
    width: 50%;
}
.offer-head{
    margin-bottom: 3rem;
}
.offer-head h2{
    font-size: 4.6rem;
    margin: auto auto;
    text-align: center;
}
.offer-head h2:after {
    content: '';
    width: 200px;
    height: 3px;
    display: block;
    background: #f0483f;
    margin-left: auto;
    margin-right: auto;
    margin-top: 1.5rem;
}
.offer-head p{
    font-weight: 600;
    font-size: 2rem;
}
.offer-body{
    position: relative;
    display: flex;
    justify-content: space-around;
}
.offer-body h3{
    font-size: 3rem;
    font-weight: 900;
    text-align: center;
}
.choice-off{
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 50%;
}
.choises{
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
.choice{
    width: 30%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    background: white;
    margin-bottom: 2rem;
    border-radius: 10px;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.25);
}
.choice::before {
    content: "";
    display: block;
    padding-top: 100%; /* С помощью этого padding мы задаем высоту равную ширине блока */
}
.choice a:hover{
    -webkit-filter: brightness(1.1);
    filter: brightness(1.1);
}
.win-off{
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 50%;
    align-items: center;
}
.win-back{
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    width: 80%;
    height: 90%;
    margin-bottom: 20px;
    align-items: center;
    background: white;
    border-radius: 10px;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.25);
}
.win-back img{
    border-radius: 10px;
}
.win-back span{
    font-size: 2rem;
    font-weight: 600;
    width: 80%;
    text-align: center;
}
.win-back p{
    font-size: 1.3rem;
    width: 80%;
    text-align: center;
}
.offer-form{
    margin-top: 5rem;
}
.offer-form label, .offer-form a{
    font-size: 1.7rem;
    color: black;
}
#price{
    background: red;
    color: white;
}
.price{
    position: relative;
    display: flex;
    flex-direction: column;
    margin-right: auto;
    margin-left: auto;
    width: 1170px;
    align-items: center;
}
.price h2{
    font-size: 4.5rem;
}
.price h2:after {
    position: absolute;
    content: '';
    width: 200px;
    height: 3px;
    display: block;
    background: #ffd889;
    margin-top: 1rem;
}
.calc{
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
}
.calc-top{
    position: relative;
    display: flex;
    width: 100%;
    justify-content: space-around;
}
.calc-top h3{
    font-size: 2.2rem;
}
.calc-box{
    position: relative;
    display: flex;
    width: 25%;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.calc-box-txt{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
.calc-box-form{
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    width: 85%;
}
input, select, textarea{
    outline: none;
}
.calc-box-form select{
    border: none;
    height: 50px;
    color: #4e4e4e;
    width: 100%;
    background: #FFFFFF;
    padding: 1rem 2rem;
    font-size: 1.6rem;
    border-radius: 50px;
    font-weight: 600;
}
.calc-box-form option{
    font-size: 1.6rem;
    border-radius: 50px;
    font-weight: 600;
}
.calc-box-form input[type=range]::-webkit-slider-runnable-track {
    width: 100%;
    cursor: pointer;
    background: #e4e9ed;
    border-radius: 1.3px;
    border: 0.2px solid #010101;
}
.calc-box-form input[type=range]::-moz-range-track {
    width: 100%;
    cursor: pointer;
    background: #e4e9ed;
    border-radius: 1.3px;
    border: 0.2px solid #010101;
}
.calc-box-form input[type=range]::-ms-track {
    width: 100%;
    cursor: pointer;
    background: transparent;
    border-color: transparent;
    border-width: 16px 0;
    color: transparent;
}
.calc-box-form input[type=range]::-ms-fill-lower {
    background: #e4e9ed;
    border: 0.2px solid #010101;
    border-radius: 2.6px;
}
.calc-box-form input[type=range]::-ms-fill-upper {
    background: #e4e9ed;
    border: 0.2px solid #010101;
    border-radius: 2.6px;
}
.calc-box-form input[type=range]:focus::-ms-fill-lower {
    background: #e4e9ed;
}
.calc-box-form input[type=range]:focus::-ms-fill-upper {
    background: #e4e9ed;
}
.calc-box-form p{
    font-size: 1.6rem;
    font-weight: 600;
    margin: 0.5rem;
}
input#r{
    width: 55%;
    padding: 0 1rem;
    border: 0 none;
    margin-bottom: -0.5rem;
    font-size: 2.5rem;
    font-weight: 600;
}
.calc-box-form input[type=range] {
    -webkit-appearance: none; /* Скрывает слайдер, чтобы можно было создать свой */
    width: 100%; /* Указание параметра ширины требуется для Firefox. */
}
.calc-box-form input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
}
.calc-box-form input[type=range]::-ms-track {
    width: 100%;
    cursor: pointer;
    background: transparent; /* Скрывает слайдер, чтобы можно было добавить собственные стили. */
    border-color: transparent;
    color: transparent;
}
.calc-box-form input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    border: 6px solid white;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #fbbe1b;
    cursor: pointer;
    margin: -7px ; /* Вам нужно указать значение для поля в Chrome, но в Firefox и IE это происходит автоматически */
}

.calc-box-form input[type=range]::-moz-range-thumb {
    border: 6px solid white;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #fbbe1b;
    cursor: pointer;
}

.calc-box-form input[type=range]::-ms-thumb {
    border: 6px solid white;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #fbbe1b;
    cursor: pointer;
}

.num{
    font-size: 3.5rem;
    background: url("../img/num.png") center no-repeat;
    width: 120px;
    height: 70px;
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
    color: black;
    font-weight: 900;
}
.num span{
    margin-left: -1rem;
}
.calc-bot{
    position: relative;
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    background: #cc3d36;
    margin: 5rem auto;
    padding: 3rem 0;
    border-radius: 10px;
}
.calc-bot span:nth-child(2){
    margin-left: 30px;
    margin-right: 30px;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    border-radius: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 70px;
    background: #fff;
    padding-left: 40px;
    padding-right: 40px;
    font-size: 2.7rem;
    color: black;
    width: 14%;
}
.calc-bot span:first-child{
    font-size: 2rem;
}
.why{
    position: relative;
    display: flex;
    flex-direction: column;
    width: 1170px;
    align-items: center;
    margin: 2rem auto 0;
}
.why h2{
    font-size: 4.5rem;
}
.why h2:after {
    position: absolute;
    content: '';
    width: 200px;
    height: 3px;
    display: block;
    background: #ffd889;
    margin-top: 1rem;
}
.why-us{
    position: relative;
    display: flex;
    width: 100%;
    justify-content: space-between;
}
.why-box{
    position: relative;
    display: flex;
    width: 20%;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    margin: 2rem auto 0;
}
.why-box p{
    font-size: 1.8rem;
    text-align: center;
    width: 70%;
}
.why-box b{
    color: red;
    font-weight: 600;
}
.four-box{
    width: 25%;
}
.why>p{
    font-size: 2rem;
    margin-top: -1.5rem;
}
.four-box h3{
    font-size: 2rem;
    margin-bottom: 0;
}
.four-box p{
    margin: 0.5rem;
    font-size: 1.4rem;
    width: 80%;
}
.call-bot p{
    margin: 1rem 0;
}
.call-bot p:before{
    content: url("../img/check2.png");
    padding-right: 0.5rem;
}
.call-form p{
    font-size: 2rem;
    color: white;
    text-align: center;
}
#footer{
    background: #474747;
}
.footer{
    position: relative;
    margin-right: auto;
    margin-left: auto;
    width: 1170px;
    display: flex;
    height: 135px;
    justify-content: space-between;
}
.footer p{
    color: white;
    font-size: 1.3rem;
    padding-left: 1rem;
}
.contact{
    position: relative;
    display: flex;
    margin-right: auto;
    margin-left: auto;
    width: 100%;
    justify-content: flex-end;
}
.map{
    width: 50%;
}
.contacts{
    position: relative;
    display: flex;
    width: 35%;
    flex-direction: column;
    justify-content: space-around;
}
.contacts h2{
    font-size: 4.5rem;
}
.contacts h2:after {
    position: absolute;
    content: '';
    width: 200px;
    height: 3px;
    display: block;
    background: #ffd889;
    margin-top: 1rem;
}
.contacts h3{
    font-size: 3.2rem;
    margin-bottom: 0;
    margin-top: 1rem;
}
.contacts p{
    font-size: 1.6rem;
    position: relative;
    display: flex;
    align-items: center;
}
.contacts .office:last-child{
    margin-bottom: 8rem;
}
.office p:nth-child(2){
    padding-left: 0.5rem;
}
.office p:nth-child(2)::before{
    content: url("../img/contact1.png");
    padding-right: 1.7rem;
}
.office p:nth-child(3)::before{
    content: url("../img/contact2.png");
    padding-right: 1.5rem;
}
.office p:nth-child(4)::before{
    content: url("../img/contact3.png");
    padding-right: 1.5rem;
}
#faq{
    background-color: #f6f6f6;
}
.faq{
    position: relative;
    margin-right: auto;
    margin-left: auto;
    width: 1170px;
    display: flex;
    flex-direction: column;
    margin-top: 2rem;
}
.faq h2{
    font-size: 4.6rem;
    text-align: center;
    margin-bottom: 3rem;
}
.faq h2:after {
    content: '';
    width: 200px;
    height: 3px;
    display: block;
    background: #f0483f;
    margin-top: 1.4rem;
    margin-left: auto;
    margin-right: auto;
}
.faq-top{
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}
.faq-top>p{
    font-size: 2rem;
    text-align: center;
    margin: auto auto 3rem;
}
.faq-top a{
    color: black;
    text-decoration: none;
    font-weight: 700;
}
.faq-top a:hover{
    border-bottom: 1px solid black;
}
.faq-wrap{
    position: relative;
    display: flex;
    background-color: white;
    -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.25);
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    padding: 0 25px;
    margin: 1rem 0;
    width: 90%;
}
.faq-title{
    font-size: 2rem;
}
.faq-title:hover, .faq-txt:hover{
    cursor: pointer;
}
.faq-title:hover{
    color: red;
}
.faq-title:after{
    content: '';
    display: block;
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translate(0, -50%);
    width: 40px;
    height: 40px;
    background: url(../img/down.png);
}
.faq-title.selected:after{
    background: url(../img/up.png);
}
.faq-txt{
    font-size: 1.6rem;
    display: none;
    margin: 0;
    width: 90%;
}
.faq-txt p, .faq-txt ol{
    margin: 0;
    padding-bottom: 2rem;
}
.faq-txt ol{
    margin-left: -2.5rem;
}
.faq-txt li{
    margin: 0 auto 1rem;
}
.faq-form{
    width: 55%;
    margin: 0 auto;
    align-items: center;
}
.faq-form .form-tel, .faq-form .btn.submit{
    width: 55%;
    margin: auto;
}
.faq-form .checkbox{
    color: black;
    font-size: 1.5rem;
}
.faq-form .checkbox a{
    color: black;
}
.faq-bot{
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    background: url("../img/faq.png") no-repeat;
    background-size: contain;
    min-height: 338px;
    width: 1170px;
    margin: 4rem auto 4rem;
}
.faq-bot h3{
    font-size: 3.2rem;
    margin-top: 0;
}
.faq-form textarea{
    width: 95%;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
    font-size: 1.9rem;
    margin-bottom: 2rem;
    border: 1px solid #d8d8d8;
    padding: 15px;
}
.win_img_box{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 165px;
    height: 165px;
    margin: 5% auto;
}
.modalDialog {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.65);
    z-index: 110;
    -webkit-transition: opacity 400ms ease-in;
    -moz-transition: opacity 400ms ease-in;
    transition: opacity 400ms ease-in;
    display: none;
    pointer-events: none;
    width: 100%;
}

.modalDialog:target {
    display: block;
    pointer-events: auto;
}

.modalDialog > div {
    width: 30%;
    position: relative;
    margin: 15vw auto;
    border-radius: 0.6vw;
    background: white;
    color: black;
}

.close {
    background: white;
    color: #000000;
    line-height: 25px;
    position: absolute;
    right: -12px;
    text-align: center;
    top: -10px;
    width: 24px;
    text-decoration: none;
    font-weight: bold;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    -moz-box-shadow: 1px 1px 3px 1px #000;
    -webkit-box-shadow: 1px 1px 3px 1px #000;
    box-shadow: 1px 1px 3px 1px #000;
}

.close:hover {
    background: #d5a23a;
    color: #000;
}
.callbody{
    position: relative;
}
.backcall{
    position: relative;
}
.call-modal-h2{
    font-size: 2.5rem;
    line-height: 1.23;
    font-weight: 600;
    text-align: center;
    margin-bottom: 2rem;
    padding-top: 30px;
}
.inp-req input{
    width: 73%;
    height: 50px;
    margin-left: 10%;
    margin-bottom: 20px;
    padding: 0 20px;
    border-radius: 100px;
    font-size: 16px;
    border: 1px solid #ccc;

}
.inp-req input[type="submit"]{
    /*background: rgba(153, 153, 153, 0.53);*/
    width: 81%;
    border-bottom: 5px solid #d5a23a;
    font-weight: 900;
    /*color: #000000;*/
    /*margin-bottom: 5px;*/
    padding: 1rem;
    cursor: pointer;
}
/*.inp-req input[type="submit"]:hover{*/
    /*background: #f77e2d;*/
    /*color: white;*/
    /*border: 2px solid #f77e2d;*/
/*}*/
.result a:hover{
    cursor: pointer;
}
.call-modal-h3{
    font-size: 28px;
    line-height: 1.23;
    font-weight: 600;
    text-align: center;
    margin-bottom: 30px;
    padding-top: 30px;
}
.backcall p{
    font-size: 1.4rem;
    text-align: center;
    padding-bottom: 2rem;
    margin-top: 0;
}
.calc-bot a{
    font-size: 2.2rem;
    font-weight: 600;
    padding: 2rem 4rem;
}
.contacts a{
    color: black;
    text-decoration: none;
}
.contacts a:hover{
    border-bottom: 1px solid black;
}
