

/* Start:/assets/assets_vracham_gift//style~test.css?173226334745571*/
/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/

.grecaptcha-badge {
    visibility: hidden;
}

.quizzy {
    display: none;
}

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

.ty-banner {
    width: 100%;
    max-width: 2000px;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    height: 400px;
    margin: 110px auto 0 auto;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ty-banner:after {
    content: "";
    z-index: 1;
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: transparent;
    background-image: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 86%, rgba(255, 255, 255, 1) 100%);
}

.ty-banner__bread {
    position: absolute;
    top: -20px;
    left: 0%;
    z-index: 2;
}

.ty-banner__tool-contain {
    position: absolute;
    left: 22%;
    top: 8%;
}
.tool__picture-ban {
    width: 53%;
}

.ty-banner__box {
    width: 900px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 2;
    top: -3%;
    right: -7%;
}

.ty-banner__box-title {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    width: 50%;
    margin-left: auto;
    position: relative;
    left: -15%;
    margin-bottom: 30px;
}

.ty-banner__box-title img {
    width: 88%;
}

.ty-banner__box-span {
    display: block;
    font-family: 'Cocon', sans-serif;
    font-size: 60px;
    color: #002169;
    line-height: 0.85;
    margin-bottom: 10px;
    text-align: left;
}
.ty-banner__box-secspan {
    color: #002169;
    font-family: 'GT Eesti Pro Display', sans-serif;
    font-size: 27px;
    font-weight: 500;
}

.ty-banner__box-logo {
    width: 100%;
    text-align: center;
}

.ty-banner__box-logo img {
    width: 100%;
}

.ty-banner__smile {
    position: absolute;
    width: 100%;
    bottom: -4vw;
    z-index: 2;
}

.ty-container-900 {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
}

.ty-container-550 {
    width: 100%;
    max-width: 550px;
    margin: 0 auto;
}

.ty-prise {
    width: 100%;
    margin-top: 2vw;
    position: relative;
    z-index: 5;
}

.ty-prise__title {
    font-size: 24px;
    font-family: 'Cocon', sans-serif;
    text-align: center;
    color: #00347B;
    line-height: 1.2;
    margin-bottom: 60px;
    margin-top: 40px;
}
.ty-prise__title br {
    display: none;
}

.ty-prise__title span:nth-child(1) {
    color: #73B8DD;
}

.ty-prise__title span:nth-child(2) {
    display: block;
    color: #73B8DD;
}

.ty-prise__title span:nth-child(3) {
    display: block;
    color: #73B8DD;
}

.ty-prise__box {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 20px;
    padding: 0 10px 0 10px;
}

.ty-prise__box-item {
    width: 33%;
    margin: 15px 0;
}

._box-item_center {
    width: 35%;
}

.ty-prise__item-img {
    -webkit-perspective: 1000;
    perspective: 1000;
    position: relative;
    margin: 0 auto;
}

.ty-prise__img-count {
    position: absolute;
    right: 0;
    top: 0;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    background-color: #85C4E8;
    border: 5px solid white;
    font-family: 'Cocon', sans-serif;
    font-size: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    z-index: 5;
}

.ty-prise__img-count span {
    font-size: 18px;
}

.ty-prise__box-item:hover .ty-prise__img-flipper {
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
}

.ty-prise__item-img,
.ty-prise__img-flipper,
.ty-prise__img-flipper-front,
.ty-prise__img-flipper-back {
    width: 240px;
    height: 240px;
}

.ty-prise__item-img img {
    width: 100%;
}

.ty-prise__img-flipper {
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    position: relative;
    -webkit-transform-origin: 50% 120px;
    -ms-transform-origin: 50% 120px;
    transform-origin: 50% 120px;
}

.ty-prise__img-flipper-front,
.ty-prise__img-flipper-back {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
}

.ty-prise__img-flipper-back {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.ty-prise__item-condition {
    font-size: 22px;
    color: #85C4E8;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}

.ty-prise__item-condition ._condition-1 {
    font-size: 34px;
    color: #002169;
}

.ty-prise__box-item:hover ._condition-2 {
    font-size: 34px;
    color: #002169;
}

.ty-prise__box-item:hover ._condition-1 {
    font-size: 22px;
    color: #85C4E8;
}

.ty-prise__item-title {
    color: #002169;
    font-family: 'Cocon', sans-serif;
    font-size: 20px;
    text-align: center;
    line-height: 1;
}

.ty-ltxt {
    color: #002169;
    text-align: center;
    font-size: 14px;
    margin-top: 25px;
}

.ty-prise__boxes-frame {
    text-align: center;
    font-family: 'Cocon', sans-serif;
    line-height: 1.1;
    color: #002169;
    background: rgba(208, 230, 248, 0.5);
    border-radius: 80px;
    max-width: 770px;
    margin: 30px auto;
    padding: 20px;
    display: flex;
    position: relative;
    margin-bottom: 20px;
    z-index: 5;
    margin-top: 60px;
}

.ty-prise__boxes-title {
    margin: 0 auto;
}

.ty-prise__boxes-title span {
    font-size: 44px;
}

.ty-prise__boxes-title span:nth-child(2) {
    font-size: 34px;
}

.prise__picture-circle {
    width: 130px;
    position: absolute;
    right: 40px;
    top: -69px;
}

.prise__picture-blue {
    position: absolute;
    left: -1px;
    top: 15px;
    width: 125px;
}

.prise__picture-pink {
    right: 0%;
    bottom: -32px;
    position: absolute;
    width: 120px;
    min-width: 120px;
}

.ty-prises__back {
    display: flex;
    justify-content: center;
}

.ty-prises__back img {
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
}

.ty-actual__date-box {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 100%;
    margin-bottom: 40px;
}

.date__calendar-first {
    width: 100%;
    max-width: 80px;
}

.ty-actual__date-title {
    padding-left: 15px;
    line-height: 1.1;
    padding-top: 15px;
    font-family: 'Cocon', sans-serif;
    font-size: 44px;
}

.ty-actual__date-title span {
    color: #73B8DD;
}

.ty-actual__date-title span:nth-child(2) {
    color: #002169;
}

.ty-actual__discript-kabrita {
    margin: 40px 20px;
    position: sticky;
    z-index: 2;
    display: flex;
    align-items: center;
}

.descript__kabrita-logo {
    padding-bottom: 26px;
    width: 15%;
}

.ty-actual__discript-kabrita span {
    font-family: 'Cocon', sans-serif;
    color: #002169;
    font-size: 26px;
    line-height: 1.15;
    padding-left: 30px;
    width: 621px;
}

.ty-actual__discript-kabrita span br {
    display: none;
}

.description__brend-one {
    display: flex;
    padding-bottom: 30px;
    margin-left: 20px;
    margin-right: 20px;
}

.contain__picture-gold {

}

.earth__picture-gold {

}

.contain__title-brand {
    padding-left: 23px;
}

.contain__title-brand span {
    font-family: 'GT Eesti Pro Display', sans-serif;
    font-size: 27px;
    color: #002169;
    font-weight: 500;
    line-height: 1.15;
    white-space: nowrap;
}

.contain__title-brand span:nth-child(2) {
    font-size: 15px;
    white-space: pre-wrap;
    display: block;
    padding-top: 5px;
}

.contain__picture-pots {
    position: relative;
    right: -5%;
    top: -58px;
    z-index: 2;
}

.row__picture-pots {
    width: 90%;
}

.ty-back__dots {
    position: absolute;
    right: 25%;
    top: 67%;
}

.back__blue-pink-dots {
    width: 50%;
}

.ty-action {
    margin-top: 30px;
}

.ty-action a {
    display: block;
    width: 280px;
    height: 60px;
    background-color: #002169;
    color: white;
    font-size: 20px;
    font-weight: bold;
    outline: none;
    border-radius: 55px;
    border: none;
    transition: 0.2s;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ty-action a:hover {
    background-color: #D0E6F8;
    color: #00347B;
}

.ty-container-1200 {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.ty-conditions {
    margin-top: 20px;
    margin-bottom: 40px;
    position: relative;
    width: 100%;
    border: 2px solid #85C4E8;
    border-radius: 26px;
    display: flex;
    flex-wrap: wrap;
    padding: 0 15px;
    height: 430px;
}

.ty-title {
    width: fit-content;
    color: #00347B;
    font-family: "Cocon", sans-serif;
    font-weight: 500;
    font-size: 45px;
    line-height: 1;
    text-align: center;
    margin: 0 auto;
    letter-spacing: 1.2px;
}

.ty-title span {
    color: #73B8DD;
    font-size: 27px;
    letter-spacing: normal;
    display: block;
    margin-top: 35px;
}

.ty-title__partner {
    width: fit-content;
    color: #00347B;
    font-family: "Cocon", sans-serif;
    font-weight: 500;
    font-size: 32px;
    line-height: 1;
    text-align: center;
    margin: 0 auto;
}

._ty-conditions__title {
    position: sticky;
    padding: 0 25px;
    background-color: white;
    width: max-content;
    margin-top: 60px;
    color: #85C4E8;
}

.ty-conditions__item {
    width: 33.33%;
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
}

.ty-conditions__item-top {
    position: relative;
    width: 100%;
    height: 40%;
    border-bottom: 2px solid #D0E6F8;
}

.ty-conditions__item-number {
    width: 65px;
    height: 65px;
    background-color: #85C4E8;
    color: white;
    font-size: 32px;
    font-family: 'Cocon', sans-serif;
    line-height: 65px;
    text-align: center;
    border-radius: 50%;
    position: relative;
    top: 40%;
    margin: 0 auto;
}

.ty-conditions__item-top::before {
    content: '';
    display: block;
    position: absolute;
    height: 30%;
    border-left: 2px solid #D0E6F8;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 0%);
}

.ty-conditions__item-top::after {
    content: '';
    display: block;
    position: absolute;
    height: 12px;
    width: 12px;
    border-radius: 50%;
    left: 50%;
    bottom: -6px;
    transform: translate(-50%, 0%);
    background-color: #85C4E8;
}

.ty-conditions__item-bottom {
    width: 100%;
    height: 60%;
}

.ty-conditions__item-img {
    width: inherit;
    text-align: center;
    margin: 8% 0;
}

.ty-conditions__item-img img {
    width: auto;
    height: 85px;
}

.ty-conditions__item-txt {
    text-align: center;
    padding: 0 13%;
    font-size: 18px;
    color: #00347B;
    line-height: 1.2;
    font-weight: 400;
    font-family: 'GT Eesti Pro Display', sans-serif;
}

.ty-conditions__item-txt a {
    text-decoration: none;
    pointer-events: none;
}

.ty-conditions__bottom-descript {
    position: absolute;
    top: 91%;
    left: 22%;
    text-align: center;
    font-size: 13px;
    font-family: 'GT Eesti Pro Display', sans-serif;
    color: #929191;
    font-weight: 300;
}

.ty-container-blue {
    width: 900px;
    background-color: rgba(224, 241, 255, 0.5);
    margin: 0 auto;
    margin-bottom: 50px;
    border-radius: 26px;
    margin-top: 40px;
}

.ty-dates {
    width: 100%;
    padding: 55px 0 55px 0;
}

.ty-dates__box {
    display: flex;
    margin-top: 20px;
    flex-wrap: wrap;
    align-items: baseline;
    justify-content: center;
}

.ty-dates__box-img {
    position: relative;
    width: 16%;
    text-align: center;
}

.ty-dates__box-img img {
    width: 90%;
    position: relative;
    z-index: 5;
}

.ty-dates__box-img-winner {
    display: block;
    height: 35px;
    width: 90%;
    background-color: white;
    border: 2px solid #85C4E8;
    color: #85C4E8;
    font-size: 14px;
    line-height: 30px;
    text-align: center;
    font-weight: bold;
    border-radius: 30px;
    margin: 7px auto 0 auto;
    visibility: hidden;
}

.ty-dates__box-img-wood {
    width: 110px;
    position: absolute;
    top: -45px;
    right: -30px;
    z-index: 1;
}

.ty-dates__box-text {
    color: #F08AB7;
    font-size: 22px;
    line-height: 1.3;
    width: 77%;
    font-family: 'GT Eesti Pro Display', sans-serif;
    font-weight: 400;
    text-align: center;
    margin: 0;
    margin-top: 20px;
}

.ty-dates__box-text span {
    display: block;
    font-size: 17px;
    font-weight: 600;
}

.ty-partners {
    margin-top: 9%;
    margin-bottom: 10%;
}

.ty-partners__box {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 5%;
    gap: 15px;
}

.ty-partners__box-item {
    width: 18%;
    border: 1px dashed #C4C4C4;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 90px;
    transition: 0.2s;
}

.ty-partners__box-item:hover {
    border: 1px solid #C4C4C4;
}

.ty-partners__box-item img {
    width: 75%;
}

.ty-kabrita__set-ban {
    max-width: 90%;
    margin: 0 auto;
    margin-bottom: 12%;
}

.ty-form {
    width: 100%;
    padding: 30px 5px 90px 5px;
    position: relative;
}

.ty-form__img {
    position: absolute;
    bottom: 15px;
    right: -70%;
    width: 80%;
}

.ty-form__img img {
    width: 100%;
}

.ty-form__title {
    width: 100%;
    color: #002169;
    line-height: 1;
    font-family: 'Cocon', sans-serif;
    font-size: 24px;
    text-align: center;
    margin: 15px auto 30px auto;
}

.ty-form__check {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    padding-top: 0px;
    line-height: 1;
    font-size: 14px;
}

.ty-form__check span {
    width: auto;
    display: inline-block;
}

.ty-form__check a {
    text-decoration: underline;
}

.ty-form__check input[type=checkbox]+i {
    -webkit-box-shadow: 0 0 0 2px #85C4E8 !important;
    box-shadow: 0 0 0 2px #85C4E8 !important;
}

.ty-form__check input[type=checkbox]+i:before {
    width: 16px !important;
    height: 16px !important;
    bottom: 0px !important;
    left: 0px !important;
    background-color: #85C4E8;
    background-image: url(/assets/assets_vracham_gift//done.svg) !important;
    background-size: 80% 80% !important;
    background-position: center;
    background-repeat: no-repeat;
}

.form-item__label span {
    color: #F08AB7;
}

.ty-form__button button {
    width: 95%;
    max-width: 400px;
    height: 65px;
    font-size: 20px;
    font-weight: bold;
    border-radius: 65px;
    margin-top: 60px;
}

.ty-form__item {
    margin: 10px 0;
    color: #002169;
    font-size: 14px;
}

.ty-form__item span {
    color: #F08AB7;
}

.ty-form-end {
    padding: 40px 0;
    color: #002169;
}

._ty-pink {
    color: #F08AB7;
}

.ty-form-end__title-1 {
    width: 95%;
    max-width: 550px;
    margin: 20px auto 60px;
    font-size: 20px;
    text-align: center;
}

.ty-form-end__title-2 {
    width: 95%;
    max-width: 650px;
    margin: 30px auto 40px;
    text-align: center;
    font-size: 16px;
    line-height: 1.5;
}

.ty-form-end__title-2 a {
    font-weight: bold;
}

.ty-form-end__box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.ty-form-end__box-item {
    width: 17%;
    margin: 5px auto;
}

._action-form-2 {
    display: none;
}

.container-slide {
    width: 900px;
    min-height: 150px;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 120px;
}

.prise {
    height: 240px;
    border: 2px solid #85C4E8;
    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;
    margin-top: 20px;
    margin-bottom: 13%;
}
.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: space-evenly;
}

.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: 175px;
    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;
    max-height: 360px;
    overflow-y: auto;
    opacity: 0;
    z-index: 1;
    scrollbar-color: #102D69 transparent;
    scrollbar-width: thin;
}

.prise__box__discript::-webkit-scrollbar {
    width: 5px;
    height: 8px;
    background-color: transparent;
}

.prise__box__discript::-webkit-scrollbar-thumb {
    background-color: #cfe5f8;
    border-radius: 9em;
}

.prise__box__discript::-webkit-scrollbar-thumb:hover {
    background-color: #cfe5f8;
}

.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: 14px;
    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;
}

.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__part .prise__box__logo img:nth-child(6) {
    width: 110px;
}

.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: 20px;
    border-radius: 50%;
    box-shadow: 0 0 0 8px #d0e6f885;
}
.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_bottom {
    bottom: -35px;
    top: auto;
}

.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: '•';
    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;
}
.preview {
    text-align: center;
    max-width: 765px;
    width: 100%;
    font-family: 'Century Gothic';
    font-size: 18px;
    line-height: 1.2;
    color: #002169;
    margin: 40px auto 50px;
}

.contain__title-brand span br:nth-of-type(2) {
    display: none;
}

@media (max-width: 1700px) {
    .ty-banner__box-title {
        left: -12%;
    }
}

@media (max-width: 1400px) {
    .ty-banner__box-title {
        left: -10%;
    }
    .ty-banner__tool-contain {
        left: 24%;
        top: 9%;
    }
    .tool__picture-ban {
        width: 51%;
    }
}

@media (max-width: 1200px) {
    .ty-banner__tool-contain {
        left: 27%;
        top: 9%;
    }
    .tool__picture-ban {
        width: 48%;
    }
    .ty-banner__box-title {
        left: -10%;
    }
    .ty-banner__box {
        top: 1%;
        right: -9%;
    }
    .ty-banner__box-logo img {
        width: 90%;
    }
    .main-top__slider-next {
        right: -27px;
    }
    .main-top__slider-prev {
        left: -27px;
    }
}

@media (max-width: 1000px) {
    .ty-banner__tool-contain {
        left: 40%;
        top: -8%;
    }
    .tool__picture-ban {
        width: 40%;
    }
    .ty-banner__box-title {
        left: 0%;
    }
    .ty-banner__box {
        top: 3%;
        right: -4%;
    }
    .ty-banner__box-logo img {
        width: 90%;
    }
    .container-slide {
        width: 720px;
    }
    .prise__box__part {
        max-width: 460px;
        margin: 0 auto;
    }
    .prise {
        margin: 20px 20px 20px 20px;
    }
}

@media (max-width: 950px) {
    .ty-prise__title {
        font-size: 24px;
    }

    .ty-prise__title span:nth-child(2) {
        font-size: 24px;
    }
}
@media (max-width: 900px) {
    .contain__picture-gold {
        width: 107px;

    }
    .earth__picture-gold {
        width: auto;
    }
    .ty-banner__tool-contain {
        left: 41%;
        top: -9%;
    }
    .tool__picture-ban {
        width: 38%;
    }
    .ty-banner__smile {
        bottom: -5vw;
    }
    .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;
    }
    .ty-banner__box-title {
        left: 0%;
        width: 45%;
    }
    .ty-banner__box-title img {
        width: 85%;
    }
    .ty-banner__box {
        top: 9%;
        right: -4%;
    }
    .ty-banner__box-logo img {
        width: 88%;
    }
    .ty-banner__box-span {
        font-size: 50px;
    }
    .ty-banner__box-secspan {
        font-size: 3vw;
        white-space: nowrap;
    }
    .ty-banner__tool-contain {
        left: 40%;
        top: -9%;
    }
    .tool__picture-ban {
        width: 40%;
    }
    .descript__kabrita-logo {
        width: 13%;
        padding-bottom: 23px;
    }

    .ty-actual__discript-kabrita span {
        font-size: 24px;
        padding-left: 35px;
    }

    .earth__picture-gold {
        width: 85%;
    }

    .contain__title-brand {
        padding-left: 23px;
    }

    .contain__title-brand span {
        font-size: 25px;
    }

    .contain__title-brand span:nth-child(2) {
        font-size: 14px;
        width: 300px;
    }

    .contain__picture-pots {
        top: -36px;
        width: 293px;
        right: -5%;
    }

    .row__picture-pots {
        width: 100%;
    }

    .ty-prise__title {
        font-size: 22px;
        margin-top: 30px;
        margin-bottom: 40px;
    }
    .ty-prise__img-count {
        right: -4%;
        top: -5%;
    }
    .ty-prise__title span:nth-child(2) {
        font-size: 22px;
    }
    .ty-prise__item-img,
    .ty-prise__img-flipper,
    .ty-prise__img-flipper-front,
    .ty-prise__img-flipper-back {
        width: 200px;
        height: 200px;
    }
    .ty-prise__boxes-title span {
        font-size: 40px;
    }
    .ty-prise__boxes-title span:nth-child(2) {
        font-size: 31px;
    }
    .prise__picture-blue {
        left: -1%;
        top: 15px;
        width: 115px;
    }
    .prise__picture-circle {
        width: 120px;
        right: 35px;
        top: -64px;
    }
    .prise__picture-pink {
        right: 1%;
        bottom: -30px;
        width: 110px;
        min-width: 110px;
    }
    .ty-prises__back img {
        max-width: 650px;
    }

    .ty-actual__date-title {
        font-size: 40px;
        padding-left: 0;
        margin: 0px auto;
    }

    .date__calendar-first {
        max-width: 75px;
    }
    .ty-action a {
        width: 260px;
        height: 55px;
        font-size: 18px;
    }
    .ty-title {
        font-size: 38px;
        padding: 0 5px;
    }

    .ty-title span {
        font-size: 25px;
    }

    ._ty-conditions__title {
        top: -24px;
        margin-top: 50px;
    }
    .ty-conditions {
        width: 97%;
        margin: 20px auto 20px auto;
    }
    .ty-conditions__bottom-descript {
        top: 89%;
        left: 19%;
        font-size: 12px;
    }
    .ty-conditions__item-img img {
        height: 75px;
    }
    .ty-conditions__item-txt {
        font-size: 16px;
    }
    .ty-dates__box-text {
        font-size: 22px;
        width: 82%;
    }
    .ty-dates__box-text span {
        font-size: 17px;
    }
    .ty-partners {
        padding: 0 5px;
        margin-top: 7%;
        margin-bottom: 10%;
    }
    .ty-form__img {
        display: none;
    }
    .ty-action {
        margin-top: 40px;
    }
    .ty-dates__box {
        margin-top: 30px;
    }
    .ty-container-blue {
        max-width: 900px;
        width: auto;
        margin: 40px 20px 50px 20px;
    }
}

@media (max-width: 800px) {
    .descript__kabrita-logo {
        width: 14%;
    }
    .ty-actual__discript-kabrita span {
        font-size: 23px;
        padding-left: 21px;
    }
    .earth__picture-gold {
        width: 100%;
    }
    .contain__title-brand span {
        font-size: 24px;
    }
    .contain__title-brand span:nth-child(2) {
        font-size: 13px;
    }
    .contain__picture-pots {
        top: -29px;
        right: -1%;
    }
    .ty-actual__date-title {
        font-size: 38px;
    }
    .ty-prises__back img {
        max-width: 650px;
    }
    .ty-banner__tool-contain {
        left: 43%;
        top: -3%;
    }
    .tool__picture-ban {
        width: 32%;
    }
    .main-top__slider-next {
        right: -28px;
        width: 50px!important;
        height: 50px!important;
        z-index: 20;
    }
    .main-top__slider-prev {
        left: -28px;
        width: 50px!important;
        height: 50px!important;
        z-index: 20;
    }
    .prise__box-dots {
        width: 85%;
    }
    .ty-prise__title span:nth-child(2) {
        font-size: 20px;
    }
    .ty-banner {
        margin-top: 50px;
    }
    .ty-banner__box {
        top: 14%;
    }
    .ty-banner__box-title {
        width: 35%;
    }
    .ty-banner__box-span {
        font-size: 46px;
    }
    .ty-banner__box-title img {
        width: 85%;
    }
    .ty-banner__box-logo img {
        width: 90%;
    }
    .ty-prise__title {
        font-size: 20px;
    }
    .prise__picture-blue {
        left: 0%;
        width: 105px;
    }
    .ty-prise__boxes-title span {
        font-size: 36px;
    }
    .ty-prise__boxes-title span:nth-child(2) {
        font-size: 29px;
    }
    .prise__picture-circle {
        width: 110px;
        right: 32px;
        top: -58px;
    }
    .prise__picture-pink {
        right: 2%;
        bottom: -28px;
        width: 100px;
        min-width: 100px;
    }
    .ty-prise__boxes-frame {
        margin-left: 15px;
        margin-right: 15px;
    }
    .ty-prises__back img {
        max-width: 670px;
    }
    .ty-actual__date-box {
        padding-right: 0;
    }
    .date__calendar-first {
        max-width: 70px;
    }
    .ty-action a {
        width: 235px;
        height: 52px;
    }
    .ty-conditions__bottom-descript {
        left: 19%;
    }
    .ty-dates__box-text span {
        font-size: 18px;
    }
    .ty-partners__box-item {
        height: 68px;
    }
}

@media (max-width: 750px) {
    .ty-conditions__bottom-descript {
        left: 0;
        position: sticky;
        height: 20px;
        margin-left: auto;
        margin-right: auto;
        width: 289px;
        top: 0;
        line-height: 1.2;
    }
    ._ty-conditions__title {
        left: 0;
        transform: translate(0px, 0px);
    }
}

@media (max-width: 700px) {
    .ty-actual__discript-kabrita {
        flex-wrap: wrap;
        margin: 30px 20px 30px 25px;
        z-index: 5;
        flex-direction: column;
        align-items: flex-start;
    }

    .descript__kabrita-logo {
        width: 41%;
        padding-bottom: 10px;
    }

    .ty-actual__discript-kabrita span {
        padding-left: 0;
        width: 600px;
        font-size: 5.5vw;
    }

    .ty-actual__discript-kabrita span br {
        display: block;
    }

    .ty-banner__tool-contain {
        top: 24%;
        left: 8%;
    }

    .tool__picture-ban {
        width: 55%;
    }

    .description__brend-one {
        flex-wrap: wrap;
        padding-bottom: 0;
        margin-bottom: 60px;
    }

    .contain__picture-gold {
        width: 26%;
    }

    .earth__picture-gold {
        width: auto;
    }

    .contain__title-brand {
        padding-left: 25px;
    }

    .contain__title-brand span {
        font-size: 6vw;
        width: 394px;
        display: block;
        white-space: normal;
        text-align: left;
        line-height: 1;
    }

    .contain__title-brand span br:nth-of-type(2) {
        display: block;
    }

    .contain__title-brand span br:nth-of-type(3) {
        display: none;
    }

    .contain__title-brand span xc {
        float: left;
    }

    .contain__title-brand span:nth-child(2) {
        font-size: 3.5vw;
        width: 390px;
        padding-top: 10px;
        font-weight: 400;
    }

    .contain__picture-pots {
        width: auto;
        max-width: 620px;
        top: 10px;
        right: auto;
        margin: 0 auto;
    }

    .row__picture-pots {

    }
    .main-top__slider-next {
        right: -15px;
        width: 45px!important;
        height: 45px!important;
    }
    .main-top__slider-prev {
        left: -15px;
        width: 45px!important;
        height: 45px!important;
    }
    .main-top__slider-prev .svg-icon,
    .main-top__slider-next .svg-icon {
        width: 20px;
        fill: #85C4E8;
        height: 7px;
    }
    .prise {
        height: 450px;
        margin-bottom: 100px;
    }
    .prise__box__part {
        padding: 15px 10px 0;
        flex-direction: column;
        height: 450px;
    }
    .prise__box__part span {
        font-size: 25px;
    }
    .prise__box__img {
        width: 250px;
        height: 250px;
        margin-top: 10px;
        margin-bottom: 20px;
    }
    .prise__box__logo {
        width: 100%;
        text-align: center;
        max-width: 268px;
    }
    .prise__box__logo img {
        height: 50px;
        object-position: center;
        margin: 0 auto;
        margin-bottom: 30px;
    }
    .prise__box__count {
        width: 45px;
        height: 45px;
        top: 12%;
        right: 17%;
        font-size: 24px;
    }
    .prise__box-dots {
        top: 460px;
    }
    .main-top__slider-next, .main-top__slider-prev {
        top: 210px;
    }
    .ty-banner {
        height: 132vw;
    }
    .ty-banner__box {
        top: 5%;
        flex-wrap: wrap;
    }
    .ty-banner__box-title {
        width: 100%;
        margin-bottom: 0;
    }
    .ty-banner__box-span {
        font-size: 10vw;
        text-align: left;
        margin-bottom: 10px;
    }

    .ty-banner__box-secspan {
        font-size: 5.5vw;
    }

    .ty-banner__box-span br:nth-of-type(2) {
        display: none;
    }
    .ty-banner__box-span img {
        width: 80%;
    }
    .ty-banner__box-logo {
        width: 75%;
    }
    .ty-banner__box-logo img {
        position: relative;
        right: -12%;
        width: 100%;
    }
    .ty-banner__smile {
        z-index: 5;
    }
    .ty-prise__title {
        font-size: 24px;
        line-height: 1.1;
        margin: 30px auto 40px;
    }

    .ty-prise__title br{
        display: inline;
    }

    .ty-prise__title span:nth-child(2) {
        font-size: 24px;
        width: 400px;
        display: block;
        margin: 0 auto;
    }
    .prise__picture-blue {
        left: -1%;
        width: 70px;
        top: 31px;
    }
    .ty-prise__boxes-title span {
        font-size: 29px;
    }
    .ty-prise__boxes-title span:nth-child(2) {
        font-size: 22px;
    }
    .prise__picture-circle {
        width: 92px;
        right: 16px;
    }
    .prise__picture-pink {
        right: 0%;
        bottom: -21px;
        width: 70px;
        min-width: 70px;
    }
    .ty-prises__back img {
        max-width: 670px;
    }
    .ty-actual__date-box {
        padding-right: 0;
        margin: 0;
    }
    .date__calendar-first {
        max-width: 90px;
    }
    .ty-actual__date-title {
        font-size: 6vw;
        margin-bottom: 40px;
    }
    .ty-action a {
        width: 235px;
        font-size: 16px;
        text-align: center;
    }
    ._ty-conditions__title {
        font-size: 32px;
    }
    .ty-prise__item-title {
        font-size: 18px;
    }
    .ty-conditions {
        width: 85%;
        height: 680px;
    }
    .ty-conditions__item {
        width: 50%;
        margin-top: 20px;
    }
    .ty-conditions__item:nth-child(3) {
        width: 100%;
        margin-top: 0;
    }
    .ty-conditions__item-top {
        height: 70%;
    }
    .ty-conditions__item-number {
        top: 15%;
    }
    .ty-conditions__item:last-child {
        width: 100%;
    }
    .ty-conditions:last-child .ty-conditions__item-img {
        margin: 10% 0;
    }
    .ty-conditions__item:nth-child(3) .ty-conditions__item-img {
        margin: 4% 0;
    }
    .ty-conditions__item:nth-child(1) .ty-conditions__item-img img {
        padding-left: 10px;
    }
    .ty-dates {
        padding: 40px 0 30px 0;
    }
    .ty-dates__box {
        margin-top: 20px;
        align-items: flex-start;
        flex-wrap: wrap;
        justify-content: center;
    }
    .ty-dates__box-img {
        width: 34%;
        margin-bottom: 2vw;
    }
    .ty-dates__box-img-wood {
        width: 16vw;
        top: -5vw;
        right: -5vw;
    }
    .ty-dates__box-text {
        font-size: 4vw;
        margin-top: 10px;
        padding-left: 0;
        width: 100%;
        padding-bottom: 20px;
        text-align: center;
        line-height: 1;
    }
    .ty-dates__box-text span {
        font-size: 4vw;
    }
    .ty-partners__box {
        justify-content: center;
        gap: 5px;
    }
    .ty-partners__box-item {
        width: 33%;
        margin: 10px;
        height: 7vw;
        border: none;
        margin-bottom: 20px;
    }
    .ty-form {
        padding: 30px 30px 50px 30px;
    }
    .ty-form__title {
        font-size: 20px;
    }
    .ty-form__button button {
        max-width: 350px;
        height: 60px;
        margin-top: 30px;
    }
    .ty-form-end__title-2 span:nth-child(1) {
        display: block;
    }
    .ty-form-end__box {
        width: 65%;
        margin: 0 auto;
    }
    .ty-form-end__box-item {
        width: 40%;
        margin: 10px auto;
    }
    .ty-container-blue {
        width: 90%;
        border-radius: 26px;
        background-color: #E0F1FF;
        margin: 50px auto 0px auto;
    }

    .ty-title {
        letter-spacing: normal;
        font-size: 2.5rem;
    }

    .ty-title span {
        font-size: 1.9rem;
        margin-top: 25px;
    }

    .ty-title__partner {
        font-size: 5.5vw;
    }

    .ty-banner__box-title img {
        width: 80%;
    }
    .ty-partners__box-item:hover {
        border: none;
    }
}

@media (max-width: 650px) {
    .ty-banner__tool-contain {
        top: 24%;
        left: 6%;
        width: 70%;
    }
    .tool__picture-ban {
        width: 52%;
    }

    .ty-actual__discript-kabrita {
        width: 80%;
    }

    .ty-actual__discript-kabrita span {
        width: 560px;
    }

    .contain__picture-gold {
        width: 23.5%;
    }

    .contain__title-brand span {
        width: 365px;
    }


}

@media (max-width: 600px) {
    .ty-banner__tool-contain {
        top: 25%;
        left: 24%;
    }
    .ty-prise__title {
        font-size: 20px;
    }
    .ty-prise__title span:nth-child(2) {
        font-size: 20px;
    }
    .ty-banner__tool-contain {
        top: 24%;
        left: 7%;
    }
    .ty-actual__discript-kabrita span {
        width: 470px;
        font-size: 5vw;
    }
    .contain__title-brand span {
        width: 326px;
        font-size: 5.5vw;
    }
    .contain__title-brand span:nth-child(2) {
        font-size: 2.5vw;
        width: 277px;
    }
}

@media (max-width: 550px) {
    .contain__title-brand {
        padding-left: 20px;
    }
    .contain__title-brand span {
        width: 290px;
        font-size: 5.5vw;
    }
    .contain__title-brand span:nth-child(2) {
        font-size: 3vw;
        width: 265px;
    }
    .contain__picture-gold {
        width: 30%;
    }
}

@media (max-width: 500px) {
    .ty-actual__discript-kabrita {

    }

    .descript__kabrita-logo {

    }

    .ty-actual__discript-kabrita span {
        font-size: 5.5vw;
    }

    .description__brend-one {
        margin-right: 10px;
        margin-bottom: 40px;
    }

    .contain__picture-gold {
        width: 27%;
    }

    .contain__title-brand span {
        width: 256px;
    }

    .contain__title-brand span:nth-child(2) {
        width: 241px;
    }

    .prise__box__count {
        width: 40px;
        height: 40px;
        right: 4%;
        font-size: 20px;
    }
    .prise__box__part span {
        font-size: 5vw;
    }
    .prise__box__img {
        width: 230px;
        height: 230px;
    }
    .prise__box__discript {
        width: 250px;
    }
    .prise__box__part span {
        font-size: 23px;
    }
    .prise__box__logo img {
        height: 32%;
    }
    .ty-banner {
        height: 140vw;
        margin: 50px auto 0 auto;
    }
    .ty-banner__box {
        flex-wrap: wrap;
        justify-content: flex-start;
        top: 0%;
        right: 0%;
    }
    .ty-banner__box-title {
        margin-left: 20px;
        margin-bottom: 0;
    }
    .ty-banner__box-span {
        margin-top: 47px;
        margin-bottom: 5px;
    }
    .ty-banner__box-title img {
        width: 65%;
    }
    .ty-banner__box-logo {
        width: 100%;
    }
    .ty-banner__box-logo img {
        width: 85%;
        right: -8%;
    }

    .ty-banner__tool-contain {
        top: 30%;
        left: 3%;
    }

    .tool__picture-ban {
        width: 52%;
    }

    .ty-prise {
        margin-top: 8vw;
    }
    .ty-prise__title {
        white-space: nowrap;
        font-size: 3.8vw;
        margin: 30px 20px 40px 20px;
    }
    .ty-prise__title span:nth-child(2) {
        font-size: 3.8vw;
        width: auto;
    }
    .ty-prise__title span:nth-child(2) nw {
        text-transform: uppercase;
    }
    .ty-prise__item-img,
    .ty-prise__img-flipper,
    .ty-prise__img-flipper-front,
    .ty-prise__img-flipper-back {
        width: 40vw;
        height: 40vw;
    }
    .ty-prise__img-count {
        right: -2vw;
        top: -3vw;
        width: 12vw;
        height: 12vw;
        font-size: 4.5vw;
    }
    .ty-prise__img-count span {
        font-size: 4vw;
    }
    .ty-prise__item-title {
        font-size: 16px;
    }
    .ty-prise__boxes-frame {
        padding: 20px;
        margin: 50px 15px 20px 15px;
    }
    .prise__picture-blue {
        left: -5px;
        top: 32px;
        width: 16vw;
    }
    .ty-prise__boxes-title span {
        font-size: 5vw;
    }
    .ty-prise__boxes-title span:nth-child(2) {
        font-size: 4vw;
    }
    .prise__picture-circle {
        width: 19vw;
        right: 16px;
        top: -41px;
    }
    .prise__picture-pink {
        right: 0%;
        bottom: -22px;
        width: 15vw;
        min-width: 15vw;
    }
    .ty-prises__back img {
        max-width: 450px;
    }
    .ty-banner__smile {
        bottom: -6vw;
    }
    .date__calendar-first {
        max-width: 16vw;
        padding-top: 13px;
    }
    ._box-item_center,
    .ty-prise__box-item {
        width: 46%;
        margin: 15px auto;
    }
    .ty-action {
        margin-top: 0px;
    }
    .ty-action a {
        margin-top: 10px;
    }
    .ty-conditions {
        height: 600px;
        width: 90%;
        border: none;
        margin-bottom: 0px;
    }
    ._ty-conditions__title {
        margin-top: 50px;
    }
    .ty-conditions__item-top {
        height: 40%;
    }
    .ty-conditions__item-number {
        width: 55px;
        height: 55px;
        line-height: 55px;
        font-size: 28px;
    }
    .ty-conditions__item-img img {
        height: 65px;
    }
    .ty-conditions__item-img:last-child {
        margin: 5% 0;
    }
    .ty-conditions__item-top::after {
        height: 11px;
        width: 11px;
    }
    .ty-conditions__item-txt {
        font-size: 15px;
        padding: 0px 5%;
        font-family: 'Century Gothic', sans-serif;
    }
    .ty-conditions__item:nth-child(3) {
        margin-bottom: 30px;
    }
    .ty-conditions__bottom-descript {
        font-size: 12px;
    }
    .ty-title {
        font-size: 6.5vw;
    }
    .ty-title span {
        margin-top: 15px;
        font-size: 5vw;
    }
    .ty-dates__box {
        margin-top: 15px;
    }
    .ty-dates__box-img img {
        width: 90%;
        padding-left: 5px;
    }
    .ty-dates__box-text {

    }

    .ty-dates {
        padding: 40px 0 20px 0;
    }

    .ty-dates__box-text span {
        font-weight: 500;
        font-size: 4vw;
    }
    ._ty-conditions__title {
        top: -5vw;
        padding: 0 7px;
    }
    .ty-partners__box-item {
        margin: 5px;
        border: none;
        text-align: center;
        margin-bottom: 30px;
    }
    .ty-partners__box-item:nth-child(1) {
        margin-right: 0;
        display: block;
        position: relative;
        left: 0%;
    }
    .ty-partners__box-item:nth-child(2) {
        width: 40%;
        margin-left: 0;
        position: relative;
        right: -6%;
    }
    .ty-partners__box-item:nth-child(3) {
        width: 47%;
        position: relative;
        left: -3%;
    }
    .ty-partners__box-item:nth-child(4) {
        margin-left: 0;
        display: block;
        position: relative;
        right: 3%;
        width: 35%;
    }
    .ty-partners {
        margin-bottom: 4%;
    }
    .ty-partners__box {
        margin-top: 7%;
    }
    .ty-partners__box-item:hover {
        border: none;
    }
    .ty-form {
        padding: 30px 15px 50px 15px;
    }
    .ty-form-end__title-1 {
        margin: 20px auto 35px;
        font-size: 18px;
        line-height: 1.5;
    }
    .ty-form-end__box {
        width: 80%;
    }
    .ty-dates__box-img-winner {
        height: 7vw;
        font-size: 2.7vw;
        line-height: 6vw;
    }
}

.ty-end-project {
    font-size: 26px;
    font-family: 'Cocon';
    padding: 40px 10px;
    color: #002169;
    line-height: 1.2;
    margin-bottom: 45px;
}

.ty-end-project span:nth-child(1) {
    text-transform: uppercase;
    font-size: 32px;
    display: block;
    margin-bottom: 5px;
}
.ty-ltxt {
    font-size: 12px;
}

@media (max-width: 500px) {
    .ty-end-project {
        font-size: 22px;
    }
    .ty-end-project br {
        display: none;
    }
    .ty-end-project span:nth-child(1) {
        font-size: 28px;
    }
}

@media (max-width: 430px) {
    .contain__title-brand span {
        width: 221px;
    }
    .contain__title-brand span:nth-child(2) {
        width: 237px;
    }
}

@media (max-width: 400px) {
    .prise__picture-circle {
        top: -32px;
    }
    .ty-action a {
        width: 200px;
        height: 45px;
        font-size: 14px;
    }

    .ty-banner__box-span {
        font-size: 9.5vw;
    }

    .contain__title-brand span {
        width: 203px;
    }
    .contain__title-brand span:nth-child(2) {
        width: 191px;
    }

}
@media (max-width: 360px) {
    .prise__box__discript {
        width: 200px;
    }
    .ty-banner__tool-contain {
        top: 31%;
    }
    .contain__title-brand span {
        width: 185px;
    }
    .contain__title-brand span:nth-child(2) {
        width: 174px;
    }
}
/* 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.vracham.gift/templates/.default/style.css?17189567661190*/
.verify-ty__container {
    position: fixed;
    overflow: auto;
    top: 0;
    z-index: 800;
    background-color: #cfe5f8c4;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    scrollbar-color: #102D69 #CFE5F8;
    scrollbar-width: thin;
}

.verify-ty__container::-webkit-scrollbar {
    width: 5px;
    height: 8px;
    background-color: #CFE5F8;
}

.verify-ty__container::-webkit-scrollbar-thumb {
    background-color: #85C4E8;
    border-radius: 9em;
}

.verify-ty__container::-webkit-scrollbar-thumb:hover {
    background-color: #85C4E8;
}

.verify-ty__close {
    display: block;
    text-align: center;
    position: absolute;
    top: 20px;
    right: 20px;
    width: 20px;
    height: 20px;
}

.verify-ty__close img {
    width: 100%;
}

.verify-ty__close:hover {
    cursor: pointer;
}

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

.verify-ty__text {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
/* End */
/* /assets/assets_vracham_gift//style~test.css?173226334745571 */
/* /libs/style/bootstrap-datepicker3.min.css?158055006121154 */
/* /local/components/verifity/verify.vracham.gift/templates/.default/style.css?17189567661190 */
