section {

  min-height: 0;

}



header {

  padding-top: 0;

}



.firstSlide {

  padding-top: 6rem;

  background: none;

}



.fsBody {

  background: url(../images/hromada_bg.png) no-repeat center;

  background-size: cover;

  color: white;

  position: relative;

  text-align: center;

}



.fsHeader {

  font-size: 3.5rem;

  text-transform: uppercase;

  padding-bottom: 2rem;

  display: flex;

  align-items: center;

  justify-content: center;

  letter-spacing: 0.1rem;

  text-align: left;

}



.fsHeader img {

  width: 4rem;

  margin-right: 1rem;

}



.fsSubHeader {

  font-size: 1.5rem;

  padding-bottom: 3rem;

}



.fsSubHeader span {

  color: #3AB73A;

}



.fsButton, .fosButton {

  height: 3rem;

  padding: 0 2rem;

  background: #F2F6FF;

  border-radius: 1rem;

  border: none;

  margin: 0 auto;

  display: flex;

  flex-direction: row;

  align-items: center;

  justify-content: center;

  text-decoration: none;

  color: #24243A;

  transition: all 0.2s ease-in-out;

  text-transform: uppercase;

  font-size: 1rem;

  width: fit-content;

}

.fsButton:hover,.fosButton:hover{

  cursor: pointer;

  background-color: #e9eefa;

}

.fifFormButton{

  height: 3rem;

  padding: 0 2rem;

  background: linear-gradient(180deg, #2D3A6E 0%, #131C54 100%);

  border-radius: 1rem;

  display: flex;

  flex-direction: row;

  align-items: center;

  justify-content: center;

  color: #fff;

  text-decoration: none;

  transition: all 0.2s ease-in-out;

  font-size: 1rem;

  margin-bottom: 1rem;

  width: fit-content;

  font-weight: 700;

  border: none;

}



.fifFormButton:hover {

  cursor: pointer;

  filter: brightness(1.3);

}



.fsLinks {

  position: absolute; 

  right: 0;

  display: flex;

  flex-direction: column;

  justify-content: center;

  align-items: center;

}



.fsLink {

  padding: 0.5rem 1rem;

}



.ssContent {

  display: flex;

  justify-content: center;

  flex-direction: row;

  flex-wrap: wrap;

  width: 100%;

  margin-left: 0;

  align-items: flex-start;

  margin: 0 0 4rem;

}



.ssBlock {

  margin: 0 1.5rem;

  width: 13rem;

  height: 16rem;

  text-align: center;

  padding: 1rem;

  border-radius: 1rem;

}



.ssBlockImage img {

  width: 70%;

}



.ssBlockTitle {

  font-weight: 700;

  font-size: 1.25rem;

  text-align: center;

  padding-top: 0.25rem;

}



.tsSlider {

  margin-bottom: 1rem;

  position: relative;

}



.tsSlide {

  width: 65rem;

  margin: 0 auto;

  text-align: center;

}



.tsSliderImage {

  max-height: 80%;

  height: 32rem;

  width: 65rem;

  margin: 0 auto;

  border-radius: 0.5rem;

}



.slick-dots {

  display: flex;

  justify-content: center;

}



.slick-dots li {

  margin: 0.5rem 0.5rem;

}



.slick-dots li button {

  border: 1px solid black;

  background: white;

  transition: all 0.2s ease;

  font-size: 0;

  border-radius: 50%;

  height: 1rem;

  width: 1rem;

  cursor: pointer;

}



.slick-dots .slick-active button {

  background: black;

}



.tsFeatures {

  display: flex;

  justify-content: center;

  align-items: flex-start;

  flex-wrap: wrap;

  margin-bottom: 4rem;

}



.tsFeaturesColumn {

  margin: 0 2rem;

}



.tsFeature {

  display: flex;

  align-items: flex-start;

  width: 20rem;

  margin: 2rem 0;

  font-size: 1.25rem;

  font-weight: 500;

}



.tsFeatureCheckmark {

  margin-right: 1rem;

}



.tsFeatureTitle span{

  color:#595959;

}



.fosContent {

  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../images/hromada_fos_bg.png) no-repeat center;

  background-size: cover;

  color: white;

  padding: 4rem 10rem;

  text-align: center;

}



.fosTitle {

  display: flex;

  justify-content: center;

  align-items: center;

  font-size: 3.5rem;

  text-transform: uppercase;

  letter-spacing: 0.2rem;

  margin-bottom: 3rem;

  text-align: left;

}



.fosTitle img {

  width: 4rem;

  margin-right: 1rem;

}



.fosData {

  margin: 0 auto 2rem;

  display: flex;

  justify-content: center;

  flex-wrap: wrap;

}



.fosBlock {

  display: flex;

  align-items: center;

  width: 24rem;

  height: 7rem;

  margin: 0 5rem 2rem;

  text-align: left;

  font-size: 1.2rem;

  font-weight: 500;

  background: white;

  color: black;

  padding: 1rem;

  border-radius: 1rem;

}



.fosBlockLogo {

  margin-right: 1rem;

}



.fosBlockText span {

  color: #000;

}

.fifSlide {
  background: #F2F6FF;
}


.fifContent {

  display: flex;

  flex-direction: column;

  align-items:center;

  justify-content: center;

}



.fifTitle {

  padding: 2rem 0 4rem;

  font-size: 2.5rem;

  font-weight: 600;

  width: 90%;

  margin: 0 auto;

  text-align: center;

}



.fifForm {

  display: flex;

  flex-direction: column;

  width: 40%;

  

  border-radius: 0.75rem;

  padding: 2rem 4rem;
  margin: 2rem;

}



.fifForm label {

  font-size: 1.2rem;

  font-weight: 700;

  padding-bottom: 0.5rem;

}



.fifForm input {

  border-radius: 0.5rem;

  border: none;

  padding: 1rem;

  margin: 0 0 2rem;

  font-size: 1rem;

}



.fifForm input::placeholder {

  font-size: 1rem;

}



.fifForm input:focus {

  outline: none;

}



.fifFormButton {

  margin: 2rem auto;

}



@media screen and (max-width: 1100px) {

  .tsSliderImage {

    height: 23rem;

    width: 50rem;

  }

}



@media screen and (max-width: 800px) {

  .fsLinks {

    flex-direction: row;

    right: initial;

    bottom: 0.25rem;

  }

  .tsFeature {

    margin: 0 0 2rem;

  }

  .tsSliderImage {

    height: 20rem;

    width: 40rem;

  }

  .fosTitle {
    margin-bottom: 2rem;

  }

  .fosBlock {

    margin: 0 5rem 3rem;

    justify-content: center;

    flex-wrap: wrap;

    align-items: center;

    text-align: center;

    height: auto;

  }

  .fifForm {

    width: 90%;

  }

  html {

    font-size: 14px;

  }

}



@media screen and (max-width: 600px) {

  .tsSliderImage {

    height: 14rem;

    width: 30rem;

  }

}



@media screen and (max-width: 450px) {

  .tsSliderImage {

    height: 10rem;

    width: 20rem;

  }

}