#crop-container {
    position: relative;
}

body {
    font-family: "Roboto";
    font-size: 12px;
    width: 100%;
    /*min-width: 1280px;
    overflow-x: hidden;*/
    line-height: 1.4;
}

.body_kasko-online
{
    min-width: auto !important
}
h1 {
    font-size: 46px;
    color: #19194e;
}

.wrapper {
    width: 1280px;
    margin: 0 auto;
    position: relative;
}

.top-header-wrapper,
.second-header-wrapper {
    position: relative;
    width: 1280px;
    margin: 0 auto;
    display: flex;
    align-items: center;
}

.second-header {
    min-height: 82px;
}

.container,
.second-header__container {
    width: 1280px;
    margin: 0 auto;
}

body:not(.body_kasko-online) ul>li:not(.zt-conditions__list-item) {
    position: relative;
    padding-left: 23px;
    background-position: 0 10px;
    margin-bottom: 2px;
    background-size: 14px;
}

.clear {
    clear: both;
}

.car_button:hover {
    color: #009ca6;
}

.car_button {
    border-bottom: 1px dotted;
    font-size: 18px;
    color: #12124e;
    line-height: 36px;
}

.left {
    width: 598px;
    padding-right: 20px;
    display: inline-block;
    float: left;
}

.right {
    width: 602px;
    display: inline-block;
    float: left;
}

/* Header
-----------------------------------------------------------------------------*/
#header {}


.logo {
    width: 301px;
    height: 47px;
    background: url(images/logo_new_2022.png) no-repeat !important;

}

.feedback {
    display: inline-block;
}

.template-menu-items-right a {
    font-family: 'Roboto';
}

.main-header__phone {
    box-sizing: border-box;
    margin-left: 13px;
    font-size: 16px;
    height: 30px;
    font-weight: 300 !important;
    line-height: 18px;
    color: #303030;
    display: block;
    padding: 7px;
    border-radius: 4px;
}

.main-header__phone:hover,.feedback:hover {
    background-color: #ddf7f6;
    color: #00c2d4;
}

.feedback {
    box-sizing: border-box;
    font-size: 16px;
    height: 30px;
    line-height: 18px;
    color: #303030;
    margin-left: 13px;
    border-radius: 4px;
    padding: 7px;
    font-weight: 300;
}


.whats-app_logo {
    position: relative;
}

.header_logos {

    display: inline-block;
    width: 16px;
    height: 16px;
    height: 16px;
    background-repeat: no-repeat;
    background-size: cover
}

.whats-app_logo {
    margin-left: 5px;
    background-image: url(images/logo-whatsapp-header.png);
}

.qr_logo {
    margin-right: 5px;
    background-image: url(images/qr-code.png);
}

.qr_pop {
    position: relative;
}

.qr_pop-content {
    display: none;
    position: absolute;
    width: 249px;
    height: 211px;
    background-color: white;
    top: 31px;
    right: 0px;
    z-index: 2;
    border-radius: 6px;
    padding: 10px;
    border: 1px solid #d3d3d3;
    z-index: 10;
    animation: opacity 0.5s;
    color: #000000;
}

.qr-img {
    width: 150px;
    height: 150px;
    background: url(images/qr-code.png);
    background-size: contain;
    margin-bottom: 5px;


}

@keyframes opacity {
    0% {
        opacity: 0;

    }

    25% {
        opacity: 0.25;
    }

    50% {
        opacity: 0.5;
    }

    75% {
        opacity: 0.75;
    }

    100% {
        opacity: 1;

    }
}

.logo-with-text__wrapper {
    display: flex;
}

.search {
    width: 25px;
    height: 25px;
    background: url(images/ico_search.png) no-repeat top left;
    margin-left: 10px;
}

.search:hover {
    opacity: 0.75;
}

/* SLIDER
----------------------------------------------------------------------------*/

#slider {
    height: 525px;
    position: relative;
}

#slide_1 {
    background: url(images/slide_1.jpg) no-repeat center;
    background-size: cover;
}

#slide_2 {
    background: url(images/slide_2.jpg) no-repeat center;
    background-size: cover;
}

#slide_3 {
    background: url(images/slide_3.jpg) no-repeat center;
    background-size: cover;
}

#slide_4 {
    background: url(images/slide_4.jpg) no-repeat center;
    background-size: cover;
}

.slide {
    height: 525px;
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
}

#slide_2 .wrapper {
    height: 525px;
}

#slider input[type="submit"],
#slider a.arrow {
    height: 49px;
    line-height: 47px;
    border: 0px solid;
    outline: none;
    font-size: 20px;
    color: #12124e;
    font-family: "Roboto";
    background: url(images/ico_buy.png) no-repeat top left;
    padding-left: 65px;
    margin-left: 25px;
    font-weight: 400;
    cursor: pointer;
}

#slider a.arrow {
    height: 49px !important;
    display: inline-block;
    margin-bottom: 10px;
}

#slider div.arrow_wrapper {
    display: inline-block;
    position: relative;
}

#slider input[type="submit"]:hover,
#slider a.arrow:hover {
    background-position: bottom left;
    color: #00b5c2;
}

#slider p {
    margin-top: 15px;
}

.slide-title {
    font-size: 60px;
    line-height: 60px;
    color: #12124e;
    padding: 40px 0px;
    font-weight: bold;
}

#slider input[type="text"] {
    width: 450px;
    height: 54px;
    font-size: 24px;
    color: #12124e;
    font-family: "Roboto";
    font-weight: 300;
    border: 0px solid;
    outline: none;
    border-radius: 5px;
    padding-left: 22px;
    border: 1px solid rgba(18, 18, 78, 0.3);
}

#slide_3 input[type="text"] {
    width: 450px;
}

.dropdown {
    background: #fafafa url(images/ico_dropdown.png) no-repeat;
    background-position: 464px 24px;
    cursor: pointer;
    font-size: 24px;
    color: #00b5c2;
    font-weight: 300;
    display: inline-block;
    float: left;
    width: 500px;
}

.dropdown span {
    padding: 15px;
    display: block;
}

.dropdown.opened {
    background-position: 464px -29px;
}

.dropdown ul {
    display: none;
    border-top: 1px solid #d4d4d4;
}

.dropdown ul li {
    line-height: 25px;
    padding: 15px;
}

.dropdown ul li:hover,
.ui-autocomplete .ui-state-focus {
    background-color: #b9e5e5;
}

.pre-select {
    font-weight: bold;
    font-size: 20px;
    color: #12124e;
    margin-bottom: 5px;
}

.pre-select-ul ul li {
    display: inline-block;
    float: left;
    font-weight: 300;
    font-size: 18px;
    color: #12124e;
    padding: 15px 28px;
    cursor: pointer;
}

.pre-select-ul ul li a span {
    border-bottom: 1px dotted;
    font-size: 18px;
    color: #12124e;
}

.pre-select-ul ul li.active {
    background-color: #27275d;
    color: white;
}

.info {
    color: white;
    position: absolute;
    left: 0px;
    bottom: 50px;
    font-weight: 300;
    font-size: 14px;
}

.info b {
    font-weight: 600;
}

.ico_slide {
    width: 34px;
    height: 139px;
    background: url(images/ico_slide.png) no-repeat top left;
    position: absolute;
    bottom: -55px;
    left: 50%;
}

/* SUB_NAV
----------------------------------------------------------------------------*/

#sub-nav {
    background-color: #c0e0de;
    padding-top: 35px;
    padding-bottom: 45px;
}

.sub-nav-line {
    width: 23px;
    height: 11px;
    background: url(images/ico_arrow_down.png) no-repeat top left;
    position: absolute;
    top: 62px;
    left: 100px;
    -webkit-transition: left .5s ease-in-out;
    -moz-transition: left .5s ease-in-out;
    -o-transition: left .5s ease-in-out;
    transition: left .5s ease-in-out;
}

.sub-nav-block {
    display: inline-block;
    float: left;
    font-weight: 500;
    width: 160px;
    padding-left: 70px;
    min-height: 55px;
    color: #19194e;
    font-size: 22px;
    line-height: 44px;
    cursor: pointer;
    padding-right: 90px;
}

.sub-nav-last-block.sub-nav-block {
    padding-right: 30px;
}

.sub-nav-block1 {
    background: url(images/slider-nav-item-1.png) no-repeat top left;
}

.sub-nav-block2 {
    background: url(images/slider-nav-item-2.png) no-repeat top left;
}

.sub-nav-block3 {
    background: url(images/slider-nav-item-3.png) no-repeat top left;
}

.sub-nav-block4 {
    background: url(images/slider-nav-item-4.png) no-repeat top left;
}

/* SEARCH
----------------------------------------------------------------------------*/
.ya-site-form__search-input-layout {
    margin-bottom: 0;
}

.ya-site-form__search {
    margin-bottom: 0;
}

.ya-site-form__wrap {
    margin-bottom: 0;
    width: 100%;
}

#search-block {
    display: none;
    background-color: white;
    padding: 10px 15px;
    max-height: 90px;
    position: absolute;
    top: 14px;
    left: 0px;
    width: 100%;
    /*box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.3);*/
}

.ya-site-form__input {
    border-bottom: 1px solid #00C2D9;
    position: relative;

}

.search-block__close {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 15px;
    right: 15px;
}

.search-block__close:after {
    content: '';
    display: block;
    background-color: #00C2D9;
    height: 2px;
    width: 20px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 15px;
    left: 5px;
}

.search-block__close:before {
    content: '';
    display: block;
    background-color: #00C2D9;
    height: 2px;
    width: 20px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute;
    top: 15px;
    left: 5px;
}

.ya-site-form__input-text {
    padding-right: 50px;
}

.ya-site-form__input-text:after {
    content: '';
    display: block;
    position: absolute;
}

#search-block input[type="text"] {
    width: 100%;
    color: #12124e;
    font-weight: 300;
    font-size: 24px;
    font-family: "Roboto";
    border: 0px solid;
    outline: none;
    height: 26px;
    cursor: pointer;
}

#search-block input[type="submit"] {
    width: 25px;
    height: 25px;
    font-family: "Roboto";
    border: 0px solid;
    background: url(images/ico_search.png) no-repeat top left;
    cursor: pointer;
    outline: none;
}

/* NAV
----------------------------------------------------------------------------*/

#nav {
    padding: 0px 0px;
    background-color: #00b5c2;
}

#menu {
    display: inline-block;
    float: left;
    display: block;
    cursor: pointer;
    width: 26px;
    margin-right: 4px;
    height: 18px;
    background: url(images/ico_burger_white.png) no-repeat top right;
    display: none;
}

#nav ul {
    height: 62px;
    width: 100%;
    display: flex;
    justify-content: space-between;
}

#nav ul li {
    display: block;

    width: calc(1248px / 4);
    text-align: center;

    height: 62px;
    box-sizing: border-box;
    padding-top: 16px;
}

#nav ul li a {
    text-decoration: none;
    color: white;
    text-align: center;
    font-size: 22px;
    display: block;
    font-weight: 300;
}

#nav ul li a:hover {
    opacity: 0.75;
}

/* FEEDBACK
-----------------------------------------------------------------------------*/
.thx p,
.thanks p {
    font-family: 'Roboto';
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #303030;
}

#feedback {
    display: none;
    position: absolute;
    top: 75px;
    right: 75px;
    background: white;
    padding: 25px 20px;
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.3);
    z-index: 1000;
    width: 420px;
}

.feedback-title {
    font-size: 24px;
    line-height: 24px;
    color: #12124e;
    font-weight: 300;
}

.modal-close {
    width: 20px;
    height: 20px;
    position: absolute;
    background: url(images/ico_modal_close.png) no-repeat top left;
    top: 28px;
    right: 20px;
    cursor: pointer;
}

#feedback form {
    margin-top: 30px;
}

#feedback input[type="text"] {
    width: 400px;
    display: block;
    border: 1px solid #17a2a2;
    font-weight: 300;
    font-family: "Roboto";
    outline: none;
    margin-top: 20px;
    height: 36px;
    font-size: 16px;
    color: #505050;
    padding-left: 10px;
    padding-right: 10px;
}

#feedback input[type="text"]:hover,
#feedback input[type="text"]:focus {
    border: 1px solid #9191ab;
}

.time-dropdown {
    margin-top: 30px;
}

.time-dropdown p span.ico_arrow {
    padding-left: 11px;
    margin-left: 10px;
    line-height: 16px;
    background: url(images/ico_time.png) no-repeat;
    background-position: 0px 7px;
    border-bottom: 0px dotted;
}

.time-dropdown.showed p span.ico_arrow {
    background-position: 0px -38px;
}

.time-dropdown p span {
    font-weight: 300;
    font-size: 16px;
    color: #12124e;
    margin-left: 35px;
    cursor: pointer;
    border-bottom: 1px dotted;
}

.time-dropdown-list {
    display: none;
    position: absolute;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
    top: 240px;
    left: 155px;
}

.showed.time-dropdown-list {
    display: block;
}

.time-dropdown-list li {
    font-size: 16px;
    color: #12124e;
    font-weight: 300;
    line-height: 40px;
    width: 250px;
    text-align: center;
    background: white;
    cursor: pointer;
}

.time-dropdown-list li:hover {
    background: #e8e8f6;
}

.time-dropdown p {
    font-size: 16px;
    color: #000000;
    font-weight: 300;
}

#feedback input[type="submit"] {
    -webkit-appearance: none;
    margin-top: 30px;
    line-height: 40px;
    width: 100%;
    font-family: "Roboto";
    border: 0px solid;
    outline: none;
    font-size: 16px;
    font-weight: 600;
    color: white;
    background-color: #12124e;
    cursor: pointer;
}

#feedback input[type="submit"]:hover {
    background-color: #00b5c2;
}

/* How It Works
-----------------------------------------------------------------------------*/

#hidden-nav-top {
    background-color: #fff;
    position: absolute;
    top: 0px;
    left: 0px;
    height: 154px;
    z-index: 100;
    display: none;
}

#hidden-nav-top-line {
    display: block;
    position: absolute;
    /* width: 19px;
    height: 9px; */
    background: url(images/white_arrow.png) no-repeat top left;
    bottom: 1px;
    left: 235px;
    width: 38px;
    height: 18px;
    background-size: cover;
}

#small-logo {
    width: 85px;
    height: 30px;
    background: url(images/logo-small.png) no-repeat top left;
    margin-top: 35px;
}

#small-menu {
    padding: 35px 0px;
}

#small-menu .close-menu {
    display: inline-block;
    float: left;
    width: 19px;
    height: 19px;
    background: url(images/ico_close.png) no-repeat top left;
}

#hidden-nav {
    display: none;
    background-color: #efefef;
    position: absolute;
    top: 154px;
    left: 0px;
    z-index: 100;
    min-height: 660px;
    height: inherit;
}

#small-menu ul {
    width: 1100px;
    margin-left: 110px;
}

#small-menu ul li {
    display: inline-block;
    float: left;
    width: 24%;
    text-align: center;
}

#small-menu ul li a {
    text-align: center;
    font-size: 24px;
    color: #00b5c2;
    font-weight: 300;
}

#hidden-nav .wrapper {
    width: 980px;
}

#hidden-nav form {
    padding-top: 40px;
    padding-bottom: 40px;
}

#hidden-nav form input[type="text"] {
    width: 400px;
    height: 40px;
    font-size: 18px;
    color: #12124e;
    font-family: "Roboto";
    font-weight: 300;
    border-radius: 5px;
    outline: none;
    border: 0px solid;
    padding: 0px 20px;
}

#hidden-nav ul {
    width: 100%;
}

#hidden-nav ul li {
    display: inline-block;
    float: left;
    width: 28%;
    margin-right: 5%;
    padding: 10px 0px 20px;
}

#hidden-nav ul li p {
    color: #12124e;
    font-weight: 500;
    font-size: 18px;
    line-height: 18px;
    margin-bottom: 15px;
}

#hidden-nav ul li.get-top p {
    margin-top: 10px;
}

#hidden-nav ul li a {
    display: block;
    font-size: 14px;
    color: #12124e;
    font-weight: 300;
    line-height: 18px;
    margin-bottom: 5px;
}

#hidden-nav ul li a:hover {
    text-decoration: underline;
}

/* How It Works
-----------------------------------------------------------------------------*/

#how-it-works {
    padding-top: 50px;
    padding-bottom: 70px;
}

#how-it-works .wrapper {
    background: url(images/top-arrows.png) no-repeat;
    background-position: 70px 85px;
}

.how-title {
    font-size: 28px;
    font-weight: bold;
    color: #19194e;
    line-height: 22px;
    margin-bottom: 40px;
}

.how-block {
    display: inline-block;
    float: left;
    width: 317px;
    background: url(images/how-bg.png) no-repeat top left;
    height: 125px;
    position: relative;
}

.how-block.last-block {
    width: 235px;
}

.how-block .num {
    position: absolute;
    font-weight: 900;
    font-size: 60px;
    color: white;
    line-height: 46px;
    top: 40px;
    left: 30px;
}

.how-block p {
    position: absolute;
    width: 172px;
    color: #303030;
    font-size: 14px;
    line-height: 20px;
    top: 50px;
    left: 80px;
    font-weight: 500;
}

/* Why
-----------------------------------------------------------------------------*/

p.title-zag {
    color: #009ca6;
}

#why {
    padding: 50px 0px;
    background-color: #e5f5f6;
}

.why-title {
    font-size: 28px;
    font-weight: bold;
    color: #19194e;
    line-height: 22px;
    margin-bottom: 50px;
}

.why-block {
    display: inline-block;
    float: left;
    padding-left: 80px;
    width: 266px;
    padding-right: 60px;
    color: #303030;
    font-size: 14px;
    line-height: 20px;
    min-height: 100px;
}

.why-block:first-line {
    text-transform: uppercase;
    color: #009ca6;
}

.why-block.mini-right {
    width: 142px;
}

#why1 {
    . border-top: 5 px solid #ccebee;
    padding-top: 30px;
}

.why1-block {
    display: inline-block;
    float: left;
    padding-left: 80px;
    width: 462px;
    padding-right: 60px;
    color: #303030;
    font-size: 14px;
    line-height: 20px;
    min-height: 100px;
}

.why1-block:first-line {
    text-transform: uppercase;
    color: #009ca6;
}

.why1-block.mini-right {
    width: 142px;
}

#ins1-types {
    padding-top: 25px;
}

#ins1-types .type-block {
    display: inline-block;
    float: left;
    width: 282px;
    margin-right: 30px;
    . font-size: 14 px;
}

#ins1-types .type-block a,
#ins1-types .no-margin-block a {
    margin-bottom: 0px;
    color: #009ca6 !important;
}

#ins1-types .no-margin-block {
    margin-right: 0px;
    display: inline-block;
    float: left;
    width: 282px !important;
}

#ins1-types .type-block-title {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 20px;
    min-height: 44px;
    color: #009ca6;
}

#ins1-types p {
    font-size: 14px;
    color: #393939;
    line-height: 18px;
    height: 128px;
}

.ico_1 {
    background: url(images/ico_1.png) no-repeat top left;
}

.ico_2 {
    background: url(images/ico_2.png) no-repeat top left;
}

.ico_3 {
    background: url(images/ico_3.png) no-repeat top left;
}

.ico_4 {
    background: url(images/ico_4.png) no-repeat top left;
}

.ico_5 {
    background: url(images/ico_5.png) no-repeat top left;
}

.ico_6 {
    background: url(images/ico_6.png) no-repeat top left;
}

.ico_7 {
    background: url(images/ico_7.png) no-repeat top left;
}

/* Ins-event
-----------------------------------------------------------------------------*/

#ins-event {
    padding: 30px 0px;
    background-color: #009ca6;
}

.begin-block {
    display: inline-block;
    float: left;
    width: 307px;
    margin-right: 20px;
}

.begin-block img {
    display: inline-block;
    float: left;
    margin-right: 20px;
}

.ins-event-title {
    font-size: 22px;
    color: white;
    font-weight: 500;
    line-height: 28px;
    margin-top: 8px;
}

.regular-block {
    display: inline-block;
    float: left;
    width: 186px;
    padding-left: 20px;
    margin-right: 20px;
    height: 60px;
    background: url(images/ico_arrow.png) no-repeat top left;
}

.no-margin-block.regular-block {
    margin-right: 0px;
}

.regular-block a {
    font-size: 14px;
    line-height: 20px;
    color: white;
    font-weight: 300;
    height: 60px;
}

.regular-block a:hover {
    text-decoration: underline;
}

/* Ins-types
-----------------------------------------------------------------------------*/

#ins-types {
    padding: 25px 0px;
}

#ins-types .type-block {
    display: inline-block;
    float: left;
    width: 289px;
    margin-right: 20px;
}

#ins-types .type-block.no-margin-block {
    margin-right: 0px;
}

.type-block-line {
    width: 274px;
    margin-bottom: 25px;
    border-top: 2px solid #ccebeb;
}

#ins-types .type-block-title {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 20px;
    min-height: 44px;
    color: #12124e;
}

#ins-types p {
    font-size: 12px;
    color: #393939;
    line-height: 18px;
    height: 128px;
}

.type-block a {
    font-size: 14px;
    color: #12124e;
    line-height: 20px;
    text-decoration: none;
    display: block;
    margin-bottom: 10px;
}

.type-block a:hover {
    color: #009ca6;
}

/* Pre-Footer-Menu
-----------------------------------------------------------------------------*/

#pre-footer-menu {
    padding: 32px 0px;
}

#pre-footer-menu a {
    display: inline-block;
    float: left;
    color: #19194e;
    font-size: 14px;
    line-height: 18px;
    padding-left: 40px;
    background: url(images/ico_burger.png) no-repeat top left;
}

#pre-footer-menu a:hover {
    color: #009da8;
}

#pre-footer-menu p {
    color: #19194e;
    line-height: 18px;
    font-size: 12px;
    display: inline-block;
    float: right;
}

/* Pre-Footer-Links
-----------------------------------------------------------------------------*/
main.wide {
    width: auto;
    font-size: 16px;
}

.main_content {
    font-size: 16px;
}

#product-header.container>div.wrapper,
#product-continue.container>div.wrapper,
#product-country.container>div.wrapper {
    margin: 0;
}

.footer-links .l-content {
    padding: 10px 0 50px
}

#pre-footer-links {
    padding: 25px 0px;
    border-top: 5px solid #ccebee;
    border-bottom: 15px solid #009da8;
}

#pre-footer-links img {
    display: inline-block;
    float: left;
    margin-right: 25px;
}

#pre-footer-links .right img {
    padding-top: 7px;
}

#pre-footer-links a {
    line-height: 48px;
    display: inline-block;
    float: left;
    font-size: 20px;
    color: #19194e;
    text-decoration: none;
    font-weight: 600;
}

#pre-footer-links a:hover {
    color: #009ca6;
}

/* Footer
-----------------------------------------------------------------------------*/
#footer {
    padding-top: 35px;
    padding-bottom: 25px;
    background-color: #b8b8b8;
    color: white;
}

#footer h6 {
    font-size: 18px;
    margin-bottom: 15px;
}

#footer p {
    font-weight: 300;
    line-height: 18px;
    margin-bottom: 10px;
}

/*autocomplite
____________________________________________________________________________*/
.ui-autocomplete {
    max-height: 195px;
    overflow-y: auto;
    overflow-x: hidden;
}

ul.ui-autocomplete {
    border-top: 1px solid #d4d4d4;
    background: #fff;
}

body:not(.body_kasko-online) ul.ui-autocomplete li.ui-menu-item {
    padding: 15px;
    font-size: 20px;
    text-transform: uppercase;
    color: #009ca6;
    font-weight: 300;
}

/*callback popup error
____________________________________________________________________________*/
.error_text,
.thanks_block {
    display: none;
}

span.error_text {
    color: red;
}

#feedback input[type="text"].error {
    border: 1px solid red;
}

.find_block {
    display: none;
}

.document_mask {
    position: fixed;
    display: none;
    width: 100%;
    height: 2000px;
    top: 0px;
    left: 0px;
    z-index: 1000;
    background-color: rgba(0, 156, 156, 0.4);
}

.form_auto_2 {
    width: 385px;
    margin: auto;
    padding: 10px 0
}

/* #site_sections ul{
    display: none;
} */

/* task_34555 */

.changed {
    font-family: Tahoma;
    font-size: 13px;
    color: #a9a9a9;
    margin: 20px 0;
}

/*#search-block #ya-site-form0 .ya-site-form__wrap {*/
/*    width: 200px;*/
/*}*/

#search-block #ya-site-form0 .ya-site-form__input-text {
    color: #12124e;
    font-family: "Roboto";
    font-size: 24px !important;
    font-weight: 300 !important;
}

#ya-site-form0 .ya-site-form__submit {
    display: none !important;
}

.personal-data-desc {
    margin: 20px 0px 0px 0px;
    color: #486077;
}

.bx-field .personal-data-desc {
    margin: 0px 0px 0px 0px;
}

.bx-breadcrumb {
    position: relative;
    left: 0;
    margin: 30px 0 20px 26px;
    padding: 0px 0 0 3px;
    line-height: 20px;
}

.bx-breadcrumb .bx-breadcrumb-item {
    position: relative;
    font-size: 10px;
    margin: 0 0 0 2px;
    padding-left: 10px;
    text-decoration: none;
}

.bx-breadcrumb .bx-breadcrumb-item span {
    font-size: 10px;
}

.bx-breadcrumb-item:before {
    content: '/';
    position: absolute;
    top: 0px;
    left: 0;
    width: 10px;
    height: 10px;
}

.bx-breadcrumb-item:first-child {
    padding-left: 0
}

.bx-breadcrumb .bx-breadcrumb-item {
    margin-right: 5px;
}

.bx-breadcrumb-item:first-child:before {
    content: none
}

.bx-breadcrumb-item_current {
    color: #00b5c2
}

.bx-breadcrumb-item_current:hover {
    color: #00b5c2
}

.fa-angle-right {
    display: none !important;
}

.footer__license {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 0 20px;
}

.footer__license p {
    margin: 0;
}

#nav ul>li:hover {
    background: #00a3ae;
}

#nav ul>li {
    padding-left: 0;
    margin-bottom: auto;
    background: none;
}

#nav ul {
    list-style: none;
    margin: 0px 0 0px;
    padding: 0;
    display: flex;
    justify-content: space-between;
}

.footer-links {
    background-color: #f5f6f6;
}

.footer-links a {
    font-size: inherit;
    color: inherit;
}

.l-footer {
    position: relative;
    height: 220px;
    margin-top: 0px;
}

.l-content,
.header__inner,
.footer__inner,
.i-aux {
    max-width: 1220px;
}

.text-paper,
.text-paper p {
    font-size: 16px;
    line-height: 1em;
}

.text-paper h3 {
    font-size: 20px;
}

.template-menu {
    position: relative;
    background-color: #f4f6fb;
    text-align: right;
    font-size: 14px;

}

.template-menu-item {
    display: inline-block;
    margin-left: 30px;
    font-size: 14px;
}

.template-menu-item a,
.bvi-panel-open,
.city__select {
    color: #8c94a8;
}

.template-menu-item a:hover {
    color: #00c2d4 !important;
}

.city__select:hover {
    color: #00c2d4 !important;
    text-decoration: underline;
}

.template-menu-items-right {
    margin-left: auto;
    display: flex;
    align-items: center;
}

.template-menu-item-left>a {
    font-size: 14px !important;
}

.l-middle {
    height: auto;
    padding-bottom: 0px;
}

.main_content {
    width: 900px;
    padding-right: 32px;
    float: left;
}

.main_content_banner {
    position: relative;
    width: 285px;
    float: right;
    -webkit-transition: top .5s ease-in-out;
    -moz-transition: top .5s ease-in-out;
    -o-transition: top .5s ease-in-out;
    transition: top .5s ease-in-out;
}

.city-pane__item {
    text-align: left;
}

.city__select {
    cursor: pointer;
    position: relative;
    display: inline-block;
    height: 22px;
}

@font-face {
    font-family: 'icomoon';
    src: url("/local/templates/static/fonts/icomoon.eot?2ebo3m");
    src: url("/local/templates/static/fonts/icomoon.eot?2ebo3m#iefix") format("embedded-opentype"), url("/local/templates/static/fonts/icomoon.ttf?2ebo3m") format("truetype"), url("/local/templates/static/fonts/icomoon.woff?2ebo3m") format("woff"), url("/local/templates/static/fonts/icomoon.svg?2ebo3m#icomoon") format("svg");
    font-weight: normal;
    font-style: normal;
}

.icon-form:before {
    content: "\e900";
    font-size: 60px;
}

.icon-loc:before {
    color: #8c94a8;
    content: "\e901";
}

.icon-tel:before {
    content: "\e902";
}

.icon-whatsapp:before {
    content: "\e903";
}

[class^="icon-"],
[class*=" icon-"] {
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.l-middle.wrapper {
    overflow: hidden;
}

.side-menu {
    background: #f5f6f6;
    padding-bottom: 15px;
    padding-top: 15px;
}

.side-menu li {
    background-image: none;
}

.side-menu li a {
    text-decoration: none !important;
    font-size: 14px;
    line-height: 23px;
    background-image: none;
    border-bottom: 1px dotted #00b4c1;
}

.side-menu li:hover {
    background-color: #e9e9e9;
}

/*.arr {
  background-image: url(images/ico_arrow_down2.png) !important;
   background-repeat: no-repeat;
   background-position: 90%;
   background-size: 10px;
   cursor: pointer;
}*/

.arr li {
    background-image: url(images/arrow-right.png) !important;
    background-repeat: no-repeat;
    background-position: 5px;
    background-size: 10px;
    line-height: 25px;
    margin-left: -5px;

}

.cookie {
    position: fixed;
    bottom: 10px;
    left: 10px;
    width: 350px;
    border: 1px solid #fff;
    background-color: #fff;
    box-shadow: 0 0 20px rgb(0 0 0 / 30%);
    border-radius: 4px;
    font-size: 15px;
    text-align: center;
    line-height: 20px;
    color: #616161;
    font-weight: 500;
    z-index: 110;
}
.cookie__tech-work{
    position: fixed;
    bottom: 10px;
    right: 10px;
    width: 350px;
    border: 1px solid #fff;
    background-color: #fff;
    box-shadow: 0 0 20px rgb(0 0 0 / 30%);
    border-radius: 4px;
    font-size: 15px;
    text-align: center;
    line-height: 20px;
    color: #616161;
    font-weight: 500;
    z-index: 110;
}
.cookie__tech-work p{
    padding: 10px;
    margin-top: 8px;
    margin-bottom: 4px;
    color: darkred;
}

.cookie p {
    margin-top: 20px;
    margin-bottom: 15px;
}

.cookie__tech-work a, .cookie a {
    font-weight: bold;
    color: #616161;
    text-decoration: none;
    border-bottom: 2px solid #00b4c2;
    cursor: pointer;
}

.cookie__tech-work a, .cookie a:hover {
    border: none;
    color: #616161;
    text-decoration: none;
    border-bottom: 2px solid #00b4c2;
}

.cookie__tech-work button,.cookie button {
    margin-bottom: 20px;
    border-radius: 4px;
    background: none;
    background-color: #00b4c2;
    border: 1px solid #00b4c2;
    height: 40px;
    font-weight: bold;
    font-size: 14px;
    color: white;
    cursor: pointer;
}
.cookie__tech-work button {
    margin-bottom: 20px;
    border-radius: 4px;
    background: none;
    background-color: #00b4c2;
    border: 1px solid #00b4c2;
    height: 40px;
    font-weight: bold;
    font-size: 14px;
    color: white;
    cursor: pointer;
    width: 90px;
}

.close {
    width: 30px;
    height: 30px;
    line-height: 25px;
    position: absolute;
    right: 2px;
    border: none !important;
    text-align: center;
    top: -1px;
    text-decoration: none;
}

.close img {
    margin-top: 5px;
}

p.info {
    position: initial;
    color: #030303;
    font-size: 16px;
    line-height: 24px;
    border-left: 3px solid #82cbd0;
    padding-left: 15px;
    margin-bottom: 40px;
}

.small-info {
    background-color: #F8F8F8;
    padding: 25px 40px;
    margin-bottom: 40px;
    display: flex;
    align-items: center;
}

.small-info .info-icon {
    display: flex;
    align-items: center;
    width: 50%;
}

.small-info .info-icon h4 {
    margin: 0;
    font-size: 20px;
    color: #04a4b0;
    margin-left: 20px;
}

.small-info .info-btn-row {
    width: 50%;
}

.small-info .info-btn {
    width: 160px;
    display: inline-block;
    margin-right: 30px;
}

.small-info .info-btn:last-child {
    margin-right: 0;
}

.small-info .info-btn span {
    display: block;
    width: 100%;
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 10px;
}

.small-info .info-btn button {
    width: 100%;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 400;
    height: 40px;
    line-height: 41px;
    padding: 0 16px;
}

.form-control {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #04a4b0 !important;
    font-size: 14px !important;
    border: 1px solid #e9eaeb !important;
    padding: 10px !important;
    background: #fff !important;
    line-height: 20px;
    box-sizing: border-box;
}

.form-column {
    padding-right: 10px;
    box-sizing: border-box;
}

.form-column+.form-column {
    padding-right: 0;
    padding-left: 10px;
}

.form-control:focus {
    outline: none;
    box-shadow: none;
}

#newPolis {
    background-color: #F8F8F8;
    padding: 40px 20px;
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box;
    width: 100%;
}

#newPolis button {
    width: 260px;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 400;
    height: 40px;
    line-height: 41px;
    padding: 0 16px;
}

.form-column {
    width: 50%;
    float: left;
}

.form-group {
    width: 100%;
    margin-bottom: 20px;
    position: relative;
}

.form-group .form-control {
    width: 100%;
}

.form-group label {
    display: block;
    font-size: 16px;
    margin-bottom: 5px;
    line-height: 1.4
}

.form-group select {
    width: 100%;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #04a4b0 !important;
    font-size: 14px !important;
    border: 1px solid #e9eaeb !important;
    padding: 10px !important;
    background: #fff !important;
    line-height: 20px;
    box-sizing: border-box;
}

.form-group select:focus {
    outline: none;
}

/* input file style */
.input-file {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.input-file+.js-labelFile {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    font: 13.3333px Arial;
}

.input-file+.js-labelFile .icon {
    position: absolute;
    right: 0px;
    top: 35px;
}

.input-file+.js-labelFile .icon:before {
    -webkit-border-radius: 29px;
    -moz-border-radius: 29px;
    border-radius: 29px;
    content: '';
    text-align: center;
    width: 20px;
    height: 20px;
    background-image: url(/images/bg-add-hover.png);
    background-position: center;
    background-repeat: no-repeat;
    display: inline-block;
    border: 1px solid #04a4b0;
    vertical-align: middle;
    color: #04a4b0;
    margin-right: 10px;
}

.tabs {
    margin-top: 50px;
    margin-bottom: 0;
    padding: 0;
    position: relative;
}

.tabs li {
    float: left;
    width: 80px;
    list-style: none;
    padding-left: 0;
    background-image: none;
    margin-bottom: 0;
}

.tabs a {
    display: block;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    color: #00b5c2;
    padding: 6px 20px 2px;
    font-size: 30px;
    border: 1px solid #f8f8f8;
    border-right: none;
    background: #fff;
}

.tabs li:last-of-type a {
    border-right: 1px solid #f8f8f8;
}

.tabgroup .table__row-wrap {
    background-color: #f8f8f8;
}

.tabs a:hover,
.tabs a.active {
    background: #f8f8f8;
}

.clearfix {
    height: 40px;
    font-size: 14px !important;
}

.clearfix:after,
.clearfix:before {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

.tabs .insured-item__add {
    position: absolute;
    right: 0;
    top: -10px;
    border: none;
}

.form-group .jstyling-select-s,
.form-group .jstyling-file-b {
    width: 100%;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #04a4b0 !important;
    font-size: 14px !important;
    border: 1px solid #e9eaeb !important;
    padding: 12px 10px 8px !important;
    background: #fff !important;
    line-height: 20px;
    box-sizing: border-box;
    text-transform: none;
    text-align: left;
}

.form-group .jstyling-select-s :before {
    position: absolute;
    top: 50%;
    margin-top: -2px;
    right: 14px;
    content: '';
    border-top: solid 5px #00b5c2;
    border-left: solid 4px transparent;
    border-right: solid 4px transparent;
}

.form-group .jstyling-file-b:before {
    -webkit-border-radius: 29px;
    -moz-border-radius: 29px;
    border-radius: 29px;
    content: '';
    text-align: center;
    width: 20px;
    height: 20px;
    background-image: url(../../images/bg-add-hover.png);
    background-position: center;
    background-repeat: no-repeat;
    display: inline-block;
    border: 1px solid #04a4b0;
    vertical-align: middle;
    color: #04a4b0;
    margin-right: 10px;
    position: absolute;
    right: 0;
    top: 8px;
}

.form-group .jstyling-file {
    width: 100%;
}

@font-face {
    font-family: icomoon-old;
    src: url(/local/templates/zettainsv2/fonts/iconmoon/fonts/icomoon.eot?itat84);
    src: url(/local/templates/zettainsv2/fonts/iconmoon/fonts/icomoon.eot?itat84#iefix) format("embedded-opentype"), url(/local/templates/zettainsv2/fonts/iconmoon/fonts/icomoon.ttf?itat84) format("truetype"), url(/local/templates/zettainsv2/fonts/iconmoon/fonts/icomoon.woff?itat84) format("woff"), url(/local/templates/zettainsv2/fonts/iconmoon/fonts/icomoon.svg?itat84#icomoon) format("svg");
    font-weight: 400;
    font-style: normal
}

[class*=" icon-"],
[class^=icon-] {
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-car,
.icon-plane,
.icon-home,
.icon-aid {
    font-family: 'icomoon-old' !important;
}

.info__case {

    width: 25%;
    border-right: 1px solid #e7e7e7;
    padding: 20px 10px;
    margin-left: 10px;
    transition: all .5s;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    list-style-type: none;
}

.info__case:last-child {
    border-right: none;
}

.info__case a {
    color: #00b4c1;
    display: block;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
}

.info__case a:hover h3 {
    text-decoration: underline;
}

.info__case .link-after-link {
    margin: 5px 0;
    font-size: 17px;
}

.info__case .link-after-link__big {
    font-size: 25px;
}

.info__case .link-after-link:hover {
    color: #00c2d4;
    outline: none;
    text-decoration: underline;
}

.info__case-icon {
    font-size: 70px;
    margin-bottom: 20px;
}

.info__case a:hover {
    text-decoration: none;
}

.i-icon {
    display: block;
    vertical-align: middle;
    text-align: left;
}

.icon-car:before {
    content: "";
}

.icon-plane:before {
    content: "";
}

.icon-home:before {
    content: "";
}

.icon-aid:before {
    content: "";
}

.info__cases {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: none;
    flex-wrap: nowrap;
    margin-left: -10px;
}

.info__case h3 {
    color: #00b4c1;
    text-align: left;
    margin-top: 20px;
    font-size: 31px;
}

.prez-b {
    border-bottom: 1px solid #e7e7e7;
    text-align: center;
    margin-bottom: 45px;
}

.prez-b__img,
.prez-b__right {
    display: inline-block;
    vertical-align: middle;
    margin-left: 15px;
}

.prez-b__link {
    font-size: 53px;
    margin-top: 10px;
    display: inline-block;
    text-align: left;
}

.prez-b__txt {
    margin-top: 16px;
    text-align: left;
    font-size: 21px;
}

.i-hint {
    position: relative;
    display: inline-block;
    padding: 40px 0 0 100px;
    color: #7a7d84;
}

.bold {
    font-weight: bold;
}

.form__row--hidden {
    display: none;
}

.form__row--hidden:nth-child(3) {
    display: block;
}

.form__note {
    display: none;
}

#light-input .form__row--hidden {
    display: block;
}

.faq__section {
    margin: 10px 2%;
    width: 45%;
    display: inline-block;
    vertical-align: top;
}

.faq__section:nth-child(odd) {
    border-right: 1px solid #e7e7e7;
}

.faq__section a,
.faq__section h3 {
    color: #00c2d4;
}

.faq__section .i-icon {
    text-align: center;
}

.faq__header {
    text-align: center;
    outline: none;
}

.faq__header a {
    text-decoration: none;
}

.faq__section h3 {
    margin-top: 0px;
}

.collapse-content {
    margin: 0;
}

.control {
    border-left: 3px solid #00b4c2;
    padding-left: 20px;
    padding-top: 10px;
    margin-left: 50px;
    margin-bottom: 50px;
    line-height: 1.5;
}

.control span {
    font-weight: bold;
    color: black;
}

.control p {
    font-size: 16px;
    color: #4a4a4a;
}

.green-card .small-info .info-btn-row {
    width: auto;
}

.green-card .small-info {
    justify-content: space-between;
}

#product-header .main_content {
    float: none;
}

.kasko-how-block p {
    line-height: 12px;
}

#ins-event .regular-block {
    line-height: 12px;
}

.thanks {
    display: none;
}

.kasko-programm-block2 {
    display: inline-block;
    float: left;
    height: 42px;
    margin-bottom: 1px;
    background-color: #F4F4F4;
    position: relative;
}

.kasko-programm-block2 a {
    font-family: "Roboto";
    font-weight: 400;
    font-size: 14px;
    line-height: 42px;
    color: #19194E;
    display: block;
    text-align: center;
    position: relative;
}

.kasko-programm-block2 a:hover,
.kasko-programm-block2 a.opened {
    color: #ffffff;
    background-color: #009c9c;
}

.dop_menu_right h2 {
    margin: 0;
}

.dop_menu_right ul {
    margin: 0;
    line-height: 1;
}

.dop_menu_right ul li {
    padding: 0;
    background: 0;
}

#product-question {
    display: none
}

.title-zag {
    color: #009CA6
}

.product-banner-move {
    margin-top: 20px;
}

.impaired-icon {
    background-image: url('images/glasses.svg');
    width: 28px;
    height: 29px;
    display: inline-block;
    vertical-align: middle;
    background-size: contain;
    margin-right: 10px;
}

.i-section,
.c-header,
.c-header .c-header__content {
    background-color: transparent !important;
}

div.b-calculator-bg .b-calculator-vzr-total.float,
#ui-datepicker-div {
    z-index: 100 !important;
}

.right-banner {
    margin: 0 0 60px 0;
    display: block
}

.product-application-bg-btn {
    display: none;
}


.bvi-panel-open {
    margin: 0 !important;
}

.partners-table {
    user-select: none;
    width: 2400px;
}
.partners-table tr td:last-child {
    user-select: none;
    width: 1266px;
}
.partners-table-container {
    width: 100%;
    overflow: auto;
}