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

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

: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%;
  }
}
.wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

/*------------------------------------*/
#contact .contact-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#contact .phone-item h1 {
  font-family: RFDewiExpanded;
  font-style: normal;
  font-weight: 800;
  font-size: 56px;
  line-height: 155%;
  letter-spacing: 0.02em;
  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;
}

#contact .phone-item p {
  font-family: RFDewiExpanded;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 155%;
  color: #2E344B;
  margin: 25px 0 10px 0;
}

#contact .email-item img {
  width: 53px;
  height: 53px;
  margin: 0 5px;
}

#contact .email-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#contact .email-item button {
  background: #EB5829;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 260px;
  height: 70px;
}

#contact .email-item button img {
  width: 18px;
  height: 13px;
}

#contact .email-item button p {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 500;
  font-size: 11px;
  line-height: 135%;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

#contact .email-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#contact .text p {
  font-family: RFDewiExpanded;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 155%;
  color: #2E344B;
  margin: 30px 0 0 0;
  padding: 10px 0 0 0;
}

@media (max-width: 956px) {
  #contact .contact-row {
    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;
  }

  #contact .phone-item h1 {
    font-size: 40px;
  }

  #contact .email-row {
    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;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  #contact .email-item button {
    background: #EB5829;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 260px;
    height: 70px;
    margin: 30px 0 30px 0;
  }

  #contact .email-item img {
    margin: 20px 5px 0 5px;
  }

  br {
    display: none;
  }

  #contact .text p {
    text-align: center;
  }

  #contact .email-item button img {
    margin-bottom: 20px;
  }

  #contact .phone-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 0 10px 0;
  }

  #contact .phone-row {
    margin: 0 0 50px 0;
  }
}
@media (max-width: 280px) {
  #contact .phone-item h1 {
    font-size: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  #contact .phone-item p {
    font-size: 15px;
  }
}
#wrap {
  min-height: 100vh;
  display: none;
  background: green;
}
#phoneNumber {
  color: #2E344B;
  font-family: 'RFDewiExpanded';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 25px;
  text-underline-offset: 3px;
}
#here {
  font-weight: bold;
  color: #2E344B;
  text-decoration: underline;
  font-family: 'RFDewiExpanded';
  text-underline-offset: 3px;
}
#here:hover {
  color: #4d5575;
  transition: 0.4s;
}
#contact {
  background: #F6F6F6;
  height: 100vh;
  padding: 100px 0 0 0;
}
#contact .email-item button:hover {
  background: #ff6a38;
  transition: 0.4s;
}
.phone-item img {
  margin: 5px 12px 0 0;
}
@media (min-width: 1024px) {
  #contact .email-item button {
    margin: 0 0 0 50px;
  }
}

header {
  height: 240px;
  border-bottom: 1px solid #E4E4E4;
}
header .container {
  margin: auto;
  height: 100%;
  display: flex;
  width: 90%;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
}
header .logoText {
  display: flex;
  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: flex;
  width: 100%;
  justify-content: space-around;
  align-items: center;
}
header .btnWrap {
  display: flex;
}
header .btnWrap button {
  border: 0;
  height: 66px;
  cursor: pointer;
  font-size: 0.58em;
  height: 41.25px;
  font-family: Montserrat;
}
header .btnWrap button:nth-child(1) {
  background: #1D5DB5;
  color: #fff;
}
header .btnWrap button:nth-child(1):hover {
  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 {
  transition: 0.4s;
  background: rgb(241, 241, 241);
}
header .barsWrap .bar1, header .barsWrap .bar2, header .barsWrap .bar3  {
  width: 35px;
  height: 1px;
  background-color: #000;
  margin: 7px 0;
  transition: 0.4s;
}
#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;
}

#email {
  position: fixed;
  height: 100vh;
  width: 100%;
  background: rgba(229, 229, 229, 0.5);
  z-index: 2022;
  backdrop-filter: blur(5px);
  display: none;
}
#email div {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
}
#email div img {
  width: 80%;
  margin: 100px 0 0 0;
}
#email div img:nth-child(2) {
  position: absolute;
  width: 80px;
  height: 80px;
  top: 14px;
  left: 60px;
}
#email 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;
}
#email div input:nth-child(4) {
  position: absolute;
  margin: 60px 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;
}
#email div input:nth-child(5) {
  position: absolute;
  margin: 120px 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;
}
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: flex;
  align-items: center;
  color: #2E344B;
  font-family: RFDewiExpanded;
  font-size: 1em;
  text-align: center;
}
nav .container ul {
  display: flex;
  align-items: center;
  flex-direction: column;
  height: 100%;
}
nav .container ul li {
  height: 100%;
  margin: 50px 0 0 0;
}
nav .container ul li ul li a {
  font-family: Montserrat;
  font-size: 0.9em;
}
nav .container ul li div {
  margin: 0 0 0 30px;
  display: flex;
}
nav .container ul li ul li {
  margin: 30px 0 0 0;
}
nav .catalogSubMenu {
  background: #FCFCFC;
  display: flex;
  flex-direction: column;
}
nav .container ul li ul {
  background: #FCFCFC;
  margin: 10px 0 0 0;
  padding: 0 0 20px 0;
  position: absolute;
}
nav .container ul li ul li a:hover {
  color: #4392ff;
}
nav .container ul li div div {
  font-size: 0.9em;
  border: 1px solid #1A3286;
  padding: 5px;
}
footer {
  padding: 50px 0 50px 0;
  background: #0B3164;
}
footer .container {
  width: 90%;
  margin: auto;
}
footer .container div:nth-child(1) .logoText {
  display: flex;
}
footer .container div:nth-child(1) .logoText img {
  width: 90px;
  height: 80px;
}
footer .container div:nth-child(1) .logoText div {
  display: flex;
  flex-direction: column;
  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: flex;
  flex-wrap: wrap;
  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 {
  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: flex;
  flex-direction: column;
  align-items: center;
}
footer .container div .links > div div:nth-child(2) {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 70px 0 0 0;
}
#email div p:nth-child(3) {
  margin: 0 0 0 14px;
}
#email div input:nth-child(6) {
  position: absolute;
  margin: 180px 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;
}
#email div input:nth-child(7) {
  position: absolute;
  margin: 240px 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) {
  header .btnWrap button:nth-child(1) {
      width: 100px;
  }
  header .btnWrap button:nth-child(2) {
      width: 150px;
  }
  #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;
}

#email div p:nth-child(3) {
  font-size: 0.65em;
}
#email div button {
  width: 155px;
  border: 0;
  background: #EB5829;
  color: #fff;
  height: 30px;
  margin: 320px 0 0 0;
  cursor: pointer;
  font-family: RFDewiExpanded;
  font-size: 0.5em;
  position: absolute;
}
#email div button:hover {
  transition: 0.4s;
  background: #f36738;
}
}


@media (min-width: 360px) {
  header .btnWrap button:nth-child(1) {
      width: 128.12px;
  }
  header .btnWrap button:nth-child(2) {
      width: 171.88px;
  }
  header .logoText p { 
      font-size: 0.65em;
      width: 130px;
  }
  #email div p:nth-child(3) {
    font-size: 0.8em;
  }
}


@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;
  }

  #email div img:nth-child(2) {
    top: 18px;
    left: 90px;
    width: 100px;
    height: 100px;
}
}


@media (min-width: 412px) {
  #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;
  }

  #email div p:nth-child(3) {
    font-size: 1em;
    margin: 20px 0 0 15px;
}
#email div input:nth-child(4) {
    width: 45%;
}
#email div input:nth-child(5) {
    margin: 160px 0 0 0;
    width: 45%;
}
#email div button {
    margin: 250px 0 0 0;
    height: 40px;
    width: 45%;
}
  footer .container div:nth-child(1) .links ul li a {
    font-size: 1em;
  }
  #email div p:nth-child(3) {
    margin: -20px 0 0 14px;
  }
  #email div input:nth-child(4) {
    margin: 50px 0 0 0;
  }
  #email div input:nth-child(5) {
    margin: 130px 0 0 0;
  }
  #email div input:nth-child(6) {
    margin: 210px 0 0 0;
    width: 45%;
  }
  #email div input:nth-child(7) {
    margin: 290px 0 0 0;
    width: 45%;
  }
  #email div button {
    margin: 400px 0 0 0;
  }
}   


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

  #email div p:nth-child(3) {
    font-size: 1.4em;
    margin: -80px 0 0 15px;
}
#email div input:nth-child(4) {
  margin: 30px 0 0 0;
}
#email div input:nth-child(5) {
  margin: 120px 0 0 0;
}
#email div input:nth-child(6) {
  margin: 210px 0 0 0;
  width: 45%;
}
#email div input:nth-child(7) {
  margin: 300px 0 0 0;
  width: 45%;
}
#email div button {
  margin: 430px 0 0 0;
  height: 55px;
}
}  


@media (min-width: 768px) {
  header .logoWrapBars { 
      justify-content: space-around;
  }
  #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%;
}

#email div img {
  width: 400px;
  height: 450px;
}
#email div img:nth-child(2) {
  top: 16px;
  left: 240px;
  width: 120px;
  height: 120px;
}
#email div input:nth-child(4) {
  width: 30%;
}
#email div input:nth-child(5) {
  width: 30%;
  margin: 170px 0 0 0;
}
#email div button {
  width: 30%;
  margin: 300px 0 0 0;
}
#email div p:nth-child(3) {
  font-size: 1.1em;
  margin: -50px 0 0 15px;
}
#email div input:nth-child(4) {
margin: 35px 0 0 0;
}
#email div input:nth-child(5) {
margin: 125px 0 0 0;
}
#email div input:nth-child(6) {
margin: 215px 0 0 0;
width: 30%;
}
#email div input:nth-child(7) {
margin: 305px 0 0 0;
width: 30%;
}
#email div button {
margin: 430px 0 0 0;
height: 50px;
}
}


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

  #email div img:nth-child(2) {
    top: 20px;
    left: 280px;
}
}


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

  #email div img:nth-child(2) {
    top: 20px;
    left: 320px;
}
}


@media (min-width: 1024px) {
  header {
      height: 170px;
  }
  header .barsWrap {
      display: none;
  }
  header .container {
      width: 1000px;
      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;
  }
  #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;
}

#email div img {
  width: 450px;
  height: 500px;
  margin: 70px 0 0 0;
}
#email div img:nth-child(2) {
  top: 18px;
  left: 350px;
  width: 150px;
  height: 150px;
}
#email div input:nth-child(4) {
  width: 22%;
  font-size: 0.9em;
}
#email div input:nth-child(5) {
  width: 22%;
  font-size: 0.9em;
  margin: 180px 0 0 0;
}
#email div button {
  width: 22%;
  margin: 320px 0 0 0;
  height: 60px;
}
nav {
  height: 70px;
  position: static;
  padding: 0;
  display: block;
}
nav .container {
  width: 1000px;
  height: 100%;
}
nav .container ul {
  justify-content: space-between;
  flex-direction: row;
}
nav .container ul li {
  position: relative;
  margin: 0;
}
nav .container ul li a {
  display: inline-block;
  position: relative;
  padding: 30px 0 0 0;
  font-size: 0.9em;
}
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;
  transition: width 0.3s ease 0s, left 0.3s ease 0s;
  width: 0;
}
nav .container ul li a:hover:after { 
  width: 100%; 
  left: 0; 
}
nav .container ul li div {
  height: 100%;
}
nav .container ul li div div {
  display: none;
}
nav .container ul li ul {
  flex-direction: column;
  background: #fff;
  width: 240px;
  margin: 0px 0 0 29px;
  height: auto;
  padding: 10px 0px 10px 20px;
  align-items: flex-start;
}
nav .container ul li ul li a {
  padding: 0;
}
nav .container ul li ul li a::after {
  height: 0px;
}
nav .container ul li ul li {
  margin: 10px 0 0 0;
}
footer .container {
  width: 1000px;
}
footer .container div {
  display: flex;
  justify-content: space-between;
}
footer .container div:nth-child(1) .links {
  margin: 0;
  flex-direction: column;
  width: 600px;
  margin: -10px 0 0 0;
}
footer .container div:nth-child(1) .links > div div {
  display: flex;
  flex-direction: column;
}
footer .container div:nth-child(1) .links > div div a {
  margin: 15px 0 0 0;
  font-size: 0.9em;
}
footer .container div:nth-child(1) .links > div {
 padding: 0 15px 20px 15px;
 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 {
  justify-content: space-around;
  padding: 0 0 0 10px;
}
footer .container div .links > div {
  margin: 0;
}
#email div p:nth-child(3) {
  font-size: 1.1em;
  margin: -50px 0 0 15px;
}
#email div input:nth-child(4) {
margin: 35px 0 0 0;
width: 30%;
}
#email div input:nth-child(5) {
margin: 125px 0 0 0;
width: 30%;
}
#email div input:nth-child(6) {
margin: 215px 0 0 0;
width: 30%;
font-size: 0.9em;
}
#email div input:nth-child(7) {
margin: 305px 0 0 0;
width: 30%;
font-size: 0.9em;
}
#email div button {
margin: 430px 0 0 0;
height: 50px;
}
}


@media (min-width: 1280px) {
  #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;
  }

  #email div img:nth-child(2) {
    left: 515px;
}
#email div p:nth-child(3) {
  font-size: 1.3em;
  margin: 0 0 0 15px;
}
#email div input:nth-child(4) {
    width: 22%;
    font-size: 0.9em;
}
#email div input:nth-child(5) {
    width: 22%;
    font-size: 0.9em;
    margin: 180px 0 0 0;
}
#email div button {
    width: 22%;
    margin: 320px 0 0 0;
    font-size: 1em;
}
#email div p:nth-child(3) {
  font-size: 1.2em;
  margin: -50px 0 0 15px;
}
#email div input:nth-child(4) {
margin: 35px 0 0 0;
width: 20%;
}
#email div input:nth-child(5) {
margin: 125px 0 0 0;
width: 20%;
}
#email div input:nth-child(6) {
margin: 215px 0 0 0;
width: 20%;
}
#email div input:nth-child(7) {
margin: 305px 0 0 0;
width: 20%;
}
#email div button {
margin: 430px 0 0 0;
height: 50px;
}
}


@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;
  }
  #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%;
}

#email div img {
  width: 600px;
  height: 680px;
  margin: 130px 0 0 0;
}
#email div img:nth-child(2) {
  top: 24px;
  left: 795px;
  width: 200px;
  height: 200px;
}
#email div input:nth-child(5) {
  margin: 220px 0 0 0;
}
#email div button {
  margin: 380px 0 0 0;
  height: 80px;
}
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;
}
#email div p:nth-child(3) {
  font-size: 1.7em;
  margin: -50px 0 0 15px;
}
#email div input:nth-child(4) {
margin: 50px 0 0 0;
width: 20%;
font-size: 1.3em;
}
#email div input:nth-child(5) {
margin: 175px 0 0 0;
width: 20%;
font-size: 1.3em;
}
#email div input:nth-child(6) {
margin: 295px 0 0 0;
width: 20%;
font-size: 1.3em;
}
#email div input:nth-child(7) {
margin: 425px 0 0 0;
width: 20%;
font-size: 1.3em;
}
#email div button {
margin: 600px 0 0 0;
height: 60px;
}
}


@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;
  }
}