@import './../fonts/segoeUI/stylesheet.css';
* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  font-family: "Segoe UI";
  font-weight: 400;
  font-size: calc(12px + 4 * ((100vw - 320px) / 1600));
}

span {
  color: #538FFC;
}

h1,
h2,
h3 {
  font-family: "Segoe UI";
  font-weight: 600;
}

h1 {
  font-size: calc(20px + 30 * ((100vw - 320px) / 1600));
}

h2 {
  font-size: calc(20px + 18 * ((100vw - 320px) / 1600));
}

h3 {
  font-size: calc(16px + 8 * ((100vw - 320px) / 1600));
}

img {
  width: 100%;
}

a {
  color: #FFF;
  text-decoration: none;
}

input {
  border: none;
  outline: none;
  width: 100%;
  font-size: calc(12px + 4 * ((100vw - 320px) / 1600));
  padding: calc(7px + 8 * ((100vw - 320px) / 1600));
  padding-right: 0;
}

.input {
  border-bottom: 1px solid #000;
}

.btn {
  display: block;
  margin: 0 auto;
  border: 2px solid #2F5AA8;
  border-radius: 5px;
  color: #000;
  background-color: transparent;
  font-weight: 600;
  width: 20%;
  cursor: pointer;
  padding: calc(5px + 5 * ((100vw - 320px) / 1600));
  font-size: calc(10px + 8 * ((100vw - 320px) / 1600));
  width: calc(100px + 167 * ((100vw - 320px) / 1600));
}
.btn:hover {
  background: #2F5AA8;
  color: #FFF;
}

.container {
  margin-left: calc(10px + 70 * ((100vw - 320px) / 1600));
  margin-right: calc(10px + 70 * ((100vw - 320px) / 1600));
}

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

.main {
  width: 80%;
  padding-bottom: calc(120px + 120 * ((100vw - 320px) / 1600));
}

.navigationMain {
  margin-top: calc(10px + 20 * ((100vw - 320px) / 1600));
}
.navigationMain span {
  color: #000;
}
.navigationMain td {
  text-align: center;
}
.navigationMain a {
  color: #2F5AA8;
}

.header {
  color: #2F5AA8;
}
.header__top {
  -webkit-box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.2);
  padding-top: calc(10px + 10 * ((100vw - 320px) / 1600));
  padding-bottom: calc(5px + 15 * ((100vw - 320px) / 1600));
}
.header__top__lang {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: calc(10px + 20 * ((100vw - 320px) / 1600));
}
.header__top__lang div {
  cursor: pointer;
}
.header__top__lang .active {
  text-decoration: underline;
}
.header__top__search {
  gap: calc(5px + 5 * ((100vw - 320px) / 1600));
}
.header__top-glasses {
  cursor: pointer;
}
.header__top-open {
  cursor: pointer;
}
.header__top-open path {
  fill: #2F5AA8;
}
.header__top-close {
  cursor: pointer;
  width: 25px;
  height: 25px;
}
.header__top__form {
  display: grid;
  background: #FFF;
  border: 1px solid rgba(94, 93, 93, 0.3);
  border-radius: 10px;
  grid-template-columns: auto 150px auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: calc(5px + 5 * ((100vw - 320px) / 1600));
}
.header__top__form-svg {
  margin-right: calc(5px + 10 * ((100vw - 320px) / 1600));
}
.header__top__form-svg path {
  fill: #5E5D5D;
}
.header__top__form button {
  border-radius: 0 7px 7px 0;
  background: #2F5AA8;
  border: none;
  color: #FFF;
  padding: calc(5px + 5 * ((100vw - 320px) / 1600));
}
.header__top__form input {
  width: auto;
  margin-left: 0;
  padding: 0;
  background: none;
}
.header__top__search, .header__top__lang {
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header__top__search.active, .header__top__lang.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header__top-path a {
  color: #2F5AA8;
}
.header__top-path span {
  color: #000;
}
.header__top .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.header__nav {
  width: 100%;
  border-bottom: 1px solid rgba(190, 190, 190, 0.6);
  padding-top: calc(10px + 20 * ((100vw - 320px) / 1600));
  padding-bottom: calc(10px + 20 * ((100vw - 320px) / 1600));
}
.header__nav .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 10px;
}
.header__nav .container a {
  font-size: calc(12px + 8 * ((100vw - 320px) / 1600));
  font-family: "Segoe UI";
  font-weight: 600;
  display: block;
  color: #2F5AA8;
}
.header__nav .container a:hover {
  text-decoration: underline;
}
.header__nav .container .active {
  text-decoration: underline;
}
.header h1 {
  color: #FFF;
}
.header__burger {
  display: none;
  background: #FFF;
  color: #000;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: calc(18px + 12 * ((100vw - 320px) / 1600));
}
.header__burger-logo {
  width: 39%;
}
.header__burger-icon {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  width: 30px;
  height: 30px;
  display: grid;
}
.header__burger .line {
  display: block;
  width: 100%;
  height: 2px;
  background-color: #000;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.header__burger .line1 {
  -webkit-transform-origin: top left;
          transform-origin: top left;
}
.header__burger .line3 {
  -webkit-transform-origin: bottom left;
          transform-origin: bottom left;
}
.header.active {
  position: fixed;
  width: 100%;
  height: 100%;
  margin: 0;
  background: #2F5AA8;
  top: 0;
  left: 0;
  z-index: 99;
  overflow: auto;
}
.header.active .header__burger {
  background: #D9D9D9;
}
.header.active .header__burger-icon .line1 {
  -webkit-transform: translateY(0px) rotate(45deg);
          transform: translateY(0px) rotate(45deg);
}
.header.active .header__burger-icon .line2 {
  opacity: 0;
}
.header.active .header__burger-icon .line3 {
  -webkit-transform: translateY(0px) rotate(-45deg);
          transform: translateY(0px) rotate(-45deg);
}
.header.active .header__top {
  display: none;
}
.header.active .header__top-path,
.header.active .header__top span {
  color: #FFF;
}
.header.active .header__nav {
  display: block;
}
.header.active .header__nav .container {
  text-align: center;
  display: block;
}
.header.active .header__nav .container a {
  font-size: 20px;
  margin-top: 40px;
}

.aside__footer img {
  width: auto;
}

.aside {
  min-height: 100vh;
  background: #2F5AA8;
  padding: 58px 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-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 20%;
  z-index: 99;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
/*.aside__logo {
  background: #D9D9D9;
}*/
.aside__content {
  padding-top: 15px;
  color: #FFF;
  display: grid;
  row-gap: 20px;
  font-size: calc(7px + 9 * ((100vw - 320px) / 1600));
  padding-left: calc(10px + 30 * ((100vw - 320px) / 1600));
  padding-right: calc(10px + 30 * ((100vw - 320px) / 1600));
}
.aside__content-link {
  margin-left: 10%;
}
.aside__footer {
  margin-top: calc(50px + 50 * ((100vw - 320px) / 1600));
}
.aside__footer-link {
  border-top: 1px solid #DBDBDB;
  border-bottom: 1px solid #DBDBDB;
  /*display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;*/
  margin-bottom: calc(10px + 15 * ((100vw - 320px) / 1600));
  padding-top: calc(10px + 15 * ((100vw - 320px) / 1600));
  padding-bottom: calc(10px + 15 * ((100vw - 320px) / 1600));
  padding-left: calc(10px + 30 * ((100vw - 320px) / 1600));
  padding-right: calc(10px + 30 * ((100vw - 320px) / 1600));
}
.aside__footer-copyright {
  color: #FFF;
  font-size: calc(6px + 5 * ((100vw - 320px) / 1600));
  padding-left: calc(10px + 30 * ((100vw - 320px) / 1600));
  padding-right: calc(10px + 30 * ((100vw - 320px) / 1600));
}
.aside__button {
  position: fixed;
  background: #2F5AA8;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  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;
  left: -1%;
  top: 1%;
  -webkit-transition: 0.8s ease;
  transition: 0.8s ease;
  display: none;
}
.aside__button svg {
  width: 90%;
  fill: #FFF;
  height: 90%;
  -webkit-transition: -webkit-transform 0.8s ease;
  transition: -webkit-transform 0.8s ease;
  transition: transform 0.8s ease;
  transition: transform 0.8s ease, -webkit-transform 0.8s ease;
}
.aside.active {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  left: 0%;
  height: 100%;
  overflow: auto;
}
.aside.active .aside__button {
  left: 45%;
  -webkit-transition: 0.8s ease;
  transition: 0.8s ease;
  background: #FFF;
}
.aside.active .aside__button .right {
  fill: #2F5AA8;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

@media (max-width: 768px) {
  .aside {
    width: 50%;
    position: fixed;
    left: -100%;
  }
  .aside__content {
    font-size: calc(12px + 4 * ((100vw - 320px) / 1600));
  }
  .aside__button {
    display: block;
  }
  .main {
    width: 100%;
  }
  .header__burger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .header__top {
    padding: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    margin-top: 30px;
    margin-top: calc(10px + 30 * ((100vw - 320px) / 1600));
  }
  .header__top__form {
    grid-template-columns: auto 100px auto;
  }
  .header__nav {
    display: none;
    border-bottom: none;
  }
  .header__nav .container a {
    color: #FFF;
  }
}
@media (max-width: 600px) {
  .aside__footer-link {
    display: block;
  }
}/*# sourceMappingURL=style.css.map */