.breadcrumbs a.breadcrumbs__item, .breadcrumbs span{
    font-size: 15px;
    line-height: 18px;
    font-family: Gilroy;
    text-decoration: none;
}
.breadcrumbs a.breadcrumbs__item{
    color: #181818;
}
.breadcrumbs .breadcrumbs__item.breadcrumbs__item--span span{
    color: #C8C8C8;
}
.page, .page *{
    font-family: Gilroy;
}
.page{
    margin-bottom: 80px;
}
.page.payment p, .page.payment div.toggle-block {
    font-family: 'Gilroy';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    color: #787878;
}
h1.title-bordered{
    font-weight: 900;
    font-size: 36px;
    line-height: 120%;
    color: #181818;
    margin-bottom: 45px;
    font-family: Gilroy;
    border: none;
    padding-left: 15px;
}
.way-pay{
    display: flex;
    justify-content: space-around;
    margin-bottom: 80px;
}
.way-pay__item{
    position: relative;
}
.way-pay__descr{
    position: absolute;
    bottom: -10px;
    width: 155px;
    right: -30px;
}
.way-pay__hint{
    background: url("/pay/img/1828749_1.png?v=1") no-repeat;
    position: absolute;
    width: 34px;
    height: 34px;
    right: -40px;
    top: -20px;
    cursor: pointer;
}
.way-pay__hint:hover{
    background: url("/pay/img/1828749_2.png?v=1") no-repeat;
}
.way-pay__hint:hover + .way-pay__hint-descr{
    display: block;
}
.way-pay__hint-descr{
    display:none;
    position: absolute;
    box-shadow: 0px 1px 40px rgba(0, 0, 0, 0.1);
    border-radius: 7px;
    padding: 30px;
    box-sizing: border-box;
    background: #fff;
    width: 600px;
    z-index: 9;
    margin-left: -130px;
    top: 30px;
}
.way-pay__item:nth-child(1) .way-pay__hint-descr,.way-pay__item:nth-child(3) .way-pay__hint-descr{
    width: 500px;
    z-index: 9;
    margin-left: -100px;
}
.way-pay__hint-head, .way-pay__hint-text{
    font-size: 18px;
    line-height: 32px;
    color: #181818;
}
.way-pay__hint-head{
    font-weight: bold;
}
.way-pay__head, .way-pay__text{
    font-size: 18px;
    text-align: center;
    color: #181818;
}
.way-pay__text{
    line-height: 22px;
    font-weight: 500;
    margin: 0 auto;
}
.way-pay__head{
    font-weight: bold;
    line-height: 24px;
}
.way-pay .way-pay__hint_color_decor{
    text-decoration: underline;
    color: #787878;
}
.way-pay .way-pay__hint_color_bold{
    font-weight: bold;
    color: #787878;
}
.page-title{
    margin-bottom: 25px;
    font-weight: 800;
    font-size: 28px;
    line-height: 32px;
    color: #181818;
}
.calculation{
    margin-bottom: 65px;
    display: flex;
}
.calculation__text .strong{
    color: #181818;
}
.calculation__text{
    padding: 30px;
    box-sizing: border-box;
    border: 1px solid #E1E1E1;
    border-radius: 7px;
    font-size: 18px;
    line-height: 32px;
    color: #787878;
    max-width: 560px;
    width: 100%;
}
.calculation__item:first-child{
    margin-right: 20px;
}
.city-list{
    display: flex;
    /* justify-content: space-between; */
    align-items: center;
    flex-wrap: wrap;
}
.city-name{
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: #787878;
    position: relative;
    margin-bottom: 24px;
}
/* .city-name:after{
    width: 38px;
    height: 1px;
    background: #C8C8C8;
    margin: 0 8px;
    margin-top: 4px;
    content: '';    
} */
.city-list__sep{
    width: 38px;
    height: 1px;
    background: #C8C8C8;
    margin: 0 14px;
    margin-bottom: 24px;
    margin-top: 4px;
}
.city-name.city-name_last{
    color: #C8C8C8;
}
.city-list div:nth-child(16){
    display: none;
}
.ways-of-payment {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    gap: 15px;
    margin-bottom: 48px;
}
.ways-of-payment .way {
    width: 24%;
    background: #FFFFFF;
    border: 1px solid #E1E1E1;
    border-radius: 6px;
    padding: 18px;
    height: 126px;
    position: relative;
}
.ways-of-payment .way-title {
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 21px;
    color: #000000;
    margin-bottom: 10px;
}
.ways-of-payment .way-text {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #787878;
}
.ways-of-payment .way > .way-icon {
    position: absolute;
    background-size: 100%;
}
.ways-of-payment .way:nth-child(1) .way-title,
.ways-of-payment .way:nth-child(1) .way-text {
    width: 90%;
}
.ways-of-payment .way:nth-child(1) > .way-icon {
    background: url("/img/way_of_payment-1.png") no-repeat;
    width: 79px;
    height: 108px;
    right: 0;
    bottom: 0px;
}
.ways-of-payment .way:nth-child(2) > .way-icon {
    background: url("/img/way_of_payment-2.png") no-repeat;
    width: 90px;
    height: 58px;
    right: 0;
    top: 0px;
}
.ways-of-payment .way:nth-child(3) > .way-icon {
    background: url("/img/way_of_payment-3.png") no-repeat;
    width: 64px;
    height: 60px;
    right: 0;
    bottom: 0px;
}
.ways-of-payment .way:nth-child(4) > .way-icon {
    background: url("/img/way_of_payment-4.png") no-repeat;
    width: 93px;
    height: 92px;
    right: 0;
    bottom: 0px;
}
.ways-of-payment.on-site {
    justify-content: flex-start;
    margin: 17px 0 35px 0;
}
.ways-of-payment.on-site .way {
    width: 39%;
    min-height: 183px;
}
.ways-of-payment .way-list {
    font-size: 16px;
    line-height: 28px;
    color: #000000;
    padding-left: 0;
    list-style-type: none;
}
.ways-of-payment .way-list li {
    display: flex;
    align-items: center;
    gap: 0 15px;
}
.ways-of-payment .way-subtitle {
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    color: #787878;
    margin-bottom: 12px;
}
.outer-circle {
    width: 15px;
    height: 15px;
    border-radius: 180px;
    border: 1px solid #828282;
    display: flex;
    align-items: center;
    justify-content: center;
}
.inner-circle {
    width: 7px;
    height: 7px;
    background: #339999;
    border-radius: 180px;
    display: none;
}
.inner-info {
    width: 69%;
}
.toggle-block-hide {
    display: none;
}
.toggle-block-hide.open {
    display: inline-block;
}
.toggle-opener {
    cursor: pointer;
    font-size: 18px;
    line-height: 28px;
    color: #339999;
    text-decoration: underline;
}
.toggle-opener.open {
    color: #339999;
    text-decoration: underline;
}
.toggle-opener:hover {
    text-decoration: none;
}
.toggle-block ul li {
    list-style-type: none;
}
.toggle-block ul li::before {
    content: "\2022";
    color: #339999;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}
a.bold:hover {
    border-bottom: none;
}
@media (max-width: 1400px){
    .way-pay__item:nth-child(3) .way-pay__hint-descr{
        margin-left: -220px;
    }
}

@media (max-width: 1320px){

    .city-list div:nth-child(16){
        display: block;
    }
}

@media (max-width: 1280px){
    .ways-of-payment .way {
        width: 49%;
    }
    .inner-info {
        width: 100%;
    }
}

@media (max-width: 1024px){
    .way-pay__item:nth-child(3) .way-pay__hint-descr {
        margin-left: auto;
        right: -40px;
    }
    .ways-of-payment.on-site .way {
        width: 48%;
    }
}
@media (max-width: 900px){
    .way-pay__hint-descr, .way-pay__item:nth-child(1) .way-pay__hint-descr, .way-pay__item:nth-child(3) .way-pay__hint-descr{
        width: 470px;
    }
    .ways-of-payment .way {
        height: 150px;
    width: 48%;
    }
}
@media (max-width: 767px){
    .calculation{
        flex-direction: column;
    }
    .calculation__text{
        max-width: 100%;
    }
    .calculation__text:first-child{
        margin-bottom: 20px;
    }
    .way-pay__item:nth-child(1) .way-pay__hint-descr{
        margin-left: auto;
    }
    .way-pay{
        flex-wrap: wrap;
    }
    .ways-of-payment.on-site .way {
        width: 60%;
    }
}
@media (max-width: 600px){
    h1.title-bordered{
        font-size: 24px;
    }
    .page-title{
        font-size: 20px;
    }
    .way-pay{
        flex-direction: column;
        align-items: center;
        margin-bottom: 50px;
    }
    .page{
        margin-bottom: 50px;
    }
    .way-pay__item{
        margin-bottom: 40px;
    }
    .way-pay__item:last-child{
        margin-bottom: 0;
    }
    .way-pay__hint-descr{
        margin-left: auto;
    }
    .way-pay__hint-descr, .way-pay__item:nth-child(1) .way-pay__hint-descr, .way-pay__item:nth-child(3) .way-pay__hint-descr{
        width: 400px;
        margin-left:-100px;
        padding: 20px;
    }
    .way-pay__item:nth-child(3) .way-pay__hint-descr{
        right: auto;
    }
    .way-pay__hint-head, .way-pay__hint-text{
        font-size: 14px;
    }
    .city-list {
        align-items: flex-start;
        flex-direction: column;
    }
    .city-list__sep{
        display: none;
    }
    .ways-of-payment .way {
        height: 120px;
        width: 100%;
    }
    .ways-of-payment.on-site .way {
        width: 80%;
    }
}
@media (max-width: 414px){
    .way-pay__hint-descr, .way-pay__item:nth-child(1) .way-pay__hint-descr, .way-pay__item:nth-child(3) .way-pay__hint-descr{
        width: 310px;
    }
    .ways-of-payment.on-site .way {
        width: 100%;
    }
}
@media (max-width: 350px){
    .way-pay__hint-descr, .way-pay__item:nth-child(1) .way-pay__hint-descr, .way-pay__item:nth-child(3) .way-pay__hint-descr{
        margin-left: -90px;
    }
}