/*@font-face {
    font-family: Lato;
    src: url('../fonts/Lato-Bold.eot');
    src: url('../fonts/Lato-Bold.woff') format('woff'),
    url('../fonts/Lato-Bold.ttf') format('truetype'),
    url('../fonts/Lato-Bold.svg') format('svg');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: Lato;
    src: url('../fonts/Lato-Regular.eot');
    src: url('../fonts/Lato-Regular.woff') format('woff'),
    url('../fonts/Lato-Regular.ttf') format('truetype'),
    url('../fonts/Lato-Regular.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: Lato;
    src: url('../fonts/Lato-Ligth.eot');
    src: url('../fonts/Lato-Ligth.woff') format('woff'),
    url('../fonts/Lato-Ligth.ttf') format('truetype'),
    url('../fonts/Lato-Ligth.svg') format('svg');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: Lato;
    src: url('../fonts/Lato-Medium.eot');
    src: url('../fonts/Lato-Medium.woff') format('woff'),
    url('../fonts/Lato-Medium.ttf') format('truetype'),
    url('../fonts/Lato-Medium.svg') format('svg');
    font-weight: 500;
    font-style: normal;
}*/
html, body {
    padding: 0;
    min-height: 100%;
    font-family: 'Exo 2', sans-serif;
}

.logo {
    margin: 10px 0;
}

img {
    max-width: 100%;
}

#required-checkbox label {
    font-weight: inherit;
}


#first-screen {
    background: url('../images/commics.png') no-repeat top right;
    background-position-y: 70px;
    background-size: contain;
}

#top-menu {
    position: fixed;
    width: 100%;
    z-index: 10;
    background-color: #ee4486;
    transition: all 0.5s ease;
}

.transparent-back {
}

#top-menu.hidden-menu {
    -ms-transform: translateY(-100%) translateY(0);
    transform: translateY(-100%) translateY(0);
}


#top-menu.not-hidden  {
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.menu {
    margin-top: 10px;
}

.fixed-menu {
    padding: 10px 30px;
    height: 70px;
}

.menu ul {
    margin: 0;
}
.menu ul li {
    display: inline-block;
    margin-left: 15px
}

.menu ul li a,
.menu ul li a:hover {
    font-size: 18px;
    line-height: 22px;
    color: white;
    text-decoration: none;
}

.first-screen-bant {
    margin-top: 95px;
    margin-left: -30px;
    text-align: center;
}

.header-title {
    color: black;
    font-size: 52px;
    line-height: 1.15;
    margin-left: 30px;
    margin-top: -20px;
}
.header-title .first-row {
    margin-left: -22px
}
.second-row {
    margin-top: -9px
}

.header-sub-title {
    margin-left: 30px;
    
    color: #1A1A1A;
    font-weight: 300;
    font-size: 18px;
    line-height: 24px;
    margin-top: 20px;
}

.header-buttons {
    margin-left: 30px;
    margin-top: 40px;
}
.header-buttons a{
    display: inline-block;
}

.header-buttons > a > div,
.benefits-gift-buttons .button,
.bottom-button .button,
.gift-button-second-block .button {
    margin: 20px 0 10px 0;
    box-shadow: 0 5px 14px rgba(242, 90, 124, 0.509766);
    background-color: #EE4486;
    border-radius: 27px;
    font-style: normal;
    font-weight: normal;
    font-size: 19px;
    line-height: 23px;
    text-align: center;
    width: 290px;
    height: 55px;
    display: inline-block;
    padding: 15px;
    color: #fff;
    text-decoration: none;
    transition: 0.3s ease-in-out;
    border: none;

}
.header-buttons > a > div.check-button {
    margin: 0;
    background: #fff;
    color: #40494a;
}

.benefits-gift-buttons a:hover,
.gift-button-second-block a:hover {
    text-decoration: none;
}

.header-buttons > a:hover {
    text-decoration: none;
}

.gift-button a,
.gift-button a:hover {
    color: white;
    text-decoration: none;
}
#call_daria {
    margin-top: 75px;
}

#call_daria .gift-button:hover {
    padding: 15px 104px;
    margin-top: 40px;
    display: inline-block;
    font-size: 16px;
    text-decoration: none;
    color: #fff;
}
#call_daria .button_more_part {
    margin-bottom: 25px;
}

.check-button {
    cursor: pointer;
    color: #fff;
}

.check-button img {
    margin-left: 23px;
    position: relative;
    top: -2px;
    margin-right: -37px;
}

.header-blocks {
    margin-top: 140px;
    margin-right: 15px;
}

.header-blocks img {
    margin-left: 13px;
    display: inline-block;
}

.header-blocks > div > img {
    width: 95px;
    height: auto;
}

.header-blocks > div > img:nth-child(2) {
    margin-left: 60px;
}

.header-blocks-images {
    padding-bottom: 60px;
}

.header-blocks-images img {
    margin-top: -5px
}

.header-blocks-images img:first-child {
    margin-top: 20px;
    margin-right: 58px;
}

.header-blocks-images img:last-child {
    margin-right: 30px;
}

.header-blocks-images img:nth-child(2) {
    margin-right: 60px;
}

#how-to {
    margin-top: 60px;
    position: relative;
    margin-bottom: 100px;
}


.how-to-top {
    text-align: center;
    position: relative;
    top: -74px
}

.how-to-top img{
    width: 206px;
}

.how-to-body {
    margin-left: 30px;
    margin-right: 30px;
    margin-bottom: 100px
}

.how-to-body .how-to-body-top {
    background: url("../images/how-to-top-back.png") no-repeat top left;
}
.how-to-body .how-to-body-bottom {
    background: url("../images/how-to-bottom-back.png") no-repeat bottom right;
    padding-bottom: 60px
}


.how-to-title {
    
    font-weight: 500;
    font-size: 32px;
    line-height: 1.2;
    margin-bottom: 50px;
    color: #40494A;
    text-align: center;
}

.how-to-item-title {
    
    font-size: 18px;
    line-height: 20px;
    color: #40494A;
    margin-bottom: 10px
}

.how-to-item-description {
    
    font-size: 18px;
    line-height: 20px;
}

.how-to-arrow {
    margin-top:15px;
    margin-bottom:15px;
}

.how-to-item-description a,
.how-to-item-description a:hover {
    color: #A65BA2;
    text-decoration: none;
}
/*
.how-to-item-description p:first-child {
  margin-bottom: 35px;
}
*/

.light {
    
    font-style: italic;
}

#partners {
    margin-bottom: 100px;
}

.partners-title {
    color: #40494A;
    font-size: 32px;
    line-height: 1.2;
    font-weight: 500;

    margin-bottom: 25px;
}

.partners-item {
    height: 120px;
    width: 100%;
    box-shadow: 0 2px 15px 0 rgba(0,0,0,0.1);
    border-radius: 5px;
    overflow-y: hidden;
    cursor: pointer;
    margin-bottom: 15px;
}

.partner-logo {
    display: block;
    height: 120px;
    width: 100%;
}
.partner-logo img{
    max-height: 120px;
}

.partner-logo > div {
}

.partner-hover {
    position: relative;
    background-color: rgba(0,0,0,0.5);
    width: 100%;
    height: 120px;
    border-radius: 5px;
    box-shadow: 0 2px 26px 0 rgba(0,0,0,0.1);
}

@media all and (min-width: 991px) {

    .buy-partners-item-parent {
        padding: 15px 40px;
    }

}
.partner-hover-name {
    padding-top: 15px;
    margin-left: 15px;
    
    color: white;
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 16px;
}

.partner-hover-description {
    margin-left: 15px;
    
    font-weight: 300;
    color: white;
    font-size: 14px;
    line-height: 16px;
}

.partner-hover-buttons {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 42px;
}

.partner-hover-buttons a,
.partner-hover-buttons a:hover {
    color: white;
    
    font-size: 14px;
    text-decoration: none;
}

.partner-activate {
    height: 42px;
    width: calc(60% + 1px);
    float: left;
    line-height: 42px;
    border-radius: 0 0 0 5px;
    box-shadow: 0px 2px 32px 0px rgba(196,77,138,0.3);
    background: url("../images/partner-activate-back.svg") no-repeat;
    background-size: cover;
}

.partner-more {
    width: 40%;
    margin-left: 60%;
    line-height: 42px;
    background: #383838;
    border-radius: 0 0 5px 0;
    box-shadow: 0px 2px 32px 0px rgba(0,0,0,0.2);
    height: 42px;
}

#benefits {
    margin-bottom: 100px;
}


/*
#benefits .container {
  background: url("../images/benefits-back.png") no-repeat;
  background-size: 100%;
  background-position: 50% 80%;
}
*/

#benefits {
    background: url("../images/benefits-back.png") no-repeat;
    background-size: 100%;
    background-position: 50% 65%;
}

.benefits-item {
    height: 180px;
    box-shadow: 0px 2px 26px 0px rgba(241,97,129,0.5);
    background: #ee4486;
    padding: 20px 30px;
}

.benefits-item-img {
    height: 32px;
    margin-bottom: 15px;
}

.benefits-item-description {
    
    color: white;
    font-size: 18px;
    line-height: 24px;
}

.benefits-gift {
    margin-top: -25px;
    margin-bottom: -25px;
    padding-top: 90px;
    padding-bottom: 70px
}

.benefits-gift-buttons .button {
    box-shadow: 0px 2px 32px 0px rgba(196, 77, 138, 0.3);
}

.gift-for-budget-title {
    color:#40494A;
    
    font-weight: 500;
    font-size: 32px;
    line-height: 1.2;
    margin-bottom: 24px;
    text-align: center;
    background: url('../images/bant-back.png') no-repeat;
    background-position: calc(50% + 139px) 12px;
}

.gift-for-budget-sub-title {
    
    color: rgba(0,0,0,0.6);
    text-align: center;
    font-size: 28px;
    line-height: 34px;
    padding-bottom: 73px;
}

.gift-for-budget-inner-title {
    color:#40494A;
    
    font-size: 38px;
    line-height: 48px;
    margin-bottom: 25px;
    font-weight: 500;
}


.gift-for-budget-inner-sub-title {
    
    color: #40494A;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    margin-bottom: 50px;
    width: 467px;
    margin-right: auto;
    margin-left: auto;
    max-width: 100%;
}

.gift-for-budget-inner-block-title {
    
    font-size: 16px;
    line-height: 22px;
    color: #40494A;
    margin-bottom: 15px;
}

.gift-for-budget-inner-block-content {
    margin-left: 5px;
    color:#797979;
}

.gift-for-budget-inner-block-content ul {
    padding-left: 15px;
    list-style: none
}

.gift-for-budget-inner-block-content ul li {
    
    font-size: 16px;
    line-height: 22px;
}

.gift-for-budget-inner-block-content ul li a{
    
    font-size: 16px;
    line-height: 22px;
    color: #A65BA2;
    text-decoration: none;
}

.gift-for-budget-inner-block-content ul li::before {
    content: "\2022";
    color: #ed3c6b;
    position: absolute;
    left: 15px;
    font-size: 20px;
    margin-top: -3px;
}

.top-left-slogan {
    
    font-weight: bold;
    font-size: 20px;
    line-height: 22px;
    color: white;
    margin-top:20px;
    margin-left: 20px;
    width: 95px;
    text-align: center;
}

.top-right-image {
    position: absolute;
    top:20px;
    right: 51px;
    width: 95px;
}

.table-block {
    padding: 25px 25px 40px;
    border: 3px solid transparent;
    -moz-border-image: -moz-linear-gradient(top left, rgba(238,68,134, 0.94) 0%, rgb(161,93,166) 100%);
    -webkit-border-image: -webkit-linear-gradient(top left, rgba(238,68,134, 0.94) 0%, rgb(161,93,166) 100%);
    border-image: linear-gradient(to bottom right, rgba(238,68,134, 0.94) 0%, rgb(161,93,166) 100%);
    border-image-slice: 1;
}

.message {
    position: relative;
    right: -25px;
}

.table-block-2 {
    padding: 25px 25px 50px;
    border: 3px solid transparent;
    -moz-border-image: -moz-linear-gradient(top left, rgba(238,68,134, 0.94) 0%, rgb(161,93,166) 100%);
    -webkit-border-image: -webkit-linear-gradient(top left, rgba(238,68,134, 0.94) 0%, rgb(161,93,166) 100%);
    border-image: linear-gradient(to bottom right, rgba(238,68,134, 0.94) 0%, rgb(161,93,166) 100%);
    border-image-slice: 1;
}

.gift-for-budget-inner-block-title-2 {
    padding: 0 17px;
    background-color: white;
    width: 240px;
    margin:0 auto;
    position:relative;
    top: -38px;
}

.gift-for-budget-second-block-content-1 img {
    margin-left: 50px;
    width: 36%;
    height: auto;
}


.gift-for-budget-second-block-content-2 {
    
    font-size: 16px;
    line-height: 22px;
    color:#797979;
}

.gift-for-budget-second-block-content {
    font-size: 14px;
}

.like-table {
    display: table;
    width: 100%;
    height: 100%;
}

.like-table > div {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%;
}

.bottom-button .button {
    position: absolute;
    bottom: 0;
}

.gift-for-budget-section-2 .gift-for-budget-inner-block-title-2 {
    width: 144px;
}


.gift-for-budget-inner-block-content ol {
    padding-left: 15px;
}

.gift-for-budget-inner-block-content ol > li {
    color: #40494A
}

.gift-for-budget-inner-block-content ol ul {
    padding-left: 0;
    padding-bottom: 20px;
}

.gift-for-budget-inner-block-content ol ul li:before {
    left:18px;
}

.dogovor a,
.dogovor a:hover {
    color: #A65BA2;
    text-decoration: none;
    
    font-size: 14px;
    line-height: 22px;
}

.dogovor {
    margin-bottom: 35px;
}

.with-icon {
    padding-left: 35px;
}

.with-icon-0 {
    background: url('../images/ok_v2.png') no-repeat;
    background-position: left 5px;
}

.with-icon-1 {
    background: url('../images/lamp.svg') no-repeat;
    background-position: left 5px;
}

.with-icon-2 {
    background: url('../images/clock.svg') no-repeat;
    background-position: left 5px;
}

.gift-button-second-block {
    margin-top: 30px;
}

.faq-title {
    
    font-weight: 500;
    font-size: 32px;
    line-height: 1.2;
    color: #40494A;
    margin-bottom: 60px;
}

.faq-inner {
    width: 694px;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
}

.faq-item {
    box-shadow: 0px 2px 25px 0px rgba(0,0,0,0.05),0px 0px 18px 0px rgba(0,0,0,0.05);
    border-radius: 5px;
    margin-bottom: 20px;
    padding: 10px 20px;
    position: relative;
}
.faq-item-title {
    
    font-size: 18px;
    line-height: 32px;
    color: #40494A;
    cursor: pointer;
}

.faq-item-control {
    position: absolute;
    top: 7px;
    right: 27px;
    -moz-transition: all 0.3s;
    -webkit-transition:all 0.3s;
    -o-transition:all 0.3s;
    -ms-transition:all 0.3s;
    transition: all 0.3s;
}

.faq-item-description {
    
    font-size: 16px;
    line-height: 20px;
    color: #797979;
    margin: 10px 0px;
    display: none;
}

.faq-item.active .faq-item-control {
    -moz-transform:rotate(90deg);
    -webkit-transform:rotate(90deg);
    -o-transform:rotate(90deg);
    -ms-transform:rotate(90deg);
    transform:rotate(90deg);
}


/*
#questions .container {
  background: url("../images/question-back.svg") no-repeat top center;
  background-size: 102%;
  padding-top:130px;
  padding-bottom:30px;
}
*/

#questions {
    background: url("../images/question-back.svg") no-repeat top center;
    background-size: 102%;
    padding-top:170px;
    padding-bottom:30px;
}

.questions-title {
    
    font-size: 38px;
    line-height: 46px;
    letter-spacing: 0.73px;
    color: white;
    margin-bottom: 20px;
}

.questions-number img:first-child {
    margin-right: 55px;
}

.questions-number img:last-child {
    margin-left: 55px;
}

.questions-number-img {
    margin: 0!important;
    position: relative;
    top: 10px;
}

.questions-notice {
    margin-top: 30px;
    
    font-size: 16px;
    line-height: 22px;
    color: white;
    margin-left: 30px;
}

#footer-form .form-container{
    padding: 60px 15px;
}



#footer-form ,
#footer-menu {
    background-color: #F2F2F2;
}

.partner-footer-menu {
    background-color: #ee4486!important;
}

.form-container .form {
    width: 390px;
    max-width: 100%;
    padding-right: 40px;
    text-align: center;
}

.form-title {
    font-style: normal;
    font-weight: 500;
    font-size: 28px;
    line-height: 34px;
    text-align: center;
    margin-bottom: 30px;
}

.form input[type="number"],
.form input[type="number"]:focus,
.form input[type="text"],
.form input[type="text"]:focus {
    background: #FFFFFF;
    border: 1px solid #E3E3E3;
    box-sizing: border-box;
    border-radius: 27px;
    color: #9B9B9B;
    padding: 13px 25px;
    margin-bottom: 10px;
    min-width: 290px;
}
#data-gift-pay .form input[type="text"],
#data-gift-pay .form input[type="text"]:focus {
    min-width: 260px;
}
#data-gift-pay-print, #data-gift-pay {
    display: none;
}
#data-gift-pay-print.active, #data-gift-pay.active {
    display: flex;
    justify-content: center;
}
#about-cert.online{
    background-image: url(/assets/images/buy-phone.svg);
    background-repeat: no-repeat;
    background-position: 107% bottom;
}
#about-cert.print{
    background-image: url(/assets/images/convert-bg.png);
    background-repeat: no-repeat;
    background-position: 128% bottom;
}

@media all and (max-width: 1024px) {
    #about-cert{
        background-image: none!important;
    }
}
.form input[type="submit"] {
    margin: 50px 0;
    box-shadow: 0 5px 14px rgba(242, 90, 124, 0.509766);
    background-color: #EE4486;
    border-radius: 27px;
    font-style: normal;
    font-weight: normal;
    font-size: 19px;
    line-height: 23px;
    text-align: center;
    width: 290px;
    height: 55px;
    display: inline-block;
    padding: 15px;
    color: #fff;
    text-decoration: none;
    transition: 0.3s ease-in-out;
    border: none;
}

#footer-menu {
    background: url("../images/footer-back.svg") no-repeat #F2F2F2;
    background-size: 110% 100%;
}

#footer-menu.buy-footer {
    background: url("../images/footer-back.svg") no-repeat #F2F2F2;
    background-size: 110% 100%;
}


.menu-container {
    color:white;
    padding-top: 150px;
    padding-bottom: 40px;
}

.menu-container a,
.menu-container a:hover {
    
    font-size: 18px;
    line-height: 32px;
    color:white;
    text-decoration: none;
    padding-right: 30px;
    display: inline-block;
}

.footer-logos img {
    margin-left: 75px;
    margin-bottom: 15px;
}

.footer-logos img:first-child {
    margin-left: 0;
}

.footer-logos {
    position: relative;
    top: 5px
}



footer {
    background-color: black;
    padding-top: 30px
}
.copy-container,
.copy-container a,
.copy-container a:hover {
    background-color: black;
    color: #797979;
    text-decoration: none;
    
    font-size: 14px;
}

.copy-container .row > div {
    margin-bottom: 30px
}

.header-form {
    width: 290px;
    max-width: 100%;
}

.full-height {
    height: 100%;
    min-height: 100%;
}

#cert-check {
    position: fixed;
    left:-110%;
    top:0;
    background-color: white;
    width: 100%;
    bottom: 0;
    z-index: 100;
    overflow-y: auto;
}

.like-table-block {
    display: table;
}

.like-table-block > div {
    display: table-cell;
    vertical-align: middle;
}

.header-form-text {
    
    font-size: 22px;
    line-height: 26px;
    color:#40494A;
    text-align: center;
    display: table;
    height: 100%;
    width: 100%;
    margin-top: 200px
}

.header-form-text > div {
    display: table-cell;
    vertical-align: middle;
    height: 100%;
    width: 100%;
}

.header-form-text-img {
    text-align: right;
    margin-top: 15px;
    margin-right: 25px;
}

.closed-popup {
    position: absolute;
    width: 20px;
    right: 30px;
    margin-top: 50px;
    cursor:pointer;
    z-index: 99999;
}


.closed-popup span {
    background: #00094a;
    display: block;
    height: 3px;
    border-radius: 2px;
    margin-bottom: 4px;
    transition: all 0.3s;
}

.closed-popup span:first-child {
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    position: relative;
    top: 3px;
}

.closed-popup span:last-child {
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: relative;
    top: -4px;
}

#cert-check > div.container {
    position: relative;
}

section.height-100 {
    min-height: 100%;
    min-height: 100vh;
}

.success-notice {
    
    font-size: 16px;
    line-height: 22px;
    color:#239594;
    text-align: center;
    margin-top: 30px;
}
.form-submit{
    margin-top: 20px;
}
.more_questions a,
.more_questions {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #9B9B9B;
    text-decoration: none;
}
.more_questions a span{
    font-size: 25px;
}
.form-submit-success {
    box-shadow: 0px 2px 32px 0px rgba(42,162,159,0.2)!important;
    margin-top: 30px;
    background: url('../images/success-button-back.svg')!important;
}

.anchor-navigation {
    position: fixed;
    top: 50%;
    right: 15px;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 22;
}

.anchor-navigation > div.scroll {
    padding: 2px;
    
    cursor:pointer;
    color: black;
    line-height: 35px;
}

.anchor-navigation .active{
    width: 35px;
    height: 35px;
    border-radius: 50%;
    position: absolute;
    margin-left: -12px;
    background-color: black;
    color: #ee4486;
    text-align: center;
    line-height: 35px;
}

#buy-first-screen {
    position: relative;
    padding-bottom: 110px
}

.anchor-navigation .progress-bar-delimiter:last-child {
    display: none;
}

/*
#buy-first-screen .container{
  background: url('../images/buy-header-back.svg') no-repeat;
  background-size: 100%;
}
*/

#buy-first-screen{
    /*background: url('../images/buy-header-back-1.svg') no-repeat;*/
    background-size: 100%;
    background-position-y: -87%;
    background-color: #ee4486;
}

.buy-first-screen-title {
    padding-top: 60px;
    
    color: white;
    font-size: 56px;
    line-height: 60px;
    width: 570px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 25px;
}

.buy-first-screen-sub-title {
    
    font-weight: 300;
    color: white;
    font-size: 18px;
    line-height: 1.2;
    margin-bottom: 60px;
}

.buy-flug {
    margin-top: 75px;
    position: absolute;
    width: 169px;
    height: 285px;
    background: url('../images/buy-header-flag.png') no-repeat;
    background-size: 100% 100%;
    text-align: center;
}

.buy-flug img{
    margin-bottom: 16px;
    margin-top: 77px;
}

.buy-flug div {
    
    line-height: 22px;
    font-size: 20px;
    color: white;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}

.buy-page-title {
    
    font-weight: 500;
    color: #40494A;
    font-size: 32px;
    line-height: 1.2;
    margin-bottom: 20px;
    margin-top: 40px;
}

.buy-page-gift {
    margin-bottom: 77px;
}

.range-handle {
    background-color: #fff;
    border-radius: 100%;
    cursor: move;
    height: 36px;
    left: 0;
    top: -17px;
    position: absolute;
    width: 36px;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: url('../images/marker.svg');
}

.range-bar {
    height: 5px;
}

.buy-nominal-scroller {
    width: 460px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 70px;
    max-width: 100%;
}

.range-min, .range-max {

    line-height: 22px;
    font-size: 20px;
    color: rgba(0,0,0, 0.5);
    top: -14px;
}

.range-min {
    left: -40px;
}

.range-max {
    right: -40px;
}

.range-quantity {
    background-color: #ED3C6B;
}

#buy-nominal {
    background-color: white!important;
}

.buy-nominal-data input {
    width: 350px;
    max-width: 100%;
    box-shadow: 0px 2px 32px 0px rgba(0,0,0,0.05), 0px 0px 32px 0px rgba(0,0,0,0.05);
    border: none;
    height: 50px;
    line-height: 50px;
    
    font-size: 28px;
    color:#EE4486;
    text-align: center;
}

.buy-nominal-data > div {
    position: absolute;
    margin-top: 8px;
    margin-left:calc(50% + 200px);
    
    font-size: 22px;
    color: rgba(0,0,0, 0.5);
}

.buy-nominal-data .for-question {
    float: right!important;
    position: relative;
    margin-left: 10px;
    top: -1px;
}


#by-partners {
    margin-top: 20px;
    margin-bottom: 20px;
}
#block0 {
    margin-bottom: 25px;
}

#block0 img {
    max-width: 500px;
    width: 100%;
}
#block0.corparate img {
    max-width: 800px;
}

#by-partners .buy-page-title {
    width: 100%;
    margin: 40px auto 20px auto;
}

#by-partners .partners .el-partner {
    width: calc(14% - 14px);
    margin-left: 16px;
    margin-bottom: 16px;
}
#by-partners .el-partner__title {
    font-size: 14px;
}

.buy-partners-checkbox {
    
    font-size: 18px;
    line-height: 1.2;
    color:#797979;
    margin: 0 auto 20px auto;
}

.buy-partners-checkbox input {
    margin-right: 25px;
    -webkit-transform: scale(1.4);
    -moz-transform: scale(1.4);
    -ms-transform: scale(1.4);
    -o-transform: scale(1.4);
    transform: scale(1.4);
    border-radius: 1px;
    outline: none;
    border: 1px solid #606060;
}

.buy-partners-checkbox > div {
    display: inline-block;
}

.buy-partners-item {
    text-align: center;
    box-shadow: 0 2px 15px 0 rgba(0,0,0,0.1);
    margin-bottom: 15px;
    border-radius: 10px!important;
}

.buy-partners-item-checkbox {
    height: 42px;
    background-color: rgba(56,56,56, 0.8);
    line-height: 42px;
    
    font-size: 14px;
    color:white;
    cursor: pointer;
}

.buy-partners-item-checkbox input {
    margin-right: 10px;
    position: relative;
    top:2px
}

.buy-partners-item-image {
    height: 88px;
    display: table;
    width: 100%;
}

.buy-partners-item-image > div {
    vertical-align: middle;
    text-align: center;
}

@media all and (min-width: 991px) {
    .buy-partners-item-image > div {
        height: 120px;
    }
    .buy-partners-item-image > div img{
        height: 100%
    }

}
.buy-partners-item-checkbox.checked {
    background-color: rgba(49,174,170, 0.8);
}

#about-cert {
    margin-bottom: 0;
}
.cetr-order .buy-page-title {
    margin-bottom: 60px;
}

.about-cert-form-title {
    
    font-size: 20px;
    line-height: 1.15;
    color:#40494A;
    margin-bottom: 15px;
}

.form-row input {
    float: left;
}
#data-gift-pay .form input[type="text"] {
    margin-bottom: 20px;
}

.for-status,
.for-question {
    float: left;
    position: relative;
    margin-left: 10px;
    top: 13px;
}

.for-question img {
    cursor: pointer;
}

.for-question .hint {
    position: absolute;
    width: 410px;
    box-shadow: 0px 2px 28px 0px rgba(0,0,0,0.1), 0px 0px 28px 0px rgba(0,0,0,0.1);
    padding: 10px 20px 20px 30px;
    background-color: white;
    color: #898989;
    
    font-size: 16px;
    line-height: 22px;
    margin-top: 2px;
    margin-left: 50px;
    display: none;
    z-index: 99999;
}


.for-question .hint.opened {
    display: block;
}

.for-status {
    display: none;
}

.for-counter {
    width: 350px;
    max-width: 100%;
    color: #898989;
    
    font-size: 14px;
    line-height: 55px;
    text-align: right;
    margin-bottom: 55px;
}

.checkbox-row {
    color: #898989;
    
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 3px
}

.checkbox-row input {
    margin-right: 15px;
}

.checkbox-row-last {
    margin-bottom: 15px;
}

.buy-form-arrow {
    margin-top: -60px;
    margin-left: 20%;
}

.buy-form-phone {
    margin-top: -50px;
}

.form-row-parent {
    margin-bottom: 55px;
}

.cert-view {
    background: url('../images/buy-your-cert.svg') no-repeat;
    background-size: 100% 100%;
    width: 550px;
    margin-left: auto;
    margin-right: auto;
    padding: 10px 30px 40px;
    margin-bottom: 60px;
    max-width: 100%;
}

.cert-view-bant {
    position: relative;
    top: -47px;
}

.cert-view-inner {
    color: #40494A;
    font-size: 14px;
    line-height: 16px;
    margin: -56px auto 20px;
    width: 420px;
    text-align: left;
    max-width: 100%;
}

.cert-view-inner .row {
    margin-bottom: 15px
}

.cert-view-inner .row > div:first-child {
    padding: 0
}

.cert-view-inner .row > div:last-child {
    padding-right: 0
}


.example-partners {
    font-weight: bold
}

.buy-cert-button {
    margin: 30px 0;
    cursor: pointer;
    box-shadow: 0 5px 14px rgba(242, 90, 124, 0.509766);
    background-color: #EE4486;
    border-radius: 27px;
    font-style: normal;
    font-weight: normal;
    font-size: 19px;
    line-height: 23px;
    text-align: center;
    width: 250px;
    height: 55px;
    display: inline-block;
    padding: 15px;
    color: #fff;
    text-decoration: none;
    transition: 0.3s ease-in-out;
    border: none;
}

.gift-for-budget-inner-block-content > ol {
    list-style: none;
    counter-reset: my-awesome-counter;
}
.gift-for-budget-inner-block-content > ol > li {
    counter-increment: my-awesome-counter;
}
.gift-for-budget-inner-block-content > ol > li::before {
    content: counter(my-awesome-counter) ". ";
    font-weight: bold;
    margin-left: -20px
}
.map-title {
    font-size: 32px;
    line-height: 1.2;
    color:#40494A;
    text-align: center;
    margin-top: 50px;
    margin-bottom: 50px;
    font-weight: 500;
}
#map {
    width: 767px;
    max-width: 100%;
    height: 342px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 110px;
}

.current-partner-button {
    margin: 50px 0;
    box-shadow: 0 5px 14px rgba(242, 90, 124, 0.509766);
    background-color: #EE4486;
    border-radius: 27px;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 23px;
    text-align: center;
    width: 230px;
    height: 55px;
    display: inline-block;
    padding: 15px;
    color: #fff;
    text-decoration: none;
    transition: 0.3s ease-in-out;
    border: none;
    cursor: pointer;
}

section#partner a:hover,
section#partner a {
    text-decoration: none;
}

.range-handle {
    cursor: ew-resize;
}

.like-checkbox {
    width: 12px;
    height: 12px;
    display: inline-block;
    margin-right: 10px;
    position: relative;
    background-color: white;
    border-radius: 2px;
    top:1px;
}

.like-big-checkbox {
    width: 18px;
    height: 18px;
    display: inline-block;
    margin-right: 15px;
    position: relative;
    background-color: white;
    border-radius: 2px;
    top:2px;
    border: 1px solid #606060;
    cursor:pointer;
}


.buy-partners-item-checkbox.checked .like-checkbox {
    background: url('../images/checkbox-active.svg') no-repeat center center;
}

.like-big-checkbox.checked {
    background: url('../images/like-big-checkbox-checked.svg') no-repeat center center;
}

.blue-header a,
.blue-header a {
    color:#040648!important;
}

.your-city {
    
    font-size: 22px;
    line-height: 28px;
    color: #40494A;
    margin-bottom: 25px;
}

.your-city span {
    font-weight: bold;
    color: #ee4486;
    cursor:pointer
}

.city-block {
    position: absolute;
    padding: 15px;
    border: 1px solid #ee4486;
    min-width: 200px;
    margin-left: 113px;
    display: none;
    margin-top: -15px;
    background-color: white;
    z-index: 999;
}

.city-block-item {
    
    font-size: 18px;
    line-height: 28px;
    color: #40494A;
    cursor: pointer;
    padding-left: 15px;
    padding-right: 15px;
}

.city-block-item.active {
    color: white;
    background-color: #ee4486;
}

.city-block-points {
    height: 500px;
    overflow-y: scroll;
    padding-right: 15px;
    display: none;
}

.city-block-points.active {
    display: block;
}

.city-block-points-item {
    
    font-size: 16px;
    line-height: 20px;
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #cccccc;
    cursor: pointer;
}

.map {
    width: 100%;
    height: 553px;
    display: none;
}

.map.active {
    display: block;
}

#by-partners .buy-cert-button {
    margin-top: 50px
}

.price-items {
    text-align: center;
}

.price-items > div {
    padding-top: 71px;
    display: inline-block;
    width: 145px;
    height: 145px;
    margin-bottom: 15px;
    
    font-size: 14px;
    text-align: center;
    cursor: pointer;
    color: black;
    /*background: url('../images/benefits-gift-grey.svg') no-repeat center center;*/
    background: url('../images/gift-lite.png') no-repeat center center;
    background-size: 145px;
    line-height: 18px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

        .price-items > div.active {
            -webkit-transform: scale(1.25);
            -moz-transform: scale(1.25);
            -ms-transform: scale(1.25);
            -o-transform: scale(1.25);
            transform: scale(1.25);
            /*background: url('../images/benefits-gift.svg') no-repeat center center;*/
            background: url('../images/gift-grey.png') no-repeat center center;
            background-size: 100% 100%!important;
            color: white;
            position: relative;
        }

@media screen and (min-width:767px) {
    .price-items > div:hover {
        -webkit-transform: scale(1.25);
        -moz-transform: scale(1.25);
        -ms-transform: scale(1.25);
        -o-transform: scale(1.25);
        transform: scale(1.25);
        /*background: url('../images/benefits-gift.svg') no-repeat center center;*/
        background: url('../images/gift-grey.png') no-repeat center center;
        background-size: 100% 100%!important;
        color: white;
        position: relative;
    }
}


.price-items > div span {
font-size: 30px;
line-height: 30px;
    display: block;
}


.phone-message {
width: 130px;
height: 114px;
margin-top: 270px;
margin-left: 205px;
background-color: white;
position: absolute;
font-size: 9px;
padding: 5px;
text-align: left;
border-radius: 5px;
}

.example-nominal,
.example-phone,
.example-to,
.example-from,
.cert-view-inner-bold {
font-weight: bold;
}
.step-first .form-code {
    display: none;
}

.example-phone {
text-decoration: underline;
}

#page-content h3{
    font-size: 24px;
    margin: 15px 0 10px;
    font-weight: 300;
    font-style: italic;
}
#page-content p,
#page-content li{
    font-size: 16px;
    margin-bottom: 10px;
}
#page-content ul,
#page-content li{
    list-style: circle;
}
#page-content ul,
#page-content ol {
    padding: 0 0 0 20px;
}

.buy-total {
width: 250px;
margin-left: auto;
margin-right: auto;
}

.buy-total-row-1 {
width: 155px;
float: left;
text-align: left;
padding-left: 5px;
font-size: 14px;
}

.buy-total-row-2 {
text-align: left;
font-size: 14px;
}

.buy-total-delimiter {
height: 1px;
background-color: black;
width: 188px;
margin-top: 8px;
margin-bottom: 6px;
}

.buy-total .buy-cert-button {
margin-top: 30px;
}

.buy-total-result .buy-total-row-2 {
font-weight: bold;
}

.buy-title-arrow {
background: url('../images/buy-cert-arrow.svg') no-repeat center right;
padding:10px 30px 10px 0;
font-size: 13px;
width:  105px;
margin-left: auto;
margin-right: auto;
position: relative;
left: -380px;
}

.progress-bar-buy {
position: fixed;
top: 50%;
right: 30px;
width: 45px;
z-index: 99;
-o-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-webkit-transform: translatey(-50%);
transform: translatey(-50%);
}

.progress-bar-buy .step {
height: 45px;
border: 1px solid transparent;
font-weight: bold;
color: #9d9d9d;
line-height: 43px;
text-align: center;
border-radius: 25px;
margin-top: 10px;
margin-bottom: 10px;
background-color: white;
}

.progress-bar-buy .step.active {
border: 1px solid #ee4486;
color: #ee4486;
}

.progress-bar-buy .step.achived {
color: #ee4486;
}


.progress-bar-buy .progress-bar-delimiter {
height: 35px;
width: 1px;
background-color: #9d9d9d;
margin-left: auto;
margin-right: auto;
}

.anchor-navigation .progress-bar-delimiter {
height: 15px;
width: 1px;
background-color: black;
margin: 15px auto
}

.progress-bar-buy .progress-bar-delimiter.active {
background-color: #ee4486;
}

.buy-notice {
    color: #ee4486;
    margin-bottom: 40px;
    text-align: center;
    display: none;
    font-size: 16px;
}

.buy-button {
position: fixed;
width: 100%;
text-align: center;
bottom: 15px;
z-index: 99;
}

.buy-button .gift-button {
    box-shadow: 0 5px 14px rgba(242, 90, 124, 0.509766);
    background-color: #EE4486;
    border-radius: 55px;
    font-style: normal;
    font-weight: normal;
    font-size: 19px;
    line-height: 23px;
    text-align: center;
    width: 180px;
    height: 70px;
    display: inline-block;
    padding: 15px;
    color: #fff;
    text-decoration: none;
    transition: 0.3s ease-in-out;
    border: none;
}

.buy-button .gift-button img {
height: 40px;
width: auto;
-moz-transform:rotate(-70deg);
-webkit-transform:rotate(-70deg);
-o-transform:rotate(-70deg);
-ms-transform:rotate(-70deg);
transform:rotate(-70deg);
margin-right: -40px;
}


.page-title {

font-weight: 500;
    font-size: 32px;
    line-height: 1.2;
color: #40494A;
margin-bottom: 60px;
}

.cert-check-partners .buy-partners-item .buy-partners-item-image > div {
position: relative;
cursor: pointer;
}

.cert-check-partners .buy-partners-item .buy-partners-item-image > div .activation-button {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
background-color: rgba(238,68,134, 0.9);
opacity: 0;
    transition: ease .8s;
    border-radius: 10px;
}

.cert-check-partners .buy-partners-item .buy-partners-item-image > div .activation-button:hover {
opacity: 1;
}

.cert-check-partners .buy-partners-item .buy-partners-item-image > div .activation-button > div {
text-align: center;
height: 100%;
min-height: 100%;
}

.cert-check-partners .buy-partners-item .buy-partners-item-image > div .activation-button > div > span {
color: white;
font-size: 18px;
font-weight: bold;
position: relative;
top: 42%;
cursor: pointer;
}

img.attention {
height: 30px;
width: auto;
margin-right: 15px;
}

.cert-check-form .page-title {
    margin: 30px 0 40px 0;
}

.activation-step {
    border-left: 2px solid transparent;
    border-top: 3px solid transparent;
    padding-left: 15px;
    position: relative;
    background-color: white;
    z-index: 99;
}

.activation-step.active {
margin-right: -17px;
padding-bottom: 75px;
}

.activation-step-title {
font-weight: bold;
margin-bottom: 15px;
}

.cert-check-hint {
}

.cert-check-phone {
padding-bottom: 100px;
}

.header-form-activated {
width: 350px;
max-width: 100%;
}

.status {
background-color: #2da6a3;
color: white;
text-transform: uppercase;
display: inline;
padding: 5px;
margin-left: 15px;
visibility: hidden;
line-height: 25px;
}

.activation-notice {
    color: red;
    text-align: center;
    margin-top: 10px
}
.activation-notice-success {
    color: green;
}

.activation-step-3,
.activation-step-4 {
display: none;
}

.span-number {
padding-right: 20px
}

.activation-data,
.form.header-form-activated {
padding-left: 36px
}

.activation-step-1-image img {
    margin-left: 15px;
    max-height: 100px;
}
.activation-step-1-comment {
    color: #000;
    font-size: 12px;
    font-weight: 400;
    width: 100%;
}

.page-title-activation {
display: none;
color:red;
font-size: 20px;
font-weight: normal;
}

.respond-notice {
margin-top: 30px;
}

.button-success {
    background-color: #2d8e20;
    color: white;
    box-shadow: 0 2px 32px 0 rgba(196,77,138,0.3);
    width: 280px;
    height: 50px;
    line-height: 50px;

    font-size: 14px;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
    border-radius: 5px;
    max-width: 100%;
    margin-bottom: 25px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
}

.button-pending {
background-color: #A9A9A9;
color: white;
margin-bottom: 25px;
box-shadow: 0px 2px 32px 0px rgba(196,77,138,0.3);
width: 280px;
height: 50px;
line-height: 50px;

font-size: 14px;
text-align: center;
text-transform: uppercase;
cursor: pointer;
border-radius: 5px;
max-width: 100%;
margin-left: auto;
margin-right: auto;
margin-top: 30px;
}

.my-phone {
margin-bottom: 10px;
display: none;
}

.activation-step-sub-title {
margin-top: 80px;
}

.header-form-text-text-2 a {
color: #457ca5;
text-decoration: underline;
}


.menu-icon img {
width: 50px;
height: auto;
}

.with-ramka {
position: relative;
}


.with-ramka > .row {
padding-left: 80px;
padding-right: 80px;
}

.with-ramka .row.row-top {
background: url("../images/ramka-top.png") no-repeat top left;
height: 403px;
margin-bottom: -350px;
text-align: center;
}

.with-ramka .row.row-top img {
position: relative;
top: -67px;
}


.with-ramka .row.row-bottom {
background: url("../images/ramka-bottom.png") no-repeat bottom right;
height: 370px;
margin-top: -300px
}

.with-ramka-label {
width: 181px;
height: 132px;
background: url("../images/label.svg") no-repeat;
position: absolute;
left: 5px;
top: 5px;
}

#corporate-gift,
#universal-gift {
margin-bottom: 100px;
}

input.error {
border: 1px solid red!important;
}

.footer-form-notice {
font-size: 14px;
text-align: center;
color: green;
    padding: 10px 0;
}

.footer-form-notice.error {
color: red;
}

.condition-title {

    font-size: 32px;
    line-height: 1.2;
color: #40494A;
text-align: center;
margin-top: 50px;
margin-bottom: 50px;
font-weight: 500;
}


#required-checkbox > div {
width: 500px;
margin-right: auto;
margin-left: auto;
padding-left: 30px;
font-size: 12px;
max-width: 100%;
    padding-bottom: 10px;
}
#required-checkbox > div > input {
position: absolute;
margin-left: -20px
}

#required-checkbox-activation {
padding-left: 28px;

}
.description_privacy p{
    padding-bottom: 5px;
    font-size: 12px;
}

#required-checkbox-activation > div {
width: 470px;
padding-left: 30px;
font-size: 12px;
max-width: 100%;
padding-right: 30px;
margin-top: 25px;
}

#required-checkbox-activation > div > input {
position: absolute;
margin-left: -20px
}

.cert-check-check {
overflow: hidden;
position: relative;
}




@media all and (max-width: 1750px) {
#buy-first-screen {
    background-position-y: -36%;
}
}

@media all and (max-width: 1600px) {
#buy-first-screen {
    background-position-y: -23%;
}
}

@media all and (max-width: 1450px) {
#buy-first-screen {
    background-position-y: -9%;
}
}
#partners .header-title {
    font-size: 24px;
    padding: 20px 15px;
}
.instagram {
    margin-top: 20px;
}
.instagram .title {
    margin-left: 35px;
    width: 280px;
}
.instagram label {
    padding-left: 20px;
    position: relative;
}
.instagram .title input {
    position: absolute;
    left: 0;
}
.instagram-block {
    margin-left: 55px;
    font-size: 12px;
    width: 290px;
    margin-top: 25px;
}
.instagram-block .instagram-check input{
    padding: 4px 6px;
}
.instagram-block .instagram-check button{
    background: #269a99;
    border: none;
    height: 28px;
    padding: 0 10px;
}
.instagram-check button {
    color: #FFFFFF;
}
.jquery-modal.blocker {
    z-index: 192;
}
.jquery-modal.blocker ul {
    list-style: none;
    box-shadow: none;
}
.jquery-modal.blocker ul li {
    max-width: 33%;
    float: left;
    padding: 2px;
}
.jquery-modal.blocker ul li.active img{
    border: 2px solid #f00;
}
.jquery-modal.blocker .modal {
    padding: 15px;
    border-radius: 3px;
}
.jquery-modal.blocker .modal a.close-modal {
    top: 2px;
    right: 2px;
}
.instagram-result {
    max-width: 267px;
}
.instagram-result ul {
    list-style: none;
    margin: 5px 0;
    padding: 0;
}
.instagram-result ul li{
    width: 33%;
    padding: 2px;
    float: left;
}

.instagram-result ul:after {
    content: '';
    display: block;
    clear: both;
}
.instagram-check .error {
    margin-top: 10px;
    color: red;
}
.partner-row .header-title {
    font-size: 40px;
    padding-top: 20px;
}
#block1{
    margin-top: 20px;
}
#block4{
    margin-bottom: 25px;
}
#block1 .item-block {
    padding-bottom: 30px;
    cursor: pointer;
}
.m-form__btn.in-buy{
    margin-bottom: 40px;
}

@media (min-width: 1024px) {

    #block1 .item-block:hover {
        transform: translateY(-10px);
        transition: 0.5s ease-in-out;
        box-shadow: 0 0 20px 0 rgba(238, 68, 134,0.3);
    }
}
#block1 .head {
    padding: 15px 30px;
    margin-bottom: 20px;
    min-height: 150px;
    display: flex;
    align-items: center;
    flex-direction: column;
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
}
#block1 .content li {
    margin-bottom: 15px;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
}
.button_more_part{
    margin: 50px 0;
    box-shadow: 0 5px 14px rgba(242, 90, 124, 0.509766);
    background-color: #EE4486;
    border-radius: 27px;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 23px;
    text-align: center;
    width: 250px;
    height: 55px;
    display: inline-block;
    padding: 15px;
    color: #fff;
    text-decoration: none;
    transition: 0.3s ease-in-out;
    border: none;
}
.button_more_part:hover{
    transform: translateY(-10px);
    transition: 0.3s ease-in-out;
    text-decoration: none;
}
.title-corporate {
    font-style: normal;
    font-weight: 500;
    font-size: 28px;
    line-height: 1.2;
    text-align: center;
    margin: 20px 0 30px 0;
    padding: 0 130px;
}
.button_more_part {
    padding: 17px 20px;
    margin-top: 40px;
    display: inline-block;
}
.button_more_part:hover {
    color: #fff;
    text-decoration: none;
}
.number-step-item div  {
    width: 64px;
    height: 64px;
    border: 3px solid #EE4486;
    border-radius: 100%;
    font-style: normal;
    font-weight: 500;
    font-size: 33px;
    line-height: 40px;
    text-align: center;
    color: #EE4486;
    padding: 10px;
    margin: auto;
}
.line {
    min-width: 29%;
    padding: 30px 15px;
}
.line:after  {
    content: "";
    display: block;
    background-color: #EE4486;
    width: 100%;
    height: 3px;
}
#block1 .container,
#block2 .container{
    max-width: 1000px;
}
.block-realization {
    margin-top: 30px;
}
.number-step {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin: 20px 0 40px 0;
}
.how-buy .title {
    font-style: normal;
    font-weight: bold;
    font-size: 19px;
    line-height: 23px;
    text-align: center;
    margin: 30px 0;
}
.how-buy .desc {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    max-width: 270px;
    margin: 0 auto;
}
#block2 .box{
    text-decoration: none;
    padding: 100px 60px 0 60px;
    display: inline-block;
    width: 250px;
    height: 180px;
    margin-bottom: 15px;
    
    font-size: 16px;
    text-align: center;
    cursor: pointer;
    color: black;
    background: url(/assets/images/gift-lite.png) no-repeat center center;
    background-size: 240px;
    line-height: 18px;
}
.footer-img {
    max-width: 350px;
}
#block2 {
    text-align: center;
    margin: 70px 0 100px 0;
}
#block2 .title{
    font-style: normal;
    font-weight: 500;
    font-size: 19px;
    line-height: 23px;
    text-align: center;
    padding: 20px 0 15px 0;
}
#block2 .desc {
    font-style: italic;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #A6A6A6;
}
#block3 .item-step {
    background: #ee4486;
    padding: 50px 30px;
    color: #fff;
    font-size: 18px;
    
    border: 1px solid #f9c5d3;
    border-right: 0;
}
#block3 .item2-step {
    border: 1px solid #f9c5d3;
    border-left: 0px;
    display: flex;
    align-content: center;
    align-items: center;
}
.block-svg {
    padding-bottom: 15px;
}
.block-buy-print {
    min-width: 350px;
}
.block-buy-print .step__box{
    margin-bottom: 20px;
}
@media (max-width: 480px) {

    .block-buy-print {
        min-width: auto;
        max-width: 280px;
    }
}
@media (max-width: 1200px) {
    #block1 .head {
        font-size: 20px;
    }
    #block2 .desc {
        font-size: 16px;
    }
    .logo {
        margin: 0;
        padding: 9px 0;
    }
}


@media (max-width: 1024px) {
    .menu ul li.menu-icon {
        display: none;
    }
    .form-container .form {
        padding: 0;
    }
}
@media (max-width: 992px) {
    .how-to-title {
        font-size: 32px;
        line-height: 1.2;
    }
    #block1 .head {
        padding: 15px
    }
    #block1 .head:before {
        display: none;
    }
    #block1 ul {
        padding-left: 20px;
    }
    #block2 .box {
        padding: 100px 45px 0 45px;
        display: inline-block;
        width: 195px;
        height: 180px;
    }
    #block2 .desc {
        padding: 0;
    }
}
@media (max-width: 768px) {
    #block3 .item-step {
        min-width: 185px;
    }

    .title-corporate {
        padding: 0 15px;
    }

}
@media (max-width: 650px) {
    #block1 .col-xs-4,
    #block2 .col-xs-4,
    #block3 .col-xs-4 {
        width: 100%;
    }
}
@media (max-width: 480px) {
    #block3 .col-sm-4 {
        width: 100%;
    }
    #block3 > .with-ramka > .row {
        flex-direction: column;
    }
}
.more_contacts_viber {
    font-size: 14px;
    color: #a2a2a2;
    margin-bottom: 40px;
}
.more_contacts_viber a{
    padding: 0 5px;
    vertical-align: middle;
    text-decoration: none;
    transition: 0.3s ease-in-out;
    display: inline-block;
}
.more_contacts_viber a:hover{
    transform: translateY(-5px);
}
.block-partners-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.block-partners-item {
    flex: 0 0 10%;
    padding: 10px;
}

@media (max-width: 768px) {
    .partner-row .header-title {
        margin: 10px 0;
    }
}

@media (max-width: 1024px) {
    .block-partners-item {
        flex: 0 0 10%;
    }
}
@media (max-width: 768px) {
    .block-partners-item {
        flex: 0 0 20%;
        padding: 5px;
    }
}
@media (max-width: 480px) {
    .block-partners-item {
        flex: 0 0 33.3%;
    }
}
#data-gift-pay-print ul {
    margin-left: 15px;
}
#data-gift-pay-print ul,
#data-gift-pay-print li {
    list-style: circle;

}
#data-gift-pay-print ul,
#data-gift-pay-print p {
    font-size: 13px;
}
.banner-load {
    height: 70px;
    width: 100%;
    /*background-image: url(/assets/images/banner-loading.jpg);
    background-image: url(/assets/images/main-sl.jpg);*/
    background-image: url(/assets/img/a100action.jpg);
    animation: scroll linear 2500s infinite;
    position: absolute;
    top: 0;
    z-index: -1;
}

@keyframes scroll {
    from {
        background-position: 100% 0;
    }
    to {
        background-position: -20000% 0;
    }
}
#page-content h4 {
    font-size: 20px;
    font-weight: bold;
    margin: 20px 0;
}
#page-content td {
    width: 50%;
}
#about-cert .activation {
    margin: 30px 0;
}
@media all and (max-width: 1199px) {
    .header-title .first-row {
        margin-left: -16px;
    }
    .header-blocks > img:nth-child(2) {
        margin-left: 13px;
    }
    .gift-for-budget-second-block-content img {
        margin-left: 0;
    }

    #questions .container,
    .menu-container {
        background-size: cover;
    }

    .footer-logos img:last-child {
        margin-right: 25px;
    }

    .footer-logos img {
        margin-left: 25px;
    }

    .buy-first-screen-title {
        padding-top: 80px;
    }

    .buy-flug {
        margin-top: 120px;
    }

    #first-screen {
        background-size: 70vw;
    }

    #footer-menu {
        background-size: 110% 100%!important;
    }

    #questions,
    .menu-container {
        padding-top: 105px;
    }

    #buy-first-screen {
        background-position-y: 0;
    }

    .copy-container, .copy-container a, .copy-container a:hover {
        font-size: 14px;
    }

    .phone-message {
        margin-left: 155px;
    }
    .transparent-back {
        background-color: #ee4486!important;
    }

}

@media all and (max-width: 991px) and (min-width: 768px) {
    #first-screen .container {
        width: 768px;
    }
}
@media all and (max-width: 991px) {
    .fixed-menu {
        padding: 0;
    }

    .header-title {
        margin-left: 0;
        font-size: 36px;
        line-height: 42px;
    }

    .header-sub-title,
    .header-buttons {
        margin-left: 0;
        margin-top: 30px;
    }


    .header-blocks {
        margin-right: 0;
        background-position: 0 -10px;
    }

    .header-blocks-images img:first-child {
        margin-right: 68px;
    }

    .how-to-body {
        margin-left: 0;
        margin-right: 0;
    }

    .how-to-body .how-to-body-top,
    .how-to-body-bottom {
        background-size: 90%!important;
    }

    .benefits-item {
        padding: 15px;
    }

    .benefits-item-img {
        margin-bottom: 5px;
    }

    .benefits-item-description {
        font-size: 16px;
        line-height: 22px;
    }

    #benefits .container {
        background-position: 50% 74%;
    }

    .inner-content {
        margin-right: 0;
        margin-left: 0;
    }

    .gift-for-budget-section .inner-content {
        padding: 30px 25px 50px 25px;
    }

    .top-right-image {
        right: -10px;
    }

    .top-left-slogan {
        left: 15px;
    }

    .header-blocks > div > img:nth-child(2) {
        margin-left: 13px;
    }

    .header-blocks-images img:first-child {
        margin-right: 7px;
        margin-left: 0;
    }

    .buy-first-screen-title {
        font-size: 50px;
        line-height: 55px;
        width: 90%;
        padding-top: 60px;
        margin-bottom: 15px;
    }

    .buy-flug {
        margin-top: 70px;
    }
    .buy-form-arrow {
        margin-left: 0;
    }

    #questions {
        background-size: 102% 100%;
    }

    .footer-logos {
        text-align: center!important;
    }
    #footer-menu {
        background-size: 110% 100%!important;
    }

    .footer-logos img {
        margin-bottom: 25px;
    }


    .footer-logos img:last-child {
        margin-right: 0;
    }

    .footer-logos img:first-child {
        margin-left: 0;
    }

    .copy-container, .copy-container a, .copy-container a:hover {
        line-height: 25px;
    }

    .copy-container {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .phone-message {
        width: 117px;
        height: 109px;
        margin-top: 77%;
        margin-left: 24%;
    }

    .buy-first-screen-sub-title {
        margin-bottom: 67px;
    }

    .buy-title-arrow {
        left: -323px;
        display: none;
    }

    .with-ramka > .row {
        padding-left: 40px;
        padding-right: 40px;
    }

    .header-buttons > a > div {
        max-width: 215px;
    }


}



@media all and (max-width: 767px) {
    .logo {
        margin-top: 5px;
        text-align: center;
    }
    #data-gift-pay .form input[type="text"] {
        margin-bottom: 20px;
    }

    .header-blocks-images {
        padding-bottom: 33%;
    }
    .about-cert-form-title {
        font-size: 20px;
        line-height: 1.2;
        color: #40494A;
        margin-bottom: 25px;
    }

    .mobile-menu {
        margin-top: 20px;
        width: 20px;
        cursor: pointer;
        margin-bottom: 17px;
    }
    #data-gift-pay {
        max-width: 350px;
        margin: 0 auto;
    }
    .mobile-menu span {
        background: #00094a;
        display: block;
        height: 3px;
        border-radius: 2px;
        margin-bottom: 4px;
        transition: all 0.3s;
    }
    #first-screen .container {
        background: none;
        padding-bottom: 0;
        margin-bottom: 0;
    }

    .mobile-menu.opened span:first-child {
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
        position: relative;
        top: 7px;
    }

    .mobile-menu.opened span:nth-child(2) {
        display: none;
    }

    .mobile-menu.opened span:last-child {
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
        position: relative;
        top: 0px;
    }

    .menu {
        background-color: #ee4486;
        position: absolute;
        width: 100%;
        text-align: left;
        margin-top: 47px;
        padding-top: 15px;
        padding-bottom: 30px;
        transition: all 0.3s;
        left: -100%;
    }

    .menu.opened {
        left: 0;
    }

    .menu ul {
        padding-left: 0;
    }

    .menu ul li {
        margin-left: 0;
        display: block;
    }

    .menu ul li a, .menu ul li a:hover {
        line-height: 42px;
        font-size: 15px;
    }


    .first-screen-bant {
        text-align: center;
        margin-top: 70px;
        margin-left: 0;
    }

    .header-title {
        text-align: center;
    }

    .header-title, .second-row, .third-row {
        font-size: 46px;
        line-height: 1.15;
    }

    .header-sub-title {
        margin-top: 20px;
        font-size: 16px;
        text-align: center;
        margin-bottom: 30px;
    }

    .mobile-header-back {
        background: url('../images/mobile-header-back.svg') no-repeat;
        background-size: 100%;
        margin-top: 15px;
    }

    #top-menu {
        padding-bottom: 0;
        border-bottom: 1px solid #fff;
    }

    .header-blocks > div {
        padding-left: 40%
    }

    .header-blocks{
        margin-top: 29px;
    }

    .header-blocks img {
        margin-left: 3px;
        width: 29%;
    }


    .header-blocks > div > img {
        margin-left: 3px;
        width: 29%;
    }

    .header-blocks > img:nth-child(2) {
        margin-left: 3px;
    }

    .header-blocks-images img {
        margin-top: 28px;
    }

    .header-blocks-images img:last-child{
        margin-right: 10%;
        width: 8%;
    }

    .header-blocks-images img:nth-child(2) {
        margin-right: 20%;
        width: 12%;
    }

    .header-blocks-images img:first-child {
        margin-right: 7%;
        height: auto;
        margin-top: 15px;
        width: 39%;
        max-width: 320px;
    }

    .header-blocks {
        margin-right: 0;
        background-position: calc(100% + -3px) 4px;
        background-size: 193px;
    }

    .header-blocks > div {
        background: url("../images/mobile-header-top-peoples.svg") no-repeat 10px -12px;
        background-size: 30%;
    }

    .first-screen-bant img,
    .how-to-top img {
        width: 140px;
        height: auto;
    }

    .how-to-body-top,
    .how-to-body-bottom {
        background: none!important;
    }
    .how-to-title {
        font-size: 22px;
        line-height: 28px;
        margin-bottom: 60px;
    }

    .how-to-item {
        margin-right: 0;
        margin-left: 0;
    }

    .how-to-item .col-sm-3 {
        text-align: center;
        margin-bottom:30px
    }

    .how-to-body .how-to-body-bottom {
        padding-bottom: 70px;
    }

    .how-to-body {
        margin-bottom: 0px;
    }

    .how-to-arrow {
        position: absolute;
        margin-top: 65px;
        -webkit-transform: rotateY(180deg);
        -moz-transform: rotateY(180deg);
        -ms-transform: rotateY(180deg);
        -o-transform: rotateY(180deg);
        transform: rotateY(180deg);
        right: 10%;
    }

    .partners-title {
        font-size: 22px;
        line-height: 28px;
        margin-bottom: 40px;
    }

    .partner-hover {
        display: none;
    }

    .partner-logo img {
        max-width: 90%;
    }

    .anchor-navigation {
        display: none;
    }

    .header-form {
        margin-left: 0;
    }

    .header-blocks > div > img:nth-child(2) {
        margin-left: 3px;
    }

    .header-blocks-images img {
        margin-top: 2px;
    }

    section.height-100 {
        min-height: 1px
    }

    #first-screen {
        background-image: none;
        padding-bottom: 70px;
    }

    .benefits-item {
        margin-bottom: 30px;
    }

    #benefits .container {
        background-position: 50% 77%;
    }

    .gift-for-budget-sub-title {
        font-size: 18px;
        line-height: 22px;
        padding-bottom: 36px;
    }

    #benefits .gift-button {
        float:none!important;
        margin-left: auto;
        margin-right: auto;
    }

    .benefits-gift-buttons,
    .benefits-gift-buttons> div {
        text-align: center;
    }

    .header-buttons > div {
        margin-left: auto;
        margin-right: auto;
    }

    .partners-title {
        margin-bottom: 20px
    }

    .gift-for-budget-section .inner-content {
        background: none;
        padding: 25px 0 20px 0;
        box-shadow: none;
        margin-bottom: 0px;
    }

    #universal-gift .container {
        width: 100%!important;
    }

    .top-right-image {
        display: none;
    }

    .top-left-slogan {
        font-size: 14px;
        line-height: 18px;
        top:20px;
        right: 15px;
        width: 55px;
        left:auto;
    }

    .gift-for-budget-inner-title {
        font-size: 22px;
        line-height: 28px;
        text-align: left;
        margin-bottom: 25px;
        width: 50%;
        margin-left: 40%;
    }

    .gift-for-budget-inner-title  img {
        width: 14px;
        height: auto;
        margin-top: 6px;
        margin-left: 111px;
    }



    .gift-for-budget-inner-sub-title {
        font-size: 17px;
    }

    .gift-for-budget-inner-block-content {
        min-height: 1px!important;
        margin-bottom: 35px;
    }

    .gift-for-budget-second-block-content-2 img {
        float: none!important;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    .table-block {
        padding: 25px 15px 15px;
    }

    .bottom-button .button {
        position: static;
        margin-top: 48px
    }


    .gift-for-budget-inner-block-title-2 {
        padding: 0 17px;
        background-color: white;
        width: 161px;
        margin: 0 auto;
        position: relative;
        top: -44px;
    }

    .gift-for-budget-inner-block-title-2 {
        padding: 0 17px;
        background-color: white;
        width: 161px;
        margin: 0 auto;
        position: relative;
        top: -49px;
    }

    .gift-for-budget-second-block-content-2 img {
        margin-bottom: 20px;
    }

    .table-block-2 {
        padding-bottom: 0;
    }

    .gift-button-second-block {
        margin-top: 30px;
        margin-left: 0;
    }

    #faq {
        padding-top: 70px;
        padding-bottom: 70px;
        margin-bottom: 0;
    }

    .faq-title {
        font-size: 22px;
        line-height: 28px;
        margin-bottom: 30px;
    }

    .faq-item-title {
        font-size: 16px;
    }

    .faq-item-description {
        font-size: 14px;
    }

    #questions .container {
        background: url("../images/footer-number-mobile-back.svg") no-repeat top center;
        background-size: cover;
        padding-top: 70px;
        padding-bottom: 30px;
    }

    .questions-title {
        font-size: 22px;
        line-height: 28px;
        letter-spacing: 0.73px;
        color: white;
        margin-bottom: 20px;
        text-align: left!important;
    }

    .questions-number img:first-child {
        margin-right: 25px;
    }

    .questions-number img.questions-arrow:last-child {
        display: none;
    }

    .questions-notice {
        font-size: 14px;
        line-height: 18px;
        margin-left: 0;
    }

    footer .form-container {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .form-title {
        font-size: 22px;
        line-height: 28px;
        margin-bottom: 35px;
    }

    .form-container .form {
        float: none!important;
    }

    .form-container .form {
        padding-right: 0;
    }

    .footer-img {
        margin-top: 50px;
        display: block;
        margin-right: auto;
        margin-left: auto;
    }

    .menu-container {
        text-align: center;
    }

    .menu-container-ul {
        margin-bottom: 25px;
    }

    .footer-logos {
        text-align: center!important;
    }

    .footer-logos img {
        margin-left: 10px;
        margin-right: 10px;
        margin-bottom: 15px;
    }

    .menu-container a, .menu-container a:hover {
        color: rgba(256,256,256, 0.8)
    }

    .copy-container, .copy-container a, .copy-container a:hover {
        font-size: 14px;
        letter-spacing: -0.1px;
    }

    .show-more-parnters {
        margin-left: auto;
        margin-right: auto;
    }
    .show-more-parnters {
        box-shadow: 0px 2px 32px 0px rgba(0,0,0,0.1), 0px 0px 32px 0px rgba(0,0,0,0.1);
        width: 280px;
        height: 50px;
        line-height: 50px;
        font-family: MyriadPro-Regular;
        font-size: 14px;
        text-align: center;
        text-transform: uppercase;
        cursor: pointer;
        border-radius: 5px;
        max-width: 100%;
        margin-bottom: 30px;
    }

    .show-more-parnters img {
        margin-left: 23px;
        position: relative;
        top: -2px;
    }

    #partners .mobile-hidden,
    .show-more-parnters-hide {
        display: none;
    }

    #partners {
        margin-bottom: 70px;
    }

    #buy-first-screen .container .row-mobile {
        background: #ee4486;
    }
    #buy-first-screen .container {
        /*background: url('../images/buy-mobile-heder.svg') no-repeat;*/

        background-size: 100%;
    }
    #block0 img{
        width: 100%;
    }
    #block0 .text-center {
        margin-bottom: 0px!important;
    }
    .buy-first-screen-title {
        font-size: 29px;
        line-height: 32px;
        width: 100%;
        padding-top: 30px;
        margin-bottom: 20px;
        text-align: center;
    }
    #universal-gift .with-ramka .row.row-top{
        background: none;
    }
    #universal-gift .with-ramka .row.row-top img{
        display: none;
    }
    #universal-gift .with-ramka .with-ramka-label{
        left: 0;
        top: 0;
    }
    .buy-first-screen-sub-title {
        font-family: 'Exo 2', sans-serif;
        font-weight: 300;
        font-size: 16px;
        line-height: 20px;
        width: 100%;
        margin-bottom: 30px;
    }
    .price-items > div span {
        font-size: 25px;
        line-height: 1;
    }
    .price-items > div {
        padding-top: 44px;
        width: 120px;
        height: 90px;
        background-size: 120px;
    }
    .buy-flug {
        margin-top: 90px;
        position: absolute;
        width: 117px;
        height: 170px;
        background: url('../images/buy-header-flag.png') no-repeat;
        background-size: auto auto;
        background-size: 100% 100%;
        text-align: center;
        right: 0px;
        left: auto;
    }

    .buy-flug img {
        margin-bottom: 12px;
        margin-top: 35px;
        width: 32px;
        height: auto;
    }

    .buy-flug div {
        font-size: 16px;
        line-height: 19px;
    }

    .buy-page-title {
        font-size: 22px;
        line-height: 28px;
        margin: 40px 0 20px 0;
    }
    .range-min {
        left: 0;
        top: -33px;
    }

    .range-max {
        right: 9px;
        top: -33px;
    }

    .buy-nominal-scroller {
        margin-bottom: 35px;
    }

    .buy-nominal-data input {
        width: 190px;
    }

    .buy-nominal-data {
        text-align: left!important;
    }

    .buy-nominal-data > div {
        margin-top: 14px;
        margin-left: 215px;
        font-size: 16px;
    }

    #buy-first-screen {
        padding-bottom: 70px;
    }

    #by-partners .buy-page-title {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 18px;
        font-size: 22px;
        line-height: 1.2;
    }

    .buy-partners-checkbox {
        font-size: 14px;
        line-height: 18px;
        text-align: left!important;
    }

    .buy-partners-checkbox input {
        position: relative;
        top: 10px;
        margin-bottom: 10px;
        float: left;
    }

    .buy-partners-checkbox > div {
        display: block;
    }

    #by-partners {
        margin-bottom: 0px;
    }

    .about-cert-form-title {
        font-size: 18px;
        line-height: 24px;
        color: #40494A;
        margin-bottom: 15px;
    }

    #about-cert .buy-page-title {
        margin-bottom: 0px;
    }

    .form-row input[type=text] {
        width: 240px !important;
        float: left;
    }

    .for-question,
    .for-status {
        margin-left: 5px;
        display: none;
    }

    .for-question img,
    .for-status img {
        width: 16px;
        height: 16px;
    }

    .for-counter {
        width: 100%;
        margin-bottom: 20px;
        font-size: 10px;
    }

    .checkbox-row-last {
        margin-bottom: 20px;
    }

    .about-cert-form-title-2 {
        text-align: left;
    }

    .buy-form-phone {
        overflow-x: hidden;
        margin-top: -101px;
        margin-left: -15px;
        margin-right: -15px;
    }

    .buy-form-phone img {
        margin-left: 80px
    }

    .buy-form-phone {
        margin-top: -101px;
    }

    .buy-form-arrow {
        margin-top: -57px;
        margin-left: 40px;
        -webkit-transform: rotate(15deg);
        -moz-transform: rotate(15deg);
        -ms-transform: rotate(15deg);
        -o-transform: rotate(15deg);
        transform: rotate(-41deg);
        position: relative;
        top: -20px
    }

    .cert-view {
        padding: 0px 30px 30px;
        margin-bottom: 50px;
    }

    .button.gift-button {
        margin-right: auto;
        margin-left: auto;
    }

    .footer-img {
        -webkit-transform: rotateY(180deg);
        -moz-transform: rotateY(180deg);
        -ms-transform: rotateY(180deg);
        -o-transform: rotateY(180deg);
        transform: rotateY(180deg);
    }

    #cert-check .header-form {
        margin-left: auto;
        margin-right: auto;
    }

    .partner-image {
        margin-left: -15px;
        margin-right:  -15px;
    }

    .current-partner-logo {
        margin-top: 25px;
        margin-left: 0;
        text-align: center;
    }

    .current-partner-logo img {
        width: auto;
    }

    .current-partner-name {
        font-weight: normal;
        font-size: 22px;
        line-height: 28px;
        margin: 24px 0 32px 0;
        text-align: center;
    }

    .current-partner-short {
        font-family: MyriadPro-Regular;
        font-size: 16px;
        line-height: 24px;
        color: #000000;
    }

    .current-partner-button {
        margin-left: auto;
        margin-right: auto;
        margin-top: 30px;
    }

    #partner {
        padding-bottom: 70px;
    }

    .current-partner-title {
        text-align: left;
        font-family: 'Exo 2', sans-serif;
        font-size: 22px;
        line-height: 28px;
        color: #40494A;
        margin-bottom: 25px;
        font-weight: normal;
    }

    .current-partner-description {
        font-size: 16px;
        margin-bottom: 25px;
    }

    .map-title,
    .condition-title {
        font-size: 22px;
        line-height: 28px;
        margin-top: 0;
        margin-bottom: 25px;
        font-weight: normal;
    }


    #map {
        margin-bottom: 70px;
    }

    .table-block-2 .gift-for-budget-inner-block-title-2 {
        top: -38px;
    }

    .gift-for-budget-second-block-content img {
        float: none!important;
        display: block;
        margin-right: auto;
        margin-left: auto;
    }

    .gift-for-budget-inner-title > div {
        text-align: left!important;
    }

    .gift-for-budget-inner-sub-title {
        text-align: left;
    }

    .like-big-checkbox {
        float: left;
    }

    .closed-popup {
        margin-top: 30px;
    }

    body.main .top-left-slogan {
        top: -42px;
    }


    /* new mobile start*/

    body.main #how-to,
    body.main #partners,
    body.main #benefits,
    body.main #universal-gift,
    body.main #corporate-gift,
    body.main #faq,
    body.main #questions {
        display: none;
        padding-top: 54px;
        margin-top:0
    }

    body.main #how-to .how-to-top {
        top: 0;
        margin-bottom: 50px;
    }

    #first-screen {
        background: none
    }

    #questions,
    #footer-menu {
        background-size: auto 100%!important;
        margin-top: -1px;
    }

    #footer-form .form {
        float: none!important;
        text-align: center;
        margin-right: auto;
        margin-left: auto;
    }

    #buy-first-screen,
    #first-screen {
        background: none;
    }

    .copy-container > div > div {
        text-align: center!important;
    }

    .phone-message {
        width: 130px;
        height: 114px;
        margin-top: 270px;
        margin-left: 46%;
    }

    .for-question .hint {
        max-width: 290px;
        margin-left: 0;
    }

    .cert-check-partners .buy-partners-item .buy-partners-item-image > div .activation-button > div > span {
        font-size: 14px;
    }

    .page-title {
        font-family: 'Exo 2', sans-serif;
        font-weight: 500;
        font-size: 22px;
        line-height: 28px;
        color: #40494A;
        margin-bottom: 20px;
    }

    .activation-step.active {
        margin-right: 0;
    }

    .activation-step {
        padding-left: 15px;
        padding-right: 15px;
    }

    .activation-step-title {
        font-size: 13px;
    }

    .span-number {
        padding-right: 5px;
    }

    .activation-data, .form.header-form-activated {
        padding-left: 19px;
    }

    .instagram .title {
        margin-left: 0;
    }
    .instagram-block {
        margin-left: 0;
        width: 265px;
    }
    .activation-data-row {
        font-size: 13px;
    }

    .activation-step-1-image img {
        height: 100px;
        width: auto;
    }

    .activation-step-sub-title {
        margin-top: 1px;
        font-size: 13px;
    }

    .activation-step-title {
        font-weight: bold;
        margin-bottom: 5px;
    }

    .with-ramka > .row {
        padding-left: 15px;
        padding-right: 15px;
    }

    #required-checkbox-activation {
        padding-left: 0px;
    }

    #required-checkbox-activation > div {
        padding-right: 0;
        font-size: 10px;
        margin-top:15px;
    }

    .header-form-activated .form-submit-success {
        margin-top:15px;
    }

    .cert-check-check {
        border-bottom: none;
        overflow: auto;
    }

    .cert-check-check > div {
        padding-bottom: 0;
        margin-bottom: 0;
    }
    .cert-check-check > div:first-child {
        padding-left: 15px;
    }


    /* new mobile end*/
}


@media all and (max-width: 730px) {
    .phone-message {
        margin-left: 45%
    }
}


@media all and (max-width: 630px) {
    .phone-message {
        margin-left: 44%
    }
    .header-buttons {
        text-align: center;
    }
}

@media all and (max-width: 545px) {
    .phone-message {
        margin-left: 43%
    }
}

@media all and (max-width: 600px) {
    .number-step {
        display: none;
    }
    .block-realization > div {
        padding-top: 25px;
    }
}

@media all and (min-width:376px) {
    #buy-first-screen .container {
        background-position-y: -50px;
    }
}

@media all and (min-width:455px) {
    #buy-first-screen .container {
        background-position-y: -100px;
    }

}

@media all and (min-width:550px) {
    #buy-first-screen .container {
        background-position-y: -135px;
    }
}

@media all and (max-width: 395px) {
    .phone-message {
        margin-left: 167px;
    }

}
@media all and (max-width: 480px) {
    .phone-message {
        font-size: 13px;
        line-height: 1.2;
    }
    .more_questions a {
        display: block;
        padding: 10px 0;
    }
}
@media all and (max-width: 340px) {
    .phone-message {
        margin-top: 230px;
        margin-left: 150px;
    }
}
@media all and (max-width: 600px) {
    .buy-page .tabs__caption{
        display: flex;
        flex-direction: column;
    }
    .buy-page .tabs__caption li#list_web{
        border-radius: 15px 15px 0 0;
        display: flex;
        flex-direction: column;
        width: 100%;
        border-right: 2px solid #ee4486;
        border-bottom: 0;
    }
    .buy-page .tabs__caption li .img {
        top: 12px!important;
    }
    .buy-page .tabs__caption li#list_paper{
        border-radius: 0 0 15px 15px;
        border-left: 2px solid #304677;
        border-top: 0;
        display: flex;
        width: 100%;
        flex-direction: column;
    }
}
@media all and (max-width: 768px) {
    .block__description-pickup {
        flex-direction: column-reverse;
    }
    .block__map_image {
        display: none!important;
    }
    .block__map_description {
        width: 100%!important;
    }
}
h1 {
    color: red;
}

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

a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
}

a:active,a:hover {
    outline: 0;
}

h1,h2,h3,h4,h5,h6 {
    font-size: 100%;
    font-weight: 400;
}

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

:focus {
    outline: 0;
}

audio,img,video {
    max-width: 100%;
    height: auto;
}

audio,canvas,iframe,img,svg,video {
    vertical-align: middle;
}

iframe {
    border: 0;
}

textarea {
    resize: none;
    overflow: auto;
    vertical-align: top;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
}

button,input,select,textarea {
    outline: none;
    border: none;
    font-size: 100%;
    margin: 0;
}

button,input {
    line-height: normal;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,th {
    padding: 0;
    text-align: left;
}

.header {
    height: 70px;
    background-color: #f2f2f2;
    margin-bottom: 15px;
    position: relative;
    z-index: 2;
}

.header__wrapper {
    height: 100%;
    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;
    position: relative;
}

.header__logo {
    display: block;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 180px;
    flex: 0 1 180px;
}

@media screen and (max-width:1024px) {

    .header__logo {
        -ms-flex: 0 1 150px;
        flex: 0 1 150px;
    }
}

.header__btns {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 380px;
    flex: 0 1 380px;
}

.header__menu {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 500px;
    flex: 0 1 500px;
}

@media screen and (max-width:1200px) {
    .header__menu {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 480px;
        flex: 0 1 480px;
    }
}

@media screen and (max-width:1024px) {
    .header__btns {
        position: relative;
        left: -82px;
    }

    .header__menu {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 30px;
        flex: 0 0 30px;
    }
}

@media screen and (max-width:768px) {
    .header__btns {
        left: 0;
        -webkit-box-flex: 0;
        -ms-flex: 0 1 260px;
        flex: 0 1 260px;
    }
}

@media screen and (max-width:640px) {
    .header__logo {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 165px;
        flex: 0 1 165px;
    }

    .header__btns {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 230px;
        flex: 0 1 230px;
    }
}

@media screen and (max-width:480px) {
    .header__logo {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 150px;
        flex: 0 1 150px;
    }

    .header__btns {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 190px;
        flex: 1 0 190px;
    }
}

.h-btns {
    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: center;
}

.h-btns__item {
    display: block;
    margin: 0 10px;
    max-width: 120px;
    width: 100%;
    border: 2px solid;
    border-radius: 30px;
    background-color: transparent;
    padding: 5px 10px;
    font-family: 'Exo 2', sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    cursor: pointer;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -webkit-box-shadow: 0 0 0 rgba(48,70,119,.2);
    box-shadow: 0 0 0 rgba(48,70,119,.2);
}

.h-btns__item--pink {
    color: #ee4486;
    border-color: #ee4486;
}

.h-btns__item--pink:hover {
    background-color: #ee4486;
}

.h-btns__item--blue {
    color: #304677;
    border-color: #304677;
}

.h-btns__item--blue:hover {
    background-color: #304677;
}

.h-btns__item--grey {
    color: #5d5d5d;
    border-color: #5d5d5d;
}

.h-btns__item--grey:hover {
    background-color: #5d5d5d;
}

.h-btns__item:hover {
    color: #fff;
    -webkit-box-shadow: 0 10px 20px rgba(48,70,119,.2);
    box-shadow: 0 10px 20px rgba(48,70,119,.2);
}
.menu-mobile-show {
    display: none;
}

@media screen and (max-width:1200px) {
    .header__btns {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 310px;
        flex: 0 1 310px;
    }
    .h-btns__item {
        max-width: initial;
        width: initial;
    }
}
@media screen and (max-width:768px) {
    .h-btns__item {
        max-width: 125px;
    }
}
@media screen and (max-width:640px) {
    .h-btns {
        display: none;
    }

    .menu-mobile-show {
        display: block;
    }
    .h-menu__wrapper {
        padding: 10px 0;
    }
    .h-btns__item {
        max-width: inherit;
        margin: 0 5px;
    }
}

.h-menu__wrapper {
    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;
}

.h-menu__close,.h-menu__open {
    display: none;
}

.h-menu__item {
    list-style: none;
}

.h-menu__link {
    font-size: 14px;
    line-height: 16px;
    color: #000;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.h-menu__link:hover {
    color: #304677;
}

@media screen and (max-width:1024px) {
    .h-menu--is-active .h-menu__wrapper {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

    .h-menu--is-active .h-menu__open {
        opacity: 0;
        z-index: 1;
    }

    .h-menu--is-active .h-menu__close {
        opacity: 1;
        z-index: 2;
    }

    .h-menu__close {
        opacity: 0;
        height: 30px;
        width: 30px;
        -webkit-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
    }

    .h-menu__close,.h-menu__close:after,.h-menu__close:before {
        display: block;
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto;
    }

    .h-menu__close:after,.h-menu__close:before {
        content: "";
        height: 100%;
        width: 100%;
        height: 2px;
        background-color: #304677;
    }

    .h-menu__close:before {
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .h-menu__close:after {
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    .h-menu__open {
        display: block;
        max-width: 30px;
        width: 100%;
        height: 30px;
        position: relative;
        -webkit-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
        z-index: 2;
    }

    .h-menu__open span {
        position: absolute;
        width: 100%;
        height: 2px;
        background-color: #304677;
        top: 0;
        bottom: 0;
        margin: auto;
    }

    .h-menu__open span:after,.h-menu__open span:before {
        display: block;
        content: "";
        width: 100%;
        height: 100%;
        position: absolute;
        background-color: #304677;
    }

    .h-menu__open span:before {
        top: calc(100% + 8px);
    }

    .h-menu__open span:after {
        bottom: calc(100% + 8px);
    }

    .h-menu__wrapper {
        position: absolute;
        right: 0;
        top: 100%;
        max-width: 320px;
        width: 100%;
        height: 100vh;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        background-color: #f2f2f2;
        z-index: 1;
        -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
        transform: translateX(100%);
        border-top: 2px solid #304677;
        -webkit-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .h-menu__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        text-align: center;
    }

    .h-menu__link {
        display: block;
        padding: 10px 0;
    }
}

@media screen and (max-width:480px) {
    .h-menu__wrapper {
        max-width: 100%;
    }
}

.main-scrn {
    margin-bottom: 37px;
}

.main-scrn__banner {
    /*background-image: url(/assets/img/hew_year.svg);
    background-image: url(/assets/img/pic_main.svg);
    background-image: url(/assets/img/main-bg-23.svg);
    background-image: url(/assets/img/main-bg-23.svg);
    background-image: url(/assets/img/main-bg-8.svg);
    background-image: url(/assets/images/main-bg14.svg);*/
    background-image: url(/assets/images/8march.svg);
    background-position: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    height: 410px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 27px;
}

@media screen and (max-width:1024px) {
    .main-scrn__banner {
        margin: 0 -15px 25px;
    }
}

.main-scrn__banner-content {
    max-width: 400px;
    width: 100%;
    margin-top: 52px;
}

@media screen and (max-width:1200px) {
    .main-scrn__banner-content {
        max-width: 320px;
    }
}

.main-scrn h1.main-scrn__title {
    max-width: 285px;
    width: 100%;
    font-weight: 500;
    font-size: 32px;
    line-height: 38px;
    text-align: center;
    margin: 0 auto 37px;
    color: #000;
}

.main-scrn__desc {
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    margin-bottom: 35px;
}

.main-scrn__menu {
    max-width: 1024px;
    width: 100%;
    margin: 0 auto 70px;
}

@media screen and (max-width:768px) {
    .main-scrn__desc,.main-scrn h1.main-scrn__title {
        margin-bottom: 20px;
    }

    .main-scrn__banner-content {
        max-width: 280px;
        margin-top: 0;
    }

    .main-scrn__banner {
        margin-bottom: 0;
    }
}

@media screen and (max-width:480px) {
    .main-scrn__banner {
        background-size: 200%;
        height: 430px;
    }
}

@media screen and (max-width:400px) {
    .main-scrn__banner {
        background-size: 180%;
        height: 400px;
    }

    .main-scrn__banner-content {
        max-width: 220px;
    }

    .main-scrn h1.main-scrn__title {
        font-size: 30px;
        line-height: 36px;
    }
}

.m-btns {
    max-width: 250px;
    width: 100%;
    margin: 0 auto;
}

.m-btns__item {
    display: block;
    max-width: 100%;
    width: 100%;
    height: 55px;
    border: 2px solid;
    border-radius: 27.5px;
    background-color: rgba(0,0,0,0);
    font-family: 'Exo 2',sans-serif;
    font-weight: 600;
    font-size: 19px;
    line-height: 50px;
    text-align: center;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    cursor: pointer;
    -webkit-box-shadow: 0 0 0 rgba(48,70,119,.2);
    box-shadow: 0 0 0 rgba(48,70,119,.2);
}

.m-btns__item:first-child {
    margin-bottom: 20px;
}

.m-btns__item--pink {
    background-color: #ee4486;
    color: #fff;
    border-color: #ee4486;
}

.m-btns__item--pink:hover {
    background-color: rgba(0,0,0,0);
    color: #ee4486;
    -webkit-box-shadow: 0 10px 20px rgba(48,70,119,.2);
    box-shadow: 0 10px 20px rgba(48,70,119,.2);
}

.m-btns__item--blue {
    color: #304677;
    border-color: #304677;
}

.m-btns__item--blue:hover {
    background-color: #304677;
    color: #fff;
    -webkit-box-shadow: 0 10px 20px rgba(48,70,119,.2);
    box-shadow: 0 10px 20px rgba(48,70,119,.2);
}

@media screen and (max-width:768px) {
    .m-btns__item:first-child {
        margin-bottom: 10px;
    }
}


@media screen and (max-width:400px) {
    .m-btns {
        max-width: 200px;
    }
    .m-btns__item {
        font-size: 16px;
        line-height: 40px;
        height: 45px;
    }
}

.m-menu__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -21px;
}

.m-menu__item {
    display: block;
    width: calc(20% - 10px);
    margin-left: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    height: 113px;
    border-radius: 8px;
    position: relative;
    overflow: hidden;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    color: #fff;
    -webkit-box-shadow: 0 0 0 rgba(248,121,187,.2);
    box-shadow: 0 0 0 rgba(248,121,187,.2);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    background: -webkit-gradient(linear,left bottom,left top,from(#f879bb),to(#ee4486));
    background: -o-linear-gradient(bottom,#f879bb 0,#ee4486 100%);
    background: linear-gradient(0deg,#f879bb,#ee4486);
}

.m-menu__item img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    z-index: 0;
}

.m-menu__item span {
    position: relative;
    z-index: 1;
}

.m-menu__item:nth-child(3) {
    background: -webkit-gradient(linear,left bottom,left top,from(#6885e0),to(#374dbe));
    background: -o-linear-gradient(bottom,#6885e0 0,#374dbe 100%);
    background: linear-gradient(0deg,#6885e0,#374dbe);
}
.map_br .m-form__note {
    padding-top: 20px;
    font-size: 14px;
    color: #40494A;
}

.m-menu__item:hover {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
    -webkit-box-shadow: 0 10px 20px rgba(48,70,119,.2);
    box-shadow: 0 10px 20px rgba(48,70,119,.2);
}

@media screen and (max-width:1024px) {

    .m-menu__item {
        font-size: 16px;
        line-height: 1.2;
    }
}

@media screen and (max-width:768px) {
    .m-menu__wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-left: -10px;
    }

    .m-menu__item {
        width: calc(33% - 10px);
        margin-left: 10px;
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 10px;
    }
}


@media screen and (max-width:640px) {
    .m-menu__item {
        width: calc(50% - 10px);
        margin-left: 10px;
        margin-bottom: 10px;
        height: 140px;
    }
}

@media screen and (max-width:400px) {
    .m-menu__item {
        width: calc(100% - 10px);
        margin-left: 10px;
        height: 125px;
    }

    .m-menu__item:last-child img {
        -o-object-fit: contain;
        object-fit: contain;
    }
}

.howitwks {
    margin-bottom: 37px;
}

.howitwks__title {
    font-weight: 500;
    font-size: 32px;
    line-height: 38px;
    text-align: center;
    margin-bottom: 50px;
}

.howitwks__subtitle {
    font-weight: 700;
    font-size: 19px;
    line-height: 24px;
    text-align: center;
    margin-bottom: 20px;
}

.howitwks__content {
    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;
    margin-bottom: 70px;
}

.howitwks__cntr {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 700px;
    flex: 0 0 700px;
    margin: 0 60px;
}

@media screen and (max-width:1200px) {
    .howitwks__cntr {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 700px;
        flex: 0 1 700px;
        margin: 0 30px;
    }
}

.howitwks__lftside {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 167px;
    flex: 0 0 167px;
}

.howitwks__lftside .howitwks__subtitle {
    color: #ee4486;
}

.howitwks__lftside .list__item:after {
    background-image: url(/assets/img/pink_dots.svg);
}

.howitwks__rghtside {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 167px;
    flex: 0 0 167px;
}

.howitwks__rghtside .howitwks__subtitle {
    color: #304677;
}

.howitwks__rghtside .list__item:after {
    background-image: url(/assets/img/blue_dots.svg);
}

.howitwks__video {
    position: relative;
    margin-bottom: 17px;
}

.howitwks__desc {
    max-width: 535px;
    width: 100%;
    margin: 0 auto;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #a6a6a6;
}

.howitwks__desc a {
    color: #ee4486;
    text-decoration: underline;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.howitwks__desc a:hover {
    -webkit-text-decoration-color: rgba(0,0,0,0);
    text-decoration-color: rgba(0,0,0,0);
}

.howitwks .list__item {
    position: relative;
    margin: 0 auto 46px;
    max-width: 167px;
    width: 100%;
}

.howitwks .list__item:after {
    display: block;
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    top: calc(100% + 13px);
    margin: auto;
    width: 7px;
    height: 21px;
    background-position: 50%;
}

.howitwks .list__item img {
    display: block;
    margin: 0 auto 10px;
}

.howitwks .list__item span {
    display: block;
    text-align: center;
    font-size: 13px;
    line-height: 16px;
}

.howitwks .list__item:last-child {
    margin-bottom: 0;
}

.howitwks .list__item:last-child:after {
    display: none;
}

@media screen and (max-width:1024px) {
    .howitwks__title {
        font-size: 26px;
        line-height: 32px;
        margin-bottom: 25px;
    }
}

@media screen and (max-width:768px) {
    .howitwks__content {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .howitwks__cntr {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
        -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        margin: 0 0 35px;
    }

    .howitwks__lftside,.howitwks__rghtside {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .howitwks__lftside {
        margin-bottom: 35px;
    }

    .howitwks__subtitle {
        margin-bottom: 15px;
    }

    .howitwks .list,.howitwks__subtitle {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
    }

    .howitwks .list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-left: -15px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .howitwks .list__item {
        width: calc(33.33333% - 15px);
        margin: 0 0 0 15px;
        max-width: inherit;
    }

    .howitwks .list__item:after {
        left: 100%;
        right: inherit;
        top: 0;
        bottom: 0;
        transform: rotate(90deg);
    }

    .howitwks .list__item span {
        max-width: 170px;
        width: 100%;
        margin: 0 auto;
        font-size: 16px;
        line-height: 20px;
    }
}

@media screen and (max-width:600px) {
    .howitwks .list__item:after {
        transform: none;
    }

}
@media screen and (max-width:480px) {
    .howitwks .list {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .howitwks .list__item:after {
        display: none;
    }
}

@media screen and (max-width:400px) {
    .howitwks .list__item {
        width: calc(100% - 15px);
        margin-left: 15px;
        margin-bottom: 15px;
    }
}

.youtube {
    position: relative;
    padding-top: 56%;
    width: 100%;
    overflow: hidden;
}

.youtube__play {
    cursor: pointer;
    position: absolute;
    z-index: 3;
    height: 73px;
    width: 73px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    border: 2px solid #304677;
    background-color: #304677;
    border-radius: 50%;
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-box-shadow: 0 0 0 rgba(48,70,119,.2);
    box-shadow: 0 0 0 rgba(48,70,119,.2);
}

.youtube__play:after {
    content: "";
    border-left: 20px solid rgba(0,0,0,0);
    border-right: 20px solid rgba(0,0,0,0);
    border-top: 30px solid #fff;
    -webkit-transform: translate(-50%,-50%) rotate(-90deg);
    -ms-transform: translate(-50%,-50%) rotate(-90deg);
    transform: translate(-50%,-50%) rotate(-90deg);
    top: 50%;
    left: 56%;
    position: absolute;
}

.youtube__play:hover {
    -webkit-box-shadow: 0 10px 20px rgba(48,70,119,.2);
    box-shadow: 0 10px 20px rgba(48,70,119,.2);
}

.youtube img {
    min-width: 100%;
    min-height: 100%;
}

.youtube iframe,.youtube img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

.youtube iframe {
    height: 100%;
    width: 100%;
}

.options {
    margin-bottom: 37px;
}

.options__title {
    font-weight: 500;
    font-size: 32px;
    line-height: 38px;
    text-align: center;
    margin-bottom: 30px;
}

.options__tabs {
    max-width: 1060px;
    width: 100%;
    margin: 0 auto 80px;
}

@media screen and (max-width:1024px) {
    .options__title {
        font-size: 26px;
        line-height: 32px;
        margin-bottom: 25px;
    }
}

.tabs__caption {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: 0;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-bottom: 30px;
    height: 61px;
    position: relative;
}

.tabs__caption li {
    width: 25%;
    margin-left: 0;
    text-align: center;
    color: #fff;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    border-radius: 21px 21px 0 0;
    padding: 9px 0;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.tabs__caption li:first-child {
    background-color: #304677;
}

.tabs__caption li:nth-child(2) {
    background-color: #46bfa6;
}

.tabs__caption li:nth-child(3) {
    background-color: #f5a623;
}

.tabs__caption li:last-child {
    background-color: #994bc9;
}

.tabs__caption li.active {
    padding: 15px 0;
}


.tabs__content {
    display: none;
}

.tabs__content.active {
    display: block;
}

@media screen and (min-width:1025px) {
    .tabs__caption li:not(.active) {
        cursor: pointer;
    }
}

@media screen and (max-width:640px) {
    .tabs__caption li {
        font-size: 17px;
        line-height: 21px;
    }
}

@media screen and (max-width:480px) {
    .tabs__caption-wrapper {
        margin: 0 -15px;
        overflow-x: auto;
        overflow-y: hidden;
    }

    .tabs__caption {
        height: 42px;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }

    .tabs__caption li {
        width: auto;
        -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto;
        padding-right: 5px;
        padding-left: 5px;
        font-size: 14px;
        line-height: 18px;
        border-radius: 10px 10px 0 0;
    }

    .tabs__caption li.active {
        padding: 12px 0;
    }
}

.partners__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -44px;
}

.partners__btn {
    display: block;
    margin: 12px auto;
    padding: 14px 22px;
    background-color: #ee4486;
    color: #fff;
    border: 2px solid #ee4486;
    font-weight: 500;
    font-size: 19px;
    line-height: 23px;
    text-align: center;
    border-radius: 27px;
    cursor: pointer;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -webkit-box-shadow: 0 0 0 rgba(48,70,119,.2);
    box-shadow: 0 0 0 rgba(48,70,119,.2);
}

.partners__btn:hover {
    background-color: rgba(0,0,0,0);
    color: #ee4486;
    -webkit-box-shadow: 0 10px 20px rgba(48,70,119,.2);
    box-shadow: 0 10px 20px rgba(48,70,119,.2);
}

.partners .el-partner {
    width: calc(20% - 44px);
    margin-left: 44px;
    margin-bottom: 24px;
}

@media screen and (max-width:1024px) {
    .partners__list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-left: -22px;
    }

    .partners .el-partner {
        width: calc(20% - 22px);
        margin-left: 22px;
        margin-bottom: 22px;
    }
}

@media screen and (max-width:768px) {
    .partners .el-partner {
        width: calc(25% - 22px);
        margin-left: 22px;
    }
}

@media screen and (max-width:640px) {
    .partners__list {
        margin-left: -15px;
    }

    .partners .el-partner {
        width: calc(33.33333% - 15px);
        margin-left: 15px;
        margin-bottom: 15px;
    }
}

@media screen and (max-width:480px) {
    .partners .el-partner {
        width: calc(50% - 15px);
        margin-left: 15px;
    }
}

@media screen and (max-width:400px) {
    .partners .el-partner {
        width: calc(50% - 15px);
        margin-left: 15px;
    }
}
@media screen and (max-width:375px) {
    .partners .el-partner {
        width: calc(100% - 15px);
        max-width: 177px;
    }
    .partners__list {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.el-partner {
    background: #cbcbcb;
    border-radius: 14px;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    cursor: pointer;
}

.el-partner__top {
    height: 116px;
    background: #fff;
    border: 1px solid #cbcbcb;
    border-radius: 14px;
    position: relative;
    overflow: hidden;
}

.el-partner__logo {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.el-partner__more {
    position: relative;
    height: 100%;
    top: 0;
    padding: 22px 0;
    background-color: #fff;
    border-radius: 14px;
}

.el-partner__btn,.el-partner__more {
    width: 100%;
    text-align: center;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.el-partner__btn {
    display: block;
    max-width: 128px;
    border: 2px solid;
    border-radius: 17px;
    background-color: rgba(0,0,0,0);
    font-family: 'Exo 2',sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    padding: 4px 0;
    height: 31px;
    margin: 0 auto;
    cursor: pointer;
}

.el-partner__btn--pink {
    color: #fff;
    background-color: #ee4486;
    border-color: #ee4486;
}

.el-partner__btn--pink:hover {
    color: #ee4486;
    background-color: rgba(0,0,0,0);
}

.el-partner__btn--blue {
    color: #304677;
    background-color: rgba(0,0,0,0);
    border-color: #304677;
}

.el-partner__btn--blue:hover {
    color: #fff;
    background-color: #304677;
}

.el-partner__btn:last-child {
    margin-top: 10px;
}

.el-partner__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 3px 15px 7px;
}

.el-partner__title {
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    margin-bottom: 3px;
    color: #333;
}

.el-partner__desc {
    font-weight: 400;
    font-size: 11px;
    line-height: 13px;
    text-align: center;
}

.el-partner.choosen {
    background: #46bfa6;
}

.questions {
    margin-bottom: 59px;
}

.questions__title {
    font-weight: 500;
    font-size: 32px;
    line-height: 38px;
    text-align: center;
    margin-bottom: 38px;
}

.questions__call {
    margin-bottom: 30px;
}

@media screen and (max-width:1024px) {
    .questions__title {
        font-size: 26px;
        line-height: 32px;
        margin-bottom: 25px;
    }
}

.call__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    max-width: 396px;
    width: 100%;
    margin: 0 auto;
    background-color: #fff;
    border: 3px solid #ee4486;
    border-radius: 41px;
    padding: 16px 34px;
    -webkit-box-shadow: 0 0 0 rgba(48,70,119,.2);
    box-shadow: 0 0 0 rgba(48,70,119,.2);
}

.call__btn,.call__btn svg,.call__btn svg path {
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.call__btn svg:first-child {
    margin-right: 39px;
}

.call__btn:hover {
    background-color: #ee4486;
    -webkit-box-shadow: 0 10px 20px rgba(48,70,119,.2);
    box-shadow: 0 10px 20px rgba(48,70,119,.2);
}

.call__btn:hover svg path {
    fill: #fff;
    stroke: #fff;
}

.call__desc {
    font-size: 13px;
    line-height: 16px;
    text-align: center;
    margin-top: 16px;
}

.m-form {
    max-width: 661px;
    width: 100%;
    margin: 0 auto;
}

.m-form__wrapper {
    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;
    margin-bottom: 47px;
}

.m-form__note {
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #a6a6a6;
}

.m-form__note a {
    color: #ee4486;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    text-decoration: underline;
}

.m-form__note a:hover {
    -webkit-text-decoration-color: rgba(0,0,0,0);
    text-decoration-color: rgba(0,0,0,0);
}

.m-form__body {
    width: 100%;
}
.close {
    font-size: 25px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .7;
    position: absolute;
    right: 10px;
    z-index: 20;
}
.modal-guts {
    margin-top: 20px;
}
.modal-guts table {
    font-size: 12px;
}
.modal-guts table .add{
    background: #eaffec;
}
.modal-guts table .remove{
    background: #faf2f2;
}

.m-form__title {
    max-width: 230px;
    width: 100%;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    margin: 0 auto 26px;
}

.m-form__inp {
    display: block;
    max-width: 100%;
    width: 100%;
    margin-bottom: 15px;
    background-color: #fff;
    border: 2px solid #a6a6a6;
    border-radius: 27px;
    padding: 13px 36px;
    font-family: 'Exo 2',sans-serif;
}

.m-form__inp:-webkit-input-placeholder {
    opacity: .5;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
}

.m-form__inp:-moz-placeholder {
    opacity: .5;
    -moz-transition: opacity .3s ease;
    transition: opacity .3s ease;
}

.m-form__inp:-ms-input-placeholder {
    opacity: .5;
    -ms-transition: opacity .3s ease;
    transition: opacity .3s ease;
}

.m-form__inp:focus::-webkit-input-placeholder {
    opacity: 0;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
}

.m-form__inp:focus:-moz-placeholder,.m-form__inp:focus::-moz-placeholder {
    opacity: 0;
    -moz-transition: opacity .3s ease;
    transition: opacity .3s ease;
}

.m-form__inp:focus:-ms-input-placeholder {
    opacity: 0;
    -ms-transition: opacity .3s ease;
    transition: opacity .3s ease;
}

.m-form__btn {
    display: block;
    max-width: 229px;
    width: 100%;
    margin: 35px auto 0;
    background-color: #ee4486;
    border-radius: 27px;
    border: 2px solid #ee4486;
    color: #fff;
    font-weight: 500;
    font-size: 19px;
    line-height: 23px;
    text-align: center;
    padding: 12px 5px;
    cursor: pointer;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -webkit-box-shadow: 0 0 0 rgba(48,70,119,.2);
    box-shadow: 0 0 0 rgba(48,70,119,.2);
}

.m-form__btn:hover {
    background-color: rgba(0,0,0,0);
    color: #ee4486;
    -webkit-box-shadow: 0 10px 20px rgba(48,70,119,.2);
    box-shadow: 0 10px 20px rgba(48,70,119,.2);
}

.m-form__img {
    max-width: 280px;
    width: 100%;
}

.m-form__img img {
    max-width: 100%;
}

@media screen and (max-width:640px) {
    .m-form__wrapper {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .m-form__img {
        display: none;
    }
}

.activation {
    margin: 40px 0;
}

.activation__title {
    margin-bottom: 38px;
}

.activation .tabs__caption {
    max-width: 600px;
    width: 100%;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    list-style: none;
    border-radius: 21px;
    border: 2px solid #ee4486;
    overflow: hidden;
}

.activation .tabs__caption-wrapper {
    margin-bottom: 30px;
}

.activation .tabs__caption li {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
    border-radius: 0;
    background-color: rgba(0,0,0,0);
    color: #304677;
    padding: 10px 0;
}

.activation .tabs__caption li:after {
    display: none;
}

.activation .tabs__caption li.active {
    background-color: #ee4486;
    color: #fff;
}

.activation .tabs__caption li.active:nth-child(2):after {
    background-color: #994bc9;
}

.activation .steps {
    max-width: 660px;
    width: 100%;
    margin: 0 auto;
}

.activation .steps__item {
    margin-bottom: 30px;
}

.activation .step {
    display: none;
}

.activation .step--active {
    display: block;
}

.activation .step__title {
    font-weight: 500;
    font-size: 26px;
    line-height: 30px;
    text-align: center;
    margin-bottom: 20px;
}

.activation .step__desc {
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    margin-bottom: 20px;
}

.activation .step__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 30px 0;
}

.activation .step__partners-list .partners__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -20px;
}

.activation .step__partners-list.selectedPartners .partners__list {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.activation .step__partners-list .el-partner {
    width: calc(16% - 15px);
    margin-left: 20px;
    -webkit-box-shadow: 0 0 0 rgba(48,70,119,.2);
    box-shadow: 0 0 0 rgba(48,70,119,.2);
}

.activation .step__partners-list .el-partner:hover {
    -webkit-box-shadow: 0 10px 20px rgba(48,70,119,.2);
    box-shadow: 0 10px 20px rgba(48,70,119,.2);
}

@media screen and (max-width:990px) {
    .activation .step__partners-list .el-partner {
        width: calc(20% - 20px);
        margin-left: 20px;
    }
}
@media screen and (max-width:800px) {
    .activation .step__partners-list .el-partner {
        width: calc(25% - 20px);
        margin-left: 20px;
    }
}

@media screen and (max-width:640px) {
    .activation .step__box {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .activation .step__partners-list .el-partner {
        width: calc(33.33333% - 20px);
        margin-left: 20px;
    }
}

@media screen and (max-width:480px) {
    .activation .step__partners-list .el-partner {
        width: calc(50% - 20px);
        margin-left: 20px;
    }
}
@media screen and (max-width:375px) {
    .activation .tabs__caption {
        align-items: unset;
    }
    .activation .tabs__caption li {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 10px;
    }
}

.activation .act-form {
    max-width: 450px;
    width: 100%;
    margin: 0 auto;
}

.activation .act-form__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 25px;
}

.activation .act-form__wrapper:last-child {
    margin-bottom: 0;
}

.activation .act-form__wrapper.hidden {
    display: none;
}

.activation .act-form__inp {
    display: block;
    width: 100%;
    background-color: #fff;
    border: 2px solid #a6a6a6;
    border-radius: 27px;
    font-family: 'Exo 2',sans-serif;
    max-width: 300px;
    padding: 10px 20px;
}

.activation .act-form__inp:-webkit-input-placeholder {
    opacity: .5;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
}

.activation .act-form__inp:-moz-placeholder {
    opacity: .5;
    -moz-transition: opacity .3s ease;
    transition: opacity .3s ease;
}

.activation .act-form__inp:-ms-input-placeholder {
    opacity: .5;
    -ms-transition: opacity .3s ease;
    transition: opacity .3s ease;
}

.activation .act-form__inp:focus::-webkit-input-placeholder {
    opacity: 0;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
}

.activation .act-form__inp:focus:-moz-placeholder,.activation .act-form__inp:focus::-moz-placeholder {
    opacity: 0;
    -moz-transition: opacity .3s ease;
    transition: opacity .3s ease;
}

.activation .act-form__inp:focus:-ms-input-placeholder {
    opacity: 0;
    -ms-transition: opacity .3s ease;
    transition: opacity .3s ease;
}

.activation .act-form__btn {
    display: block;
    max-width: 229px;
    width: 100%;
    margin-left: 10px;
    background-color: #ee4486;
    border-radius: 27px;
    border: 2px solid #ee4486;
    color: #fff;
    font-weight: 500;
    font-size: 19px;
    line-height: 23px;
    text-align: center;
    cursor: pointer;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -webkit-box-shadow: 0 0 0 rgba(48,70,119,.2);
    box-shadow: 0 0 0 rgba(48,70,119,.2);
    padding: 10px 5px;
}

.activation .act-form__btn:hover {
    background-color: rgba(0,0,0,0);
    color: #ee4486;
    -webkit-box-shadow: 0 10px 20px rgba(48,70,119,.2);
    box-shadow: 0 10px 20px rgba(48,70,119,.2);
}


@media screen and (max-width:480px) {

    .activation .act-form__wrapper {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
    .activation .act-form__btn {
        max-width: 140px;
        font-size: 16px;
    }
}

@media screen and (max-width:375px) {

    .activation .act-form__wrapper {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
    .activation .act-form__btn {
        max-width: 115px;
        font-size: 14px;
        padding: 5px;
    }
    .activation .act-form__inp {
        padding: 10px;
        font-size: 15px;
    }
}

.activation .gift {
    max-width: 100px;
    width: 100%;
    height: 100px;
    margin: 0 auto;
    position: relative;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    background-image: url(/assets/img/gift-lite.png);
    background-size: 145px;
    background-repeat: no-repeat;
    background-position: 50%;
}

.activation .gift--select {
    cursor: pointer;
}

.activation .gift__cost {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    text-align: center;
    font-size: 16px;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.activation .gift__cost span {
    display: block;
    font-weight: 700;
    font-size: 30px;
    line-height: 30px;
}

.activation .gift.active,.activation .gift:hover {
    -webkit-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
    background-image: url(/assets/img/gift-grey.png);
    background-size: 100% 100%!important;
}

.activation .gift.active .gift__cost {
    color: #fff;
}

.activation .f-check {
    max-width: 400px;
    width: 100%;
    margin: 0 auto;
}

.activation .f-check__info {
    margin-bottom: 30px;
}

.activation .f-check__btn {
    display: block;
    max-width: 229px;
    width: 100%;
    margin: 0 auto 20px;
    background-color: #ee4486;
    border-radius: 27px;
    border: 2px solid #ee4486;
    color: #fff;
    font-weight: 500;
    font-size: 19px;
    line-height: 23px;
    text-align: center;
    padding: 12px 5px;
    cursor: pointer;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -webkit-box-shadow: 0 0 0 rgba(48,70,119,.2);
    box-shadow: 0 0 0 rgba(48,70,119,.2);
}

.activation .f-check__btn:hover {
    background-color: rgba(0,0,0,0);
    color: #ee4486;
    -webkit-box-shadow: 0 10px 20px rgba(48,70,119,.2);
    box-shadow: 0 10px 20px rgba(48,70,119,.2);
}

.activation .info-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 10px;
}

.activation .info-item--phone {
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
}

.activation .info-item__label {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    text-align: right;
    margin-right: 10px;
}

.activation .info-item__inp input {
    display: block;
    background-color: #fff;
    border: 2px solid #a6a6a6;
    border-radius: 27px;
    padding: 13px 36px;
    font-family: 'Exo 2',sans-serif;
}

.activation .info-item__inp input:-webkit-input-placeholder {
    opacity: .5;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
}

.activation .info-item__inp input:-moz-placeholder {
    opacity: .5;
    -moz-transition: opacity .3s ease;
    transition: opacity .3s ease;
}

.activation .info-item__inp input:-ms-input-placeholder {
    opacity: .5;
    -ms-transition: opacity .3s ease;
    transition: opacity .3s ease;
}

.activation .info-item__inp input:focus::-webkit-input-placeholder {
    opacity: 0;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
}

.activation .info-item__inp input:focus:-moz-placeholder,.activation .info-item__inp input:focus::-moz-placeholder {
    opacity: 0;
    -moz-transition: opacity .3s ease;
    transition: opacity .3s ease;
}

.activation .info-item__inp input:focus:-ms-input-placeholder {
    opacity: 0;
    -ms-transition: opacity .3s ease;
    transition: opacity .3s ease;
}

.activation .info-item__inp span {
    font-size: 12px;
    color: #a6a6a6;
}

@media screen and (max-width:480px) {
    .activation .info-item__inp input {
        padding: 13px 20px;
    }
}

@media screen and (max-width:400px) {
    .activation .info-item {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .activation .info-item__label {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        margin-right: 0;
        margin-bottom: 5px;
        text-align: center;
        font-weight: 600;
    }

    .activation .info-item__inp input {
        max-width: 100%;
        width: 100%;
    }

    .activation .info-item--phone {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.footer {
    background-color: #f2f2f2;
    padding: 40px 0 120px;
}

.footer__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.footer__logo {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 250px;
    flex: 0 0 250px;
}

.footer__body {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    margin-left: 97px;
}

@media screen and (max-width:1200px) {
    .footer__body {
        margin-left: 50px;
    }
}

.footer__main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    margin-bottom: 35px;
}

.footer__col {
    margin-right: 87px;
    position: relative;
}

.footer__col:last-child {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    margin-right: 0;
}

.footer__socials {
    position: absolute;
    top: 0;
    right: 15px;
    z-index: 1;
}

.footer__services {
    position: absolute;
    left: 0;
    bottom: 0;
}

.footer__copyrights {
    font-size: 10px;
    line-height: 12px;
}

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

@media screen and (max-width:1024px) {
    .footer__logo {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 150px;
        flex: 0 1 150px;
    }

    .footer__col {
        margin-right: 40px;
    }
}

@media screen and (max-width:768px) {
    .footer__wrapper {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .footer__top {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .footer__logo {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 150px;
        flex: 0 1 150px;
    }

    .footer__body {
        margin-left: 0;
        margin-top: 30px;
    }
}

@media screen and (max-width:640px) {
    .footer {
        padding: 20px 0;
    }

    .footer__body {
        margin-top: 15px;
    }

    .footer__socials {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        margin-left: 15px;
        position: relative;
    }

    .footer__main {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: 15px;
        padding-bottom: 60px;
    }

    .footer__col {
        margin-right: 0;
        position: static;
    }

    .footer__col,.footer__col:last-child {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 50%;
        flex: 0 1 50%;
    }

    .footer__services {
        position: absolute;
        left: 0;
        right: 0;
        margin: 15px auto 0;
    }
}

@media screen and (max-width:400px) {
    .footer__main {
        padding-bottom: 40px;
    }
}

.f-socials {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.f-socials__item {
    margin-left: 27px;
}

.f-socials__item:first-child {
    margin-left: 0;
}

@media screen and (max-width:640px) {
    .f-socials__item {
        margin-left: 15px;
    }
}

.f-menu {
    list-style: none;
}

.f-menu__item {
    margin-bottom: 4px;
}

.f-menu__link {
    font-family: 'Exo 2',sans-serif;
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
    color: #000;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.f-menu__link:hover {
    color: #304677;
}

.f-services {
    max-width: 460px;
    width: 100%;
}

.f-services,.f-services__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.f-services__item {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 13px;
}

.f-services__item:last-child {
    margin-right: 0;
}

.f-services__item img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

@media screen and (max-width:640px) {
    .f-services {
        max-width: 100%;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .f-services__item {
        margin: 0 10px;
    }
}

html {
    line-height: 1.15;
    font-size: 18px;
    color: #000;
    height: 100%;
}

@media screen and (max-width:1200px) {
    html {
        font-size: 16px;
    }
}

@media screen and (max-width:768px) {
    html {
        font-size: 15px;
    }
}

@media screen and (max-width:480px) {
    html {
        font-size: 14px;
    }
}

body {
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    font-family: 'Exo 2',sans-serif;
    font-size: 18px;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

*,:after,:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

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

a {
    text-decoration: none;
}

li,ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.section,section {
    position: relative;
}

.wrapper {
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}

.content-wrapper,.wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: calc(100vh - 385px);
}

.container {
    width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    position: relative;
    margin: 0 auto;
    padding: 0 15px;
    max-width: 1200px;
}

@media screen and (max-width:1200px) {
    .container {
        max-width: 1054px;
    }
}

@media screen and (max-width:1024px) {
    .container {
        max-width: 100%;
    }
}

.separator img {
    display: block;
    margin: 0 auto;
    max-width: 80px;
    width: 100%;
}

.section-title {
    font-weight: 500;
    font-size: 28px;
    line-height: 1.2;
    text-align: center;
    margin: 15px 0 20px 0;
}

@media screen and (max-width:1024px) {
    .section-title {
        font-size: 26px;
    }

    .separator img {
        max-width: 70px;
    }

}

@media screen and (max-width:767px) {
    .section-title {
        font-size: 24px;
    }
}
#block0 .section-title {
    padding: 10px 0;
}

.c-check {
    display: block;
    position: relative;
}

.c-check input {
    display: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: absolute;
}

.c-check input:checked+.c-check__body .c-check__box:after {
    opacity: 1;
}

.c-check__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
}

.c-check__box {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 22px;
    flex: 0 0 22px;
    height: 22px;
    border: 2px solid #304677;
    border-radius: 4px;
    margin-right: 10px;
    position: relative;
}

.c-check__box:after {
    opacity: 0;
    content: "";
    position: absolute;
    height: 12px;
    width: 7px;
    border-bottom: 2px solid #304677;
    border-right: 2px solid #304677;
    -webkit-transform: rotate(45deg) translate(-1px,-2px);
    -ms-transform: rotate(45deg) translate(-1px,-2px);
    transform: rotate(45deg) translate(-1px,-2px);
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.c-check__label {
    font-size: 16px;
}

@media (-ms-high-contrast:none),screen and (-ms-high-contrast:active) {
    .content-wrapper {
        display: block;
    }
}

.partners-list .options__tabs{margin: 0 auto}
.partners-list .options {margin-bottom: 15px}
.block__title {
    font-weight: 500;
    font-size: 32px;
    line-height: 38px;
    text-align: center;
    margin-bottom: 30px;
    color: #333;
}
.sitemap a{
    color: #333;
}
.sitemap a:hover {
    color: #304677;
}
.list-sitemap li{
    margin-bottom: 5px;
}
.partners__list {
}

#by-partners .partners .el-partner {
    margin: 0 8px 20px 8px;
}
@media screen and (max-width:1200px){

    .partners__list {
        margin-left: 0;
    }
}
@media screen and (max-width:1024px){
    .block__title{
        font-size:26px;
        line-height:32px;
        margin-bottom:25px
    }
    #by-partners .partners .el-partner {
        width: calc(16% - 10px);
        margin: 0 7px 20px 7px;
    }
}
@media screen and (max-width:800px) {
    #by-partners .partners .el-partner {
        width: calc(19% - 8px);
    }
}
@media screen and (max-width:630px) {
    #by-partners .partners .el-partner {
        width: calc(24% - 9px);
    }
}
@media screen and (max-width:530px) {
    #by-partners .partners .el-partner {
        width: calc(32% - 9px);
    }
}
@media screen and (max-width:530px) {
    #by-partners .partners .el-partner {
        width: calc(32% - 9px);
    }
}
@media screen and (max-width:430px) {
    #by-partners .partners .el-partner {
        width: calc(48% - 9px);
    }
}
.block__description {
    font-size: 18px;
    line-height: 24px;
    margin: 0 auto 50px auto;
}
.block__description p {
    margin-bottom: 10px;
}

.block__description li{
    font-size: 16px;
    margin-bottom: 10px;
}
.block__description ul,
.block__description li {
    list-style: circle;
}
.block__description ul,
.block__description ol{
    padding: 0 0 0 20px;
}
.block__site {
    text-align: center;
}
.block__site a,
.block__site a:hover {
    line-height: 50px;
    padding: 13px 60px;
    background-color: #383838;
    box-shadow: 0 2px 32px 0 rgba(0,0,0,0.2);
    color: white;
    text-decoration: none;
}
.partner__about,
.condition,
.sitemap,
#page-content,
#maps {
    padding: 30px 0;
}
.current-partner-logo {
    margin: 20px 0 0 0;
}

.current-partner-short {
    font-size: 18px;
    line-height: 1.15;
    color: #40494A;
}

.current-partner-name {
    margin:24px 0 32px 0;
    font-weight: 500;
    font-size: 32px;
    line-height: 38px;
    color: #40494A
}
.block__payment_error {
    font-size: 16px;
}
.activation .tabs__caption li {
    color: #000;
}
@media screen and (max-width: 480px) {

    .activation .act-form {
        width: 100%;
    }
}


.exception.error {
    text-align: center;
    font-size: 16px;
    color: #f50000;
    font-weight: 600;
    padding: 15px;
    max-width: 320px;
    width: 100%;
    margin: 0 auto;
}
.exception.success {
    text-align: center;
    font-size: 16px;
    color: #3a9a12;
    font-weight: 600;
    padding: 15px;
    max-width: 320px;
    width: 100%;
    margin: 0 auto;
}
.gift .date {
    position: absolute;
    bottom: -5px;
    text-align: center;
    width: 100%;
    font-size: 12px;
    font-style: italic;
}
.activation .gift__cost {
    position: absolute;
    bottom: 7px;
    top: inherit;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    text-align: center;
    font-size: 14px;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.activation .steps__item {
    margin: 60px 0;
}
.activation .step__desc {
    font-weight: 500;
    font-size: 32px;
    line-height: 38px;
    text-align: center;
}
.activation .section-title {
    margin: 0 0 40px 0;
}
h1.section-title {
    color: #333;
}
.page-text {
    text-align: justify;
}
.page-text ul,
.page-text ul li {
    list-style-type: circle;
}
.page-text ul li {
    margin: 0 20px;
}
.page-text p {
    padding: 10px 0;
}
.page-text ul li {
    padding: 0;
}
.activation .gift--select:hover .gift__cost  {
    color:#fff;
}
.activation .gift__cost span {
    display: block;
    font-weight: 700;
    font-size: 16px;
    line-height: 14px;
}
.activation .steps {
    max-width: 100%;
}
.activation .tabs__caption {
    border: none;
    border-radius: inherit;
    padding: 0 15px;
}
#list_paper {
    border: 2px solid #304677;
    border-radius: 0 15px 15px 0;
    border-left: 0;
    color: #304677;
}
#list_web {
    border: 2px solid #ee4486;
    border-radius: 15px 0 0 15px;
    border-right: 0;
    color: #ee4486;
}
.activation .tabs__caption li#list_paper.active {
    background-color: #304677;
    color: #fff;
}
.activation .tabs__caption li#list_web.active {
    background-color: #ee4486;
    color: #fff;
}

.buy-page .tabs__caption li{
    position: relative;
}
.buy-page .tabs__caption li .img{
    display: block;
    width: 35px;
    height: 35px;
    position: absolute;
    right: 18px;
    top: 25px;
}
.buy-page .tabs__caption li .name{
    display: block;
}
.buy-page .tabs__caption li .last-name{
    font-weight: 400;
}
.buy-page .tabs__caption li#list_web{
    padding: 10px 60px 10px 15px;
    text-align: left;
    position: relative;
}
.tabs__caption li.active:first-child:after {
    background-color: transparent;
}

.buy-page .tabs__caption li#list_paper{
    padding: 10px 60px 10px 15px;
    text-align: left;
    position: relative;
}
.buy-page .tabs__caption li#list_web svg{
    fill:#ee4486
}

.buy-page .tabs__caption li#list_paper svg{
    fill:#304677
}

.buy-page .tabs__caption li#list_paper.active svg,
.buy-page .tabs__caption li#list_web.active svg{
    fill:#fff
}
.activation .step__box.test1 {
    display: flex;
    width: 660px;
    flex-wrap: wrap;
    justify-content: center;
    margin: 60px auto;
}
@media screen and (max-width: 768px){
    .activation .step__box.test1 {
        width: 100%;
        margin: 30px auto;
    }
}
.test1 li.gift-new{
    display: flex;
    align-content: center;
    align-items: center;
    font-size: 17px;
    transition: .5s ease;
    cursor: pointer;
    height: 50px;
    margin: 3px 5px;
}
@media screen and (max-width: 480px){

    .test1 li.gift-new{
        justify-content: space-around;
    }
}
.test1 .block-img{
    background-image: url(/assets/img/gift-lite.png);
    width: 50px;
    height: 50px;
    background-size: contain;
    transition: .5s ease;
}
.test1 .gift-new__cost{
    display: inline-block;
    padding: 0 10px;

}
.test1 .date{
    position: relative;
    width: auto;
    bottom: 0;
    text-align: center;
    font-size: 12px;
    font-style: italic;
}
.test1 li.active{
    background: #f2f2f2;
    border-radius: 8px;
}
.test1 li.active .block-img{
    background-image: url(/assets/img/gift-grey.png);
}



@media screen and (min-width:1024px) {

    .test1 li:hover{
        background: #f2f2f2;
        border-radius: 8px;
    }
    .test1 li:hover .block-img{
        background-image: url(/assets/img/gift-grey.png);
    }

}
.el-partner.choosen {
    background: #ee4486;
    color: #fff;
}
.removeSelectedPartners {
    display: none;
}
.step__partners-list.selectedPartners .el-partner {
    display: none!important;
}
.step__partners-list.selectedPartners .el-partner.choosen {
    background: #ee4486;
    color: #fff;
    display: block!important;
}
.selectedPartners .removeSelectedPartners {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
}
.selectedPartners .removeSelectedPartners span{
    cursor: pointer;
    display: block;
    border-bottom: 1px dotted;
}
.selectedPartners .removeSelectedPartners:hover span{
    border-bottom: none;
}
.el-partner.choosen .el-partner__title {
    color: #fff;
}
.activation .info-item__label {
    font-weight: 700;
}
.activation .info-item__val.condition_val {
    font-style: italic;
    font-size: 16px;
}
.jconfirm-title {
    text-transform: capitalize;
}
.jconfirm .jconfirm-box div.jconfirm-content-pane .jconfirm-content {
    overflow: hidden;
    font-size: 16px;
}
.jconfirm .jconfirm-box div.jconfirm-title-c {
    font-weight: 700;
}
.jconfirm .jconfirm-box-container {
    max-width: 500px;
    width: 100%;
    margin: 0 auto;
    float:none;
}
.el-partner__top {
    height: 110px;
    border-bottom: 0;
}
.activation .el-partner__top {
    height: auto;
}
.text-center {
    text-align: center;
}
.header {
    margin: 0;
}
.activation .info-item__inp span {
    display: block;
    font-size: 12px;
    color: #a6a6a6;
    line-height: 1.2;
    margin-top: 10px;
}
.c-check__label {
    font-size: 13px;
    font-weight: 300;
}
.activation .info-item__inp input {
    padding: 10px 20px;
    font-size: 16px;
}
#buy-first-screen {
    padding-bottom: 0;
}
.el-partner__btn {
    line-height: 1.15;
}

@media screen and (max-width:375px) {
    .el-partner__bottom {
        width: calc(100% - 120px);
    }
    .el-partner__more {
        display: none;
    }
    .el-partner {
        width: calc(100% - 20px)!important;
        margin-left: 20px;
        flex-direction: row!important;
        /* flex: 0 1 100%; */
        /* flex-wrap: nowrap; */
        max-width: 100%!important;
        display: flex!important;
        align-items: center!important;
    }

    .step__partners-list.selectedPartners .el-partner.choosen {
        display: flex!important;
    }
    .el-partner__top {
        border: 1px solid #cbcbcb;
        width: 120px;
        height: auto;
    }
}

@media screen and (max-width:767px) {

    .price-items {
        display: flex;
        flex-direction: column;
        width: 200px;
        margin: 0 auto;
    }
    .price-items > div span {
        padding-right: 10px;
    }
    .price-items > div {
        margin: 2px 0;
        padding: 5px 0 5px 60px;
        display: flex;
        width: 100%;
        height: 48px;
        /* margin-bottom: 11px; */
        font-size: 14px;
        text-align: center;
        cursor: pointer;
        color: black;
        /* background: url(../images/benefits-gift-grey.svg) no-repeat center center; */
        background: url(../images/gift-lite.png) no-repeat 3px;
        background-size: 50px;
        line-height: 18px;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
        align-items: center;
    }
    .price-items > div.active {
        background: url(../images/gift-grey.png) no-repeat 3px;
        background-size: 50px!important;
        position: relative;
        background-color: #f3f3f3;
        border-radius: 10px;
        transform: none;
        color: #333;
    }
}
#nominal-gift-pay .partners .el-partner {
    width: calc(25% - 10px);
    margin-left: 10px;
    margin-bottom: 10px;
}

#nominal-gift-pay .el-partner__title {
    font-size: 14px;
}

#nominal-gift-pay .partners__list {
    margin: 0;
}

#data-gift-pay #web  .form input[type="text"],
#data-gift-pay #paper .form input[type="text"] {
    margin: 0;
}
.block__description-pickup {
    display: flex;
    align-items: center;
    width: 100%;
}
.text-pickup {
    flex: 0 1 100%;
    text-align: justify;
}
.img-pickup {
    flex: 0 1 60%;
}
.block__map_init {
    width: 100%;
    height: 400px;
}
.block__map_bongenie,
.block__map_kvetka {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 20px 0;
}
.block__map_description {
    width: 100%;
    padding-right: 20px;
}
#page-content .block__map_description ul,
#page-content .block__map_description li {
    list-style: none;
    position: relative;
}
#page-content .block__map_description li {
    cursor: pointer;
}
.block__map_description ul li span {
    border-radius: 100%;
    width: 10px;
    height: 10px;
    border: 1px solid #ee4486;
    display: block;
    position: absolute;
    left: -18px;
    top: 6px;
}
.block__map_description ul li span.active {
    background-color: #ee4486;
}
.block__map_image{
    max-width: 50%;
    width: 100%;
}
.tooltip-marker span {
    display: block;
    font-size: 14px;
}
.tooltip-marker span.name {
    font-size: 18px;
    font-weight: 600;
}
.page-print {
    display: flex;
}
.page-print-description {
    width: 60%;
}
#page-content.print-activation h2 {
    margin-bottom: 20px;
}
#page-content.print-activation ul,
#page-content.print-activation ul>li {
    list-style: decimal;
}
.page-print-image {
    width: 40%;
}
.balance_block {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: 60px auto 60px auto;
    max-width: 600px;
}
.button.getHistory {
    padding: 7px 20px;
    background: #ee4486;
    color: #fff;
    border-radius: 20px;
    font-size: 15px;
    cursor: pointer;
    border: 2px solid transparent;
    transition: .5s;
}
.account-balance {
    font-weight: 600;
    display: inline-block;
}
.button.getHistory:hover,
.button.getHistory:focus {
    background: #fff;
    color: #ee4486;
    border: 2px solid #ee4486;
}


.modal {
    /* Не обязательно  block */
    display: block;
    width: 500px;
    max-width: 95%;
    height: 350px;
    max-height: 100%;
    position: fixed;
    z-index: 100;
    left: 50%;
    top: 50%;
    /* Центруем */
    transform: translate(-50%, -50%);
    background: white;
    box-shadow: 0 0 60px 10px rgb(0 0 0 / 90%);
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s;
    border-radius: 6px;
}

@media screen and (max-width:767px) {

    .modal-content {
        width: 95%;
    }
}
.closed {
    display: none;
}

.modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 50;
    background: rgba(0, 0, 0, 0.6);
}
.modal-guts {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    padding: 25px 20px 20px 20px;
}
.modal-guts h3{
    font-size: 25px;
    text-align: center;
    color: black;
    font-weight: bold;
}

.modal-guts .form-input{
    max-width: 240px;
    margin: 30px auto;
}
.modal-guts button{
    transition: 0.5s ease;
    margin: 0 auto;
}
.modal-guts .form-button{
    text-align: center;
}

.modal .close-button {
    color: black;
    float: right;
    font-size: 25px;
    opacity: 1;
    font-weight: bold;
    position: absolute;
    right: 15px;
    top: 15px;
    background: none;
    cursor: pointer;
}
.modal .close-button:hover,
.modal .close-button:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}
.notice-summ {
    font-size: 12px;
    margin-bottom: 30px;
    display: block;
}
.status_expired {
    font-size: 9px;
    width: 150px;
}
h1 {
    font-size: 30px;
    padding: 20px 0;
    color: black;
    font-weight: 500;
}


.lds-roller {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}
.lds-roller div {
    animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    transform-origin: 40px 40px;
}
.lds-roller div:after {
    content: " ";
    display: block;
    position: absolute;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #000;
    margin: -4px 0 0 -4px;
}
.lds-roller div:nth-child(1) {
    animation-delay: -0.036s;
}
.lds-roller div:nth-child(1):after {
    top: 63px;
    left: 63px;
}
.lds-roller div:nth-child(2) {
    animation-delay: -0.072s;
}
.lds-roller div:nth-child(2):after {
    top: 68px;
    left: 56px;
}
.lds-roller div:nth-child(3) {
    animation-delay: -0.108s;
}
.lds-roller div:nth-child(3):after {
    top: 71px;
    left: 48px;
}
.lds-roller div:nth-child(4) {
    animation-delay: -0.144s;
}
.lds-roller div:nth-child(4):after {
    top: 72px;
    left: 40px;
}
.lds-roller div:nth-child(5) {
    animation-delay: -0.18s;
}
.lds-roller div:nth-child(5):after {
    top: 71px;
    left: 32px;
}
.lds-roller div:nth-child(6) {
    animation-delay: -0.216s;
}
.lds-roller div:nth-child(6):after {
    top: 68px;
    left: 24px;
}
.lds-roller div:nth-child(7) {
    animation-delay: -0.252s;
}
.lds-roller div:nth-child(7):after {
    top: 63px;
    left: 17px;
}
.lds-roller div:nth-child(8) {
    animation-delay: -0.288s;
}
.lds-roller div:nth-child(8):after {
    top: 56px;
    left: 12px;
}
.call__btn span {
    color: #ee4486;
    font-size: 22px;
    font-weight: 600;
}
.call__btn:hover span {
    color: #fff;
}
@keyframes lds-roller {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
@media screen and (max-width: 1080px) { @keyframes scroll {
                                            from {
                                                background-position: 100% 0;
                                            }
                                            to {
                                                background-position: 20000% 0;
                                            }
                                        }}
