@font-face {
    font-family: "AlmoniTzarAAABold";
    src: url("../fonts/almoni-tzar-aaa-bold.otf");
}
@font-face {
    font-family: "AlmoniTzarAAALight";
    src: url("../fonts/almoni-dl-aaa-light.otf");
}

@font-face {
    font-family: "AlmoniTzarAAA";
    src: url("../fonts/almoni-dl-aaa-regular.otf");
}

@font-face {
    font-family: "MyriadHebrew";
    src: url("../fonts/Adobe-Hebrew-Regular.ttf");
}

* {
    margin: 0;
    padding: 0;
}

.main, header {
    max-width: 1920px;
    margin: 0 auto;
}

header {
    padding: 0 10px;
}

header .logos {
    padding: 25px 0;
    display: flex;
    align-items: center;
    gap: 50px;
}

.home {
    background: url(../img/home-bg.png) no-repeat;
    background-size: cover;
    width: 100%;
    min-height: 422px;
}
.home h1 {
    color: #fff;
    font-family: "AlmoniTzarAAABold";
    font-size: 125.99px;
    font-style: normal;
    font-weight: 700;
    line-height: 130px;
    width: 993.976px;
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 422px;
    text-shadow: -15px 15px 25px rgba(78, 78, 77, 0.8);
}

.about {
    /* min-height: 254px;
    width: 650px; */
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 40px 10px;
}

.about h1 {
    color: #009be6;
    font-family: "AlmoniTzarAAALight";
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 10px;
}

p {
    color: #535353;
    text-align: center;
    font-family: "AlmoniTzarAAALight";
    font-size: 30px;
    font-style: normal;
    font-weight: 300;
    line-height: 40px;
    letter-spacing: 0.6px;
    text-transform: uppercase;
}

.calculation {
    background: #daf0ec;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-top: 40px;
    padding-bottom: 40px;
}

/* .calculation_body {
    width: 1009px;
} */

.calculation_form_head {
    margin-bottom: 40px;
}

.calculation_form_head h1 {
    color: #009be6;
    text-align: center;
    font-family: "AlmoniTzarAAABold";
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.calculation_form_head p {
    color: #535353;
    text-align: center;
    font-family: "AlmoniTzarAAALight";
    font-size: 30px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    letter-spacing: 0.75px;
    text-transform: uppercase;
}

.calculatiob__inputs {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 73px;
    font-family: "AlmoniTzarAAALight";
}

.calculatiob__inputs h1 {
    color: #009be6;
    text-align: center;
    font-family: "AlmoniTzarAAALight";
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    margin-bottom: 8px;
}

.calculation__form h2 span {
    color: #009be6;
    text-align: center;
    font-family: "AlmoniTzarAAABold";
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.calculation__form h2 {
    color: #009be6;
    font-family: "AlmoniTzarAAALight";
    font-size: 40px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.qa {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 70px 0;
    padding: 0 10px;
}

.qa_body {
    width: 100%;
}

.qa h1 {
    color: #009be6;
    text-align: center;
    font-family: "AlmoniTzarAAABold";
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 38px;
}

.accordion .accordion-item {
    border: 1px solid #009be6;
    border-radius: 50px;
    /* padding: 5px 10px; */
    margin-bottom: 20px;
}
.accordion .accordion-item button[aria-expanded="true"] {
    /* border-bottom: 1px solid #03b5d2; */
}
.accordion button {
    position: relative;
    display: block;
    text-align: right;
    width: 100%;
    padding: 1em 1em;
    border-color: #7288a2;
    font-size: 1.15rem;
    font-weight: 400;
    border: none;
    background: none;
    outline: none;
}
.accordion button:hover,
.accordion button:focus {
    cursor: pointer;
    color: #03b5d2;
}
.accordion button:hover::after,
.accordion button:focus::after {
    cursor: pointer;
    color: #03b5d2;
    border: 1px solid #03b5d2;
}
.accordion button .accordion-title {
    padding: 1em 2em 1em 0;
    color: #535353;
    font-family: "AlmoniTzarAAA";
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0.6px;
    text-transform: uppercase;
}
.accordion button .icon {
    display: inline-block;
    position: absolute;
    top: 22px;
    right: 20px;
    width: 22px;
    height: 22px;
    border-radius: 22px;
}
.accordion button .icon::before {
    display: block;
    position: absolute;
    content: "";
    top: 9px;
    left: 2px;
    width: 18px;
    height: 3px;
    background: currentColor;
}
.accordion button .icon::after {
    display: block;
    position: absolute;
    content: "";
    top: 0px;
    left: 9px;
    width: 3px;
    height: 20px;
    background: currentColor;
}
.accordion button[aria-expanded="true"] {
    color: #03b5d2;
}
.accordion button[aria-expanded="true"] .icon::after {
    width: 0;
}
.accordion button[aria-expanded="true"] + .accordion-content {
    opacity: 1;
    max-height: 50em;
    transition: all 200ms linear;
    will-change: opacity, max-height;
}
.accordion .accordion-content {
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transition: opacity 200ms linear, max-height 200ms linear;
    will-change: opacity, max-height;
}
.accordion .accordion-content p {
    font-size: 1rem;
    font-weight: 300;
    margin: 0 2.8em 15px 2.8em;
    text-align: right;

    color: #009be6;
    font-family: "AlmoniTzarAAA";
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 36px; /* 150% */
    letter-spacing: 0.6px;
    text-transform: uppercase;
}

footer {
    background: url(../img/bg-foot.png) no-repeat;
    background-size: cover;
    width: 100%;
    background-position: center;
}

.footer_body {
    /*min-height: 616px;*/
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 120px;
    padding-top: 70px;
    padding-bottom: 20px;
}

.footer_body h1 {
    color: #fff;
    text-align: center;
    font-family: "AlmoniTzarAAABold";
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 1px;
    text-transform: uppercase;
    /*margin-bottom: 120px;*/
}

.footer_body p {
    color: #fff;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.4px;
    text-transform: none;
}
.footer_body p a {
    color: #fff;
}

.icons {
    display: flex;
    align-items: center;
    justify-content: space-between;
    /*gap: 45px;
    margin-bottom: 166px;*/
}

.icon {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 200px;
    text-align: center;
}

.icon a {
    text-decoration: none;
}

.icon img {
    width: 88px;
    height: 88px;
}

.icon p {
    color: #fff;
    text-align: center;
    font-family: "AlmoniTzarAAA";
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    margin-top: 10px;
}

.calculate-result strong {
    font-size: 33px;
}

@media (max-width: 1260px) {
    .home h1 {
        font-size: 122.99px;
        width: 890.976px;
    }
}

@media (max-width: 1120px) {
    .home {
        background-position: bottom;
    }

    .home h1 {
        font-size: 86.99px;
        width: 615.976px;
    }
}

@media (max-width: 1025px) {
    .calculatiob__inputs{
        justify-content: space-evenly;
    }
}

@media (max-width: 998px) {
    header .logos {
        gap: 20px;
    }

    .qa h1{
        font-size: 48px;
    }

    .footer_body h1{
        font-size: 48px;
    }


    .about p {
        font-size: 28px;
    }

    .calculation_form_head h1{
        font-size: 48px;
    }
    .calculation_form_head p{
        font-size: 28px;
    }

    .calculation__form h2{
        font-size: 48px;
    }

    .calculation__form h2 span{
        font-size: 48px;
    }
}

@media (max-width: 868px) {
    .logos .logo1 {
        width: 250px;
    }
    .logos .logo2 {
        width: 120px;
    }
    .logos .logo3 {
        width: 145px;
    }

    .home h1 {
        font-size: 69.99px;
        width: 491.976px;
        line-height: 84px;
    }

    .calculatiob__inputs{
        flex-direction: column;
        gap: 20px;
    }
}

@media (max-width: 690px) {
    .logos .logo1 {
        width: 170px;
    }
    .logos .logo2 {
        width: 100px;
    }
    .logos .logo3 {
        width: 110px;
    }

    .home {
        background: url(../img/mob-bg-home.png) no-repeat;
        background-position: center;
        background-size: cover;
    }

    .about h1 {
        font-size: 35px;
    }
    .qa h1{
        font-size: 40px;
    }

    .footer_body h1{
        font-size: 40px;
    }


    .about p {
        font-size: 22px;
    }

    .calculation_form_head h1{
        font-size: 40px;
    }
    .calculation_form_head p{
        font-size: 22px;
    }

    .calculation__form h2{
        font-size: 40px;
    }

    .calculation__form h2 span{
        font-size: 40px;
    }

    .calculate-result {
        font-size: 40px;
    }

    .calculate-result strong {
        font-size: 34px;
    }
}

@media (max-width: 540px) {
    header .logos {
        justify-content: center;
    }

    header .logos svg {
        height: 40px;
    }

    .logos .logo1 {
        width: 135px;
    }
    .logos .logo2 {
        width: 70px;
    }

    .logos .logo3 {
        width: 98px;
    }

    /*.home {
        background-position: right;
    }*/

    .home h1 {
        font-size: 58.99px;
        width: 432.976px;
        line-height: 65px;
        height: auto;
        padding-top: 60%;
    }

    .qa h1{
        font-size: 35px;
    }

    .footer_body h1{
        font-size: 35px;
    }


    .about p {
        /*font-size: 19px;*/
        line-height: 24px;
    }

    .calculation_form_head h1{
        font-size: 35px;
    }
    .calculation_form_head p{
        /*font-size: 19px;*/
    }

    .calculation__form h2{
        font-size: 35px;
    }

    .calculation__form h2 span{
        font-size: 35px;
    }

    .calculate-result {
        font-size: 35px;
    }

    .calculate-result strong {
        font-size: 30px;
    }

}

@media (max-width: 467px) {
    .logos .logo1 {
        width: 26vw;
    }
    .logos .logo2 {
        width: 12vw;
    }

    .logos .logo3 {
        width: 20vw;
    }
    .home h1 {
        font-size: 12.2vw;
        width: 95%;
    }

    .about h1 {
        font-size: 30px;
    }

    .qa h1{
        font-size: 32px;
    }

    .footer_body h1{
        font-size: 32px;
    }


    .about p {
        /*font-size: 16px;*/
    }

    .calculation_form_head h1{
        font-size: 32px;
    }
    .calculation_form_head p{
        /*font-size: 16px;*/
    }

    .calculation__form h2{
        font-size: 32px;
    }

    .calculation__form h2 span{
        font-size: 32px;
    }

    .calculate-result {
        font-size: 32px;
    }

    .calculate-result strong {
        font-size: 27px;
    }

    .accordion button .accordion-title{
        font-size: 18px;
    }

    .accordion .accordion-content p{
        font-size: 18px;
    }

    .icons {
        width: 100%;
    }

    .icon{
        width: 160px;
    }

    .icon img {
        width: 15vw;
        height: 15vw;
    }
    .icon p {
        font-size: 4vw;
    }
}

@media (max-width: 375px) {
    header .logos svg {
        height: 28px;
    }

    .home h1 {
        line-height: 50px;
    }

    .about h1 {
        font-size: 25px;
    }

    .qa h1{
        font-size: 25px;
    }

    .footer_body h1{
        font-size: 25px;
    }

    .about p {
        /*font-size: 14px;*/
    }

    .calculation_form_head h1 {
        font-size: 25px;
        margin-bottom: 10px;
    }

    .calculate-result {
        font-size: 25px;
    }

    .calculate-result strong {
        font-size: 20px;
    }

    .calculation__form h2{
        font-size: 25px;
    }

    .calculation__form h2 span{
        font-size: 25px;
    }

    .calculation_form_head p{
        /*font-size: 14px;*/
    }

    .footer_body{
        min-height: 540px;
    }
}

.accordion {
    max-width: 990px;
    display: block;
    margin: 0 auto;
}
