

/* Start:/local/templates/whitebyte/assets/styles/frontpage.css?177340119316130*/
.inn_ts.container {
    margin-top: 0;
    width: 100%;
    height: 100%;
    padding: 0 0 160px;
}

#services-list-wrapper > ul#services-list .services-list-item-preview-text > p,
#left-questions-section .title-section .subtitle-wrapper > p,
#left-questions-section .section-body form .form-field > div input, #left-questions-section .section-body form .form-field > div textarea,
#left-questions-section .title-section .subtitle-wrapper > .links > a > span,
#partners-list-navigation .partners-navigation-list-item > span,
#left-questions-section .section-body form .form-field > div input, #left-questions-section .section-body form .form-field > div textarea,
#left-questions-section .section-body form .form-field > div input::placeholder,
#left-questions-section .section-body form .form-field > div textarea::placeholder {
    font-size: 14px !important;
    line-height: 135% !important;
}

#solutions-list > li.solutions-list-item .solutions-list-item-actions > .btn > span {
    pointer-events: auto !important;
    font-size: 18px !important;
    line-height: 135% !important;
}


section#top-section {
    /*transition: height .3s;*/
    height: var(--vh,100vh);
    background-image: linear-gradient(136deg, #1d2146 0%, #213da0 100%);
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    background-size: 100%;
    display: flex;
    flex-direction: column;
}

#top-section #background-elements {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    overflow: hidden;
    /*mix-blend-mode: overlay;*/
    /*-webkit-mix-blend-mode: overlay;*/
    /*-moz-mix-blend-mode: overlay;*/
    /*-o-mix-blend-mode: overlay;*/
    /*-ms-mix-blend-mode: overlay;*/
}

.parallax {
    margin: 0 auto;
    width: 100%;

    position: relative;
    -webkit-perspective: 1px;
    perspective: 1px;
    overflow: hidden;
    overflow-y: auto;
}


#top-section #background-elements > img {
    max-width: 100%;
}

#top-section #background-elements > #background-element-1440 {
    display: none;
    width: 100%;
    z-index: 0;
}

/*#top-section #background-elements > #background-element-2 {*/
/*    position: absolute;*/
/*    bottom: 80px;*/
/*    left: calc(50% + 68px);*/
/*    transform: translateX(-50%);*/
/*    z-index: 2;*/
/*    opacity: .8;*/
/*    width: 607px;*/
/*}*/

.map-svg {
    opacity: .2;
    position: absolute;
    z-index: 1;
    left: 50%;
    transform: translateX(-50%);
    height: 100%;
    width: 3000px;
}
.inn_ts.container {
    z-index: 2;
}
.map-svg path {
    transition: .3s;
    fill-opacity: .2;
}

.map-svg path.path-active {
    fill-opacity: .8;
}

#top-section:after {
    /* background-image: url("/assets/images/common/frontpage-top-section-bg-after.png"); */
    background-size: contain;
    content: "";
    position: absolute;
    bottom: -242px;
    left: 0;
    width: 100%;
    height: 242px;
    z-index: 0;
    pointer-events: none;
}

#frontpage-title .swiper-slide h2,
#frontpage-title .swiper-slide h1,
#frontpage-title > h1 {
    font-size: 48px;
    font-family: "Aeonik Pro Trial";
    margin: 0;
    line-height: 100% !important;
    z-index: 7;
    position: relative;
    font-weight: 400 !important;
    text-align: left;
    color: #FFFFFF;
}

#top-section #background-elements-addons {
    width: 100%;
    height: 100%;
    z-index: 2;
    position: absolute;
    left: 0;
    bottom: 0;

    overflow: visible;
}

#top-section #background-elements-addons > .parallax-item {
    -webkit-transform: translateZ(-2px) translateX(0px) translateY(0px) scale(3);
    transform: translateZ(-2px) translateX(0px) translateY(0px) scale(3);
    display: none;
    width: -webkit-fill-available;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    position: absolute;
    right: -5px;
    top: -146px;
    z-index: 10;
    opacity: 1;
}

#frontpage-title-description {
    margin-top: 32px;
}

#frontpage-title-description p {
    font-family: Aeonik Pro Trial;
    font-size: 24px;
    margin: 0;
    line-height: 135% !important;
    color: #fff;
}


#frontpage-actions {
    width: 100%;
    margin-top: 32px;
    display: flex;
}
.banner_btns_sw{
    width: 100%;
}
.banner_btns_sw .swiper-slide{
    display: flex;
}
#services-section {
    position: relative;
    margin-top: 80px;
    z-index: 2;

    overflow: hidden;
}

#services-section > .container {
    padding-top: 0;
    padding-bottom: 40px;
}

#services-section .title-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;

    position: relative;

    gap: 16px;
}

.about-text-section .section-data{
    margin-top: 22px;
}

.after-top-background{
    background-image: url(/assets/images/common/services-bg.png);
    background-position: center top -560px;
    background-size: 1680px auto;
    background-repeat: repeat no-repeat
}

#services-section .section-data {
    margin-top: 40px;
}

#services-section .title-section .subtitle.btn {
    font-family: "Aeonik Pro Trial";
    width: 185px;
    height: 16px;
    padding: 14px 16px 14px 16px;
    gap: 10px;
    border-radius: 58px;
    border: 1px solid #15279B;

    font-size: 14px;
    font-weight: 400;
    line-height: 135% !important;
    text-align: left;
    color: #15279B;

    position: relative;
}

#services-section .title-section > h2 {
    font-family: "Aeonik Pro Trial";
    font-size: 40px;
    font-weight: 300;
    line-height: 135% !important;
    text-align: left;
    color: #15279B;

    margin: 0;
}

#services-section .subtitle-wrapper:before,
#services-section .subtitle-wrapper:after {
    content: "";
    width: 26px;
    height: 26px;

    background-color: #15279B;

    position: absolute;
    bottom: 26px;
    right: -23px;
}

#services-section .subtitle-wrapper:after {
    bottom: 0;
    right: 0;
}

#services-section:after {
    content: "";
    bottom: 0;
    width: 26px;
    height: 26px;
    left: -9px;
    position: absolute;
    background-color: #2E40BA;
}


#partners-section .title-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;

    gap: 25px;

    position: relative;
}

#partners-section .title-section:before,
#partners-section .title-section:after {
    content: "";

    width: 26px;
    height: 26px;

    background-color: #2E40BA;

    position: absolute;

    top: 0;
    right: 26px;
}

#partners-section .title-section:after {
    top: 26px;
    right: 0;
}

#partners-section .title-section .subtitle-wrapper {
    margin-top: 5px;
}

#partners-section .title-section .subtitle-wrapper > .btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;

    width: 184px;
    height: 16px;
    padding: 14px 16px 14px 16px;
    border-radius: 58px;
    border: 1px solid #15279B;

    font-family: Aeonik Pro Trial;
    font-size: 14px;
    font-weight: 400;
    line-height: 135% !important;
    color: #15279B;
}

#frontpage-actions .btn {
    color: #fff;
    text-decoration: none;
    display: flex;
    align-items: center;
    height: 60px;
    font-size: 20px;
    box-shadow: inset 0 0 0 1px #fff;
    border-radius: 100px;
    padding: 0 5px 0 18px;
    transition: background .3s;
    pointer-events: auto !important;
}

#frontpage-actions .btn:hover {
    background-color: #fff3;
}

#frontpage-actions .btn svg {
    --fill: #fff;
    width: 50px;
    min-width: 50px;
    height: 50px;
    margin-left: 32px;
}

#frontpage-actions .btn svg *,
#frontpage-actions .btn svg {
    transition: .3s;
}

#frontpage-actions .btn:hover svg {
    transform: rotateZ(-45deg);
}

#frontpage-actions .btn:hover svg circle {
    fill: #fff;
}

#frontpage-actions .btn:hover svg path {
    fill: rgb(21, 39, 155);
}

#frontpage-actions .btn span {
    padding-bottom: 2px;
}

#frontpage-actions-wrapper {
    width: 415px;
}

@media (min-width: 768px) {
    #partners-section .title-section .subtitle-wrapper > .btn {
        font-size: 17px;
        line-height: 135% !important;
        width: 185px;
    }
}

#frontpage-data {
    display: flex;
    flex-direction: row;
    height: 100%;
    align-self: flex-end;
    align-items: flex-end;
    width: 100%;
    justify-content: space-between;
}


#partners-section .title-section .title {
    margin: 0;

    font-family: Aeonik Pro Trial;
    font-size: 40px;
    font-weight: 300;
    line-height: 135% !important;
    text-align: left;
    color: #15279B;
}

@media (min-width: 375px) {
    #top-section:after {
        bottom: -242px;
        left: 0;
        width: 100%;
        height: 242px;
    }
}

@media (min-width: 425px) {


    #top-section #background-elements-addons > .parallax-item {
        right: 45px;
        top: -160px;
    }
}

@media (min-width: 576px) {


    #top-section #background-elements-addons > .parallax-item {
        right: 85px;
        top: -205px;
    }
}

@media (min-width: 768px) {
    #top-section #background-elements-addons > .parallax-item {
        -webkit-transform: translateZ(-2px) translateX(0px) translateY(0px) scale(4);
        transform: translateZ(-2px) translateX(0px) translateY(0px) scale(4);
        right: 200px;
        top: -205px;
    }
}

@media (min-width: 991px) {

    #top-section #background-elements-addons > .parallax-item {
        right: 505px;
        top: -260px;
    }
}

@media (min-width: 1024px) {

    #top-section #background-elements-addons > .parallax-item {
        right: 155px;
        top: -260px;
    }
}

@media (min-width: 1200px) {

    #top-section #background-elements-addons > .parallax-item {
        right: 320px;
        top: -150px;
    }

    #services-list-wrapper > ul#services-list .services-list-item-preview-text > p,
    #left-questions-section .title-section .subtitle-wrapper > p,
    #left-questions-section .section-body form .form-field > div input, #left-questions-section .section-body form .form-field > div textarea,
    #left-questions-section .title-section .subtitle-wrapper > .links > a > span,
    #partners-list-navigation .partners-navigation-list-item > span,
    #left-questions-section .section-body form .form-field > div input::placeholder,
    #left-questions-section .section-body form .form-field > div textarea::placeholder {
        font-size: 16px !important;
        line-height: 135% !important;
    }


    #solutions-list > li.solutions-list-item .solutions-list-item-actions > .btn > span {
        font-size: 14px !important;
        line-height: 135% !important;
    }

    #services-list-wrapper > ul#services-list .services-list-item-actions > .services-list-item-counter > span {
        font-size: 69px !important;
        line-height: 135% !important;
    }
}

@media (min-width: 1260px) {
    #top-section #background-elements > #background-element-1440 {
        display: block;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        z-index: 1;
        opacity: 1;
        position: absolute;
    }

    #frontpage-title-description {
        margin-top: 0;
    }


    #top-section #background-elements-addons > .parallax-item {
        right: -245px;
        top: -990px;
    }

}

@media (min-width: 1440px) {
    #frontpage-title {
        margin-bottom: 0;
        width: 970px;
    }

    #top-section #background-elements > #background-element-1440 {
        display: block;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }

    #frontpage-title-description {
        margin: 0;
    }

    #top-section #background-elements-addons > .parallax-item {
        right: unset;
        left: 125px;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        top: -215px;
    }

    #services-list-wrapper > ul#services-list .services-list-item-preview-text > p,
    #left-questions-section .title-section .subtitle-wrapper > p,
    #left-questions-section .section-body form .form-field > div input, #left-questions-section .section-body form .form-field > div textarea,
    #left-questions-section .title-section .subtitle-wrapper > .links > a > span,
    #partners-list-navigation .partners-navigation-list-item > span {
        font-size: 18px !important;
        line-height: 135% !important;
    }

    #solutions-list > li.solutions-list-item .solutions-list-item-actions > .btn > span {
        font-size: 14px !important;
        line-height: 135% !important;
    }

    #services-list-wrapper > ul#services-list .services-list-item-actions > .services-list-item-counter > span {
        font-size: 68px !important;
        line-height: 135% !important;
    }
}

/*#top-section #background-elements > #background-element-2 {*/
/*    !*bottom: 80px;*!*/
/*    top: 50%;*/
/*    transform: translate(-50%, -50%);*/
/*    !*left: calc(50% + 68px);*!*/
/*    !*z-index: 2;*!*/
/*    !*opacity: .8;*!*/
/*    width: unset;*/
/*    height: calc(100vh * 820 / 999);*/
/*}*/

#frontpage-title-description p {
    font-size: 18px;
}

.inn_ts.container {
    padding-bottom: 100px;
}

#frontpage-title {
    width: 660px;
}

#frontpage-actions {
    margin-top: 24px;
}

#frontpage-actions .btn {
    font-size: 16px;
    height: 48px;
}

#frontpage-actions-wrapper {
    width: 320px;
}

#frontpage-actions .btn svg {
    min-width: 40px;
    width: 40px;
    height: 40px;
    margin-left: 22px;
}

#frontpage-title {
    width: calc(100% - 320px - 40px);
    position: relative;
}


#frontpage-title-description p {
    font-size: 16px;
}

.inn_ts.container {
    padding-bottom: 60px;
}

@media screen and (max-width: 1279px) {
    .after-top-background{
        background-size: 1000px auto;
        background-position: center top -270px
    }
}

@media screen and (max-width: 990px) {
    #frontpage-title {
        width: unset;
        margin-top: 64px;
    }

    /*#top-section #background-elements > #background-element-2 {*/
    /*    left: calc(50% + 228px);*/
    /*}*/
    section#top-section {
        /*height: 100vh;*/
        min-height: 500px;
    }

    #frontpage-data {
        box-sizing: border-box;
        padding-top: 92px;
        flex-direction: column;
        align-items: unset;
        justify-content: flex-end;
    }
}

@media screen and (max-width: 900px) {
    #frontpage-actions .btn {
        font-size: 14px;
    }

    #frontpage-actions .btn svg {
        margin-left: 16px;
    }

    #frontpage-title .swiper-slide h2,
    #frontpage-title .swiper-slide h1,
    #frontpage-title > h1 {
        font-size: 40px;
    }

    #frontpage-title-description p {
        font-size: 14px;
    }
}

@media screen and (max-width: 767px) {
    .after-top-background{
        background-size: 700px auto;
        background-position: center top -200px
    }
}

@media screen and (max-width: 575px) {

    #frontpage-title {
        margin-top: 0;
    }


    #frontpage-actions-wrapper p {
        width: 100%;
        max-width: 100%;
    }

    #frontpage-actions-wrapper {
        width: 100%;
    }

    #frontpage-actions .btn span {
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }

    .inn_ts.container {
        width: calc(100% - 16px * 2);
        padding-bottom: 40px;
    }

    section#top-section {
        background-size: cover;
    }

    .map-svg {
        width:1220px;
        bottom: 0;
        height: 100%;
    }

    .after-top-background{
        overflow: hidden
    }
}

@media screen and (max-width: 400px) {
    #frontpage-actions .btn {
        width: 100%;
    }

    #frontpage-actions .btn span {
        margin-right: 16px;
    }

    #frontpage-actions .btn svg {
        margin-left: auto;
    }
}
/* End */


/* Start:/local/templates/whitebyte/assets/styles/left-questions-form.css?173233463815606*/
/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

/*
#left-questions-section{
    margin-top: 20px;
}
*/

@media (max-width: 1280px) {
    #left-questions-section .title-section {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 40px !important;
    }
}

#left-questions-section > .container {
    padding-bottom: 0;
    padding-top: 40px;
}

#left-questions-section .title-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 64px;
}

#left-questions-section .title-section .title {
    font-family: Aeonik Pro Trial;
    font-size: 24px;
    line-height: 26px;
    font-weight: 300;
    text-align: left;
    color: #15279B;

    margin: 0;
}

#left-questions-section .title-section .subtitle-wrapper > p {
    font-family: Aeonik Pro Trial;
    font-size: 18px;
    font-weight: 400;
    line-height: 24.3px;
    margin: 0;
}

#left-questions-section .title-section .subtitle-wrapper > .links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 24px;
    margin-top: 24px;
}

#left-questions-section .title-section .subtitle-wrapper > .links > a {
    text-decoration: unset;
    font-size: 24px;
    font-weight: 400;
    line-height: 24px;
    color: #000000;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 20px;

    -webkit-box-align: center;

    -ms-flex-align: center;

    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    transition: color .3s;
}

#left-questions-section .title-section .subtitle-wrapper > .links > a:hover {
    color: rgb(126, 126, 126);
}

#left-questions-section .links .icon svg {
    display: block;
}

#left-questions-section .links .icon svg path {
    transition: .3s;
}

#left-questions-section .links a:hover svg path {
    fill: rgb(126, 126, 126);
}


#left-questions-section .title-section .subtitle-wrapper > .links > a > span {
    font-family: Aeonik Pro Trial;
}

#left-questions-section .section-body {
    margin-top: 40px;
}

#left-questions-section .section-body form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

#left-questions-section .section-body form .form-field > div input,
#left-questions-section .section-body form .form-field > div textarea {
    padding: 30px;
    border: 1px solid #D9D9D9;

    font-family: Aeonik Pro Trial;
    font-size: 20px;
    font-weight: 400;
    line-height: 20px;

    max-height: 253px;

    -webkit-box-sizing: border-box;

    box-sizing: border-box;

    width: 100%;

    color: black
}

#left-questions-section .section-body form .form-field > div input::-webkit-input-placeholder, #left-questions-section .section-body form .form-field > div textarea::-webkit-input-placeholder {
    font-family: Aeonik Pro Trial;
    font-size: 20px;
    font-weight: 400;
    line-height: 20px;

    color: #A4A4A4;
}

#left-questions-section .section-body form .form-field > div input::-moz-placeholder, #left-questions-section .section-body form .form-field > div textarea::-moz-placeholder {
    font-family: Aeonik Pro Trial;
    font-size: 20px;
    font-weight: 400;
    line-height: 20px;

    color: #A4A4A4;
}

#left-questions-section .section-body form .form-field > div input:-ms-input-placeholder, #left-questions-section .section-body form .form-field > div textarea:-ms-input-placeholder {
    font-family: Aeonik Pro Trial;
    font-size: 20px;
    font-weight: 400;
    line-height: 20px;

    color: #A4A4A4;
}

#left-questions-section .section-body form .form-field > div input::-ms-input-placeholder, #left-questions-section .section-body form .form-field > div textarea::-ms-input-placeholder {
    font-family: Aeonik Pro Trial;
    font-size: 20px;
    font-weight: 400;
    line-height: 20px;

    color: #A4A4A4;
}

#left-questions-section .section-body form .form-field > div input::placeholder,
#left-questions-section .section-body form .form-field > div textarea::placeholder {
    font-family: Aeonik Pro Trial;
    font-size: 20px;
    font-weight: 400;
    line-height: 20px;

    color: #A4A4A4;
}

#left-questions-section .section-body form .form-field > div.checkbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 0;
}

#left-questions-section .section-body form .form-field > div.checkbox > input {
    margin-right: 12px;
}

#left-questions-section .section-body form .form-field > div.checkbox {
    margin-top: 19px;
}

#left-questions-section .section-body form .form-field > div.checkbox > span {
    font-family: Aeonik Pro Trial;
    font-size: 12px;
    font-weight: 400;
    line-height: 16.2px;
    text-align: left;
    color: #898080;
}

#left-questions-section .section-body form .form-field > div input[type="checkbox"] {
    width: 67px;
    height: 32px;
    padding: 0;
    border: 0;
    display: none;
    margin: 0;
    margin-right: 12px;
}

#left-questions-section .section-body form .form-field > div input[type="checkbox"] > label {
    display: none;
}

#left-questions-form-fotter {
    width: 270px;
    margin-top: 40px;
    position: relative;
    display: flex;
    align-items: center;
}

#left-questions-form-fotter > input {
    box-sizing: border-box;
    height: 60px;
    padding: 0 0 0 18px !important;
    border: 1px solid #213DA0;
    border-radius: 58px;
    text-decoration: none !important;

    width: 100%;

    font-family: Aeonik Pro Trial;
    font-size: 20px;
    font-weight: 400;
    line-height: 20px;
    text-align: left;
    color: #213DA0;

    background: unset;

    -webkit-transition: .3s;

    -o-transition: .3s;

    transition: .3s;
}

#left-questions-form-fotter > .send-icon {
    position: absolute;
    pointer-events: none;
    top: 50%;
    right: 5px;
    transform: translateY(-50%);
}

#left-questions-form-fotter > .send-icon svg {
    transition: .3s;
}

#left-questions-form-fotter > input:focus ~ .send-icon svg,
#left-questions-form-fotter:hover .send-icon svg {
    transform: rotateZ(-45deg);
}

#left-questions-form-fotter > input:hover {
    cursor: pointer;
    text-decoration: underline;
    background-color: #A5ACD933;
}

#left-questions-form-fotter > input:focus {
    background-color: #213DA0;
    text-decoration: unset;
    color: white;
}

#left-questions-form-fotter .send-icon svg {
    display: block;
    width: 100%;
    height: 100%;
}

#left-questions-form-fotter .send-icon {
    width: 50px;
    height: 50px;
}

#left-questions-form-fotter > input:focus ~ .send-icon svg circle {
    fill: white;
}

#left-questions-form-fotter > input:focus ~ .send-icon svg path {
    fill: #213DA0;
}


#left-questions-section .section-body form .form-field > div input[type="checkbox"] {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

#left-questions-section .section-body form .form-field > div input[type="checkbox"] + label {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#left-questions-section .section-body form .form-field > div input[type="checkbox"] + label::before {
    content: '';
    display: inline-block;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    border: 1px solid #767474;
    border-radius: 0.25em;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;

    width: 32px;
    height: 32px;
    padding: 0;
    margin: 0;
    margin-right: 12px;
}

#left-questions-section .section-body form .form-field > div input[type="checkbox"]:checked + label::before {
    border-color: #0b76ef;
    background-color: #0b76ef;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}

/* стили при наведении курсора на checkbox */
#left-questions-section .section-body form .form-field > div input[type="checkbox"]:not(:disabled):not(:checked) + label:hover::before {
    border-color: #b3d7ff;
}

/* стили для активного состояния чекбокса (при нажатии на него) */
#left-questions-section .section-body form .form-field > div input[type="checkbox"]:not(:disabled):active + label::before {
    background-color: #b3d7ff;
    border-color: #b3d7ff;
}

/* стили для чекбокса, находящегося в фокусе */
#left-questions-section .section-body form .form-field > div input[type="checkbox"]:focus + label::before {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

/* стили для чекбокса, находящегося в фокусе и не находящегося в состоянии checked */
#left-questions-section .section-body form .form-field > div input[type="checkbox"]:focus:not(:checked) + label::before {
    border-color: #80bdff;
}

/* стили для чекбокса, находящегося в состоянии disabled */
#left-questions-section .section-body form .form-field > div input[type="checkbox"]:disabled + label::before {
    background-color: #e9ecef;
}

#left-questions-section .section-body form .form-field > div input[type="checkbox"].error + label::before {
    border: 1px solid red;
}


#left-questions-section .section-body .form-success-result {
    display: none;

    font-family: Aeonik Pro TRIAL;
    font-size: 32px;
    font-weight: 300;
    line-height: 36px;
    color: green;
}

#left-questions-section .section-body form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

#after-form-fields {
    width: 100%;
}

@media (min-width: 768px) {
    #left-questions-section .section-body form {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }


    #left-questions-section .section-body form > .form-field:nth-child(5),
    #left-questions-section .section-body form > .form-field:nth-child(6),
    #left-questions-section .section-body form > .form-field:nth-child(3),
    #left-questions-section .section-body form > .form-field:nth-child(4),
    #left-questions-section .section-body form > .form-field:nth-child(6),
    #left-questions-section .section-body form > .form-field:nth-child(7),
    #left-questions-section .section-body.about-us form > .form-field:nth-child(7) {
        width: calc(50% - 0px);
    }

    #supplier #left-questions-section .section-body form > .form-field:nth-child(5),
    #left-questions-section .section-body form > .form-field:nth-child(8) {
        width: 100%;
    }

    #after-form-fields {
        margin-top: 80px;

        display: -webkit-box;

        display: -ms-flexbox;

        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;

        gap: 25px;
    }

    #left-questions-form-fotter {
        margin-top: 0;
    }


    #left-questions-section .section-body form .form-field > div.checkbox {
        margin-top: 0;
    }
}

@media (min-width: 1200px) {

    #left-questions-section > .container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;

        gap: 60px;
    }

    #left-questions-section .section-body {
        margin-top: 0;
    }

    #after-form-fields > .form-field {
        max-width: 425px;
    }

    #left-questions-section .title-section,
    #left-questions-section .section-body {
        width: 50%;
        width: 50%;
    }

    #after-form-fields {
        align-items: flex-start;
        margin-top: 30px;
    }

    #left-questions-form-fotter > .send-icon {
        bottom: 0px;
    }

    #services #left-questions-form-fotter > input,
    #solutions #left-questions-form-fotter > input {
        padding: 16px 16px;
    }
}

@media (min-width: 1280px) {
    #left-questions-section > .container {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    #left-questions-section .title-section {
        width: 450px;
    }

    #left-questions-section .section-body {
        max-width: 585px;
    }

    #left-questions-section .title-section .subtitle-wrapper > .links > a {
        font-size: 18px;
        line-height: 24.3px;
    }

    #left-questions-section .title-section .title {
        font-size: 32px;
        line-height: 34px;
    }

    #left-questions-section .title-section .subtitle-wrapper > p {
        font-size: 18px;
        line-height: 24.3px;
    }
}

@media (min-width: 1400px) {
    #left-questions-section .title-section {
        width: 585px;
    }
}


#inner-page-section > .container {
    padding-top: 167px !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: calc(100% - 16px * 2);
}

    #left-questions-form-fotter {
        width: 218px;
        min-width: 218px;
    }

    #left-questions-form-fotter > input {
        height: 48px;
        font-size: 16px;
    }

    #left-questions-form-fotter .send-icon {
        width: 40px;
        height: 40px;
    }

    #left-questions-section .section-body form .form-field > div input[type="checkbox"] + label::before {
        width: 20px;
        height: 20px;
    }

    #left-questions-section .section-body form .form-field > div.checkbox > span {
        font-size: 14px !important;
        line-height: 135% !important;
    }

@media (max-width: 1279px) {
    #after-form-fields {
        flex-direction: column-reverse;
    }

}

@media (max-width: 767px) {
    #left-questions-form-fotter > input,
    #left-questions-form-fotter {
        width: 100%;
    }
}

@media (max-width: 990px) {
    #inner-page-section > .container {
        padding-top: 120px !important;
    }
}

@media (max-width: 575px) {
    #inner-page-section > .container {
        padding-top: 111px !important;
    }
}
/* End */


/* Start:/local/templates/whitebyte/assets/styles/home-banner.css?17343316752040*/
.home_b_imgs_sw {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.home_b_imgs_sw * {
    box-sizing: border-box;
}

.home_b_imgs_sw .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
}

.home_b_img {
    height: 100%;
    padding: 150px 0;
}

.home_b_img img {
    opacity: .8;
    opacity: .5;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.hb_sw_pag_spans {
    margin-top: 40px;
}

.hb_sw_pag .swiper-pagination-lock {
    display: none !important;
}

.hb_sw_pag {
    display: flex;
    align-items: center;
    gap: 30px;
}

.hb_sw_pag_btn {
    display: none;
    width: 40px;
    min-width: 40px;
    cursor: pointer;
    height: 40px;
}

.hb_sw_pag_btn svg {
    width: 100%;
    height: 100%;
    display: block;
}

.hb_sw_pag .hb_sw_pag_spans {
    display: flex;
    width: unset;
    align-items: center;
    justify-content: center;
    gap: 4px;
}

.hb_sw_pag .hb_sw_pag_spans span.swiper-pagination-bullet {
    width: 16px;
    height: 4px;
    margin: 0;
    background-color: #B3B3B380;
    opacity: 1;
    border-radius: 10px;
    transition: .3s;
}

.hb_sw_pag .hb_sw_pag_spans span.swiper-pagination-bullet-active {
    background-color: #fff;
    width: 24px;
}

.banner_titles_sw {
    overflow: hidden;
}

.banner_titles_sw .swiper-slide {
    display: flex;
    align-items: flex-end;
    height: unset;
}

.swiper-slide-text-button-wrapper {
    display: flex;
    flex-direction: column;
}

.swiper-slide-text-about {
    color: #fff;
}

.swiper-slide-text-about > :first-child {
    margin-top: 0;
}

.swiper-slide-text-about > :last-child {
    margin-bottom: 0;
}

.swiper-slide-text-about + .btn {
    margin-top: 16px;
}

#frontpage-actions .btn {
    width: max-content;
}

@media screen and (max-width: 575px) {
    .home_b_imgs_sw {
        height: 575px;
        top: unset;
    }

    .home_b_img {
        height: 100%;
        padding: 70px 0;
    }

    .map-svg {
        bottom: 0;
    }
}
/* End */


/* Start:/local/templates/whitebyte/components/bitrix/news.list/services-list/style.css?17734153547540*/
.services {
    display: flex;
    padding-top: calc(var(--mt) / 2);
    padding-bottom: calc(var(--mt) / 2);
    /*padding-bottom: 162px;*/
    /* background-image: url(/local/templates/whitebyte/assets/images/services-bg.png);
    background-position: center top -530px;
    background-size: 1920px auto;
    background-repeat: repeat no-repeat */
}

.services .services_title {
    margin: 0;
    color: #15279b;
    /* font-size: 56px; */
    line-height: 100% !important
}

.services_list, .services_list * {
    box-sizing: border-box
}

.services_list {
    margin-top: 64px
}

.inn_services {
    position: relative
}

.inn_services.container {
    padding: 0;
    width: calc(100% - 16px * 2)
}

.services_list {
    --elems: 4;
    --gap: 20px;
    display: flex;
    gap: var(--gap);
    flex-wrap: wrap
}

.service_row {
    display: block;
    padding: 32px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    position: relative;
    background-image: linear-gradient(136deg, #1d2146 0, #213da0 100%);
    color: #fff;
    width: calc((100% - var(--gap) * (var(--elems) - 1)) / var(--elems));
    min-height: 456px;
    text-decoration: none
}

.service_row,
.service_row:hover,
.service_row:focus {
    text-decoration: none
}

.service_row_name,
.service_row_text,
.service_row_numb {
    text-decoration: none
}

.service_row_btn {
    padding: 8px 13px 13px 8px;
    background-color: #fff;
    position: absolute;
    bottom: -5px;
    right: -5px;
    height: 100px;
    width: 100px;
    border-top-left-radius: 15px
}

.service_rb_link {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 15px;
    background-color: transparent;
    border: 1px solid #858585;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.service_row_name {
    font-size: 28px;
    line-height: 114% !important;
    font-weight: 400 !important;
}

.service_rb_link:hover {
    border-color: #15279b;
    background-color: #213a95
}

.service_row_info {
    min-height: 230px
}

.service_row_text {
    font-size: 18px;
    line-height: 135%;
    margin-top: 24px
}

.service_row_numb {
    padding-top: 24px;
    font-size: 96px;
    line-height: 100% !important
}

.service_rb_link svg {
    width: 26px;
    height: 26px;
    display: block
}

.service_rb_link svg path {
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.service_rb_link:hover svg path {
    fill: #fff
}

.service_rb_cbott, .service_rb_ctop {
    width: 20px;
    height: 20px;
    position: absolute
}

.service_rb_cbott svg, .service_rb_ctop svg, .service_svg svg {
    width: 100%;
    height: 100%;
    display: block
}

.service_rb_ctop {
    top: -15px;
    right: 0
}

.service_rb_cbott {
    bottom: 0;
    left: -15px
}

.service_row2, .service_row4 {
    background-image: none;
    color: #a4a4a4;
    background-color: #efefef;
    margin-left: calc((100% - var(--gap) * (var(--elems) - 1)) / var(--elems) + var(--gap))
}

.service_row2 .service_row_name, .service_row4 .service_row_name {
    color: #6e6c6c
}

.service_svg {
    position: absolute
}

.service_svg svg {
    height: auto
}

.service_svg1 {
    bottom: 32px;
    left: 0;
    width: 52px
}

.service_svg2 {
    bottom: 237px;
    right: 0;
    width: 26px
}

    .service_row {
        min-height: 400px
    }

    /* .services .services_title {
        font-size: 50.72px
    } */

    .service_row_name {
        font-size: 21px
    }

    .service_row_info {
        min-height: 202px
    }

    .service_row_text {
        font-size: 16px;
        margin-top: 21px
    }

    .service_row_numb {
        margin-top: 21px;
        font-size: 84px
    }

    .service_row {
        padding: 28px
    }

    .services_list {
        margin-top: 56px
    }

    .services {
        /*padding-top: 142px;*/
        /*padding-bottom: 142px;*/
        /* background-position: center top -560px;
        background-size: 1830px auto */
    }

    .service_row_info {
        min-height: 158px
    }

    .service_row_name {
        font-size: 20px
    }

    .service_row {
        min-height: 334px;
        padding: 32px;
        display: flex;
        flex-direction: column;
    }

    .service_row_text {
        margin-top: 16px
    }

    .service_row_numb {
        margin-top: auto;
        padding-top: 16px;
        font-size: 66px
    }

    .service_row_btn {
        height: 80px;
        width: 80px
    }

    .service_svg1 {
        bottom: 22px;
        width: 36px
    }

    .service_svg2 {
        bottom: 163px;
        width: 18px
    }

    /* .services .services_title {
        font-size: 40px
    } */

    .services_list {
        margin-top: 44px
    }

    .services {
        /*padding-top: 112px;*/
        /*padding-bottom: 112px;*/
        /* background-size: 1680px auto */
    }

@media (max-width: 1279px) {
    .services_list {
        --elems: 2
    }

    .service_row2, .service_row4 {
        margin-left: unset
    }

    .service_row_info {
        min-height: 124px
    }

    .service_row {
        min-height: 280px
    }

    .service_svg1 {
        left: calc((100% - var(--gap) * (var(--elems) - 1)) / var(--elems) + var(--gap))
    }

    .services_list {
        margin-top: 34px
    }

    .services {
        /*padding-top: 87px;*/
        /*padding-bottom: 87px;*/
        /* background-size: 1000px auto;
        background-position: center top -270px */
    }
}

@media (max-width: 990px) {
    .service_row_text {
        font-size: 14px;
    }

    .service_row {
        height: unset;
        display: flex;
        flex-direction: column;
    }

    .service_row_name {
        font-size: 18px;
    }

    .service_row_numb {
        font-size: 52px;
        margin-top: auto;
    }
}

@media (max-width: 1199px) {
    /* .services .services_title {
        font-size: 32px
    } */
}

@media (max-width: 767px) {
    .services {
        /*padding-top: 64px;*/
        /*padding-bottom: 64px;*/
        /* background-size: 700px auto;
        background-position: center top -200px */
    }


    .services_list {
        --gap: 10px;
        margin-top: 24px
    }

    .service_row_numb {
        font-size: 58px
    }

    .service_row_name {
        font-size: 18px
    }

    .service_row_btn {
        height: 72px;
        width: 72px
    }

    .service_row2 .service_row_text, .service_row4 .service_row_text {
        color: #6e6c6c
    }

    .service_rb_link {
        border-color: #d9d9d9
    }

    .service_rb_svg path {
        fill: #d9d9d9
    }

    .service_row {
        background-image: linear-gradient(142deg, #1d2146 0, #213da0 100%)
    }

    .service_row2, .service_row4 {
        background-image: none
    }
}

@media (max-width: 575px) {
    .services_list {
        --elems: 1;
        margin-top: 32px
    }

    .service_row {
        padding: 16px
    }

    /*.service_row_name {*/
    /*    font-size: 28px*/
    /*}*/
    .service_row {
        height: unset
    }

    .service_row_btn {
        padding: 5px 10px 10px 5px;
        height: 94px;
        width: 94px
    }

    .service_row_info {
        min-height: unset
    }

    .service_row_numb {
        padding-top: 32px;
        font-size: 60px
    }

    .services {
        overflow: hidden
    }

    .inn_services.container {
        padding-bottom: 40px
    }

    .service_svg1 {
        left: unset;
        right: -24px;
        bottom: unset;
        top: 8px;
        width: 48px
    }

    .service_svg2 {
        bottom: 0;
        width: 24px;
        right: 100%
    }
}
/* End */


/* Start:/local/templates/whitebyte/components/bitrix/news.list/frontpage-solutions-list/style.css?173233463819286*/
#solutions-section {
    background: -o-linear-gradient(346.66deg, #1d2146 -.61%, #213da0 96.43%);
    background: linear-gradient(103.34deg, #1d2146 -.61%, #213da0 96.43%)
}

#solutions-section .bl_title {
    color: #fff;
}

#solutions-section > .container {
    width: calc(100% - 16px * 2);
    padding-left: 0 !important;
    padding-right: 0 !important;
}

#solutions-section .title-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px
}

#solutions-section .title-section .title {
    font-family: "Aeonik Pro Trial";
    text-align: left;
    margin: 0;
    color: #fff
}

#solutions-section .subtitle-wrapper {
    font-family: "Aeonik Pro Trial";
    padding: 14px 0;
    border: 1px solid #fff;
    border-radius: 58px;
    width: 171px;
    height: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

#solutions-section .subtitle-wrapper > .btn {
    font-family: "Aeonik Pro Trial";
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: 14px;
    text-align: left
}

#solutions-section .section-data {
    margin-top: 32px
}

#solutions-list, #solutions-list > li.solutions-list-item {
    display: flex;
    flex-direction: column
}

#solutions-list {
    padding: 0;
    list-style: none;
    margin: 0
}

#solutions-list > li.solutions-list-item {
    padding: 16px;
    position: relative
}

#solutions-list > li.solutions-list-item:last-child {
    border-bottom: 1px solid #fff
}

#solutions-list > li.solutions-list-item:last-child > a {
    gap: 24px;
    cursor: pointer;
}

#solutions-list > li.solutions-list-item > a {
    height: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    color: inherit;
}

#solutions-list > li.solutions-list-item > a, #solutions-list > li.solutions-list-item > a > .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-decoration: unset;
    gap: 16px
}

.solutions-list-item-title .bl_inn_title {
    color: #fff;
}

#solutions-list > li.solutions-list-item > a .solutions-list-item-title {
    height: auto
}

#solutions-list > li.solutions-list-item .solutions-list-item-title .title {
    font-family: Aeonik Pro Trial;
    text-align: left;
    color: #fff;
    margin: 0
}

#solutions-list > li.solutions-list-item .solutions-list-item-preview-description > p {
    margin: 0
}

#solutions-list > li.solutions-list-item .solutions-list-item-actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 58px;
    gap: 13px;
    -webkit-transition: all .6s ease;
    -o-transition: all .6s ease;
    transition: all .6s ease
}

#solutions-list > li.solutions-list-item:hover .solutions-list-item-actions > .text-link > span, #solutions-list > li.solutions-list-item > a:hover .solutions-list-item-actions > .text-link > span {
    text-decoration: underline
}

#solutions-list > li.solutions-list-item .solutions-list-item-actions > .text-link.hidden,
.text-link {
    display: none
}

#solutions-list > li.solutions-list-item:hover .solutions-list-item-actions > .text-link.hidden, #solutions-list > li.solutions-list-item:hover .solutions-list-item-actions > .text-link.hidden > span {
    display: block
}

#solutions-list > li.solutions-list-item .solutions-list-item-preview-description {
    color: #ffffff;
}

#solutions-list > li.solutions-list-item .solutions-list-item-actions > .text-link > span {
    font-family: Aeonik Pro Trial;
    font-weight: 400;
    text-align: left;
    color: #fff
}

#solutions-list > li.solutions-list-item .solutions-list-item-actions > .btn {
    width: 311px;
    height: 28px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 16px 5px 16px 20px;
    border: 1px solid #fff;
    border-radius: 58px;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease
}

#solutions-list > li.solutions-list-item .solutions-list-item-actions > .btn > span {
    font-family: Aeonik Pro Trial;
    font-size: 20px;
    font-weight: 400;
    line-height: 20px;
    text-align: left;
    color: #fff
}

#solutions-list > li.solutions-list-item .solutions-list-item-actions > .text-link {
    width: auto;
}

#solutions-list > li.solutions-list-item .solutions-list-item-actions > .text-link span {
    height: 100% !important;
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    overflow: hidden;
}

#solutions-list > li.solutions-list-item .solutions-list-item-actions > .arrow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: unset;
    border-radius: 50%;
    margin-left: 0;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease
}

#solutions-list > li.solutions-list-item:hover .solutions-list-item-actions > .btn {
    background-color: rgba(255, 255, 255, .2);
    color: #fff
}

#solutions-list .btn .arrow svg {
    -webkit-transition: transform .3s;
    -moz-transition: transform .3s;
    -ms-transition: transform .3s;
    -o-transition: transform .3s;
    transition: transform .3s;
}

#solutions-list .btn .arrow svg * {
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

#solutions-list > li.solutions-list-item .solutions-list-item-actions > .btn > .arrow {
    -webkit-transition: transform .3s;
    -moz-transition: transform .3s;
    -ms-transition: transform .3s;
    -o-transition: transform .3s;
    transition: transform .3s;
}

#solutions-list > li.solutions-list-item:hover .solutions-list-item-actions > .btn > .arrow svg {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

#solutions-list > li.solutions-list-item:hover .solutions-list-item-actions > .btn > .arrow > svg circle {
    fill: rgba(255, 255, 255, .8);
}

#solutions-list > li.solutions-list-item:hover .solutions-list-item-actions > .btn > .arrow > svg > path {
    fill: #000
}

#solutions-list > li.solutions-list-item > .pseudo-bottom-left, #solutions-list > li.solutions-list-item > .pseudo-bottom-right {
    display: none;
    position: absolute;
    width: 9px;
    height: 9px;
    background-color: #fff
}

#solutions-list > li.solutions-list-item > .pseudo-bottom-left {
    bottom: -4.5px;
    left: -5px
}

#solutions-list > li.solutions-list-item > .pseudo-bottom-right {
    bottom: -4.5px;
    right: -5px
}

#solutions-list > li.solutions-list-item > .pseudo-bottom-left:before, #solutions-list > li.solutions-list-item > .pseudo-bottom-right:before {
    content: "";
    width: 1px;
    height: 15px;
    background-color: #fff;
    position: absolute;
    bottom: -9px;
    left: 4px
}

#solutions-list > li.solutions-list-item > .pseudo-bottom-left:after, #solutions-list > li.solutions-list-item > .pseudo-bottom-right:after {
    content: "";
    width: 15px;
    height: 1px;
    background-color: #fff;
    position: absolute;
    bottom: 4px;
    left: -9px
}

#solutions-list > li.solutions-list-item > .pseudo-bottom-right:after {
    right: -9px;
    left: unset
}

#solutions-list > li.solutions-list-item:last-child > .pseudo-bottom-left, #solutions-list > li.solutions-list-item:last-child > .pseudo-bottom-right {
    display: block
}

#solutions-list > li.solutions-list-item > .pseudo-top-left {
    position: absolute;
    top: -4.5px;
    left: -5px;
    width: 9px;
    height: 9px;
    background-color: #fff
}

#solutions-list > li.solutions-list-item > .pseudo-top-left:before {
    content: "";
    width: 1px;
    height: 15px;
    background-color: #fff;
    position: absolute;
    top: -9px;
    left: 4px
}

#solutions-list > li.solutions-list-item > .pseudo-top-left:after {
    content: "";
    width: 15px;
    height: 1px;
    background-color: #fff;
    position: absolute;
    top: 4px;
    left: -9px
}

#solutions-list > li.solutions-list-item > .pseudo-top-right {
    position: absolute;
    top: -4.5px;
    right: -5px;
    width: 9px;
    height: 9px;
    background-color: #fff
}

#solutions-list > li.solutions-list-item > .pseudo-top-right:before {
    content: "";
    width: 1px;
    height: 15px;
    background-color: #fff;
    position: absolute;
    top: -9px;
    right: 4px
}

#solutions-list > li.solutions-list-item > .pseudo-top-right:after {
    content: "";
    width: 15px;
    height: 1px;
    background-color: #fff;
    position: absolute;
    top: 4px;
    right: -9px
}

@media (min-width: 768px) {
    #solutions-list > li.solutions-list-item {
        height: auto
    }

    #solutions-list, #solutions-section .title-section {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    #solutions-list {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    #solutions-section .title-section {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    #solutions-section .subtitle-wrapper {
        width: 256px;
        height: 16px
    }

    #solutions-section .subtitle-wrapper > .btn {
        font-size: 20px;
        line-height: 20px
    }


    #solutions-list > li.solutions-list-item:nth-child(5) {
        border-bottom: 1px solid #fff
    }

    #solutions-list > li.solutions-list-item:nth-child(5) > .pseudo-bottom-left, #solutions-list > li.solutions-list-item:nth-child(5) > .pseudo-bottom-right, #solutions-list > li.solutions-list-item:nth-child(6) > .pseudo-bottom-left, #solutions-list > li.solutions-list-item:nth-child(6) > .pseudo-bottom-right {
        display: block
    }

    #solutions-list > li.solutions-list-item:nth-child(5) > .pseudo-bottom-left, #solutions-list > li.solutions-list-item:nth-child(6) > .pseudo-bottom-left {
        bottom: -4.5px;
        left: -5px
    }

    #solutions-list > li.solutions-list-item:nth-child(5) > .pseudo-bottom-right, #solutions-list > li.solutions-list-item:nth-child(6) > .pseudo-bottom-right {
        position: absolute;
        bottom: -4.5px;
        right: -5px;
        width: 9px;
        height: 9px;
        background-color: #fff
    }

    #solutions-list > li.solutions-list-item:nth-child(5) > .pseudo-bottom-right:before, #solutions-list > li.solutions-list-item:nth-child(6) > .pseudo-bottom-right:before {
        content: "";
        width: 1px;
        height: 15px;
        background-color: #fff;
        position: absolute;
        bottom: -9px;
        right: 4px
    }

    #solutions-list > li.solutions-list-item:nth-child(5) > .pseudo-bottom-right:after, #solutions-list > li.solutions-list-item:nth-child(6) > .pseudo-bottom-right:after {
        content: "";
        width: 15px;
        height: 1px;
        background-color: #fff;
        position: absolute;
        bottom: 4px;
        right: -9px
    }
}

@media (min-width: 1200px) {
    /*#solutions-list > li.solutions-list-item {*/
    /*    width: calc(100% / 3);*/
    /*    height: auto*/
    /*}*/
    #solutions-list > li.solutions-list-item:nth-child(4) {
        border-bottom: 1px solid #fff
    }

    #solutions-list > li.solutions-list-item:nth-child(4) > .pseudo-bottom-left, #solutions-list > li.solutions-list-item:nth-child(4) > .pseudo-bottom-right {
        display: block
    }

    #solutions-list > li.solutions-list-item:nth-child(4) > .pseudo-bottom-left {
        position: absolute;
        bottom: -4.5px;
        left: -5px;
        width: 9px;
        height: 9px;
        background-color: #fff
    }

    #solutions-list > li.solutions-list-item:nth-child(4) > .pseudo-bottom-left:before {
        content: "";
        width: 1px;
        height: 15px;
        background-color: #fff;
        position: absolute;
        bottom: -9px;
        left: 4px
    }

    #solutions-list > li.solutions-list-item:nth-child(4) > .pseudo-bottom-left:after {
        content: "";
        width: 15px;
        height: 1px;
        background-color: #fff;
        position: absolute;
        bottom: 4px;
        left: -9px
    }

    #solutions-list > li.solutions-list-item:nth-child(4) > .pseudo-bottom-right {
        position: absolute;
        bottom: -4.5px;
        right: -5px;
        width: 9px;
        height: 9px;
        background-color: #fff
    }

    #solutions-list > li.solutions-list-item:nth-child(4) > .pseudo-bottom-right:before {
        content: "";
        width: 1px;
        height: 15px;
        background-color: #fff;
        position: absolute;
        bottom: -9px;
        right: 4px
    }

    #solutions-list > li.solutions-list-item:nth-child(4) > .pseudo-bottom-right:after {
        content: "";
        width: 15px;
        height: 1px;
        background-color: #fff;
        position: absolute;
        bottom: 4px;
        right: -9px
    }
}

@media (min-width: 1280px) {

    #solutions-section .section-data {
        margin-top: 48px
    }

    #solutions-section .subtitle-wrapper > .btn {
        font-size: 14px;
        line-height: 14px
    }

    #solutions-section .subtitle-wrapper {
        width: 170px;
        height: 16px;
        padding: 9px 0
    }

    #solutions-list > li.solutions-list-item {
        height: auto;
        padding: 27px
    }

    #solutions-list > li.solutions-list-item .solutions-list-item-actions > .btn {
        width: 203px;
        padding: 5px 3px 5px 7px
    }

    #solutions-list > li.solutions-list-item .solutions-list-item-actions > .btn > span {
        font-size: 13.93px;
        line-height: 13.93px
    }

    #solutions-list > li.solutions-list-item .solutions-list-item-actions > .btn > .arrow {
        width: 34px;
        height: 34px
    }

    #solutions-list > li.solutions-list-item .solutions-list-item-actions > .btn > .arrow > svg {
        width: 100%;
        height: 100%
    }
}

.solutions-list-item {
    box-sizing: border-box;
}
#solutions-list > li.solutions-list-item {
    width: calc(100% / 3);
}

.solutions-li-btn *,
.solutions-li-btn {
    box-sizing: border-box;
}

.solutions-li-btn {
    display: flex;
    padding: 0 4px 0 17px;
    height: 60px;
    color: #ffffff;
    border: 1px solid #ffffff;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    align-items: center;
    transition: background .3s;
    font-size: 18px;
}

.solutions-li-btn span {
    font-weight: 400 !important;
    transition: .3s;
}

.solutions-li-btn svg {
    --fill:#fff;
    width: 50px;
    height: 50px;
    display: block;
    margin-left: 32px;
    transition: transform .3s;
}

#solutions-list > li.solutions-list-item:last-child > a:hover .solutions-li-btn svg {
    transform: rotateZ(-45deg);
    --fill:#213DA0;
}

#solutions-list > li.solutions-list-item:last-child > a:hover .solutions-li-btn {
    background-color: #fff;
}

#solutions-list > li.solutions-list-item:last-child > a:hover .solutions-li-btn span {
    color: #213DA0;
}

@media (max-width: 575px) {
    #solutions-list > li.solutions-list-item:last-child > a .solutions-li-btn {
        width: 100%;
    }

    #solutions-list > li.solutions-list-item:last-child > a .solutions-li-btn span {
        margin-right: 16px;
    }

    #solutions-list > li.solutions-list-item:last-child > a .solutions-li-btn svg {
        margin-left: auto;
    }
}

    .arrow {
        width: 32px;
        height: 32px;
    }

    .arrow svg {
        width: 100%;
        height: 100%;
    }

    .solutions-li-btn {
        height: 48px;
        font-size: 16px;
    }

    .solutions-li-btn svg {
        width: 40px;
        height: 40px;
        margin-left: 22px;
    }

@media (max-width: 1279px) {
    #solutions-list > li.solutions-list-item {
        width: calc(100% / 2);
    }
}

@media (max-width: 990px) {

    .arrow {
        width: 28px;
        height: 28px;
    }

    .solutions-li-btn {
        font-size: 14px;
    }

    .solutions-li-btn svg {
        margin-left: 16px;
    }
}

@media (max-width: 767px) {
    #solutions-list > li.solutions-list-item {
        width: 100%;
    }
}


#solutions-list * {
    box-sizing: border-box;
}

#solutions-list {
    --elems: 3;
    --bd: 1px solid #fff;
    border-left: var(--bd);
}

#solutions-list > :nth-child(n) {
    width: calc(100% / var(--elems));
    position: relative;
    border: none;
    border-top: var(--bd);
    border-bottom: var(--bd);
    border-right: var(--bd);
}

#solutions-list > :nth-child(n+4) {
    border-top: none;
}

.pa_rect {
    --line-w: 15px;
    --w: 11px;
    --pos: calc(var(--w) + 1px);
    position: absolute;
    z-index: 1;
    width: var(--w);
    height: var(--w);
    background-color: #fff;
}

.pa_rect:after,
.pa_rect:before {
    --line-pos: calc(var(--w) - 1px);
    content: "";
    position: absolute;
    background-color: #fff;
}

/* V */
.pa_rect:after {
    height: calc(var(--line-pos) / 2 + var(--line-w));
    width: 1px;
}

/* G */
.pa_rect:before {
    width: calc(var(--line-pos) / 2 + var(--line-w));
    height: 1px;
}

#solutions-list > :first-child .pa_rect_1 {
    display: block;
}

.pa_rect_1 {
    display: none;
}

.pa_rect_1,
.pa_rect_2 {
    top: calc(var(--pos) / -2);
}

.pa_rect_1:after,
.pa_rect_2:after {
    top: calc(var(--line-w) * -1);
    left: calc(var(--line-pos) / 2);
}

.pa_rect_3,
.pa_rect_4 {
    bottom: calc(var(--pos) / -2);
}

.pa_rect_3:after,
.pa_rect_4:after {
    bottom: calc(var(--line-w) * -1);
    left: calc(var(--line-pos) / 2);
}

.pa_rect_2,
.pa_rect_3 {
    right: calc(var(--pos) / -2);
}

.pa_rect_2:before,
.pa_rect_3:before {
    top: calc(var(--line-pos) / 2);
    right: calc(var(--line-w) * -1);
}

.pa_rect_1,
.pa_rect_4 {
    left: calc(var(--pos) / -2);
}

.pa_rect_1:before,
.pa_rect_4:before {
    top: calc(var(--line-pos) / 2);
    left: calc(var(--line-w) * -1);
}

@media (max-width: 1279px) {
    #solutions-list {
        --elems: 2;
    }

    #solutions-list > :nth-child(n+3) {
        border-top: none;
    }
}

@media (max-width: 767px) {
    .pa_rect {
        --line-w: 8px;
    }

    #solutions-list {
        --elems: 1;
    }

    #solutions-list > :nth-child(n+2) {
        border-top: none;
    }
}
/* End */


/* Start:/local/templates/whitebyte/components/bitrix/news.list/partners-list/style.css?17323346386357*/
@keyframes ops_anim {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

#partners-list-wrapper {
    margin-top: 32px
}

#partners-list-navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 8px
}

#partners-list-navigation .partners-navigation-list-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 8px;
    border: 1px solid #d9d9d9;
    max-width: 125px;
    height: 16px;
    padding: 10px 15px 10px 10px;
    transition: .3s;
    cursor: pointer
}

#partners-list-navigation .partners-navigation-list-item.active {
    border-color: #15279b
}

#partners-list-navigation .partners-navigation-list-item > .icon {
    width: 16px;
    height: 16px
}

#partners-list-navigation .partners-navigation-list-item > .icon > img {
    max-width: 100%
}

#partners-list-navigation .partners-navigation-list-item > span {
    font-family: Aeonik Pro Trial;
    font-size: 14px;
    font-weight: 700;
    line-height: 14px;
    text-align: left
}

.partners-list {
    display: none;
    --elems: 6;
    padding: 0;
    margin: 24px 0 0;
    list-style: none;
    flex-wrap: wrap;
    animation: ops_anim .4s ease-out
}

.partners-list.active {
    display: flex
}

.partners-list, .partners-list * {
    box-sizing: border-box
}

.partners-list .partners-list-item {
    display: flex;
    width: calc(100% / var(--elems));
    align-items: center;
    justify-content: center;
    max-width: 50%;
    height: 131px;
    position: relative;
    border-top: 1px solid #d9d9d9
}

.partners-list > :nth-child(n+7) {
    border-top: none
}

.partners-list > :nth-child(6n-5) {
    border-left: 1px solid #d9d9d9
}

.partners-list .partners-list-item {
    border-right: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9
}

.partners-list .partners-list-item > * {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    max-width: 100%;
    height: 100%;
    gap: 0;
    position: relative
}

.partners-list .partners-list-item img {
    width: auto;
    height: auto;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    max-height: 80px;
    max-width: 85%
}

.partners-list .partners-list-item img.hover_preview_picture {
    position: absolute;
    opacity: 0
}

.partners-list .partners-list-fallback {
    max-width: 85%;
    color: #15279b;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.15;
    text-align: center;
    text-decoration: none
}

.partners-list .partners-list-item:hover img.preview_picture {
    opacity: 0
}

.partners-list .partners-list-item:hover img.hover_preview_picture {
    opacity: 1
}

@media (min-width: 375px) {
    #partners-list-navigation .partners-navigation-list-item {
        width: 50%;
        max-width: 50%;
        padding: 10px 20px
    }

    #partners-list-navigation .partners-navigation-list-item > span {
        font-size: 14px;
        line-height: 14px
    }
}

@media (min-width: 768px) {
    #partners-section .title-section {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        gap: 25px;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
}

@media (min-width: 991px) {
    #partners-list-navigation .partners-navigation-list-item {
        max-width: 265px
    }
}

@media (min-width: 1280px) {
    #partners-section .title-section .title {
        font-size: 50.72px;
        line-height: 50.72px
    }

    #partners-section .title-section .subtitle-wrapper {
        margin-top: 0
    }

    #partners-section .title-section .subtitle-wrapper > .btn {
        font-size: 18.12px;
        line-height: 18.12px;
        width: 289px;
        padding: 18px 0
    }

    .partners-list {
        margin-top: 33px
    }

    #partners-list-navigation .partners-navigation-list-item {
        max-width: 240px;
        padding: 19px 20px;
        gap: 18px
    }

    #partners-list-navigation .partners-navigation-list-item > .icon {
        width: 36px;
        height: 36px
    }

    #partners-list-navigation .partners-navigation-list-item > span {
        font-size: 21.74px;
        line-height: 21.74px
    }
}

.partners_section .partners_section_title {
    margin: 0;
    color: #15279b;
}

    .partners-list .partners-list-item {
        height: 110px
    }

@media (max-width: 1279px) {
    .partners-list {
        --elems: 5
    }

    .partners-list > :nth-child(n) {
        border-left: none
    }

    .partners-list > :nth-child(n+6) {
        border-top: none
    }

    .partners-list > :nth-child(5n-4) {
        border-left: 1px solid #d9d9d9
    }

    .partners-list .partners-list-item img {
        max-width: 120px;
        max-height: 55px
    }
}

@media (max-width: 990px) {
    .partners-list {
        --elems: 4
    }

    .partners-list > :nth-child(n) {
        border-left: none
    }

    .partners-list > :nth-child(n+5) {
        border-top: none
    }

    .partners-list > :nth-child(4n-3) {
        border-left: 1px solid #d9d9d9
    }
}

@media (max-width: 767px) {

    .partners-list {
        --elems: 3
    }

    .partners-list > :nth-child(n) {
        border-left: none
    }

    .partners-list > :nth-child(n+4) {
        border-top: none
    }

    .partners-list > :nth-child(3n-2) {
        border-left: 1px solid #d9d9d9
    }
}

@media (max-width: 575px) {

    .partners-list {
        --elems: 2
    }

    .partners-list > :nth-child(n) {
        border-left: none
    }

    .partners-list > :nth-child(n+3) {
        border-top: none
    }

    .partners-list > :nth-child(2n-1) {
        border-left: 1px solid #d9d9d9
    }

    .partners-list .partners-list-item {
        height: 131px
    }

    .partners-list .partners-list-item img {
        max-width: calc(100% - 40px);
        max-height: calc(100% - 60px)
    }
}
/* End */
/* /local/templates/whitebyte/assets/styles/frontpage.css?177340119316130 */
/* /local/templates/whitebyte/assets/styles/left-questions-form.css?173233463815606 */
/* /local/templates/whitebyte/assets/styles/home-banner.css?17343316752040 */
/* /local/templates/whitebyte/components/bitrix/news.list/services-list/style.css?17734153547540 */
/* /local/templates/whitebyte/components/bitrix/news.list/frontpage-solutions-list/style.css?173233463819286 */
/* /local/templates/whitebyte/components/bitrix/news.list/partners-list/style.css?17323346386357 */

.page_form .pfr_inps {
    display: flex;
    flex-wrap: wrap;
    gap: 0;
}

.page_form .pfr_inps > .pfr_inp {
    width: 50%;
    height: 72px;
}

.page_form .pfr_inps > .pfr_inp--full {
    width: 50%;
    border-right: 0;
}

.page_form .pfr_inps > .pfr_inp--email,
.page_form .pfr_inps > :nth-child(3) {
    width: 100% !important;
    height: 72px !important;
    border-bottom: 0 !important;
}

.page_form .pfr_inps > .pfr_inp--wide,
.page_form .pfr_inps > :nth-child(4) {
    width: 100% !important;
    height: 253px !important;
    border-bottom: var(--bd) !important;
}

.page_form .pfr_inps > .pfr_inp--wide textarea {
    min-height: 0;
}

@media (max-width: 990px) {
    .page_form .pfr_inps > .pfr_inp,
    .page_form .pfr_inps > .pfr_inp--full,
    .page_form .pfr_inps > .pfr_inp--email {
        height: 56px !important;
    }

    .page_form .pfr_inps > .pfr_inp--wide {
        height: 174px !important;
    }
}

@media (max-width: 575px) {
    .page_form .pfr_inps > .pfr_inp,
    .page_form .pfr_inps > .pfr_inp--full,
    .page_form .pfr_inps > .pfr_inp--email,
    .page_form .pfr_inps > .pfr_inp--wide {
        width: 100% !important;
        border-right: var(--bd);
    }
}
