@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@500&family=Raleway:wght@600&family=Roboto:wght@400;500;700;900&display=swap");
@import url(header.css);
@import url(footer.css);
section#banner {
  margin: 0 160px;
  padding: 110px 0 120px 155px;
  background: #E2E6EF;
  position: relative;
  display: flex;
  justify-content: space-between;
}
section#banner div#left {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  gap: 70px;
}
section#banner div#left p {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 500;
  font-size: 64px;
  line-height: 130%;
  max-width: 50%;
}
section#banner div#left a div {
  color: #F8F8FB;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 23px;
}
section#banner div#left a:hover div {
  background: #222C35;
}
section#banner div#right {
  width: 0;
}
section#banner div#right div.triangle-back {
  max-width: 50%;
  position: absolute;
  top: 0;
  right: 0;
}
section#banner div#right div.triangle-back div.text {
  padding-right: 165px;
  display: flex;
  gap: 10px;
  padding: 20px 165px 50px 0;
}
section#banner div#right div.triangle-back div.text p {
  margin: 0;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
  color: #3D4C59;
}
section#banner div#right div.triangle-back div.text::before {
  content: url(/img/arrow.svg);
}
section#banner div#right div.triangle-back::before {
  width: 80px;
  flex: 0 0 auto;
}
section#banner div#right img#img {
  position: absolute;
  top: 0;
  right: -400px;
  pointer-events: none;
  overflow: hidden;
}
section#banner div.arrow-container {
  position: absolute;
  bottom: 30px;
  right: 40px;
  display: flex;
  gap: 20px;
}

@media screen and (max-width: 1919px) {
  section#banner {
    margin: 0 20px;
    padding: 110px 90px 120px 90px;
  }
  section#banner div#left p {
    max-width: 60%;
  }
  section#banner div#right div.triangle-back {
    max-width: 45%;
  }
  section#banner div#right img#img {
    right: -450px;
  }
}
@media screen and (max-width: 1439px) {
  section#banner {
    padding: 155px 30px 120px 30px;
  }
  section#banner div#left p {
    max-width: 100%;
  }
  section#banner div#right img#img {
    right: -550px;
    top: -50px;
  }
  section#banner div#right div.triangle-back {
    max-width: 60%;
  }
  section#banner div#right div.triangle-back div.text {
    padding: 20px 30px 30px 30px;
  }
  section#banner div.arrow-container {
    top: 30px;
    bottom: unset;
    left: 30px;
    right: unset;
  }
}
@media screen and (max-width: 999px) {
  section#banner div#right div.triangle-back {
    max-width: 80%;
  }
  section#banner div#right img#img {
    right: -650px;
    top: 50px;
  }
}
@media screen and (max-width: 767px) {
  section#banner {
    padding: 330px 20px 120px 20px;
  }
  section#banner div#left p {
    font-size: 40px;
  }
  section#banner div#right div.triangle-back {
    top: unset;
    bottom: -60px;
    max-width: unset;
  }
  section#banner div#right div.triangle-back div.text {
    padding: 20px 20px 20px 0;
  }
  section#banner div#right div.triangle-back div.text p {
    font-size: 16px;
  }
  section#banner div#right div.triangle-back::before {
    transform: scaleY(-1);
    width: 50px;
  }
  section#banner div#right img#img {
    rotate: -10deg;
    top: -420px;
    right: -740px;
  }
}
@media screen and (max-width: 479px) {
  section#banner {
    margin-left: 0;
    margin-right: 0;
  }
  section#banner div#right div.triangle-back {
    bottom: -100px;
  }
  section#banner div#right div.triangle-back div.text {
    flex-direction: column;
    padding-left: 20px;
  }
}
section#numbers {
  width: auto;
  padding: 0 130px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 140px;
  width: 100%;
}
section#numbers div {
  flex: 0 1 45%;
}
section#numbers div#numbers {
  display: flex;
  gap: 30px;
  flex: 0 0 auto;
  justify-content: space-between;
}
section#numbers div#numbers div.number {
  width: 190px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
section#numbers div#numbers div.number div:nth-child(1) {
  font-family: "Raleway";
  font-style: normal;
  font-weight: 600;
  font-size: 96px;
  line-height: 113px;
  text-align: center;
  color: #0676D7;
}
section#numbers div#numbers div.number div:nth-child(2) {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
  line-height: 140%;
  text-align: center;
  color: #222C35;
}
section#numbers div#text {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
  flex: 1 1 auto;
  color: #3D4C59;
  display: flex;
  align-items: center;
}

@media screen and (max-width: 1919px) {
  section#numbers {
    padding: 0 110px;
    gap: 90px;
  }
}
@media screen and (max-width: 1439px) {
  section#numbers {
    padding: 0 20px;
    gap: 40px;
  }
  section#numbers div#numbers {
    gap: 20px;
  }
  section#numbers div#numbers div.number {
    width: 140px;
  }
  section#numbers div#numbers div.number div:nth-child(1) {
    font-size: 80px;
  }
  section#numbers div#numbers div.number div:nth-child(2) {
    font-size: 20px;
  }
}
@media screen and (max-width: 999px) {
  section#numbers {
    flex-direction: column;
    gap: 30px;
  }
  section#numbers div#numbers {
    justify-content: space-between;
    width: 100%;
  }
  section#numbers div#numbers div.number {
    width: auto;
  }
}
@media screen and (max-width: 767px) {
  section#numbers div#numbers {
    gap: 10px;
  }
  section#numbers div#numbers div.number:nth-child(3) {
    order: -1;
  }
}
@media screen and (max-width: 479px) {
  section#numbers div#numbers {
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
  }
  section#numbers div#numbers div.number {
    flex-direction: row;
    gap: 30px;
    width: 100%;
    justify-content: flex-start;
  }
  section#numbers div#numbers div.number div:nth-child(1) {
    flex: 0 0 auto;
  }
}
section#catalog {
  margin-left: 315px;
  margin-right: 0;
  display: flex;
  justify-content: flex-end;
}
section#catalog div.cards-container {
  display: flex;
  overflow-x: scroll;
  flex: 0 0 auto;
  width: calc(100vw - 315px);
}
section#catalog div.cards-container div.card {
  flex: 0 0 auto;
  width: 325px;
  height: 500px;
  background: #E2E6EF;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-sizing: border-box;
  padding: 30px;
  position: relative;
  border: 1px solid #0676D7;
}
section#catalog div.cards-container div.card div.arrow {
  position: absolute;
  top: 30px;
  right: 30px;
}
section#catalog div.cards-container div.card div:nth-child(2) {
  width: 100%;
  flex: 1 1 auto;
  height: auto;
  background: no-repeat 10% 0/200%;
  transform: translate(30px, -30px);
}
section#catalog div.cards-container div.card div.txt {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
section#catalog div.cards-container div.card div.txt p:nth-child(1) {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 30px;
}
section#catalog div.cards-container div.card div.txt p:nth-child(2) {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
}
section#catalog div.cards-container div.card:hover {
  background: #0676D7;
}
section#catalog div.cards-container div.card:hover div.arrow {
  rotate: 45deg;
}
section#catalog div.cards-container div.card:hover div.arrow path {
  fill: #F8F8FB;
}
section#catalog div.cards-container div.card:hover div.txt p {
  color: #F8F8FB;
}

@media screen and (max-width: 1919px) {
  section#catalog {
    margin-right: 0;
    margin-left: 110px;
  }
  section#catalog div.cards-container {
    width: 100%;
  }
}
@media screen and (max-width: 1439px) {
  section#catalog {
    margin-left: 0;
  }
  section#catalog div.cards-container {
    overflow-x: hidden;
    flex-wrap: wrap;
    width: 100%;
  }
  section#catalog div.cards-container div.card {
    flex: 1 1 auto;
    width: 33%;
    max-width: 33%;
  }
  section#catalog div.cards-container div.card div:nth-child(2) {
    background-size: 130%;
  }
}
@media screen and (max-width: 999px) {
  section#catalog div.cards-container div.card {
    width: 50%;
    max-width: 50%;
  }
}
@media screen and (max-width: 767px) {
  section#catalog div.cards-container {
    flex-direction: column;
  }
  section#catalog div.cards-container div.card {
    width: 100%;
    max-width: 100%;
  }
}
section#pluses {
  margin-left: 320px;
  margin-right: 320px;
  width: auto;
  display: flex;
  flex-direction: column;
  gap: 50px;
}
section#pluses div#heading {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 500;
  font-size: 40px;
  line-height: 55px;
}
section#pluses div#heading strong {
  color: #0676D7;
  font-weight: 500;
}
section#pluses div#pluses {
  display: flex;
  height: -moz-fit-content;
  height: fit-content;
  flex-direction: row;
  flex-wrap: wrap;
  flex-grow: 0;
}
section#pluses div#pluses div.plus {
  padding: 50px 30px;
  border-right: 1px solid #0676D7;
  border-bottom: 1px solid #0676D7;
  display: flex;
  box-sizing: border-box;
  gap: 30px;
  width: 33.33%;
}
section#pluses div#pluses div.plus div.right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 30px;
}
section#pluses div#pluses div.plus div.right div.text-box {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
section#pluses div#pluses div.plus div.right div.text-box div:nth-child(1) {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 30px;
}
section#pluses div#pluses div.plus div.right div.text-box div:nth-child(2) {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
  color: #3D4C59;
}
section#pluses div#pluses div.plus div.right a {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 21px;
  color: #0676D7;
}
section#pluses div#pluses div.plus:nth-child(3n) {
  border-right: none;
}
section#pluses div#pluses div.plus:nth-child(n+4) {
  border-bottom: none;
}

@media screen and (max-width: 1919px) {
  section#pluses {
    margin-left: 110px;
    margin-right: 110px;
  }
}
@media screen and (max-width: 1439px) {
  section#pluses div#pluses div.plus {
    width: 50%;
    border: none;
  }
  section#pluses div#pluses div.plus:nth-child(odd) {
    border-right: 1px solid #0676D7;
    border-top: 1px solid #0676D7;
  }
  section#pluses div#pluses div.plus:nth-child(even) {
    border-top: 1px solid #0676D7;
  }
  section#pluses div#pluses div.plus:nth-child(-n+2) {
    border-top: none;
  }
}
@media screen and (max-width: 999px) {
  section#pluses {
    margin-left: 20px;
    margin-right: 20px;
  }
  section#pluses div.plus {
    gap: 30px;
    padding: 30px 20px;
  }
}
@media screen and (max-width: 767px) {
  section#pluses div#pluses {
    display: flex;
    flex-direction: column;
    padding: 0;
  }
  section#pluses div#pluses div.plus {
    width: 100%;
    flex: 1 1 auto;
    padding: 30px 0;
    border-top: none !important;
    border-right: none !important;
    border-bottom: 1px solid #0676D7 !important;
    border-left: none !important;
  }
  section#pluses div#pluses div.plus:last-child {
    border-bottom: none !important;
  }
}
@media screen and (max-width: 479px) {
  section#pluses div#pluses div.plus {
    flex-direction: column;
  }
}
section#about {
  margin-right: 160px;
  margin-left: 160px;
  display: flex;
  flex-direction: column;
}
section#about div#text-container {
  display: flex;
  margin: 50px 150px 0 150px;
  gap: 100px;
}
section#about div#text-container div#about-company {
  display: flex;
  flex-direction: column;
  flex: 1 1 50%;
  gap: 50px;
}
section#about div#text-container div#about-company div#title {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 500;
  font-size: 40px;
  line-height: 55px;
}
section#about div#text-container div#about-company div#description {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
  color: #3D4C59;
}
section#about div#text-container div#links {
  display: flex;
  flex-direction: column;
  flex: 1 1 50%;
}
section#about div#text-container div#links a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: -moz-fit-content;
  height: fit-content;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 23px;
}
section#about div#text-container div#links a:nth-child(odd) {
  border-top: 1px solid #0676D7;
  border-bottom: 1px solid #0676D7;
}
section#about div#text-container div#links a::after {
  content: url(/img/arrow.svg);
}
section#about div#text-container div#links a:hover::after {
  rotate: 45deg;
}
section#about div#img-container {
  position: relative;
  height: 550px;
}
section#about div#img-container div#img {
  height: 100%;
  background: no-repeat 0 0/cover;
}
section#about div#img-container div.triangle-back {
  position: absolute;
  top: 0;
  right: 0;
  max-width: 50%;
}
section#about div#img-container div.triangle-back div.text {
  display: flex;
  padding: 20px 150px 50px 0;
  gap: 20px;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
}
section#about div#img-container div.triangle-back div.text::before {
  content: url(/img/arrow.svg);
}
section#about div#img-container div.triangle-back::before {
  width: 80px;
  flex: 0 0 auto;
}

@media screen and (max-width: 1919px) {
  section#about {
    margin-left: 20px;
    margin-right: 20px;
  }
  section#about div#img-container div.triangle-back div.text {
    padding-right: 90px;
    gap: 10px;
  }
  section#about div#text-container {
    margin-left: 90px;
    margin-right: 90px;
    gap: 30px;
  }
}
@media screen and (max-width: 1439px) {
  section#about div#img-container div.triangle-back {
    max-width: 70%;
  }
  section#about div#text-container {
    margin-left: 0;
    margin-right: 0;
    gap: 40px;
  }
}
@media screen and (max-width: 999px) {
  section#about div#text-container {
    flex-direction: column;
    gap: 50px;
  }
  section#about div#img-container div#img {
    background-size: cover;
  }
  section#about div#img-container div.triangle-back {
    max-width: 80%;
  }
  section#about div#img-container div.triangle-back div.text {
    padding: 20px 30px 30px 0;
  }
}
@media screen and (max-width: 767px) {
  section#about {
    margin-left: 0;
    margin-right: 0;
  }
  section#about div#img-container div.triangle-back {
    max-width: 100%;
    padding-left: 70px;
  }
  section#about div#img-container div.triangle-back div.text {
    font-size: 16px;
    padding-right: 20px;
  }
  section#about div#img-container div.triangle-back::before {
    width: 50px;
  }
  section#about div#text-container {
    margin-left: 20px;
    margin-right: 20px;
  }
}
@media screen and (max-width: 479px) {
  section#about {
    gap: 50px;
  }
  section#about div#img-container {
    order: 1;
    margin-bottom: 250px;
  }
  section#about div#img-container div.triangle-back {
    top: unset;
    top: 75%;
    max-width: 100%;
    padding: 0;
  }
  section#about div#img-container div.triangle-back div.text {
    padding: 20px 20px 0 20px;
    flex-direction: column;
  }
  section#about div#img-container div.triangle-back::before {
    transform: scaleY(-1);
  }
}
section#news {
  margin-left: 310px;
  margin-right: 310px;
  width: auto;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
section#news div.arrow-container {
  flex: 0 0 auto;
  display: flex;
  gap: 20px;
}
section#news div#cards {
  display: flex;
  gap: 30px;
  height: 480px;
}
section#news div#cards div.card {
  flex: 1 1 50%;
  display: flex;
  gap: 60px;
  background: #E2E6EF;
  justify-content: space-between;
  margin-bottom: 30px;
}
section#news div#cards div.card div.text-block {
  padding: 30px;
  flex: 1 1 50%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  gap: 30px;
}
section#news div#cards div.card div.text-block div.tag {
  flex: 0 0 auto;
  color: #3D4C59;
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
}
section#news div#cards div.card div.text-block div.date {
  display: none;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: #3D4C59;
}
section#news div#cards div.card div.text-block div.container {
  flex: 1 1 50%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
section#news div#cards div.card div.text-block div.container div.title {
  font-family: "Manrope";
  font-weight: 600;
  font-size: 22px;
  line-height: 30px;
  color: #0676D7;
}
section#news div#cards div.card div.text-block div.container div.description {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  font-size: 16px;
  line-height: 140%;
  color: #3D4C59;
}
section#news div#cards div.card div.img {
  flex: 1 1 50%;
  transform: translate(-30px, 30px);
  background: no-repeat center center/cover;
}

@media screen and (max-width: 1919px) {
  section#news {
    margin-left: 110px;
    margin-right: 110px;
  }
}
@media screen and (max-width: 1439px) {
  section#news {
    margin-left: 20px;
    margin-right: 0;
    overflow: scroll hidden;
  }
  section#news div#cards {
    flex: 0 0 auto;
  }
  section#news div#cards div.card {
    flex: 0 0 auto;
    width: 630px;
  }
}
@media screen and (max-width: 767px) {
  section#news {
    margin-left: 20px;
    margin-right: 20px;
  }
  section#news div#cards {
    overflow: hidden;
    flex-direction: column;
  }
  section#news div#cards div.card {
    display: none;
    position: relative;
    box-sizing: border-box;
    width: 100%;
    height: 435px;
    flex-direction: column;
    padding: 30px 20px 0 20px;
    gap: 20px;
  }
  section#news div#cards div.card:first-child {
    display: flex;
  }
  section#news div#cards div.card div.tag {
    font-size: 14px !important;
  }
  section#news div#cards div.card div.date {
    display: inline !important;
    position: absolute;
    right: 20px;
    top: 30px;
  }
  section#news div#cards div.card div.text-block {
    padding: 0;
  }
  section#news div#cards div.card div.img {
    flex: 1 1 auto;
    height: 200px;
    transform: translate(0, 30px);
  }
}
@media screen and (max-width: 479px) {
  section#news div#cards {
    flex: 1 1;
  }
  section#news div#cards div.card {
    flex: 1 1;
    height: -moz-fit-content;
    height: fit-content;
  }
  section#news div#cards div.card div.text-block {
    flex: 1 1 auto;
  }
  section#news div#cards div.card div.img {
    flex: 0 0 auto;
    height: 300px;
  }
}
section#contacts {
  margin-left: 310px;
  margin-right: 310px;
  width: auto;
  display: flex;
  flex-direction: column;
  gap: 50px;
}
section#contacts div#contacts {
  font-family: "Manrope";
  display: flex;
  flex-direction: column;
  gap: 50px;
  justify-content: space-between;
}
section#contacts div#contacts > div.title {
  font-style: normal;
  font-weight: 500;
  font-size: 40px;
  line-height: 55px;
}
section#contacts div#contacts div.offices {
  flex: 1 1 auto;
  display: flex;
  gap: 30px;
}
section#contacts div#contacts div.offices div.place {
  display: flex;
  flex-direction: column;
  flex: 1 1 50%;
  gap: 20px;
  border-right: 1px solid #0676D7;
  padding-right: 10px;
}
section#contacts div#contacts div.offices div.place:last-child {
  border-right: none;
}
section#contacts div#contacts div.offices div.place div.title {
  display: flex;
  flex-direction: column;
  color: var(--blue, #0676D7);
  font-family: Manrope;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
section#contacts div#contacts div.offices div.place div.title b {
  color: #222C35;
  margin-top: 2ch;
}
section#contacts div#contacts div.offices div.place div.text-box {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
section#contacts div#contacts div.offices div.place div.text-box div {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #3D4C59;
}
section#contacts div#map {
  width: 100%;
  height: 400px;
}
section#contacts div#map iframe {
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 1919px) {
  section#contacts {
    margin-left: 110px;
    margin-right: 110px;
  }
}
@media screen and (max-width: 1439px) {
  section#contacts {
    margin-left: 0;
    margin-right: 0;
  }
  section#contacts div#contacts {
    margin-left: 20px;
    margin-right: 20px;
  }
}
@media screen and (max-width: 999px) {
  section#contacts div#contacts {
    flex-direction: column;
    gap: 30px;
  }
  section#contacts div#contacts div.offices {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  section#contacts div#contacts div.offices div.place {
    border-right: none;
  }
  section#contacts div#contacts div.offices div.place:nth-of-type(2n-1) {
    border-right: 1px solid #0676D7;
  }
}
@media screen and (max-width: 767px) {
  section#contacts div#contacts div.offices {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  section#contacts div#contacts div.offices div.place {
    border-right: none !important;
    padding-right: 0;
    border-bottom: 1px solid #0676D7;
    padding-bottom: 20px;
  }
  section#contacts div#contacts div.offices div.place:last-child {
    border-bottom: none;
    padding-bottom: 0;
  }
}
* {
  transition: ease-in-out 300ms;
  color: #222C35;
}

main {
  display: flex;
  flex-direction: column;
  gap: 130px;
}

main > div {
  margin: 0 auto 130px auto;
}

.disabled {
  display: none !important;
}

a {
  text-decoration: none;
  color: inherit;
}
a:visited {
  text-decoration: none;
  color: inherit;
}

p {
  margin: 0;
}

div.button {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px 30px;
  background: #0676D7;
  outline: none;
  cursor: pointer;
  width: -moz-max-content;
  width: max-content;
}
div.button a {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  color: #F8F8FB;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
}
div.button:hover {
  transition: 300ms;
  background: #222C35;
}
div.button:hover a {
  color: #F8F8FB;
}

div.triangle-back {
  display: flex;
}
div.triangle-back div:first-child {
  background: #F8F8FB;
}

div.triangle-back::before {
  content: "";
  height: auto;
  width: 50px;
  background: no-repeat 0 0/100% 100% url(/img/triangle.svg);
}

html, body {
  margin: 0;
  overflow-x: hidden;
  background: #F8F8FB;
}

@media screen and (max-width: 999px) {
  main > div {
    margin-bottom: 90px;
  }
}/*# sourceMappingURL=style.css.map */