@import url(fonts/uni/stylesheet.css);

@import url(lib/normalize.css);
@import url(lib/animate.css);

@import url(icons.css);
@import url(elements.css);
@import url(grid.css);

*:active,
*:focus {
    outline: none !important;
}

*::-moz-focus-inner {
    border: 0 !important;
}

html {
    font-family: Uni Neue;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 25px;
    letter-spacing: 0.05em;
    text-align: center;
}

body {
    overflow-x: hidden;
}

.container {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 30px;
    min-width: 260px;
}

header {
    background: #EEEEF0;
    height: 90vh;
    color: #fff;
    min-height: 720px;
    position: relative;
    z-index: 10;
    background-position: center 8px;
    background-repeat: no-repeat;
    background-size: cover;
}

@media screen and (max-width: 580px) {
    header {
        background-position: -66px 40px;
    }
}

/* header::before {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    content: '';
    z-index: 1;
    background-image: url(../img/images/home/img-header.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
} */

header .container {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    z-index: 2;
}

.header {
    height: 100px;
}

.header a {
    color: #000;
}

.header__logo img {
    min-width: 115px;
    max-width: 267px;
}


.header,
.header__nav nav ul,
.header__phone,
.header__phone>div a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.header__phone {
    flex-direction: column;
    align-items: flex-start;
}

.flex-menu>ul {
    position: absolute;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background: #fff;
    padding: 10px 15px;
    border: 1px solid #04A9E8;
    margin-top: 1px;
}

.flex-menu li {
    padding: 4px 10px;
    width: 100%;
    text-align: left;
}

.flex-menu.open .ic {
    position: relative;
}

.flex-menu.open .ic::before {
    content: '';
    width: 10px;
    height: 10px;
    background: #fff;
    border-left: 1px solid #04A9E8;
    border-top: 1px solid #04A9E8;
    display: inline-block;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    bottom: -6px;
    background: #fff;
    z-index: 1
}

.header__nav {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.header__nav nav {
    margin-left: 25px;
}

.header__nav nav>ul>li {
    margin-right: 0px;
    text-align: center;
}

.header__nav nav ul li a {
    font-family: Uni Neue;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.header__nav nav ul li a:hover {
    color: #1572B7;
    text-decoration: underline;
}

.header__nav nav ul li a .ic {
    margin-left: 10px;
    height: 23px;
    position: relative;
    top: 2px;
}

.header__phone>div a .ic {
    margin-right: 12px;
}

.header__phone>div {
    margin-left: 17px;
}

.header__phone>div a {
    /* border: 1px solid #04A9E8; */
    padding: 0px 10px;
    border-radius: 0;
    font-size: 15px;
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
    white-space: nowrap;
    color: #04A9E8;
}

.header__b2b a {
    display: block;
    background: #1572B7;
    color: #fff;
    padding: 10px 25px;
    line-height: 130%;
    margin-left: 20px;
}

.header__b2b a:hover {
    opacity: 0.9;
}

.header__phone>div a:hover {
    /* border: 1px solid #FD1D01; */
    text-decoration: underline;
}

.header-content__h1 {
    font-family: Uni Neue;
    font-style: normal;
    font-weight: bold;
    font-size: 48px;
    line-height: 65px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    /*! padding-top: 115px; */
    color: #000;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-top: 100px;
}

.header-content__h1 span {
    text-align: left;
    display: block;
    padding-top: 35px;
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 0.05em;
}

.header-content__advantages ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 100%;
    margin-top: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.header-content__advantages ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #254C87;
    font-size: 18px;
    font-weight: normal;
    height: 48px;
}

.header-content__advantages ul li .ic {
    margin-right: 10px
}

.header-content__images img {
    max-width: 620px;
    margin: 0 auto;
    max-height: 100%;
    margin-top: auto;
    -o-object-fit: contain;
    object-fit: contain;
    height: auto;
    width: auto;
}

.header-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.header-content .header-content__images {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: radial-gradient(50% 100% at 50% 100%, rgba(75, 80, 97, 0.6) 0%, rgba(9, 12, 21, 0.6) 100%);
    padding-top: 35px;
}



.product__image {
    padding-top: 43%;
    position: relative;
}

.product__image img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    max-height: 70%;
    max-width: 60%;
    width: auto;
    height: auto;
    margin: auto;
    mix-blend-mode: multiply;
}

.section-products .colum {
    -ms-flex-preferred-size: calc(33.33% - 6px);
    flex-basis: calc(25% - 6px);
    max-width: calc(25% - 6px);
    background: #EEEEF0;
    margin: 9px 0;
}

.product__title {
    font-weight: bold;
    font-size: 24px;
    line-height: 32px;
    color: #090C15;
}

.product__desc {
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    letter-spacing: 0.05em;
    color: #7A808D;
    max-width: 445px;
    margin: 0 auto;
    padding: 15px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.product__cost {
    color: #04A9E8;
    padding-bottom: 25px;
    padding-top: 0px;
}

.product__cost a {
    color: #1572B7;
}

.product__cost:hover {
    text-decoration: underline;
}

.product__cost .ic {
    margin-left: 4px;
    margin-top: 0;
    position: relative;
    top: 1px;
}

.product {
    padding-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
}

.how-we-working {
    background-image: url(../img/images/svg/bg-how.svg);
    background-position: -10px top;
    background-size: cover;
    background-color: #4fa7c9;
}

/* section about */

.section-about {
    padding: 77px 0 60px 0;
    position: relative;
}

.section-about::before {
    content: '';

    background: #ccc;
    display: block;
    position: absolute;
    background: url(../img/images/svg/block-bg.svg);
    z-index: -1;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-size: 100% auto;
    background-position: left bottom;
}

.about-box__text {
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #04A9E8;
}

.about-box__title {
    font-size: 28px;
    line-height: 38px;
    text-align: center;
    color: #19191A;
    font-weight: bold;
    max-width: 1000px;
    margin: 0 auto;
    padding: 10px 0;
}

.separate-line span {
    width: 2px;
    height: 92px;
    display: inline-block;
    background: #04A9E8;
}

.about-box__desc {
    font-weight: 500;
    font-size: 14px;
    line-height: 25px;
    text-align: center;
    letter-spacing: 0.05em;
    color: #676D78;
    max-width: 1000px;
    margin: 0 auto;
    padding-top: 10px;
}


.section-about .separate-line {
    padding: 20px 0
}

.section-about .separate-line::before {
    content: '';
    width: 100px;
    height: 100px;
    background: #ccc;
    display: block;
    position: absolute;
    right: 4%;
    background: url(../img/images/svg/dots1.svg);
    z-index: -1;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    margin-top: -3%;
}

/* section company in digits */

section.company-in-digits {
    padding-bottom: 100px;
    padding-top: 8px;
}

.company-digits__total {
    font-style: normal;
    font-weight: 800;
    font-size: 64px;
    line-height: 86px;
    text-align: left;
    color: #19191A;
}

.company-digits__title {
    font-weight: bold;
    font-size: 18px;
    line-height: 24px;

    color: #19191A;
    margin-bottom: 13px;
}

.company-digits__desc {
    font-weight: 500;
    font-size: 14px;
    line-height: 25px;
    letter-spacing: 0.05em;
    text-align: left;
    color: #676D78;
    max-width: 240px
}

.company-digits {
    text-align: left;
}

.company-in-digits .colum {
    border-left: 2px solid #04A9E8;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.company-in-digits .colum .company-digits {
    max-width: 250px;
    margin: 0 auto
}

.company-in-digits .colum:last-child {
    border-left: 2px solid #04A9E8;
    border-right: 2px solid #04A9E8;
}

/* section how we working */

.section-bg-radius {
    /*! min-height: 435px; */
    background-position: center top;
    background-size: 100%;
    background-repeat: no-repeat;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 0;
    background-color: transparent;
}

.section-bg-radius::after {
    width: 100%;
    height: 7vw;
    display: block;
    content: '';
    position: absolute;
    bottom: 0;
    /*! background: #eeeef0; */
    z-index: -1;
}

.section-bg-rectangle {
    background: transparent;
    padding-top: 4px;
    padding-bottom: 104px;
}


.order-in-step {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.order-in-step__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.order-in-step__item>div {
    width: 45%
}

.order-in-step__item>.order-in-step__number {
    max-width: 140px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.order-in-step__left>.order-in-step__title,
.order-in-step__left>.order-in-step__desc {
    text-align: right
}

.order-in-step__right>.order-in-step__title,
.order-in-step__right>.order-in-step__desc {
    text-align: left
}

.section-header-1 {
    font-weight: bold;
    font-size: 47px;
    line-height: 65px;
    color: #000;
}


.section-bg-radius .section-header-1 {
    color: #fff
}

.section-bg-radius__text {
    font-weight: 500;
    font-size: 14px;
    line-height: 19px;
    text-align: center;
    letter-spacing: 0.05em;
    color: #FFF;
}

.section-bg-radius__phone a {
    font-weight: bold;
    font-size: 18px;
    line-height: 27px;
    text-align: center;
    letter-spacing: 0.05em;
    color: #fff;
}

.circle-digit {
    width: 50px;
    height: 50px;
    border: 1px solid #fff;
    display: inline-block;
    line-height: 50px;
    border-radius: 0%;
    font-size: 18px;
    color: #1572B7;
    background: #fff;
    position: relative;
}

.circle-digit::before {
    content: '';
    background-image: url(../img/images/svg/polygon1.svg);
    width: 11px;
    height: 20px;
    display: inline-block;
    position: absolute;
    top: -18px;
    background-repeat: no-repeat;
    background-position: center;
}

.polygon-left .circle-digit::before {
    position: absolute;
    top: 50%;
    left: -14px;
    -webkit-transform: rotate(-90deg) translateX(100%);
    transform: rotate(-90deg) translateX(100%);
}

.polygon-right .circle-digit::before {
    position: absolute;
    top: 50%;
    right: -14px;
    -webkit-transform: rotate(90deg) translateX(-100%);
    transform: rotate(90deg) translateX(-100%);

}

.order-in-step__number::after,
.section-bg-radius__digits::after {
    content: '';
    display: block;
    min-height: 42px;
    width: 2px;
    background: #fff;
    margin: 10px auto;

    -webkit-box-flex: 1;

    -ms-flex-positive: 1;

    flex-grow: 1;
}

.section-bg-radius__digits::after {
    margin-bottom: 0
}

.order-in-step__item:last-child .order-in-step__number::after {
    display: none
}

.order-in-step__title {
    font-weight: bold;
    font-size: 18px;
    line-height: 27px;
    text-align: center;
    letter-spacing: 0.05em;

    color: #fff;
    margin-bottom: 5px;
    margin-top: -6px;
}

.order-in-step__desc {
    font-weight: 500;
    font-size: 14px;
    line-height: 19px;
    text-align: right;
    letter-spacing: 0.05em;

    color: #FFF;
    max-width: 365px
}

.order-in-step__left .order-in-step__desc {
    margin-left: auto
}

.order-in-step__right .order-in-step__desc {
    margin-right: auto
}

.section-bg-radius {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.section-bg-radius .separate-line span {
    background-color: transparent;
}

.section-bg-radius .section-header-1,
.section-bg-radius__phone {
    margin-bottom: 24px;
}

.section-bg-radius__btn {
    margin: 6px;
}

/* service */

section.service {
    padding-top: 115px;
    padding-bottom: 95px;
    position: relative;
}



section.service .colum {
    -ms-flex-preferred-size: calc(50% - 45px);
    flex-basis: calc(50% - 50px);
    max-width: calc(50% - 50px);
}

.service-item {
    text-align: left;
    margin-bottom: -6px;
    padding-top: 77px;
    position: relative;
}

.service-item__desc {
    font-weight: 500;
    font-size: 14px;
    line-height: 19px;
    letter-spacing: 0.05em;
    color: #676D78;
    max-width: 480px
}

.service-item__title.section-header-1 {
    height: auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 30px 0;
    color: #000;
}

.service .colum_left>.service-item:first-child {
    margin-top: -114px;
}

.service .colum_left .service-item__title {
    border-right: 2px solid #04A9E8;
    color: #000;
}



.service-item__image {
    position: relative;
}







/* section-callback */

.section-callback {
    background: #eee;
    padding: 72px 0 60px 0;
    position: relative;
}

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

.form__item.form_textarea {
    margin-top: 21px;
}

.form__subitem {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-bottom: 13px;
}

.form {
    max-width: 745px;
    margin: 0 auto
}

.form textarea {
    min-height: 101px;
    max-width: 745px;
}

.section-callback__desc {
    max-width: 480px;
    margin: 14px auto 40px auto;
    color: #32363E;
    line-height: 19px;
}

.form__footer>div {
    color: #676D78;
    margin-top: 20px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-bottom: 13px;
}

.form__footer>div.error {
    color: #dd0000;
}

.form__footer>div.complete {
    color: green;
}


footer {
    background: #090C15;
    padding: 80px 0 0 0;
}

.footer a {
    background: #090C15;
    padding: 40px 0 0 0;
}

.footer__logo {
    max-width: 283px;
    margin: 0 auto;
}

.footer__dev a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #58575F;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.footer__dev img {
    max-width: 180px;
    margin-left: 15px;
}

.footer__link ul,
.footer__link ul a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #04A9E8;
}

.footer__link ul {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: none;
    margin: 0 auto;
}

.footer__link ul li {
    margin: 0 3%;
}

.footer__link ul a .ic {
    margin-right: 10px
}

.footer__desc {
    font-weight: 500;
    font-size: 13px;
    line-height: 175.5%;
    text-align: center;
    letter-spacing: 0.05em;
    color: #E7E8F2;
    max-width: 830px;
    margin: 0 auto;
    padding-top: 30px;
    padding-bottom: 30px;
}

.footer__dev {
    height: 60px;
    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;
    background: #000
}

.footer__link {
    padding-bottom: 50px;
}

.m-menu {
    display: none;
}

.mobile__footer li a {
    display: none;
}

.header-top {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    background: #fff;
    z-index: 10;
    -webkit-box-shadow: 0 0 3px 1px #c6c6c69e;
    box-shadow: 0 0 3px 1px #c6c6c69e;
}

section.download-price {
    background: #04A9E8;
    padding: 82px 0 109px 0;
    color: #fff;
}

section.download-price .section-header-1 {
    color: #fff
}

.btn-white .ic {
    margin-right: 15px;
}

.download-price__button {
    padding: 30px 0;
}

.download-price__text {
    max-width: 1015px;
    margin: 0 auto;
}

.section-callback::before {
    content: '';
    background: #eee;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 20px;
    background-image: url(../img/images/svg/green-line.svg);
    background-repeat: repeat-x;
}

.header__nav ul {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    max-width: 775px;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}


.btn {
    display: block;
    background: #1572B7;
    color: #fff;
    padding: 10px 25px;
    line-height: 130%;
    margin-left: 20px;
    border: none;
    cursor: pointer;
    transition: 0.5s ease;
}

.btn:hover {
    opacity: 0.8
}

.footer__btn {
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer__btn a {
    padding-top: 0;
}


.header__lang ul {
    display: flex;
}

.header__lang li a {
    width: 45px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #1572B7;
    color: #1572B7;
    font-weight: 400;
    font-size: 16px;
}

.header__lang ul li {
    margin-right: 11px;
}

.header__lang li:last-child {
    margin-right: 0;
    font-size: 16px;
    line-height: 22px;
}

.header__lang li a:hover {
    background-color: #1572B7;
    color: #fff;
}

.header__lang {
    margin-left: 15px;
}

.header__lang li.active a {
    background-color: #1572B7;
    color: #fff;
}


.page-not-found__404 {
    font-size: 250px;
    display: block;
    line-height: 102%;
}

.page-not-found__text {
    font-size: 46px;
    line-height: 130%;
}

.page-not-found {
    padding: 70px 0;
    color: #1572b7;
}


.formated-text > ol {
    margin-left: 0;
  }
  .text-page__fulltext.formated-text > ol > li {
    margin-left: 0;
  } 

.bottom-popup {
    position: fixed;
    z-index: 10000000000000;
    left: 0;
    right: 0;
    bottom: 50px;
    display: flex;
    justify-content: center;
    transition: 0.3s ease;
    display: none;
    animation: slide-up 0.3s ease forwards;
    text-align: left;
   
}

.bottom-popup__wrp {
    background-color: #fff;
    padding: 35px 45px;
    box-shadow: 0px 4px 41px rgba(0, 0, 0, 0.25);
    max-width: 1100px;
    display: flex;
    margin: 0 auto;
    align-items: center;
}

.bottom-popup__title {
    font-size: 24px;
    line-height: 28px;
    color: #090C15;
    margin-bottom: 15px;
}

.bottom-popup__desc {
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 150%;
    color: #7A808D;
}

.bottom-popup__btn button {
	white-space: nowrap;
	background-color: #1572b7;
	height: 50px;
	padding: 0 47px;
	margin: 0;
}

.bottom-popup.open {
    transform: translateY(0);
    display: block;
}

.bottom-popup__main {
    padding-right: 35px;
}

.bottom-popup__desc a {
    color: #000;
    text-decoration: underline;
}

@media screen and (max-width: 940px) {
    .bottom-popup {
        bottom: 0;
    }

    body>jdiv {
        z-index: 1000;
        position: relative;
    }
}

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

    .bottom-popup__main {
        padding-right: 0;
    }

    .bottom-popup__wrp {
        flex-direction: column;
    }

    .header-phones__links {
        margin-bottom: 12px;
    }


    .bottom-popup__btn {
        padding-top: 25px;
        width: 100%;
    }

    .bottom-popup__btn .btn {
        width: 100%;
        color: #fff;
    }
}

@media screen and (max-width: 480px) {
    .bottom-popup__wrp {
        padding: 20px 20px;
    }

    .bottom-popup__title {
        font-size: 18px;
        font-weight: 600;
    }

    .bottom-popup__desc {
        font-size: 14px;
    }


}

.formated-text h1,
.formated-text h2,
.formated-text h3,
.formated-text h4,
.formated-text h5,
.formated-text h6 {
    margin-bottom: 0.9em;
    font-weight: bold;
}

.formated-text p {
    font-size: 15px;
    line-height: 150%;
    margin-bottom: 1em;
}

.formated-text a {
    color: #F98E1D;
    text-decoration: underline;
    font-size: 15px;
}

.formated-text b,
.formated-text strong {
    font-weight: bold;
    font-size: 15px;
}

.formated-text i,
.formated-text em {
    font-style: italic;
    font-size: 15px;
}

.formated-text img {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1em;
}

.formated-text ul {
    margin: 0;
    margin-left: 1em;
    margin-bottom: 1em;
    padding: 0;
    font-size: 15px;
}

.formated-text ul li {
    display: flex;
    align-items: flex-start;
}

.formated-text ul li::before {
    min-width: 0.4em;
    width: 0.4em;
    height: 0.4em;
    display: inline-block;
    background: #F98E1D;
    content: "";
    border-radius: 50%;
    vertical-align: middle;
    margin-right: 0.5em;
    position: relative;
    top: 0.45em;
}

.formated-text ol {
    margin: 0;
    margin-left: 1em;
    margin-bottom: 1em;
    padding: 0;
    font-size: 15px;
}

.formated-text ol li {
    margin-left: 1em;
}

.formated-text iframe {
    width: 100%;
    height: 400px;
    border: 1px solid #ccc;
}


.text-page {
    padding-top: 103px;
    padding-bottom: 100px;
    text-align: left;
}


.header-min {
    min-height: auto;
    height: auto;
    max-height: none;
}


.text-page__breadcrumb ul {
    display: flex;
    list-style-type: none;
    padding: 0;
}

.text-page__breadcrumb li {
    color: #000;
    padding-right: 10px;
    /*! padding-left: 10px; */
    color: #888;
    font-size: 14px;
}

.text-page__breadcrumb li::after {
    content: '-';
    margin-left: 10px;
}

.text-page__breadcrumb li:last-child::after {
    display: none;
}

.text-page__breadcrumb {
    margin-bottom: 21px;
}

.text-page__title {
    font-size: 40px;
    padding-top: 55px;
    line-height: 140%;
    
    font-weight: bold;
}

.text-page__breadcrumb {
    padding-bottom: 30px;
    font-size: 13px;
    padding-top: 10px;
}

/* ==================== */
.checkbox {
    display: flex;
    position: relative;
    cursor: pointer;
    font-size: 14px;
    line-height: 140%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    align-items: flex-start;
  }
  
  .checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
    display: none;
  }
  
  .checkbox .checkbox__text {
    line-height: 140%;
    font-weight: 500;
  }
  
  .checkbox .checkbox__elem {
    top: 0.15em;
    position: relative;
    height: 1em;
    width: 1em;
    min-width: 1em;
    background-color: #fff;
    display: inline-block;
    margin-right: 0.625rem;
  }
  
  .checkbox .checkbox__elem::after {
    content: "";
    position: absolute;
    left: 1px;
    top: 2px;
    width: 9px;
    height: 4px;
    transition: 0.25s cubic-bezier(0.08, 0.82, 0.17, 1);
    opacity: 0;
    background-size: 13px;
    background-position: center;
    background-repeat: no-repeat;
    border-left: 2px solid #222B32;
    border-bottom: 2px solid #222B32;
    transform: rotate(0);
    background: transparent;
  }
  
  .checkbox input:hover ~ .checkbox__elem {
    border-color: #fff;
  }
  
  .checkbox input:checked ~ .checkbox__elem {
    background-color: #fff;
    z-index: 2;
    border-color: #fff;
  }
  
  .checkbox input:checked ~ .checkbox__elem:after {
    opacity: 1;
    border-radius: 0;
    transform: rotate(-45deg);
  }
  
  .checkbox a {
    text-decoration: underline;
    padding-left: 0.4em
  }
  
  
  .form__item.form__footer {
    flex-direction: column;
    align-items: center;
  }
/* ==================== */

.form_policy > div {
	display: flex;
	justify-content: center;
	padding-top: 20px;
}

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

    .text-page__title {
        font-size: 28px;
    }

    .text-page__breadcrumb ul {
        display: flex;
        list-style-type: none;
        padding: 0;
        white-space: nowrap;
        overflow-x: auto;
    }
}