@import url('https://fonts.googleapis.com/css2?family=Commissioner:wght@100..900&display=swap');


* {
	margin: 0;
	padding: 0;
}

a, a:visited {
    color: #262626 !important;
}
a:hover {
    color: #507DBC !important;
}
.mobile-nav, .mobile, #mob-nav-popup {
    display: none;
}
.desktop {
    display: block;
}
img {
	border: none;
}

@font-face {
    font-family: 'SF Pro Text';
    src: url('fonts/SFProText-Regular.ttf') format('truetype');
    font-weight: normal;
}

@font-face {
    font-family: 'SF Pro Text';
    src:  url('fonts/SFProText-Bold.ttf') format('truetype');
    font-weight: bold;
}

@font-face {
    font-family: 'SF Pro Text';
    src:  url('fonts/SFProText-RegularItalic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}


#request-demo-popup, #success-popup, #error-popup, #success-subscribe-popup, #unsubscribe-error-popup, #unsubscribe-success-popup {
    display: none;
}
html {
	height: 100%;
    font-family: 'SF Pro Text', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
	color: #262626;
    -webkit-font-smoothing: antialiased;
}

body {
    height: 100%;
}

h1 {
    color: #262626;
  /*  color: #ff9f5d;*/
    font-size: 40px;
    font-weight: normal;
}

.gutter-2.row {
    margin-right: -32px;
    margin-left: -32px;
}
.gutter-2 > [class^="col-"], .gutter-2 > [class^=" col-"] {
    padding-right: 32px;
    padding-left: 32px;
}

.clear {
    clear: both;
}
.container, .cont {
    position: relative;
    width: 1216px;

}
.ib {
    display: inline-block;
}
.cont {
    margin: 0 auto;
}
#header {
    position: fixed;
    width: 100%;
    height: 76px;
    z-index: 9999;
    min-width: 1400px;
}
.outer-wrap {
    width: 1440px;
    min-width: 1440px;
    padding-left: 12px;
    padding-right: 12px;
    margin: 0 auto;

}
.logo-wrap {
    margin-left: 22px;
}
.top-header-text {
    font-family: 'Commissioner', serif;
    font-style: normal;
    font-weight: 500;
    font-size: 48px;
    line-height: 130%;
    color: #303030;
    width: 696px;
    padding-top:  66px;
    margin-bottom: 22px;
}
.asup-big {
    font-family: 'Commissioner', serif;
    font-style: normal;
    font-weight: 500;
    font-size: 48px;
    line-height: 130%;
    background: linear-gradient(260.1deg, #1B3D7A 84.35%, #2E81C0 94.09%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

}


.green-button {
    font-family: 'SF Pro Text', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    color: #262626;
    display: inline-block;
    justify-content: center;
    align-items: center;
    padding: 12px 24px;
    gap: 10px;
    background: #D8F9B8;
    border-radius: 24px;
}
.green-button.mobile {
    display: none;
}
.green-button:hover {

    background: #E4FFCA;
    border: 1px solid #C9E2B1;
    box-shadow: 0px 1px 15px #D8F9B8;
    border-radius: 24px;
    color: #262626;
    cursor: pointer;
}
.top-items.green-button{
     margin-top: 5px;
 }
/*  top nav */
.nav-wrap {
    margin-top: 4px;
    background: rgba(255, 255, 255, 0.6);
    opacity: 0.98;
    border-radius: 16px;
}
.main-nav{
    margin-top: 18px;
}
#top_menu {

    list-style-type: none;
}
#top_menu .selected a {
    color: #507DBC !important;
}
#top_menu li {
    display: inline-block;
    margin-left: 42px;
    margin-right: 35px;
}
#top_menu li a {
    text-decoration: none;
}

.auth-separator {
    width: 32px;
    height: 1px;
    background: #D9D9D9;
    transform: rotate(-90deg);
    position: absolute;
    top: 30px;
}
#login, #password {
    width: 168px;
    height: 24px;
    background: #FFFFFF;
    border: 1px solid #D9D9D9;
    border-radius: 8px;
    font-family: 'Commissioner', serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    padding: 5px 7px;
    box-sizing: border-box;
}
#login.invalid, #password.invalid {
    border: 1px #ff0000 solid !important;
}
.nav-wrap {
    position: relative;
}
.auth {
    position: absolute;
    right: 0;
    text-align: right;

    padding-right: 23px;
    box-sizing: border-box;
    margin-top: 10px;
}
.auth label {
    padding: 0;
    height: 22px;
    margin-left: 35px;
    margin-top: 5px;
}
.submit-auth {
    background: url('../templates/frontend/images/auth_btn.png') no-repeat !important;
    background: #507DBC;
    border-radius: 100px;
    width: 28px;
    height: 28px;
    border: 0;
}
.submit-auth:hover {
    background: url('../templates/frontend/images/auth_btn_hover.png') no-repeat !important;
}
/* top block */
.top-items ul {
    padding: 0;
}
.top-items ul li {
    font-family: 'SF Pro Text', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    margin-top: 6px;
  /*  list-style-image: url('../templates/frontend/images/list-item.png');*/


    background: url('../templates/frontend/images/list-item.png') no-repeat left 3px; /* <-- change `left` & `top` too for extra control */
    padding: 3px 0px 8px 30px;
    list-style: none;

}
#top-part {
    padding-top: 76px;
}
.top-bg {
    background: url('../templates/frontend/images/top.png') no-repeat;
    min-height: 568px;
}

.lang-en .top-bg {
    background: url('../templates/frontend/images/top_en.png') no-repeat;
    min-height: 568px;
}
.lang-kz .top-bg {
    background: url('../templates/frontend/images/top_kz.png') no-repeat;
    min-height: 568px;
}
/* benefits */

.benefits-bg {
    background: #507DBC;
    border-radius: 40px;
    height: 185px;
    margin-top: 12px;
}
.benefit-item {
    width: 344px;
    height: 123px;
    background: url('../templates/frontend/images/benefit-item.png') no-repeat;
    margin-top: 38px;
    margin-left: 79px;
    display: inline-block;
    padding-left: 36px;
    position: relative;
}
.benefit-item .icon {
    width: 60px;
    height: 60px;
    position: absolute;
    top: -12px;
    right: -11px;
}
.benefit-item .icon-spec {
    background: url('../templates/frontend/images/icon_spec.png') no-repeat;
}
.benefit-item .icon-po {
    background: url('../templates/frontend/images/icon_po.png') no-repeat;
}
.benefit-item .icon-dealer {
    background: url('../templates/frontend/images/icon_dealer.png') no-repeat;
}

.benefit-item:first-child {
    margin-left: 0;
}

.benefit-item .digit {
    font-family: 'Commissioner', serif;
    font-style: normal;
    font-weight: 400;
    font-size: 48px;
    line-height:  62px;
    color: #1B3D7A;
    margin-top: 15px;
}
.benefit-item .description {
    margin-top: 5px;
}
/* support */
#support {
    margin-top: 80px;
}
.support-bg {
    margin-bottom: 20px;
    height: 300px;
    padding-top: 40px;
    background: url('../templates/frontend/images/support.png') no-repeat bottom;
}
#support .text-header {
    font-family: 'Commissioner', serif;
    font-style: normal;
    font-weight: 400;
    font-size: 48px;
    line-height: 62px;
    color: #303030;

}

#support .text-support {
    font-family: 'SF Pro Text', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #262626;
    width: 905px;
    margin-top: 18px;
}

/* services*/
.service-item {
    display: inline-block;
}
.services div {
    display: block;
}
.services div.inner {
    justify-content: center;
    align-items: center;
    padding: 6px 12px;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 24px;
    display: inline-block;
    margin-top: 8px;
    margin-bottom: 8px;
}
#carousel .service-item {
    width: 347px;
    height: 416px;
  /*  height: 396px;*/
    padding-top: 44px;
    padding-left: 16px;
    padding-right: 16px;
    position: relative;
    box-sizing: border-box;
}

#carousel .service-item .name {
    font-family: 'Commissioner', serif;
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height:29px;
    color: #262626;
    width: 270px;

}

.langbar {
    -webkit-appearance: none;
    background: #FFFFFF;
    border: 1px solid #507DBC;
    border-radius: 24px;
    padding: 3px 50px 3px 12px;
    background: url('../templates/frontend/images/select.png') no-repeat    60px  13px;
    margin: 0 60px 0 40px;
    outline: none;
}
.service-item .services {
    max-width: 325px;
    margin-top: 20px;
}
#carousel .service-item:nth-child(odd){
    background: url('../templates/frontend/images/slide-odd.png') no-repeat  left 20px;
}
#carousel .service-item:nth-child(even){
    background: url('../templates/frontend/images/slide-even.png') no-repeat  left 20px;
}
#services .controls {
    margin-top: 25px;
    text-align: right;
}
#services {
    padding-bottom: 113px;
}
.prev-slide, .next-slide {
    width: 40px;
    height: 40px;
    cursor: pointer;
    display: inline-block;
}
.prev-slide {
    margin-right: 10px;
    background: url('../templates/frontend/images/prev.png') no-repeat;
}
.next-slide {
    background: url('../templates/frontend/images/next.png') no-repeat;
}
.prev-slide:hover, .next-slide:hover  {
     filter: drop-shadow(0px 1px 15px rgba(80, 125, 188, 0.5));
 }
.service-item {
    padding-top: 20px;
}

.service-item .icon {
    width: 60px;
    height: 60px;
    position: absolute;
    top:  0;
    left: 300px;
}
.service-item .icon-s1 {
    background: url('../templates/frontend/images/s1.png') no-repeat;
}
.service-item .icon-s2 {
    background: url('../templates/frontend/images/s2.png') no-repeat;
}
.service-item .icon-s3 {
    background: url('../templates/frontend/images/s3.png') no-repeat;
}
.service-item .icon-s4 {
    background: url('../templates/frontend/images/s4.png') no-repeat;
}

/* demonstration */
.demo-bg {
    height: 589px;
    background: url('../templates/frontend/images/demo.png') no-repeat;
}
.white-header {
    font-family: 'Commissioner', serif;
    font-style: normal;
    font-weight: 400;
    font-size: 40px;
    line-height: 52px;
    color: #FFFFFF;
}
.white-text {
    font-family: 'SF Pro Text', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    color: #FFFFFF;
}
.demo-inner {
    margin-left: 590px;
    padding-top: 78px;
}
.demo-inner .white-header {
    margin-top: 8px;
}
.demo-inner .white-text {
    margin-top: 15px;
}
.demo-inner .green-button {
    margin-top: 25px;
}
    /* process */
.process-description {
    margin-left: 725px;
    margin-bottom: 80px;
}
.process-description .header {

    font-family: 'Commissioner', serif;
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 31px;
    letter-spacing: 0.01em;
    width: 488px;
}

.process-description  .accent {
    color: #507DBC;
}

.process-description  .text {
    font-family: 'SF Pro Text', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 17px;
    margin-top: 15px;
}

.steps-bg {
    width: 1140px;
    height: 538px;
    position: relative;
    background: url('../templates/frontend/images/steps2.png') no-repeat;
}
#steps .step {
    font-family: 'SF Pro Text', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: #262626;
    position: absolute;
}

.step1 {
    width: 131px;
    left: 178px;
    top: 146px;
}
.step2 {
    width: 41px;
    left: 248px;
    top: 546px;
}
.step3 {
    width: 176px;
    height: 32px;
    left: 361px;
    top: 0;
}
.step4 {
    width: 138px;
    left: 367px;
    top: 285px;
    text-align: right;
}
.step5 {
    width: 50px;
    left: 620px;
    top: 546px;
}
.step6 {
    width: 116px;
    height: 18px;
    left: 766px;
    top: 87px;
}
.step7 {
    width: 120px;
    left: 949px;
    top: 546px;
}
.step8 {
    width: 176px;
    left: 1080px;
    top: 0;
}
.step9 {
    width: 118px;
    left: 1117px;
    top: 316px;
    text-align: right;
}

/*  contact form */
.contact-bg {
    background: #507DBC;
    border-radius: 40px;
    color: #fff;
    margin-top: 150px;
    padding-top: 40px;
    padding-bottom: 48px;
    font-family: 'SF Pro Text', sans-serif;
}
.contact-bg .white-header  {
    font-size: 48px;
    line-height: 62px;
}
.contact-bg  .subheader {

    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    width: 80%;
    margin-top: 22px;
}
.contact-bg .left-part{
    width: 697px;
    vertical-align: top;
}
.contact-short {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    align-items: center;
    margin-top: 80px;
    margin-bottom: 30px;
}

.contact-short  a {
    line-height: 40px;
    height: 40px;
    padding-left: 50px;
    display: inline-block;
    text-decoration: none;
    color: #fff !important;
}
.contact-short  a:hover {
    color: #fff !important;
}
.contact-short .email {
    transition: all .2s ease-in-out;
    background: url('../templates/frontend/images/email.png') no-repeat;
}
.contact-short .email:hover {
    background: url('../templates/frontend/images/email_hover.png') no-repeat;
}
.contact-short .phone {
     margin-left: 32px;
     transition: all .2s ease-in-out;
     background: url('../templates/frontend/images/phone.png') no-repeat;
 }
.contact-short .phone:hover {
    background: url('../templates/frontend/images/phone_hover.png') no-repeat;
}

.contact-bg .line {
    width: 430px;
    height: 1px;
    background: #D9D9D9;
    margin-bottom: 30px;
}

.social a {
    width: 40px;
    height: 40px;
    transition: all .2s ease-in-out;
    margin-right: 30px;
    display: inline-block;
}
.social .whatsapp {
    background: url('../templates/frontend/images/w.png') no-repeat;
}
.social .whatsapp:hover {
    background: url('../templates/frontend/images/w_hover.png') no-repeat;
}

.social .skype {
    background: url('../templates/frontend/images/s.png') no-repeat;
}
.social .skype:hover {
    background: url('../templates/frontend/images/s_hover.png') no-repeat;
}

.social .telegram {
    background: url('../templates/frontend/images/t.png') no-repeat;
}
.social .telegram:hover {
    background: url('../templates/frontend/images/t_hover.png') no-repeat;
}

.social .linkedin {
    background: url('../templates/frontend/images/i.png') no-repeat;
}
.social .linkedin:hover {
    background: url('../templates/frontend/images/i_hover.png') no-repeat;
}

.contact-bg  .right-part {
    width: 488px;
    margin-left: 25px;
    vertical-align: top;
}
.line-row .lr {
    margin-right: 19px;
}
.get-demonstration .agree {

    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 130%;
    margin-top: 13px;
}
.get-demonstration label, .request-demo-inputs label {
    display: block;
    margin-top: 40px;
}
.get-demonstration .first-row label, .request-demo-inputs .first-row label {
    margin-top: 0;
}
.get-demonstration  input, .request-demo-inputs input {
    width: 232px;
    background: #507DBC;
    border: 0;
    outline: none;
    color: #fff;
    border-bottom: 1px #D9D9D9 solid;
    padding: 6px 12px;
    box-sizing: border-box;
}
.get-demonstration  input.invalid, .request-demo-inputs input.invalid{
    border-bottom: 1px #ff0000 solid;
}
#comment, #comment2   {
    background: #507DBC;
    border: 0;
    outline: none;
    border-bottom: 1px #D9D9D9 solid;
    padding: 6px 12px;
    color: #fff;
    box-sizing: border-box;
    width: 100%;
}
.submit-wrap {
    height: 50px;
    margin-top: 23px;
}
.submit-wrap .green-button {
    display: block;
    width: 100%;
    border: 0px;
}
#asoup-bottom .outer-wrap {
    background: url('../templates/frontend/images/asoup_bottom2.png') no-repeat;
    height: 355px;
    margin-top: 10px;
    padding-top: 110px;
}

.bottom-asoup {
    font-family: 'Commissioner', serif;
    font-style: normal;
    font-weight: 500;
    font-size: 48px;
    line-height: 130%;
    width: 1007px;
}
.bottom-asoup span {
    background: linear-gradient(266deg, #0C3773 86.95%, #2E81C0 96%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
}


/*  footer */
.footer-left {
    margin-top: 80px;
    margin-left: 105px;
}
#footer {
    padding-bottom: 96px;
}
#footer .outer-wrap .brd {
    margin-top: 120px;
    border-top: 1px #507DBC solid;
}
.main-page #footer .outer-wrap .brd {
    margin-top: 0;
}
#footer .ib {
    vertical-align: top;
}
.footer-logo {
    width: 280px;
    height: 56px;
    background: url('../templates/frontend/images/asup_big.png') no-repeat;
}
.footer-social {
    margin-top: 20px;
}
.footer-social a {
    width: 16px;
    height: 16px;
    display: inline-block;
    transition: all .2s ease-in-out;
    margin-right: 10px;
}
.footer-social .whatsapp {
    background: url('../templates/frontend/images/w_s.png') no-repeat;
}
.footer-social .whatsapp:hover {
    background: url('../templates/frontend/images/w_s_h.png') no-repeat;
}

.footer-social .skype {
    background: url('../templates/frontend/images/s_s.png') no-repeat;
}
.footer-social .skype:hover {
    background: url('../templates/frontend/images/s_s_h.png') no-repeat;
}

.footer-social .telegram {
    background: url('../templates/frontend/images/t_s.png') no-repeat;
}
.footer-social .telegram:hover {
    background: url('../templates/frontend/images/t_s_h.png') no-repeat;
}

.footer-social .linkedin {
    background: url('../templates/frontend/images/i_s.png') no-repeat;
}
.footer-social .linkedin:hover {
    background: url('../templates/frontend/images/i_s_h.png') no-repeat;
}


.footer-header {
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 22px;
    color: #303030;
    margin-top: 80px;
    padding-bottom: 6px;
}

.footer-navigation {
    margin-left: 235px;
    width: 140px;
}

.vertical-line {
    width: 1px;
    height: 165px;
    background: #D9D9D9;
    margin-top: 80px;
    margin-left: 78px;
    margin-right: 83px;
}
#footer-nav {
    padding: 0;
}
.footer-navigation, .footer-navigation  li {
    list-style-type: none;
}
.contact-info a, .footer-navigation  li a {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #262626;
    display: block;
    margin-top: 25px;
    text-decoration: none;
}

.copyrights {
    padding-bottom: 15px;
}
.bottom-links {
    display: none;
    padding-top: 15px;

}
.bottom-links li {
    display: inline-block;
    border-left: #D9D9D9 1px solid;
    padding-left: 33px;
    margin-right: 32px;
    line-height: 17px;
}

.bottom-links li a {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 140%;
    color: #262626;
    text-decoration: none;
}

.copyrights {
    font-family: 'SF Pro Text', sans-serif;
    margin-left: 105px;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 140%;
    color: rgba(38, 38, 38, 0.5);
}


/* popups  */
.ui-dialog-titlebar {
    display: none;
}
.ui-widget.ui-widget-content {
    border: 0 !important;
}
.ui-widget-content {
    border: 0 !important;
    background: transparent !important;
        /*background: transparent !important;*/
}

.ui-widget-overlay {
    opacity: 0.5 !important;
    filter: Alpha(Opacity=50);
    background-color: black !important;
    z-index: 999999 !important;
}
#success-popup, #error-popup,  #success-subscribe-popup, #unsubscribe-error-popup, #unsubscribe-success-popup {
    width: 383px !important;
    height: 253px !important;
    background: #fff !important;
    border-radius: 40px;
    text-align: center;
    padding: 0 !important;
}
#unsubscribe-error-popup, #unsubscribe-success-popup {
    width: 464px !important;
    height: 313px !important;
}
#success-popup-wrap, #error-popup-wrap,  #success-subscribe-popup-wrap, #unsubscribe-error-popup-wrap, #unsubscribe-success-popup-wrap {
    width: 383px !important;
    height: 253px !important;
    padding: 24px;
    box-sizing: border-box;
    background: linear-gradient(81.79deg, rgba(245, 245, 245) -1.37%, rgba(0, 71, 171, 0.2) 92.76%) !important;
    border-radius: 40px;
}

#success-subscribe-popup,  #success-subscribe-popup-wrap  {
    width: 512px !important;
}
#unsubscribe-error-popup-wrap, #unsubscribe-success-popup-wrap {
    width: 464px !important;
    height: 313px !important;
    border-radius: 24px;
}
#success-popup .main-btn, #error-popup .main-btn, .accept-cookie,  #success-subscribe-popup  .main-btn,
#unsubscribe-error-popup .main-btn,  #unsubscribe-success-popup  .main-btn{
    font-family: 'Commissioner', serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    background: #507DBC;
    border-radius: 24px;
    color: #fff;
    cursor: pointer;
    margin-top: 24px;
    display: inline-block;
    padding: 12px 24px;
}
.accept-cookie  {
    max-width: 200px;
}
#success-popup .main-btn:hover, #error-popup .main-btn:hover, .accept-cookie:hover, #success-subscribe-popup  .main-btn:hover,
#unsubscribe-error-popup .main-btn:hover,  #unsubscribe-success-popup .main-btn:hover {
    background: #6299E6;
    box-shadow: 0px 1px 15px #507DBC;

}
.success-image {
    width: 81px;
    height: 80px;
    background: url('../templates/frontend/images/check-circle.png') no-repeat;
    margin: 0 auto;
}
.error-image {
    width: 70px;
    height: 70px;
    background: url('../templates/frontend/images/error2.png') no-repeat;
    margin: 0 auto;
}

.success-text {
    font-family: 'Commissioner', serif;
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 32px;
    align-items: center;
    text-align: center;
    margin-top: 20px;
}
#unsubscribe-error-popup-wrap .success-text {
    max-width: 384px;
    margin: 20px auto 0 auto;
}
.lang-en .success-text {
    font-size: 20px;
}
/* cookie-popup */
#cookie-popup {

    width: 1216px !important;

    background: #FFFFFF !important;
    border-radius: 40px;
    bottom: 60px;
    padding: 32px;
    box-sizing: border-box;
}
#cookie-popup .ib {
    vertical-align: top;
}
#cookie-popup a {
    text-decoration: none;
    color: #507DBC!important;
}
.cookie-image {
    width: 73px;
    height: 72px;
    background: url('../templates/frontend/images/cookie.png') no-repeat;
}
.cookie-text {
    width: 650px;
    margin-left: 12px;
}
.cookie-btns {
    margin-left: 30px;
    margin-top: 4px;
}
.close-cookie {
    padding: 12px 30px;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    border: 1px solid #6299E6;
    margin-left: 10px;

    border-radius: 40px;
    color: #262626;
    cursor: pointer;
}
.accept-cookie {
    margin-top: 0;
}
.close-cookie:hover {
    border: 1px solid #6299E6;
    filter: drop-shadow(0px 1px 15px #507DBC);
    border-radius: 40px;
}

.accept-cookie {
    border: 0;
    outline: none;
}

.auth-error-icon {
    width: 18px;
    height: 18px;
    background: url('../templates/frontend/images/error.png') no-repeat;
    vertical-align: middle;
    line-height: 24px;
    margin-right: 10px;
}

.auth-error-close {
    width: 10px;
    height: 12px;
    vertical-align: middle;
    position: absolute;
    right: 16px;
    margin-top: 8px;

    cursor: pointer;
    background: url('../templates/frontend/images/close.png') no-repeat;
}
#auth-error {
    position: absolute;
    right: 0;
    display: none;
    background: #FFF7F7;
    border: 1px solid #F26F6C;
    box-shadow: 0px 2px 15px rgba(242, 111, 108, 0.25);
    border-radius: 16px;
    padding: 8px 16px;
    width: 395px;
    text-align: left;
    margin-top: 2px;
}
.auth-error-text {
    line-height: 24px;
    vertical-align: middle;
}
#request-demo-popup {
    position: relative;
    width: 660px !important;
    height: 546px !important;
    background: #FFFFFF !important;
    border-radius: 40px;
    padding: 0;
    box-sizing: border-box;
}
.request-demo-popup-wrap {
    width: 660px !important;
    height: 546px !important;
    background: linear-gradient(53.42deg, rgba(245, 245, 245, 0.2) 0.96%, rgba(0, 71, 171, 0.2) 95.68%);
    border-radius: 40px;
    padding: 25px 32px;
}
.request-demo-popup-close, .unsubscribe-popup-close {
     position: absolute;
     right: 30px;
     top:  15px;
     width: 19px;
     height: 25px;
     background: url('../templates/frontend/images/close2.png') no-repeat;
     cursor: pointer;
}

.demo-hdr {
    font-family: 'Commissioner', serif;
    font-style: normal;
    font-weight: 400;
    font-size: 32px;
    line-height: 42px;
    color: #303030;
}
.request-demo-inputs {
    margin-top: 13px;
}
.request-demo-inputs .line-row  .ib {
    width: 262px;
}
.request-demo-inputs {
    background: rgba(255, 255, 255, 0.6);
    border-radius: 40px;
    padding: 15px;
    box-sizing: border-box;
}
.agree2 {
    font-family: 'SF Pro Text', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: #262626;
    display: block;
    text-align: center;
    margin-top: 12px;
}
.request-demo-inputs label  {

}
.request-demo-inputs input, #comment2  {
    background: transparent;
    width: 100%;
    color:  #262626;
}
/*news*/
.news-nav-wrap {
    padding-top: 96px;
}
.news-nav {
    height: 44px;
    background: #507DBC;
    line-height: 44px;

}
.news-nav ul {
    padding: 0;
}
.news-nav li {
    display: inline-block;
    list-style-type: none;
    margin-right: 20px;
    padding: 6px 10px;
}
.news-nav li:first-child  {
    padding-left: 0;
}
.news-nav li a {
    text-decoration: none;
    text-transform: uppercase;
    color: #fff !important;
    display: block;
    font-style: normal;
  /*  font-weight: 500;*/
    font-size: 16px;
    line-height: 20px;
    padding: 5px 10px;
}

 .news-nav li.selected a,  .news-nav li:hover a {
    color: #507DBC !important;
     background: #fff;
     border-radius: 10px;
}
.top-news-common  {
    background-image: url('../templates/frontend/images/common-news-bg.png');
    background-repeat: no-repeat;
    background-position-x: 13px;
    min-height: 1227px;
    margin-top: 28px;
}
.large-news-item, .short-news-item {
    display: inline-block;
    text-decoration: none;
}
.large-news-item {
    width: 592px;
    background: #FFFFFF;
    box-shadow: 0px 2px 10px 1px rgba(80, 125, 188, 0.15);
    border-radius: 8px;
    padding: 16px;
}

.news-date {
    color: #1B3D7A;
    font-family: 'SF Pro Text', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 130%;
    margin-top: 24px;
}
.news-name {
    font-family: 'Commissioner', serif;
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 130%;

    color: #1A1A1A;
    padding-top: 12px;
    padding-bottom: 9px;
}
.large-news-item .news-image {
    width: 560px;
    height: 216px;
    border-radius: 16px;
    background-size: cover;
    background-position-x: center;

}

.news-intro {
    font-family: 'SF Pro Text', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    color: #667085;

}
.large-news-item {
    min-height: 543px;
    vertical-align: top;
}
.latest-news-list .large-news-item:first-child {
    margin-right: 32px;
}

.cat-badge {
    font-family: 'SF Pro Text', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height:18px;
    color: #026AA2;
    padding: 2px 10px;
    border-radius: 16px;
    display: inline-block;
}
.cat-badge-6 {
    color: #026AA2;
    background: #F0F9FF;
}
.cat-badge-7 {
    color: #027A48;
    background: #ECFDF3;
}
.cat-badge-8 {
    color: #6941C6;
    background: #F9F5FF;
}
.top-news-common h3 {
    padding-top: 16px;
    padding-bottom: 28px;
    font-family: 'Commissioner', serif;
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
}
.subscribe  {
    margin-top: 145px;
    text-align: center;
    color: #fff;
    position: relative;
}
.subscribe h2 {
    font-family: 'Commissioner', serif;
    font-style: normal;
    font-weight: 400;
    font-size: 48px;
    line-height: 130%;
}

.choose_cat_header {
    font-family: 'SF Pro Text', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
}
.check-wrap {
    display: inline-block;
    padding-right: 22px;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
}
.subscribe form {
    width: 664px;
    height: 290px;
    background:   url('../templates/frontend/images/subscribe-form.png') no-repeat;
    border-radius: 50px;
    margin: 20px auto 0 auto;
}


/*  small news */

.short-news-item .news-image {
    width: 352px;
    height: 240px;
    border-radius: 16px;
    background-size: cover;
    background-position-x: center;
}
.short-news-item .cat-badge {
    margin-top: 24px;
    margin-right: 8px;
}
 .cat-badge {
    margin-right: 8px;
}
.news-full .news-image {
    width: 800px;
    height: 450px;
    border-radius: 16px;
    background-size: cover;
    background-position-x: center;

}
.news-inner-main {
    width: 800px;
    vertical-align: top;
    margin-right: 25px;
    display: inline-block;
}
.news-slider-wrap {
    width: 384px;
    display: inline-block;
    vertical-align: top;
}
.all-news-small-wrap a, .news-slider a {
    display: inline-block;
    vertical-align: top;

    width: 384px;
    height: 476px;
    padding: 16px;

    background: #FFFFFF;
    box-shadow: 0px 2px 10px 1px rgba(80, 125, 188, 0.15);
    border-radius: 8px;
    margin-right: 32px;
    margin-bottom: 32px;
}

.news-slider a {
    padding: 14px;
    width: 380px;
    margin-left: 2px;
    margin-top: 5px;
}

.all-news-small-wrap a:last-child {
    margin-right: 0;
}
.all-news-small-wrap.inner-cat a:nth-child(3n) {
    margin-right: 0 !important;
}

.no-news {
    background: url('../templates/frontend/images/no_news2.png') no-repeat right;
    min-height: 577px;
    margin-top: 105px;
    position: relative;

}

.no-news-circle {
    position: absolute;
    width: 408px;
    height: 408px;
    left: -213px;
    border-radius: 400px;
    background: #EDF2F8;
    z-index: 1;
}
.no-news-text {
    position: relative;
    z-index: 999;
    padding-top: 115px;
    padding-left: 15px;
}
.no-news-text h1 {

    font-family: 'Commissioner', serif;
    font-style: normal;
    font-weight: 500;
    font-size: 48px;
    line-height: 130%;
    color: #262626;

}
.no_news_sub {
    font-family: 'SF Pro Text', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: #262626;
    padding-top: 9px;
    padding-bottom: 20px;
}
.go-back {
    font-family: 'SF Pro Text', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 28px;
    color: rgba(0, 0, 0, 0.85);
    margin-bottom: 34px;
    margin-top: 20px;

}
.go-back .icon {
    background: url('../templates/frontend/images/back.png') no-repeat;
    width: 14px;
    height: 14px;
    display: inline-block;
    margin-right: 16px;
}
.go-back:hover {
    cursor: pointer;
}
.all-news-small-wrap {
    margin-top: 5px;
}
.all-news-small-wrap.inner-cat {
    margin-top: 40px;
}

.news-full .news-date {
    margin-top: 32px;
    margin-bottom: 5px;
}
.news-full .cat-badge {
    margin-top: 5px;
    margin-bottom: 27px;
}
.news-slider-wrap h2 {
    font-family: 'Commissioner', serif;
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 22px;
}
.slick-vertical .slick-slide {
    border: 0 !important;
}

.prev-slide-news, .next-slide-news {
    width: 33px;
    height: 33px;
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
    margin: 0 10px;
}
.news-slide-controls {
    text-align: center;
}
.prev-slide-news {
    background: url('../templates/frontend/images/up.png') no-repeat;
}
.next-slide-news {
    background: url('../templates/frontend/images/down.png') no-repeat;
}
.all-news-block-hdr {
    margin-top: 100px;
}
.subscribe-form-inner {
    min-height: 350px;
    width: 584px;
    margin: 0 auto;
}
.subscribe-form-inner  .green-button {
    width: 100%;
}
.email-wrap label {
    display: block;
    text-align: left;
    padding-top: 24px;
}
.email-wrap input {
    display: block;
    text-align: left;
    background: transparent;
    border: 0;
    border-bottom: 1px solid #D9D9D9;
    width: 100%;
    margin-bottom: 24px;
    outline: none;
    color: #fff;
    padding: 3px;
    margin-top: 30px;
}
.email-wrap input.subscribe-email.invalid {
    border-bottom: 1px solid #FF0000;
}
.subscribe_cat.invalid {
    border: 0;
    outline: 1px solid #FF0000;
}
.grn-btn-wrap {
    margin-top: 40px;
    height: 50px;
}
.subscirbe-rule-txt {
    font-family: 'SF Pro Text', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 130%;

}
.subscribe-checkboxes {
    text-align: center;
}
.subscribe-form input[type='checkbox']{
    width: 16px;
    height: 16px;
    vertical-align: middle;
    background: #F8F8F8;
    border-radius: 2px;
}
.ftr-button-1 {
    margin-top: 40px;
}
.ftr-button-1, .ftr-button-2 {
    height: 50px;
}
.ftr-button-2 {
    margin-top: 12px;
}
#sub2 {
    background: url('../templates/frontend/images/sub-popup.png') no-repeat;
    min-height: 520px;
}
.close-subscribe{
    background: url('../templates/frontend/images/close-white.png') no-repeat;
    width: 19px;
    height: 25px;
    position: absolute;
    top: 16px;
    right: 36px;
    cursor: pointer;
}
#sub2 .subscribe {
    margin-top: 0;
}
#sub2 h2 {
    padding-top: 40px;
}

.news-nav {
    overflow-x: scroll;
    overflow-y: hidden;
   /* */
}
.news-nav-wrap {
    min-width: 1400px;
}
.news-nav ul {
    min-width: 1440px;
}
::-webkit-scrollbar {
    width: 5px;
    height: 4px;
}
.news-intro-mob {
    display: none;
}
::-webkit-scrollbar-thumb {
    background-color: #ccd8ed;
    outline: 1px solid #ccd8ed;
    border-radius: 50px;
}

::-webkit-scrollbar-track {
    box-shadow: inset 0 0 4px rgba(0,0,0,0.2);
}
@-moz-document url-prefix() {
    .scroller {
        scrollbar-width: thin;
        scrollbar-color: #ccd8ed;
    }
}

.unsubscribe-popup {
    width: 489px;
    /*height: 470px;*/
    position: relative;
    background: #fff linear-gradient(53.42deg, rgba(245, 245, 245, 0.2) 0.96%, rgba(0, 71, 171, 0.2) 95.68%);
    border-radius: 40px;
    padding: 24px 40px;
}
.unsubscribe_cats {
    background: rgba(255, 255, 255, 0.6);
    border-radius: 40px;
    padding: 24px;
}

.unsubscribe-popup h3 {
    font-family: 'Commissioner', serif;
    font-weight: 400;
    font-size: 32px;
    line-height: 130%;
    color: #303030;
}

.unsubscribe-popup .green-button {
    display: block;
    text-align: center;
}

.unsubscribe-popup .grn-btn-wrap {
    margin-top: 25px;
}

.unsubscribe-popup .unsubscribe_subheader {
    font-family: 'SF Pro Text', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: #1A1A1A;
}
.unsubscribe_cats {
    margin-top: 16px;
}
.unsubscribe-checkboxes {
    margin-top: 14px;
}
.unsubscirbe-rule-txt  {
    font-family: 'SF Pro Text', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 130%;
    margin-top: 15px;
    color: #262626;
}
.unsubscribe_cats input[type='checkbox'] {
    width: 16px;
    height: 16px;
    vertical-align: middle;
    background: #F8F8F8;
    border-radius: 2px;
    margin-right: 8px;
}

.unsubscribe-checkboxes .check-wrap  {
    display: block;
    margin-bottom: 24px;
}
.unsubscribe-checkboxes .check-wrap:last-child  {
    margin-bottom: 0;
}
@media all   and (max-width: 1400px) {
    .auth {
        position: relative;

    }
}