@import url(https://db.onlinewebfonts.com/c/059288033e0f23aa4c5b19f0965ccc0d?family=Gotham+Pro+Medium+Regular);
@import url(https://db.onlinewebfonts.com/c/07a38bbad54db72a40b406bed1c72f53?family=Gotham+Pro+Regular);
:root{
    --custom-blue: #254c64;
    --custom-red: #91002a;
    --custom-grey:#696a6b;
}

p b,
body{
    font-family: "Gotham Pro Medium Regular","Helvetica Neue",Helvetica,Arial,sans-serif;
    background-color: #EAEAEA;
}
h2.title{
    font-size: 5rem;
    font-weight: bold;
    color: var(--custom-red);
}
h3.title{
    font-size: 5rem;
    font-weight: bold;
}

h4.title{
    font-size: 3rem;
}
h5{
    font-size: 1.5rem;
}
.border-bot{
    border-bottom: 4px solid var(--custom-red);
    padding: 0 10px;
}
p,
li,
.calculator,
.accordion-body{
    font-family: "Gotham Pro Regular";
}
.calculator,
.calculator p{
    font-size: 1rem;
}
.calculator p.text-small{
    font-size: 0.7rem;
}
p.danger{
    color: var(--custom-red);
}

p,
li,
.row a,
.border-bot a{
/*    color: black; */
    font-size: 1.2rem;
}
.row a,
.border-bot a{
   /*   text-transform: uppercase; */
}
a{
   /* text-decoration: none !important; */
}

a.custom-btn{
    background: var(--custom-red);
    color: white !important;
    border-radius: 20px;
    padding: 15px 30px;
}

.index-title{
    height: 80vh;
    max-height: 1400px !important;
}
@media(max-width:768px){
    .index-title{
        margin-top: 30px;
        height: 100%;
    }
}

/* HEADER START */
.custom-header ul{
    list-style: none !important;
    padding: none !important;
}
.header-mobile-burger-menu{
    display: none;
}
.header-mobile-burger-menu a{
    color: var(--custom-grey);
    text-decoration: none;
}
.header-mobile-burger-menu a.phone{
    color: var(--custom-red);

}
@media (max-width:768px){
    .header-mobile-burger-menu{
        display: block;
    }
    .custom-header .header-top-menu,
    .custom-header .mobile-menu{
        display: none !important;
        transition: opacity 2s ease-in-out;
    }
    .custom-header .mobile-menu{
        display: none;
        height: 0;
        overflow: hidden; /* Чтобы скрыть содержимое во время анимации */
        transition: 0.5s ease-in-out; /* Длительность и тип анимации */
        
        background: #EAEAEA;
        display: block !important;
    }
    .custom-header .mobile-menu.open{
        display: block;
        height: 700px;
        padding: 10px 0;
        
    }
    .custom-header .mobile-menu ul{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
        width: 100%;
    }
    .custom-header .mobile-menu ul li{
        width: 90vw;
        margin: 1px 0 !important;
    }
    
}


.custom-header ul.nav.header-second-list{
    margin-top: 1px;
}
.custom-header ul.nav.header-first-list li a,
.custom-header ul.nav.header-second-list li a{
    text-transform: uppercase;
    text-align: center;

    color: white;
    text-decoration: none !important;
    padding: 12px 5px;
    display: block;
}
.custom-header ul.nav.header-first-list li,
.custom-header ul.nav.header-second-list li{
    margin-right: 1px;
}
.custom-header ul.nav.header-first-list li:last-child,
.custom-header ul.nav.header-second-list li:last-child{
    margin-right: 0px;
}
.custom-header ul.nav.header-first-list li a{
    background: var(--custom-red);
}
.custom-header ul.nav.header-second-list li a{
    opacity: 0.8;
    background: var(--custom-blue);
}
.custom-header ul.nav.header-first-list li a:hover,
.custom-header ul.nav.header-second-list li a:hover{
    opacity: 0.9;
}
.header-top-menu .menu li a,
.header-top-menu a{
    color: var(--custom-grey);
    text-decoration: none !important;
    font-size: 16px;
}
.header-top-menu .menu li a{
    margin-right: 10px !important;
}
.header-top-menu .menu li a.phone{
    content: "\e145";
}
/* HEADER END */
.custom-card{
    margin-top: 40px;
}
.custom-card div img{
    width: 80px;
    margin-right: 20px;
}
.custom-card div p{
    padding: 20px;
    border: 4px solid var(--custom-red);
    border-radius: 40px;
    width: 100%;
}

.hands{
    position: relative;
}
.hands .shadow{
    position: absolute;
    top: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    z-index: 2;
}
.hands h5{
    color: white;
    font-size: 4rem;
    z-index: 4;
    font-weight: bold;
}

.custom-table{
    border: 2px solid black;
    border-top: 0;
    margin: 20px 0;
}
.custom-table div{
    padding: 20px 0 10px 0;
    border-top: 2px solid black;
}
.custom-border{
    border-radius: 30px;
    padding: 10px 20px;
    border: 4px solid var(--custom-red);
}

@media(min-width:769px){
    .custom-table p{
        min-width: 320px;
    }
    .img-center{
        max-width: 70%;
        margin: 0 auto;
    }
}
@media (max-width:768px) {
    .w-50{
        width: 100% !important;
    }
    .header-img{
        height: 150px;
        width: 150px;
    }
    .header-img img{
        width: 120px;
    }
    .index-title .index-big-img{
        display: none !important;
    }

    .grand-icon,
    .mob-icon{
        display: none;
    }
    h2.title,h3.title,h4.title{
        font-size: 2rem;
        text-align: center;
    }
    h5{
        font-size: 1.5rem;
        text-align: center;
    }
    p,
    .row a,
    .border-bot a{
    font-family: "Gotham Pro Regular";
    color: black;
    font-size: 1.2rem;
    }
    .flex-wrap{
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .icons{
        margin: 20px auto;
        width: 120px;
    }
    .py-5{
        padding: 20px 0 !important;
    }
}
.custom-header{
    position: relative;
}

.contacts a,
.contacts span,
.contacts p b{
    font-weight: bold !important;
    font-family: "Gotham Pro Medium Regular" !important;
}
.contacts a,
.contacts span{
    color: var(--custom-red);
}

.calculator .res{
    padding: 30px;
    border-radius: 40px;
    border: 1px solid var(--custom-red);
}
.calculator .res .last p{
    font-weight: bold;
    font-family: "Gotham Pro Medium Regular","Helvetica Neue",Helvetica,Arial,sans-serif;
}
.calculator .res .last p.sum{
    color: var(--custom-red);
}

.calculator input[type='range']{
    width: 250px;
}

.header-img{
    width: 230px;
    height: 230px;
    border: 1px solid var(--custom-red);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
}

.custom-cards-list .custom-card{
    background: var(--custom-red);
    color: white;
    padding: 20px;
    border-radius: 30px;
    max-width: 600px;
    font-family: "Gotham Pro Regular";
}
.border-white,
.custom-border{
    padding: 20px;
    border: 2px solid black;
    border-radius: 30px;
}
.border-white{
    border-color: white;
}

.img-center img.img-border{
    border-radius: 40px;
    margin: 0 auto;
}







