<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.header__box-lang{display:flex;flex-direction:column}.header__box-lang-link{cursor:pointer;background-color:#284658;color:white;padding:5px;margin-bottom:3px;border-radius:5px;transition:all.3s ease-in}.header__box-lang-link:hover{background-color:#ee3838}@media screen and (max-width:1024px){.header__box-lang{flex-direction:row;padding:0 80px 0 0}.header__box-lang-link{background-color:#ec3131;padding:3px;margin: 3px;align-items: center;display: flex}}@media screen and (max-width:540px){.header__box-lang{padding:5px 70px 0 0}}
.button {
    font-family: 'Roboto-Bold', sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    background: #ea2829;
    color: white;
    cursor: pointer;
    height: 42px;
    font-size: 10px;
    line-height: 11px;
    padding: 0 36px;
    background: #ea2829;
    border-radius: 10px;
    -webkit-transition: background-color .3s ease-in;
    transition: background-color .3s ease-in;
    box-shadow: 0 2px 26px 5px rgba(224, 6, 6, 0.15);
    background-image: linear-gradient(to top, #de0000 0%, #fb6464 100%)
}

.button:hover {
    transition: all .3s ease-in;
    background-image: linear-gradient(to top, #e40a0a 0%, #f55d5d 100%);
}

.button-news-27001 {
    font-family: 'Roboto-Bold', sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    color: white;
    font-size: 12px;
    height: 44px;
    padding: 0 50px;
    border-radius: 10px;
    cursor: pointer;
    transition: all .3s ease-in;
    box-shadow: 0 2px 26px 5px rgba(224, 6, 6, 0.15);
    background-image: linear-gradient(to top, #284658 0%, #6f8c9e 100%)
}

.button-news-45001 {
    font-family: 'Roboto-Bold', sans-serif;
    font-weight: bold;
    color: white;
    font-size: 12px;
    height: 44px;
    padding: 0 50px;
    border-radius: 10px;
    cursor: pointer;
    transition: all .3s ease-in;
    background-color: #df0110;
}

.button-news-13485 {
    font-family: 'Roboto-Bold', sans-serif;
    font-weight: bold;
    color: white;
    font-size: 12px;
    height: 44px;
    padding: 0 50px;
    border-radius: 10px;
    cursor: pointer;
    transition: all .3s ease-in;
    background-color: #df0110;
}

.button-news-27001:hover {
    transition: all .3s ease-in;
    background-image: linear-gradient(to top, #007cac 0%, #51a5c5 100%);
}

.button-news-45001:hover {
    transition: all .3s ease-in;
    background-color:#284658;
}

.button-news-13485:hover {
    transition: all .3s ease-in;
    background-color:#284658;
}
@media screen and (max-width: 374px) {
    .button-news-27001 {
        margin: 0 30px 30px;
    }
}

@media screen and (max-width: 374px) {
    .button-news-45001 {
        margin: 0 30px 30px;
    }
    .button-news-13485 {
        margin: 0 30px 0;
		padding: 10px 15px;
		height: auto;
    }
}

.button-news-27001__link {
    text-decoration: none;
    color: #fff;
}

.button-top__link {
    width: 50px;
    height: 50px;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    color: #fff;
    position: fixed;
    display: none !important;
    right: 28px;
    bottom: 60px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    display: none;
    z-index: 1000000;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
    padding-top: 15px
}

.button-top__link-icon {
    -ms-flex-item-align: start;
    align-self: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in
}

.button-top__link:hover {
    background: rgba(0, 0, 0, 0.8);
    padding-top: 7px
}

@media screen and (max-width: 374px) {
    .button-top__link {
        bottom: 15px
    }
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
	outline:none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block
}

strong {
    font-weight: bold
}

body {
    line-height: 1
}

@media screen and (max-width: 1120px) {
    body, html {
        width: 100%;
        max-width: 100%;
        overflow-x: hidden
    }
}

ol, ul {
    list-style: none
}

a {
    text-decoration: none
}

blockquote, q {
    quotes: none
}

blockquote:before, blockquote:after {
    content: '';
    content: none
}

q:before, q:after {
    content: '';
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

* {
    outline: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

[class^="icon-"]:before, [class*=" icon-"]:before {
    width: auto !important
}

button {
    padding: 0;
    border-radius: 0;
    border: none;
    background: none
}

.header {
    width: 100%;
    z-index: 1;
    color: #000
}

b {
    font-weight: 800
}

i {
    font-style: italic
}

@media screen and (max-width: 1120px) {
    .header {
        display: none
    }
}

.header__fa {
    color: #df0110
}

.header__circle {
    position: absolute;
    content: '';
    width: 22px;
    height: 22px;
    border-radius: 50%;
    border: 1px solid #df0110;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.header-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding-top: 20px
}

.header-section-logo {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    z-index: 2
}

.header-section-info {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    max-width: 201px;
    margin-left: 13px;
    margin-top: 8px
}

.header-section-info__text {
    font-family: 'Raleway-regular', sans-serif;
    font-size: 13px;
    line-height: 20px;
    font-weight: 700;
    font-style: normal;
    color: #555555
}

.header-section-adress {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 15px
}

.header-section-adress-street {
    height: 22px;
    margin-top: 20px
}

.header-section-adress-street__text {
    position: relative;
    margin-left: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 3px
}

.header-section-adress-email {
    height: 22px
}

.header-section-adress-email__text {
    position: relative;
    margin-left: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 3px
}

.header-section-adress-email__text a {
    color: #000
}

.header-section-tel {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 22px;
    margin-left: 22px;
    font-size: 15px
}

.header-section-tel__numbers {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    margin-left: 30px;
    padding-top: 5px
}

.header-section-tel__numbers a {
    color: #000
}

.header-section-tel__numbers-last {
    margin-left: 38px
}

.header-section-tel-item {
    margin-bottom: 5px
}

.header-section-btn {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

@media screen and (max-width: 990px) {
    .header {
        display: none
    }
}

.header-fixed {
    background: #fff;
    left: 0;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    width: 100%
}

.header__link {
    color: #000;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in
}

.header__link:hover {
    color: #007cac
}

.header__at {
    border: none;
    font-size: 1.5em
}

@media screen and (max-width: 1150px) {
    .header {
        background: #284658
    }

    .header-section-mobile-menu .header-section-mobile-menu__item {
        -webkit-transition: opacity .1s ease-in, -webkit-transform .15s ease-in;
        transition: opacity .1s ease-in, -webkit-transform .15s ease-in;
        transition: opacity .1s ease-in, transform .15s ease-in;
        transition: opacity .1s ease-in, transform .15s ease-in, -webkit-transform .15s ease-in;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        background: #fff
    }

    .header-section-mobile-menu_active .header-section-mobile-menu__item:first-child {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        position: absolute;
        top: 10px
    }

    .header-section-mobile-menu_active .header-section-mobile-menu__item:last-child {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        position: absolute;
        top: 4px
    }

    .header-section-mobile-menu_active .header-section-mobile-menu__item:nth-child(2) {
        opacity: 0
    }
}

.nav {
    height: 55px;
    width: 100%;
    background: #284658;
    z-index: 100;
    margin-top: -100px;
    display: block
}

@media screen and (max-width: 1120px) {
    .nav {
        display: none
    }
}

.nav-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-left: 160px;
    position: relative
}

.nav-list-submenu {
    display: none;
    background: #F6F6F6;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    position: absolute;
    -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    left: 52px;
    z-index: 100000
}

.nav-list-submenu-item {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border: 1px solid #e4dddd
}

.nav-list-submenu-item-title {
    background: #E9E9E9
}

.nav-list-submenu-item-title__title {
    color: #df0110;
    font-size: 13px;
    line-height: 22px;
    font-weight: bold;
    min-height: 62px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center
}

.nav-list-submenu-item__list {
    padding-top: 24px;
    padding-left: 11px;
    padding-bottom: 60px;
    padding-right: 11px
}

.nav-list-submenu-item__item {
    margin-bottom: 10px
}

.nav-list-submenu-item__link {
    color: inherit;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
    font-size: 14px;
    line-height: 22px;
    font-weight: 400
}

.nav-list-submenu-item__link:hover {
    color: #007cac
}

.nav-list__link {
    display: block;
    padding: 20px 30px 20px 30px;
    color: #fff;
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in;
    position: relative;
    text-transform: uppercase
}

.nav-list__link:hover {
    color: #2879A9
}

.nav-list__link-arrow {
    margin-left: 15px
}

.nav-list__item-link:hover &gt; .nav-list-submenu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.ohsas-ink-18001 {
    color: #007cac;
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    text-decoration: underline;
}

@media screen and (min-width: 1151px) {
    .nav {
        display: block !important
    }
}

.banner {
    width: 100%;
    background: url("../images/header-bg.jpg") no-repeat;
    background-size: cover;
    background-position: center 49%;
    z-index: 1
}

.banner-info {
    padding-top: 40px;
    max-width: 48%;
    padding-bottom: 41px
}

@media screen and (max-width: 1120px) {
    .banner-info {
        padding-top: 50px
    }
}

@media screen and (max-width: 990px) {
    .banner-info {
        max-width: 70%
    }
}

@media screen and (max-width: 767px) {
    .banner-info {
        max-width: 90%
    }
}

@media screen and (max-width: 480px) {
    .banner-info {
        width: 100%
    }
}

@media screen and (max-width: 1024px) {
    .banner-info__desc-mob-27001 {
        font-size: 24px;
        line-height: 28px;
        font-weight: 800;
        color: white;
    }
}

@media screen and (max-width: 990px) {
    .banner-info__desc-mob-27001 {
        font-size: 18px;
        line-height: 24px;
        font-weight: 800;
        color: #fff;
    }
}

@media screen and (max-width: 414px){
.banner-info__desc-mob-27001 {
    font-size: 22px;
    color: #040404;
}
}

@media screen and (max-width: 374px) {
    .head-titl-service__link {
        font-weight: 600;
    }
}

.banner-info__desc {
    margin-top: 36px;
    color: #323232;
    font-size: 15px;
    line-height: 23px;
    font-weight: 400
}

.banner-info__btn {
    margin-top: 30px;
    background-color: #284658;
    font-size: 13px;
    line-height: 20px;
    font-weight: 200
}

.banner-info__btn:hover {
    background: #007cac
}

.action-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

@media screen and (max-width: 767px) {
    .action-section {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.action-section-discount {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 25%;
    flex: 1 1 25%;
    padding-top: 24px;
    padding-left: 110px;
    padding-bottom: 73px;
    background: #df0110;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-right: 76px
}

@media screen and (max-width: 990px) {
    .action-section-discount {
        padding-top: 66px;
        padding-right: 0;
        padding-left: 30px
    }
}

@media screen and (max-width: 767px) {
    .action-section-discount {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%;
        padding-left: 0;
        padding-top: 10px;
        padding-bottom: 10px
    }
}

.action-section-discount-text {
    color: #fff;
    width: 200px
}

.action-section-discount-text__info {
    margin-top: 15px;
    font-size: 15px;
    line-height: 23px;
    font-weight: 400;
    text-transform: uppercase
}

@media screen and (max-width: 990px) {
    .action-section-discount-text__info {
        width: 100%;
        text-align: center
    }
}

@media screen and (max-width: 767px) {
    .action-section-discount-text__info {
        width: 100%;
        max-width: 100%;
        margin-right: 10px
    }
}

@media screen and (max-width: 480px) {
    .action-section-discount-text__info {
        font-size: 14px
    }
}

@media screen and (max-width: 374px) {
    .action-section-discount-text__info {
        text-align: center
    }
}

@media screen and (max-width: 990px) {
    .action-section-discount-text__icon {
        text-align: center
    }
}

.action-section-form {
    -webkit-box-flex: 2;
    -ms-flex: 2 1 75%;
    flex: 2 1 75%;
    padding-top: 30px;
    padding-left: 26px;
    background: #E9E9E9;
    padding-bottom: 21px
}

@media screen and (max-width: 990px) {
    .action-section-form {
        padding-right: 20px
    }
}

@media screen and (max-width: 767px) {
    .action-section-form {
        padding-right: 26px;
        text-align: center
    }
}

.action-section-form__title {
    font-size: 22px;
    font-weight: 400;
    line-height: 33px;
    color: #000;
    margin-bottom: 21px;
    text-transform: uppercase
}

@media screen and (max-width: 767px) {
    .action-section-form__title {
        font-size: 18px
    }
}

@media screen and (max-width: 374px) {
    .action-section-form__title {
        font-size: 16px;
        line-height: 28px
    }
}

.action-section-form__desc {
    font-size: 14px;
    line-height: 21px;
    font-weight: 400;
    color: #323232
}

.action-section-form__input {
    margin-top: 18px;
    width: 95%;
    border: none;
    background: #fff;
    height: 37px;
    border-radius: 10px;
    margin-right: 37px;
    padding-left: 45px;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in
}

@media screen and (max-width: 767px) {
    .action-section-form__input {
        width: 100%
    }
}

.action-section-form__input:focus {
    -webkit-box-shadow: 0 0 5px 0 #BADAED;
    box-shadow: 0 0 5px 0 #BADAED
}

.action-section-form__btn {
    margin-top: 15px;
    font-size: 13px;
    height: 37px;
    line-height: 37px;
    font-weight: 200;
    font-family: 'Roboto', sans-serif
}

@media screen and (max-width: 990px) {
    .action-section-form__btn {
        margin-top: 20px
    }
}

.action-section-form-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

.action-section-form-name, .action-section-form-tel, .action-section-form-btn {
    display: inline-block;
    position: relative;
    width: 33%
}

@media screen and (max-width: 1140px) {
    .action-section-form-name, .action-section-form-tel, .action-section-form-btn {
        display: block;
        width: 100%;
        margin-right: 0
    }
}

@media screen and (max-width: 374px) {
    .action-section-form-name, .action-section-form-tel, .action-section-form-btn {
        display: block;
        width: 100%
    }
}

.action__fa {
    top: 24px;
    left: 9px;
    width: 22px;
    height: 22px;
    color: #bcbcbc;
    position: absolute;
    content: '';
    border-radius: 50%;
    border: 1px solid #bcbcbc;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 2px;
    font-size: 1.3em !important
}

.action__user {
    position: absolute;
    top: 26px;
    left: 9px;
    color: #bcbcbc;
    font-size: 1.5em !important
}

.service {
    background: #fff;
    width: 100%;
    padding-top: 50px;
    padding-bottom: 80px
}

.service__title {
    font-size: 22px;
    line-height: 33px;
	text-align: center;
    margin-bottom: 31px;
    font-weight: bold;
    color: #df0110;
    text-transform: uppercase
}

@media screen and (max-width: 767px) {
    .service__title {
        text-align: center
    }
}

.service-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media screen and (max-width: 140px) {
    .service-section {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.service-section-item {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-right: 10px
}

@media screen and (max-width: 1100px) {
    .service-section-item {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 33%;
        flex: 1 1 33%;
        margin: 5px
    }
}

@media screen and (max-width: 600px) {
    .service-section-item {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%;
        margin: 5px 0
    }
}

.service-section-item-title {
    text-transform: uppercase;
    background: #284658;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 5px;
    padding-left: 50px;
    text-align: center;
    padding-right: 50px;
    padding-bottom: 5px;
    font-size: 15px;
    line-height: 21px;
    font-weight: 700;
    height: 93px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px
}

@media screen and (max-width: 1250px) {
    .service-section-item-title {
        font-size: 14px;
        line-height: 18px
    }
}

@media screen and (max-width: 1200px) {
    .service-section-item-title {
        min-height: 93px
    }
}

.service-section-item-icon {
    height: 85px;
    background: #df0110;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px
}

.service-section-item-content {
    background: #efefef;
    padding-left: 26px;
    padding-right: 20px;
    padding-bottom: 10px;
    padding-top: 36px;
    font-size: 15px;
    font-weight: 400;
    line-height: 23px;
    min-height: 400px
}

@media screen and (max-width: 1200px) {
    .service-section-item-content {
        font-size: 15px;
        padding-top: 20px;
        padding-right: 15px;
        padding-left: 15px;
        line-height: 18px;
        min-height: 350px
    }
}

@media screen and (max-width: 374px) {
    .service-section-item-content {
        line-height: 18px;
        padding-top: 35px;
        font-size: 13px
    }
}

.service-section-item-content__info {;
    margin-bottom: 10px
}

@media screen and (max-width: 1200px) {
    .service-section-item-content__info {
        margin-bottom: 4px
    }
}

.service-section-item-content__link {
    color: inherit;
}

.service-section-item-content__link:hover {
    color: #007cac;
}
p.service-section-item-content__link:hover {
    color: inherit;
}

@media screen and (max-width: 1024px){
.service-section-item-content__link {
    font-size: 20px;
    line-height: 36px;
}
}

.service-section-item:last-child {
    margin-right: 0
}

.centralsort {
    display: flex;
}

.centralcolum {
    width: 50%;   
}


@media screen and (max-width: 1100px) {
    .service-section-item:last-child {
        margin: 5px
    }
}

@media screen and (max-width: 600px) {
    .service-section-item:last-child {
        margin: 5px 0
    }
}

.service-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 100%;
    max-width: 100%
}

.service-info__desc {
    max-width: 530px
}

.service-info-sert {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.service-info-imgs {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.service-about {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    height: 430px
}

.service-about-img {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background: url(../images/iso-25.jpg);
    background-size: cover;
    background-position: center;
    min-width: 50%
}

.service-about-info {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-top: 75px;
    padding-left: 100px;
    padding-right: 20px;
    min-width: 50%
}

.service-about-info__title {
    font-family: 'Raleway', sans-serif;
    color: #000;
    font-size: 19px;
    line-height: 21px;
    font-weight: 500;
    margin-bottom: 60px
}

.service-about-info__text {
    font-size: 15px;
    line-height: 23px;
    font-weight: 400
}

.service-for {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    min-height: 900px
}

.service-for-text {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-width: 50%;
    padding-top: 143px;
    padding-left: 140px;
    padding-right: 46px
}

.service-for-text__title {
    margin-bottom: 40px
}

.service-for-text-info {
    margin-top: 50px
}

.service-for-text-info__title {
    font-size: 17px;
    line-height: 26px;
    font-weight: 700;
    color: #df0110;
    margin-bottom: 20px
}

.service-for-text-info__text {
    font-size: 15px;
    line-height: 23px;
    font-weight: 400
}

.service-for-text-info--first {
    position: relative
}

.service-for-text-info--first:before {
    position: absolute;
    content: '1';
    width: 46px;
    height: 46px;
    border: 1px solid #df0110;
    border-radius: 50%;
    left: -90px;
    font-size: 15px;
    line-height: 46px;
    font-weight: 700;
    color: #df0110;
    text-align: center;
    top: -10px
}

.service-for-text-info--second {
    position: relative
}

.service-for-text-info--second:before {
    position: absolute;
    content: '2';
    width: 46px;
    height: 46px;
    border: 1px solid #df0110;
    border-radius: 50%;
    left: -90px;
    font-size: 15px;
    line-height: 46px;
    font-weight: 700;
    color: #df0110;
    text-align: center;
    top: -10px
}

.service-for-text-info--third {
    position: relative
}

.service-for-text-info--third:before {
    position: absolute;
    content: '3';
    width: 46px;
    height: 46px;
    border: 1px solid #df0110;
    border-radius: 50%;
    left: -90px;
    font-size: 15px;
    line-height: 46px;
    font-weight: 700;
    color: #df0110;
    text-align: center;
    top: -10px
}

.service-for-text-info--fourth {
    position: relative
}

.service-for-text-info--fourth:before {
    position: absolute;
    content: '4';
    width: 46px;
    height: 46px;
    border: 1px solid #df0110;
    border-radius: 50%;
    left: -90px;
    font-size: 15px;
    line-height: 46px;
    font-weight: 700;
    color: #df0110;
    text-align: center;
    top: -10px
}

.service-for-img {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-width: 50%;
    background: url(../images/for.jpg);
    background-size: cover;
    background-position: left
}

.service-views {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    min-height: 250px;
    height: 250px
}

.service-views-img {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-width: 50%;
    background: url(../images/yuyu.jpg);
    background-size: cover;
    background-position: center
}

.service-views-types {
    background: #df0110;
    color: #fff;
    padding-top: 76px;
    padding-left: 56px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.service-views-types__title {
    font-size: 19px;
    line-height: 28px;
    font-weight: 400;
    margin-bottom: 15px
}

.service-views-types__item {
    font-size: 24px;
    font-weight: 400;
    line-height: 36px;
    text-transform: uppercase
}

.service-views-types__link {
    color: #fff
}

.service-sertif {
    width: 100%;
    background: url(../images/sertif.jpg) no-repeat;
    background-size: cover;
    padding-bottom: 20px;
    padding-top: 54px
}

.service-sertif__title {
    font-size: 24px;
    line-height: 36px;
    font-weight: 400;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 56px;
    margin-left: 60px
}

.service-sertif-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    background: #fff;
    color: #000;
    border-radius: 10px;
    margin-bottom: 37px;
    padding-top: 33px;
    padding-bottom: 37px
}

.service-sertif-item-img {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center
}

.service-sertif-item-info {
    -webkit-box-flex: 2;
    -ms-flex: 2;
    flex: 2
}

.service-sertif-item-info__title {
    font-size: 18px;
    font-weight: 900;
    line-height: 20px;
    margin-bottom: 16px
}

.service-sertif-item-info__text {
    font-size: 15px;
    line-height: 23px;
    font-weight: 400;
    margin-bottom: 15px;
    -webkit-transition: color .2s ease-in;
    transition: color .2s ease-in
}

.service-sertif-item-info__text-bold {
    font-weight: bold
}

.service-sertif-item-info__text-link {
    color: #007cac
}

.service-sertif-item-info__text-link:hover {
    color: #000
}

.service-sertif-item-info__desc {
    font-size: 15px;
    line-height: 23px;
    font-weight: 700;
    margin-bottom: 15px
}

.service-sertif-item-info__list {
    list-style-type: none
}

.service-sertif-item-info__item {
    font-size: 15px;
    line-height: 23px;
    font-weight: 400
}

.service-sertif-item-info__item:before {
    content: "\2022";
    color: red;
    font-weight: bold;
    display: inline-block;
    width: 1em
}

.info {
    width: 100%;
    padding-top: 42px;
    background-color: #efefef;
    padding-bottom: 63px
}

.info__title {
    font-size: 22px;
    color: #df0110;
    font-weight: 400;
    line-height: 33px;
    margin-left: 22px;
    margin-bottom: 15px
}

@media screen and (max-width: 374px) {
    .info__title {
        line-height: 29px;
        margin-left: 0
    }
}

.info__text {
    font-size: 15px;
    line-height: 23px;
    margin-bottom: 21px;
    margin-left: 0
}

.info__differencies {
    font-size: 15px;
    line-height: 23px;
    font-weight: 700;
    margin-bottom: 18px
}

.info__list {
    list-style: none;
    margin-left: 5px
}

.info__item {
    line-height: 23px
}

.info__item:before {
    content: "\2022";
    color: red;
    font-weight: bold;
    display: inline-block;
    width: 1em
}

.about {
    width: 100%;
    background: url(../images/main-bg.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
    padding-top: 73px;
    padding-bottom: 66px
}

@media screen and (max-width: 1140px) {
    .about {
        background-position: right
    }
}

.about-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

@media screen and (max-width: 1140px) {
    .about-section {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.about-section-company {
    background-color: rgba(255, 255, 255, 0.68);
    font-size: 15px;
    line-height: 23px;
    max-width: 490px;
    font-weight: 400;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-top: 47px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 35px;
    border-radius: 10px
}

@media screen and (max-width: 1140px) {
    .about-section-company {
        display: block;
        margin: 30px auto;
        background-color: rgba(255, 255, 255, 0.9)
    }
}

@media screen and (max-width: 767px) {
    .about-section-company {
        max-width: 100%
    }
}

.about-section-company__title {
    font-size: 23px;
    font-weight: 400;
    line-height: 35px;
    margin-bottom: 10px;
    text-transform: uppercase
}

.about-section-company__list {
    text-align: justify
}

.about-section-company__text {
    text-align: justify
}

.about-section-steps {
    padding-left: 120px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center
}

@media screen and (max-width: 1140px) {
    .about-section-steps {
        padding-left: 0
    }
}

@media screen and (max-width: 767px) {
    .about-section-steps img {
        max-width: 100%;
        height: auto
    }
}

.partners-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

@media screen and (max-width: 1140px) {
    .partners-section {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.partners-section-job {
    -webkit-box-flex: 2;
    -ms-flex: 2;
    flex: 2;
    text-align: left;
    padding-top: 42px;
    padding-left: 7%;
    padding-right: 30px;
    padding-bottom: 61px;
    background-color: #284658;
    position: relative
}

@media screen and (max-width: 1366px){
.partners-section-job {
    padding-right: 25px;
    padding-left: 2%;
}
}

@media screen and (max-width: 1140px) {
    .partners-section-job {
        display: block;
        margin: 0 auto;
    }
}

@media screen and (max-width: 1140px) {
    .partners-section-job:after {
        display: none
    }
}

@media screen and (max-width: 414px) {
	.partners-section-job{
		padding-left: 7%;
    }
}

.partners-section-job__title {
    font-size: 23px;
    font-weight: 400;
    line-height: 35px;
    color: #ffffff;
    text-transform: uppercase;
    margin-bottom: 30px
}
.partners-section-job__text {
    font-size:14px;
    text-transform: none;
    color:#ffffff;
    line-height: 30px;
}

.partners-section-job-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-right: 50px;
    margin-bottom: 50px
}

@media screen and (max-width: 1140px) {
    .partners-section-job-img {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-right: 0
    }
}

@media screen and (max-width: 1140px) {
    .partners-section-job-img img {
        margin-right: 0
    }
}

@media screen and (max-width: 374px) {
    .partners-section-job-img img {
        width: 50px;
        height: auto
    }
}

.partners-section-job-img-eac {
    margin-right: 81px
}

@media screen and (max-width: 374px) {
    .partners-section-job-img-eac {
        margin-right: 50px
    }
}

.partners-section-job-img-stb {
    margin-right: 68px
}

@media screen and (max-width: 1140px) {
    .partners-section-job-img-str__str {
        margin-right: 0
    }
}

.partners-section-job-img-pct {
    margin-right: 62px
}

@media screen and (max-width: 1366px){
.partners-section-world {
    min-width: 520px;
}
}

@media screen and (max-width: 1140px) {
    .partners-section-job-img-iso__iso {
        margin-right: 0
    }
}

.partners-section-world {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
    padding-top: 42px;
    background: #E9E9E9;
    position: relative;
    min-width: 630px
}

@media screen and (max-width: 1366px) {
    .partners-section-world {
        min-width: 500px
    }
}

@media screen and (max-width: 767px) {
    .partners-section-world {
        min-width: 300px
    }
}

.partners-section-world:after {
    position: absolute;
    top: 57px;
    left: -1px;
    content: '';
    border: 20px solid transparent;
    border-left: 20px solid #284658
}

@media screen and (max-width: 1140px) {
    .partners-section-world:after {
        display: block;
        position: absolute;
        width: 30px;
        top: 40px;
        max-width: 30px;
        left: 0;
        content: '';
        border: 20px solid transparent;
        border-left: 20px solid #df0110;
    }
}

.partners-section-world__title {
    font-size: 23px;
    font-weight: 400;
    line-height: 35px;
    color: #19182e;
    text-transform: uppercase;
    margin: 0 auto 30px;
    max-width: 400px
}

.wework img{
    width: 70%;
}

.wework {
    padding-top: 50px;
}
.partners-section-world-logos {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

@media screen and (max-width: 480px) {
    .partners-section-world-logos {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal; /*-ms-flex-direction:column;flex-direction:column/*/
    }
}

.partners-section-world-logos img {
    margin-bottom: 40px;
    padding-top: 7%;    
}

@media screen and (max-width: 480px) {
    .partners-section-world-logos img {
        width: 90%;
        height: auto
    }
}

.partners-section-why {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: left;
    padding-top: 44px;
    position: relative;
    background: #df0110;
	padding-left: 2%;
}

.partners-section-why:after {
    position: absolute;
    top: 57px;
    left: 0px;
    content: '';
    border: 20px solid transparent;
    border-left: 20px solid #284658;
}

@media screen and (max-width: 1366px){
.partners-section-why {
	padding-bottom: 44px;
    padding-left: 0;
}
}

@media screen and (max-width: 1140px) {
    .partners-section-why {
        padding-bottom: 44px;
		padding-left: 30%;
    }
}

@media screen and (max-width: 414px) {
    .partners-section-why:after {
        top: 62px
    }
	.partners-section-why {
		padding-left: 7%;
    }
}

.partners-section-why__title {
    font-size: 23px;
    font-weight: 400;
    line-height: 35px;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 30px;
    margin-left: 50px;
    max-width: 300px
}

@media screen and (max-width: 1140px) {
    .partners-section-why__title {
        max-width: 100%;
        width: 100%;
        margin: 20px 0 20px 30px;
        display: block;
        text-align: left
    }
}

@media screen and (max-width: 479px) {
    .partners-section-why__title {
        max-width: 270px
    }
}

.partners-section-why-advantages {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    text-align: left;
    padding-left: 30px;
    padding-right: 30px;
    color: #fff;
    padding-bottom: 30px
}

@media screen and (max-width: 767px) {
    .partners-section-why-advantages {
        padding-left: 20px
    }
}

.partners-section-why-advantages__text {
    padding-top: 15px;
    padding-left: 15px
}

.way {
    width: 100%
}

.way-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

@media screen and (max-width: 767px) {
    .way-section {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.way-section-bg {
    background: url("../images/RIGHT.jpg") no-repeat;
    background-size: cover;
    background-position: 74%;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 500px
}

@media screen and (max-width: 1140px) {
    .way-section-bg {
        width: 50%
    }
}

@media screen and (max-width: 1024px) {
    .way-section-bg {
        background-position: 64%
    }
}

@media screen and (max-width: 767px) {
    .way-section-bg {
        display: none
    }
}

.way-section-form {
    background-color: #efefef;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-left: 54px;
    padding-top: 45px
}

@media screen and (max-width: 1140px) {
    .way-section-form {
        width: 50%
    }
}

@media screen and (max-width: 767px) {
    .way-section-form {
        width: 100%;
        padding-bottom: 45px;
        padding-left: 20px;
        padding-right: 20px
    }
}

.way-section-form__title {
    font-size: 15px;
    color: #df0110;
    line-height: 23px;
    font-weight: 400;
    padding-bottom: 25px
}

.way-section-form__text {
    font-size: 23px;
    font-weight: 400;
    line-height: 35px;
    max-width: 350px;
    margin-bottom: 47px
}

@media screen and (max-width: 767px) {
    .way-section-form__text {
        width: 100%
    }
}

@media screen and (max-width: 374px) {
    .way-section-form__text {
        font-size: 20px;
        line-height: 30px
    }
}

.way-section-form__input {
    display: block;
    border: none;
    border-radius: 10px;
    width: 90%;
    height: 38px;
    background: #fff;
    padding-left: 45px;
    margin-bottom: 15px
}

.way-section-form__input:focus {
    -webkit-box-shadow: 0 0 5px 0 #BADAED;
    box-shadow: 0 0 5px 0 #BADAED
}

@media screen and (max-width: 767px) {
    .way-section-form__input {
        width: 100%
    }
}

.way-section-form__btn {
    margin-top: 44px
}

.way-section-form-name, .way-section-form-tel, .way-section-form-email {
    position: relative;
    display: block
}

.way__fa {
    top: 24px;
    left: 9px;
    width: 22px;
    height: 22px;
    color: #bcbcbc;
    position: absolute;
    content: '';
    border-radius: 50%;
    border: 1px solid #bcbcbc;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 2px;
    font-size: 1.3em !important
}

.way__user {
    top: 10px
}

.way__phone, .way__at {
    top: 8px
}

.way__circle {
    position: absolute
}

.slider {
    padding-top: 60px;
    padding-bottom: 70px
}

@media screen and (max-width: 1350px) {
    .slider {
        min-height: 450px
    }
}

@media screen and (max-width: 1199px) {
    .slider {
        min-height: 250px
    }
}

.slider__title {
    font-size: 22px;
    line-height: 35px;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 70px
}

.slider-slick {
    width: 100%;
    max-width: 1200px
}

@media screen and (max-width: 1199px) {
    .slider-slick {
        max-width: 800px;
        margin: 0 auto
    }
}

@media screen and (max-width: 990px) {
    .slider-slick {
        max-width: 600px;
        margin: 0 auto
    }
}

@media screen and (max-width: 767px) {
    .slider-slick {
        max-width: 400px
    }
}

.slider-slick__item {
    width: 300px;
    height: 80px
}

@media screen and (max-width: 1140px) {
    .slider-slick__item {
        width: 150px
    }
}

@media screen and (max-width: 990px) {
    .slider-slick__item {
        width: 100px
    }
}

.slider-slick__img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 180px;
    height: auto;
    margin: 0 auto
}

.slider-slick__img-med {
    margin-top: 40px
}

.slider-slick__img-mag {
    margin-top: 12px
}

.slick-prev, .slick-next {
    position: absolute;
    display: block;
    height: 20px;
    width: 20px;
    line-height: 0px;
    font-size: 0px;
    cursor: pointer;
    background: transparent;
    color: transparent;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding: 0;
    border: none;
    outline: none
}

.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent
}

.slick-prev:before, .slick-next:before {
    font-size: 20px;
    line-height: 1;
    color: #000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-prev {
    left: -25px
}

[dir="rtl"] .slick-prev {
    left: auto;
    right: -25px
}

.slick-prev:before {
    content: url("../images/arrow-left.png")
}

[dir="rtl"] .slick-prev:before {
    content: url("../images/arrow-left.png")
}

.slick-next {
    right: -25px
}

[dir="rtl"] .slick-next {
    left: -25px;
    right: auto
}

.slick-next:before {
    content: url("../images/arrow-right.png")
}

[dir="rtl"] .slick-next:before {
    content: url("../images/arrow-right.png")
}

.slick-prev, .slick-next {
    opacity: .6;
    -webkit-transition: opacity .2s ease-in;
    transition: opacity .2s ease-in
}

.slick-next:hover {
    opacity: 1
}

.slick-prev:hover {
    opacity: 1
}

.slick-dotted.slick-slider {
    margin-bottom: 30px
}

.slick-dots {
    position: absolute;
    bottom: -25px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    margin: 0;
    width: 100%
}

.slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer
}

.slick-dots li button {
    border: 0;
    background: transparent;
    display: block;
    height: 20px;
    width: 20px;
    outline: none;
    line-height: 0px;
    font-size: 0px;
    color: transparent;
    padding: 5px;
    cursor: pointer
}

.slick-dots li button:hover, .slick-dots li button:focus {
    outline: none
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
    opacity: 1
}

.slick-dots li button:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "â€¢";
    width: 20px;
    height: 20px;
    font-family: "slick";
    font-size: 6px;
    line-height: 20px;
    text-align: center;
    color: #000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-dots li.slick-active button:before {
    color: #000;
    opacity: 1
}

@media screen and (max-width: 520px) {
    .slick-next:before, .slick-prev:before {
        display: none
    }
}

.slick-slider {
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: none
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-track, .slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.slick-track:before, .slick-track:after {
    content: "";
    display: table
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none
}

[dir="rtl"] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

.footer {
    width: 100%;
    font-size: 15px;
    font-weight: 400;
    line-height: 23px
}

.footer-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

@media screen and (max-width: 1350px) {
    .footer-section {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.footer-section-info {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-width: 60%;
    background: #284658;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding-top: 45px;
    padding-bottom: 10px
}

@media screen and (max-width: 1600px) {
    .footer-section-info {
        padding-top: 30px
    }
}

@media screen and (max-width: 1350px) {
    .footer-section-info {
        padding-bottom: 30px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

@media screen and (max-width: 1200px) {
    .footer-section-info {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

@media screen and (max-width: 1150px) {
    .footer-section-info {
        min-height: 350px
    }
}

@media screen and (max-width: 1000px) {
    .footer-section-info {
        padding-left: 20px;
        padding-right: 20px
    }
}

@media screen and (max-width: 767px) {
    .footer-section-info {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: flex-center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center;
        padding-left: 20px;
        padding-right: 20px
    }
}

@media screen and (max-width: 374px) {
    .footer-section-info {
        padding-left: 10px;
        padding-right: 10px
    }
}

.footer-section-info-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 200px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}
.footer-btn-mobi-box{
	display:none;
}
.footer-section-info-order {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.footer-section-info-order-social {
    width: 100%;
	margin-bottom: 140px;
}

@media screen and (max-width: 1030px){
	.footer-section-info-order-social {
	margin-bottom: 20px;
}
}
.footer-btn-mobi-box{
	display:none;
}
.footer-section-info-order__btn {
    display: block;
}
.footer-section-info-links__item {
    margin-bottom: 12px;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
    margin: 10px 15px;
    width: 70px;
    max-width: 100px;
    color: #284658;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
    padding:4px;
    border-radius: 7px;
    background-color: white;
    font-weight: 600;
	text-align: center;
}
@media screen and (max-width: 1024px){
.footer-section-info-order {
    margin-top: 20px;
	margin-bottom:0px;
}
.footer-section-info-contacts-item {
    margin-bottom: 8px;
}
.footer-section-info-order {
    margin-top: 20px;
}
.footer-section-info-order-social {
    margin-bottom: 0;
}
}
@media screen and (max-width: 768px){
.footer-btn-mobi-box{
	display: block;
	margin-bottom:20px;
    height: auto;
}
.footer-btn-mobi{
	font-family: 'Roboto-Bold', sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    color: white;
    font-size: 10px;
    background: #ea2829;
    height: 42px;
    padding: 16px 30px;
    border-radius: 10px;
    cursor: pointer;
    transition: all .3s ease-in;
    box-shadow: 0 2px 26px 5px rgba(224, 6, 6, 0.15);
    background-image: linear-gradient(to top, #de0000 0%, #fb6464 100%);
}
.footer-btn-mobi:hover {
    transition: all .3s ease-in;
    background-image: linear-gradient(to top, #e40a0a 0%, #f55d5d 100%)
}
.footer-section-info-order__btn {
    display: none;
}
.footer-section-info-order-social {
    margin-bottom: 0;
}
}
@media screen and (max-width: 767px){
.footer-section-info-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    max-width: 300px;
    text-align: center;
}
.footer-section-info-contacts {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: start;
}
}
@media screen and (max-width: 600px){
.footer-section-info-contacts-item {
    margin: 0px 0 5px 20%;
}
}
@media screen and (max-width: 500px){
.footer-section-info-contacts-item {
    margin: 0px 0 5px 20px;
}
}

@media screen and (max-width: 1550px) {
    .footer-section-info-links {
        text-align: center;
        max-width: 130px
    }
}

@media screen and (max-width: 1350px) {
    .footer-section-info-links {
        max-width: 200px
    }
}

@media screen and (max-width: 767px) {
    .footer-section-info-links {
        margin-bottom: 15px
    }
}

.footer-section-info-links__item:hover {
    color: #007cac
}

@media screen and (max-width: 600px){
.footer-section-info-links__item {
    margin: 10px 15px;
    max-width: 100px;
    width: 70px;
    max-width: 100px;
    color: #284658;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
    padding: 2px 6px;
    border-radius: 7px;
    background-color: white;
    font-weight: 600;
}
}
@media screen and (max-width: 500px){
.footer-section-info-links__item {
    margin: 10px 15px;
    max-width: 100px;
    width: 70px;
    max-width: 100px;
    color: #284658;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
    padding: 2px 6px;
    border-radius: 7px;
    background-color: white;
    font-weight: 600;
	font-size: 12px;
}
}

@media screen and (max-width: 767px) {
    .footer-section-info-links {
        text-align: center
    }
}

.footer-section-info-logo {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-left: 67px;
    max-width: 200px
}

@media screen and (max-width: 1600px) {
    .footer-section-info-logo {
        margin-left: 15px
    }
}

@media screen and (max-width: 1550px) {
    .footer-section-info-logo {
        max-width: 130px
    }
}

@media screen and (max-width: 1350px) {
    .footer-section-info-logo {
        max-width: 200px
    }
}

@media screen and (max-width: 767px) {
    .footer-section-info-logo {
        margin-bottom: 15px;
        margin-left: 0
    }
}

.footer-section-info-logo__img {
    display: block;
    width: 150px;
    padding-top: 15px;
    text-align: center
}

@media screen and (max-width: 767px) {
    .footer-section-info-logo__img {
        margin-left: -23px
    }
}

.footer-section-info-order {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    max-width: 300px;
    text-align: center
}

@media screen and (max-width: 1150px) {
    .footer-section-info-order {
        min-width: 100%;
        margin-top: 30px
    }
}

.footer-section-info-order__btn {
    font-family: 'Roboto-Bold', sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    color: white;
    font-size: 10px;
    background: #ea2829;
    height: 42px;
    padding: 0 30px;
    border-radius: 10px;
    cursor: pointer;
    transition: all .3s ease-in;
    box-shadow: 0 2px 26px 5px rgba(224, 6, 6, 0.15);
    background-image: linear-gradient(to top, #de0000 0%, #fb6464 100%);
}

.footer-section-info-order__btn:hover {
    transition: all .3s ease-in;
    background-image: linear-gradient(to top, #e40a0a 0%, #f55d5d 100%)
}

.footer-section-info-order-social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-top: 13px
}

.footer-section-info-order-social__link {
    width: 38px;
    height: 38px;
    background: #fff;
    color: #284658;
    border-radius: 50%;
    line-height: 38px;
    margin: 0 5px;
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in
}

.footer-section-info-order-social__link:hover {
    background: #ed3535
}

.footer-section-info-contacts {
    color: #fff;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-width: 350px
}

@media screen and (max-width: 1350px) {
    .footer-section-info-contacts {
        max-width: 350px
    }
}

@media screen and (max-width: 1350px) {
    .footer-section-info-contacts {
        max-width: 400px
    }
}

@media screen and (max-width: 767px) {
    .footer-section-info-contacts {
        margin-bottom: 0;
        margin-right: 0
    }
}

.footer-section-info-contacts-item {
    margin-bottom: 17px
}

@media screen and (max-width: 500px){
.footer-section-info-contacts-item {
    margin: 0px 0 5px 20px;
    text-align: left;
}
}

.footer-section-info-contacts-item__text {
    margin-left: 15px;
    line-height: 34px;
}

.footer-section-info-contacts-item__text a {
    color: #fff;
    text-decoration: none
}

.footer-section-map {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    max-width: 40%
}

@media screen and (max-width: 1350px) {
    .footer-section-map {
        max-width: 100%;
        width: 100%
    }
}

.footer-copyright {
    background: #efefef;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 15px 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 15px;
    line-height: 23px;
    font-weight: 400
}

@media screen and (max-width: 767px) {
    .footer-copyright {
        padding: 20px;
        text-align: center
    }
}

.footer__circle {
    border: 1px solid white;
    border-radius: 50%;
    width: 23px;
    height: 23px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.footer__circle-clock {
    border: none;
    font-size: 1.5em !important
}

.footer__fa {
    color: #fff
}

.footer__at {
    border: none;
    font-size: 1.5em
}

.footer__link {
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in
}

.footer__link:hover {
    color: #007cac
}

@media screen and (max-width: 767px) {
    /*.footer-section-info {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        text-align: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }/*/

    .footer-section-info-logo__img {
        margin-left: 0;
        width: 100px
    }

    .footer-section-info-order {
        min-width: 100%
    }

    .footer-section-info-links {
        max-width: 160px;
        margin-right: 0
    }
}

@media screen and (max-width: 620px) {
    .footer-section-info-order {
        margin-top: 30px
    }
}

@media screen and (max-width: 600px) {
    .footer-section-info-contacts {
        width: 100%;
        min-width: 100%
    }

    .footer-section-info-order {
        min-width: 100%
    }
	.footer-section-info-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
	-webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    max-width: 300px;
    text-align: center;
}
.footer-section-info-contacts {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: start;
}
.footer-section-info-contacts-item {
    margin: 0px 0 5px 20px;
    text-align: left;
}
}

@media screen and (max-width: 500px){
.footer-section-info-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
	-webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    max-width: 300px;
    text-align: center;
}
}

@media screen and (max-width: 374px) {
    .footer-section-info-links, .footer-section-info-contacts {
        font-size: 13px
    }

    .footer-section-info-links {
        margin-bottom: 20px
    }
}

.modal {
    position: fixed;
    left: 50%;
    top: 50%;
    margin-left: -300px;
    margin-top: -300px;
    width: 600px;
    background: #fff;
    opacity: 1;
    z-index: 10001;
    display: none
}

@media screen and (max-width: 620px) {
    .modal {
        margin-left: -200px;
        margin-top: -50%;
        width: 400px
    }
}

@media screen and (max-width: 420px) {
    .modal {
        margin-left: -155px;
        width: 310px
    }
}

.modal__input {
    height: 33px;
    width: 100%;
    border: 1px solid #e4dddd;
    padding-left: 15px;
    border-radius: 5px;
    margin-bottom: 18px
}

.modal__input:focus {
    border: 1px solid #BADAED
}

.modal-title {
    border-bottom: 1px solid #e4dddd;
    padding-top: 35px;
    padding-bottom: 35px;
    font-weight: bold;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.modal-title__order {
    font-size: 18px;
    line-height: 26px;
    font-weight: 900;
    color: #323232
}

.modal-form {
    padding-top: 18px;
    padding-left: 11px;
    padding-right: 11px;
    padding-bottom: 50px
}

@media screen and (max-width: 420px) {
    .modal-form {
        padding-top: 20px;
        padding-bottom: 20px
    }
}

.modal-form__order {
    height: 33px;
    padding: 0 35px;
    font-size: 13px;
    text-transform: uppercase;
    line-height: 34px;
    border-radius: 5px;
    font-weight: 700
}

.modal-form-calling {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

.modal-form-calling__country {
    width: 10%;
    margin-right: 3px
}

@media screen and (max-width: 620px) {
    .modal-form-calling__country {
        max-width: 40px;
        width: 51px;
        padding-left: 5px
    }
}

.modal-form-calling__oper {
    width: 30%;
    margin-right: 3px
}

.modal-form-calling__number {
    width: 60%
}

.modal-footer {
    border-top: 1px solid #e4dddd;
    background: #fff;
    padding-right: 11px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-top: 18px;
    padding-bottom: 18px
}

.modal-footer__close {
    height: 33px;
    padding: 0 35px;
    font-size: 13px;
    font-weight: 700;
    background: #323232;
    text-transform: uppercase;
    line-height: 34px;
    border-radius: 5px;
    font-family: 'Raleway', sans-serif
}

.modal-footer__close:hover {
    background: #000
}

.modal__close {
    position: absolute;
    top: 20px;
    right: 20px;
    color: #bcbcbc;
    -webkit-transition: color .3s ease-in;
    transition: color .3s ease-in;
    cursor: pointer
}

.modal__close:hover {
    color: #000
}

.modal-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 100;
    display: none
}

@media screen and (max-width: 1120px) {
    .page-partners {
        padding-top: 25px
    }
}

.page-partners-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding-bottom: 60px
}

@media screen and (max-width: 990px) {
    .page-partners-section {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.page-partners-section__title {
    font-size: 19px;
    line-height: 29px;
    font-weight: 700;
    color: #45aaff;
    margin-bottom: 23px;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in
}

.page-partners-section__title:hover {
    color: #304770
}

.page-partners-section__text {
    font-size: 15px;
    line-height: 23px;
    font-weight: 400;
    color: #323232
}

.page-partners-section-amocrm {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background: #efefef;
    margin-right: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding-top: 40px;
    padding-left: 18px;
    padding-right: 18px;
    padding-bottom: 37px;
    border-radius: 10px
}

@media screen and (max-width: 990px) {
    .page-partners-section-amocrm {
        margin-bottom: 30px;
        margin-right: 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.page-partners-section-amocrm-img {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center
}

.page-partners-section-amocrm-text {
    -webkit-box-flex: 2;
    -ms-flex: 2;
    flex: 2
}

.page-partners-section-amocrm-text__title {
    text-transform: uppercase
}

@media screen and (max-width: 990px) {
    .page-partners-section-amocrm-text__title {
        text-align: center;
        margin-top: 15px;
        margin-bottom: 15px
    }
}

.page-partners-section-obip {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background: #efefef;
    margin-left: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    border-radius: 10px;
    padding-top: 40px;
    padding-left: 18px;
    padding-right: 18px;
    padding-bottom: 37px
}

@media screen and (max-width: 990px) {
    .page-partners-section-obip {
        margin-left: 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

@media screen and (max-width: 990px) {
    .page-partners-section-obip img {
        display: block;
        margin: 0 auto
    }
}

@media screen and (max-width: 990px) {
    .page-partners-section-obip-text__title {
        text-align: center;
        margin-top: 15px;
        margin-bottom: 15px
    }
}

.page-partners__title {
    font-size: 23px;
    line-height: 35px;
    font-weight: 700;
    margin-top: 35px;
    margin-bottom: 40px;
    text-transform: uppercase;
    margin-left: 190px
}

@media screen and (max-width: 1150px) {
    .page-partners__title {
        margin-left: 0;
        margin-top: 20px;
        text-align: center
    }
}

.onas {
    width: 100%
}

.onas-banner {
    padding-left: 96px;
    background: url("../images/o-nas.jpg") no-repeat;
    background-size: cover
}

@media screen and (max-width: 1120px) {
    .onas-banner {
        padding-left: 0
    }
}

@media screen and (max-width: 767px) {
    .onas-banner {
        padding-left: 20px
    }
}

.onas-banner-info {
    max-width: 69%;
}

@media screen and (max-width: 1120px) {
    .onas-banner-info {
        max-width: 70%
    }
}

@media screen and (max-width: 767px) {
    .onas-banner-info {
        max-width: 100%
    }
}

.onas-banner-info__title {
    font-size: 22px;
    line-height: 43px;
    font-weight: 100;
    color: #284658
}

@media screen and (max-width: 767px) {
    .onas-banner-info__title {
        font-size: 20px;
        line-height: 30px
    }
}

@media screen and (max-width: 374px) {
    .onas-banner-info__title {
        font-size: 18px;
        line-height: 23px
    }
}

.onas-banner-info__desc {
    color: #fff
}

.onas-steps {
    background: url("../images/snimok.jpg") no-repeat;
    background-size: cover;
    background-position: center
}

.onas-form {
    background: url("../images/form.jpg") no-repeat;
    background-size: cover;
    background-position: center
}

.onas-company {
    padding-bottom: 40px;
    padding-top: 40px
}

.onas-company-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media screen and (max-width: 990px) {
    .onas-company-section {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.onas-company-section-img {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
    margin-top: 80px;
    max-width: 500px
}

@media screen and (max-width: 990px) {
    .onas-company-section-img {
        margin-top: 20px
    }
}

.onas-company-section-info {
    -webkit-box-flex: 2;
    -ms-flex: 2;
    flex: 2
}

@media screen and (max-width: 990px) {
    .onas-company-section-info {
        padding: 0 20px
    }
}

.onas-company-section-info__img{
	float: left;
    padding: 0px 20px 10px 0px;
	width: 10%;
}
@media screen and (max-width: 1024px){
	.onas-company-section-info__img{
		width: 16%;
}
}
@media screen and (max-width: 768px){
	.onas-company-section-info__img{
		width: 13%;
}
}
@media screen and (max-width: 400px){
	.onas-company-section-info__img{
		width: 30%;
}
}
@media screen and (max-width: 360px){
	.onas-company-section-info__img{
		width: 29%;
}
}

.onas-company-section-info__title {
    font-size: 23px;
    line-height: 35px;
    font-weight: 400;
    margin-bottom: 15px
}

@media screen and (max-width: 990px) {
    .onas-company-section-info__title {
        text-align: center;
        margin-top: 20px
    }
}

.onas-company-section-info__text {
    font-size: 16px;
    line-height: 23px;
    font-weight: 600
}

.onas-company-section-info__item {
    font-size: 15px;
    line-height: 23px;
    font-weight: 400
}

.onas-steps {
    padding-top: 54px;
    padding-bottom: 87px;
    color: #fff
}

.onas-steps__title {
    color: #df0110;
    font-size: 24px;
    line-height: 36px;
    font-weight: 600;
    margin-bottom: 54px;
    margin-left: 45px
}

@media screen and (max-width: 1400px) {
    .onas-steps__title {
        margin-left: 0;
        text-align: center
    }
}

.onas-steps-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

@media screen and (max-width: 999px) {
    .onas-steps-section {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

.onas-steps-section-items {
    padding: 40px;
    background-color: #ffffff9e;
    margin-right: 53px;
    border-radius: 10px;
    min-height: 206px;
    max-width: 300px;
    min-width: 300px;
    position: relative
}

@media screen and (max-width: 1400px) {
    .onas-steps-section-items {
        max-width: 250px;
        height: auto;
        min-height: 150px;
        min-width: 250px;
        padding-right: 20px;
        padding-top: 20px;
        padding-bottom: 20px;
        padding-left: 20px
    }
}

@media screen and (max-width: 1200px) {
    .onas-steps-section-items {
        max-width: 200px;
        min-width: 200px;
        padding-right: 10px;
        padding-left: 10px
    }
}

@media screen and (max-width: 999px) {
    .onas-steps-section-items {
        margin-right: 0;
        margin-bottom: 30px
    }
}

.onas-steps-section-items__title {
    font-size: 23px;
    line-height: 35px;
    font-weight: 700;
    color: #df0110
}

@media screen and (max-width: 999px) {
    .onas-steps-section-items__title {
        text-align: center
    }
}

.onas-steps-section-items__text {
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    color: #323232
}

@media screen and (max-width: 999px) {
    .onas-steps-section-items__text {
        font-size: 15px;
        text-align: center
    }
}

.onas-steps-section-items:after {
    position: absolute;
    content: '';
    background: url(../images/31-1.png) no-repeat;
    width: 39px;
    height: 13px;
    right: -36px;
    top: 67px
}

@media screen and (max-width: 999px) {
    .onas-steps-section-items:after {
        display: none
    }
}

.onas-steps-section-items:last-child:after {
    display: none
}

.onas-form {
    color: #fff;
    padding-top: 54px;
    padding-bottom: 67px
}

@media screen and (max-width: 990px) {
    .onas-form {
        text-align: center
    }
}

.onas-form__desc {
    font-size: 17px;
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 23px
}

.onas-form__title {
    font-size: 23px;
    line-height: 35px;
    text-transform: uppercase;
    margin-bottom: 43px;
    font-weight: 400
}

.onas-form-inputs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 23px
}

@media screen and (max-width: 990px) {
    .onas-form-inputs {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.onas-form-inputs__input {
    max-width: 550px;
    width: 100%;
    height: 40px;
    border-radius: 10px;
    border: none;
    margin-right: 30px;
    padding-left: 45px
}

.onas-form-inputs__input:focus {
    -webkit-box-shadow: 0 0 5px 0 #BADAED;
    box-shadow: 0 0 5px 0 #BADAED
}

@media screen and (max-width: 990px) {
    .onas-form-inputs__input {
        margin-bottom: 15px
    }
}

.onas-form-inputs:last-child {
    margin-right: 0
}

.onas-form__btn {
    padding: 0 70px
}

.onas__fa {
    border: none;
    font-size: 1.5em
}

.onas-fa {
    position: absolute;
    top: 10px;
    left: 16px
}

.onas-section-form-tel, .onas-section-form-name, .onas-section-form-email {
    display: inline-block;
    position: relative;
    max-width: 600px;
    width: 100%;
    margin-right: 20px
}

@media screen and (max-width: 990px) {
    .onas-section-form-tel, .onas-section-form-name, .onas-section-form-email {
        margin: 0 auto
    }
}

.onas-section-form-email:last-child {
    margin-right: 0
}

@media screen and (max-width: 990px) {
    .action-section-form-name.onas-section-form-email {
        margin: 0 auto
    }
}

.article {
    padding-top: 85px;
    padding-bottom: 64px;
    background: #efefef
}

@media screen and (max-width: 767px) {
    .article {
        padding-bottom: 40px;
        padding-top: 40px
    }
}

.article__container {
    max-width: 767px !important
}

@media screen and (max-width: 1200px) {
    .article__container {
        width: 100%;
        padding: 0 20px !important
    }
}

.article-section__title {
    font-size: 26px;
    line-height: 43px;
    font-weight: 900;
    margin-bottom: 26px;
    color: #323232
}

@media screen and (max-width: 767px) {
    .article-section__title {
        font-size: 20px;
        margin-bottom: 10px
    }
}

@media screen and (max-width: 375px) {
    .article-section__title {
        font-size: 18px
    }
}

.article-section__title-bold {
    font-family: 'Raleway', "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 900;
    line-height: 43px;
    font-size: 43px;
    text-transform: uppercase;
    margin-bottom: 11px;
    color: #323232
}

.article-section__title-osob {
    font-size: 27px;
    line-height: 30px;
    font-weight: 900;
    font-family: 'Raleway', "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin-bottom: 11px;
    margin-top: 20px;
    color: #323232
}

.article-section__title-standart {
    font-size: 24px;
    line-height: 36px;
    font-weight: 700;
    margin: 15px 0;
    text-transform: inherit;
    color: #323232
}

.article-section__title-get {
    font-size: 24px;
    line-height: 26px;
    font-weight: 900;
    font-family: 'Raleway', "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin-bottom: 11px;
    margin-top: 20px;
    color: #323232
}

.article-section__title-left {
    color: #323232;
    font-size: 15px;
    line-height: 23px;
    font-weight: 700;
    margin: 15px 0 15px 20px
}

.article-section__title-history {
    margin-top: 40px
}

@media screen and (max-width: 1100px) {
    .article-section__title-history {
        margin-top: 15px
    }
}

.article-section__img {
    display: block;
    width: 100%;
    height: auto;
    text-align: center;
    margin: 10px 0;
}

.article-section__text {
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
    padding-bottom: 10px;
    color: #323232
}

.article-section__text-top {
    padding-top: 10px
}

.article-section__list {
    margin: 20px 0 20px 20px
}

.article-konsultant__list {
    margin: 3px 0 0 20px;
    list-style: lower-alpha;
}

.article-konsultant__item {
    position: relative;
    color: #323232;
    font-size: 15px;
    line-height: 28px;
    font-weight: 400;
    font-style: italic;
}

.article-section__list-without {
    margin-left: 0
}

.article-section__item {
    position: relative;
    color: #323232;
    font-size: 15px;
    line-height: 28px;
    font-weight: 400;
    margin: 12px 0
}

.article-section__item:before {
    content: "\2022";
    color: #000;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
    position: absolute;
    top: 4px
}

.article-section__item-without {
    color: #323232;
    font-size: 15px;
    line-height: 23px;
    font-weight: 400;
    margin-bottom: 10px
}

.article-section__link {
    color: #45aaff;
    -webkit-transition: color .2s ease-in;
    transition: color .2s ease-in
}

.article-section__link:hover {
    color: #304770
}

.article-section-date {
    background: #304770;
    color: #fff;
    height: 47px;
    width: 180px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 400;
    font-size: 15px;
    line-height: 23px;
    margin: 20px 0px 60px 0px;
}

.article-section-date__info {
    margin-left: 10px
}

.main {
    padding-top: 70px
}

@media screen and (max-width: 990px) {
    .main {
        padding-top: 50px
    }
}

.main__title {
    font-size: 23px;
    line-height: 43px;
    font-weight: 400;
    color: #323232;
    margin-left: 70px
}

@media screen and (max-width: 767px) {
    .main__title {
        margin: 0;
        text-align: center
    }
}

@media screen and (max-width: 420px) {
    .main__title {
        font-size: 20px
    }
}

.main__title-news {
    margin-top: 80px
}

.main-novosti {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.main-novosti-item {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 400px;
    flex: 1 1 400px;
    height: 212px;
    margin: 3px;
    position: relative
}

@media screen and (max-width: 1200px) {
    .main-novosti-item {
        width: 100%;
        max-width: 100%
    }
}

@media screen and (max-width: 420px) {
    .main-novosti-item {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 350px;
        flex: 1 1 350px;
        width: 350px;
        max-width: 350px;
        min-width: 350px
    }
}

@media screen and (max-width: 375px) {
    .main-novosti-item {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 310px;
        flex: 1 1 310px;
        width: 310px;
        max-width: 310px;
        min-width: 310px
    }
}

.main-novosti-item-oil {
    background: url(../images/neft-1.jpg);
    background-size: cover
}

.main-novosti-item-eas {
    background: url(../images/2wq-1.jpg);
    background-size: cover
}

.main-novosti-item-iso {
    background: url(../images/4wq-6.jpg);
    background-size: cover
}

.main-novosti-item-what {
    background: url(../images/5wq-2.jpg);
    background-size: cover
}

.main-novosti-item-serf {
    background: url(../images/3wq-1-1-1.jpg);
    background-size: cover
}

.main-novosti-item-es {
    background: url(../images/6wq-1-1.jpg);
    background-size: cover
}

.main-novosti-item-trtc {
    background: url(../images/7wq.jpg);
    background-size: cover
}

.main-novosti-item-this {
    background: url(../images/certification-iso-9001-2014-aluminium-martigny.jpg);
    background-size: cover
}

.main-novosti-item-halyal {
    background: url(../images/halyal-seminar.jpg);
    background-size: cover
}

.main-novosti-item-gpdr {
    background: url(../images/gpdr.png);
    background-size: cover
}

.main-novosti-item-konsultant {
    background: url(../images/konsultant.jpg);
    background-size: cover
}

.main-novosti-item-otveti-po-27001 {
    background: url(../images/otveti-po-27001.jpg);
    background-size: cover
}

.main-novosti-item-upr-r-po-27001 {
    background: url(../images/p-u-riskami.jpg);
    background-size: cover
}

.main-novosti-item-ropib-27001 {
    background: url(../images/raspred-ob-27001.jpg);
    background-size: cover
}

.main-novosti-item-kvoi-27001 {
    background: url(../images/kvoi.jpg);
    background-size: cover
}

.main-novosti-item-what-common-27001-9001 {
    background: url(../images/what-common.jpg);
    background-size: cover
}

.main-novosti-item-zaglushka-27001 {
    background: url(../images/zaglushka.jpg);
    background-size: cover
}

.main-novosti-item-ipsovstb-18001 {
    background: url(../images/ipsovstb18001.jpg);
    background-size: cover
}

.main-novosti-item-ct-eu-mdr-13485 {
    background: url(../images/ct-eu-mdr.jpg);
    background-size: cover
}

.main-novosti-item-vers {
    background: url(../images/iso-22000-st-1.jpg);
    background-size: cover
}

.main-novosti-item-iec {
    background: url(../images/457wq.jpg);
    background-size: cover
}

.main-novosti-item-meetup {
    background: url(../images/9wwq-2-1.jpg);
    background-size: cover
}

.main-novosti-item-title {
    background: rgba(255, 255, 255, 0.8);
    padding: 20px 28px;
    font-size: 15px;
    line-height: 23px;
    font-weight: 400;
    color: #323232;
    position: absolute;
    bottom: 0;
    width: 100%;
    min-height: 100px;
    height: 100px;
    cursor: pointer;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in
}

.main-novosti-item-title:hover {
    color: #45aaff
}

@media screen and (max-width: 420px) {
    .main-novosti-item-title {
        padding: 10px
    }
}

.main-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-bottom: 20px;
    min-height: 202px
}

@media screen and (max-width: 767px) {
    .main-info {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        height: auto
    }
}

.main-info--border {
    border-top: 1px solid #d1d1d1
}

.main-info-img {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%
}

.main-info-img a img {
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%;
    width: 100%
}

.main-info-text {
    padding-left: 33px;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 15px;
    line-height: 23px;
    font-weight: 400;
    width: 100%;
    padding-right: 30px
}

@media screen and (max-width: 767px) {
    .main-info-text {
        padding-left: 0;
        padding-right: 0
    }
}

.main-info-text__title {
    font-size: 22px;
    line-height: 26px;
    font-weight: 100;
    margin-top: 18px;
    margin-bottom: 26px
}

@media screen and (max-width: 767px) {
    .main-info-text__title {
        font-size: 18px;
        line-height: 18px
    }
}

.main-info-text__desc {
    font-size: 15px;
    line-height: 23px;
    font-weight: 400;
    margin-bottom: 10px
}

.main-info-text__read {
    font-size: 14px;
    text-decoration: underline;
    line-height: 21px;
    padding: 0 15px;
    color: #df0110;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in
}

.main-info-text__read:hover {
    color: #45aaff
}

.main-info-text__date-admin {
    font-style: italic;
    font-size: 13px;
    line-height: 20px;
    font-weight: 400
}

.main-info-text__link {
    color: #555;
    -webkit-transition: color .2s ease-in;
    transition: color .2s ease-in
}

.main-info-text__link:hover {
    color: #45aaff
}

.main-info:last-child {
    margin-bottom: 60px
}

.page-service {
    background: url(../images/service-bg.jpg);
    width: 100%;
    background-size: cover;
    background-position: top;
    min-height: 550px
}

.page-service-404 {
    background: url(../images/404.jpg);
    width: 100%;
    background-size: cover;
    background-position: top;
    min-height: 650px
}

@media screen and (max-width: 1250px) {
    .page-service, .page-service-404 {
        height: auto;
    }
}

@media screen and (max-width: 767px) {
    .page-service, .page-service-404 {
        height: auto;
        text-align: center
    }
}

.page-service-iso28000 {
    background: url(../images/security_28000-3.jpg);
    width: 100%;
    background-size: cover;
    background-position: top;
    min-height: 550px;
    padding:50px 0 50px 0;    
}

@media screen and (max-width: 414px){
	.page-service-iso28000 {
		background:none;
		padding:50px 0 0 0;    
	}
}

.page-service__title {
    font-size: 22px;
    line-height: 33px;
    margin-bottom: 31px;
    font-weight: 400;
    color: #df0110
}

@media screen and (max-width: 767px) {
    .page-service__title {
        text-align: center
    }
}

.page-service-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

@media screen and (max-width: 1140px) {
    .page-service-section {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.page-service-section-item {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-right: 10px
}

@media screen and (max-width: 1140px) {
    .page-service-section-item {
        margin: 20px
    }
}

.page-service-section-item-title {
    text-transform: uppercase;
    background: #284658;
    color: #fff;
    text-align: center;
    padding-top: 25px;
    padding-left: 50px;
    padding-right: 50px;
    padding-bottom: 47px;
    font-size: 15px;
    line-height: 21px;
    font-weight: 700;
    max-height: 93px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px
}

@media screen and (max-width: 374px) {
    .page-service-section-item-title {
        max-height: 120px
    }
}

.page-service-section-item-icon {
    height: 85px;
    background: #df0110;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px
}

.page-service-section-item-content {
    background: #efefef;
    padding-left: 26px;
    padding-right: 20px;
    padding-bottom: 50px;
    padding-top: 36px;
    font-size: 15px;
    font-weight: 400;
    line-height: 23px;
    height: 400px
}

@media screen and (max-width: 374px) {
    .page-service-section-item-content {
        line-height: 18px;
        padding-top: 35px;
        font-size: 13px
    }
}

.page-service-section-item-content__info {
    margin-bottom: 10px
}

.page-service-section-item-content__link {
    color: inherit
}

.page-service-section-item-content__link:hover {
    color: #007cac
}

.page-service-section-item:last-child {
    margin-right: 0
}

@media screen and (max-width: 1140px) {
    .page-service-section-item:last-child {
        margin-right: 20px
    }
}

.page-service-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 100%;
    max-width: 100%;
    padding-top: 45px
}

@media screen and (max-width: 1100px) {
    .page-service-info {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-top: 0
    }
}

@media screen and (max-width: 767px) {
    .page-service-info {
        padding-top: 20px
    }
}

.page-service-info__desc {
    max-width: 530px
}

@media screen and (max-width: 767px) {
    .page-service-info__desc {
        margin: 20px auto
    }
}

.page-service-info__desc-16949 {
    color: white
}

.page-service-info-sert {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.page-service-info-imgs {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: flex-start;
    -ms-flex-pack: flex-start;
    justify-content: flex-start
}

@media screen and (max-width: 767px) {
    .page-service-info-imgs {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center
    }
}

.page-service-about {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    min-height: auto;
    height: auto
}

@media screen and (max-width: 1200px) {
    .page-service-about {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

@media screen and (max-width: 767px) {
    .page-service-about {
        height: auto
    }
}

.page-service-about-img {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background: url(../images/iso-50.jpg);
    background-size: cover;
    background-position: center;
    min-width: 50%;
    min-height: 400px;
    height: auto
}
@media screen and (max-width: 414px){
.page-service-about-img {
    min-height: auto;
}
}

.page-service-about-img-iso-27001 {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background: url(../images/iso-27001-1.jpg);
    background-size: cover;
    background-position: center;
    min-width: 50%;
    min-height: 400px;
    height: auto
}
@media screen and (max-width: 414px){
.page-service-about-img-iso-27001 {
    min-height: auto;
}
}

.page-service-about-img-1 {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background: url(../images/iso-25.jpg);
    background-size: cover;
    background-position: center;
    min-width: 50%;
    min-height: 400px;
    height: auto
}
@media screen and (max-width: 414px){
.page-service-about-img-1 {
    min-height: auto;
}
}

.page-service-about-img-27001 {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background: url(../images/iso-27001-3.jpg);
    background-size: cover;
    background-position: center;
    min-width: 50%;
    min-height: 400px;
    height: auto
}
@media screen and (max-width: 414px){
.page-service-about-img-27001 {
    min-height: auto;
}
}

.page-service-about-img-iso28000 {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background: url(../images/iso-28000.jpg);
    background-size: cover;
    background-position: center;
    min-width: 50%;
    min-height: 400px;
    height: auto
}

@media screen and (max-width: 414px){
	.page-service-about-img-iso28000 {
		background:none;
		min-height: auto;
	}
}

.page-service-about-img-iso14001 {
	display: block;
    background: url(../images/RRRR.jpg)
}

.page-service-about-img-22000 {
    background: url(../images/cayla1-150730-unsplash.jpg) no-repeat;
    background-size: cover;
    background-position: center
}

.page-service-about-img-13485 {
    background: url(../images/ioio.jpg) no-repeat;
    background-size: cover;
    background-position: center
}

.page-service-about-img-mdr {
    background: url(../images/mdr-1.jpg) no-repeat;
    background-size: cover;
    background-position: center
}

.page-service-about-img-16949 {
    background: url(../images/gyg.jpg) no-repeat;
    background-size: cover;
    background-position: center
}

.page-service-about-img-18001 {
    background: url(../images/stolb.jpg) no-repeat;
    background-size: cover;
    background-position: center
}

.page-service-about-img-45001 {
    background: url(../images/unsplash.jpg) no-repeat;
    background-size: cover;
    background-position: center
}
.page-service-about-img-37001 {
    background: url(../images/37001-2.jpg) no-repeat;
    background-size: cover;
    background-position: center
}

.page-service-about-img-haccp {
    background: url(../images/haccp2.jpg) no-repeat;
    background-size: cover;
    background-position: center
}

.page-service-about-img-sgr {
    background: url(../images/sgr2.jpg) no-repeat;
    background-size: cover;
    background-position: center
}

.page-service-about-img-ysl {
    background: url(../images/ysl2.jpg) no-repeat;
    background-size: cover;
    background-position: center
}

.page-service-about-img-50001 {
    background: url(../images/block.jpg) no-repeat;
    background-size: cover;
    background-position: center
}

.page-service-about-img-gost {
    background: url(../images/gost2.jpg) no-repeat;
    background-size: cover;
    background-position: center
}

.page-service-about-img-ts {
    background: url(../images/ts2.jpg) no-repeat;
    background-size: cover;
    background-position: center
}

.page-service-about-img-ec {
    background: url(../images/ec2.jpg) no-repeat;
    background-size: cover;
    background-position: center
}

.page-service-about-img-amocrm {
    background: url(../images/laptop2.jpg) no-repeat;
    background-size: cover;
    background-position: center
}

.page-service-about-img-prod {
    background: url(../images/prod2.jpg) no-repeat;
    background-size: cover;
    background-position: center
}

.page-service-about-img-pefc {
    background: url(../images/wood2.jpg) no-repeat;
    background-size: cover;
    background-position: center
}

.page-service-about-img-fsc {
    background: url(../images/fsc2.jpg) no-repeat;
    background-size: cover;
    background-position: center
}

.page-service-about-img-fsc-ann {
    background: url(../images/fsc-ann-2.jpg) no-repeat;
    background-size: cover;
    background-position: center
}

.page-service-about-img-pefc-ann {
    background: url(../images/pefc-ann-2.jpg) no-repeat;
    background-size: cover;
    background-position: center
}

.page-service-about-img-analiz {
    background: url(../images/ch.jpg) no-repeat;
    background-size: cover;
    background-position: center
}

.page-service-about-img-atts {
    background: url(../images/atts2.jpg) no-repeat;
    background-size: cover;
    background-position: center
}

.page-service-about-info {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-top: 50px;
    padding-left: 100px;
    padding-right: 100px;
    min-width: 50%;
    padding-bottom: 50px;    
}

@media screen and (max-width: 1200px) {
    .page-service-about-info {
        min-width: 100%;
        padding: 50px
    }
}

@media screen and (max-width: 767px) {
    .page-service-about-info {
        padding: 30px
    }
}

@media screen and (max-width: 374px) {
    .page-service-about-info {
        padding: 30px 10px
    }
}

.page-service-about-info__title {
    font-family: 'Raleway', sans-serif;
    color: #000;
    font-size: 19px;
    line-height: 21px;
    margin-bottom: 20px;
    font-weight: bold;
    text-transform: uppercase
}

.page-service-about-info__text {
    font-size: 15px;
    line-height: 23px;
    font-weight: 400
}

.page-service-about-info__text-iso14001 {
    padding-bottom: 54px
}

@media screen and (max-width: 414px) {
    .page-service-about-info__text-iso14001 {
		padding-bottom: 0
}
}

.page-service-about-info__text-iso37001 {
    padding-bottom: 25px
}

.page-service-for {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    min-height: 900px
}

@media screen and (max-width: 1200px) {
    .page-service-for {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.page-service-for-text {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-width: 50%;
    padding-top: 75px;
    padding-bottom: 75px;
    padding-left: 140px;
    padding-right: 100px;
}

@media screen and (max-width: 1200px) {
    .page-service-for-text {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        padding-top: 30px;
        padding-left: 110px;
        padding-right: 30px;
        padding-bottom: 42px
    }
}

@media screen and (max-width: 767px) {
    .page-service-for-text {
        padding-left: 80px
    }
}

@media screen and (max-width: 414px) {
    .page-service-for-text {
        padding-top: 0;
    }
}

.page-service-for-text__title {
    margin-bottom: 40px;
    text-transform: uppercase
}

.page-service-for-text-info {
    margin-top: 50px
}

.page-service-for-text-info__title {
    font-size: 17px;
    line-height: 26px;
    font-weight: 700;
    color: #df0110;
    margin-bottom: 20px;
    text-transform: uppercase
}

.page-service-for-text-info__text {
    font-size: 15px;
    line-height: 23px;
    font-weight: 400
}

.page-service-for-text-info--first {
    position: relative
}

.page-service-for-text-info--first:before {
    position: absolute;
    content: '1';
    width: 46px;
    height: 46px;
    border: 2px solid #df0110;
    border-radius: 50%;
    left: -90px;
    font-size: 15px;
    line-height: 46px;
    font-weight: 700;
    color: #df0110;
    text-align: center;
    top: -10px
}

@media screen and (max-width: 767px) {
    .page-service-for-text-info--first:before {
        left: -62px
    }
}

.page-service-for-text-info--second {
    position: relative
}

.page-service-for-text-info--second:before {
    position: absolute;
    content: '2';
    width: 46px;
    height: 46px;
    border: 2px solid #df0110;
    border-radius: 50%;
    left: -90px;
    font-size: 15px;
    line-height: 46px;
    font-weight: 700;
    color: #df0110;
    text-align: center;
    top: -10px
}

@media screen and (max-width: 767px) {
    .page-service-for-text-info--second:before {
        left: -62px
    }
}

.page-service-for-text-info--third {
    position: relative
}

.page-service-for-text-info--third:before {
    position: absolute;
    content: '3';
    width: 46px;
    height: 46px;
    border: 2px solid #df0110;
    border-radius: 50%;
    left: -90px;
    font-size: 15px;
    line-height: 46px;
    font-weight: 700;
    color: #df0110;
    text-align: center;
    top: -10px
}

@media screen and (max-width: 767px) {
    .page-service-for-text-info--third:before {
        left: -62px
    }
}

.page-service-for-text-info--fourth {
    position: relative
}

.page-service-for-text-info--fourth:before {
    position: absolute;
    content: '4';
    width: 46px;
    height: 46px;
    border: 2px solid #df0110;
    border-radius: 50%;
    left: -90px;
    font-size: 15px;
    line-height: 46px;
    font-weight: 700;
    color: #df0110;
    text-align: center;
    top: -10px
}

@media screen and (max-width: 767px) {
    .page-service-for-text-info--fourth:before {
        left: -62px
    }
}

.page-service-for-text-info--five {
    position: relative
}

.page-service-for-text-info--five:before {
    position: absolute;
    content: '5';
    width: 46px;
    height: 46px;
    border: 2px solid #df0110;
    border-radius: 50%;
    left: -90px;
    font-size: 15px;
    line-height: 46px;
    font-weight: 700;
    color: #df0110;
    text-align: center;
    top: -10px
}

@media screen and (max-width: 767px) {
    .page-service-for-text-info--five:before {
        left: -62px
    }
}

.page-service-for-text-info--six {
    position: relative
}

.page-service-for-text-info--six:before {
    position: absolute;
    content: '6';
    width: 46px;
    height: 46px;
    border: 2px solid #df0110;
    border-radius: 50%;
    left: -90px;
    font-size: 15px;
    line-height: 46px;
    font-weight: 700;
    color: #df0110;
    text-align: center;
    top: -10px
}

@media screen and (max-width: 767px) {
    .page-service-for-text-info--six:before {
        left: -62px
    }
}

.page-service-for-text-13485 {
    padding-bottom: 50px;
    padding-top: 50px
}

@media screen and (max-width: 1200px) {
    .page-service-for-text-13485 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        padding-top: 30px;
        padding-left: 110px;
        padding-right: 30px;
        padding-bottom: 42px
    }
}

@media screen and (max-width: 767px) {
    .page-service-for-text-13485 {
        padding-left: 80px
    }
}


.page-service-for-img {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-width: 50%;
    background: url(../images/for.jpg);
    background-size: cover;
    background-position: left
}

.page-service-for-img-iso28000 {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-width: 50%;
    background: url(../images/for_28000.jpg);
    background-size: cover;
    background-position: left
}

@media screen and (max-width: 1200px) {
    .page-service-for-img {
        min-width: 100%;
        height: 500px;
        min-height: 500px;
        background-position: center
    }
}

@media screen and (max-width: 414px) {
    .page-service-for-img {
        min-height: auto;
    }
}

.page-service-for-img-iso14001 {
    background: url(../images/kkkkk.jpg) no-repeat;
    background-size: cover
}

.page-service-for-img-22000 {
    background: url(../images/rachel-park-366508-unsplash.jpg) no-repeat;
    background-size: cover;
    background-position: left
}

.page-service-for-img-13485 {
    background: url(../images/OJ045-008.jpg) no-repeat;
    background-size: cover;
    background-position: center
}

@media screen and (max-width: 414px){
	.page-service-for-img-13485 {
		background: none;
}
}

.page-service-for-img-fsc-ann {
    background: url(../images/fsc-ann-3.jpg) no-repeat;
    background-size: cover;
    background-position: center
}

.page-service-for-img-pefc-ann {
    background: url(../images/pefc-ann-3.jpg) no-repeat;
    background-size: cover;
    background-position: center
}

.page-service-for-img-16949 {
    background: url(../images/avto.jpg) no-repeat;
    background-size: cover;
    background-position: center
}

.page-service-for-img-18001 {
    background: url(../images/window.jpg) no-repeat;
    background-size: cover;
    background-position: center
}

.page-service-for-img-45001 {
    background: url(../images/chuttersnap.jpg) no-repeat;
    background-size: cover;
    background-position: center
}
.page-service-for-img-37001 {
    background: url(../images/37001-3.jpg) no-repeat;
    background-size: cover;
    background-position: center
}
.page-service-for-img-37001-5 {
    background: url(../images/37001-5.jpg) no-repeat;
    background-size: cover;
    background-position: center
}

.page-service-for-img-haccp {
    background: url(../images/haccp3.jpg) no-repeat;
    background-size: cover;
    background-position: center
}

.page-service-for-img-sgr {
    background: url(../images/sgr3.jpg) no-repeat;
    background-size: cover;
    background-position: center
}

.page-service-for-img-ysl {
    background: url(../images/ysl3.jpg) no-repeat;
    background-size: cover;
    background-position: center
}

.page-service-for-img-50001 {
    background: url(../images/block2.jpg) no-repeat;
    background-size: cover;
    background-position: center
}

.page-service-for-img-gost {
    background: url(../images/gost3.jpg) no-repeat;
    background-size: cover;
    background-position: center
}

.page-service-for-img-ts {
    background: url(../images/ts3.jpg) no-repeat;
    background-size: cover;
    background-position: center
}

.page-service-for-img-ec {
    background: url(../images/ec3.jpg) no-repeat;
    background-size: cover;
    background-position: center
}

.page-service-for-img-amocrm {
    background: url(../images/laptop3.jpg) no-repeat;
    background-size: cover;
    background-position: center
}

.page-service-for-img-prod {
    background: url(../images/prod3.jpg) no-repeat;
    background-size: cover;
    background-position: center
}

.page-service-for-img-pefc {
    background: url(../images/wood3.jpg) no-repeat;
    background-size: cover;
    background-position: center
}

.page-service-for-img-fsc {
    background: url(../images/fsc3.jpg) no-repeat;
    background-size: cover;
    background-position: center
}

.page-service-for-img-analiz {
    background: url(../images/zzzzzz.jpg) no-repeat;
    background-size: cover;
    background-position: center
}

.page-service-for-img-27001 {
    background: url(../images/iso-27001-2.jpg) no-repeat;
    background-size: cover;
    background-position: center
}

.page-service-for-img-atts {
    background: url(../images/atts3.jpg) no-repeat;
    background-size: cover;
    background-position: center
}

.page-service-views {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    min-height: auto;
    height: auto
}

@media screen and (max-width: 1200px) {
    .page-service-views {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        min-height: 600px
    }
}

@media screen and (max-width: 414px) {
    .page-service-views {
        min-height: auto;
    }
}

.page-service-views-img {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-width: 50%;
    background: url(../images/yuyu.jpg);
    background-size: cover;
    background-position: center
}
.page-service-views-img-iso28000 {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-width: 50%;
    background: url(../images/for_whom_iso28000.jpg);
    background-size: cover;
    background-position: center
}

@media screen and (max-width: 1200px) {
    .page-service-views-img {
        min-width: 100%;
        height: auto
    }
}

.page-service-views-img-iso14001 {
	display:block;
    background: url(../images/uuuuu.jpg)
}

@media screen and (max-width: 414px){
	.page-service-views-img-iso14001 {
		display:none;
	}
}

.page-service-views-img-22000 {
    background: url(../images/lily-banse-365344-unsplash.jpg);
    background-position: center;
    background-size: cover
}

@media screen and (max-width: 1200px) {
    .page-service-views-img-22000 {
        min-width: 100%;
        height: auto;
        min-height: 400px
    }
}

.page-service-views-img-13485 {
    background: url(../images/iiiiiiiiii.jpg);
    background-position: center;
    background-size: cover
}

@media screen and (max-width: 1200px) {
    .page-service-views-img-13485 {
        min-width: 100%;
        height: auto;
        min-height: 400px
    }
}

@media screen and (max-width: 414px){
	.page-service-views-img-13485 {
		background: none;
		min-height: auto;
	}
}

.page-service-views-img-mdr {
    background: url(../images/mdr-2.jpg);
    background-position: center;
    background-size: cover
}

@media screen and (max-width: 1200px) {
    .page-service-views-img-mdr {
        min-width: 100%;
        height: auto;
        min-height: 400px
    }
}

@media screen and (max-width: 414px){
	.page-service-views-img-mdr{
		background: none;
		min-height: auto;
	}
}

.page-service-views-img-13485-1 {
    background: url(../images/13485-5.jpg);
    background-position: center;
    background-size: cover
}

@media screen and (max-width: 1200px) {
    .page-service-views-img-13485-1 {
        min-width: 100%;
        height: auto;
        min-height: 400px
    }
}

@media screen and (max-width: 414px){
	.page-service-views-img-13485-1 {
		background: none;
		min-height: auto;
	}
}

.page-service-views-img-fsc-ann {
    background: url(../images/fsc-ann-4.jpg);
    background-position: center;
    background-size: cover
}

@media screen and (max-width: 1200px) {
    .page-service-views-img-fsc-ann {
        min-width: 100%;
        height: auto;
        min-height: 400px
    }
}

@media screen and (max-width: 414px) {
    .page-service-views-img-fsc-ann {
        background: none;
        min-height: auto;
    }
}

.page-service-views-img-pefc-ann {
    background: url(../images/pefc-ann-4.jpg);
    background-position: center;
    background-size: cover
}

@media screen and (max-width: 1200px) {
    .page-service-views-img-pefc-ann {
        min-width: 100%;
        height: auto;
        min-height: 400px
    }
}

@media screen and (max-width: 414px) {
    .page-service-views-img-pefc-ann {
        background: none;
        min-height: auto;
    }
}

.page-service-views-img-16949 {
    background: url(../images/avto1.jpg);
    background-position: center;
    background-size: cover
}

@media screen and (max-width: 1200px) {
    .page-service-views-img-16949 {
        min-width: 100%;
        height: auto;
        min-height: 400px
    }
}

.page-service-views-img-18001 {
    background: url(../images/dsds.jpg);
    background-position: center;
    background-size: cover
}

@media screen and (max-width: 1200px) {
    .page-service-views-img-18001 {
        min-width: 100%;
        height: auto;
        min-height: 400px
    }
}

.page-service-views-img-45001 {
    background: url(../images/pop-zebrah.jpg);
    background-position: center;
    background-size: cover
}

@media screen and (max-width: 1200px) {
    .page-service-views-img-45001 {
        min-width: 100%;
        height: auto;
        min-height: 400px
    }
}

@media screen and (max-width: 414px) {
    .page-service-views-img-45001 {
        background: none;
        min-height: auto;
    }
}

.page-service-views-img-37001 {
    background: url(../images/37001-4.jpg);
    background-position: center;
    background-size: cover
}

@media screen and (max-width: 1200px) {
    .page-service-views-img-37001 {
        min-width: 100%;
        height: auto;
        min-height: 400px
    }
}

@media screen and (max-width: 414px){
	.page-service-views-img-37001 {
		background: none;
		min-height: auto;
	}
}

.page-service-views-img-haccp {
    background: url(../images/haccp4.jpg);
    background-position: center;
    background-size: cover
}

@media screen and (max-width: 1200px) {
    .page-service-views-img-haccp {
        min-width: 100%;
        height: auto;
        min-height: 400px
    }
}

.page-service-views-img-sgr {
    background: url(../images/sgr4.jpg);
    background-position: center;
    background-size: cover
}

@media screen and (max-width: 1200px) {
    .page-service-views-img-sgr {
        min-width: 100%;
        height: auto;
        min-height: 400px
    }
}

.page-service-views-img-ysl {
    background: url(../images/ysl4.jpg);
    background-position: center;
    background-size: cover
}

@media screen and (max-width: 1200px) {
    .page-service-views-img-ysl {
        min-width: 100%;
        height: auto;
        min-height: 400px
    }
}

.page-service-views-img-50001 {
    background: url(../images/line.jpg);
    background-position: center;
    background-size: cover
}

@media screen and (max-width: 1200px) {
    .page-service-views-img-50001 {
        min-width: 100%;
        height: auto;
        min-height: 400px
    }
}

.page-service-views-img-gost {
    background: url(../images/gost4.jpg);
    background-position: center;
    background-size: cover
}

@media screen and (max-width: 1200px) {
    .page-service-views-img-gost {
        min-width: 100%;
        height: auto;
        min-height: 400px
    }
}

.page-service-views-img-ts {
    background: url(../images/ts4.jpg);
    background-position: center;
    background-size: cover
}

@media screen and (max-width: 1200px) {
    .page-service-views-img-ts {
        min-width: 100%;
        height: auto;
        min-height: 400px
    }
}

.page-service-views-img-ec {
    background: url(../images/ec4.jpg);
    background-position: center;
    background-size: cover
}

@media screen and (max-width: 1200px) {
    .page-service-views-img-ec {
        min-width: 100%;
        height: auto;
        min-height: 400px
    }
}

.page-service-views-img-amocrm {
    background: url(../images/r44.jpg);
    background-position: center;
    background-size: cover
}

@media screen and (max-width: 1200px) {
    .page-service-views-img-amocrm {
        min-width: 100%;
        height: auto;
        min-height: 400px
    }
}

.page-service-views-img-prod {
    background: url(../images/prod4.jpg);
    background-position: center;
    background-size: cover
}

@media screen and (max-width: 1200px) {
    .page-service-views-img-prod {
        min-width: 100%;
        height: auto;
        min-height: 400px
    }
}

.page-service-views-img-pefc {
    background: url(../images/wood4.jpg);
    background-position: center;
    background-size: cover
}

@media screen and (max-width: 1200px) {
    .page-service-views-img-pefc {
        min-width: 100%;
        height: auto;
        min-height: 400px
    }
}

.page-service-views-img-fsc {
    background: url(../images/fsc4.jpg);
    background-position: center;
    background-size: cover
}

@media screen and (max-width: 1200px) {
    .page-service-views-img-fsc {
        min-width: 100%;
        height: auto;
        min-height: 400px
    }
}

.page-service-views-img-analiz {
    background: url(../images/otdel.jpg);
    background-position: center;
    background-size: cover
}

@media screen and (max-width: 1200px) {
    .page-service-views-img-analiz {
        min-width: 100%;
        height: auto;
        min-height: 400px
    }
}

.page-service-views-img-27001 {
    background: url(../images/redwood.jpg);
    background-position: center;
    background-size: cover
}

@media screen and (max-width: 1200px) {
    .page-service-views-img-27001 {
        min-width: 100%;
        height: auto;
        min-height: 400px
    }
}

@media screen and (max-width: 414px){
.page-service-views-img-27001 {
    display: none;
}
}

.page-service-views-img-atts {
    background: url(../images/atts4.jpg);
    background-position: center;
    background-size: cover
}

@media screen and (max-width: 1200px) {
    .page-service-views-img-atts {
        min-width: 100%;
        height: auto;
        min-height: 400px
    }
}

.page-service-views-types {
    background: #df0110;
    color: #fff;
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 100px;
    padding-right: 100px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.page-service-razrabotka-sbp {
    background: url(../images/sbp-2.jpg) no-repeat;
    background-size: cover;
    width: 100%;
    background-position: bottom;
    max-height: 380px;
    padding: 50px 0 50px 0;
}

@media screen and (max-width: 1250px) {
    .page-service-razrabotka-sbp {
        height: auto;
        max-height: 620px
    }
}

@media screen and (max-width: 1120px) {
    .page-service-razrabotka-sbp {
        padding-top: 50px;
    }
}

@media screen and (max-width: 767px) {
    .page-service-razrabotka-sbp {
        max-height: 1370px;
        height: 100%;
        text-align: center
    }
}

@media screen and (max-width: 414px){
	.page-service-razrabotka-sbp {
		background: none;
		padding: 50px 0 0 0;
	}
}

.page-service-fsc-ann {
    background: url(../images/fsc-ann-1.jpg) no-repeat;
    background-size: cover;
    width: 100%;
    background-position: bottom;
    max-height: 380px;
    padding: 50px 0 50px 0;
}

@media screen and (max-width: 1250px) {
    .page-service-fsc-ann {
        height: auto;
        max-height: 620px
    }
}

@media screen and (max-width: 1120px) {
    .page-service-fsc-ann {
        padding-top: 50px;
    }
}

@media screen and (max-width: 767px) {
    .page-service-fsc-ann {
        max-height: 1370px;
        height: 100%;
        text-align: center
    }
}

@media screen and (max-width: 414px) {
    .page-service-fsc-ann {
        background: none;
		padding: 50px 0 0 0;
    }
}

.page-service-pefc-ann {
    background: url(../images/pefc-ann-1.jpg) no-repeat;
    background-size: cover;
    width: 100%;
    background-position: bottom;
    max-height: 380px;
    padding: 50px 0 50px 0;
}

@media screen and (max-width: 1250px) {
    .page-service-pefc-ann {
        height: auto;
        max-height: 620px
    }
}

@media screen and (max-width: 1120px) {
    .page-service-pefc-ann {
        padding-top: 50px;
    }
}

@media screen and (max-width: 767px) {
    .page-service-pefc-ann {
        max-height: 1370px;
        height: 100%;
        text-align: center
    }
}

@media screen and (max-width: 414px){
	.page-service-pefc-ann {
    background: none;
    padding: 50px 0 0 0;
}
}

.page-service-razrabotka, .page-service-razrabotka-sbp, .page-service-fsc-ann, .page-service-pefc-ann, .page-service-ec, .page-service-22000, .page-service-37001, .page-service-18001, .page-service-ts, .page-service-pefc, .page-service-fsc, .page-service-haccp, .page-service-analiz, .page-service-prod, .onas-banner {
    max-height: 100%;
}

.page-service-for-sbp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    min-height: 570px
}

.page-service-about-img-sbp {
    background: url(../images/sbp-3.jpg)
}

.page-service-for-img-sbp {
    background: url(../images/sbp-1.jpg) no-repeat;
    background-size: cover
}

.page-service-for-img-9001 {
    background: url(../images/9001-1.jpg) no-repeat;
    background-size: cover
}

.page-service-views-img-sbp {
    background: url(../images/sbp-4.jpg)
}

@media screen and (max-width: 767px) {
    .page-service-views-types {
        padding-left: 20px;
        padding-right: 20px
    }
}

@media screen and (max-width: 374px) {
    .page-service-views-types {
        padding-top: 24px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .vids-27001 {
        max-height: 100%;
    }

    .page-service-views-types-iso14001 {
        max-height: 100%
    }
}

.page-service-views-types__title {
    font-size: 19px;
    line-height: 28px;
    font-weight: bold;
    margin-bottom: 15px;
    text-transform: uppercase
}

.types-27000__text {
    text-transform: none;
    color: white;
    font-size: 16px;
    line-height: 23px;
    font-weight: 400;
    margin: 18px 0;
}

@media screen and (max-width: 374px) {
    .page-service-views-types__title {
        text-align: center
    }
}

.page-service-views-types__item {
    font-size: 18px;
    font-weight: 400;
    line-height: 36px;
    text-transform: uppercase
}

.page-service-views-types__item-iso14001 {
    text-transform: inherit;
    font-size: 15px;
    line-height: 23px;
    font-weight: 400
}

.page-service-views-types__link {
    color: #fff;
    text-transform: uppercase
}

.head-titl-service__link {
    color: #df0110
}

.head-titl-service__link-27001 {
    color: #284658;
    font-weight: 600
}

.head-titl-service__link-27001:hover {
    color: #007cac;
}

@media screen and (max-width: 990px) {
    .head-titl-service__link-27001 {
        color: #fb4955;
        font-weight: 600;
    }
}

@media screen and (max-width: 374px) {
    .head-titl-service__link-27001 {
        color: #ed4141;
        font-weight: 600
    }
}

.head-titl-service__link9001 {
    color: #ffffff
}

.head-titl-service__link18001 {
    color: #a2d0f1;
    text-decoration: underline;
}

.page-service-views-types-22000 {
    padding-bottom: 50px
}

.page-service-views-22000 {
    min-height: 250px;
    height: auto
}

@media screen and (max-width: 1200px) {
    .page-service-views-22000 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.page-service-sertif {
    width: 100%;
    background: url(../images/sertif.svg) no-repeat center center;
    background-size: cover;
    padding-bottom: 20px;
    padding-top: 54px
}

@media screen and (max-width: 414px){
.page-service-sertif {
    background: none;
}
}

.page-service-sertif__title {
    font-size: 24px;
    line-height: 36px;
    font-weight: 800;
    color: #131212;
    text-transform: uppercase;
    margin-bottom: 56px;
    margin-left: 60px
}
.page-service-sertif__title-iso28000 {
    text-align: center;
}

@media screen and (max-width: 767px) {
    .page-service-sertif__title {
        margin-left: 10px;
        font-size: 20px;
        line-height: 27px
    }
}

@media screen and (max-width: 414px) {
    .page-service-sertif__title {
        margin-bottom: 15px;
    }
}

.page-service-sertif-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    background: #fff;
    color: #000;
    border-radius: 5px;
    margin-bottom: 37px;
    padding-top: 33px;
    padding-bottom: 37px
}

@media screen and (max-width: 1200px) {
    .page-service-sertif-item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-right: 30px;
        padding-left: 30px
    }
}

@media screen and (max-width: 767px) {
    .page-service-sertif-item {
        padding-right: 10px;
        padding-left: 10px
    }
}

@media screen and (max-width: 414px){
	.page-service-sertif-item {
		margin-top:0;
		margin-bottom: 0;
		padding-top: 0;
		padding-bottom: 0;
}
}

.page-service-sertif-item-img {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center
}

@media screen and (max-width: 990px) {
    .page-service-sertif-item-img {
        margin-bottom: 20px
    }
}

.page-service-sertif-item-info {
    -webkit-box-flex: 2;
    -ms-flex: 2;
    flex: 2
}

.page-service-sertif-item-info__title {
    font-size: 18px;
    font-weight: 900;
    line-height: 20px;
    margin-bottom: 16px;
    text-transform: uppercase;
    font-family: 'Raleway', sans-serif
}

.page-service-sertif-item-info__text {
    font-size: 15px;
    line-height: 23px;
    font-weight: 400;
    margin-bottom: 15px;
    -webkit-transition: color .2s ease-in;
    transition: color .2s ease-in
}

.page-service-sertif-item-info__text-first {
    margin-bottom: 0
}

.page-service-sertif-item-info__text-bold {
    font-weight: bold
}

.page-service-sertif-item-info__text-link {
    color: #007cac;
    text-decoration: underline;
}

.page-service-sertif-item-info__text-link:hover {
    color: #000
}

.page-service-sertif-item-info__text-pads {
    margin-bottom: 0
}

.page-service-sertif-item-info__desc {
    font-size: 15px;
    line-height: 23px;
    font-weight: 700;
    margin: 15px 0;
    text-transform: uppercase
}

.page-service-sertif-item-info__desc-world {
    margin-top: 17px
}

.page-service-sertif-item-info__list {
    list-style-type: none;
    margin: 1em 0
}

.page-service-sertif-item-info__item {
    font-size: 15px;
    line-height: 23px;
    font-weight: 400
}

.page-service-sertif-item-info__item:before {
    content: "\2022";
    color: red;
    font-weight: bold;
    display: inline-block;
    width: 1em
}

.page-service-sertif-item-info__exp {
    font-size: 15px;
    line-height: 23px;
    font-weight: 700;
    margin-top: 31px
}

.page-service-section-company__title {
    margin-bottom: 10px
}

.page-service-slider {
    padding-top: 62px;
    padding-bottom: 52px;
    width: 100%;
    max-width: 1000px;
    margin: 0 auto
}

@media screen and (max-width: 1100px) {
    .page-service-slider {
        max-width: 800px;
        min-height: 800px
    }
}

.page-service-slider__title {
    font-size: 22px;
    line-height: 41px;
    font-weight: 600;
    color: #191818;
    text-align: center;
    text-transform: uppercase
}

.page-service-slider-sert {
    padding-top: 50px
}

.page-service-slider-sert-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important
}

@media screen and (max-width: 767px) {
    .page-service-slider-sert-items {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.page-service-slider-sert-items-info {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 50%;
    padding-left: 15px
}

.page-service-slider-sert-items-info__title {
    font-size: 24px;
    line-height: 36px;
    font-weight: 700;
    color: #df0110;
    margin-bottom: 20px;
    text-align: center
}

.page-service-slider-sert-items-info__desc {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400
}

.page-service-slider-sert-items-img {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 50%;
    text-align: center
}

@media screen and (max-width: 767px) {
    .page-service-action {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

@media screen and (max-width: 480px) {
    .page-service-slider-sert-items-img {
        width: 100%;
        display: none
    }
}

@media screen and (max-width: 1200px) {
    .page-service-action-section-text__info {
        padding: 0;
        text-align: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

@media screen and (max-width: 767px) {
    .page-service-action-section-text__info {
        width: 100%;
        max-width: 700px;
        padding: 0 30px
    }
}

.page-service-action-section-discount {
    padding: 20px 0 0 0;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media screen and (max-width: 767px) {
    .page-service-action-section-discount {
        padding-bottom: 50px
    }
}

@media screen and (max-width: 1200px) {
    .page-service-action-section-discount-text__icon {
        text-align: center
    }
}

.page-service-razrabotka {
    background: url(../images/iso14001-2.jpg) no-repeat;
    background-size: cover;
    width: 100%;
    background-position: bottom;
    max-height: 380px;
    padding: 50px 0 50px 0;
}

@media screen and (max-width: 1250px) {
    .page-service-razrabotka {
        height: auto;
        max-height: 620px
    }
}

@media screen and (max-width: 1120px) {
    .page-service-razrabotka {
        padding-top: 50px
    }
}

@media screen and (max-width: 767px) {
    .page-service-razrabotka {
        max-height: 1370px;
        height: 100%;
        text-align: center
    }
}

@media screen and (max-width: 414px){
	.page-service-razrabotka {
		background: none;
		padding: 50px 0 0 0;
	}
}

.page-service-22000 {
    background: url(../images/22000.jpg) no-repeat;
    background-size: cover;
    width: 100%;
    background-position: bottom;
    max-height: 380px
}

@media screen and (max-width: 1250px) {
    .page-service-22000 {
        height: auto;
        max-height: 620px
    }
}

@media screen and (max-width: 1120px) {
    .page-service-22000 {
        padding-top: 50px
    }
}

@media screen and (max-width: 767px) {
    .page-service-22000 {
        max-height: 1370px;
        height: 100%;
        text-align: center
    }
}

.page-service-13485 {
    background: url(../images/rtrttrt-1.jpg) no-repeat;
    background-size: cover;
    width: 100%;
    background-position: bottom;
    max-height: 380px;
    padding: 50px 0 50px 0;
}

@media screen and (max-width: 1250px) {
    .page-service-13485 {
        height: auto;
        max-height: 620px
    }
}

@media screen and (max-width: 1120px) {
    .page-service-13485 {
        padding-top: 50px
    }
}

@media screen and (max-width: 767px) {
    .page-service-13485 {
        max-height: 1370px;
        height: 100%;
        text-align: center;
        background-position: inherit;
    }
}

@media screen and (max-width: 414px){
	.page-service-13485 {
		background: none;
		padding: 50px 0 0 0;
}
}

.page-service-mdr {
    background: url(../images/mdr.jpg) no-repeat;
    background-size: cover;
    width: 100%;
    background-position: bottom;
    max-height: 380px;
    padding: 50px 0 50px 0;
}

@media screen and (max-width: 1250px) {
    .page-service-mdr {
        height: auto;
        max-height: 620px
    }
}

@media screen and (max-width: 1120px) {
    .page-service-mdr {
        padding-top: 50px
    }
}

@media screen and (max-width: 767px) {
    .page-service-mdr {
        max-height: 1370px;
        height: 100%;
        text-align: center;
        background-position: inherit;
    }
}

@media screen and (max-width: 414px){
	.page-service-mdr {
		background: none;
		padding: 50px 0 0 0;
}
}

.page-service-16949 {
    background: url(../images/7u.jpg) no-repeat;
    background-size: cover;
    width: 100%;
    background-position: bottom;
    max-height: 380px
}

@media screen and (max-width: 1250px) {
    .page-service-16949 {
        height: auto;
        max-height: 620px
    }
}

@media screen and (max-width: 1120px) {
    .page-service-16949 {
        padding-top: 50px
    }
}

@media screen and (max-width: 767px) {
    .page-service-16949 {
        max-height: 1370px;
        height: 100%;
        text-align: center
    }
}

.page-service-18001 {
    background: url(../images/stroika.jpg) no-repeat;
    background-size: cover;
    width: 100%;
    background-position: bottom;
    max-height: 380px
}

@media screen and (max-width: 1250px) {
    .page-service-18001 {
        height: auto;
        max-height: 620px
    }
}

@media screen and (max-width: 1120px) {
    .page-service-18001 {
        padding-top: 50px
    }
}

@media screen and (max-width: 767px) {
    .page-service-18001 {
        max-height: 1370px;
        height: 100%;
        text-align: center
    }
}

.page-service-45001 {
    background: url(../images/11wq1.jpg) no-repeat;
    background-size: cover;
    width: 100%;
    background-position: center;
    max-height: 380px;
    padding: 50px 0 50px 0;
}

@media screen and (max-width: 1250px) {
    .page-service-45001 {
        height: auto;
        max-height: 620px
    }
}

@media screen and (max-width: 1120px) {
    .page-service-45001 {
        padding-top: 50px
    }
}

@media screen and (max-width: 767px) {
    .page-service-45001 {
        max-height: 1370px;
        height: 100%;
        text-align: center
    }
}

@media screen and (max-width: 414px){
	.page-service-45001 {
		background: none;
		padding: 50px 0 0 0;
	}
}

.page-service-37001 {
    background: url(../images/37001.jpg) no-repeat;
    background-size: cover;
    width: 100%;
    padding-top: 50px;
    padding-bottom:50px;    
    background-position: center;
    max-height: 380px
}

@media screen and (max-width: 1250px) {
    .page-service-37001 {
        height: auto;
        max-height: 620px
    }
}

@media screen and (max-width: 1120px) {
    .page-service-37001 {
        padding-top: 50px
    }
}

@media screen and (max-width: 767px) {
    .page-service-37001 {
        max-height: 1370px;
        height: 100%;
        text-align: center
    }
}

@media screen and (max-width: 414px){
	.page-service-37001 {
		background: none;
		padding-bottom: 0;
	}
}

.page-service-haccp {
    background: url(../images/haccp1.jpg) no-repeat;
    background-size: cover;
    width: 100%;
    background-position: center;
    max-height: 380px
}

@media screen and (max-width: 1250px) {
    .page-service-haccp {
        height: auto;
        max-height: 620px
    }
}

@media screen and (max-width: 1120px) {
    .page-service-haccp {
        padding-top: 50px
    }
}

@media screen and (max-width: 767px) {
    .page-service-haccp {
        max-height: 1370px;
        height: 100%;
        text-align: center
    }
}

.page-service-sgr {
    background: url(../images/sgr1.jpg) no-repeat;
    background-size: cover;
    width: 100%;
    background-position: center;
    max-height: 380px
}

@media screen and (max-width: 1250px) {
    .page-service-sgr {
        height: auto;
        max-height: 620px
    }
}

@media screen and (max-width: 1120px) {
    .page-service-sgr {
        padding-top: 50px
    }
}

@media screen and (max-width: 767px) {
    .page-service-sgr {
        max-height: 1370px;
        height: 100%;
        text-align: center
    }
}

.page-service-ysl {
    background: url(../images/ysl1.jpg) no-repeat;
    background-size: cover;
    width: 100%;
    background-position: center;
    max-height: 380px
}

@media screen and (max-width: 1250px) {
    .page-service-ysl {
        height: auto;
        max-height: 620px
    }
}

@media screen and (max-width: 1120px) {
    .page-service-ysl {
        padding-top: 50px
    }
}

@media screen and (max-width: 767px) {
    .page-service-ysl {
        max-height: 1370px;
        height: 100%;
        text-align: center
    }
}

.page-service-27001 {
    background: url(../images/iso-27001.jpg) no-repeat;
    background-size: cover;
    width: 100%;
    background-position: center;
    max-height: 380px;
    padding: 50px 0px 50px 0;
}

@media screen and (max-width: 1250px) {
    .page-service-27001 {
        height: auto;
        max-height: 685px
    }
}

@media screen and (max-width: 1120px) {
    .page-service-27001 {
        padding-top: 50px
    }
}

@media screen and (max-width: 767px) {
    .page-service-27001 {
        max-height: 1480px;
        height: 100%;
        text-align: center
    }
}

@media screen and (max-width: 414px){
.page-service-27001 {
    background: none;
    padding: 50px 0px 0px 0;
}
}

.page-service-atts {
    background: url(../images/atts1.jpg) no-repeat;
    background-size: cover;
    width: 100%;
    background-position: center;
    max-height: 380px
}

@media screen and (max-width: 1250px) {
    .page-service-atts {
        height: auto;
        max-height: 620px
    }
}

@media screen and (max-width: 1120px) {
    .page-service-atts {
        padding-top: 50px
    }
}

@media screen and (max-width: 767px) {
    .page-service-atts {
        max-height: 1370px;
        height: 100%;
        text-align: center
    }
}

.page-service-50001 {
    background: url(../images/2017.jpg) no-repeat;
    background-size: cover;
    width: 100%;
    background-position: center;
    max-height: 380px
}

@media screen and (max-width: 1250px) {
    .page-service-50001 {
        height: auto;
        max-height: 620px
    }
}

@media screen and (max-width: 1120px) {
    .page-service-50001 {
        padding-top: 50px
    }
}

@media screen and (max-width: 767px) {
    .page-service-50001 {
        max-height: 1370px;
        height: 100%;
        text-align: center
    }
}

.page-service-gost {
    background: url(../images/gost1.jpg) no-repeat;
    background-size: cover;
    width: 100%;
    background-position: center;
    max-height: 380px
}

@media screen and (max-width: 1250px) {
    .page-service-gost {
        height: auto;
        max-height: 620px
    }
}

@media screen and (max-width: 1120px) {
    .page-service-gost {
        padding-top: 50px
    }
}

@media screen and (max-width: 767px) {
    .page-service-gost {
        max-height: 1370px;
        height: 100%;
        text-align: center
    }
}

.page-service-ts {
    background: url(../images/ts1.jpg) no-repeat;
    background-size: cover;
    width: 100%;
    background-position: center;
    max-height: 380px
}

@media screen and (max-width: 1250px) {
    .page-service-ts {
        height: auto;
        max-height: 620px
    }
}

@media screen and (max-width: 1120px) {
    .page-service-ts {
        padding-top: 50px
    }
}

@media screen and (max-width: 767px) {
    .page-service-ts {
        max-height: 1370px;
        height: 100%;
        text-align: center
    }
}

.page-service-ec {
    background: url(../images/ec1.jpg) no-repeat;
    background-size: cover;
    width: 100%;
    background-position: center;
    max-height: 380px
}

@media screen and (max-width: 1250px) {
    .page-service-ec {
        height: auto;
        max-height: 620px
    }
}

@media screen and (max-width: 1120px) {
    .page-service-ec {
        padding-top: 50px
    }
}

@media screen and (max-width: 767px) {
    .page-service-ec {
        max-height: 1370px;
        height: 100%;
        text-align: center
    }
}

.page-service-amocrm {
    background: url(../images/razb.jpg) no-repeat;
    background-size: cover;
    width: 100%;
    background-position: center;
    max-height: 380px
}

@media screen and (max-width: 1250px) {
    .page-service-amocrm {
        height: auto;
        max-height: 620px
    }
}

@media screen and (max-width: 1120px) {
    .page-service-amocrm {
        padding-top: 50px
    }
}

@media screen and (max-width: 767px) {
    .page-service-amocrm {
        max-height: 1370px;
        height: 100%;
        text-align: center
    }
}

.page-service-prod {
    background: url(../images/prod1.jpg) no-repeat;
    background-size: cover;
    width: 100%;
    background-position: center;
    max-height: 380px
}

@media screen and (max-width: 1250px) {
    .page-service-prod {
        height: auto;
        max-height: 620px
    }
}

@media screen and (max-width: 1120px) {
    .page-service-prod {
        padding-top: 50px
    }
}

@media screen and (max-width: 767px) {
    .page-service-prod {
        max-height: 1370px;
        height: 100%;
        text-align: center
    }
}

.page-service-pefc {
    background: url(../images/wood1.jpg) no-repeat;
    background-size: cover;
    width: 100%;
    background-position: center;
    max-height: 380px
}

@media screen and (max-width: 1250px) {
    .page-service-pefc {
        height: auto;
        max-height: 620px
    }
}

@media screen and (max-width: 1120px) {
    .page-service-pefc {
        padding-top: 50px
    }
}

@media screen and (max-width: 767px) {
    .page-service-pefc {
        max-height: 1370px;
        height: 100%;
        text-align: center
    }
}

.page-service-fsc {
    background: url(../images/fsc1.jpg) no-repeat;
    background-size: cover;
    width: 100%;
    background-position: center;
    max-height: 380px
}

@media screen and (max-width: 1250px) {
    .page-service-fsc {
        height: auto;
        max-height: 620px
    }
}

@media screen and (max-width: 1120px) {
    .page-service-fsc {
        padding-top: 50px
    }
}

@media screen and (max-width: 767px) {
    .page-service-fsc {
        max-height: 1370px;
        height: 100%;
        text-align: center
    }
}

.page-service-analiz {
    background: url(../images/gggg-2.png) no-repeat;
    background-size: cover;
    width: 100%;
    background-position: center;
    max-height: 380px
}

@media screen and (max-width: 1250px) {
    .page-service-analiz {
        height: auto;
        max-height: 620px
    }
}

@media screen and (max-width: 1120px) {
    .page-service-analiz {
        padding-top: 50px
    }
}

@media screen and (max-width: 767px) {
    .page-service-analiz {
        max-height: 1370px;
        height: 100%;
        text-align: center
    }
}

.slick-initialized .slick-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

.slick-slide img {
    margin: 15px auto
}

.slick-dots li button:before {
    width: 5px;
    height: 5px;
    border: 2px solid #000;
    content: '';
    border-radius: 50%
}

.slick-dots li.slick-active button:before {
    opacity: 1;
    border: 3px solid #df0110;
    margin-top: -1px
}

.slick-dots li button:before {
    width: 5px;
    height: 5px;
    border: 2px solid #000
}

.slick-dots li {
    margin: 0
}

.slick-dots {
    bottom: -60px
}

.page-service-sertif-item-img__img {
    margin-bottom: 20px
}

.page-service-sertif-item-info {
    padding-right: 10px
}

.info__27001 {
    padding: 0 10px 0 40px;
}

.services-tabl__27001 {
    padding: 0 20px;
}

@media screen and (max-width: 767px) {
    .info__27001 {
        padding: 0 5px;
    }

    .services-tabl__27001 {
        padding: 0 5px;
    }
}

.reglaments {
    width: 100%;
    padding-top: 50px;
    background: #F5F5F5;
    padding-bottom: 50px
}

.reglaments__title {
    font-size: 24px;
    line-height: 36px;
    color: #323232;
    font-weight: 400;
    text-transform: uppercase;
    text-align: center
}

.reglaments-section {
    margin-top: 52px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #323232;
    text-align: center
}

.reglaments-section-item {
    background: #fff;
    border-radius: 5px;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 300px;
    flex: 1 1 300px;
    min-height: 300px;
    padding: 25px;
    margin: 10px
}

.reglaments-section-item__title {
    font-size: 15px;
    line-height: 23px;
    font-weight: 700;
    text-transform: uppercase
}

.reglaments-section-item__desc {
    font-size: 15px;
    line-height: 23px;
    margin-top: 20px;
    font-weight: 400
}

.reglaments-section-item-img {
    height: 130px;
    margin-bottom: 20px
}

.reglaments-section-item-ce {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 250px;
    flex: 1 1 250px;
    min-height: 340px;
    padding: 25px;
    margin: 10px
}

@media screen and (max-width: 767px) {
    .page-service-slider-sert-items {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
        text-align: center
    }

    .page-service-slider-sert-items-info {
        width: 100%;
        margin-bottom: 30px
    }

    .page-service-slider-sert-items-img {
        width: 100%
    }

    .page-service-slider {
        width: 100%;
        padding: 0 30px
    }

    .page-service-slider__title {
        margin-top: 30px
    }

    .slick-dots {
        display: none !important
    }

    .page-service-action-section-text__info-iso14001 {
        padding: 0
    }

    .page-service-views-types-iso14001 {
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 25px
    }
}

@media screen and (max-width: 767px) {
    .page-service-views-types-45001 {
        padding-left: 20px
    }

    .page-service-views-types-27001 {
        padding-left: 20px
    }

    .page-service-views-types-50001 {
        padding-left: 20px
    }

    .page-service-views-types-amocrm {
        padding-left: 20px
    }

    .page-service-views-types-prod {
        padding-left: 20px
    }

    .page-service-views-types-pefc {
        padding-left: 20px
    }

    .page-service-views-types-fsc {
        padding-left: 20px
    }

    .page-service-views-types-analiz {
        padding-left: 20px
    }

    .page-service-sertif-item-img__img {
        max-width: 100%;
        height: auto
    }
}

@media screen and (max-width: 420px) {
    .slick-slide img {
        max-width: 300px;
        height: auto
    }
}

@media screen and (max-width: 374px) {
    .page-service-info {
        padding-top: 30px
    }

    .page-service-slider {
        padding: 0 10px
    }

    .slick-slide img {
        max-width: 240px;
        height: auto
    }

    .page-service-views-types-22000 {
        min-height: 300px
    }

    .page-service-views-types-45001 {
        max-height: auto
    }

    .page-service-views-types-37001 {
        max-height: auto
    }
    
    .page-service-views-types-50001 {
        max-height: 350px
    }

    .page-service-views-types-amocrm {
        max-height: 350px
    }

    .page-service-views-types-prod {
        max-height: 350px
    }

    .page-service-views-types-pefc {
        max-height: 350px
    }

    .page-service-views-types-fsc {
        max-height: 350px
    }

    .page-service-views-types-analiz {
        max-height: 350px
    }

    .page-service-views-types-27001 {
        max-height: 350px
    }
}

.mobile {
    width: 100%;
    height: 54px;
    background: #284658;
    position: fixed;
    top: 0;
    left: 0;
    display: none
}

@media screen and (max-width: 1120px) {
    .mobile {
        display: block
    }
}

.mobile-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding: 0 40px
}

.mobile-row-logo {
    -webkit-box-flex: 2;
    -ms-flex: 2;
    flex: 2
}

.mobile-row-logo__img {
    width: 113px;
    height: 93px
}

.mobile-row-burger {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 54px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.mobile-row-burger a {
    position: relative;
    top: -19px
}

.mobile-row-burger__icon {
    cursor: pointer;
    color: #fff
}

.mm-navbar__title {
    font-size: 12px;
    cursor: pointer;
    background: #284658;
    color: #fff
}

.mm-listitem__text {
    cursor: pointer;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
    text-transform: uppercase
}

.mm-listitem__text:hover {
    color: #304770
}

.mm-panels &gt; .mm-panel {
    background: #284658;
    border: 1px solid #284658
}

.mm-navbar__btn:last-child, .mm-navbar__btn:first-child {
    background: #284658
}

nav#mmenu {
    z-index: 199999
}

.mm-listitem {
    color: #fff
}

@font-face {
    font-family: 'Raleway';
    src: url("../fonts/Raleway-Bold.eot");
    src: url("../fonts/Raleway-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Raleway-Bold.woff2") format("woff2"), url("../fonts/Raleway-Bold.woff") format("woff"), url("../fonts/Raleway-Bold.ttf") format("truetype");
    font-display: swap;
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'Raleway-regular';
    src: url("../fonts/Raleway-Regular.eot");
    src: url("../fonts/Raleway-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Raleway-Regular.woff2") format("woff2"), url("../fonts/Raleway-Regular.woff") format("woff"), url("../fonts/Raleway-Regular.ttf") format("truetype");
    font-display: swap;
    font-weight: normal;
    font-style: normal
}

@media screen and (max-width: 1150px) {
    .header {
        display: block;
        height: 61px;
        position: relative
    }

    .nav {
        position: absolute;
        top: 100%;
        right: 0;
        width: 100%;
        margin-top: 0;
        height: auto
    }

    .nav-list {
        display: block;
        margin: 0;
        text-align: center
    }

    .header-container {
        position: relative;
        z-index: 200
    }

    .header-section {
        position: relative;
        padding-top: 10px;
        padding-bottom: 10px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .header-section-info, .header-section-adress, .header-section-tel {
        display: none
    }

    .header-section-logo {
        width: 120px;
        max-width: 120px;
        position: absolute;
        top: 0;
        left: 0
    }

    .header-section-logo img {
        max-width: 100%
    }

    .header-section-btn {
        text-align: center
    }

    .header-section-mobile-menu {
        position: absolute;
        top: 18px;
        right: 0;
        width: 60px;
        min-width: 60px
    }

    .header-section-mobile-menu__item {
        width: 30px;
        height: 2px;
        background: red
    }

    .header-section-mobile-menu__item + .header-section-mobile-menu__item {
        margin-top: 7px
    }

    .nav-list__item-link:hover &gt; .nav-list-submenu {
        display: none
    }

    .nav-list-submenu {
        position: relative;
        left: 0
    }

    .nav-list-submenu-item__list {
        display: none
    }
}

@media screen and (max-width: 479px) {
    .header-section-logo {
        left: -17px
    }

    .header-section-mobile-menu {
        right: -22px
    }

    .header-section-btn__call {
        display: none
    }
}

.news__margin {
    height: 60px;
}

.slider-slick__link-tag {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 160px;
    height: 40px;
    margin: 0 auto;
    border-radius: 5px;
    background-color: #284658;
    color: #fff;
}

.slider-slick__link-tag:hover {
    background-color: #007cac;
    color: #fff;
}

.services-tabl__27001-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    background: #fff;
    color: #000;
    border-radius: 5px;
    margin-bottom: 37px;
    padding: 30px 0;
}

@media screen and (max-width: 414px){
.services-tabl__27001-box {
    padding: 0;
}
}

.button-3 {
    display: flex;
    justify-content: center;
    justify-items: center;
}
.services-tabl__27001-box-title {
    width: 100%;
    margin: 0px 20px 25px 40px;
}

.services-tabl__27001-top-text {
    font-size: 18px;
    font-weight: 900;
    line-height: 20px;
    text-transform: uppercase;
}

.services-tabl__27001-botm-text {
    font-size: 15px;
    line-height: 23px;
    font-weight: 700;
    margin-top: 30px;
}

.services-tabl__27001-mobi-box {
    display: none;
}

.pris-tabl__box-27001 {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    border-radius: 5px;
    border: 2px solid #9a929214;
    box-shadow: 0 0 10px 5px rgb(189, 189, 189);
}

.pris-tabl__27001-row {
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
}

.pris-tabl__27001-box__heigt {
    min-height: 205px;
}

.pris-tabl__27001-box {
    width: 16.7%;
    justify-content: center;
    align-items: center;
    display: flex;
    height: 90px;
    border: 2px solid #9a929214;
}

.color-1 {
    background-color: #284658;
}

.color-2 {
    background-color: #df0010;
}

.pris-tabl__27001-box__title, .pris-tabl__27001-box__descriotion-bold {
    text-align: center;
    font-size: 16px;
    line-height: 19px;
    text-transform: uppercase;
    color: #fff;
}

.pris-tabl__27001-box__descriotion {
    font-size: 15px;
    line-height: 18px;
    font-weight: 400;
    padding: 0 10px;
}

.pris-tabl__27001-list {
    list-style: none;
}

.pris-tabl__27001-items {
    font-size: 15px;
    line-height: 20px;
    font-weight: 400;
}

.pris-tabl__27001-items:before {
    content: "\2022";
    color: red;
    font-weight: bold;
    display: inline-block;
    width: 1em;
	padding-left: 5px;
}

@media screen and (max-width: 1570px) {
    .pris-tabl__27001-box__heigt {
        min-height: 230px;
    }

    .pris-tabl__27001-box {
        height: 100px;
    }
}

@media screen and (max-width: 1350px) {
    .pris-tabl__27001-box__heigt {
        min-height: 235px;
    }

    .pris-tabl__27001-box {
        height: 110px;
    }
}

@media screen and (max-width: 1285px) {
    .pris-tabl__27001-box__heigt {
        min-height: 335px;
    }

    .pris-tabl__27001-box {
        height: 140px;
    }
}

@media screen and (max-width: 1200px) {
    .services-tabl__27001-mobi-box {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        width: 100%;
    }

    .services-tabl__27001-mobi-items {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        width: 100%;
        margin: 10px;
    }

    .services-tabl__27001-mobi_heder {
        background: #e30615 url(../images/down.jpg) no-repeat right;
        width: 100%;
        border-radius: 5px 5px 0 0;
    }

    .services-tabl__27001-mobi_hover {
        background-color: #464950;
        box-shadow: inset 0 0 0 5px #464950, inset 0 0 0 8px white;
        width: 100%;
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.2s ease-out;
    }

    .services-tabl__27001-mobi_body {
        background-color: #464950;
        width: 100%;
        border-radius: 0 0 5px 5px;
        padding-bottom: 20px;
    }

    .services-tabl__27001-mobi_heder-title {
        text-align: center;
        font-size: 16px;
        line-height: 19px;
        font-weight: 800;
        text-transform: uppercase;
        color: #fff;
        margin: 5px;
    }

    .services-tabl__27001-mobi_heder-descriptions {
        text-align: center;
        font-size: 16px;
        line-height: 19px;
        font-weight: 800;
        color: #fff;
        margin: 5px;
    }

    .services-tabl__27001-mobi_hover-title {
        text-align: center;
        font-size: 16px;
        line-height: 19px;
        font-weight: 600;
        color: #fff;
        margin: 14px 10px;
    }

    .services-tabl__27001-mobi_body-title {
        text-align: center;
        font-size: 16px;
        line-height: 19px;
        font-weight: 300;
        color: #fff;
        margin: 10px 5px;
    }

    .services-tabl__27001-box-title {
        margin: 0px 20px 25px 65px;
    }

    .services-tabl__27001-botm-text {
        margin: 20px 65px 0;
    }

    .active__up {
        background: #e30615 url(../images/up.jpg) no-repeat right;
    }

    .services-tabl__27001 {
        display: none;
    }
}

@media screen and (max-width: 400px) {
    .services-tabl__27001-botm-text {
        margin: 20px 30px 0;
    }
}

.box-27001__what-first {
    font-size: 15px;
    line-height: 23px;
    font-weight: 400;
    margin-bottom: 0;
}

.general-box__27001 {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-width: 50%;
    padding: 50px 0 50px 0;
}

.what-box__27001 {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 10px 0;
    padding: 0 20px;
}

.what-box__27001-items {
    width: 48.5%;
    margin: 5px;
    padding: 20px 5px 0px 20px;
    border-radius: 5px;
    border: 2px solid #9a929214;
    box-shadow: 0 0 10px 5px rgb(189, 189, 189);
}

@media screen and (max-width: 767px) {
    .what-box__27001-items {
        width: 100% !important;
    }
}

@media screen and (max-width: 1366px) {
    .what-box__27001-items {
        width: 47.5%;
    }
}

@media screen and (max-width: 1000px) {
    .page-service-for-img-27001 {
        display: none;
    }
}
.general-box__27001-title {
    font-family: 'Raleway', sans-serif;
    color: #000;
    font-size: 19px;
    line-height: 21px;
    text-align: center;
    margin: 0 0 25px 0;
    font-weight: bold;
    text-transform: uppercase;
}

@media screen and (max-width: 767px) {
    .general-box__27001-title {
        font-size: 19px;
        line-height: 21px;
        margin: 5px 0 20px;
    }
}

.otstup {
    font-size: 15px;
    line-height: 23px;
    margin: 10px 0;
}

.vnedrenie__27001 {
    cursor: pointer;
    background-image: url(../images/plus.png);
    background-repeat: no-repeat;
    background-position: 15px 15px;
    padding: 15px 0 15px 55px;
    border-radius: 5px;
    border: 2px solid #9a929214;
    box-shadow: inset 2px 2px 5px rgba(154, 147, 140, 0.5), 1px 1px 5px rgba(255, 255, 255, 1);;
    font-weight: 600;
    margin-bottom: 0px;
}

.vnedrenie__27001-desc {
    background-color: #d2d2d24a;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.23), -23px 0 20px -23px rgba(0, 0, 0, 0.8), 23px 0 20px -23px rgba(0, 0, 0, 0.8), 0 0 40px rgb(255, 255, 255) inset;
    margin: 5px 0;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    font-weight: 400;
}

.vnedrenie__27001-desc__txt {
    margin: 10px;
}

.active {
    background-color: #fff;
    background-image: url(../images/minus.png);
    color: #d01212;
}

.pur__table {
    display: flex;
    justify-content: center;
    width: 100%;
}

.box-scroll__table {
    overflow-x: scroll;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}

.table {
    width: 100%;
    height: auto;
    overflow-x: scroll;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}

.thead {
    align = "center"
}

.tbody {
    align = "left" vertical-align = "center"
}

.table td, .table th {
    border: 2px solid #251a1a26;
}

.table th {
    padding: 10px;
    background-color: #284658;
    font-size: 16px;
    line-height: 30px;
    text-transform: uppercase;
    color: #fff;
}

.table td {
    padding: 5px 20px;
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    color: #323232;
}

@media only screen and (max-width: 760px) {
    .box-scroll__table {
        width: 760px;
    }
}

@media only screen and (max-width: 400px) {
    .box-scroll__table {
        width: 360px;
    }

    .table th, .matodologia-box__text-title {
        font-size: 12px;
    }
}

.ropi__ta-center {
    text-align: center;
}

.ropi__ta-left {
    text-align: left;
}

.ropi__bg-row {
    background: white;
}

.footer-section-tegs {
    width: 100%;
    height: auto;
    padding: 20px 3%;
    background-color: #284658;
    border-bottom: 2px solid #eeeeef;
}

.tags-title {
    color: white;
    font-size: 23px;
    font-weight: 500;
    text-align: center;
    text-transform: uppercase;
}

.tags-text {
    margin: 10px 0;
    text-align: center;
}

.tegs-link {
    color: white;
    border: 1px solid #ffffff69;
    border-radius: 10px;
    -webkit-transition: background-color .3s ease-in;
    transition: background-color .3s ease-in;
    cursor: pointer;
    padding: 0px 5px;
    margin: 5px;
    font-size: 12px;
    line-height: 26px;
}

#btn {
    color: white;
    cursor: pointer;
    font-size: 18px;
    font-weight: 500;
    -webkit-transition: color .3s ease-in;
    transition: color .3s ease-in;
}

#btn:hover {
    color: #00a9eb;
}

#more {
    display: none;
}

#dots {
    color: white;
}

.reviews-img {
    box-shadow: 8px 10px 4px rgba(0, 0, 0, 0.25), 0px 9px 12px rgba(0, 0, 0, 0.22);
}

/*!

 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome

 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)

 */
@font-face {
    font-family: 'FontAwesome';
    src: url("../fonts/fontawesome-webfont.eot?v=4.7.0");
    src: url("../fonts/fontawesome-webfont.eot?#iefix&amp;v=4.7.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
    font-weight: normal;
    font-style: normal
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.fa-lg {
    font-size: 1.33333333em;
    line-height: .75em;
    vertical-align: -15%
}

.fa-2x {
    font-size: 2em
}

.fa-3x {
    font-size: 3em
}

.fa-4x {
    font-size: 4em
}

.fa-5x {
    font-size: 5em
}

.fa-fw {
    width: 1.28571429em;
    text-align: center
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none
}

.fa-ul &gt; li {
    position: relative
}

.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: .14285714em;
    text-align: center
}

.fa-li.fa-lg {
    left: -1.85714286em
}

.fa-border {
    padding: .2em .25em .15em;
    border: solid .08em #eee;
    border-radius: .1em
}

.fa-pull-left {
    float: left
}

.fa-pull-right {
    float: right
}

.fa.fa-pull-left {
    margin-right: .3em
}

.fa.fa-pull-right {
    margin-left: .3em
}

.pull-right {
    float: right
}

.pull-left {
    float: left
}

.fa.pull-left {
    margin-right: .3em
}

.fa.pull-right {
    margin-left: .3em
}

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear
}

.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8)
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

.fa-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    -webkit-transform: scale(-1, 1);
    transform: scale(-1, 1)
}

.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    -webkit-transform: scale(1, -1);
    transform: scale(1, -1)
}

:root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-flip-horizontal, :root .fa-flip-vertical {
    -webkit-filter: none;
    filter: none
}

.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle
}

.fa-stack-1x, .fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center
}

.fa-stack-1x {
    line-height: inherit
}

.fa-stack-2x {
    font-size: 2em
}

.fa-inverse {
    color: #fff
}

.fa-glass:before {
    content: "\f000"
}

.fa-music:before {
    content: "\f001"
}

.fa-search:before {
    content: "\f002"
}

.fa-envelope-o:before {
    content: "\f003"
}

.fa-heart:before {
    content: "\f004"
}

.fa-star:before {
    content: "\f005"
}

.fa-star-o:before {
    content: "\f006"
}

.fa-user:before {
    content: "\f007"
}

.fa-film:before {
    content: "\f008"
}

.fa-th-large:before {
    content: "\f009"
}

.fa-th:before {
    content: "\f00a"
}

.fa-th-list:before {
    content: "\f00b"
}

.fa-check:before {
    content: "\f00c"
}

.fa-remove:before, .fa-close:before, .fa-times:before {
    content: "\f00d"
}

.fa-search-plus:before {
    content: "\f00e"
}

.fa-search-minus:before {
    content: "\f010"
}

.fa-power-off:before {
    content: "\f011"
}

.fa-signal:before {
    content: "\f012"
}

.fa-gear:before, .fa-cog:before {
    content: "\f013"
}

.fa-trash-o:before {
    content: "\f014"
}

.fa-home:before {
    content: "\f015"
}

.fa-file-o:before {
    content: "\f016"
}

.fa-clock-o:before {
    content: "\f017"
}

.fa-road:before {
    content: "\f018"
}

.fa-download:before {
    content: "\f019"
}

.fa-arrow-circle-o-down:before {
    content: "\f01a"
}

.fa-arrow-circle-o-up:before {
    content: "\f01b"
}

.fa-inbox:before {
    content: "\f01c"
}

.fa-play-circle-o:before {
    content: "\f01d"
}

.fa-rotate-right:before, .fa-repeat:before {
    content: "\f01e"
}

.fa-refresh:before {
    content: "\f021"
}

.fa-list-alt:before {
    content: "\f022"
}

.fa-lock:before {
    content: "\f023"
}

.fa-flag:before {
    content: "\f024"
}

.fa-headphones:before {
    content: "\f025"
}

.fa-volume-off:before {
    content: "\f026"
}

.fa-volume-down:before {
    content: "\f027"
}

.fa-volume-up:before {
    content: "\f028"
}

.fa-qrcode:before {
    content: "\f029"
}

.fa-barcode:before {
    content: "\f02a"
}

.fa-tag:before {
    content: "\f02b"
}

.fa-tags:before {
    content: "\f02c"
}

.fa-book:before {
    content: "\f02d"
}

.fa-bookmark:before {
    content: "\f02e"
}

.fa-print:before {
    content: "\f02f"
}

.fa-camera:before {
    content: "\f030"
}

.fa-font:before {
    content: "\f031"
}

.fa-bold:before {
    content: "\f032"
}

.fa-italic:before {
    content: "\f033"
}

.fa-text-height:before {
    content: "\f034"
}

.fa-text-width:before {
    content: "\f035"
}

.fa-align-left:before {
    content: "\f036"
}

.fa-align-center:before {
    content: "\f037"
}

.fa-align-right:before {
    content: "\f038"
}

.fa-align-justify:before {
    content: "\f039"
}

.fa-list:before {
    content: "\f03a"
}

.fa-dedent:before, .fa-outdent:before {
    content: "\f03b"
}

.fa-indent:before {
    content: "\f03c"
}

.fa-video-camera:before {
    content: "\f03d"
}

.fa-photo:before, .fa-image:before, .fa-picture-o:before {
    content: "\f03e"
}

.fa-pencil:before {
    content: "\f040"
}

.fa-map-marker:before {
    content: "\f041"
}

.fa-adjust:before {
    content: "\f042"
}

.fa-tint:before {
    content: "\f043"
}

.fa-edit:before, .fa-pencil-square-o:before {
    content: "\f044"
}

.fa-share-square-o:before {
    content: "\f045"
}

.fa-check-square-o:before {
    content: "\f046"
}

.fa-arrows:before {
    content: "\f047"
}

.fa-step-backward:before {
    content: "\f048"
}

.fa-fast-backward:before {
    content: "\f049"
}

.fa-backward:before {
    content: "\f04a"
}

.fa-play:before {
    content: "\f04b"
}

.fa-pause:before {
    content: "\f04c"
}

.fa-stop:before {
    content: "\f04d"
}

.fa-forward:before {
    content: "\f04e"
}

.fa-fast-forward:before {
    content: "\f050"
}

.fa-step-forward:before {
    content: "\f051"
}

.fa-eject:before {
    content: "\f052"
}

.fa-chevron-left:before {
    content: "\f053"
}

.fa-chevron-right:before {
    content: "\f054"
}

.fa-plus-circle:before {
    content: "\f055"
}

.fa-minus-circle:before {
    content: "\f056"
}

.fa-times-circle:before {
    content: "\f057"
}

.fa-check-circle:before {
    content: "\f058"
}

.fa-question-circle:before {
    content: "\f059"
}

.fa-info-circle:before {
    content: "\f05a"
}

.fa-crosshairs:before {
    content: "\f05b"
}

.fa-times-circle-o:before {
    content: "\f05c"
}

.fa-check-circle-o:before {
    content: "\f05d"
}

.fa-ban:before {
    content: "\f05e"
}

.fa-arrow-left:before {
    content: "\f060"
}

.fa-arrow-right:before {
    content: "\f061"
}

.fa-arrow-up:before {
    content: "\f062"
}

.fa-arrow-down:before {
    content: "\f063"
}

.fa-mail-forward:before, .fa-share:before {
    content: "\f064"
}

.fa-expand:before {
    content: "\f065"
}

.fa-compress:before {
    content: "\f066"
}

.fa-plus:before {
    content: "\f067"
}

.fa-minus:before {
    content: "\f068"
}

.fa-asterisk:before {
    content: "\f069"
}

.fa-exclamation-circle:before {
    content: "\f06a"
}

.fa-gift:before {
    content: "\f06b"
}

.fa-leaf:before {
    content: "\f06c"
}

.fa-fire:before {
    content: "\f06d"
}

.fa-eye:before {
    content: "\f06e"
}

.fa-eye-slash:before {
    content: "\f070"
}

.fa-warning:before, .fa-exclamation-triangle:before {
    content: "\f071"
}

.fa-plane:before {
    content: "\f072"
}

.fa-calendar:before {
    content: "\f073"
}

.fa-random:before {
    content: "\f074"
}

.fa-comment:before {
    content: "\f075"
}

.fa-magnet:before {
    content: "\f076"
}

.fa-chevron-up:before {
    content: "\f077"
}

.fa-chevron-down:before {
    content: "\f078"
}

.fa-retweet:before {
    content: "\f079"
}

.fa-shopping-cart:before {
    content: "\f07a"
}

.fa-folder:before {
    content: "\f07b"
}

.fa-folder-open:before {
    content: "\f07c"
}

.fa-arrows-v:before {
    content: "\f07d"
}

.fa-arrows-h:before {
    content: "\f07e"
}

.fa-bar-chart-o:before, .fa-bar-chart:before {
    content: "\f080"
}

.fa-twitter-square:before {
    content: "\f081"
}

.fa-facebook-square:before {
    content: "\f082"
}

.fa-camera-retro:before {
    content: "\f083"
}

.fa-key:before {
    content: "\f084"
}

.fa-gears:before, .fa-cogs:before {
    content: "\f085"
}

.fa-comments:before {
    content: "\f086"
}

.fa-thumbs-o-up:before {
    content: "\f087"
}

.fa-thumbs-o-down:before {
    content: "\f088"
}

.fa-star-half:before {
    content: "\f089"
}

.fa-heart-o:before {
    content: "\f08a"
}

.fa-sign-out:before {
    content: "\f08b"
}

.fa-linkedin-square:before {
    content: "\f08c"
}

.fa-thumb-tack:before {
    content: "\f08d"
}

.fa-external-link:before {
    content: "\f08e"
}

.fa-sign-in:before {
    content: "\f090"
}

.fa-trophy:before {
    content: "\f091"
}

.fa-github-square:before {
    content: "\f092"
}

.fa-upload:before {
    content: "\f093"
}

.fa-lemon-o:before {
    content: "\f094"
}

.fa-phone:before {
    content: "\f095"
}

.fa-square-o:before {
    content: "\f096"
}

.fa-bookmark-o:before {
    content: "\f097"
}

.fa-phone-square:before {
    content: "\f098"
}

.fa-twitter:before {
    content: "\f099"
}

.fa-facebook-f:before, .fa-facebook:before {
    content: "\f09a"
}

.fa-github:before {
    content: "\f09b"
}

.fa-unlock:before {
    content: "\f09c"
}

.fa-credit-card:before {
    content: "\f09d"
}

.fa-feed:before, .fa-rss:before {
    content: "\f09e"
}

.fa-hdd-o:before {
    content: "\f0a0"
}

.fa-bullhorn:before {
    content: "\f0a1"
}

.fa-bell:before {
    content: "\f0f3"
}

.fa-certificate:before {
    content: "\f0a3"
}

.fa-hand-o-right:before {
    content: "\f0a4"
}

.fa-hand-o-left:before {
    content: "\f0a5"
}

.fa-hand-o-up:before {
    content: "\f0a6"
}

.fa-hand-o-down:before {
    content: "\f0a7"
}

.fa-arrow-circle-left:before {
    content: "\f0a8"
}

.fa-arrow-circle-right:before {
    content: "\f0a9"
}

.fa-arrow-circle-up:before {
    content: "\f0aa"
}

.fa-arrow-circle-down:before {
    content: "\f0ab"
}

.fa-globe:before {
    content: "\f0ac"
}

.fa-wrench:before {
    content: "\f0ad"
}

.fa-tasks:before {
    content: "\f0ae"
}

.fa-filter:before {
    content: "\f0b0"
}

.fa-briefcase:before {
    content: "\f0b1"
}

.fa-arrows-alt:before {
    content: "\f0b2"
}

.fa-group:before, .fa-users:before {
    content: "\f0c0"
}

.fa-chain:before, .fa-link:before {
    content: "\f0c1"
}

.fa-cloud:before {
    content: "\f0c2"
}

.fa-flask:before {
    content: "\f0c3"
}

.fa-cut:before, .fa-scissors:before {
    content: "\f0c4"
}

.fa-copy:before, .fa-files-o:before {
    content: "\f0c5"
}

.fa-paperclip:before {
    content: "\f0c6"
}

.fa-save:before, .fa-floppy-o:before {
    content: "\f0c7"
}

.fa-square:before {
    content: "\f0c8"
}

.fa-navicon:before, .fa-reorder:before, .fa-bars:before {
    content: "\f0c9"
}

.fa-list-ul:before {
    content: "\f0ca"
}

.fa-list-ol:before {
    content: "\f0cb"
}

.fa-strikethrough:before {
    content: "\f0cc"
}

.fa-underline:before {
    content: "\f0cd"
}

.fa-table:before {
    content: "\f0ce"
}

.fa-magic:before {
    content: "\f0d0"
}

.fa-truck:before {
    content: "\f0d1"
}

.fa-pinterest:before {
    content: "\f0d2"
}

.fa-pinterest-square:before {
    content: "\f0d3"
}

.fa-google-plus-square:before {
    content: "\f0d4"
}

.fa-google-plus:before {
    content: "\f0d5"
}

.fa-money:before {
    content: "\f0d6"
}

.fa-caret-down:before {
    content: "\f0d7"
}

.fa-caret-up:before {
    content: "\f0d8"
}

.fa-caret-left:before {
    content: "\f0d9"
}

.fa-caret-right:before {
    content: "\f0da"
}

.fa-columns:before {
    content: "\f0db"
}

.fa-unsorted:before, .fa-sort:before {
    content: "\f0dc"
}

.fa-sort-down:before, .fa-sort-desc:before {
    content: "\f0dd"
}

.fa-sort-up:before, .fa-sort-asc:before {
    content: "\f0de"
}

.fa-envelope:before {
    content: "\f0e0"
}

.fa-linkedin:before {
    content: "\f0e1"
}

.fa-rotate-left:before, .fa-undo:before {
    content: "\f0e2"
}

.fa-legal:before, .fa-gavel:before {
    content: "\f0e3"
}

.fa-dashboard:before, .fa-tachometer:before {
    content: "\f0e4"
}

.fa-comment-o:before {
    content: "\f0e5"
}

.fa-comments-o:before {
    content: "\f0e6"
}

.fa-flash:before, .fa-bolt:before {
    content: "\f0e7"
}

.fa-sitemap:before {
    content: "\f0e8"
}

.fa-umbrella:before {
    content: "\f0e9"
}

.fa-paste:before, .fa-clipboard:before {
    content: "\f0ea"
}

.fa-lightbulb-o:before {
    content: "\f0eb"
}

.fa-exchange:before {
    content: "\f0ec"
}

.fa-cloud-download:before {
    content: "\f0ed"
}

.fa-cloud-upload:before {
    content: "\f0ee"
}

.fa-user-md:before {
    content: "\f0f0"
}

.fa-stethoscope:before {
    content: "\f0f1"
}

.fa-suitcase:before {
    content: "\f0f2"
}

.fa-bell-o:before {
    content: "\f0a2"
}

.fa-coffee:before {
    content: "\f0f4"
}

.fa-cutlery:before {
    content: "\f0f5"
}

.fa-file-text-o:before {
    content: "\f0f6"
}

.fa-building-o:before {
    content: "\f0f7"
}

.fa-hospital-o:before {
    content: "\f0f8"
}

.fa-ambulance:before {
    content: "\f0f9"
}

.fa-medkit:before {
    content: "\f0fa"
}

.fa-fighter-jet:before {
    content: "\f0fb"
}

.fa-beer:before {
    content: "\f0fc"
}

.fa-h-square:before {
    content: "\f0fd"
}

.fa-plus-square:before {
    content: "\f0fe"
}

.fa-angle-double-left:before {
    content: "\f100"
}

.fa-angle-double-right:before {
    content: "\f101"
}

.fa-angle-double-up:before {
    content: "\f102"
}

.fa-angle-double-down:before {
    content: "\f103"
}

.fa-angle-left:before {
    content: "\f104"
}

.fa-angle-right:before {
    content: "\f105"
}

.fa-angle-up:before {
    content: "\f106"
}

.fa-angle-down:before {
    content: "\f107"
}

.fa-desktop:before {
    content: "\f108"
}

.fa-laptop:before {
    content: "\f109"
}

.fa-tablet:before {
    content: "\f10a"
}

.fa-mobile-phone:before, .fa-mobile:before {
    content: "\f10b"
}

.fa-circle-o:before {
    content: "\f10c"
}

.fa-quote-left:before {
    content: "\f10d"
}

.fa-quote-right:before {
    content: "\f10e"
}

.fa-spinner:before {
    content: "\f110"
}

.fa-circle:before {
    content: "\f111"
}

.fa-mail-reply:before, .fa-reply:before {
    content: "\f112"
}

.fa-github-alt:before {
    content: "\f113"
}

.fa-folder-o:before {
    content: "\f114"
}

.fa-folder-open-o:before {
    content: "\f115"
}

.fa-smile-o:before {
    content: "\f118"
}

.fa-frown-o:before {
    content: "\f119"
}

.fa-meh-o:before {
    content: "\f11a"
}

.fa-gamepad:before {
    content: "\f11b"
}

.fa-keyboard-o:before {
    content: "\f11c"
}

.fa-flag-o:before {
    content: "\f11d"
}

.fa-flag-checkered:before {
    content: "\f11e"
}

.fa-terminal:before {
    content: "\f120"
}

.fa-code:before {
    content: "\f121"
}

.fa-mail-reply-all:before, .fa-reply-all:before {
    content: "\f122"
}

.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
    content: "\f123"
}

.fa-location-arrow:before {
    content: "\f124"
}

.fa-crop:before {
    content: "\f125"
}

.fa-code-fork:before {
    content: "\f126"
}

.fa-unlink:before, .fa-chain-broken:before {
    content: "\f127"
}

.fa-question:before {
    content: "\f128"
}

.fa-info:before {
    content: "\f129"
}

.fa-exclamation:before {
    content: "\f12a"
}

.fa-superscript:before {
    content: "\f12b"
}

.fa-subscript:before {
    content: "\f12c"
}

.fa-eraser:before {
    content: "\f12d"
}

.fa-puzzle-piece:before {
    content: "\f12e"
}

.fa-microphone:before {
    content: "\f130"
}

.fa-microphone-slash:before {
    content: "\f131"
}

.fa-shield:before {
    content: "\f132"
}

.fa-calendar-o:before {
    content: "\f133"
}

.fa-fire-extinguisher:before {
    content: "\f134"
}

.fa-rocket:before {
    content: "\f135"
}

.fa-maxcdn:before {
    content: "\f136"
}

.fa-chevron-circle-left:before {
    content: "\f137"
}

.fa-chevron-circle-right:before {
    content: "\f138"
}

.fa-chevron-circle-up:before {
    content: "\f139"
}

.fa-chevron-circle-down:before {
    content: "\f13a"
}

.fa-html5:before {
    content: "\f13b"
}

.fa-css3:before {
    content: "\f13c"
}

.fa-anchor:before {
    content: "\f13d"
}

.fa-unlock-alt:before {
    content: "\f13e"
}

.fa-bullseye:before {
    content: "\f140"
}

.fa-ellipsis-h:before {
    content: "\f141"
}

.fa-ellipsis-v:before {
    content: "\f142"
}

.fa-rss-square:before {
    content: "\f143"
}

.fa-play-circle:before {
    content: "\f144"
}

.fa-ticket:before {
    content: "\f145"
}

.fa-minus-square:before {
    content: "\f146"
}

.fa-minus-square-o:before {
    content: "\f147"
}

.fa-level-up:before {
    content: "\f148"
}

.fa-level-down:before {
    content: "\f149"
}

.fa-check-square:before {
    content: "\f14a"
}

.fa-pencil-square:before {
    content: "\f14b"
}

.fa-external-link-square:before {
    content: "\f14c"
}

.fa-share-square:before {
    content: "\f14d"
}

.fa-compass:before {
    content: "\f14e"
}

.fa-toggle-down:before, .fa-caret-square-o-down:before {
    content: "\f150"
}

.fa-toggle-up:before, .fa-caret-square-o-up:before {
    content: "\f151"
}

.fa-toggle-right:before, .fa-caret-square-o-right:before {
    content: "\f152"
}

.fa-euro:before, .fa-eur:before {
    content: "\f153"
}

.fa-gbp:before {
    content: "\f154"
}

.fa-dollar:before, .fa-usd:before {
    content: "\f155"
}

.fa-rupee:before, .fa-inr:before {
    content: "\f156"
}

.fa-cny:before, .fa-rmb:before, .fa-yen:before, .fa-jpy:before {
    content: "\f157"
}

.fa-ruble:before, .fa-rouble:before, .fa-rub:before {
    content: "\f158"
}

.fa-won:before, .fa-krw:before {
    content: "\f159"
}

.fa-bitcoin:before, .fa-btc:before {
    content: "\f15a"
}

.fa-file:before {
    content: "\f15b"
}

.fa-file-text:before {
    content: "\f15c"
}

.fa-sort-alpha-asc:before {
    content: "\f15d"
}

.fa-sort-alpha-desc:before {
    content: "\f15e"
}

.fa-sort-amount-asc:before {
    content: "\f160"
}

.fa-sort-amount-desc:before {
    content: "\f161"
}

.fa-sort-numeric-asc:before {
    content: "\f162"
}

.fa-sort-numeric-desc:before {
    content: "\f163"
}

.fa-thumbs-up:before {
    content: "\f164"
}

.fa-thumbs-down:before {
    content: "\f165"
}

.fa-youtube-square:before {
    content: "\f166"
}

.fa-youtube:before {
    content: "\f167"
}

.fa-xing:before {
    content: "\f168"
}

.fa-xing-square:before {
    content: "\f169"
}

.fa-youtube-play:before {
    content: "\f16a"
}

.fa-dropbox:before {
    content: "\f16b"
}

.fa-stack-overflow:before {
    content: "\f16c"
}

.fa-instagram:before {
    content: "\f16d"
}

.fa-flickr:before {
    content: "\f16e"
}

.fa-adn:before {
    content: "\f170"
}

.fa-bitbucket:before {
    content: "\f171"
}

.fa-bitbucket-square:before {
    content: "\f172"
}

.fa-tumblr:before {
    content: "\f173"
}

.fa-tumblr-square:before {
    content: "\f174"
}

.fa-long-arrow-down:before {
    content: "\f175"
}

.fa-long-arrow-up:before {
    content: "\f176"
}

.fa-long-arrow-left:before {
    content: "\f177"
}

.fa-long-arrow-right:before {
    content: "\f178"
}

.fa-apple:before {
    content: "\f179"
}

.fa-windows:before {
    content: "\f17a"
}

.fa-android:before {
    content: "\f17b"
}

.fa-linux:before {
    content: "\f17c"
}

.fa-dribbble:before {
    content: "\f17d"
}

.fa-skype:before {
    content: "\f17e"
}

.fa-foursquare:before {
    content: "\f180"
}

.fa-trello:before {
    content: "\f181"
}

.fa-female:before {
    content: "\f182"
}

.fa-male:before {
    content: "\f183"
}

.fa-gittip:before, .fa-gratipay:before {
    content: "\f184"
}

.fa-sun-o:before {
    content: "\f185"
}

.fa-moon-o:before {
    content: "\f186"
}

.fa-archive:before {
    content: "\f187"
}

.fa-bug:before {
    content: "\f188"
}

.fa-vk:before {
    content: "\f189"
}

.fa-weibo:before {
    content: "\f18a"
}

.fa-renren:before {
    content: "\f18b"
}

.fa-pagelines:before {
    content: "\f18c"
}

.fa-stack-exchange:before {
    content: "\f18d"
}

.fa-arrow-circle-o-right:before {
    content: "\f18e"
}

.fa-arrow-circle-o-left:before {
    content: "\f190"
}

.fa-toggle-left:before, .fa-caret-square-o-left:before {
    content: "\f191"
}

.fa-dot-circle-o:before {
    content: "\f192"
}

.fa-wheelchair:before {
    content: "\f193"
}

.fa-vimeo-square:before {
    content: "\f194"
}

.fa-turkish-lira:before, .fa-try:before {
    content: "\f195"
}

.fa-plus-square-o:before {
    content: "\f196"
}

.fa-space-shuttle:before {
    content: "\f197"
}

.fa-slack:before {
    content: "\f198"
}

.fa-envelope-square:before {
    content: "\f199"
}

.fa-wordpress:before {
    content: "\f19a"
}

.fa-openid:before {
    content: "\f19b"
}

.fa-institution:before, .fa-bank:before, .fa-university:before {
    content: "\f19c"
}

.fa-mortar-board:before, .fa-graduation-cap:before {
    content: "\f19d"
}

.fa-yahoo:before {
    content: "\f19e"
}

.fa-google:before {
    content: "\f1a0"
}

.fa-reddit:before {
    content: "\f1a1"
}

.fa-reddit-square:before {
    content: "\f1a2"
}

.fa-stumbleupon-circle:before {
    content: "\f1a3"
}

.fa-stumbleupon:before {
    content: "\f1a4"
}

.fa-delicious:before {
    content: "\f1a5"
}

.fa-digg:before {
    content: "\f1a6"
}

.fa-pied-piper-pp:before {
    content: "\f1a7"
}

.fa-pied-piper-alt:before {
    content: "\f1a8"
}

.fa-drupal:before {
    content: "\f1a9"
}

.fa-joomla:before {
    content: "\f1aa"
}

.fa-language:before {
    content: "\f1ab"
}

.fa-fax:before {
    content: "\f1ac"
}

.fa-building:before {
    content: "\f1ad"
}

.fa-child:before {
    content: "\f1ae"
}

.fa-paw:before {
    content: "\f1b0"
}

.fa-spoon:before {
    content: "\f1b1"
}

.fa-cube:before {
    content: "\f1b2"
}

.fa-cubes:before {
    content: "\f1b3"
}

.fa-behance:before {
    content: "\f1b4"
}

.fa-behance-square:before {
    content: "\f1b5"
}

.fa-steam:before {
    content: "\f1b6"
}

.fa-steam-square:before {
    content: "\f1b7"
}

.fa-recycle:before {
    content: "\f1b8"
}

.fa-automobile:before, .fa-car:before {
    content: "\f1b9"
}

.fa-cab:before, .fa-taxi:before {
    content: "\f1ba"
}

.fa-tree:before {
    content: "\f1bb"
}

.fa-spotify:before {
    content: "\f1bc"
}

.fa-deviantart:before {
    content: "\f1bd"
}

.fa-soundcloud:before {
    content: "\f1be"
}

.fa-database:before {
    content: "\f1c0"
}

.fa-file-pdf-o:before {
    content: "\f1c1"
}

.fa-file-word-o:before {
    content: "\f1c2"
}

.fa-file-excel-o:before {
    content: "\f1c3"
}

.fa-file-powerpoint-o:before {
    content: "\f1c4"
}

.fa-file-photo-o:before, .fa-file-picture-o:before, .fa-file-image-o:before {
    content: "\f1c5"
}

.fa-file-zip-o:before, .fa-file-archive-o:before {
    content: "\f1c6"
}

.fa-file-sound-o:before, .fa-file-audio-o:before {
    content: "\f1c7"
}

.fa-file-movie-o:before, .fa-file-video-o:before {
    content: "\f1c8"
}

.fa-file-code-o:before {
    content: "\f1c9"
}

.fa-vine:before {
    content: "\f1ca"
}

.fa-codepen:before {
    content: "\f1cb"
}

.fa-jsfiddle:before {
    content: "\f1cc"
}

.fa-life-bouy:before, .fa-life-buoy:before, .fa-life-saver:before, .fa-support:before, .fa-life-ring:before {
    content: "\f1cd"
}

.fa-circle-o-notch:before {
    content: "\f1ce"
}

.fa-ra:before, .fa-resistance:before, .fa-rebel:before {
    content: "\f1d0"
}

.fa-ge:before, .fa-empire:before {
    content: "\f1d1"
}

.fa-git-square:before {
    content: "\f1d2"
}

.fa-git:before {
    content: "\f1d3"
}

.fa-y-combinator-square:before, .fa-yc-square:before, .fa-hacker-news:before {
    content: "\f1d4"
}

.fa-tencent-weibo:before {
    content: "\f1d5"
}

.fa-qq:before {
    content: "\f1d6"
}

.fa-wechat:before, .fa-weixin:before {
    content: "\f1d7"
}

.fa-send:before, .fa-paper-plane:before {
    content: "\f1d8"
}

.fa-send-o:before, .fa-paper-plane-o:before {
    content: "\f1d9"
}

.fa-history:before {
    content: "\f1da"
}

.fa-circle-thin:before {
    content: "\f1db"
}

.fa-header:before {
    content: "\f1dc"
}

.fa-paragraph:before {
    content: "\f1dd"
}

.fa-sliders:before {
    content: "\f1de"
}

.fa-share-alt:before {
    content: "\f1e0"
}

.fa-share-alt-square:before {
    content: "\f1e1"
}

.fa-bomb:before {
    content: "\f1e2"
}

.fa-soccer-ball-o:before, .fa-futbol-o:before {
    content: "\f1e3"
}

.fa-tty:before {
    content: "\f1e4"
}

.fa-binoculars:before {
    content: "\f1e5"
}

.fa-plug:before {
    content: "\f1e6"
}

.fa-slideshare:before {
    content: "\f1e7"
}

.fa-twitch:before {
    content: "\f1e8"
}

.fa-yelp:before {
    content: "\f1e9"
}

.fa-newspaper-o:before {
    content: "\f1ea"
}

.fa-wifi:before {
    content: "\f1eb"
}

.fa-calculator:before {
    content: "\f1ec"
}

.fa-paypal:before {
    content: "\f1ed"
}

.fa-google-wallet:before {
    content: "\f1ee"
}

.fa-cc-visa:before {
    content: "\f1f0"
}

.fa-cc-mastercard:before {
    content: "\f1f1"
}

.fa-cc-discover:before {
    content: "\f1f2"
}

.fa-cc-amex:before {
    content: "\f1f3"
}

.fa-cc-paypal:before {
    content: "\f1f4"
}

.fa-cc-stripe:before {
    content: "\f1f5"
}

.fa-bell-slash:before {
    content: "\f1f6"
}

.fa-bell-slash-o:before {
    content: "\f1f7"
}

.fa-trash:before {
    content: "\f1f8"
}

.fa-copyright:before {
    content: "\f1f9"
}

.fa-at:before {
    content: "\f1fa"
}

.fa-eyedropper:before {
    content: "\f1fb"
}

.fa-paint-brush:before {
    content: "\f1fc"
}

.fa-birthday-cake:before {
    content: "\f1fd"
}

.fa-area-chart:before {
    content: "\f1fe"
}

.fa-pie-chart:before {
    content: "\f200"
}

.fa-line-chart:before {
    content: "\f201"
}

.fa-lastfm:before {
    content: "\f202"
}

.fa-lastfm-square:before {
    content: "\f203"
}

.fa-toggle-off:before {
    content: "\f204"
}

.fa-toggle-on:before {
    content: "\f205"
}

.fa-bicycle:before {
    content: "\f206"
}

.fa-bus:before {
    content: "\f207"
}

.fa-ioxhost:before {
    content: "\f208"
}

.fa-angellist:before {
    content: "\f209"
}

.fa-cc:before {
    content: "\f20a"
}

.fa-shekel:before, .fa-sheqel:before, .fa-ils:before {
    content: "\f20b"
}

.fa-meanpath:before {
    content: "\f20c"
}

.fa-buysellads:before {
    content: "\f20d"
}

.fa-connectdevelop:before {
    content: "\f20e"
}

.fa-dashcube:before {
    content: "\f210"
}

.fa-forumbee:before {
    content: "\f211"
}

.fa-leanpub:before {
    content: "\f212"
}

.fa-sellsy:before {
    content: "\f213"
}

.fa-shirtsinbulk:before {
    content: "\f214"
}

.fa-simplybuilt:before {
    content: "\f215"
}

.fa-skyatlas:before {
    content: "\f216"
}

.fa-cart-plus:before {
    content: "\f217"
}

.fa-cart-arrow-down:before {
    content: "\f218"
}

.fa-diamond:before {
    content: "\f219"
}

.fa-ship:before {
    content: "\f21a"
}

.fa-user-secret:before {
    content: "\f21b"
}

.fa-motorcycle:before {
    content: "\f21c"
}

.fa-street-view:before {
    content: "\f21d"
}

.fa-heartbeat:before {
    content: "\f21e"
}

.fa-venus:before {
    content: "\f221"
}

.fa-mars:before {
    content: "\f222"
}

.fa-mercury:before {
    content: "\f223"
}

.fa-intersex:before, .fa-transgender:before {
    content: "\f224"
}

.fa-transgender-alt:before {
    content: "\f225"
}

.fa-venus-double:before {
    content: "\f226"
}

.fa-mars-double:before {
    content: "\f227"
}

.fa-venus-mars:before {
    content: "\f228"
}

.fa-mars-stroke:before {
    content: "\f229"
}

.fa-mars-stroke-v:before {
    content: "\f22a"
}

.fa-mars-stroke-h:before {
    content: "\f22b"
}

.fa-neuter:before {
    content: "\f22c"
}

.fa-genderless:before {
    content: "\f22d"
}

.fa-facebook-official:before {
    content: "\f230"
}

.fa-pinterest-p:before {
    content: "\f231"
}

.fa-whatsapp:before {
    content: "\f232"
}

.fa-server:before {
    content: "\f233"
}

.fa-user-plus:before {
    content: "\f234"
}

.fa-user-times:before {
    content: "\f235"
}

.fa-hotel:before, .fa-bed:before {
    content: "\f236"
}

.fa-viacoin:before {
    content: "\f237"
}

.fa-train:before {
    content: "\f238"
}

.fa-subway:before {
    content: "\f239"
}

.fa-medium:before {
    content: "\f23a"
}

.fa-yc:before, .fa-y-combinator:before {
    content: "\f23b"
}

.fa-optin-monster:before {
    content: "\f23c"
}

.fa-opencart:before {
    content: "\f23d"
}

.fa-expeditedssl:before {
    content: "\f23e"
}

.fa-battery-4:before, .fa-battery:before, .fa-battery-full:before {
    content: "\f240"
}

.fa-battery-3:before, .fa-battery-three-quarters:before {
    content: "\f241"
}

.fa-battery-2:before, .fa-battery-half:before {
    content: "\f242"
}

.fa-battery-1:before, .fa-battery-quarter:before {
    content: "\f243"
}

.fa-battery-0:before, .fa-battery-empty:before {
    content: "\f244"
}

.fa-mouse-pointer:before {
    content: "\f245"
}

.fa-i-cursor:before {
    content: "\f246"
}

.fa-object-group:before {
    content: "\f247"
}

.fa-object-ungroup:before {
    content: "\f248"
}

.fa-sticky-note:before {
    content: "\f249"
}

.fa-sticky-note-o:before {
    content: "\f24a"
}

.fa-cc-jcb:before {
    content: "\f24b"
}

.fa-cc-diners-club:before {
    content: "\f24c"
}

.fa-clone:before {
    content: "\f24d"
}

.fa-balance-scale:before {
    content: "\f24e"
}

.fa-hourglass-o:before {
    content: "\f250"
}

.fa-hourglass-1:before, .fa-hourglass-start:before {
    content: "\f251"
}

.fa-hourglass-2:before, .fa-hourglass-half:before {
    content: "\f252"
}

.fa-hourglass-3:before, .fa-hourglass-end:before {
    content: "\f253"
}

.fa-hourglass:before {
    content: "\f254"
}

.fa-hand-grab-o:before, .fa-hand-rock-o:before {
    content: "\f255"
}

.fa-hand-stop-o:before, .fa-hand-paper-o:before {
    content: "\f256"
}

.fa-hand-scissors-o:before {
    content: "\f257"
}

.fa-hand-lizard-o:before {
    content: "\f258"
}

.fa-hand-spock-o:before {
    content: "\f259"
}

.fa-hand-pointer-o:before {
    content: "\f25a"
}

.fa-hand-peace-o:before {
    content: "\f25b"
}

.fa-trademark:before {
    content: "\f25c"
}

.fa-registered:before {
    content: "\f25d"
}

.fa-creative-commons:before {
    content: "\f25e"
}

.fa-gg:before {
    content: "\f260"
}

.fa-gg-circle:before {
    content: "\f261"
}

.fa-tripadvisor:before {
    content: "\f262"
}

.fa-odnoklassniki:before {
    content: "\f263"
}

.fa-odnoklassniki-square:before {
    content: "\f264"
}

.fa-get-pocket:before {
    content: "\f265"
}

.fa-wikipedia-w:before {
    content: "\f266"
}

.fa-safari:before {
    content: "\f267"
}

.fa-chrome:before {
    content: "\f268"
}

.fa-firefox:before {
    content: "\f269"
}

.fa-opera:before {
    content: "\f26a"
}

.fa-internet-explorer:before {
    content: "\f26b"
}

.fa-tv:before, .fa-television:before {
    content: "\f26c"
}

.fa-contao:before {
    content: "\f26d"
}

.fa-500px:before {
    content: "\f26e"
}

.fa-amazon:before {
    content: "\f270"
}

.fa-calendar-plus-o:before {
    content: "\f271"
}

.fa-calendar-minus-o:before {
    content: "\f272"
}

.fa-calendar-times-o:before {
    content: "\f273"
}

.fa-calendar-check-o:before {
    content: "\f274"
}

.fa-industry:before {
    content: "\f275"
}

.fa-map-pin:before {
    content: "\f276"
}

.fa-map-signs:before {
    content: "\f277"
}

.fa-map-o:before {
    content: "\f278"
}

.fa-map:before {
    content: "\f279"
}

.fa-commenting:before {
    content: "\f27a"
}

.fa-commenting-o:before {
    content: "\f27b"
}

.fa-houzz:before {
    content: "\f27c"
}

.fa-vimeo:before {
    content: "\f27d"
}

.fa-black-tie:before {
    content: "\f27e"
}

.fa-fonticons:before {
    content: "\f280"
}

.fa-reddit-alien:before {
    content: "\f281"
}

.fa-edge:before {
    content: "\f282"
}

.fa-credit-card-alt:before {
    content: "\f283"
}

.fa-codiepie:before {
    content: "\f284"
}

.fa-modx:before {
    content: "\f285"
}

.fa-fort-awesome:before {
    content: "\f286"
}

.fa-usb:before {
    content: "\f287"
}

.fa-product-hunt:before {
    content: "\f288"
}

.fa-mixcloud:before {
    content: "\f289"
}

.fa-scribd:before {
    content: "\f28a"
}

.fa-pause-circle:before {
    content: "\f28b"
}

.fa-pause-circle-o:before {
    content: "\f28c"
}

.fa-stop-circle:before {
    content: "\f28d"
}

.fa-stop-circle-o:before {
    content: "\f28e"
}

.fa-shopping-bag:before {
    content: "\f290"
}

.fa-shopping-basket:before {
    content: "\f291"
}

.fa-hashtag:before {
    content: "\f292"
}

.fa-bluetooth:before {
    content: "\f293"
}

.fa-bluetooth-b:before {
    content: "\f294"
}

.fa-percent:before {
    content: "\f295"
}

.fa-gitlab:before {
    content: "\f296"
}

.fa-wpbeginner:before {
    content: "\f297"
}

.fa-wpforms:before {
    content: "\f298"
}

.fa-envira:before {
    content: "\f299"
}

.fa-universal-access:before {
    content: "\f29a"
}

.fa-wheelchair-alt:before {
    content: "\f29b"
}

.fa-question-circle-o:before {
    content: "\f29c"
}

.fa-blind:before {
    content: "\f29d"
}

.fa-audio-description:before {
    content: "\f29e"
}

.fa-volume-control-phone:before {
    content: "\f2a0"
}

.fa-braille:before {
    content: "\f2a1"
}

.fa-assistive-listening-systems:before {
    content: "\f2a2"
}

.fa-asl-interpreting:before, .fa-american-sign-language-interpreting:before {
    content: "\f2a3"
}

.fa-deafness:before, .fa-hard-of-hearing:before, .fa-deaf:before {
    content: "\f2a4"
}

.fa-glide:before {
    content: "\f2a5"
}

.fa-glide-g:before {
    content: "\f2a6"
}

.fa-signing:before, .fa-sign-language:before {
    content: "\f2a7"
}

.fa-low-vision:before {
    content: "\f2a8"
}

.fa-viadeo:before {
    content: "\f2a9"
}

.fa-viadeo-square:before {
    content: "\f2aa"
}

.fa-snapchat:before {
    content: "\f2ab"
}

.fa-snapchat-ghost:before {
    content: "\f2ac"
}

.fa-snapchat-square:before {
    content: "\f2ad"
}

.fa-pied-piper:before {
    content: "\f2ae"
}

.fa-first-order:before {
    content: "\f2b0"
}

.fa-yoast:before {
    content: "\f2b1"
}

.fa-themeisle:before {
    content: "\f2b2"
}

.fa-google-plus-circle:before, .fa-google-plus-official:before {
    content: "\f2b3"
}

.fa-fa:before, .fa-font-awesome:before {
    content: "\f2b4"
}

.fa-handshake-o:before {
    content: "\f2b5"
}

.fa-envelope-open:before {
    content: "\f2b6"
}

.fa-envelope-open-o:before {
    content: "\f2b7"
}

.fa-linode:before {
    content: "\f2b8"
}

.fa-address-book:before {
    content: "\f2b9"
}

.fa-address-book-o:before {
    content: "\f2ba"
}

.fa-vcard:before, .fa-address-card:before {
    content: "\f2bb"
}

.fa-vcard-o:before, .fa-address-card-o:before {
    content: "\f2bc"
}

.fa-user-circle:before {
    content: "\f2bd"
}

.fa-user-circle-o:before {
    content: "\f2be"
}

.fa-user-o:before {
    content: "\f2c0"
}

.fa-id-badge:before {
    content: "\f2c1"
}

.fa-drivers-license:before, .fa-id-card:before {
    content: "\f2c2"
}

.fa-drivers-license-o:before, .fa-id-card-o:before {
    content: "\f2c3"
}

.fa-quora:before {
    content: "\f2c4"
}

.fa-free-code-camp:before {
    content: "\f2c5"
}

.fa-telegram:before {
    content: "\f2c6"
}

.fa-thermometer-4:before, .fa-thermometer:before, .fa-thermometer-full:before {
    content: "\f2c7"
}

.fa-thermometer-3:before, .fa-thermometer-three-quarters:before {
    content: "\f2c8"
}

.fa-thermometer-2:before, .fa-thermometer-half:before {
    content: "\f2c9"
}

.fa-thermometer-1:before, .fa-thermometer-quarter:before {
    content: "\f2ca"
}

.fa-thermometer-0:before, .fa-thermometer-empty:before {
    content: "\f2cb"
}

.fa-shower:before {
    content: "\f2cc"
}

.fa-bathtub:before, .fa-s15:before, .fa-bath:before {
    content: "\f2cd"
}

.fa-podcast:before {
    content: "\f2ce"
}

.fa-window-maximize:before {
    content: "\f2d0"
}

.fa-window-minimize:before {
    content: "\f2d1"
}

.fa-window-restore:before {
    content: "\f2d2"
}

.fa-times-rectangle:before, .fa-window-close:before {
    content: "\f2d3"
}

.fa-times-rectangle-o:before, .fa-window-close-o:before {
    content: "\f2d4"
}

.fa-bandcamp:before {
    content: "\f2d5"
}

.fa-grav:before {
    content: "\f2d6"
}

.fa-etsy:before {
    content: "\f2d7"
}

.fa-imdb:before {
    content: "\f2d8"
}

.fa-ravelry:before {
    content: "\f2d9"
}

.fa-eercast:before {
    content: "\f2da"
}

.fa-microchip:before {
    content: "\f2db"
}

.fa-snowflake-o:before {
    content: "\f2dc"
}

.fa-superpowers:before {
    content: "\f2dd"
}

.fa-wpexplorer:before {
    content: "\f2de"
}

.fa-meetup:before {
    content: "\f2e0"
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.sr-only-focusable:active, .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}

body {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 200;
    color: #000
}

.fa {
    pointer-events: none
}

.container {
    max-width: 1140px;
    margin: 0 auto
}

@media screen and (max-width: 1120px) {
    .container {
        max-width: 720px
    }
}

@media screen and (max-width: 767px) {
    .container {
        width: 100%;
        padding: 0 20px;
        margin: 0 auto
    }
}

.container-large {
    max-width: 1680px;
    margin: 0 auto
}

@media screen and (max-width: 1700px) {
    .container-large {
        margin: 0 10px;
        padding: 0 20px
    }
}

@media screen and (max-width: 990px) {
    .container-large {
        max-width: 767px;
        margin: 0 auto
    }
}

@media screen and (max-width: 767px) {
    .container-large {
        width: 100%
    }
}

@media screen and (max-width: 374px) {
    .container-large {
        padding: 0 10px
    }
}

.container-full {
    max-width: 1720px;
    margin: 0 auto
}

@media screen and (max-width: 1700px) {
    .container-full {
        margin: 0 10px;
        padding: 0 20px
    }
}

@media screen and (max-width: 990px) {
    .container-full {
        max-width: 767px;
        margin: 0 auto
    }
}

@media screen and (max-width: 767px) {
    .container-full {
        width: 100%
    }
}

@media screen and (max-width: 374px) {
    .container-full {
        padding: 0 10px
    }
}

.page-service-views-types-iso17100 {
    padding-top: 35px;
}

.page-service-views-types-iso28000 {
    padding-top: 35px;
}

.page-service-views-types__item-iso17100 {
    font-size: 20px;
    font-weight: 400;
    line-height: 36px;
}
.page-service-views-types__item-iso28000 {
    font-size: 16px;
    font-weight: 400;
    line-height: 36px;
    text-transform: none;
}

.page-service-fssc22000 {
    background: url(../images/fssc22000.jpg) no-repeat;
    background-size: cover;
    width: 100%;
    background-position: bottom;
    min-height: 550px;
}

.page-service-about-img-fssc22000 {
    background: url(../images/page-service-about-img-fssc22000.jpg) no-repeat;
    background-size: cover;
    background-position: center;
}

.page-service-for-img-fssc22000 {
    background: url(../images/page-service-for-img-fssc22000.jpg) no-repeat;
    background-size: cover;
    background-position: center;
}

.page-service-views-img-fssc22000 {
    background: url(../images/page-service-views-img-fssc22000.jpg) no-repeat;
    background-size: cover;
    background-position: center;
}

.page-service-17100 {
    background: url(../images/header-bg-17100.jpg) no-repeat;
    background-size: cover;
    background-position: center;
}

.page-service-about-img-17100 {
    background: url(../images/img-first-17100.jpg) no-repeat;
    background-size: cover;
    background-position: center;
}

.page-service-for-img-iso17100 {
    background: url(../images/for-17100-2.jpg) no-repeat;
    background-size: cover;
    background-position: center;
}

.page-service-views-img-iso17100 {
    background: url(../images/iso_17100_type.jpg) no-repeat;
    background-size: cover;
    background-position: top;
}

.main-novosti-item-sut-fsc-ili-kopayem-glubzhe {
    background: url(../images/fsc-img-1.jpg);
    background-size: cover
}

.main-novosti-item-fsc-news-ip {
    background: url(../images/fsc-news-ip.jpg);
    background-size: cover
}

.main-novosti-item-osvoenie-rinka-usa {
    background: url(../images/osvoenie-rinka-usa.jpg);
    background-size: cover
}

.main-novosti-item-rinok-knr-ceni {
    background: url(../images/rinok-knr-ceni.jpg);
    background-size: cover
}

.main-novosti-item-chto-nuzno-dlia-prod-med-izd-v-rb {
    background: url(../images/chto-nuzno-dlia-prod-med-izd-v-rb.jpg);
    background-size: cover
}

.main-novosti-item-fssc-v5 {
    background: url(../images/fssc-v5.jpg);
    background-size: cover
}

.main-novosti-item-perexod-pozdno-ili-rano {
    background: url(../images/perexod-pozdno-ili-rano.jpg);
    background-size: cover
}

.main-novosti-item-tender-ved-cizeh {
    background: url(../images/tender-ved-cizeh.jpg);
    background-size: cover
}

.main-novosti-item-cmk-bremya-ili-blago {
    background: url(../images/cmk-bremya-ili-blago.jpg);
    background-size: cover
}

.main-novosti-item-novovvedeniya-v-cmk {
    background: url(../images/novovvedeniya-v-cmk.jpg);
    background-size: cover
}

.main-novosti-item-sert-audit-po-iso-9001 {
    background: url(../images/sert-audit-po-iso-9001.jpg);
    background-size: cover
}

.main-novosti-item-otveti-po-45001 {
    background: url(../images/otveti-po-45001.jpg);
    background-size: cover
}

.main-novosti-item-ohsas-18001-v-iso-45001 {
    background: url(../images/ohsas-18001-v-iso-45001.jpg);
    background-size: cover
}

.main-novosti-item-podgotovka-k-sert-fsc {
    background: url(../images/podgotovka-k-sert-fsc.jpg);
    background-size: cover
}

.img-articl-fsc {
    background: url(../images/shema-fsc.svg) no-repeat center center;
    background-size: contain;
    width: 100%;
    height: 750px;
}

@media screen and (max-width: 1024px) {
    .img-articl-fsc {
        height: 650px;
    }
}

@media screen and (max-width: 374px) {
    .img-articl-fsc {
        height: 285px;
    }
}

.main-novosti-item-chto-takoe-fsc {
    background: url(../images/chto-takoe-fsc.jpg);
    background-size: cover
}

.ymap-container {
    background: url(../images/mapyandex-min.jpg) #fff no-repeat;
	background-size: cover;
}

#map-yandex {
    position: relative;
    z-index: 7;
    width: 100%;
    height: 25em;
    cursor: pointer;
    background-color: transparent
}

.googl-map-box{
	height: 26em;
}

/* articl */
.article-section__deacriptions {
    text-indent: 20px;
    font-size: 18px;
    line-height: 28px;
    font-weight: 800;
    padding-bottom: 10px;
    color: #323232;
}

.article-section__txt {
    text-indent: 20px;
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
    color: #323232;
}

.article-section__txt-title {
    text-indent: 20px;
    font-size: 20px;
    line-height: 36px;
    font-weight: 800;
    color: #323232;
}

.article-section__txt-list {
    list-style: none;
    margin: 5px;
}

.article-section__list-item {
    margin: 0 50px;
    line-height: 25px;
    position: relative;
    color: #323232;
    font-size: 15px;
    font-weight: 400;
}

.article-section__list-item:before {
    content: "\2022";
    color: #323232;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
    position: absolute;
    top: 4px;
}

.article-section__text-bi {
    text-indent: 20px;
    font-style: italic;
    font-size: 16px;
    line-height: 28px;
    font-weight: 800;
    color: #323232;
}

/* articl */

@font-face {
    font-family: 'Roboto-Bold';
    src: url('../fonts/roboto-bold.eot');
    src: url('../fonts/roboto-bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/roboto-bold.woff2') format('woff2'),
    url('../fonts/roboto-bold.woff') format('woff'),
    url('../fonts/roboto-bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto-Regular';
    src: url('../fonts/roboto-regular.eot');
    src: url('../fonts/roboto-regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/roboto-regular.woff2') format('woff2'),
    url('../fonts/roboto-regular.woff') format('woff'),
    url('../fonts/roboto-regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

.banner_main {
    background: url(../images/tablebg.jpg) no-repeat;
    background-size: cover;
    min-height: 550px;
    background-position: center center;
}

.clear {
    border: 2px solid red !important;
}

.banner-info-row {
    display: flex;
    justify-content: flex-start;
    padding-top: 73px;
}

.banner-info-row__text {
    width: 69%;
}

.banner-info-row-form {
    width: 31%;
    background: url(../images/formbg.png) no-repeat;
    background-size: cover;
    border-radius: 10px;
    min-width: 340px;
    max-width: 340px;
    min-height: 440px;
    height: 100%;
    padding: 10px;
    margin-top: 12px;
    opacity: 0.9;
}

.banner-info__title {
    font-family: 'Roboto-Bold', sans-serif;
    font-weight: bold;
    font-size: 34px;
    line-height: 44px;
    width: 100%;
    padding-right: 8px;
    color: #284658;
}

.banner-info__title-404{
    font-family: 'Roboto-Bold', sans-serif;
    font-weight: bold;
    font-size: 34px;
    line-height: 44px;
    width: 100%;
    padding-right: 8px;
    color: #284658;
    margin-top: 120px;
}

.button-404 {
    font: 700 20px/21px 'Roboto-Bold',sans-serif;
    text-transform: uppercase;
    border: none;
    background: #ea2829;
    color: #fff;
    cursor: pointer;
    height: 42px;
    padding: 0 50px;
    border-radius: 10px;
    -webkit-transition: background-color .3s ease-in;
    transition: background-color .3s ease-in;
    box-shadow: 0 2px 26px 5px rgb(224 6 6 / 15%);
    background-image: linear-gradient(to top,#de0000 0%,#fb6464 100%);
}
.button-404:hover {
    transition: all .3s ease-in;
    background-image: linear-gradient(to top,#d81818 0%,#ec6868 100%);
}

.header-section-btn-404 {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-top: 3px;
}

.banner-info__title-allpage {
    font-family: 'Roboto-Bold', sans-serif;
    font-weight: bold;
    font-size: 34px;
    line-height: 44px;
    width: 100%;
    color: #ec3131;
}

@media screen and (max-width: 414px){
.banner-info__title-allpage font{
    font-size: 29px;
    color: #d43838;
}
}

.container-default {
    max-width: 1420px;
}

.banner-info__desc {
    font-size: 22px;
    line-height: 24px;
    font-family: 'Roboto', sans-serif;
    max-width: 530px;
    width: 100%;
    margin-bottom: 38px;
    margin-top: 23px;
}

.banner-info-row-advantages__item {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 20px;
    padding-left: 45px;
    position: relative;
    min-height: 45px;
    display: flex;
    color:#323232;
    align-items: center;
}

.banner-info-row-advantages__item_profi:before {
    position: absolute;
    content: '';
    left: -9px;
    background: url(../images/advantage1-1.png) no-repeat;
    width: 45px;
    height: 45px;
}

.banner-info-row-advantages__item_profi-2:before {
    position: absolute;
    content: '';
    left: -9px;
    background: url(../images/advantage1-1.png) no-repeat;
    width: 45px;
    height: 45px;
}
.banner-info-row-advantages__item_price:before {
    position: absolute;
    content: '';
    left: -9px;
    background: url(../images/advantage2-2.png) no-repeat;
    width: 45px;
    height: 45px;
}
.banner-info-row-advantages__item_price-2:before {
    position: absolute;
    content: '';
    left: -9px;
    background: url(../images/advantage2-2.png) no-repeat;
    width: 45px;
    height: 45px;
}

.banner-info-row-advantages__item_res:before {
    position: absolute;
    content: '';
    left: -9px;
    background: url(../images/advantage3-3.png) no-repeat;
    width: 42px;
    height: 49px;
}
.banner-info-row-advantages__item_res-2:before {
    position: absolute;
    content: '';
    left: -9px;
    background: url(../images/advantage3-3.png) no-repeat;
    width: 42px;
    height: 49px;
}

.banner-info-row-form-block__wrap {
    border: 1px solid #e3e1ed;
    border-radius: 10px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 41px 48px 40px 48px;
}

.banner-info-row-form__wrap-title {
    font-size: 22px;
    line-height: 36px;
    font-family: 'Roboto-Bold', sans-serif;
    font-weight: bold;
}

::placeholder {
    color: #8a8a8a;
    font: bold 10px 'Roboto-Bold', sans-serif;
}

.banner-info-row-form__wrap-desc {
    font-size: 13px;
    line-height: 18px;
    font-family: 'Roboto', sans-serif;
    text-align: center;
    margin-bottom: 30px;
}

.banner-info-row-form__wrap-input {
    margin-bottom: 17px;
    border-radius: 10px;
    border: none;
}

.banner-info-row-form__wrap-icon {

}

.banner-info-row-form__wrap-button {
    margin-top: 8px;
    margin-bottom: 8px;
}

.banner-info-row-form_inside {
    margin-top: 24px;
}

.page-service-info-sert_inside {
    width: 60%;
    flex: none;
}

.page-service-info-imgs {
    margin-left: -15px;
}

.page-service-info_inside {
    justify-content: center;
}

.order__input {
    width: 155px;
    height: 38px;
    padding: 5px 5px 5px 38px;
}

.page-service-info-imgs img {
    max-width: 240px;
    height: auto;
}

.order__icon {
    pointer-events: none;
    z-index: 11;
    font-size: 20px;
}

.order__icon_envelope {
    position: absolute;
    color: #8a8a8a;
    left: 12px;
    top: 8px;
}

.modal-overlay {
    width: 100%;
    height: 100%;
    min-width: 100%;
    min-height: 100%;
    position: fixed;
    background: red;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 100;
    display: none;
}

.order__icon_phone {
    position: absolute;
    color: #8a8a8a;
    left: 12px;
    top: 8px;
}

.order__icon_user {
    position: absolute;
    color: #8a8a8a;
    left: 12px;
    top: 8px;
}

.banner-info-row-form__wrap-parent {
    position: relative;
    z-index: 0;
}

.banner-info-row-form__wrap-info {
    font-family: 'Roboto', sans-serif;
    font-weight: 200;
    font-size: 8px;
    text-align: center;
}

.order__btn {
    font-family: 'Roboto-Bold', sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    color: white;
    font-size: 10px;
    background: #ea2829;
    height: 42px;
    padding: 0 30px;
    border-radius: 10px;
    cursor: pointer;
    transition: all .3s ease-in;
    box-shadow: 0 2px 26px 5px rgba(224, 6, 6, 0.15);
    background-image: linear-gradient(to top, #de0000 0%, #fb6464 100%);
}

.order__btn:hover {
    transition: all .3s ease-in;
    background-image: linear-gradient(to top, #e40a0a 0%, #f55d5d 100%);
}

.offer {
    width: 100%;
    background: url(../images/formbgg.jpg) no-repeat;
    min-height: 885px;
    height: 100%;
    padding-top: 100px;
    background-size: cover;
    padding-bottom: 100px;
}

.offer__title {
    font-family: 'Roboto-Bold', sans-serif;
    font-size: 23px;
    color: #1d1b1b;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
}

.offer-row {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 65px;
}

.offer-row-call {
    max-width: 490px;
    width: 100%;
    background: url(../images/callbg.png) no-repeat;
    background-size: cover;
    min-height: 250px;
    border-radius: 15px;
    margin-right: 16px;
    color: white;
    padding: 30px 70px;
    opacity: 0.9;
}

.offer-row-email {
    max-width: 490px;
    width: 100%;
    background: url(../images/emailbg.png) no-repeat;
    background-size: cover;
    min-height: 250px;
    border-radius: 15px;
    margin-left: 16px;
    color: white;
    padding: 30px 44px;
    opacity: 0.9;
}

.offer-row-call__text {
    font-family: 'Roboto', sans-serif;
    font-style: italic;
    font-size: 14px;
}

.offer-row-call__phone {
    padding-left: 52px;
    font-family: 'Roboto-Bold', sans-serif;
    font-size: 24px;
    font-weight: bold;
    color:#fff !important;
    text-decoration: none !important;
}

.offer-row-call__phone a{
    text-decoration: none !important;
}

.offer-row-call__title {
    font-family: 'Roboto-Bold', sans-serif;
    font-weight: bold;
    font-size: 18px;
    text-align: center;
    margin-bottom: 23px;
}

.offer-row-email-wrap__input {
    height: 33px;
    border-radius: 10px;
    width: 100%;
    margin-bottom: 26px;
    padding-left: 146px;
}

.offer-row-email-wrap__input::placeholder {
    font: bold 12px 'Roboto-Bold', sans-serif;
}

.offer-section-row-inputs__input::placeholder, .offer-section-row-textarea__info::placeholder {
    font: bold 12px 'Roboto-Bold', sans-serif;
}

.offer-section-row-inputs__icon_phone, .offer-section-row-inputs__icon_user, .offer-section-row-inputs__icon_email {
    left: 19px;
}

.offer-row-call__btn {
    margin: 50px auto 0;
    display: block;
    height: 57px;
    min-width: 200px;
    font-size: 14px;
    font-family: 'Roboto-Bold', sans-serif;
    font-weight: bold;
}

.offer-row-email__icon {
    left: 110px;
    top: 6px;
    font-size: 20px;
}

.offer-row-email__btn {
    margin-top: 0;
}

.offer-row-email__title {
    margin-bottom: 38px;
}

.offer-row-email-wrap {
    position: relative;
    z-index: 0;
}

.offer-section {
    background: url(../images/textbg.png) no-repeat;
    max-width: 755px;
    min-height: 360px;
    background-size: cover;
    width: 100%;
    display: block;
    margin: 0 auto;
    border-radius: 15px;
    padding: 10px 78px 43px;
    opacity: 0.9;
}

.offer__title_desc {
    margin-top: 65px;
    margin-bottom: 65px;
}

.offer-section-row {
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
    margin-top: 38px;
}

.offer__btn {
    margin: 18px auto 0;
    display: block;
    min-width: 204px;
    height: 57px;
    font-family: 'Roboto-Bold', sans-serif;
    font-weight: bold;
    font-size: 14px;
}

.offer-section-row-inputs__input {
    height: 53px;
    min-width: 207px;
    padding-left: 53px;
    margin-bottom: 12px;
}

.offer-section-row-inputs__icon {
    font-size: 26px;
}

.offer-section-row-inputs__icon_user {
    top: 13px;
}

.offer-section-row-inputs__icon_envelope {
    top: 13px;
}

.offer-section-row-inputs__icon_phone {
    top: 13px;
}

.offer-section-row-textarea__info {
    resize: none;
    min-width: 292px;
    min-height: 183px;
    padding: 15px;
    color: #8a8a8a;
    font-size: 12px;
    font-weight: bold;
    font-family: 'Roboto-Bold', sans-serif;
    border-radius: 10px;
}

.offer-section-row-inputs, .offer-section-row-textarea {
    width: 50%;
    padding-left: 22px;
}

.offer-section-row-inputs {
    padding-left: 50px;
}

.calling {
    min-width: 980px;
    height: 570px;
    margin: 0 auto;
    background: url(../images/callingbg.jpg) no-repeat;
    background-size: cover;
    padding: 20px;
    margin-top: 100px;
    display: none;
    position: fixed;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10000;
    border-radius: 10px;
}

.calling-row {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    flex-direction: row;
}

.calling-row__img, .calling-row__form {
    width: 50%;
    min-height: 560px;
}

.calling-row__form {
    padding-top: 20px;
}

.calling-row__img img {
    position: absolute;
    left: 51px;
    top: -69px;
}

.calling__btn {
    padding: 0 33px;
}

.calling__close, .success__close {
    display: flex;
    margin-left: auto;
    width: 45px;
    height: 45px;
}

.calling__close img {
    cursor: pointer;
}

.success__close img {
    cursor: pointer;
}

.page-service-razrabotka, .page-service-ec, .page-service-22000, .page-service-37001, .page-service-18001, .page-service-ts, .page-service-pefc, .page-service-fsc, .page-service-haccp, .page-service-analiz, .page-service-prod, .onas-banner {
    max-height: 100%;
}

.page-service-13485, .page-service-mdr, .page-service-45001, .page-service-27001, .page-service-50001, .page-service-sgr, .page-service-ysl, .page-service-atts, .page-service-gost, .page-service-amocrm {
    max-height: 100%;
}

.calling-row-form {
    max-width: 317px;
    min-height: 400px;
    margin: 0 auto;
    background: #f8f7fd;
}

.calling-row-form__title {
    color: #000000;
    font-family: 'Roboto-Bold', sans-serif;
    font-size: 18px;
    line-height: 36px;
    font-weight: bold;
}

.calling-row-form__desc {
    font-size: 14px;
    line-height: 18px;
    font-family: 'Roboto', sans-serif;
    color: #000000;
    text-align: center;
}

.calling-row-form-wrap {
    border: 1px solid #3b5bc1;
    padding: 40px 42px 70px 42px;
}

.calling-row-form__input {
    min-width: 150px;
    height: 41px;
    border: 1px solid #b5c1ee;
    padding-left: 34px;
}

.calling__icon {
    top: 11px;
}

.success {
    max-width: 980px;
    min-height: 570px;
    margin: 0 auto;
    background: url(../images/callingbg.jpg) no-repeat;
    background-size: cover;
    padding: 20px 20px 110px 20px;
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10000;
    width: 100%;
    border-radius: 10px;
}

.line__text {
    width: 100%;
    height: auto;
    background: #284658;
    padding: 20px 5%;

}

.line__text p {
    font-size: 30px;
    color: #fff;
    text-align: center;
}

.line__text_404 {
    width: 100%;
    height: auto;
    background: #41699d;
    padding: 10px 10%;

}

.line__text_404 p {
    font-size: 24px;
    color: #fff;
    text-align: center;
}

.line__text_404_2 {
    width: 100%;
    height: auto;
    background: #fff;
    padding: 2px 10%;

}

.success__kp {
    max-width: 980px;
    min-height: 570px;
    margin: 0 auto;
    background: url(../images/callingbg.jpg) no-repeat;
    background-size: cover;
    padding: 20px 20px 110px 20px;
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10000;
    width: 100%;
    border-radius: 10px;
}

.success__content-text {
    font-family: 'Roboto-Bold', sans-serif;
    color: #ffffff;
    font-size: 60px;
    font-weight: bold;
    margin-top: 56px;
}

.success__content {
    display: flex;
    justify-content: center;
    font-weight: bold;
    align-items: center;
    text-align: center;
    flex-direction: column;
    padding-top: 90px;
}

@media screen and (max-width: 1370px) {
    .calling {
        top: 35%;
    }
}

@media screen and (max-width: 1250px) {
    .page-service-16949 {
        min-height: 1050px;
    }

    .page-service_9001 {
        max-height: 100%;
    }

    .center {
        text-align: center;
    }

    .margin {
        margin-top: 20px;
        margin-bottom: 20px;
        margin-left: auto;
        margin-right: auto;
        padding: 0 5px;
    }
}

@media screen and (max-width: 1150px) {
    .nav-list__link-arrow {
        display: none !important;
    }

    .banner-info__title .banner-info__title-allpage {
        font-size: 33px;
    }
}

@media screen and (max-width: 1100px) {
    .page-service-info-sert_inside {
        width: 100%;
        text-align: center;
    }

    .page-service-info-imgs {
        justify-content: center;
    }

    .page-service-info_inside {
        align-items: center;
        justify-content: center;
    }

    .banner-info__title .banner-info__title-allpage {
        padding-right: 0;
    }
}

@media screen and (max-width: 1199px) {
    .offer-row {
        flex-direction: column;
    }

    .offer {
        background-size: cover;
    }

    .offer-row-call {
        margin-right: 0;
        margin-bottom: 35px;
    }

    .offer-row-email {
        margin-left: 0;
    }

    .banner_main {
        background: url(../images/bannerbgtablet.jpg) no-repeat;
        background-position-x: 162px;
    }
}

@media screen and (max-width: 1023px) {
    .success {
        max-width: 100%;
    }

    .success__content-text {
        font-size: 48px;
    }

    .calling-row__img img {
        left: -35px;
    }

    .calling-row__form {
        padding-left: 16px;
        padding-top: 75px;
    }

    .banner-info__title .banner-info__title-allpage {
        font-size: 24px;
        line-height: 28px;
    }

    .banner-info-row__text {
        width: 50%;
        padding: 10px;
    }

    .banner-info-row-form {
        width: 50%;
        margin: 0 auto 0;
    }

    .banner-info__desc {
        margin-bottom: 30px;
        padding: 0 10px 0 10px;
    }

    .banner_main {
        background-position-x: 193px;
    }

    .calling {
        max-width: 90%;
        width: 100%;
        min-width: 90%;
    }

    .calling-row__form {
        padding: 0;
    }

    .calling-row__img {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    .success__content-text {
        font-size: 40px;
    }

    .calling-row__img {
        display: none;
    }

    .calling-row__form {
        width: 100%;
        padding-left: 0;
    }

    .calling {
        padding: 10px;
    }

    .banner-info-row {
        flex-direction: column;
    }

    .banner-info-row__text {
        width: 100%;
    }

    .banner-info-row-advantages {
        display: none;
    }

    .banner_main {
        background: none;
    }

    .banner-info-row__text {
        background: url(../images/bannerbgtablet.jpg) no-repeat;
        background-size: contain;
        background-position: bottom;
        min-height: 200px;
		padding: 32px 10px 135px;
    }

    .banner-info-row {
        padding-top: 0;
    }

    .container-default {
        padding: 0;
    }

    .offer-section {
        padding-left: 0;
        padding-right: 0;
    }

    .offer-section-row-textarea {
        padding-left: 0;
    }

    .offer-section-row {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .offer-section-row-inputs {
        padding-left: 0;
    }

    .offer-section-row-textarea__info {
        width: 100%;
        max-width: 100%;
        min-width: 100%;
    }

    .offer-section-row-inputs__input {
        width: 100%;
    }

    .offer__container {
        padding: 0 5px;
    }

    .banner-info-row-form {
        width: 100%;
        min-width: 100%;
        max-width: 100%;
        border-radius: 0;
        padding: 20px;
    }

    .page-service-info-imgs {
        display: none;
    }

    .page-service-16949 {
        max-height: auto;
        min-height: auto;
    }

    .banner-info-row-form__wrap-input {
        width: 285px;
    }

    .page-service-info_inside {
        padding-top: 0;
    }

    .calling-row__form {
        padding-top: 30px;
    }

    .calling {
        height: auto;
        min-height: auto;
        padding: 10px 10px 50px 10px;
    }

    .calling-row__form {
        height: 100%;
        min-height: auto;
    }

    .offer-section-row-inputs__input {
        width: 100%;
    }

    .banner-info-row-form {
        background: url(../images/formbggg.jpg) no-repeat;
        background-size: cover;
    }

    .offer-row-call, .offer-row-email {
        max-width: 100%;
    }

    .calling-row-form {
        background: white;
    }

    .calling {
        top: 35%;
    }

    .success {
        height: 100%;
    }
}

@media screen and (max-width: 579px) {
    .offer-row-call {
        padding: 30px;
        text-align: center;
    }
	.banner-info-row__text {
		padding: 26px 10px 80px;
	}
	.page-service-about-img-13485 {
		background: none;
		min-height: auto;
	}
	
	.page-service-about-img-mdr {
		background: none;
		min-height: auto;
	}
	
	.page-service-about-info__text-iso14001 {
		padding-bottom: 0;
	}
	.page-service-for-img-13485 {
		background: none;
		min-height: auto;
	}
}

@media screen and (max-width: 515px){
	.page-service-13485,.page-service-mdr,.page-service-27001,.page-service-razrabotka,.page-service-iso28000,.page-service-45001,.page-service-fsc-ann,.page-service-pefc-ann,.page-service-razrabotka-sbp {
		background: none;
		padding: 50px 0 0 0;
	}
	.page-service-views-img-13485,.page-service-views-img-mdr,.page-service-views-img-13485-1,.page-service-views-img-27001,.page-service-for-img-iso14001,.page-service-about-img-iso28000,.page-service-for-img,.page-service-about-img-45001,.page-service-views-img-45001,.page-service-about-img-fsc-ann,.page-service-views-img-fsc-ann,.page-service-about-img-pefc-ann,.page-service-views-img-pefc-ann,.page-service-about-img-sbp {
		background: none;
		min-height: auto;
	}
	.page-service-sertif__title {
		margin-bottom: 0;
	}
	.page-service-sertif-item {
		margin-bottom: 0;
		padding-bottom: 0;
	}
	.page-service-sertif {
		background: none;
	}
	.partners-section-why {
		padding-left: 10%;
	}
	.page-service-about-img-iso14001, .page-service-views-img-iso14001 {
		display: none;
	}
	.page-service-views{
		min-height:auto;
	}
	.page-service-info-sert_inside{
		margin-bottom:10px;
	}
	.what-box__27001-items {
		padding: 20px 5px 0px 10px;
	}
}

@media screen and (max-width: 479px) {
    .banner-info__title .banner-info__title-allpage {
        font-size: 20px;
    }

    .container-large.container-default {
        padding: 0;
    }

    .banner-info-row-form {
        width: 100%;
    }

    .offer-row-call__title {
        font-size: 16px;
    }

    .offer-section-row-inputs, .offer-section-row-textarea {
        width: 70%;
    }

    .offer-row-call__phone {
        font-size: 15px;
    }

    .offer-row-call__title {
        font-size: 15px;
        line-height: 20px;
    }

    .offer__title {
        font-size: 22px;
        line-height: 24px;
    }

    .offer-row-email-wrap__input {
        padding-left: 40px;
    }

    .offer-row-email__icon {
        left: 16px;
    }

    .banner-info-row-form__wrap-input {
        width: 155px;
    }

    .banner-info-row-form__wrap-input {
        width: 100%;
    }
}

@media screen and (max-width: 372px){
	.container-large.container-default {
    padding: 25px 0 0 0;
}
}

@media screen and (max-width: 419px) {
    .banner-info-row__text {
        min-height: 400px;
    }

    .offer-row-call__btn {
        height: 48px;
    }

    .offer__btn {
        height: 48px;
    }
	.page-service-info-sert_inside {
		margin-bottom: 20px;
	}
}

@media screen and (max-width: 374px) {
    .offer-row-call__phone {
        display: block;
        text-align: center;
        padding-left: 0;
        margin-top: 10px;
    }

    .banner-info-row__text {
        background: url(../images/bannermobile.jpg) no-repeat;
        background-size: contain;
        background-position: bottom;
        min-height: 200px;
        padding: 16px 10px 65px;
    }

    .offer-row-call__btn {
        font-size: 13px;
    }

    .offer-section-row-inputs, .offer-section-row-textarea {
        width: 90%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .offer-section-row-inputs-parent {
        width: 100%;
    }

    .order__input {
        width: 100%;
        min-width: 100%;
    }

    .offer-row-email {
        padding-left: 14px;
        padding-right: 14px;
    }

    .offer-section-row-inputs__input {
        padding-left: 48px !important;
    }

    .offer-section-row-inputs__icon_user, .offer-section-row-inputs__icon_envelope, .offer-section-row-inputs__icon_phone {
        left: 14px !important;
        top: 9px !important;
        font-size: 20px;
    }

    .banner-info-row-form__wrap-input::placeholder {
        font-size: 11px;
    }
}

@media screen and (max-width: 359px) {
    .success__content-text {
        font-size: 32px;
        margin-top: 40px;
    }

    .banner-info-row-form {
        min-width: 300px;
        min-height: 300px;
    }

    .banner-info__title .banner-info__title-allpage {
        font-size: 13px;
        line-height: 19px;
    }

    .banner-info-row {
        padding-top: 13px;
    }

    .banner-info__desc {
        margin-top: 5px;
        font-size: 10px;
        line-height: 14px;
    }

    .banner-info-row-form__wrap-title {
        font-size: 14px;
    }

    .banner-info-row-form-block__wrap {
        padding: 15px 48px 22px;
    }

    .banner-info-row-form__wrap-desc {
        font-size: 12px;
        line-height: 16px;
        margin-bottom: 15px;
    }

    .banner-info-row-form__wrap-input {
        width: 150px;
        height: 38px;
    }

    ::placeholder {
        font: 15px 'Roboto', sans-serif;
    }

    .order__input {
        padding: 4px 5px 5px 31px;
    }

    .order__icon_envelope, .order__icon_phone, .order__icon_user {
        left: 8px;
    }

    .banner-info-row-form__wrap-button {
        min-width: 146px;
        height: 39px;
        font-size: 10px;
        margin-top: 0;
    }

    .banner-info-row-form__wrap-info {
        font-size: 10px;
    }

    .service {
        padding-top: 15px;
    }

    .banner-info-row-form {
        max-width: 265px;
        height: auto;
        padding: 10px;
        min-width: auto;
    }

    .banner-info-row-form {
        max-width: 100%;
    }
}
@media screen and (max-width: 295px){
	.footer-section-info-links__item {
		margin: 10px 10px;
	}
	.page-service-for-text-info__title {
    font-size: 16px;
	}
	.services-tabl__27001-mobi_heder {
		padding-right: 30px;
	}
	.services-tabl__27001-mobi_heder-title {
		font-size: 15px;
	}
}</pre></body></html>