@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")}

iframe {
    min-width: 0px !important;
}

html {
    font-family: Inter, Open Sans, sans-serif;
    font-size: 100%;
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    color: #3d3d3d;
    background-color: #f6f6f6

}

body {
    font-weight: 400;
    line-height: 1.4;
    overflow-y: scroll;
    overflow-x: hidden;
    height: 100%;
    min-height: 100%;
    /* text-rendering:optimizeLegibility; */
    margin: 32px 0;
    padding: 0;
    box-sizing: border-box;
    background-color: #f6f6f6;
 
}
*, :after, :before {
    box-sizing: border-box;
}

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

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

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

.header-burger ul {
    display: flex;
    gap: 20px;
    flex-direction: column;
}

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

.header-burger {
    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;
}

li {
    list-style-type: none;
}

ul {
    padding: 0;
}


.header-logo {
    
   
    display: flex;
    align-items: center;
}

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

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

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

p {
    margin: 0;
}



.container {
    box-sizing: border-box;
    margin-right: auto;
    margin-left: auto;
    padding-right: 2.5rem;
    padding-left: 2.5rem;
    width: 100%;
    max-width: 80rem;
}

.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: 40px;
}

.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;
}

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

.header__links a {
    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;
}
.step__number {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #00a1b0;
    width: 40px;
    height: 40px;
    border: solid #00a1b0 1px;
    border-radius: 50%;
}
.step__title {
    margin-top: 32px;
    font-size: 16px;
    font-weight: 700;
}
.step__text {
    margin-top: 14px;
    font-size: 14px;
}
.header__links {
    padding: 0 20px;
    gap: 32px;
    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: space-evenly;
}

.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;
}

.b24-form-wrapper {
    border-bottom-left-radius: 20px !important;
    border-bottom-right-radius: 20px !important;
    background-color: #ffffff !important;
}

.main {
    padding: 60px 0;
    border-radius: 20px;
}

.main__title {
    text-align: center;
    font-weight: 700;
    margin-top: 15px;
    color: #414042;
    font-size: 18px;
}

.main__card {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    box-sizing: border-box;
}


.main__cards {
    display: flex;
    flex-wrap: wrap;
}

.main__card-title {
    color: #00b5c2 !important;
    font-size: 22px !important;
}

.main__card-text {
    text-align: center;
    color: #aaa !important;
    font-size: 14px !important;
    font-weight: 400;
}

.faq__text {
    font-size: 14px;
    padding: 15px 30px;
    display: none;
}

.faq-header {
    padding-bottom: 25px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    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
}


.faq__title {
    overflow: hidden;
    margin: 0;
    padding: 0 46px 0 0;
    color: #00b5c2;
   
    -moz-transition: all linear 0.2s;
    -webkit-transition: all linear 0.2s;
    transition: all linear 0.2s;
    color: #00b5c2;
}

.faq__active {
    background: url(/local/templates/zettainsv2/images/bg-collapse-open.png) no-repeat right top;
}

.faq:not(:last-child) {
    border-bottom: 1px solid rgba(0, 0, 0, .12);
}

.faq__title:hover {
    cursor: pointer;
    text-decoration: underline;
}
.faq__text ul li {
    padding: 5px 15px;
}

.faqs {
    background-color: #ffffff;
    border-radius: 20px;
    padding: 24px;
    display: flex;
    flex-direction: column;
    gap: 25px;
    margin-bottom: 40px;
}

.hero {
    margin-bottom: 40px;
    gap: 30px;
    display: flex;
}

.hero__content {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    background-color: white;
    border-radius: 20px;
    padding: 0 32px;
}

.product-banner-w {
    min-height: 400px;
    max-width: 1200px;
    width: 400px;
    border-radius: 20px;
}

.product-banner {
   
    background-image: url('./osago.jpg');
    min-height: 400px;
    background-position: center 100%;
    background-repeat: no-repeat;
    background-size: 121%;
    max-width: 1200px;

    width: 700px;
    object-fit: cover;
    border-radius: 20px;
}

.hero__button {
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    min-height: 50px;
    border-radius: 10px;
    background-color: rgba(0,181,194);
    color: #ffffff;
    text-align: center;
    max-width: 209px;
    padding: 10px 0;
}

.hero__button:hover {
    cursor: pointer;
    background-color: rgb(0, 214, 230);
}

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

.footer-content__text {
    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: flex-end;
}

span {
    font-size: 12px;
    color: rgba(61, 61, 61, .5);
}

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

.main__cards-slider {
    width: 100%;
    height: 200px;
    position: relative;
    overflow: hidden;
}

.main__card-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    transition: transform 0.5s ease-in-out;
}


.main__slider-navigation {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.main__slider-prev, .main__slider-next {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #ffffff !important;
    border: 1px solid #00b5c2;
    cursor: pointer;
    margin: 0 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: #00b5c2;
    transition: background-color 0.3s ease;
}

.main__slider-prev:hover, .main__slider-next:hover {
    background-color: #00b5c2c9;
}

.dot {
    margin-bottom: 10px;
    max-width: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #c2c2c2;
    color: #636363;
    font-weight: 700;
    padding: 5px 7px;
    border-radius: 5px;
}

.dot-active {
    background-color: #00b5c2;
    color: #ffffff;
}
.footer__bottom-content {
    display: flex;
    justify-content: space-between;
}

.steps {
    margin-bottom: 40px;
    display: flex;
    gap: 15px;
}
.step {
    background: white;
    border-radius: 20px;
    box-sizing: border-box;
    flex-basis: 33.33%;
    display: flex;
    flex-direction: column;
    padding: 24px
};



@media (max-width: 1280px) {
    .footer__nav-blocks ul li a {
        font-size: 14px;
    }
    .header-content__link {
        font-size: 16px;
    }
    .header-content__text {
        font-size: 14px;
    }

    .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) {
    .dots-content h1 { 
        font-size: 30px;
    }
    h2 {
        font-size: 24px !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;
    }
    body {
        margin: 16px 0;
    }
    .container {
        padding: 0 16px;
    }
    .footer__nav-blocks ul {
        gap: 20px;
        margin: 0;
    }
    .footer__nav-blocks {
        margin: 32px 0 20px 0;
        flex-direction: column;
        gap: 20px;
    }
    .button__icon {
        display: block;
    }
    .header__links {
        display: none;
    }
  

    .footer__bottom-content-dev {
        margin-top: 20px;
    }
    .footer__top-content-tel {
        align-items: flex-start;
        margin: 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: 768px) {
    .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;
    }
}