section.skn-1 {
    background-color: rgba(134, 124, 255, 1);
    background-image: url("/res/images/download/update/bg-1.jpg");
    background-size: cover;
    padding: 130px 0;
    color: #fff;
    font-size: 21px;
    font-weight: lighter;
}

section.skn-1 h1 {
    font-size: 64px;
    font-weight: lighter;
    width: 650px;
}

section.skn-1 p {
    font-weight: lighter;
    width: 600px;
    padding-top: 30px;
}

section.skn-2 {
    background-color: #fff;
    background-image: url("/res/images/download/update/bg-2.jpg");
    background-size: cover;
    padding: 120px 0 0;
}

section.skn-2 h2 {
    font-size: 42px;
    font-weight: lighter;
    text-align: center;
    margin: 0;
    padding-bottom: 50px;
}
/*section-dnld*/
.dnld-content {
    display: flex;
    justify-content: space-between;
}
.downloading-updt {
    width: 78%;
}
.notes-content {
    width: 20%;
}
.links-block-update {
    width: auto;
}
/*help-content*/

.help-content {
    background: #fff;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0px 2px 8px rgba(107, 102, 140, 0.2);
    font-size: 17px;
}

.guides-content {
    background: #fff;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0px 2px 8px rgba(107, 102, 140, 0.2);
    font-size: 17px;
    margin-top: 30px;
}
.guides-content h4 {
    font-size: 17px;
    font-weight: bold;
    padding-bottom: 15px;
}

.guides-link a {
    width: 50%;
    color: #476E9A;
    padding-bottom: 16px;
}
a.single-100 {
    width: 100%;
}
.guides-link {
    font-size: 12px;
    display: flex;
    flex-wrap: wrap;
}
.help-content h3 {
    font-size: 24px;
    line-height: 28px;
    padding-bottom: 15px;
}
.help-content a {
    color: #fff;
    background-color: #FD7E2E;
    text-align: center;
    font-size: 11px;
    border-radius: 8px;
    margin-top: 30px;
    padding: 8px 0;
}

/*tab*/
.download-link-block.download-link-block-white {
    background-color: #fff;
    border-bottom: none;
    border-radius: 8px;
    box-shadow: 0px 2px 8px rgba(107, 102, 140, 0.2);
    padding: 34px 20px 34px 68px;
    margin-bottom: 40px;
}

.first-link.first-link-wrapper {
    display: flex;
}

.icon-block-updt {
    display: flex;
    justify-content: center;
    align-items: center;
}

p.download-name {
    font-size: 24px;
    font-weight: bold;
    padding-left: 19px;
}

a.download-link.download-link-updt {
    display: flex;
    border: 1px solid #C3D3E5;
    border-radius: 7px;
    padding: 8px 12px;
    color: #476E9A;
    background-color: #fff;
}

a.download-link.download-link-updt img {
    padding-right: 5px;

}

.buttons-holder-update p {
    color: #476E9A;
    cursor: pointer;
    width: auto;
}

.buttons-holder-update {
    font-size: 14px;
    font-weight: bold;
    width: 250px;
    display: flex;
    justify-content: space-around;
    align-items: center;
}
span.updt-syn-notes {
    font-size: 12px;
    padding: 15px 15px 0 55px;
    max-width: 700px;
    color: #476E9A;

}


/*dropdown-item*/
.dropdown-content-name {
    display: flex;
}
.links-block {
    position: absolute;
}
p.download-name.open-options {
    bottom: 36px;
    right: 70px;
}
.download-link-block .first-link .links-block .download-name.open-options:after {
    content: "";
    display: inline-block;
    position: relative;
    width: 10px;
    height: 10px;
    border-top: 2px solid #476E9A;
    border-right: 2px solid #476E9A;
    border-bottom: none;
    top: -5px;
    right: -10px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.download-link-block.open .first-link .links-block .download-name.open-options:after {
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    top: -7px;
}
.download-link-block.open .download-name-big  {
    color: #0072FA;
    font-weight: bolder;
}
.download-link-block.open .dropdown-content-name img {
    filter: saturate(3.5);
}
/*subhide section*/
.download-link-block .options-download {
    padding: 35px 0 0 0px;
}
.download-sublink-block.download-sublink-block-updt {
    background: #FAFCFF;
    border-radius: 8px;
    padding: 16px;
}
.arrow-holder.arrow-holder-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 !important;
}
.options-download.sep-2 .subhide-container.open .download-sublink-block-updt:before {
    content: "";
    position: absolute;
    width: 95%;
    top: 0;
    left: 2.5%;
    border-top: 1px solid #E7EBF1;
}

.open-description.open-description-updt {
    background: transparent !important;
    width: 32px !important;
    height: 32px !important;
    border-radius: 30% !important;
    top: 80% !important;
    left: 0;
    transition: 0.5s;
}
.subhide-container.open .open-description.open-description-updt {
    background: #E5F0FE !important;
    width: 32px !important;
    height: 32px !important;
    border-radius: 30% !important;
    top: 80% !important;
    left: 0;
}
p.download-name-arrow-holder {
    font-size: 17px;
    padding-left: 55px;
    color: #476E9A;
}
.subhide-container.open .download-name-arrow-holder p  {
    font-size: 17px;
    padding-left: 55px;
    color: red;
}
.arrow-holder-buttons {
    width: auto;
    height: 38px;
}
.arrow-holder-name {
    width: auto;
}

.options-download .download-sublink-block .arrow-holder .open-description-updt:before {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    border-right: 2px solid #476E9A;
    border-bottom: 2px solid #476E9A;
    left: 50%;
    top: 50%;
    margin: -5px 0 0 -7px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(-45deg);
}
.options-download .subhide-container.open .download-sublink-block .arrow-holder .open-description-updt:before {
    margin: -5px 0 0 -5px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.subhide-container.open {
    border: 1px solid #2687FB;
    border-radius: 8px;
    margin-bottom: 5px;
}
/*subhide section*/
/*note*/
.note-content {
    padding: 50px 0;
    font-size: 14px;
    color: #476E9A;

}
/*help-section*/
section.get-in-touch {
    background: linear-gradient(135deg, #EDF3FA 0%, #D4E6FA 100%);
    padding: 100px 0;
}
.help-bullet {
    background-color: #d4e5fa;
    padding: 30px;
    border-radius: 8px;
    width: 32%;
    display: flex;
}
.help-bullets-wrapper {
    display: flex;
    justify-content: space-between;
}
section.get-in-touch h2 {
    text-align: center;
    margin: 0;
    padding-bottom: 40px;
}
.help-pic {
    width: 28px;
    margin-right: 13px;
}
.help-bullet-content h4 {
    font-size: 24px;
    font-weight: lighter;
    padding-bottom: 10px;
    margin-top: -5px;
}
.help-bullet-content p {
    font-size: 14px;
    padding-bottom: 15px;
}
.help-bullet-content a {
    font-size: 11px;
    color: #0072FA;
    font-weight: bold;
}


@media (min-width: 1025px) and (max-width: 5000px) {
    .nk2-container {
        display: none;
    }
}

@media (min-width: 0px) and (max-width: 1024px) {
    .nk3-small-dev-message {
        background-color: #d55b4a;
        padding: 15px;
        color: #fff;
        text-align: center;
        border-radius: 4px;
        font-size: 14px;
    }

    .nk2-container {
        display: block;
        height: auto;
    }

    div#main {
        margin-top: 60px;
    }

    .logo-top {
        height: 0;
    }

}
@media(min-width: 0px) and (max-width:  480px) {
    .download-link-block.download-link-block-white {
        overflow: hidden;
    }
    .nk3-container {
        width: 95%;
    }
    section.skn-1 {
        background-color: #2a2172;
        background-image: none;
        padding: 50px 0;
        font-size: 18px;
        text-align: center;
    }
    section.skn-1 h1 {
        font-size: 35px;
        width: auto;
    }
    section.skn-1 p {
        width: auto;
    }
    section.skn-2 {
        background-color: #fff;
        background-image: none;
        padding: 40px 0 0;
    }
    section.skn-2 h2 {
        font-size: 35px;
        padding-bottom: 40px;
    }
    .dnld-content {
        flex-direction: column;
    }
    .downloading-updt {
        width: 100%;
    }
    .first-link.first-link-wrapper {
        display: flex;
        flex-direction: column;
    }
    .download-link-block.download-link-block-white {
        padding: 34px 20px 34px 20px;
        margin-bottom: 40px;
    }
    p.download-name {
        padding-left: 0;
    }

    .icon-block-updt {
        flex-direction: column;
        text-align: center;
    }
    .icon-block-updt img {
        padding-bottom: 5px;
    }
    /*dropdown*/
    .arrow-holder.arrow-holder-wrapper {
        padding: 0 !important;
        flex-direction: column;
    }
    .arrow-holder-buttons.arrow-holder-buttons-none {
        display: none;
    }
    .buttons-holder-update {
        margin: 10px auto;
    }
    .dropdown-content-name {
        flex-direction: column;
    }
    .dropdown-content-name img {
        width: 37px;
        margin: 4px auto;
    }

    /*notes*/
    .notes-content {
        width: 100%;
    }
    .help-content {
        text-align: center;
    }
    .note-content {
        padding: 50px 15px;
    }
    /*footer*/
    section.get-in-touch {
        padding: 40px 0;
    }
    .help-bullets-wrapper {
        flex-direction: column;
    }
    .help-bullet {
        width: 100%;
        margin-bottom: 10px;
    }
    /*mobile-msg*/
    .nk3-small-dev-message {
        margin-bottom: 10px;
    }
}

@media(min-width: 481px) and (max-width: 767px) {
    .download-link-block.download-link-block-white {
        overflow: hidden;
    }
    .download-link-block .first-link .links-block .download-name.open-options:after {
        right: -63px;
    }
    .nk3-container {
        width: 95%;
    }
    section.skn-1 {
        background-color: #2a2172;
        background-image: none;
        padding: 50px 0;
        font-size: 18px;
        text-align: center;
    }
    section.skn-1 h1 {
        font-size: 35px;
        width: auto;
    }
    section.skn-1 p {
        width: auto;
    }
    section.skn-2 {
        background-color: #fff;
        background-image: none;
        padding: 40px 0 0;
    }
    section.skn-2 h2 {
        font-size: 35px;
        padding-bottom: 40px;
    }
    .dnld-content {
        flex-direction: column;
    }
    .downloading-updt {
        width: 100%;
    }
    .first-link.first-link-wrapper {
        display: flex;
        flex-direction: column;
    }
    .download-link-block.download-link-block-white {
        padding: 34px 20px 34px 20px;
        margin-bottom: 40px;
    }
    p.download-name {
        padding-left: 0;
    }

    .icon-block-updt {
        flex-direction: column;
        text-align: center;
    }
    .icon-block-updt img {
        padding-bottom: 5px;
    }
    /*dropdown*/
    .arrow-holder.arrow-holder-wrapper {
        padding: 0 !important;
        flex-direction: column;
    }
    .arrow-holder-buttons.arrow-holder-buttons-none {
        display: none;
    }
    .buttons-holder-update {
        margin: 10px auto;
    }
    .dropdown-content-name {
        flex-direction: column;
    }
    .dropdown-content-name img {
        width: 37px;
        margin: 4px auto;
    }

    /*notes*/
    .notes-content {
        width: 100%;
    }
    .help-content {
        text-align: center;
    }
    .note-content {
        padding: 50px 15px;
    }
    /*footer*/
    section.get-in-touch {
        padding: 40px 0;
    }
    .help-bullets-wrapper {
        flex-direction: column;
    }
    .help-bullet {
        width: 100%;
        margin-bottom: 10px;
    }
    /*mobile-msg*/
    .nk3-small-dev-message {
        margin-bottom: 10px;
    }
}
@media(min-width: 641px) and (max-width: 767px) {
    .download-link-block .first-link .links-block .download-name.open-options:after {
        right: -230px !important;
    }
}

@media(min-width: 768px) and (max-width: 992px) {
    .download-link-block.download-link-block-white {
        overflow: hidden;
    }
    .download-link-block .first-link .links-block .download-name.open-options:after {
        right: -325px;
    }
    .nk3-container {
        width: 95%;
    }
    section.skn-1 {
        background-color: #2a2172;
        background-image: none;
        padding: 50px 0;
        font-size: 18px;
        text-align: center;
    }
    section.skn-1 h1 {
        font-size: 35px;
        width: auto;
    }
    section.skn-1 p {
        width: auto;
    }
    section.skn-2 {
        background-color: #fff;
        background-image: none;
        padding: 40px 0 0;
    }
    section.skn-2 h2 {
        font-size: 35px;
        padding-bottom: 40px;
    }
    .dnld-content {
        flex-direction: column;
    }
    .downloading-updt {
        width: 100%;
    }
    .first-link.first-link-wrapper {
        display: flex;
        flex-direction: column;
    }
    .download-link-block.download-link-block-white {
        padding: 34px 20px 34px 20px;
        margin-bottom: 40px;
    }
    p.download-name {
        padding-left: 0;
    }

    .icon-block-updt {
        flex-direction: column;
        text-align: center;
    }
    .icon-block-updt img {
        padding-bottom: 5px;
    }
    /*dropdown*/
    .arrow-holder-buttons.arrow-holder-buttons-none {
        display: none;
    }
    .buttons-holder-update {
        margin: 10px auto;
    }
    .dropdown-content-name {
        flex-direction: column;
    }
    .dropdown-content-name img {
        width: 37px;
        margin: 4px auto;
    }

    /*notes*/
    .notes-content {
        width: 100%;
    }
    .help-content {
        text-align: center;
    }
    .note-content {
        padding: 50px 15px;
    }
    /*footer*/
    section.get-in-touch {
        padding: 40px 0;
    }
    .help-bullets-wrapper {
        flex-direction: column;
    }
    .help-bullet {
        width: 100%;
        margin-bottom: 10px;
    }
    /*mobile-msg*/
    .nk3-small-dev-message {
        margin-bottom: 10px;
    }
}
@media(min-width: 993px) and (max-width: 1199px) {
    .download-link-block.download-link-block-white {
        overflow: hidden;
    }
    .download-link-block .first-link .links-block .download-name.open-options:after {
        right: -325px;
    }
    .nk3-container {
        width: 95%;
    }
    section.skn-1 {
        background-color: #2a2172;
        background-image: none;
        padding: 50px 0;
        font-size: 18px;
        text-align: center;
    }
    section.skn-1 h1 {
        font-size: 35px;
        width: auto;
    }
    section.skn-1 p {
        width: auto;
    }
    section.skn-2 {
        background-color: #fff;
        background-image: none;
        padding: 40px 0 0;
    }
    section.skn-2 h2 {
        font-size: 35px;
        padding-bottom: 40px;
    }
    .dnld-content {
        flex-direction: column;
    }
    .downloading-updt {
        width: 100%;
    }
    .first-link.first-link-wrapper {
        display: flex;
        flex-direction: column;
    }
    .download-link-block.download-link-block-white {
        padding: 34px 20px 34px 20px;
        margin-bottom: 40px;
    }
    p.download-name {
        padding-left: 0;
    }

    .icon-block-updt {
        flex-direction: column;
        text-align: center;
    }
    .icon-block-updt img {
        padding-bottom: 5px;
    }
    /*dropdown*/
    .arrow-holder-buttons.arrow-holder-buttons-none {
        display: none;
    }
    .buttons-holder-update {
        margin: 10px auto;
    }
    .dropdown-content-name {
        flex-direction: column;
    }
    .dropdown-content-name img {
        width: 37px;
        margin: 4px auto;
    }

    /*notes*/
    .notes-content {
        width: 100%;
    }
    .help-content {
        text-align: center;
    }
    .note-content {
        padding: 50px 15px;
    }
    /*footer*/
    section.get-in-touch {
        padding: 40px 0;
    }
    .help-bullets-wrapper {
        flex-direction: column;
    }
    .help-bullet {
        width: 100%;
        margin-bottom: 10px;
    }
    /*mobile-msg*/
    .nk3-small-dev-message {
        margin-bottom: 10px;
    }
}
@media(min-width: 1200px) and (max-width: 1366px) {
    .downloading-updt {
        width: 70%;
    }
    .notes-content {
        width: 28%;
    }
}
@media(min-width: 1367px) and (max-width: 1600px) {
    .downloading-updt {
        width: 70%;
    }
    .notes-content {
        width: 28%;
    }
}
@media(min-width: 1601px) and (max-width: 1680px) {}
@media(min-width: 1681px) and (max-width: 1920px) {}
@media(min-width: 1921px) and (max-width: 2000px) {}