@media all {
    a {
        background: transparent;
    }
    a:active,
    a:hover {
        outline: 0;
    }
    a {
        color: #0072FB;
        text-decoration: none;
        cursor: pointer;
        -webkit-transition: color 0.2s ease 0s;
        -o-transition: color 0.2s ease 0s;
        transition: color 0.2s ease 0s;
        text-decoration-skip-ink: none;
    }
    a:hover {
        color: #0072FB;
        text-decoration: underline;
    }
    b {
        font-weight: bold;
    }
    img {
        vertical-align: middle;
    }
    img {
        max-width: 100%;
        height: auto;
        box-sizing: border-box;
    }
    img {
        border: 0;
        height: auto;
        max-width: 100%;
    }
    h1 {
        margin: 0 0 20px 0;
        text-transform: none;
        line-height: 1.2;
        font-weight: 700;
    }
    h1 b {
        font-color: #0072FB;
        font-weight: inherit;
    }
    h1 {
        font-size: 40px;
    }
    ::selection {
        background: #39f;
        color: #fff;
        text-shadow: none;
    }
    a:active,
    a:focus {
        outline: none;
    }
    :focus {
        outline: none;
        box-shadow: none;
    }
    .maint {
        color: #252525;
        text-align: left;
    }

    .maintvid{
        color: var(--color-primary);
        text-align: left;
    }

    .btn-black {
        display: inline-block;
        line-height: 1;
        font-weight: 500;
        font-size: 18px;
        padding: 12px 20px;
        -webkit-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
        background: var(--color-primary);
        border-radius: 30px;
        border: 1px solid var(--color-primary);
        color: #fff;
        text-align: center;
    }

    .calc-tile__photo-img {
        border-radius: 12px;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
        width: 100%;
        height: 100%;
        min-width: 0;
        min-height: 0;
        object-fit: cover;
        display: block;
    }

.calc-tile__content {
    flex: 1;
    display: flex;
    flex-direction: column;

    min-height: 0;
    min-width: 0;
}

.calc-tile__photo {
    flex: 1;
    display: flex;

    background: #e9ecef;
    border-radius: 12px;
    min-height: 120px;
    color: #666;
    font-style: italic;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    min-width: 0;
    min-height: 0;
    height: 100%;
    width: 100%;
    padding: 0;
}

    .btn-black:hover {
        text-decoration: none;
        background: #fff;
        border-color: #0072FB;
        color: #0072FB;
    }
    .btn-black:disabled {
        opacity: 0.6;
    }
    .btn-white {
        display: inline-block;
        line-height: 1;
        font-weight: 500;
        font-size: 18px;
        padding: 12px 20px;
        -webkit-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
        background: var(--color-primary-dark);
        border-radius: 30px;
        border: 1px solid var(--color-primary-dark);
        color: #fff;
        text-align: center;
    }
    .btn-white:hover {
        text-decoration: none;
        background: #fff;
        border-color: #0072FB;
        color: #0072FB;
    }
    .btn-white:disabled {
        opacity: 0.6;
    }
    *,
    :before,
    :after {
        box-sizing: border-box;
    }
    .wrapper {
        width: 100%;
        max-width: 1200px;
        margin: 0 auto;
        padding-left: 20px;
        padding-right: 20px;
    }
    .front-page-banner {
        padding: 25px 0 35px;
        margin-top: var(--header-height);
        position: relative;
    }
    .banner-bg-image {
        position: absolute;
        margin: auto;
        z-index: -1;
        display: flex;
        align-items: center;
        justify-content: center;
        opacity: 0.6;
    }
    .banner-bg-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        opacity: 0.1;
    }
    .front-page-banner:before {
        content: "";
        position: absolute;
        left: 30px;
        right: 30px;
        max-width: 1440px;
        height: 47%;
        background: rgba(57, 58, 66, 0.1);
        -webkit-filter: blur(100px);
        filter: blur(100px);
        border-radius: 100%;
        bottom: 42px;
    }
    .front-page-banner .wrapper {
        position: relative;
        padding-top: 40px;
    }
    .front-page-banner-title {
        width: 540px;
        max-width: 44%;
        position: absolute;
        z-index: 1;
        left: 20px;
        top: 0;
    }
    .front-page-banner-title h1 {
        margin-bottom: 10px;
    }
    .front-page-banner-subtitle {
        font-weight: 600;
        font-size: 25px;
    }
    .front-page-banner-image {
        position: relative;
        margin: 0 auto 0 50%;
    }
    .front-page-banner-btns {
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        margin: 40px 0 -15px -30px;
    }
    .front-page-banner-btns a {
        margin: 0 0 15px 30px;
        width: calc(50% - 30px);
        max-width: 325px;
        box-shadow: 0 27px 30px -25px #400f00;
        text-transform: uppercase;
    }



    @media screen and (min-width: 1201px) {
        .front-page-banner-title h1 {
            font-size: 45px;
        }
        .front-page-banner-btns a {
            font-size: 20px;
            padding: 17px 12px 16px;
            
        }
    }
    @media screen and (max-width: 1480px) {
        .front-page-banner {
            background-size: 90%;
        }
    }
    :focus {
        outline: none;
        box-shadow: none;
    }
    .main-banner-advantages {
        margin-top: 40px;
        margin-left: -25px;
        margin-bottom: -15px;
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .main-banner-advantage {
        padding-left: 25px;
        width: 33.3333%;
        margin-bottom: 15px;
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        align-items: center;
    }
    .main-banner-advantage-icon {
        -webkit-flex-shrink: 0;
        flex-shrink: 0;
        margin-right: 5px;
    }
    .main-banner-advantage-descr {
        font-size: 12px;
        font-weight: 800;
    }
    @media screen and (max-width: 1200px) {
        .main-banner-advantages {
            margin-left: -15px;
            padding-right: 15px;
        }
        .main-banner-advantage {
            padding-left: 15px;
            width: 25.3333%;
        }
        .front-page-banner-btns{
            margin-top: 15%;
        }
        .main-banner-advantage-descr{
            font-size: 10px;
        }
    }
    @media screen and (max-width: 960px) {
        .front-page-banner-title h1 {
            font-size: 25px;
            margin-bottom: 6px;
        }
        .front-page-banner-subtitle {
            font-size: 20px;
        }
        .front-page-banner-image {
            max-width: 56%;
        }
        .main-banner-advantages {
            margin-top: 25px;
        }
        .main-banner-advantage {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -webkit-flex-direction: column;
            flex-direction: column;
            width: 23.3333%;
        }
        .main-banner-advantage-icon {
            margin-right: 0;
            margin-bottom: 10px;
        }
        .main-banner-advantage-icon img {
            height: 32px;
            width: auto;
        }
        .main-banner-advantage-descr {
            text-align: center;
            font-size: 8px;
        }
    }
    @media screen and (max-width: 767px) {
        h1 {
            font-size: 30px;
        }
        .main-banner-advantage-descr {
            max-width: 160px;
            margin-left: auto;
            margin-right: auto;
        }
        .main-banner-advantages {
            padding-right: 0;
            width: calc(100% + 15px);
            -webkit-box-ordinal-group: 3;
            -webkit-order: 2;
            order: 2;
        }
        .main-banner-advantages {
            margin-top: 15px;
        }
    }
    @media screen and (max-width: 640px) {
        .banner-bg-image img {
            margin-top: 400px;
        }
        .front-page-banner-title {
            position: static;
            width: 100%;
            max-width: none;
            text-align: center;
            margin-bottom: 20px;
        }
        .front-page-banner-title h1 {
            max-width: 360px;
            margin-left: auto;
            margin-right: auto;
            margin-bottom: 10px;
        }
        .front-page-banner .wrapper {
            padding-top: 0;
        }
        .front-page-banner-btns {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -webkit-flex-direction: column;
            flex-direction: column;
            -webkit-box-align: center;
            -webkit-align-items: center;
            align-items: center;
            margin-top: 20px;
        }
        .front-page-banner-image {
            display: block;
            margin-left: auto;
            margin-right: auto;
        }
        .front-page-banner-btns a {
            width: calc(100% - 20px);
        }
        .main-banner-advantages {
            margin-top: 20px;
            margin-bottom: 20px;
        }
        .main-banner-advantage {
            width: 100%;
            margin-bottom: 15px;
            padding-left: 0;
        }
        .main-banner-advantage-descr {
            font-size: 10px;
            max-width: none;
        }
    }
    @media screen and (max-width: 479px) {
        h1 {
            font-size: 25px;
        }
        .front-page-banner-title h1 {
            font-size: 27px;
            margin-bottom: 2px;
        }
        .front-page-banner-image {
            max-width: 67%;
        }
        .main-banner-advantage-descr {
            font-size: 9px;
        }
        .main-banner-advantage-icon img {
            height: 28px;
        }
    }
}
