@charset "UTF-8";
/*Обнуление*/
* {
  padding: 0;
  margin: 0;
  border: 0;
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

:focus, :active {
  outline: none;
}

a:focus, a:active {
  outline: none;
}

nav, footer, header, aside {
  display: block;
}

html, body {
  height: 100%;
  width: 100%;
  font-size: 100%;
  line-height: 1;
  font-size: 14px;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

input, button, textarea {
  font-family: inherit;
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

a, a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*--------------------*/
@font-face {
  font-family: Montserrat;
  font-display: swap;
  src: url("../assets/fonts/Montserrat-Light.otf");
}
@font-face {
  font-family: RFDewiExpanded;
  font-display: swap;
  src: url("../assets/fonts/RFDewiExpanded-Regular"), url("../assets/fonts/RFDewiExpanded-Regular.ttf"), url("../assets/fonts/RFDewiExpanded-Regular.woff");
}
._container {
  max-width: 1200px;
  margin: 0 auto;
  height: 100%;
}
@media (max-width: 1440px) {
  ._container {
    max-width: 1000px;
  }
}
@media (max-width: 1440px) and (max-width: 1024px) {
  ._container {
    max-width: 90%;
  }
}

/*-Ban------------------------------*/
#ban .ban-txt:nth-child(1) p {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 155%;
  color: #2E344B;
  opacity: 0.4;
}

/*-Table-----------------------------*/
#table .table-content {
  margin: 30px 0;
}

#table .table-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#table .table-item div:nth-child(1) p {
  font-family: RFDewiExpanded;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 155%;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

#table .table-item {
  background-color: #1D5DB5;
  width: 100%;
  height: 70px;
  border-left: 1px solid white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#table .table-txt-row1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  justify-content: center;
}

#table .table-txt-item1:nth-child(4) {
  border-right: 1px solid #E6E6E6;
}

#table .table-txt-item1 {
  width: 100%;
  height: 60px;
  border-left: 1px solid #E6E6E6;
  border-bottom: 1px solid #E6E6E6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#table .table-txt-item1 p {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #2E344B;
}

#table .table-txt-item1 button {
  font-family: RFDewiExpanded;
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 135%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  letter-spacing: 0.02em;
  color: white;
  background-color: #EB5829;
  padding: 10px 40px;
}
#table .table-txt-item1 button:hover {
  transition: 0.4s;
  background: #ff6734;
}

/*-Table-mobile-----------------------------------*/
@media (max-width: 768px) {
  #mob .mob-content {
    display: inline;
  }
}

#table .table-item:nth-child(1) {
  background-color: #1D5DB5;
}

._blue {
  background-color: #1D5DB5;
  margin: 30px 0 0 0;
}

._border {
  border: 2px solid #E6E6E6;
  border-top: none;
}

/*-Mob------------------------------------*/
#mob .mob-item:nth-child(1) p {
  font-family: RFDewiExpanded;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 155%;
  color: white;
}
@media (max-width: 768px) {
  #mob .mob-item:nth-child(1) p {
    font-size: 11px;
  }
}
@media (max-width: 768px) and (max-width: 320px) {
  #mob .mob-item:nth-child(1) p {
    font-size: 10px;
  }
}

#mob .mob-item:nth-child(1) {
  border-bottom: 1px solid white;
}

#mob .mob-item p {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 155%;
  color: #2E344B;
}
@media (max-width: 768px) {
  #mob .mob-item p {
    font-size: 13px;
  }
}
@media (max-width: 768px) and (max-width: 320px) {
  #mob .mob-item p {
    font-size: 10px;
  }
}

#mob .mob-item {
  width: 100%;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 0 0 10px;
}

#mob .mob-item:nth-child(2) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#mob .mob-item:nth-child(3) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#mob .mob-item:nth-child(1) {
  background-color: #1D5DB5;
}

#mob .mob-item {
  border-right: 1px solid #E6E6E6;
  border-bottom: 1px solid #E6E6E6;
}

#mob .mob-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

button {
  font-family: RFDewiExpanded;
  font-style: normal;
  font-weight: 600;
  font-size: 10px;
  line-height: 135%;
  padding: 10px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  letter-spacing: 0.02em;
  color: white;
  background: #EB5829;
}
@media (max-width: 425px) {
  button {
    padding: 10px 20px;
    font-size: 7px;
  }
}
@media (max-width: 425px) and (max-width: 375px) {
  button {
    padding: 10px 20px;
    font-size: 5px;
  }
}

/*-------------------------------------------------*/
header {
  height: 240px;
  border-bottom: 1px solid #E4E4E4;
}

header .container {
  margin: auto;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}

header .logoText {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header .logoText img {
  width: 43.67px;
  height: 43.67px;
}

header .logoText p {
  width: 116.24px;
  line-height: 12.38px;
  color: #2E344B;
  margin: 0 0 0 15px;
  font-family: Montserrat;
  font-size: 0.57em;
}

header .logoWrapBars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header .btnWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

header .btnWrap button {
  border: 0;
  height: 66px;
  cursor: pointer;
  font-size: 0.58em;
  height: 41.25px;
  font-family: Montserrat;
  width: 100%;
  justify-content: center;
}

header .btnWrap button:nth-child(1) {
  background: #1D5DB5;
  color: #fff;
}

header .btnWrap button:nth-child(1):hover {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  background: #236cd3;
}

header .btnWrap button:nth-child(2) {
  border: 1px solid #1D5DB5;
  color: #1D5DB5;
  background: #fff;
}

header .btnWrap button:nth-child(2):hover {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  background: #f1f1f1;
}

header .barsWrap .bar1, header .barsWrap .bar2, header .barsWrap .bar3 {
  width: 35px;
  height: 1px;
  background-color: #000;
  margin: 7px 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

nav {
  position: absolute;
  top: 100px;
  width: 100%;
  background: #fff;
  display: none;
  padding: 0 0 60px 0;
}

nav .container {
  width: 90%;
  margin: auto;
  min-height: 100%;
}

nav .container ul li a {
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #2E344B;
  font-family: RFDewiExpanded;
  font-size: 1em;
}

nav .container ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}

nav .container ul li {
  margin: 40px 0 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

footer {
  background: #0B3164;
  padding: 70px 0;
  margin: 70px 0 0 0;
}

footer .container {
  width: 90%;
  margin: auto;
}

footer .container div:nth-child(1) .logoText {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

footer .container div:nth-child(1) .logoText img {
  width: 90px;
  height: 80px;
}

footer .container div:nth-child(1) .logoText div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  width: 70%;
  padding: 0 0 0 30px;
}

footer .container div:nth-child(1) .logoText div p:nth-child(1) {
  font-family: Montserrat;
  color: #fff;
  font-size: 0.8em;
}

footer .container div:nth-child(1) .logoText div p:nth-child(2) {
  font-family: Montserrat;
  color: #fff;
  font-size: 0.7em;
  line-height: 15px;
}

footer .container div:nth-child(1) .links {
  margin: 40px 0 0 0;
}

footer .container div:nth-child(1) .links ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

footer .container div:nth-child(1) .links ul li {
  margin: 20px 0 0 0;
}

footer .container div:nth-child(1) .links ul li a {
  font-size: 0.9em;
  font-weight: bold;
  color: #fff;
  font-family: Montserrat;
}

footer .container div:nth-child(1) .links > div div a {
  color: #fff;
  text-decoration: underline;
  margin: 20px 0 0 0;
  opacity: 0.5;
}

footer .container div:nth-child(1) .links > div div a:hover {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  opacity: 1;
}

footer .container div .links > div {
  margin: 70px 0 0 0;
}

footer .container div .links > div div:nth-child(1) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

footer .container div .links > div div:nth-child(2) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 70px 0 0 0;
}

nav .container ul li:nth-child(1) .catalogSubMenu li a {
  font-size: 0.85em;
  font-family: Montserrat;
  font-style: italic;
}

nav .container ul li:nth-child(5) .analiticsSubMenu li a {
  font-size: 1em;
  font-family: Montserrat;
  font-style: italic;
  color: #fff;
}

nav .container ul li div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

nav .container ul li div div {
  margin: 0 0 0 30px;
  border: 1px solid #1A3286;
  padding: 6px 4px 3px 4px;
  font-size: 0.9em;
}

nav .container ul li:nth-child(1) .catalogSubMenu {
  background-color: #FCFCFC;
  padding: 10px 30px 40px 30px;
  margin: 20px 0 0 0;
  display: none;
}

nav .container ul li:nth-child(5) .analiticsSubMenu {
  background-color: #1D5DB5;
  padding: 10px 30px 40px 30px;
  margin: 20px 0 0 0;
  display: none;
}
#ban {
  margin: 150px 0 20px 0;
  text-align: center;
}


@media (min-width: 280px) {
  header .btnWrap button:nth-child(1) {
    width: 100px;
  }

  header .btnWrap button:nth-child(2) {
    width: 150px;
  }
}
@media (min-width: 360px) {
  header .btnWrap button:nth-child(1) {
    width: 128.12px;
  }

  header .btnWrap button:nth-child(2) {
    width: 171.88px;
  }
}
@media (min-width: 412px) {
  footer .container div:nth-child(1) .links ul li a {
    font-size: 1em;
  }
}
@media (min-width: 1024px) {
  #mob {
    display: none;
  }
  #ban {
    text-align: left;
  }
  header {
    height: 170px;
  }

  header .barsWrap {
    display: none;
  }

  header .container {
    width: 1000px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }

  header .logoWrapBars {
    display: block;
  }

  header .logoText img {
    width: 85.7px;
    height: 85.7px;
  }

  header .logoText p {
    font-size: 0.9em;
    width: 180px;
    line-height: 24.3px;
    margin: 0 0 0 40px;
  }

  header .btnWrap button {
    font-size: 0.8em;
    height: 50px;
  }

  header .btnWrap button:nth-child(1) {
    width: 155px;
  }

  header .btnWrap button:nth-child(2) {
    width: 225px;
  }

  nav {
    height: 70px;
    position: static;
    padding: 0;
    display: block;
  }

  nav .container {
    width: 1000px;
    height: 100%;
  }

  nav .container ul {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }

  nav .container ul li {
    position: relative;
    margin: 0;
    height: 100%;
    display: block;
  }

  nav .container ul li a:not(nav .container ul li:nth-child(1) .catalogSubMenu li a) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
  }

  nav .container ul li a:not(nav .container ul li:nth-child(5) .analiticsSubMenu li a) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
  }

  nav .container ul li a:after {
    background: none repeat scroll 0 0 transparent;
    bottom: 0;
    content: "";
    display: block;
    height: 3px;
    left: 50%;
    position: absolute;
    background: #1D5DB5;
    -webkit-transition: width 0.3s ease 0s, left 0.3s ease 0s;
    transition: width 0.3s ease 0s, left 0.3s ease 0s;
    width: 0;
  }

  nav .container ul li a:hover:after {
    width: 100%;
    left: 0;
  }

  footer .container {
    width: 1000px;
  }

  footer .container div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  footer .container div:nth-child(1) .links {
    margin: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 600px;
    margin: -10px 0 0 0;
  }

  footer .container div:nth-child(1) .links > div div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  footer .container div:nth-child(1) .links > div div a {
    margin: 15px 0 0 0;
    font-size: 0.8em;
    font-family: Montserrat;
  }

  footer .container div:nth-child(1) .links > div {
    padding: 0 15px 20px 15px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  footer .container div:nth-child(1) .links ul li a {
    font-size: 0.8em;
  }

  footer .container div:nth-child(1) .logoText {
    width: 400px;
  }

  footer .container div:nth-child(1) .logoText div p:nth-child(1) {
    font-size: 0.8em;
  }

  footer .container div:nth-child(1) .logoText div p:nth-child(2) {
    font-size: 0.7em;
    line-height: 18px;
  }

  footer .container div:nth-child(1) .logoText img {
    width: 130px;
    height: 130px;
  }

  footer .container div:nth-child(1) .logoText div {
    -ms-flex-pack: distribute;
        justify-content: space-around;
    padding: 0 0 0 10px;
  }

  footer {
    padding: 50px 0;
  }

  footer .container div .links > div {
    margin: 0;
  }

  nav .container ul li div {
    height: 100%;
  }

  nav .container ul li div div {
    display: none;
  }

  nav .container ul li:nth-child(1) .catalogSubMenu {
    position: absolute;
    left: 0;
    top: 65px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: auto;
    margin: 5px 0 0 0;
    width: 190px;
    padding: 5px 20px;
  }

  nav .container ul li:nth-child(1):hover .catalogSubMenu {
    display: block;
  }

  nav .container ul li:nth-child(1) .catalogSubMenu li {
    margin: 10px 0 0 0;
    padding: 5px 0;
  }

  nav .container ul li:nth-child(1) .catalogSubMenu li a:hover {
    color: #1e4379;
    font-weight: bold;
    padding: 0 0 0 5px;
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }

  nav .container ul li:nth-child(1) .catalogSubMenu li a::after {
    height: 0;
  }

  nav .container ul li:nth-child(5) .analiticsSubMenu {
    position: absolute;
    left: 0;
    top: 65px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: auto;
    margin: 5px 0 0 0;
    width: 190px;
    padding: 10px 20px 20px 20px;
  }

  nav .container ul li:nth-child(5):hover .analiticsSubMenu {
    display: block;
  }

  nav .container ul li:nth-child(5) .analiticsSubMenu li {
    margin: 10px 0 0 0;
    padding: 5px 0;
  }

  nav .container ul li:nth-child(5) .analiticsSubMenu li a:hover {
    color: orange;
    font-weight: bold;
    padding: 0 0 0 5px;
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }

  nav .container ul li:nth-child(5) .analiticsSubMenu li a::after {
    height: 0;
  }
}
@media (min-width: 1680px) {
  header .container {
    width: 1200px;
  }

  header .btnWrap button {
    font-size: 0.93em;
    height: 66px;
  }

  header .btnWrap button:nth-child(1) {
    width: 205px;
  }

  header .btnWrap button:nth-child(2) {
    width: 275px;
  }

  header .logoText p {
    font-size: 1.125em;
    width: 230px;
  }

  nav .container {
    width: 1200px;
  }

  footer .container {
    width: 1200px;
  }

  footer .container div:nth-child(1) .logoText div p:nth-child(1) {
    font-size: 0.9em;
  }

  footer .container div:nth-child(1) .logoText div p:nth-child(2) {
    font-size: 0.8em;
  }

  footer .container div:nth-child(1) .links {
    width: 700px;
  }

  footer .container div:nth-child(1) .logoText {
    width: 400px;
  }

  footer .container div:nth-child(1) .links > div {
    padding: 0 26px 20px 26px;
  }

  #news .container {
    width: 1200px;
  }

  #popular .container {
    width: 1200px;
  }
}


#introduction {
  background: #F6F6F6;
  padding: 80px 0 0 0;
}
#introduction .container {
  width: 90%;
  margin: auto;
  padding: 40px 0 0 0;
}   
#introduction .container h1 {
  font-family: RFDewiExpanded;
  text-align: center;
  line-height: 34.1px;
  text-transform: uppercase;
  background: linear-gradient(269.96deg, #1A3286 0.05%, #1E83E0 47.93%, #1A3286 99.97%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  font-weight: bold;
  font-size: 2.4em;
}
#introduction .container div:nth-child(1) div:nth-child(1) button:hover {
  transition: 0.4s;
  background: #f36738;
}
#introduction .container div:nth-child(1) div:nth-child(2) {
  margin: 70px 0 0 0;
}
#table {
  display: none;
}
#introduction p {
  margin: 40px 0 0 0;
  text-align: center;
  font-family: Montserrat;
  color: #2E344B;
  line-height: 23px;
  font-size: 15px;
}
#introduction p:nth-child(2) {
  margin: 70px 0 0 0;
  font-weight: bold;
  font-size: 18px;
}
#introduction p:nth-child(7) {
  margin: 70px 0 0 0;
  font-weight: bold;
  font-size: 18px;
}
#auth {
  position: fixed;
  height: 100vh;
  width: 100%;
  background: rgba(229, 229, 229, 0.5);
  z-index: 2022;
  backdrop-filter: blur(5px);
  display: none;
}
#auth div {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
}
#auth div img {
  width: 80%;
  margin: 100px 0 0 0;
}
#auth div img:nth-child(2) {
  position: absolute;
  width: 80px;
  height: 80px;
  top: 10px;
  left: 60px;
}
#auth div p:nth-child(3) {
  position: absolute;
  color: #2E344B;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.02em;
  line-height: 25px;
  font-family: RFDewiExpanded;
  background: linear-gradient(269.96deg, #1A3286 0.05%, #1E83E0 47.93%, #1A3286 99.97%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  padding: 0 20px 0 0;
}
#auth div input:nth-child(4) {
  position: absolute;
  margin: 100px 0 0 0;
  border: 0;
  border-bottom: 1px solid #2E344B;
  font-family: RFDewiExpanded;
  outline: 0;
  background: transparent;
  font-size: 0.6em;
  padding: 0 0 5px 0;
  color: #2E344B;
}
#auth div input:nth-child(5) {
  position: absolute;
  margin: 150px 0 0 0;
  border: 0;
  border-bottom: 1px solid #2E344B;
  font-family: RFDewiExpanded;
  outline: 0;
  background: transparent;
  font-size: 0.6em;
  padding: 0 0 5px 0;
  color: #2E344B;
}


@media (min-width: 280px) {
  #introduction .img {
    background: url('../assets/img/adver-main2.png') center/cover no-repeat;
    width: 100%;
    height: 500px;
  }
  #auth div p:nth-child(3) {
    font-size: 0.7em;
    margin: 40px 0 0 0;
}
#auth div button {
    width: 155px;
    border: 0;
    background: #EB5829;
    color: #fff;
    height: 30px;
    margin: 220px 0 0 0;
    cursor: pointer;
    font-family: RFDewiExpanded;
    font-size: 0.5em;
    position: absolute;
}
#auth div button:hover {
    transition: 0.4s;
    background: #f36738;
}
#auth div .rememberForget {
    position: absolute;
    margin: 300px 0 0 0;
    flex-direction: row;
    font-size: 0.8em;
    justify-content: space-between;
    width: 65%;
}
#auth div .rememberForget div {
    flex-direction: row;
    align-items: center;
    padding: 5px 0 0 0;
    cursor: pointer;
}
#auth div .rememberForget div input {
    width: 14px;
    height: 14px;
}
#auth div .rememberForget div label {
    padding: 3px 0 0 5px;
    color: #2E344B;
    font-family: RFDewiExpanded;
    font-size: 0.7em;
    cursor: pointer;
}
#auth div .rememberForget a {
    padding: 7px 0 0 0;
    text-decoration: underline;
    text-underline-offset: 1px;
    color: #2E344B;
    font-family: RFDewiExpanded;
    font-size: 0.7em;
}
}


@media (min-width: 320px) {

  }


  @media (min-width: 360px) {

  }


  @media (min-width: 375px) {
    #auth div p:nth-child(3) {
      font-size: 1em;
      margin: 0;
  }
  #auth div .rememberForget {
      width: 58%;
  }  
  }


  @media (min-width: 390px) {
    #auth div img:nth-child(2) {
      top: 16px;
      left: 90px;
      width: 100px;
      height: 100px;
  }
  }


  @media (min-width: 412px) {
    #introduction .container div:nth-child(1) div:nth-child(1) {
        padding: 0 55px;
    }
    #auth div p:nth-child(3) {
      font-size: 1.2em;
  }
  #auth div input:nth-child(4) {
      width: 45%;
  }
  #auth div input:nth-child(5) {
      margin: 160px 0 0 0;
      width: 45%;
  }
  #auth div button {
      margin: 250px 0 0 0;
      height: 40px;
      width: 45%;
  }
  #auth div .rememberForget {
      margin: 350px 0 0 0;
  }

  }


  @media (min-width: 540px) {
    #introduction .container div:nth-child(1) div:nth-child(1) {
        padding: 0 75px;
    }
    #auth div p:nth-child(3) {
      font-size: 1.4em;
      margin: -50px 0 0 0;
  }
  #auth div .rememberForget {
      width: 50%;
  }
  }


  @media (min-width: 768px) {
    header .logoWrapBars { 
        justify-content: space-around;
    }
    #introduction .container div:nth-child(1) div:nth-child(1) {
        padding: 0 150px;
    }
    #introduction .img {
      margin: auto;
      width: 400px;
      height: 600px;
    }
    #auth div img {
      width: 400px;
      height: 450px;
  }
  #auth div img:nth-child(2) {
      top: 18px;
      left: 240px;
      width: 120px;
      height: 120px;
  }
  #auth div input:nth-child(4) {
      width: 30%;
  }
  #auth div input:nth-child(5) {
      width: 30%;
      margin: 170px 0 0 0;
  }
  #auth div button {
      width: 30%;
      margin: 300px 0 0 0;
  }
  #auth div .rememberForget {
      margin: 420px 0 0 0;
      width: 33%;
  }
  }


  @media (min-width: 820px) {
    #introduction .container div:nth-child(1) div:nth-child(1) {
        padding: 0 170px;
    }
    #auth div img:nth-child(2) {
      top: 20px;
      left: 280px;
  }
  }


  @media (min-width: 912px) {
    #introduction .container div:nth-child(1) div:nth-child(1) {
        padding: 0 200px;
    }
    #auth div img:nth-child(2) {
      top: 20px;
      left: 320px;
  }
  }


  @media (min-width: 1024px) {
    #introduction .container {
        width: 1000px;
    }
    #introduction .container div:nth-child(1) > div:nth-child(1) {
        padding: 0;
        display: flex;
        flex-direction: column;
    }
    #introduction .img {
        width: 650px;
        height: 700px;
        position: absolute;
        right: 0;
        background: url('../assets/img/adver-main2.png') center/contain no-repeat;
    }
    #introduction .container div:nth-child(1) {
        display: flex;
        justify-content: space-between;
    }
    #introduction .container h1 {
        text-align: left;
        line-height: 40px;
        font-size: 3em;
    }
    #introduction .container div:nth-child(1) div:nth-child(2) {
        margin: 0;
    }

    #introduction {
        min-height: 668px;
    }
    #table {
      display: block;
    }
    #introduction p {
      text-align: left;
      width: 500px;
    }
    #introduction p:nth-child(7) {
      position: absolute;
      bottom: 380px;
    }
    #auth div img {
      width: 450px;
      height: 500px;
      margin: 70px 0 0 0;
  }
  #auth div img:nth-child(2) {
      top: 20px;
      left: 350px;
      width: 150px;
      height: 150px;
  }
  #auth div p:nth-child(3) {
      font-size: 1.8em;
  }
  #auth div input:nth-child(4) {
      width: 22%;
      font-size: 0.9em;
  }
  #auth div input:nth-child(5) {
      width: 22%;
      font-size: 0.9em;
      margin: 180px 0 0 0;
  }
  #auth div button {
      width: 22%;
      margin: 320px 0 0 0;
      height: 60px;
  }
  #auth div .rememberForget {
      margin: 450px 0 0 0;
      width: 24%;
      font-size: 1em;
  }
  #auth div .rememberForget div input {
      width: 20px;
      height: 20px;
  }
}


@media (min-width: 1280px) {
  #introduction p:nth-child(7) {
    bottom: -350px;
  }
  #auth div img:nth-child(2) {
    top: 20px;
    left: 515px;
}
#auth div p:nth-child(3) {
    font-size: 2em;
}
#auth div input:nth-child(4) {
    width: 22%;
    font-size: 0.9em;
}
#auth div input:nth-child(5) {
    width: 22%;
    font-size: 0.9em;
    margin: 180px 0 0 0;
}
#auth div button {
    width: 22%;
    margin: 320px 0 0 0;
    font-size: 1em;
}
#auth div .rememberForget {
    margin: 450px 0 0 0;
    width: 25%;
    font-size: 1.2em;
}
}


@media (min-width: 1680px) {
  #introduction p:nth-child(7) {
    bottom: -70px;
  }
  #introduction .container {
      width: 1200px;
  }
  #introduction .container h1 {
      text-align: left;
      line-height: 50px;
  }
  #introduction .container div:nth-child(1) div:nth-child(2) .img img {
      width: 170px;
      left: 200px;
      top: 250px;
  }
  #introduction .img {
      width: 900px;
      height: 800px;
  }
  #introduction {
      min-height: 730px;
  }
  #introduction p {
    font-size: 1.2em;
  }
  #introduction p:nth-child(2) {
    font-size: 1.6em;
  }
  #auth div img {
    width: 600px;
    height: 680px;
    margin: 130px 0 0 0;
}
#auth div img:nth-child(2) {
    top: 28px;
    left: 795px;
    width: 200px;
    height: 200px;
}
#auth div input:nth-child(5) {
    margin: 220px 0 0 0;
}
#auth div button {
    margin: 380px 0 0 0;
    height: 80px;
}
#auth div .rememberForget {
    margin: 580px 0 0 0;
    width: 24%;
}
}


@media (min-width: 280px) {
  #auth div img:nth-child(2) {
      height: auto;
      transform: rotate(12deg);
      top: 18px;
  }
}

@media (min-width: 412px) {
  #auth div img:nth-child(2) {
      top: 25px;
  }
}

@media (min-width: 540px) {
  #auth div img:nth-child(2) {
      top: 32px;
      left: 130px;
      width: 110px;
  }
}

@media (min-width: 768px) {
  #auth div img:nth-child(2) {
      top: 28px;
      left: 240px;
  }
}

@media (min-width: 820px) {
  #auth div img:nth-child(2) {
      left: 260px;
  }
}

@media (min-width: 912px) {
  #auth div img:nth-child(2) {
      top: 24px;
      left: 290px;
  }
}

@media (min-width: 1024px) {
  #auth div img:nth-child(2) {
      top: 26px;
      left: 320px;
      width: 140px;
  }
}

@media (min-width: 1280px) {
  #auth div img:nth-child(2) {
      top: 28px;
      left: 450px;
  }
}

@media (min-width: 1366px) {
  #auth div img:nth-child(2) {
      top: 28px;
      left: 500px;
  }
}

@media (min-width: 1440px) {
  #auth div img:nth-child(2) {
      top: 32px;
      left: 550px;
  }
}

@media (min-width: 1536px) {
  #auth div img:nth-child(2) {
      top: 30px;
      left: 580px;
  }
}

@media (min-width: 1600px) {
  #auth div img:nth-child(2) {
      left: 620px;
  }
}

@media (min-width: 1920px) {
  #auth div img:nth-child(2) {
      top: 36px;
      left: 760px;
      width: 180px;
  }
}