:root {
    --primary: #145D9E;
    --primary-h: #1167B4;
    --neutral: #F1F1F1;
    --neutral-gradient: linear-gradient(45deg, #f0f0f0 0%, #f2f2f2 100%);
    --text: #353535;
}

.primary{
    color: var(--primary);
}

body {
    overflow-x: hidden;
    font-family: 'Poppins', sans-serif;
}

.text-muted {
    color: #777777;
}

p {
    font-size: 16px;
    line-height: 1.75;
    color: var(--text);
}

p.large {
    font-size: 18px;
}

a,
a:hover,
a:focus,
a:active,
a.active {
    outline: none;
    text-decoration: none;
}

a {
    color: var(--primary);
}

a:hover,
a:focus,
a:active,
a.active {
    color: var(--primary-h);
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
}

.img-centered {
    margin: 0 auto;
}

.bg-light-gray {
    background: var(--neutral-gradient);
}

.btn-custom {
    color: var(--primary);
    border: 0;
    border-radius: 30px;
    padding: 12px 24px;    
    letter-spacing: .04em;
    font-weight: 700;
    box-shadow: none;
}

.btn-custom-sm {
    font-size: 14px;
}

.btn-primary-custom {
    background: linear-gradient(45deg,#145d9e 0%, #014583 100%);
    color: #fff;
}

.btn-primary-custom:hover,
.btn-primary-custom:focus,
.btn-primary-custom:active,
.btn-primary-custom.active,
.open .dropdown-toggle.btn-primary {    
    background: linear-gradient(45deg,#02427b 0%, #035196 100%);
    color: #fff;
    text-decoration: none;
}


.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
    background-image: none;
}



.btn-secondary-custom {
    background: linear-gradient(45deg,#ECECEC 0%, #F1F1F1 100%);
}

.btn-secondary-custom:hover,
.btn-secondary-custom:focus,
.btn-secondary-custom:active,
.btn-secondary-custom.active,
.open .dropdown-toggle.btn-secondary-custom {
    background: linear-gradient(45deg, #eae7e7 0%, #efefef 100%);
    text-decoration: none;
}


}
.navbar-custom {
    background-color: #222222;
    border-color: transparent;
}
.navbar-custom .navbar-brand {
    color: #000;
}
.navbar-custom .navbar-collapse {
    border-color: rgba(255, 255, 255, 0.02);
    padding: 16px;
}
.navbar-custom .navbar-toggle {
    background-color: #fed136;
    border-color: #fed136;
    font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    color: white;
    font-size: 12px;
}
.navbar-custom .navbar-toggle:hover,
.navbar-custom .navbar-toggle:focus {
    background-color: var(--primary-h);
}
.navbar-custom li a {
    color: var(--primary);
    opacity: .8;
}
.navbar-custom li a:hover,
.navbar-custom li a:focus {
    opacity: 1;
}
.navbar-custom .navbar-nav > .active > a {
    border-radius: 0;
    color: white;
    background-color: var(--primary);
}
.navbar-custom .navbar-nav > .active > a:hover,
.navbar-custom .navbar-nav > .active > a:focus {
    color: white;
    background-color: var(--primary-h);
}
nav img {
    width: 96px;
}
@media (min-width: 1200px) {
    .navbar-custom {
        background-color: transparent;
        padding: 25px 0;
        -webkit-transition: padding 0.3s;
        -moz-transition: padding 0.3s;
        transition: padding 0.3s;
        border: none;
    }
    
    nav img {
        width: 120px;
        transition: all 0.3s ease-in-out;
    }
}

@media (min-width: 768px) {
    .navbar-custom .navbar-brand {
        font-size: 2rem;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s;
    }
    
    .navbar-custom .navbar-nav > .active > a {
        border-radius: 3px;
    }
    .service-block__title {
    min-height: 140px;
}
}
@media (min-width: 992px){
    .service-block__title {
    min-height: 80px;
}
}
.navbar-custom.affix {
    background-color: rgba(0, 0, 0, 0.80);
    padding: 10px 0;
}
.navbar-custom.affix .navbar-brand {
    font-size: 2.5rem;
}
@media (max-width: 990px) {
    .navbar-custom .navbar-nav {
        margin-bottom: 16px;
    }
}
header {   

    background: linear-gradient(45deg,rgb(92 185 245 / 0.86) 0%, rgb(0 92 176 / 86%) 100%), url(../img/hero-bg.jpg);
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
/*    text-align: center;*/
    color: white;    
    margin-top: 128px;
}
header .intro-text .intro-lead-in {
    font-size: 18px;
    line-height: 1;
    margin-bottom: 0;
}
.intro-text {
    max-width: 100%;
}
header .intro-text .intro-heading {
    font-weight: 700;
    font-size: 32px;
    line-height: 1.2;
    margin-bottom: 18px;
}
@media (min-width: 768px) {
    header .intro-text .intro-lead-in {
        font-size: 24px;
    }
    
    header .intro-text .intro-heading {
        font-weight: 700;
        font-size: 40px;
        line-height: 1.2;
        margin-bottom: 32px;
    }
    
    .intro-text {
        max-width: 80%;
    }
}
section {
    padding: 40px 0;
}
section .section-heading {
    font-size: 24px;
    margin-top: 0;
    margin-bottom: 24px;    
}
section .section-subheading {
    font-size: 18px;
    text-transform: none;
    font-weight: 400;
    margin-bottom: 24px;
}
@media (min-width: 768px) {
    section {
        padding: 56px 0;
    }
    
    section .section-heading {
        font-size: 28px;
        margin-top: 0;
        margin-bottom: 40px;
        color: var(--primary);
        font-weight: bold;
    }    

    
    section .section-subheading {
        font-size: 20px;
        margin: 0 auto;
        margin-bottom: 40px;
        max-width: 80%;
        color: #000;
    }
}
.features-heading {
    margin: 15px 0;
    text-transform: none;
    font-size: 20px;
}
section#contact {
    background: linear-gradient(rgb(117 196 247 / 99%) 0%, rgb(0 92 176 / 86%) 100%), url(../img/hero-bg-bottom.jpg);
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    text-align: center;
}
section#contact .section-heading {
    color: white;
}
section#contact .form-group, .form-custom .form-group{
    margin-bottom: 25px;
}
section#contact .form-group input,
section#contact .form-group textarea, .form-custom .form-group input, .form-custom form-group textarea {
    padding: 20px;
}
section#contact .form-group input.form-control, .form-custom .form-group input.form-control {
    height: auto;
        border: 0;
    padding: 16px;
    border-radius: 6px;
}
section#contact .form-group input.form-control::placeholder, .form-custom form-group input.form-control::placeholder {
    color: var(--primary);
    opacity: 0.5;
}
section#contact .form-group textarea.form-control, .form-custom .form-group textarea.form-control{
    height: 218px;
     border: 0;
    padding: 16px;
    border-radius: 6px;
}
.form-custom .form-group textarea.form-control{
     height: auto;
}
section#contact .form-group textarea.form-control::placeholder, .form-custom .form-group textarea.form-control::placeholder {
    color: var(--primary);
    opacity: 0.5;
}
section#contact .form-control:focus, .form-custom .form-control:focus {
    border-color: #fed136;
    box-shadow: none;
}
section#contact::-webkit-input-placeholder, .form-custom::-webkit-input-placeholder {
    font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    color: #eeeeee;
}
section#contact:-moz-placeholder, .form-custom:-moz-placeholder {
    /* Firefox 18- */
    
    font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    color: #eeeeee;
}
section#contact::-moz-placeholder, .form-custom::-moz-placeholder {
    /* Firefox 19+ */
    
    font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    color: #eeeeee;
}
section#contact:-ms-input-placeholder, .form-custom:-ms-input-placeholder {
    font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    color: #eeeeee;
}
section#contact .text-danger, .form-custom .text-danger {
    color: #e74c3c;
}
.footer__bottom{
    padding: 24px 0;
        border-top: 1px solid rgb(228 228 228 / 16%);
    background-color: var(--primary);
    
}
.footer__bottom p{
color: #fff;
    font-size: 12px;
}
footer span.copyright {
    line-height: 40px;
    font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    text-transform: none;
}
footer ul.quicklinks {
    margin-bottom: 0;
    line-height: 40px;
    font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    text-transform: none;
}
.footer__top{
    padding: 44px 0 32px;    
    background-color: var(--primary);
    color: #fff;
}
.footer__top .nav-link{
    color: #fff;
    font-size: 18px;
    font-weight: 400;
}
.footer__top .nav-link:hover{
    opacity: 0.8;
}

.footer__logo{
    width: 130px;
    margin-bottom: 12px;
}
.footer__top__contacts{
    display: flex;
    margin-top: 32px;
}
.footer__top__contacts__block{
    display: flex;
    align-items: center;
    margin: 12px;
}
.footer__top__contacts__block p{
   margin-bottom: 0;
    color: #fff;
    text-align: left;
}
.footer__top__contacts__block p a{
   color: #fff;
    font-weight: 400;
}

.contact-icon{
    position: relative;
    display: inline-block;
    width: 47px;
    height: 47px;
    line-height: 45px;
    vertical-align: middle;    
    border-radius: 50%;
    border: 1px solid #fff;
    margin-right: 12px;
}
.footer__social a{
    margin: 0 8px;
}
.btn:focus,
.btn:active,
.btn.active,
.btn:active:focus {
    outline: none;
}
.portfolio-modal .modal-dialog {
    height: 100%;
    width: auto;
}
.portfolio-modal .modal-content {
    border-radius: 0;
    background-clip: border-box;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    min-height: 100%;
    padding: 100px 0;
    text-align: center;
}
.portfolio-modal .modal-content h2 {
    margin-bottom: 15px;
    font-size: 3rem;
}
.portfolio-modal .modal-content p {
    margin-bottom: 30px;
}
.portfolio-modal .modal-content p.item-intro {
    margin: 20px 0 30px;
    font-family: "Droid Serif", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-style: italic;
    font-size: 16px;
}
.portfolio-modal .modal-content ul.list-inline {
    margin-bottom: 30px;
    margin-top: 0;
}
.portfolio-modal .modal-content img {
    margin-bottom: 30px;
}
.portfolio-modal .close-modal {
    position: absolute;
    width: 75px;
    height: 75px;
    background-color: transparent;
    top: 25px;
    right: 25px;
    cursor: pointer;
}
.portfolio-modal .close-modal:hover {
    opacity: 0.3;
}
.portfolio-modal .close-modal .lr {
    height: 75px;
    width: 1px;
    margin-left: 35px;
    background-color: #222222;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    /* IE 9 */
    
    -webkit-transform: rotate(45deg);
    /* Safari and Chrome */
    
    z-index: 1051;
}
.portfolio-modal .close-modal .lr .rl {
    height: 75px;
    width: 1px;
    background-color: #222222;
    transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    /* IE 9 */
    
    -webkit-transform: rotate(90deg);
    /* Safari and Chrome */
    
    z-index: 1052;
}
.portfolio-modal .modal-backdrop {
    opacity: 0;
    display: none;
}
::-moz-selection {
    text-shadow: none;
    background: #fed136;
}
::selection {
    text-shadow: none;
    background: #edf7ff;
}
img::selection {
    background: transparent;
}
img::-moz-selection {
    background: transparent;
}
body {
    webkit-tap-highlight-color: var(--primary-h);
}
.contact-heading-block h3 {
    color: #fff;
}
.navbar-toggler {
    padding: .25rem .75rem;
    font-size: 2rem;
    line-height: 1;
}
.features-icon {
    position: relative;
    display: inline-block;
    width: 10em;
    height: 10em;
    line-height: 10em;
    vertical-align: middle;
    background-color: #fff;
    border-radius: 50%;
    border: 1px solid #B8B8B8;
}
.intro-text-wrap {
    padding: 64px 0;
}
.intro-text {
    margin: auto;
}
footer p.copyright {
    opacity: 0.6;
    margin-bottom: 0;
}
footer p.copyright a {
    opacity: 0.9;
    color: #fff;
}
footer p.copyright a:hover {
    opacity: 1;
    color: #fff;
}
footer a {
    color: black;
    font-weight: 700;
}
.zwebra p {
    flex-shrink: 0;
    margin-bottom: 0;
    line-height: 1.4;
}
a.zwebra {
    font-weight: 300;
}
nav.affix img {
    width: 96px;
}
.navbar-custom .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgb(20 93 158)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}
.navbar-custom .navbar-toggler-icon:active,
.navbar-custom .navbar-toggler-icon:hover,
.navbar-custom .navbar-toggler-icon:focus {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgb(20 93 158)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}
.service-block{
    margin-bottom: 32px;
}
.service-block a {
    color: #2A2A2A;
    font-weight: 600;
    font-size: 16px;
}
.service-block a:hover {
    color: var(--primary-h);
    text-decoration: none;
}
.service-block img:hover {
    box-shadow: 0px 4px 27px rgba(0, 0, 0, 0.12);
}
.service-block img:hover {
    opacity: .9;
}
.service-block__title{
    display: flex;
}
.service-block__title__arr{
    width: 50px;
    height: 50px;
    background: linear-gradient(45deg,#ececec 0%, #f5f5f5 100%);
    border-radius: 50%;
    padding: 12px 18px;
    align-self: center;
}
.service-block__title__arr:hover{
    background: linear-gradient(45deg,#e8e8e8 0%, #f4f4f4 100%);
    border-radius: 50%;
    padding: 12px 18px;
}
.link-text {
    color: black;
    font-weight: 700;    
    text-transform: uppercase;
}
#order .modal-body {
    padding-bottom: 3rem;
}
.modal-header {
    border-bottom: 0;
}
#mandatory .modal-body {
    text-align: center;
    padding-bottom: 3rem;
}
button.disabled {
    background-color: #949494;
    color: #C4C4C4;
}
button.disabled:hover {
    background-color: #949494;
    color: #C4C4C4;
    cursor: not-allowed;
}
#mandatory .modal-body p {
    padding: 0 20%;
}
#thankyou .modal-body {
    text-align: center;
    padding-left: 20%;
    padding-right: 20%;
    padding-bottom: 3rem;
}
header.exterior {
        height: 3px;
    padding-bottom: 5px;
    border-bottom: 3px solid #e0e0e0;
}
@media (max-width:1200px) {
    
    header {    
    margin-top: 108px;
}
    .navbar-custom .navbar-collapse {    
    text-align: right;
}
    .navbar-expand-xl .navbar-nav .nav-link {
    text-align: right;
}
}
.form-custom .form-group label {
    color: var(--secondary);
}
.form-custom .form-group .form-control {
    color: var(--secondary);
    border-color: var(--secondary);
}
.exterior-wrap img {
    max-width: 100%;
    height: auto;
    margin-bottom: 24px;
}
.exterior-wrap ol, #text-hp ol {
    counter-reset: my-awesome-counter;
    list-style: none;
    margin-bottom: 32px;
}
.exterior-wrap ol li, #text-hp ol li {
    counter-increment: my-awesome-counter;
    position: relative;
    margin-bottom: 16px;
    padding-left: 16px;
}
.exterior-wrap ul, #text-hp ul {
    list-style: none;
    margin-bottom: 32px;
    padding-left: 32px;
}
.exterior-wrap ol li::before, #text-hp ol li::before  {
        content: counter(my-awesome-counter);
    color: var(--primary);
    font-size: 14px;
    font-weight: 400;
    position: absolute;
    --size: 32px;
    left: calc(-1 * var(--size) - 10px);
    line-height: var(--size);
    width: var(--size);
    height: var(--size);
    top: 0;
    background: #fff;
    border-radius: 50%;
    text-align: center;
    border: 1px solid #dddee2;
}
.exterior-wrap ul li, #text-hp ul li {
    list-style-image: url(..//img/li.svg);
    padding-left: 24px;
    margin-bottom: 16px;
}
.exterior-wrap ul li:before, #text-hp ul li:before {
    content: '';
}
.blog .card {
    border: 0;
    border-radius: 0;
    margin-bottom: 32px;
}
.blog .card-body {
    padding-bottom: 2rem;
}
.blog .card-footer {
    background-color: transparent;
}
.blog h3 {
    font-size: 24px;
}
.pagination-custom .page-item:first-child .page-link {
    border-top-left-radius: 2rem;
    border-bottom-left-radius: 2rem;
}
.pagination-custom .page-link {
    padding: .8rem 1.2rem;
    color: var(--secondary);
    font-weight: 700;
}
.pagination-custom .page-item:last-child .page-link {
    border-top-right-radius: 2rem;
    border-bottom-right-radius: 2rem;
}
.pagination-custom .page-link:hover {
    color: #fff;
    background-color: var(--primary);
    border-color: var(--primary);
}
.blog-date {
    border-bottom: 1px solid rgba(0, 0, 0, .125);
    padding: .75rem 1.25rem;
}
.btn-custom-line {
    border: 1px solid var(--primary);
    color: var(--primary);
    box-shadow: none;
}
.btn-custom-line:hover {
    border: 1px solid var(--primary-h);
    color: var(--primary-h);
    box-shadow: none;
}
.form-custom label {
    white-space: nowrap;
}
#mainNav {    
    padding-top: 1rem;
    padding-bottom: 1rem;
    background-color: #ffffff;
}
@media (min-width: 1200px) {
    #mainNav {
        border: none;
        background-color: transparent;
        transition: all 0.3s ease-in-out;
    }
}
#mainNav.navbar-shrink {
    padding-top: .5rem;
    padding-bottom: .5rem;
    background-color: rgb(255 255 255);
    box-shadow: 0 4px 20px rgb(0 0 0 / 10%);
}
#mainNav.navbar-shrink .navbar-brand svg,
#mainNav.navbar-shrink .navbar-brand img {
    width: 96px;
}
#mainNav .container-fluid{
    padding: 0 9%;
}
.coming-soon {
    background: url('../img/logo-bg.svg'), linear-gradient(45deg, #3693cf 0%, #155d9f 100%);
    min-height: 100vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.coming-soon__wrap {
    margin: auto;
    max-width: 680px;
    text-align: center;    
    padding: 16px;
    padding-top: 80px;
}
.coming-soon h1 {
    font-weight: 400;
    font-size: 60px;
    color: #fff;
    margin-top: 48px;
    margin-bottom: 18px;
}
.coming-soon p {
    font-weight: 400;
    font-size: 22px;
    color: #fff;
}
.coming-soon__contact {
    background-color: #fff;
    padding: 40px 72px;
    border-radius: 4px;
    box-shadow: 0px 19px 61px rgba(0, 0, 0, 0.16);
    text-align: left;
    color: #000;
    margin-bottom: 16px;  
        padding-bottom: 24px;
}
.coming-soon__contact h2 {
    font-weight: 400;
    font-size: 23px;
    text-transform: uppercase;
}
.coming-soon__contact p {
    font-weight: 400;
    font-size: 16px;
    color: #000;
    margin-bottom: 0;
    
}
.contact__block{   

display: flex;
    align-items: center;
    margin-bottom: 12px;
}

.contact__block img{
    margin-right: 18px;
}
.contact__group{
    padding-top: 16px;
}
@media (max-width: 1440px){
    #mainNav .container-fluid{
    padding: 0 4%;
}
    .navbar-expand-xl .navbar-nav .nav-link {
    font-size: 14px;
}
}
@media (max-width: 1200px) {
    .coming-soon__logo{
        width: 180px;
    }
    .coming-soon h1 {
    font-weight: 400;
    font-size: 30px;
    color: #fff;
    margin-top: 32px;
    margin-bottom: 12px;
}
    .coming-soon p {
    font-size: 16px;    
}
    .coming-soon__wrap{
        padding-top: 64px;
    }
    #mainNav .container-fluid{
    padding: 0 2%;
}
    .footer__top__contacts{
    flex-direction: column;
            align-items: center;
}
}
@media (max-width: 768px){
    .coming-soon__contact {
    padding: 32px;
}
}

#text-hp h2{
    font-size: 20px;
    color: var(--text);
    margin-bottom: 24px;
}

.our-story_director-wrap {
    padding: 16px;
    border: 1px solid var(--contrast);
    border-radius: 2px;
    margin: 24px 0;
}

.our-story_director {
    display: flex;
    align-items: flex-start;
    padding: 32px;
    border-radius: 2px;
    background-color: #F7F7F7;
}

.our-story_director h3{
    font-size: 20px;
}

.our-story_director img {
    width: 30%;
    height: auto;
    box-shadow: 0 10px 35px -10px rgb(0 0 0 / 25%);
    margin-right: 44px;
    margin-bottom: 0;
}
.our-story_director p {
    font-weight: normal;
    font-size: 16px;
    line-height: 32px;
    color: #5d505b;
}

@media (max-width: 768px){
.our-story_director {    
    flex-direction: column;
}
.our-story_director img {
    width: 70%;    
    margin-right: auto;
    margin-bottom: 30px;
    margin-left: auto;
}
}

.embed-responsive {
    margin-bottom: 32px;
}

.contact-page .contact-icon {
    border: 1px solid var(--primary);
    padding: 12px;
    text-align: center;
}

.contact-page .footer__top__contacts__block p {
    color: var(--primary);
}

.contact-page.footer__top__contacts {
    flex-direction: column;
    margin-top: 0;
}

.contact-page  .footer__top__contacts__block p a {
     color: var(--primary);    
}
.faq-wrap .card-header {
    background-color: transparent;
    padding: 2rem 0;
    margin-bottom: 0;
    border-bottom: 1px solid rgba(0, 0, 0, .125);
}
.faq-wrap .card {
    border: 0;
    border-radius: 0;
}

.faq-wrap .card-header a {
    font-weight: 600;
    font-size: 18px;    
    color: #000;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.faq-wrap .card-header a span {
    width: 44px;
    height: 44px;
}

.card-link .expanded img, .card-link .collapsed img {
    position: relative;
    float: right;
    color: black;
    -webkit-animation: minus 0.5s;
    margin: 18px 15px;
}
.faq-wrap .card-body {
    padding: 2rem;
    line-height: 1.8;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}
@keyframes minus {
    from {
        transform:rotate(0deg);
    }
    to {
        transform:rotate(360deg);
    }
}


[aria-expanded="false"] > .expanded, [aria-expanded="true"] > .collapsed {display: none;}
  

#text-hp img{
   max-width: 100%;
    height: auto; 
}

.btn-round img{
    width: 24px;
}
.btn-round{
   padding: 12px;
    width: 48px;
    height: 48px; 
}
    
.btn-link-custom{
    font-weight: 700;
}