@charset 'UTF-8';
.sprite-sprite,
.logo,
.bobrik__logo,
.go-up:before,
.menu__href--home,
.fancybox-close,
.home__scroll,
.home-about__item--1:before,
.home-about__item--2:before,
.home-about__item--3:before,
.home-about__item--4:before,
.home-about__item--5:before,
.partners__slider .bx-prev,
.partners__slider .bx-next,
.sprite-sprite, .go-up:before, .menu__href--home, .fancybox-close, .home__scroll, .home-about__item--1:before, .home-about__item--2:before, .home-about__item--3:before, .home-about__item--4:before, .home-about__item--5:before, .partners__slider .bx-prev, .partners__slider .bx-next, .company__text:before {
    background-image: url(images/sprite-s0263a45910.png);
    background-repeat: no-repeat;
}
/* ==========================================================================
* Кнопки
* ========================================================================== */
.button
{
    font-family: 'Roboto', sans-serif;
    font-weight: 300;

    display: inline-block;

    padding: 0;

    transition: all .3s;
    text-align: center;
    text-decoration: none;

    border: 0;
    outline: none;
}
.button--orange
{
    color: #fff;
    background: #f60;
}
.button--orange:hover
{
    background: #ff8533;
}
.button--orange:active
{
    background: #f56200;
}
.button--transparent-orange
{
    border: 1px solid #f60;
    background: transparent;
}
.button--transparent-orange:hover
{
    color: #fff;
    background: #f60;
}
.button--transparent-grey
{
    border: 1px solid #353135;
    background: transparent;
}
.button--transparent-grey:hover
{
    color: #fff;
    background: #353135;
}
.button--h42
{
    font-size: 16px;
    line-height: 42px !important;

    height: 42px;

    border-radius: 21px;
}
.button--h50
{
    font-size: 20px;
    line-height: 51px !important;

    height: 51px;

    border-radius: 26px;
}
.button--h51
{
    font-size: 20px;
    line-height: 51px !important;

    height: 51px;

    border-radius: 26px;
}
.button--h59
{
    font-size: 20px;
    line-height: 59px !important;

    height: 59px;

    border-radius: 30px;
}
.button--h67
{
    font-size: 20px;
    line-height: 67px !important;

    height: 67px;

    border-radius: 34px;
}
.button--h80
{
    font-size: 30px;
    line-height: 80px !important;

    height: 80px;

    border-radius: 40px;
}
.button--h87
{
    font-size: 25px;
    line-height: 87px !important;

    height: 87px;

    border-radius: 44px;
}
.button--block
{
    width: 100%;
}
.button--block .button__text
{
    padding-right: 0;
    padding-left: 0;
}
.button--square
{
    border-radius: 4px;
}
.button__text
{
    padding-right: 35px;
    padding-left: 35px;
}
.button__text--p14
{
    padding-right: 14px;
    padding-left: 14px;
}
.button__text--p37
{
    padding-right: 37px;
    padding-left: 37px;
}
.button__text--p50
{
    padding-right: 50px;
    padding-left: 50px;
}
.button__text--p55
{
    padding-right: 55px;
    padding-left: 55px;
}

/* ==========================================================================
* Формы
* ========================================================================== */
.form
{
    *zoom: 1;
}
.form:before,
.form:after
{
    /* 1 */
    display: table;

    content: ' ';
    /* 2 */
}
.form:after
{
    clear: both;
}
.form__line
{
    margin-bottom: 15px;

    *zoom: 1;
}
.form__line:before,
.form__line:after
{
    /* 1 */
    display: table;

    content: ' ';
    /* 2 */
}
.form__line:after
{
    clear: both;
}
.form__input-placeholder
{
    position: relative;

    margin-bottom: 16px;
}
.form__input-placeholder--inline
{
    float: right;

    width: 48%;
    margin-bottom: 0;
}
.form__input-placeholder--inline:first-child
{
    float: left;
}
.form label.error
{
    font-size: 14px;

    position: absolute;
    top: -13px;
    right: 0;

    margin-left: 0;
    padding: 5px;

    text-align: center;
    white-space: nowrap;

    color: #fff;
    border-radius: 5px;
    background: #000;
    background: rgba(0, 0, 0, .7);
}
.form__button-placeholder
{
    margin-top: 15px;
}
.form__input,
.form__textarea
{
    font-family: 'Roboto', sans-serif;
    font-size: 18px;

    width: 100%;
    padding: 0 0 0 20px;

    border: 1px solid #b4b4b4;
    border-radius: 4px;
    outline: none;

    -webkit-appearance: none;
}
.form__input.error,
.form__textarea.error
{
    border-color: #f60;
}
.form__input--h40
{
    line-height: 40px;

    height: 40px;
}
.form__input--h67
{
    line-height: 67px;

    height: 67px;
}
.form__textarea
{
    padding-top: 10px;
}
.form__textarea--h120
{
    height: 120px;
}
.form__textarea--h160
{
    height: 160px;
}

/* ==========================================================================
 * Global
 * ========================================================================== */
html
{
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 1.2;

    /*min-width: 1120px;*/

    color: #2e2a2c;

    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: none;
       -moz-text-size-adjust: none;
            text-size-adjust: none;
}

a
{
    text-decoration: none;

    color: inherit;
}
a:hover
{
    text-decoration: none;
}

.link
{
    transition: all .3s;

    border-bottom: 1px solid;
}
.link:hover
{
    border-color: transparent;
}

.inverselink
{
    transition: all .3s;

    border-bottom: 1px solid transparent;
}
.inverselink:hover
{
    border-color: initial;
}

p,
span
{
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAAC0lEQVQIW2NkAAIAAAoAAggA9GkAAAAASUVORK5CYII=);
}

p
{
    margin: 0 0 1.3em;
}
p:last-child
{
    margin: 0;
}

h1,
h2,
h3,
h4,
h5
{
    font-weight: 300;
}

h2
{
    font-size: 40px;
}

h2
{
    font-size: 35px;
}

h3
{
    font-size: 30px;
}

h4
{
    font-size: 25px;
}

h5
{
    font-size: 20px;
}

/* ==========================================================================
 * Layout
 * ========================================================================== */
.body-container
{
    position: relative;

    overflow: hidden;
}

.wrap
{
    width: 1100px;
    margin: auto;
    padding: 0 0;

    *zoom: 1;
}
.wrap:before,
.wrap:after
{
    /* 1 */
    display: table;

    content: ' ';
    /* 2 */
}
.wrap:after
{
    clear: both;
}

/* ==========================================================================
 * Main
 * ========================================================================== */
.light
{
    font-weight: 300;
}

.regular
{
    font-weight: 400;
}

.bold
{
    font-weight: 700;
}

.logo_new img
{
    display: inline-block;
    width: 165px;
    height: auto;
    text-align: left;
}

.phone
{
    text-align: right;
}
.phone__number
{
    font-size: 36px;
    font-weight: 100;
    line-height: 1;

    margin: 0 0 3px;
}
.phone__callback
{
    font-size: 13px;
    font-weight: 300;

    transition: all .2s;

    color: #a3a1a2;
    border-bottom: 1px dashed;
}
.phone__callback:hover
{
    border-color: transparent;
}

.block-title
{
    font-size: 50px;
    font-weight: 300;

    overflow: hidden;

    margin: 0 0 50px;

    text-align: center;
}
.block-title__lines
{
    position: relative;

    display: inline-block;

    padding: 0 25px;
}
.block-title__lines:before,
.block-title__lines:after
{
    position: absolute;
    top: 50%;

    display: block;

    width: 1500px;
    height: 1px;

    content: '';

    background: #f60;
}
.block-title__lines:before
{
    left: 100%;
}
.block-title__lines:after
{
    right: 100%;
}

.go-up
{
    font-size: 14px;
    font-weight: 300;

    position: fixed;
    z-index: 500;
    right: 50px;
    bottom: 50px;

    display: block;

    width: 92px;
    height: 92px;
    padding: 22px 0 0;

    transition: all .3s;
    text-align: center;

    opacity: 0;
    color: #adadad;
    border: 1px dashed;
    border-radius: 50%;
}
.go-up:before
{
    display: inline-block;
    display: block;

    width: 28px;
    height: 15px;
    margin: 0 auto 5px;

    content: '';

    background-position: 0 -63px;
}
@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min--moz-device-pixel-ratio: 2), (min-device-pixel-ratio: 2), (min-resolution: 144dppx)
{
    .go-up:before
    {
        width: 28px;
        height: 15px;

        background-image: url('images/sprite2x-s419ed8757e.png');
        background-position: 0 -63px;
        background-size: 236px, 675px;
    }
}
.go-up.visible
{
    opacity: 1;
}
@media only screen and (max-width: 1300px)
{
    .go-up
    {
        display: none !important;
    }
}

.file-input
{
    position: relative;
}
.file-input__input
{
    position: absolute;
    left: -9999px;
}
.file-input__href
{
    font-size: 18px;

    color: #f60;
    border-bottom: 1px dashed;
}
.file-input__delete
{
    font-size: 12px;

    display: none;

    margin: 0 0 0 10px;

    border-bottom: 1px dashed;
}
.file-input__text-placeholder
{
    margin: 0 0 10px;
}

/* ==========================================================================
 * header
 * ========================================================================== */
.header
{
    padding: 32px 0 25px;
}
.header__logo
{
    float: left;

    margin: 1px 0 0 5px;
}
.header__phone
{
    float: right;
}

/* ==========================================================================
 * menu
 * ========================================================================== */
.menu
{
    z-index: 500;

    padding: 5px 0 5px;

    color: #fff;
    background: #f60;
    box-shadow: 0 5px 21px rgba(0, 0, 0, .34);
}
.menu__list
{
    line-height: 34px;

    float: left;

    height: 34px;
    margin: 0;
    padding: 0;

    list-style: none;
}
.menu__list--page
{
    line-height: 53px;

    height: 53px;
}
.menu__item
{
    display: inline-block;

    margin: 0 0 0 12px;

    vertical-align: top;
}
.menu__item:first-child
{
    margin: 0;
}
.menu__href
{
    font-size: 13px;

    border-bottom: 1px solid transparent;
}
.menu__href.active
{
    border-color: initial;
}
.menu__href--home
{
    display: inline-block;

    width: 22px;
    height: 18px;
    margin: -3px 0 0;

    content: '';
    text-align: left;
    vertical-align: middle;
    text-indent: -9999px;

    background-position: 0 -352px;
}
@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min--moz-device-pixel-ratio: 2), (min-device-pixel-ratio: 2), (min-resolution: 144dppx)
{
    .menu__href--home
    {
        width: 22px;
        height: 18px;

        background-image: url('images/sprite2x-s419ed8757e.png');
        background-position: 0 -352px;
        background-size: 236px, 675px;
    }
}
.menu__href--home.active
{
    border-color: transparent;
}
.menu__order-placeholder
{
    float: right;
}
.menu__order
{
    font-size: 13px;
    line-height: 34px;

    display: inline-block;

    height: 34px;
    padding: 0 15px;

    transition: all .2s;

    border: 1px dashed;
    border-radius: 17px;
}
.menu__order:hover
{
    color: #f60;
    border-color: #fff;
    background: #fff;
}

/* ==========================================================================
 * questions
 * ========================================================================== */
.questions
{
    padding: 25px 0 51px;

    color: #fff;
    background: #2e2a2c;
}
.questions__title
{
    font-size: 50px;
    font-weight: 300;

    margin: 0 0 44px;

    text-align: center;
}
.questions__list
{
    margin: 0;
    padding: 0;

    list-style: none;

    text-align: center;
}
.questions__item
{
    display: inline-block;

    width: 49%;
    padding: 0 25px;

    text-align: left;
    vertical-align: top;
}
.questions__item:first-child
{
    text-align: right;
}
.questions__or
{
    font-size: 24px;
    font-weight: 300;

    margin: 0 0 5px;
}
.questions__phone
{
    font-size: 44px;
}

/* ==========================================================================
 * contacts
 * ========================================================================== */
.contacts__wrap
{
    display: table;

    width: 100%;
    height: 200px;
}
.contacts__content
{
    display: table-cell;

    width: 50%;
    padding: 48px 0 96px;

    text-align: right;
    vertical-align: middle;

    background: #fff;
}
.contacts__inner
{
    display: inline-block;

    width: 550px;

    text-align: left;
}
.contacts__map-placeholder
{
    display: table-cell;
    overflow: visible;

    width: 50%;
    height: 100%;
}
.contacts__map
{
    position: relative;

    width: 100%;
    height: 100%;

    background: #e2ded5;
}
.contacts__title
{
    font-size: 40px;
    font-weight: 300;

    margin: 0 0 11px;
}
.contacts__text
{
    font-size: 18px;
    line-height: 1.666;

    margin: 0 0 29px;
}
.contacts__button-placeholder
{
    width: 270px;
}
.contacts__email
{
    color: #0f408a;
}

/* ==========================================================================
 * footer
 * ========================================================================== */
.footer
{
    padding: 30px 0 50px;

    color: #fff;
    background: #2e2a2c;
}
.footer__logo
{
    float: left;

    margin: 0 0 0 5px;
}

/* ==========================================================================
 * modal
 * ========================================================================== */
.modal
{
    display: none;

    padding: 30px 45px;

    text-align: center;
}
.modal--form
{
    width: 446px;
}
.modal--wide-form
{
    width: 804px;
}
.modal__title
{
    font-size: 24px;

    margin: 0 0 15px;
}
.modal__text
{
    font-size: 18px;
}

.fancybox-close
{
    top: 5px;
    right: 5px;

    display: inline-block;

    width: 15px;
    height: 15px;

    content: '';

    background-position: 0 -38px;
}
@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min--moz-device-pixel-ratio: 2), (min-device-pixel-ratio: 2), (min-resolution: 144dppx)
{
    .fancybox-close
    {
        width: 15px;
        height: 15px;

        background-image: url('images/sprite2x-s419ed8757e.png');
        background-position: 0 -38px;
        background-size: 236px, 675px;
    }
}

.fancybox-skin
{
    color: #2e2a2c;
    border-radius: 3px;
    background: #fff;
}

/* ==========================================================================
 * fixed-menu
 * ========================================================================== */
.fixed-menu
{
    position: fixed;
    z-index: 500;
    top: -60px;
    right: 0;
    left: 0;

    transition: all .2s;

    opacity: .9;
}
@media only screen and (max-width: 1199px)
{
    .fixed-menu
    {
        display: none;
    }
}
.fixed-menu.visible
{
    top: 0;
}

/* ==========================================================================
 * home
 * ========================================================================== */
.home
{
    padding: 0 0 92px;

    color: #fff;
    background: #2e2a2c url(images/bg/home.jpg) 50% 0 no-repeat;
    background-size: cover;
}
.home__header
{
    margin: 0 0 25px;
}
.home__menu
{
    margin: 0 0 103px;
}
.home__title
{
    font-size: 65px;
    font-weight: 100;

    margin: 0 0 46px;
}
.home__title:after
{
    display: block;

    width: 160px;
    height: .5em;
    margin: 0 auto;

    content: '';
    vertical-align: top;

    border-bottom: 1px solid;
}
.home__about
{
    margin: 0 0 130px;
}
.home__scroll-placeholder
{
    text-align: center;
}
.home__scroll
{
    display: inline-block;

    width: 61px;
    height: 86px;

    content: '';
    transition: all .2s;
    text-align: left;
    text-indent: -9999px;

    background-position: 0 -589px;
}
@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min--moz-device-pixel-ratio: 2), (min-device-pixel-ratio: 2), (min-resolution: 144dppx)
{
    .home__scroll
    {
        width: 61px;
        height: 86px;

        background-image: url('images/sprite2x-s419ed8757e.png');
        background-position: 0 -589px;
        background-size: 236px, 675px;
    }
}
.home__scroll:hover
{
    opacity: .8;
}

/* ==========================================================================
 * home-menu
 * ========================================================================== */
.home-menu
{
    text-align: center;
}
.home-menu__list
{
    margin: 0;
    padding: 0;

    list-style: none;
}
.home-menu__item
{
    display: inline-block;

    margin: 0 9px;

    vertical-align: top;
}
.home-menu__item:first-child
{
    margin: 0;
}
.home-menu__href
{
    font-size: 15px;
}

/* ==========================================================================
 * home-about
 * ========================================================================== */
.home-about__list
{
    display: table;

    width: 100%;
    margin: 0;
    padding: 0;

    list-style: none;
}
.home-about__item
{
    display: table-cell;

    padding: 0 20px;

    vertical-align: middle;
    white-space: nowrap;
}
.home-about__item--1:before
{
    display: inline-block;

    width: 42px;
    height: 42px;

    content: '';

    background-position: 0 -88px;
}
@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min--moz-device-pixel-ratio: 2), (min-device-pixel-ratio: 2), (min-resolution: 144dppx)
{
    .home-about__item--1:before
    {
        width: 42px;
        height: 42px;

        background-image: url('images/sprite2x-s419ed8757e.png');
        background-position: 0 -88px;
        background-size: 236px, 675px;
    }
}
.home-about__item--2:before
{
    display: inline-block;

    width: 42px;
    height: 43px;

    content: '';

    background-position: 0 -140px;
}
@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min--moz-device-pixel-ratio: 2), (min-device-pixel-ratio: 2), (min-resolution: 144dppx)
{
    .home-about__item--2:before
    {
        width: 42px;
        height: 43px;

        background-image: url('images/sprite2x-s419ed8757e.png');
        background-position: 0 -140px;
        background-size: 236px, 675px;
    }
}
.home-about__item--3:before
{
    display: inline-block;

    width: 42px;
    height: 43px;

    content: '';

    background-position: 0 -193px;
}
@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min--moz-device-pixel-ratio: 2), (min-device-pixel-ratio: 2), (min-resolution: 144dppx)
{
    .home-about__item--3:before
    {
        width: 42px;
        height: 43px;

        background-image: url('images/sprite2x-s419ed8757e.png');
        background-position: 0 -193px;
        background-size: 236px, 675px;
    }
}
.home-about__item--4:before
{
    display: inline-block;

    width: 42px;
    height: 43px;

    content: '';

    background-position: 0 -246px;
}
@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min--moz-device-pixel-ratio: 2), (min-device-pixel-ratio: 2), (min-resolution: 144dppx)
{
    .home-about__item--4:before
    {
        width: 42px;
        height: 43px;

        background-image: url('images/sprite2x-s419ed8757e.png');
        background-position: 0 -246px;
        background-size: 236px, 675px;
    }
}
.home-about__item--5:before
{
    display: inline-block;

    width: 42px;
    height: 43px;

    content: '';

    background-position: 0 -299px;
}
@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min--moz-device-pixel-ratio: 2), (min-device-pixel-ratio: 2), (min-resolution: 144dppx)
{
    .home-about__item--5:before
    {
        width: 42px;
        height: 43px;

        background-image: url('images/sprite2x-s419ed8757e.png');
        background-position: 0 -299px;
        background-size: 236px, 675px;
    }
}
.home-about__item:before
{
    margin: 0 8px 0 0;

    vertical-align: middle;
}
.home-about__text
{
    display: inline-block;

    vertical-align: middle;
    white-space: normal;
}

/* ==========================================================================
 * services
 * ========================================================================== */
.services
{
    padding: 22px 0 27px;
}
.services__title
{
    margin: 0 0 43px;
}
.services__list
{
    margin: 0;
    margin: 0 -50px;
    padding: 0;

    list-style: none;

    text-align: center;
}
.services__item
{
    display: inline-block;

    width: 300px;
    margin: 0 37px 28px;

    vertical-align: top;
}
.services__name:hover .services__number
{
    color: #f60;
    background: #fff;
}
.services__number
{
    font-size: 36px;
    line-height: 72px;

    display: block;

    width: 74px;
    height: 74px;
    margin: 0 auto 10px;

    transition: all .2s;
    text-align: center;

    color: #fff;
    border: 2px solid #f60;
    border-radius: 50%;
    background: #f60;
}

/* ==========================================================================
 * projects
 * ========================================================================== */
.projects
{
    padding: 29px 0 50px;

    color: #fff;
    background: #2e2a2c url(images/bg/projects.jpg) 50% 0 no-repeat;
    background-size: cover;
}
.projects__title
{
    margin: 0 0 17px;
}
.projects__text
{
    font-size: 18px;
    font-weight: 300;

    width: 800px;
    margin: 0 auto 16px;

    text-align: center;
}
.projects__numbers
{
    margin: 0 0 17px;
}
.projects__ready
{
    margin: 0 0 34px;
}

.projects-numbers__list
{
    margin: 0;
    margin: 0 0 0 39px;
    padding: 0;

    list-style: none;

    text-align: center;
}
.projects-numbers__item
{
    display: inline-block;

    margin: 0 19px 20px;

    text-align: left;
    vertical-align: top;
    white-space: nowrap;
}
.projects-numbers__number
{
    font-size: 60px;
    font-weight: 700;

    display: inline-block;

    vertical-align: top;
}
.projects-numbers__text
{
    font-size: 18px;
    font-weight: 300;

    display: inline-block;

    width: 180px;
    margin: 9px 0 0 12px;

    vertical-align: top;
    white-space: normal;
}

.projects-ready__title
{
    margin: 0 0 38px;
}
.projects-ready__nav
{
    margin: 0 0 46px;
}
.projects-ready__list
{
    margin: 0;
    margin: 0 30px 40px;
    padding: 0;

    list-style: none;

    text-align: center;
}
.projects-ready__item
{
    display: inline-block;

    width: 198px;
    margin: 0 9px 20px;

    text-align: left;
    vertical-align: top;
}
.projects-ready__total
{
    font-size: 19px;
    font-weight: 300;

    text-align: center;

    color: #c3b4bc;
}

.projects-ready-nav
{
    font-size: 19px;
    font-weight: 300;
    line-height: 32px;
}
.projects-ready-nav__list
{
    margin: 0;
    padding: 0;

    list-style: none;

    text-align: center;
}
.projects-ready-nav__item
{
    display: inline-block;

    text-align: left;
    vertical-align: top;
}
.projects-ready-nav__item:first-child
{
    margin: 0 10px 0 0;
}
.projects-ready-nav__href
{
    display: inline-block;

    padding: 0 15px;

    transition: all .2s;

    color: #f60;
    border-radius: 16px;
}
.projects-ready-nav__href:hover,
.projects-ready-nav__href.active
{
    color: #fff;
    background: #f60;
}

.projects-ready-item__image-placeholder
{
    line-height: 83px;

    height: 103px;
    margin: 0 0 8px;
    padding: 10px;

    text-align: center;

    background: #fff;
}
.projects-ready-item__image
{
    max-width: 100%;
    max-height: 100%;

    vertical-align: middle;
}
.projects-ready-item__text
{
    font-size: 13px;

    color: #c3b4bc;
}

.projects-order__list
{
    display: table;

    width: 100%;
    margin: 0;
    padding: 0;

    list-style: none;
}
.projects-order__item
{
    display: table-cell;

    width: 50%;

    text-align: left;
    vertical-align: middle;
}
.projects-order__item:first-child
{
    padding: 0 32px 0 0;

    text-align: right;
}
.projects-order__text
{
    font-size: 19px;
    font-weight: 300;

    position: relative;

    display: inline-block;

    width: 430px;

    text-align: left;
}
.projects-order__text:before
{
    position: absolute;
    top: 5px;
    left: -10px;

    display: block;

    width: 0;
    height: 0;

    content: '';

    border-width: 5px 0 5px 4px;
    border-style: solid;
    border-color: transparent transparent transparent #f60;
}
.projects-order__text:after
{
    position: absolute;
    top: 5px;
    left: -12px;

    display: block;

    width: 2px;
    height: 10px;

    content: '';

    background: #f60;
}

/* ==========================================================================
 * partners
 * ========================================================================== */
.partners
{
    padding: 10px 0 25px;
}
.partners__title
{
    margin: 0 0 33px;
}
.partners__slider
{
    position: relative;
}
.partners__slider .bx-prev,
.partners__slider .bx-next
{
    position: absolute;
    top: 50%;

    margin: -20px 0 0;

    transition: all .2s;
    text-align: left;
    text-indent: -9999px;
}
.partners__slider .bx-prev:hover,
.partners__slider .bx-next:hover
{
    opacity: .8;
}
.partners__slider .bx-prev
{
    left: -40px;

    display: inline-block;

    width: 21px;
    height: 39px;

    content: '';

    background-position: 0 -540px;
}
@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min--moz-device-pixel-ratio: 2), (min-device-pixel-ratio: 2), (min-resolution: 144dppx)
{
    .partners__slider .bx-prev
    {
        width: 21px;
        height: 39px;

        background-image: url('images/sprite2x-s419ed8757e.png');
        background-position: 0 -540px;
        background-size: 236px, 675px;
    }
}
.partners__slider .bx-next
{
    right: -40px;

    display: inline-block;

    width: 21px;
    height: 39px;

    content: '';

    background-position: 0 -447px;
}
@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min--moz-device-pixel-ratio: 2), (min-device-pixel-ratio: 2), (min-resolution: 144dppx)
{
    .partners__slider .bx-next
    {
        width: 21px;
        height: 39px;

        background-image: url('images/sprite2x-s419ed8757e.png');
        background-position: 0 -447px;
        background-size: 236px, 675px;
    }
}
.partners__list
{
    margin: 0;
    padding: 0;

    list-style: none;
}
.partners__item
{
    line-height: 58px;

    width: 126px;
    height: 58px;

    text-align: center;

    border: 1px solid #fbf7f9;
    background: #fff;
}
.partners__image
{
    vertical-align: middle;
}

/* ==========================================================================
 * sert
 * ========================================================================== */
.sert
{
    padding: 25px 0 50px;
}
.sert__title
{
    margin: 0 0 20px;
}
.sert__list
{
    margin: 0;
    padding: 0;

    list-style: none;

    text-align: center;
}
.sert__item
{
    display: inline-block;

    width: 150px;
    margin: 0 5px 15px;

    vertical-align: top;
}
.sert__image
{
    max-width: 100%;

    vertical-align: top;
}

/* ==========================================================================
 * advantages
 * ========================================================================== */
.advantages
{
    padding: 18px 0 62px;

    color: #fff;
    background: #2e2a2c url(images/bg/advantages.jpg) 50% 0 no-repeat;
    background-size: cover;
}
.advantages__title
{
    margin: 0 0 46px;
}
.advantages__list
{
    font-size: 20px;
    font-weight: 300;
    line-height: 1.3;
    margin: 0;
    margin: 0 0 47px 24px;
    padding: 0;

    list-style: none;

    counter-reset: my-awesome-counter;
}
.advantages__item
{
    position: relative;

    min-height: 48px;
    margin: 0 0 26px;
    padding: 0 0 0 65px;

    counter-increment: my-awesome-counter;
}
.advantages__item:before
{
    font-size: 30px;
    font-weight: 400;
    line-height: 48px;

    position: absolute;
    top: 0;
    left: 0;

    width: 48px;
    height: 48px;

    content: counter(my-awesome-counter);
    text-align: center;

    border: 1px solid #f60;
    border-radius: 50px;
}
.advantages__text
{
    font-size: 18px;
    font-weight: 300;

    margin: 0 0 0 24px;
}

/* ==========================================================================
 * person
 * ========================================================================== */
.person__image-placeholder
{
    position: relative;

    width: 229px;
    margin: 0 0 12px;
}
.person__image
{
    display: block;

    max-width: 100%;

    border-radius: 115px;
}
.person__sign
{
    position: absolute;
    top: 95%;
    left: 60%;
    width: 130px;
    height: 50px;
    filter: grayscale(100%);
}
.person__text
{
    font-size: 15px;
    font-weight: 300;

    position: relative;

    margin: 0 0 0 9px;
}
.person__last-name
{
    font-size: 20px;
}
.person__email
{
    color: #f60;
}

/* ==========================================================================
 * company
 * ========================================================================== */
.company
{
    padding: 42px 0 35px;
}
.company__title
{
    margin: 0 0 28px;
}
.company__person
{
    float: left;

    width: 280px;
    margin: 6px 0 0 37px;
}
.company__content
{
    margin: 0 0 0 367px;
}
.company__text
{
    font-size: 18px;

    position: relative;
}
.company__text:before
{
    position: absolute;
    top: 3px;
    left: -63px;

    display: inline-block;

    width: 47px;
    height: 34px;

    content: '';

    background-position: 0 -496px;
}
@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min--moz-device-pixel-ratio: 2), (min-device-pixel-ratio: 2), (min-resolution: 144dppx)
{
    .company__text:before
    {
        width: 47px;
        height: 34px;

        background-image: url('images/sprite2x-s419ed8757e.png');
        background-position: 0 -496px;
        background-size: 236px, 675px;
    }
}

/* ==========================================================================
 * history
 * ========================================================================== */
.history
{
    padding: 35px 0 35px;
}
.history__title
{
    margin: 0 0 49px;
}
.history__list
{
    position: relative;

    height: 395px;
    margin: 0;
    margin: 0 0 5px;
    padding: 0;

    list-style: none;
}
.history__list:before
{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;

    display: block;

    width: 1920px;
    margin: 0 0 0 -960px;

    content: '';

    background: 50% 100% no-repeat;
    background-image: url('images/bg/history.png');
    background-size: 1920px 354px;
}
@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min--moz-device-pixel-ratio: 2), (min-device-pixel-ratio: 2), (min-resolution: 144dppx)
{
    .history__list:before
    {
        background-image: url('images/bg2x/history.png');
    }
}
.history__item
{
    position: absolute;
}
.history__item--1
{
    top: 0;
    left: 0;

    width: 420px;
}
.history__item--2
{
    top: 88px;
    left: 145px;

    width: 285px;
}
.history__item--3
{
    top: 146px;
    left: 270px;

    width: 290px;
}
.history__item--4
{
    top: 233px;
    left: 407px;

    width: 200px;
}
.history__item--5
{
    top: 0;
    left: 676px;

    width: 280px;
}
.history__item--6
{
    top: 112px;
    left: 812px;

    width: 280px;
}

.history__item--7
{
    top: 202px;
    left: 945px;

    width: 280px;
}
.history__text
{
    font-size: 14px;

    margin: 0 0 10px;
}
.history__people
{
    font-size: 14px;

    padding: 0 0 0 35px;

    color: #666;
}
.history__years
{
    font-size: 24px;

    color: #f60;
}
.history__year
{
    display: inline-block;

    margin: 0 0 0 75px;
}
.history__year:first-child
{
    margin: 0 0 0 5px;
}

/* ==========================================================================
 * vacancies
 * ========================================================================== */
.vacancies
{
    padding: 45px 0 35px;
}
.vacancies__title
{
    margin: 0 0 8px;
}
.vacancies__text
{
    font-size: 18px;

    margin: 0 0 37px;

    text-align: center;
}
.vacancies__person
{
    float: left;

    width: 325px;
    margin: 0 0 0 46px;
}
.vacancies__content
{
    margin: 0 20px 0 505px;
    padding: 9px 0 00;
}

.vacancies-list__title
{
    font-size: 28px;
    font-weight: 300;

    margin: 0 0 22px;
}
.vacancies-list__list
{
    margin: 0;
    padding: 0;

    list-style: none;
}
.vacancies-list__item
{
    margin: 0 0 20px;
}
.vacancies-list__name
{
    font-size: 18px;

    display: inline-block;

    margin: 0 0 8px;

    transition: all .2s;

    color: #f60;
    border-bottom: 1px dashed;
}
.vacancies-list__name:hover,
.vacancies-list__name.active
{
    border-color: transparent;
}
.vacancies-list__name.active
{
    color: #2e2a2c;
}
.vacancies-list__text
{
    font-weight: 300;

    margin: 0 0 11px;
}

/* ==========================================================================
 * downloads
 * ========================================================================== */
.downloads
{
    padding: 25px 0 10px;
}
.downloads__title
{
    margin: 0 0 57px;
}
.downloads__list
{
    margin: 0;
    margin: 0 -50px 0 37px;
    padding: 0;

    list-style: none;

    text-align: left;
}
.downloads__item
{
    display: inline-block;

    width: 499px;
    margin: 0 10px 40px 0;

    vertical-align: top;
    white-space: nowrap;
}
.downloads__image-placeholder
{
    display: inline-block;

    width: 185px;
    margin: 0 11px 0 0;

    vertical-align: top;
}
.downloads__image
{
    width: 100%;

    vertical-align: top;
}
.downloads__href
{
    font-size: 14px;
    line-height: 1.5;

    display: inline-block;

    max-width: 320px;

    vertical-align: top;
    white-space: normal;

    color: #666;
}
.downloads__name
{
    color: #f60;
}

/* ==========================================================================
 * short-news
 * ========================================================================== */
.short-news
{
    padding: 10px 0 64px;
}
.short-news__title
{
    margin: 0 0 40px;
}
.short-news__list
{
    margin: 0;
    margin: 0 -50px 10px;
    padding: 0;

    list-style: none;

    text-align: center;
}
.short-news__item
{
    font-size: 14px;
    font-weight: 300;
    line-height: 1.357;

    display: inline-block;

    width: 350px;
    margin: 0 10px 20px;

    text-align: left;
    vertical-align: top;
}
.short-news__date
{
    font-size: 12px;

    margin: 0 0 1px;

    color: #6f6f6f;
}
.short-news__name
{
    margin: 0 0 1px;

    color: #f60;
}
.short-news__archive
{
    font-size: 16px;

    color: #888;
}

/* ==========================================================================
 * page-header
 * ========================================================================== */
.page-header
{
    color: #fff;
    background: #2e2a2c;
}

/* ==========================================================================
 * page
 * ========================================================================== */
.page
{
    padding: 38px 0 0;
}
.page__breadcrumbs
{
    margin: 0 0 24px;
}
.page__title
{
    font-size: 50px;

    margin: 0 0 40px;

    text-align: left;
}
.page__content
{
    font-size: 16px;
    line-height: 1.3125;

    padding: 0 0 50px;
}

/* ==========================================================================
 * breadcrumbs
 * ========================================================================== */
.breadcrumbs__list
{
    font-size: 15px;
    line-height: 15px;

    margin: 0;
    padding: 0;

    list-style: none;

    color: #a7a7a7;
}
.breadcrumbs__item
{
    display: inline-block;

    margin: 0 4px 0 0;

    text-align: left;
    vertical-align: top;
}
.breadcrumbs__item:before
{
    font-size: 22px;
    line-height: 15px;

    display: inline-block;

    margin: -2px 7px 0 0;

    content: '\203A';
    vertical-align: middle;
}
.breadcrumbs__item:first-child:before
{
    display: none;
}
.breadcrumbs__href
{
    color: #f60;
}

/* ==========================================================================
 * service
 * ========================================================================== */
.service
{
    padding: 0 0 38px;
}
.service__info
{
    margin: 0 0 30px;
}
.service__why
{
    float: left;

    width: 48.3%;
}
.service__content
{
    margin: 0 0 0 50%;
}
.service__image-placeholder
{
    margin: 0 0 20px;
}
.service__image
{
    max-width: 100%;

    vertical-align: top;
}
.service__files
{
    margin: 0 0 32px;
}
.service__order
{
    font-size: 17px;
    font-weight: 300;
    line-height: 1.53;

    margin: 0 0 20px;
}

.service-info
{
    padding: 21px 24px 16px;

    background: #f9f6ef;
}
.service-info__list
{
    margin: 0;
    padding: 0;

    list-style: none;
}
.service-info__item
{
    display: inline-block;

    margin: 0 0 10px 63px;

    text-align: left;
    vertical-align: top;
}
.service-info__item:first-child
{
    margin: 0;
}
.service-info__inner
{
    display: table;
}
.service-info__number-placeholder,
.service-info__text
{
    display: table-cell;

    vertical-align: middle;
}
.service-info__number-placeholder
{
    width: 77px;
}
.service-info__number
{
    font-size: 18px;
    font-weight: 700;
    line-height: 61px;

    display: block;

    width: 61px;
    height: 61px;

    text-align: center;

    border: 1px solid #f60;
    border-radius: 50%;
}
.service-info__text
{
    font-size: 18px;
}

/* ==========================================================================
 * service-why
 * ========================================================================== */
.service-why__title
{
    font-size: 20px;
    font-weight: 400;
    line-height: 1.53;

    margin: 0;
}
.service-why__list
{
    font-size: 17px;
    font-weight: 300;
    line-height: 1.53;

    margin: 0;
    padding: 0 0 0 23px;
}

/* ==========================================================================
 * service-files
 * ========================================================================== */
.service-files__list
{
    font-size: 17px;
    font-weight: 300;

    margin: 0;
    padding: 0;

    list-style: none;
}
.service-files__item
{
    margin: 0 0 5px;
}
.service-files__item:before
{
    display: inline-block;

    width: 12px;
    height: 12px;
    margin: -2px 8px 0 0;

    content: '';
    vertical-align: middle;

    background: #f60;
}
.service-files__href
{
    color: #0f408a;
}

/* ==========================================================================
 * service-testimolials
 * ========================================================================== */
.service-testimolials__title
{
    line-height: 178px;

    position: relative;

    float: left;

    width: 222px;
    height: 178px;
    margin: 0 0 0 0;
    padding: 0 0 0 20px;

    background: #f9f6ef;
}
.service-testimolials__title:before
{
    position: absolute;
    top: 0;
    left: 100%;

    display: block;

    width: 0;
    height: 0;

    content: '';

    border-width: 89px 0 89px 35px;
    border-style: solid;
    border-color: transparent transparent transparent #f9f6ef;
}
.service-testimolials__title-text
{
    font-size: 15px;
    font-weight: 300;
    line-height: 1.7333;

    display: inline-block;

    vertical-align: middle;
}
.service-testimolials__list
{
    margin: 0;
    margin: 0 0 0 257px;
    padding: 0;

    list-style: none;
}
.service-testimolials__item
{
    display: inline-block;

    width: 132px;
    margin: 0 16px 20px;

    vertical-align: top;
}
.service-testimolials__href
{
    display: block;
}
.service-testimolials__image
{
    max-width: 100%;

    border: 1px solid #c4c4c4;
    box-shadow: 0 0 11px rgba(0, 0, 0, .08);
}

/* ==========================================================================
 * service-tasks
 * ========================================================================== */
.service-tasks
{
    padding: 17px 0 40px;
}
.service-tasks__title
{
    font-size: 30px;

    margin: 0 0 39px;
}
.service-tasks__list
{
    font-size: 17px;
    line-height: 1.53;

    margin: 0;
    margin: 0 -30px;
    padding: 0;

    list-style: none;

    text-align: left;
}
.service-tasks__item
{
    position: relative;

    display: inline-block;

    width: 546px;
    margin: 0 0 60px;
    padding: 0 45px 0 0;

    counter-increment: my-awesome-counter;
    text-align: left;
    vertical-align: top;
}
.service-tasks__item:before
{
    font-size: 36px;
    font-weight: 400;
    line-height: 60px;

    position: absolute;
    top: 0;
    left: 0;

    width: 60px;
    height: 60px;

    content: counter(my-awesome-counter);
    text-align: center;

    color: #fff;
    border-radius: 50px;
    background: #f60;
}
.service-tasks__name
{
    font-size: 17px;
    font-weight: 400;

    min-height: 60px;
    margin: 0 0 25px 70px;

    color: #f60;
}
.service-tasks__text
{
    font-weight: 300;
}

/* ==========================================================================
 * news
 * ========================================================================== */
.news__list
{
    margin: 0;
    margin: 0 -20px 30px;
    padding: 0;

    list-style: none;

    text-align: center;
}
.news__item
{
    display: inline-block;

    width: 546px;
    margin: 0 0 43px;
    padding: 0 15px 0 0;

    text-align: left;
    vertical-align: top;
}
.news__item:first-child
{
    width: 1100px;
    padding: 0;
}

/* ==========================================================================
 * news-item
 * ========================================================================== */
.news-item__date
{
    font-size: 14px;
    font-weight: 300;

    margin: 0 0 8px;

    color: #676767;
}
.news-item__name
{
    font-size: 24px;
    font-weight: 400;

    margin: 0 0 15px;
}

/* ==========================================================================
 * news-pages
 * ========================================================================== */
.news-pages__list
{
    font-size: 18px;

    margin: 0;
    padding: 0;

    list-style: none;

    text-align: center;
}
.news-pages__item
{
    display: inline-block;

    margin: 0 5px;

    vertical-align: top;
}
.news-pages__item:first-child,
.news-pages__item:last-child
{
    color: #a9a9a8;
}
.news-pages__href
{
    color: #f60;
}

/* ==========================================================================
 * helpers
 * ========================================================================== */
.hidden
{
    display: none;
}
#kr-pr {
	font-size:17px;
	  font-family: 'Roboto', sans-serif;
  color: #2e2a2c;
  font-weight: 300;
  line-height: 1.53;
	}
/* @media only screen and (min-width: 740px){
  @import "_tablet" ;
} 
*/



.paginate {
    margin: 0 auto;
    text-align: center;
}

.paginate .container {
    display: inline-block;
    padding: 5px 30px;
    margin: 20px 0;
}

.paginate .container .no_active {
    margin: 5px;
}

.paginate .container a {
    color: #f60;
    margin: 5px;
}

.mailchimp-open-button {
    height: 45px;
    overflow: hidden;
    position: fixed;
    right: -243px;
    z-index: 2;
    background-color: #fff;
    top: 50%;
    -o-transition-duration: .6s;
    -moz-transition-duration: .6s;
    -webkit-transition-duration: .6s;
    transition-duration: .6s;
}

.mailchimp-open-button:hover {
    right: 0;
}

.mailchimp-open-button > span.button-text {
    display: block;
    float: left;
    padding: 14px 10px;
    text-transform: uppercase;
    cursor: pointer;
}

.mailchimp-open-button > span.icon {
    float: left;
}

.mailchimp-open-button > span.icon > img {
    display: block;
    width: 45px;
}
.center-text{
    text-align:center;
}

.news-item__fio {
    font-weight: bold;
    font-size: 17px;
    color: #F61;
}

.news-item__person {
    display: flex;
    align-items: flex-end;
    margin-bottom: 3px;
}

.news-item__person-name {
    font-size: 16px;
    margin-right: 10px;
}

.news-item__person-status {
    color: #ccc;
    text-decoration: underline;
}

.news-item__person-status a {
    border-bottom: none;
}

.news-item__text--review {
    margin-bottom: 6px;
}

.news-item__href-full {
    color: rgba(249, 136, 16, 0.91);
    text-decoration: underline;
    border-bottom: none;
    font-size: 16px;
}

.short-news__archive-placeholder--review {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 20px;
}

.news-item__review-link {
	display: inline-block;
    transition: all .3s;
    border-bottom: 1px solid;
}

.news-item__review-link:hover
{
    border-color: transparent;
}


.news-item__review-link--all {
	margin-right: 120px;
}

.news-item__review-link--add {
	
}

.reviews {
    padding: 60px 0;
    background: #fcf8f9;
}

.reviews__inner {
    width: 1100px;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.reviews__caption {
    margin: 0 0 40px;
}

.reviews__list {
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 0;
    list-style: none;
}

.reviews__item {
    margin-right: 60px;
}

.reviews__item:last-child {
    margin-right: 0;
}

.review {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    width: 160px;
}

.review__image {
    overflow: hidden;
    margin-bottom: 20px;
}

.review__image img {
    max-width: 100%;
}

.review__link {
    display: block;
    padding: 10px 0;
    width: 120%;
    border: 1px solid black;
    border-radius: 20px;
    text-align: center;
    text-decoration: none;
}

/* mobile */
.sm-menu-btn {
    display: none;
}

@media all and (max-width: 1190px) {
    html {
        min-width: 0;
    }

    .wrap {
        max-width: calc(100% - 30px);
    }

    .sm-menu-btn {
        display: block;
        position: fixed;
        top: 0;
        right: 0;
        background: #f60 url("images/sm_menu.svg") center no-repeat;
        background-size: 26px;
        width: 40px;
        height: 40px;
        border-bottom-left-radius: 6px;
        box-shadow: 0 5px 21px rgba(0, 0, 0, 0.34);
        z-index: 501;
    }

    .sm-menu-btn.open {
        background-image: url("images/sm_menu_close.svg");
    }

    .fixed-menu {
        display: flex;
        align-items: center;
        justify-content: center;
        opacity: 1;
        position: fixed;
        top: 0;
        left: 101vw;
        right: auto;
        width: 100vw;
        height: 100vh;
        background: #f60;
    }

    .fixed-menu .menu {
        box-shadow: none;
    }

    .fixed-menu .menu .wrap {
        display: flex;
        flex-direction: column;
        max-width: 100%;
        width: 100%;
        gap: 15px;
    }

    .fixed-menu .menu .menu__list {
        display: flex;
        flex-direction: column;
        align-items: center;
        height: auto;
        gap: 15px;
    }

    .fixed-menu .menu .menu__list .menu__item {
        margin: 0;
    }

    .fixed-menu .menu .menu__order {
        display: block;
        text-align: center;
    }

    .fixed-menu.open {
        left: 0;
    }

    .header {
        padding: 45px 0 25px;
    }

    .home {
        padding: 0 0 50px;
    }

    .home__menu {
        margin: 0 0 50px;
    }

    .home__title {
        font-size: 52px;
    }

    .home__about {
        margin: 0 0 50px;
    }

    .home-about__list {
        display: flex;
        width: 100%;
        margin: 0;
        padding: 0;
        list-style: none;
        flex-wrap: wrap;
        justify-content: center;
        gap: 30px;
    }

    .home-about__list .home-about__item {
        display: block;
    }

    .projects-numbers__list {
        margin: 0;
    }

    .block-title {
        font-size: 40px;
    }

    .questions__title {
        font-size: 40px;
        margin: 0 0 40px;
    }

    .button--h87 {
        font-size: 20px;
        line-height: 70px !important;
        height: 70px;
        border-radius: 35px;
    }

    .questions__or {
        font-size: 20px;
    }

    .questions__phone {
        font-size: 36px;
    }

    .contacts__content {
        padding: 48px 0 96px 15px;
    }
}

@media (max-width: 992px) {
    .header__wrap {
        display: flex;
        align-items: center;
        flex-direction: column;
        gap: 15px;
    }

    .header__logo {
        margin: 0;
    }

    .phone__number {
        font-size: 24px;
    }

    .home__menu {
        display: none;
    }

    .home__title {
        font-size: 28px;
    }

    .home-about__list {
        gap: 0;
    }

    .home-about__list .home-about__item {
        display: flex;
        flex-direction: column;
        align-items: center;
        flex: 0 0 50%;
        padding: 0 20px 20px;
    }

    .home-about__text {
        text-align: center;
        font-size: 12px;
    }

    .block-title {
        font-size: 26px;
    }

    .services__list {
        margin: 0;
    }

    .services__item {
        display: block;
        width: 100%;
        margin: 0 0 30px;
    }

    .projects__text {
        width: 100%;
        font-size: 16px;
    }

    .projects-numbers__number {
        font-size: 50px;
    }

    .projects-numbers__text {
        font-size: 16px;
    }

    .projects-order__list {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 15px;
        padding: 0 15px;
    }

    .projects-order__item {
        display: block;
        width: 100%;
    }

    .projects-order__item:first-child {
        padding: 0 0 0 12px;
    }

    .projects-order__text {
        width: 100%;
        font-size: 14px;
    }

    .button--h80 {
        font-size: 20px;
        line-height: 60px !important;
        height: 60px;
        border-radius: 30px;
        display: block;
    }

    .advantages__list {
        font-size: 16px;
        margin-left: 0;
    }

    .advantages__item {
        padding-left: 55px;
    }

    .advantages__item:before {
        font-size: 24px;
        line-height: 40px;
        width: 40px;
        height: 40px;
    }

    .company__person {
        float: none;
        margin: 0 auto;
    }

    .company__content {
        margin: 30px 0 0 0;
    }

    .company__text {
        font-size: 16px;
    }

    h3 {
        font-size: 22px;
    }

    .vacancies__text {
        font-size: 16px;
        margin: 0 0 30px;
    }

    .person__image-placeholder {
        position: relative;
        width: 229px;
        margin: 0 auto 12px;
    }

    .vacancies__person {
        float: none;
        margin: 0 auto;
    }

    .vacancies__content {
        margin: 30px 0 0 0;
        padding: 0;
    }

    .questions__list {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 15px;
    }

    .questions__item {
        width: auto;
        padding: 0;
    }

    .button__text--p37 {
        padding: 0;
    }

    .button--h87 {
        display: block;
        font-size: 20px;
        line-height: 60px !important;
        height: 60px;
        border-radius: 30px;
        padding: 0 15px;
    }

    .questions__or {
        font-size: 16px;
    }

    .questions__phone {
        font-size: 30px;
    }

    .contacts__wrap {
        display: flex;
        width: calc(100% - 30px);
        margin: 0 auto 30px;
        height: auto;
        flex-direction: column;
    }

    .contacts__title {
        font-size: 26px;
        font-weight: 300;
        margin: 0 0 10px;
    }

    .contacts__content {
        display: block;
        width: 100%;
        padding: 30px 0;
    }

    .contacts__inner {
        width: 100%;
    }

    .contacts__text {
        font-size: 16px;
    }

    .contacts__map-placeholder {
        width: 100%;
        height: 200px;
    }

    .footer__logo {
        float: none;
        margin: 0;
        text-align: center;
    }

    .form__input-placeholder--inline {
        float: none;
        width: 100%;
        margin-bottom: 15px;
    }

    .form__input-placeholder--inline:last-child {
        margin-bottom: 0;
    }

    .form__input-placeholder--inline:first-child {
        float: none;
    }

    .form__line:after {
        display: none;
    }

    .modal {
        padding: 30px;
        width: 500px;
        max-width: calc(100vw - 30px);
    }

    .form__input--h67 {
        line-height: 50px;
        height: 50px;
        padding: 0 15px;
    }

    .form__textarea--h160 {
        height: 100px;
        padding: 10px 15px;
    }

    .form__input,
    .form__textarea {
        font-size: 16px;
    }

    .button--h67 {
        line-height: 50px !important;
        height: 50px;
    }

    .form__button-placeholder {
        font-size: 14px;
    }
    .services__number {
        font-size: 26px;
        line-height: 46px;
        width: 50px;
        height: 50px;
    }
    .header__phone.phone {
        text-align: center;
    }
}

