::-ms-clear {
    display: none !important;
}

label {
    font-weight: normal !important;
}

.container {
    /*position: relative;*/
    padding-top: 10px;
    padding-right: 0;
    padding-left: 0;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-right: auto;
    margin-left: auto;
    border: none;
}

.content {
    width: 1170px !important;
    margin: 0 auto !important;
    /*padding: 0 !important;*/

}
@media (max-width: 1170px) {
    .content {
        width: auto !important;
    }
}

.side {
    width: 500px;
    height: 345px;
    margin: 5px;
}

.left {
    float: left !important;
}

#punchline {
    width: 420px;
    margin-bottom: 25px;
    text-align: center;
}

.right {
    float: right !important;
}

.btn-primary {
    display: inline-block;
    background: #50c0dd !important;
    border: 3px solid #50c0dd !important;
    border-radius: 2px !important;
    text-decoration: none;
    padding: 1px 3px 0 3px;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.btn-primary:hover {
    background: #0093bd !important;
    border: 3px solid #0093bd !important;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

#account, #user-location {
    font-size: 14px !important;
    padding: 10px;
    text-decoration: none !important;
    color: #6c6c6c !important;
}

#accimg {
    background: url("/Assets/img/sprite.png") no-repeat;
    padding: 10px 0 0 18px;
    position: relative;
}

a:hover #accimg {
    background: url("/Assets/img/user_hover.png") no-repeat;
    padding-right: 3px;
    margin-top: -3px !important;
}

#user-location-img {
    background: url("/Assets/img/sprite.png") -23px 0 no-repeat;
    padding: 10px 0 0 18px;
    position: relative;
}

a:hover #user-location-img {
    background: url("/Assets/img/location_hover.png") no-repeat;
    padding: 10px 0 0 19px;
    margin-left: -1px !important;
    margin-top: -3px !important;
}

.home-img {
    background: url("/Assets/img/sprite.png") -48px 0 no-repeat;
    padding: 5px 0 0 24px;
    position: relative;
}

a.active .home-img {
    background: url("/Assets/img/sprite.png") -78px 0 no-repeat;
    padding: 5px 0 0 24px;
    position: relative;
}

a.inactive:hover .home-img {
    background: url("/Assets/img/home_hover.png") 0 0 no-repeat;
}

.what-img {
    background: url("/Assets/img/sprite.png") -110px 0 no-repeat;
    padding: 6px 0 0 26px;
    position: relative;
}

a.inactive:hover .what-img {
    background: url("/Assets/img/policy_hover.png") 0 0 no-repeat;
}

a.active .what-img {
    background: url("/Assets/img/policy_active.png") 0 0 no-repeat;
    padding: 6px 0 0 26px;
    position: relative;
}

.how-img {
    background: url("/Assets/img/sprite.png") -140px 0 no-repeat;
    padding: 6px 0 0 23px;
    position: relative;
}

a.inactive:hover .how-img {
    background: url("/Assets/img/plume_hover.png") 0 0 no-repeat;
}

a.active .how-img {
    background: url("/Assets/img/plume_active.png") 0 0 no-repeat;
    padding: 6px 0 0 23px;
    position: relative;
}

.why-img {
    background: url("/Assets/img/sprite.png") -165px 0 no-repeat;
    padding: 6px 0 0 23px;
    position: relative;
}

a.inactive:hover .why-img {
    background: url("/Assets/img/hand_hover.png") 0 0 no-repeat;
}

a.active .why-img {
    background: url("/Assets/img/hand_active.png") 0 0 no-repeat;
    padding: 6px 0 0 23px;
    position: relative;
}

.dashed {
    border-bottom: 1px dashed #6c6c6c !important;
}

.dashed.lk-link {
    font-size: 13px;
}

.dashed:hover {
    border-bottom: 1px dashed #00d5ff !important;
}

.underlined {
    border-bottom: 1px solid #6c6c6c !important;
}

a#user-location-btn {
    color: #6c6c6c !important;
    text-decoration: none;
}

a#user-location-btn:hover {
    color: #6c6c6c !important;
    text-decoration: none;
}

.home-up {
    position: relative;
    /*height: 562px;*/
    /*overflow: hidden;*/
}

.home-up.issub{
    height: 100%;
}
.issub .home-up-icons{
    position: absolute;
    padding-top: 0;
    bottom: 0;
    padding-bottom: 30px;
}
.issub .home-up-h{
    position: absolute;
    top: 100px;
    margin: auto;
    width: 100%;
}

@media screen and (max-width: 768px) {
    .issub .home-up-h{
        top: 0;
    }
    .issub .home-up-icons{
         padding-bottom: 0;
    }
}

.home-up .container {
    z-index: 10;
}

.home-up-bg {
    width: 100%;
    height: 100%;
    z-index: -10;
    position: absolute;
    background-color: #6cbdf5;
    background-image: url("/Assets/img/headerbg.jpg");
    background-repeat: no-repeat;
    /*background-position: center 65%;*/
    background-size: cover;
    -ms-behavior: url(/Assets/backgroundsize.htc);
    min-width: 1160px;

}

.home-up-bg-wrapper {
    height: 100%;
    width: 100%;
    position: absolute;
    overflow: hidden;
    z-index: -10;
}

#home-up-resizer {
    position: relative;
    z-index: 10;
    padding-top: 90px;
}


@media screen and (max-width: 992px) {
    #home-up-resizer {
        padding-top: 0;
    }
}

.btn-suppersuccess {
    font-size: 22px !important;
    background: #8fce48 !important;
    padding: 8px 60px !important;
    -moz-border-radius: 4px !important;
    -webkit-border-radius: 4px !important;
    -khtml-border-radius: 4px !important;
    border-radius: 4px !important;
    color: #ffffff !important;
    border-bottom: 4px solid #61a53a !important;
}

.btn-suppersuccess:hover {
    font-size: 22px !important;
    background: #61a53a !important;
    padding: 8px 60px !important;
    color: #ffffff !important;
    border-bottom: 4px solid #61a53a !important;
}

.home-prod-slide {
    background: #17a3d8;
    width: 100%;
    color: #ffffff;
}
.home-prod-slide.siab {
    background: #ffffff;
    color: #5d5d5d;
}
.home-prod-slide.siab .main-text{
    color: #5d5d5d!important;
}

.top-menu {
    margin-top: 10px;
    color: #17a3d8;
}

.top-menu a, a.menu-link {
    color: #17a3d8 !important;
}

.top-menu a.active {
    font-weight: bold;
}

.green-bg {
    background: #61a53a;
    color: #ffffff;
}

.white-bg {
    background: #ffffff;
}

.top-menu-buy-line {
    height: 5px;
}

.top-menu-buy-btn {
    margin: 0 5px 0 0 !important;
    display: inline-block;
    padding: 6px 12px;
    font-size: 16px;
    font-weight: normal;
    text-decoration: dashed !important;
    line-height: 1.428571429;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid transparent;
    -webkit-border-bottom-right-radius: 5px !important;
    -webkit-border-bottom-left-radius: 5px !important;
    -moz-border-radius-bottomright: 5px !important;
    -moz-border-radius-bottomleft: 5px !important;
    border-bottom-right-radius: 5px !important;
    border-bottom-left-radius: 5px !important;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.top-menu-btn {
    font-size: 16px;
    margin-top: 10px;
    text-align: center;
    vertical-align: middle;
}

.no-margin {
    margin: 0 0 0 0 !important;
}

.no-padding {
    padding: 0 0 0 0 !important;
}

.home-prod-slide-arrow-wrapper {
    width: 100% !important;
    position: absolute;
    bottom: 0;
}
ul.dnf-faq-list li:not(:last-child) {
    margin-bottom: 10px;
}
ul.dnf-faq-list li {
    display: flex;
}
ul.dnf-faq-list li:before {
    content: '—';
    color: #17a3d8;
    margin-right: 4px;
}

.home-prod-slide-arrow-wrapper img {
    position: absolute;
    top: -22px;
}

.big-btn {
    height: 150px !important;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    color: #FFFFFF;
    text-decoration: none;
    text-align: center;
    display: block;
    padding-top: 17px;
    margin: 5px 0;
    cursor: pointer;
}

.big-btn:visited {
    color: #FFFFFF;
}

/*noinspection CssOverwrittenProperties*/
.big-btn.big-btn-desktop:hover {
    color: #FFFFFF !important;
    text-decoration: none !important;
    background: #FFF;
    background: rgb(255, 255, 255);
    background: rgba(255, 255, 255, .3);
    background: transparent\9;
    zoom: 1;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#77FFFFFF, endColorstr=#77FFFFFF);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#77FFFFFF, endColorstr=#77FFFFFF)";
}

/*noinspection CssOverwrittenProperties*/
.big-btn.active {
    color: #FFFFFF !important;
    text-decoration: none !important;
    background: #FFF;
    background: rgb(255, 255, 255);
    background: rgba(255, 255, 255, .3);
    background: transparent\9;
    zoom: 1;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#77FFFFFF, endColorstr=#77FFFFFF);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#77FFFFFF, endColorstr=#77FFFFFF)";
}

.big-btn .big-btn-text span {
    color: #ffffff;
}

#signup_nav .big-btn .big-btn-text span {
    border-bottom: 1px solid;
}

.big-btn .big-btn-text.text-lg {
    margin: 5px 15px;
    font-size: 12px;
}

.big-btn .big-btn-text.text-sm {
    font-size: 14px;
}

@media (min-width: 1200px) {
    .big-btn .big-btn-text.text-lg {
        font-size: 14px !important;
        marhin: 0 !important;
    }
}

.app-big-icon {
    -ms-behavior: url(/Assets/backgroundsize.htc);
    background-size: 1040px !important;
    height: 60px !important;
    width: 60px !important;
    margin: 6px auto 7px auto;
}
.app-middle-icon {
    -ms-behavior: url(/Assets/backgroundsize.htc);
    background-size: 864px !important;
    height: 50px !important;
    width: 50px !important;
    margin: 7px auto 12px auto;
}
.app-md-icon {
    -ms-behavior: url(/Assets/backgroundsize.htc);
    background-size: 697px !important;
    height: 40px !important;
    width: 40px !important;
    margin: 6px auto 7px auto;
}
.app-sm-icon {
    -ms-behavior: url(/Assets/backgroundsize.htc);
    background-size: 517px !important;
    height: 30px !important;
    width: 30px !important;
    padding: 2px 0 3px 24px;
    display: inline;
}

/* subdomens */

.app-big-icon.app-big-icon-antiklesh {
    background: url("/Assets/img/products/icons-redesign.png") -886px -314px no-repeat;
}
.app-big-icon.app-big-icon-mortgage {
    background: url("/Assets/img/products/icons-redesign.png") -967px -314px no-repeat;
}
.app-big-icon.app-big-icon-kasko {
    background: url("/Assets/img/products/icons-redesign.png") -115px -314px no-repeat;
}
.app-big-icon.app-big-icon-finance {
    background: url("/Assets/img/products/icons-redesign.png") -715px -314px no-repeat;
}
.app-big-icon.app-big-icon-neschastny-sluchai {
    background: url("/Assets/img/products/icons-redesign.png") -798px -314px no-repeat;
}
.app-big-icon.app-big-icon-osago {
    background: url("/Assets/img/products/icons-redesign.png") -13px -314px no-repeat;
}
.app-big-icon.app-big-icon-strahovanie-turistov {
    background: url("/Assets/img/products/icons-redesign.png") -310px -314px no-repeat;
}
.app-big-icon.app-big-icon-pomosch-na-doroge {
    background: url("/Assets/img/products/icons-redesign.png") -215px -314px no-repeat;
}
.app-big-icon.app-big-icon-strahovanie-kvartir {
    background: url("/Assets/img/products/icons-redesign.png") -405px -314px no-repeat;
}
.app-big-icon.app-big-icon-zelenaja-karta {
    background: url("/Assets/img/products/icons-redesign.png") -510px -314px no-repeat;
}
.app-big-icon.app-big-icon-zdorovie {
    background: url("/Assets/img/products/icons-redesign.png") -614px -314px no-repeat;
}
.app-big-icon.app-big-icon-dms {
    background: url("/Assets/img/products/icons-redesign.png") -614px -314px no-repeat;
}

.app-middle-icon.app-md-icon-antiklesh {
    background: url("/Assets/img/products/icons-redesign.png") -737px -262px no-repeat;
}
.app-middle-icon.app-md-icon-mortgage {
    background: url("/Assets/img/products/icons-redesign.png") -803px -262px no-repeat;
}
.app-middle-icon.app-md-icon-kasko {
    background: url("/Assets/img/products/icons-redesign.png") -96px -262px no-repeat;
}
.app-middle-icon.app-md-icon-finance {
    background: url("/Assets/img/products/icons-redesign.png") -595px -262px no-repeat;
}
.app-middle-icon.app-md-icon-neschastny-sluchai {
    background: url("/Assets/img/products/icons-redesign.png") -663px -262px no-repeat;
}
.app-middle-icon.app-md-icon-osago {
    background: url("/Assets/img/products/icons-redesign.png") -12px -262px no-repeat;
}
.app-middle-icon.app-md-icon-strahovanie-turistov {
    background: url("/Assets/img/products/icons-redesign.png") -258px -262px no-repeat;
}
.app-middle-icon.app-md-icon-pomosch-na-doroge {
    background: url("/Assets/img/products/icons-redesign.png") -179px -262px no-repeat;
}
.app-middle-icon.app-md-icon-strahovanie-kvartir {
    background: url("/Assets/img/products/icons-redesign.png") -338px -262px no-repeat;
}
.app-middle-icon.app-md-icon-zelenaja-karta {
    background: url("/Assets/img/products/icons-redesign.png") -425px -262px no-repeat;
}
.app-middle-icon.app-md-icon-zdorovie {
    background: url("/Assets/img/products/icons-redesign.png") -512px -262px no-repeat;
}
.app-middle-icon.app-md-icon-dms {
    background: url("/Assets/img/products/icons-redesign.png") -512px -262px no-repeat;
}

.app-md-icon.app-md-icon-antiklesh {
    background: url("/Assets/img/products/icons-redesign.png") -599px -209px no-repeat;
}
.app-md-icon.app-md-icon-mortgage {
    background: url("/Assets/img/products/icons-redesign.png") -648px -209px no-repeat;
}
.app-md-icon.app-md-icon-kasko {
    background: url("/Assets/img/products/icons-redesign.png") -77px -209px no-repeat;
}
.app-md-icon.app-md-icon-finance {
    background: url("/Assets/img/products/icons-redesign.png") -480px -209px no-repeat;
}
.app-md-icon.app-md-icon-neschastny-sluchai {
    background: url("/Assets/img/products/icons-redesign.png") -534px -209px no-repeat;
}
.app-md-icon.app-md-icon-osago {
    background: url("/Assets/img/products/icons-redesign.png") -10px -209px no-repeat;
}
.app-md-icon.app-md-icon-strahovanie-turistov {
    background: url("/Assets/img/products/icons-redesign.png") -206px -209px no-repeat;
}
.app-md-icon.app-md-icon-pomosch-na-doroge {
    background: url("/Assets/img/products/icons-redesign.png") -143px -209px no-repeat;
}
.app-md-icon.app-md-icon-strahovanie-kvartir {
    background: url("/Assets/img/products/icons-redesign.png") -270px -209px no-repeat;
}
.app-md-icon.app-md-icon-zelenaja-karta {
    background: url("/Assets/img/products/icons-redesign.png") -340px -209px no-repeat;
}
.app-md-icon.app-md-icon-dms {
    background: url("/Assets/img/products/icons-redesign.png") -410px -209px no-repeat;
}
.app-md-icon-zdorovie {
    background: url("/Assets/img/products/icons-redesign.png") -410px -209px no-repeat;
}

/* main */
.product-icons .app-big-icon.app-big-icon-antiklesh {
    background: url("/Assets/img/products/icons-redesign.png") -886px -14px no-repeat;
}
.product-icons .app-big-icon.app-big-icon-mortgage {
    background: url("/Assets/img/products/icons-redesign.png") -967px -14px no-repeat;
}
.product-icons .app-big-icon.app-big-icon-kasko {
    background: url("/Assets/img/products/icons-redesign.png") -115px -14px no-repeat;
}
.product-icons .app-big-icon.app-big-icon-finance {
    background: url("/Assets/img/products/icons-redesign.png") -715px -14px no-repeat;
}
.product-icons .app-big-icon.app-big-icon-neschastny-sluchai {
    background: url("/Assets/img/products/icons-redesign.png") -798px -14px no-repeat;
}
.product-icons .app-big-icon.app-big-icon-osago {
    background: url("/Assets/img/products/icons-redesign.png") -13px -14px no-repeat;
}
.product-icons .app-big-icon.app-big-icon-strahovanie-turistov {
    background: url("/Assets/img/products/icons-redesign.png") -310px -14px no-repeat;
}
.product-icons .app-big-icon.app-big-icon-pomosch-na-doroge {
    background: url("/Assets/img/products/icons-redesign.png") -215px -14px no-repeat;
}
.product-icons .app-big-icon.app-big-icon-strahovanie-kvartir {
    background: url("/Assets/img/products/icons-redesign.png") -405px -14px no-repeat;
}
.product-icons .app-big-icon.app-big-icon-zelenaja-karta {
    background: url("/Assets/img/products/icons-redesign.png") -510px -14px no-repeat;
}
.product-icons .app-big-icon.app-big-icon-zdorovie {
    background: url("/Assets/img/products/icons-redesign.png") -614px -14px no-repeat;
}
.product-icons .app-big-icon.app-big-icon-dms {
    background: url("/Assets/img/products/icons-redesign.png") -614px -14px no-repeat;
}
.product-icons .big-btn:hover .app-big-icon {
    -ms-background-position-y: -101px;
    background-position-y: -101px;
}

.product-icons .app-middle-icon.app-md-icon-antiklesh {
    background: url("/Assets/img/products/icons-redesign.png") -737px -12px no-repeat;
}
.product-icons .app-middle-icon.app-md-icon-mortgage {
    background: url("/Assets/img/products/icons-redesign.png") -803px -12px no-repeat;
}
.product-icons .app-middle-icon.app-md-icon-kasko {
    background: url("/Assets/img/products/icons-redesign.png") -12px -12px no-repeat;
}
.product-icons .app-middle-icon.app-md-icon-finance {
    background: url("/Assets/img/products/icons-redesign.png") -595px -12px no-repeat;
}
.product-icons .app-middle-icon.app-md-icon-neschastny-sluchai {
    background: url("/Assets/img/products/icons-redesign.png") -663px -12px no-repeat;
}
.product-icons .app-middle-icon.app-md-icon-osago {
    background: url("/Assets/img/products/icons-redesign.png") -96px -12px no-repeat;
}
.product-icons .app-middle-icon.app-md-icon-strahovanie-turistov {
    background: url("/Assets/img/products/icons-redesign.png") -258px -12px no-repeat;
}
.product-icons .app-middle-icon.app-md-icon-pomosch-na-doroge {
    background: url("/Assets/img/products/icons-redesign.png") -179px -12px no-repeat;
}
.product-icons .app-middle-icon.app-md-icon-strahovanie-kvartir {
    background: url("/Assets/img/products/icons-redesign.png") -338px -12px no-repeat;
}
.product-icons .app-middle-icon.app-md-icon-zelenaja-karta {
    background: url("/Assets/img/products/icons-redesign.png") -425px -12px no-repeat;
}
.product-icons .app-middle-icon.app-md-icon-zdorovie {
    background: url("/Assets/img/products/icons-redesign.png") -512px -12px no-repeat;
}
.product-icons .app-middle-icon.app-md-icon-dms {
    background: url("/Assets/img/products/icons-redesign.png") -512px -12px no-repeat;
}
.product-icons .big-btn:hover .app-middle-icon {
    -ms-background-position-y: -84px;
    background-position-y: -84px;
}

.product-icons .app-md-icon.app-md-icon-antiklesh {
    background: url("/Assets/img/products/icons-redesign.png") -599px -10px no-repeat;
}
.product-icons .app-md-icon.app-md-icon-mortgage {
    background: url("/Assets/img/products/icons-redesign.png") -648px -10px no-repeat;
}
.product-icons .app-md-icon.app-md-icon-kasko {
    background: url("/Assets/img/products/icons-redesign.png") -77px -10px no-repeat;
}
.product-icons .app-md-icon.app-md-icon-finance {
    background: url("/Assets/img/products/icons-redesign.png") -480px -10px no-repeat;
}
.product-icons .app-md-icon.app-md-icon-neschastny-sluchai {
    background: url("/Assets/img/products/icons-redesign.png") -534px -10px no-repeat;
}
.product-icons .app-md-icon.app-md-icon-osago {
    background: url("/Assets/img/products/icons-redesign.png") -11px -10px no-repeat;
}
.product-icons .app-md-icon.app-md-icon-strahovanie-turistov {
    background: url("/Assets/img/products/icons-redesign.png") -206px -10px no-repeat;
}
.product-icons .app-md-icon.app-md-icon-pomosch-na-doroge {
    background: url("/Assets/img/products/icons-redesign.png") -143px -10px no-repeat;
}
.product-icons .app-md-icon.app-md-icon-strahovanie-kvartir {
    background: url("/Assets/img/products/icons-redesign.png") -270px -10px no-repeat;
}
.product-icons .app-md-icon.app-md-icon-zelenaja-karta {
    background: url("/Assets/img/products/icons-redesign.png") -340px -10px no-repeat;
}
.product-icons .app-md-icon-zdorovie {
    background: url("/Assets/img/products/icons-redesign.png") -414px -10px no-repeat;
}
.product-icons .app-md-icon-dms {
    background: url("/Assets/img/products/icons-redesign.png") -414px -10px no-repeat;
}
.product-icons .big-btn:hover .app-md-icon {
    -ms-background-position-y: -68px;
    background-position-y: -68px;
}
.product-icons .products-buttons-list:hover .app-md-icon {
    -ms-background-position-y: -68px;
    background-position-y: -68px;
}

.product-icons .app-sm-icon.app-sm-icon-antiklesh {
    background: url("/Assets/img/products/icons-redesign.png") -443px -7px no-repeat;
}
.product-icons .app-sm-icon.app-sm-icon-mortgage {
    background: url("/Assets/img/products/icons-redesign.png") -481px -7px no-repeat;
}
.product-icons .app-sm-icon.app-sm-icon-kasko {
    background: url("/Assets/img/products/icons-redesign.png") -57px -7px no-repeat;
}
.product-icons .app-sm-icon.app-sm-icon-finance {
    background: url("/Assets/img/products/icons-redesign.png") -358px -7px no-repeat;
}
.product-icons .app-sm-icon.app-sm-icon-neschastny-sluchai {
    background: url("/Assets/img/products/icons-redesign.png") -399px -7px no-repeat;
}
.product-icons .app-sm-icon.app-sm-icon-osago {
    background: url("/Assets/img/products/icons-redesign.png") -7px -7px no-repeat;
}
.product-icons .app-sm-icon.app-sm-icon-strahovanie-turistov {
    background: url("/Assets/img/products/icons-redesign.png") -155px -7px no-repeat;
}
.product-icons .app-sm-icon.app-sm-icon-pomosch-na-doroge {
    background: url("/Assets/img/products/icons-redesign.png") -108px -7px no-repeat;
}
.product-icons .app-sm-icon.app-sm-icon-strahovanie-kvartir {
    background: url("/Assets/img/products/icons-redesign.png") -203px -7px no-repeat;
}
.product-icons .app-sm-icon.app-sm-icon-zelenaja-karta {
    background: url("/Assets/img/products/icons-redesign.png") -255px -7px no-repeat;
}
.product-icons .app-sm-icon.app-sm-icon-zdorovie {
    background: url("/Assets/img/products/icons-redesign.png") -307px -7px no-repeat;
}
.product-icons .app-sm-icon.app-sm-icon-dms {
    background: url("/Assets/img/products/icons-redesign.png") -307px -7px no-repeat;
}
.product-icons .products-buttons-list:hover .app-sm-icon {
    -ms-background-position-y: -50px;
    background-position-y: -50px;
}

.about-title, .text-info {
    color: #17a3d8 !important;
}

#main_menu {
    width: 1170px;
}

#menuHold {
    margin-top: 20px;
    float: left;
    position: relative;
    width: 1170px;
    height: 85px;
    background-color: #50C0DD;
}

#menuLine {
    background: url(/Assets/img/strike.png) no-repeat;
    width: 95px;
    float: left;
    position: relative;
    top: 48px;
    margin-left: 5px;
    margin-right: 5px;
}

#menuItemKako a {
    width: 120px;
    height: 85px;
    float: left;
    background: url(/Assets/img/auto.png) no-repeat center;
    display: block;
    text-decoration: none;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    margin-left: 340px;
}

#menuItemKako a:hover {
    background-color: #0093bd;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

#menuHouse a {
    width: 120px;
    height: 85px;
    float: left;
    background: url(/Assets/img/realty.png) no-repeat center;
    display: block;
    text-decoration: none;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

#menuHouse a:hover {
    background-color: #0093bd;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

#menuHelth a {
    width: 120px;
    height: 85px;
    float: left;
    background: url(/Assets/img/health.png) no-repeat center;
    display: block;
    text-decoration: none;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

#menuST a:hover {
    background-color: #0093bd;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

#menuST a {
    width: 120px;
    height: 85px;
    float: left;
    background: url(/Assets/img/travel.png) no-repeat center;
    display: block;
    text-decoration: none;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

#menuHelth a:hover {
    background-color: #0093bd;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

#menuItem2 a {
    width: 157px;
    height: 105px;
    float: left;
    background: url(/Assets/img/mainmenu/realty1.png) no-repeat;
    display: block;
    text-decoration: none;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

#menuItem2 a:hover {
    width: 157px;
    height: 105px;
    float: left;
    background: url(/Assets/img/mainmenu/realty2.png) no-repeat;
    display: block;
    text-decoration: none;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

#menuItem3 a {
    width: 157px;
    height: 105px;
    float: left;
    background: url(/Assets/img/mainmenu/health1.png) no-repeat;
    display: block;
    text-decoration: none;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

#menuItem3 a:hover {
    width: 157px;
    height: 105px;
    float: left;
    background: url(/Assets/img/mainmenu/health2.png) no-repeat;
    display: block;
    text-decoration: none;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

#menuItem4 a {
    width: 157px;
    height: 105px;
    float: left;
    background: url(/Assets/img/mainmenu/travel1.png) no-repeat;
    display: block;
    text-decoration: none;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

#menuItem4 a:hover {
    width: 157px;
    height: 105px;
    float: left;
    background: url(/Assets/img/mainmenu/travel2.png) no-repeat;
    display: block;
    text-decoration: none;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

#SelectRowKasko {
    width: 1110px;
    height: 50px;
    padding-left: 143px;
    /*border: 2px solid #0093BD;*/
    border: none;
    border-radius: 0px;
    margin-bottom: 10px;
    margin-left: 18px;
    margin-top: 20px;
    padding-top: 0 !important;
}

#SelectItem {
    width: 280px;
    float: left;
    text-align: center;
}

#SelectItem a {
    font-size: 22px;
    color: #0093BD;
    padding-top: 10px;
    display: block;
    height: 46px;
    text-decoration: none;
    /*font-family: helioslight;*/
    background: #FFF;
    transition: all 0.2s;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
}

#SelectItem a:hover {
    color: #ffffff;
    background: #0093BD;
    transition: all 0.2s;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
}

#SelectItem.disabled-item a:hover {
    color: #ffffff;
    background: #bcbcbc !important;
    transition: all 0.2s;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
}

#mainpage {
    width: 1120px;
    height: 440px;
    background: url("/Assets/img/mainpage_flat.png") center no-repeat;
    background-position-x: 5px;
    display: block;
    padding-left: 15px;
}

#mblock1 {
    width: 540px;
    float: left;
    margin: 5px;
    height: 215px;
}

#mblock1 .text {
    width: 350px;
}

#mblock2 {
    width: 540px;
    float: left;
    margin: 5px;
    height: 215px;
}

#mblock2 .text {
    padding-left: 210px;
    width: 540px !important;
}

#mblock3 {
    width: 540px;
    float: left;
    margin: 5px;
    height: 215px;
}

#mblock3 .text {
    width: 350px;
}

#mblock4 {
    width: 540px !important;
    float: left;
    margin: 5px;
    height: 215px;
}

#mblock4 .text {
    width: 540px !important;
    padding-left: 210px;
}

#Line {
    width: 100%;
    height: 6px;
    background: url("/Assets/img/horiz.png") no-repeat center top;
}

#news {
    width: 1120px;
    height: 250px;
    padding-left: 15px;
    display: inline-block;
}

#news .text1 {
    width: 350px;
    float: left;
    margin: 6px;
    overflow: auto;
}

#news .text2 {
    width: 350px;
    float: left;
    margin: 6px;
    overflow: auto;
}

#news .text3 {
    width: 350px;
    float: left;
    margin: 6px;
    overflow: auto;
}

#news .vLine {
    margin-top: 10px;
    width: 5px;
    float: left;
    height: 250px;
    background: url("/Assets/img/vline.png") no-repeat;
}

#accordion {
    margin-top: 30px;
}

.panel-title {
    font-weight: bold !important;
}

#Calc {
    width: 1170px;
    height: 43px;
    border: 2px solid #1ABC9C;
    margin-bottom: 10px;
    margin-top: 10px;
}

#CalcStep {
    float: left;
    text-align: left;
    margin-right: 12px;
}

#CalcStep span {
    font-size: 21px;
    color: #95A5A6;
    padding-top: 4px;
    padding-left: 43px;
    display: block;
    height: 38px;
    text-decoration: none;
    margin-left: 6px;
    background: url(/Assets/img/arrow_in.png) no-repeat;
}

#CalcName {
    width: 280px;
    height: 37px;
    cursor: pointer;
    float: left;
    text-align: left;
}

#CalcName span {
    font-size: 22px;
    color: #1ABC9C;
    padding-top: 5px;
    padding-left: 14px;
    display: block;
    height: 28px;
    text-decoration: none;
    font-weight: bold;
}

#CalcStep .prepend {
    color: #16A085;
    background: url(/Assets/img/arrow_pr.png) no-repeat;
}

#CalcStep .active {
    color: #E67E22;
    background: url(/Assets/img/arrow.png) no-repeat;
}

#CalcStep .done {
    color: #1ABC9C;
    background: url(/Assets/img/arrow_dn.png) no-repeat;
}

#CalcName :hover {
    color: #16A085;
    *background: #50C0DD;
}

#CalcChoose {
    position: absolute;
    background: #1ABC9C;
    margin-top: 8px;
    margin-left: -2px;
    padding: 7px 2px;
    z-index: 999;
    border-bottom: 2px solid #16A085;
}

#CalcChoose span {
    background: #1ABC9C;
    color: #FFF;
    height: 30px;
    margin-left: 0px;
    font-size: 18px !important;
    font-weight: normal !important;
    padding: 3px 15px 2px 10px;
}

#CalcChoose :hover {
    background: #16A085;
    color: #FFF;
}

#CalcChoose a :hover {
    text-decoration: none !important;
}

.btn {
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
}

input {
    border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
}

select {
    border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
}

#header {
    width: 100%;
    background-color: #ffffff;
}

.panel-heading {
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
}

.panel-group .panel {
    border-radius: 0px 0px 0px 0px !important;
}

.alert {
    border-radius: 0px !important;
}

#MK_payment_modal .modal-dialog {
    width: 1200px;
}

#user_auth .modal-dialog {
    width: 900px;
}

#user_auth button[type="submit"] {
    margin-top: 20px;
}

#user_auth #USER_REG_SUBMIT {
    width: 200px;
}

#user_auth #USER_AUTH_SUBMIT, #user_auth #USER_AUTH_RESET {
    width: 140px;
}

#MK_payment_frame {
    width: 1140px;
    height: 1100px;
}

.additional_info {
    font-size: 75%;
}

.select-row {
    display: none;
}

#about {
    position: relative;
    width: 100%;
    padding-bottom: 60px;
    color: #5d5d5d;
    overflow: hidden;
}

.main-body-triangle-down{
    position: relative;
    width: 44px;
    margin: auto  !important;
    margin-top: 0px  !important;
}

.main-body-triangle-down .triangle{
    position: absolute;
    border-left: 22px solid transparent;
    border-right: 22px solid transparent;
    border-top: 21px solid #ffffff;
    top: 0px;
    z-index: 10;
}
.how.main-body-triangle-down .triangle,
.partners.main-body-triangle-down .triangle{
    border-top: 21px solid #17a3d8;
}

#how-it-works {
    position: relative;
    width: 100%;
    padding-bottom: 60px;
    overflow: hidden;
    color: #ffffff;
}
#partners {
    position: relative;
    width: 100%;
    overflow: hidden;
    color: #ffffff;
}

#how-it-works .main-h3 {
    padding-top: 10px;
}

.steps-block {
    display: block;
    margin: 80px auto;
    position: relative;
}

.step {
    margin: 0 auto 35px;
    width: 620px;
    overflow: hidden;
    height: 264px;
}

.image {
    width: 235px;
    height: 235px;
}

.text {
    width: 308px;
    margin: 40px 0 auto;
}

.step .text h2 {
    text-transform: none;
    text-align: left;
    font-size: 20px;
    margin: auto 0;
}

.step .text h3 {
    font-size: 16px;
    margin: 10px 0 auto;
}

#news {
    width: 1170px !important;
    height: 470px;
    color: #ffffff;
    background: #FD3D42;
    padding: 50px;
}

#news .side {
    width: 380px;
    padding-left: 30px;
    padding-right: 30px;
}

#partners .side {
    width: 380px;
}

#page {
    margin-top: 1px;
    margin-bottom: 1px;
    background: white;
    /*border: 1px solid #C9E0ED;*/
    width: 100%;
}

#header .content {
    width: 1170px;
    margin: 0 auto;
    padding: 0;
}

.content {
    width: 1170px;
    margin: 0 auto;
    /*padding: 35px 5px;*/
}

.content h1 {
    text-align: center;
    font-size: 50px;
    font-weight: lighter;
    width: 750px;
    line-height: 60px;
    margin: 25px auto;
}

.content h2 {
    text-align: center;
    text-transform: uppercase;
    font-size: 25px;
    font-weight: lighter;
    line-height: 40px;
    margin: 50px auto;
}

.content h3 {
    text-align: left;
    font-size: 20px;
    font-weight: lighter;
    line-height: 30px;
    margin: -30px auto;
}

#sidebar {
    padding: 20px 20px 20px 0;
}

#PhNum {
    font-size: 35px;
    float: right !important;
    text-align: right !important;
}

#menuItemKako {
    font-size: 25px;
}

img {
    max-width: 100%;
    width: auto\9;
    height: auto;
    vertical-align: middle;
    border: 0;
    -ms-interpolation-mode: bicubic;
}

#multicompany {
    margin-top: 60px;
}

#multicompany-loading {
    display: none;
    color: #3a87ad !important;
}

.multicompany-panel {
    display: none;
}

#why-app {
    width: 100%;
    color: #5d5d5d;
    background: #ffffff;
    margin-top: 0px;
}

.why-app-blocks {
    padding: 2px 2px 2px 2px !important;
    margin-bottom: 30px;
}

.big-on-hover {
    width: 90%;
    cursor: pointer;
}

.leptop_line_line {
    width: 0px;
    height: 2px;
    background: #CCCCCC;
    margin-top: 5px;
    margin-left: 30px;
}

.leptop_line_ok {
    height: 6px;
    margin-right: 30px;
    margin-top: 1px;
}

.leptop_line_container {
    height: 7px;
}

.leptop_div {
    height: 87px;
    width: 120px;
    background: url('/Assets/img/leptop_clean.png') no-repeat;
    background-size: 100%;
    -ms-behavior: url(/Assets/backgroundsize.htc);
    margin: auto;
    padding-top: 22px;
}

.steps-block {
    display: block;
    margin: 50px auto;
    position: relative;
}

.step {
    margin: 0 auto 35px;
    width: 620px;
    *overflow: hidden;
    height: 264px;
}

.step2 {
    margin: 40px auto -10px;
    width: 620px;
    *overflow: hidden;
    height: auto;
}

.content h2 {
    text-align: center;
    font-size: 32px;
    font-weight: lighter;
    line-height: 40px;
}

.carousel-control {
    background-image: none !important;
}

.carousel-control .icon-next {
    content: '' !important;
    font-size: 30px;
    width: 30px !important;
    height: 40px !important;
    background-image: url("/Assets/img/toright.png");
}

.carousel-control .icon-next:before {
    content: '' !important;
    font-size: 30px;
    width: 30px !important;
    height: 40px !important;
    background-image: url("/Assets/img/toright.png");
}

.carousel-control .icon-prev {
    content: '' !important;
    font-size: 30px;
    width: 30px !important;
    height: 40px !important;
    background-image: url("/Assets/img/toleft.png");
}

.carousel-control .icon-prev:before {
    content: '' !important;
    font-size: 30px;
    width: 30px !important;
    height: 40px !important;
    background-image: url("/Assets/img/toleft.png");
}

.no-padding {
    padding: 0 !important;
}

.no-left-padding {
    padding-left: 0 !important;
}

.no-right-padding {
    padding-right: 0 !important;
}

.no-top-padding {
    padding-top: 0 !important;
}

.no-bottom-padding {
    padding-bottom: 0 !important;
}

.buy-content {
    height: auto;
    background: #FFFFFF;
    padding: 5px;
    border-bottom: 4px solid #CCCCCC;
    text-align: left;
}

.buy-content .item a {
    *font-weight: bold;
    font-size: 20px !important;
    display: block;
    color: #596eb1 !important;
    padding-left: 90px;
    padding-top: 10px;
    height: 50px;
    margin-top: 10px;
}

.buy-content .item a:hover {
    text-decoration: none !important;
    color: #002a80 !important;
}

.buy-content .item a.buy-kasko {
    background-image: url("/Assets/img/buy-content/auto.png");
    background-repeat: no-repeat;
}

.buy-content .item a.buy-kasko2 {
    background-image: url("/Assets/img/buy-content/auto2.png");
    background-repeat: no-repeat;
}

.buy-content .item a.buy-travel {
    background-image: url("/Assets/img/buy-content/travel.png");
    background-repeat: no-repeat;
}

.buy-content .item a.buy-realty {
    background-image: url("/Assets/img/buy-content/realty.png");
    background-repeat: no-repeat;
}

.why-app-q {
    border: none;
    height: 320px;
    padding-top: 30px;
}

div[class="tooltip-inner"] {
    white-space: pre-wrap;
    min-width: 200px;
    max-width: 250px;
}

.tooltip:not(.tooltip-main) {
    z-index: 2000 !important;
}

.input-tooltip {
    font-size: 17px;
    color: #2698ba;
    margin-top: -1px;
}

.btn-group-addon {
    padding-left: 10px;
}


/*sticky footer*/
html, body {
    height: 100%;
}

.bw {
    cursor: pointer;
}

#wrap {
    min-height: 100%;
    /*height: auto !important;*/
    /*height: 100%;*/
    margin: 0 auto -142px;
    padding: 0 0 142px;
    /*border-top: 1px solid transparent;*/ /* redmine 44243 */
    /*noinspection CssFloatPxLength*/
    /*border-top: 0.1px solid transparent;*/ /* redmine 44243 */
}

#wrap:after{
    content: "";
    display: block;
}

#wrap.hidden-footer{
    padding: 0;
}

#wrap.bel{
    margin-bottom: auto;
    padding-bottom: 0;
    margin-top: -37px;
    padding-top: 37px ;
}

#wrap.contacts-page{
    height: auto !important;
}

#wrap.contacts-page #header-new{
    background-color: #ffffff;
    position: relative;
    z-index: 2;
    opacity: 0.9;
}
#contactsMap{
    width: 100%;
    height: 100%;
    min-height: 1000px !important;
    margin-top: -82px;
    position: relative;
    z-index: 1;
}

#wrap.contacts-page #contactsMap {
    margin-top: 0;
}

.contactsInfo{
    /*padding-top: 20px;*/
    padding-left: 26px;
}

#wrap.contacts-page .contacts-panel{
    width: 50%;
    height: auto;
    min-height: 100%;
    background-color: rgba(255,255,255,0.85);
    position: absolute;
    z-index: 3;
    left: 0;
    font-family: 'Open Sans', sans-serif;
    padding: 20px;
    padding-top: 10px;
    color: #000000;
    font-weight: 300;
    box-sizing: border-box;
}

#wrap.contacts-page .contacts-panel .contactsLabel{
    color: #17a3d8;
    font-size: 41px;
    margin-top: 0;
    margin-bottom: 10px;
}

#wrap.contacts-page .contacts-panel .contactsLink a{
    font-size: 24px;
    cursor: pointer;
}
#wrap.contacts-page .contacts-panel .contactsLink a:hover{
    color: #17a3d8;
}
#wrap.contacts-page .contacts-panel .contactsAddress{
    font-size: 14px;
    color: #000000 !important;
    margin-top: 10px;
}
#wrap.contacts-page .contacts-panel .contactsAddress li {
    margin-left: 30px;
    margin-bottom: 0;
}
#wrap.contacts-page .contacts-form .contactsLabel{
    margin-top: 10px;
    font-size: 24px;
}

.contacts-form-button {
    color: #ffffff;
    padding: 10px 40px;
    border-radius: 3px;
    border: 1px solid #8fce48;
    text-align: center;
    font-size: 16px;
    cursor: pointer;
    display: block;
    width: 302px;
    margin-top: 10px;
    background: #8fce48;
}

#wrap.contacts-page .contacts-form-button {
   max-width: 100%;
}

.contacts-form-button:hover,.contacts-form-button:active{
    background: #a0e550;
    border: 1px solid #a0e550;
}

textarea
{
    padding-top: 7px;
}

.contacts-textarea {
    color: #000000;
    border-radius: 3px;
    border-color: #b2b2b2;
    max-width: 500px;
    font-size: 16px;
    height: 100px;
    resize: vertical;
}

.contacts-textarea:active{
    border-color: #00d5ff;
}

#wrap.contacts-page .contacts-textarea {
    max-width: 100%;
}

.contacts-input{
    font-size: 14px;
    color: #000000;
    border-color: #b2b2b2;
    border-radius: 3px;
    max-width: 500px;
}

#wrap.contacts-page .contacts-input {
    max-width: 100%;
}

/*.contacts-input-block{*/
/*    margin: 10px 0 0 0;*/
/*}*/
.contacts-input-block input,
.contacts-input-block textarea {
    margin-bottom: 5px;
}
.contacts-input:active{
    border-color: #00d5ff;
}

.contacts-input{
    box-shadow: none !important;
}

.contacts-input.has-error{
    border-color: #f20000;
    background: #fff2f2;
}

.contacts-form-button.disabled {
    color: #b2b2b2;
    border: 1px solid #b2b2b2;
    background: transparent;
    cursor: default;
    pointer-events: none;
}

#wrap.contacts-page .contacts-panel .contacts-phone-img{
    margin-top: 6px;
    margin-right: 5px;
    float: left;
    background: url("/Assets/img/lkmenu/contacts.png") -7px -5px no-repeat;
    background-size: 75px 93px;
    width: 21px;
    height: 21px;
}

#wrap.contacts-page .contacts-panel .contacts-email-img{
    margin-top: 7px;
    margin-right: 5px;
    float: left;
    background: url("/Assets/img/lkmenu/contacts.png") -7px -35px no-repeat;
    background-size: 75px 93px;
    width: 21px;
    height: 21px;
}

#wrap.contacts-page .contacts-panel .contacts-position-img{
    margin-right: 5px;
    float: left;
    background: url("/Assets/img/lkmenu/contacts.png") -7px -69px no-repeat;
    background-size: 75px 93px;
    width: 21px;
    height: 21px;
}

#footer {
    /*height: 110px;*/
    padding: 30px 10px 30px 10px;
    margin: 0 auto;
    min-height: 142px; /* redmine 44243 */
    font-size: 14px;
    color: #ffffff;
    background: #34495e;
}

.social-block{
    width: auto;
    display: table;
}

.social-icon-a,
.social-icon-b,
.social-icon-c,
.social-icon-d,
.social-icon-vk,
.social-icon-fb{
    width: 33px;
    height: 33px;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
}

.social-icon-vk .social-icon-image{
    background: url("/Assets/img/social-icons-a.png") -3px -3px no-repeat;
    width: 33px;
    height: 33px;
    background-size: 85px 85px;
}
.social-icon-vk:hover .social-icon-image{
    background: url("/Assets/img/social-icons-a.png") -3px -50px no-repeat;
    background-size: 85px 85px;
}
.social-icon-fb .social-icon-image{
    background: url("/Assets/img/social-icons-a.png") -50px -3px no-repeat;
    width: 33px;
    height: 33px;
    background-size: 85px 85px;
}
.social-icon-fb:hover .social-icon-image{
    background: url("/Assets/img/social-icons-a.png") -50px -50px no-repeat;
    background-size: 85px 85px;
}
/*end sticky footer*/

input[type="checkbox"].form-control {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    -webkit-transition: none !important;
    transition: none !important;
}

.btn.disabled.active {
    color: #333 !important;
    background-color: #ebebeb !important;
    border-color: #adadad !important;
}

.multicompany-results .sub-result {
    font-size: 12px;
    font-weight: normal !important;
}

.chosen-container-multi input {
    height: 30px !important;
}

.display-none {
    display: none;
}

.kasko_multicompany_results td {
    padding: 5px;
}

.app-checkbox input {
    width: 15px;
    float: left;
}

.app-checkbox .app-checkbox-tooltip {
    float: left;
    height: 34px;
    padding: 10px 0 0 15px;
}

td.valign-middle {
    vertical-align: middle !important;
}

.text-inscription {
    padding-top: 10px;
}

#user-location-btn:hover .lk-link {
    color: #00d5ff !important;
    border-bottom: 1px dashed #00d5ff !important;
}

a.menu-link.inactive:hover {
    color: #00d5ff !important;
    text-decoration: none;
}

a.menu-link.active:hover {
    text-decoration: none;
}

.slide-text {
    font-size: 16px;
    list-style-type: decimal;
}

a.uek_link {
    color: #5d5d5d !important;
    text-decoration: underline !important;
}

a.uek_link:hover {
    color: #000000 !important;
}

@font-face {
    font-family: 'Open Sans';
    src: url('/Assets/fonts/OpenSans/OpenSans-Regular.ttf');
    font-display: swap;
}
@font-face {
    font-family: 'Open Sans bold';
    src: url('/Assets/fonts/OpenSans/OpenSans-Bold.ttf');
    font-display: swap;
}


@font-face {
    font-family: 'PT Rouble';
    src: url('/Assets/fonts/rubsr-webfont.eot');
    src: url('/Assets/fonts/rubsr-webfont.eot?#iefix') format('embedded-opentype'),
    url('/Assets/fonts/rubsr-webfont.woff') format('woff'),
    url('/Assets/fonts/rubsr-webfont.ttf') format('truetype'),
    url('/Assets/fonts/rubsr-webfont.svg#PT Rouble') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.pt-rouble {
    font-family: 'PT Rouble'!important;
}

body {
    font-family: 'Open Sans', Helvetica, Arial, sans-serif !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: 'Open Sans', Helvetica, Arial, sans-serif !important;
}

.menu-link.active {
    font-weight: bold;
}

a.mailto-link {
    color: #ffffff !important;
    text-decoration: underline !important;
}

a.mailto-link:hover {
    color: #00d5ff;
}

.flip-card-content-container {
    display: table;
    padding: 30px;
    min-height: 185px;
    background: #ddfadf;
    font-size: 16px;
    color: #838c83;
}

.flip-card-content {
    display: table-cell;
    vertical-align: middle;
}

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

.tire-ul li {
    padding-left: 1em;
    text-indent: -1em;
}

.tire-ul li:before {
    content: "—";
    padding-right: 5px;
}

.need_kasko {
    border-bottom: 1px dashed;
    cursor: pointer;
}

.need_kasko:hover {
    color: #000000 !important;
}

.elt_sign {
    border-bottom: 1px dashed;
    cursor: pointer;
}

.elt_sign:hover {
    color: #000000 !important;
}

.need-kasko-background{
    margin: auto;
    background-color: rgba(255, 255, 255, 0.25);
    border-radius: 10px;
    /* max-width: 560px; */
    padding: 15px 20px;
}

.main-h1 {
    font-family: 'Open Sans', Helvetica, Arial, sans-serif !important;
    padding: 37px 20px 20px 20px;
    margin: 0;
    font-size: 44px;
    font-weight: 200;
}

.main-h2 {
    font-family: 'Open Sans', Helvetica, Arial, sans-serif !important;
    padding: 0px 20px 30px 20px;
    font-size: 18px;
}

.main-h3 {
    font-family: 'Open Sans', Helvetica, Arial, sans-serif !important;
    font-size: 16px;
}

.main-text {
    font-family: 'Open Sans', Helvetica, Arial, sans-serif !important;
    font-size: 14px;
}

.main-text-bold {
    font-weight: 600;
}

.main-text-solid {
    border-bottom: solid 1px;
}

@media screen and (max-width: 768px) {
    .main-h1 {
        font-size: 24px !important;
        line-height: 1.2;
    }

    .home-up-h1 {
        font-size: 27px !important;
    }

    .home-up-h3 {
        font-size: 16px !important;
    }

    .left-align-xs {
        text-align: left !important;
    }

    .how-element{
        width: 100% !important;
    }

    /*
    .main-h2 {
        font-size:16px;
        line-height: 1.222222;
        text-align: left!important;
    }
    .main-text {
        font-size:14px;
        line-height: 1.222222;
    }
    */
    /*.home-up-h3{*/
    /*font-size: 16px;*/
    /*}*/
}

@media screen and (min-width: 1440px) {
    .home-up-h1 {
        font-size: 64px !important;
        line-height: 1.15 !important;
    }

    .home-up-h3 {
        font-size: 26px !important;
        padding-top: 50px !important;
    }
}

@media screen and (max-width: 991px) {
    #header {
        border-bottom: 1px solid #dddddd;
    }
}

.sm-spaced {
    letter-spacing: -1px;
}

#signup_nav {
    opacity: 0.92;
    z-index: 9000 !important;
}

#signup_nav .row.white-bg {
    height: 40px !important;
}

#how-it-works .flipX {
    display: none;
    width: 100%;
}

#how-it-works .flipX .flipXfrontsidebox {
    width: 100%;
}

.how-it-works-img-container {
    width: 100%;
}

.how-it-works-img {
    margin: auto;
}

.how-it-works-img img {
    width: 90%;
    margin: 5%;
}

.how-it-works-arrow {
    position: relative;
    display: none;
    width: 150% !important;
    margin-top: -20px;
}

.how-it-works-arrow img {
    position: absolute;
}

.how-element{
    width: 33%;
    float: left
}

.kasko_inspec{
    width: 0;
    height: 0;
    opacity: 0;
    visibility: hidden;
}

.home-prod-slide-elem {
    display: none;
}

.home-prod-slide-elem .row {
    padding: 5px 20px 38px;
}

.app-icon {
    padding: 2px 0 3px 26px;
    display: inline;
    background-size: contain !important;
    -ms-behavior: url(/Assets/backgroundsize.htc);
}

.app-icon.app-icon-home {
    background: url("/Assets/img/header/home_normal.png") no-repeat;
}

.app-icon.app-icon-what {
    background: url("/Assets/img/header/policy_normal.png") no-repeat;
}

.app-icon.app-icon-how {
    background: url("/Assets/img/header/plume_normal.png") no-repeat;
}

.app-icon.app-icon-why {
    background: url("/Assets/img/header/hand_normal.png") no-repeat;
}

.app-icon.app-icon-lk {
    background: url("/Assets/img/header/user_normal.png") no-repeat;
}

.lk-link-ul.siab .app-icon.app-icon-lk.unauthorized {
    background: url("/Assets/img/header/user_siab.png") no-repeat;
}

.app-icon.app-icon-location {
    background: url("/Assets/img/header/location_normal.png") no-repeat;
}

.app-icon.app-icon-logout {
    background-image: url("/Assets/img/header/exit.png");
    background-repeat: no-repeat;
    background-size: 25px!important;
    padding-top: 3px!important;
    background-position: top left;
}

a:hover .app-icon.app-icon-logout {
    background-position: bottom -1px left;
}

a#user-location-btn:hover > .app-icon.app-icon-location {
    background: url("/Assets/img/header/location_hover.png") no-repeat;
}

a.lk-link-unautorized:hover > .app-icon.app-icon-lk {
    background: url("/Assets/img/header/user_hover.png") no-repeat;
}

a.header-link:hover > .app-icon.app-icon-home {
    background: url("/Assets/img/header/home_hover.png") no-repeat;
}

a.header-link:hover > .app-icon.app-icon-what {
    background: url("/Assets/img/header/policy_hover.png") no-repeat;
}

a.header-link:hover > .app-icon.app-icon-how {
    background: url("/Assets/img/header/plume_hover.png") no-repeat;
}

a.header-link:hover > .app-icon.app-icon-why {
    background: url("/Assets/img/header/hand_hover.png") no-repeat;
}

a.header-link.active > .app-icon.app-icon-home {
    background: url("/Assets/img/header/home_active.png") no-repeat;
}

a.header-link.active > .app-icon.app-icon-what {
    background: url("/Assets/img/header/policy_active.png") no-repeat;
}

a.header-link.active > .app-icon.app-icon-how {
    background: url("/Assets/img/header/plume_active.png") no-repeat;
}

a.header-link.active > .app-icon.app-icon-why {
    background: url("/Assets/img/header/hand_active.png") no-repeat;
}

a.header-link {
    text-decoration: none;
    color: #17a3d8 !important;
    font-size: 14px;
}

a.header-buy-link {
    font-family: 'Open Sans Light', sans-serif;
    color: white;
    background-color: #8fce48;
    border-radius: 5px;
}
a.header-buy-link:hover {
    color: white!important;
    background-color: #a0e550!important;
}

.bottom-main-button{
    width: 320px;
    margin: auto;
}

a.main-buy-link.button-green{
    font-family: 'Open Sans Light', sans-serif;
    background-color: #8fce48;
    font-size: 24px;
    width: auto;
    margin: 20px 10px 50px 10px;
}

a.main-buy-link.button-green:hover{
    border: 1px solid #a0e550;
    background-color: #a0e550!important;
}

a.header-link span {
    border-bottom: 1px dashed;
}

a.header-link.active {
    color: #428bca !important;
    font-weight: bold;
}

a.header-link.active span {
    border: none !important;
}

a.header-link.active:hover {
    text-decoration: none;
}

a.header-link.inactive:hover {
    color: #00d5ff !important;
    text-decoration: none;
}

.header-button {
    float: left;
    /*width: 155px;*/
    padding-left: 18px;
    padding-right: 15px;
    text-align: center;
}

.navbar-default {
    background-color: #ffffff !important;
    border: none !important;
    z-index: 100 !important;
}

.navbar-nav > li > a {
    /*height: 40px;*/
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

.navbar-toggle {
    border: none !important;
    background-color: #ffffff !important;
    padding: 10px !important;
    cursor: pointer;
    border-radius: 0 !important;
    margin-top: 2px !important;
    margin-bottom: 0 !important;
}

.navbar-toggle:hover, .navbar-toggle:focus {
    border: none !important;
    background: none !important;
}

.navbar {
    min-height: 40px !important;
}

.app-toggle-container {
    height: 18px;
    width: 22px;
    position: relative;
}

.app-toggle-icon {
    padding: 9px 11px;
    background-size: cover;
    -ms-behavior: url(/Assets/backgroundsize.htc);
    background-image: url("/Assets/img/header/menu_button.png");
    position: absolute;
}

.app-toggle-icon.open {
    background-position: right center;
    display: none;
}

.app-toggle-icon.closed {
    background-position: left center;
}

.top-menu-navbar li a {
    padding: 5px 20px!important;
    margin: 5px!important;
}

.top-menu-navbar {
    margin-right: 0 !important;
}

.top-menu-navbar li a.header-link:hover {
    background-color: #ffffff !important;
}

.home-up-icons {
    width: 100%;
    padding-top: 60px;
    padding-bottom: 5px;
}

.home-up-arrows {
    position: absolute !important;
    height: 22px;
    bottom: 0;
    width: 100%;
}

#top-menu-buy-hidden {
    padding-bottom: 5px;
}

.why-app-h {
    color: #17a3d8 !important;
    padding-top: 30px;
}

.why-app-h img {
    padding-bottom: 20px;
}

.slide-arrow {
    width: 100%;
    position: absolute;
    line-height: 1;
}

.why-app-row {
    padding: 0 20px !important;
}

.top-menu-nav {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.top-menu-nav a span {
    color: #ffffff;
    border-bottom: 1px solid;
}

.top-menu-nav li:hover a {
    background-color: #61a53a !important;
}

.top-menu-nav li:hover a span {
    color: #00d5ff !important;
}


#leptop_table img {
    margin-top: -2px;
    width: 7px;
}

.main-text-padded {
    padding: 0 20px !important;
}

.main-text-white {
    color: #ffffff !important;
}

.home-up-h1 {
    padding-top: 25px;
    font-size: 41px;
    font-weight: 200;
}

.home-up-h3 {
    padding-top: 40px;
    font-size: 24px;
}

.home-up-h div {
    color: #ffffff;
    line-height: 1;
}

.home-up-h {
    margin-left: 20px;
    margin-right: 20px;
    height: 210px;
}

.slide-arrow img {
    height: 21px;
}

.phone {
    text-decoration: underline;
}

.timer {
    width: 120px;
}

.how-it-works-row {
    padding-top: 13px;
    margin-left: auto;
    margin-right: auto;
    width: 80%;
}

.how-it-works-row > div {
    margin-bottom: 15px;
}

.button-group-button-tooltip {
    padding-left: 5px;
    margin-top: -5px;
    display: inline-block;
    position: relative;
}

.marged-tooltip-button .button-group-button-tooltip {
    margin-right: 10px;
}

.button-group-button-tooltip span {
    position: absolute;
    top: -14px;
}

.partners {
    margin: 60px 5px;
    height: 40px;
}

.partners div {
    float: left;
    min-height: 10px;
    text-align: center;
}

[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
    display: none !important;
}

.location-header-link {
    padding-right: 17px;
}

/*.user-lk-dropdown.open a.dropdown-toggle {*/
    /*background-color: #ffffff !important;*/
/*}*/

.user-lk-dropdown.open .dropdown-menu,
.product-list-dropdown.open .dropdown-menu {
    border-radius: 8px;
    border-color: #b2b2b2 !important;
    width: 220px;
    top: 70px;
}

.user-lk-dropdown.open .dropdown-menu li a,
.product-list-dropdown.open .dropdown-menu li a {
    height: 40px;
    vertical-align: middle;
    padding-top: 10px;
    font-size: 14px;
    color: #5d5d5d;
    padding-left: 15px;
}

.user-lk-dropdown.open .dropdown-menu li a:hover,
.product-list-dropdown.open .dropdown-menu li a:hover {
    color: #00d5ff;
    background: none !important;
}

.user-lk-dropdown.open .dropdown-menu li:not(:first-child) a,
.product-list-dropdown.open .dropdown-menu li:not(:first-child) a {
    border-top: 1px solid #d6d6d6;
}

.product-list-dropdown .new-header-link span:after {
    content: '\2228';
    margin-left: 5px;
}
.product-list-dropdown.open .new-header-link span:after {
    content: '\2227';
    margin-left: 5px;
}

.lk-link {
    font-size: 14px;
}

.lk-link-unautorized span {
    border-bottom: 1px dashed;
}

.lk-link-unautorized:hover span {
    border-bottom: 1px dashed;
    color: #00d5ff !important;
}

.lk-link:hover span {
    color: #777777;
}

.lk-link .lk-link-userIO {
    border-bottom: 1px dashed;
}

.user-lk-dropdown.open .lk-link-userIO,
.lk-link:hover .lk-link-userIO {
    border-bottom: 1px dashed;
    color: #00d5ff !important;
}

.user-lk-dropdown.open .dropdown-menu:after,
.product-list-dropdown.open .dropdown-menu:after {
    content: '';
    display: block !important;
    position: absolute;
    top: -20px;
    left: 21px;
    width: 0;
    height: 0;
    border-color: transparent transparent #ffffff transparent;
    border-style: solid;
    border-width: 10px;
}

.user-lk-dropdown.open .dropdown-menu:before,
.product-list-dropdown.open .dropdown-menu:before {
    content: '';
    display: block !important;
    position: absolute;
    top: -22px;
    left: 20px;
    width: 0;
    height: 0;
    border-color: transparent transparent #b2b2b2 transparent;
    border-style: solid;
    border-width: 11px;
}

/*.lk-link-mobile li:hover .lk-link {*/
/*    color: #00d5ff;*/
/*    border-bottom: 1px solid #00d5ff !important;*/
/*}*/

#message_win {
    z-index: 99999 !important;
}

.lk-link-ul {
    height: 40px;
}

.lk-link-ul.siab a{
    color: #17a3d8!important;
}

.btn-tpl-v2 {
    margin: 0;
    padding: 9px 16px;
    min-width: 84px;
    text-align: center;
    border: 1px solid #006AFF;
    border-radius: 3px;
    background-color: #006AFF;
    font-weight: 600;
    font-size: 14px;
    line-height: 1rem;
    color: #FFFFFF;
    box-shadow: none;
    outline: none;
    text-decoration: none;
    cursor: pointer;
}

.btn-tpl-v2:hover, .btn-tpl-v2:focus, .btn-tpl-v2:active {
    padding: 9px 16px;
    border: 1px solid #0055CC;
    border-radius: 3px;
    background-color: #0055CC;
    color: #FFFFFF;
    box-shadow: none;
    outline: none;
    text-decoration: none;
}

.btn-success:not(.btn-tpl) {
    background-color: #8fce48 !important;
    border-color: #8fce48 !important;
}

.btn-success:not(.btn-tpl):hover,
.btn-success:not(.btn-tpl):focus,
.btn-success:not(.btn-tpl):active,
.btn-success:not(.btn-tpl).active,
.open .dropdown-toggle.btn-success {
    background-color: #a0e550 !important;
    border-color: #a0e550 !important;
}

#CREATED_USER_ACTIVATE_SUBMIT.btn-success:hover, #EXIST_USER_AUTH_SUBMIT.btn-success:hover{
    color: #ffffff !important;
}

.btn-default.disabled, .btn-default[disabled], fieldset[disabled] .btn-default, .btn-default.disabled:hover, .btn-default[disabled]:hover, fieldset[disabled] .btn-default:hover, .btn-default.disabled:focus, .btn-default[disabled]:focus, fieldset[disabled] .btn-default:focus, .btn-default.disabled:active, .btn-default[disabled]:active, fieldset[disabled] .btn-default:active, .btn-default.disabled.active, .btn-default[disabled].active, fieldset[disabled] .btn-default.active {
    border-color: #c9c9c9;
}

.lk-icon {
    padding: 16px 0 3px 40px;
    display: inline;
    background-size: contain !important;
    -ms-behavior: url(/Assets/backgroundsize.htc);
}

.calculator-icon.lk-icon {
    background: url("/Assets/img/lkmenu/calculator_normal.png") no-repeat;
}

.policy-icon.lk-icon {
    background: url("/Assets/img/lkmenu/policy_normal.png") no-repeat;
}

.personal-icon.lk-icon {
    background: url("/Assets/img/lkmenu/personal_normal.png") no-repeat;
}

a.lk-calculator-link:hover > .calculator-icon.lk-icon {
    background: url("/Assets/img/lkmenu/calculator_hover.png") no-repeat;
}

a.lk-policy-link:hover > .policy-icon.lk-icon {
    background: url("/Assets/img/lkmenu/policy_hover.png") no-repeat;
}

a.lk-personal-link:hover > .personal-icon.lk-icon {
    background: url("/Assets/img/lkmenu/personal_hover.png") no-repeat;
}

a.lk-calculator-link.active > .calculator-icon.lk-icon {
    background: url("/Assets/img/lkmenu/calculator_active.png") no-repeat;
}

a.lk-policy-link.active > .policy-icon.lk-icon {
    background: url("/Assets/img/lkmenu/policy_active.png") no-repeat;
}

a.lk-personal-link.active > .personal-icon.lk-icon {
    background: url("/Assets/img/lkmenu/personal_active.png") no-repeat;
}


/* custom inclusion of right, left and below tabs */

.tabs-below > .nav-tabs,
.tabs-right > .nav-tabs,
.tabs-left > .nav-tabs {
    border-bottom: 0;
}

.tab-content > .tab-pane,
.pill-content > .pill-pane {
    display: none;
}

.tab-content > .active,
.pill-content > .active {
    display: block;
}

.tabs-below > .nav-tabs {
    border-top: 1px solid #ddd;
}

.tabs-below > .nav-tabs > li {
    margin-top: -1px;
    margin-bottom: 0;
}

.tabs-below > .nav-tabs > li > a {
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
}

.tabs-below > .nav-tabs > li > a:hover,
.tabs-below > .nav-tabs > li > a:focus {
    border-top-color: #ddd;
    border-bottom-color: transparent;
}

.tabs-below > .nav-tabs > .active > a,
.tabs-below > .nav-tabs > .active > a:hover,
.tabs-below > .nav-tabs > .active > a:focus {
    border-color: transparent #ddd #ddd #ddd;
}

.tabs-left > .nav-tabs > li,
.tabs-right > .nav-tabs > li {
    float: none;
}

.tabs-left > .nav-tabs > li > a,
.tabs-right > .nav-tabs > li > a {
    min-width: 74px;
    margin-right: 0;
    margin-bottom: 3px;
}

.tabs-left > .nav-tabs {
    float: left;
    margin-right: 19px;
    border-right: 1px solid #ddd;
}

.tabs-left > .nav-tabs > li > a {
    margin-right: -1px;
    -webkit-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    border-radius: 12px 0 0 12px;
    height: 100px;
    padding-top: 40px;
}

.tabs-left > .nav-tabs > li > a:hover,
.tabs-left > .nav-tabs > li > a:focus {
    border-color: #eeeeee #dddddd #eeeeee #eeeeee;
}

.tabs-left > .nav-tabs .active > a,
.tabs-left > .nav-tabs .active > a:hover,
.tabs-left > .nav-tabs .active > a:focus {
    border-color: #ddd transparent #ddd #ddd;
    *border-right-color: #ffffff;
}

.tabs-right > .nav-tabs {
    float: right;
    margin-left: 19px;
    border-left: 1px solid #ddd;
}

.tabs-right > .nav-tabs > li > a {
    margin-left: -1px;
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0;
}

.tabs-right > .nav-tabs > li > a:hover,
.tabs-right > .nav-tabs > li > a:focus {
    border-color: #eeeeee #eeeeee #eeeeee #dddddd;
}

.tabs-right > .nav-tabs .active > a,
.tabs-right > .nav-tabs .active > a:hover,
.tabs-right > .nav-tabs .active > a:focus {
    border-color: #ddd #ddd #ddd transparent;
    *border-left-color: #ffffff;
}





input, textarea { outline:none; }
input:active, textarea:active { outline:none; }
input:focus, textarea:focus { outline:none; }

.promo-block {
    width: 351px;
    border-radius: 10px;
    border: 1px solid #17a3d8;
    color: #5d5d5d;
    margin-top: 0;
    margin-bottom: 17px;
    padding: 20px;
}

.promo-block .promo-label{
    margin-bottom: 10px;
}

.promo-block input{
    width: 150px!important;
    display: inline;
    height: 40px!important;
    margin-top: 3px;
}

.promo-block .btn{
    width: 140px;
    display: inline-block;
    margin-top: 0;
    margin-left: 7px;
    background: #17a3d8;
    border: 1px solid #17a3d8;
    color: #fff;
    border-radius: 5px !important;
    text-align: center;
    font-size: 16px;
    cursor: pointer;
    padding: 8px;
}

.btn[disabled="disabled"]{
    pointer-events: none;
    cursor: default;
    border: 1px solid #c9c9c9;
    color: #b2b2b2;
    background: #f5f5f5;
}

.promo-block .btn:hover{
    background: #00d5ff;
    border: 1px solid #00d5ff;
}

.insurance-product-field{
    height: 70px!important;
}
.insurance-product-field .help-block{
    margin-top: 0;
    margin-left: 0;
    font-weight: 300;
    color: #909090;
}

.header-logo-lg {
    padding: 10px 10px 10px 0 !important;
    line-height: 60px;
}
.header-logo-lg img{
    height: auto !important;
    max-height: 60px;
    max-width: 200px;
}
.header-logo-lg.adm-logo{
    line-height: 60px;
}
.header-logo-lg.adm-logo .header-line{
    background: #96d9eb;
    float: left;
    height: 49px;
    margin: 6px 15px 0 -1px;
    position: absolute;
    width: 1px;
}

.header-logo-lg.adm-logo img{
    height: auto !important;
    max-height: 60px;
    max-width: 184px;
    margin-left: 5px;
}

.header-logo-lg img[src$="svg"]
{
    min-width: 200px;
}

.header-logo-sm.adm-logo{
    line-height: 48px;
}
.header-logo-sm.adm-logo .header-line{
    width: 1px;
    height: 31px;
    background: #96d9eb;
    float: left;
    margin: 10px 8px 0 2px;
}

.header-logo-sm.adm-logo img{
    max-height: 31px;
    max-width: 100px;
}

.modal-text .app-text-body{
    background-color: #ffffff;
    padding: 40px 30px;
}

.modal-text .perfect-scroll{
    max-height: 500px;
    position: relative;
    overflow: hidden;
}

.modal-text a.win-close{
    display: block;
    position: absolute;
    width: 20px;
    height: 20px;
    border-color: #ffffff;
    background: url(/Assets/img/modal/close.png) 0% 0%;
    right: 20px;
    top: 20px;
    z-index: 100;
    cursor: pointer;
}
.modal-text a.win-close:hover{
    background: url(/Assets/img/modal/close.png) 0% 100%;
    z-index: 100;
}

.modal-win a.win-close{
    display: block;
    position: absolute;
    width: 20px;
    height: 20px;
    border-color: #ffffff;
    background: url(/Assets/img/modal/close.png) 0% 0%;
    right: 20px;
    top: 20px;
    z-index: 100;
}
.modal-win a.win-close:hover{
    background: url(/Assets/img/modal/close.png) 0% 100%;
    z-index: 100;
}

.modal-text .modal-dialog {
    /* padding-top: 120px; */
}

.app-text-center{
    width: 600px !important;
}

.text-center {
    text-align: center;
}

#message-siab .app-modal-center{
    width: 650px !important;
}

#message-siab .app-modal-body {
    border-radius: 10px;
    padding: 45px 30px 20px 30px;
}

#message-siab .app-modal-content {
    border-radius: 10px;
    overflow: hidden;
}

#message-siab .siab-info-win{
    line-height: 24px;
    padding: 8px 15px 8px 20px;
    margin: 10px 0 7px 100px;
    border-radius: 5px;
    background: #f8f4de;
    max-width: 340px;
}

#message-choice .app-modal-center{
    width: 700px !important;
    height: 452px !important;
}

#message-choice .message-win-header {
    border-radius: 10px;
    padding: 45px 30px 20px 25px;
    height: 100%;
}

#message-choice .app-modal-content {
    border-radius: 10px;
    overflow: hidden;
    height: 100%;
}

#message-choice .choice-buttons{
    border-radius: 10px;
    background: #17a3d8;
    padding: 4px;
    height: 50px;
    width: 640px;
    position: relative;
    margin: auto;
}
#message-choice .choice-slider{
    position: absolute;
    border-radius: 6px;
    background: #ffffff;
    height: 42px;
    width: 310px;
    z-index: 1;
    margin: 0 4px;
    top: 4px
}

#message-choice .choice-siab,#message-choice .choice-other{
    border-radius: 6px;
    height: 42px;
    width: 310px;
    float: left;
    color: #ffffff;
    text-align: center;
    cursor: pointer;
    position: relative;
    z-index: 100;
    padding-top: 9px;
}

#message-choice .choice-other{
    margin-left: 12px;
    padding-top: 6px;
}

#message-choice .active-siab {
    cursor: default;
    color: #686868;
}

#message-choice .choice-text-siab,#message-choice .choice-text-other{
    text-align: center;
    margin-top: 10px;
}

#message-choice a.button-enter{
    padding: 8px !important;
    color: #fff !important;
}

#contract_residence_country_helper{
    margin-top: -9px;
    font-size: 12px;
}

#vzr-helper-block{
    border-radius: 10px;
    border: 1px dashed #d6d6d6;
    padding: 10px;
    background: #fafafa;
    z-index: 100;
    position: relative;
}

.vzr-table{
    margin-top: 10px;
    width: 100%;
    display: table;
    margin-bottom: 20px;
    border-collapse: collapse;
    border-spacing: 0;
    border-color: gray;
    color: #000000;
}

.vzr-t-background{
    background: #ffffff;
    opacity: 0.8;
}

.vzr-th-first{
    width: 40%;
}

.vzr-th{
    width: 30%;
}

.vzr-table th,
.vzr-table td {
    padding: 8px;
    line-height: 1.428571429;
    vertical-align: top;
}

.vzr-table tr:not(:first-child) td {
    border-top: 1px solid #3c763d;
}

.vzr-mapping a {
    border-bottom: 1px dashed;
    cursor: pointer;
    color: #000000 !important;
}

.vzr-mapping a:hover {
    color: #000000 !important;
}

.vzr-mapping-block{
    border-radius: 10px;
    border: 1px solid #3c763d;
    padding: 10px;
    background: #f2faee;
    z-index: 100;
    position: relative;
}

.triangle-vzr-mapping-background{
      width: 0;
      height: 0;
      border-left: 11px solid transparent;
      border-right: 11px solid transparent;
      border-bottom: 11px solid #3c763d;
      margin-left: 20px;
      position: relative;
      z-index: 1000;
  }

.triangle-vzr-mapping{
    width: 0;
    height: 0;
    border-left: 11px solid transparent;
    border-right: 11px solid transparent;
    border-bottom: 11px solid #f2faee;
    bottom: -12px;
    left: -11px;
    position: absolute;
    z-index: 1000;
}

#triangle-vzr{
    width: 20px;
    height: 10px;
    background: url(/Assets/img/insure/vzr_triangle.png) 0% 0%;
    margin-bottom: -1px;
    margin-left: 20px;
    z-index: 1000;
    position: relative;
}

#contract_residence_country_helper a {
    border-bottom: 1px dashed;
    cursor: pointer;
}

#contract_residence_country_helper a:hover {
    color: #000000;
}

@media screen and (max-width: 768px) {
    .modal-win .app-modal-body {
        padding-left: 10px;
        padding-top: 30px;
    }
    .modal-text .modal-dialog{
        padding: 0 20px 20px 0 !important;
        width: 99% !important;
        height: 100% !important;
    }

    .modal-win .modal-dialog{
        width: 100% !important;
        padding: 10px 20px 0 0 !important;
        margin: 0 auto !important;
    }

    .app-modal-center{
        width: 100% !important;
    }

    .modal-text .app-text-content{
        height: auto;
    }

    .modal-text.reminder-form-modal .app-text-content{
        height: 95%;
    }

    .modal-text{
        height: 100% !important;
    }

    .modal-text .app-text-body{
        padding: 40px 10px !important;
    }

    .modal-text .perfect-scroll {
        height: 100%;
    }

    .modal-win a.win-close{
        right: 0px;
        cursor: pointer;
    }

    #message-siab .app-modal-content{
        width: 100%;
        height: 100%;
    }

    #message-siab .modal-dialog{
        padding: 10px !important;
        width: 100% !important;
        height: 100% !important;
        max-height: 560px;
        margin: 0 !important;
    }

    #message-siab .app-modal-body{
        width: 100% !important;
        height: 100%;
        padding: 50px 20px 50px 10px;
    }

    #message-siab .message-win-body{
        height: 100%;
    }

    .bot-win-border{
        width:100%;
        right: 32px;

        /* IE9 SVG, needs conditional override of 'filter' to 'none' */
        background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
        background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* IE10+ */
        background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-8 */

        height: 20px;
        position: absolute;
        bottom: 50px;
        z-index: 100;
    }

    #message-siab .siab-info-win{
        margin: 5px 0 0 5px !important;
        width: 95%;
    }

    #message-choice .app-modal-content{
        width: 100%;
        height: 100%;
        max-height: 360px;
        margin: 0 auto !important;
    }

    #message-choice .message-win-header{
        font-size: 20px;
        padding: 10px 30px 0 20px;
        text-align: left !important;
    }

    #message-choice .modal-dialog{
        padding: 0 20px 20px 0 !important;
        width: 100% !important;
        height: 100% !important;
    }

    #message-choice .app-modal-body{
        width: 100% !important;
        height: 100%;
        padding: 30px 10px 20px 10px;
    }

    #message-choice .bot-win-border{
        bottom: 20px;
    }

    #message-choice .message-win-body{
        height: 100%;
    }

    #message-choice .choice-buttons{
        height: 100px;
        width: 100%;
    }

    #message-choice .choice-slider{
        height: 42px;
        width: 100%;
    }

    #message-choice .choice-siab,#message-choice .choice-other{
        height: 42px;
        width: 100%;
    }

    #message-choice .choice-siab img,#message-choice .choice-other img{
        margin-right: 10px !important;
    }

    #message-choice .choice-siab img{
        margin-left: -15px;
    }

    #message-choice .choice-siab{
        padding-top: 9px;
        margin-left: -5px !important;
    }

    #message-choice .choice-other{
        padding-top: 15px;
        margin-left: 0 !important;
    }

    #message-choice .choice-text-siab,#message-choice .choice-text-other{
        padding-bottom: 10px;
        text-align: left !important;
    }

    #message-choice .win-close{
        width: 15px !important;
        height: 15px !important;
        right: 10px !important;
        top: 10px !important;
        background-size: 15px;
    }
}

.sign-warning{
    padding-left: 120px;
    font-size: 18px;
}

.sign-warning a{
    border-bottom: 1px dashed #5d5d5d;
    text-decoration: none;
    color: #5d5d5d;
}

.sign-warning a:hover{
    color: #00d5ff;
    text-decoration: none;
    border-bottom: 1px dashed #00d5ff;
}

#siab-pay-button{
    width: 200px !important;
}

.text-blue{
    color: #17a3d8;
}
.text-black{
    color: #000000!important;
}
.text-red{
    color: red!important;
}
.text-white{
    color: #ffffff!important;
}

.hidden {
    display: none !important;
    visibility: hidden !important;
}





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


/*Lk link*/
.user-lk-dropdown {
    position: relative;
    display: inline-block;
}
.user-lk-dropdown .dropdown-menu {
    display: none;
}
.agents-dropdown-menu.dropdown-menu{
    top: 40px !important;
}

.user-lk-dropdown.open .dropdown-menu,
.product-list-dropdown.open .dropdown-menu{
    display: block;
}

/*noinspection CssOverwrittenProperties*/
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box;
}

.dropdown-menu>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.428571429;
    color: #333333;
    white-space: nowrap;
}

.mobile-main-menu {
    overflow-y: hidden;
    position: absolute!important;
    width: 100%;
    background-color: #ffffff;
    z-index: 1030;
    -webkit-box-shadow: 0px 0px 0px #fff, 0px 20px 30px #6f6f6f;
    -moz-box-shadow: 0px 0px 0px #fff, 0px 20px 30px #6f6f6f;
    box-shadow: 0px 0px 0px #fff, 0px 20px 30px #6f6f6f;
}

.mobile-main-menu ul{
    padding-left: 0;
    list-style-type: none;
}

.mobile-main-menu.transparent {
    top: 48px;
}

.collapse {
    display: none!important;
}
.collapse.in {
    display: block;
}
.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition: height 0.35s ease;
    transition: height 0.35s ease;
}

.lk-link-mobile a {
    position: relative;
    display: block;
    padding: 10px 15px;
    color: #6c6c6c
}

.lk-link-mobile a:hover .app-icon.app-icon-lk {
    background: url("/Assets/img/header/user_hover.png") no-repeat;
}

.bts-label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: bold;
    line-height: 1;
    color: #ffffff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}
.bts-label[href]:hover,
.bts-label[href]:focus {
    color: #ffffff;
    text-decoration: none;
    cursor: pointer;
}
.bts-label:empty {
    display: none;
}
.btn .bts-label {
    position: relative;
    top: -1px;
}
.bts-label-default {
    background-color: #999999;
}
.bts-label-default[href]:hover,
.bts-label-default[href]:focus {
    background-color: #808080;
}
.bts-label-primary {
    background-color: #428bca;
}
.bts-label-primary[href]:hover,
.bts-label-primary[href]:focus {
    background-color: #3071a9;
}
.bts-label-success {
    background-color: #5cb85c;
}
.bts-label-success[href]:hover,
.bts-label-success[href]:focus {
    background-color: #449d44;
}
.bts-label-info {
    background-color: #5bc0de;
}
.bts-label-info[href]:hover,
.bts-label-info[href]:focus {
    background-color: #31b0d5;
}
.bts-label-warning {
    background-color: #f0ad4e;
}
.bts-label-warning[href]:hover,
.bts-label-warning[href]:focus {
    background-color: #ec971f;
}
.bts-label-danger {
    background-color: #d9534f;
}
.bts-label-danger[href]:hover,
.bts-label-danger[href]:focus {
    background-color: #c9302c;
}

.text-right {
    text-align: right;
}

.product-description {
    padding: 0 20px 30px;
}

input:disabled{
    background-color: #eeeeee !important;
    border-color: #eeeeee !important;
    color: #5D5D5D!important;
}
.check-checkboxes {
    margin: 45px 0 10px 35px;
}

.check-checkboxes label span{
    color: #5d5d5d!important;
    font-size: 14px!important;
}

.checkbox.error label span {
    color: #ff0000!important;
}

.not-visible {
    visibility: hidden!important;
}

.partners-page .block {
    width: 100%;
    padding: 50px 0;
    font-size: 18px;
}

.partners-page .block.parthers-block {
    padding-top: 0;
    padding-bottom: 64px;
}

.partners-page .parthers-block__heading {
    margin: 48px 0 32px;
    font-weight: 400;
}

.parthers-block__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.partners-page .block-blue {
    background-color: #17a3d8;
    color: #ffffff;
}

.partners-page .block-triangle {
}

.partners-page .block .block-h1 {
    margin: 0 auto 30px auto;
    font-size: 44px;
    font-weight: 200;
    color: #17a3d8;
    text-align: center;
}
.partners-page .block.block-blue .block-h1 {
    color: #ffffff;
}
.partners-page .block .block-h2 {
    margin: auto;
    font-size: 24px;
    font-weight: 200;
    text-align: center;
}
.partners-page .partners-head-text {
    max-width: 1024px;
    font-size: 41px;
    color: #ffffff;
    font-weight: 200;
    text-align: center;
    margin: 55px auto;
    padding: 0;
}

.partners-page .cols-row {
    width: 100%;
}
.partners-page .cols-3 {
    width: 33.33%;
    float: left;
}
.partners-page .cols-2 {
    width: 50%;
    float: left;
}
.partners-page .cols-4 {
    width: 25%;
    float: left;
}
.partners-page .cols-5 {
    width: 20%;
    float: left;
}
.partners-page .cols-7 {
    width: 14.2%;
    float: left;
}
.partners-page .partners-pages-icon {
    display: block;
    position: relative;
    width: 270px;
    height: 200px;
    background-color: #A0A0A0;
    margin-right: 12px;
    margin-left: 12px;
    border-radius: 10px;
}
.partners-page .partners-pages-icon.n1 {
    background-image: url("/Assets/img/parnters/bank.jpg");
}
.partners-page .partners-pages-icon.n2 {
    background-image: url("/Assets/img/parnters/agent.jpg");
}
.partners-page .partners-pages-icon.n3 {
    background-image: url("/Assets/img/parnters/corporatre.jpg");
}
.partners-page .partners-pages-icon-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    min-height: 70px;
    background-color: rgba(255,255,255,0.8);
    text-align: center;
    color: #000000;
    padding: 12px;
    font-size: 16px;
}

.partners-page .partners-landing {
    width: 100%;
    background: no-repeat center center;
}
.partners-page .partners-banks-landing {
    background-image: url("/Assets/img/parnters/bank-l.jpg");
    background-size: cover;
}
.partners-page .partners-agents-landing {
    background-image: url("/Assets/img/parnters/agent-l.jpg");
    background-size: cover;
}
.partners-page .partners-corporate-landing {
    background-image: url("/Assets/img/parnters/corporate-l.jpg");
    background-size: cover;
}
.partners-page .partners-landing-block-h1 {
    font-size: 64px;
    font-weight: 200;
}
.partners-page .partners-landing-block-text {
    max-width: 1024px;
    font-size: 18px;
    margin: auto;
    padding-top: 30px;
}

.partners-landing-block {
    text-align: center;
}
.partners-landing-block.n1 {
    padding-top: 30px;
}
.partners-landing-block.n1 .n1-1 {
    margin-top: 120px;
}
.partners-landing-block.n1>a,
.partners-landing-block.n1>span{
    display: inline-block;
    margin: 0 10px;
    padding: 3px 5px;
    font-size: 16px;
    color: #000000;
}
.partners-landing-block.n1>a:not(.active){
    text-decoration: underline!important;
}
.partners-landing-block.n1>a.active{
    background-color: #ffffff;
    border-radius: 2px;
}

.partners-hollow-btn {
    color: #000000;
    background: transparent;
    margin: 20px 0 0 0;
    padding: 10px 30px;
    display: inline-block;
    -webkit-transition: .3s ease;
    transition: .3s ease;
    border-radius: 4px;
    border: 2px solid #000000;
    text-align: center;
    font-size: 16px;
    position: relative;
    z-index: 1;
}

.partners-hollow-btn.white {
    color: white;
    border: 2px solid white;
}

.partners-hollow-btn:hover {
    color: #ffffff;
}
.partners-hollow-btn.white:hover {
    color: #000000;
}

.partners-hollow-btn:before {
    -webkit-backface-visibility: hidden;
    -webkit-transition: right .3s ease;
    transition: right .3s ease;
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    top: -1px;
    left: -1px;
    bottom: -1px;
    right: 100%;
    background: #000000;
}

.partners-hollow-btn.white:before {
    background: #ffffff;
}
.partners-hollow-btn:hover:before {
    right: -1px;
}
.redesign .partners-hollow-btn{
    width: 300px;
}


.partners-img {
    margin: 30px;
}

.partners-hands-banks {
    background: url('/Assets/img/parnters/hands_1.png') no-repeat center center;
    background-size: cover;
    height: 300px;
    width: 100%;
}
.partners-hands-main {
    background: url('/Assets/img/parnters/hands_4.png') no-repeat center center;
    background-size: cover;
    height: 330px;
    width: 100%;
    max-width: 950px;
    margin: 50px auto 0 auto;
}
.partners-hands-agents {
    background: url('/Assets/img/parnters/hands_2.png') no-repeat center center;
    background-size: contain;
    height: 247px;
    width: 90%;
    margin: auto;
}

.partners-page .partners-checkmark {
    display: inline-block;
    width: 17px;
    height: 12px;
    background-image: url("/Assets/img/parnters/arrow.png");
    background-size: 320%;
}
.partners-page .partners-checkmark.white {
    background-position: top right;
}
.partners-page .partners-checkmark.black {
    background-position: top left;
}

.partners-checkmark-table tr td:first-child {
    vertical-align: top;
    width: 22px;
}
.partners-checkmark-table td {
    padding: 10px 0;
}

.partner-product-link{
    color: inherit;
}

.partner-product-link span{
    border-bottom: 1px solid;
}

.partner-product-link-corp:hover span{
    color: #00d5ff;
}

.partner-product-link-ul:hover span{
    color: #000;
}

.partner-product-link-corp-container{
    border: 1px solid #17a3d8;
    color: #17a3d8;
    border-radius: 10px;
    margin-top: 25px;
    padding: 20px 30px;
}

.partner-product-link-corp-heading{
    position: relative;
    bottom: -40px;
}

.partner-product-link-corp-heading span{
    background-color: #ffffff;
    padding: 0 15px;
}

.partner-product-note{
    margin: 10px 0 0;
}

.partners-banks-icon {
    width: 85px;
    height: 57px;
    background-image: url("/Assets/img/parnters/icon_bank.png");
    background-size: auto 57px;
    margin: 20px 0 10px 0;
}

.partners-banks-icon.n1 {
    background-position: 0 0;
}

.partners-banks-icon.n2 {
    background-position: -142px 0;
}

.partners-banks-icon.n3 {
    background-position: -310px 0;
}

.partners-banks-icon.n4 {
    background-position: -462px 0;
}

.partners-products-icon {
    display: inline-block;
    width: 60px;
    height: 60px;
    background-size: 1040px;
    margin: 30px 0 10px 0;
}

.partners-products-icon.n1 {
    background: url("/Assets/img/products/icons-redesign.png") -13px -314px no-repeat;
}
.partners-products-icon.n2 {
    background: url("/Assets/img/products/icons-redesign.png") -115px -314px no-repeat;
}
.partners-products-icon.n3 {
    background: url("/Assets/img/products/icons-redesign.png") -215px -314px no-repeat;
}
.partners-products-icon.n4 {
    background: url("/Assets/img/products/icons-redesign.png") -310px -314px no-repeat;
}
.partners-products-icon.n5 {
    background: url("/Assets/img/products/icons-redesign.png") -410px -314px no-repeat;
}
.partners-products-icon.n6 {
    background: url("/Assets/img/products/icons-redesign.png") -13px -14px no-repeat;
}
.partners-products-icon.n7 {
    background: url("/Assets/img/products/icons-redesign.png") -115px -14px no-repeat;
}
.partners-products-icon.n8 {
    background: url("/Assets/img/products/icons-redesign.png") -215px -14px no-repeat;
}
.partners-products-icon.n9 {
    background: url("/Assets/img/products/icons-redesign.png") -310px -14px no-repeat;
}
.partners-products-icon.n10 {
    background: url("/Assets/img/products/icons-redesign.png") -410px -14px no-repeat;
}

.partner-product-link-corp:hover .partners-products-icon.n6,
.partner-product-link-corp:hover .partners-products-icon.n7,
.partner-product-link-corp:hover .partners-products-icon.n8,
.partner-product-link-corp:hover .partners-products-icon.n9,
.partner-product-link-corp:hover .partners-products-icon.n10{
    -ms-background-position-y: -101px;
    background-position-y: -101px;
}


.partners-banks-steps-icon {
    width: 120px;
    height: 120px;
    background-size: contain;
    display: inline-block;
}
.partners-banks-steps-icon.n1{
    background-image: url("/Assets/img/how-1.png");
}
.partners-banks-steps-icon.n2{
    background-image: url("/Assets/img/how-4.png");
}
.partners-banks-steps-icon.n3{
    background-image: url("/Assets/img/how-2.png");
}
.partners-banks-steps-icon.n4{
    background-image: url("/Assets/img/how-3.png");
}
.partners-banks-steps-icon.n5{
    background-image: url("/Assets/img/how-6.png");
}
.partners-banks-steps-icon.n6{
    background-image: url("/Assets/img/how-7.png");
}
.partners-banks-steps-arrow {
    display: inline-block;
    width: 120px;
    height: 120px;
    background: url("/Assets/img/white-arrow-to-right.png") no-repeat center center;
}
.partners-page .partners-app-phone {
    font-size: 100px;
    font-weight: 200;
}

.partners-page .partners-form {
    font-size: 14px;
    margin: 20px auto 0 auto;
    width: 550px;
}
.partners-page .partners-form table{
    width: 100%;
}
.partners-page .partners-form tr td:first-child{
    width: 110px;
}

.partners-page .partners-form-title {
    font-size: 28px;
    margin-left: 200px;
}

.partners-mail {
    width: 80%;
    margin: auto;
    background: url("/Assets/img/parnters/mail.jpg") no-repeat center top;
    background-size: contain;
    padding-top: 50px;
    position: relative;
    height: 1065px;
}

.partners-mail textarea{
    resize: vertical;
    max-height: 260px;
}

.partners-form-button {
    color: #ffffff;
    padding: 10px 80px;
    border-radius: 4px;
    border: 2px solid #ffffff;
    text-align: center;
    font-size: 24px;
    cursor: pointer;
    display: block;
    margin: auto;
    width: 290px;
}

.partners-form-bottom {
    position: absolute;
    bottom: 100px;
    width: 100%;
}

.partners-app-phone-cont {
    margin: 0 0 40px 0;
    font-size: 44px;
}

@media screen and (max-width: 1200px) {
    .partners-hands-banks {
        height: 243px!important;
    }
    .partners-hands-main {
        height: 330px!important;
    }
    .partners-hands-agents {
        height: 203px!important;
    }

    .partners-page .partners-form {
        width: 500px;
    }

    .partners-form-bottom {
        bottom: 150px;
    }
    .partners-page .partners-app-phone {
        font-size: 90px;
    }
    .partners-app-phone-cont {
        font-size: 40px;
    }

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

    .social-block{
        display: inline-block;
        width: auto;
        margin: auto;
    }

    .partners-page .partners-form {
        width: 100%;
    }

    .partners-form-bottom {
        position: static;
        margin-top: 30px;
    }
    .partners-form-button {
        border: 2px solid #000000;
        color: #000000;
    }

    .partners-page .partners-form-title {
        margin: auto;
        text-align: center;
    }

    .partners-mail {
        width: 100%;
        background: none;
        padding: 50px 20px 0 10px;
        height: auto;
    }
    .partners-page .partners-form tr td:first-child{
        width: 100px;
    }

    .partners-page .partners-head-text {
        font-size: 27px;
        margin: 30px auto;
    }
    .partners-page .cols-7,
    .partners-page .cols-5,
    .partners-page .cols-4,
    .partners-page .cols-3,
    .partners-page .cols-2 {
        width: 100%;
    }
    .partners-page .cols-7:not(:last-child),
    .partners-page .cols-5:not(:last-child),
    .partners-page .cols-4:not(:last-child),
    .partners-page .cols-2:not(:last-child),
    .partners-page .cols-3:not(:last-child) {
        margin-bottom: 30px;
    }
    .partners-landing-block.n1>a,
    .partners-landing-block.n1>span{
        display: block;
        width: 100%;
        margin: 0;
    }
    .partners-page .partners-landing-block-h1 {
        font-size: 27px;
    }

    .partners-hands-banks {
        height: 150px!important;
    }
    .partners-hands-main {
        height: 200px!important;
        width: 580px;
    }
    .partners-hands-agents {
        height: 130px!important;
    }
    .partners-page .partners-app-phone {
        font-size: 50px;
    }
    .partners-app-phone-cont {
        font-size: 30px;
    }

    .parthers-block__list {
        display: block;
    }

    .partners-page .partners-pages-icon {
        margin-left: auto;
        margin-right: auto;
    }

    .partners-page .partners-pages-icon + .partners-pages-icon {
        margin-top: 24px;
    }
}
@media screen and (max-width: 600px) {
    .partners-hands-banks {
        height: 100px!important;
    }
    .partners-hands-main {
        height: 132px!important;
        width: 380px;
    }
    .partners-hands-agents {
        height: 80px!important;
    }
    .partners-page .partners-app-phone {
        font-size: 40px;
    }
}
@media screen and (max-width: 400px) {
    .partners-hands-banks {
        height: 80px!important;
    }
    .partners-hands-main {
        height: 100px!important;
        width: 100%;
    }
    .partners-hands-agents {
        height: 60px!important;
    }
    .partners-page .partners-app-phone {
        font-size: 30px;
    }
    .partners-app-phone-cont {
        font-size: 20px;
    }
}

.button-green{
     border: 1px solid #8fce48;
     background: #8fce48;
     padding: 8px 38px;
     width: 130px;
     /*height: 130px;*/
     display: block;
     border-radius: 5px !important;
     color: #fff;
     text-align: center;
     text-decoration: none;
     font-size: 16px;
     cursor: pointer;
}
.button-green:hover{
     color: #fff;
}

.button-green:active, .button-green:focus{
    outline: none;
}

.agents-modal a.button-green:hover{
    border: 1px solid #a0e550;
    background-color: #a0e550!important;
}
.agents-modal a.button-gray {
    border: 1px solid #d6d6d6;
    background: #fff;
    padding: 8px 38px;
    width: 130px;
    display: block;
    border-radius: 5px !important;
    color: #d6d6d6;
    text-align: center;
    text-decoration: none;
    font-size: 16px;
    cursor: pointer;
}
.agents-modal a.button-gray:hover{
    border: 1px solid #a0e550;
    color: #fff;
    background-color: #a0e550!important;
}

#header-new {
    height: 80px;
    width: 100%;
    top: 0;
    z-index: 999;
    background-color: white;
    box-sizing: content-box;
}

#header-new.transparent {
    background-color: transparent;
    position: absolute;
}

#header-new:not(.transparent) {
    border-bottom: 1px solid #dfdfdf;
}

@media screen and (max-width: 768px) {
    div.hidden-md.hidden-sm.visible-xs{
        display: block !important;
    }
    .visible-xs {
        display: block !important;
    }
    .hidden-xs {
        display: none !important;
    }
}

#header-new .new-header-controls a.new-header-link {
    color: #5d5d5d;
    margin: 20px 0;
    padding: 10px;
    display: inline-block;
}

#header-new .new-header-controls a.new-header-lk-link {
    margin-left: 20px;
}

.call-back-button + #header-new a.new-header-lk-link{
    margin-left: 10px;
}

#header-new .new-header-controls.agent-header a.new-header-link {
    margin: 9px 0;
    padding: 2px 0 2px 20px;
    margin-left: 10px;
}
#header-new .new-header-controls.agent-header .new-header-link.new-header-lk-link{
    float: right;
}
#header-new .new-header-controls.agent-header .user-lk-dropdown{
    float: right;
}
#header-new .new-header-controls .product-list-dropdown{
    display: inline-block;
    position: relative;
}
#header-new .new-header-controls a.agents-header-link {
    color: #5d5d5d !important;
    margin: 0;
    padding: 7px 0 7px 30px;
    display: inline-block;
}
#header-new .new-header-controls a.agents-header-link:hover{
    color: #00d5ff !important;
}
#header-new .new-header-controls a.agents-header-link.active{
    color: #31b0d5 !important;
    pointer-events: none;
    cursor: default;
}

#header-new.transparent .new-header-controls a.new-header-link {
    color: white;
}
#header-new.transparent .new-header-controls a.agents-header-link {
    color: white;
}

#header-new.transparent .new-header-controls a.new-header-link:hover{
    color: #5d5d5d;
}
#header-new.transparent .new-header-controls a.agents-header-link:hover,
#header-new.transparent .new-header-controls a.agents-header-link.active{
    color: #5d5d5d;
}
#header-new.transparent .new-header-controls a.agents-header-link.active{
    pointer-events: none;
    cursor: default;
}
#header-new.transparent .new-header-controls a.new-header-link:hover .app-icon.app-icon-new-lk {
    background: url("/Assets/img/header/user_normal.png") no-repeat;
}

#header-new a.new-header-lk-link {
    border: 1px solid;
    border-radius: 5px;
}

#header-new .agent-header a.new-header-lk-link {
    border: none;
}

#header-new .app-icon.app-icon-new-lk {
    background: url("/Assets/img/header/user_normal.png") no-repeat;
}
#header-new.transparent .app-icon.app-icon-new-lk {
    background: url("/Assets/img/header/user_normal_white.png") no-repeat;
}
#header-new .header-logo-lg {
    display: inline-block;
    padding-top: 10px;
}
#header-new .header-logo-sm {
    display: inline-block;
}
#header-new .header-logo-sm img {
    height: 40px;
}

.app-toggle-icon {
    right: 15px;
    top: 15px;
    cursor: pointer;
}

#header-new a.agents-header-link .agents-icons{
    padding-right: 18px;
    display: inline;
    background-size: 180px 123px;
}

#header-new .agents-products-icon{
    background: url('/Assets/img/agents/icon_menu.png') -3px -3px no-repeat;
}
#header-new.transparent .agents-products-icon{
    background: url('/Assets/img/agents/icon_menu.png') -3px -99px no-repeat;
}
#header-new.transparent .agents-header-link:hover .agents-products-icon,
#header-new.transparent .agents-header-link.active .agents-products-icon{
    background: url('/Assets/img/agents/icon_menu.png') -3px -3px no-repeat;
    background-size: 180px 123px;
}
#header-new .agents-header-link:hover .agents-products-icon{
    background: url('/Assets/img/agents/icon_menu.png') -3px -67px no-repeat;
    background-size: 180px 123px;
}
#header-new .agents-header-link.active .agents-products-icon{
    background: url('/Assets/img/agents/icon_menu.png') -3px -35px no-repeat;
    background-size: 180px 123px;
}

#header-new .agents-contracts-icon{
    background: url('/Assets/img/agents/icon_menu.png') -41px -3px no-repeat;
}
#header-new.transparent .agents-contracts-icon{
    background: url('/Assets/img/agents/icon_menu.png') -41px -99px no-repeat;
}
#header-new.transparent .agents-header-link:hover .agents-contracts-icon,
#header-new.transparent .agents-header-link.active .agents-contracts-icon{
    background: url('/Assets/img/agents/icon_menu.png') -41px -3px no-repeat;
    background-size: 180px 123px;
}
#header-new .agents-header-link:hover .agents-contracts-icon{
    background: url('/Assets/img/agents/icon_menu.png') -41px -67px no-repeat;
    background-size: 180px 123px;
}
#header-new .agents-header-link.active .agents-contracts-icon{
    background: url('/Assets/img/agents/icon_menu.png') -41px -35px no-repeat;
    background-size: 180px 123px;
}

#header-new .agents-bso-icon{
    background: url('/Assets/img/agents/icon_menu.png') -78px -3px no-repeat;
}
#header-new.transparent .agents-bso-icon{
    background: url('/Assets/img/agents/icon_menu.png') -78px -99px no-repeat;
}
#header-new.transparent .agents-header-link:hover .agents-bso-icon,
#header-new.transparent .agents-header-link.active .agents-bso-icon{
    background: url('/Assets/img/agents/icon_menu.png') -78px -3px no-repeat;
    background-size: 180px 123px;
}
#header-new .agents-header-link:hover .agents-bso-icon{
    background: url('/Assets/img/agents/icon_menu.png') -78px -67px no-repeat;
    background-size: 180px 123px;
}
#header-new .agents-header-link.active .agents-bso-icon{
    background: url('/Assets/img/agents/icon_menu.png') -78px -35px no-repeat;
    background-size: 180px 123px;
}

#header-new .agents-clients-icon{
    background: url('/Assets/img/agents/icon_menu.png') -153px -3px no-repeat;
}
#header-new.transparent .agents-clients-icon{
    background: url('/Assets/img/agents/icon_menu.png') -153px -99px no-repeat;
}
#header-new.transparent .agents-header-link:hover .agents-clients-icon,
#header-new.transparent .agents-header-link.active .agents-clients-icon{
    background: url('/Assets/img/agents/icon_menu.png') -153px -3px no-repeat;
    background-size: 180px 123px;
}
#header-new .agents-header-link:hover .agents-clients-icon{
    background: url('/Assets/img/agents/icon_menu.png') -153px -67px no-repeat;
    background-size: 180px 123px;
}
#header-new .agents-header-link.active .agents-clients-icon{
    background: url('/Assets/img/agents/icon_menu.png') -153px -35px no-repeat;
    background-size: 180px 123px;
}

#header-new .agents-settings-icon{
    background: url('/Assets/img/agents/icon_menu.png') -116px -3px no-repeat;
}
#header-new.transparent .agents-settings-icon{
    background: url('/Assets/img/agents/icon_menu.png') -116px -99px no-repeat;
}
#header-new.transparent .agents-header-link:hover .agents-settings-icon,
#header-new.transparent .agents-header-link.active .agents-settings-icon{
    background: url('/Assets/img/agents/icon_menu.png') -116px -3px no-repeat;
    background-size: 180px 123px;
}
#header-new .agents-header-link:hover .agents-settings-icon{
    background: url('/Assets/img/agents/icon_menu.png') -116px -67px no-repeat;
    background-size: 180px 123px;
}
#header-new .agents-header-link.active .agents-settings-icon{
    background: url('/Assets/img/agents/icon_menu.png') -116px -35px no-repeat;
    background-size: 180px 123px;
}

.main-product-description{
    margin-top: 18px;
    background-color: #e1e3e6;
    padding: 30px 0;
}

.bel.main-product-description{
    margin-top: 0;
}

.main-product-description.home-description{
    margin-top: 0;
}

.main-product-description.home-description td.vert-align-top{
    vertical-align: top;
    width: 20px;
}

.main-product-description.home-description td{
    padding: 2px 0;
}

.main-product-description .main-text{
    width: 97%;
    margin: auto;
    max-width: 1170px;
    color: #999999;
}


.main-product-description .main-text-slider{
    cursor: pointer;
    text-align: center;
}


.main-product-description .main-text-slider.about{
    width: 220px;
    margin: auto;
}

.main-product-description .main-text-slider .lamp-img{
    display: inline-block;
    vertical-align: middle;
    width: 60px;
    height: 60px;
    background:url('/Assets/img/insure/lamp.png') 0 0 no-repeat;
    /*float: left;*/
}

.main-product-description .main-text-slider:hover .lamp-img{
    background:url('/Assets/img/insure/lamp.png') -85px 0 no-repeat;
}

.main-product-description .main-text-slider.about .about-img{
    width: 40px;
    height: 28px;
    background: url('/Assets/img/insure/about.png') -5px -4px no-repeat;
    float: left;
    background-size: 40px 70px;
}

.main-product-description .main-text-slider.about:hover .about-img{
    background:url('/Assets/img/insure/about.png') -5px -37px no-repeat;
    background-size: 40px 70px;
}

.main-product-description .main-text-slider h2,
.main-product-description .main-text-slider span{
     /*float: left;*/
     font-size: 16px;
     font-style: italic;
     border-bottom: 1px dashed;
     margin-top: 18px;
    vertical-align: middle;
    display: inline;
}


.main-product-description .main-text-slider.about span{
    margin-top: 0;
}

.main-product-description .main-text-slider:hover h2,
.main-product-description .main-text-slider:hover span{
    color: #00D5FF;
}

.main-product-description .main-text-slider .open-close-img{
    display: inline-block;
    position: relative;
    top: 5px;
    vertical-align: text-bottom;
    width: 25px;
    height: 20px;
    background: url('/Assets/img/insure/open-close.png') 0 0 no-repeat;
    background-size: 50px 32px;
    /*float: left;*/
    margin-left: 5px;
    margin-top: 22px;
}

.main-product-description .main-text-slider.about .open-close-img{
    margin-top: 6px;
}

.main-product-description .main-description-text{
    margin-top: 20px;
}

.main-product-description .main-description-text.about{
    color: #000000;
}

.main-product-description .main-text-slider.active .open-close-img{
    background: url('/Assets/img/insure/open-close.png') 0 -18px no-repeat;
    background-size: 50px 32px;
}

.main-product-description .main-text-slider:hover .open-close-img{
    background: url('/Assets/img/insure/open-close.png') -27px 0 no-repeat;
    background-size: 50px 32px;
}

.main-product-description .main-text-slider.active:hover .open-close-img{
    background: url('/Assets/img/insure/open-close.png') -27px -18px no-repeat;
    background-size: 50px 32px;
}

.main-product-description a.text-blue{
    text-decoration: underline !important;
    color: #17a3d8;
}

.main-product-description a.text-blue:hover{
    color: #00d5ff;
}

.admin-file-form-control{
    padding: 7px 11px;
}


/* Страницы ошибок */
.error-container{
    padding: 340px 10px 10px;
    background: center 20px no-repeat;
    -webkit-background-size: 300px 300px;
    background-size: 300px 300px;
}

.error-container.error-404{
    background-image: url("/Assets/img/error/image_error-404.png");
}

.error-container.error-500{
    background-image: url("/Assets/img/error/image_error-500.png");
}

.error-container .error-title{
    margin-bottom: 30px;
    font-weight: 300;
    color: #ff5b35;
    font-size: 2em;
}

.error-container p{
    margin-bottom: 20px;
    font-size: 1em;
}

.error-container .error-nav-link,
.go-home-link {
    display: inline-block;
    position: relative;
    width: 100%;
    padding: 15px 25px 15px 55px;
    margin-bottom: 20px;
    border: 1px solid #17a3d8;
    border-radius: 5px;
    text-align: center;

    font-size: 1.3em;
}
.go-home-link {
    width: auto;
    padding: 10px 15px;
}
.error-container .error-nav-link:hover{
    background: #17a3d8;
    color: #ffffff;
}

.error-container .error-nav-link:active{
    background: #00d5ff;
    color: #ffffff;
}

.error-container .error-nav-link:after{
    content: '';
    position: absolute;
    left: 15px;
    top: 50%;
    margin-top: -12px;
    width: 25px;
    height: 25px;
    background: url("/Assets/img/error/button_icons.png") 0 -28px no-repeat;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
}

.error-container .error-home:after{
    background-position: 0 0;
}

.error-container .error-back:hover:after,
.error-container .error-back:active:after{
    background-position: 0 -84px;
}

.error-container .error-home:hover:after,
.error-container .error-home:active:after{
    background-position: 0 -56px;
}

/* Colorpicker */
.minicolors-show-element{
    position: relative;
}

.minicolors-swatch-color {
    cursor: pointer;
}

.minicolors-swatch-show {
    vertical-align: middle;
    background-position: -80px 0;
    border: solid 1px #ccc;
    cursor: text;
    padding: 0;
    margin: 0;
    display: inline-block;
    z-index: 2;
    width: 28px;
    height: 28px;
    border-radius: 3px;
}

.minicolors-swatch-color-show {
    border-radius: inherit;
    display: block;
    width: 28px;
    height: 28px;
}

/* ADMINS PANELS */
.toggle-panel .toggle-body{
    display: none;
}
.sub-toggle-panel .sub-toggle-body{
    display: none;
}
.toggle-panel{
    width: 100%;
    margin-bottom: 5px;
}
.sub-toggle-panel{
    margin: auto;
    width: 96%;
    margin-top: 2px;
    margin-bottom: 2px;
}
.toggle-panel .toggle-header {
    height: 60px;
    background: #ffffff;
    border: 1px solid #e5e5e5;
    padding: 20px 20px 20px 40px;
    box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.15);
    width: 100%;
    cursor: pointer;
}
.sub-toggle-panel .sub-toggle-header {
    height: 40px;
    background: #ffffff;
    border: 1px solid #e5e5e5;
    padding: 10px 20px 10px 40px;
    box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.15);
    width: 100%;
    cursor: pointer;
}

@media only screen and (min-width: 768px) {
    .error-container .error-nav-link{
        width: auto;
        margin-right: 20px;
        margin-bottom: 0;
    }

    .error-container .error-nav-link:last-child{
        margin-right: 0;
    }

    .col-sm-20 {
        width: calc(20% - 20px);
        margin: 0 10px;
        float: left;
    }

    .seven-products{
        width: 14.27% !important;
    }

    .eight-products {
        width: 12.3% !important;
    }

    .product-icons .eight-products .big-btn .big-btn-text span {
        font-size: 14px;
        padding-left: 0;
        padding-right: 0;
    }

    .nine-products {
        width: 11% !important;
    }

    .product-icons .nine-products .big-btn .big-btn-text span {
        font-size: 12px;
        padding-left: 0;
        padding-right: 0;
    }

    .vert-line{
        height: 80%;
        border-right: 1px solid #fff;
    }
    .app-products-list div:last-child .vert-line{
        border-right: none;
    }
}

@media only screen and (min-width: 992px){
    .error-container{
        padding: 150px 10px 10px 450px !important;
        background: left 100px no-repeat;
        min-height: 550px;
    }

    .error-container .error-title{
        font-size: 2.571em;
    }

    .error-container p{
        margin-bottom: 30px;
        font-size: 1.1429em;
        line-height: 1.25;
    }

    .error-container .error-nav-link{
        padding: 10px 20px 10px 44px;
        margin-right: 40px;

        font-size: 1.1429em;
        line-height: 1.25;
    }

    .error-container .error-nav-link:after{
        left: 20px;
        top: 50%;
        margin-top: -7px;
        width: 16px;
        height: 16px;
        background-position: 0 -18px;
    }

    .error-container .error-home:after{
        background-position: 0 0;
    }

    .error-container .error-back:hover:after,
    .error-container .error-back:active:after{
        background-position: 0 -54px;
    }

    .error-container .error-home:hover:after,
    .error-container .error-home:active:after{
        background-position: 0 -36px;
    }

    .product-icons .nine-products .big-btn .big-btn-text span {
        font-size: 14px;
    }
}

.home-mfcd-app-banner {
    text-align: center;
}
@media screen and (min-width: 1001px) {
    .has-injected-email-tooltip .field-example:not(.field-example-hidden) {
        height: 100px;
        position: relative;
    }

    .has-injected-email-tooltip .field-example  .email-tooltip{
        position: absolute;
        width: 580px;
    }
    .home-mfcd-app-banner {
        text-align: left;
    }
    .home-mfcd-app-banner__links-block h2 {
        margin-top: 70px;
        margin-bottom: 60px;
    }
    .home-mfcd-app-banner__links-block p {
        margin-bottom: 30px;
    }
    .home-mfcd-app-banner__links-block .appstore-link {
        margin-left: 30px;
    }
}
@media screen and (max-width: 1000px) {
    .home-mfcd-app-banner__links-block p {
        margin: 30px
    }
    .home-mfcd-app-banner__logo-block {
        margin-top: 30px;
    }
}
@media screen and (max-width: 368px) {
    .home-mfcd-app-banner__logo-block img {
        width: 100%
    }
}

.email-tooltip{
    position: relative;
    background: rgba(143, 206, 72, 0.3);
    padding: 20px;
    margin: 15px;
    border-radius: 10px;
}

#contacts-info .email-tooltip{
    margin-right: 0;
}

.email-tooltip:after{
    content: '';
    position: absolute;

    bottom: 50%;
    left: -44px;
    width: 50px;
    height: 57px;
    background: url("/Assets/img/email-tooltip-arrow.png") no-repeat;
}

.email-tooltip p{
    margin-bottom: 0;
    font-size: 14px;
    font-style: italic;
    line-height: 1.2;
}

.email-tooltip .email-tooltip-title{
    font-weight: bold;
}

.date-tooltip-block{
    position: relative;
    height: 130px;
    margin-top: -5px;
}

.date-tooltip{
    position: absolute;
    background: #fffbe5;
    padding: 20px;
    margin: 5px;
    border-radius: 10px;
    width: 300px;
}

.date-tooltip:after{
    content: '';
    position: absolute;

    bottom: 50%;
    left: -44px;
    width: 50px;
    height: 57px;
    background: url("/Assets/img/date-tooltip-arrow.png") no-repeat;
}

.date-tooltip p{
    margin-bottom: 0;
    font-size: 14px;
    font-style: italic;
    line-height: 1.2;
}

.date-tooltip .date-tooltip-title{
    font-weight: bold;
}
/* redesign main page */
.product-icons{
    position: absolute;
    width: inherit;
    bottom: 0;
}

.icon-block {
    max-width: 200px;
}

.product-icons  .big-btn {
    margin: 0;
    height: 160px !important;
}
.product-icons .big-btn .big-btn-text span{
    color: #000;
    font-size: 18px;
}
@media screen and (max-width: 991px) {
    .product-icons .big-btn .big-btn-text span{
        font-size: 100%;
    }
}
.redesign .how-title{
    padding-bottom: 40px;
}
.redesign .bottom-main-button .button-green{
    margin: 0 10px 60px 10px;
}
.faq-btn.adm-faq-btn{
    margin-top: 40px;
    width: 300px;
}

.faq-btn {
    color: #17a3d8;
    background: transparent;
    margin: 20px 0 0 0;
    padding: 10px 30px;
    display: inline-block;
    -webkit-transition: .3s ease;
    transition: .3s ease;
    border-radius: 4px;
    border: 2px solid #17a3d8;
    text-align: center;
    font-size: 16px;
    position: relative;
    z-index: 1;
}
.faq-btn:hover {
    color: #ffffff;
}
.faq-btn:before{
    -webkit-backface-visibility: hidden;
    -webkit-transition: right .3s ease;
    transition: right .3s ease;
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    top: -1px;
    left: -1px;
    bottom: -1px;
    right: 100%;
    background: #17a3d8 !important;
}
.faq-btn:hover:before {
    right: -1px;
}
#home-up-resizer.redesign{
    margin-top: -1px;
    width: 100%;
    padding-top: 0;
    min-height: 0;
}
#home-up-resizer.redesign .home-up-h{
    padding-top: 160px;
    margin: auto;
    padding-left: 5px;
    padding-right: 5px;
}




.icon-block {
    padding: 0;
    margin: 0 -2px;
    display: inline-table;
    float: none;
}

.app-products-list .big-btn-text span{
    padding-left: 5px;
    padding-right: 5px;
}
#how-it-works.redesign .how-title{
    color: #17a3d8;
}
.redesign .how-icon{
    text-decoration: none;
    font-size: 11px;
    height: 130px;
    width: 130px;
    line-height: 10px;
    background: #fff;
    color: #17a3d8;
    border-radius: 130px;
    border: 2px solid #17a3d8;
    text-indent: -9999px;
    margin: auto;
}
.redesign .how-icon .icon-img{
    width: 80px;
    height: 80px;
    margin-left: 23px;
    margin-top: 20px;
    position: absolute;
}
.redesign .how-desc{
    color: black;
    text-align: center;
    padding: 5px;
}
.redesign .how-block{
    width: 25%;
    float: left;
    position: relative;
}
.redesign .how-desc span{
    color: grey;
}
.redesign .dashed-line{
    color: #17a3d8;
    font-size: 35px;
    position: absolute;
    border-bottom: 2px dashed #17a3d8;
    height: 1px;
    width: 80%;
    top: 60px;
    left: 10%;
}

#partners.redesign{
    background: url('/Assets/img/partners-block.jpg') 0 0 no-repeat; background-size: cover !important;
}
.redesign .partners-block{
    padding-top: 60px;
    padding-bottom: 120px;
}
.banner-btn-block {
    width: 320px;
    margin-top: 50px;
}
.banner-btn-block .main-buy-link.button-green{
    line-height: 1.428571429;
    margin-left: 0;
    margin-right: 0;
}
.products-buttons-list{
    display: none;
}
/*.redesign .main-bw{*/
    /*display: none;*/
/*}*/
/*.redesign .main-bw.loaded{*/
    /*display: block;*/
/*}*/

@media screen and (min-width: 1200px){
    .product-icons .app-products-list{
        width: 1170px;
        margin: auto;
        text-align: center;
        display: table;
    }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
    .new-header-controls .lk-span{
        display: none;
    }
}
@media screen and (min-width: 1000px) {
    .redesign .partners-hollow-btn{
        margin-top: 60px;
    }
    .redesign .partners-block text-center.main-h1{
        padding-bottom: 30px;
    }
}
@media screen and (max-width: 991px) {
    #header-new {
        height: 50px;
    }
    #header-new.transparent {
        background-color: white;
        position: static;
    }
}
@media screen and (max-width: 1000px) {
    #header-new .container {
        width: 100%;
    }
    .redesign .home-up-h{
        padding-left: 10px;
        padding-right: 10px;
    }
    .redesign .partners-block{
        padding-top: 40px;
        padding-bottom: 80px;
    }
}

@media screen and (max-height: 390px) and (min-width: 768px){
    .banner-btn-block {
        display: none;
    }
}
@media screen and (max-height: 595px) and (min-width: 768px){
    #home-up-resizer.redesign .home-up-h{
        padding-top: 60px;
        padding-left: 4px;
        margin: auto;
        margin-left: 10px;
        text-align: center;
    }
    #jivo_top_wrap{
        display: none;
    }
    #home-up-resizer .home-up-h1,
    #home-up-resizer .home-up-h3{
        text-align: center;
    }
    #home-up-resizer .home-up-h1{
        font-size: 24px !important;
    }
    #home-up-resizer .home-up-h3{
        font-size: 16px !important;
    }
    .banner-btn-block {
        width: 200px;
        margin: auto;
        margin-top: 20px;
    }
    .banner-btn-block .main-buy-link.button-green,
    .redesign .faq-btn.adm-faq-btn,
    .redesign .partners-hollow-btn{
        height: 40px;
        padding: 6px 20px;
        width: 200px;
        font-size: 16px !important;
    }
    .banner-btn-block .main-buy-link.button-green{
        padding: 7px 20px;
    }
}
@media screen and (max-width: 768px) {
    .home-mfcd-app-banner > .container > .row {
        width: 100%
    }
    .icon-block{
        display: none;
    }
    .app-products-list,
    #how-it-works{
        width: auto;
        padding-left: 10px;
        padding-right: 10px;
    }
    #partners{
        padding-left: 10px;
        padding-right: 10px;
    }
    .app-products-list .big-btn-text span{
        font-size: 16px;
    }
    .product-icons{
        position: relative;
    }
    .issub .product-icons {
        position: absolute;
        padding-bottom: 0;
        bottom: 0;
        width: 100%;
    }
    .products-buttons-list{
        display: block;
        margin: 5px;
        /*border: 1px solid #17a3d8;*/
        border-radius: 5px;
        height: 50px;
        color: #17a3d8;
        cursor: pointer;
        background-color: rgba(255, 255, 255, 0.7);
    }
    .products-buttons-list:hover{
        border: 1px solid #00d5ff;
        color: #00d5ff;
    }
    .redesign .app-sm-icon{
        float: left;
        margin-left: 10px;
        margin-bottom: 7px;
        margin-top: 8px;
    }
    .redesign .big-btn-text.text-sm{
        float: left;
        line-height: 50px;
        font-size: 18px;
    }
    #home-up-resizer.redesign .home-up-h{
        padding-top: 40px;
        padding-left: 4px;
        margin: auto;
        margin-left: 10px;
        text-align: center;
    }
    .redesign .how-block{
        width: auto;
        float: none;
    }
    .redesign .how-desc{
        padding-top: 0;
        padding-bottom: 25px;
        margin-top: -15px;
    }
    .redesign .dashed-line{
        display: none;
    }
    .product-icons .icon-block {
        padding: 5px 10px;
    }
    #jivo_top_wrap{
        display: none;
    }
    #home-up-resizer .home-up-h1,
    #home-up-resizer .home-up-h3{
        text-align: center;
    }
    #home-up-resizer .home-up-h1{
        font-size: 24px !important;
    }
    #home-up-resizer .home-up-h3{
        font-size: 16px !important;
    }
    .banner-btn-block {
        width: 200px;
        margin: auto;
        margin-top: 20px;
    }
    .banner-btn-block .main-buy-link.button-green,
    .redesign .faq-btn.adm-faq-btn,
    .redesign .partners-hollow-btn{
        height: 40px;
        padding: 6px 20px;
        width: 200px;
        font-size: 16px !important;
    }
    .banner-btn-block .main-buy-link.button-green{
        padding: 7px 20px;
    }
}

@media screen and (min-width: 1660px){
    #how-it-works.redesign .how-title {
        margin-top: 40px;
    }
}

.call-back-button{
    position: relative;
    display: inline-block;
    margin-top: -4px;
    width: 45px;
    height: 42px;
    /*background: url("/Assets/img/icon_phone.png") left top no-repeat;*/
    vertical-align: middle;

    margin-left: 20px;
}

.call-back-button .call-back-icon{
    width: 100%;
    height: 100%;
}

.call-back-button .call-back-icon-hover{
    position: absolute;
    display: none;

    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.call-back-button:hover{
    cursor: pointer;
}

.call-back-button:hover .call-back-icon-hover{
    display: block;
}

.div-button
{
    background: transparent;
    border: none;
    display: table;
    margin: auto;
}

.hover-show-or-hide .hover-show-or-hide__HIDE
{
    display: block;
}

.hover-show-or-hide .hover-show-or-hide__SHOW
{
    display: none;
}

.hover-show-or-hide:hover .hover-show-or-hide__HIDE, .hover-show-or-hide:active .hover-show-or-hide__HIDE
{
    display: none;
}

.hover-show-or-hide:hover .hover-show-or-hide__SHOW, .hover-show-or-hide:active .hover-show-or-hide__SHOW
{
    display: block;
}

.admin-val-col-lets-be-ok {
    display: table;
    word-break: break-all;
}

.checkbox-list{
    padding: 0;
    list-style-type: none;
}

.checkbox-list-item .checkbox{
    margin-top: 10px;
    margin-bottom: 0;
}

.checkbox-list-item .checkbox label{
    display: inline-block;
}

.two-columns .checkbox-list-item{
    float: left;
    width: 50%;
}

.soc-btn-2017
{
    /* display: table-cell;*/
	 float: left;
    margin-right: 10px;
    margin-top: 13px;
}

.soc-btn-2017-a
{
    box-sizing: border-box;
    display: table;
}

.soc-btn-2017-img-hover
{
    display: none;
}

.body-not-retina .soc-btn-2017-a img
{
    max-height: 32px;
}

.soc-btn-2017-a:hover .soc-btn-2017-img-hover
{
    display: initial;
}

.soc-btn-2017-a:hover .soc-btn-2017-img
{
    display: none;
}

table.input-list
{
    width: 100%;
}

table.input-list td
{
    padding: 5px 10px;
}

table.input-list .td-input-name
{
    width: 180px;
    text-align: right;
    text-decoration: underline;
}

table.input-list .td-input
{
    text-align: left;
}

table.input-list .td-input input
{
    width: 100%;
}

.td-input-name
{
    text-align: right;

}

.input-list-item-ta
{
    min-height: 100px;
    resize: vertical;
}

.spritecall {
    background-image: url("../img/sprites/spritecall.png");
    background-repeat: no-repeat;
    display: block;
}

.spritecall-icon_phone {
    width: 45px;
    height: 42px;
    background-position: -5px -5px;
}

.spritecall-icon_phone_grey {
    width: 45px;
    height: 42px;
    background-position: -5px -57px;
}

.spritecall-icon_phone_white {
    width: 45px;
    height: 42px;
    background-position: -5px -109px;
}

/* Не нашли того, что искали? */

.conteiner1{
    font-size: 14px;
    padding-left: 50px;
    padding-right: 50px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}
h3 {
    font-family: Open Sans Regular;
    font-size: 30px;
    color: #1a1a1a;
}
.sprite {
    background-image: url(/Assets/img/sprite-icon.png);
    background-repeat: no-repeat;
    display: block;
}

#form_not_find h3.productLabel {
    font-family: Open Sans Regular;
    color: #1a1a1a;
    font-size: 30px;
}
#form_not_find {
    z-index: 2000
}

.sprite-1-faq {
    margin: 0 auto;
    width: 20px;
    height: 20px;
    background-position: -5px -5px;
}

.sprite-2-contact {
    margin: 0 auto;
    width: 20px;
    height: 20px;
    background-position: -35px -5px;
}

.sprite-3-remind {
    margin: 0 auto;
    width: 20px;
    height: 20px;
    background-position: -65px -5px;
}
.container_bloki{
    overflow:hidden;
    text-align: center;
    margin-top: 30px
}
#dnf-block-faq, #dnf-block-contact-us {
    margin-top: 40px;
}
#dnf-block-remind {
    margin-top: 35px;
}
#dnf-block-remind .modal-recall-checkbox-wrapper .auth-checkbox label {
    line-height: 1.3;
}
.container_bloki_text_buttom10px{
    padding-bottom: 10px;
    color: #1a1a1a;
}
.bloki{
    white-space:nowrap;
}
.zagolovok_p2{
    cursor: pointer;
    margin-left: 3px;
    margin-right: 3px;
    padding: 20px 0;
    display:inline-block;
    border: 1px solid #F8F8F8;
    width: 170px;
}
.zagolovok_p2.active {
    background: #F8F8F8;
}
.zagolovok_p2:not(.active):hover {
    background: #fbfbfb;
}
.zagolovok_p p{
    padding-left: 15px;
    padding-right: 15px;
}
.zagolovok_p_name{
    text-align: center;
    color: #17a3d8;
    font-size: 18px;
}
.active .zagolovok_p_name {
    color: #1a1a1a;
}
.zagolovok_p_min{
    text-align: center;
    font-size: 12px;
    color: #999999;
    margin: 0 !important;
}
.zagolovok_p_name {
    margin: 5px 0 !important;
}
.dnf-faq-help-link {
    color: #17a3d8;
}
.dnf-faq-help-link:hover {
    color: #00d5ff;
}
#form_not_find .combobox-wrapper{
    width: 100%
}
#form_not_find a.dashed {
    color: #17a3d8;
    border-bottom: 1px dashed #17a3d8 !important;
}
.link-underline {
    text-decoration: underline !important;
}
.container_bloki_cvet, .container_bloki_cvet:focus{
    color: #17a3d8;
    text-decoration: none;
}
.container_bloki_cvet:hover {
    color: #00d5ff
}
.container_bloki_cvet.active{
    color:#1a1a1a;
    border-bottom: 0px;
}
.container_bloki_cvet_text{
    border-bottom: 1px dashed #17a3d8;
}
.active .container_bloki_cvet_text{
    border-bottom: 1px dashed #1a1a1a;
}
.container_bloki_cvet1{
    color: #17a3d8;
    text-decoration: none;
}
.container_bloki_cvet1:first-child > .zagolovok_p2 {
    margin-left: 0;
}
.img_form{
    display: inline-block;
    position: relative;
    vertical-align: text-bottom;
    margin-left: 2px;
    width: 20px;
    height: 15px;
    background: url(/Assets/img/insure/open-close-full.png) -46px 0 no-repeat;
    background-size: 90px 25px;
}
a.container_bloki_cvet:not(.active):hover .img_form {
    background: url(/Assets/img/insure/open-close-full.png) -23px 0 no-repeat;
    background-size: 90px 25px;
}
.active .img_form{
    background: url(/Assets/img/insure/open-close-full.png) -70px -13px no-repeat;
    background-size: 90px 25px;
}
.select_100{
    width: 100%;
    height: 38px;
    border-radius: 3px !important;
    border: 1px solid #b2b2b2;
    margin-top: 11px;
    margin-bottom: 11px;
    background-color: #fff;
}
.label_50{
    width: 50%;
}
.label_50_left{
    width: 48%;
    float: right;
}
.input_50_right_input{
    float: right;
    width: 48%;
    height: 38px;
    border-radius: 3px !important;
    border: 1px solid #b2b2b2;
    margin-top: 11px;
    margin-bottom: 11px;
    background-color: #fff;
}
.input_50_right_input1{
    width: 48%;
    height: 38px;
    border-radius: 3px !important;
    border: 1px solid #b2b2b2;
    margin-top: 11px;
    margin-bottom: 11px;
    background-color: #fff;
}
.forma_li_span{
    color: #17a3d8;
}

#wrap1{
    display: none;
    opacity: 0.8;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    padding: 16px;
    background-color: rgba(1, 1, 1, 0.725);
    z-index: 100;
    overflow: auto;
}

#window1{
    width: 750px;
    margin: 100px auto;
    display: none;
    background: #fff;
    z-index: 200;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    padding: 16px;
}

.close{
    width: 20px;
    height: 20px;
    background: url(/Assets/img/modal/close.png) 0% 0%;
    float: right;
    cursor: pointer;
}
.close:hover{
    width: 20px;
    height: 20px;
    background: url(/Assets/img/modal/close.png) 0% 100%;
    float: right;
    cursor: pointer;
}
#opencontent1,
#opencontent2,
#opencontent3,
#opencontent4,
#opencontent5,
#opencontent6,
#opencontent7{
    padding-top: 10px;
}

#opencontent3 .productExtensionFormBlock,
#opencontent6 .productExtensionFormBlock {
    padding-top: 30px;
}
#opencontent3 .thankYouBlock,
#opencontent6 .thankYouBlock {
    margin: 10px 0;
}
.knopka{
    margin-bottom: 20px;
    margin-top: 20px;
    white-space: normal;
    border-radius: 10px;
    background: #6BCF37;
    width: 50%;
    height: 45px;
    border: none;
    color: white;
    font-size: 19px;
}
.checkbox{
    padding-bottom: 15px;
    padding-top: 15px;
}
.block2_zagolovok{
    font-size: 25px;
    color: #1a1a1a;
}
.block2_zagolovok_vopros{
    padding-left: 50px;
}
.block2_zagolovok_a{
    color: #17a3d8;
    text-decoration: none;
    border-bottom: 1px dashed #17a3d8;
}
.block2_zagolovok_a.active{
    color: #1a1a1a;
    border-bottom: 0px;
}
.dnf-contacts-blocks {
    margin-top: 20px;
}
.button-green1 {
    border: 1px solid #8fce48;
    background: #8fce48;
    padding: 10px 38px;
    display: block;
    border-radius: 5px !important;
    color: #fff;
    text-align: center;
    text-decoration: none;
    font-size: 16px;
    cursor: pointer;
}
#block2_zagolovok_block2{
    padding-top: 15px;
}
#block2_zagolovok_block1{
    padding-top: 15px;
}
/* Конец Не нашли того, что искали? */
/* */
.text_not{
    font-family: Open Sans Regular;
    font-size: 14px;
    color: #333333;
    width: 500px;
    margin: auto;
}
.text_not li:before{
    content: "—";
    position: relative;
    color: #17a3d8;
    float: left;
    margin-left: -1.25em;
}
.vnimanie{
    background: url(/Assets/img/vnimanie.png) top no-repeat;
    height: 70px;
    margin-top: 60px;
}
.danger-icon {
    background: url(/Assets/img/error.png) top no-repeat;
    height: 70px;
    margin-top: 60px;
}
.text_not_p{
    margin: -10px 0px 10px;
}
.footer__btn-report-an-error {
    padding: 7px 12px;
    border-radius: 3px;
    border: 1px solid white;
    text-align:center;
    margin-top:15px;
    cursor: pointer;
}
#footer{
    padding-top: 4px;
    font-family: "Open Sans";
    font-size: 14px;
    font-weight: 400;
    color: white;
}
.footer-links {
    border-bottom: 1px solid #67798c;
    margin-bottom: 25px;
    margin-left: 15px;
    width: calc(100% - 30px);
    padding-bottom: 20px;
    color: white;
}
.footer-link {
    margin: 0 30px;
    font-family: "Open Sans";
    font-size: 14px;
    font-weight: 400;
}

.footer-text__copyright {
    margin-right: 12px;
}

.report-an-error__title {
    font-family: 'Open Sans',sans-serif;
    color: #17a3d8;
    font-size: 41px;
    font-weight: 300;
    margin-top: 0;
}

.report-an-error__file[type="file"]{
    display: none;
}
.report-an-error__file-label {
    display: inline-block !important;
    content: 'Прикрепить скриншот (jpg, jpeg, png, tif)';
    background: white;
    border: none;
    outline: none;
    white-space: nowrap;
    -webkit-user-select: none;
    cursor: pointer;
    color: #17a3d8;
    border-bottom: 1px dashed #17a3d8;
}
.report-an-error__file-remover {
    width: 15px;
    height: 15px;
    background: url(/Assets/img/modal/close.png) 0 0;
    background-size: cover;
    display: inline-block;
    margin: 2px 0 0 14px;
    cursor: pointer;
}
.report-an-error__file-remover:hover {
    background: url(/Assets/img/modal/close.png) 0 -16px;
    background-size: cover;
}

#waiting-payment-loader-dialog .modal-dialog {
    width: 422px;
    height: 340px;
}
#waiting-payment-loader-dialog__title {
    font-size: 28px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1;
    letter-spacing: normal;
    color: #17a3d8;
}
#waiting-payment-loader-dialog__description {
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.56;
    letter-spacing: normal;
    color: #333333;
}
#waiting-payment-loader-dialog__time {
    margin: 30px auto 15px auto;
    font-size: 36px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #333333;
}
#waiting-payment-loader-dialog__step-message {
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.79;
    letter-spacing: normal;
    text-align: center;
    color: #333333;
}

.pay-error-page {
    background-color: #F2F2F2;
}

.pay-error-page #wrap.hidden-footer {
    background-color: #F2F2F2;
}

.pay-error-page #wrap {
    display: flex;
    flex-direction: column;
}

.pay-error-page .app-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 100%;
    flex-grow: 1;
}

.pay-error {
    padding-top: 30px;
    padding-bottom: 30px;
    box-sizing: border-box;
}

.pay-error__inner {
    width: 100%;
    max-width: 460px;
    margin: 0 auto;
    background: #FFFFFF;
    box-shadow: 2px 2px 0 #A9A9A9;
    border-radius: 15px;
}

.pay-error__head,
.pay-error__reasons {
    padding-left: 30px;
    padding-right: 30px;
}

.pay-error__retry,
.pay-error__support {
    padding-left: 80px;
    padding-right: 80px;
    text-align: center;
    font-weight: normal;
    font-size: 14px;
    line-height: 19px;
    color: #000000;
}

.pay-error__head {
    display: flex;
    align-items: center;
    padding-top: 30px;
    padding-bottom: 30px;
}

.pay-error__reasons {
    padding: 15px 60px;
    background: #FFCDCC;
    font-size: 12px;
    line-height: 16px;
    font-weight: normal;
    color: #802D2B;
}

.pay-error-head__icon {
    margin-right: 25px;
}

.pay-error-head__title {
    margin: 0;
    font-weight: bold;
    font-size: 24px;
    line-height: 33px;
    color: #17A3D8;
}

.pay-error-reasons__title {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.pay-error-reasons__icon {
    margin-right: 18px;
}

.pay-error-reasons__title-text {
    margin: 0;
    font-weight: 600;
}

.pay-error-reasons__list {
    margin: 0;
    padding: 0 0 0 43px;
    list-style: inside;
}

.pay-error__retry {
    padding-top: 30px;
}

.pay-error-retry__text {
    margin: 0;
}

.pay-error-retry__button {
    display: inline-block;
    padding-left: 15px;
    padding-right: 15px;
    height: 38px;
    background: #17A3D8;
    border: none;
    border-radius: 3px;
    text-align: center;
    font-weight: 600;
    font-size: 16px;
    line-height: 38px;
    color: #FFFFFF;
    text-decoration: none;
    transition: background-color 0.3s ease-in-out;
}

.pay-error-retry__button:hover,
.pay-error-retry__button:focus,
.pay-error-retry__button:active {
    color: #FFFFFF;
    background: #1387B3;
}

.pay-error__support {
    margin: 0;
    padding-top: 20px;
    padding-bottom: 25px;
}

.pay-error__support_link {
    color: #17A3D8;
    text-decoration: none;
    white-space: nowrap;
    transition: color 0.3s ease-in-out;
}

.pay-error__support_link:hover,
.pay-error__support_link:focus,
.pay-error__support_link:active {
    text-decoration: none;
    color: #1387B3;
}

@media (max-width: 500px) {
    .pay-error__inner {
        width: auto;
        margin-left: 20px;
        margin-right: 20px;
    }

    .pay-error__head,
    .pay-error__reasons,
    .pay-error__retry,
    .pay-error__support {
        padding-left: 20px;
        padding-right: 20px;
    }

    .pay-error-head__icon {
        margin-right: 15px;
    }

    .pay-error-head__icon svg {
        width: 30px;
        height: 30px;
    }

    .pay-error-head__title {
        font-size: 20px;
        line-height: 28px;
    }

    .pay-error-retry__button {
        font-size: 12px;
    }
}

@media (max-width: 360px) {
    .pay-error-head__title {
        font-size: 16px;
        line-height: 22px;
    }

    .pay-error-head__icon svg {
        width: 25px;
        height: 25px;
    }
}

.finance-block {
    padding-top: 48px;
    padding-bottom: 48px;
    background-color: #414449;
    background-image: url("/Assets/img/finance-main-bg.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.finance-block__content {
    max-width: 1375px;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
}

.finance-block__heading {
    margin: 0 0 40px;
    padding: 0;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 48px;
    line-height: 64px;
    color: #FFFFFF;
}

.finance-block__footer {
    padding-top: 60px;
    text-align: center;
}

.finance-block__all {
    display: inline-block;
    padding: 14px 48px;
    border-radius: 3px;
    background: #FFFFFF;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    color: #14191F;
    text-decoration: none;
    transition: color 0.3s ease-in-out;
}

.finance-block__all:hover,
.finance-block__all:active,
.finance-block__all:focus {
    color: #667B99;
}

.finance-block__content-inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: nowrap;
}

.finance-block__carousel_action {
    flex-shrink: 0;
    flex-grow: 0;
}

.finance-block__carousel-inner {
    position: relative;
    overflow: hidden;
    margin-left: -12px;
    margin-right: -12px;
}

.finance-block__product-list {
    width: 10000em;
    position: relative;
    margin: 0;
    padding: 0;
}

.finance-block__carousel {
    flex-shrink: 0;
    flex-grow: 1;
    margin: 0 20px;
    padding: 0;
    max-width: 1220px;
    white-space: nowrap;
    overflow: hidden;
}

.finance-block__product {
    width: 221px;
    margin-left: 12px;
    margin-right: 12px;
    vertical-align: middle;
}

.finance-product {
    display: inline-flex;
    flex-direction: column;
    justify-content: space-between;
    border: 1px solid #667B99;
    border-radius: 3px;
    background-color: transparent;
    text-align: center;
    white-space: normal;
    transition: border-color 0.3s ease-in-out, background-color 0.3s ease-in-out;
}

.finance-product:hover {
    background-color: rgba(255, 255, 255, 0.24);
    border: 1px solid #A3B0C2;
}

.finance-product__name-wrap {
    height: 100%;
    min-height: 96px;
    padding: 24px;
    box-sizing: border-box;
    flex-shrink: 1;
    flex-grow: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.finance-product__name {
    margin: 0;
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
}

.finance-block__carousel-action {
    flex-shrink: 0;
    flex-grow: 0;
    margin: 0;
    padding: 0;
    border: none;
    background: none;
    font-weight: normal;
    color: #FFFFFF;
    outline: none;
    box-shadow: none;
    cursor: pointer;
    white-space: nowrap;
    transition: opacity 0.3s ease-in-out;
}

.finance-block__carousel-action:hover,
.finance-block__carousel-action:active,
.finance-block__carousel-action:focus {
    border: none;
    background: none;
    outline: none;
    box-shadow: none;
    opacity: 0.8;
}

.finance-block__pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 25px;
}

.finance-block__page {
    display: block;
    width: 15px;
    height: 15px;
    margin-left: 6px;
    margin-right: 6px;
    margin-top: 15px;
    border: 1px solid #FFFFFF;
    border-radius: 50%;
}

.finance-block__page.active {
    border: 5px solid #FFFFFF;
}

.cookie-accept {
    font-size: 12px;
    z-index: 9999;
    position: fixed;
    bottom: 0;
    padding: 10px;
    width: 100%;
    background: #FFFFFF;
    box-shadow: 0 0 8px rgba(20, 25, 31, 0.16), 0 8px 8px rgba(20, 25, 31, 0.16);
}
.cookie-accept__main {
    width: 900px;
    margin: 0 auto;
}

#chatra-container {
    border-radius: 12px;
    position: absolute;
    -webkit-box-shadow: 0 0 3px rgb(0 0 0 / 10%), 0 0 10px rgb(0 0 0 / 30%);
    box-shadow: 0 0 3px rgb(0 0 0 / 10%), 0 0 10px rgb(0 0 0 / 30%);
    overflow: hidden !important;
    left: 0 !important;
    top: 0 !important;
    height: 100% !important;
    width: 100% !important;
    min-width: 100% !important;
    max-width: 100% !important;
    min-height: 100% !important;
    max-height: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    display: block !important;
    background: transparent !important;
    opacity: 1;
    -webkit-transform: none;
    transform: none;
}

#chatra-main {
    display: none;
    z-index: 10000;
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 380px;
    height: 600px;
    max-height: calc(100% - 40px);
    max-width: calc(100% - 40px);
    -webkit-transition: .2s linear;
    transition: .2s linear;
    -webkit-transition-property: visibility,opacity;
    transition-property: visibility,opacity;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    min-height: 0;
    min-width: 0;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    padding: 0;
    margin: 0;
}

#chatra-main .header__close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 16px;
    font-weight: normal;
    outline: 0;
    background: transparent;
    border: 0;
    -webkit-transition: .2s;
    transition: .2s;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    opacity: .6;
    vertical-align: middle;
    word-wrap: normal;
}
#chatra-main .header__close a {
    color: #000;
}

@media (max-width: 1360px) {
    .finance-block__carousel {
        max-width: 972px;
    }
}

@media (max-width: 1110px) {
    .finance-block__carousel {
        max-width: 724px;
    }
}

@media (max-width: 850px) {
    .finance-block__carousel {
        max-width: 478px;
    }

    .finance-block__heading {
        font-size: 32px;
        line-height: 40px;
    }
}

@media (max-width: 992px) {
    .cookie-accept__main {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .cookie-accept__ok-btn-container {
        margin-top: 10px;
    }
}

@media (max-width: 590px) {
    .finance-block__carousel {
        max-width: 224px;
    }
}

@media (max-width: 340px) {
    .finance-block__content {
        padding-left: 15px;
        padding-right: 15px;
    }
}
