

/* Start:/local/components/custom/orders/templates/.default/style.css?175267038621132*/
.price-lists {
    position: relative;
}

@media only screen and (max-width: 640px) {
    .price-lists {
        margin-top: 20px;
    }
}

.price-lists__wrap {
    position: relative;
    font-size: 0;
    line-height: 0;
    text-align: left;
    margin: 0 -20px 40px 0;
}

.price-lists__wrap--center {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-flow: wrap row;
    -ms-flex-flow: wrap row;
    flex-flow: wrap row;
}

.price-lists__wrap:after {
    content: "";
    display: table;
    clear: both;
}

@media only screen and (max-width: 550px) {
    .price-lists__wrap {
        margin-right: 0;
    }
}

.price-lists__element {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 0 0 25px 0;
    padding-right: 20px;
    width: 50%;
}

.price-lists__element:nth-child(3n+3) {
    clear: left;
}

.price-lists__element--sale .price-info__title {
    font: 500 22px/120% "Open Sans", sans-serif;
}

@media only screen and (max-width: 800px) {
    .price-lists__element {
        width: 50%;
    }

    .price-lists__element:nth-child(3n+3) {
        clear: none;
    }

    .price-lists__element:nth-child(odd) {
        clear: left;
    }
}

@media only screen and (max-width: 550px) {
    .price-lists__element {
        width: 100%;
        padding-right: 0;
    }

    .price-lists__element:nth-child(odd) {
        clear: none;
    }
}

.price-lists__element.certificate-links__element {
    width: 50%;
    margin: 0 0 25px 0;
    padding: 0 20px 0 0;
}

@media only screen and (max-width: 550px) {
    .price-lists__element.certificate-links__element {
        width: 100%;
        padding-right: 0;
    }
}

.price-icon {
    position: relative;
    float: left;
    vertical-align: top;
    padding: 0 15px 0 0;
}

.price-icon__pdf {
    width: 44px;
    height: 53px;
    position: relative;
    background-size: contain;
    background-image: url(/local/static/build/img/pdf.png);
    display: inline-block;
}

.price-icon__zip {
    width: 44px;
    height: 53px;
    position: relative;
    background-size: contain;
    background-image: url(/local/static/build/img/zip.png);
    display: inline-block;
}

.price-info {
    position: relative;
    display: block;
    vertical-align: top;
    text-align: left;
    overflow: hidden;
}

.price-info__title {
    font: 500 16px/120% "Open Sans", sans-serif;
    color: #000;
    margin: 0 0 5px 0;
}

.price-info__block {
    position: relative;
    display: block;
}

.price-info__size, .price-info__data {
    font: 300 12px/120% "Open Sans", sans-serif;
    color: #515151;
    margin-bottom: 10px;
    display: inline-block;
}

.price-info__data {
    margin: 0 8px 0 0;
}

.price-info__link {
    font: 400 15px/120% "Open Sans", sans-serif;
    text-decoration: none;
    display: inline-block;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.price-picture {
    position: relative;
    margin: 0 0 15px 0;
}

.price-picture__img {
    max-width: 100px;
}



.certificate {
    position: relative;
    margin: 0 0 40px 0;
}

.certificate__wrap {
    position: relative;
    text-align: center;
}

.certificate__button-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin: -93px 0 70px auto;
}

@media only screen and (max-width: 750px) {
    .certificate__button-wrapper {
        margin-top: 0;
        margin-bottom: 25px;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}

@media only screen and (max-width: 640px) {
    .certificate__button-wrapper {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

@media only screen and (max-width: 450px) {
    .certificate__button-wrapper {
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}

.certificate-button {
    position: relative;
    margin: 0 0 25px 0;
    text-align: left;
}

@media only screen and (max-width: 640px) {
    .certificate-button {
        display: none;
        width: 316px;
        border: 2px solid #bebebe;
        border-top: 0 none;
        padding: 15px;
    }
}

@media only screen and (max-width: 450px) {
    .certificate-button {
        width: 100%;
    }
}

@media only screen and (min-width: 640px) {
    .certificate-button {
        display: block !important;
    }
}

.certificate-button__link {
    position: relative;
    border: 0 none;
    display: inline-block;
    text-align: left;
    background-color: transparent;
    margin: 0 20px 8px 0;
}

.certificate-button__link:focus {
    outline: unset;
}

.certificate-button__link.active {
    cursor: default;
}

.certificate-button__link.active .certificate-button__title {
    color: #595959;
    border-bottom: 1px dotted #595959;
}

.certificate-button__link.active:hover .certificate-button__title {
    color: #595959;
    border-bottom: 1px dotted #595959;
}

@media only screen and (max-width: 640px) {
    .certificate-button__link.active:hover .certificate-button__title {
        margin: 0 0 15px 0;
    }
}

.certificate-button__link:hover .certificate-button__title {
    color: #9dcbff;
    border-bottom: 1px dotted #9dcbff;
}

.certificate-button__title {
    font: 300 16px/120% "Open Sans", sans-serif;
    border-bottom: 1px dotted #0060aa;
    color: #0060aa;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.certificate-button__count {
    color: #595959;
}

.certificate-links {
    position: relative;
    font-size: 0;
    line-height: 0;
    text-align: left;
    margin: 0 0 30px 0;
}

@media only screen and (max-width: 640px) {
    .certificate-links {
        margin-top: 20px;
    }
}

.certificate-links__element {
    position: relative;
    width: 25%;
    display: inline-block;
    display: none;
    vertical-align: top;
    text-align: center;
    padding: 0 15px;
    margin: 0 0 25px 0;
    text-decoration: none;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.certificate-links__element:nth-child(4n+4) {
    clear: left;
}

@media only screen and (max-width: 750px) {
    .certificate-links__element {
        width: 33.333%;
        clear: left;
    }

    .certificate-links__element:nth-child(4n+4) {
        clear: none;
    }
}

@media only screen and (max-width: 600px) {
    .certificate-links__element {
        width: 50%;
    }

    .certificate-links__element:nth-child(3n+3) {
        clear: none;
    }

    .certificate-links__element:nth-child(2n) {
        clear: left;
    }
}

@media only screen and (max-width: 450px) {
    .certificate-links__element {
        width: 100%;
    }

    .certificate-links__element:nth-child(2n) {
        clear: none;
    }
}

.certificate-links__element.-show-sertificate {
    display: inline-block;
}

.certificate-links__image {
    position: relative;
    display: inline-block;
    margin: 0 0 5px 0;
    overflow: hidden;
}

.certificate-links__title {
    position: relative;
    font: 500 15px/120% "Open Sans", sans-serif;
}

.certificate-links__element:hover .effect-apollo img {
    opacity: 1;
    -webkit-transform: perspective(1000px) translate3d(0, 0, 20px);
    transform: perspective(1000px) translate3d(0, 0, 20px);
}

.certificate-links .effect-apollo img {
    opacity: 1;
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    -webkit-transform: perspective(1000px) translate3d(0, 0, 0);
    transform: perspective(1000px) translate3d(0, 0, 0);
    margin: 0 auto;
    display: block;
}

.certificate-links .effect-apollo img img {
    width: 100%;
}

.certificate-btn {
    display: none;
}

@media only screen and (max-width: 640px) {
    .certificate-btn {
        display: inline-block;
        border: 2px solid #bebebe;
        padding: 0 60px 0 15px;
        text-decoration: none;
        position: relative;
        height: 50px;
        background-color: #fff;
        text-align: left;
    }
}

@media only screen and (max-width: 640px) and (max-width: 450px) {
    .certificate-btn {
        width: 100%;
    }
}

@media only screen and (max-width: 640px) {
    .certificate-btn:after {
        content: '';
        background-size: contain;
        background-image: url(/local/static/assets/img/filter.png);
        width: 8px;
        height: 18px;
        position: absolute;
        right: 10px;
        top: 16px;
    }

    .certificate-btn span {
        font: bold 20px/46px "Open Sans", sans-serif;
        color: #424242;
        text-transform: uppercase;
        white-space: nowrap;
    }
}

.certificate-inner {
    position: relative;
}

.certificate-inner__wrap {
    position: relative;
    text-align: center;
}

.certificate-inner__link {
    position: relative;
    display: block;
    margin: 0 0 30px 0;
}

@media only screen and (max-width: 800px) {
    .certificate-inner__link img {
        width: 100%;
    }
}

.downloads{
    padding: 0;
}
.download-certificate {
    position: relative;
    display: inline-block;
    text-decoration: none;
}

.download-certificate__wrapper {
    position: relative;
    display: table;
    height: 100%;
    width: 100%;
}

.download-certificate:hover .download-certificate__icon:after {
    filter: progid:DXImageTransform.Microsoft.Alpha Opacity=10;
    opacity: 1;
}

.download-certificate:hover .download-certificate__text {
    color: #fff;
}

.download-certificate__icon {
    position: relative;
    display: inline-block;
    height: 24px;
    width: 24px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.download-certificate__icon:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-size: contain;
    background-image: url(/local/static/build/img/download-certif.png);
    width: 24px;
    height: 24px;
}

.download-certificate__icon:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-size: contain;
    background-image: url(/local/static/build/img/download-min.png);
    width: 24px;
    height: 24px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    filter: progid:DXImageTransform.Microsoft.Alpha Opacity=0;
    opacity: 0;
}

.download-certificate__block-wrapper {
    display: table-cell;
    vertical-align: middle;
    height: 100%;
    position: relative;
}

.download-certificate__block-wrapper:nth-child(2) {
    padding: 0 0 0 10px;
}

.download-certificate__text {
    font: 500 14px/110% "Open Sans", sans-serif;
    color: #264179;
    text-transform: uppercase;
    display: table-cell;
    vertical-align: middle;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.certificate {
    position: relative;
    margin: 0 0 40px 0;
}

.certificate__wrap {
    position: relative;
    text-align: center;
}

.certificate__button-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin: -93px 0 70px auto;
}

@media only screen and (max-width: 750px) {
    .certificate__button-wrapper {
        margin-top: 0;
        margin-bottom: 25px;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}

@media only screen and (max-width: 640px) {
    .certificate__button-wrapper {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

@media only screen and (max-width: 450px) {
    .certificate__button-wrapper {
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}

.certificate-button {
    position: relative;
    margin: 0 0 25px 0;
    text-align: left;
}

@media only screen and (max-width: 640px) {
    .certificate-button {
        display: none;
        width: 316px;
        border: 2px solid #bebebe;
        border-top: 0 none;
        padding: 15px;
    }
}

@media only screen and (max-width: 450px) {
    .certificate-button {
        width: 100%;
    }
}

@media only screen and (min-width: 640px) {
    .certificate-button {
        display: block !important;
    }
}

.certificate-button__link {
    position: relative;
    border: 0 none;
    display: inline-block;
    text-align: left;
    background-color: transparent;
    margin: 0 20px 8px 0;
}

.certificate-button__link:focus {
    outline: unset;
}

.certificate-button__link.active {
    cursor: default;
    background-color: #014ea2;
    color: #ffffff;
}

.certificate-button__link.active .certificate-button__title {
    color: #595959;
    border-bottom: 1px dotted #595959;
}

.certificate-button__link.active:hover .certificate-button__title {
    color: #595959;
    border-bottom: 1px dotted #595959;
}

@media only screen and (max-width: 640px) {
    .certificate-button__link.active:hover .certificate-button__title {
        margin: 0 0 15px 0;
    }
}

.certificate-button__link:hover .certificate-button__title {
    color: #9dcbff;
    border-bottom: 1px dotted #9dcbff;
}

.certificate-button__title {
    font: 300 16px/120% "Open Sans", sans-serif;
    border-bottom: 1px dotted #0060aa;
    color: #0060aa;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.certificate-button__count {
    color: #595959;
}

.certificate-links {
    position: relative;
    font-size: 0;
    line-height: 0;
    text-align: left;
    margin: 0 0 30px 0;
}

@media only screen and (max-width: 640px) {
    .certificate-links {
        margin-top: 20px;
    }
}

.certificate-links__element {
    position: relative;
    width: 25%;
    display: inline-block;
    display: none;
    vertical-align: top;
    text-align: center;
    padding: 0 15px;
    margin: 0 0 25px 0;
    text-decoration: none;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    color: #495057;
}

.certificate-links__element:nth-child(4n+4) {
    clear: left;
}

@media only screen and (max-width: 750px) {
    .certificate-links__element {
        width: 33.333%;
        clear: left;
    }

    .certificate-links__element:nth-child(4n+4) {
        clear: none;
    }
}

@media only screen and (max-width: 600px) {
    .certificate-links__element {
        width: 50%;
    }

    .certificate-links__element:nth-child(3n+3) {
        clear: none;
    }

    .certificate-links__element:nth-child(2n) {
        clear: left;
    }
}

@media only screen and (max-width: 450px) {
    .certificate-links__element {
        width: 100%;
    }

    .certificate-links__element:nth-child(2n) {
        clear: none;
    }
}

.certificate-links__element.-show-sertificate {
    display: inline-block;
}

.certificate-links__image {
    position: relative;
    display: inline-block;
    margin: 0 0 5px 0;
    overflow: hidden;
}

.certificate-links__title {
    position: relative;
    font: 500 15px/120% "Open Sans", sans-serif;
}

.certificate-links__element:hover .effect-apollo img {
    opacity: 1;
    -webkit-transform: perspective(1000px) translate3d(0, 0, 20px);
    transform: perspective(1000px) translate3d(0, 0, 20px);
}

.certificate-links .effect-apollo img {
    opacity: 1;
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    -webkit-transform: perspective(1000px) translate3d(0, 0, 0);
    transform: perspective(1000px) translate3d(0, 0, 0);
    margin: 0 auto;
    display: block;
}

.certificate-links .effect-apollo img img {
    width: 100%;
}

.certificate-btn {
    display: none;
}

@media only screen and (max-width: 640px) {
    .certificate-btn {
        display: inline-block;
        border: 2px solid #bebebe;
        padding: 0 60px 0 15px;
        text-decoration: none;
        position: relative;
        height: 50px;
        background-color: #fff;
        text-align: left;
    }
}

@media only screen and (max-width: 640px) and (max-width: 450px) {
    .certificate-btn {
        width: 100%;
    }
}

@media only screen and (max-width: 640px) {
    .certificate-btn:after {
        content: '';
        background-size: contain;
        background-image: url(/local/static/assets/img/filter.png);
        width: 8px;
        height: 18px;
        position: absolute;
        right: 10px;
        top: 16px;
    }

    .certificate-btn span {
        font: bold 20px/46px "Open Sans", sans-serif;
        color: #424242;
        text-transform: uppercase;
        white-space: nowrap;
    }
}

.certificate-inner {
    position: relative;
}

.certificate-inner__wrap {
    position: relative;
    text-align: center;
}

.certificate-inner__link {
    position: relative;
    display: block;
    margin: 0 0 30px 0;
}

@media only screen and (max-width: 800px) {
    .certificate-inner__link img {
        width: 100%;
    }
}

.button-isi--city {
    border: 3px solid #264179;
}

.button-isi--city:before {
    background: #264179;
}

.button-isi {
    -webkit-transition: border-color 0.4s, color 0.4s;
    transition: border-color 0.4s, color 0.4s;
    background-color: transparent;
    border: 3px solid #264179;
    position: relative;
    height: 50px;
    display: block;
    overflow: hidden;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.button-isi:before {
    content: '';
    z-index: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #264179;
    -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
    transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
}

.button-isi:hover::before {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.btn-border {
    position: relative;
    display: inline-block;
    padding: 0 20px;
    height: 50px;
    border: 5px solid #264179;
    text-transform: uppercase;
    text-decoration: none;
    margin: 0 0 20px 0;
}

.btn-border__text {
    font: 500 14px/40px "Open Sans", sans-serif;
    color: #264179;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.btn-border:hover .btn-border__text {
    color: #fff;
}

.print {
    position: relative;
    display: inline-block;
    min-height: 24px;
    min-width: 24px;
}

.print:before {
    content: '';
    background-size: contain;
    background-image: url(/local/static/build/img/print.png);
    position: absolute;
    top: 0;
    left: 0;
    height: 24px;
    width: 24px;
}

.print:after {
    content: '';
    background-size: contain;
    background-image: url(/local/static/build/img/print-hover.png);
    position: absolute;
    top: 0;
    left: 0;
    height: 24px;
    width: 24px;
    filter: progid:DXImageTransform.Microsoft.Alpha Opacity=0;
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.print:hover:after {
    filter: progid:DXImageTransform.Microsoft.Alpha Opacity=10;
    opacity: 1;
}

.print span {
    position: relative;
    margin: 0 0 0 35px;
    font: 300 16px/120% "Open Sans", sans-serif;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}


.certificate-tags{
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin: 25px 0;
}
.certificate-tag{
    border: 1px solid #014ea2;
    border-radius: 8px;
    font-size: 14px;
    margin: 6px 20px 6px 0;
    text-transform: uppercase;
    font-weight: 600;
    padding: 7px 16px;
    overflow: hidden;
    user-select: none;
    cursor: pointer;
    background-color: #ffffff;
    color: #014ea2;
}
.certificate__current{
    background-color: #014ea2;
    color: #ffffff;
}


.shine {
    overflow: hidden;
}
.shine:after {
    content: "";
    height: 200%;
    left: -230%;
    opacity: 0;
    position: absolute;
    top: -20%;
    transform: rotate(-30deg);
    width: 200%;
    background: rgba(255, 255, 255, 0.13);
    background: linear-gradient(to right, rgba(255, 255, 255, 0.13) 0%, rgba(255, 255, 255, 0.13) 77%, rgba(255, 255, 255, 0.5) 92%, rgba(255, 255, 255, 0.0) 100%);
}
.shine:hover:after {
    left: -50%;
    opacity: 1;
    top: -50%;
    transition-duration: 0.4s, 0.4s, 0.10s;
    transition-property: left, top, opacity;
    transition-timing-function: ease;
}
.shine:active:after {
    opacity: 0;
}

/* End */


/* Start:/local/templates/.default/include/supplement/style.css?174280475510047*/
.supplement {
    font-size: 0;
    position: relative;
    margin: 0 0 20px 0;
}

.supplement:after {
    content: "";
    display: table;
    clear: both;
}

.supplement-contacts .consultation-block {
    height: auto;
    float: none;
    border: 0 none;
    margin: 0 auto;
    padding: 0;
}

.supplement-contacts .consultation-block .consultation__text {
    font: 400 16px/120% "Open Sans", sans-serif;
    color: #000;
}

.supplement-contacts .consultation-block .consultation__phone {
    font: bold 40px/110% "Open Sans", sans-serif;
    color: #000;
}

.supplement-contacts .consultation-block .consultation__phone:hover {
    color: #9dcbff;
}

.bootstrap-list {
    position: relative;
    float: left;
    height: 225px;
    width: 49%;
    border: 5px solid #e9e9e9;
    margin: 0 0 40px 0;
}

@media only screen and (max-width: 900px) {
    .bootstrap-list {
        width: 100%;
    }
}

@media only screen and (max-width: 500px) {
    .bootstrap-list {
        display: table;
    }
}

.bootstrap-list__wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 100%;
    margin-top: 33px;
}

@media only screen and (max-width: 900px) {
    .bootstrap-list__wrap {
        margin-top: 0;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

@media only screen and (max-width: 500px) {
    .bootstrap-list__wrap {
        display: table-cell;
        vertical-align: middle;
        padding: 0 0 0 0;
        margin: 0;
    }
}

.bootstrap-list__block {
    display: inline-block;
    vertical-align: middle;
    width: 33.33%;
    position: relative;
}

@media only screen and (max-width: 500px) {
    .bootstrap-list__block {
        display: block;
        float: none;
        width: 100%;
        height: auto;
        margin: 0 0 20px 0;
    }
}

.bootstrap-list__block--big {
    width: 50%;
}

@media only screen and (max-width: 500px) {
    .bootstrap-list__block--big {
        width: 100%;
    }
}

.bootstrap-list__block-wrap {
    position: relative;
    width: 100%;
    height: 112px;
    font-size: 0;
    display: block;
}

@media only screen and (max-width: 500px) {
    .bootstrap-list__block-wrap {
        height: inherit;
    }
}

.bootstrap-list__block:nth-child(2n+1) .bootstrap-list__item {
    width: 100%;
}

@media only screen and (max-width: 500px) {
    .bootstrap-list__block:nth-child(2n+1) .bootstrap-list__item {
        width: 100%;
    }
}

.bootstrap-list__item {
    text-align: center;
    position: relative;
    font-size: 0;
    display: block;
    line-height: 0;
    width: 100%;
    vertical-align: middle;
}

.bootstrap-list__item--right {
    padding: 0 20px;
    text-align: center;
    margin-top: 20px;
}

@media only screen and (max-width: 500px) {
    .bootstrap-list__item--right {
        display: block;
        width: 100%;
    }
}

.bootstrap-list__item--left {
    text-align: center;
}

@media only screen and (max-width: 500px) {
    .bootstrap-list__item--left {
        display: none;
    }
}

.bootstrap-list__link {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    font: 400 14px/140% "Open Sans", sans-serif;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

@media only screen and (max-width: 500px) {
    .bootstrap-list__link {
        display: block;
        font: 400 16px/120% "Open Sans", sans-serif;
    }
}

.bootstrap-list__icon {
    display: table-cell;
    display: inline-block;
    vertical-align: middle;
    background-size: contain;
}

.bootstrap-list__icon--1 {
    width: 57px;
    height: 73px;
    background-image: url(/local/static/assets/img/bootstrap-icon-1.png);
}

.bootstrap-list__icon--2 {
    width: 97px;
    height: 67px;
    background-image: url(/local/static/assets/img/bootstrap-icon-2.png);
}

.bootstrap-list__icon--3 {
    width: 58px;
    height: 73px;
    background-image: url(/local/static/assets/img/bootstrap-icon-3.png);
}

.bootstrap-list__icon--4 {
    width: 57px;
    height: 73px;
    background-image: url(/local/static/assets/img/bootstrap-icon-4.png);
}

.consultation-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    display: flex;
    height: 40px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 10px;
    background-color: #ffae00;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#db9500), to(#ffae00));
    background-image: linear-gradient(to top, #db9500 0%, #ffae00 100%);
    border-radius: 3px;
    position: relative;
    text-decoration: none;
}

.consultation-block .consultation-btn {
    margin-top: 10px;
}

.consultation-btn:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#ffae00), to(#db9500));
    background-image: linear-gradient(to top, #ffae00 0%, #db9500 100%);
    border-radius: 3px;
    filter: progid:DXImageTransform.Microsoft.Alpha Opacity=0;
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.consultation-btn:hover:before {
    filter: progid:DXImageTransform.Microsoft.Alpha Opacity=10;
    opacity: 1;
}

.consultation-btn:active {
    top: 2px;
}

.consultation-btn span {
    font: bold 12px/100% "Open Sans", sans-serif;
    color: #fff;
    text-transform: uppercase;
    padding: 0 0 0 10px;
    display: inline-block;
    z-index: 100;
    position: relative;
    white-space: nowrap;
}

.consultation-btn img {
    display: inline-block;
    position: relative;
    z-index: 100;
}

.consultation-btn-old {
    display: inline-block;
    background-color: #ffae00;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#db9500), to(#ffae00));
    background-image: linear-gradient(to top, #db9500 0%, #ffae00 100%);
    border-radius: 3px;
    position: relative;
    text-decoration: none;
    padding-left: 11px;
}

.consultation-btn-old:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#ffae00), to(#db9500));
    background-image: linear-gradient(to top, #ffae00 0%, #db9500 100%);
    border-radius: 3px;
    filter: progid:DXImageTransform.Microsoft.Alpha Opacity=0;
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.consultation-btn-old:hover:before {
    filter: progid:DXImageTransform.Microsoft.Alpha Opacity=10;
    opacity: 1;
}

.consultation-btn-old:active {
    top: 2px;
}

.consultation-btn-old img {
    position: absolute;
    top: 5px;
}

.consultation-btn-old span {
    font: bold 14px/100% "Open Sans", sans-serif;
    color: #fff;
    text-transform: uppercase;
    padding: 12px 25px 12px 30px;
    display: inline-block;
    z-index: 100;
    position: relative;
    white-space: nowrap;
}

.consultation {
    position: relative;
    float: right;
    width: 49%;
    border: 5px solid #ffae00;
    height: 225px;
    text-align: center;
    padding: 10px 20px;
}

@media only screen and (max-width: 900px) {
    .consultation {
        width: 100%;
    }
}

@media only screen and (max-width: 500px) {
    .consultation {
        padding: 5px 20px;
    }
}

p.consultation__text {
    font: 400 16px/140% "Open Sans", sans-serif;
    color: #000;
    margin: 0 0 5px 0;
}

.consultation__phone {
    font: bold 40px/100% "Open Sans", sans-serif;
    color: #424242;
    display: block;
    margin: 0 0 5px 0;
    text-decoration: none;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.consultation__phone--grey {
    font: bold 30px/100% "Open Sans", sans-serif;
    color: #747474;
    margin: 0 0 5px 0;
}

@media only screen and (max-width: 500px) {
    .consultation__phone--grey {
        font: bold 25px/100% "Open Sans", sans-serif;
    }
}

@media only screen and (max-width: 500px) {
    .consultation__phone {
        font: bold 30px/100% "Open Sans", sans-serif;
    }
}

.consultation_rvz {
    position: relative;
    float: right;
    width: 100%;
    border: 5px solid #ffae00;
    height: 150px;
    text-align: center;
    padding: 10px 20px;
}

@media only screen and (max-width: 900px) {
    .consultation_rvz {
        width: 100%;
    }
}

@media only screen and (max-width: 500px) {
    .consultation_rvz {
        padding: 5px 20px;
    }
}

.supplement-contacts .consultation-block {
    height: auto;
    float: none;
    border: 0 none;
    margin: 0 auto;
    padding: 0;
}

.supplement-contacts .consultation-block .consultation__text {
    font: 400 16px/120% "Open Sans", sans-serif;
    color: #000;
}

.supplement-contacts .consultation-block .consultation__phone {
    font: bold 40px/110% "Open Sans", sans-serif;
    color: #000;
}

.supplement-contacts .consultation-block .consultation__phone:hover {
    color: #9dcbff;
}

.scroll-anim {
    -webkit-transform: translateY(100px);
    -ms-transform: translateY(100px);
    transform: translateY(100px);
    opacity: 0;
}

.scroll-anim-active {
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
}

.scroll-anim-transition {
    -webkit-transition: -webkit-transform 1s ease;
    transition: transform 1s ease;
    -webkit-transition-property: -webkit-transform, opacity;
    transition-property: transform, opacity;
}
/* End */


/* Start:/local/components/rowen/get-consultation/templates/bit/style.css?16536619491362*/

.consultation-btn-old {
    display: inline-block;
    background-color: #ffae00;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#db9500), to(#ffae00));
    background-image: linear-gradient(to top, #db9500 0%, #ffae00 100%);
    border-radius: 3px;
    position: relative;
    text-decoration: none;
    padding-left: 11px; }
.consultation-btn-old:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#ffae00), to(#db9500));
    background-image: linear-gradient(to top, #ffae00 0%, #db9500 100%);
    border-radius: 3px;
    filter: progid:DXImageTransform.Microsoft.Alpha Opacity=0;
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
.consultation-btn-old:hover:before {
    filter: progid:DXImageTransform.Microsoft.Alpha Opacity=10;
    opacity: 1; }
.consultation-btn-old:active {
    top: 2px; }
.consultation-btn-old img {
    position: absolute;
    top: 5px; }
.consultation-btn-old span {
    font: bold 14px/100% "Open Sans", sans-serif;
    color: #fff;
    text-transform: uppercase;
    padding: 12px 25px 12px 30px;
    display: inline-block;
    z-index: 100;
    position: relative;
    white-space: nowrap; }
.phone-block{
    margin: 20px 0 10px 0;
}
/* End */
/* /local/components/custom/orders/templates/.default/style.css?175267038621132 */
/* /local/templates/.default/include/supplement/style.css?174280475510047 */
/* /local/components/rowen/get-consultation/templates/bit/style.css?16536619491362 */
