* {
    margin: 0;
    padding: 0
}

body {

    /*
    font: 17px/1.6 'Inter', sans-serif;
    */

    font: 18px/1.8 'Oswald', sans-serif;
    font-weight: 400;

    --main-background-color: #edeef0;
    /*
    font-family: 'Inter', sans-serif;
    font-weight: 300;
    */
    background-color: var(--main-background-color);
    margin: 0;
    padding: 0;

    --menu-btn-color: #233E4E;
    --menu-btn-border-color-1: #476b8f;
    --menu-btn-border-color-2: #476b8f;
    --menu-btn-border-color-3: #476b8f;
    --menu-color-hover: #476b8f;

    /*
    --menu-btn-color: #336699;
    --menu-color-hover: #6699CC;
    */
    --nav-footer-color: #ecf3fa;
    --color-main: #000033;
    --color-heading-h1: #FFFFFF;
    --color-heading-h2: #580000;

    --color-background-h2: #f5f5f5;
    /*
    --color-heading-h2: #580000;
    */
    /*
    --color-heading: #20133a;
    */
    /*
    --color-section: #f9f9fb;
    */
    --color-section: #ffffff;
    --color-subheader: #476b8f;
    --color-note-1: #ff7a18;
    --color-note-2: #fff2df;
    --color-note-3: #669999;
    --color-note-4: #ffe2b9;
    --color-note-5: #ffd2b9;

    --color-span-1: #b50101;
    --color-span-red-1: #f44336;

    --color-text-animation-1: #000033;

    --color-bar-download-1: #233E4E;
    --color-bar-download-2: #f44336;
    --color-bar-download-3: #476b8f;
    /*
    --color-subheader: #f9f9fb;
    */
    --border-radius-1: 5px;
    --border-radius-2: 0px;
    /*
    --border-color-1: #20133a;
    */
    --border-color-1: #DFDFDF;
    --border-color-2: #476b8f;
    --border-image-color-1: #DFDFDF;

    --border-width-1: 10px;
    --border-width-2: 4px;
    --border-width-3: 6px;

    --size-container: 872px;
    --size-sidebar: 120px;

    --margin-section-1: 10px;
    --margin-section-2: 5px;

    --padding-section-1: 15px;
    --padding-section-2: 5px;

    --margin-animation-1: -16px;
    --margin-animation-2: -5px;
    --margin-animation-3: -6px;

    --logo-header-width: 150px;

    --navigation-path-height: 22px;

    color: var(--color-main);
}

@media (min-width:800px) {
    body {
        font: 18px/1.8 'Oswald', sans-serif;
    }
}

@media (max-width:799px) {
    body {
        font: 15px/1.8 'Oswald', sans-serif;
    }
}

li {
    padding: 0;
    margin: 0;
}

.li-fat-1 {
    padding: 0;
    margin: 0;
    margin-top: 15px;
}

ul,
ol,
dl {
    padding: 0;
    margin: 0;
}

h1,
h2,
h3,
h5,
h6 {
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    line-height: 1.3;
}

p {
    margin-top: 0;
    text-indent: 20px;
}

a img {
    border: none;
}

a {
    text-decoration: none;
    font-weight: 700;
}

a:link {
    color: darkblue;
}

a:visited {
    color: darkblue;
}

a:hover,
a:active,
a:focus {
    text-decoration: underline;
    color: darkred;
}



li a {
    font-weight: 700;
    /*
    background: var(--menu-btn-color);
    width: 100%;
    padding: 10px;
    color: white;
    border-style: solid;
    border-width: 0px;
    border-radius: var(--border-radius-1);
    border-color: var(--border-color-1);
    */
}

li a:link {
    color: color: var(--color-main);
}

li a:visited {
    color: color: var(--color-main);
}

li a:hover,
li a:active,
li a:focus {
    text-decoration: underline;
    color: darkred;
}


.main-wrap {
    width: 100%;
    margin: 0 auto;
    display: inline-block;
    text-align: center;
    /*
    display: flex;
    justify-content: center;
    */
}

.container {
    width: var(--size-container);
    max-width: 100%;
    display: inline-block;
    text-align: left;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.img-align1 {
    height: auto;
    animation: colorize 2s cubic-bezier(0, 0, .78, .36) 1;
    background: transparent;
    border: 10px solid var(--border-image-color-1);
    border-radius: 4px;
    display: block;
    margin: 1.3em auto;
    max-width: 95%;
}

.img-align2 {
    height: auto;
    animation: colorize 2s cubic-bezier(0, 0, .78, .36) 1;
    background: transparent;
    display: block;
    margin: 1.3em auto;
    max-width: 95%;
}

.img-sidebar {
    width: 80px;
    height: 80px;
    opacity: 0.5;
    margin-bottom: 30px;
}

.img-sidebar:hover {
    opacity: 1.0;
}

@keyframes colorize {
    0% {
        -webkit-filter: grayscale(100%);
        filter: grayscale(100%);
    }

    100% {
        -webkit-filter: grayscale(0%);
        filter: grayscale(0%);
    }
}

.img-footer {
    width: 200px;
    height: 79px;
    opacity: 0.5;
}

.img-footer:hover {
    opacity: 1.0;
}

header {
    width: 100%;
    background-color: var(--main-background-color);
    overflow: hidden;
    padding: 0;
}

header h1 {
    padding-top: 25px;
    padding-bottom: 25px;
    font-size: 2.7rem;
    color: var(--color-heading-h1);
    text-shadow: 2px 2px #000000;
    box-sizing: border-box;
}

/*
h2 {
    color: var(--color-heading-h2);
    margin-top: 10px;
    margin-bottom: 15px;
    padding-bottom: 5px;
    font-weight: bold;
    font-size: 1.6rem;
    border-bottom: 1px solid var(--border-color-1);
}
*/

h2 {

    /*
    text-shadow: 2px 2px white;
    */
    width: auto;
    margin-top: calc(var(--padding-section-1) * -1);
    margin-left: calc(var(--padding-section-1) * -1);
    margin-right: calc(var(--padding-section-1) * -1);
    margin-bottom: 15px;
    padding-left: calc(var(--padding-section-1) + 15px);
    padding-right: 30px;
    padding-top: 10px;
    padding-bottom: 5px;
    font-weight: bold;
    font-size: 1.6rem;
    border-top-right-radius: var(--border-radius-1);
    border-top-left-radius: var(--border-radius-1);
    border-bottom: 1px solid var(--border-color-1);
    color: var(--color-heading-h2);
    background: var(--color-background-h2);


    /*
    background: linear-gradient(#e5e5e5, #f5f5f5);
    */
}

@media (min-width:800px) {
    header h1 {
        font-size: 2.7rem;
    }

    h2 {
        font-size: 1.6rem;
        padding-left: calc(var(--padding-section-1) + 15px);
        border-top-right-radius: var(--border-radius-1);
        border-top-left-radius: var(--border-radius-1);
        margin-top: calc(var(--padding-section-1) * -1);
        margin-left: calc(var(--padding-section-1) * -1);
        margin-right: calc(var(--padding-section-1) * -1);
    }
}

@media (max-width:799px) {
    header h1 {
        font-size: 2.2rem;
    }

    h2 {
        font-size: 1.3rem;
        padding-left: calc(var(--padding-section-2) + 15px);
        border-top-right-radius: 0;
        border-top-left-radius: 0;
        margin-top: calc(var(--padding-section-2) * -1);
        margin-left: calc(var(--padding-section-2) * -1);
        margin-right: calc(var(--padding-section-2) * -1);
    }
}

h3 {
    color: var(--color-heading-h2);
    margin-top: 25px;
    margin-bottom: 15px;
    padding-bottom: 3px;
    font-weight: bold;
    font-size: 1.3rem;
    padding-left: calc(var(--padding-section-1) + 15px);
    border-bottom: 1px solid var(--border-color-1);
}

@media (min-width:800px) {
    h3 {
        font-size: 1.3rem;
        padding-left: 15px;
    }
}

@media (max-width:799px) {
    h3 {
        font-size: 1.1rem;
        padding-left: 15px;
    }
}

h4 {
    color: var(--color-heading-h2);
    margin-bottom: 20px;
    padding-bottom: 5px;
    font-weight: bold;
    font-size: 1.0rem;
    border-bottom: 1px solid var(--border-color-1);
}

/*
.sidebar1 {
    width: auto;
    height: 100%;
    margin-left: calc(var(--margin-section-1) - 5px);
    margin-top: 50px;
    vertical-align: top;
    display: inline-block;
}
*/

.sidebar1 {
    width: auto;
    height: 100%;
    margin-left: var(--margin-section-1);
    margin-top: 50px;
    vertical-align: top;
    display: inline-block;
    position: fixed;
}

.sidebar2 {
    max-width: var(--size-sidebar);
    min-width: var(--size-sidebar);
    height: 100%;
    margin-right: 10px;
    margin-top: 50px;
    vertical-align: top;
    display: inline-block;
    /*
    float: right;
    width: 280px;
    background-color: #EADCAE;
    padding-bottom: 10px;
    */
}

@media (min-width:1160px) {
    .sidebar1 {
        display: inline-block;
    }
}

@media (max-width:1159px) {
    .sidebar1 {
        display: none;
    }
}

/*
@media (min-width:1050px) {
    .sidebar1 {
        display: inline-block;
    }
}

@media (max-width:1049px) {
    .sidebar1 {
        display: none;
    }
}
*/
.content {
    margin: 0;
    padding: 0;
    width: var(--size-container);
    max-width: 100%;
    float: center;
    background-color: var(--main-background-color);
    text-align: left;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.content ul,
.content ol {
    padding: 0 50px 15px 50px;
}

@media (min-width:800px) {

    .content ul,
    .content ol {
        padding: 0 50px 15px 50px;
    }
}

@media (max-width:799px) {

    .content ul,
    .content ol {
        padding: 0 30px 10px 30px;
    }
}

ol.nav,
ul.nav {
    list-style: none;
    border-top: 1px solid #666;
    margin-bottom: 15px;
}

ol.nav,
ul.nav li {
    border-bottom: 1px solid #666;
}

ol.nav a,
ol.nav a:visited,
ul.nav a,
ul.nav a:visited {
    padding: 5px 5px 5px 15px;
    display: block;
    width: 260px;
    text-decoration: none;
    background-color: #C6D580;
}

ol.nav a:hover,
ol.nav a:active,
ol.nav a:focus,
ul.nav a:hover,
ul.nav a:active,
ul.nav a:focus {
    background-color: #ADB96E;
    color: #FFF;
}

header,
section,
footer,
aside,
article,
figure {
    display: block;
}

strong {
    /*
    color: var(--color-main);
    */
}

a.download-button {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: white !important;
    padding: 10px 16px;
    border-radius: 6px;
    background-repeat: no-repeat;
    background-position: right 20px center;
    background-size: 30px;
    padding-right: 30px;
    font-size: 20px;
    max-width: 100%;
    line-height: 38px;
    background-color: #5cb85c;
    border-color: #4cae4c;
    background-image: url('../images/download-button-arrow.png');
    text-decoration: none;
    width: 250px;
}

a.download-button:hover {
    text-decoration: none;
    background-color: #449d44;
    border-color: #398439;
    color: white;
}

a.button13 {
    display: inline-block;
    width: 15em;
    font-size: 80%;
    color: rgba(255, 255, 255, .9);
    text-shadow: #2e7ebd 0 1px 2px;
    text-decoration: none;
    text-align: center;
    text-indent: 0;
    line-height: 1.3;
    white-space: pre-line;
    padding: .7em 0;
    border: 1px solid;
    border-color: #60a3d8 #2970a9 #2970a9 #60a3d8;
    border-radius: 5px;
    outline: none;
    background: #60a3d8 linear-gradient(#89bbe2, #60a3d8 50%, #378bce);
    box-shadow: inset rgba(255, 255, 255, .5) 1px 1px;
}

a.button13 span {
    font-size: 180%;
    font-weight: 700;
}

a.button13:hover {
    color: rgb(255, 255, 255);
    background-image: linear-gradient(#9dc7e7, #74afdd 50%, #378bce);
}

a.button13:active {
    color: rgb(255, 255, 255);
    border-color: #2970a9;
    background-image: linear-gradient(#5796c8, #6aa2ce);
    box-shadow: none;
}

.menu1 {
    margin: 0;
    padding: 0;
    left: 1px;
    top: 1px;
}

.emptyheader {
    position: absolute;
    padding: 1px;
    bottom: 0;
    width: 828px;
    background: #99CCFF;
}

.emptyheader2 {
    position: absolute;
    padding: 1px;
    top: 0;
    width: 828px;
    background: #99CCFF;
}

.relative1 {
    position: absolute;
    left: 20px;
    width: 100px;
    height: 100px;
    vertical-align: middle;
    text-align: center;
}

.relative2 {
    position: absolute;
    text-align: center;
    top: 25px;
    left: 25px;
    width: 100%;
}

.relative3 {
    position: absolute;
    text-align: center;
    vertical-align: middle;
    top: 60px;
    width: 100%;
}

.relative3 a {
    text-decoration: none;
    color: white;
}

.smallfont1 {
    font-size: 45%;
}

.subcaption1 {
    color: #660000;
    background-color: #FFFFFF;
    padding: 5px 15px;
    margin: 15px 0 15px 0;
    font-weight: bold;
    font-size: 18px;
    border-radius: 6px;
    border-style: solid;
    border-width: 1px;
    border-radius: 10px;
    border-color: #BFBFBF;
}

.subcaption2 {
    color: var(--color-heading);
    background-color: #FFFFFF;
    margin-bottom: 15px;
    padding-bottom: 5px;
    font-weight: bold;
    font-size: 1.3rem;
    border-bottom: 1px solid #BFBFBF;
}

.arxdatabox {
    display: inline-block;
    width: 360px;
    height: 600px;
    background-color: #FFFFFF;
    margin: 15px;
    border-style: solid;
    border-width: 1px;
    border-radius: 10px;
    border-color: #DFDFDF;
    vertical-align: top;
}

.newsbox {
    width: 730px;
    background-color: #FFFFFF;
    padding: 5px 15px;
    margin: 15px;
    vertical-align: top;
}

.textbox1 {
    background-color: #FFFFFF;
    margin: 15px 5px;
    border-style: solid;
    border-width: 1px;
    border-radius: 10px;
    border-color: #DFDFDF;
    vertical-align: top;
}

.logobox {
    position: relative;
    top: 15px;
    left: 20px;
}

.smalltext1 {
    font-size: 70%;
    /* Размер шрифта в процентах */
}

.pricecaption {
    float: left;
    width: 20%;
    vertical-align: top;
    font-size: 40px;
    padding: 10px 20px 10px 40px;
    color: #AA0002;
    font-weight: 700;
    margin-top: 5px;
    text-align: center;
    text-shadow: 1px 1px #969696;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.buytext {
    float: right;
    width: 80%;
    text-align: left;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

@media (min-width:700px) {
    .buytext {
        width: 80%;
    }
}

@media (max-width:699px) {
    .buytext {
        width: 100%;
    }
}

.buybutton {
    margin: 10px 10px;
    z-index: 90;
    padding: 20px 20px;
    display: inline-block;
    width: auto;
    text-align: center;
    border-style: solid;
    border-width: 1px;
    border-radius: var(--border-radius-1);
    border-color: var(--border-color-1);

}

.buybutton-wrap {

    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: -15px;

    padding: 0;
    width: auto;
    display: block;
    text-align: center;
    box-sizing: border-box;
    overflow: auto;
}

.animation-wrap-1 {

    margin-left: var(--margin-animation-1);
    margin-right: var(--margin-animation-1);
    margin-top: 15px;

    padding: 0;
    width: auto;
    display: block;
    text-align: center;
    box-sizing: border-box;
    overflow: auto;
}

@media (min-width: 800px) {
    .animation-wrap-1 {
        margin-left: var(--margin-animation-1);
        margin-right: var(--margin-animation-1);
    }
}

@media (max-width: 799px) {
    .animation-wrap-1 {
        margin-left: var(--margin-animation-2);
        margin-right: var(--margin-animation-2);
    }
}

.download-wrap-1 {
    margin-left: var(--margin-animation-1);
    margin-right: var(--margin-animation-1);

    padding: 0;
    width: auto;
    display: block;
    text-align: center;
    box-sizing: border-box;
    overflow: auto;
}

@media (min-width: 800px) {
    .download-wrap-1 {
        margin-left: var(--margin-animation-1);
        margin-right: var(--margin-animation-1);
    }
}

@media (max-width: 799px) {
    .download-wrap-1 {
        margin-left: var(--margin-animation-3);
        margin-right: var(--margin-animation-3);
    }
}

.order-wrap-1 {
    margin-left: calc(var(--padding-section-1) * -1);
    margin-right: calc(var(--padding-section-1) * -1);
    margin-bottom: calc(var(--padding-section-1) * -1);

    padding: 0;
    width: auto;
    display: block;
    text-align: center;
    box-sizing: border-box;
    overflow: auto;
}

@media (min-width: 800px) {
    .order-wrap-1 {
        margin-left: calc(var(--padding-section-1) * -1);
        margin-right: calc(var(--padding-section-1) * -1);
        margin-bottom: calc(var(--padding-section-1) * -1);
    }
}

@media (max-width: 799px) {
    .order-wrap-1 {
        margin-left: calc(var(--padding-section-2) * -1);
        margin-right: calc(var(--padding-section-2) * -1);
        margin-bottom: calc(var(--padding-section-2) * -1);
    }
}

.pricecaption-wrap-1 {
    overflow: auto;
}

.buybutton-wrap section {

    margin: 15px 0 0 0;
}

.download-align-1 {
    width: 100%;
    margin-top: 15px;
    text-align: left;
}

.download-align-1 ul {
    padding: 0;
    padding-left: 50px;
    box-sizing: border-box;
    width: 100%;
}

.download-wrap-main-1 {
    widows: 100%;
    overflow: auto;
}

.download-wrap-img-1 {
    width: 100%;
    margin-bottom: 10px;
    color: var(--color-heading-h2);
    font-size: 70px;
    line-height: 0;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.download-img-1 {
    width: 90px;
    height: 90px;
}

.download-wrap-btn-1 {
    width: 100%;
    text-align: center;
}

.align1 {
    clear: left;
    text-align: center;
    padding: 15px 0;
}

.align1 a {
    margin-left: 10px;
    margin-right: 10px;
    text-decoration: none;
}

.align2 {
    z-index: 1;
    display: block;
    text-align: right;
    padding: 0;
    margin-top: -45px;
    margin-right: 10px;
}

.button66 {
    display: inline-block;
    *display: inline;
    zoom: 1;
    padding: 6px 20px;
    margin: 0;
    cursor: pointer;
    border: 1px solid #bbb;
    overflow: visible;
    font: bold 13px arial, helvetica, sans-serif;
    text-decoration: none;
    white-space: nowrap;
    color: #555;
    background-color: #ddd;
    background-image: linear-gradient(top, rgba(255, 255, 255, 1),
            rgba(255, 255, 255, 0)),
        url(data:image/png;base64,iVBORw0KGg[...]QmCC);
    transition: background-color .2s ease-out;
    background-clip: padding-box;
    /* Fix bleeding */
    border-radius: 3px;
    box-shadow: 0 1px 0 rgba(0, 0, 0, .3),
        0 2px 2px -1px rgba(0, 0, 0, .5),
        0 1px 0 rgba(255, 255, 255, .3) inset;
    text-shadow: 0 1px 0 rgba(255, 255, 255, .9);
}

.button66:hover {
    background-color: #eee;
    color: #555;
}

.button66:active {
    background: #e9e9e9;
    position: relative;
    top: 1px;
    text-shadow: none;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .3) inset;
}

.button66.color {
    color: #fff;
    text-shadow: 0 1px 0 rgba(0, 0, 0, .2);
    background-image: linear-gradient(top, rgba(255, 255, 255, .3),
            rgba(255, 255, 255, 0));
}

.button66.green {
    background-color: #57a957;
    border-color: #57a957;
}

.button66.green:hover {
    background-color: #62c462;
}

.button66.green:active {
    background: #57a957;
}

.button66.red {
    background-color: #c43c35;
    border-color: #c43c35;
}

.button66.red:hover {
    background-color: #ee5f5b;
}

.button66.red:active {
    background: #c43c35;
}

.button66.large {
    padding: 12px 30px;
    text-transform: uppercase;
}

.button66.large:active {
    top: 2px;
}

a.footer_btn_3,
a.menu_btn_1,
a.menu_btn_2,
a.menu_btn_3 {
    display: inline-block;
    vertical-align: top;
    font-size: 13px;

    font-weight: bold;
    -webkit-font-smoothing: antialiased;
    text-transform: uppercase;
    color: #fff;
    margin: 3px 1px;
    padding: 10px 12px;
    width: 30%;
    min-width: 110px;
    height: 33px;
    border-style: solid;

    border-radius: 15px;
    text-align: center;
    transition: all .15s ease .15s;
    text-shadow: 1px 1px #000000;
    box-sizing: border-box;
}

a.footer_btn_3,
a.menu_btn_1 {
    line-height: 13px;
    border-width: 1px;
    background: var(--menu-btn-color);
    border-color: var(--menu-btn-border-color-1);
}

a.menu_btn_2 {
    line-height: 13px;
    border-width: 1px;
    background: var(--menu-color-hover);
    border-color: var(--menu-btn-border-color-2);
}

a.menu_btn_3 {
    /*
    line-height: 13px;
    border-width: 3px;
    */
    line-height: 13px;
    border-width: 1px;
    background: var(--menu-btn-color);
    border-color: var(--menu-btn-border-color-3);

    background-image: linear-gradient(270deg, rgba(100, 181, 239, 0) 48.44%, #64b5ef 75.52%, rgba(100, 181, 239, 0) 100%);
    background-repeat: no-repeat;
    animation: bg-move linear 3s infinite;
}

a.footer_btn_3:hover,
a.footer_btn_3:active,
a.menu_btn_1:hover,
a.menu_btn_1:active {
    text-decoration: none;
    color: #fff;
    background: var(--menu-color-hover);
}

a.menu_btn_3:hover,
a.menu_btn_3:active {
    text-decoration: none;
    color: #fff;
    background: var(--menu-color-hover);
    border-color: var(--menu-color-hover);
}

@media (min-width:800px) {
    a.menu_btn_1 {}

    a.menu_btn_2 {}
}

@media (max-width:799px) {
    a.menu_btn_1 {}

    a.menu_btn_2 {}
}

.header {
    width: 100%;
}

.navigation {
    /*
    display: flex;
    justify-content: space-between;
    */
    /*
    background: #ecf3f8;
    */
    float: left;
    width: 100%;
    bottom: 0;
    padding: 5px;
    vertical-align: bottom;
    text-align: center;
    background-color: var(--menu-btn-color);
    box-sizing: border-box;
}

.navigation-path {
    margin: 0;
    padding-left: 20px;
    text-align: left;
    position: relative;
    width: auto;
    top: calc(var(--border-width-3) * -1 - var(--navigation-path-height) - 5px);
    left: calc(var(--logo-header-width) + 4px);
    background: none;
    height: var(--navigation-path-height);
    vertical-align: middle;

    font-size: 14px;
    font-weight: 500;
    color: #d1d1d1;
    /*
    background-color: var(--menu-color-hover);
    */
}

.navigation-path a {
    font-size: 14px;
    font-weight: 500;
    color: #d1d1d1;
}

.navigation-path a:hover,
.navigation-path a:active {
    text-decoration: none;
}


@media (min-width:800px) {
    .navigation-path {
        left: calc(var(--logo-header-width) + 4px);
    }
}

@media (max-width:799px) {
    .navigation-path {
        left: 0;
    }
}

.float-div-1 {
    text-align: left;
    position: relative;
    display: inline-block;
    top: -30px;
    left: 160px;
    background: yellow;
    height: 40px;
}

.float-div-2 {
    display: inline-block;
    height: 60px;
}

.footer-navigation {
    float: left;
    width: 100%;
    bottom: 0;
    padding: 5px;
    vertical-align: bottom;
    text-align: center;
    background-color: var(--menu-btn-color);
    box-sizing: border-box;
}

.logo-box {
    content: "TTT";
    float: left;
    width: 40%;
    height: 100%;
    background: var(--color-note-1);
}

footer {
    width: 100%;
    background-color: var(--main-background-color);
    padding: 0;
}


section {
    margin-bottom: var(--margin-section-1);
    padding: var(--padding-section-1);

    border-left: 1px solid var(--border-color-1);
    border-right: 1px solid var(--border-color-1);
    border-top: 1px solid var(--border-color-1);
    border-bottom: 1px solid var(--border-color-1);

    border-radius: var(--border-radius-1);
    vertical-align: top;
    background: var(--color-section);
    box-sizing: border-box;
}

@media (min-width:800px) {
    section {
        margin-bottom: var(--margin-section-1);
        padding: var(--padding-section-1);
        border-radius: var(--border-radius-1);
        border-left: 1px solid var(--border-color-1);
        border-right: 1px solid var(--border-color-1);
    }

    footer {
        border-top-left-radius: var(--border-radius-1);
        border-top-right-radius: var(--border-radius-1);
    }
}

@media (max-width:799px) {
    section {
        margin-bottom: var(--margin-section-2);
        padding: var(--padding-section-2);
        border-radius: var(--border-radius-2);
        border-left: 0;
        border-right: 0;
    }

    footer {
        border-top-left-radius: var(--border-radius-2);
        border-top-right-radius: var(--border-radius-2);
    }
}

.download-50-left {
    margin: 0;
    padding-top: 15px;
    padding-bottom: 30px;
    padding-left: 30px;
    padding-right: 30px;
    display: inline-block;
    width: 50%;
    box-sizing: border-box;
    background: #f5f5f5;

    border-left: 1px solid var(--border-color-2);
    border-right: 1px solid var(--border-color-1);
}

.download-50-right {
    /*
    padding: 0 0 0 calc(var(--margin-section-1) / 2);
    */
    margin: 0;
    padding-top: 15px;
    padding-bottom: 30px;
    padding-left: 30px;
    padding-right: 30px;
    float: right;
    width: 50%;
    box-sizing: border-box;
    background: #f5f5f5;
    border-right: 1px solid var(--border-color-2);
}

@media (min-width:650px) {
    .download-50-left {
        width: 50%;
        border-left: 1px solid var(--border-color-2);
        border-right: 1px solid var(--border-color-1);
    }

    .download-50-right {
        width: 50%;
        border-left: 0;
        border-right: 1px solid var(--border-color-2);
    }
}

@media (max-width:649px) {
    .download-50-left {
        width: 100%;
        border-left: 1px solid var(--border-color-2);
        border-right: 1px solid var(--border-color-2);
    }

    .download-50-right {
        width: 100%;
        border-left: 1px solid var(--border-color-2);
        border-right: 1px solid var(--border-color-2);
    }
}

.order-50-left {
    margin: 0;
    padding-top: 15px;
    padding-bottom: 30px;
    padding-left: 30px;
    padding-right: 30px;
    display: inline-block;
    width: 50%;
    box-sizing: border-box;
    background: #f5f5f5;
    border-bottom-left-radius: var(--border-radius-1);

    border-top: 1px solid var(--border-color-1);
    border-right: 1px solid var(--border-color-1);
}

.order-50-right {
    /*
    padding: 0 0 0 calc(var(--margin-section-1) / 2);
    */
    margin: 0;
    padding-top: 15px;
    padding-bottom: 30px;
    padding-left: 30px;
    padding-right: 30px;
    float: right;
    width: 50%;
    box-sizing: border-box;
    border-bottom-right-radius: var(--border-radius-1);
    border-top: 1px solid var(--border-color-1);
    background: #f5f5f5;
}

@media (min-width:650px) {
    .order-50-left {
        width: 50%;
        border-right: 1px solid var(--border-color-1);
        border-bottom-left-radius: var(--border-radius-1);
    }

    .order-50-right {
        width: 50%;
        border-bottom-right-radius: var(--border-radius-1);
    }
}

@media (max-width:649px) {
    .order-50-left {
        width: 100%;
        border-right: 0;
        border-bottom-left-radius: 0;
    }

    .order-50-right {
        width: 100%;
        border-bottom-right-radius: 0;
    }
}

.section-50-left {
    margin: 0;
    padding-top: 15px;
    padding-bottom: 20px;
    padding-left: 30px;
    padding-right: 30px;
    display: inline-block;
    width: 50%;
    box-sizing: border-box;

    border-top: 1px solid var(--border-color-1);
    border-right: 1px solid var(--border-color-1);
}

.section-50-right {
    /*
    padding: 0 0 0 calc(var(--margin-section-1) / 2);
    */
    margin: 0;
    padding-top: 15px;
    padding-bottom: 20px;
    padding-left: 30px;
    padding-right: 30px;
    float: right;
    width: 50%;
    box-sizing: border-box;
    border-top: 1px solid var(--border-color-1);
}

/*
@media (min-width:800px) {
    .section-50-left {
        width: 50%;
        padding: 0 calc(var(--margin-section-1) / 2) 0 0;
        margin-bottom: 15px;
    }

    .section-50-right {
        width: 50%;
        padding: 0 0 0 calc(var(--margin-section-1) / 2);
    }
}

@media (max-width:799px) {
    .section-50-left {
        width: 100%;
        padding: 0;
        margin-bottom: 0;
    }

    .section-50-right {
        width: 100%;
        padding: 0;
    }
}
*/


a.footer_btn_1 {
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    line-height: 17px;
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
    text-transform: uppercase;
    color: #fff;
    background: var(--menu-color-hover);
    margin: 3px 1px;
    padding: 10px 40px;
    height: 17px;
    border-radius: 17px;
    text-align: center;
    transition: all .15s ease .15s;
    text-shadow: 1px 1px #000000;
}

a.footer_btn_1:hover,
a.footer_btn_1:active {
    text-decoration: none;
    color: #fff;
    background: var(--menu-color-hover);
}

a.footer_btn_1.shine {
    background-image: linear-gradient(270deg, rgba(100, 181, 239, 0) 48.44%, #64b5ef 75.52%, rgba(100, 181, 239, 0) 100%);
    background-repeat: no-repeat;
    animation: bg-move linear 4s infinite;
}

a.footer_btn_2 {
    display: inline-block;
    vertical-align: top;
    font-size: 13px;
    line-height: 13px;
    font-weight: bold;
    white-space: nowrap;
    -webkit-font-smoothing: antialiased;
    text-transform: uppercase;
    color: #fff;
    /*
    background: #dd9900;
    */
    background: #5F8F00;
    margin: 3px 1px;
    padding: 10px 40px;
    height: 33px;
    border-radius: 10px;
    text-align: center;
    transition: all .15s ease .15s;
    text-shadow: 1px 1px #000000;
    box-sizing: border-box;
}

a.footer_btn_2:hover,
a.footer_btn_2:active {
    text-decoration: none;
    color: #fff;
    background: #6C9814;
}

a.footer_btn_2.shine {
    background-image: linear-gradient(270deg, rgba(100, 181, 239, 0) 48.44%, #64b5ef 75.52%, rgba(100, 181, 239, 0) 100%);
    background-repeat: no-repeat;
    animation: bg-move linear 4s infinite;
}

/* Start: Buy Button */
a.buy_btn_1 {
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    line-height: 17px;
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
    text-transform: uppercase;
    color: #fff;
    background: var(--menu-btn-color);
    margin: 3px 1px;
    padding: 10px 40px;
    height: 17px;
    border-radius: 17px;

    border-style: solid;
    border-width: 5px;
    border-color: var(--color-subheader);

    text-align: center;
    transition: all .15s ease .15s;
}

a.buy_btn_1:hover,
a.buy_btn_1:active {
    text-decoration: none;
    color: #fff;
    background: var(--menu-color-hover);
}

a.buy_btn_1.shine {
    background-image: linear-gradient(270deg, rgba(100, 181, 239, 0) 48.44%, #64b5ef 75.52%, rgba(100, 181, 239, 0) 100%);
    background-repeat: no-repeat;
    animation: bg-move linear 4s infinite;
}

/* End: Buy Button */

/* Start: Download Button */
a.download_btn_1 {
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    line-height: 17px;
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
    text-transform: uppercase;
    color: #fff;
    background: var(--menu-btn-color);
    margin: 3px 1px;
    padding: 10px 40px;
    height: 17px;
    border-radius: 17px;

    border-style: solid;
    border-width: 5px;
    border-color: var(--color-subheader);

    text-align: center;
    transition: all .15s ease .15s;
}

a.download_btn_1:hover,
a.download_btn_1:active {
    text-decoration: none;
    color: #fff;
    background: var(--menu-color-hover);
}

a.download_btn_1.shine {
    background-image: linear-gradient(270deg, rgba(100, 181, 239, 0) 48.44%, #64b5ef 75.52%, rgba(100, 181, 239, 0) 100%);
    background-repeat: no-repeat;
    animation: bg-move linear 4s infinite;
}

/* End: Download Button */

/* Start: Article Button */
a.article_btn_1 {
    display: inline-block;
    vertical-align: bottom;
    font-size: 14px;
    line-height: 17px;
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
    text-transform: uppercase;
    color: #fff;
    background: var(--menu-btn-color);
    margin: 3px 1px;
    padding: 12px 40px;
    height: 17px;
    border-radius: 17px;

    text-align: center;
    transition: all .15s ease .15s;
}

a.article_btn_1:hover,
a.article_btn_1:active {
    text-decoration: none;
    color: #fff;
    background: var(--menu-color-hover);
}

a.article_btn_1.shine {
    background-image: linear-gradient(270deg, rgba(100, 181, 239, 0) 48.44%, #64b5ef 75.52%, rgba(100, 181, 239, 0) 100%);
    background-repeat: no-repeat;
    animation: bg-move linear 4s infinite;
}

/* End: Download Button */

@-webkit-keyframes bg-move {
    0% {
        background-position: -500px 0;
    }

    100% {
        background-position: 1000px 0;
    }
}

@keyframes bg-move {
    0% {
        background-position: -500px 0;
    }

    100% {
        background-position: 1000px 0;
    }
}

.subheader_1 {
    width: 100%;
    height: auto;

    margin: 0;

    background-color: var(--color-subheader);
    background-image: url("../images/header-background-1.png");
    background-position: bottom right;
    background-repeat: no-repeat;

    /*
    background: var(--color-subheader);
    */
    border-top-left-radius: var(--border-radius-1);
    border-top-right-radius: var(--border-radius-1);
    vertical-align: top;
    text-align: center;
    overflow: hidden;

    /*
    border-style: solid;
    border-width: 1px;
    border-color: var(--border-color-1);
    */
}

@media (min-width: 800px) {
    .subheader_1 {
        border-top-left-radius: var(--border-radius-1);
        border-top-right-radius: var(--border-radius-1);
    }
}

@media (max-width: 799px) {
    .subheader_1 {
        border-top-left-radius: var(--border-radius-2);
        border-top-right-radius: var(--border-radius-2);
    }
}

.img-float {
    float: left;
    margin-right: 15px;
    margin-bottom: 15px;
}

.img-inline-1 {
    display: inline-block;
    float: left;
    padding-top: 30px;
    margin-right: 10px;
    margin-bottom: 15px;
}

.img-text-wrap-1 {
    width: 100%;
    text-align: center;
}

.animation-text-wrap-1 {
    width: auto;
    margin-bottom: 15px;
    padding-bottom: var(--border-width-1);
    margin-left: calc(var(--padding-section-1) * -1);
    margin-right: calc(var(--padding-section-1) * -1);
    background: var(--border-image-color-1);
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    text-align: center;
}

@media (min-width: 800px) {
    .animation-text-wrap-1 {
        padding-bottom: var(--border-width-1);
        margin-left: calc(var(--padding-section-1) * -1);
        margin-right: calc(var(--padding-section-1) * -1);
    }
}

@media (max-width: 799px) {
    .animation-text-wrap-1 {
        padding-bottom: var(--border-width-2);
        margin-left: calc(var(--padding-section-2) * -1);
        margin-right: calc(var(--padding-section-2) * -1);
    }
}

.animation-text-1 {
    width: 50%;
    min-width: 250px;
    color: var(--color-text-animation-1);
    display: inline-block;
    text-align: center;
    font-size: 80%;
    line-height: 1.4;
    font-style: italic;
    font-weight: 500;
}

.animation-text-1 strong {
    font-style: normal;
    font-size: 120%;
}

.simple-wrap-1 {
    width: 100%;
    text-align: center;
    align-content: center;
}

.img-text-1 {
    width: 40%;
    min-width: 250px;
    margin-bottom: 20px;
    color: var(--color-heading-h2);
    display: inline-block;
    text-align: center;
    font-size: 80%;
    line-height: 1.4;
    font-style: italic;
    font-weight: 500;
}

.img-text-1 strong {
    font-style: normal;
    font-size: 120%;
}

a.btn-ex {
    margin-left: 10px;
    margin-right: 10px;
    border-radius: 100px;
    font-size: 15px;
    font-weight: bold;
    color: #fff;
    letter-spacing: 1px;
    padding: 10px 35px;
    text-shadow: 1px 1px #000000;
    text-transform: uppercase;
    box-shadow: 0 4px 9px 0 rgba(0, 0, 0, 0.2);
    display: inline-block;
    font-weight: 700;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    user-select: none;
    border: 1px solid transparent;
    text-decoration: none;
}

a.btn-ex-primary {
    /*
     background: #5a7ce2;
     */
    background: var(--menu-btn-color);
    background: linear-gradient(135deg, var(--menu-btn-color) 0%, #8283e8 50%, #5c5de8 51%, #565bd8 71%, #575cdb 100%);
    background-size: 400% 400%;
    animation: btn-animation-1 3s ease infinite;
    border: medium none;
}

.buy-btn-text {
    font-size: 65%;
    color: yellow;
}

@keyframes btn-animation-1 {
    0% {
        background-position: 0% 31%
    }

    50% {
        background-position: 100% 70%
    }

    100% {
        background-position: 0% 31%
    }
}

.explanation,
.explanation-2 {
    position: relative;
    font-size: 90%;
    border-radius: var(--border-radius-1);
    margin: 10px 20px 10px 20px;
    overflow: hidden;
    background: var(--color-note-2);
    font-style: italic;
}

.explanation {
    padding: 1rem 1rem 1rem 5rem;
}

.explanation-2 {
    padding: 1rem 1rem 1rem 10rem;
}

.explanation::before,
.explanation-2::before {
    text-transform: uppercase;
    font-weight: 700;
    left: 0;
    top: 0;
    display: grid;
    height: 100%;
    padding: 10px 10px;
    place-items: center;
    background: var(--color-note-1);
    color: white;
    position: absolute;
    box-sizing: border-box;
}

.explanation::before {
    content: "Note";
}

.explanation-2::before {
    content: "Примечание";
}

.blank-1 {
    width: 100%;
    height: 300px;
    content: none;
}

.blank-2 {
    width: 100%;
    height: 450px;
    content: none;
}

.blank-3 {
    width: 100%;
    height: 120px;
    content: none;
}

.blank-4 {
    width: 100%;
    height: 550px;
    content: none;
}

.table-units {
    margin-top: 10px;
    margin-bottom: 20px;
    margin-left: 10%;
    margin-right: 10%;
    table-layout: fixed;
    width: 80%;
    border-collapse: collapse;
    border: 3px solid var(--color-note-1);
    background: var(--color-note-2);
}

.blank-5 {
    width: 100%;
    height: 80px;
    content: none;
}

.table-units thead th:nth-child(1) {
    width: 20%;
}

.table-units thead th:nth-child(2) {
    width: 30%;
}

.table-units thead th:nth-child(3) {
    width: 30%;
}

.table-units th {
    padding: 10px;
}

.table-units td {
    padding: 5px;
}

.table-units td {
    text-align: center;
}

.table-units thead th {
    text-align: center;
}

.table-units tr {
    border-top: 1px solid var(--color-note-1);
}

.table-units thead th {
    background-color: var(--color-note-4);
}

.table-units tbody tr:nth-child(odd) {
    background-color: var(--color-note-2);
}

.table-units tbody tr:nth-child(even) {
    background-color: var(--color-note-4);
}

/*-------------------------*/
.table-cad {
    margin-top: 10px;
    margin-bottom: 20px;
    margin-left: 10%;
    margin-right: 10%;
    table-layout: fixed;
    width: 80%;
    border-collapse: collapse;
    border: 3px solid var(--color-note-1);
    background: var(--color-note-2);
}

.table-cad thead th:nth-child(1) {
    width: 40%;
}

.table-cad thead th:nth-child(2) {
    width: 15%;
}

.table-cad thead th:nth-child(3) {
    width: 25%;
}

.table-cad th {
    padding: 15px;
    border-right: 1px solid var(--color-note-1);
    border-bottom: 3px solid var(--color-note-1);
}

.table-cad td {
    padding: 10px;
}

.table-cad td {
    text-align: center;
    border-right: 1px solid var(--color-note-1);
}

.table-cad thead th {
    text-align: center;
}

.table-cad tr {
    border-top: 1px solid var(--color-note-1);
}

.table-cad thead th {
    background-color: var(--color-note-4);
}

.table-cad tbody tr:nth-child(1),
.table-cad tbody tr:nth-child(2) {
    background-color: var(--color-note-2);
}

.table-cad tbody tr:nth-child(3),
.table-cad tbody tr:nth-child(4) {
    background-color: var(--color-note-4);
}

.table-cad tbody tr:nth-child(5),
.table-cad tbody tr:nth-child(6) {
    background-color: var(--color-note-2);
}

.table-cad tbody tr:nth-child(7),
.table-cad tbody tr:nth-child(8) {
    background-color: var(--color-note-4);
}

.table-cad tbody tr:nth-child(9),
.table-cad tbody tr:nth-child(10) {
    background-color: var(--color-note-2);
}

.table-cad tbody tr:nth-child(11) {
    background-color: var(--color-note-4);
}

@media (min-width:800px) {
    .table-cad {
        width: 80%;
        margin-left: 10%;
        margin-right: 10%;
        font-size: 100%;
    }

    .table-cad th {
        padding: 15px;
    }

    .table-cad td {
        padding: 10px;
    }

    .table-cad thead th:nth-child(1) {
        width: 40%;
    }

    .table-cad thead th:nth-child(2) {
        width: 15%;
    }

    .table-cad thead th:nth-child(3) {
        width: 25%;
    }
}

@media (max-width: 799px) {
    .table-cad {
        width: auto;
        margin-left: var(--margin-animation-2);
        margin-right: var(--margin-animation-2);
        font-size: 90%;
    }

    .table-cad th {
        padding: 5px;
    }

    .table-cad td {
        padding: 5px;
    }

    .table-cad thead th:nth-child(1) {
        width: 70%;
    }

    .table-cad thead th:nth-child(2) {
        width: auto;
    }

    .table-cad thead th:nth-child(3) {
        width: 30%;
    }
}

/*-------------------------*/
.table-cad-2 {
    margin-top: 10px;
    margin-bottom: 20px;
    margin-left: 10%;
    margin-right: 10%;
    table-layout: fixed;
    width: 80%;
    border-collapse: collapse;
    border: 3px solid var(--color-note-1);
    background: var(--color-note-2);
    overflow: auto;
    display: block;
    box-sizing: border-box;
}

.table-cad-2 thead th:nth-child(1) {
    width: 40%;
}

.table-cad-2 thead th:nth-child(2) {
    width: 15%;
}

.table-cad-2 thead th:nth-child(3) {
    width: 25%;
}

.table-cad-2 th {
    padding: 15px;
    border-right: 1px solid var(--color-note-1);
    border-bottom: 3px solid var(--color-note-1);
}

.table-cad-2 td {
    padding: 10px;
}

.table-cad-2 td {
    text-align: center;
    border-right: 1px solid var(--color-note-1);
}

.table-cad-2 thead th {
    text-align: center;
}

.table-cad-2 tr {
    border-top: 1px solid var(--color-note-1);
}

.table-cad-2 thead th {
    background-color: var(--color-note-4);
}

.table-cad-2 tbody tr:nth-child(1),
.table-cadv tbody tr:nth-child(2) {
    background-color: var(--color-note-2);
}

.table-cad-2 tbody tr:nth-child(3),
.table-cad-2 tbody tr:nth-child(4) {
    background-color: var(--color-note-4);
}

.table-cad-2 tbody tr:nth-child(5),
.table-cad-2 tbody tr:nth-child(6) {
    background-color: var(--color-note-2);
}

.table-cad-2 tbody tr:nth-child(7),
.table-cad-2 tbody tr:nth-child(8) {
    background-color: var(--color-note-4);
}

.table-cad-2 tbody tr:nth-child(9) {
    background-color: var(--color-note-2);
}

.table-cad-2 tbody tr:nth-child(10) {
    background-color: var(--color-note-4);
}

@media (min-width: 800px) {
    .table-cad-2 {
        width: 80%;
        margin-left: 10%;
        margin-right: 10%;
        font-size: 100%;
    }

    .table-cad-2 th {
        padding: 15px;
    }

    .table-cad-2 td {
        padding: 10px;
    }

    .table-cad-2 thead th:nth-child(1) {
        width: 40%;
    }

    .table-cad-2 thead th:nth-child(2) {
        width: 15%;
    }

    .table-cad-2 thead th:nth-child(3) {
        width: 25%;
    }
}

@media (max-width:799px) {
    .table-cad-2 {
        width: auto;
        margin-left: var(--margin-animation-2);
        margin-right: var(--margin-animation-2);
        font-size: 90%;
    }

    .table-cad-2 th {
        padding: 5px;
    }

    .table-cad-2 td {
        padding: 5px;
    }

    .table-cad-2 thead th:nth-child(1) {
        width: 70%;
    }

    .table-cad-2 thead th:nth-child(2) {
        width: auto;
    }

    .table-cad-2 thead th:nth-child(3) {
        width: 30%;
    }
}

.span-1,
.span-2 {
    color: var(--color-span-1);
    font-weight: bold;
}

/*
.span-1::before {
    content: open-quote;
}

.span-1::after {
    content: close-quote;
}
*/
.span-red-1 {
    color: var(--color-span-1) !important;
}

/*
    LEVEL ONE
*/
ul.dropdown {
    position: relative;
    list-style: none;
    font-size: 90%;
}

ul.dropdown li {
    font-weight: bold;
    float: left;
    zoom: 1;
    background: #464646;
}

ul.dropdown a {
    text-decoration: none;
}

ul.dropdown a:hover {
    color: #000;
}

ul.dropdown a:active {
    color: #ffa500;
}

ul.dropdown li a {
    display: block;
    padding: 6px 16px;
    border-right: 1px solid #99CCFF;
    color: #FFFFFF;
}

ul.dropdown li:last-child a {
    border-right: none;
}

/*==================*/

.smart-player-embed-container-1 {
    z-index: 1000;
    margin-top: 15px;
    margin-left: var(--margin-animation-1);
    margin-right: var(--margin-animation-1);
    height: 0;
    width: auto;
    overflow: hidden;
    background-color: var(--border-image-color-1);

    padding-top: calc(500 / 872 * 100%);
    position: relative;

    animation: colorize 2s cubic-bezier(0, 0, .78, .36) 1;

    border: var(--border-width-1) solid var(--border-image-color-1);
    display: block;
}

@media (min-width:800px) {
    .smart-player-embed-container-1 {
        margin-left: var(--margin-animation-1);
        margin-right: var(--margin-animation-1);
        padding-top: calc(500 / 872 * 100%);
        border: var(--border-width-1) solid var(--border-image-color-1);
    }
}

@media (max-width:799px) {
    .smart-player-embed-container-1 {
        margin-left: var(--margin-animation-2);
        margin-right: var(--margin-animation-2);
        padding-top: calc(488 / 860 * 100%);
        border: var(--border-width-2) solid var(--border-image-color-1);
    }
}

.smart-player-embed-iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-width: 852px;
    max-height: 480px;
}

.smart-player-embed-iframe:-ms-fullscreen {
    max-width: 100%;
    max-height: 100%;
}

@media screen and (max-height: 480px) {
    .smart-player-embed-iframe {
        max-height: 100vh;
    }
}

/*==================*/

.animation-container-1 {

    margin: 0;
    padding: 0;
    width: 100%;

    animation: colorize 2s cubic-bezier(0, 0, .78, .36) 1;
    border: var(--border-width-1) solid var(--border-image-color-1);
    display: block;
    box-sizing: border-box;
}


@media (min-width:800px) {
    .animation-container-1 {
        border: var(--border-width-1) solid var(--border-image-color-1);
    }
}

@media (max-width:799px) {
    .animation-container-1 {
        border: var(--border-width-2) solid var(--border-image-color-1);
    }
}

.nav-wrap-1,
.nav-wrap-2 {
    margin: 0;
    padding: 0;
    display: inline-block;
    width: 49%;
    height: auto;
    box-sizing: border-box;
    text-align: right;
}

.nav-wrap-1 {
    text-align: right;
}

.nav-wrap-2 {
    text-align: left;
}

@media (min-width:800px) {
    .nav-wrap-1 {
        width: 49%;
        text-align: right;
    }

    .nav-wrap-2 {
        width: 49%;
        text-align: left;
    }
}

@media (max-width:799px) {
    .nav-wrap-1 {
        width: 100%;
        text-align: center;
    }

    .nav-wrap-2 {
        width: 100%;
        text-align: center;
    }
}

.footer-nav-wrap-1 {
    margin: 0;
    padding: 0;
    display: inline-block;
    width: 100%;
    height: auto;
    box-sizing: border-box;
}

.footer-nav-wrap-2 {
    margin: 0;
    padding: 0;
    width: 100%;
    height: auto;
    box-sizing: border-box;
}

.ssi-wrap-1 {
    padding: 0;
    margin: 0;
    display: block;
    z-index: 10100;
}

@media (min-width:800px) {
    .ssi-wrap-1 {
        display: block;
    }
}

@media (max-width:799px) {
    .ssi-wrap-1 {
        display: none;
    }
}

.nav-container {
    z-index: 10000;
    margin-top: -22px;
    margin-bottom: var(--margin-section-1);
    border-bottom-left-radius: var(--border-radius-1);
    border-bottom-right-radius: var(--border-radius-1);
    border-bottom: var(--border-width-3) solid var(--border-color-2) !important;
    overflow: auto;
    position: sticky;
    top: 0;
}

@media (min-width: 800px) {
    .nav-container {
        margin-bottom: var(--margin-section-1);
        border-bottom-left-radius: var(--border-radius-1);
        border-bottom-right-radius: var(--border-radius-1);
    }
}

@media (max-width: 799px) {
    .nav-container {
        margin-bottom: var(--margin-section-2);
        border-bottom-left-radius: var(--border-radius-2);
        border-bottom-right-radius: var(--border-radius-2);
    }
}

.sub-footer-1 {
    z-index: 10000;
    margin: 0;
    border-top-left-radius: var(--border-radius-1);
    border-top-right-radius: var(--border-radius-1);
    border-top: var(--border-width-3) solid var(--border-color-2) !important;
    overflow: auto;
    position: sticky;
    bottom: 0;
}

@media (min-width: 800px) {
    .sub-footer-1 {
        border-top-left-radius: var(--border-radius-1);
        border-top-right-radius: var(--border-radius-1);
    }
}

@media (max-width: 799px) {
    .sub-footer-1 {
        border-top-left-radius: var(--border-radius-2);
        border-top-right-radius: var(--border-radius-2);
    }
}

/*  TAB */
.w3-container {
    padding: 0.01em var(--padding-section-1);
    border-top: 10px solid var(--border-color-2) !important;
    border-left: 1px solid var(--border-color-2) !important;
    border-right: 1px solid var(--border-color-2) !important;
    border-bottom: 1px solid var(--border-color-2) !important;

}

@media (min-width: 800px) {
    .w3-container {
        padding: 0.01em var(--padding-section-1);
    }
}

@media (max-width: 799px) {
    .w3-container {
        padding: 0.01em var(--padding-section-2);
    }
}

.w3-button {
    border: none;
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
    text-decoration: none;
    color: inherit;
    background-color: inherit;
    text-align: center;
    cursor: pointer;
    white-space: nowrap
}

.w3-container:after,
.w3-container:before,
.w3-bar:before,
.w3-bar:after {
    content: "";
    display: table;
    clear: both
}

.w3-red {
    color: #fff !important;
    background-color: var(--color-bar-download-3) !important
}

.w3-bar {
    margin-top: 15px;
    width: 100%;
    overflow: hidden;
    box-sizing: border-box;
}

.w3-bar .w3-bar-item {
    font-size: 18px;
    font-family: 'Oswald', sans-serif;
    -webkit-font-smoothing: antialiased;
    padding-top: 15px;
    padding-bottom: 10px;

    float: left;
    width: 50%;
    border: none;
    display: block;
    outline: 0;
}

@media (min-width: 650px) {
    .w3-bar .w3-bar-item {
        width: 50%;
    }
}

@media (max-width: 649px) {
    .w3-bar .w3-bar-item {
        width: 100%;
    }
}

.w3-bar .w3-button {
    white-space: normal
}

.w3-button {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.w3-button:disabled {
    cursor: not-allowed;
    opacity: 0.3
}

.w3-button:hover {
    color: #000 !important;
    background-color: #ccc !important
}

.w3-black {
    color: #fff !important;
    background-color: var(--color-bar-download-1) !important;
    border-top: 3px solid var(--border-color-2) !important;
    border-left: 3px solid var(--border-color-2) !important;
    border-right: 3px solid var(--border-color-2) !important;
}

.w3-animate-opacity {
    animation: opac 0.8s
}

@keyframes opac {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}



.tbl-1 {
    overflow: auto;

}

.tbl-1::after,
.tbl-1::before {
    content: "";
    display: table;
    clear: both;
}

.tbl-2 {
    height: 60px;
    width: 100px;
    background: green;
    float: left;
}

.tbl-3 {
    height: 60px;
    overflow: hidden;
    background: red;
}

.header-column-1 {
    display: table-cell;
    vertical-align: middle;
    background: var(--color-note-3);
    border-top-left-radius: var(--border-radius-1);
    border-bottom: var(--border-width-3) solid var(--border-color-2) !important;
}

.header-column-1::after,
.header-column-1::before {
    content: "";
    display: table;
    clear: both;
}

.header-column-2 {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    margin: 0;
    padding: 10px;
    table-layout: fixed;

    text-align: center;
    background-color: var(--color-subheader);
    background-image: url("../images/header-background-1.png");
    background-position: bottom right;
    background-repeat: no-repeat;
    border-top-right-radius: var(--border-radius-1);
    border-bottom: var(--border-width-3) solid var(--color-note-3) !important;

}

.header-column-2::after,
.header-column-2::before {
    content: "";
    display: table;
    clear: both;
}

.column-content-1 {
    width: var(--logo-header-width);
    min-height: 190px;
    margin-left: 4px;
    background-image: url("../images/areatester-dbl-logo-2.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 80px 114px;

}

.column-content-2 {
    width: 0;
    min-height: 100px;
}

@media (min-width:800px) {
    .header-column-1 {
        display: table-cell;
    }

    .header-column-2 {
        width: 100%;
        padding: 10px;
        border-top-right-radius: var(--border-radius-1);
    }
}

@media (max-width:799px) {
    .header-column-1 {
        display: none;
    }

    .header-column-2 {
        padding: 30px 10px 30px 10px;
        border-top-right-radius: 0;
    }
}

.header-table {
    display: table;
    width: 100%;
}

.footer-table {
    display: table;
    width: 100%;
}

.footer-column-1 {
    display: table-cell;
    vertical-align: middle;
    background: var(--color-note-3);
    border-bottom-left-radius: var(--border-radius-1);
}

.footer-column-1::after,
.footer-column-1::before {
    content: "";
    display: table;
    clear: both;
}

.footer-column-2 {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    margin: 0;
    padding: 10px;
    table-layout: fixed;

    text-align: center;
    background-color: var(--color-subheader);
    border-bottom-left-radius: var(--border-radius-1);
    border-bottom-right-radius: var(--border-radius-1);
}

.footer-column-2::after,
.footer-column-2::before {
    content: "";
    display: table;
    clear: both;
}

@media (min-width:800px) {
    .footer-column-1 {
        display: table-cell;
    }

    .footer-column-2 {
        width: 100%;
        padding: 10px;
        border-bottom-left-radius: var(--border-radius-1);
        border-bottom-right-radius: var(--border-radius-1);
    }
}

@media (max-width:799px) {
    .footer-column-1 {
        display: none;
    }

    .footer-column-2 {
        padding: 30px 10px 30px 10px;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }
}

.sub-footer-table {
    display: table;
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
}

@media (min-width:800px) {
    .sub-footer-table {
        width: 90%;
        margin-left: 5%;
        margin-right: 5%;
    }
}

@media (max-width:799px) {
    .sub-footer-table {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }
}

.sub-footer-column-1 {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    margin: 0;
    padding: 10px;
    table-layout: fixed;
    font-size: 12px;
    line-height: 1.2;
    /*
    font-size: calc(0.5vw + 0.5vh + 0.1vmin);
    */
    font-weight: bold;
    color: white;
    text-align: center;
    text-transform: uppercase;
}

.sub-footer-column-1::after {
    content: "";
    display: table;
    clear: both;
}


.sub-footer-column-1::before {
    content: "";
    display: table;
    clear: both;
}

.sub-footer-column-2 {
    display: table-cell;
    vertical-align: middle;
    width: auto;
}

.sub-footer-column-2::after,
.sub-footer-column-2::before {
    content: "";
    display: table;
    clear: both;
}

.dbl-color-1 {
    color: #ffe760
}
