* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: 'Lato', sans-serif;
}
body {
    overflow-x: hidden;
}
a {
    text-decoration: none;
    cursor: pointer;
    color: white;
}
button { 
    cursor: pointer;
    border: none;
    outline: none;
    background-color: transparent;
}
/* VIDEO STILE */
#bgvideo {
    position: fixed;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    /* background: url(placeholder.jpg) no-repeat; */
    background-size: cover;
    }
/* END VIDEO STILE */
.hero-section {
    background-image: url('assets/placeholderBack.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 100vh;
    height: 100%;
}
.contact-section {
    position: relative;
    display: flex;
    justify-content: center;
    background-color: white;
}
.hero-content, .contact-content {
    max-width: 1366px;
    width: 100%;
    margin: 0 auto;
    padding-top: 32px;
    padding-right: 32px;
    padding-left: 32px;
    position: relative;
    height: 100%;
    min-height: 100vh;
}
.contact-content { 
    min-height: unset;
    padding-top: 0px;
    padding-bottom: 0px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    height: unset;
    display: flex;
    align-items: flex-end;
    flex-direction: column;
}
header {
    padding: 15px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
}
header nav {
    width: 100%;
    max-width: 1366px;
    margin: 0 auto
}
header ul {
    display: flex;
    justify-content: space-between;
    list-style: none;
    align-items: center;
}
header ul li a {
    font-size: 16px;
}
.navigation-menu li a:hover {
    border-bottom: 1px solid #FF8900;
}
.navigation-menu li a {
    padding-bottom: 4px;
}
.navigation-menu {
    display: flex;
    max-width: 300px;
    width: 100%;
    justify-content: space-between;
}
.phone-button {
    width: 168px;
    height: 43px;
    border-radius: 35px;
    border: 1px solid white;
    display: flex;
    align-items: center;
    justify-content: center;
}
.phone-button button {
    color: white;
    font-size: 19px;
    font-weight: 700;
    background-color: transparent;
}
.phone-language {
    display: flex;
}
.phone-language .phone-button {
    margin-right: 30px;
}
.dropdown-content {
    display: none;
    position: absolute;
    bottom: -20px;
}
.dropbtn {
    cursor: pointer;
}
.dropbtn span {
    border: solid white;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 4px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    margin-bottom: 3px;
    margin-left: 4px;
}   
.dropdown:hover .dropdown-content {
    display: block;
}
.dropdown {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-transform: uppercase;
    color: #ffffff;
    position: relative;
}
.dropdown-content a {
    display: block;
}
.mobile-dropdown {
    transition: 0.5s !important;
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    background-color: white;
    text-align: center;
    position: fixed;
    height: 100%;
    overflow: hidden;
    z-index: 200;
    top: 0;
    width: 0;
    right: 0;
}
.mobile-dropdown ul {
    text-align: center;
    list-style: none;
    width: 400px;
}
.mobile-dropdown ul li {
    padding-bottom: 40px;
}
.mobile-dropdown ul li a {
    font-size: 20px;
    line-height: 29px;
    padding-bottom: 40px;
}
.mobile-logo, .mobile-menu, .mobile-video {
    display: none !important;
}
.main-content-left {
    position: absolute;
    text-align: right;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}
.main-content-left h2 {
    font-size: 42px;
    line-height: 58px;
    font-weight: 800;
    color: white;
    letter-spacing: 2px;
    margin-bottom: 29px;
}
.main-content-left p {
    font-size: 18px;
    color: white;
    line-height: 25px;
}
.main-content-left p span {
    font-weight: 800;
}
.main-content-left h2 span {
    display: inline-block;
    border-radius: 50%;
    width: 14px;
    height: 14px;
    background-color: #FF8900;
    border: 1px solid #FF8900;
    margin-bottom: 7px;
    margin-right: 7px;
}
.locations {
    margin-top: 50px;
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}
.locations p {
    font-size: 21px;
    font-weight: 800;
    color: #FF8900
}
.directions {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    width: 168px;
    border: 1px solid white;
    border-radius: 28px;
    background-color: #FF8900;
    font-size: 18px;
}
.slideDown p {
    writing-mode: vertical-lr;
    transform: rotate(180deg);
    font-size: 11px;
    color: white;
}
.slideDown {
    display: flex;
    position: absolute;
    bottom: 32px;
    cursor: pointer;
    width: 30px;
    justify-content: space-between;
    align-items: flex-end;
}
.pin-whole {
    position: relative;
    height: 40px;
}
.border {
    border-right: 1px solid white;
    height: 38px;
}
.pin {
    border-radius: 50%;
    width: 6px;
    height: 6px;
    background-color: white;
    bottom: 0;
    right: -1.5px;
    position: absolute;
}
.service-section {
    background-color: #FAF7F7;
    position: relative;
}
.service-content, .promo-content, .footer-content {
    max-width: 1366px;
    width: 100%;
    margin: 0 auto;
    padding-top: 67px;
    padding-bottom: 67px;
    padding-right: 32px;
    padding-left: 32px;
    display: flex;
    justify-content: space-between;
}
.footer-content {
    padding-top: 31px;
    align-items: center;
}
.text {
    max-width: 540px;
    width: 100%;
}
.text .border {
    height: unset;
    width: 28px;
    border: 1px solid #FF8900;
    margin-right: 7px;
}
.text h2 {
    font-size: 38px;
    color: #3A3D98;
    font-weight: 800;
    margin-bottom: 14px;
}
.subheading {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.text p {
    font-size: 16px;
    color: #3A3D98;
    margin-bottom: 28px;
    line-height: 25px;
}
.bold {
    font-weight: 800;
}
.subheading h3 {
    color: #FF8900;
    font-size: 16px;
    letter-spacing: 0.8px;
}
.call-center {
    width: 168px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    border-radius: 28px;
    background-color: #3A3D98;
    outline: unset;
    color: white;
    cursor: pointer;
    border: none;
}
.slider {
    max-width: 600px;
    max-height: 622px;
    height: 100%;
    width: 100%;
    border-radius: 25px;
}
.slider img {
    border-radius: 25px;
    width: 100%;
    height: 600px;
    object-fit: cover;
}
.slick-arrow-prev {
    width: 46px;
    height: 47px;
    background-color: #FF8900;
    opacity: 0.7;
    color: white;
    font-size: 40px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: -46px;
    top: 80px;
}
.slick-arrow-next {
    width: 46px;
    height: 47px;
    background-color: #FF8900;
    opacity: 0.7;
    color: white;
    font-size: 40px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 80px;
}
.slick-arrow-prev:hover, .slick-arrow-next:hover {
    opacity: 1;
}
.promo-section {
    background-color: #3A3D98;
    padding-top: 61px;
    padding-bottom: 100px;
}
.video-part {
    max-width: 700px;
    width: 100%;
}
.process-part h4 span, .video-part h4 span, .whole-form h4 span {
    height: unset;
    width: 28px;
    border: 1px solid #FF8900;
    margin-right: 7px;
    display: inline-block;
    margin-bottom: 3px;
}
.process-part h4 , .video-part h4, .whole-form h4 {
    font-size: 16px;
    color: #FF8900;
    margin-bottom: 9px;
}
.video-part h4 {
    margin-left: 20px;
}
.process-part h2 {
    font-size: 38px;
    color: white;
    font-weight: 700;
    margin-bottom: 37px;
}
.process-part p {
    font-size: 16px;
    color: white;
    line-height: 25px;
    margin-bottom: 20px;
    max-width: 352px;
    width: 100%;
}
.process-part p:last-of-type {
    margin-bottom: 40px;
}
.download-pdf {
    font-weight: 700;
    font-size: 16px;
    color: #FF8900;
    display: inline-block;
    border-bottom: 1px solid #FF8900;
    padding-bottom: 2px;
    margin-bottom: 118px;
}
.show-desktop {
    margin-bottom: 0;
    margin-top: 20px;
    max-width: 310px;
    margin-left: 20px;
}
.para-download {
    color: white;
    margin-left: 20px;
    margin-top: 10px;
}
#video {
    max-width: 700px;
    max-height: 450px;
    height: 100%;
    width: 100%;
    border-radius: 25px;
    min-height: 400px;
    margin-bottom: 45px;
}
.video-part div {
    display: flex;
    margin-left: 20px;
    justify-content: space-between;
}
.video-part div h2 {
    font-size: 38px;
    font-weight: 700;
    color: white;
}
.whole-form {
    background-color: white;
    padding-top: 22px;
    padding-bottom: 29px;
    border-radius: 15px;
    max-width: 371px;
    width: 100%;
    padding-left: 32px;
    padding-right: 32px;
}
.whole-form h2 {
    font-size: 38px;
    color: #464AA2;
    font-weight: 700;
    margin-bottom: 27px;
}
iframe {
    min-height: 100vh;
    width: 100%;
}
.signInPromo {
    font-size: 18px;
    color: white;
    background-color: transparent;
}
#form-name, #form-message {
    max-width: 279px;
    width: 100%;
    border-radius: 10px;
    height: 45px;
    font-size: 16px;
    padding-left: 14px;
    border: 1px solid #707070;
    margin-bottom: 25px;
    outline: none;
}
#form-message {
    height: 196px;
    padding-top: 14px;
    padding-right: 14px;
    resize: none;
}
.contact-big {
    display: flex;
    justify-content: space-between;
    height: 50px;
    max-width: 691px;
    width: 100%;
    background-color: #464AA2;
    border-radius: 28px;
    color: white;
    padding-right: 32px;
    padding-left: 32px;
    margin: 0 auto;
    margin-top: 58px;
}
.contact-big span {
    display: flex;
    align-items: center;
}
.contact-big span img {
    margin-right: 4px;
}
footer {
    background-color: #464AA2;
    position: relative;
    padding-bottom: 20px;
}
.footer-content ul {
    list-style: none;
}
.footer-content ul li a {
    line-height: 25px;
}
.sub-footer {
    display: flex;
    justify-content: space-between;
    font-size: 12px;
    color: white;
    max-width: 1366px;
    width: 100%;
    margin: 0 auto;
    padding-right: 32px;
    padding-left: 32px;
}
.additional-footer {
    margin: 10px 0 0 auto;
    text-align: right;
}
.margin-right {
    display: inline-block;
    margin-right: 10px;
}
.code, .politics{
    background-color: #464AA2;
}
.code-content, .politics-content {
    color: white;
    max-width: 1366px;
    padding: 32px;
    margin: 0 auto;
}
.code-content h2, .politics-content h2 {
    font-size: 38px;
    margin-bottom: 36px;
}
.code-content h3 {
    font-size: 24px;
    margin-bottom: 24px;
}
.code-content p, .politics-content p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 20px;
}
.code-content p span {
    font-weight: 700;
}
.politics-content ul {
    list-style: none;
}
.politics-content ul li {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 10px;
}
.politics {
    min-height: 100vh;
}
#form_submit_loading {
    display: none;
    text-align: center;
}
#form_submit_loading {
    font-size: 16px;
    color: #3A3D98;
}
.afterSubmit {
    display: none;
    color: #3A3D98;
    text-align: center;
    margin: 0 auto;
}
.afterSubmit p {
    font-size: 16px;
    margin-bottom: 44px;
}
.footer-bold {
    font-weight: 700;
    font-size: 18px;
}
@media (max-width: 1660px) {
    .slider {
        position: absolute !important;
        border-top-right-radius: unset;
        border-bottom-right-radius: unset;
        right: 0;
    }
    .slider img {
        border-top-right-radius: unset;
        border-bottom-right-radius: unset;
    }
}
@media (max-width: 1440px) {
    .main-content-left {
        right: 32px;
    }
}
@media (max-width: 1200px) {
    .slider {
        position:  relative !important;
        border-top-right-radius: 25px;
        border-bottom-right-radius: 25px;
    }
    .slider img {
        border-top-right-radius: 25px;
        border-bottom-right-radius: 25px;
    }
    .text {
        margin-bottom: 40px;
    }
    .promo-content, .service-content {
        flex-direction: column;
    }
    .promo-content .directions {
        display: none;
    }
    .process-part {
        order: -1;
    }
    .download-pdf {
        margin-bottom: 45px;
    }
    .slick-arrow-next, .slick-arrow-prev {
        top: unset;
        bottom: -20px;
        z-index: 1;
    }
    .slick-arrow-next {
        right: unset;
        left: 50%;
        z-index: 1;
    }
    .slick-arrow-prev {
        right: 50%;
        left: unset;
    }
}
@media (max-width: 768px) {
    .slider img { 
        height: 300px;
    }
    .text {
        margin-bottom: 0;
    }
    .code-content, .politics-content {
        padding: 20px;
    }
    .hero-content {
        display: flex;
        flex-direction: column;
        padding-right: 20px;
        padding-left: 20px;
        padding-bottom: 20px;
    }
    .hero-section {
        background-image: url('assets/003mobil_.png');
    }
    .promo-section {
        padding-top: 30px;
        padding-bottom: 0;
    }   
    .service-content, .promo-content, .contact-content {
        padding-right: 20px;
        padding-left: 20px;
        padding-top: 20px;
    }
    .promo-content {
        padding-bottom: 20px;
    }
   header nav ul li:first-of-type, .navigation-menu, .contact-big, .download-pdf, #video {
        display: none;
    }
    .mobile-logo, .mobile-menu {
        display: block !important;
    }
    .mobile-logo {
        margin: 0 auto;
        margin-top: 50px;
        margin-bottom: 50px;
    }
    .mobile-menu {
        font-size: 18px;
        text-transform: uppercase;
        color: white;
        border: none;
        background-color: transparent;
    }
    .mobile-dropdown {
        background-color: #3A3D98;
    }
    .x-sign img {
        width: 20px;
        position: absolute;
        top: 40px;
        right: 40px
    }
    .main-content-left {
        position: static;
        transform: unset;
        text-align: center;
        margin-bottom: 80px;
    }
    .main-content-left h2 span {
        display: block;
        margin: 0 auto;
    }
    .main-content-left h2 {
        font-size: 24px;
        line-height: 33px;
    }
    .main-content-left p {
        font-size: 16px;
    }
    .locations {
        margin-top: 30px;
        flex-direction: column;
        align-items: center;
    }
    .locations p {
        margin-bottom: 50px;
    }
    .slideDown {
        position: static;
        margin: 0 auto;
    }
    .service-section .call-center {
        margin: 0 auto;
    }
    .mobile-video {
        display: flex !important;
        margin: 60px auto;
        margin-top: 30px;
    }
    .video-part div h2 {
        font-size: 36px;
        margin-bottom: 40px;
    }
    .video-part div {
        flex-direction: column;
        margin-left: 0;
    }
    .video-part .download-pdf {
        display: block;
        margin: 20px auto;
        border-bottom: none;
        max-width: unset;
    }
    .whole-form {
        padding-right: 20px;
        padding-left: 20px;
        max-width: 340px;
        box-shadow: 1px 1px 6px 6px  rgba(0, 0, 0, 0.021)
    }
    .whole-form .call-center {
        margin: 0 auto;
    }
    .contact-section {
        min-height: 100vh;
        flex-direction: column;
        justify-content: flex-start;
    }
    .contact-content {
        position: static;
        transform: unset;
        z-index: 1;
        margin-top: -40px;
        padding-top: 0;
        padding-bottom: 20px;
        display: block;
    }
    iframe {
        min-height: 50vh;
    }
    .footer-content {
        padding-right: 20px;
        padding-left: 20px;
        padding-bottom: 0;
        flex-direction: column;
        align-items: center;
    }
    .footer-content ul {
        text-align: center;
        margin-bottom: 30px;
    }
    .footer-content img {
        display: none;
    }
    .footer-content ul:first-of-type {
        display: none;
    }
    .mobile-dropdown {
        right: 0;
    }
    .sub-footer div {
        display: none;
    }
    .sub-footer {
        justify-content: center;
    }
    .sub-footer span {
        text-align: center;
    }
    #bgvideo {
        display: none;
    }
    .slider {
        margin-top: 20px;
    }
    .small {
        font-size: 16px !important;
        line-height: 20px !important;
        padding-bottom: 20px !important;
    }
    .smaller-list-elements {
        margin-top: 50px;
        margin-bottom: 50px;
    }
    .smaller-list-elements li {
        padding-bottom: 10px !important;
    }
    .para-download {
        margin-left: 0;
        margin-top: 30px;
    }
    .dropbtn, .mobile-menu {
        padding-bottom: 10px;
    }
    header {
        padding-top: 25px;
        padding-bottom: 20px;
    }

}