
.maintarget {
    font-weight: 600;
    letter-spacing: -0.04em;
    font-size: 3.2rem;
    line-height: 120%;
}
.maintarget b {
    font-weight: 600;
}
.subtarget {
    font-size: 1.6rem;
    line-height: 150%;
    margin-top: 3rem;
    margin-bottom: 3rem;
}
.infoblock {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 2rem;
    margin-top: 1.5rem;
    font-size: 1.1rem;
    line-height: 150%;
}
.infoblock .num{
    font-weight: 600;
    font-size: 2rem;
    line-height: 3.2rem;
    flex: 0 0 50px;
    padding: 2rem 0;
}
.infoblock .cont {
    font-size: 1.2rem;
    max-width: 500px;
}
.infoblock .cont.flex-grow-1{
    max-width: unset;
}
.infoblock .contplus {
    font-size: 1.6rem;
    line-height: 3rem;
}

.calccol {
    padding-top: 0 !important;
}
.calccol video {
    max-width: 100%;
}
.undertop {
    margin-top: -168px;
}
.undertop >div {
    padding-top: 168px;
}
.calc {
    padding-top: 2rem;
}
.calc .chead {
    font-weight: 600;
    font-size: 2rem;
    padding-top: 0.8rem;
    line-height: 120%
}

.calc .ccomment {
    padding-top: 0.5rem;
}

.calc .nav {
    margin-top: 1.5rem;
}

.calc .nav-item {
    width: 77px;
    background-color: var(--ffblue2);
    text-align: center;
    font-weight: 600;
}
.calc .nav-item .nav-link.active {
    background-color: var(--ffpink);
}
.calc .nav-item:not(:last-child){
    margin-right: 1rem;
}
.calc .nav-item .nav-link {
    color: var(--ffwhite);
}
.calc .cardhead {
    text-transform: uppercase;
    text-align: center;
    font-weight: 600;
    margin-top: 1rem;
    color: var(--ffyellow);
}
.calc .cardparam {
    display: flex;
    justify-content: center;
    margin-top: 0.5rem;
    margin-bottom: 1rem;
}
.calc .cardparam > div{
    background-color: var(--ffyellow);
    color: var(--ffblack);
    padding: 0.3rem 0.5rem;
    font-size: 0.75rem;
    line-height: 100%;
    text-align: center;
}
.calc .cardparam > div:not(:last-child){
    margin-right: 0.25rem;
}
.calc .cardparam span{
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 120%;
}
.calc .cardbody {
    background-color: #ffffff20;
    display: flex;
    align-items: center;
}
.calc .cardbody .cardimage {
    flex: 0 0 60%;
    text-align: center;
}
.calc .cardbody .cardimage img {
    max-width: 300px;
}
.calc .cardbody .carddescr {
    flex: 1 0 33%;
    text-align: center;
    padding-bottom: 1rem;
}
.calc .cardbody .sample {
    font-size: 0.75rem;
    color: var(--ffyellow);
    margin-top: 0.75rem;
}
.calc .cardbody .name {
    text-transform: uppercase;
    font-size: 1.25rem;
}
.calc .cardbody .params {
    margin-top: 2rem;
}
.calc .cardbody .params .pline {
    display: flex;
    justify-content: space-between;
    margin: 0 1rem;
    font-size: 0.75rem;
}
.calc .cardbody .params .pline .pname {
    color: var(--ffyellow);
}
.calc .cardprice {
    margin: 1rem 2rem;
}
.calc .cardprice .from {
    display: flex;
    justify-content: space-around;
    margin-bottom: 1.5rem;
}
.calc .cardprice .pricepart {
    flex: 0 0 25%;
    text-align: center;
    font-size: 0.75rem;
}
.calc .cardprice .pricepart .pname {
    color: var(--ffyellow);
}
.calc .cardprice .pricepart .price{
    white-space: nowrap;
}
.calc .cardprice .pricepart .price span {
    font-size: 1.5rem;
    font-weight: 600;
}
.calc .cardprice .allincusive {
    text-align: center;
    margin-top: 1rem;
    margin-bottom: 1.45rem;
}
.calc .cardprice .allincusive .price span {
    font-weight: 600;
    font-size: 2rem;
}
.calc .calcswitch {
    display: flex;
    align-items: center;
    justify-content: center;
}
.calc .calcswitch label {
    margin-bottom: 0;
    font-size: 0.75rem;
    margin-left: 0.5rem;
    text-transform: uppercase;
}

.address {
    font-size: 1.2rem;
    line-height: 150%;
}
.hamdark {
    display: none;
}
.whatis {
    text-align: center;
}
.whatis a,.whatis a:hover{
    color: var(--ffyellow);
    text-transform: uppercase;
    font-size: 0.75rem;
}
.promo {
    position: relative;
    width: 70%;
    margin: 0 auto;
    padding: 2rem;
}
.promo.bg-yellow .before {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    background-color: var(--ffyellow);
    box-shadow: 0px 5px 10px rgba(43, 47, 89, 0.2);
    transform: rotate(-5deg);
    transition-duration: 2s;
}
.promo.bg-yellow {
    background-color: unset;
}
.promo .highlight {
    color: var(--ffpink);
    font-size: 1.5rem;
    font-weight: 500;
    padding: 0.5rem;
    text-align: center;
}
.promo .infoblock {
    margin-top: 0;
    font-weight: 600;
    font-size: 1.2rem;
    line-height: 120%;
    width: 100%;
}
.promo .infoblock span {
    font-size: 2rem;
    font-weight: 700;
}
@media (max-width: 992px) {
    .promo {
        width: 100%;
    }
    .promo .infoblock {
        font-size: 1.2rem;
        padding-left: 0;
    }
    .undertop {
        margin-top: 0;
    }
    .hamdark {
        display: inline-block;
    }
    .hamwhite {
        display: none;
    }

    .undertop > div {
        padding-top: 0;
    }

    .calccol {
        margin-top: 3rem;
    }

    .cardimage img {
        max-width: 160px !important;
    }
    .calc {
        padding: 0 40px;
    }
    .calc .nav-item {
        flex: 40px;
    }

    .calc .chead {
        padding-top: 3rem;
    }

    .mobcont {
        padding-left: 40px;
        padding-right: 40px;
    }

    .maintarget {
        font-size: 2rem;
    }

    header .logo img {
        max-height: 30px;
    }

    .subtarget {
        font-size: 1.1rem;
        line-height: 150%;
        margin-top: 2rem;
        margin-bottom: 2rem;
    }

    .infoblock {
        font-size: 0.8rem;
        padding: 1rem 0 1rem 1.5rem;
    }

    .infoblock img {
        padding: 0 0.5rem;
    }

    .btn {
        width: 100%;
    }

    .mt-6 {
        margin-top: 2rem !important;
    }

    .mt-7 {
        margin-top: 5rem !important;
    }

    .calc .cardprice {
        margin: 1rem 0;
    }

    .calc .nav-link {
        padding: 0.5rem 0.5rem;
    }

    .calc .ccomment,.calc .calcswitch label {
        font-size: 1.1rem;
    }

    .infoblock .cont {
        font-size: 0.9rem;
        padding-right: 1.5rem;
        line-height: 150%;
    }
    .infoblock .num {
        padding: 1rem 0;
    }
    .smallmob .num{
        padding: 0;
    }
    .mt-3mob {
        margin-top: 2rem !important;
    }
    .address {
        font-size: 1.1rem;
    }
}
