@font-face {
    font-family: 'HelveticaNeueCyr-Bold';
    src: url("/style/fonts/HelveticaNeueCyr-Bold.eot");
    src: url("/style/fonts/HelveticaNeueCyr-Bold.eot") format("embedded-opentype"), url("/style/fonts/HelveticaNeueCyr-Bold.woff") format("woff"), url("/style/fonts/HelveticaNeueCyr-Bold.ttf") format("truetype"), url("/style/fonts/HelveticaNeueCyr-Bold.svg") format("svg");
    font-weight: normal;
    font-style: normal; }

.psp__main {
    background-color: #ebebeb;
}
.psp__main .container {
    background: url('/style/img/psp/background.jpg') center top no-repeat fixed;
    min-height: 100vh;
}
#button_1 tspan:hover {
    color: green;
}
.psp_price_btn {
    cursor: pointer;
    transition: 1s;
}
.psp_price_track {
    transition: 1s;
}
.psp_title {
    color: gray;
    font-family: 'HelveticaNeueCyr-Bold';
    font-size: 18px;
    margin-bottom: 35px;
}
.psp_contacts_form--block---border {
    width: 50%;
    background: url('/style/img/psp/steel.jpg') center top / cover;
    margin: 25px auto;
    padding: 5px;
    border-radius: 15px;
    border: 1px solid #00DDFD;
}
.psp_contacts_form--block {
    background-color: #00DDFD;
    padding: 15px;
    border-radius: 15px;
    border: 1px solid #ffffff;
}
.psp_contacts-form--input {
    background-color: #fff !important;
    border-radius: 5px !important;
    border-top: 2px solid #009CE4 !important;
    border-bottom: 3px solid #FFEDCE !important;
    font-family: 'HelveticaNeueCyr-Bold';
    font-size: 14px;
}
.psp_contacts-form-button--border {
    width: 50%;
    background: url('/style/img/psp/steel2.jpg') center top / cover;
    border-radius: 10px !important;
    padding: 3px;
    margin: 25px auto;
}
.psp_contacts-form-button--border:first-of-type {
    width: 25%;
}
.psp_contacts-form-button {
    width: 100% !important;
    background-color: #f5f5f5;
    border-radius: 10px !important;
    padding: 5px;
    border-top: 2px solid transparent !important;
    border-left: 2px solid transparent !important;
    border-right: 2px solid transparent !important;
    border-bottom: 2px solid #fff !important;
    font-family: 'HelveticaNeueCyr-Bold';
    font-size: 16px;
    color: gray;
}
.psp_contacts-form-button:hover {
    background-color: #fff;
}
.psp__main-section {
    margin-bottom: 80px;
}
.psp__main-section:first-of-type {
    margin-top: 40px;
}
.psp_section2--text {
    font-family: 'HelveticaNeueCyr-Bold';
    font-size: 14px;
    color: gray;
    text-align: justify;
}
.psp_section2--text p{
    text-indent: 3%;
}
.psp__section2-background {
    width: 80%;
    background-color: #00DDFD;
    border-radius: 15px;
    padding: 0.7%;
    margin: 0.7% auto;
    position: relative;
}
.psp__section2-block {
    background-color: #fff;
    border-radius: 15px;
    padding: 4.6%;
    padding-left: 5%;
    -webkit-box-shadow: -6px 10px 20px 1px rgba(0,0,0,0.5); 
    box-shadow: -6px 10px 20px 1px rgba(0,0,0,0.5);
}
.psp__section2-image {
    width: 9%;
    position: absolute;
    left: -5%;
    top: -2%;
}
.psp__main-logo {
    display: inline-block;
    margin: 25px auto;
    z-index: 5;
    margin-top: -59%;
    width: 30%;
}
.psp__main-spider {
    display: inline-block;
    margin: auto;
    margin-top: 11%;
    z-index: 1;
    margin-bottom: -7%;
    width: 78%;
}
.psp__section1--buttons---block {
    width: 91%;
    margin-top: -57%;
    display: inline-block;
    margin-left: -1%;
}
.psp__section1--points---block {
    width: 91%;
    text-align: center;
    margin-top: 3.5%;
    margin-left: 2.5%;
}
.psp__section1-point {
    width: 25%;
    margin-left: 53%;
}
.psp__section2-1--text {
    width: 80%;
    text-align: justify;
    background-color: #fff;
    padding: 10px;
    border: 5px solid #00DDFD;
    border-radius: 15px;
    margin: auto;
    font-weight: bold;
    color: gray;
    font-size: 16px;
}
.psp__section2-1--text p {
    text-indent: 3%;
}
.psp__section2-1--text a {
    color: #00DDFD;
}
.psp__pr-code--title {
    
}
.psp__pr-code--input---border {
    width: 50%;
    padding: 2px;
    border-radius: 500px;
    background: linear-gradient(to bottom, rgb(166 166 169) 0%, rgb(223 221 221) 100%) center top / cover;
    margin: 15px auto;
    margin-top: 60px;
}
.psp__pr-code--input {
    border-radius: 500px !important;
    background: linear-gradient(to bottom, rgba(250,250,250) 0%, rgba(250,250,250) 100%) center top / cover;
    border: transparent !important;
    display: block;
    margin: 0 !important;
    height: 25px !important;
    text-align: center;
    width: 100%;
}
.psp__price_v2_box {
    display: flex;
    align-items: center;
    justify-content: center;
}
.psp__price_block_v2 {
    background: url(/style/img/psp/price.png) center top / cover;
    width: 22%;
    z-index: 5;
    padding-bottom: 4.5%;
    cursor: pointer;
}
.psp__price_block_v2--hover {
    background: url(/style/img/psp/price_hover.png) center top / cover;
}
.psp__price_block_v2--active {
    background: url(/style/img/psp/price_active.png) center top / cover;
}
.psp__price_line_v2 {
    background-color: #ebebeb;
    width: 2.5%;
    height: 23px;
    margin-left: -16px;
    z-index: 1;
    border-top: 2px solid grey;
    border-bottom: 1px solid grey;
}
.psp__price_line_v2--active {
    background-color: #00DEFF;
}
.psp__price_v2_term, 
.psp__price_v2_price, 
.psp__price_v2_old_price {
    color: #808183;
    font-weight: bold;
}
.psp__price_v2_term {
    font-size: 15px;
    margin-top: 17%;
    margin-left: -16%;
}
.psp__price_v2_price {
    margin-top: 7%;
    margin-left: -15%;
    display: inline-block;
}
.psp__price_v2_old_price {
    display: inline-block;
    position: relative;
}
.psp__price_line_v2:last-of-type {
    display: none;
}
.psp__price_v2_old_price:before,
.psp__price_v2_old_price:after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 70%;
    height: 3px;
    background-color: #F7921C;
    transform: rotate(45deg);
  } 
  .psp__price_v2_old_price:before {
    transform: rotate(-45deg);
  }
@media (max-width: 1024px) {
    .psp_contacts-form-button--border, .psp_contacts_form--block---border, .psp_contacts-form-button--border:first-of-type, .psp__section2-background {
        width: 95%;
    }
    .psp__price_line_v2 {
        display: none;
    }
    .psp__price_block_v2 {
        width: 33%;
        z-index: 5;
        padding-bottom: 6.5%;
    }
    .psp__price_v2_box {
        flex-direction: column;
    }
}
@media (max-width: 425px) {
    .psp__price_block_v2 {
        width: 76%;
        z-index: 5;
        padding-bottom: 18.5%;
    }
}