@font-face {
    font-family: Inter;
    font-weight: 400;
    font-style: normal;
    src: url(/local/templates/e-ipoteki/dist/fonts/Inter-Regular.1282ebc6.ttf) format("truetype")
}

@font-face {
    font-family: Inter;
    font-weight: 500;
    font-style: normal;
    src: url(/local/templates/e-ipoteki/dist/fonts/Inter-Medium.8d213a54.ttf) format("truetype")
}

@font-face {
    font-family: Inter;
    font-weight: 600;
    font-style: normal;
    src: url(/local/templates/e-ipoteki/dist/fonts/Inter-SemiBold.524c2f2b.ttf) format("truetype")
}

@font-face {
    font-family: Inter;
    font-weight: 700;
    font-style: normal;
    src: url(/local/templates/e-ipoteki/dist/fonts/Inter-Bold.c146dcab.ttf) format("truetype")
}

@font-face {
    font-family: Roboto;
    font-weight: 400;
    font-style: normal;
    src: url(/local/templates/e-ipoteki/dist/fonts/Roboto-Regular.d0bc87a8.ttf) format("truetype")
}
a {
    font-size: 16px;
}

.footer__bottom-text {
    gap: 10px;
    display: flex;
    flex-direction: column;
}

.button__icon {
    display: none;
    cursor: pointer;
}

.header {
    margin-top: 32px;
    padding: 12px 32px;
    min-height: 74px;
    position: relative;
}

.l-main__header_page_main {
    display: none !important;
}

.header-burger ul {
    margin: 0;
    list-style-type: none;
    display: flex;
    gap: 20px;
    flex-direction: column;
}

.header-burger ul li {
    background: none;
    padding: 0;
}

.header-burger ul li a{
    color: #00a1b0;
    text-decoration: none;
}

.header-burger {
    z-index: 10;
    display: none;
    left: 0;
    top: 90px;
    position: absolute;
    background: white;
    padding: 24px;
    border-radius: 1.5rem;
}

.icon--size-base {
    width: 1.5rem;
    height: 1.5rem;
    color: #00a1b0;
}



.header-logo {
    
   object-fit: cover;
    display: flex;
    align-items: center;
}
.footer__nav-blocks ul li {
    background: none;
    padding: 0 !important;
}

.footer__nav-blocks {
    display: flex;
    gap: 80px;
}

.footer__nav-blocks ul {
    margin: 24px 0 20px 0;
    display: flex;
    flex-direction: column;
}

.footer__nav-blocks ul li a{
    text-decoration: none;
    color: #00a1b0;
}



body, h2, .h2, h3, h4 {
    min-width: 100% !important;
    color: #3d3d3d;
    font-size: 16px;
    font-family: Inter, Open Sans, sans-serif !important;
    line-height: 28px;
}
h2 {
    line-height: 40px;
    font-weight: 600;
}
h4 {
    font-weight: 700;
}



.dots-content h1 {
    margin: 0;
    color: #3d3d3d;
    font-size: 40px;
}

.dots-content p {
    font-size: 18px;
    color: #3d3d3d;
}

.dots {
    box-sizing: border-box;
    width: 100%;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    padding: 48px 48px 0 48px;
    background-color: #ffffff;
    display: flex;
    justify-content: space-between;
}

.header, .main {
    margin-bottom: 48px;
}

.header, .footer { 
    border-radius: 1.5rem;
}

.header,.main {
    padding: 12px 32px;
}
.footer  {
    padding: 32px;
}

.header,.main, .footer {
    box-sizing: border-box;
    width: 100%;
  
    background-color: #ffffff;
    display: flex;
    justify-content: space-between;
}

.main, .footer {
    gap: 10px;
    flex-direction: column;
}

.footer__top-content {
    width: 100%;
    display: flex;
    justify-content: space-between;
}
a:hover {
    color:#3d3d3d !important;
}

.v-steps-b .v-steps {
    padding: 10px 15px;
    background-color: #fff;
    border-radius: 10px;
}

.header__links a:hover {
    color: #00a1b0 !important;
    text-decoration: underline;
}

.footer__top-content-tel {
    display: flex;
    align-items: end;
    flex-direction: column;
}

.header__links a {
    font-size: 16px;
    box-sizing: border-box;
    line-height: 20.8px;
    text-rendering: optimizelegibility;
    text-size-adjust: 100%;
    text-underline-offset: 3px;
    font-weight: 400;
    text-decoration: none;
    color: #00a1b0;
}

.header__links {
    padding-top: 3px;
    gap: 2rem;
    display: flex;
    align-items: center;
}

.header-content, .footer__top-content-tel {
    display: flex;
    flex-direction: column;
}

.header-content__text {
    font-size: .875rem;
    font-weight: 400;
    line-height: normal;
    color: rgba(61, 61, 61, .5);
    margin: 0;
    margin-top: .125rem;
}

.header-content {
    justify-content: center;
}

.header-content__link {
    text-decoration: none;
    font-size: 1.125rem;
    font-weight: 400;
    line-height: normal;
    color: #3d3d3d;
}

.header__logo-link, .footer__logo-link {
    display: flex;
    align-items: center;
}

.accordion__icon {
    
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.accordion__icon svg path, .accordion__icon svg rect {
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}


.accordion--active .accordion__title {
    color: #0f7e8b;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.accordion--active .accordion__icon {
    -webkit-transform: rotateZ(180deg);
    -ms-transform: rotate(180deg);
    transform: rotateZ(180deg);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.accordion--active .accordion__icon svg rect {
    fill: #0f7e8b;
    opacity: 1;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    fill-opacity: 1
}

.accordion--active .accordion__icon svg path {
    stroke: #fff;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}


.footer-content__link {
    line-height: normal;
    font-weight: 700;
    font-size: 40px;
    color: #3d3d3d;
    text-decoration: none;
}

.footer-content__text {
    margin-top: 8px;
    font-size: 16px;
    color: #3d3d3d80;
}

.footer__bottom-content-text {
    width: 75%;
    line-height: normal;
    font-size: 12px;
    color: rgba(61, 61, 61, .5);
}

.footer__bottom-content-dev {
    justify-content: flex-end;
    margin-top: 10px;
    display: flex;
    align-items: center;
}



.qsoft-logo {
    width: 4.375rem;
    height: 1rem;
    margin-left: .5rem;
}





    .m-container {

  
        max-width: 75rem !important;

    }


@media (max-width: 1366px) {
    .header-content__text {
        font-size: 12px !important;
    }
    .content-wrapper {
        padding: 2rem !important;
    }
    .header__links {
        padding-top: 4px;
        gap: 24px;
    }

    .header {
        margin-bottom: 40px;
        margin-top: 24px;
    }
    .m-container {
        padding: 0 72px;
    }
    .b24-benefits__item {
        align-items: center !important;
    }
    .footer__nav-blocks ul li a {
        font-size: 14px;
    }
    .header-content__link {
        font-size: 16px;
    }
    .header-content__text {
        font-size: 12px;
    }
    div.b-calculator-bg .b-calculator-main .v-data .v-data__title{ 
        font-size: 30px;
        margin: 1.5rem 0;
    }
    
    div.b-calculator-bg .b-calculator-main{
        padding: 32px ;
    }
    h2 {
        font-weight: 600;
        font-size: 28px !important;
    }

    .footer-content__text {
        font-size: 12px;
    }
    .header__links a {
        font-size: 14px;
    }
    .header__logo-link img {
        width: 87px !important;
        height: 33px !important;
    }
    .dots-content h1, .footer-content__link {
        font-size: 28px;
    }

    
    .dots {
        padding: 32px 32px 0 32px;

    }
}
@media (max-width: 1000px) {
    .header {
        padding: 12px 32px;
    }

    .dots-content h1 { 
        font-size: 30px;
    }
    h2 {
        font-size: 28px !important;
    }
    .hero__button {
        display: none;
    }
    .hero__content {
        padding: 24px 24px;
    }
    .product-banner-w {
        display: none;
    }
    .hero {
        justify-content: center;
        align-items: center;
        flex-direction: column-reverse;
    }
    .steps {
        flex-direction: column;
    }

    .footer__bottom-content-text {
        width: 100%;
    }


    .header-logo img {
        margin-left: 24px;
    }
    


    .footer__nav-blocks ul {
        margin: 0;
    }
    .footer__nav-blocks {
        margin: 32px 0 20px 0;
        flex-direction: column;
        gap: 5px;
    }
    .button__icon {
        display: flex;
    }
    .header__links {
        display: none;
    }
  

    .footer__bottom-content-dev {
        margin-top: 20px;
    }
    .footer__top-content-tel {
        align-items: flex-start;
        margin: 0 0 20px 0;
    }
    .footer__top-content {
        flex-direction: column;
        align-items: flex-start;
    }
    .main__card {
        width: 100%;
    }

     .main, .footer, .dots {
        padding: 18px 15px;
    }
    .footer__bottom-content {
        flex-direction: column;
    }
    
}
@media (max-width: 767px) {
    .header {
        margin-top: 12px !important;
    }
    .m-container {
        padding: 0 16px !important;
    }
    h2 {
        font-size: 24px !important;
    }
    div.b-calculator-bg .b-calculator-main .v-data .v-data__title {
        margin: 32px 0 !important;
        line-height: 1 !important;
    }
    div.b-calculator-bg .b-calculator-main {
        padding: 24px 16px !important;
    }
    .content-wrapper {
        padding: 24px 16px !important;
    }

    div.b-calculator-bg .v-title {
        line-height: 1 !important;
        font-size: 24px !important;
    }
    .faq__text {
        padding: 15px 0;
    }
    .dots-content h1, .footer-content__link {
        font-size: 25px;
    }

    
    .dots {
        padding: 24px 16px 0 16px;

    }
}

@media (max-width: 360px) {
    .faq__text ul li {
        padding: 5px 0;
    }
    .header-content {
        margin-top: 10px;
    }
    .header {
        
        flex-direction: column;
    }
}