

/* 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/templates/.default/include/supplement/style.css?174280475510047 */
/* /local/components/rowen/get-consultation/templates/bit/style.css?16536619491362 */
