@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

*{
  margin: 0;
  padding: 0;box-sizing: border-box;
  font-family: 'Roboto', sans-serif;
}

.container{
    max-width: 1179px;
    margin-left: auto;
    margin-right: auto;
}

@media screen and (max-width: 1179px) {
    .container{
    padding-left: 20px;
    padding-right: 20px;
  }
}

.page--mobile{
  display: grid;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  grid-template-rows: 1fr auto;
  display: none;
}


.page--mobile main{
  position: relative;
  padding-top: 75px;
}

.page--mobile main::before{
  content: "";
  display: block;
  width: 100%;
  height: 51px;
  background-image: url('./images/normal_u11.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.page--mobile .page_wapper{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 13px;
}

.page--mobile .page_wapper .content {
  text-align: center;
  margin-bottom: 159px;
  max-width: 288px;
}

.page--mobile .page_wapper .content h1 {
    font-weight: 400;
  color: #21235f;
  text-align: center;
  line-height: normal;
  font-size: 20px;
  margin-bottom: 27px;
}

.page--mobile .page_wapper .content h2{
    font-weight: 700;
  color: #21235f;
  text-align: center;
  line-height: normal;
   font-size: 20px;
}

.page--mobile .footer-mobile{
  display: block;
  position: relative;
  background-color: #21235f;
  width: 100%;
  height: 100%;
}

.page--mobile .footer-mobile .footer-wapper{
    width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  padding-top: 17px;
  padding-bottom: 17px;
  position: relative;
}

.page--mobile .footer-mobile .footer-wapper::after{
  content: "";
    width: 36px;
  height: 33px;
  display: block;
  background-image: url(./images/normal_u1.gif);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: -30px;
  left: 0px;

}
.page--mobile .footer-mobile .footer-wapper .leftFooter p{
   font-weight: 300;
  color: #ffffff;
  text-align: left;
  line-height: normal;
  font-size: 14px;
}

.page--mobile .footer-mobile .footer-wapper .leftFooter p strong{
  font-weight: 400;
}


.page--tab{
  display: grid;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  grid-template-rows: 1fr auto;
  display: none;
}


.page--tab{
  position: relative;
  padding-top: 75px;
}

.page--tab main::before{
  content: "";
  display: block;
  width: 100%;
  height: 51px;
  background-image: url('./images/normal_u11.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.page--tab .page_wapper{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 13px;
}

.page--tab .page_wapper .content {
  text-align: center;
  margin-bottom: 170px;
  max-width: 542px;
}

.page--tab .page_wapper .content h1 {
    font-weight: 400;
  color: #21235f;
  text-align: center;
  line-height: normal;
  font-size: 26px;
  margin-bottom: 30px;
}

.page--tab .page_wapper .content h2{
    font-weight: 700;
  color: #21235f;
  text-align: center;
  line-height: normal;
   font-size: 26px;
}

.page--tab .footer-mobile{
  display: block;
  position: relative;
  background-color: #21235f;
  width: 100%;
  height: 100%;
}

.page--tab .footer-mobile .footer-wapper{
    width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 23px;
  padding-bottom: 23px;
  position: relative;
}

.page--tab .footer-mobile .footer-wapper::after{
  content: "";
    width: 46px;
  height: 42px;
  display: block;
  background-image: url(./images/normal_u1.gif);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: -38px;
  left: 0px;

}

.page--tab .footer-mobile .footer-wapper .leftFooter p{
   font-weight: 400;
  color: #ffffff;
  text-align: left;
  line-height: normal;
  font-size: 18px;
}

.page--tab .footer-mobile .footer-wapper .leftFooter p strong{
  font-weight: bold;
}


.page--desktop{
  display: grid;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  grid-template-rows: auto 1fr auto;
  display: none;
}


.page--desktop header{
  padding-top: 48px;
}

.page--desktop  .page-wapper{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 19px;
}

.page--desktop  .page-wapper .content{
  text-align: center;
  margin-bottom: 236px;
}

.page--desktop  .page-wapper .content h1{
    color: #21235f;
  text-align: center;
  line-height: normal;
  font-size: 34px;
  font-weight: 400;
  margin-bottom: 34px;
}

.page--desktop  .page-wapper .content h2{
    color: #21235f;
  text-align: center;
  line-height: normal;
  font-size: 34px;
  font-weight: bold;
}

.page--desktop .footer-desktop{
  background-color: #21235f;
  width: 100%;
  position: relative;
}

.page--desktop .footer-desktop::after{
  content: '';
  display: block;
  width: 100%;
  height: 16px;
  background-color: #21235f;
  background-image: url(./images/normal_u10.svg);
  background-repeat: repeat-x;
  background-size: 57px 16px;
}


.page--desktop .footer-desktop .footer-wapper{
    width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 25px;
  padding-bottom: 24px;
  position: relative;
}

.page--desktop .footer-desktop .footer-wapper::after{
  content: "";
    width: 44px;
  height: 40px;
  display: block;
  background-image: url(./images/normal_u1.gif);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: -36px;
  left: 0px;

}

.page--desktop .footer-desktop .footer-wapper .leftFooter p{
   font-weight: 400;
  color: #ffffff;
  text-align: left;
  line-height: normal;
  font-size: 22px;
}

.page--desktop .footer-desktop .footer-wapper .leftFooter p strong{
  font-weight: bold
}


@media screen and (max-width: 768px) {
   .page--mobile{
    display: grid;
   }
   .page--tab{
    display: none;
   }

   .page--desktop{
    display: none;
   }
}

@media screen and (min-width: 768px) and  (max-width: 1172px) {
   .page--mobile{
    display: none;
   }
   .page--tab{
    display: grid;
   }
    .page--desktop{
    display: none;
   }
}

@media screen and (min-width: 1173px) {
   .page--mobile{
    display: none;
   }
   .page--tab{
    display: none;
   }

    .page--desktop{
    display: grid;
   }
}