img {
    max-width: 100%
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'Montserrat', sans-serif;
    text-align: left;
    color: #000;
}

h1 {
    font-size: 38px;
    line-height: 40px;
    margin: 0px 0 20px 0px !important;
    color: #000;
    font-weight: 500;

}


h2 {
    font-size: 35px;
    line-height: 40px;
    font-weight: 300;
    margin-bottom: 30px !important;

}

.h2 {
    text-align: center;
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 30px;
}

h3 {
    font-size: 23px;
    line-height: 30px;
    font-weight: 100;
    margin-bottom: 20px !important;

}

.input {
    border-style: solid;
    border-width: 1px;
    border-color: rgb(230, 230, 230);
    border-radius: 8px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 15px 30px 0px rgba(166, 0, 19, 0.15);
    max-width: 368px;
    height: 90px;
    padding-left: 40px;
    font-weight: 500;
    font-size: 16px;
    color: #313241;
    width: 100%;

}

::-webkit-input-placeholder {
    color: #7f7e7e;
}

::-ms-input-placeholder {
    color: #7f7e7e;
}

::-ms-input-placeholder {
    color: #7f7e7e;
}

::placeholder {
    color: #7f7e7e;
}

.text ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.text ul li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 10px;

}

.text ul li:before {
    background-color: rgb(255, 255, 255, 0.3);
    border-radius: 50%;
    width: 6px;
    height: 6px;
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 7px;

}

.text .ul li:before {
    background-color: rgb(0, 0, 0, 0.6);

}

.btn {

    border-radius: 8px;
    background: #ffc744;
    box-shadow: 0 1px 0 #d8e552, 0 5px 0 #8c6201;
    max-width: 270px;

    font-weight: 900;
    width: 100%;
    color: #000000;
    text-transform: uppercase;
    line-height: 1.25;
    text-align: center;

    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 16px;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    padding: 0 10px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    height: 70px;
}

.btn2 {

    border-radius: 45px;
    background: #00e676;
    box-shadow: none;
    max-width: 200px !important;
    font-weight: 500;
    width: 100%;
    color: #fff;
    font-size: 16px;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 50px;
    justify-content: center;
}

.btn3 {

    border-radius: 45px;
    background: #00e676;
    box-shadow: none;
    max-width: 155px;
    font-weight: 500;
    width: 100%;
    color: #fff;
    font-size: 16px;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    display: inline-block;
    flex-direction: row;
    align-items: center;
    height: 50px;
    padding-top: 11px;
    justify-content: center;
}

.btn3 img {
    max-width: 30px !important;
    width: 100%;
}

.btn2 img {
    margin: 0 !important;
}

.btn-sm {

    border-radius:30px;
    background: #ffc744;

    border: 1px solid #ffc744;
    text-decoration: none!important;
    font-weight: 700;
    color: #4a3400;
    text-transform: none;
    line-height: 1.25;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 14px;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 0 15px;
    height: 35px;
}
.btn-sm:hover {
    border: 1px solid #efb52f;
    background-color: #efb52f;
    color: #4a3400!important;

}
.btn-sm2 {
    background-color: cadetblue;
    border: 1px solid cadetblue;
    color: #fff;
    max-width: 202px;
    margin: 0 auto;
    display: block;
    position: absolute;
    bottom: 50px;
    left: calc(50% - 110px);
}

.btn-sm3 {
    background-color: #fff;
    border: 1px solid crimson;
    color: crimson;
    max-width: 202px;
    margin: 0 auto;
    display: block;
}


.b {
    font-weight: 600;
}

.a-r {
    color: lightcoral !important;
}

.menu {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;

}

.menu a {
    color: rgb(255, 255, 255, 0.7);
    font-size: 12px;
    text-decoration: underline;
    margin: 0 10px;

}

.menu a:hover {
    color: #ffc744;
}

.reklama {
    background-color: #9c91ca;;
    color: #fff;
    padding: 15px 0;
    text-align: center;
    font-size: 22px;
    line-height: 22px;

    box-shadow: 0 2px 10px rgb(0, 0, 0, 0.3);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
    border-bottom: 1px solid #724ea7;
    z-index: 100;

    font-weight: 700;
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;

}

.reklama span {
    color: #000;
    font-weight: 500;
}

.reklama img {
    width: 100%;
    max-width: 40px;
}

.top {
    background: rgb(3, 57, 143);
    background: linear-gradient(111deg, rgba(3, 57, 143, 1) 0%, rgba(12, 102, 178, 1) 46%, rgba(24, 162, 224, 1) 100%);
    color: #fff;
    font-size: 18px;
    padding: 50px 0 100px 0;
}

.top .text-box-left {
    padding-top: 40px !important;
}

.top h3 {
    color: #fff;
}

.top ul {
    margin-top: 20px;
    font-size: 14px;
}

.top .text-box-left {
    padding-right: 20px;
}

.top .text-box {
    font-size: 18px;
    line-height: 24px;
    font-weight: 300;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    margin-top: 30px;
}

.top .text-box img {
    max-width: 50px;

    margin-bottom: 10px;
}

.top .text-box .count {
    font-weight: 600;
    margin-bottom: 10px;
}

.top .text-box .text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    min-width: 250px;
}

.top .text-box .b {
    color: chartreuse;
}

.top .btn {
    margin-top: 40px;
    max-width: 350px;
}

.top {
    position: relative;
    margin-top: 50px;
}

.top .menu, .top .container {
    z-index: 10;
    position: relative;
}

.top .img-main {
    position: absolute;
    top: 90px;
    z-index: 1;

    width: 100%;
}

.top .img-main img {
    width: 100%;
    max-width: 692px;
}

.what {
    padding: 100px 0 0 0;
    font-weight: 400;
    border-bottom: 1px solid #ccc;
}

.what .container {
    position: relative;

}

.what .text {
    margin-bottom: 30px;
}

.what .content {
    padding-bottom: 70px;
}

.what .text-box {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    min-width: 250px;
    font-size: 17px;
    font-weight: 500;
    margin-top: 15px;
}

.what .b {
    margin-bottom: 10px;
    text-transform: uppercase;
    margin-top: 15px;
}

.what img {
    max-width: 40px;
    margin-right: 10px;
}

.hr {
    color: #ccc; /*для IE */
    background-color: #ccc; /*для Firefox, Opera, Safari*/
    border: 0px none;
    height: 1px !important; /* высота 1px IE, Firefox, Opera, Safari */
    clear: both; /* для очистки, если тег идет после float елемента */
    margin-top: 15px !important;
}

.what .img {
    position: absolute;
    bottom: 0;
    width: 100%;
    max-width: 363px;
    margin: 0;
}

.what2 {
    padding: 100px 0;
    font-weight: 400;
    border-bottom: 1px solid #ccc;
}

.what2 img {
    display: block;
    margin: 0 auto 15px auto;
    max-width: 100px;
}

.what2 .text-box {
    border-radius: 5px;
    box-shadow: 0 1px 5px rgb(0, 0, 0, 0.2);
    width: 100%;
    max-width: 359px;
    padding: 20px 20px 25px 20px;
    height: 435px;
    margin-bottom: 20px;
}

.what2 .title {
    font-weight: 700;
    margin-bottom: 10px;
    font-size: 18px;
}

.what2 .title2 {
    font-weight: 500;
    margin-top: 10px;
    font-size: 16px;
    border-top: 1px dotted rgb(0, 0, 0, 0.3);
    padding-top: 7px;
    margin-bottom: 10px;
}

.what2 h2 {
    margin-bottom: 80px !important;
    text-align: center;
}

.what2 .text {
    margin: 30px auto 0 auto;
    max-width: 500px;
    font-size: 24px;
    line-height: 30px;
    font-weight: 500;
    text-align: center;
}

.what2 .btn2 {
    margin: 30px auto 0 auto;
}

.what2 .result {
    display: none;
}

.what2 .text-box.active {
    background-color: aquamarine;
}

.what2 .text-box.active .result {
    display: block;
}

.what2 .text-box.active .pain {
    display: none;
}

.description-text {

    margin: 0 auto 50px auto;
    font-size: 18px;
    line-height: 22px;
}

.how {
    padding: 100px 0;
}

.how h2 {
    text-align: center;
    margin-bottom: 80px !important;
    font-size: 36px;
}

.how h3 {
    font-weight: 500;
}

.how .text {
    font-weight: 200;
    font-size: 20px;
    line-height: 22px;
}

.how .text-left {
    padding-right: 20px;
    padding-bottom: 30px;

}

.how .text-right {
    padding-right: 30px;
    text-align: left !important;
    padding-bottom: 30px;

}

.how h3 {
    margin-top: 20px !important;
}

.how ul {
    margin: 0;
    padding: 0;
}

.how ul li {
    position: relative;
    padding-left: 15px;
}

.how ul li:before {
    background-color: rgba(0, 0, 0, 0.5);
    content: '';
    width: 5px;
    height: 5px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 8px;
    display: block;
}

.printscreen {
    padding: 100px 0;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

.printscreen h2 {
    font-size: 36px;
    text-align: center;
    margin-bottom: 80px !important;
}

.printscreen .tabs {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    max-width: 1000px;
    margin: 0 auto 50px auto;
}

.printscreen .tabs .a1 {
    background-color: #e4e4e4;
    box-shadow: 0px 2px 0px 0px #b4b4b4;
    width: 25%;
    height: 43px;
    border-radius: 3px;
    font-size: 15px;
    line-height: 15px;
    padding: 5px 10px;
    color: #656565;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    border: 1px solid #dedddd
}

.printscreen .tabs .a1:hover {
    color: #fff;
    background: linear-gradient(111deg, rgba(3, 57, 143, 1) 0%, rgba(12, 102, 178, 1) 46%, rgba(24, 162, 224, 1) 100%);
    text-decoration: none;
    border: 1px solid rgba(12, 102, 178, 1);
    box-shadow: 0px 2px 0px 0px #000;
}

.printscreen .tabs .a1_ac {
    color: #fff;
    background: linear-gradient(111deg, rgba(3, 57, 143, 1) 0%, rgba(12, 102, 178, 1) 46%, rgba(24, 162, 224, 1) 100%);
}

/*.printscreen .vkladki .a1.ac {
    background-image: -moz-linear-gradient( 90deg, rgb(58,188,238) 0%, rgb(92,209,253) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(58,188,238) 0%, rgb(92,209,253) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(58,188,238) 0%, rgb(92,209,253) 100%);
    box-shadow: 0px 2px 0px 0px #1f9ed2, 0px 10px 20px 0px #beecff;
    width: 460px;
    height: 63px;
    border-radius: 30px 0 0 30px;
    color: #fff;
    text-transform: uppercase;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    font-family: 'TTNorms-Medium';
}
.recommend .vkladki .a2 {
    background-color: #f7f5e8;
    box-shadow: 0px 2px 0px 0px #e9e4d6;
    width: 460px;
    height: 63px;
    border-radius: 0px 30px 30px 0;
    text-transform: uppercase;
    color: #cdc6af;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    font-family: 'TTNorms-Medium';
}*/

.printscreen .img {
    margin: 0 auto;
    width: 100%;
    max-width: 1000px;
    display: block;
}

.opinion {
    padding: 100px 0;
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
}

.opinion h2 {
    font-size: 36px;
    text-align: center;
    margin-bottom: 80px !important;
}

.footer {
    padding: 30px 0;
    font-size: 12px;
    color: #ccc;
}

.footer a {
    color: #ccc;
    text-decoration: underline;
}

.menu-sm {
    display: none;
}

@media screen and (max-width: 1200px) {
    .what2 .text-box {
        height: 478px;
    }
}

@media screen and (max-width: 1000px) {
    .menu-bg {
        display: none;
    }

    .menu-in {
        display: flex;
    }

    .top .text-box .text {
        min-width: auto;
    }

    .what .content {
        padding-left: 30px;
    }

    .top .img-main {
        display: none;

    }

    .top .text-small {
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }

    .tariff .text-box {
        height: auto;
        width: 100%;
        max-width: 100%;
    }

    .tariff .text-box2 {
        flex-direction: column;
        align-items: inherit;
        justify-content: center;
    }

    .tariff .text-box2 br {
        display: none;
    }

    .tariff .text-box2 .title {
        margin-bottom: 20px;
        text-align: center !important;
    }

    .tariff .text-box2 .price {
        text-align: center !important;
    }

    .tariff .text-box2 .btn {
        max-width: 100%;
    }

    .tariff .text-box .bottom {
        position: relative;
        width: 100%;
        bottom: 0;
    }

    .tariff .description2 {

        margin-left: 0;
    }

    .reklama {

        font-size: 17px;
        line-height: 17px;
    }

    .what2 .text-box {
        height: 478px;
        margin-left: auto;
        margin-right: auto;
    }
}

@media screen and (max-width: 760px) {
    .top {
        margin-top: 102px;
    }

    .reklama {

        padding: 10px 0 15px 0;
    }

    .reklama img {
        max-width: 30px;
    }

    .logo {
        display: block;
        margin: 0 auto;
        max-width: 150px;
        width: 100%;
    }

    .menu {
        margin-bottom: 20px;
    }

    .top {
        padding: 10px 0 70px 0;
    }

    .top .text-box {
        flex-direction: column;
        align-items: center;
        text-align: center;
        margin-top: 0;
    }

    .top .text-box img {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    .top .text-box .text {
        margin-bottom: 15px;
    }

    .top .btn {
        margin: 40px auto 0 auto;
    }

    h1 {
        font-size: 22px;
        line-height: 26px;
        margin:20px 0 5px 0px !important;
        text-align: left !important;

    }

    h2 {
        text-align: center;
        font-size: 30px;
        line-height: 34px;
    }

    .top h3 {
        font-size: 16px;
        line-height: 24px;
        margin-top: 15px;
        margin-bottom: 15px !important;
        text-align: center;
        color: #ffc744;
        font-weight: 700;
    }

    ul li {
        margin-bottom: 5px;
    }

    .top .title-sm {
        text-align: center;
        font-size: 16px;
    }

    .top .text-box {

    }

    .top .text-box-left {
        padding-right: 0px;
    }

    .what, .printscreen, .opinion {
        padding: 50px 0;
    }

    .what {
        padding-bottom: 0;
    }

    .how, .tariff {
        padding: 50px 0 20px 0;
    }

    .how h2, .printscreen h2, .tariff h2, .opinion h2, .what2 h2 {
        margin-bottom: 40px !important;
        font-size: 26px;
    }

    .how h3 {
        margin-top: 0px !important;
    }

    h3 {
        font-size: 20px;
        line-height: 26px;
        font-weight: 100;
        margin-bottom: 15px !important;
    }

    .how .text {
        font-weight: 300;
        font-size: 18px;
        line-height: 25px;
    }

    .how .text-left {
        padding-right: 0px;
        padding-bottom: 0;

    }

    .how .text-right {
        padding-left: 0px;
        padding-bottom: 0;

    }

    .how iframe {
        margin-bottom: 30px;
    }

    .printscreen .tabs {
        flex-direction: column;

    }

    .printscreen .tabs .a1 {
        width: 100%;
    }

    .footer, .footer .text-right {
        text-align: center !important;
    }

    .what .img {
        position: relative;
        max-width: 180px;
        margin-left: auto;
        margin-right: auto;
        display: block;
    }

    .what .content {
        padding-left: 0;
        padding-bottom: 30px;
    }

    .top .buttons {
        text-align: center;
    }

    .what2 {
        padding: 50px 0;
    }

    .what2 img {

        max-width: 60px;
    }

    .what2 .btn2 img {

        max-width: 109px;
    }

    .what2 .text-box {
        height: auto;
    }

}

.one_screen {
    display: none;
}

.one_screen.active {
    display: block;
}

.bottom .small {
    font-size: 12px;
    text-align: center;
    margin-bottom: 15px;
}

@media screen and (max-width: 360px) {
    .tariff .price-box-name {
        word-break: break-all;
    }
}

.top .text-small {
    font-size: 14px;
    line-height: 18px;
    margin-top: 15px;
    color: rgba(255, 255, 255, 0.8);
    max-width: 270px;
}

.top .text-small span {
    color: rgba(255, 255, 255, 1);
    max-width: 350px;
    font-weight: 700;
}

.dogonal {
    font-size: 16px;
    line-height: 20px;
}

.dogonal .title2 {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 10px;
}

.dogonal .title {
    font-size: 22px;
    font-weight: 700;
    margin: 10px 0;
    line-height: 26px;
}

.dogonal .input {
    height: 55px;
    width: 100%;
    margin-top: 10px;
}

.dogonal .btn {
    display: block;
    margin: 0 auto;
    max-width: 368px;
    height: auto;
    padding: 20px 0 !important;
}

.dogonal .text-sm {
    font-size: 10px;
    line-height: 14px;
    margin-top: 15px;
    margin-left: auto;
    margin-right: auto;
}

.opinion .text {
    text-align: center;
}

.opinion .img {
    max-width: 25px;
    width: 100%;
}

iframe {
    max-width: 100%;
    margin: 0 auto 20px auto;
    text-align: center;
    display: block;
}

.top-popup {
    margin: 0;
    padding: 110px 0 100px 0;
}

.top-popup .logo {
    margin: 0 auto 0 auto;
    display: block;
}

.top-popup h1 {
    text-align: center;
    width: 100%;
    font-size: 60px;
    line-height: 70px;
    margin: 20px auto 30px auto !important;
}

.top-popup h1 span {
    color: chartreuse;
}



.top-popup .text2 {

    font-size: 20px;
    line-height: 22px;

}

.top-popup .input {
    margin: 10px auto 0px auto;
    display: block;
    height: 70px;
    max-width: 350px;
}

.top-popup .btn {
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
}

.top-popup .text-sm {
    font-size: 16px;
    line-height: 18px;
    color: #fff;
    text-align: center;
    margin-top: 40px;
}

.top-popup .text-sm a {
    color: #fff;
    text-decoration: underline;
}

.top-popup2 {
    background: #f7f7f7;
    color: #000;
    padding-top: 100px;
}

.top-popup2 .input {

    box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.15);

}

.how-popup {
    padding: 75px 0 75px 0;
}

.how-popup h2 {
    margin-bottom: 35px !important;
}

.what-popup {
    padding: 100px 0 10px 0;
    border: none;

}

.what-popup .title {
    /*  font-weight: 700;*/

    font-size: 22px;
    line-height: 26px;
}

.what-popup .count {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 70px;
    height: 70px;
    background: #ffc744;
    font-weight: 500;
    color: #000;
    font-size: 26px;

    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin: -50px auto 12px auto;
}

.what-popup .text-box {
    height: auto;
    background-color: #fff;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    padding: 20px;
    font-weight: 600;
    margin-left: auto;
    margin-right: auto;

    border-radius: 5px;
    box-shadow: 0 1px 3px rgb(0 0 0 / 21%);
    background-image: radial-gradient(ellipse at center 0,#f5f8fb 0,#fff 800px);
}
.what-popup .text-box img{
    margin-right: 10px;
}
.what-popup2 {
    padding-top: 0px;
    background-color: #fff;
    padding-bottom: 100px;
}

.what-popup2 .title {
    font-size: 16px;
    line-height: 20px;
    height: auto;
    max-width: 250px;
}

.what-popup2 .text-box {

    max-width: 250px;
    background-color: #f7f7f7;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 160px;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    padding: 0 15px;
}

.what-popup2 img {
    width: 100%;
    max-width: 150px;
    display: block;
    margin: 10px auto 0 auto;
}

.input-form {
    background: rgb(3, 57, 143);
    background: linear-gradient(111deg, rgba(3, 57, 143, 1) 0%, rgba(12, 102, 178, 1) 46%, rgba(24, 162, 224, 1) 100%);
    max-width: 1170px;
    padding: 50px;
    border-radius: 25px;
    color: #fff;
    margin: -80px auto 0 auto;
    width: 100%;
    font-size: 20px;
    line-height: 24px;

}

.input-form {
    margin: 80px auto;
}

.input-form .title {
    font-size: 30px;
    line-height: 34px;
    margin-bottom: 10px;
}

.input-form .text-box {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.top-popup2 .text-sm {
    font-size: 14px;
    line-height: 18px;
    color: #000;
    text-align: center;
    margin-top: 20px;
}

.top-popup2 .text-sm, .top-popup2 .text-sm a {
    color: darkgrey;
}

.what2 .text-box2 {
    max-width: 459px;
    margin-right: auto;
    margin-left: auto;
}

@media screen and (max-width: 760px) {
    .top-popup .whatsapp img {
        max-width: 109px;
    }

    .top-popup .text {
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 15px;

    }

    .top-popup h1 {
        font-size: 27px;
        line-height: 33px;
    }

    .top-popup .input, .top-popup .btn {

        max-width: 295px;
    }

    .input-form .text-box {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
    }

    .input-form .title {

        text-align: center;
        margin-bottom: 25px;
    }

    .input-form .btn {
        margin-top: 20px;
    }

    .input-form {
        padding: 30px 25px 50px 25px;
        max-width: 90%;
    }

    .top-popup {

        padding: 110px 0 60px 0;
    }

    .how-popup {
        padding: 0px 0 36px 0;
    }

    .what-popup2 .text-box {
        height: 162px;
        max-width: 162px;

    }

    .what-popup {
        padding: 75px 0 50px 0;
    }

    .what-popup .text-box {
        height: auto;
        margin-bottom: 15px;
    }
}



.news .img {
    max-width: 300px;
    width: 100%;
    margin-bottom: 20px;
    display: block;

    border-radius: 2px;
}

.news .name {
    font-weight: 700;
    margin-bottom: 5px;
    display: block;
    margin-right: 0px;
}

.news .news-sm .text-box {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    margin-bottom: 30px;
}

.news .news-sm img {
    max-width: 80px;
    width: 100%;
    margin-right: 20px;
    border-radius: 2px;
}

.news .news-sm .data {
    font-size: 12px;
    margin-top: 10px;

}

.news .news-sm a {
    font-weight: 300;

}



.tegs {
    margin-bottom: 30px;
}

.tegs a {
    display: inline;
    background-color: rgba(24, 162, 224, 0.2);
    padding: 5px 10px;
    border-radius: 2px;
    font-size: 12px;
    line-height: 32px;
    font-weight: 700 !important;

}
.tegs a:hover {
 background-color: #3c8dbc!important;
    color: #fff!important;

}

@media screen and (max-width: 760px) {
    .news {

    }

    .news-one {

    }

    .news .text {
        padding-right: 0px;
    }

    .news .img {
        max-width: 150px;
        width: 100%;
        margin-right: auto;
        margin-left: auto;
        display: block;
        margin-top: 30px;

    }

    .news .tegs {
        margin-top: 20px;
    }

    .what-popup .title {
        margin-bottom: 6px;
    }
}

.tariff, .apps {
    background: rgb(3, 57, 143);
    background: linear-gradient(111deg, rgba(3, 57, 143, 1) 0%, rgba(12, 102, 178, 1) 46%, rgba(24, 162, 224, 1) 100%);
    color: #fff;
    padding: 80px 0 100px 0;
}

.tariff h1, .apps h1 {
    text-align: center;
    margin-bottom: 50px !important;
    margin-top: 0px !important;
    font-size: 60px;
    line-height: 70px;
}

.tariff h2 {
    font-size: 36px;
    text-align: center;
    margin-bottom: 80px !important;
}

.tariff .text-box {
    max-width: 550px;
    margin: 0 auto 30px auto;
    border-radius: 5px;
    box-shadow: 0 1px 0 rgb(0, 0, 0, 0.1), 0 3px 10px rgb(0, 0, 0, 0.2);
    padding: 40px 15px 30px 15px;
    position: relative;
    height: auto;
    background-color: #fff;
    color: #000;
}

.tariff .text-box .title {
    font-size: 24px;
    line-height: 28px;
    text-align: center;
    margin-bottom: 20px;
    font-weight: 500;
}

.tariff .text-box2 {
    height: auto;
    display: flex;
    flex-direction: row;
    align-items: baseline;
    justify-content: space-around;
    width: 100%;
    max-width: 1120px;
}

.tariff .text-box2 .title {
    text-align: left;
}

.tariff ul {
    margin: 0;
    padding: 0;
}

.tariff ul li {
    margin-bottom: 10px;
    padding-left: 0;
}

.tariff .description {
    font-size: 11px;
    line-height: 14px;
    margin-bottom: 15px;
    text-align: center;
}

.tariff .description2 {
    font-size: 16px;
    line-height: 27px;
    margin-top: 15px;
    text-align: left;
    margin-left: 38px;
}

.tariff .price-box {
    display: flex;
    flex-direction: row;
    justify-content: space-around;

    width: 100%;
    border-bottom: 1px solid #ccc;
    padding: 10px;
    align-items: center;
    font-size: 16px;

}

.tariff .price-box-name {
    background-color: #ccc;
    align-items: flex-start;
    font-size: 12px;
    line-height: 14px;
}

.tariff .same {
    width: 33.3%;
}

.tariff .price {
    color: rgb(3, 57, 143);
    font-weight: 700;
    font-size: 16px;

}

.tariff .data {
    color: rgb(3, 57, 143);
    font-size: 22px;
    margin-bottom: 5px;
    text-align: center;
    font-weight: 700;
}

.tariff .text-box .btn {
    max-width: 100%;
    margin-top: 15px;
}

.tariff .text-box2 .btn {
    max-width: 200px;
    margin-top: 0;
}

@media screen and (max-width: 1000px) {

    .tariff .text-box {
        height: auto;
        width: 100%;
        max-width: 100%;
    }

    .tariff .text-box2 {
        flex-direction: column;
        align-items: inherit;
        justify-content: center;
    }

    .tariff .text-box2 br {
        display: none;
    }

    .tariff .text-box2 .title {
        margin-bottom: 20px;
        text-align: center !important;
    }

    .tariff .text-box2 .price {
        text-align: center !important;
    }

    .tariff .text-box2 .btn {
        max-width: 100%;
    }

    .tariff .text-box .bottom {
        position: relative;
        width: 100%;
        bottom: 0;
    }

    .tariff .description2 {

        margin-left: 0;
    }

}

.menu2 {
    position: fixed;
    width: 100%;
    z-index: 100;
    background-color: #f7f7f7;
    box-shadow: rgba(0, 0, 0, 0.08) 0px 1px 3px;
    height: 80px;

}

.menu2 .container {
    display: flex;
    align-items: center;
    justify-content: space-between;

}

.menu2 .buttons {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
}

.menu2 a {
    min-width: 120px;
    color: #000;
}

.menu2 .btn-sm {
    background: #9c91ca;

    border: none;
    color: #fff;

}

.menu2 .btn-w {
    background: #00e676;
}

.menu2 .btn-w img {
    max-width: 97px;
}

.ill {
    padding: 100px 0 0 0;
    font-size: 20px;
    line-height: 28px;
}

.ill h2 {
    text-align: center;
}

.h2-line:after {
    width: 80px;
    height: 3px;
    background-color: #ffc744;
    display: block;
    margin: 15px auto 0 auto;
    content: '';
}

.ill .subtitle {
    font-size: 24px;
    margin-bottom: 60px;
    text-align: center;
    line-height: 28px;
}

.ill ul li {
    padding-left: 30px;
    position: relative;
    margin-bottom: 20px;
}

.ill ul li:before {
    background: url("../img/checks.png") no-repeat top left;
    display: block;
    width: 20px;
    height: 20px;
    content: '';
    position: absolute;
    left: 0;
    top: 3px;
    background-size: contain;
}

.ill .row {
    max-width: 950px;
    margin: 0 auto;
}

.how_smena {
    /*background: aliceblue;*/
    padding: 100px 0 180px 0;
}

.how_smena h2 {
    text-align: center;
}

.how_smena .subtitle {
    font-size: 24px;
    margin-bottom: 60px;
    text-align: center;
}

.how_smena .title {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 15px;
    background: linear-gradient(111deg, rgba(3, 57, 143, 1) 0%, rgba(12, 102, 178, 1) 46%, rgba(24, 162, 224, 1) 100%);
    border-radius: 3px;
    padding: 3px 10px;
    display: inline-block;
    color: #fff;
    margin-top: 20px;
}

.how_smena img {
    width: 100%;
    max-width: 670px;
    margin: 0 auto;
}

.how_smena .text-box {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 40px;
}

.how_smena .text-box-l {
    padding:10px 40px 10px 15px;
    background: aliceblue;
    border-radius: 3px;
}

.how_smena .text-box-r {
    padding-left: 40px;
}

.how_smena .img-box {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 40px;
}

.how_smena ul {
    margin: 0;
    padding: 0;
}

.how_smena li {
    margin-bottom: 10px;
    position: relative;
    padding-left: 15px;
}

.how_smena li:before {
    background-color: blue;
    border-radius: 50%;
    width: 3px;
    height: 3px;
    position: absolute;
    left: 0;
    top: 8px;
}

.how_smena2 {
    margin-top: -200px;
    padding-top: 200px;
    padding-bottom:100px;


}

.how_smena3 {
    padding-bottom:100px;
}

.how-popup2 {
    padding-top: 100px !important;

}

.how-popup2 h2 {
    text-align: center;
}

.how-popup2 .subtitle {
    font-size: 24px;
    margin-bottom: 60px;
    text-align: center;
}

.input-form2 {
    margin-top: -80px;
    position: relative;
    z-index: 10;
}

.mouse {
    max-width: 60px;
    width: 100%;
    margin: 30px auto 0 auto;
    display: block;
}

.about_reg {
    background: rgb(3, 57, 143);
    background: linear-gradient(111deg, rgba(3, 57, 143, 1) 0%, rgba(12, 102, 178, 1) 46%, rgba(24, 162, 224, 1) 100%);
    font-size: 18px;
    padding: 100px 0;
    color: #fff;
    margin-bottom: 100px;
}

.about_reg .h2 {
    color: #fff;
    font-size: 39px;
    line-height: 44px;
    font-weight: 600;
    margin-bottom: 30px !important;
}

.about_reg .img-box {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
}

.about_reg .img {
    max-width: 300px;
    display: block;
    margin: 0;
}

@media screen and (max-width: 1000px) {
    .how_smena img {
        margin: 0px auto 20px auto;
        display: block;
    }

    .how_smena .subtitle {

        margin-bottom: 30px;

    }

    .how_smena .text-box-l {
        padding-right: 0px;
    }

    .how_smena .text-box-r {
        padding-left: 0px;
    }

    .input-form3 {
        margin-top: 0;
    }
}

@media screen and (max-width: 760px) {
    .ill {
        padding: 75px 0 0 0!important;
        font-size: 18px;
        line-height: 22px;
    }
    .ill2 {
        padding-bottom: 65px!important;
    }

    .how_smena {
        padding: 75px 0 75px 0;
    }



    .how_smena4 {
        padding: 60px 0 40px 0;
        margin-top: 0px;
    }

    .how-popup2 {
        padding-top: 60px !important;
    }

    .about_reg {
        padding: 75px 0;
        margin-bottom: 0px;
    }

    .about_reg .img {
        max-width: 75px;

    }

    .about_reg .h2 {

        font-size: 25px;
        line-height: 30px;

    }
    .how_smena .text-box{
        margin-bottom: 0;
    }
}

.menu-in {
    text-align: center;
    justify-content: center;
    margin-top: 20px;
}

.menu-in a {
    color: #ffc744;
}

.tariff .logo {
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.tariff .menu-in {
    margin-bottom: 30px;
}

.ill2 {
    font-size: 16px;
    line-height: 22px;
    padding-bottom: 100px;

}

.ill2 .row {
    max-width: 1170px;
    margin: 0 auto;
}

.ill2 .title {
    font-weight: 700;
    margin-bottom: 10px;
    position: relative;
    font-size: 18px;

}

.ill2 .title2:after {
    content: '';
    display: block;
    background: url("../img/arrow.png") no-repeat top center;
    background-size: contain;
    width: 108px;
    height: 33px;
    position: absolute;
    top: 0;
    right: -100px;

}

.ill2 .text-box {
    max-width: 290px;
    margin: 0 auto;
}

.top-crm .text-center {
    padding-top: 20px;
}

.top-crm .btn2 {
    max-width: 230px;
}

.green, .green:active {
    color: chartreuse;
    font-size: 16px;
    text-decoration: none;
    border-bottom: 1px dashed chartreuse;
}

.green:hover {
    color: chartreuse;
    text-decoration: underline;
    border-bottom: none;
}

.get {
    width: 100%;
    max-width: 1200px !important;
    margin: 0 auto;
    display: block;
}

.red {
    color: crimson !important;
}

.text-per {
    margin: 10px auto 0 auto;
    text-align: center;
    color: rgba(255, 255, 255, 0.5);
    font-size: 12px;
}

.input-form4 {
    margin-top: -10px;

}

.ill-tilda {
    margin-bottom: 100px;
}

.ill-tilda .title {
    font-weight: 700;
    margin-bottom: 15px;

}

.ill-tilda .problem-text {
    margin-bottom: 15px;
    font-size: 16px;
    background-color: rgb(255, 255, 92, 0.2);
    padding: 10px 15px;
}

@media screen and (max-width: 760px) {
    .ill-tilda .title {
        margin-top: 15px;
    }

    .ill-tilda .decision-text {
        margin-bottom: 30px;
    }
    .ill-fb .decision-text {
        margin-bottom: 0px;
    }

    .ill-tilda {
        margin-bottom: 50px;
    }
}

.how_smena3 .title2 {
    font-size: 20px;
    height: 52px;
    margin-top: 30px;
}

.how_smena3 .sm {
    margin-bottom: 20px;
    color: darkgrey;
}

.how_smena-w {
    background-color: #fff;
}

.how_smena3 .title2:after {
    content: '»';
    position: relative;
    display: inline;
    color: rgba(24, 162, 224, 1);
}

.left-menu {
    background-color: aliceblue;
    box-shadow: 3px 0 10px rgba(0, 0, 0, 0.1);
    width: 300px;
    display: none;
    float: left;
    height: 100%;
    overflow: auto;
    min-height: 100%;
    z-index: 30;
    position: fixed;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 30px 20px;
}

.left-menu a {
    display: block;
    margin-bottom: 20px;
    color: black;
}

.left-menu ul {
    font-size: 12px;
    line-height: 16px;
}

.left-menu li {
    position: relative;
    cursor: pointer;
}

.left-menu ul li:before {
    background-color: rgba(3, 57, 143, 1);
    width: 3px;
    height: 3px;
    border-radius: 50%;
    left: 5px;
    top: 5px;
    position: absolute;
}

/*.menu-sm {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #ffc744;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.menu-sm .img {
    width: 100%;
    max-width: 27px;
    margin: 0;
    padding: 0;
}
*/
.m_close {
    font-size: 26px;
    font-weight: bold;
    cursor: pointer;
    color: rgba(3, 57, 143, 1) !important;
}

@media screen and (max-width: 1000px) {
    .ill2 .text-box {
        max-width: 100%;
        margin: 0 auto;
    }

    .ill2 .title2:after {
        top: -27px;
        right: 0;
    }
}

@media screen and (max-width: 760px) {
    .serv-text .text-box {
        height: 162px;
        margin-bottom: 15px;
    }

    .how_smena3 .title2 {
        height: auto;
    }

}

.donate a {
    color: cornflowerblue;
}

.donate .hr-sloping {
    margin: 20px 0;
    padding: 0;
    height: 10px;
    border: none;
    box-sizing: border-box;
    background-position: 50%;
    color: orange;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="3px" height="3px" viewBox="0 0 3 3" fill="orange"><polygon points="0,0.5 0,1.5 1.5,3 2.5,3"></polygon><polygon points="2.5,0 1.5,0 3,1.5 3,0.5"></polygon></svg>');
    background-size: 6px 6px;
}

.donate img {
    display: block;
    margin: 0 0 15px 0;
    max-width: 150px;
}

.table {
    width: 100%;
    max-width: 100%;

    background-color: transparent;
    font-size: 15px;
    margin: 50px 0 100px 0;
}

.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #fff;
    background-color: #b8daff;

}

.table td, .table th {
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #fff;
}

th {
    text-align: inherit;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, .05);
}

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}

.table .plus {
    background-color: #c3e6cb;
}

.table .minus {
    background-color: #f5c6cb;
}

.table-responsive {
    min-height: .01%;
    overflow-x: auto
}

@media screen and (max-width: 767px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd
    }

    .table-responsive > .table {
        margin-bottom: 0
    }

    .table-responsive > .table > tbody > tr > td, .table-responsive > .table > tbody > tr > th, .table-responsive > .table > tfoot > tr > td, .table-responsive > .table > tfoot > tr > th, .table-responsive > .table > thead > tr > td, .table-responsive > .table > thead > tr > th {
        white-space: nowrap
    }

    .table-responsive > .table-bordered {
        border: 0
    }

    .table-responsive > .table-bordered > tbody > tr > td:first-child, .table-responsive > .table-bordered > tbody > tr > th:first-child, .table-responsive > .table-bordered > tfoot > tr > td:first-child, .table-responsive > .table-bordered > tfoot > tr > th:first-child, .table-responsive > .table-bordered > thead > tr > td:first-child, .table-responsive > .table-bordered > thead > tr > th:first-child {
        border-left: 0
    }

    .table-responsive > .table-bordered > tbody > tr > td:last-child, .table-responsive > .table-bordered > tbody > tr > th:last-child, .table-responsive > .table-bordered > tfoot > tr > td:last-child, .table-responsive > .table-bordered > tfoot > tr > th:last-child, .table-responsive > .table-bordered > thead > tr > td:last-child, .table-responsive > .table-bordered > thead > tr > th:last-child {
        border-right: 0
    }

    .table-responsive > .table-bordered > tbody > tr:last-child > td, .table-responsive > .table-bordered > tbody > tr:last-child > th, .table-responsive > .table-bordered > tfoot > tr:last-child > td, .table-responsive > .table-bordered > tfoot > tr:last-child > th {
        border-bottom: 0
    }
}

.table-account {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.table-account .text-box {
    width: auto;
    background-color: #f7f7f7;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 160px;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    padding: 15px;
    border-radius: 5px;
    box-shadow: 0 1px 5px rgb(0 0 0 / 20%);
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
    font-size: 18px;
    max-width: 216px;
    min-width: 216px;
    margin: 0 0.5% 1% 0.5%;
}

@media (max-width: 650px) {
    .table-account .text-box {
        height: 140px;
        transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
        padding: 10px;
        font-size: 16px;
        max-width: 48%;
        min-width: 48%;
        margin: 0 1% 2% 1%;
        word-break: break-all;
    }
}

.quote {
    padding-top: 0px;
    padding-bottom: 100px;
    font-size: 16px;
    line-height: 20px;
}

.quote h2 {
    text-align: center !important;
}

.quote .name {
    font-weight: bold;
    font-size: 14px;
    margin-top: 15px;
}

.quote .all {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}

.quote .all .text-box {
    border-radius: 5px;
    border: 1px solid rgb(230, 230, 230);
    padding: 20px;
    margin: 0 2px 10px 2px;

}

.quote .all .text-box:nth-child(even) {
    background-color: aliceblue;
}

@media (max-width: 760px) {
    .quote {
        padding-bottom: 50px;
    }

    .table {
        margin-bottom: 50px;
    }
    .input-form {
        margin:0 auto 0px auto;
    }
    .input-form3 {
        margin-top: 0;
    }
}

.form {

    color: #666;
    max-width: 635px;
    width: 100%;
    background: #fff;
    border-radius: 10px;
    padding: 80px;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    box-shadow: 0px 15px 30px 0px rgb(0 0 0 / 30%);
    margin: 0 auto 30px auto;
}
.form .h2{
    font-size: 24px;
}
.form .input{
    box-shadow: inset 0 2px 4px rgb(0 0 0 / 20%);
    border: none;
    background-color: snow;
}
.top-popup2{
    background-color: #0d3142;
}
.top-popup2 .text {
    display: flex;
    max-width: 900px;
    font-weight: 900;
    align-items: center;
    justify-content: center;
    margin: 50px auto 0 auto;
    text-transform: uppercase;
    font-size: 30px;
    line-height: 34px;
    color: #ffc744;

}
.top-popup2 .text .btn {
    margin-left: 10px;
    margin-top: 0!important;
    margin-right: 0!important;
}
.how_smena .img-api{
    display: block;
    margin: 0 auto 40px auto!important;
    width: 100%;
    max-width: 1000px!important;
}




/*Обновления*/
.header-menu {
    background: #fff;
    position: fixed;
    top: 0;
    z-index: 9999;
    width: 100%;
    box-shadow: 0 0 30px 0 rgb(32 39 48 / 60%);
    padding: 15px 0;

}
.header-menu .header-menu-in{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;

}
.header-menu  .big_menu{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 50%;
}
.header-menu .buttons-div{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
}
.btn-auth{
    border: 1px solid rgba(0,0,0,0.3);
    border-radius: 30px;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 0 15px;
    height: 35px;
    display: flex;
    margin-right: 10px;
    font-weight: 700;
    font-size: 14px;
}
.btn-auth:hover{
    text-decoration: none;
    background-color: aliceblue;
    border: 1px solid cornflowerblue;
    color: cornflowerblue;
}
.logo3{
    display: none;
}


.logo-sm{
    display: none;
}
.menu-mobile {
    display: none;
    width: 100%;
    background-color: #fff;
    z-index: 10000;
    position: fixed;
    padding: 0 15px;
    min-height: 100vh;
    top: 0;
    border: 4px solid #0047a0;
    left: 0;
}
.menu-mobile.active{
    display: block;
}
.menu-mobile .menu-top{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
.menu-mobile .menu-top .logo-sm{
    max-width: 150px;
    width: 100%;
}
.menu-mobile a{
    display: block;
    margin-bottom: 10px;
    font-weight: 500;
    text-align: left;
    font-size: 22px;
    line-height: 28px;
}
.navbar-sm{
    width: 100%;
    max-width: 45px;
    margin-top: -9px;
    text-align: right!important;
}
@media (max-width: 1100px) {
    .logo {
        max-width: 137px;

    }


}
@media (max-width: 1000px){
    .header-menu  .big_menu{
        display: none;
    }
    .menu-sm{
        display: block;
        max-width: 40px;
        z-index: 9999;
        position: relative;
    }
    .header-menu .buttons-div {
        width: 41%;

    }
    .logo3{
        display: block;
        width: 100%;
        max-width: 30px;
    }
    .logo{
        display: none;
    }

    .logo-sm{
        display: block;
        width: 100%;
        max-width: 150px;
        margin:20px 0 30px 0;
    }

}
@media (max-width: 760px){

    .header-menu .buttons-div {
        width: auto;

    }

    .top-popup{
        padding: 75px 0;
    }
    .top-popup .form{
        padding: 30px;
    }
    .top-popup2 .text {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
        margin-top: 10px;
    }
    .top-popup3 .text .btn {
        margin-left: 0px!important;
        margin-top: 15px!important;
    }
}
.ill5{
    padding-top: 0;
}
.decision-text{
    padding: 5px 0 50px 0;
}
@media screen and (max-width: 760px) {
    .ill5 {
        padding: 0px 0 0 0 !important;

    }
    .how_smena5{
        padding-bottom: 0px;
        padding-top: 75px;
    }
    .decision-text{
        padding: 5px 0 20px 0;
    }
}

.tariff3 .text-box {
    max-width: 370px;
}

.header-menu .big_menu{
    justify-content: center;
}
.header-menu .big_menu a{
    margin:0 10px;
}

/**/
.content-wrapper .container{
    margin-left: 0!important;
}
.content-wrapper{
    background-color: #fff;
}

.line{
    border-bottom: 1px dotted rgba(255,255,255,0.3);
    padding: 5px 0;
}
.content-wrapper .content{
    padding: 30px 15px 15px 30px!important;
}
.content-wrapper .row{
    margin-left: 0!important;
    margin-right: 0!important;
}
@media screen and (max-width: 760px) {
    .content-wrapper h2 {
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 20px!important;
        text-align: left;
    }
    .content-wrapper .content{
        padding:15px!important;
    }
}

.news .text-box {
    background-color: white;
    padding: 12px 16px 12px 16px;
    border-radius: 5px;
    box-shadow: rgb(179 186 197) 0px 0px 1px 0px, rgb(193 199 208) 0px 1px 1px 0px;
    display: flex;
    flex-direction: column;
 /*   width: calc(100% - 32px);*/
    height: 260px;
    margin-bottom: 15px;
    overflow: hidden;
}
.news .text-box:hover, .news .text-box:active {
    box-shadow: rgb(179 186 197) 0px 0px 1px 0px, rgb(193 199 208) 0px 8px 16px -6px;
    transition: box-shadow 300ms ease 0s;
}
@media screen and (max-width: 1000px) {
    .news .text-box {
        height: auto;
    }
}

/* ========== Таблицы в инструкциях ========== */
.instruction-table { border: 1px solid #e8e8ee; border-radius: 12px; overflow: hidden; background: #fff; box-shadow: 0 4px 18px rgba(0,0,0,0.04); margin: 10px 0 !important; }
.instruction-table thead th { background: #f7f8fc; color: #2f3342; font-weight: 700; padding: 14px 18px; border-bottom: 1px solid #e8e8ee !important; }
.instruction-table tbody td { padding: 14px 18px; border-top: 1px solid #f0f1f5 !important; color: #2f3342; vertical-align: middle !important; }
.instruction-table tbody tr:first-child td { border-top: none !important; }
.instruction-table tbody td:first-child { width: 260px; color: #5f667a; font-weight: 600; background: #fcfcfe; }
.instruction-table td code { background: #fff3f6; color: #d6336c; padding: 4px 8px; border-radius: 6px; font-family: monospace; }
.instruction-table td strong { color: #d6334c; }
@media (max-width: 767px) {
    .instruction-table { display: block; overflow-x: auto; }
}

/* ========== Docs layout (header, content, footer) ========== */
body { background: #f5f7fa; margin: 0; font-family: 'Source Sans Pro', -apple-system, BlinkMacSystemFont, sans-serif; }
.docs-header { background: #fff; border-bottom: 1px solid #e8eaed; padding: 0 24px; display: flex; align-items: center; justify-content: space-between; height: 56px; position: sticky; top: 0; z-index: 100; }
.docs-header__logo { display: flex; align-items: center; gap: 10px; text-decoration: none; color: #1a1a1a; font-size: 18px; font-weight: 700; }
.docs-header__logo img { height: 28px; }
.docs-header__nav { display: flex; align-items: center; gap: 20px; }
.docs-header__nav a { color: #555; text-decoration: none; font-size: 14px; font-weight: 500; transition: color 0.2s; }
.docs-header__nav a:hover { color: #3c8dbc; }
.docs-content { max-width: 1200px; margin: 0 auto; padding: 24px 24px 60px; }
.docs-footer { background: #fff; border-top: 1px solid #e8eaed; padding: 20px 24px; text-align: center; color: #999; font-size: 13px; }
.docs-footer a { color: #3c8dbc; text-decoration: none; }
@media (max-width: 768px) {
    .docs-header { padding: 0 16px; }
    .docs-content { padding: 16px 16px 40px; }
    .docs-header__nav { gap: 12px; }
}