

/* Start:/assets/assets_premiumpat_kz/style_result.css?172139957824836*/
/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/

.container-lg {
    width: 900px;
    min-height: 150px;
    color: #102D69;
    margin: 110px auto 20px auto;
}

.grecaptcha-badge {
    visibility: hidden;
}

.quizzy {
    display: none;
}

.h-6-rem {
    height: 0;
}

@media (max-width: 1000px) {
    .container-lg {
        width: 720px;
    }
}

@media (max-width: 800px) {
    .container-lg {
        width: 540px;
    }
}

@media (max-width: 600px) { 
    .container-lg {
        width: 100%;
        padding: 0 10px;
        margin: 90px auto 20px auto;
    }
}

/* Баннер */
.banner {
    position: relative;
    width: 100%;
    height: 420px;
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
    background-image: url(/assets/assets_premiumpat_kz/../assets_premiumpat_kz/banner_r.jpg);
}

.banner__star {
    position: absolute;
    top: 10%;
    left: 2%;
    max-width: 100px;
}

.banner__svg {
    position: absolute;
    bottom: -10px;
    width: 100%;
}

.banner__text {
    position: absolute;
    top: 15%;
    font-family: 'Cocon', sans-serif;
    text-align: left;
    color: #102D69;
    left: 0px;
}

.banner__text span {
    display: block;
    line-height: 1;
}

.banner__text span:nth-child(1) {
    font-size: 40px;
    background-color: white;
    color: #85C4E8;
    padding: 15px 45px 15px 30px;
    border-radius: 0px 50px 50px 0px;
    box-shadow: 0px 0 20px 0px #D9D9D9;
}

.banner__text span:nth-child(2) {
    font-size: 30px;
    margin-top: 25px;
    padding-left: 30px;
}

.banner__text img {
    width: 190px;
    margin-left: 200px;
    margin-top: 20px;
}

@media (max-width: 1000px) {  
    .banner {
        background-position-x: 30%;
    }
    .banner__text span:nth-child(1) {
        font-size: 38px;
        padding: 15px 30px;
    }
    .banner__text span:nth-child(2) {
        font-size: 28px;
    }
    .banner__text img {
        width: 180px;
    }
}

@media (max-width: 800px) {  
    .banner__star {
        max-width: 65px;
    }
    .banner {
        height: 320px;
    }
    .banner__text {
        width: 60%;
        top: 70px;
    }
    .banner__text img {
        margin-left: 170px;
    }
    .banner__text span:nth-child(1) {
        font-size: 27px;
        padding: 15px 15px;
    }
    .banner__text span:nth-child(2) {
        font-size: 22px;
        padding-right: 15px;
    }
    .banner__text img {
        width: 120px;
        margin-top: 10px;
    }
}
@media (max-width: 600px) {
    .banner {
        margin: 0 -10px;
        width: calc(100% + 20px);
    }
    .banner__star {
        width: 11vw;
    }
    .banner__text span:nth-child(2) {
        padding-left: 15px;
        margin-top: 10px;
    }
    .banner__text img {
        margin-left: 15px;
    }
}

@media (max-width: 500px) {
    .banner {
        height: 67vw;
        background-position-x: 52%;     
        background-image: url(/assets/assets_premiumpat_kz/../assets_premiumpat_kz/banner_r_mob.jpg);        
    }
    .banner__text {
        top: 12%;
    }
    .banner__text span:nth-child(1) {
        font-size: 6.8vw;
        padding: 3vw;
    }
    .banner__text span:nth-child(2) {
        font-size: 4.8vw;
    }
    .banner__text img {
        margin-top: 10px;
        width: 40%;
    }
}


/* --- */



/* Слайдер с призами */
.prise {
    height: 240px;
    border: 3px solid #cfe5f8;
    border-radius: 45px;
    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: 8;
}

.prise__box {
    width: 100%;
    padding: 0 20px;
}

.main-top__slider-next {
    right: -80px;
    top: 115px;
}

.main-top__slider-prev {
    left: -80px;
    top: 115px;
}

.main-top__slider-prev:before,
.main-top__slider-next:before {
    background: white!important;
    color: #85C4E8 !important;
    border: 0px solid white!important;
    box-shadow: 0px 6px 16px #d9d0d073;
}

.main-top__slider-prev .svg-icon,
.main-top__slider-next .svg-icon {
    fill: #85C4E8 !important;
}

.prise__box__part {
    height: 240px;
    display: flex;
    align-items: center;
    position: relative;
    padding: 0 10px;
    /* justify-content: center; */
}

.prise__box__part_pinkc {
    padding: 0 10px 0 50px;
}

.prise__box__part_pinkc::before {
    content: "";
    width: 35px;
    height: 35px;
    top: 33%;
    left: 2%;
    border-radius: 50%;
    background-color: #FDCDDB;
    position: absolute;
}

.prise__box__part_greenc {
    padding: 0 10px 0 30px;
}

.prise__box__part_greenc::before {
    content: "";
    width: 25px;
    height: 25px;
    left: 0;
    border-radius: 50%;
    background-color: #E1E6BE;
    position: absolute;
}

.prise .slick-list {
    overflow: hidden;
    padding-bottom: 150px;
    z-index: 15;
}

._discript-open:hover .prise__box__discript {
    opacity: 1;
    transition: 0.5s;
    z-index: 100;
}

._discript-open:hover img {
    opacity: 0.5;
    transition: 0.5s;
}

.prise__box__part span {
    display: block;
    margin-bottom: 15px;
    color: #102D69;
    font-family: 'Cocon', sans-serif;
    font-size: 22px;
    line-height: 1;
}

.prise__box__discript {
    position: absolute;
    padding: 10px 20px 10px 20px;
    background-color: #e7f4fb;
    color: #102D69;
    border-radius: 25px;
    top: 50px;
    left: 50%;
    transform: translate(-50%, 0%);
    width: 350px;
    min-height: 120px;
    opacity: 0;
    z-index: 1;
}

.prise__box__discript strong {
    display: block;
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 1;
}

.prise__box__discript ul {
    margin-left: 15px;
}

.prise__box__discript li {
    list-style: disc;
    padding: 2px 0;
    font-size: 16px;
    line-height: 1.2;
    color: #5ec5ea;
}

.prise__box__discript li span {
    display: inline;
    margin-top: 0px;
    position: static;
    padding-left: 0px;
    color: #102D69;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

.prise__box__discript li::before {
    content: none;
}

.prise__box__img {
    /* height: 70%; */
    display: block;
    margin: auto 0;
    width: 48%;
}

.prise__box__logo {
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: center;
    padding-left: 5px;
}

.prise__box__logo img {
    width: 140px;
    height: 60px;
    object-fit: contain;
    object-position: left;
}

.prise__box__count {
    position: absolute;
    top: 5%;
    right: 2%;
    width: 40px;
    height: 40px;
    background-color: #85C4E8;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Cocon', sans-serif;
    font-size: 26px;
    border-radius: 50%;
    box-shadow: 0 0 0 8px #d0e6f885;
}

.pr-slider-next,
.pr-slider-prev {
    width: 55px;
    height: 55px;
    top: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    box-shadow: 0px 6px 16px rgba(217, 208, 208, 0.45);
    border-radius: 50%;
    background-color: white;
}

.pr-slider-result {
    top: 50%;
    transform: translate(0, -50%);
}

.pr-slider-next {
    right: -60px;
    padding-left: 5px;
}

.pr-slider-prev {
    left: -60px;
    padding-right: 5px;
}

.pr-slider-prev .svg-icon,
.pr-slider-next .svg-icon {
    width: 35px;
    fill: #85C4E8;
    height: 10px;
}

.pr-slider-next .svg-icon {
    transform: rotateZ(-90deg);
}

.pr-slider-prev .svg-icon {
    transform: rotateZ(90deg);
}


/* Dots */

.slick-dotted.slick-slider {
    margin-bottom: 30px;
}

.prise__box-dots {
    position: absolute;
    top: 240px;
    display: block;
    left: 50%;
    transform: translate(-50%, 0%);
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

.prise__box-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

.prise__box-dots li::before {
    content: none;
}

.prise__box-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}

.prise__box-dots li button:hover,
.prise__box-dots li button:focus {
    outline: none;
}

.prise__box-dots li button:hover:after,
.prise__box-dots li button:focus:after {
    opacity: 1;
}

.prise__box-dots li button:after {
    font-family: 'slick';
    font-size: 36px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 25px;
    height: 25px;
    content: '\2022';
    text-align: center;
    opacity: .25;
    color: #5ec5ea;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.prise__box-dots li.slick-active button:after {
    opacity: .75;
    color: #5ec5ea;
}

/* --- */

@media (max-width: 1000px) {   
    .prise__box__part {
        max-width: 460px;
        margin: 0 auto;
    }
    .prise__box__discript {
        padding: 20px 15px 10px 15px;
        width: 280px;
    }
    .prise__box__discript li {
        padding: 0;
        font-size: 14px;
    }
    .main-top__slider-next {
        right: -27px;
    }
    .main-top__slider-prev {
        left: -27px;
    }
    .prise__box-dots {
        width: 100%;
    }
    .pr-slider-next {
        right: -27px;
    }
    .pr-slider-prev {
        left: -27px;
    }
}

@media (max-width: 800px) {
    .pr-slider-next {
        right: -27px;
        width: 55px!important;
        height: 55px!important;
        z-index: 20;
    }
    .pr-slider-prev {
        left: -27px;
        width: 55px!important;
        height: 55px!important;
        z-index: 20;
    }
    .prise__box__part {
        width: 80%;
        margin: auto;
    }
    .prise__box__logo {
        right: 40px;
    }
    .prise__box__img {
        margin: auto 0px auto 0px;
    }
    .prise__text {
        margin-top: 40px;
    }
    .prem-submit__box {
        width: 60%;
    }
    .prem-footer {
        width: 100%;
        line-height: 1;
    }
    .main-top__slider-next {
        right: -27px;
        width: 55px!important;
        height: 55px!important;
        z-index: 20;
    }
    .main-top__slider-prev {
        left: -27px;
        width: 55px!important;
        height: 55px!important;
        z-index: 20;
    }
}

@media (max-width: 600px) {    
    .prise {
        border-radius: 25px;
    }
    .prise__box__part {
        width: 90%;
    }
    .main-top__slider-next {
        right: -10px;
        width: 35px!important;
        height: 35px!important;
    }
    .main-top__slider-prev {
        left: -10px;
        width: 35px!important;
        height: 35px!important;
    }
    .pr-slider-next {
        right: -10px;
        width: 35px!important;
        height: 35px!important;
    }
    .pr-slider-prev {
        left: -10px;
        width: 35px!important;
        height: 35px!important;
    }
    .pr-result__section-info-item span {
        font-size: 2.6vw;
    }
    .pr-slider-prev .svg-icon,
    .pr-slider-next .svg-icon {
        width: 20px;
        fill: #85C4E8;
        height: 7px;
    }
}

@media (max-width: 500px) { 
    .prise,
    .prise__box__part {
        height: 210px;
    }
    .prise__box__img {
        height: 70%;
        width: 45%;
        object-fit: contain;
        object-position: right;
    }
    .prise__box__img {
        position: relative;
        left: -10px;
    }
    .prise__box__logo {
        padding-top: 35px;
    }
    .prise__box__logo img {
        width: 130px;
        height: 50px;
    }
    .prise__box__part span {
        font-size: 18px;
    }
    .prise__box__part {
        width: 90%;
    }
    .prise__box-dots {
        top: 215px;
    }
    .prise__box-dots li {
        margin: 0;
    }
    .prise__box__part_pinkc::before,
    .prise__box__part_greenc::before {
        content: none;
    }
    .prise__box__part_greenc,
    .prise__box__part_pinkc {
        padding: 0;
    }
    .prise__box__count {
        top: 7%;
        right: 2%;
        width: 35px;
        height: 35px;
        font-size: 20px;
    }
}

@media (max-width: 400px) {
    .prise__box__part span {
        font-size: 16px;
    }
    .prise__box__discript {
        top: 5px;
        width: 250px;
    }
}


/* winners css */
.pr-winner__title {
    font-size: 46px;
    font-family: 'Cocon', sans-serif;
    color: #93C01F;
    line-height: 1.1;
    text-align: center;
    margin-bottom: 30px;
}

.pr-winner__title span {
    font-family: 'Century Gothic', sans-serif;
    font-size: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    font-weight: bold;
    color: #002169;
}

.pr-winner__title span img {
    width: 60px;
    padding-right: 10px;
}

.pr-winner__bn {
    width: 100%;
    /* height: 288px; */
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    background: linear-gradient(11.47deg, #E9F3FC -35.76%, #FFFFFF 36.93%, #DFEDFA 91.86%);
    border-radius: 28px;
    padding: 30px 0;
    margin-bottom: 60px;
}

.pr-winner__bn-row {
    font-family: 'Cocon', sans-serif;
    line-height: 1.3;
    text-align: center;
    position: relative;  
    font-size: 29px;  
}

.pr-winner__bn-row img {
    position: absolute;
    width: 150px;
    left: 45px;
    top: 0px;
}

.pr-winner__bn-row span {   
    font-size: 32px;    
    text-transform: uppercase;
    color: #93C01F;
}

.pr-winner__bn-name {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 450px;
    margin: 25px auto;
}

.pr-winner__bn-name a {
    display: flex;
    justify-content: center;
    padding: 9px 20px;
    background: #FFFFFF;
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.15);
    border-radius: 35px;
    width: 200px;
    height: 60px;
    max-width: 550px;
}

.pr-winner__bn-name span {
    font-family: 'Cocon', sans-serif;
    font-size: 22px;
    line-height: 1.2;
}

.pr-winner__bn-logo {
    position: absolute;
    width: 130px;
    right: 88px;
    top: 30px;
}

.pr-winner__container {
    margin: 40px auto;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 785px;
}

.pr-winner__container-img {
    width: 32%;
}

.pr-winner__container-img img {
    width: 100%;
}

.pr-winner__container-img_m {
    padding: 0 28px;
}

.pr-winner__container-item {
    /* margin: 7px 0;
    display: flex; */
    width: 64%;
    font-size: 20px;
}

.pr-winner__container-item-title {
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 23px;
    line-height: 1.2;
}

.pr-winner__container-item-col {
    /* width: 48%; */
    margin-right: auto;
    display: flex;
    line-height: 1.2;
    font-family: 'Cocon', sans-serif;
    color: #85C4E8;
}

.pr-winner__bnend {
    width: 100%;
    height: 250px;
    background-repeat: no-repeat;
    background-size: contain;
    margin: 85px 0 40px 0;
    border-radius: 28px;
    background: linear-gradient(11.47deg, #E9F3FC -35.76%, #FFFFFF 36.93%, #DFEDFA 91.86%);
}

.pr-winner__bnend-title {
    text-transform: uppercase;
    color: #93C01F;
    font-size: 32px;
    font-family: 'Cocon', sans-serif;
    text-align: center;
    line-height: 1.2;
    margin-bottom: 5px;
    padding-top: 30px;
}

.pr-winner__bnend-logos {
    margin: 50px 40px 0 40px;
    display: flex;
    justify-content: space-evenly;
}

.pr-winner__bnend-logos img {
    width: 105px;
    height: 35px;
    display: block;
    margin: 0 10px;
    object-fit: contain;
}

.pr-winner__tnx {
    text-transform: uppercase;
    color: #E96DA2;
    font-size: 32px;
    font-family: 'Cocon', sans-serif;
    text-align: center;
    line-height: 1.2;
    margin: 80px 0 40px 0;
    position: relative;
}

.pr-winner__tnx img {
    position: absolute;
    width: 100px;
    right: 22%;
    top: -60px;
}

.pr-winner__footer {
    font-size: 12px;
    line-height: 1.2;
    text-align: center;
}

.pr-winner__txt-bl {
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 650px;
    margin: 0 auto;
    align-items: center;
}

.pr-winner__txt-bl span {
    font-size: 16px;
    line-height: 1.2;
    text-align: center;
    font-weight: bold;
}

.pr-winner__txt-bl img:first-child {
    width: 14%;
}

.pr-winner__txt-bl img:last-child {
    width: 20%;
}

.m20 {
    margin: 100px 0;
}

.pr-winner__text {
    margin: 20px auto;
    font-size: 20px;
    line-height: 1.1;
    text-align: center;
    max-width: 700px;
}

.pr-winner__text span {
    display: block;
    margin: 10px 0;
}

.pr-winner__text a {
    margin: 20px auto;
    display: flex;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 18px;
    color: #ffffff;
    background: #002169;
    border-radius: 45px;
    width: 250px;
    height: 45px;
}

@media (max-width: 1000px) {
    .pr-winner__bn-row img {
        left: 15px;
    }
    .pr-winner__bn-logo {      
        right: 25px;        
    }
    .pr-winner__title {
        font-size: 35px;
        margin-top: 15px;
    }
    .pr-winner__title span {
        font-size: 27px;
    }
    .pr-winner__container-item-img {
        width: 155px;
    }
    .pr-winner__bnend {
        /* border-radius: 40px; */
        margin: 55px 0 30px 0;
        height: 220px;
    }
    .pr-winner__bnend-logos {
        margin: 22px 40px 0 40px;
    }
    .pr-winner__bnend-logos img {
        width: 80px;
        height: 35px;
    }
    .pr-winner__tnx img {
        right: 15%;
    }
    .pr-winner__txt-bl {
        max-width: 485px;
    }
    .pr-winner__txt-bl img:first-child {
        width: 12%;
    }
    .pr-winner__txt-bl img:last-child {
        width: 18%;
    }
    .pr-winner__bnend-title {
        padding-top: 20px;
    }
    .pr-winner__bnend-title {
        font-size: 28px;
        line-height: 1.2;
    }
}

@media (max-width: 800px) {
    .pr-winner__bn {
        /* background-position: 42% 50%; */
        padding: 20px 30px;
    }
    .pr-winner__bn-row img {
        display: none;
        width: 115px;
        left: 15px;
        top: 25px;
    }
    .pr-winner__bn-row span {
        font-size: 28px;
    }
    .pr-winner__bn-name {
        margin: 20px auto;
        flex-direction: column;
    }
    .pr-winner__bn-name span {
        text-align: center;
        font-size: 19px;
    }
    .pr-winner__bn-name a {
        margin-bottom: 15px;
    }
    .pr-winner__container {
        flex-direction: column;
    }
    .pr-winner__container-img {
        width: 70%;
        max-width: 350px;
    }
    .pr-winner__container-item {
        width: 90%;
    }  
    .pr-winner__bnend {
        height: 190px;
        background-position: 86% 32%;
        margin: 55px 0 40px 0;
        padding: 0 10%;
        background-size: cover;
    }
    .pr-winner__bnend-title {
        font-size: 20px;
        line-height: 1.2;
    }
    .pr-winner__bnend-logos {
        justify-content: center;
        flex-wrap: wrap;
        margin: 20px 0px 0 0px;
    }
    .pr-winner__bnend-logos img {
        width: 85px;
        height: 35px;
    }
    .pr-winner__tnx {
        font-size: 3.7vw;
        margin: 7vw 0 4vw 0;
    }
    .pr-winner__tnx img {
        display: none;
    }
    .pr-winner__bn-logo {
        width: 100px;
        top: -38px;
    }
}

@media (max-width: 600px) {
    .pr-winner__text {
        font-size: 16px;
    }
    .pr-winner__bn {
        /* height: 76vw;
        background-position: 58% 50%; */
        padding: 20px 15px;
    }
    .pr-winner__bn-row {
        padding-top: 6vw;
        font-size: 28px;
        line-height: 1;
    }
    .pr-winner__bn-row img {
        width: 20vw;
        left: 15px;
        top: 5vw;
    }
    .pr-winner__bn-row span {
        font-size: 30px;
        text-transform: none;
        margin-top: 20px;
        display: inline-block;
    } 
    .pr-winner__container-item {
        width: 95%;
        max-width: 340px;
    }
    .pr-winner__container-img {
        max-width: 280px;
    }
    .pr-winner__container-item-col {
        width: 100%;
        font-size: 14px;
        line-height: 1.4;
    }      
    .pr-winner__container-item-title {
        font-size: 16px;
        margin-bottom: 6px;
    }
    .pr-winner__bnend {
        padding: 0px 3%;
        margin: 55px 0 75px;
    }
    .pr-winner__bnend-title {
        padding-top: 6vw;
    }
    .pr-winner__bnend-logos img {
        width: 15vw;
        height: 9vw;
    }
    .m20 {
        margin: 70px 0;
    }
    .pr-winner__bn-logo {
        width: 23vw;
        right: 2%;
    }
    .pr-winner__bn-name span {
        text-align: center;
        font-size: 22px;
    }
    .pr-winner__title {
        font-size: 30px;
    }
    .pr-winner__title span {
        font-size: 26px;
        margin-top: 10px;
    }
    .pr-winner__title span img {
        width: 50px;
        padding-right: 10px;
    }
    .pr-winner__text a {
        margin: 20px auto;        
        font-size: 15px;       
        width: 200px;
        height: 38px;
    }

    .pr-winner__txt-bl {
        flex-direction: column;
    }
    .pr-winner__txt-bl img:last-child {
        width: 40%;
    }
}

@media (max-width: 500px) {  
    .pr-winner__container-item-col {
        /* font-size: 4vw; */
    }
    .pr-winner__footer {
        font-size: 10px;
    }  
    .pr-winner__title span img {
        width: 40px;
        padding-right: 7px;
    }
}

@media (max-width: 400px) {    
    .pr-winner__title {
        /* font-size: 22px; */
    }
    .pr-winner__title span {
        font-size: 26px;
        margin-top: 10px;
    }
    .pr-winner__title span img {
        width: 45px;
        padding-right: 7px;
    }
    .pr-winner__bn-row span {
        /* font-size: 23px; */
    }
}

@media (max-width: 360px) {
    .pr-winner__container-item-col {
        font-size: 13px;
    }
}    

.pr-winner__txt-ft {
    font-size: 18px;
    line-height: 1.2;
    /* font-family: 'Cocon', sans-serif; */
    text-align: center;
    font-weight: bold;
}

@media (max-width: 600px) {
    .pr-winner__txt-ft {
        margin-top: 60px !important;
        font-size: 15px;
    }
}


/* История проекта */
.project-history {
    background-image: url(/assets/assets_premiumrod6/hp-phone.png);
    background-size: cover;
    margin: 50px auto;
    position: relative;
    height: 232px;
}

.project-history a {
    position: absolute;
    /* bottom: 20px; */
    top: 75%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-decoration: none;
    font-weight: bold;
    font-size: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-radius: 60px;
    border: 3px solid #93C01F;
    width: 255px;
    height: 55px;
}

@media (max-width: 1000px) {
    .project-history {        
        height: 185px;
    }
    .project-history a {
        font-size: 18px;
        width: 230px;
        height: 49px;
    }
}

@media (max-width: 800px) {
    .project-history {
        
        background-image: url(/assets/assets_premiumrod6/hp-phone_tab.png);
        height: 830px;
        max-width: 500px;
    }
    .project-history a {
        top: 90%;
        font-size: 20px;
        width: 290px;
        height: 60px;
    }
}

@media (max-width: 550px) {
    .project-history {
        background-image: url(/assets/assets_premiumrod6/hp-phone_m.png);
        height: 640px;
        max-width: 350px;
    }
    .project-history a {
        top: 90%;
        font-size: 18px;
        width: 250px;
        height: 50px;
    }
}

@media (max-width: 400px) {
    .project-history {
        height: 540px;
        max-width: 295px;
    }
}
/*  */


/* --- */
.win__text {
    font-size: 20px;
    text-align: center;
    line-height: 1.2;
    margin: 20px auto 40px;
    max-width: 660px;
}

.win__text span {
    display: inline-block;
    margin-top: 8px;
}

.win__text a {
    width: 200px;
    background-color: #002169;
    margin: 0 auto;
    border: none;
    font-weight: bold;
    padding: 12px 15px;
    color: white;
    font-family: 'Century Gothic', sans-serif;
    font-size: 17px;
    border-radius: 50px;
    margin-top: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
}

.link-action {
    /* margin-bottom: 120px; */
    height: 100px;
    margin-top: -100px;
}

@media (max-width: 550px) {
    .win__text {
        font-size: 16px;
        margin: 20px auto 40px;
    }
    .win__text a {
        width: 185px;    
        padding: 10px 13px;       
        font-size: 14px;       
    }    
}

/* --- */







/* End */


/* Start:/libs/style/bootstrap-datepicker3.min.css?158055006121154*/
/*!
 * Datepicker for Bootstrap v1.6.4 (https://github.com/eternicode/bootstrap-datepicker)
 *
 * Copyright 2012 Stefan Petre
 * Improvements by Andrew Rowls
 * Licensed under the Apache License v2.0 (http://www.apache.org/licenses/LICENSE-2.0)
 */
.datepicker{border-radius:4px;direction:ltr}.datepicker-inline{width:220px}.datepicker.datepicker-rtl{direction:rtl}.datepicker.datepicker-rtl table tr td span{float:right}.datepicker-dropdown{top:0;left:0;padding:4px}.datepicker-dropdown:before{content:'';display:inline-block;border-left:7px solid transparent;border-right:7px solid transparent;border-bottom:7px solid rgba(0,0,0,.15);border-top:0;border-bottom-color:rgba(0,0,0,.2);position:absolute}.datepicker-dropdown:after{content:'';display:inline-block;border-left:6px solid transparent;border-right:6px solid transparent;border-bottom:6px solid #fff;border-top:0;position:absolute}.datepicker-dropdown.datepicker-orient-left:before{left:6px}.datepicker-dropdown.datepicker-orient-left:after{left:7px}.datepicker-dropdown.datepicker-orient-right:before{right:6px}.datepicker-dropdown.datepicker-orient-right:after{right:7px}.datepicker-dropdown.datepicker-orient-bottom:before{top:-7px}.datepicker-dropdown.datepicker-orient-bottom:after{top:-6px}.datepicker-dropdown.datepicker-orient-top:before{bottom:-7px;border-bottom:0;border-top:7px solid rgba(0,0,0,.15)}.datepicker-dropdown.datepicker-orient-top:after{bottom:-6px;border-bottom:0;border-top:6px solid #fff}.datepicker table{margin:0;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.datepicker table tr td,.datepicker table tr th{text-align:center;width:30px;height:30px;border-radius:4px;border:none}.table-striped .datepicker table tr td,.table-striped .datepicker table tr th{background-color:transparent}.datepicker table tr td.new,.datepicker table tr td.old{color:#777}.datepicker table tr td.day:hover,.datepicker table tr td.focused{background:#eee;cursor:pointer}.datepicker table tr td.disabled,.datepicker table tr td.disabled:hover{background:0 0;color:#777;cursor:default}.datepicker table tr td.highlighted{color:#000;background-color:#d9edf7;border-color:#85c5e5;border-radius:0}.datepicker table tr td.highlighted.focus,.datepicker table tr td.highlighted:focus{color:#000;background-color:#afd9ee;border-color:#298fc2}.datepicker table tr td.highlighted:hover{color:#000;background-color:#afd9ee;border-color:#52addb}.datepicker table tr td.highlighted.active,.datepicker table tr td.highlighted:active{color:#000;background-color:#afd9ee;border-color:#52addb}.datepicker table tr td.highlighted.active.focus,.datepicker table tr td.highlighted.active:focus,.datepicker table tr td.highlighted.active:hover,.datepicker table tr td.highlighted:active.focus,.datepicker table tr td.highlighted:active:focus,.datepicker table tr td.highlighted:active:hover{color:#000;background-color:#91cbe8;border-color:#298fc2}.datepicker table tr td.highlighted.disabled.focus,.datepicker table tr td.highlighted.disabled:focus,.datepicker table tr td.highlighted.disabled:hover,.datepicker table tr td.highlighted[disabled].focus,.datepicker table tr td.highlighted[disabled]:focus,.datepicker table tr td.highlighted[disabled]:hover,fieldset[disabled] .datepicker table tr td.highlighted.focus,fieldset[disabled] .datepicker table tr td.highlighted:focus,fieldset[disabled] .datepicker table tr td.highlighted:hover{background-color:#d9edf7;border-color:#85c5e5}.datepicker table tr td.highlighted.focused{background:#afd9ee}.datepicker table tr td.highlighted.disabled,.datepicker table tr td.highlighted.disabled:active{background:#d9edf7;color:#777}.datepicker table tr td.today{color:#000;background-color:#ffdb99;border-color:#ffb733}.datepicker table tr td.today.focus,.datepicker table tr td.today:focus{color:#000;background-color:#ffc966;border-color:#b37400}.datepicker table tr td.today:hover{color:#000;background-color:#ffc966;border-color:#f59e00}.datepicker table tr td.today.active,.datepicker table tr td.today:active{color:#000;background-color:#ffc966;border-color:#f59e00}.datepicker table tr td.today.active.focus,.datepicker table tr td.today.active:focus,.datepicker table tr td.today.active:hover,.datepicker table tr td.today:active.focus,.datepicker table tr td.today:active:focus,.datepicker table tr td.today:active:hover{color:#000;background-color:#ffbc42;border-color:#b37400}.datepicker table tr td.today.disabled.focus,.datepicker table tr td.today.disabled:focus,.datepicker table tr td.today.disabled:hover,.datepicker table tr td.today[disabled].focus,.datepicker table tr td.today[disabled]:focus,.datepicker table tr td.today[disabled]:hover,fieldset[disabled] .datepicker table tr td.today.focus,fieldset[disabled] .datepicker table tr td.today:focus,fieldset[disabled] .datepicker table tr td.today:hover{background-color:#ffdb99;border-color:#ffb733}.datepicker table tr td.today.focused{background:#ffc966}.datepicker table tr td.today.disabled,.datepicker table tr td.today.disabled:active{background:#ffdb99;color:#777}.datepicker table tr td.range{color:#000;background-color:#eee;border-color:#bbb;border-radius:0}.datepicker table tr td.range.focus,.datepicker table tr td.range:focus{color:#000;background-color:#d5d5d5;border-color:#7c7c7c}.datepicker table tr td.range:hover{color:#000;background-color:#d5d5d5;border-color:#9d9d9d}.datepicker table tr td.range.active,.datepicker table tr td.range:active{color:#000;background-color:#d5d5d5;border-color:#9d9d9d}.datepicker table tr td.range.active.focus,.datepicker table tr td.range.active:focus,.datepicker table tr td.range.active:hover,.datepicker table tr td.range:active.focus,.datepicker table tr td.range:active:focus,.datepicker table tr td.range:active:hover{color:#000;background-color:#c3c3c3;border-color:#7c7c7c}.datepicker table tr td.range.disabled.focus,.datepicker table tr td.range.disabled:focus,.datepicker table tr td.range.disabled:hover,.datepicker table tr td.range[disabled].focus,.datepicker table tr td.range[disabled]:focus,.datepicker table tr td.range[disabled]:hover,fieldset[disabled] .datepicker table tr td.range.focus,fieldset[disabled] .datepicker table tr td.range:focus,fieldset[disabled] .datepicker table tr td.range:hover{background-color:#eee;border-color:#bbb}.datepicker table tr td.range.focused{background:#d5d5d5}.datepicker table tr td.range.disabled,.datepicker table tr td.range.disabled:active{background:#eee;color:#777}.datepicker table tr td.range.highlighted{color:#000;background-color:#e4eef3;border-color:#9dc1d3}.datepicker table tr td.range.highlighted.focus,.datepicker table tr td.range.highlighted:focus{color:#000;background-color:#c1d7e3;border-color:#4b88a6}.datepicker table tr td.range.highlighted:hover{color:#000;background-color:#c1d7e3;border-color:#73a6c0}.datepicker table tr td.range.highlighted.active,.datepicker table tr td.range.highlighted:active{color:#000;background-color:#c1d7e3;border-color:#73a6c0}.datepicker table tr td.range.highlighted.active.focus,.datepicker table tr td.range.highlighted.active:focus,.datepicker table tr td.range.highlighted.active:hover,.datepicker table tr td.range.highlighted:active.focus,.datepicker table tr td.range.highlighted:active:focus,.datepicker table tr td.range.highlighted:active:hover{color:#000;background-color:#a8c8d8;border-color:#4b88a6}.datepicker table tr td.range.highlighted.disabled.focus,.datepicker table tr td.range.highlighted.disabled:focus,.datepicker table tr td.range.highlighted.disabled:hover,.datepicker table tr td.range.highlighted[disabled].focus,.datepicker table tr td.range.highlighted[disabled]:focus,.datepicker table tr td.range.highlighted[disabled]:hover,fieldset[disabled] .datepicker table tr td.range.highlighted.focus,fieldset[disabled] .datepicker table tr td.range.highlighted:focus,fieldset[disabled] .datepicker table tr td.range.highlighted:hover{background-color:#e4eef3;border-color:#9dc1d3}.datepicker table tr td.range.highlighted.focused{background:#c1d7e3}.datepicker table tr td.range.highlighted.disabled,.datepicker table tr td.range.highlighted.disabled:active{background:#e4eef3;color:#777}.datepicker table tr td.range.today{color:#000;background-color:#f7ca77;border-color:#f1a417}.datepicker table tr td.range.today.focus,.datepicker table tr td.range.today:focus{color:#000;background-color:#f4b747;border-color:#815608}.datepicker table tr td.range.today:hover{color:#000;background-color:#f4b747;border-color:#bf800c}.datepicker table tr td.range.today.active,.datepicker table tr td.range.today:active{color:#000;background-color:#f4b747;border-color:#bf800c}.datepicker table tr td.range.today.active.focus,.datepicker table tr td.range.today.active:focus,.datepicker table tr td.range.today.active:hover,.datepicker table tr td.range.today:active.focus,.datepicker table tr td.range.today:active:focus,.datepicker table tr td.range.today:active:hover{color:#000;background-color:#f2aa25;border-color:#815608}.datepicker table tr td.range.today.disabled.focus,.datepicker table tr td.range.today.disabled:focus,.datepicker table tr td.range.today.disabled:hover,.datepicker table tr td.range.today[disabled].focus,.datepicker table tr td.range.today[disabled]:focus,.datepicker table tr td.range.today[disabled]:hover,fieldset[disabled] .datepicker table tr td.range.today.focus,fieldset[disabled] .datepicker table tr td.range.today:focus,fieldset[disabled] .datepicker table tr td.range.today:hover{background-color:#f7ca77;border-color:#f1a417}.datepicker table tr td.range.today.disabled,.datepicker table tr td.range.today.disabled:active{background:#f7ca77;color:#777}.datepicker table tr td.selected,.datepicker table tr td.selected.highlighted{color:#fff;background-color:#777;border-color:#555;text-shadow:0 -1px 0 rgba(0,0,0,.25)}.datepicker table tr td.selected.focus,.datepicker table tr td.selected.highlighted.focus,.datepicker table tr td.selected.highlighted:focus,.datepicker table tr td.selected:focus{color:#fff;background-color:#5e5e5e;border-color:#161616}.datepicker table tr td.selected.highlighted:hover,.datepicker table tr td.selected:hover{color:#fff;background-color:#5e5e5e;border-color:#373737}.datepicker table tr td.selected.active,.datepicker table tr td.selected.highlighted.active,.datepicker table tr td.selected.highlighted:active,.datepicker table tr td.selected:active{color:#fff;background-color:#5e5e5e;border-color:#373737}.datepicker table tr td.selected.active.focus,.datepicker table tr td.selected.active:focus,.datepicker table tr td.selected.active:hover,.datepicker table tr td.selected.highlighted.active.focus,.datepicker table tr td.selected.highlighted.active:focus,.datepicker table tr td.selected.highlighted.active:hover,.datepicker table tr td.selected.highlighted:active.focus,.datepicker table tr td.selected.highlighted:active:focus,.datepicker table tr td.selected.highlighted:active:hover,.datepicker table tr td.selected:active.focus,.datepicker table tr td.selected:active:focus,.datepicker table tr td.selected:active:hover{color:#fff;background-color:#4c4c4c;border-color:#161616}.datepicker table tr td.selected.disabled.focus,.datepicker table tr td.selected.disabled:focus,.datepicker table tr td.selected.disabled:hover,.datepicker table tr td.selected.highlighted.disabled.focus,.datepicker table tr td.selected.highlighted.disabled:focus,.datepicker table tr td.selected.highlighted.disabled:hover,.datepicker table tr td.selected.highlighted[disabled].focus,.datepicker table tr td.selected.highlighted[disabled]:focus,.datepicker table tr td.selected.highlighted[disabled]:hover,.datepicker table tr td.selected[disabled].focus,.datepicker table tr td.selected[disabled]:focus,.datepicker table tr td.selected[disabled]:hover,fieldset[disabled] .datepicker table tr td.selected.focus,fieldset[disabled] .datepicker table tr td.selected.highlighted.focus,fieldset[disabled] .datepicker table tr td.selected.highlighted:focus,fieldset[disabled] .datepicker table tr td.selected.highlighted:hover,fieldset[disabled] .datepicker table tr td.selected:focus,fieldset[disabled] .datepicker table tr td.selected:hover{background-color:#777;border-color:#555}.datepicker table tr td.active,.datepicker table tr td.active.highlighted{color:#fff;background-color:#337ab7;border-color:#2e6da4;text-shadow:0 -1px 0 rgba(0,0,0,.25)}.datepicker table tr td.active.focus,.datepicker table tr td.active.highlighted.focus,.datepicker table tr td.active.highlighted:focus,.datepicker table tr td.active:focus{color:#fff;background-color:#286090;border-color:#122b40}.datepicker table tr td.active.highlighted:hover,.datepicker table tr td.active:hover{color:#fff;background-color:#286090;border-color:#204d74}.datepicker table tr td.active.active,.datepicker table tr td.active.highlighted.active,.datepicker table tr td.active.highlighted:active,.datepicker table tr td.active:active{color:#fff;background-color:#286090;border-color:#204d74}.datepicker table tr td.active.active.focus,.datepicker table tr td.active.active:focus,.datepicker table tr td.active.active:hover,.datepicker table tr td.active.highlighted.active.focus,.datepicker table tr td.active.highlighted.active:focus,.datepicker table tr td.active.highlighted.active:hover,.datepicker table tr td.active.highlighted:active.focus,.datepicker table tr td.active.highlighted:active:focus,.datepicker table tr td.active.highlighted:active:hover,.datepicker table tr td.active:active.focus,.datepicker table tr td.active:active:focus,.datepicker table tr td.active:active:hover{color:#fff;background-color:#204d74;border-color:#122b40}.datepicker table tr td.active.disabled.focus,.datepicker table tr td.active.disabled:focus,.datepicker table tr td.active.disabled:hover,.datepicker table tr td.active.highlighted.disabled.focus,.datepicker table tr td.active.highlighted.disabled:focus,.datepicker table tr td.active.highlighted.disabled:hover,.datepicker table tr td.active.highlighted[disabled].focus,.datepicker table tr td.active.highlighted[disabled]:focus,.datepicker table tr td.active.highlighted[disabled]:hover,.datepicker table tr td.active[disabled].focus,.datepicker table tr td.active[disabled]:focus,.datepicker table tr td.active[disabled]:hover,fieldset[disabled] .datepicker table tr td.active.focus,fieldset[disabled] .datepicker table tr td.active.highlighted.focus,fieldset[disabled] .datepicker table tr td.active.highlighted:focus,fieldset[disabled] .datepicker table tr td.active.highlighted:hover,fieldset[disabled] .datepicker table tr td.active:focus,fieldset[disabled] .datepicker table tr td.active:hover{background-color:#337ab7;border-color:#2e6da4}.datepicker table tr td span{display:block;width:23%;height:54px;line-height:54px;float:left;margin:1%;cursor:pointer;border-radius:4px}.datepicker table tr td span.focused,.datepicker table tr td span:hover{background:#eee}.datepicker table tr td span.disabled,.datepicker table tr td span.disabled:hover{background:0 0;color:#777;cursor:default}.datepicker table tr td span.active,.datepicker table tr td span.active.disabled,.datepicker table tr td span.active.disabled:hover,.datepicker table tr td span.active:hover{color:#fff;background-color:#337ab7;border-color:#2e6da4;text-shadow:0 -1px 0 rgba(0,0,0,.25)}.datepicker table tr td span.active.disabled.focus,.datepicker table tr td span.active.disabled:focus,.datepicker table tr td span.active.disabled:hover.focus,.datepicker table tr td span.active.disabled:hover:focus,.datepicker table tr td span.active.focus,.datepicker table tr td span.active:focus,.datepicker table tr td span.active:hover.focus,.datepicker table tr td span.active:hover:focus{color:#fff;background-color:#286090;border-color:#122b40}.datepicker table tr td span.active.disabled:hover,.datepicker table tr td span.active.disabled:hover:hover,.datepicker table tr td span.active:hover,.datepicker table tr td span.active:hover:hover{color:#fff;background-color:#286090;border-color:#204d74}.datepicker table tr td span.active.active,.datepicker table tr td span.active.disabled.active,.datepicker table tr td span.active.disabled:active,.datepicker table tr td span.active.disabled:hover.active,.datepicker table tr td span.active.disabled:hover:active,.datepicker table tr td span.active:active,.datepicker table tr td span.active:hover.active,.datepicker table tr td span.active:hover:active{color:#fff;background-color:#286090;border-color:#204d74}.datepicker table tr td span.active.active.focus,.datepicker table tr td span.active.active:focus,.datepicker table tr td span.active.active:hover,.datepicker table tr td span.active.disabled.active.focus,.datepicker table tr td span.active.disabled.active:focus,.datepicker table tr td span.active.disabled.active:hover,.datepicker table tr td span.active.disabled:active.focus,.datepicker table tr td span.active.disabled:active:focus,.datepicker table tr td span.active.disabled:active:hover,.datepicker table tr td span.active.disabled:hover.active.focus,.datepicker table tr td span.active.disabled:hover.active:focus,.datepicker table tr td span.active.disabled:hover.active:hover,.datepicker table tr td span.active.disabled:hover:active.focus,.datepicker table tr td span.active.disabled:hover:active:focus,.datepicker table tr td span.active.disabled:hover:active:hover,.datepicker table tr td span.active:active.focus,.datepicker table tr td span.active:active:focus,.datepicker table tr td span.active:active:hover,.datepicker table tr td span.active:hover.active.focus,.datepicker table tr td span.active:hover.active:focus,.datepicker table tr td span.active:hover.active:hover,.datepicker table tr td span.active:hover:active.focus,.datepicker table tr td span.active:hover:active:focus,.datepicker table tr td span.active:hover:active:hover{color:#fff;background-color:#204d74;border-color:#122b40}.datepicker table tr td span.active.disabled.disabled.focus,.datepicker table tr td span.active.disabled.disabled:focus,.datepicker table tr td span.active.disabled.disabled:hover,.datepicker table tr td span.active.disabled.focus,.datepicker table tr td span.active.disabled:focus,.datepicker table tr td span.active.disabled:hover,.datepicker table tr td span.active.disabled:hover.disabled.focus,.datepicker table tr td span.active.disabled:hover.disabled:focus,.datepicker table tr td span.active.disabled:hover.disabled:hover,.datepicker table tr td span.active.disabled:hover[disabled].focus,.datepicker table tr td span.active.disabled:hover[disabled]:focus,.datepicker table tr td span.active.disabled:hover[disabled]:hover,.datepicker table tr td span.active.disabled[disabled].focus,.datepicker table tr td span.active.disabled[disabled]:focus,.datepicker table tr td span.active.disabled[disabled]:hover,.datepicker table tr td span.active:hover.disabled.focus,.datepicker table tr td span.active:hover.disabled:focus,.datepicker table tr td span.active:hover.disabled:hover,.datepicker table tr td span.active:hover[disabled].focus,.datepicker table tr td span.active:hover[disabled]:focus,.datepicker table tr td span.active:hover[disabled]:hover,.datepicker table tr td span.active[disabled].focus,.datepicker table tr td span.active[disabled]:focus,.datepicker table tr td span.active[disabled]:hover,fieldset[disabled] .datepicker table tr td span.active.disabled.focus,fieldset[disabled] .datepicker table tr td span.active.disabled:focus,fieldset[disabled] .datepicker table tr td span.active.disabled:hover,fieldset[disabled] .datepicker table tr td span.active.disabled:hover.focus,fieldset[disabled] .datepicker table tr td span.active.disabled:hover:focus,fieldset[disabled] .datepicker table tr td span.active.disabled:hover:hover,fieldset[disabled] .datepicker table tr td span.active.focus,fieldset[disabled] .datepicker table tr td span.active:focus,fieldset[disabled] .datepicker table tr td span.active:hover,fieldset[disabled] .datepicker table tr td span.active:hover.focus,fieldset[disabled] .datepicker table tr td span.active:hover:focus,fieldset[disabled] .datepicker table tr td span.active:hover:hover{background-color:#337ab7;border-color:#2e6da4}.datepicker table tr td span.new,.datepicker table tr td span.old{color:#777}.datepicker .datepicker-switch{width:145px}.datepicker .datepicker-switch,.datepicker .next,.datepicker .prev,.datepicker tfoot tr th{cursor:pointer}.datepicker .datepicker-switch:hover,.datepicker .next:hover,.datepicker .prev:hover,.datepicker tfoot tr th:hover{background:#eee}.datepicker .cw{font-size:10px;width:12px;padding:0 2px 0 5px;vertical-align:middle}.input-group.date .input-group-addon{cursor:pointer}.input-daterange{width:100%}.input-daterange input{text-align:center}.input-daterange input:first-child{border-radius:3px 0 0 3px}.input-daterange input:last-child{border-radius:0 3px 3px 0}.input-daterange .input-group-addon{width:auto;min-width:16px;padding:4px 5px;line-height:1.42857143;text-shadow:0 1px 0 #fff;border-width:1px 0;margin-left:-5px;margin-right:-5px}
/*# sourceMappingURL=bootstrap-datepicker3.min.css.map */
/* End */


/* Start:/local/components/verifity/verify.patronazh/templates/.default/style.css?17466284071446*/
.verify__container {
    position: fixed;
    overflow: scroll;
    top: 0;
    z-index: 800;
    background-color: #74b6da93;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    scrollbar-color: #74b7da #cedfef;
    scrollbar-width: thin;
}

.verify__container::-webkit-scrollbar {
    width: 5px;
    height: 8px;
    background-color: #cedfef;
}

.verify__container::-webkit-scrollbar-thumb {
    background-color: #74b7da;
    border-radius: 9em;
}

.verify__container::-webkit-scrollbar-thumb:hover {
    background-color: #74b7da;
}

.verify__close {
    display: block;
    text-align: center;
    position: absolute;
    top: 5%;
    right: 3%;
    width: 20px;
}

.verify__close img {
    width: 100%;
}

.verify__close:hover {
    cursor: pointer;
}

.verify__box {
    position: relative;
    width: 95%;
    max-width: 650px;
    border-radius: 45px;
    display: flex;
    align-items: center;
    flex-direction: column;
    line-height: 1;
    z-index: 810;
}

.verify__text {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.verify-cp {
    position: absolute;
    z-index: 805;
    bottom: 35%;
    right: 30%;
}

.verify-cw {
    position: absolute;
    z-index: 805;
}

.verify-cg {
    position: absolute;
    z-index: 805;
}

@media (max-width: 630px) {
    .verify__close {
        width: 18px;
        top: 5%;
    }
}
/* End */
/* /assets/assets_premiumpat_kz/style_result.css?172139957824836 */
/* /libs/style/bootstrap-datepicker3.min.css?158055006121154 */
/* /local/components/verifity/verify.patronazh/templates/.default/style.css?17466284071446 */
