.header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;

    height: 94px;
    background-color: #fff;
    box-shadow: 0 5px 42px rgba(58, 56, 81, 0.1);
    color: #1C3449;
    font-family: 'Poppins', sans-serif;
}
@media (max-width: 743px) {
    .header {
        height: 64px;
    }
}

/*for war-in-ukraine begin*/
/*.header.header--with-banner {*/
/*    padding-top: 48px;*/
/*    height: 142px; !* 94 + 48 *!*/
/*    box-sizing: border-box;*/
/*}*/
/*@media (max-width: 743px) {*/
/*    .header.header--with-banner {*/
/*        height: 112px; !* 64 + 48 *!*/
/*    }*/
/*}*/
/*for war-in-ukraine end*/


/*for banner-hot-summer begin*/
/*.header.header--with-banner {*/
/*    padding-top: 48px;*/
/*    height: 142px; !* 94 + 48 *!*/
/*    box-sizing: border-box;*/
/*}*/
/*@media (max-width: 1024px) {*/
/*    .header.header--with-banner {*/
/*        height: 198px; !* 94 + 104 *!*/
/*        padding-top: 104px;*/
/*    }*/
/*}*/
/*@media (max-width: 743px) {*/
/*    .header.header--with-banner {*/
/*        height: 168px; !* 64 + 104 *!*/
/*    }*/
/*}*/
/*for banner-hot-summer end*/


/*for GDD begin*/
.header.header--with-banner {
    padding-top: 48px;
    height: 142px; /* 94 + 48 */
    box-sizing: border-box;
}
@media (max-width: 743px) {
    .header.header--with-banner {
        padding-top: 92px;
        height: 156px; /* 64 + 92 */
    }
}
/*for GDD end*/

#header .container,
.header .container {
    margin: 0 auto;
    padding: 0 15px;
    display: flex;
    align-items: center;
    max-width: 1822px; /*1792 +15+15*/
    height: 100%;
}
@media (max-width: 1299px) {
    .header .container {
        height: 100%;
        padding: 0 24px;
    }
}
@media (max-width: 743px) {
    .header .container {
        padding: 0 16px;
    }
}

.header .header-logo {
}
@media (max-width: 1299px) {
    .header .header-logo {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
}

.header .logo {
    padding-right: 24px;
}
@media (max-width: 1440px) {
    .header .logo {
        padding-right: 10px;
    }
}
@media (max-width: 1299px) {
    .header .logo {
        display: inline-block;
        padding: 0;
    }
}

.header .logo-link {
    display: block;
}

.header .logo-image {
    display: block;
    width: 180px;
    max-width: none;
    height: 32px;
}

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

@media (max-width: 1299px) {
    .header .header-content {
        /*display: none;*/
        position: fixed;
        top: 94px;  /* header height */
        right: 0;
        left: 0;
        bottom: 0;
        overflow: scroll;
        flex-direction: column;
        justify-content: flex-start;
        padding-top: 5%;
        padding-bottom: 10%;
        background: #fff;
    }

    /*for CLS begin*/
    .header .header-content.js-slide-hidden {
        display: none !important;
    }
    /* this only for start load*/
    .header .header-content.js-hide-on-load-mobile {
        display: none !important;
    }
    /*for CLS end*/
}
@media (max-width: 743px) {
    .header .header-content {
        top: 64px;
        padding: 16px 16px 80px;
    }
}

/*for war-in-ukraine begin*/
/*.header.header--with-banner .header-content {}*/
/*@media (max-width: 1299px) {*/
/*    .header.header--with-banner .header-content {*/
/*        top: 142px; !* 94 + 48 *!*/
/*    }*/
/*}*/
/*@media (max-width: 743px) {*/
/*    .header.header--with-banner .header-content {*/
/*        top: 112px; !* 64 + 48 *!*/
/*    }*/
/*}*/
/*for war-in-ukraine end*/

/*!*for banner-hot-summer begin*!*/
/*.header.header--with-banner .header-content {}*/

/*@media (max-width: 1299px) {*/
/*    .header.header--with-banner .header-content {*/
/*        top: 142px; !* 94 + 48 *!*/
/*    }*/
/*}*/
/*@media (max-width: 1024px) {*/
/*    .header.header--with-banner .header-content {*/
/*        top: 198px; !* 94 + 104 *!*/
/*    }*/
/*}*/
/*@media (max-width: 743px) {*/
/*    .header.header--with-banner .header-content {*/
/*        top: 168px; !* 64 + 104 *!*/
/*    }*/
/*}*/
/*!*for banner-hot-summer end*!*/


/*for GDD banner begin*/
.header.header--with-banner .header-content {}
@media (max-width: 1299px) {
    .header.header--with-banner .header-content {
        top: 142px; /* 94 + 48 */
    }
}
@media (max-width: 743px) {
    .header.header--with-banner .header-content {
        top: 156px; /* 64 + 92 */
    }
}
/*for GDD banner end*/

.header .header-contacts {
    position: relative;
    font-weight: 200;
    font-size: 13px;
    line-height: 1.2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-style: normal;
}
@media (max-width: 1299px) {
    .header .header-contacts {
        width: 376px;
        margin-bottom: 16px;
        display: flex;
        justify-content: space-between;
    }
}
@media (max-width: 743px) {
    .header .header-contacts {
        width: 100%;
    }
}

.header .header-contacts::before {
    content: '';
    left: 0;
    top: 0;
    width: 2px;
    height: 46px;
    border-radius: 2px;
    background-color: #DFE4FF;
}

@media (max-width: 1299px) {
    .header .header-contacts::before {
        display: none;
    }
}

.header .contact {
    display: inline-flex;
    align-items: center;
    margin-left: 10px;
    font-size: 14px;
    line-height: 17px;
    font-weight: 500;
    letter-spacing: 0.02em;
    color: currentColor;
    text-decoration: none;
}
@media (max-width: 1440px) {
    .header .contact {
        margin-left: 10px;
    }
}
@media (min-width: 1300px) and (max-width: 1599px) {
    .header .contact {
        font-size: 12px;
    }
}
@media (max-width: 1299px) {
    .header .contact {
        width: 114px;
        height: 52px;
        margin: 0;
        border: 1px solid #DBE0FE;
        border-radius: 4px;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        font-size: 12px;
        line-height: 14px;
    }
}
@media (max-width: 743px) {
    .header .contact {
        width: 32%;
        min-width: 85px;
    }
}

.header .contact:hover {
    color: #386EF9;
}

.header .contact::before {
    content: '';
    display: block;
    width: 12px;
    height: 12px;
    margin-right: 8px;
    background-size: contain;
    background-repeat: no-repeat;
}
@media (max-width: 1299px) {
    .header .contact::before {
        width: 16px;
        height: 16px;
        margin: 0 0 6px;
    }
}

.header .contact.contact--message::before {
    background-image: url("../images/header/icon-envelope.svg");
}

.header .contact.contact--chat::before {
    background-image: url("../images/header/icon-comments.svg");
}

.header .contact.contact--phone::before {
    background-image: url("../images/header/icon-call.svg");
}

/*for CLS begin*/
@media (min-width: 1300px) {
    .header .contact.contact--message {width: 86px;}
    .header .contact.contact--chat {width: 56px;}
    .header .contact.contact--phone {width: 133px;}
    .header.is-localization-de .contact.contact--message {width: 77px;}
    .header.is-localization-de .contact.contact--chat {width: 56px;}
    .header.is-localization-de .contact.contact--phone {width: 133px;}
}
/*for CLS end*/
@media (min-width: 1300px) and (max-width: 1599px) {
    .header .contact.contact--message {width: auto;}
    .header .contact.contact--chat {width: auto;}
    .header .contact.contact--phone {width: auto;}
}

@media (max-width: 743px) {
    .header nav {
        width: 100%;
    }
}

.header .nav {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    font-weight: 400;
    font-size: 13px;
    line-height: 1.2;
}
@media (min-width: 1300px) and (max-width: 1599px) {
    .header .nav {
        align-items: center;
    }
}
@media (max-width: 1299px) {
    .header .nav {
        flex-direction: column;
        width: 376px;

        padding-top: 15px; /* for calculation btn */
    }
}
@media (max-width: 743px) {
    .header .nav {
        width: 100%;
    }
}

@media (max-width: 1299px) {
    .header .nav.js-client-login-hidden {
        overflow: hidden;
    }
}

.header .nav > li {
    position: relative;
    border-radius: 4px;
    -webkit-transition: background .3s ease;
    transition: background .3s ease;
}
@media (max-width: 1299px) {
    .header .nav > li {
        border-radius: 0;
        border-bottom: 1px solid #DBE0FE;
        text-align: center;
    }
}

@media (max-width: 1299px) {
    .header .nav > li.menu-blog {
        border-bottom: none;
        margin-bottom: 16px;
    }
}

.header .nav > li:hover,
.header .nav > li:focus,
.header .nav > li.active {
    background: #E5E9FD;
}

.header .nav > li:hover .nav-drop,
.header .nav > li:focus .nav-drop,
.header .nav > li:active .nav-drop,
.header .nav > li .nav-drop:focus,
.header .nav > li .nav-drop:focus-within {
    opacity: 1;
    visibility: visible;
}

.header .nav > li.active .opener {
    background: #E5E9FD;
}

.header .nav .drop-name {
    color: currentColor;
    display: block;
    padding: 15px 14px;
    position: relative;
    border-radius: 4px;
    letter-spacing: 0.02em;
    font-size: 14px;
    line-height: 17px;
    font-weight: 500;
    white-space: nowrap;
    text-decoration: none;
    -webkit-transition: opacity .3s ease,
    color .3s ease,
    border .3s ease,
    background .3s ease;
    transition: opacity .3s ease,
    color .3s ease,
    border .3s ease,
    background .3s ease;
}
@media (max-width: 1440px) {
    .header .nav .drop-name {
        padding: 15px 10px;
    }
}
@media (min-width: 1300px) and (max-width: 1440px) {
    .header .nav .drop-name {
        padding: 10px 7px;
    }
}
@media (min-width: 1300px) and (max-width: 1599px) {
    .header .nav .drop-name {
        font-size: 12px;
    }
}

.header .nav .order-now-link {
    margin-left: 14px;
    border-radius: 8px;
    background: #506BF0;
}
@media (max-width: 1440px) {
    .header .nav .order-now-link {
        margin-left: 12px;
    }
}
@media (min-width: 1300px) and (max-width: 1440px) {
    .header .nav .order-now-link {
        margin-left: 8px;
    }
}
@media (max-width: 1299px) {
    .header .nav .order-now-link {
        margin: 0 0 16px;
    }
}

.header .nav .order-now-link:hover {
    background: #445bcd; /* example color */
}

.header .nav .order-now-link .drop-name {
    padding: 16px 32px;
    line-height: 14px;
    color: #fff;
}
/* this media for longer text begin */
@media (min-width: 1300px) {
    .header .nav .order-now-link .drop-name {
        padding: 16px 11px;
        min-width: 140.6px;
        max-width: 148.5px;
        text-align: center;
    }
}
/* this media for longer text end */

@media (min-width: 1300px) and (max-width: 1599px) {
    .header .nav .order-now-link .drop-name {
        padding: 10px 11px;
        min-width: 0;
        max-width: none;
    }
}

.header .nav .login-box {
    margin-left: 6px;
    border: 1px solid #506BF0;
    border-radius: 8px;
}
@media (max-width: 1440px) {
    .header .nav .login-box {
        margin-left: 8px;
    }
}
@media (max-width: 1299px) {
    .header .nav .login-box {
        margin: 0;
        position: static; /* for the login-slide box */
    }
}

.header .nav .login-box:hover {
    border-color: #445bcd; /* example color */
}

.header .nav .login-box .drop-name {
    padding: 15px 31px;
    line-height: 14px;
    color: #506BF0;
}
@media (min-width: 1300px) and (max-width: 1599px) {
    .header .nav .login-box .drop-name {
        padding: 10px 11px;
    }
}

.header .nav .opener {
    cursor: default;
}

.header .nav .opener:after {
    content: '';
    display: inline-block;
    vertical-align: top;
    width: 12px;
    height: 8px;
    margin: 5px 0 0 8px;
    position: relative;
    background-image: url("../images/header/arrow.svg");
    background-size: contain;
    transition: transform .3s ease-out;
}

@media (max-width: 1299px) {
    .header .nav > li.active .opener::after {
        transform: rotate(180deg);
    }
}

.header .nav-drop {
    position: absolute;
    top: 100%;
    left: 50%;
    border: 1px solid #E7EBF1;
    border-radius: 5px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: opacity .3s ease-out,
    visibility .3s ease-out;
    transition: opacity .3s ease-out,
    visibility .3s ease-out;
    opacity: 0;
    visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background: #fff;
    box-shadow: 0 22px 44px rgba(0, 10, 57, 0.15);
    color: #000;
    margin: 7px 0 0;
}
@media (max-width: 1299px) {
    .header .nav-drop {
        position: relative;
        top: auto;
        left: auto;
        transform: none;
        opacity: 1;
        visibility: visible;
        margin: 0;
        border: none;
        border-radius: 0;
        box-shadow: none;
    }
}

.header .nav-drop::after,
.header .login-slide::after {
    content: '';
    position: absolute;
    bottom: 100%;
    left: 50%;
    width: 18px;
    height: 7px;
    background-image: url("../images/header/tooltip-tail.svg");
    background-repeat: no-repeat;
    background-size: auto;
    background-position: -44px -21px;
}
@media (max-width: 1299px) {
    .header .nav-drop::after,
    .header .login-slide::after  {
        display: none;
    }
}

.header .nav-drop ul {
    margin: 0;
    list-style: none;
    white-space: nowrap;
    padding: 12px 24px;
}
@media (max-width: 1299px) {
    .header .nav-drop ul {
        padding: 4px 0;
    }
}

.header .nav-drop li:not(:last-child) {
    border-bottom: 1px solid #DBE0FE;
}
@media (max-width: 1299px) {
    .header .nav-drop li:not(:last-child) {
        border-bottom: none;
    }
}

.header .nav-drop a {
    color: currentColor;
    display: block;
    padding: 12px 0;
    -webkit-transition: none;
    transition: none;
    text-decoration: none;
    font-size: 14px;
    line-height: 17px;
    font-weight: 500;
}

.header .nav-drop a:hover {
    color: #386EF9;
}

.header .nav-opener {
    position: relative;
    width: 46px;
    height: 46px;
    background: #506BF0;
    border-radius: 4px;
    text-indent: -9999px;
    overflow: hidden;
    display: none;
    text-decoration: none;
}

@media (max-width: 1299px) {
    .header .nav-opener {
        display: block;
    }
}
@media (max-width: 743px) {
    .header .nav-opener {
        width: 32px;
        height: 32px;
    }
}

.header .nav-opener.active {
    background: #506BF0;
}

.header .nav-opener::before,
.header .nav-opener::after,
.header .nav-opener span {
    background: #fff;
    border-radius: 2px;
    position: absolute;
    top: 22px;
    left: 33%;
    right: 33%;
    height: 2px;
    margin-top: 0;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
}
@media (max-width: 743px) {
    .header .nav-opener:before,
    .header .nav-opener:after,
    .header .nav-opener span {
        top: 15px;
    }
}

.header .nav-opener:before,
.header .nav-opener:after {
    content: "";
    top: 15px;
}
@media (max-width: 743px) {
    .header .nav-opener:before,
    .header .nav-opener:after {
        top: 10px;
    }
}

.header .nav-opener:after {
    top: 29px;
}
@media (max-width: 743px) {
    .header .nav-opener:after {
        top: 20px;
    }
}

body.nav-active {
    overflow: hidden;
}

.nav-active .nav-opener {
    background: #E9EDFF;
}

.nav-active .nav-opener span {
    opacity: 0;
}

.nav-active .nav-opener:after,
.nav-active .nav-opener:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 22px;
    left: 30%;
    right: 30%;
    background: #506BF0;
}
@media (max-width: 743px) {
    .nav-active .nav-opener:after,
    .nav-active .nav-opener:before  {
        top: 15px;
    }
}

.nav-active .nav-opener:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}


.header .banner {
    position: fixed;
    top: -3px;
    right: -51px;
    width: 216px;
    height: 71px;
    background: url(../images/design-lable.svg) no-repeat;
}

.header .banner a {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
    margin-right: -300px;
    text-indent: -9999px;
    overflow: hidden;
}

.header .login-box.active {
    background: #E5E9FD;
}

.header .login-slide {
    position: absolute;
    top: 100%;
    right: 0;
    box-sizing: border-box;
    border: 1px solid #E7EBF1;
    border-radius: 5px;
    width: 321px;
    margin: 12px 0 0;
    padding: 24px;
    background: #fff;
    box-shadow: 0 22px 44px rgba(0, 10, 57, 0.15);
    display: none;
}
@media (max-width: 1299px) {
    .header .login-slide {
        display: block;
        top: 0;
        left: 100%;
        right: auto;
        width: 100%;
        height: 100%;
        margin: 0;
        padding: 0;
        border: none;
        box-shadow: none;
        opacity: 0;
        visibility: hidden;
        transition: left .3s ease-out, opacity .3s ease-out, visibility .5s ease;
    }
}

.header .login-slide::after {
    left: auto;
    right: 67px;
}

@media (max-width: 1299px) {
    .header .login-box.active .login-slide {
        left: 0;
        opacity: 1;
        visibility: visible;
    }
}

.header .login-slide .login-slide-back {
    display: none;
}
@media (max-width: 1299px) {
    .header .login-slide .login-slide-back {
        /*display: block;*/
        position: absolute;
        bottom: 100%;
        left: 0;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        width: 100%;
        height: 70px;
        font-size: 14px;
        line-height: 17px;
        font-weight: 500;
        background-color: #fff;
        cursor: pointer;
    }
}

.header .login-slide .login-slide-back::before {
    content: '';
    display: inline-block;
    width: 12px;
    height: 12px;
    margin: 0 8px 0 0;
    background-image: url("../images/header/arrow.svg");
    background-repeat: no-repeat;
    background-size: contain;
    transform: rotate(90deg);
}

.header .login-form {
    /* todo check styles login-form in all-responsive file */
    width: auto;
    left: auto;
    margin: auto;

    opacity: initial;
    letter-spacing: 0;
    text-shadow: none;
    border-radius: 0;
    position: static;
    top: auto;
    right: auto;
    background: none;
    padding: 0;
    box-shadow: none;
    line-height: initial;
}

.header .active .login-form {
    opacity: initial;
    top: auto;

}

.header .login-form .name {
    display: block;
    text-align: left;
    margin: 0 0 8px;
    font-size: 14px;
    line-height: 17px;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
    color: #1C3449;
    cursor: initial;
}

.header .login-form [type="password"],
.header .login-form [type="email"] {
    height: 48px;
    border: 1px solid #DBE0FE;
    border-radius: 8px;
    margin: 0;
    padding: 16px;
    box-shadow: none;
    background: #F9FAFF;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    line-height: 14px;
    font-weight: 500;
    color: #1C3449;
}

.header .login-form .required {
    position: relative;
    padding: 0 0 16px;
}

.header .login-form .error input[type='password'],
.header .login-form .error input[type='email'] {
    box-shadow: none !important;
    border-color: #F05050 !important;

}

.header .login-form .error:before {
    content: 'Invalid email format';
    position: absolute;
    top: auto;
    right: 0;
    bottom: 0;
    left: auto;
    margin: 0;
    padding: 0;
    border-radius: 0;
    box-shadow: none;
    color: #F05050;
    background: none;
    font-family: 'Poppins';
    font-size: 12px;
    line-height: 12px;
    font-weight: 500;
    cursor: default;
    z-index: 10;
    white-space: nowrap;
}

.header .login-form .error:after {
    display: none;
}

.header .login-form .area {
    position: relative;
    margin: 20px 0 0;
    padding: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
@media (max-width: 1299px) {
    .header .login-form .area {
        flex-direction: column;
    }
}

.header .login-form .check-area {
    width: 100%;
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
    float: none;
}
@media (max-width: 1299px) {
    .header .login-form .check-area {
        margin: 0 0 32px;
    }
}


/* custom checkbox styles */

.header .jcf-checkbox {

}
.header .login-form .jcf-checkbox {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    background: #ECEFFF;
    width: 16px;
    margin: 0 8px 0 0;
    padding: 0;
    height: 16px;
    border: 1px solid #DBE0FE;
    border-radius: 2px;
    float: none;
    box-sizing: border-box;
}

.header .login-form .jcf-checkbox span {
    position: static;
    display: none;
    width: 11px;
    height: 9px;
    margin: 1px 1px 0 0;
    background-image: url("../images/header/tick.svg");
    background-repeat: no-repeat;
    background-size: contain;
    transform: none;
}

.header .login-form .jcf-checkbox span:after {
    display: none;
}

.header .login-form .jcf-checkbox input[type="checkbox"] {
    position: absolute;
    width: 100%;
    height: 100%;
    border: 0;
    margin: 0;
    left: 0;
    top: 0;
    cursor: pointer;
}

.header .login-form .jcf-checkbox.jcf-checked span {
    display: block;
}

.header .login-form .jcf-checkbox span {
    /*font-size: 12px;*/
}


.header .login-form .check-name {
    font-size: 14px;
    line-height: 14px;
    font-weight: 500;
    font-family: 'Poppins';
    color: #1C3449;
}

.header .login-form [type="submit"] {
    display: inline-block;
    position: relative;
    padding: 10px 32px;
    border: 0;
    border-radius: 8px;
    font-size: 14px;
    line-height: 14px;
    font-weight: 500;
    font-family: "Poppins";
    background: #506BF0;
    text-align: center;
    vertical-align: top;
    color: #fff;
    -webkit-transition: opacity .1s ease;
    transition: opacity .1s ease;
    cursor: pointer;

    float: none;
    width: auto;
    height: auto;
    text-transform: none;
    box-shadow: none;
}
@media (max-width: 1299px) {
    .header .login-form [type="submit"] {
        display: block;
        width: 100%;
        padding: 16px 32px;
    }
}

.header .login-form [type="submit"]:hover {
    background: #445bcd; /* example */
}

.header .login-form .reset-btn {
    position: absolute;
    top: auto;
    right: auto;
    left: 0;
    bottom: 100%;
    margin-bottom: 16px;
    border: 0;
    padding: 0;
    color: #506BF0;
    background: 0;
    cursor: pointer;
    font-size: 12px;
    line-height: 12px;
    font-weight: 500;
    font-family: 'Poppins';
    /*top: -29px;*/
    z-index: 9;
}

.header .login-form .reset-btn:hover {
    /*color: #454d50;*/
}

.header .login-form .note-form {
    background: #008fde;
    display: block;
    padding: 12px 0;
    text-align: center;
    font-size: 11px;
    line-height: 1.45;
    font-weight: 200;
    color: #fff;
    margin: 3px 0 22px;
    border-radius: 2px;
}

.header .login-form .note-form.wrong {
    background: #d03b2e;
}

.header .note-form {
    display:block;
    background: #008fde;
    border-radius: 2px;
    padding: 12px 0;
    text-align: center;
    font: 11px/16px var(--font-base-medium-oblique);
    color: #fff;
    margin: 3px 0 22px;
}
.header .note-form.wrong {
    background:#d03b2e;
}

/* HEADER BANNERS begin */

.header-banner {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    overflow: hidden;
}

.header-banner .main-link {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
    position: relative;
    z-index: 2;
}

.header-banner .banner-container {
    height: 100%;
    padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
@media (max-width: 743px) {
    .header-banner .banner-container {
        flex-direction: column;
    }
}

/* war in ukraine banner */
/*
.war-in-ukraine {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
}

.war-in-ukraine::before {
    content: '';
    position: absolute;
    top: 0;
    width: 100%;
    height: 50%;
    background-color: #0057B8;
}
.war-in-ukraine::after {
    content: '';
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 50%;
    background-color: #FFD700;
}
.war-in-ukraine .ua-content {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 4px 16px;
    border-radius: 4px;
    background-color: #fff;
    z-index: 2;
}
@media (max-width: 450px) {
    .war-in-ukraine .ua-content {
        padding: 4px 14px;
    }
}

.war-in-ukraine .ua-image {
    width: 64px;
    height: 24px;
    background-image: url("../images/header/usa-ua_heart_icon.svg");
    background-size: contain;
    background-repeat: no-repeat;
}

.war-in-ukraine .ua-text {
    padding: 0 16px;
    font-family: 'Poppins';
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    color: #27272C;
    text-transform: uppercase;
}
@media (max-width: 450px) {
    .war-in-ukraine .ua-text {
        font-size: 16px;
        line-height: 20px;
        padding: 0 12px;
    }
}

.war-in-ukraine .ua-link {
    font-family: 'Poppins';
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    color: #506BF0;
}
@media (max-width: 450px) {
    .war-in-ukraine .ua-link {
        font-size: 12px;
    }
}

.war-in-ukraine .ua-link::after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 12px;
    height: 8px;
    margin-left: 10px;
    position: relative;
    background-image: url("../images/header/arrow.svg");
    background-size: contain;
    background-repeat: no-repeat;
    transform: rotate(-90deg);
}
*/
/* war in ukraine banner end */

/* hot summer banner */
/*
.banner-hot-summer {
    background-color: #050E3B;
}
@media (max-width: 1024px) {
    .banner-hot-summer {
        height: 104px;
    }
}

.banner-hot-summer .main-link {
    display: block;
    width: 100%;
    height: 100%;
    padding: 8px 0;
    text-decoration: none;
}
@media (max-width: 1024px) {
    .banner-hot-summer .main-link {
        padding: 8px 0 10px;
    }
}

.banner-hot-summer .container {
    display: flex;
    justify-content: center;
    align-items: center;
}
@media (max-width: 1024px) {
    #header .banner-hot-summer .container {
        flex-direction: column;
        max-width: 375px;
    }
}

.banner-hot-summer .content-left,
.banner-hot-summer .content-center,
.banner-hot-summer .content-right {
    white-space: nowrap;
}

.banner-hot-summer .content-left {
    display: flex;
    align-items: center;
    justify-content: center;
}
@media (max-width: 1024px) {
    .banner-hot-summer .content-left {
        margin-bottom: 6px;
    }
}

.banner-hot-summer .content-left::before {
    content: '';
    width: 24px;
    height: 24px;
    margin-right: 8px;
    background-image: url("../images/header/banner-hot-summer.svg");
    background-size: contain;
    background-repeat: no-repeat;
}
@media (max-width: 1024px) {
    .banner-hot-summer .content-left::before {
        width: 16px;
        height: 16px;
        margin-right: 6px;
    }
}

.banner-hot-summer .content-left .text {
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
    color: #F3F5F8;
    letter-spacing: -0.01em;
    text-transform: uppercase;
}
@media (max-width: 1024px) {
    .banner-hot-summer .content-left .text {
        font-size: 14px;
        line-height: 20px;
    }
}

.banner-hot-summer .content-center {
    border-radius: 4px;
    margin: 0 24px;
    padding: 4px 16px;
    background-color: #ED3C07;
    display: flex;
    align-items: center;
    justify-content: center;
}
@media (max-width: 1024px) {
    .banner-hot-summer .content-center {
        width: 100%;
        margin: 0 0 8px;
        padding: 6px 16px;
    }
}

.banner-hot-summer .content-center .text-1 {
    font-size: 20px;
    line-height: 24px;
    color: #fff;
    font-weight: 700;
    letter-spacing: -0.01em;
    text-transform: uppercase;
}
@media (max-width: 1024px) {
    .banner-hot-summer .content-center .text-1 {
        font-size: 14px;
        line-height: 20px;
    }
}
.banner-hot-summer .content-center .text-2 {
    margin-left: 8px;
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    font-weight: 500;
}
@media (max-width: 1024px) {
    .banner-hot-summer .content-center .text-2 {
        margin-left: 6px;
        font-size: 12px;
        line-height: 17px;
    }
}

.banner-hot-summer .content-right {
    display: flex;
    justify-content: center;
    align-items: center;
}
@media (max-width: 1024px) {
    .banner-hot-summer .content-right {
        justify-content: space-between;
    }
}

.banner-hot-summer .content-right .text-1 {
    margin-right: 24px;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #F3F5F8;
}
@media (max-width: 1024px) {
    .banner-hot-summer .content-right .text-1 {
        font-size: 12px;
        line-height: 17px;
        font-weight: 300;
    }
}

.banner-hot-summer .content-right .text-1 b {
    font-weight: 600;
}
@media (max-width: 1024px) {
    .banner-hot-summer .content-right .text-1 b {
        font-weight: 500;
    }
}

.banner-hot-summer .content-right .text-link {
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    color: #506BF0;
}
@media (max-width: 1024px) {}

.banner-hot-summer .content-right .text-link::after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 12px;
    height: 8px;
    margin-left: 10px;
    position: relative;
    background-image: url("../images/header/arrow.svg");
    background-size: contain;
    background-repeat: no-repeat;
    transform: rotate(-90deg);
}
@media (max-width: 1024px) { }
*/
/* hot summer banner end */

/* header banner GDD begin */
.header-banner-gdd {
    height: 48px;
    background: #0A1C76;
    font-family: 'Poppins', Verdana, sans-serif;
}
@media (max-width: 743px) {
    .header-banner-gdd {
        height: 92px;
    }
}

.header-banner-gdd .bg-union-1,
.header-banner-gdd .bg-union-2,
.header-banner-gdd .bg-union-3,
.header-banner-gdd .bg-union-4 {
    position: absolute;
    top: 0;
    height: 48px;
    background-size: cover;
}

.header-banner-gdd .bg-union-1 {
    left: 0;
    width: 421px;
    background-image: url("../images/header/bg-union-1.svg");
}
@media (max-width: 743px) {
    .header-banner-gdd .bg-union-1 {
        width: 166px;
        height: 92px;
        background-image: url("../images/header/bg-union-mobile-1.svg");
    }
}

.header-banner-gdd .bg-union-2 {
    left: 400px;
    width: 457px;
    background-image: url("../images/header/bg-union-2.svg");
}
@media (max-width: 1199px) {
    .header-banner-gdd .bg-union-2 {
        display: none;
    }
}

.header-banner-gdd .bg-union-3 {
    right: 250px;
    width: 457px;
    background-image: url("../images/header/bg-union-3.svg");
}
@media (max-width: 1399px) {
    .header-banner-gdd .bg-union-3 {
        display: none;
    }
}

.header-banner-gdd .bg-union-4 {
    right: 0;
    width: 374px;
    background-image: url("../images/header/bg-union-4.svg");
}
@media (max-width: 743px) {
    .header-banner-gdd .bg-union-4 {
        width: 171px;
        height: 92px;
        background-image: url("../images/header/bg-union-mobile-2.svg");
    }
}

.header-banner-gdd .main-link {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
    position: relative;
    z-index: 2;
}

.header-banner-gdd .banner-container {
    height: 100%;
    padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
@media (max-width: 743px) {
    .header-banner-gdd .banner-container {
        flex-direction: column;
    }
}

.header-banner-gdd .banner-content {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 32px;
}
@media (max-width: 743px) {
    .header-banner-gdd .banner-content {
        margin: 0 0 10px;
    }
}

.header-banner-gdd .logo-old {
    width: 124px;
    height: 18.5px;
    background-image: url("../images/header/banner-logo-psd2html.svg");
    background-repeat: no-repeat;
    background-size: contain;
}
@media (max-width: 743px) {
    .header-banner-gdd .logo-old {
        width: 104px;
        height: 15.5px;
    }
}

.header-banner-gdd .logo-new {
    width: 167px;
    height: 29px;
    background-image: url("../images/header/banner-logo-getdevdone.svg");
    background-repeat: no-repeat;
    background-size: contain;
}
@media (max-width: 743px) {
    .header-banner-gdd .logo-new {
        width: 160px;
        height: 28px;
    }
}

.header-banner-gdd .text {
    margin: 0 16px;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #fff;
}
@media (max-width: 743px) {
    .header-banner-gdd .text {
        margin: 0 12px;
    }
}

.header-banner-gdd .more {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    color:#96A6F6;
    font-family: 'Poppins', Georgia, sans-serif;
}
@media (max-width: 743px) {
    .header-banner-gdd .more {
        font-weight: 500;
    }
}

.header-banner-gdd .more::after {
    content: '';
    display: inline-block;
    vertical-align: top;
    width: 24px;
    height: 24px;
    background-image: url("../images/header/banner-arrow-right.svg");
    background-repeat: no-repeat;
    background-size: contain;
}
/* header banner GDD end */


/* header banner AI begin */
.header-banner-ai {
    height: 48px;
    background: #506BF0;
    font-family: 'Poppins', Verdana, sans-serif;
}
@media (max-width: 743px) {
    .header-banner-ai {
        height: 92px;
    }
}

.header-banner-ai .bg-union-1,
.header-banner-ai .bg-union-2,
.header-banner-ai .bg-union-3,
.header-banner-ai .bg-union-4 {
    position: absolute;
    top: 0;
    height: 48px;
    background-size: cover;
}

.header-banner-ai .bg-union-1 {
    left: 0;
    width: 421px;
    background-image: url("../images/header/bg-union-1.svg");
}
@media (max-width: 743px) {
    .header-banner-ai .bg-union-1 {
        width: 166px;
        height: 92px;
        background-image: url("../images/header/bg-union-mobile-1.svg");
    }
}

.header-banner-ai .bg-union-2 {
    left: 400px;
    width: 457px;
    background-image: url("../images/header/bg-union-2.svg");
}
@media (max-width: 1199px) {
    .header-banner-ai .bg-union-2 {
        display: none;
    }
}

.header-banner-ai .bg-union-3 {
    right: 250px;
    width: 457px;
    background-image: url("../images/header/bg-union-3.svg");
}
@media (max-width: 1399px) {
    .header-banner-ai .bg-union-3 {
        display: none;
    }
}

.header-banner-ai .bg-union-4 {
    right: 0;
    width: 374px;
    background-image: url("../images/header/bg-union-4.svg");
}
@media (max-width: 743px) {
    .header-banner-ai .bg-union-4 {
        width: 171px;
        height: 92px;
        background-image: url("../images/header/bg-union-mobile-2.svg");
    }
}

.header-banner-ai .banner-content {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 16px;
}
@media (max-width: 743px) {
    .header-banner-ai .banner-content {
        margin: 0 0 16px;
    }
}

.header-banner-ai .text {
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    color: #fff;
}

.header-banner-ai .text-underlined {
    position: relative;
}
.header-banner-ai .text-underlined::after {
    content: '';
    position: absolute;
    top: 99%;
    left: 0;
    width: 100%;
    height: 30%;
    background-image: url("../images/header/banner-ai-underline.svg");
    background-size: 100%;
    background-repeat: no-repeat;
}

.header-banner-ai .more {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 24px;
    padding: 0 8px 0 16px;
    background-color: #fff;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    color: #506BF0;
    font-family: 'Poppins', Georgia, sans-serif;
}
@media (max-width: 743px) {
    .header-banner-ai .more {
        font-weight: 500;
    }
}

.header-banner-ai .more::after {
    content: '';
    display: inline-block;
    vertical-align: top;
    width: 24px;
    height: 24px;
    background-image: url("../images/header/banner-arrow-right-2.svg");
    background-repeat: no-repeat;
    background-size: contain;
}
/* header banner AI end */


/* !!!!! */
/*USE THIS STYLE ONLY WITH BANNER IN HEADER!*/
/*this is exceptional way to use !important*/
/*if you know better way - do it!*/
/*if will some troubles - edit it*/

/*for war-in-ukraine begin*/
/*body:not(.example-page) {*/
/*    padding-top: 142px !important; !* 94 + 48 *!*/
/*}*/
/*@media (max-width: 743px) {*/
/*    body:not(.example-page) {*/
/*        padding-top: 112px !important; !* 64 + 48 *!*/

/*    }*/
/*}*/
/*for war-in-ukraine end*/

/*for  banner-hot-summer begin*/
/*body:not(.example-page) {*/
/*    padding-top: 142px !important; !* 94 + 48 *!*/
/*}*/
/*@media (max-width: 1024px) {*/
/*    body:not(.example-page) {*/
/*        padding-top: 198px !important; !* 94 + 104 *!*/
/*    }*/
/*}*/
/*@media (max-width: 743px) {*/
/*    body:not(.example-page) {*/
/*        padding-top: 168px !important; !* 64 + 104 *!*/
/*    }*/
/*}*/
/*for  banner-hot-summer end*/



/*for GDD begin*/
body:not(.example-page) {
    padding-top: 142px !important; /* 94 + 48 */
}

@media (max-width: 743px) {
    body:not(.example-page) {
        padding-top: 156px !important; /* 64 + 92 */
    }
}
/*for GDD end*/

/* !!!!! end */

/*localization begin*/
.header.is-localization-de {}
@media (min-width: 1300px) {
    .header.is-localization-de .contact {
        margin-left: 10px;
    }
}

.header.is-localization-de .nav .drop-name {}
@media (min-width: 1441px) {
    .header.is-localization-de .nav .drop-name {
        padding-right: 10px;
        padding-left: 10px;
    }
}
@media (min-width: 1300px) and (max-width: 1440px) {
    .header.is-localization-de .nav .drop-name {
        padding-right: 6px;
        padding-left: 6px;
    }
}

@media (min-width: 1441px) {
    .header.is-localization-de .nav .order-now-link {
        margin-left: 20px;
    }
}

@media (min-width: 1300px) and (max-width: 1440px) {
    .header.is-localization-de .nav .order-now-link .drop-name {
        min-width: 116px;
    }
}


@media (min-width: 1441px) {
    .header.is-localization-de .nav .login-box {
        margin-left: 20px;
    }

}

/*localization end*/


/* calculator btn begin */
.header .nav .calculatorLink {
    background: rgba(220, 225, 252, 0.4);
    border: 1px solid #506BF0;
    border-radius: 8px;
}
@media (min-width: 1300px) {
    .header .nav .calculatorLink {
        margin-right: 10px;
        margin-bottom: 0;
    }
}

.header .nav .calculatorLink .drop-name {
    display: block;
    color: #506BF0;
    padding: 16px 32px;
    position: relative;
}
@media (min-width: 1300px) {
    .header .nav .calculatorLink .drop-name {
        padding: 10px 11px;
        line-height: 14px;
    }
}
@media (min-width: 1600px) {
    .header .nav .calculatorLink .drop-name {
        padding: 16px 11px;
        width: 202px;
        text-align: center;
    }
}
.header .nav .calculatorLink .drop-name::before {
    content: '';
    width: 24px;
    height: 24px;
    top: -12px;
    right: 16px;
    position: absolute;
    background-image: url("../images/header/ai-icon.svg");
    background-repeat: no-repeat;
    background-size: contain;
}
@media (min-width: 1300px) {
    .header .nav .calculatorLink .drop-name::before {
        width: 18px;
        height: 18px;
        top: -9px;
        right: 10px;
    }
}
@media (min-width: 1600px) {
    .header .nav .calculatorLink .drop-name::before {
        width: 24px;
        height: 24px;
        top: -12px;
        right: 16px;
    }
}
/* calculator btn end */
