/* MAIN START*/

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

html {
    scroll-behavior: smooth;
    overflow-x: hidden;
}

body,
header,
section {
    height: 100vh;
    width: 100vw;
    background-size: cover;
    color: #333;
}

footer {
    width: 100wv;
    background-size: cover;
    background-color: #213986;
}

section {
    background-image: linear-gradient(180deg, #f5f9fc 0%, #fff 100%);
}

#toTop {
    width: 100px;
    height: 100px;
    text-align: center;
    position: fixed;
    bottom: 10px;
    /* отступ кнопки от нижнего края страницы*/
    right: 10px;
    display: none;
    z-index: 999;
}

#toTop i {
    font-size: 100px;
    color: #2844a1;
    cursor: pointer;
}

::-webkit-scrollbar {
    display: none;
}

.title {
    text-align: center;
    margin-bottom: 35px;
}

.content {
    margin: 0 auto;
}

.container {
    display: block;
    width: 100%;
    max-width: 1200px;
    text-align: center;
    margin: 0 auto;
    padding: 60px 0;
}

/* MAIN END */
/* INPUT START */
input[type="text"],
input[type="password"],
input[type="email"] {
    border: 1px solid #cccccc;
    border-radius: 3px;
    -webkiot-border-radius: 3px;
    -moz-brder-radius: 3px;
    -khtml-border-radius: 3px;
    background: #ffffff !important;
    outline: none;
    height: 50px;
    width: 120px;
    color: #cccccc;
    font-size: 44px;
    font-family: Tahoma;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus {
    color: #000000;
    border: 1px solid #000000
}

label,
#text,
#outusd,
#outgrn {
    font-size: 40px;
}

/* INPUT END */


/* PROGRESS START */
.progress {
    height: 8px;
    width: 0%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #3a55ac;
    z-index: 99;
}

/* PROGRESS END */

/* PRELOADER START */
.dws-progress-bar {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 100;
}

.progress-percentage {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 40px;
    font-family: "Verdana", sans-serif;
    font-weight: bold;
    color: #213986;
}

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 100;
    background-color: #fff;
}

/* PRELOADER END */

/* FONT START */

h1 {
    font-family: 'PT Serif', sans-serif;
    font-size: 74px;
}

h2 {
    font-family: 'PT Serif', sans-serif;
    font-size: 58px;
}

h3 {
    font-family: 'Georgia', sans-serif;
    font-size: 32px;
}

p {
    font-family: 'Arial', sans-serif;
    font-size: 22px;
}

/* FONT END */

/* MENU START */

.upper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #213986;
    position: sticky;
    top: 0;
    z-index: 98;
}

.head-link {
    width: calc(100% - 125px);
    font-family: 'Montserrat', sans-serif;
    display: table;
}

svg {
    width: 15%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.head-link .topmenu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.head-link .link {
    text-decoration: none;
    color: #f4f4f4;
    font-size: 26px;
    font-family: 'Noto Sans', sans-serif;
    display: inline-block;
    position: relative;
    transition: all .2s linear;
}

.head-link .link::before {
    display: block;
    position: absolute;
    content: "";
    height: 2px;
    width: 0;
    background-color: #f4f4f4;
    transition: width .5s ease-in-out, left .5s ease-in-out;
    left: 50%;
    bottom: 0;
}

.head-link .link::after {
    display: block;
    position: absolute;
    content: "";
    height: 2px;
    width: 0;
    background-color: #f4f4f4;
    transition: width .5s ease-in-out;
    left: 50%;
    bottom: 0;
}

.head-link .link:hover {
    text-shadow: 1px 1px 2px black, 0 0 1em #f4f4f4;
}

.head-link .link:hover::before {
    width: 50%;
    left: 0;
}

.head-link .link:hover::after {
    width: 50%;
}

li {
    line-height: 125px;
}

/* MENU END */

/* THEME START */

.theme-link {
    display: flex;
    align-items: center;
}

.theme-link li {
    margin-right: 10px;
}

.theme-link a {
    width: 50px;
    height: 50px;
    display: block;
}

#dark {
    background-color: black;
}

#light {
    background-color: #fff;
}

#blue {
    background-color: #2844a1;
}

#birch {
    background-color: #64FCC9;
}

li>input {
    width: 50px;
    height: 50px;
    display: block;
    color: #333;
    border: none;
}

/* THEME END */

/* HEADER START */

header {
    background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(../images/bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
    background-attachment: fixed;
    height: calc(100vh - 129px);
    min-height: 400px;
    color: #fff;
    text-align: center;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.header-intro {
    margin: 0 auto;
}

.header-text p {
    font-size: 38px;
    color: #EEE
}

.header-btn {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 50px;
    z-index: 1;
    margin: 0 auto;
}

.btn-inner {
    display: block;
    margin: 0 auto;
}

.btn-inner .fas {
    transition: color .2s linear;
}

.btn-inner a:hover .fas {
    color: #213986;
}

.btn-inner .fas {
    font-size: 55px;
    color: white;
}

/* HEADER END */

/* SECTION 1 START */

#clockdiv {
    font-family: sans-serif;
    color: #fff;
    display: inline-block;
    font-weight: 100;
    text-align: center;
    font-size: 100px;
    padding: 30px;
    background: #5a7be7;
    border-radius: 10px;
}

#clockdiv>div {
    padding: 20px;
    border-radius: 10px;
    background: #5a7be7;
    display: inline-block;

}

#clockdiv div>span {
    padding: 25px;
    border-radius: 10px;
    background: #3a55ac;
    display: inline-block;
    width: 150px;
    text-align: center;
}

.smalltext {
    padding-top: 5px;
    font-size: 26px;
}

#clockdiv.hidden {
    display: none;
}

.getstarted {
    border: 5px solid #4962b6;
    border-radius: 15px;
    background-color: white;
    transition: all 0.2s linear;
    margin: 0 auto;
    text-decoration: none;
    color: #4962b6;
    font-size: 40px;
    padding: 20px 30px;
}

.getstarted input {
    opacity: 0;
}

.getstarted:hover {
    background-color: #4962b6;
    color: white;

}

/* SECTION 1 END
second color

*/

/* SCTION 2 START */
#s2 .container {
    display: block;
    padding-bottom: 200px;
}

.sl {
    display: flex;
    flex-direction: column;
    align-items: center;
    border: 17px solid #3a55ac;
    border-radius: 10px;
}

.sl__slide {
    position: relative;
}

.sl__text {
    position: absolute;
    bottom: 0px;
    text-align: center;
    width: 100%;
    height: 150px;
    background-color: #2138868f;
    line-height: 150px;
}

.sl__text p {
    font-size: 30px;
    color: #f4f4f4;
}

.sl__slide img {
    margin: 0 auto;
}

/* SECTION 2 END */

/* SECTION 3 START */
.dollars {
    width: 600px;
    display: block;
    background-color: #3a55ac;
    border: 15px solid #213986;
    border-radius: 50px;
    color: #EEE;
    padding: 40px;
    margin: 20px auto;
}

/* SECTION 3 END */

/* SECTION 4 START */
.tdcolor {
    color: #000;
}

.trcolor {
    color: #000;
}

.tdheader {
    color: #fff;
    background-color: #3a55ac;
}

.table-ineer {
    display: flex;
    justify-content: center;
    margin: 100px 0;
}

.table-ineer table {
    border: 1px solid #ccc;
    border-collapse: collapse;
    border-spacing: 3px;
    background-color: rgb(240, 240, 240);
}

td,
th {
    border: solid 1px #ccc;
}

.table-ineer table td {
    font-size: 40px;
    width: 60px;
    height: 60px;
}

.tdhover:hover {
    background-color: #3a55ac;
    color: #fff;
    cursor: pointer;
}

.todaytd:hover {
    color: #fff;
    cursor: pointer;
}

/* SECTION 4 END */

/* SECTION 5 START */

/* SECTION 5 END */

/* SECTION 6 START */
#conf {
    border: 5px solid #4962b6;
    border-radius: 15px;
    background-color: white;
    transition: all 0.2s linear;
    margin: 60px auto;
    text-decoration: none;
    color: #4962b6;
    font-size: 40px;
    padding: 20px 30px;
    opacity: 0;

}

#conf:hover {
    background-color: #4962b6;
    color: white;

}

/* SECTION 6 END */

/* FOOTER START */
footer {
    background-color: #213986;
    color: #f4f4f4;
    height: 100px;
    width: 100vw;
    background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(../images/bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
    background-attachment: fixed;
    min-height: 400px;
    color: #fff;
    text-align: center;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.foot {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #213986;
    position: sticky;
    top: 0;
}

.foot .head-link {
    width: 100%;
    font-family: 'Montserrat', sans-serif;
    display: table;
}

/* FOOTER END */

/* MEDIA START */
/* MEDIA END */