

/* Start:/company/jobs/vacancy/style.css?171706095346590*/
.header-phone1{
    color: #151515 !important;
}

.rows-video {
    display: flex;
    justify-content: center;
    margin: clamp(60px, 12vw, 120px) 0;
}

.widget-vacancy-banner{
    position: relative;
    overflow: hidden;
    background-image: url('/images/jobs/background.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: clamp(120px, 20vw, 158px) 0 54px;
}
.widget-vacancy-banner .widget-header{
    position: relative;
    z-index: 2;
}
.widget-vacancy-banner .widget-header .widget-supertitle{
    text-transform: uppercase;
    font-size: 16px;
    line-height: 130%;
    font-weight: 400;
    color: #151515;
    margin-bottom: 22px;
}
.widget-vacancy-banner .widget-header .widget-title{
    position: relative;
    font-size: clamp(34px, 5vw, 44px);
    line-height: 120%;
    font-weight: 700;
    color: #151515;
    text-transform: uppercase;
}
.widget-vacancy-banner .widget-header .widget-title span{
    color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #151515;
}
.widget-vacancy-banner .widget-header .widget-description{
    margin-top: 20px;
    font-size: 16px;
    line-height: 130%;
    font-weight: 400;
    color: #151515;
}
.widget-vacancy-banner .widget-header .widget-button{
    display: inline-block;
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    line-height: 130%;
    background-color: #151515;
    text-transform: uppercase;
    padding: 17px 26px;
    border-radius: 4px;
    cursor: pointer;
    white-space: nowrap;
    border: 1px solid #151515;
    text-align: center;
    margin-top: clamp(34px, 6vw, 60px);

    transition: background-color .2s ease-out, color .2s ease-out;
}
.widget-vacancy-banner .widget-header .widget-button:hover,
.widget-vacancy-banner .widget-header .widget-button:focus{
    background-color: transparent;
    color: #151515;
}
.widget-vacancy-banner .widget-header .widget-button-wrap{
    margin-top: 46px;
    display: flex;
}
.widget-vacancy-banner .widget-header .widget-link{
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    line-height: 130%;
    background-color: #151515;
    text-transform: uppercase;
    padding: 14px 49px;
    border-radius: 4px;
    cursor: pointer;
    white-space: nowrap;
    border: 1px solid #151515;
    text-decoration: none;

    transition: background-color .2s ease-out, color .2s ease-out;
}
.widget-vacancy-banner .widget-header .widget-link:hover,
.widget-vacancy-banner .widget-header .widget-link:focus{
    background-color: transparent;
    color: #151515;
}
.widget-vacancy-banner .widget-picture{
    width: 171%;
    height: 100%;
    position: relative;
    left: 50%;
    transform: translateX(calc(-50% + -128px)) translateY(54px);
}
.widget-vacancy-banner .widget-picture img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    background-position: center bottom;
    user-select: none;
}
@media all and (max-width: 768px) {
    .widget-vacancy-banner{
        padding: 150px 0 0;
    }
    .widget-vacancy-banner .widget-picture{
        width: calc(100% + 90px);
        transform: translateX(calc(-50% + 60px));
        margin-top: -180px;
    }
    .widget-vacancy-banner .widget-header .widget-button-wrap{
        margin-top: 36px;
    }
}
@media all and (max-width: 600px) {
    .widget-vacancy-banner .widget-picture {
        width: calc(100% + 120px);
        transform: translateX(calc(-50% + 20px));
        margin-top: -40px;
    }
}
@media all and (max-width: 450px) {
    .widget-vacancy-banner .widget-header .widget-title br{
        display: none;
    }
    .widget-vacancy-banner .widget-header .widget-title span{
        display: block;
    }
    .widget-vacancy-banner .widget-header .widget-description br{
        display: none;
    }
    .widget-vacancy-banner .widget-picture {
        width: calc(100% + 220px);
        transform: translateX(calc(-50% + -30px));
        margin-top: 10px;
    }
}

.widget-advantages {
    position: relative;
    overflow: hidden;
    background-color: #f4f4f4;
}
.widget-advantages .widget-header {
    margin-top: clamp(60px, 12vw, 89px);
}
.widget-advantages .widget-title {
    position: relative;
    font-size: clamp(34px, 6.8vw, 44px);
    line-height: 130%;
    font-weight: 400;
    color: #151515;
    text-transform: uppercase;
}
.widget-advantages .widget-title span {
    position: relative;
}
.widget-advantages .widget-description {
    position: relative;
    margin-top: 53px;
    font-size: 20px;
    line-height: 140%;
    font-weight: 400;
    color: #151515;
    text-transform: uppercase;
}
.widget-advantages .widget-description svg {
    position: absolute;
    right: 100%;
    top: 0;
    z-index: 0;
    transform: translate(-29px, -22px);
}
.widget-advantages .widget-description ul {
    margin-top: 18px;
    margin-left: 12px;
}
.widget-advantages .widget-description li {
    position: relative;
    text-transform: none;
    padding-left: 18px;
    margin-bottom: 13px;
}
.widget-advantages .widget-description li:last-child {
    margin-bottom: 0;
}
.widget-advantages .widget-description li:before {
    content: '';
    position: absolute;
    top: 11px;
    left: 0;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #151515;
}
.widget-advantages .widget-footer {
    position: relative;
    z-index: 1;
    margin-top: 67px;
    display: inline-flex;
    align-items: center;
    gap: 38px;
}
.widget-advantages .widget-footer svg {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-14%, -65px);
}
.widget-advantages .widget-call-form {
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    line-height: 130%;
    background-color: #151515;
    text-transform: uppercase;
    padding: 16px 26px;
    border-radius: 4px;
    cursor: pointer;
    white-space: nowrap;
    border: 1px solid #151515;
    text-align: center;

    transition: background-color .2s ease-out, color .2s ease-out;
}
.widget-advantages .widget-call-form:hover,
.widget-advantages .widget-call-form:focus {
    background-color: transparent;
    color: #151515;
}
.widget-advantages .widget-call-form-description {
    font-size: 16px;
    line-height: 130%;
    font-weight: 400;
    color: #151515;
}
.widget-advantages .widget-picture {
    width: 184%;
    height: 100%;
    transform: translateX(-147px);
}
.widget-advantages .widget-picture img {
    width: 100%;
    height: 100%;
    object-position: center bottom;
    object-fit: contain;
    user-select: none;
}
@media all and (max-width: 1440px) {
    .widget-advantages .widget-picture {
        width: 154%;
        padding-bottom: 60px;
        transform: translateX(-100px);
    }

    .widget-advantages .widget-picture img {
        transform: translateY(60px);
    }

    .widget-advantages .widget-footer {
        margin-bottom: 60px;
    }
}
@media all and (max-width: 1200px) {
    .widget-advantages .widget-picture {
        transform: translateX(-80px);
        padding-bottom: 100px;
    }

    .widget-advantages .widget-picture img {
        transform: translateY(100px);
    }

    .widget-advantages .widget-footer {
        margin-bottom: 100px;
    }
}
@media all and (max-width: 1000px) {
    .widget-advantages .widget-footer {
        gap: 24px;
    }

    .widget-advantages .widget-picture {
        padding-bottom: 0;
        width: 118%;
        position: relative;
        left: 50%;
        margin-top: 16px;
        transform: translateX(calc(-50% + 30px));
    }

    .widget-advantages .widget-picture img {
        transform: none;
    }

    .widget-advantages .widget-footer {
        margin-bottom: 0;
    }
}
@media all and (max-width: 768px) {
    .widget-advantages .widget-description {
        margin-top: 26px;
    }
}
@media all and (max-width: 550px) {
    .widget-advantages .widget-description br {
        display: none;
    }

    .widget-advantages .widget-picture {
        padding-bottom: 0;
        width: 132%;
        position: relative;
        left: 50%;
    }

    .widget-advantages .widget-footer svg {
        display: none;
    }

    .widget-advantages .widget-footer {
        gap: 32px 24px;
        flex-direction: column;
        align-items: flex-start;
        margin-top: 36px;
        width: 100%;
    }

    .widget-advantages .widget-call-form {
        width: 100%;
    }

    .widget-advantages .widget-call-form-description br {
        display: none;
    }

    .widget-advantages .widget-call-form-description {
        text-align: center;
        width: 100%;
    }
}

.widget-quote {
    position: relative;
    overflow: hidden;
    background-color: #f4f4f4;
}
.widget-quote .widget-header {
    margin-top: clamp(80px, 12vw, 165px);
}
.widget-quote .widget-title {
    position: relative;
    font-size: clamp(26px, 3vw, 35px);
    line-height: 140%;
    font-weight: 400;
    color: #151515;
    text-transform: uppercase;
}
.widget-quote .widget-title svg {
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(-30px, -15px);
}
.widget-quote .widget-title span {
    position: relative;
}
.widget-quote .widget-description {
    margin-top: 41px;
    font-size: 20px;
    line-height: 140%;
    font-weight: 400;
    color: #151515;
}
.widget-quote .widget-description p {
    margin-bottom: 15px;
}
.widget-quote .widget-description p:last-child {
    margin-bottom: 0;
}
.widget-quote .widget-footer {
    position: relative;
    margin-top: 106px;
}
.widget-quote .widget-footer svg {
    position: absolute;
    bottom: 0;
    right: 0;
    transform: translate(34px, 75px);
}
.widget-quote .widget-person-name {
    position: relative;
    font-size: 20px;
    line-height: 140%;
    color: #151515;
    font-weight: 700;
    text-transform: uppercase;
}
.widget-quote .widget-person-position {
    position: relative;
    font-size: 20px;
    line-height: 140%;
    color: #151515;
    font-weight: 400;
}
.widget-quote .widget-picture {
    width: 159%;
    height: 100%;
}
.widget-quote .widget-picture img {
    width: 100%;
    height: 100%;
    object-position: center bottom;
    object-fit: contain;
    user-select: none;
}
@media all and (max-width: 1440px) {
    .widget-quote .widget-picture {
        width: 154%;
        padding-bottom: 60px;
        transform: translateX(-40px);
    }

    .widget-quote .widget-picture img {
        transform: translateY(60px);
    }

    .widget-quote .widget-footer {
        margin-bottom: 60px;
    }
}
@media all and (max-width: 1200px) {
    .widget-quote .widget-footer svg {
        width: 120px;
        height: auto;
        transform: translate(0px, 44px);
    }

    .widget-quote .widget-picture {
        transform: translateX(-40px);
        padding-bottom: 100px;
    }

    .widget-quote .widget-picture img {
        transform: translateY(100px);
    }

    .widget-quote .widget-footer {
        margin-bottom: 100px;
    }

    .widget-quote .widget-description br,
    .widget-quote .widget-title br {
        display: none;
    }

    .widget-quote .widget-title svg {
        transform: translate(-15px, -15px);
    }
}
@media all and (max-width: 768px) {
    .widget-quote .widget-picture {
        padding-bottom: 0;
        width: 118%;
        position: relative;
        left: 50%;
    }

    .widget-quote .widget-picture {
        transform: translateX(-50%);
    }

    .widget-quote .widget-picture img {
        transform: none;
    }

    .widget-quote .widget-footer {
        margin-top: 54px;
        margin-bottom: 0;
    }

    .widget-quote .widget-description {
        margin-top: 26px;
    }
}
@media all and (max-width: 550px) {
    .widget-quote .widget-footer svg {
        width: 60px;
        transform: translate(0px, 0px);
    }

    .widget-quote .widget-person-position {
        font-size: 18px;
    }

    .widget-quote .widget-picture {
        padding-bottom: 0;
        width: 126%;
        position: relative;
        left: 50%;
    }
}

.widget-advantages-2{
    position: relative;
    overflow: hidden;
    padding: clamp(108px, 12vw, 154px) 0 clamp(95px, 12vw, 128px);
    background-color: #151515;
}
.widget-advantages-2 .widget-header{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.widget-advantages-2 .widget-header-title{
    color: #fff;
    font-size: clamp(22px, 4vw, 24px);
    line-height: 146%;
    font-weight: 300;

    -webkit-transition: color .3s ease-out;
    -o-transition: color .3s ease-out;
    transition: color .3s ease-out;
}
.widget-advantages-2 .widget-header-title b{
    font-weight: 700;
}
.widget-advantages-2 .widget-header-button{
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-transform: translate(15px, -32px);
    -ms-transform: translate(15px, -32px);
    transform: translate(15px, -32px);
    cursor: pointer;
}
.widget-advantages-2 .widget-header-button .widget-header-button-arrow{
    position: absolute;
    width: 33px;
    height: 2px;
    background: #fff;
    margin: 0 0 0 58px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    -webkit-transition: background .3s ease-out;
    -o-transition: background .3s ease-out;
    transition: background .3s ease-out;
}
.widget-advantages-2 .widget-header-button .widget-header-button-arrow:before,
.widget-advantages-2 .widget-header-button .widget-header-button-arrow:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translate(0, -50%) rotate(45deg);
    -ms-transform: translate(0, -50%) rotate(45deg);
    transform: translate(0, -50%) rotate(45deg);
    -webkit-transform-origin: right;
    -ms-transform-origin: right;
    transform-origin: right;
    width: 10px;
    height: 2px;
    background: #fff;

    -webkit-transition: background .3s ease-out;
    -o-transition: background .3s ease-out;
    transition: background .3s ease-out;
}
.widget-advantages-2 .widget-header-button .widget-header-button-arrow:after {
    -webkit-transform: translate(0, -50%) rotate(-45deg);
    -ms-transform: translate(0, -50%) rotate(-45deg);
    transform: translate(0, -50%) rotate(-45deg);
}
.widget-advantages-2 .widget-header-button:hover .widget-header-button-arrow,
.widget-advantages-2 .widget-header-button:focus .widget-header-button-arrow {
    -webkit-animation: changeArrow .6s cubic-bezier(0, 0, 0.2, 1) infinite alternate;
    animation: changeArrow .6s cubic-bezier(0, 0, 0.2, 1) infinite alternate;
}
.widget-advantages-2 .widget-header-button svg {
    -webkit-animation: circleText 15s linear infinite;
    animation: circleText 15s linear infinite;
}
.widget-advantages-2 .widget-content{
    margin: 95px 0 0;
    position: relative;
}
.widget-advantages-2 .widget-items{
    padding: 54px 55px;
    max-width: 966px;
    width: 100%;
    margin: 0 auto;
}
.widget-advantages-2 .widget-items-wrapper{
    border-top: 1px solid #636363;
    border-bottom: 1px solid #636363;
    padding: 41px 0 83px;
}
.widget-advantages-2 .widget-item{
    padding: 20px 30px;
}
.widget-advantages-2 .widget-items-number{
    color: #fff;
    font-size: 56px;
    font-weight: 700;
    line-height: 98.4%;

    -webkit-transition: color .3s ease-out;
    -o-transition: color .3s ease-out;
    transition: color .3s ease-out;
}
.widget-advantages-2 .widget-items-description{
    color: #fff;
    font-size: 20px;
    line-height: 130%;
    margin: 21px 0 0;

    -webkit-transition: color .3s ease-out;
    -o-transition: color .3s ease-out;
    transition: color .3s ease-out;
}
.widget-advantages-2 .widget-footer{
    margin: 90px 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.widget-advantages-2 .widget-footer-text{
    color: #fff;
    font-size: clamp(22px, 3vw, 24px);
    line-height: 150%;
    font-weight: 300;

    -webkit-transition: color .3s ease-out;
    -o-transition: color .3s ease-out;
    transition: color .3s ease-out;
}
@-webkit-keyframes infinityGallery {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        -webkit-transform: translateX(calc(-620px * 4));
        transform: translateX(calc(-620px * 4));
    }
}
@keyframes infinityGallery {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        -webkit-transform: translateX(calc(-620px * 4));
        transform: translateX(calc(-620px * 4));
    }
}
@-webkit-keyframes circleText {
    0% { -webkit-transform: rotate(0); transform: rotate(0); }
    100% { -webkit-transform: rotate(-360deg); transform: rotate(-360deg); }
}
@keyframes circleText {
    0% { -webkit-transform: rotate(0); transform: rotate(0); }
    100% { -webkit-transform: rotate(-360deg); transform: rotate(-360deg); }
}
.widget-advantages-2 .widget-gallery{
    position: absolute;
    z-index: 0;
    -webkit-perspective: 1200px;
    perspective: 1200px;
    top: 50%;
    -webkit-transform: translateY(-67%);
    -ms-transform: translateY(-67%);
    transform: translateY(-67%);
    width: 100%;
    height: 340px;
}
.widget-advantages-2 .widget-gallery-line-wrap {
    z-index: -1;
    -webkit-transform-origin: 0%;
    -ms-transform-origin: 0%;
    transform-origin: 0%;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: auto;
    overflow: hidden;
    -webkit-transform: rotate3d(0, 1, .00009, 78deg) translateY(28px);
    transform: rotate3d(0, 1, .00009, 78deg) translateY(28px);
}
.widget-advantages-2 .widget-gallery-line-wrap:last-child{
    left: auto;
    right: 0%;
    -webkit-transform-origin: 100%;
    -ms-transform-origin: 100%;
    transform-origin: 100%;
    -webkit-transform: rotate3d(.03, 1, -.01, -78deg) translate(50%, -156px);
    transform: rotate3d(.03, 1, -.01, -78deg) translate(50%, -156px);
}
.widget-advantages-2 .widget-gallery-line-wrap:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    height: 101%;
    background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(30%, #151515));
    background: -o-linear-gradient(left, transparent 0%, #151515 30%);
    background: linear-gradient(90deg, transparent 0%, #151515 30%);

    -webkit-transition: background .3s ease-out;
    -o-transition: background .3s ease-out;
    transition: background .3s ease-out;
}
.widget-advantages-2 .widget-gallery-line-wrap:last-child:after{
    background: -webkit-gradient(linear, left top, right top, color-stop(15%, #151515), color-stop(40%, transparent));
    background: -o-linear-gradient(left, #151515 15%, transparent 40%);
    background: linear-gradient(90deg, #151515 15%, transparent 40%);
}
.widget-advantages-2 .widget-gallery-line {
    -webkit-transform: translate(0%, 0px);
    -ms-transform: translate(0%, 0px);
    transform: translate(0%, 0px);
    -webkit-animation: infinityGallery 40s linear infinite;
    animation: infinityGallery 40s linear infinite;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -20px;
    width: calc(620px * 8);
}
.widget-advantages-2 .widget-gallery-line-wrap:first-child .widget-gallery-line{
    animation: infinityGallery 40s linear infinite reverse;
}
.widget-advantages-2 .widget-gallery-picture{
    -webkit-perspective: 100px;
    perspective: 100px;
    -webkit-transform: perspective(100px);
    transform: perspective(100px);
    margin: 0 20px;
    width: 620px;
    height: auto;
    -o-object-fit: contain;
    object-fit: contain;
}
.widget-advantages-2 .widget-header-button svg path[fill=white]{
    fill: #fff;

    -webkit-transition: fill .3s ease-out;
    -o-transition: fill .3s ease-out;
    transition: fill .3s ease-out;
}
@media all and (max-width: 1440px) {
    .widget-advantages-2 .widget-gallery-line-wrap:last-child{
        -webkit-transform: rotate3d(.10, 1, -.0209, -66deg) translate(50%, -104px);
        transform: rotate3d(.10, 1, -.0209, -66deg) translate(50%, -104px);
    }
    .widget-advantages-2 .widget-gallery-line-wrap{
        -webkit-transform: rotate3d(0, 1, .00009, 66deg) translateY(28px);
        transform: rotate3d(0, 1, .00009, 66deg) translateY(28px);
    }
    .widget-advantages-2 .widget-gallery-line-wrap:last-child:after{
        background: -webkit-gradient(linear, left top, right top, color-stop(30%, #151515), color-stop(48%, transparent));
        background: -o-linear-gradient(left, #151515 30%, transparent 48%);
        background: linear-gradient(90deg, #151515 30%, transparent 48%);
    }
    .widget-advantages-2 .widget-gallery-line-wrap:after{
        background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(20%, #151515));
        background: -o-linear-gradient(left, transparent 0%, #151515 20%);
        background: linear-gradient(90deg, transparent 0%, #151515 20%);
    }
}
@media all and (max-width: 1240px) {
    .widget-advantages-2 .widget-gallery-line-wrap:last-child{
        -webkit-transform: rotate3d(.03, 1, -.01, -82deg) translate(50%, -104px);
        transform: rotate3d(.03, 1, -.01, -82deg) translate(50%, -104px);
    }
    .widget-advantages-2 .widget-gallery-line-wrap{
        -webkit-transform: rotate3d(0, 1, .00009, 82deg) translateY(28px);
        transform: rotate3d(0, 1, .00009, 82deg) translateY(28px)
    }
    .widget-advantages-2 .widget-gallery-line-wrap:after{
        background: -webkit-gradient(linear, left top, right top, color-stop(-10%, transparent), color-stop(40%, #151515));
        background: -o-linear-gradient(left, transparent -10%, #151515 40%);
        background: linear-gradient(90deg, transparent -10%, #151515 40%);
    }
    .widget-advantages-2 .widget-gallery-line-wrap:last-child:after{
        background: -webkit-gradient(linear, left top, right top, from(#151515), color-stop(65%, transparent));
        background: -o-linear-gradient(left, #151515 0%, transparent 65%);
        background: linear-gradient(90deg, #151515 0%, transparent 65%);
    }
    .widget-advantages-2 .widget-footer-text{
        -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    }
}
@media all and (max-width: 1000px) {
    .widget-advantages-2 .widget-gallery-line{
        -webkit-animation: none !important;
        animation: none !important;
    }
    .widget-advantages-2 .widget-gallery{
        display: none;
    }
    .widget-advantages-2 .widget-header{
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .widget-advantages-2 .widget-header-title{
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }
    .widget-advantages-2 .widget-header-button{
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        margin: 0 auto;
    }
    .widget-advantages-2 .widget-footer-text br{
        display: none;
    }
    .widget-advantages-2 .widget-content{
        margin: 82px 0 0;
    }
    .widget-advantages-2 .widget-items{
        padding: 0;
    }
    .widget-advantages-2 .widget-footer{
        margin: 90px 0 0;
    }
}
@media all and (max-width: 850px) {
    .widget-advantages-2 .widget-footer{
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .widget-advantages-2 .widget-footer-text{
        margin: 0 0 65px;
    }
    .widget-advantages-2 .widget-header-title br{
        display: none;
    }
}
@media all and (max-width: 550px) {
    .widget-advantages-2 .widget-items-number{
        font-size: 56px;
    }
    .widget-advantages-2 .widget-items-wrapper{
        padding: 20px 0;
    }
    .widget-advantages-2 .widget-items-description{
        margin: 21px 0 0;
    }
    .widget-advantages-2 .widget-item{
        text-align: center;
        padding: 38px 40px;
    }
    .widget-advantages-2 .widget-footer{
        margin: 92px 0 0;
    }
    .widget-advantages-2 .widget-content{
        margin: 71px 0 0;
    }
    .widget-advantages-2 .widget-items-wrapper{
        padding: 49px 0 75px;
    }
    .widget-advantages-2 .widget-header-title{
        line-height: 150%;
        text-align: center;
    }
    .widget-advantages-2 .widget-footer-text{
        text-align: center;
        line-height: 150%;
        margin: 0 0 78px;
    }
    .widget-advantages-2 .widget-header-button svg{
        width: 200px;
        height: 200px;
    }
    .widget-advantages-2 .widget-header-button .widget-header-button-arrow{
        margin: 0 0 0 84px;
    }
}

.widget-advantages-3{
    position: relative;
    overflow: hidden;
    padding: clamp(56px, 12vw, 144px) 0 clamp(68px, 12vw, 146px);
}
.widget-advantages-3 .widget-items{
    position: relative;
    width: 100%;
    margin: -13px;
}
.widget-advantages-3 .widget-item{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 13px;
    height: 100%;
}
.widget-advantages-3 .widget-item-wrapper{
    padding: 56px 51px 62px;
    border: 1px solid #D1D1D1;
    background: #fff;
    border-radius: 4px;

    -webkit-transition: -webkit-transform .4s cubic-bezier(0.22, 0.61, 0.36, 1);
    transition: -webkit-transform .4s cubic-bezier(0.22, 0.61, 0.36, 1);
    -o-transition: transform .4s cubic-bezier(0.22, 0.61, 0.36, 1);
    transition: transform .4s cubic-bezier(0.22, 0.61, 0.36, 1), -webkit-transform .4s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.widget-advantages-3 .widget-items div:nth-child(even) .widget-item-wrapper{
    filter: invert();
}
.widget-advantages-3 .widget-item-icon{
    margin: 0 0 38px;
    display: flex;
    height: 64px;

    -webkit-transition: -webkit-filter .3s ease-out;
    transition: -webkit-filter .3s ease-out;
    -o-transition: filter .3s ease-out;
    transition: filter .3s ease-out, -webkit-filter .3s ease-out;
}
.widget-advantages-3 .widget-item-icon svg{
    height: 100%;
}
.dark-area .widget-advantages-3 .widget-item-icon{
    -webkit-filter: invert(1);
    filter: invert(1);
}
.widget-advantages-3 .widget-item-name{
    color: #151515;
    font-size: clamp(22px, 4vw, 26px);
    font-weight: 400;
    line-height: 132%;

    -webkit-transition: color .3s ease-out;
    -o-transition: color .3s ease-out;
    transition: color .3s ease-out;
}
.widget-advantages-3 .widget-item-name span{
    font-weight: 700;
}
.widget-advantages-3 .widget-item-description{
    color: #151515;
    font-size: clamp(18px, 3vw, 20px);
    line-height: 150%;
    margin: 24px 0 0;

    -webkit-transition: color .3s ease-out;
    -o-transition: color .3s ease-out;
    transition: color .3s ease-out;
}
@media all and (max-width: 1240px) {
    .widget-advantages-3 .widget-item-wrapper{
        padding: 46px 41px 52px;
    }
}
@media all and (max-width: 1000px) {
    .widget-advantages-3 .widget-items{
        width: calc(100% + 26px);
    }
    .widget-advantages-3 .widget-item-wrapper{
        max-width: 100%;
    }
    .widget-advantages-3 .widget-item-icon{
        margin: 0 0 33px;
        height: auto;
    }
    .widget-advantages-3 .widget-item-description{
        margin: 23px 0 0;
    }
    .widget-advantages-3 .widget-item-name br {
        display: none;
    }
}
@media all and (max-width: 550px) {
    .widget-advantages-3 .widget-item{
        padding: 7.5px 13px;
    }
    .widget-advantages-3 .widget-item-wrapper {
        padding: 35px 29px 58px;
    }
}

.it-is-time{
    position: relative;
    overflow: hidden;
    padding: clamp(80px, 12vw, 124px) 0;
}
.it-is-time .widget-header-title{
    font-weight: 700;
    font-size: clamp(24px, 5vw, 44px);
    line-height: 130%;
    text-transform: uppercase;
    color: #151515;
}
.it-is-time .widget-header-title span{
    color: #9E5FDC;
}
.it-is-time .widget-content{
    margin: 60px 0 0;
}
.it-is-time .widget-items{
    display: flex;
    margin: -4px;
    pointer-events: none;
}
.it-is-time .widget-item{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    border: 1px solid #A5A5A5;
    min-height: 247px;
    height: 100%;
    margin: 4px;
    padding: 27px 15px 12px 20px;
    flex: 0 0 294px;
    overflow: hidden;
    pointer-events: all;

    transition: opacity .3s ease-in-out;
}
.it-is-time .widget-item:nth-child(even){
    margin: 78px 4px 4px;
}
.it-is-time .widget-items:hover .widget-item-name,
.it-is-time .widget-items:hover .widget-item-number{
    opacity: .5;
}
.it-is-time .widget-item:hover .widget-item-name,
.it-is-time .widget-item:hover .widget-item-number{
    opacity: 1 !important;
}
.it-is-time .widget-item-back{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #151515;
    transform: translateX(-100%);
}
.it-is-time .widget-item-name{
    font-weight: 300;
    font-size: 18px;
    line-height: 135%;
    color: #fff;
    position: relative;
    z-index: 1;
    mix-blend-mode: difference;
}
.it-is-time .widget-item-name span{
    font-weight: 600;
}
.it-is-time .widget-item-name b{
    font-weight: 600;
}
.it-is-time .widget-item-number{
    font-weight: 400;
    font-size: clamp(24px, 3vw, 28px);
    line-height: 150%;
    font-variant: small-caps;
    color: #fff;
    position: relative;
    z-index: 1;
    mix-blend-mode: difference;
    margin-top: 20px;
}
.it-is-time .widget-item .widget-item-name,
.it-is-time .widget-item .widget-item-number{
    transition: opacity .4s ease-in-out;
}
@media all and (max-width: 1240px) {
    .it-is-time .widget-item-name b{
        display: block;
    }
    .it-is-time .widget-item-name br{
        display: none;
    }
    .it-is-time .widget-items{
        flex-wrap: wrap;
    }
    .it-is-time .widget-item{
        flex: 0 0 calc(50% - 8px);
    }
    .it-is-time .widget-item:nth-child(even){
        margin: 4px;
    }
}
@media all and (max-width: 550px) {
    .it-is-time .widget-items{
        margin: -6px;
    }
    .it-is-time .widget-item{
        flex: 0 0 calc(100% - 12px);
        padding: 21px 22px 16px;
        height: 217px;
        margin: 6px;
    }
    .it-is-time .widget-item:nth-child(even){
        margin: 6px;
    }
    .it-is-time .widget-header-title{
        max-width: 94%;
    }
    .it-is-time .widget-content{
        margin: 38px 0 0;
    }
}

.widget-valuable-qualities{
    position: relative;
    overflow: hidden;
    padding: clamp(70px, 12vw, 120px) 0 clamp(60px, 10vw, 80px);
}
.widget-valuable-qualities .widget-items{
    gap: 88px 45px;
}
.widget-valuable-qualities .widget-item{
    flex: 0 0 calc(33.3333% - 30px);
}
.widget-valuable-qualities .widget-title{
    color: rgb(21, 21, 21);
    font-size: clamp(36px, 5vw, 44px);
    line-height: 120%;
    font-weight: 700;
    text-transform: uppercase;
}
.widget-valuable-qualities .widget-item-title{
    color: rgb(124, 43, 109);
    font-size: 16px;
    font-weight: 700;
    line-height: 150%;
    text-transform: uppercase;
}
.widget-valuable-qualities .widget-item-description{
    color: rgb(21, 21, 21);
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    margin-top: 16px;
}
@media all and (max-width: 1100px) {
    .widget-valuable-qualities .widget-item{
        flex: 0 0 calc(50% - 25px);
    }
    .widget-valuable-qualities .widget-items{
        gap: 50px;
    }
}
@media all and (max-width: 650px) {
    .widget-valuable-qualities .widget-item{
        flex: 0 0 100%;
    }
    .widget-valuable-qualities .widget-items{
        gap: 30px;
    }
    .widget-valuable-qualities .widget-title{
        padding: 0 0 26px;
    }
    .widget-valuable-qualities .widget-item-description br{
        display: none;
    }
}

.widget-how-we-work{
    position: relative;
    overflow: hidden;
    padding: clamp(60px, 12vw, 80px) 0 clamp(80px, 12vw, 120px);
}
.widget-how-we-work .widget-items{
    gap: 60px 45px;
}
.widget-how-we-work .widget-item{
    flex: 0 0 calc(33.3333% - 30px);
}
.widget-how-we-work .widget-title{
    color: rgb(21, 21, 21);
    font-size: clamp(36px, 5vw, 44px);
    line-height: 120%;
    font-weight: 700;
    text-transform: uppercase;
}
.widget-how-we-work .widget-item-title{
    color: rgb(124, 43, 109);
    font-size: 16px;
    font-weight: 700;
    line-height: 150%;
    text-transform: uppercase;
}
.widget-how-we-work .widget-item-description{
    color: rgb(21, 21, 21);
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    margin-top: 16px;
}
@media all and (max-width: 1100px) {
    .widget-how-we-work .widget-item{
        flex: 0 0 calc(50% - 25px);
    }
    .widget-how-we-work .widget-items{
        gap: 46px 50px;
    }
}
@media all and (max-width: 650px) {
    .widget-how-we-work .widget-item{
        flex: 0 0 100%;
    }
    .widget-how-we-work .widget-items{
        gap: 30px;
    }
    .widget-how-we-work .widget-title{
        padding: 0 0 26px;
    }
    .widget-how-we-work .widget-title br{
        display: none;
    }
}

.widget-advantage-5{
    position: relative;
    overflow: hidden;
    padding: 123px 0 clamp(98px, 12vw, 102px);
}
.widget-advantage-5 .widget-items{
    gap: 78px 60px;
}
.widget-advantage-5 .widget-item{
    flex: 0 0 calc(33.3333% - 40px);
}
.widget-advantage-5 .widget-item-icon{
    display: flex;
    width: 30px;
    height: 30px;
    margin-bottom: 22px;
}
.widget-advantage-5 .widget-item-icon svg{
    width: 100%;
    height: auto;
}
.widget-advantage-5 .widget-item-text{
    font-size: 16px;
    line-height: 150%;
    color: #151515;
    font-weight: 400;
}
@media all and (max-width: 1200px) {
    .widget-advantage-5 .widget-items{
        gap: 54px 60px;
    }
}
@media all and (max-width: 768px) {
    .widget-advantage-5 .widget-item {
        flex: 0 0 calc(33.3333% - 30px);
    }
    .widget-advantage-5 .widget-items{
        gap: 54px 45px;
    }
    .widget-advantage-5{
        padding: 80px 0 clamp(98px, 12vw, 102px);
    }
    .widget-advantage-5 .widget-item-text br{
        display: none;
    }
}
@media all and (max-width: 720px) {
    .widget-advantage-5 .widget-item{
        flex: 0 0 calc(50% - 11px);
        max-width: calc(50% - 11px);
    }
    .widget-advantage-5 .widget-items{
        gap: 40px 22px;
    }
    .widget-advantage-5 .widget-item-icon{
        margin-bottom: 21px;
    }
}

.widget-steps{
    position: relative;
    overflow: hidden;
    padding: clamp(60px, 10vw, 80px) 0 clamp(60px, 12vw, 80px);
}
.widget-steps .widget-header .widget-title{
    color: rgb(21, 21, 21);
    font-size: clamp(36px, 5vw, 44px);
    font-weight: 700;
    line-height: 123%;
    text-transform: uppercase;
}
.widget-steps .widget-content{
    margin-top: clamp(52px, 8vw, 69px);
}
.widget-steps .widget-items{
    width: calc(100% + 40px);
    margin: 0 -20px;
    padding: 0 20px;
}
.widget-steps .widget-item{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: auto;
    border: 1px solid rgb(165, 165, 165);
    padding: 32px 30px;
}
.widget-steps .widget-item:last-child{
    border-color: #151515;
    background-color: #151515;
}
.widget-steps .widget-item-number{
    color: rgb(165, 165, 165);
    font-size: 16px;
    font-weight: 700;
    line-height: 135%;
    text-transform: uppercase;
}
.widget-steps .widget-item:last-child .widget-item-number{
    color: #fff;
}
.widget-steps .widget-item-title{
    color: rgb(21, 21, 21);
    font-size: 20px;
    font-weight: 400;
    line-height: 135%;
    text-transform: uppercase;
    margin-top: 14px;
}
.widget-steps .widget-item:last-child .widget-item-title{
    color: #fff;
}
.widget-steps .widget-item-footer{
    margin-top: 40px;
}
.widget-steps .widget-item-icon{
    display: flex;
    justify-content: flex-end;
    width: 100%;
}
.widget-steps .widget-item-button{
    display: inline-block;
    color: rgb(255, 255, 255);
    font-size: 16px;
    font-weight: 500;
    line-height: 124%;
    text-align: left;
    text-transform: uppercase;
    padding: 20px 28px;
    border: 1px solid #151515;
    background-color: #151515;
    border-radius: 4px;
    cursor: pointer;
    white-space: nowrap;

    transition: background-color .2s ease-out, color .2s ease-out;
}
.widget-steps .widget-item-button:focus,
.widget-steps .widget-item-button:hover{
    background-color: #ffffff;
    color: #151515;
}
.widget-steps .widget-navbar{
    display: none;
    margin-top: 46px;
    align-items: center;
    justify-content: flex-start;
    gap: 12px 30px;
}
.widget-steps .widget-navigation{
    display: flex;
    align-items: center;
    gap: 20px;
    width: 80px;
    pointer-events: all;
}
.widget-steps .widget-navigation .widget-nav{
    cursor: pointer;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    opacity: .36;

    transition: opacity .2s ease-out;
}
.widget-steps .widget-navigation .widget-nav.widget-nav-prev{
    justify-content: flex-end;
}
.widget-steps .widget-navigation .widget-nav:hover{
    opacity: 1;
}
.widget-steps .widget-navigation .widget-nav span{
    display: block;
    position: relative;
    flex: 0 0 30px;
    width: 30px;
    height: 2px;
    background-color: #151515;
    border-radius: 5px;

    transition: flex .2s ease-out;
}
.widget-steps .widget-navigation .widget-nav:hover span{
    flex: 0 0 36px;
}
.widget-steps .widget-navigation .widget-nav span:before,
.widget-steps .widget-navigation .widget-nav span:after{
    content: '';
    position: absolute;
    background-color: #151515;
    height: 2px;
    border-radius: 5px;
    width: 10px;
}
.widget-steps .widget-navigation .widget-nav.widget-nav-prev span:before,
.widget-steps .widget-navigation .widget-nav.widget-nav-prev span:after{
    left: 0;
    transform-origin: left;
}
.widget-steps .widget-navigation .widget-nav.widget-nav-prev span:before,
.widget-steps .widget-navigation .widget-nav.widget-nav-next span:after{
    transform: rotate(45deg);
}
.widget-steps .widget-navigation .widget-nav.widget-nav-prev span:after,
.widget-steps .widget-navigation .widget-nav.widget-nav-next span:before{
    transform: rotate(-45deg);
}
.widget-steps .widget-navigation .widget-nav.widget-nav-next span:before,
.widget-steps .widget-navigation .widget-nav.widget-nav-next span:after{
    right: 0;
    transform-origin: right;
}
.widget-steps .widget-pagination{
    font-size: 24px;
    font-weight: 400;
    line-height: 130%;
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    width: auto;
}
.widget-steps .widget-pagination .swiper-pagination-current{
    font-weight: 700;
    font-size: 26px;
}
@media all and (max-width: 1000px) {
    .widget-steps .widget-navbar{
        display: flex;
    }
}

.main-page-sertificates__subtitle {
    font-weight: 400;
    font-size: clamp(20px, 3vw, 38px);
    text-transform: uppercase;
}
.main-page-sertificates__text {
    max-width: 856px;
}
body .main-page-sertificates .main-page-sertificates__title {
    font-weight: 700;
    font-size: clamp(38px, 6vw, 60px) !important;
    text-transform: uppercase;
}
.main-page-sertificates__text {
    margin-top: 40px;
}
.main-page-sertificates__text p {
    margin-bottom: 30px;
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
}
.main-page-sertificates {
    padding: clamp(53px , 15vw, 150px) 0;
    background: #F4F4F4;
}
.main-page-sertificates__title-block {
    display: flex;
}
.main-page-sertificates__all-link {
    margin-top: auto;
    margin-left: auto;
    margin-bottom: 30px;

}
.main-page-sertificates__all-link a {
    color: #000;
    text-decoration: none!important;
}
@media (max-width:500px) {
    .main-page-sertificates__all-link {
        display: none;
    }
}


.widget-vacancy{
    position: relative;
    padding: clamp(60px, 12vw, 80px) 0 clamp(60px, 12vw, 80px);
    max-width: 1920px;
    margin: 0 auto;
}
.widget-vacancy .widget-icon{
    display: flex;
    position: absolute;
    top: 0;
    right: 0;
    transform: translate(183px, 30%);
}
.widget-vacancy .page-title {
    color: rgb(21, 21, 21);
    font-size: clamp(36px, 6vw, 80px) !important;
    font-weight: 700;
    line-height: 130%;
    text-transform: uppercase;
    text-align: center;
    padding: 0;
}
.widget-vacancy .page-title span{
    color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #151515;
}
.accordion{
    position: relative;
    z-index: 1;
    margin-top: 15px;
}
.accordion ul li {
    position: relative;
    border-bottom: 1px solid #A5A5A5;
}
.accordion ul li:last-child{
    border: none;
}
.accordion .item-header{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 13px 20px;
    position: relative;
    padding: 60px 0 26px;
    cursor: pointer;
}
.accordion .title {
    background: #fff;
    position: relative;
    color: rgb(50, 50, 50);
    font-size: 24px;
    font-weight: 700;
    line-height: 130%;
    text-transform: uppercase;
}
.accordion .price-wrap{
    display: flex;
    align-items: center;
    gap: 28px;
}
.accordion .price {
    color: rgb(124, 43, 109);
    font-size: 24px;
    font-weight: 700;
    line-height: 130%;
    text-transform: uppercase;
    white-space: nowrap;
}
.accordion .price span{
    font-size: 14px;
}
.accordion ul li .price-wrap svg{
    transition: transform .4s ease-out;
}
.accordion ul li .price-wrap svg path{
    transition: stroke .4s ease-out;
}
.accordion ul li.active .price-wrap svg{
    transform: rotateZ(-90deg);
}
.accordion ul li.active .price-wrap svg path{
    stroke: #323232;
}
.accordion li .text {
    display: none;
    font-size: 14px;
    line-height: 25px;
    padding: 11px 0 50px;
    opacity: 0;

    transition: opacity .52s ease-out;
}
.accordion li.active .text {
    display:block;
    opacity: 1;
}
ul.left-menu li a.selected:link {
    color: #fff !important;
}
.accordion li .text .about-work{
    color: rgb(66, 66, 66);
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
}
.accordion li .text .about-work ul li{
    border: none;
    list-style: disc;
    margin-left: 40px;
}
.accordion li .text .button-work{
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: flex-start;
    gap: 18px;
}
.accordion li .text .button-work .btn-work{
    color: rgb(255, 255, 255);
    font-size: 16px;
    font-weight: 500;
    line-height: 120%;
    text-transform: uppercase;
    padding: 18px 27px;
    border: 1px solid #151515;
    background-color: #151515;
    border-radius: 4px;
    display: inline-block;
    cursor: pointer;
    box-sizing: border-box;
    text-decoration: none;

    transition: color .2s ease-out, background-color .2s ease-out;
}
.accordion li .text .button-work .btn-work:hover{
    background-color: transparent;
    color: #151515;
}
.accordion li .text-wrapper{
    gap: 0 40px;
}
.accordion li .text-work {
    padding-bottom: 30px;
    padding-right: 80px;
}
@media all and (max-width: 1000px) {
    .widget-vacancy .widget-icon{
        display: none;
    }
    .accordion li .text .button-work{
        margin-top: 36px;
    }
    .accordion .item-header{
        padding: 40px 0 20px;
    }
    .accordion li .text{
        padding: 0;
    }
    .widget-vacancy .page-title{
        text-align: left !important;
    }
}
@media all and (max-width: 550px) {
    .accordion .item-header{
        flex-wrap: wrap;
        padding: 38px 34px 25px 0;
    }
    .accordion .title{
        flex: 1 0 100%;
    }
    .accordion ul li .price-wrap svg{
        position: absolute;
        top: 0;
        right: 0;
        transform: translate(0, 38px);
    }
    .accordion ul li.active .price-wrap svg{
        transform: translate(0, 38px) rotateZ(-90deg);
    }
    .widget-vacancy .page-title span{
        display: block;
    }
    .widget-vacancy .page-title{
        line-height: 120%;
    }
    .accordion .title{
        font-size: 16px;
    }
    .accordion .price{
        font-size: 16px;
    }
    .accordion .price span{
        font-size: 10px;
    }
    .accordion{
        margin-top: 18px;
    }
}
/* End */


/* Start:/bitrix/templates/.default/components/bitrix/news.list/sertificates/style.css?17102465491322*/
.sertificates {
	margin-top: 60px;
}
.sertificates .preview_picture {
	max-width: 100%;
	width: 100%;
}
.sertificates__item {
	position: relative;
}
.sertificates__item::after {
	content: "";
	position: absolute;
	width: 60px;
	height: 60px;
	background: url('data:image/svg+xml,<svg width="44" height="44" viewBox="0 0 44 44" fill="none" xmlns="http://www.w3.org/2000/svg"><circle cx="21.6111" cy="21.7254" r="21.4861" fill="%23070707" fill-opacity="0.69"/><path d="M28.116 28.2303L24.834 24.9482" stroke="white" stroke-width="1.07431" stroke-linecap="round" stroke-linejoin="round"/><path d="M20.5361 18.5029L20.5361 22.8002" stroke="white" stroke-width="1.07431" stroke-linecap="round"/><path d="M18.3877 20.6514L22.6849 20.6514" stroke="white" stroke-width="1.07431" stroke-linecap="round"/><circle cx="20.5367" cy="20.6509" r="5.90868" stroke="white" stroke-width="1.07431"/></svg>');
	background-size: contain;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	opacity: 0;
	transition: 0.4s;
}
.sertificates__item:hover::after {
	
	opacity: 1;
	
}
.main-page-sertificates {
	position: relative;
}
@media(max-width:550px) {
	body .main-page-sertificates .main-page-sertificates__all-link {
		display: block;
		position: absolute;
		bottom: 10px;
	}
	body .main-page-sertificates {
		padding-bottom: 90px;
	}
}
/* End */


/* Start:/bitrix/templates/newintec/components/bitrix/form.result.new/new_intec_form_order/style.css?15986082324421*/
.form_feedback_order {
	width: 700px;
	margin: 0 auto;
}
.form_feedback_order .header_grey {
	margin-bottom: 18px
}
.form_feedback_order_under {
	padding: 39px 27px 30px;
	font-size: 14px;
}
.form_feedback_order .header_grey {
	font-size: 30px;
	padding-top: 35px;
	padding-bottom:5px;
	color: #2c3449;
	font-weight: 300;
	margin-top: -30px;
	text-align: center;
}
.form_feedback_order .decription_form {
	text-align: center;
	font-size: 16px;
	color: #9198a9;
}
.form_feedback_order .controls_order label{
	font-size: 14px;
	color: #4b5162;
	line-height: 24px;
	font-weight: 300;
}
.form_feedback_order .controls_order .input input.nofill,
.form_feedback_order .controls_order .input textarea.nofill,
.form_feedback_order .controls_order .captcha_form .input input.nofill{
	border:1px solid red;
}

.form_feedback_order .controls_order .input textarea{
	height: 135px;
	padding: 10px !important;
}
.form_feedback_order .control .starrequired{
	color:#940939;
}
.form_feedback_order .controls_order {
	margin-top: 16px;
}
.form_feedback_order .controls_order .input input.inputfile {
	border:0;
	box-shadow:none;
}

.form_feedback_order .controls_order label{
	font-size: 14px;
	color: #4b5162;
	line-height: 24px;
	font-weight: 300;
}
.form_feedback_order .decription_form {
	text-align: center;
	font-size: 16px;
	color: #9198a9;
}
.form_feedback_order .controls_order .input input,.form_feedback_order .controls_order .input textarea,.form_feedback_order .controls_order .captcha_form .input input,
.form_feedback_order .controls_order .input select{
	width: 700px;	
	max-width: 700px;
	display: inline-block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 10px!important;	
	height: 38px;
	border: none;
	border-radius: 3px;
	background: #eef0f7;
	box-shadow: none;
	font-weight: normal;
	font-size: 14px;
	float:none;
	border: 1px solid #cdd2e0;
}
.form_feedback_order .controls_order .input input.phone_form{
	width: 330px;
    margin-right: 40px;
}
.form_feedback_order .controls_order .input input.email_form{
	width: 330px;
}
.form_feedback_order .controls_order .input select.nofill,
.form_feedback_order .controls_order .input input.nofill,
.form_feedback_order .controls_order .input textarea.nofill,
.form_feedback_order .controls_order .captcha_form .input input.nofill{
	border:1px solid red;
}
.form_feedback_order .controls_order .captcha_form .input input{
	width: 117px;
	display: inline-block;
}
.form_feedback_order .controls_order .captcha_form .input img {
	width: 128px;
	display: inline-block;
	vertical-align: middle;	
	text-align:right;
	margin-left: 13px;
	margin-top: -4px;
	height: 36px;
}
.form_feedback_order .controls_order .input textarea{
	height: 135px;
	max-height: 135px;
    padding: 10px !important;
}
.form_feedback_order .control .starrequired{
	color:#940939;
}
.form_feedback_order .controls_order {
	margin-top: 16px;
	float: left;
}
.form_feedback_order .controls_order .input input.inputfile {
	border:0;
	box-shadow:none;
}

.form_feedback_order .buttons {
	margin-top:30px;
	text-align: center;
}
.form_feedback_order .solid_button {
	display: inline-block;	
	height: 40px;
	font-size: 18px;
	color: #fff;
	line-height: 40px;
	border-radius: 3px;	
	border:0;
	padding:0 50px;
	text-align:center;
	background:#c6366f;
	margin: 0 auto;
	transition-property: background-color, border-color;
    transition: 0.4s;
}
.form_feedback_order .solid_button:hover {
	color: #2c3449;
	background:#f6c12e;
}
.form_feedback_order .close_button {
	height: 36px;
	border-radius: 3px;
	float:left;
	line-height:36px;
	width: 45%;
	text-align:center;
}
.form_feedback_order .errors {
	color:red;
	font-size:15px;
	margin-top: 15px;
}
.form_feedback_order .text {
	font-size:11px;
	margin-top:5px;
}
.form_feedback_order .controls_order .input input.inputfile {
	padding: 7px !important;
	margin-top: 5px;
}
.consent {
	margin-top: 15px;
}
.consent a, .consent a:hover {
	text-decoration: none;
}
.consent label {
	font-size: 11px;
	color: #585858;
	cursor: pointer;
}
.consent label:hover {color: #8e8e8e;}
.consent label, .consent input {
	display: inline-block;
	vertical-align: middle;
	padding-top: 3px;
	padding-left: 3px;
	font-weight: normal;
}
/* End */
/* /company/jobs/vacancy/style.css?171706095346590 */
/* /bitrix/templates/.default/components/bitrix/news.list/sertificates/style.css?17102465491322 */
/* /bitrix/templates/newintec/components/bitrix/form.result.new/new_intec_form_order/style.css?15986082324421 */
