@font-face {
    font-family: "VBT Group";
    src: url("../fonts/VTB45.ttf") format("truetype");
    font-weight: 300;
}

@font-face {
    font-family: "VBT Group";
    src: url("../fonts/VTB55.ttf") format("truetype");
    font-weight: 400;
}

@font-face {
    font-family: "VBT Group";
    src: url("../fonts/VTB65.ttf") format("truetype");
    font-weight: 500;
}

* {
    font-family: "VBT Group", sans-serif;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 17px;
    font-weight: 300;
    color: #28282D;
}

body, html {
    margin: 0;
    padding: 0;
}

a {
    color: #1E4BD2;
    text-transform: none;
    text-decoration: none;
    cursor: pointer;
}

a:hover {
}

button {
    border: none;
    cursor: pointer;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
}

h1 {
    font-weight: 300;
    font-size: 42px;
}

h2 {
    font-size: 32px;
    font-weight: 300;
}

main {
    width: 100%;
}

section, header, .footer-wrapper {
    max-width: 1084px;
    padding: 0 30px;
    margin: 0 auto;
}

footer {

}

.btn {
    width: 220px;
    height: 40px;
    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-radius: 3px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    cursor: pointer;
}

.btn.lite {
    background: #FFFFFF;
    border: 1px solid #1E4BD2;
    -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
    font-weight: 300;
    font-size: 16px;
    padding-bottom: 4px;
    color: #1E4BD2;
}

.btn.fill {
    background-color: #1E4BD2;
    color: #fff;
}

.btn.big {
    width: 264px;
    height: 64px;
    font-size: 18px;
    padding-bottom: 3px;
    font-weight: normal;
}

img {
    display: block;
    max-width: 100%;
}

textarea:focus, input:focus, button:focus {
    outline: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.callback-form {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.modal {
    visibility: hidden;
    opacity: 0;
    position: fixed;
    top: 0;
    z-index: 3;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.3);
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    padding: 10px;
}

.modal, .modal-message {
    visibility: hidden;
}

.modal.active, .modal-message.active {
    visibility: visible;
    opacity: 1;
    z-index: 20;
}

.modal-inner, .modal-message {
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 425px;
    width: 100%;
    max-height: 80vh;
    overflow: auto;
    background: #fff;
    padding: 30px;
    border-radius: 10px;
    -webkit-box-shadow: 0 0 0px 2px rgb(255, 255, 255);
    box-shadow: 0 0 0px 2px rgb(255, 255, 255);
    z-index: 10;
}

.modal-message {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -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;
    text-align: center;
}

.modal-message div:nth-child(1) {
    color: #FFBB00;
    font-size: 24px;
    font-weight: bold;
}

form .modal-message {
    -webkit-box-shadow: 0px 0px 0px 2000px rgba(0, 0, 0, 0.8);
    box-shadow: 0px 0px 0px 2000px rgba(0, 0, 0, 0.8);
}

.modal__close-btn {
    position: absolute;
    right: 5px;
    top: 5px;
    width: 20px;
    height: 20px;
    margin: 5px;
    cursor: pointer;
}

.modal__close-btn div {
    width: 100%;
    height: 1px;
    top: 50%;
    position: absolute;
    background: #1F1D32;
}

.modal__close-btn div:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.modal__close-btn div:nth-child(2) {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.custom-radio {
    display: block;
    position: relative;
    cursor: pointer;
    font-size: 20px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%;
    height: 100%;
}

.custom-radio input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.custom-radio .mark {
    padding-left: 30px;
    padding-top: 100%;
    width: 100%;
    position: relative;
    display: block;
}

.custom-radio .mark::after {
    content: '';
    display: block;
    position: absolute;
    bottom: 6px;
    left: 0;
    height: 10px;
    width: 10px;
    background-color: transparent;
    border: 1px solid #BDBDBD;
    border-radius: 50%;
}

.custom-radio .mark::before {
    content: '';
    display: block;
    position: absolute;
    top: 10%;
    left: 15%;
    height: 60%;
    width: 60%;
    background-repeat: no-repeat;
    background-size: contain;
}

.modal input.input {
    max-width: 590px;
    border-radius: 40px;
    padding: 15px 50px 18px 48px;
    margin-bottom: 13px;
    font-size: 20px;
}

.custom-checkbox {
    display: block;
    position: relative;
    cursor: pointer;
    font-size: 20px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%;
    height: 100%;
}

.custom-checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.custom-checkbox .mark {
    padding-left: 30px;
    width: 100%;
    position: relative;
    display: block;
}

.custom-checkbox .mark::after {
    content: '';
    display: block;
    position: absolute;
    top: 8px;
    left: 0;
    height: 10px;
    width: 10px;
    background-color: transparent;
    border: 1px solid #BDBDBD;
    border-radius: 50%;
}

.custom-checkbox input:checked ~ .mark::after {
    background-color: #FFBB00;
    border: 1px solid transparent
}

header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 90px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

header .logo {
    margin-right: 94px;
}

.logo {
    width: 80px;
}

header a {
    font-size: 13px;
    font-weight: normal;
    white-space: nowrap;
}

header a:first-child {
    color: #28282D;
    margin-right: 40px;
}

header .btn {
    margin-left: auto;
}

header nav {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.bg {
    width: 100%;
    background-color: #F3F7FA;
}

.top-slider-wrapper {
    width: 100%;
    height: 770px;
    position: relative;
}

#top-slider .slide-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 1064px;
    padding: 0 30px;
    margin: 0 auto;
    position: relative;
}

#top-slider .slide-content {
    padding-top: 90px;
    max-width: 500px;
    width: 100%;
}

#top-slider .slide-content h3 {
    font-size: 42px;
    line-height: 48px;
    margin: 0 0 23px 0;
}

#top-slider .slide-content p {
    font-size: 17px;
    line-height: 22px;
    color: #6B7683;
}

#top-slider .slide-content .btn {
    margin: 58px 0 129px 0;
}

.slider-phone {
    background-image: url('../img/phone-wrap.png');
    position: absolute;
    width: 427px;
    height: 690px;
    background-size: contain;
    right: 155px;
    top: 80px;
    z-index: 1;
}

#top-slider-phone {
    margin: 62px 39px 33px 101px;
    border-radius: 20px;
}

.top-slider-wrapper .text {
    max-width: 1064px;
    padding: 0 0 0 30px;
    margin: 90px auto 0 auto;
}

.top-slider-wrapper .text p {
    margin: 0;
    color: #6B7683;
}

.about {
    padding-top: 60px;
    margin-top: 60px;
}

.about .list figure:nth-child(2), .about .list figure:nth-child(3) {
    padding-top: 8px;
}
.about .list figure:nth-child(5){
    padding-top: 9px;
}
.about .list figure:nth-child(6){
    padding-top: 3px;
}

.list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.list.wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.list.center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

figure {
    margin: 0;
}

figure img {

}

.about figure {
    width: 123px;
}

.about figure img {
    margin-left: auto;
    margin-bottom: 20px;
}

figcaption {
    text-align: center;
    font-weight: normal;
    font-size: 18px;
    color: #0A2896;
}

.about .list {
    margin: 78px 0 198px 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

section {
    padding-top: 60px;
}

h2.title {
    text-align: center;
    font-weight: 300;
    font-size: 35px;
    margin-bottom: 5px;
}

h2.title + p {
    margin: 0;
    color: #6B7683;
    text-align: center;
}

.bg-circle {
    position: absolute;
    width: 836px;
    height: 836px;
    left: 160px;
    top: 26px;
    border: 80px solid rgba(255, 255, 255, 0.5);
    border-radius: 50%;
}

.scheme-block {
    overflow: hidden;
    position: relative;
}

.scheme-wrapper {
    position: relative;
    z-index: 1;
}

.scheme {
    margin: 74px 0 94px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.scheme-item {
    max-width: 143px;
}

.scheme-item_middle {
    max-width: 412px;
    width: 100%;
    height: 412px;
    border: 30px solid #EAEDF5;
    border-radius: 50%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.scheme-item_middle figure, .scheme-item_middle p {
    max-width: 143px;
}

.scheme-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -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;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.scheme-item img {
    margin: 0 auto 15px auto;
}

.scheme-arrows {
    width: 45px;
    height: 46px;
    background-image: url('../img/arrow.svg');
    -ms-flex-negative: 0;
    flex-shrink: 0;
    background-repeat: no-repeat;
    background-size: contain;
}

.scheme-item p, .scheme-item h5 {
    text-align: center;
}

.scheme-item h5 {
    font-weight: normal;
    font-size: 16px;
}

.scheme-item p {
    font-size: 14px;
    color: #6B7683;
}

.scheme-item:first-child {
    margin-bottom: 71px;
}

.scheme-item:last-child {
    margin-bottom: 76px;
}

.scheme-item_middle figure {
    padding-bottom: 18px;
    margin-bottom: 14px;
    border-bottom: 1px solid #EAEDF5;
}

.scheme .scheme-arrows {
    margin-bottom: 32px;
}

.steps {
    margin: 46px 0 137px 0;
    padding-left: 14%;
}

.steps-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}

.step-1 {
    position: absolute;
    left: 50%;
    top: 0;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

.step-1 figure > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 21px;
}

.step-1 img {
    margin-right: 14px;
}

.step-1 figure > div > span {
    font-weight: normal;
    font-size: 18px;
    color: #0A2896;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.step-1 figure > figcaption {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: left;
}

.step-1 figure > figcaption::before {
    content: '1';
    color: #fff;
    font-weight: normal;
    font-size: 22px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #00AAFF;
    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;
    margin-left: 10px;
    margin-right: 25px;
}

.step-2 {
    margin-top: 80px;
    margin-left: -16%;
}

.step-2 figcaption {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: right;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.step-2 figcaption::after {
    content: '2';
    color: #fff;
    font-weight: normal;
    font-size: 22px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #00AAFF;
    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;
    margin-left: 25px;
    margin-right: 5px;
}

.step-2 img {
    margin-left: auto;
    margin-bottom: 15px;
}

.step-2 figure::after {
    content: '';
    display: block;
    position: absolute;
    top: 145px;
    left: 70px;
    height: 35px;
    width: 33.6%;
    border-bottom: 2px solid #CCEEFF;
    border-right: 2px solid #CCEEFF;
    border-bottom-right-radius: 15px;
}

.steps-block:nth-child(2) {
    margin-top: 15px;
}

.steps-block:nth-child(2) .list {
    max-width: 840px;
    width: 100%;
    margin-left: auto;
    margin-right: 15px;
}

.steps-block:nth-child(2) .list .item figure figcaption {
    font-size: 16px;
    line-height: 20px;
    color: #00AAFF;
}

.steps-block:nth-child(2) figure {
    height: 85px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-top: 30px;
}

.steps-block:nth-child(2) figure img {
    margin-bottom: 16px;
}

.steps-block:nth-child(2) .list .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.steps-block:nth-child(2) .list .item::after {
    content: '';
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 2px;
    width: 45px;
    background-color: #CCEEFF;
    margin-top: 60px;
    margin-left: 5px;
    margin-right: 5px;
}

.steps-block:nth-child(2) .list .item:last-child {
    margin-left: -10px;
}

.steps-block:nth-child(2) .list .item:last-child::after {
    margin-left: -5px;
}

.steps-block:nth-child(2) .list .item:first-child::before {
    content: '';
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 60px;
    width: 80px;
    border-bottom-left-radius: 15px;
    border-left: 2px solid #CCEEFF;
    border-bottom: 2px solid #CCEEFF;
}

.steps-block:nth-child(2) .step-3 figure {
    display: block;
    margin-top: -18px;
}

.step-3 figcaption {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: left;
}

.step-3 figure img {
    margin-right: auto;
}

.step-3 figcaption::before {
    content: '3';
    color: #fff;
    font-weight: normal;
    font-size: 22px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #00AAFF;
    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;
    margin-right: 25px;
    margin-left: 9px;
}

.step-3 {
    position: relative;
    top: -30px;
}

.step-4 figcaption {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: right;
}

.step-4 figcaption::after {
    content: '4';
    color: #fff;
    font-weight: normal;
    font-size: 22px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #00AAFF;
    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;
    margin-left: 25px;
    margin-right: 5px;
}

.step-4 img {
    margin-left: auto;
    margin-bottom: 15px;
}

.step-4 > div, .step-4 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-right: 81px;
}

.step-4 div::after {
    content: '';
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: calc(45% - 16px);
    height: 150px;
    border-bottom: 2px solid #CCEEFF;
    border-right: 2px solid #CCEEFF;
    border-bottom-right-radius: 15px;
    margin-left: 13px;
}

.step-4 figure {
    margin-top: 55px;
}

.steps-block:last-child {
    display: block;
    margin-top: -10px;
}

.step-5 figcaption {
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.step-5 figcaption::before {
    content: '5';
    color: #fff;
    font-weight: normal;
    font-size: 22px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #00AAFF;
    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;
    margin-right: 25px;
    margin-left: 9px;
}

.step-5 figure img {
    margin-top: 17px;
}

.step-5 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.step-5 figure {
    margin: 0 auto;
    width: 216px;
}

.step-5 figure::before {
    content: '';
    display: block;
    width: 2px;
    height: 61px;
    background-color: #CCEEFF;
    margin: 16px 0 14px 33px;
}

.form-block .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    position: relative;
}

.form-block .wrapper > div {
    width: 57%;
}

.form-block h2.title, .form-block h2 + p {
    text-align: left;
}

.form-block .wrapper > img {
    position: absolute;
    top: -266px;
    left: -50px;
}

.btns-wrap {
    margin-top: 90px;
    margin-bottom: 524px;
}

.btns-wrap a:first-child img {
    margin-bottom: 25px;
}

.form-block {
    position: relative;
    margin-bottom: 305px;
}

.form-block form {
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transform: translate(-50%, 38%);
    -ms-transform: translate(-50%, 38%);
    transform: translate(-50%, 38%);
    margin: 0 auto;
    max-width: 648px;
    width: 100%;
    min-height: 546px;
    background: #FFFFFF;
    -webkit-box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.05);
    border-radius: 3px;
    padding: 72px 30px 87px 30px;
}

.form-block form h2.title, .form-block form p {
    text-align: center;
}

.form-block form h2 + p {
    margin-bottom: 54px;
}

input {
    max-width: 350px;
    width: 100%;
    height: 40px;
    border: 1px solid #DCE0EB;
    border-radius: 3px;
    padding-left: 20px;
    text-align: center;
    display: block;
}

.form-block form input {
    margin: 0 auto 11px auto;
}

.form-block form p.agr {
    font-size: 14px;
    color: #6B7683;
    margin-bottom: 30px;
}

.form-block form button {
    display: block;
    margin: 0 auto;
}

label.error {
    display: none !important;
}

input.error {
    border-color: #ee395b;
}

footer {
    padding-top: 60px;
    padding-bottom: 72px;
    background-color: #0A2896;
}

footer * {
    color: #fff;
    font-size: 13px;
}

.footer-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.footer-wrapper .left {
    padding-right: 60px;
    position: relative;
}

.footer-wrapper .left::after {
    position: absolute;
    content: '';
    display: block;
    background-color: #1E4BD2;
    width: 1px;
    height: 137px;
    top: 13px;
    right: 0;
}

footer .logo {
    margin-bottom: 40px;
}

footer .part {
    margin-top: 27px;
}

footer .right {
    padding-left: 56px;
    width: 100%;
}

footer nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 52px;
}

footer nav a {
    font-weight: normal;
    margin-right: 9%;
    white-space: nowrap;
}

footer nav a:last-child {
    margin-right: 0;
}

footer .right .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

footer .right .wrapper div:first-child {
    margin-right: 18%;
}

footer .phone {
    font-weight: normal;
    font-size: 16px;
    color: #00AAFF;
}

footer .pr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    max-width: 130px;
    white-space: nowrap;
}

footer .phone.r {
    margin-left: auto;
}

footer p {
    margin: 0 0 17px 0;
}

.swiper-button-next {
    right: 100px;
    background-image: url('../img/arrow-right.svg');
}

.swiper-button-prev {
    left: 100px;
    background-image: url('../img/arrow-left.svg');
}

.swiper-button-next, .swiper-button-prev {
    width: 33px;
    height: 64px;
}

.swiper-button-next::after, .swiper-button-prev::after {
    display: none;
}