body {
  overflow-x: hidden;
  position: relative;
  font-family: "Montserrat", sans-serif;
  background-color: #d7d7d7;
}
body * {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body * input, body * button, body * a, body * img:focus {
  outline: none;
}

@media (max-width: 991px) {
  .blocked {
    overflow: hidden !important;
  }
}

.number-desc {
  display: block;
  width: 100%;
  font-family: "Merriweather", serif;
  font-size: 28px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 2.64;
  letter-spacing: normal;
  color: #cc0025;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .number-desc {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .number-desc {
    font-size: 22px;
  }
}

.first-block {
  position: relative;
  background: url("img/top-image.jpg") #15162B;
  background-repeat: no-repeat;
  padding-top: 40px;
}
@media (max-width: 575px) {
  .first-block {
    background-size: cover;
    padding: 39px 30px 0;
  }
}
@media (min-width: 1199px) {
  .first-block {
    background-size: cover;
  }
}
.first-block .header {
  max-width: 1766px;
  width: 100%;
  margin: auto;
  padding: 0 30px 233px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 575px) {
  .first-block .header {
    padding-left: 0;
  }
}
@media (max-width: 575px) {
  .first-block .header {
    padding-bottom: 130px;
  }
}
@media (max-width: 575px) {
  .first-block .header .logo {
    max-width: 159px;
    width: 100%;
  }
}
.first-block .header .logo img {
  max-width: 200px;
  width: 100%;
}
@media (max-width: 991px) {
  .first-block .header .head-menu {
    display: none;
  }
}
.first-block .header .head-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
}
.first-block .header .head-menu ul li {
  margin: 0 18px;
}
@media (min-width: 1200px) and (max-width: 1300px) {
  .first-block .header .head-menu ul li {
    margin: 0 16px;
  }
}
@media (max-width: 1199px) {
  .first-block .header .head-menu ul li {
    margin: 0 9px;
  }
}
.first-block .header .head-menu ul li a {
  position: relative;
  height: 22px;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.1px;
  color: #ffffff;
  text-decoration: none;
}
@media (max-width: 1300px) {
  .first-block .header .head-menu ul li a {
    font-size: 16px;
  }
}
.first-block .header .head-menu ul li a:after {
  content: "";
  position: absolute;
  left: 0;
  top: calc(100% + 10px);
  background: white;
  height: 1px;
  width: 100%;
  opacity: 0;
  transition: 0.3s;
}
.first-block .header .head-menu ul li a:hover:after {
  top: 115%;
  opacity: 1;
}
.first-block .site-tittle {
  max-width: 1275px;
  margin: 0 auto;
  padding: 0 30px 220px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .first-block .site-tittle {
    padding: 0 45px 230px;
  }
}
@media (max-width: 575px) {
  .first-block .site-tittle {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 100px;
  }
}
.first-block .site-tittle h1 {
  max-width: 1202px;
  color: #cc0025;
  font-size: 60px;
  font-weight: bold;
  line-height: 1.24;
  letter-spacing: normal;
  position: relative;
  z-index: 1;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .first-block .site-tittle h1 {
    font-size: 60px;
  }
}
@media (min-width: 576px) and (max-width: 991px) {
  .first-block .site-tittle h1 {
    font-size: 42px;
  }
}
@media (min-width: 481px) and (max-width: 575px) {
  .first-block .site-tittle h1 {
    font-size: 36px;
  }
}
@media (max-width: 480px) {
  .first-block .site-tittle h1 {
    font-size: 36px;
  }
}
.first-block .boxg-gradient {
  height: 238px;
  background-image: linear-gradient(to bottom, rgba(21, 22, 43, 0), rgba(22, 23, 43, 0.4) 13%, #15162b);
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 0;
}

.descript-section-wan {
  background-color: #15162b;
}
.descript-section-wan .wan-descript {
  padding: 210px 30px 335px;
  max-width: 1275px;
  margin: 0 auto;
  width: 100%;
}
@media (min-width: 576px) and (max-width: 767px) {
  .descript-section-wan .wan-descript {
    padding: 105px 30px 220px;
  }
}
@media (max-width: 575px) {
  .descript-section-wan .wan-descript {
    padding: 105px 20px 84px;
  }
}
.descript-section-wan .wan-descript .wan-box-descript p {
  width: 100%;
  font-size: 28px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.65;
  letter-spacing: normal;
  color: #ffffff;
}
@media (min-width: 767px) and (max-width: 1199px) {
  .descript-section-wan .wan-descript .wan-box-descript p {
    font-size: 28px;
    line-height: 1.5;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .descript-section-wan .wan-descript .wan-box-descript p {
    font-size: 25px;
  }
}
@media (max-width: 575px) {
  .descript-section-wan .wan-descript .wan-box-descript p {
    font-size: 18px;
  }
}

.descript-section-two {
  background: url("img/white-image.jpg") bottom center no-repeat;
}
@media (min-width: 1199px) {
  .descript-section-two {
    background-size: cover;
  }
}
.descript-section-two .two-descript {
  padding: 249px 30px 335px;
  max-width: 1275px;
  margin: 0 auto;
  width: 100%;
}
@media (max-width: 1199px) {
  .descript-section-two .two-descript {
    padding: 249px 30px 255px;
  }
}
@media (max-width: 575px) and (max-width: 768px) {
  .descript-section-two .two-descript {
    padding: 200px 30px 200px;
  }
}
@media (max-width: 575px) {
  .descript-section-two .two-descript {
    padding: 92px 20px 130px;
  }
}
.descript-section-two .two-descript .how {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.descript-section-two .two-descript .how .quest strong {
  font-size: 28px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 2.18;
  letter-spacing: normal;
  color: #15162b;
}
@media (max-width: 1199px) {
  .descript-section-two .two-descript .how .quest strong {
    font-size: 26px;
    line-height: 1.5;
    margin-bottom: 25px;
  }
}
@media (max-width: 575px) {
  .descript-section-two .two-descript .how .quest strong {
    font-size: 22px;
  }
}
.descript-section-two .two-descript .how .answer {
  max-width: 880px;
  margin-top: 19px;
  padding: 0 25px;
}
@media (min-width: 576px) and (max-width: 1199px) {
  .descript-section-two .two-descript .how .answer {
    margin-top: 5px;
  }
}
@media (max-width: 575px) {
  .descript-section-two .two-descript .how .answer {
    padding: 0;
  }
}
.descript-section-two .two-descript .how .answer p {
  color: #15162b;
  font-size: 24px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.57;
  letter-spacing: normal;
}
@media (min-width: 576px) and (max-width: 1199px) {
  .descript-section-two .two-descript .how .answer p {
    font-size: 24px;
    line-height: 1.5;
  }
}
@media (max-width: 575px) {
  .descript-section-two .two-descript .how .answer p {
    font-size: 18px;
  }
}

.category {
  background-color: #d7d7d7;
}
.category .box-descript {
  padding: 0 30px 48px;
  max-width: 1275px;
  margin: 0 auto;
  font-size: 28px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 2.18;
  letter-spacing: normal;
  color: #000000;
}
@media (max-width: 991px) {
  .category .box-descript {
    font-size: 24px;
  }
}
@media (max-width: 575px) {
  .category .box-descript {
    font-size: 22px;
    padding: 0 30px 20px;
  }
}
.category .category-all-box {
  max-width: 1392px;
  margin: auto;
  padding: 0 15px 100px;
}
.category .category-all-box .mob {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .category .category-all-box .mob {
    flex-wrap: wrap;
    flex-direction: column;
  }
}
@media (max-width: 575px) {
  .category .category-all-box .mob {
    background: url("img/category/three.png");
    background-position: left center;
    background-size: cover;
  }
}
.category .category-all-box .category-box {
  width: 100%;
  max-width: 424px;
  height: 552px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
  padding: 0 15px;
  transition: 0.3s;
}
@media (min-width: 992px) and (max-width: 1440px) {
  .category .category-all-box .category-box {
    padding: 0;
    margin: 0 15px;
    height: 450px;
  }
}
@media (min-width: 576px) and (max-width: 991px) {
  .category .category-all-box .category-box {
    margin: 20px auto;
    max-height: 360px;
  }
}
@media (max-width: 575px) {
  .category .category-all-box .category-box {
    max-width: 100%;
    max-height: 100px;
    margin: 0;
    background: none !important;
    border-bottom: 10px solid #d7d7d7;
  }
}
.category .category-all-box .category-box:first-child {
  background: url("img/category/wan.png");
  background-size: cover;
}
@media (max-width: 575px) {
  .category .category-all-box .category-box:first-child {
    background: url("img/category/mobile-wan.jpg");
    background-size: cover;
  }
}
.category .category-all-box .category-box:nth-child(2) {
  background: url("img/category/two.png");
  background-size: cover;
}
@media (max-width: 575px) {
  .category .category-all-box .category-box:nth-child(2) {
    background: url("img/category/mobile-two.jpg");
    background-size: cover;
  }
}
.category .category-all-box .category-box:last-child {
  background: url("img/category/three.png");
  background-size: cover;
}
@media (max-width: 575px) {
  .category .category-all-box .category-box:last-child {
    background: url("img/category/mobile-three.jpg");
    background-size: cover;
    border-bottom: none;
  }
}
.category .category-all-box .category-box img {
  width: 100%;
  height: auto;
}
.category .category-all-box .category-box strong {
  position: absolute;
  left: 50px;
  right: 50px;
  font-size: 28px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.79;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
  z-index: 9999;
}
@media (min-width: 576px) and (max-width: 1199px) {
  .category .category-all-box .category-box strong {
    font-size: 25px;
  }
}
@media (max-width: 575px) {
  .category .category-all-box .category-box strong {
    font-size: 16px;
  }
}
.category .category-all-box .category-box:hover .blue-box {
  opacity: 0;
}
.category .category-all-box .category-box:hover {
  transition: 0.3s;
}
.category .category-all-box .category-box:hover .red-box {
  opacity: 0.76;
}
.category .category-all-box .category-box .blue-box {
  opacity: 0.76;
  background-color: #15162b;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transition: 0.3s;
}
@media (max-width: 575px) {
  .category .category-all-box .category-box .blue-box {
    opacity: 0.85;
  }
}
.category .category-all-box .category-box .red-box {
  opacity: 0;
  background-color: #9f0524;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transition: 0.3s;
}

.partners {
  max-width: 1392px;
  margin: 0 auto;
  width: 100%;
  background-color: #d7d7d7;
  padding: 0 30px;
}
@media (max-width: 575px) {
  .partners {
    padding: 0;
  }
}
.partners .arrow {
  display: flex;
  width: 100%;
  justify-content: flex-end;
  margin-bottom: 48px;
}
@media (max-width: 575px) {
  .partners .arrow {
    padding: 0 30px;
  }
}
.partners .arrow img {
  width: 100%;
  max-width: 65px;
  max-height: 65px;
}
@media (max-width: 575px) {
  .partners .arrow img {
    max-width: 35px;
    max-height: 35px;
  }
}
.partners .box-partners {
  max-width: 1735px;
  margin: auto;
  background-color: #fff;
  padding: 160px 95px 0 92px;
  z-index: 9999;
  position: relative;
}
@media (max-width: 1199px) {
  .partners .box-partners {
    padding: 150px 95px 0 92px;
  }
}
@media (min-width: 576px) and (max-width: 991px) {
  .partners .box-partners {
    padding: 90px 20px 0;
  }
}
@media (max-width: 575px) {
  .partners .box-partners {
    padding: 60px 0 0;
  }
}
.partners .box-partners .number-desc {
  padding: 0 30px;
}
.partners .box-partners .testimon {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0 30px 183px;
}
@media (max-width: 1199px) {
  .partners .box-partners .testimon {
    padding: 0 30px 70px;
  }
}
.partners .box-partners .testimon .testimonials-img {
  margin-right: 1.6rem;
  border: 2px solid #15162b;
  float: left;
}
@media (max-width: 576px) {
  .partners .box-partners .testimon .testimonials-img {
    margin-right: 0;
    float: right;
    margin-left: 1rem;
    width: 40vw;
  }
}
.partners .box-partners .testimon .testimonials-name strong {
  font-size: 40px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 2.18;
  letter-spacing: normal;
  color: #15162b;
}
@media (max-width: 1199px) {
  .partners .box-partners .testimon .testimonials-name strong {
    font-size: 34px;
  }
}
@media (max-width: 767px) {
  .partners .box-partners .testimon .testimonials-name strong {
    font-size: 22px;
  }
}
.partners .box-partners .testimon .testimonials-desc {
  max-width: 880px;
  margin-top: 19px;
}
.partners .box-partners .testimon .testimonials-desc p {
  font-size: 28px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.57;
  letter-spacing: normal;
  color: #15162b;
}
.partners .box-partners .testimon .testimonials-desc p:last-child {
  margin-top: 60px;
  font-style: italic;
}
@media (max-width: 767px) {
  .partners .box-partners .testimon .testimonials-desc p {
    font-size: 18px;
  }
}
.partners .partners-box .number-desc {
  padding: 0 30px;
}
.partners .partners-box .partner-name {
  padding: 0 30px 27px;
}
.partners .partners-box .partner-name strong {
  font-size: 40px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 2.18;
  letter-spacing: normal;
  color: #15162b;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .partners .partners-box .partner-name strong {
    font-size: 34px;
  }
}
@media (max-width: 767px) {
  .partners .partners-box .partner-name strong {
    font-size: 22px;
  }
}
.partners .partners-box .partner-all-team {
  max-width: 1579px;
  margin: auto;
  padding: 0 15px 95px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1199px) {
  .partners .partners-box .partner-all-team {
    justify-content: center;
  }
}
@media (max-width: 575px) {
  .partners .partners-box .partner-all-team {
    padding: 0 0 95px;
  }
}
.partners .partners-box .partner-all-team .partner-team {
  position: relative;
  width: 100%;
  max-width: 475px;
  max-height: 706px;
  height: 100%;
  padding: 0 15px;
}
.partners .partners-box .partner-all-team .partner-team img {
  width: 100%;
  height: 100%;
}
.partners .partners-box .partner-all-team .partner-team .initial {
  position: absolute;
  display: flex;
  flex-direction: column;
  left: 40px;
  bottom: 40px;
  opacity: 1;
  transition: 0.3s;
}
@media (min-width: 575px) and (max-width: 767px) {
  .partners .partners-box .partner-all-team .partner-team .initial {
    left: 25px;
    bottom: 15px;
  }
}
@media (max-width: 575px) {
  .partners .partners-box .partner-all-team .partner-team .initial {
    left: 15px;
    bottom: -60px;
  }
}
@media (max-width: 575px) {
  .partners .partners-box .partner-all-team .partner-team .initial {
    left: 15px;
    bottom: -60px;
  }
}
.partners .partners-box .partner-all-team .partner-team .initial strong {
  font-size: 30px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.43;
  letter-spacing: normal;
  color: #ffffff;
}
@media (min-width: 576px) and (max-width: 991px) {
  .partners .partners-box .partner-all-team .partner-team .initial strong {
    font-size: 16px;
  }
}
@media (max-width: 575px) {
  .partners .partners-box .partner-all-team .partner-team .initial strong {
    font-size: 14px;
    color: #000000;
  }
}
.partners .partners-box .partner-all-team .partner-team .initial span {
  font-size: 24px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.43;
  letter-spacing: normal;
  color: #ffffff;
}
@media (min-width: 576px) and (max-width: 991px) {
  .partners .partners-box .partner-all-team .partner-team .initial span {
    font-size: 14px;
  }
}
@media (max-width: 575px) {
  .partners .partners-box .partner-all-team .partner-team .initial span {
    font-size: 14px;
    color: #000000;
  }
}
.partners .partners-box .partner-all-team .partner-team:hover .shadow-box {
  opacity: 1;
}
.partners .partners-box .partner-all-team .partner-team:hover .initial {
  opacity: 0;
}
@media (max-width: 575px) {
  .partners .partners-box .partner-all-team .partner-team:hover .initial {
    opacity: 1;
  }
}
.partners .partners-box .partner-all-team .partner-team .shadow-box {
  position: absolute;
  background-color: rgba(215, 215, 215, 0.8);
  top: 40px;
  bottom: 40px;
  left: 40px;
  right: 40px;
  padding: 40px 30px 40px 40px;
  opacity: 0;
  transition: 0.3s;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .partners .partners-box .partner-all-team .partner-team .shadow-box {
    padding: 20px;
  }
}
@media (min-width: 576px) and (max-width: 991px) {
  .partners .partners-box .partner-all-team .partner-team .shadow-box {
    padding: 20px;
    top: 25px;
    bottom: 25px;
  }
}
@media (max-width: 575px) {
  .partners .partners-box .partner-all-team .partner-team .shadow-box {
    padding: 10px;
    top: 5px;
    bottom: 5px;
    left: 20px;
    right: 20px;
  }
}
.partners .partners-box .partner-all-team .partner-team .shadow-box strong {
  color: #cc0025;
  font-size: 24px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.43;
  letter-spacing: normal;
  padding-bottom: 15px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .partners .partners-box .partner-all-team .partner-team .shadow-box strong {
    font-size: 18px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .partners .partners-box .partner-all-team .partner-team .shadow-box strong {
    font-size: 16px;
  }
}
@media (max-width: 575px) {
  .partners .partners-box .partner-all-team .partner-team .shadow-box strong {
    font-size: 11px;
    display: none;
  }
}
.partners .partners-box .partner-all-team .partner-team .shadow-box span {
  color: #cc0025;
  display: block;
  width: 100%;
  font-size: 22px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.43;
  padding-bottom: 40px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .partners .partners-box .partner-all-team .partner-team .shadow-box span {
    padding-bottom: 10px;
    font-size: 18px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .partners .partners-box .partner-all-team .partner-team .shadow-box span {
    padding-bottom: 20px;
    font-size: 18px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .partners .partners-box .partner-all-team .partner-team .shadow-box span {
    padding-bottom: 5px;
    font-size: 16px;
  }
}
@media (max-width: 575px) {
  .partners .partners-box .partner-all-team .partner-team .shadow-box span {
    padding-bottom: 5px;
    font-size: 12px;
    display: none;
  }
}
.partners .partners-box .partner-all-team .partner-team .shadow-box p {
  font-size: 22px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.57;
  letter-spacing: normal;
  color: #15162b;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .partners .partners-box .partner-all-team .partner-team .shadow-box p {
    font-size: 18px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .partners .partners-box .partner-all-team .partner-team .shadow-box p {
    font-size: 15px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .partners .partners-box .partner-all-team .partner-team .shadow-box p {
    line-height: 1;
    font-size: 10px;
  }
}
@media (min-width: 376px) and (max-width: 575px) {
  .partners .partners-box .partner-all-team .partner-team .shadow-box p {
    font-size: 11px;
  }
}
@media (max-width: 375px) {
  .partners .partners-box .partner-all-team .partner-team .shadow-box p {
    font-size: 9px;
  }
}

footer {
  position: relative;
  background: url("img/footer.jpg") #15162B top center no-repeat;
  background-size: cover;
  width: 100%;
  max-height: 1098px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 270px;
  text-align: center;
  margin-top: -90px;
  overflow: hidden;
}
@media (min-width: 576px) and (max-width: 1199px) {
  footer {
    background: url("img/footer.jpg") #15162B top center no-repeat;
    background-size: cover;
  }
}
@media (min-width: 1199px) {
  footer {
    background-size: cover;
    padding-top: 216px;
  }
}
@media (min-width: 576px) and (max-width: 991px) {
  footer {
    padding-bottom: 160px;
  }
}
@media (max-width: 575px) {
  footer {
    padding-bottom: 48px;
    padding-top: 133px;
  }
}
footer .footer-text {
  max-width: 1134px;
  margin: auto;
  padding: 0 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (max-width: 575px) {
  footer .footer-text {
    padding: 50px 15px;
  }
}
footer .footer-text h2 {
  max-width: 1031px;
  font-size: 34px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.65;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
  padding-bottom: 85px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  footer .footer-text h2 {
    font-size: 28px;
    padding-top: 200px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  footer .footer-text h2 {
    font-size: 26px;
    padding-top: 200px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  footer .footer-text h2 {
    font-size: 22px;
    padding-bottom: 50px;
    padding-top: 133px;
  }
}
@media (max-width: 575px) {
  footer .footer-text h2 {
    font-size: 18px;
    padding-bottom: 34px;
  }
}
footer .footer-text a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 390px;
  height: 89px;
  color: #ffffff;
  font-size: 30px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.17;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
  border: solid 2px #cc0025;
  transition: 0.3s;
}
@media (max-width: 991px) {
  footer .footer-text a {
    max-width: 360px;
    height: 77px;
  }
}
@media (max-width: 575px) {
  footer .footer-text a {
    max-width: 333px;
    height: 52px;
    font-size: 20px;
    margin-bottom: 0;
  }
}
footer .footer-text a:hover {
  background-color: #cc0025;
  text-decoration: none;
}

.menu-btn {
  display: none;
  position: fixed;
  z-index: 10000;
  top: 40px;
  right: 72px;
  width: 48px;
  height: 27px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  transition: 0.3s;
  cursor: pointer;
}
.menu-btn.show {
  display: flex;
}
.menu-btn.fixed span {
  transition: 0.3s;
}
.menu-btn.fixed span:first-child {
  transform: rotate(45deg);
  top: 10px;
}
@media (max-width: 575px) {
  .menu-btn.fixed span:first-child {
    top: 6px;
  }
}
.menu-btn.fixed span:last-child {
  transform: rotate(-45deg);
  top: 10px;
}
@media (max-width: 575px) {
  .menu-btn.fixed span:last-child {
    top: 6px;
  }
}
@media (max-width: 991px) {
  .menu-btn {
    display: flex;
    transition: 0.3s;
  }
}
@media (max-width: 575px) {
  .menu-btn {
    top: 44px;
    right: 15px;
    width: 25px;
    height: 16px;
  }
}
.menu-btn span {
  width: 40px;
  height: 8px;
  background-color: #cc0025;
  transition: 0.3s;
  transform: rotate(0deg);
  position: absolute;
}
.menu-btn span:first-child {
  top: 0;
}
.menu-btn span:last-child {
  top: 20px;
}
@media (max-width: 575px) {
  .menu-btn span:last-child {
    top: 12px;
  }
}
@media (max-width: 575px) {
  .menu-btn span {
    width: 20px;
    height: 4px;
  }
}

.menu-block {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 548px;
  height: 100%;
  position: fixed;
  right: -548px;
  top: 0;
  background-color: #fff;
  z-index: 9999;
  transition: 0.3s;
}
@media (max-width: 1199px) {
  .menu-block {
    max-width: 450px;
  }
}
@media (max-width: 991px) {
  .menu-block {
    padding: 0;
    height: 100%;
    justify-content: center;
    align-items: center;
  }
}
@media (max-width: 575px) {
  .menu-block {
    width: 100%;
    max-width: 100%;
    right: -100%;
  }
}
.menu-block.show-box {
  right: 0;
}
@media (max-width: 991px) {
  .menu-block .drop-menu {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media (max-width: 575px) {
  .menu-block .drop-menu {
    padding: 50px 0;
  }
}
.menu-block .drop-menu ul {
  min-width: 200px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: flex-start;
  list-style: none;
  margin: 0;
  padding: 0;
}
.menu-block .drop-menu ul li {
  margin: 15px 0;
}
@media (max-width: 1199px) {
  .menu-block .drop-menu ul li {
    margin: 15px 0;
  }
}
@media (max-width: 575px) {
  .menu-block .drop-menu ul li {
    margin: 10px 0;
  }
}
.menu-block .drop-menu ul li a {
  font-size: 26px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 2.59;
  letter-spacing: normal;
  color: #15162b;
  text-decoration: none;
  transition: 0.3s;
}
@media (max-width: 991px) {
  .menu-block .drop-menu ul li a {
    line-height: 1;
  }
}
@media (max-width: 575px) {
  .menu-block .drop-menu ul li a {
    font-size: 18px;
  }
}
.menu-block .drop-menu ul li a:hover {
  font-weight: bold;
}

.close-form {
  display: none;
  position: absolute;
  z-index: 10000;
  top: 170px;
  right: 72px;
  width: 48px;
  height: 27px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  transition: 0.3s;
  cursor: pointer;
}
@media (max-width: 991px) {
  .close-form {
    top: 198px;
  }
}
@media (max-width: 575px) {
  .close-form {
    right: 0;
    top: 120px;
  }
}
.close-form span {
  width: 40px;
  height: 8px;
  background-color: #cc0025;
}
@media (max-width: 575px) {
  .close-form span {
    width: 20px;
    height: 4px;
  }
}
.close-form span:first-child {
  transform: rotate(45deg);
  position: absolute;
}
.close-form span:last-child {
  transform: rotate(-45deg);
}

.show-btn {
  display: flex !important;
}

.show-footer {
  display: flex !important;
  animation: show-foot 0.6s linear;
}
@media (max-height: 800px) {
  .show-footer {
    height: 100% !important;
  }
}
@media (max-width: 575px) {
  .show-footer {
    margin-top: 185px !important;
    justify-content: center;
    align-items: center;
  }
}

@keyframes show-foot {
  0% {
    transform: translateY(950px);
  }
  25% {
    transform: translateY(750px);
  }
  50% {
    transform: translateY(550px);
  }
  75% {
    transform: translateY(350px);
  }
  100% {
    transform: translateY(0px);
  }
}
.hide-text {
  display: none !important;
}

.footer-form {
  max-width: 1275px;
  margin: 0 auto;
  display: none;
  width: 100%;
  padding: 0 30px;
}
@media (min-width: 992px) {
  .footer-form {
    margin-bottom: -120px !important;
  }
}
.footer-form .footer-descript {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
@media (max-width: 1270px) {
  .footer-form .footer-descript {
    flex-direction: column;
  }
}
.footer-form .footer-descript .form-tittle {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .footer-form .footer-descript .form-tittle {
    padding-top: 284px;
  }
}
@media (max-width: 1270px) {
  .footer-form .footer-descript .form-tittle {
    flex-direction: row;
    margin-bottom: 30px;
  }
}
@media (min-width: 576px) and (max-width: 991px) {
  .footer-form .footer-descript .form-tittle {
    padding-top: 284px;
    margin-top: -50px;
    align-items: center;
  }
}
@media (max-width: 575px) {
  .footer-form .footer-descript .form-tittle {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 38px;
    margin-top: -185px;
  }
}
.footer-form .footer-descript .form-tittle .number-desc {
  text-align: left;
  display: inline-block;
  width: auto;
}
@media (max-width: 1270px) {
  .footer-form .footer-descript .form-tittle .number-desc {
    margin-right: 26px;
  }
}
.footer-form .footer-descript .form-tittle .number-desc strong {
  width: min-content;
  height: min-content;
}
.footer-form .footer-descript .form-tittle .talk {
  font-size: 40px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.85;
  letter-spacing: normal;
  color: #ffffff;
}
@media (max-width: 991px) {
  .footer-form .footer-descript .form-tittle .talk {
    font-size: 24px;
  }
}
.footer-form .footer-descript .box-form {
  width: 100%;
  max-width: 800px;
}
.footer-form .footer-descript .box-form input {
  border: none;
}
.footer-form .footer-descript .box-form input::-webkit-input-placeholder {
  color: #ffffff;
}
.footer-form .footer-descript .box-form input::-moz-placeholder {
  color: #ffffff;
}
.footer-form .footer-descript .box-form input:-ms-input-placeholder {
  color: #ffffff;
}
.footer-form .footer-descript .box-form input:-moz-placeholder {
  color: #ffffff;
}
@media (max-width: 1270px) {
  .footer-form .footer-descript .box-form {
    margin: auto;
  }
}
.footer-form .footer-descript .box-form form {
  display: flex;
  flex-direction: column;
}
.footer-form .footer-descript .box-form form .name-box {
  position: relative;
  width: 100%;
}
.footer-form .footer-descript .box-form form .name-box label {
  position: absolute;
  left: 24px;
  top: 12px;
  font-size: 20px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.75;
  letter-spacing: normal;
  color: #9b9b9b;
  transition: 0.3s;
  pointer-events: none;
}
@media (max-width: 575px) {
  .footer-form .footer-descript .box-form form .name-box label {
    font-size: 16px;
    left: 24px;
    top: 15px;
  }
}
.footer-form .footer-descript .box-form form .name-box .name {
  width: 100%;
  max-width: 1013px;
  height: 60px;
  padding: 20px;
  transition: 0.3s;
}
.footer-form .footer-descript .box-form form .name-box .name:focus ~ label {
  transform: translateY(-50px);
  position: absolute;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.94;
  letter-spacing: normal;
  color: #ffffff;
  text-align: left;
  z-index: 9999;
  left: 0;
}
.footer-form .footer-descript .box-form form .name-box .name:valid ~ label {
  transform: translateY(-50px);
  position: absolute;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.94;
  letter-spacing: normal;
  color: #ffffff;
  text-align: left;
  z-index: 9999;
  left: 0;
}
.footer-form .footer-descript .box-form form .name-box .name:invalid:not(:placeholder-shown) {
  border: solid 5px #cc0025;
}
.footer-form .footer-descript .box-form form .name-box .name:invalid:not(:placeholder-shown) ~ label {
  transform: translateY(-50px);
  position: absolute;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.94;
  letter-spacing: normal;
  color: #ffffff;
  text-align: left;
  z-index: 9999;
  left: 0;
}
.footer-form .footer-descript .box-form form .two-input {
  display: flex;
  margin: 40px 0;
}
@media (max-width: 575px) {
  .footer-form .footer-descript .box-form form .two-input {
    flex-direction: column;
  }
}
.footer-form .footer-descript .box-form form .two-input .email-box, .footer-form .footer-descript .box-form form .two-input .url {
  position: relative;
}
.footer-form .footer-descript .box-form form .two-input div.url label {
  top: 12px;
  bottom: 0;
  margin: auto;
  left: 24px !important;
}
@media (max-width: 575px) {
  .footer-form .footer-descript .box-form form .two-input div.url label {
    font-size: 16px;
    left: 24px !important;
    top: 15px;
  }
}
.footer-form .footer-descript .box-form form .two-input div.url input {
  transition: 0.3s;
}
.footer-form .footer-descript .box-form form .two-input div.url input:focus ~ label {
  transform: translateY(-50px);
  left: 0 !important;
}
@media (max-width: 576px) {
  .footer-form .footer-descript .box-form form .two-input div.url input:focus ~ label {
    transform: translateY(-50px);
    left: 0px !important;
  }
}
.footer-form .footer-descript .box-form form .two-input div.url input:valid ~ label {
  transform: translateY(-50px);
  left: 0 !important;
}
@media (max-width: 576px) {
  .footer-form .footer-descript .box-form form .two-input div.url input:valid ~ label {
    transform: translateY(-50px);
    left: 0px !important;
  }
}
.footer-form .footer-descript .box-form form .two-input div.url input:invalid:not(:placeholder-shown) {
  border: solid 5px #cc0025;
}
.footer-form .footer-descript .box-form form .two-input div.url input:invalid:not(:placeholder-shown) ~ label {
  transform: translateY(-50px);
  left: 0 !important;
  position: absolute;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.94;
  letter-spacing: normal;
  color: #ffffff;
  text-align: left;
  z-index: 9999;
}
@media (max-width: 576px) {
  .footer-form .footer-descript .box-form form .two-input div.url input:invalid:not(:placeholder-shown) ~ label {
    transform: translateY(-50px);
    left: -50px !important;
  }
}
.footer-form .footer-descript .box-form form .two-input label, .footer-form .footer-descript .box-form form .two-input .url, .footer-form .footer-descript .box-form form .two-input .email-box {
  width: 100%;
}
.footer-form .footer-descript .box-form form .two-input label:last-child, .footer-form .footer-descript .box-form form .two-input .url:last-child, .footer-form .footer-descript .box-form form .two-input .email-box:last-child {
  margin-left: 50px;
}
@media (max-width: 575px) {
  .footer-form .footer-descript .box-form form .two-input label:last-child, .footer-form .footer-descript .box-form form .two-input .url:last-child, .footer-form .footer-descript .box-form form .two-input .email-box:last-child {
    margin-left: 0;
    margin-top: 35px;
  }
}
.footer-form .footer-descript .box-form form .two-input label label, .footer-form .footer-descript .box-form form .two-input .url label, .footer-form .footer-descript .box-form form .two-input .email-box label {
  display: flex;
  position: absolute;
  left: 24px;
  top: 12px;
  font-size: 20px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.75;
  letter-spacing: normal;
  color: #9b9b9b;
  transition: 0.3s;
  pointer-events: none;
}
@media (max-width: 575px) {
  .footer-form .footer-descript .box-form form .two-input label label, .footer-form .footer-descript .box-form form .two-input .url label, .footer-form .footer-descript .box-form form .two-input .email-box label {
    font-size: 16px;
    top: 15px;
  }
}
.footer-form .footer-descript .box-form form .two-input label input, .footer-form .footer-descript .box-form form .two-input .url input, .footer-form .footer-descript .box-form form .two-input .email-box input {
  width: 100%;
  height: 60px;
  padding: 20px;
  transition: 0.3s;
}
.footer-form .footer-descript .box-form form .two-input label input:focus ~ label, .footer-form .footer-descript .box-form form .two-input .url input:focus ~ label, .footer-form .footer-descript .box-form form .two-input .email-box input:focus ~ label {
  transform: translateY(-50px);
  position: absolute;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.94;
  letter-spacing: normal;
  color: #ffffff;
  text-align: left;
  z-index: 9999;
  left: 0;
}
.footer-form .footer-descript .box-form form .two-input label input:valid ~ label, .footer-form .footer-descript .box-form form .two-input .url input:valid ~ label, .footer-form .footer-descript .box-form form .two-input .email-box input:valid ~ label {
  transform: translateY(-50px);
  position: absolute;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.94;
  letter-spacing: normal;
  color: #ffffff;
  text-align: left;
  z-index: 9999;
  left: 0;
}
.footer-form .footer-descript .box-form form .two-input label input:invalid:not(:placeholder-shown) ~ label, .footer-form .footer-descript .box-form form .two-input .url input:invalid:not(:placeholder-shown) ~ label, .footer-form .footer-descript .box-form form .two-input .email-box input:invalid:not(:placeholder-shown) ~ label {
  transform: translateY(-50px);
  position: absolute;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.94;
  letter-spacing: normal;
  color: #ffffff;
  text-align: left;
  z-index: 9999;
  left: 0;
}
.footer-form .footer-descript .box-form form .two-input label input:invalid:not(:placeholder-shown), .footer-form .footer-descript .box-form form .two-input .url input:invalid:not(:placeholder-shown), .footer-form .footer-descript .box-form form .two-input .email-box input:invalid:not(:placeholder-shown) {
  border: solid 5px #cc0025;
}
.footer-form .footer-descript .box-form form .two-input label input:invalid:not(:placeholder-shown) ~ span, .footer-form .footer-descript .box-form form .two-input .url input:invalid:not(:placeholder-shown) ~ span, .footer-form .footer-descript .box-form form .two-input .email-box input:invalid:not(:placeholder-shown) ~ span {
  opacity: 1;
}
.footer-form .footer-descript .box-form form .two-input label span, .footer-form .footer-descript .box-form form .two-input .url span, .footer-form .footer-descript .box-form form .two-input .email-box span {
  position: absolute;
  bottom: -25px;
  left: 0;
  opacity: 0;
  transition: 0.3s;
  color: #cc0025;
}
@media (max-width: 575px) {
  .footer-form .footer-descript .box-form form .two-input label span, .footer-form .footer-descript .box-form form .two-input .url span, .footer-form .footer-descript .box-form form .two-input .email-box span {
    font-size: 12px;
  }
}
.footer-form .footer-descript .box-form form textarea {
  width: 100%;
  padding: 24px;
  max-height: 233px;
  margin-bottom: 45px;
  outline: none;
  border: none;
}
@media (min-width: 576px) {
  .footer-form .footer-descript .box-form form textarea {
    font-size: 20px;
  }
}
.footer-form .footer-descript .box-form form button {
  margin: auto;
  width: 100%;
  max-width: 390px;
  height: 89px;
  border: solid 2px #cc0025;
  font-size: 30px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.17;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
  background-color: transparent;
  transition: 0.3s;
}
.footer-form .footer-descript .box-form form button:hover {
  background-color: #cc0025;
}
@media (min-width: 576px) and (max-width: 991px) {
  .footer-form .footer-descript .box-form form button {
    max-width: 360px;
    height: 77px;
  }
}
@media (max-width: 575px) {
  .footer-form .footer-descript .box-form form button {
    max-width: 259px;
    height: 65px;
    font-size: 20px;
  }
}

/*# sourceMappingURL=style.css.map */
