body.template .steps__item:nth-child(2n) .steps__item-info {
    bottom: 80px;
}

.icon-48::before {
    content: "\e91d";
}

body.template .faq__wrap:before {
    display: none;
}

body.template .actions__reviews {
    max-width: 515px;
}

.actions__reviews-payments {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.actions__reviews-payments-item {
    width: 45%;
    border: 1px solid #bac9ff;
    height: 65px;
    text-align: center;
    margin-bottom: 8px;
    margin-right: 8px;
}

.actions__reviews-payments-item img {
    width: auto;
    display: inline-block;
    max-width: 90%;
    background: transparent;
    margin: 21px auto 12px;
    filter: invert(1)brightness(4.5);
}

.input-payment {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.input-payment span {
    display: inline-block;
    width: 55px;
    height: 55px;
    line-height: 53px;
    border: 1px solid #3d4865;
    text-align: center;
}

.input-payment span img {
    width: auto;
    display: inline-block;
}

.input-payment input {
    width: calc( 100% - 57px);
}

body.template .actions__news-title {
    margin-bottom: 50px;
}

body.template .actions__news-title .separate-title span {
    color: #ffffff !important;
}

body.template .actions__news-title .separate-title span:before {
    background: #fff !important;
}

@media only screen and (max-width: 991px) {
    body.template .actions__reviews {
        max-width: 100%;
        width: 100%;
        text-align: center;
    }
    .actions__reviews-payments {
        padding: 0px 30px;
    }
}

@media only screen and (max-width: 767px) {
    body.template .about__info {
        max-width: 100%;
        text-align: left;
    }
    body.template .about__aside {
        display: none;
    }
    body.template .actions__news-title .separate-title span {
        color: #ffffff !important;
    }
    body.template .actions__news-title .separate-title span:before {
        background: #fff !important;
    }
}

.pagination .pagination {
    display: flex;
    justify-content: center;
    margin-top: 50px;
}

.pagination .pagination li {
    position: relative;
    width: 14px;
    height: 14px;
    flex-shrink: 0;
    background-color: #3e58b9;
    -webkit-transition: background-color 0.3s;
    -moz-transition: background-color 0.3s;
    -o-transition: background-color 0.3s;
    transition: background-color 0.3s;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    position: relative;
    z-index: 1;
}

.pagination .pagination li>a {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 7;
    overflow: hidden;
    text-indent: 200%;
    white-space: nowrap;
}

.pagination .pagination li::before {
    content: "";
    display: block;
    position: absolute;
    left: -4px;
    top: -4px;
    width: calc(100% + 8px);
    height: calc(100% + 8px);
    border: 1px solid #deb144;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

.pagination .pagination li.active,
.pagination .pagination li:hover {
    background-color: #deb144;
}

.pagination .pagination li.active::before,
.pagination .pagination li:hover::before {
    opacity: 1;
}

.pagination .pagination li+li {
    margin-left: 23px;
}

.pagination .navigation {
    margin-top: 36px;
    display: flex;
    justify-content: center;
}

.pagination .navigation [class*=icon] {
    font-size: 19px;
    color: #629fd1;
    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
    -o-transition: color 0.3s;
    transition: color 0.3s;
}

.pagination .navigation .prev,
.pagination .navigation .next {
    position: relative;
    z-index: 1;
}

.pagination .navigation .prev>a,
.pagination .navigation .next>a {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 7;
    overflow: hidden;
    text-indent: 200%;
    white-space: nowrap;
}

.pagination .navigation .prev:hover [class*=icon],
.pagination .navigation .next:hover [class*=icon] {
    color: #d34cff;
}

.pagination .navigation .next {
    margin-left: 48px;
}

.default_table {
    text-align: center;
    padding: 40px 0 0;
}

.default_table table {
    margin: 0 auto;
    width: 500px;
}

.default_table table tr th,
.default_table table tr td {
    text-align: left;
    padding: 10px 20px;
    width: 250px;
}

.default_table table tr td[colspan="2"] {
    text-align: center;
}

.default_table table tr:nth-child(2n+1) th,
.default_table table tr:nth-child(2n+1) td {
    background: rgba(23, 110, 247, 0.24);
    color: white;
}

.sbmt {
    padding: 20px 50px;
    position: relative;
    z-index: 0;
    border: 0;
    cursor: pointer;
    display: inline-block;
    width: auto;
    margin-top: 40px;
    color: #fff;
    font-size: 14px;
    background: #424868;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    text-align: center
}

.sbmt:hover {
    -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

ul.errors li,
div.error {
    color: red;
    margin: 10px 0;
}

body.template .calc__form-group-item label img {
    width: auto;
}