@import url('https://fonts.googleapis.com/css2?family=Mulish:wght@300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

#boxDownloadInstructionsPopup {
    margin: 0;
    padding: 0;
    color: #fff;
    font-family: 'Mulish', sans-serif;
    box-sizing: border-box;
    line-height: normal;
}

#boxDownloadInstructionsPopup a {
    color: #4D96E8;
}

#boxDownloadInstructionsPopup ._f a {
    color: #00ADF7;
}

#boxDownloadInstructionsPopup a:hover {
    color: #4D96E8;
    text-decoration: none;
}

#boxDownloadInstructionsPopup .main-frame {
    position: fixed;
    width: 100%;
    height: 100vh;
    background: rgba(23,32,56,0.95);
    padding: 0 50px;
    box-sizing: border-box;
}

#boxDownloadInstructionsPopup .main-frame * {
    box-sizing: border-box;
}

#boxDownloadInstructionsPopup .di-header {
    width: 100%;
    margin-top: 2%;
    display: flex;
    flex-direction: row;
    border-bottom: 1px solid #A0A0A0;
    padding: 0 2% 1%;
    flex-wrap: wrap;
}

#boxDownloadInstructionsPopup .firefox .di-header, #boxDownloadInstructionsPopup .opera .di-header {
    width: 100%;
    margin-top: 2%;
    display: flex;
    flex-direction: row;
    border-bottom: none;
    padding: 0 2% 1%;
    flex-wrap: wrap;
}

#boxDownloadInstructionsPopup .browser-title {
    display: flex;
    flex-direction: row;
    align-items: center;
}

#boxDownloadInstructionsPopup .browser-logo {
    padding-right: 25px;
}

#boxDownloadInstructionsPopup .browser-text {
    font-size: 16px;
}

#boxDownloadInstructionsPopup .badges-and-close {
    position: relative;
    text-align: right;
    flex: 50%;
}

#boxDownloadInstructionsPopup .badges-and-close .close-modal {
    position: absolute;
    right: -3%;
    top: 0;
    font-size: 14px;
    cursor: pointer;
}

#boxDownloadInstructionsPopup .badges-and-close .close-modal:hover {
    font-weight: bold;
}

#boxDownloadInstructionsPopup .di-subtitle {
    text-align: center;
    margin-top: 5vh;
}

#boxDownloadInstructionsPopup .di-subtitle .thank-you {
    font-size: 35px;
    color: #F9C12E;
    font-weight: 900;
}

#boxDownloadInstructionsPopup ._f .di-subtitle .thank-you {
    color: #FC5B5A;
}

#boxDownloadInstructionsPopup .di-subtitle .simple-steps {
    font-size: 26px;
    font-weight: 700;
}

#boxDownloadInstructionsPopup .di-steps-container {
    position: relative;
    display: flex;
    margin: 5vh auto 0;
    width: 75vw;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    margin-top: 10vh;
}

#boxDownloadInstructionsPopup .di-steps-container .step {
    position: relative;
    padding: 0;
    max-width: 25%;
    min-width: 25%;
}

#boxDownloadInstructionsPopup .di-steps-container .step .step-title {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    background: #64737F;
    height: 70px;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    text-align: center;
    text-shadow: none;
    font-weight: normal;
    font-family: 'Montserrat', sans-serif;
}

#boxDownloadInstructionsPopup ._f .di-steps-container .step .step-title {
    background: #656A90;
}
#boxDownloadInstructionsPopup .fr .di-steps-container .step .step-title {
    padding: 0 20px;
}

#boxDownloadInstructionsPopup .di-steps-container .step .step-title span {
    display: block;
    font-size: 18px;
    font-weight: bold;
}

#boxDownloadInstructionsPopup .di-steps-container .step .step-title .step-number {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top: -25px;
    left: -25px;
    font-size: 34px;
    width: 56px;
    height: 56px;
    background: #4D96E8;
    border-radius: 50%;
}

#boxDownloadInstructionsPopup ._f .di-steps-container .step .step-title .step-number {
    background: #4F41F2;

}

#boxDownloadInstructionsPopup .step .step-img {
    min-height: 35vh;
}

@media screen and (max-width: 1366px) {
    #boxDownloadInstructionsPopup .ja .step .step-img, #boxDownloadInstructionsPopup .ru .step .step-img {
        min-height: 30vh;
    }
    #boxDownloadInstructionsPopup .ja.edge .step .step-img, #boxDownloadInstructionsPopup .ru.edge .step .step-img, #boxDownloadInstructionsPopup .ja.chrome .step .step-img, #boxDownloadInstructionsPopup .ru.chrome .step .step-img {
        min-height: 35vh;
    }
}

#boxDownloadInstructionsPopup .step img {
    width: 100%;
}

#boxDownloadInstructionsPopup .step .step-description {
    font-size: 16px;
    text-align: center;
}

#boxDownloadInstructionsPopup .fr .step .step-description strong {white-space: nowrap;}

#boxDownloadInstructionsPopup .download-manually {
    margin-top: 10vh;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    position: relative;
    z-index: 100;
}

#boxDownloadInstructionsPopup .download-arrow {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 11px;
    bottom: 50px;
    left: 50px;
    width: 122px;
    height: 151px;
    background: url("//cloud.fortect.com/download-instructions/arrow-down.svg") center no-repeat;
    padding: 0 24px 65px;
    animation: bounce 2s 1s infinite;
}

#boxDownloadInstructionsPopup ._f .download-arrow {
    background: url("//cloud.fortect.com/download-instructions/arrow-down_f.svg") center no-repeat;

}

#boxDownloadInstructionsPopup .de .download-arrow,
#boxDownloadInstructionsPopup .da .download-arrow,
#boxDownloadInstructionsPopup .fr .download-arrow,
#boxDownloadInstructionsPopup .nl .download-arrow,
#boxDownloadInstructionsPopup .sv .download-arrow {
    font-size: 10px;
}

#boxDownloadInstructionsPopup .da .download-arrow,
#boxDownloadInstructionsPopup .fi .download-arrow,
#boxDownloadInstructionsPopup .nl .download-arrow,
#boxDownloadInstructionsPopup .sv .download-arrow {
    background-size: contain;
    width: 140px;
    height: 175px;
    left: 35px;
}

#boxDownloadInstructionsPopup .de .download-arrow:before {
    content: ' ';
    position: absolute;
    display: block;
    top: -15px;
    width: 89px;
    height: 20px;
    background: #4d96e8;
    margin: 0 auto;
    z-index: -1;
}

#boxDownloadInstructionsPopup ._f .download-arrow:before {
    background: #827ED6;
}

#boxDownloadInstructionsPopup ._f .ie-arrow-container .download-arrow:before {
    background: transparent;
}


#boxDownloadInstructionsPopup .download-arrow-up {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 11px;
    top: 50px;
    right: 50px;
    width: 122px;
    height: 151px;
    background: url("//cloud.fortect.com/download-instructions/arrow-up.svg") center no-repeat;
    padding: 65px 24px 0;
    animation: bounce-up 2s 1s infinite;
}

#boxDownloadInstructionsPopup ._f .download-arrow-up {
    background: url("//cloud.fortect.com/download-instructions/arrow-up_f.svg") center no-repeat;
}

#boxDownloadInstructionsPopup .edge._f .download-arrow-up {
    right: 110px;
}

#boxDownloadInstructionsPopup .sv .download-arrow-up {
    font-size: 10px;
}

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {transform: translateY(0);}
    40% {transform: translateY(-30px);}
    60% {transform: translateY(-15px);}
}

@keyframes bounce-up {
    0%, 20%, 50%, 80%, 100% {transform: translateY(0);}
    40% {transform: translateY(30px);}
    60% {transform: translateY(15px);}
}

#boxDownloadInstructionsPopup .btm-badges {
    border-top: 1px solid #A0A0A0;
    padding: 20px;
    margin-top: 20px;
    text-align: center;
}

#boxDownloadInstructionsPopup .ff_donwload_icon {
    width: 15px !important;
    display: inline;
    margin: 0 5px;
}

#boxDownloadInstructionsPopup .tr .di-subtitle .simple-steps {
    font-size: 18px;
}

#boxDownloadInstructionsPopup .ie-arrow-container {
    position: absolute;
    left: calc((100% - 970px)/2);
    bottom: 95px;
    width: 970px;
    height: 67px;
    z-index: 1000;
}

#boxDownloadInstructionsPopup .ie .download-arrow {
    position: absolute;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    text-align: left;
    font-size: 12px;
    line-height: 18px;
    bottom: 0;
    left: auto;
    right: 0;
    width: 265px;
    height: 85px;
    background: url("//cloud.fortect.com/download-instructions/ie_arrow.svg") left top no-repeat;
    padding: 0 0 30px 90px;
    animation: bounce 2s 1s infinite;
}

#boxDownloadInstructionsPopup ._f.ie .download-arrow {
    background: url("//cloud.fortect.com/download-instructions/ie_arrow.svg") left top no-repeat;
    background-size: 60px;
}


#boxDownloadInstructionsPopup .en.ie .download-arrow {
    padding-right: 30px;
}

@media screen and (max-width: 1366px) {
    #boxDownloadInstructionsPopup .badges-and-close {
        flex: 30%;
    }
    #boxDownloadInstructionsPopup .subtitle .thank-you {
        font-size: 30px;
    }
    #boxDownloadInstructionsPopup .ie .subtitle .thank-you {
        font-size: 26px;
    }
    #boxDownloadInstructionsPopup .di-subtitle .simple-steps {
        font-size: 22px;
        font-weight: 700;
    }
    #boxDownloadInstructionsPopup .ie .di-subtitle .simple-steps {
        font-size: 18px;
        font-weight: 700;
    }
    #boxDownloadInstructionsPopup .di-steps-container {
        width: 70vw;
    }
    #boxDownloadInstructionsPopup .ie .di-steps-container {
        width: 65vw;
    }
    #boxDownloadInstructionsPopup .di-steps-container .step .step-title {
        height: 55px;
    }
    #boxDownloadInstructionsPopup .di-steps-container .step .step-title span {
        font-size: 15px;
    }
    #boxDownloadInstructionsPopup .step .step-description {
        font-size: 14px;
    }
    #boxDownloadInstructionsPopup .di-steps-container {
        margin-top: 8vh;
    }
    #boxDownloadInstructionsPopup .download-manually {
        margin-top: 3vh;
    }
    #boxDownloadInstructionsPopup .download-manually {
        font-size: 16px;
    }
    #boxDownloadInstructionsPopup .step .step-img {
        min-height: 37vh;
    }
    #boxDownloadInstructionsPopup .opera .step .step-img, #boxDownloadInstructionsPopup .firefox .step .step-img, #boxDownloadInstructionsPopup .firefox .step .step-img, #boxDownloadInstructionsPopup .firefox .step .step-img {
        min-height: 33vh;
    }
    #boxDownloadInstructionsPopup .el.opera .di-subtitle .thank-you, #boxDownloadInstructionsPopup .el.firefox .di-subtitle .thank-you, #boxDownloadInstructionsPopup .el.edge .di-subtitle .thank-you {
        font-size: 30px;
    }
    #boxDownloadInstructionsPopup .el.opera .di-subtitle .simple-steps, #boxDownloadInstructionsPopup .el.firefox .di-subtitle .simple-steps, #boxDownloadInstructionsPopup .el.edge .di-subtitle .simple-steps {
        font-size: 18px;
    }
    #boxDownloadInstructionsPopup .fi.opera .di-subtitle .simple-steps, #boxDownloadInstructionsPopup .fi.firefox .di-subtitle .simple-steps {
        font-size: 18px;
    }
    #boxDownloadInstructionsPopup .nl.opera .di-subtitle .simple-steps, #boxDownloadInstructionsPopup .nl.firefox .di-subtitle .simple-steps {
        font-size: 18px;
    }
    #boxDownloadInstructionsPopup .pl.opera .di-subtitle .simple-steps, #boxDownloadInstructionsPopup .pl.firefox .di-subtitle .simple-steps {
        font-size: 18px;
    }
    #boxDownloadInstructionsPopup .ru.opera .di-subtitle .simple-steps, #boxDownloadInstructionsPopup .ru.firefox .di-subtitle .simple-steps {
        font-size: 18px;
    }
    #boxDownloadInstructionsPopup .tr.opera .di-subtitle .simple-steps, #boxDownloadInstructionsPopup .tr.firefox .di-subtitle .simple-steps, #boxDownloadInstructionsPopup .tr.edge .di-subtitle .simple-steps {
        font-size: 16px;
    }
    #boxDownloadInstructionsPopup .ja.opera .step .step-description, #boxDownloadInstructionsPopup .ja.firefox .step .step-description {
        font-size: 12px;
        padding: 0 10px;
    }
    #boxDownloadInstructionsPopup .btm-badges img {
        height: 40px;
    }
    #boxDownloadInstructionsPopup .nl .di-steps-container .step .step-title span {
        padding: 0 5px;
        font-size: 16px;
    }
    #boxDownloadInstructionsPopup .fi .di-steps-container .step .step-title span {
        font-size: 16px;
        padding: 0 10px;
    }
    #boxDownloadInstructionsPopup .zh.chrome .step .step-description, #boxDownloadInstructionsPopup .zh.edge .step .step-description {
        padding: 0 20px;
    }

    #boxDownloadInstructionsPopup .cs .di-steps-container .step .step-title span,
    #boxDownloadInstructionsPopup .sv .di-steps-container .step .step-title span {
        font-size: 14px;
    }

    #boxDownloadInstructionsPopup .cs .di-steps-container .step .step-title .step-number {
        top: -23px;
        left: -23px;
        font-size: 26px;
        width: 45px;
        height: 45px;
    }
}

#boxDownloadInstructionsPopup .el .di-steps-container .step .step-title span {
    padding: 0 25px;
}

#boxDownloadInstructionsPopup .no.opera .di-steps-container .step .step-title span, #boxDownloadInstructionsPopup .no.firefox .di-steps-container .step .step-title span {
    padding: 0 25px;
    font-size: 12px;
}

#boxDownloadInstructionsPopup .nl.opera .di-steps-container .step .step-title span, #boxDownloadInstructionsPopup .nl.firefox .di-steps-container .step .step-title span {
    padding: 0 25px;
    font-size: 12px;
}

#boxDownloadInstructionsPopup .da.opera .download-arrow-up, #boxDownloadInstructionsPopup .da.firefox .download-arrow-up {
    font-size: 10px;
}
#boxDownloadInstructionsPopup .sv.opera .download-arrow-up, #boxDownloadInstructionsPopup .sv.firefox .download-arrow-up {
    font-size: 10px;
}

#boxDownloadInstructionsPopup .sv .di-steps-container .step .step-title span {
    font-size: 13px;
}
@media screen and (max-width: 1680px) and (min-width: 1400px) {
    #boxDownloadInstructionsPopup .step .step-img {
        min-height: 37vh;
    }
    #boxDownloadInstructionsPopup .fr .step .step-description {
        font-size: 16px;
        text-align: center;
        padding: 0 20px;
    }
}

@media screen and (max-width: 1366px) {
    #boxDownloadInstructionsPopup .ie .di-header {
        margin-top: 1%;
    }
    #boxDownloadInstructionsPopup .ie .browser-logo img {
        height: 25px;
    }
    #boxDownloadInstructionsPopup .ie .browser-text {
        font-size: 14px;
    }
    #boxDownloadInstructionsPopup .ie .badges-and-close img {
        height: 35px;
    }
    #boxDownloadInstructionsPopup .ie .di-subtitle {
        margin-top: 3vh;
    }
    #boxDownloadInstructionsPopup .ie .di-subtitle .thank-you {
        font-size: 26px;
    }
    #boxDownloadInstructionsPopup .ie .di-steps-container {
        margin-top: 7vh;
    }
    #boxDownloadInstructionsPopup .ie .di-steps-container .step .step-title {
        padding: 0;
        height: 55px;
        font-size: 12px;
    }
    #boxDownloadInstructionsPopup .ie .di-steps-container .step .step-title .step-number {
        width: 45px;
        height: 45px;
        top: -20px;
        left: -20px;
        font-size: 30px;
    }
    #boxDownloadInstructionsPopup .ie .di-steps-container .step .step-title span {
        font-size: 14px;
    }
    #boxDownloadInstructionsPopup .no.ie .di-steps-container .step .step-title span {
        padding: 0 10px;
    }
    #boxDownloadInstructionsPopup .fi.ie .di-steps-container .step .step-title span {
        padding: 0 15px;
    }
    #boxDownloadInstructionsPopup .ie .step .step-img {
        min-height: 30vh;
    }
    #boxDownloadInstructionsPopup .ie .step .step-description {
        font-size: 12px;
        padding: 0 15px;
    }
    #boxDownloadInstructionsPopup .ie .download-manually {
        margin-top: 8vh;
    }
    #boxDownloadInstructionsPopup .ie .download-arrow {
        height: 70px;
        background: url("//cloud.fortect.com/download-instructions/arrow_ie_sm.svg") left top no-repeat;
        padding-left: 70px;
        font-size: 11px;
    }
    #boxDownloadInstructionsPopup .de.ie .download-arrow::before {
        display: none;
    }
    #boxDownloadInstructionsPopup .fr.ie .download-manually {
        font-size: 14px;
    }
    #boxDownloadInstructionsPopup .fr.ie .download-arrow {
        padding-right: 25px;
        right: -20px;
    }
    #boxDownloadInstructionsPopup .en.ie .download-arrow {
        padding-right: 60px;
    }
    #boxDownloadInstructionsPopup .el .di-steps-container .step .step-title span {
        font-size: 12px;
    }
}

#boxDownloadInstructionsPopup .ja .download-manually  {
    margin-top: 3vh;
}

.keep-line {
    white-space: nowrap;
}