@charset "UTF-8";
/*
  bootstrap
  xs: 0,
  sm: 576px,
  md: 768px,
  lg: 992px,
  xl: 1200px
*/
html, body {
    font-family: Montserrat;
}

@media (max-width: 575px) {
    html, body {
        font-size: 12px;
    }
}

@media screen and (max-width: 575px) and (min-width: 320px) {
    html, body {
        font-size: -webkit-calc(12px + 8 * ((100vw - 320px) / 255));
        font-size: calc(12px + 8 * ((100vw - 320px) / 255));
    }
}

@media screen and (max-width: 575px) and (min-width: 575px) {
    html, body {
        font-size: 20px;
    }
}

h1, h2, h3, h4, h5, h6 {
    font-family: Montserrat;
    font-weight: bold;
    line-height: 1.33;
}

b,
strong {
    font-weight: bold;
}

figure {
    margin: 0;
}

@media (max-width: 575px) {
    h1 {
        font-size: 2rem;
    }
}

@media (min-width: 576px) {
    h1 {
        font-size: 37.5px;
    }
}

@media (min-width: 768px) {
    h1 {
        font-size: 25px;
    }
}

@media (min-width: 992px) {
    h1 {
        font-size: 33px;
    }
}

@media (min-width: 1200px) {
    h1 {
        font-size: 42px;
    }
}

@media (max-width: 575px) {
    h2 {
        font-size: 1.83333rem;
        margin-bottom: 0.66667rem;
    }
}

@media (min-width: 576px) {
    h2 {
        font-size: 33px;
    }
}

@media (min-width: 768px) {
    h2 {
        font-size: 22px;
    }
}

@media (min-width: 992px) {
    h2 {
        font-size: 23px;
    }
}

@media (min-width: 1200px) {
    h2 {
        font-size: 36px;
    }
}

@media (max-width: 575px) {
    p {
        font-size: 1rem;
    }
}

@media (min-width: 576px) {
    p {
        font-size: 18px;
    }
}

@media (min-width: 768px) {
    p {
        font-size: 12px;
    }
}

@media (min-width: 992px) {
    p {
        font-size: 16px;
    }
}

@media (min-width: 1200px) {
    p {
        font-size: 20px;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1175px;
        padding: 0;
    }
}

.overflow {
    overflow: hidden;
}

.btn {
    letter-spacing: 0.1px;
    font-weight: 600;
}

.btn:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

@media (max-width: 575px) {
    .btn {
        font-size: 1rem;
        padding: 0.83333rem 1.75rem;
        -webkit-border-radius: 2rem;
        border-radius: 2rem;
    }
}

@media (min-width: 576px) {
    .btn {
        -webkit-border-radius: 34px;
        border-radius: 34px;
        font-size: 18px;
        padding: 16px 50px;
    }
}

@media (min-width: 768px) {
    .btn {
        font-size: 13px;
        padding: 10px 21px;
        -webkit-border-radius: 24.6px;
        border-radius: 24.6px;
    }
}

@media (min-width: 1200px) {
    .btn {
        -webkit-border-radius: 34px;
        border-radius: 34px;
        font-size: 18px;
        padding: 13px 68px;
    }
}

.btn.btn-primary {
    background-color: #1892ff;
    border-color: #1892ff;
}

.btn.btn-primary:hover {
    background-color: #1583e5;
    border-color: #1583e5;
}

.btn.btn-primary:active {
    background-color: #116dbf;
    border-color: #116dbf;
}

.btn.btn-link {
    color: #1892ff;
}

.btn.btn-link:hover {
    color: #4eabff;
    text-decoration: none;
}

.btn.btn-link:active {
    color: #126dc0;
    text-decoration: none;
}

.btn.btn-link .svg-icon {
    margin-right: 8px;
    /*
    .fill{
      fill: $primary;
    }
    .stroke{
      stroke: $primary;
    }*/
}

.btn.btn-link .svg-icon svg .fill {
    fill: #1892ff;
}

.btn.btn-link .svg-icon svg .stroke {
    stroke: #1892ff;
}

@media (max-width: 575px) {
    .btn.btn-link .svg-icon svg {
        width: 20px;
        height: 20px;
    }
}

.btn.btn-bordered {
    border: solid 2px #1892ff;
    color: #1892ff;
}

.btn.btn-bordered:hover {
    background-color: #1892ff;
    border-color: #1892ff;
    color: #fff;
}

.btn.btn-bordered:active {
    background-color: #126dc0;
    border-color: #126dc0;
    color: #fff;
}

.modal-dialog .modal-content {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    padding: 30px 20px;
    border: none;
}

@media (min-width: 768px) {
    .modal-dialog .modal-content {
        padding: 40px 58px 24px;
    }
}

.modal-dialog .modal-content.video {
    -webkit-border-radius: 0;
    border-radius: 0;
    padding: 0;
    background: transparent;
}

.modal-dialog .modal-header {
    position: relative;
    border-bottom: none;
    padding: 0 0 40px;
}

.modal-dialog .modal-header .modal-title {
    font-weight: 600;
    font-size: 20px;
    line-height: normal;
}

.modal-dialog .modal-header .close {
    padding: 8px;
    position: absolute;
    top: -24px;
    right: -42px;
}

.modal-dialog .modal-body {
    padding: 0;
}

.modal-dialog .modal-body .form-check + .form-group {
    margin-top: -16px;
}

.modal-dialog .modal-body .form-group {
    padding-bottom: 32px;
    margin: 0;
}

.modal-dialog .modal-body .form-group.p16 {
    padding-bottom: 16px;
}

.modal-dialog .modal-body .form-group.p24 {
    padding-bottom: 24px;
}

.modal-dialog .modal-body .form-group label {
    font-weight: 500;
    font-size: 13px;
    line-height: normal;
}

.modal-dialog .modal-body .form-group label.form-check-label {
    font-weight: 500;
    font-size: 16px;
    line-height: normal;
}

.modal-dialog .modal-body .form-group .form-control {
    border: none;
    border-bottom: solid 1px #d9d9d9;
    font-weight: 500;
    font-size: 16px;
    line-height: 1;
    padding: 0;
}

.modal-dialog .modal-body .form-group .form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.modal-dialog .modal-footer {
    padding: 0;
    border-top: none;
}

@media (min-width: 1200px) {
    .modal-dialog .modal-footer .btn {
        font-weight: 600;
        font-size: 18px;
        line-height: normal;
        padding: 17px;
        display: block;
        width: 100%;
        max-width: 80%;
        margin: 0 auto;
    }
}

@media (min-width: 768px) {
    .w-md-auto {
        width: auto !important;
    }
}

.nowrap {
    white-space: nowrap;
}

.price-text .price {
    font-weight: bold;
    font-size: 2rem;
    line-height: 1.54;
}

.price-text .price small {
    font-weight: bold;
    font-size: 1.33333rem;
    line-height: normal;
}

@media (min-width: 1200px) {
    .price-text .price {
        font-weight: bold;
        font-size: 40px;
        line-height: 1.4;
    }

    .price-text .price small {
        font-weight: bold;
        font-size: 24px;
        line-height: 1.4;
    }
}

.navbar {
    padding: 10px 16px;
}

.navbar:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: #fff;
    z-index: -1;
    display: block;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}

.navbar.fixed-top {
    z-index: 1000;
}

.menu-open .navbar {
    min-height: 100vh;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-bottom: 64px;
    background: #fff;
}

@media (min-width: 1200px) {
    .navbar {
        padding: 10px 0;
    }
}

@media (max-width: 575px) {
    .navbar .container {
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}

@media (max-width: 575px) {
    .navbar .navbar-brand {
        max-width: 65px;
        margin-left: 4px;
        padding: 0;
    }
}

@media (min-width: 1200px) {
    .navbar .navbar-brand {
        margin-left: 26px;
    }
}

.navbar .navbar-brand .logo-white {
    display: none;
}

.navbar .navbar-nav {
    font-size: 14px;
    font-weight: 500;
}

@media (max-width: 575px) {
    .navbar .navbar-nav {
        font-size: 1.16667rem;
        padding: 0 22px;
    }
}

@media (min-width: 1200px) {
    .navbar .navbar-nav {
        padding-left: 40px;
    }
}

@media (max-width: 575px) {
    .navbar .navbar-nav .nav-item {
        font-weight: 500;
        font-size: 1.16667rem;
        line-height: 1.14;
        padding: 0.66667rem 0;
    }

    .navbar .navbar-nav .nav-item:first-child {
        padding-top: 15px;
    }
}

@media (min-width: 576px) {
    .navbar .navbar-nav .nav-item {
        font-size: 18px;
        padding: 8px;
    }
}

.navbar .navbar-nav .nav-link {
    color: #000000;
}

@media (min-width: 1200px) {
    .navbar .navbar-nav .nav-link {
        padding: 8px 16px;
    }
}

.navbar .navbar-nav .nav-link.ext-link {
    color: #1892ff;
}

.navbar .contacts {
    margin-top: 16px;
}

@media (max-width: 575px) {
    .navbar .contacts {
        position: absolute;
        bottom: 24px;
        left: 0;
        right: 0;
        padding: 0 20px 24px;
        margin: 0;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        font-weight: 600;
        font-size: 1.08333rem;
        line-height: 1.23;
    }
}

@media (min-width: 576px) {
    .navbar .contacts {
        margin: 0;
        font-size: 18px;
        font-weight: bold;
    }
}

@media (min-width: 992px) {
    .navbar .contacts {
        text-align: right;
    }
}

@media (min-width: 1200px) {
    .navbar .contacts {
        margin-right: 25px;
    }
}

.navbar .contacts .phone-mobile-clicker {
    display: block;
}

.navbar .contacts a {
    color: inherit;
}

.navbar .contacts .email {
    display: block;
}

@media (min-width: 992px) {
    .navbar .contacts .email {
        font-weight: 500;
        font-size: 0.75rem;
        line-height: 1.23;
    }
}

.menu-open .navbar {
    background: #fff;
}

.list-check {
    margin: 0;
    padding: 0;
    letter-spacing: 0.2px;
}

.list-check li {
    list-style: none;
    margin: 0;
    padding: 0 0 32px 30px;
    position: relative;
}

.list-check li:before {
    content: url("../images/aqsi5/checked.svg");
    position: absolute;
    left: 0;
    top: 1px;
}

@media (max-width: 575px) {
    .list-check li:before {
        top: 4px;
    }
}

@media (max-width: 575px) {
    .list-check {
        font-weight: 500;
        font-size: 1.16667rem;
        line-height: 1.5;
    }
}

@media (min-width: 992px) {
    .list-check {
        font-weight: 500;
        font-size: 20px;
        line-height: 1.5;
    }
}

.list {
    margin: 0;
    padding: 0;
}

.list li {
    list-style: none;
    margin: 0;
    padding: 0 0 12px 14px;
    position: relative;
}

.list li:before {
    content: '–';
    position: absolute;
    left: 0;
    top: 1px;
}

@media (max-width: 575px) {
    .list {
        font-weight: 500;
        font-size: 1.16667rem;
        line-height: 1.25;
        letter-spacing: 0.1px;
    }
}

@media (min-width: 1200px) {
    .list {
        font-weight: 500;
        font-size: 16px;
        line-height: 1.25;
        letter-spacing: 0.1px;
    }
}

.fade-enter-active, .fade-leave-active {
    -webkit-transition: opacity .5s;
    -o-transition: opacity .5s;
    transition: opacity .5s;
}

.fade-enter, .fade-leave-to {
    opacity: 0;
}

html.loader, html.loader body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

[v-cloak] {
    display: none;
}

#spin-back {
    background-color: #fff;
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10000;
}

#spin {
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -50px;
    margin-top: -50px;
    width: 1px;
    z-index: 10001;
}

.spin-wrap {
    position: relative;
    overflow: hidden;
}

.spin-wrap, .spin-wrap .spin-icon {
    width: 100px;
    height: 100px;
}

.spin-icon {
    display: inline-block;
    fill: #1892ff;
    -webkit-animation: spin 1s steps(12) infinite;
    animation: spin 1s steps(12) infinite;
}

@-webkit-keyframes spin {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spin {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@media (min-width: 768px) {
    .page-312 .app {
        background-image: url("../images/aqsi5/waves-bg-2.png");
        -webkit-background-size: 50% auto;
        background-size: 50% auto;
        background-position: right top;
        background-repeat: no-repeat;
    }
}

@media only screen and (min-width: 768px) and (min-device-pixel-ratio: 1.25), only screen and (min-width: 768px) and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min-width: 768px) and (-o-min-device-pixel-ratio: 5/4), only screen and (min-width: 768px) and (min-resolution: 1.25dppx) {
    .page-312 .app {
        background-image: url("../images/aqsi5/waves-bg-2@2x.png");
    }
}

@media only screen and (min-width: 768px) and (min-device-pixel-ratio: 2.25), only screen and (min-width: 768px) and (-webkit-min-device-pixel-ratio: 2.25), only screen and (min-width: 768px) and (-o-min-device-pixel-ratio: 9/4), only screen and (min-width: 768px) and (min-resolution: 2.25dppx) {
    .page-312 .app {
        background-image: url("../images/aqsi5/waves-bg-2@3x.png");
    }
}

@media (max-width: 575px) {
    .page-312 .app h2 {
        text-align: center;
    }
}

@media (min-width: 576px) {
    .page-312 .app h2 {
        text-align: center;
    }
}

@media (min-width: 768px) {
    .page-312 .app h2 {
        text-align: inherit;
    }
}

@media (max-width: 575px) {
    .bWellcome {
        padding: 6.08333rem 0 0;
        text-align: center;
    }
}

@media (min-width: 576px) {
    .bWellcome {
        padding: 6.08333rem 0 0;
        text-align: center;
    }
}

@media (min-width: 768px) {
    .bWellcome {
        padding: 128px 0 80px;
        text-align: left;
    }
}

@media (min-width: 992px) {
    .bWellcome {
        padding: 197px 0 16px;
    }
}

.bWellcome h1 {
    margin: 0;
}

@media (max-width: 575px) {
    .bWellcome h1 {
        font-weight: bold;
        font-size: 2rem;
        line-height: 1.21;
        padding-bottom: 0.66667rem;
    }
}

@media (min-width: 768px) {
    .bWellcome h1 {
        padding-bottom: 18px;
    }
}

@media (min-width: 1200px) {
    .bWellcome h1 {
        font-weight: bold;
        font-size: 42px;
        line-height: 1.33;
        letter-spacing: 0.1px;
    }
}

@media (max-width: 575px) {
    .bWellcome p {
        font-weight: 500;
        font-size: 1rem;
        line-height: 1.5;
        margin-bottom: 2.08333rem;
    }
}

@media (min-width: 992px) {
    .bWellcome p {
        margin: 0;
        padding: 0 0 59px;
    }
}

@media (min-width: 1200px) {
    .bWellcome p {
        font-weight: 500;
        font-size: 24px;
        line-height: 1.33;
        letter-spacing: 0.1px;
    }
}

.bWellcome__price {
    vertical-align: middle;
    display: flex !important;
    align-items: center;
}

.bWellcome__price .artikul {
    font-size: 14px;
    text-align: left;
}

@media (max-width: 575px) {
    .bWellcome__price .artikul {
        font-size: 12px;
    }
}

@media (max-width: 575px) {
    .bWellcome__price {
        padding: .5rem 0 2rem;
    }

    .bWellcome__price .artikul {
        font-size: 12px;
    }
}

@media (min-width: 576px) {
    .bWellcome__price {
        padding: 24px 0 80px;
    }
}

@media (min-width: 768px) {
    .bWellcome__price {
        padding: 24px 0 24px;
    }
}

@media (min-width: 992px) {
    .bWellcome__price {
        padding: 0 0 128px;
    }
}

.bWellcome__price .price {
    vertical-align: middle;
}

@media (min-width: 768px) {
    .bWellcome__price .btn {
        margin-left: 32px;
    }
}

@media (min-width: 992px) {
    .bWellcome__price .btn {
        margin-left: 48px;
    }
}

.bWellcome__image {
    display: block;
    margin: 0 auto;
}

@media (max-width: 575px) {
    .bWellcome__image {
        max-width: 12.66667rem;
        padding-bottom: 3.08333rem;
    }
}

@media (min-width: 576px) {
    .bWellcome__image {
        padding-bottom: 32px;
        padding-bottom: 3.08333rem;
    }
}

@media (min-width: 768px) {
    .bWellcome__image {
        padding-bottom: 32px;
    }
}

.bWellcome__list {
    text-align: left;
}

@media (max-width: 575px) {
    .bWellcome__list {
        padding: 2.66667rem 2.5rem;
    }
}

@media (min-width: 576px) {
    .bWellcome__list {
        padding: 0 0 80px;
    }
}

@media (min-width: 768px) {
    .bWellcome__list {
        padding: 0;
    }
}

@media (min-width: 1200px) {
    .bWellcome__list {
        font-weight: 500;
        font-size: 15px;
        line-height: normal;
    }
}

.bWellcome__list > div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

@media (max-width: 575px) {
    .bWellcome__list > div {
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        font-weight: 500;
        font-size: 1rem;
        line-height: normal;
        padding: 0 0 2.66667rem 0;
    }
}

@media (min-width: 576px) {
    .bWellcome__list > div {
        padding: 0 0 16px 0;
    }
}

@media (min-width: 768px) {
    .bWellcome__list > div {
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 0 25px 32px 10px;
    }
}

@media (min-width: 992px) {
    .bWellcome__list > div {
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 0 25px 56px 10px;
    }
}

.bWellcome__list > div i {
    width: 69px;
    display: block;
}

.bWellcome__list > div i + span {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

@media (max-width: 575px) {
    .bVideo {
        padding: 0 0 4.58333rem 0;
    }
}

@media (min-width: 576px) {
    .bVideo {
        padding: 0 0 80px;
    }
}

@media (min-width: 768px) {
    .bVideo {
        padding: 0 0 80px;
    }
}

@media (min-width: 992px) {
    .bVideo {
        padding: 75px 0 0;
    }
}

.bVideo__pleer {
    display: block;
    background: url(../images/aqsi5/video-bg.png) no-repeat center center;
    -webkit-background-size: cover;
    background-size: cover;
    height: 350px;
    -webkit-border-radius: 12px;
    border-radius: 12px;
    -webkit-box-shadow: 0 0 20px 0 rgba(162, 162, 162, 0.5);
    box-shadow: 0 0 20px 0 rgba(162, 162, 162, 0.5);
    overflow: hidden;
    position: relative;
}

@media (max-width: 575px) {
    .bVideo__pleer {
        height: 13.33333rem;
    }
}

.bVideo__pleer:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-image: -webkit-linear-gradient(top, rgba(24, 146, 255, 0.1), rgba(24, 146, 255, 0.1)), -webkit-linear-gradient(198deg, rgba(255, 255, 255, 0.17), rgba(0, 0, 0, 0.2));
    background-image: -o-linear-gradient(top, rgba(24, 146, 255, 0.1), rgba(24, 146, 255, 0.1)), -o-linear-gradient(198deg, rgba(255, 255, 255, 0.17), rgba(0, 0, 0, 0.2));
    background-image: linear-gradient(to bottom, rgba(24, 146, 255, 0.1), rgba(24, 146, 255, 0.1)), linear-gradient(252deg, rgba(255, 255, 255, 0.17), rgba(0, 0, 0, 0.2));
    z-index: 1;
}

.bVideo__pleer:after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: 138px;
    height: 138px;
    margin: -69px 0 0 -69px;
    background-image: url(../images/aqsi5/play-2.png);
    -webkit-background-size: cover;
    background-size: cover;
    z-index: 1;
}

@media (max-width: 575px) {
    .bVideo__pleer:after {
        width: 7.08333rem;
        height: 7.08333rem;
        margin: -3.54167rem 0 0 -3.54167rem;
    }
}

@media (max-width: 575px) {
    .bAcquiring {
        padding: 0 0 5.5rem;
    }
}

@media (min-width: 576px) {
    .bAcquiring {
        padding: 0 0 80px;
    }
}

@media (min-width: 992px) {
    .bAcquiring {
        padding: 128px 0 160px;
    }
}

@media (max-width: 575px) {
    .bAcquiring h2 {
        font-weight: bold;
        font-size: 1.75rem;
        line-height: normal;
        letter-spacing: 0.1px;
        margin-bottom: 0.66667rem;
    }
}

@media (min-width: 1200px) {
    .bAcquiring h2 {
        font-weight: bold;
        font-size: 36px;
        line-height: normal;
        letter-spacing: 0.2px;
        margin-bottom: 14px;
    }
}

@media (max-width: 575px) {
    .bAcquiring p {
        margin: 0;
    }
}

@media (min-width: 1200px) {
    .bAcquiring p {
        font-weight: 500;
        font-size: 18px;
        line-height: normal;
        letter-spacing: 0.1px;
        margin-bottom: 55px;
    }
}

@media (max-width: 575px) {
    .bAcquiring .list-check {
        font-weight: 500;
        font-size: 1rem;
        line-height: 1.25;
        margin: 2.5rem 0 0;
    }
}

@media (max-width: 575px) {
    .bAcquiring img {
        padding: 0 0 32px;
    }
}

@media (min-width: 576px) {
    .bAcquiring img {
        padding: 0 0 32px;
    }
}

@media (max-width: 575px) {
    .bForwhom {
        padding: 0 0 0;
    }
}

@media (min-width: 576px) {
    .bForwhom {
        padding: 0 0 80px;
    }
}

@media (min-width: 1200px) {
    .bForwhom {
        padding: 0 33px 140px;
    }
}

@media (max-width: 575px) {
    .bForwhom h2 {
        font-weight: bold;
        font-size: 1.75rem;
        line-height: normal;
        margin-bottom: 2.66667rem;
        letter-spacing: 0.1px;
    }
}

@media (min-width: 576px) {
    .bForwhom h2 {
        margin-bottom: 24px;
    }
}

@media (min-width: 1200px) {
    .bForwhom h2 {
        font-weight: bold;
        font-size: 36px;
        line-height: normal;
        letter-spacing: 0.2px;
        padding: 0 0 42px;
        margin: 0;
    }
}

.bForwhom__card {
    overflow: hidden;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.12);
    background: #fff;
}

@media (max-width: 575px) {
    .bForwhom__card {
        margin: 0 0.41667rem 2.08333rem;
    }
}

@media (min-width: 576px) {
    .bForwhom__card {
        padding: 0 0 32px;
        margin: 0 auto;
    }
}

@media (min-width: 1200px) {
    .bForwhom__card {
        min-height: 100%;
    }
}

@media (min-width: 1200px) {
    .bForwhom__card img {
        width: 100%;
    }
}

@media (max-width: 575px) {
    .bForwhom__card__title {
        font-weight: bold;
        font-size: 1.33333rem;
        line-height: normal;
        letter-spacing: 0.1px;
        padding: 1.5rem 1.5rem 1rem;
        margin: 0;
    }
}

@media (min-width: 576px) {
    .bForwhom__card__title {
        font-weight: bold;
    }
}

@media (min-width: 1200px) {
    .bForwhom__card__title {
        font-weight: bold;
        font-size: 20px;
        line-height: normal;
        letter-spacing: 0.1px;
        padding: 24px 24px 20px;
        margin: 0;
        min-height: 92px;
    }
}

@media (max-width: 575px) {
    .bForwhom__card__text {
        font-weight: 500;
        font-size: 1rem;
        line-height: 1.42;
        letter-spacing: 0.1px;
        padding: 0 1.5rem 1.5rem;
    }

    .bForwhom__card__text .list {
        font-size: inherit;
        line-height: inherit;
    }

    .bForwhom__card__text .list li {
        padding-bottom: 0.66667rem;
    }
}

@media (min-width: 1200px) {
    .bForwhom__card__text {
        font-weight: 500;
        font-size: 16px;
        line-height: 1.25;
        letter-spacing: 0.1px;
        padding: 0 24px 24px;
    }
}

@media (max-width: 575px) {
    .bFullWidth {
        padding: 0 0 5.33333rem;
    }
}

@media (min-width: 576px) {
    .bFullWidth {
        padding: 0 0 80px;
    }
}

@media (min-width: 1200px) {
    .bFullWidth {
        padding: 0 0 200px;
        font-weight: 500;
        font-size: 12px;
        line-height: normal;
    }
}

@media (max-width: 575px) {
    .bFullWidth h2 {
        font-weight: bold;
        font-size: 1.75rem;
        line-height: normal;
        letter-spacing: 0.1px;
        margin: 0 0 1.25rem;
    }
}

@media (min-width: 576px) {
    .bFullWidth h2 {
        margin: 0 0 24px;
    }
}

@media (min-width: 1200px) {
    .bFullWidth h2 {
        font-weight: bold;
        font-size: 36px;
        line-height: normal;
        letter-spacing: 0.2px;
        padding: 0 0 40px;
    }
}

@media (max-width: 575px) {
    .bFullWidth img {
        margin: 0 0 32px;
    }
}

@media (min-width: 576px) {
    .bFullWidth img {
        margin: 0 0 32px;
    }
}

.bFullWidth .img-shadow {
    -webkit-box-shadow: 0 0 50px rgba(0, 0, 0, 0.12);
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.12);
}

@media (min-width: 1200px) {
    .bFullWidth.box1 {
        padding: 0 0 100px;
    }

    .bFullWidth.box1 .container-fluid {
        padding-left: 0;
    }
}

@media (max-width: 575px) {
    .bFullWidth.box1 img {
        max-width: 100%;
    }
}

@media (min-width: 576px) {
    .bFullWidth.box1 img {
        max-width: 100%;
    }
}

@media (min-width: 768px) {
    .bFullWidth.box1 img {
        max-width: initial;
        float: right;
    }
}

@media (min-width: 1200px) {
    .bFullWidth.box1 img {
        float: right;
        margin: 100px 80px 100px -25%;
    }
}

@media (min-width: 768px) {
    .bFullWidth.box1 h2 {
        padding: 20px 0 40px;
        margin: 0;
    }
}

@media (max-width: 575px) {
    .bFullWidth.box1 .list-check {
        font-weight: 500;
        font-size: 1rem;
        line-height: 1.42;
        margin: 0 0 1.33333rem;
    }

    .bFullWidth.box1 .list-check li {
        padding-bottom: 1rem;
    }
}

@media (min-width: 1200px) {
    .bFullWidth.box2 h2 {
        padding: 0 0 140px;
        margin: 0;
    }
}

@media (max-width: 575px) {
    .bFullWidth.box2 .list {
        font-weight: 500;
        font-size: 1rem;
        line-height: 1.42;
        margin: 0 0 1.33333rem;
    }
}

@media (min-width: 1200px) {
    .bFullWidth.box2 .list {
        font-weight: 500;
        font-size: 20px;
        line-height: 1.25;
    }
}

@media (min-width: 1200px) {
    .bFullWidth.box3 h2 {
        margin: 0;
    }
}

@media (max-width: 575px) {
    .bFullWidth.box3 .list {
        font-weight: 500;
        font-size: 1rem;
        line-height: 1.42;
        margin: 0 0 1.33333rem;
    }
}

@media (max-width: 575px) {
    .bSpecification {
        padding: 0 0 3.83333rem;
    }
}

@media (min-width: 576px) {
    .bSpecification {
        padding: 0 0 80px;
    }
}

@media (min-width: 1200px) {
    .bSpecification {
        padding: 0 0 160px;
    }
}

@media (min-width: 1200px) {
    .bSpecification h2 {
        font-weight: bold;
        font-size: 36px;
        line-height: normal;
        letter-spacing: 0.2px;
        padding: 0 0 24px;
        margin: 0;
    }
}

.bSpecification__toggle {
    text-align: center;
}

@media (min-width: 768px) {
    .bSpecification__toggle {
        margin-bottom: 32px;
    }
}

@media (min-width: 992px) {
    .bSpecification__toggle {
        margin-bottom: 87px;
    }
}

@media (max-width: 575px) {
    .bSpecification__toggle .btn-group {
        display: block;
    }
}

@media (min-width: 576px) {
    .bSpecification__toggle .btn-group {
        display: block;
    }
}

@media (min-width: 768px) {
    .bSpecification__toggle .btn-group {
        display: -webkit-inline-box;
        display: -webkit-inline-flex;
        display: -ms-inline-flexbox;
        display: inline-flex;
    }
}

@media (max-width: 575px) {
    .bSpecification__toggle .btn {
        display: block;
    }

    .bSpecification__toggle .btn:not(:last-child):not(.dropdown-toggle) {
        -webkit-border-radius: 2rem 2rem 0 0;
        border-radius: 2rem 2rem 0 0;
    }

    .bSpecification__toggle .btn:last-child {
        -webkit-border-radius: 0 0 2rem 2rem;
        border-radius: 0 0 2rem 2rem;
        margin-left: auto;
    }
}

@media (min-width: 576px) {
    .bSpecification__toggle .btn {
        display: block;
    }

    .bSpecification__toggle .btn:not(:last-child):not(.dropdown-toggle) {
        -webkit-border-radius: 2rem 2rem 0 0;
        border-radius: 2rem 2rem 0 0;
    }

    .bSpecification__toggle .btn:last-child {
        -webkit-border-radius: 0 0 2rem 2rem;
        border-radius: 0 0 2rem 2rem;
        margin-left: auto;
    }
}

@media (min-width: 768px) {
    .bSpecification__toggle .btn {
        font-weight: 500;
        font-size: 14px;
        line-height: normal;
        letter-spacing: 0.1px;
        padding: 12px 27px;
    }

    .bSpecification__toggle .btn:not(:last-child):not(.dropdown-toggle) {
        -webkit-border-radius: 24.6px 0 0 24.6px;
        border-radius: 24.6px 0 0 24.6px;
    }

    .bSpecification__toggle .btn:not(:first-child) {
        -webkit-border-radius: 0 24.6px 24.6px 0;
        border-radius: 0 24.6px 24.6px 0;
    }
}

.bSpecification__items {
    text-align: center;
    position: relative;
}

@media (max-width: 575px) {
    .bSpecification__items {
        padding: 0 16px;
    }
}

@media (min-width: 576px) {
    .bSpecification__items {
        padding: 0 16px;
    }
}

@media (max-width: 575px) {
    .bSpecification__items img {
        margin: 20px auto;
    }
}

@media (min-width: 576px) {
    .bSpecification__items img {
        margin: 20px auto;
    }
}

.bSpecification__items .display-none {
    opacity: 0;
}

.bSpecification__items .display-show {
    opacity: 1;
}

.bSpecification__items__overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
}

@media (max-width: 575px) {
    .bSpecification__items__overlay {
        padding: 0 16px;
    }
}

@media (min-width: 576px) {
    .bSpecification__items__overlay {
        padding: 0 16px;
    }
}

@media (min-width: 992px) {
    .bSpecification__table {
        padding: 115px 0 0 35px;
    }
}

.bSpecification__table th {
    border-top: none;
    border-bottom: 1px solid #f5f5f5;
}

@media (min-width: 768px) {
    .bSpecification__table th {
        font-weight: 600;
        font-size: 24px;
        line-height: normal;
        letter-spacing: 0.1px;
        text-align: right;
        padding: 32px 0;
    }
}

.bSpecification__table td {
    border-top: none;
    border-bottom: 2px solid #f5f5f5;
}

@media (min-width: 768px) {
    .bSpecification__table td {
        font-weight: 500;
        font-size: 18px;
        line-height: normal;
        letter-spacing: 0.1px;
        padding: 35px 0 35px 147px;
        width: 100%;
    }
}

.bSpecification__table__expender {
    display: none;
}

.bSpecification__table__expender.s-features-table--show {
    display: block;
}

.bSpecification__table__toggle {
    text-align: center;
    display: block;
}

.bSpecification__table__toggle svg {
    width: 11px;
}

.bSpecification__table__toggle.sft-btn--show svg {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

@media (min-width: 768px) {
    .bSpecification__table__toggle {
        font-weight: 500;
        font-size: 20px;
        line-height: normal;
        letter-spacing: 0.2px;
        padding: 28px 0 28px;
        display: block;
        text-align: center;
    }
}

@media (max-width: 575px) {
    .bShop {
        padding: 0px 1rem 3.83333rem;
    }
}

@media (min-width: 576px) {
    .bShop {
        padding: 0px 0 80px;
    }
}

@media (min-width: 768px) {
    .bShop {
        padding: 0px 0 168px;
    }
}

.bShop__tile {
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    z-index: auto;
    padding: 70px 32px;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.bShop__tile:hover, .bShop__tile:focus, .bShop__tile:active {
    z-index: 1;
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

@media (max-width: 575px) {
    .bShop__tile {
        padding: 2.75rem 2rem;
        min-height: auto;
    }
}

@media (min-width: 576px) {
    .bShop__tile {
        padding: 30px;
        min-height: auto;
    }
}

@media (min-width: 768px) {
    .bShop__tile {
        padding: 80px 60px;
        margin-bottom: 32px;
        min-height: auto;
    }
}

@media (min-width: 992px) {
    .bShop__tile {
        margin-bottom: 0;
    }
}

.bShop__tile .bg {
    -webkit-box-shadow: 0 0 13px 9px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 13px 9px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    z-index: -1;
    background-position: bottom right;
    background-repeat: no-repeat;
}

.bShop__tile img {
    display: block;
    margin: 0 auto;
}

.bShop__tile h2 {
    line-height: 1.3;
    text-align: left !important;
}

@media (max-width: 575px) {
    .bShop__tile h2 {
        font-weight: bold;
        font-size: 12px;
        line-height: normal;
        padding: 1rem 0 0.66667rem;
        margin: 0;
    }
}

@media (min-width: 576px) {
    .bShop__tile h2 {
        padding-top: 18px;
        font-size: 24px;
    }
}

@media (min-width: 768px) {
    .bShop__tile h2 {
        font-weight: bold;
        font-size: 24px;
        line-height: normal;
        letter-spacing: 0.1px;
        margin: 0;
        padding: 0 0 15px;
    }
}

.bShop__tile p {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 0;
    padding-bottom: 12px;
}

@media (max-width: 575px) {
    .bShop__tile p {
        font-weight: 500;
        font-size: 8px;
        line-height: normal;
        padding-bottom: 0.66667rem;
    }
}

@media (min-width: 768px) {
    .bShop__tile p {
        font-weight: 500;
        font-size: 16px;
        line-height: inherit;
    }
}

.bShop__tile p.bold {
    font-weight: bold;
    color: #1892ff;
}

.bShop__tile .price {
    display: block;
    font-size: 23px;
    color: #1892ff;
    line-height: 1;
}

@media (max-width: 575px) {
    .bShop__tile .price {
        font-weight: bold;
        font-size: 12px;
        line-height: normal;
    }
}

@media (min-width: 768px) {
    .bShop__tile .price {
        font-weight: bold;
        font-size: 23px;
        line-height: normal;
        letter-spacing: 0.1px;
    }
}

@media (max-width: 575px) {
    .bShop__tile .btn {
        font-weight: 600;
        font-size: 10px;
        line-height: normal;
        padding: 0.58333rem 2.5rem;
        display: block;
        max-width: 220px;
        margin-top: 0.66667rem;
    }
}

/*
@import "node_modules/animatewithsass/animate.scss";

.toggle-enter-active, .toggle-leave-active {
  transition: all .5s;
  overflow: hidden;
}
.toggle-enter, .toggle-leave-to{
  max-height: 0;
}
.toggle-enter-to, .toggle-leave{
  @include fadeInDown();
}
*/
.bFooter {
    background-color: #e7e7e7;
    padding: 48px 0 10px;
    text-align: center;
}

@media (min-width: 1200px) {
    .bFooter {
        padding: 75px 0 10px;
    }
}

.bFooter__logo {
    width: 116px;
}

@media (min-width: 1200px) {
    .bFooter__logo {
        width: 194px;
    }
}

.bFooter__phone {
    margin: 33px 0 0;
    font-size: 21px;
    font-weight: 600;
    font-style: normal;
}

@media (max-width: 575px) {
    .bFooter__phone {
        font-weight: 600;
        font-size: 1.75rem;
        line-height: normal;
    }
}

@media (min-width: 1200px) {
    .bFooter__phone {
        margin: 54px 0 0;
        font-weight: 600;
        font-size: 36px;
        line-height: normal;
    }
}

.bFooter__email {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 34px;
}

@media (max-width: 575px) {
    .bFooter__email {
        font-weight: 600;
        font-size: 1.16667rem;
        line-height: normal;
    }
}

@media (min-width: 1200px) {
    .bFooter__email {
        margin: 12px 0 40px;
        font-weight: 600;
        font-size: 24px;
        line-height: normal;
    }
}

.bFooter__email a {
    color: inherit;
}

.bFooter__social a {
    color: inherit;
    margin-bottom: 24px;
}

.bFooter__social a img {
    width: 36px;
}

@media (min-width: 1200px) {
    .bFooter__social a img {
        width: 50px;
    }
}

.bFooter__social a .title {
    display: block;
    font-size: 11px;
}

@media (max-width: 575px) {
    .bFooter__social a .title {
        font-weight: inherit;
        font-size: 0.91667rem;
        line-height: normal;
    }
}

@media (min-width: 1200px) {
    .bFooter__social a .title {
        margin-top: 5px;
        font-weight: normal;
        font-size: 14px;
        line-height: normal;
    }
}

.bFooter__police {
    text-align: center;
    color: #9b9b9b;
    font-size: 11px;
}

@media (max-width: 575px) {
    .bFooter__police {
        font-weight: inherit;
        font-size: 0.91667rem;
        line-height: normal;
    }
}

@media (min-width: 1200px) {
    .bFooter__police {
        margin-top: 25px;
        font-weight: 500;
        font-size: 12px;
        line-height: normal;
    }
}

.bFooter__police a {
    color: inherit;
}

/* ******************* color */
/* Style */
.navbar p.contacts {
    position: relative;
    bottom: 0;
    padding: 0 15px;
    display: inline-block;
}

.navbar-brand + .navbar-brand {
    margin-left: 1rem;
}

.navbar-brand + .navbar-brand:before {
    content: '';
    height: 43px;
    border-left: 1px solid #8a8888;
    position: relative;
    left: -1rem;
}

@media (max-width: 575px) {
    .bWellcome {
        padding-top: 12rem;
    }
}

/*
  .navbar-left{
    padding-bottom: 1rem;
    // text-align: center;
    width: 100%;
    display: flex;
    align-items: center;
  }
  */
@media (min-width: 768px) {
    .navbar-right {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .navbar-right p.contacts {
        padding-left: 4px;
    }
}

svg.img-fluid {
    margin: 0 auto;
    display: block;
}

.box2 svg, .box3 svg {
    opacity: 0.5;
}

@media (max-width: 575px) {
    .box2 figure, .box3 figure {
        margin: 0 4rem 2rem;
    }
}

@media (min-width: 576px) {
    .box2 figure, .box3 figure {
        margin: 0 4rem 2rem;
    }
}

.bSpecification__table__toggle {
    position: relative;
}

.bSpecification__table__toggle.open:before {
    display: none;
}

.bSpecification__table__toggle:before {
    content: '';
    position: absolute;
    top: -120px;
    left: 0;
    right: 0;
    height: 100px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#fff));
    background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), #fff);
    background-image: -o-linear-gradient(rgba(255, 255, 255, 0), #fff);
    background-image: linear-gradient(rgba(255, 255, 255, 0), #fff);
}

.bSpecification__table__toggle svg {
    width: auto;
}

.bSpecification__table__toggle.open svg {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

@media (min-width: 768px) {
    .bWellcome__price {
        display: block;
    }

    .bWellcome__price .col {
        display: inline-block;
        width: auto;
    }
}

.bVideo__pleer {
    background-image: url("../images/export/bg-video.jpg");
    -webkit-background-size: cover cover;
    background-size: cover cover;
    background-position: center center;
    background-repeat: no-repeat;
}

@media only screen and (min-device-pixel-ratio: 1.25), only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and (-o-min-device-pixel-ratio: 5/4), only screen and (min-resolution: 1.25dppx) {
    .bVideo__pleer {
        background-image: url("../images/export/bg-video@2x.jpg");
    }
}

@media only screen and (min-device-pixel-ratio: 2.25), only screen and (-webkit-min-device-pixel-ratio: 2.25), only screen and (-o-min-device-pixel-ratio: 9/4), only screen and (min-resolution: 2.25dppx) {
    .bVideo__pleer {
        background-image: url("../images/export/bg-video@3x.jpg");
    }
}

.list-check li:before {
    display: none;
}

.list-check__icon {
    position: absolute;
    left: 0;
    top: 3px;
}

.bAcquiring__image {
    position: relative;
}

.bAcquiring__image__text {
    position: absolute;
    letter-spacing: 0.2px;
    left: 82.3%;
    top: 35%;
}

@media (max-width: 575px) {
    .bAcquiring__image__text {
        font-weight: bold;
        font-size: 1.2rem;
        line-height: normal;
    }
}

@media (min-width: 576px) {
    .bAcquiring__image__text {
        font-weight: bold;
        font-size: 1.4rem;
        line-height: normal;
    }
}

@media (min-width: 768px) {
    .bAcquiring__image__text {
        font-weight: bold;
        font-size: 0.9rem;
        line-height: normal;
    }
}

@media (min-width: 992px) {
    .bAcquiring__image__text {
        font-weight: bold;
        font-size: 1.5rem;
        line-height: normal;
    }
}

@media (min-width: 1200px) {
    .bAcquiring__image__text {
        font-weight: bold;
        font-size: 2rem;
        line-height: normal;
    }
}

.bAcquiring__request {
    -webkit-border-radius: 8px;
    border-radius: 8px;
    border: 2px solid;
    padding: 32px;
    margin-top: 48px;
}

.bAcquiring__request h2 {
    letter-spacing: 0.2px;
}

@media (min-width: 1200px) {
    .bAcquiring__request h2 {
        font-weight: bold;
        font-size: 28px;
        line-height: 1;
    }
}

.bAcquiring__request p {
    letter-spacing: 0.1px;
    margin: 0 0 1rem;
}

@media (min-width: 768px) {
    .bAcquiring__request p {
        margin: 0;
    }
}

@media (min-width: 1200px) {
    .bAcquiring__request p {
        font-weight: 500;
        font-size: 18px;
        line-height: 1;
    }
}

@media (min-width: 768px) {
    .bModal .modal-dialog {
        min-width: 520px;
    }
}

@media (min-width: 768px) {
    .bModal .modal-header .modal-title {
        font-weight: bold;
        font-size: 36px;
        line-height: 1;
    }
}

.bModal .modal-content .modal-header,
.bModal .modal-content .modal-body,
.bModal .modal-content .modal-footer {
    -webkit-transition: height 0.3s ease-out;
    -o-transition: height 0.3s ease-out;
    transition: height 0.3s ease-out;
}

.bModal .modal-content .modal-header.collapsed,
.bModal .modal-content .modal-body.collapsed,
.bModal .modal-content .modal-footer.collapsed {
    height: 0;
}

.bModal .modal-content .form-group label {
    margin-bottom: 0;
    display: block;
}

.bModal .modal-content .form-group input {
    height: 31px;
}

.bModal .modal-footer {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.bModal__note {
    margin-bottom: 0;
    padding-bottom: 24px;
}

@media (min-width: 768px) {
    .bModal__note {
        font-weight: 500;
        font-size: 12px;
        line-height: normal;
    }
}

.bModal__iconText {
    margin: 0;
    padding-top: 16px;
    padding-bottom: 32px;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.11;
}

.bModal__text h2 {
    margin-bottom: 0;
    padding-bottom: 16px;
}

@media (min-width: 768px) {
    .bModal__text h2 {
        font-weight: bold;
        font-size: 24px;
        line-height: 0.83;
    }
}

.bModal__text ol {
    padding: 0 0 0 16px;
}

@media (min-width: 768px) {
    .bModal__text ol {
        font-weight: 500;
        font-size: 18px;
        line-height: 1.22;
    }
}

.bModal__text ol li {
    padding: 0 0 16px;
}

.bModal__text ul {
    padding: 0 0 0 0;
}

@media (min-width: 768px) {
    .bModal__text ul {
        font-weight: 500;
        font-size: 18px;
        line-height: 1.22;
    }
}

.bModal__text ul li {
    padding: 0 0 16px;
    list-style: none;
}
.oferta-container p {
    padding-bottom: 10px;
}
