.flex {
    display: flex;
    flex-direction: column;
    align-items: center
}

.flex__center-vertical {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

input::-ms-clear {
    display: none
}

.block2 .wrapper {
    padding-top: 120px;
    padding-bottom: 65px
}

.block7 .wrapper, .block9 .wrapper {
    padding-top: 80px;
    padding-bottom: 75px
}

.block7 .x_price_current {
    font-size: inherit;
    color: inherit
}

.block10 .wrapper {
    padding-top: 80px;
    padding-bottom: 60px
}

.block11 .wrapper {
    padding-top: 80px;
    padding-bottom: 70px
}

.block13 .wrapper {
    padding-top: 80px;
    padding-bottom: 75px
}

.title {
    font-size: 44px;
    line-height: 54px;
    color: #31363e;
    font-family: Roboto;
    font-weight: 800;
    text-align: center
}

/*.btn {
    outline: none;
    border: none;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    width: 340px;
    height: 71px;
    border-radius: 32px;
    font-size: 30px;
    font-weight: 700;
    color: #243e69;
    background-color: #df2729;
    background-image: linear-gradient(90deg, #efbe0e, #ffde67 50%, #f8c81d);
    box-shadow: 0 13px 10px -10px rgba(217, 178, 0, .5);
    border-bottom: 6px solid #e2b619;
    z-index: 2
}

.btn:after {
    content: "";
    width: 80%;
    height: 2px;
    background: linear-gradient(90deg, transparent, hsla(0, 0%, 100%, .7), transparent);
    position: absolute;
    bottom: 0;
    left: 32px
}

.btn:hover {
    background-image: linear-gradient(90deg, #fedd2f, #f6aa0d 50%, #fedd2f);
    border-bottom: 6px solid #f6aa0d
}*/

.logo__text {
    margin-bottom: -6px
}

@media screen and (max-width: 1169px) {
    .block br {
        display: none
    }
}

.block10 .block__title {
    margin-top: 13px
}

.block10__subtitle {
    color: #31363e;
    font-size: 18px
}

.block10__content {
    margin-top: 40px;
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.block10 .content__animation {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    max-height: 242px
}

.block10 .content__item {
    width: 350px;
    text-align: center
}

.block10 .item__auth {
    margin-top: 30px;
    font-size: 20px;
    color: #2a2a2a
}

.block10 .auth__name {
    font-weight: 700
}

.block10 .item__city {
    margin-top: 15px;
    color: silver
}

.block10 .item__text {
    margin-top: 20px;
    color: #2e2e2e;
    line-height: 28px;
    font-size: 18px
}

@media screen and (max-width: 1023px) {
    .block10__content {
        max-width: 748px
    }

    .block10 .content__animation {
        display: none
    }

    .block10 .item__title {
        font-size: 18px;
        margin-top: 10px
    }

    .block10 .item__text {
        font-size: 16px
    }

    .block10 .content__item {
        width: 236px
    }
}

@media screen and (max-width: 767px) {
    .block10__content {
        max-width: 440px;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-align: center;
        align-items: center;
        margin-top: 20px
    }

    .block10 .content__item {
        margin-bottom: 50px
    }

    .block10 .content__item:last-child {
        margin-bottom: 30px
    }

    .block10 .item__text {
        margin-top: 5px;
        line-height: 22px
    }

    .block10 .content__item {
        width: 100%
    }
}

.review-item__right {
    position: relative
}

.before-block:before {
    content: "";
    display: block;
    width: 100%;
    height: 40px;
    background: linear-gradient(180deg, hsla(0, 0%, 100%, .3), #fff);
    position: absolute;
    bottom: 0;
    transition: all .3s ease
}

.review-item__right .review-text {
    font-size: 18px;
    line-height: 1.7;
    padding-bottom: 10px;
    overflow: hidden;
    transition: .3s
}

.right-button {
    cursor: pointer;
    position: absolute;
    left: calc(50% - 14px);
    top: 100%;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background-color: #fad13e;
    box-shadow: 0 4px 4px rgba(0, 0, 0, .1), 0 0 1px rgba(0, 0, 0, .1)
}

.right-button:hover {
    width: 48px;
    height: 48px;
    top: calc(100% - 10px);
    left: calc(50% - 24px);
    border: 10px solid rgba(255, 241, 188, .8)
}

.right-button:hover:after, .right-button:hover:before {
    background-color: #000
}

.right-button:after, .right-button:before {
    content: "";
    display: block;
    position: absolute;
    width: 12px;
    height: 2px;
    background-color: #fff;
    top: calc(50% - 1px);
    left: calc(50% - 6px)
}

.right-button:before {
    transform: rotate(90deg)
}

.right-button.button180 {
    background-color: #fad13e
}

.right-button.button180:before {
    display: none
}

.block11 {
    background-color: #f7f7f7
}

.block11 .block__title {
    margin-top: 13px
}

.block11 .left__img {
    width: 100%;
    height: auto
}

.block11 .left__img-1 {
    max-width: 294px
}

.block11 .left__img-2 {
    max-width: 288px
}

.block11 .left__img-3 {
    max-width: 205px
}

.block11__content {
    margin-top: 40px;
    width: 100%;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.block11 .content__animation, .block11__content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.block11 .content__animation {
    max-height: 236px
}

.block11 .content__item {
    width: 350px;
    text-align: center
}

.block11 .item__title {
    color: #49424c;
    font-weight: 700;
    margin-top: 20px;
    font-size: 20px
}

.block11 .item__img {
    min-height: 236px
}

@media screen and (max-width: 1023px) {
    .block11__content {
        max-width: 748px
    }

    .block11 .content__animation {
        display: none
    }

    .block11 .left__img-3 {
        max-width: 170px
    }

    .block11 .item__img {
        min-height: 196px
    }

    .block11 .item__title {
        font-size: 18px;
        margin-top: 10px
    }

    .block11 .content__item {
        width: 236px
    }
}

@media screen and (max-width: 767px) {
    .block11__content {
        max-width: 440px;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-align: center;
        align-items: center;
        margin-top: 20px
    }

    .block11 .left__img-3 {
        max-width: 205px
    }

    .block11 .content__item {
        margin-bottom: 30px
    }

    .block11 .content__item:last-child {
        margin-bottom: 0
    }

    .block11 .content__item {
        width: 100%
    }
}

.block13 {
    background-color: #f7f7f7
}

.block13 .block__title {
    margin-top: 13px
}

.block13 .logo__text {
    margin-bottom: -6px
}

.block13__content {
    margin-top: 40px;
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.block13 .left__img-1 {
    width: 100%;
    height: auto;
    max-width: 242px
}

.block13 .content__animation {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    max-height: 242px
}

.block13 .arrow-svg {
    transform: rotate(-90deg);
}

.block13 .content__animation:nth-child(2) .arrow-svg img {
    animation: 2s arrow-13 linear infinite;
}

.block13 .content__animation:nth-child(4) .arrow-svg img {
    animation: 2s arrow-13 linear infinite;
    animation-delay: 1s;
}

@keyframes arrow-13 {
    0% {
        transform: translateY(0);
        opacity: 0.2;
    }

    25% {
        transform: translateY(7px);
        opacity: 1;
    }

    51%,100% {
        transform: translateY(0);
        opacity: 0.2;
    }
}


.block13 .content__item {
    width: 350px;
    text-align: center
}

.block13 .item__title {
    color: #49424c;
    font-weight: 700;
    margin-top: 20px;
    font-size: 20px
}

.block13 .item__text {
    color: #2a2a2a;
    font-size: 16px;
    margin-top: 14px;
    line-height: 24px
}

.block13__subtitle {
    font-weight: 400;
    width: 100%;
    text-align: center;
    margin-top: 28px;
    color: #949494;
    font-size: 16px;
    line-height: 1.5
}

.block13 .blue1 {
    font-weight: 700;
    color: #233d68
}

@media screen and (max-width: 1023px) {
    .block13__content {
        max-width: 748px
    }

    .block13 .content__animation {
        display: none
    }

    .block13 .item__title {
        font-size: 18px;
        margin-top: 10px
    }

    .block13 .item__text {
        font-size: 16px;
        line-height: 20px
    }

    .block13 .content__item {
        width: 236px
    }
}

@media screen and (max-width: 767px) {
    .block13__content {
        max-width: 440px;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-align: center;
        align-items: center;
        margin-top: 20px
    }

    .block13 .content__item {
        margin-bottom: 30px
    }

    .block13 .content__item:last-child {
        margin-bottom: 0
    }

    .block13 .item__text {
        margin-top: 5px;
        line-height: 22px
    }

    .block13 .content__item {
        width: 100%
    }
}

.block2 .block__title {
    margin-top: 13px
}

.block2__content {
    margin-top: 40px;
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center
}

.block2 .content__item {
    width: 350px;
    text-align: center
}

.block2 .item__img {
    position: relative
}

.block2 .item__img:before {
    content: "";
    position: absolute;
    width: 182px;
    height: 175px;
    background-image: url(../images/block2__img-bg.png);
    z-index: -1;
    top: 37px;
    left: -23px
}

.block2 .item__title {
    color: #31363e;
    font-weight: 700;
    margin-top: 20px;
    font-size: 24px
}

.block2 .item__text {
    color: #31363e;
    font-size: 16px;
    margin-top: 14px;
    line-height: 24px
}

.block2__subtitle, .block2__subtitle1 {
    font-weight: 700;
    width: 100%;
    text-align: center;
    margin-top: 40px;
    color: #fad13e;
    font-size: 34px
}

.block2__subtitle1 {
    margin-top: 5px;
    color: #31363e
}

.arrow-svg {
    width: 21px;
    height: 21px;
    border-radius: 50%;
    background: #fff;
    border: 4px solid #fad13e;
    box-shadow: 0 0 0 4px #fde489;
    position: relative;
    display: block;
}

.block2 .block2__bottom-circle img {
    animation: 1.5s arrow-svg linear infinite;
}


.arrow-svg img {
    width: 22px;
    max-width: none;
    height: 24px;
    position: absolute;
    bottom: 80%;
    left: calc(50% - 11px);
}

.block2__bottom-circle {
    margin-top: 20px
}

@keyframes arrow-svg {
    0%, 100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(7px);
    }
}

@media screen and (max-width: 1023px) {
    .block2__content {
        max-width: 748px
    }

    .block2 .content__animation, .block2 .item__img:before {
        display: none
    }

    .block2 .item__title {
        font-size: 18px;
        margin-top: 10px
    }

    .block2 .item__text {
        font-size: 16px
    }

    .block2 .content__item {
        width: 236px
    }
}

@media screen and (max-width: 767px) {
    .block2__content {
        max-width: 440px;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-align: center;
        align-items: center;
        margin-top: 20px
    }

    .block2 .content__item {
        margin-bottom: 30px
    }

    .block2 .content__item:last-child {
        margin-bottom: 0
    }

    .block2 .item__text {
        margin-top: 5px;
        line-height: 22px
    }

    .block2 .content__item {
        width: 100%
    }
}

.block7 {
    background-color: #f7f7f7
}

.block7 .pic__img-logo {
    width: 130px;
    height: 38px
}

.block7__subtitle {
    text-align: center;
    color: #31363e;
    font-size: 18px;
    margin-top: 20px;
    margin-bottom: 65px;
    line-height: 28px
}

.block7 .content__top {
    width: 100%;
    display: -ms-flexbox;
    display: flex
}

.block7 .content__bottom {
    margin-top: 0
}

.block7 .line1 {
    position: relative;
    margin-top: 19px;
    margin-bottom: 19px
}

.block7 .line1:before {
    content: "";
    position: absolute;
    background-image: url(../images/block7__check.svg);
    width: 42px;
    height: 36px;
    top: calc(50% - 21px);
    left: calc(50% - 18px)
}

.block7 .line2 {
    position: relative;
    margin-top: 19px;
    margin-bottom: 19px
}

.block7 .line2:before {
    content: "";
    position: absolute;
    background-image: url(../images/block7__cross.svg);
    width: 38px;
    height: 38px;
    top: calc(50% - 19px);
    left: calc(50% - 19px)
}

.block7 .top__item {
    width: 285px;
    cursor: pointer;
    background-color: #fff;
    outline: none;
    padding-bottom: 25px;
    padding-top: 30px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    border-right: 1px solid #e6e6e6
}

.block7 .top__item:last-child {
    border: none
}

.block7 .top__item2, .block7 .top__item3 {
    width: 300px
}

.block7 .top__item-title {
    color: #000;
    font-weight: 700;
    font-size: 20px;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 5px;
    min-height: 40px
}

.block7 .top__item3 .top__item-title, .block7 .top__item-title {
    -ms-flex-align: center;
    align-items: center
}

.block7 .title__text {
    margin-left: 5px
}

.block7 .top__item-subtitle {
    color: #31363e;
    font-size: 14px;
    line-height: 20px
}

.block7 .top__item.active {
    background-color: #fad13e
}

.block7 .top__item.active .top__item-title {
    color: #fff
}

.block7 .auth__title {
    color: silver;
    font-size: 16px;
    margin-left: 20px
}

.block7 ib {
    display: inline-block
}

.block7 .yellow1 {
    color: #0c2c18;
    background-color: #fde489;
    font-weight: 700;
    font-size: 20px
}

.block7 .bottom__item {
    color: #000;
    outline: none;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px;
    padding-top: 15px
}

.block7 .item__left {
    width: 370px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center
}

.block7 .left__item-1 {
    width: 215px;
    padding-right: 17px;
    padding-left: 17px;
    border: 2px solid #7fcf0d;
    background-color: #fff
}

.block7 .left__item-2 {
    width: 155px;
    padding-right: 15px;
    padding-left: 15px
}

.block7 .left__item-2 .item__pic {
    min-height: 76px
}

.block7 .left__item-2 .item__text {
    color: #0c0c0c;
    font-size: 16px;
    font-weight: 700
}

.block7 .item__pic, .block7 .item__text, .block7 .table__text, .block7 .table__title {
    text-align: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center
}

.block7 .item__pic, .block7 .table__title {
    height: 1px;
    min-height: 74px
}

.block7 .item__text {
    color: #31363e;
    font-size: 17px
}

.block7 .text__bold {
    font-weight: 700
}

.block7 .item__text1 {
    min-height: 123px
}

.block7 .item__text2 {
    min-height: 140px
}

.block7 .item__text3 {
    min-height: 110px
}

.block7 .item__text4 {
    min-height: 139px
}

.block7 .line {
    width: 100%;
    height: 1px;
    background-color: #e2e2e2
}

.block7 .item__right {
    width: 800px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.block7 .right__table {
    width: 215px;
    background-color: #fff;
    border: 2px solid #df404f;
    text-align: center;
    padding-right: 17px;
    padding-left: 17px
}

.block7 .table__title {
    color: #31363e;
    font-size: 26px;
    font-weight: 700
}

.block7 .table__text {
    color: #9ca2ac;
    font-size: 17px
}

.block7 .right__text {
    width: 555px
}

.block7 .right__text .pic__img {
    margin-top: -15px
}

.block7 .text__auth {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 30px
}

.block7 .text__question {
    color: #31363e;
    font-size: 18px;
    font-weight: 700
}

.block7 .text__answer {
    color: #b1b1b1
}

.block7 .hid, .block7 .text__hid {
    display: none
}

.block7 .inner {
    width: 100%
}

.block7 .text__question2 {
    margin-bottom: 15px;
    margin-top: 25px
}

.block7 .text__answer {
    font-size: 17px;
    line-height: 26px
}

.block7 .koma {
    display: inline-block;
    width: 73px;
    height: 57px;
    vertical-align: middle;
    background-image: url(../images/koma.png)
}

.block7 .slick-list {
    padding-top: 0
}

.block7 .item__text1, .block7 .item__text2, .block7 .item__text3, .block7 .item__text4 {
    height: 1px
}

@media screen and (max-width: 1180px) {
    .block7 .top__item2, .block7 .top__item3 {
        width: 295px
    }
}

@media screen and (max-width: 1169px) {
    .block7 .top__item, .block7 .top__item2, .block7 .top__item3 {
        width: 253.5px
    }

    .block7 .wrapper {
        max-width: none
    }

    .block7 .koma {
        display: none
    }

    .block7 .text__question {
        font-size: 16px
    }

    .block7 .text__question1 {
        margin-bottom: 10px
    }

    .block7 .text__question2 {
        margin-top: 15px;
        margin-bottom: 10px
    }

    .block7 .text__answer {
        font-size: 16px;
        line-height: normal
    }

    .block7__content {
        max-width: 1014px;
        margin: 0 auto
    }

    .block7 .title__img-margin {
        margin-left: 25px;
        max-width: none
    }

    .block7 .right__text {
        width: 434px
    }

    .block7 .item__right {
        width: 664px
    }

    .block7 .left__item-1, .block7 .right__table {
        width: 205px;
        padding-right: 10px;
        padding-left: 10px
    }

    .block7 .item__left {
        width: 350px
    }

    .block7 .left__item-2 {
        width: 145px;
        padding-left: 10px;
        padding-right: 10px
    }
}

@media screen and (max-width: 1023px) {
    .block7__content {
        max-width: 758px;
        margin: 0 auto
    }

    .block7 .item__left {
        display: none
    }

    .block7 .hid {
        display: block
    }

    .block7 .item__right {
        width: 100%;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .block7 .right__text {
        width: 100%
    }

    .block7 .right__text .pic__img {
        margin-top: 10px
    }

    .block7 .left__item-1, .block7 .right__table {
        width: 306.5px;
        padding-right: 10px;
        padding-left: 10px
    }

    .block7 .item__text1, .block7 .item__text2, .block7 .item__text3, .block7 .item__text4 {
        min-height: 60px
    }

    .block7 .slick-prev {
        top: -60px;
        width: 36px;
        height: 29px;
        left: -10px
    }

    .block7 .slick-prev:before {
        content: "";
        display: block;
        background: url(../images/arrow.svg) no-repeat top/36px 29px;
        width: 36px;
        height: 29px;
        transform: rotate(180deg)
    }

    .block7 .slick-next {
        top: -60px;
        width: 36px;
        height: 29px;
        right: -10px
    }

    .block7 .slick-next:before {
        content: "";
        display: block;
        background: url(../images/arrow.svg) no-repeat top/36px 29px;
        width: 36px;
        height: 29px
    }

    .block7 .slick-next.slick-disabled, .block7 .slick-prev.slick-disabled {
        display: none;
        cursor: default;
        opacity: 0
    }

    .block7 .inner {
        margin: 0 auto;
        overflow-x: hidden
    }

    .block7 .top__item, .block7 .top__item2, .block7 .top__item3 {
        width: 252.66667px
    }

    .block7 .content__top {
        width: calc(100% + 758px / 3);
        transition: all .5s
    }

    .block7 .content__top.active {
        transform: translateX(-252.66667px)
    }

    .block7 .content__top.active1 {
        transform: translateX(0)
    }

    .block7 .content__top.active2 {
        transform: translateX(-300px)
    }

    .block7 .content__top.active3 {
        transform: translateX(-600px)
    }

    .block7 .content__top.active4 {
        transform: translateX(-900px)
    }
}

@media screen and (max-width: 767px) {
    .block7 .left__item-2.hid {
        display: none
    }

    .block7__subtitle {
        margin-bottom: 30px
    }

    .block7 .text__auth {
        margin-bottom: 10px
    }

    .block7 .text__hid {
        color: #31363e;
        margin-bottom: 10px;
        font-weight: 700;
        display: block
    }

    .block7 .item__right {
        max-width: 630px;
        margin: 0 auto
    }

    .block7 .item__text1 {
        min-height: 90px
    }

    .block7 .item__text2 {
        min-height: 80px
    }

    .block7 .item__text3 {
        min-height: 90px
    }

    .block7 .item__text4 {
        min-height: 100px
    }

    .block7 .item__text1, .block7 .item__text2, .block7 .item__text3, .block7 .item__text4 {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-align: center;
        align-items: center
    }

    .block7 .inner {
        width: 600px;
        margin: 0 auto
    }

    .block7 .top__item, .block7 .top__item2, .block7 .top__item3 {
        width: 300px
    }

    .block7 .content__top {
        width: calc(100% + 900px);
        transition: all .5s
    }

    .block7 .content__top.active {
        transform: translateX(-300px)
    }

    .block7 .slick-next {
        right: 0
    }

    .block7 .slick-prev {
        left: 0
    }
}

@media screen and (max-width: 639px) {
    .block7 .left__item-1, .block7 .right__table {
        width: 50%;
        padding-right: 5px;
        padding-left: 5px
    }

    .block7 .inner {
        width: 300px;
        margin: 0 auto
    }

    .block7 .bottom__item4 .item__text1 {
        min-height: 120px
    }

    .block7 .item__text1 {
        min-height: 65px
    }

    .block7 .item__text2 {
        min-height: 80px
    }

    .block7 .item__text3 {
        min-height: 70px
    }

    .block7 .item__text4 {
        min-height: 100px
    }

    .block7 .item__text1, .block7 .item__text2, .block7 .item__text3, .block7 .item__text4 {
        font-size: 14px
    }

    .block7 .item__pic, .block7 .table__title {
        font-size: 22px
    }
}

.block9 {
    background-color: #f7f7f7
}

.block9 .block__title {
    margin-top: 13px
}

.block9__content {
    margin-top: 40px;
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center
}

.block9 .content__item {
    width: 370px;
    text-align: left
}

.block9 .left__img-1 {
    width: 100%;
    max-width: 370px;
    height: auto
}

.block9 .item__auth {
    margin-top: 25px;
    color: #2a2a2a;
    font-size: 20px
}

.block9 .auth__name {
    font-weight: 900
}

.block9 .item__city {
    margin-top: 10px;
    color: #31363e;
    font-size: 16px;
    background-color: #fde489;
    display: inline-block
}

.block9 .item__text {
    color: #404040;
    font-size: 18px;
    margin-top: 14px;
    line-height: 28px
}

.block9__subtitle {
    font-weight: 400;
    width: 100%;
    text-align: center;
    margin-top: 28px;
    color: #949494;
    font-size: 16px
}

.block9 .blue {
    font-weight: 700;
    color: #233d68
}

@media screen and (max-width: 1169px) {
    .block9 .content__item {
        width: 320px
    }
}

@media screen and (max-width: 1023px) {
    .block9__content {
        max-width: 748px
    }

    .block9 .content__animation {
        display: none
    }

    .block9 .item__auth {
        font-size: 18px;
        margin-top: 10px
    }

    .block9 .item__text {
        margin-top: 10px;
        font-size: 16px;
        line-height: 22px
    }

    .block9 .content__item {
        width: 236px
    }
}

@media screen and (max-width: 767px) {
    .block .logo__text {
        width: 120px
    }

    .block9__content {
        max-width: 440px;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-align: center;
        align-items: center;
        margin-top: 20px
    }

    .block9 .content__item {
        text-align: center;
        margin-bottom: 30px
    }

    .block9 .content__item:last-child {
        margin-bottom: 0
    }

    .block9 .item__text {
        margin-top: 5px;
        line-height: 22px
    }

    .block9 .content__item {
        width: 100%
    }
}

.block7 .line3 {
    margin-top: 19px;
    margin-bottom: 19px
}

.block7 .ib {
    display: inline-block
}

@media screen and (max-width: 639px) {
    .block7 .top__item {
        cursor: default
    }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
    .block11 .option {
        display: block
    }
}


.block11 .left__img-1,
.block11 .left__img-2 {
  position: relative;
  display: flex;
  justify-content: flex-end;
  margin: 0 auto;
}
.block11 .packet {
  position: absolute;
  bottom: -5px;
  left: -5px;

}

@media screen and (max-width: 1023px) {
  .block11 .chashka {
    width: 203px;
    height: 195px;
  }
  .block11 .packet {
    position: absolute;
    width: 73px;
    height: auto;
  }
}
@media screen and (max-width: 1023px) {
  .block11 .chashka {
    width: 243px;
    height: 235px;
  }
  .block11 .packet {
    position: absolute;
    width: 93px;
    height: auto;
  }
}