

/* 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/about-us.css?17323346388122*/
/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

.desctop {
    display: block;
}

.mobile {
    display: none;
}

@media (max-width: 767px) {
    .desctop {
        display: none;
    }

    .mobile {
        display: block;
    }
}

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

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

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

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

#inner-page-section #page-description-wrapper > p,
#partners-list-wrapper .partners-list-item > .partners-list-title > span,
#left-questions-section .title-section .subtitle-wrapper > p,
#left-questions-section .title-section .subtitle-wrapper > .links > a,
#left-questions-section .title-section .subtitle-wrapper > .links > a > span,
#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 .section-body form .form-field > div input::placeholder,
#left-questions-section .section-body form .form-field > div textarea::placeholder,
#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;
}


#advantages-section .title-section .title,
#partners-section .title-section .title,
#left-questions-section .title-section .title {
    font-size: 32px !important;
    line-height: 135% !important;
}


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

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

#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;
}

#inner-page-section > #inner-page-section-background-elements > #whitebyte-item-1,
#inner-page-section > #inner-page-section-background-elements > #whitebyte-item-2,
#inner-page-section > #inner-page-section-background-elements > #whitebyte-item-3 {
    content: "";
    position: absolute;

    width: 9px;
    height: 9px;

    background-color: white;

    top: 0;
    left: 0;
}

#inner-page-section > #inner-page-section-background-elements > #whitebyte-item-1 {
    left: unset;
    top: 135px;
    right: 30px;
}

#inner-page-section > #inner-page-section-background-elements > #whitebyte-item-2 {
    left: unset;
    top: 144px;
    right: 21px;
}

#inner-page-section > #inner-page-section-background-elements > #whitebyte-item-3 {
    top: unset;
    bottom: 15px;
    left: 5px;
}

#partners-section > .container {
    padding-top: 0px;
}

#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 {
    content: "";

    width: 26px;
    height: 26px;

    background-color: #2E40BA;

    position: absolute;

    top: 175px;
    left: -75px;
}

#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;
}

#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: 768px) {
    #inner-page-section > #inner-page-section-background-elements > #whitebyte-item-1,
    #inner-page-section > #inner-page-section-background-elements > #whitebyte-item-2,
    #inner-page-section > #inner-page-section-background-elements > #whitebyte-item-3 {
        width: 16px;
        height: 16px;
    }

    #inner-page-section > #inner-page-section-background-elements > #whitebyte-item-1 {
        top: 120px;
        right: 245px;
    }

    #inner-page-section > #inner-page-section-background-elements > #whitebyte-item-2 {
        top: 136px;
        right: 229px;
    }

    #inner-page-section > #inner-page-section-background-elements > #whitebyte-item-3 {
        bottom: 45px;
        left: 35px;
    }

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

    #inner-page-section #page-description-wrapper > p {
        font-size: 24px;
        line-height: 135% !important;
    }

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

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

    #inner-page-section #page-description-wrapper > p, #partners-list-wrapper .partners-list-item > .partners-list-title > span, #left-questions-section .title-section .subtitle-wrapper > p, #left-questions-section .title-section .subtitle-wrapper > .links > a, #left-questions-section .title-section .subtitle-wrapper > .links > a > span, #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 .section-body form .form-field > div input::placeholder, #left-questions-section .section-body form .form-field > div textarea::placeholder, #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;
    }

    #advantages-section .title-section .title,
    #partners-section .title-section .title,
    #left-questions-section .title-section .title {
        font-size: 50.72px !important;
        line-height: 135% !important;
    }

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

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

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

@media (min-width: 1280px) {
    #inner-page-section > #inner-page-section-background-elements > #whitebyte-item-1 {
        top: 120px;
        right: unset;
        left: 500px;
    }

    #inner-page-section > #inner-page-section-background-elements > #whitebyte-item-2 {
        top: 136px;
        right: unset;

        left: 516px;
    }

    #inner-page-section > #inner-page-section-background-elements > #whitebyte-item-3 {
        bottom: unset;
        left: unset;

        top: 120px;
        right: 50px;
    }

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


@media (max-width: 990px) {
    #inner-page-section #title-wrapper > h1 {
        font-size: 32px !important;
    }
}
/* End */


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

#advantages-section .title-section {
    position: relative;
}

#advantages-section .bl_title {
    color: rgb(21, 39, 155);
}

#advantages-section .title-section .title {
    font-family: Aeonik Pro Trial;
    font-size: 33px;
    font-weight: 300;
    line-height: 135% !important;
    text-align: left;
    color: #15279B;
    margin: 0;
}

#advantages-section .title-section:before,
#advantages-section .title-section:after {
    content: "";
    width: 26px;
    height: 26px;
    background-color: #2E40BA;
    position: absolute;
    top: -55px;
    right: 26px;
}

#advantages-section .title-section:after {
    top: -29px;
    right: 0;
}

#advantages-section .section-body {
    margin-top: 24px;
}

#advantages-list {
    display: flex;
    flex-wrap: wrap;
}

#advantages-list > .advantage {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 16px;
    border: 1px solid #D9D9D9;
    border-bottom: 0;
    position: relative;
}

#advantages-list > .advantage:last-child {
    background: -o-linear-gradient(346.66deg, #1D2146 -0.61%, #213DA0 96.43%);
    background: linear-gradient(103.34deg, #1D2146 -0.61%, #213DA0 96.43%);
}

#advantages-list > .advantage > .pseudo-top-left {
    position: absolute;
    top: -4.5px;
    left: -5px;
    width: 9px;
    height: 9px;
    background-color: #D9D9D9;
}

#advantages-list > .advantage > .pseudo-top-left:before {
    content: "";
    width: 1px;
    height: 15px;
    background-color: #D9D9D9;
    position: absolute;
    top: -9px;
    left: 4px;
}

#advantages-list > .advantage > .pseudo-top-left:after {
    content: "";
    width: 15px;
    height: 1px;
    background-color: #D9D9D9;
    position: absolute;
    top: 4px;
    left: -9px;
}

#advantages-list > .advantage > .pseudo-top-right {
    position: absolute;
    top: -4.5px;
    right: -5px;
    width: 9px;
    height: 9px;
    background-color: #D9D9D9;
}

#advantages-list > .advantage > .pseudo-top-right:before {
    content: "";
    width: 1px;
    height: 15px;
    background-color: #D9D9D9;
    position: absolute;
    top: -9px;
    right: 4px;
}

#advantages-list > .advantage > .pseudo-top-right:after {
    content: "";
    width: 15px;
    height: 1px;
    background-color: #D9D9D9;
    position: absolute;
    top: 4px;
    right: -9px;
}

#advantages-list > .advantage > .pseudo-bottom-left,
#advantages-list > .advantage > .pseudo-bottom-right {
    display: none;
    position: absolute;
    width: 9px;
    height: 9px;
    background-color: #D9D9D9;
}


#advantages-list > .advantage > .pseudo-bottom-left {
    bottom: -4.5px;
    left: -5px;
}

#advantages-list > .advantage > .pseudo-bottom-right {
    bottom: -4.5px;
    right: -5px;
}

#advantages-list > .advantage:last-child > .pseudo-bottom-left,
#advantages-list > .advantage:last-child > .pseudo-bottom-right {
    display: block;
}

#advantages-list > .advantage:last-child {
    border-bottom: 1px solid #D9D9D9;
    justify-content: center;
}

#advantages-list > .advantage > .pseudo-bottom-left:before,
#advantages-list > .advantage > .pseudo-bottom-right:before {
    content: "";
    width: 1px;
    height: 15px;
    background-color: #D9D9D9;
    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: #D9D9D9;
    position: absolute;
    bottom: 4px;
    left: -9px;
}

#advantages-list > .advantage {
    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;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

#advantages-list > .advantage > .icon {
    width: 40px;
    height: 40px;
}

#advantages-list > .advantage > .icon > svg {
    max-width: 100%;
    height: 100%;
}

#advantages-list > .advantage > .icon > img {
    max-width: 100%;
    height: 100%;
}

#advantages-list > .advantage > .title-wrapper > .title {
    font-family: Aeonik Pro Trial;
    font-size: 24px;
    font-weight: 400;
    line-height: 135% !important;
    text-align: left;
    color: #15279B;
    margin: 0;
    -webkit-hyphens: manual;
    -ms-hyphens: manual;
    hyphens: manual;
}

#advantages-list > .advantage > .description > p {
    font-family: Aeonik Pro Trial;
    line-height: 135% !important;
    text-align: left;
    color: #6E6C6C;
    margin: 0;
}

#advantages-list > .advantage:last-child > .description > p {
    font-family: Aeonik Pro Trial;
    line-height: 135% !important;
    color: white;
}

@media (min-width: 768px) {
    #advantages-list {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    #advantages-list > .advantage {
        width: calc((100% - 80px) / 2);
    }

    #advantages-list > .advantage:nth-child(4) {
        border-bottom: 1px solid #D9D9D9;
    }

    #advantages-list > .advantage > .icon {
        width: 42px;
        height: 42px;
    }

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

    #advantages-list > .advantage:nth-child(4) > .pseudo-bottom-right {
        display: block;
    }
}

@media (min-width: 1280px) {
    #advantages-section .title-section:before,
    #advantages-section .title-section:after {
        content: "";
        width: 26px;
        height: 26px;
        background-color: #2E40BA;
        position: absolute;
        top: 0;
        right: 26px;
    }

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

    #advantages-section .title-section .title {
        font-size: 50.72px;
        line-height: 135% !important;
    }

    #advantages-section .section-body {
        margin-top: 48px;
    }

    #advantages-list > .advantage {
        width: calc((100% - 30px * 2) / 3);
    }

    #advantages-list > .advantage:nth-child(5) {
        border-bottom: 1px solid #D9D9D9;
    }

    #advantages-list > .advantage:nth-child(4) > .pseudo-bottom-left,
    #advantages-list > .advantage:nth-child(4) > .pseudo-bottom-right {
        display: block;
    }

    #advantages-list > .advantage:nth-child(3) > .pseudo-bottom-right {
        display: block;
    }

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

    #advantages-list > .advantage > .description > p {
        font-family: Aeonik Pro Trial;
        line-height: 135% !important;
        margin: 0;
    }

    #advantages-list > .advantage {
        padding: 27px;
    }
}

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

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

#advantages-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);
}

#advantages-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: #D9D9D9;
}

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

/* 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;
}

#advantages-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) {
    #advantages-list {
        --elems: 2;
    }

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

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

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

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


/* Start:/local/templates/whitebyte/components/bitrix/news/internship/bitrix/news.list/.default/style.css?17323346384230*/
.stazhirovka {
    width: 100%;
    margin: 0 auto;
}

.stazhirovka__list {
    --elems: 4;
    --gap: 20px;
    gap: var(--gap);
    display: flex;
    flex-wrap: wrap;
    max-width: 1720px;
    margin: 0 auto;
}

.stazhirovka__list-item {
    text-decoration: none;
    width: calc((100% - var(--gap) * (var(--elems) - 1)) / var(--elems));
    padding: 33px 54px 26px 32px;
    border: 1px solid #D9D9D9;
}

.stazhirovka__list-item__title {
    color: #000;
}

.stazhirovka__list-item__info {
    color: #6E6C6C;
    margin-top: 30px;
}

.stazhirovka__list-item__price {
    color: #000;
    margin-top: 30px !important;
}

.stazhirovka__list-item__price span {
}

.stazhirovka__list-item__button {
    display: flex;
    text-decoration: none;
    color: black;
    border-radius: 83px;
    border: 1px solid #000000;
    margin-top: 24px;
    width: max-content;
    padding: 8px 19px 8px 19px;

}

    .stazhirovka__list {
        --elems: 3;
    }

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

@media (max-width: 767px) {
    .stazhirovka__list {
        --elems: 1;
    }

    .stazhirovka__list-item {
        padding: 24px;
    }
}

@media (max-width: 640px) {
    .stazhirovka__list-item {
        width: 100%;
        margin-left: 0;
    }

    .stazhirovka__list-item:nth-child(3n + 1) {
        margin-left: 0;
    }

    .stazhirovka__list-item:nth-child(2n + 1) {
        margin-left: 0;
    }
}


* {
    box-sizing: border-box;
}

#inner-page-section {
    min-height: max-content;
    background: none;
}

#inner-page-section .container.banner-pb-half {
    padding-bottom: 0;
}

#breadcrumbs > .bx-breadcrumb > .bx-breadcrumb-item > i, #breadcrumbs > .bx-breadcrumb > .bx-breadcrumb-item span, #breadcrumbs > .bx-breadcrumb > .bx-breadcrumb-item > a {
    color: black !important;
}

#inner-page-section #title-wrapper > h1 {
    color: #15279b !important;
    margin-top: 32px !important;
    font-size: 80px !important;
    line-height: 135% !important
}

    #inner-page-section #title-wrapper h1 {
        font-size: 56px !important
    }

@media (max-width: 1199px) {
    #inner-page-section #title-wrapper h1 {
        font-size: 36px !important
    }
}

@media (max-width: 990px) {
    #inner-page-section #title-wrapper h1 {
        font-size: 32px !important
    }
}

.header-send-request-btn,
.header-send-request-btn {
    background-color: #fff;
    box-shadow: inset 0 0 0 1px rgb(21, 39, 155);
    color: rgb(21, 39, 155);
}

.header-send-request-btn:hover,
.header-send-request-btn:hover {
    color: #fff;
    background-color: rgb(21, 39, 155);
}

.header-send-request-btn svg circle,
.header-send-request-btn svg circle {
    fill: #EAECF7;
}

.header-send-request-btn:hover svg circle,
.header-send-request-btn:hover svg circle {
    fill: #fff;
}

.stazhirovka__list-item__button.pfr_btn {
    height: 38px;
}

.stazhirovka__list-item__button.pfr_btn svg {
    width: 30px;
    min-width: 30px;
    transform: rotate(-45deg);
    transition: .3s;
}

.stazhirovka__list-item:hover .stazhirovka__list-item__button.pfr_btn svg {
    transform: rotate(0deg);
    --fill:#fff;
}

.stazhirovka__list-item:hover .stazhirovka__list-item__button.pfr_btn {
    background-color: #213DA0;
    color: #fff;
}

.stazhirovka__list-item__button.pfr_btn svg circle {
    fill: #fff;
}

.stazhirovka__list-item__button.pfr_btn svg path {
    fill: #15279B;
    stroke: #15279B;
}

.header-btn {
    margin: 0;
    /*margin-top: 52px;*/
    width: max-content;
}

.title {
    font-size: 56px !important;
    font-weight: 400 !important;
    line-height: 56px !important;
    text-align: left;
    color: #15279B !important;
    margin-top: 72px !important;
}

#description-wrapper {
    max-width: 840px;
    text-align: left;
    color: #000000;
    margin-top: 32px;
    margin-bottom: 30px !important;
}

.header-btn {
    display: block !important;
}

.pfr_btn {
    width: max-content;
}

@media (max-width: 768px) {
    #description-wrapper {
        color: #6E6C6C;
        font-size: 14px !important;
        font-style: normal !important;
        font-weight: 400 !important;
        line-height: 135% !important; /* 18.9px */
        margin-top: 32px;
    }
}
/* 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 */


/* Start:/local/templates/whitebyte/components/bitrix/news.list/internship-list/style.css?17323346382419*/
.checklist {
    position: relative;
    background-image: url(../../../../../../local/templates/whitebyte/newimg/stazhirovka_bg.svg), linear-gradient(103.34deg, #1D2146 -0.61%, #213DA0 96.43%);
    background-position: center;
    background-repeat: repeat no-repeat;
    background-size: cover;
    color: white;
}

.stazhirovka-data {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.checklist__main {
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    /*padding: 100px 0;*/
    gap: 40px;
}

.stazhirovka-item {
    display: flex;
    gap: 20px;
    align-items: center;
}

.stazhirovka-item .numb {
    border-radius: 100%;
    display: flex;
    width: 32px;
    min-width: 32px;
    height: 32px;
    background-color: #15279B;
    align-items: center;
    justify-content: center;
}

.checklist__main-info {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 850px;
}

.checklist__main-info__info {
    color: #FFF;
    margin-top: 52px !important;
}

.checklist__main-info__desc {
    font-weight: 300 !important;
    margin-top: 24px;
}


.checklist__main-list {
    width: 100%;
    max-width: 700px;
}
@media (max-width: 1200px) {
    .checklist__main {
        flex-direction: column;
    }
}

#stazhirovka-advantages-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin: 0;
}

#stazhirovka-advantages-list > .advantage-item {
    position: relative;
    padding-top: 40px;
    /*padding-bottom: 32px;*/
    /*border-bottom: 1px solid #15279B33;*/
    line-height: 135% !important;
    color: white;
}

#stazhirovka-advantages-list > .advantage-item > .counter {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #15279B;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    font-size: 14px;
    font-weight: 400 !important;
    color: white;
}

/* Responsive adjustments */
@media (min-width: 1028px) {
    #stazhirovka-advantages-list {
        flex-direction: row;
        flex-wrap: wrap;
        gap: 20px; /* Adjust gap between items if needed */
    }

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


@media (max-width: 768px) {
    #stazhirovka-advantages-list > .advantage-item {
        padding-top: 0 !important;
        padding-left: 56px !important;
    }
}

/* 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/about-us.css?17323346388122 */
/* /local/templates/whitebyte/assets/styles/advantages-section.css?17323346389344 */
/* /local/templates/whitebyte/components/bitrix/news/internship/bitrix/news.list/.default/style.css?17323346384230 */
/* /local/templates/whitebyte/components/bitrix/breadcrumb/inner-page-breadcrumbs/style.css?17323346382318 */
/* /local/templates/whitebyte/components/bitrix/news.list/internship-list/style.css?17323346382419 */
