
*, ::after, ::before {
    box-sizing: border-box
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent
}

body {
    font-size: 16px;
    min-width: 320px;
    line-height: 1.4;
    font-weight: 400;
    padding: 0;
    margin: 0;
    color: #333;
    position: relative;
    background: #fff
}

p {
    margin: 0
}

img {
    max-width: 100%
}

ul {
    list-style: none;
    padding: 0;
    margin: 0
}

a {
    outline: 0 !important;
    text-decoration: none;
    transition: .2s linear
}

button {
    cursor: pointer;
    transition: .2s linear
}
.rec{
    color: #8a8a8a;
    text-align: center;
    font-size: 10px;
    padding-top: 15px;
}
.modal {
    opacity: 0;
    visibility: hidden;
    width: 100%;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 30;
    box-shadow: 0 3px 10px -.5px rgba(0, 0, 0, .2);
    text-align: center;
    padding: 20px;
    background-color: #fff;
    transition: .3s all;
    max-width: 770px;
    overflow: hidden;
    border-radius: 8px
}

.modal-1 {
    z-index: 200
}

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

.modal .app__item {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 0;
    border-bottom: 1px solid #ddd;
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    text-align: center;
    color: #333
}

.modal .app__item img {
    max-width: 160px
}

.modal .app__item .btn1 {
    height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center
}

.overlay {
    opacity: 0;
    visibility: hidden;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .7);
    transition: .3s all;
    z-index: 150
}

.modal.active, .overlay.active {
    opacity: 0;
    visibility: hidden
}

.close {
    position: absolute;
    right: 32px;
    top: 32px;
    width: 25px;
    height: 25px;
    opacity: .5;
    cursor: pointer;
    transition: .2s linear
}

.close:hover {
    opacity: 1
}

.close:after, .close:before {
    position: absolute;
    left: 15px;
    content: ' ';
    height: 25px;
    width: 3px;
    background-color: #333
}

.close:before {
    transform: rotate(45deg)
}

.close:after {
    transform: rotate(-45deg)
}

.modal-1 .modal__head {
    text-align: center;
    font-size: 24px;
    color: #333;
    font-weight: 700;
    background: #bce8a1;
    line-height: 70px;
    margin: -20px -20px 0 -20px
}

.modal-1 .modal__meta {
    font-size: 18px;
    line-height: 27px;
    text-align: center;
    color: #3a9d65;
    padding: 20px 0 0
}

.modal-1 .modal__body {
    position: relative
}

.modal-1 .modal__body .close {
    top: 12px;
    right: 0
}

.modal-1 .modal__form {
    padding: 20px 0 30px;
    background: #bce8a1;
    margin: 0 -20px -20px -20px
}

.modal-1 .modal__form p {
    font-size: 18px;
    line-height: 27px;
    text-align: center;
    color: #333;
    font-weight: 700;
    padding-bottom: 20px
}

.modal-1 .modal__form form {
    display: flex;
    flex-direction: column
}

.modal-1 .modal__form form .app__row {
    flex-direction: row;
    justify-content: center
}

.modal-1 .modal__form form input {
    width: 300px;
    height: 50px;
    line-height: 45px;
    padding: 0 0 0 20px;
    border-radius: 50px;
    border: 1px solid #56b67e;
    display: block;
    outline: 0;
    margin: 0 15px
}

.modal-1 .modal__form form input.err {
    border-color: red
}

.modal-1 .modal__form form button {
    border: none;
    box-shadow: none;
    outline: 0;
    width: 330px;
    margin: 20px auto 0;
    font-size: 16px;
    font-weight: 700
}

.modal-1 .modal__form .response {
    font-size: 18px;
    line-height: 27px;
    color: #333;
    font-weight: 700
}

.app__info {
    width: 510px;
    padding: 20px;
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: 100;
    transform: translateY(270px);
    transition: .2s linear
}

.app__info.show {
    transform: translateY(0)
}

.app__info.off {
    transform: translateY(270px) !important
}

.app__info--box {
    box-shadow: 1px 1px 10px 0 rgba(50, 50, 50, .75);
    padding: 20px;
    background: #fff;
    overflow: hidden;
    border-radius: 10px
}

.app__info--box .close {
    position: absolute;
    right: -5px;
    top: -10px;
    width: 20px;
    height: 20px
}

.app__info--box .close:after, .app__info--box .close:before {
    background-color: #1a76c0;
    height: 20px
}

.app__info--box .app__row {
    position: relative
}

.app__info--box .app__row:first-child span {
    font-size: 22px;
    color: #505050;
    font-weight: 700;
    margin-left: 20px
}

.app__info--box .app__row:nth-child(2) {
    font-size: 1.2em;
    margin: 15px 0
}

.app__info--box .app__col {
    display: flex;
    align-items: center;
    justify-content: center
}

.app__info--box img {
    max-width: 175px
}
.app__container {
    margin: 0 auto;
    position: relative;
    padding: 0 10px;
    width: 100%;
    max-width: 1160px
}

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

header {
    background: #fff;
    padding: 5px 0;
    box-shadow: 0 4px 4px rgba(0, 0, 0, .04)
}

header .app__row {
    display: flex;
    align-items: center;
    justify-content: space-between
}

header .app__row .app__col:last-child {
    font-size: 18px;
    text-transform: uppercase
}

header .app__row .app__col:last-child b {
    color: #16ba78;
    margin-left: 5px
}

header a {
    display: flex;
    align-items: center
}

header .logo {
    display: inline-block;
    display: flex;
    align-items: center
}

header .logo:before {
    content: '';
    display: inline-block
}

header .logo--text {
    font-size: 24px;
    color: #041e67;
    letter-spacing: .6px;
    font-weight: 700;
    display: inline-block;
    margin-left: 15px
}

header .logo--text b {
    color: #16ba78
}

.app__head {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 45px 0;
    text-align: center
}

.app__head h2 {
    font-size: 28px;
    line-height: 30px;
    text-transform: uppercase;
    font-weight: 700;
    margin: 0 0 15px 0
}

.app__head h3 {
    font-weight: 400;
    margin: 0
}

.app__items {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
    justify-content: space-between
}

.app__items .app__item {
    flex: 0 0 25%;
    max-width: 25%;
    padding: 0 15px;
    margin-bottom: 30px
}

.app__items .app__item--img {
    border-bottom: 1px solid #16ba78;
    padding-bottom: 10px
}

.app__items .app__item--img picture {
    display: flex;
    height: 80px;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    padding: 5px
}

.app__items .app__item--img picture img {
    max-height: 100%;
    height: auto;
}

.app__items .app__item--data {
    margin: 15px 0 15px 0
}

.app__items .app__item--data ul li {
    display: inline-flex;
    justify-content: space-between;
    width: 100%
}

.app__items .app__item--data ul li:not(:last-child) {
    margin-bottom: 9px
}

.app__items .app__item--data ul li:nth-child(2) {
    display: none
}

.app__items .app__item--data ul li b {
    white-space: nowrap;
    color: #16ba78
}

.app__items .app__item--pay {
    border-bottom: 1px solid #16ba78
}

.app__items .app__item--pay-count-5 li {
    max-width: 40px !important;
    max-height: 31px !important
}

.app__items .app__item--pay-title {
    text-align: center;
    font-weight: 700
}

.app__items .app__item--pay ul {
    padding-top: 8px;
    padding-bottom: 8px;
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    align-items: center
}

.app__items .app__item--pay ul li {
    width: 25%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
    max-width: 57px
}

.app__items .app__item--pay img {
    width: 45px;
    max-width: inherit
}

.app__items .app__item--meta {
    margin: 15px 0 15px 0;
    font-weight: 700;
    display: inline-flex !important;
    flex-direction: column;
    justify-content: center
}

.app__items .app__item--meta p {
    text-align: center
}

.app__items .app__item--bt {
    letter-spacing: inherit
}

.app__items .app__item span {
    display: inline-block;
    width: 100%
}

.app__items .app__item a {
    box-shadow: 0 5px 5px rgba(51, 51, 51, .17);
    background: #fff;
    display: inline-block;
    padding: 10px 17px 20px 17px;
    color: #333;
    font-size: 14px;
    border: 1px solid #a1c2dc;
    height: 100%;
    border-radius: 8px
}

.app__items .app__item a:hover {
    border: 1px solid #16ba78;
    box-shadow: 0 5px 20px rgba(51, 51, 51, .17)
}

.app__content {
    padding-top: 85px
}

.app__content h3 {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 21px
}

.app__content h4 {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 5px
}

.app__content ul {
    font-size: 12px;
    margin: 0 0 10px 15px;
    list-style: initial
}

.app__content ul li {
    list-style: circle
}

.app__content p {
    font-size: 12px;
    margin-bottom: 10px;
    line-height: 18px
}

.app__companies--box {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px
}

.app__companies .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 15px;
    margin-bottom: 15px
}

.app__companies .col-md-6 .box {
    border: 1px solid #ddd;
    background: #fafafa;
    height: 100%
}

.app__companies h4 {
    font-weight: 400;
    margin-bottom: 5px;
    font-size: 14px
}

.app__companies table {
    width: 100%;
    border-radius: 5px;
    margin-bottom: 20px;
    overflow: hidden;
    padding: 20px 20px 0 20px;
    text-align: center
}

.app__companies table tbody > tr:nth-of-type(odd) {
    background-color: #f9f9f9
}

.app__companies table tbody > tr td {
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
    font-size: 14px;
    padding: 5px
}

.app__licenses ul {
    list-style: initial;
    padding: 15px
}

.app__licenses ul li {
    list-style: circle
}

.app__licenses h4 {
    font-weight: 400;
    font-size: 14px;
    margin: 0
}

.app__licenses p {
    line-height: 18px;
    font-size: 12px
}

.app__licenses a {
    display: inline-block;
    font-size: 12px;
    line-height: 18px;
    color: #16ba78;
    text-decoration: underline
}

.app__copy p {
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 10px
}

.app__btn {
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    background-color: #16ba78;
    color: #fff;
    padding: 18.5px 40px;
    letter-spacing: .55px;
    border-radius: 300px;
    height: 55px;
    text-align: center;
    transition: .2s linear
}

.app__btn:hover {
    background-color: #179253
}

.ico:before {
    content: '';
    height: 15px;
    display: inline-flex;
    position: relative;
    flex: 0 0 15px;
    margin-right: 5px;
    top: 1px
}

.ico__sum:before {
    background: url(images/services-item31.svg) center no-repeat
}

.ico__percent:before {
    background: url(images/services-item33.svg) center no-repeat
}

.ico__age:before {
    background: url(images/services-item34.svg) center no-repeat
}

#global #site-1 header .logo:before, #global #site-3 header .logo:before {
    background: url(images/kz-logo3.png) center no-repeat;
    background-size: contain;
    width: 62px;
    height: 62px
}

#global #site-1 header .logo--text, #global #site-3 header .logo--text {
    max-width: 200px;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 24px;
    color: #041e67;
    letter-spacing: .6px;
    line-height: 25px
}

#global #site-4 header .logo:before, #global #site-5 header .logo:before {
    background: url(images/uk5.png) center no-repeat;
    background-size: contain;
    width: 56px;
    height: 56px
}

#global #site-4 header .logo--text, #global #site-5 header .logo--text {
    max-width: 200px;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 24px;
    color: #041e67;
    letter-spacing: .6px;
    line-height: 25px
}

#global #site-6, #global #site-7 {
    background-color: #fff;
    background-position: center
}

#global #site-6 header .logo:before, #global #site-7 header .logo:before {
    width: 40px;
    height: 56px;
    background: url(assets/img/rfz.jpg) center no-repeat;
    background-size: cover
}

#global #site-1 .app__items .app__item--data ul li b, #global #site-1 .app__licenses a, #global #site-1 header .app__row .app__col:last-child b, #global #site-1 header .logo--text b, #global #site-11 .app__items .app__item--data ul li b, #global #site-11 .app__licenses a, #global #site-11 header .app__row .app__col:last-child b, #global #site-11 header .logo--text b, #global #site-5 .app__items .app__item--data ul li b, #global #site-5 .app__licenses a, #global #site-5 header .app__row .app__col:last-child b, #global #site-5 header .logo--text b, #global #site-7 .app__items .app__item--data ul li b, #global #site-7 .app__licenses a, #global #site-7 header .app__row .app__col:last-child b, #global #site-7 header .logo--text b {
    color: var(--main-color)
}

#global #site-1 .app__items .app__item--img, #global #site-1 .app__items .app__item--pay, #global #site-11 .app__items .app__item--img, #global #site-11 .app__items .app__item--pay, #global #site-5 .app__items .app__item--img, #global #site-5 .app__items .app__item--pay, #global #site-7 .app__items .app__item--img, #global #site-7 .app__items .app__item--pay {
    border-color: var(--main-color)
}

#global #site-1 .app__items .app__item a:hover:hover, #global #site-11 .app__items .app__item a:hover:hover, #global #site-5 .app__items .app__item a:hover:hover, #global #site-7 .app__items .app__item a:hover:hover {
    border-color: var(--main-color)
}

#global #site-1 .app__btn, #global #site-11 .app__btn, #global #site-5 .app__btn, #global #site-7 .app__btn {
    background: var(--main-color)
}

#global #site-1 .app__btn:hover, #global #site-11 .app__btn:hover, #global #site-5 .app__btn:hover, #global #site-7 .app__btn:hover {
    background: #ff4500
}

@media (max-width: 1023px) {
    header .app__row .app__col {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        padding: 10px 0
    }

    header .app__row .app__col:first-child {
        display: none
    }

    .app__head h2 {
        font-size: 22px
    }

    .app__head h3 {
        font-size: 15px
    }

    .app__items .app__item {
        flex: 0 0 50%;
        max-width: 50%;
        margin-bottom: 15px;
        max-width: 48%;
    }

    .app__items .app__item:nth-child(2n) {
        padding: 0
    }

    .app__items {
        margin: 0
    }

    .app__items .app__item:nth-child(2n+1) {
        padding: 0
    }

    .app__items .app__item--img picture {
        height: 60px
    }

    .app__items .app__item--data ul li {
        justify-content: flex-start
    }

    .app__items .app__item--data ul li span {
        display: none
    }

    .app__items .app__item--data ul li b {
        font-weight: 400
    }

    .app__items .app__item--pay-title {
        font-weight: 400
    }

    .app__items .app__item--pay-count-5 li {
        max-width: 30px !important;
        max-height: 20px !important;
        padding: 3px !important
    }

    .app__items .app__item--pay img {
        width: 100%
    }

    .app__items .app__item--bt {
        padding: 13px 0;
        font-size: 10px;
        height: initial;
        text-align: center
    }

    .app__items .app__item a {
        font-size: 13px;
        padding: 10px
    }

    .app__companies .col-md-6 {
        flex: 0 0 100%;
        max-width: 100%;
        padding: 0 30px
    }
    .modal-1 .modal__head{
        line-height: 1.1;
        padding: 15px 0;
    }
    .modal-1 .modal__meta {
        font-size: 15px;
        line-height: 1.1;
    }
    .modal .app__item:nth-of-type(3){
        display: none;
    }
    .modal .app__item{
        flex-wrap: wrap;
        width: 46%;
    }
    .modal .app__item .app__col{
        width: 100%;
    }
    .modal .app__row{
        flex-direction: row;
        justify-content: space-between;
    }
    .modal .app__item .btn1{
        line-height: 1.2;
        margin-top: 15px;
    }
}

@media (max-width: 374px) {
    .app__numb {
        font-size: 15px !important
    }

    .app__items .app__item a {
        padding: 5px 5px 15px 5px
    }
}

@media screen and (min-width: 1024px) and (max-width: 1170px) {
    .app__btn {
        padding-left: 20px;
        padding-right: 20px
    }
}

.app__form--box p {
    text-align: center
}

.app__form--box form {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 10px;
}

.app__form--box input {
    width: 100%;
    max-width: 320px;
    height: 40px;
    border: 2px solid #000;
    text-align: center;
    border-radius: 10px;
    font-size: 16px;
    margin: 0 10px;
    color: #000;
    margin-top: 10px;
}

.app__form--box button {
    width: 100%;
    max-width: 320px;
    color: #fff;
    height: 40px;
    background: var(--main-color);
    text-align: center;
    border-radius: 10px;
    font-size: 16px;
    margin: 0 10px;
    border: none;
    margin-top: 10px;
}

.app__form--box .response {
    text-align: center;
    display: block;
}
.grecaptcha-badge {
    display: none;
}