

/* 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/inner-page.css?17323346383977*/
/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/
/*
#inner-page-section{
    margin-bottom: 50px!important;
}
*/

    #inner-page-section #page-description-wrapper {
        margin-top: 32px;
    }

#supplier #inner-page-section #title-wrapper > h1 {
    font-size: 36px !important;
    line-height: 135% !important;
}

#supplier #inner-page-section #title-wrapper > h1 {
    margin-top: 32px;
}

#left-questions-form-fotter > input,
#left-questions-section .title-section .subtitle-wrapper > p,
#left-questions-section .section-body form .form-field > div input::placeholder,
#left-questions-section .section-body form .form-field > div textarea::placeholder,
#left-questions-section .title-section .subtitle-wrapper > .links > a,
#left-questions-section .section-body form .form-field > div input, #left-questions-section .section-body form .form-field > div textarea {
    font-size: 14px !important;
    line-height: 135% !important;
}

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


#inner-page-section {
    background-image: url('../../../../../../local/templates/whitebyte/assets/images/about-us/top-section-bg.png');
    background-size: 100% 100%;

    min-height: 575px;
    width: 100%;

    position: relative;
}

#inner-page-section > #inner-page-section-background-elements {
    position: absolute;
    width: 100%;
    height: 100%;

    top: 0;
    left: 0;

    z-index: 0;
}

#inner-page-section-background-elements img {
    display: block;
}

#inner-page-section > .container {
    padding-top: 0;
    position: relative;
    z-index: 1;
}

#inner-page-section #title-wrapper {

}

#inner-page-section #title-wrapper > h1 {
    margin-top: 32px;
    margin-bottom: 0;

    font-family: "Aeonik Pro Trial";
    font-size: 47px;
    line-height: 135% !important;
    font-weight: 400;
    color: #FFFFFF;
}


#inner-page-section #page-description-wrapper > p {
    margin: 0;

    font-family: Aeonik Pro Trial;
    margin: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 135% !important;
    text-align: left;
    color: #FFFFFF;
}

#inner-page-section > #inner-page-section-background-elements > #background-image-layer-1 {
    position: relative;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

@media (min-width: 1200px) {
    #supplier #inner-page-section #title-wrapper > h1 {
        font-size: 56px !important;
        line-height: 135% !important;
    }

    #supplier #inner-page-section #title-wrapper > h1 {
        /*        margin-top: 64px;*/
    }

    #page-content > .container,
    #left-questions-form-fotter > input,
    #left-questions-section .title-section .subtitle-wrapper > p,
    #left-questions-section .section-body form .form-field > div input::placeholder,
    #left-questions-section .section-body form .form-field > div textarea::placeholder,
    #left-questions-section .title-section .subtitle-wrapper > .links > a,
    #left-questions-section .section-body form .form-field > div input, #left-questions-section .section-body form .form-field > div textarea {
        font-size: 18px !important;
        line-height: 135% !important;
    }

    #left-questions-form-fotter > input {
        width: 275px !important;
    }

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


    #page-content > .container {
        margin-top: 32px;
    }

    #page-content > .container > :first-child {
        padding-top: 0 !important;
        margin-top: 0 !important;
    }
    #page-content > .container {
        margin-top: 32px;
    }

    #page-content > .container > :first-child {
        padding-top: 0 !important;
        margin-top: 0 !important;
    }

/* End */


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


/*
#inner-page-section, #about-service, #cards-list, #manufactures-section, #left-questions-section{
    padding-top: 50px!important;
    margin-top: 0px!important;
    padding-bottom: 0px!important;
    margin-bottom: 50px!important;
}
*/

body > #services {
    display: flex;
    flex-direction: column;
}

#services #inner-page-section #title-wrapper > h1 {
    font-size: 27px;
    line-height: 135% !important;
}

#left-questions-section .title-section .subtitle-wrapper > p,
#left-questions-section .title-section .subtitle-wrapper > .links > a,
#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,
#additional-advantages-list > .additional-advantage-list-item > .additional-advantage-item-data > .additional-advantage-item-title > .title {
    font-size: 21px !important;
    line-height: 135% !important;
}

#left-questions-form-fotter > input {
    font-size: 16px !important;
    line-height: 135% !important;
}

#additional-advantages-wrapper > .title-wrapper > .title {
    font-size: 32px !important;
    line-height: 135% !important;
}

/*
#cards-list>.container{
    padding-top: 80px!important;
    padding-bottom: 0px!important;
}
*/
#cards-list #cards-list-wrapper > ul#cards-list > li.cards-list-item .cards-list-item-title > .title,
#additional-advantages-list > .additional-advantage-list-item > .additional-advantage-item-data > .additional-advantage-item-title > .title,
#cards-list-last-item-btn > button {
    font-size: 18px !important;
    line-height: 135% !important;
}

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

/*
#manufactures-section,
#about-service,
#additional-advantages,
#left-questions-section{
    margin-top: 80px!important;
}
*/
#manufactures-wrapper {
    gap: 40px !important;
}


#services {
    overflow: hidden;
}

/*
#services #inner-page-section>.container{
    padding-bottom: 40px;

    margin-top: 0px;
}
*/
#breadcrumbs > .bx-breadcrumb > .bx-breadcrumb-item > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#services #breadcrumbs > .bx-breadcrumb > .bx-breadcrumb-item {
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}


#services #inner-page-section #title-wrapper > h1 {
    font-family: Aeonik Pro Trial;
    font-size: 27px;
    font-weight: 400 !important;
    line-height: 135% !important;
    color: #FFFFFF;
}

#services #inner-page-section #page-description-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;

    gap: 24px;
}

#services #top-section-description-1 > p,
#services #top-section-description-2 > p,
#services #top-section-description-3 > p {
    margin: 0;
}

#btn-wrapper .header-btn {
    margin-left: 0;
    display: block !important;
}

#btn-wrapper .header-send-request-btn:hover {
    background-color: #fff3;
    color: #fff;
}

#btn-wrapper .header-btn svg circle {
    fill: #D9D9D94D;
}

#btn-wrapper .header-btn:hover svg circle {
    fill: #fff;
}

#btn-wrapper .header-btn svg * {
    transition: .3s;
}

#btn-wrapper .header-btn svg path {
    fill: #fff;
}

#btn-wrapper .header-btn:hover svg path {
    fill: #15279B;
}

#services #top-section-description-1 > p {
    font-family: Aeonik Pro Trial;
    /*
        font-weight: 700;
        line-height: 21.6px;
    */
    color: white;
}

#services #top-section-description-2 > p,
#services #top-section-description-3 > p {
    font-family: Aeonik Pro Trial;
    /*
        font-size: 18px;
        font-weight: 400;
        line-height: 18.9px;
    */
    color: white;
}

#services #page-under-description-wrapper {
    margin-top: 12px;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

#services #page-under-description-wrapper > #top-section-description-3 {

}

#services #page-under-description-wrapper > #btn-wrapper {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;

    margin-top: 32px;
}

#services #page-under-description-wrapper > #btn-wrapper #send-request-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 4px 4px 3px 10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    border: 1px solid #D9D9D9;
    background: unset;
    border-radius: 58px;
    font-family: Aeonik Pro Trial;
    font-size: 16px;
    font-weight: 400;
    line-height: 135% !important;
    color: white;
    max-width: 343px;
    width: 100%;

    -webkit-transition: all 0.4s ease;

    -o-transition: all 0.4s ease;

    transition: all 0.4s ease;
}

#services #page-under-description-wrapper > #btn-wrapper #send-request-btn:hover {
    cursor: pointer;
}

#services #page-under-description-wrapper > #btn-wrapper #send-request-btn > span {
    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;

    -webkit-transition: all 0.4s ease;

    -o-transition: all 0.4s ease;

    transition: all 0.4s ease;
}

#services #page-under-description-wrapper > #btn-wrapper #send-request-btn > span > svg {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

#services #page-under-description-wrapper > #btn-wrapper #send-request-btn:hover {
    background-color: rgba(255, 255, 255, 0.2);
    color: white;
}

#services #page-under-description-wrapper > #btn-wrapper #send-request-btn:hover > span {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

#services #page-under-description-wrapper > #btn-wrapper #send-request-btn:hover > span > svg {
    background-color: rgba(255, 255, 255, 0.8);
}

#services #page-under-description-wrapper > #btn-wrapper #send-request-btn:hover > span > svg > path {
    fill: black;
}

@media (min-width: 375px) {
    #services #inner-page-section #title-wrapper > h1 {
        font-size: 36px;
        line-height: 135% !important;
    }


}

@media (min-width: 991px) {
    /*
        #services #inner-page-section>.container{
            margin-top: 0px;
        }
    */
    #services #inner-page-section #title-wrapper > h1 {
        font-size: 36px;
        line-height: 135% !important;
    }

    #services #inner-page-section #page-description-wrapper {
        gap: 20px;
    }

    #inner-page-section #page-description-wrapper {
        margin-top: 32px;
    }

    #services #page-under-description-wrapper {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;

        margin-top: 38px;
    }

    #services #page-under-description-wrapper > #btn-wrapper {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        width: 306px;

        -webkit-box-pack: end;

        -ms-flex-pack: end;

        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;

        margin-bottom: 5px;
    }

    #services #page-under-description-wrapper > #top-section-description-3 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;

        width: 400px;
    }

    /*
        #services #top-section-description-1>p{
            font-size: 18px;
            line-height: 22px;
        }
    */
    /*
        #services #top-section-description-2>p{
            font-size: 14px;
            line-height: 18px;
        }
    */
}

@media (max-width: 1199px) {
    #left-questions-section .title-section .subtitle-wrapper > p,
    #left-questions-section .title-section .subtitle-wrapper > .links > a,
    #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;
    }
}


@media (min-width: 1280px) {

    #services #inner-page-section #title-wrapper > h1 {
        font-size: 56px;
        line-height: 135% !important;
    }

    #left-questions-section .title-section .subtitle-wrapper > p,
    #left-questions-section .title-section .subtitle-wrapper > .links > a,
    #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: 18px !important;
        line-height: 135% !important;
    }

    #left-questions-form-fotter > input {
        font-size: 16px !important;
        line-height: 135% !important;
    }

    #solutions-list > li.solutions-list-item .solutions-list-item-actions > .btn > span,
    #services #page-under-description-wrapper > #btn-wrapper #send-request-btn,
    #cards-list-last-item-btn > button,
    #additional-advantages-list > .additional-advantage-list-item > .additional-advantage-item-data > .additional-advantage-item-title > .title {
        font-size: 21px !important;
        line-height: 135% !important;
    }

    #services #page-under-description-wrapper > #btn-wrapper #send-request-btn, #cards-list-last-item-btn > button {
        font-size: 18px !important;
        line-height: 135% !important;
    }

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

    #cards-list #cards-list-wrapper > ul#cards-list > li.cards-list-item .cards-list-item-title > .title {
        font-size: 21px !important;
        line-height: 135% !important;
    }

    /*
        #about-service,
        #cards-list,
        #manufactures-section,
        #left-questions-section{
            margin-top: 50px!important;
        }
    */
    /*
        #cards-list #cards-list-wrapper,
        #additional-advantages-data,
        #about-service-data{
            margin-top: 64px!important;
        }
    */
    #manufactures-wrapper {
        gap: 64px !important;
    }

}


@media (max-width: 575px) {
    #services #inner-page-section #page-description-wrapper {
        max-width: 100%;
    }
}

@media (min-width: 576px) {
    #services #inner-page-section #page-description-wrapper {
        max-width: 70%;
    }
}

@media (min-width: 1280px) {
    #services #inner-page-section #page-description-wrapper {
        max-width: 800px;
    }
}


@media (min-width: 1280px) {

    /*
        #services #inner-page-section>.container{
            margin-top: 0px;
            padding-bottom: 85px;
        }
    */
    #services #inner-page-section #title-wrapper > h1 {
        font-size: 56px;
        line-height: 135% !important;

        margin-top: 32px;
    }

    #services #inner-page-section #page-description-wrapper {
        gap: 20px;
    }

    /*
        #services #top-section-description-1>p {
            font-size: 28px;
            line-height: 37.8px;
        }
    */
    /*
        #services #top-section-description-2>p {
            font-size: 18px;
            line-height: 27px;
        }
        #services #top-section-description-3>p{
            font-size: 20px;
            line-height: 27px;
        }
    */
    #services #page-under-description-wrapper > #top-section-description-3 {
        width: 704px;
    }

    #services #page-under-description-wrapper > #btn-wrapper #send-request-btn {
        font-size: 20px;
        line-height: 135% !important;
        padding: 5px 3px 5px 15px;
    }
}

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

@media (max-width: 990px) {
    #btn-wrapper {
        display: flex;
    }

    #inner-page-section > .container {
        padding-top: 120px !important;
    }

    #services #inner-page-section #title-wrapper > h1 {
        font-size: 32px !important;
    }
}

@media (max-width: 575px) {
    #btn-wrapper .header-btn {
        width: 100%;
    }

    #btn-wrapper .header-send-request-btn {
        padding: 0 4px 0 17px;
    }

    #btn-wrapper .header-send-request-btn svg {
        margin-left: auto;
    }

    #btn-wrapper .header-send-request-btn span {
        margin-right: 16px;
    }

    #inner-page-section > .container {
        padding-top: 111px !important;
    }
}

#cards-list-last-item-btn1 {
    margin-top: 15px;
    display: flex !important;
    margin-left: 0;
}
#cards-list-last-item-btn1 .new_btn:hover{
    --fill:rgb(21, 39, 155);
}

@media (max-width: 575px) {
    #cards-list-last-item-btn1 .header-send-request-btn {
        width: 100%;
    }

    #cards-list-last-item-btn1 .header-send-request-btn span {
        margin-right: 16px;
    }

    #cards-list-last-item-btn1 svg {
        margin-left: auto;
    }
}

/* End */


/* Start:/local/templates/whitebyte/assets/styles/services/manufactures_list.css?17333327756308*/
@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: flex;
    --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-item img{
    transition: .3s;
}
.partners-list-item:hover img{
    opacity: .7;
}

.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
}

@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: 1199px) {
}

@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 */


/* Start:/local/templates/whitebyte/assets/styles/services/about-service.css?17323346383554*/
/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/


#about-service {
    position: relative;
}

#about-service > .container {
    position: relative;
    z-index: 1;
}

#about-service-title-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 24px;
}

#about-service-title-wrapper .bl_title {
    color: #15279B;
}

#about-service-title-wrapper > .title {
    font-family: Aeonik Pro Trial;
    font-size: 40px;
    font-weight: 300;
    line-height: 135% !important;
    color: #15279B;

    margin: 0;
}

#about-service-title-wrapper > .about-service-description > p {
    margin: 0;

    font-family: Aeonik Pro Trial;
    font-weight: 400;
    line-height: 135% !important;
    color: #6E6C6C;
}

#about-service-title-wrapper > .about-service-description > p.bold {
    font-family: Aeonik Pro Trial;
    font-weight: 600;
    line-height: 135% !important;
    color: black;

    margin-bottom: 24px;
}

#about-service-section-background-elements {
    position: absolute;
    width: 100%;
    height: 100%;

    z-index: 0;
}


#about-service-advantages-list {
    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;

    margin-top: 40px;
    margin-bottom: 0;
}

#about-service-advantages-list > .advantage-item {
    position: relative;

    padding-top: 40px;
    padding-bottom: 32px;

    border-bottom: 1px solid #15279B33;

    font-family: Aeonik Pro Trial;
    line-height: 135% !important;
    color: #000000;

}

/* #about-service-advantages-list>.advantage-item:nth-child(3),
#about-service-advantages-list>.advantage-item:last-child{
    border-bottom: 0;
    padding-bottom: 0;
} */
#about-service-advantages-list > .advantage-item > .counter {
    position: absolute;
    top: 0;
    left: 0;

    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;

    background-color: #15279B;
    border-radius: 50%;
    width: 24px;
    height: 24px;

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

@media (min-width: 1028px) {
    #about-service-advantages-list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;

        -ms-flex-wrap: wrap;

        flex-wrap: wrap;
    }

    #about-service-title-wrapper {
        gap: 40px;
    }

    #about-service-advantages-list > .advantage-item {
        width: calc(50% - 10px);
    }

    /*
        #about-service-data{
            margin-top: 80px;
        }
    */
    #about-service-title-wrapper > .title {
        font-size: 50.72px;
        line-height: 135% !important;
    }

    #about-service-title-wrapper > .about-service-description > p {
        line-height: 135% !important;
    }

}

@media (min-width: 1400px) {
    #about-service-title-wrapper > .title {
        font-size: 50.72px;
        line-height: 135% !important;
    }
}


/* End */


/* Start:/local/templates/whitebyte/components/bitrix/breadcrumb/inner-page-breadcrumbs/style.css?17323346382318*/
/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

#breadcrumbs {

}

#breadcrumbs > .bx-breadcrumb,
#breadcrumbs > .bx-breadcrumb > .bx-breadcrumb-item,
#breadcrumbs > .bx-breadcrumb > .bx-breadcrumb-item > i {
    margin: 0;
}

#breadcrumbs > .bx-breadcrumb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;

    gap: 5px 19px;
    flex-wrap: wrap;
}

#breadcrumbs > .bx-breadcrumb > .bx-breadcrumb-item > i {
    margin-right: 19px;
}

#breadcrumbs > .bx-breadcrumb > .bx-breadcrumb-item > i,
#breadcrumbs > .bx-breadcrumb > .bx-breadcrumb-item span,
#breadcrumbs > .bx-breadcrumb > .bx-breadcrumb-item > a {
    text-decoration: unset;

    color: white;
}

.bx-breadcrumb-item a {
    display: flex;
    align-items: center;
    justify-content: center;
}

#breadcrumbs > .bx-breadcrumb > .bx-breadcrumb-item span {
    font-family: Aeonik Pro Trial;
    display: flex;
    align-items: center;
    justify-content: center;
    /*font-size: 24px;*/
    font-weight: 400;
    line-height: 1;
}

#breadcrumbs > .bx-breadcrumb > .bx-breadcrumb-item > i {
    /*font-size: 24px;*/
    font-weight: 400;
    line-height: 1;
}

#breadcrumbs > .bx-breadcrumb > .bx-breadcrumb-item:last-child span {
    font-weight: 400 !important;
    /*overflow: hidden;*/
    /*text-overflow: ellipsis;*/
    /*white-space: nowrap;*/
}

.bx-breadcrumb-item {
    display: flex;
    /*max-width: 200px;*/
}

/*@media (max-width: 2047px) {*/

/*    #breadcrumbs > .bx-breadcrumb > .bx-breadcrumb-item span,*/
/*    #breadcrumbs > .bx-breadcrumb > .bx-breadcrumb-item > i {*/
/*        font-size: 16px;*/
/*    }*/
/*}*/
@media (max-width: 1199px) {

    #breadcrumbs > .bx-breadcrumb > .bx-breadcrumb-item span,
    #breadcrumbs > .bx-breadcrumb > .bx-breadcrumb-item > i {
        font-size: 14px;
    }

    #breadcrumbs > .bx-breadcrumb > .bx-breadcrumb-item a {
        display: flex;
        align-items: center;
    }
}

@media (max-width: 767px) {
    #breadcrumbs > .bx-breadcrumb > .bx-breadcrumb-item > i {
        margin-right: 8px;
    }

    #breadcrumbs > .bx-breadcrumb {
        gap: 5px 8px;
    }
}
/* End */
/* /local/templates/whitebyte/assets/styles/left-questions-form.css?173233463815606 */
/* /local/templates/whitebyte/assets/styles/inner-page.css?17323346383977 */
/* /local/templates/whitebyte/assets/styles/services/services.css?173233463814368 */
/* /local/templates/whitebyte/assets/styles/services/manufactures_list.css?17333327756308 */
/* /local/templates/whitebyte/assets/styles/services/about-service.css?17323346383554 */
/* /local/templates/whitebyte/components/bitrix/breadcrumb/inner-page-breadcrumbs/style.css?17323346382318 */
