/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.3.6,
* Autoprefixer: v10.3.1
* Browsers: last 4 version
*/

.offer-section {
    background: url(/img/bg.jpg) center no-repeat;
    background-size: cover;
    padding: 120px 0 0;
}
.offer-cols {
    display: inline-block;
    width: 100%;
}
.offer-col-2 {
    width: 380px;
    float: right;
}
.offer-col-1 {
    float: left;
    width: calc(100% - 380px);
    padding-right: 30px;
}
.offer__title h1 {
    font-size: 42px;
    text-transform: uppercase;
    line-height: 120%;
    font-weight: 800;
    letter-spacing: 1px;
}
.offer__title p {
    font-size: 28px;
    line-height: 120%;
}
.offer__title {
    margin: 90px 0 40px;
}
.advantages {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 80px;
    margin-bottom: 60px;
}
.advantages__item {
    float: left;
    width: 50%;
    padding-right: 40px;
    margin-bottom: 40px;
}
.advantages__icon {
    margin-bottom: 16px;
    position: relative;
    width: 52px;
    height: 52px;
}
.advantages__icon img {
    width: 100%;
    height: auto;
    -webkit-filter: drop-shadow(0 0 8px rgba(0,0,0,0.3));
            filter: drop-shadow(0 0 8px rgba(0,0,0,0.3));
    position: relative;
    z-index: 5;
}
.advantages__icon:before {
    content: "";
    position: absolute;
    z-index: 1;
    width: 0;
    height: 0;
    top: 50%;
    left: 50%;
    -webkit-box-shadow: 0px 4px 56px 22px #1862fb;
            box-shadow: 0px 4px 56px 22px #1862fb;
}
.advantages__content {
    position: relative;
    z-index: 5;
}
.advantages__content h3 {
    font-size: 15px;
    line-height: 120%;
}
.advantages__text {
    font-size: 14px;
    line-height: 120%;
    margin-top: 10px;
    opacity: 0.8;
}
.advantages__text ul {
    padding: 0;
    list-style: none;
}
.advantages__text ul li {
    padding-left: 16px;
    position: relative;
    margin-bottom: 4px;
}
.advantages__text ul li:before {
    content: "";
    position: absolute;
    top: 6px;
    left: 1px;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #9dbeff;
}
.offer__img {
    -webkit-filter: drop-shadow(0px 4px 40px rgba(24,98,251,0.54));
            filter: drop-shadow(0px 4px 40px rgba(24,98,251,0.54));
    margin-top: 60px;
    opacity: 0.9;
}
.offer .form-holder {
    margin: 0;
    position: relative;
    z-index: 5;
    margin-bottom: -92px;
}

.s_header .overlay {
    background: transparent !important;
}
.s_header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 50;
}

a.h-phone {
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.6px;
    text-decoration: none;
}
.logo img {
    width: 100%;
}
.logo-holder {
    width: 220px;
    margin: 8px 0 0 !important;
}
[data-b-id="115"] .container .contact-holder, [data-b-id="115"] .container .menu-holder {
    width: auto;
}
.form-title.text-style-strong {
    font-size: 18px;
    font-weight: 800;
    text-transform: uppercase;
    color: #333333;
}
[data-b-id="30"][data-id="816433"] .component-button.filled .btn-content {
    border: 1px solid #18ade6;
    background-color: #18ade6;
    color: #fff;
}
[data-b-id="30"][data-id="816433"] .component-button.filled:not(.shadow):not(.zoom) .btn-content:hover {
    background-color: #151515;
    border-color: #151515;
}

.scheme .text-style-title {
    text-align: left;
    margin: 35px auto 15px;
    max-width: 100%;
}
.scheme .text-style-subtitle {
    text-align: left;
    margin: 0 auto 15px;
    max-width: 100%;
}
.scheme .item {
    text-align: left;
    padding: 0;
}
.scheme .item .ico-wrap {
    margin: 0;
    padding: 0;
}
.scheme .item .ico-wrap {
    margin: 0;
    padding: 0;
    width: 70px;
    height: 70px;
    position: relative;
    -webkit-filter: drop-shadow(0 0 8px rgba(24,98,251,0.3));
            filter: drop-shadow(0 0 8px rgba(24,98,251,0.3));
}
[data-b-id="18"][data-id="764687"] .item .line {
    background: rgba(25,99,250,0.3);
    -webkit-filter: drop-shadow(0 0 8px rgba(24,98,251,0.3));
            filter: drop-shadow(0 0 8px rgba(24,98,251,0.3));
    left: 82px;
    top: 52px;
    width: calc(100% - 94px);
}
.scheme .item .name {
    font-size: 18px;
    margin-top: 20px;
    line-height: 120%;
}
.scheme .item .desc {
    line-height: 140%;
    max-width: 310px;
}
[data-b-id="13"][data-id="186252"] .welcome-screen .component-button.filled .btn-content {
    color: #ffffff;
    background: #18ade6;
    border-color: #18ade6;
}
[data-b-id="13"][data-id="186252"] .welcome-screen .component-button.filled:not(.shadow):not(.zoom) .btn-content:hover {
    background: #222222;
    border-color: #222222;
}
.contact-section .text-style-title {
    font-weight: 700;
}
.contact-section .indent {
    padding: 60px 0 40px !important;
}
.footer .container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.footer .container .policy-holder {
    margin: 0;
}
p.ctext {
    margin-bottom: 20px;
    line-height: 120%;
}
.f-soc a {
    display: inline-block;
    text-decoration: none !important;
}
.map-container {
    width: 50%;
    position: relative;
    overflow: hidden;
}
.map-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.ibg[data-b-id="13"][data-id="186252"] .component-bg .image {
    background-image: url(/img/iphones-h.jpg);
    background-position: center;
    background-size: cover;
}
.mbg[data-b-id="13"][data-id="186252"] .component-bg .image {
    background-image: url(/img/macbg.jpg);
    background-position: center;
    background-size: cover;
}

@media(max-width: 767px) {
    .container {
        width: 100%;
        margin: 0;
        padding: 0 15px;
    }
    body.adaptive [data-b-id="115"] .container {
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
    }
    body.adaptive [data-b-id="115"] .container .logo-holder {
        width: 220px;
        margin: 8px 0 0 0 !important;
    }
    .component-logo.logo {
        min-height: 0;
    }
    .menu-burger {
        position: absolute;
        right: 8px;
        top: 0;
    }
    body.adaptive [data-b-id="115"] .container .contact-holder {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
            -ms-flex-direction: row !important;
                flex-direction: row !important;
        -webkit-box-pack: justify !important;
            -ms-flex-pack: justify !important;
                justify-content: space-between !important;
    }
    body.adaptive [data-b-id="115"] .container .contact-holder .block-contact-info {
        margin: 0;
    }
    .mobile-menu .menu-content {
        padding-top: 140px;
    }

    .offer-col-1, .offer-col-2 {
        width: 100%;
        padding: 0;
    }
    .offer__title h1 {
        font-size: 28px;
    }
    .offer__title p {
        font-size: 20px;
        margin-top: 10px;
    }
    .offer__title {
        margin: 90px 0 20px;
    }
    .advantages__item {
        padding-right: 0;
        width: 100%;
    }
    .advantages {
        margin: 40px 0 0;
    }
    body.adaptive .component-form .form-field-text__input {
        font-size: 14px;
        line-height: 120%;
    }
    .offer .form-holder {
        margin-bottom: 20px;
    }
    .scheme .text-style-title, .scheme .text-style-subtitle {
        text-align: center;
    }
    .scheme .item {
        text-align: center;
    }
    .scheme .item .ico-wrap {
        margin: auto;
    }
    .scheme .item .desc {
        max-width: 100%;
    }
    body.adaptive [data-b-id="18"] .item-list .item .line {
        display: block;
        width: 1px;
        height: 30px;
        left: 50%;
        top: auto;
        bottom: -40px;
    }
    body.adaptive [data-b-id="18"] .item-list .item {
        margin-bottom: 54px !important;
    }
    .map-container {
        height: 300px;
        width: 100%;
    }
    body.adaptive [data-b-id="83"] .container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-flow: column;
                flex-flow: column;
    }
    .footer p {
        margin: 20px 0;
    }





}


