.service-list{
    margin-left: -23px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
@media(max-width: 760px){
    .service-list{
        display: block;
        margin-left: -15px;
        margin-right: -15px;
    }
}
.service-list__item{
    margin-left: 23px;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-preferred-size: calc(33.333% - 23px);
    flex-basis: calc(33.333% - 23px);
    max-width: calc(33.333% - 23px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    background-color: #f4f4f4;
    margin-bottom: 15px;
}
.service-list__item:hover .service-list__title{
    color: #d7202a;
}
@media(max-width: 1240px)  and (min-width: 761px){
    .service-list__item{
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}
@media(max-width: 760px){
    .service-list__item{
        margin-left: 0;
        -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%;
        max-width: 100%;
        margin-bottom: 2px;
    }
}
.service-list__icon{
    width: 108px;
    height: 101px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 108px;
    flex: 0 0 108px;
    background-color: #515462;
    display: block;
    text-align: center;
    color: #ffffff;
    padding: 28px;
    max-width: 108px;
}
@media(max-width: 1240px) and (min-width: 761px) {
    .service-list__icon{
        -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%;
        width: 100%;
        max-width: 100%;
    }
}
@media(max-width: 760px){
    .service-list__icon{
        width: 100px;
        height: 100px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100px;
        flex: 0 0 100px;
        max-width: 100px;
    }
}
.service-list__content{
    padding-left: 21px;
    padding-right: 50px;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    display: block;
}
@media(max-width: 1320px)  and (min-width: 761px){
    .service-list__content{
        padding-right: 21px;
    }
}
@media(max-width: 1240px)  and (min-width: 761px){
    .service-list__content{
        padding: 15px;
    }
}
@media(max-width: 760px){
    .service-list__content{
        padding-left: 20px;
        padding-right: 20px;
    }
}
.service-list__title{
    font-size: 16px;
    font-weight: 500;
    display: block;
    color: #2d2d2d;
    -webkit-transition: color .3s;
    transition: color .3s;
}
.service-list__text{
    line-height: 1.3;
    display: block;
    color: #545252;
    margin-top: 12px;
}
.service-list__arrow{
    position: absolute;
    bottom: -3px;
    right: -3px;
    padding: 8px;
}
@media(max-width: 1320px){
    .service-list__arrow{
        display: none;
    }
}
.service-list--half {
    margin-left: -54px;
}
@media(max-width: 1000px) {
    .service-list--half{
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-left: 0px;
        margin-right: 0px;
    }
}
@media(max-width: 760px){
    .service-list--half{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}
@media(max-width: 500px){
    .service-list--half{
        display: block;
    }
}
.service-list--half .service-list__item {
    margin-left: 54px;
    min-height: 160px;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-preferred-size: calc(50% - 54px);
    flex-basis: calc(50% - 54px);
    max-width: calc(50% - 54px);
}
@media(max-width: 1240px)  and (min-width: 761px){
    .service-list--half .service-list__item{
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
}
@media(max-width: 1000px) {
    .service-list--half .service-list__item{
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        margin-left: 0px;
        margin-bottom: 20px;
        max-width: 100%;
    }
}
@media(max-width: 500px) {
    .service-list--half .service-list__item{
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}
.service-list--half .service-list__content {
    padding: 15px 30px;
}
.service-list--half .service-list__image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 265px;
    height: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 265px;
    flex: 0 0 265px;
    background-color: #515462;
    text-align: center;
}
.service-list--half .service-list__image img {
    -o-object-fit: cover;
    font-family: "object-fit:cover;object-position:center";
    object-fit: cover;
    width: 100%;
    height: 100%;
    -o-object-position: center;
    object-position: center;
}
@media(max-width: 500px) {
    .service-list--half .service-list__image{
        -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%;
        width: 100%;
    }
}


.styled-text h1{
    font-size: 28px;
    font-weight: 500;
    margin-bottom: 19px;
}
.styled-text h2 {
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 19px;
}
.styled-text h3 {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 19px;
}
.styled-text p {
    line-height: 19px;
    font-size: 14px;
    margin-bottom: 20px;
}
.styled-text ul, .styled-text ol{
    margin: 40px 0;
}
.styled-text ul, .styled-text ol {
    list-style-type: none;
}
.styled-text ul li, .styled-text ol li {
    padding-left: 15px;
    margin-bottom: 10px;
    position:relative;
}
.styled-text ul li:before, .styled-text ol li:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    left: 0px;
    top: 6px;
}
.styled-text ul li::before {
    width: 5px;
    height: 5px;
    background: #d7202a;
}
.styled-text ol {
    list-style-type: none;
    counter-reset: num;
}
.styled-text ol li {
    padding-left: 25px;
}
.styled-text ol li::before {
    top: 0px;
    content: counter(num) '. ';
    counter-increment: num;
    color: #d7202a;
}
.styled-text ol li {
    margin-bottom: 10px;
}
.styled-text .list-title {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 20px;
}
.styled-text > *:last-child {
    margin-bottom: 0px;
}
.styled-text .grey {
    color: #918e8e;
}

.btn{
    display: inline-block;
    vertical-align: middle;
    background-color: #d7202a;
    text-align: center;
    height: 40px;
    line-height: 40px;
    padding-left: 25px;
    padding-right: 25px;
    color: #ffffff;
    cursor: pointer;
    -webkit-transition: all .3s;
    transition: all .3s;
}


.bonus-block{
    margin-bottom: 60px;
}
.bonus-block--card{
    padding: 53px 0;
}
.bonus-block--card .bonus-block__wrap{
    height: 195px;
}
@media(max-width: 760px){
    .bonus-block--card .bonus-block__wrap{
        height: auto;
    }
}
.bonus-block__wrap{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 235px;
    background-color: #d7202a;
    color: #ffffff;
    font-size: 18px;
    line-height: 1.222;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
@media(max-width: 760px){
    .bonus-block__wrap{
        display: block;
        height: auto;
        font-size: 16px;
        padding-bottom: 15px;
    }
}
.bonus-block__wrap > *{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
@media(max-width: 760px){
    .bonus-block__wrap > *{
        -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%;
        max-width: 100%;
    }
}
.bonus-block__right{
    padding-left: 45px;
    padding-right: 45px;
}
@media(max-width: 760px){
    .bonus-block__right{
        padding-left: 25px;
        padding-right: 25px;
        margin-top: 15px;
    }
}
.bonus-block__left{
    position: relative;
    height: 235px;
    font-size: 0;
}
@media(max-width: 760px){
    .bonus-block__left{
        height: 130px;
    }
}
.bonus-block__left::after{
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 0;
    height: 100%;
}
.bonus-block__left img{
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    font-family: "object-fit:cover;object-position:center";
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    display: inline-block;
    vertical-align: middle;
}.bonus-list{
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-align: center;
     -ms-flex-align: center;
     align-items: center;
     margin-bottom: 35px;
 }
@media(max-width: 760px){
    .bonus-list{
        display: block;
    }
}
.bonus-list__item{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333%;
    flex: 0 0 33.333%;
    max-width: 33.333%;
    margin-bottom: 20px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
@media(max-width: 760px){
    .bonus-list__item{
        -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%;
        max-width: 100%;
    }
}
.bonus-list__item:not(:last-of-type){
    padding-right: 15px;
}
@media(max-width: 760px){
    .bonus-list__item:not(:last-of-type){
        padding-right: 0;
    }
}
.bonus-list__text{
    font-weight: bold;
    max-width: 175px;
    line-height: 1.2;
}
.bonus-list__image{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 82px;
    flex: 0 0 82px;
    margin-right: 20px;
}
.how-make-order__item-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 12px 40px 12px 14px;
    background-color: #f4f4f4;
}
.how-make-order__item-body {
    padding: 20px 40px 0 70px;
}
.how-make-order__item {
    border: 1px solid #e8e9eb;
}
.how-make-order__item:not(:last-child) {
    margin-bottom: 20px;
}
.how-make-order__item-title {
    font-size: 16px !important;
    font-weight: 500;
}
.how-make-order__item-icon {
    height: 40px;
    width: 40px;
    margin-right: 15px;
}

.aside-info{
    margin: 25px 0;
    padding: 26px 24px 15px;
    background-color: #f4f4f4;
}
.aside-info__title{
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 16px;
}
.aside-info__content{
    line-height: 1.429;
    color: #3d3d3d;
}
.aside-info__content p{
    margin-bottom: 8px;
}


.styled-table {
    width: 100%;
    font-size: 14px;
    border-collapse: collapse;
}
.styled-table thead tr td{
    background: #f4f4f4;
    font-weight: 500;
}
.styled-table .head {
    font-weight: 500;
    min-width: 200px;
}
.styled-table td {
    background: #ffffff;
    padding: 15px 15px;
}
.styled-table tr:nth-child(even) td {
    background: #f4f4f4;
}
.styled-table--revert tr:nth-child(even) td {
    background: #ffffff;
}
.styled-table--revert tr:nth-child(odd) td {
    background: #f4f4f4;
}
td.styled-table__buttons {
    padding: 6px 15px;
    text-align: right;
    white-space: nowrap;
}
.styled-table__button {
    display: inline-block;
    padding: 8px;
    background: #ffffff;
    margin:0px 2px;
    border: solid 1px #e8e8e8;
}
.styled-table__button .i-icon {
    width: 14px;
    height: 14px;
    border: solid 1px #ccc;
}