@font-face {
  font-family: "AvenirRoman";
  src: url("../fonts/fonts/AvenirRoman/AvenirRoman.eot");
  src: url("../fonts/fonts/AvenirRoman/AvenirRoman.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/fonts/AvenirRoman/AvenirRoman.woff") format("woff"),
    url("../fonts/fonts/AvenirRoman/AvenirRoman.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: "Avenir", Helvetica, sans-serif;
}

body {
  overflow-x: hidden;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
  letter-spacing: 0.6px;
}

.media-header__wrap {
  display: none;
}

header {
  background-color: #2f343a;
  color: #ffffff;
  height: 80px;
  position: fixed;
  z-index: 20000;
  width: 100%;
}

.header-wrap {
  max-width: 1180px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 72px;
  padding-top: 14px;
}

header ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.lang {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* margin-right: -20px; */
}

.lang a {
  margin-left: 6px;
  cursor: pointer;
}

.lang img {
  width: 22px;
  height: 20px;
  border-radius: 50%;
}

.dropdown .lang {
  margin-top: 50px;
  margin-bottom: 40px;
}
.open-account {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.open-account button:first-child {
  margin-right: 8px;
  /* max-width: 160px; */
}

li a,
.dropdown li a {
  color: #ffffff;
  font-size: 16px;
  text-transform: uppercase;
  margin-left: 20px;
}

li a:last-child(),
.dropdown li a:last-child {
  margin-right: 0;
}

li a:hover,
.dropdown li a:hover {
  color: #70b1b2 !important;
  /* font-weight: 550; */
}

.logo-block img {
  width: 180px;
  margin-top: 8px;
}

.header-wrap button,
.dropdown button,
.kreditcard__wrap button {
  min-height: 48px;
  top: 28px;
  background: #70b1b2;
  border-radius: 100px;
  -webkit-box-shadow: 0px 4px 10px rgba(201, 209, 214, 0.1);
  box-shadow: 0px 4px 10px rgba(201, 209, 214, 0.1);
  text-transform: uppercase;
  font-size: 12px;
  padding: 0 20px;
  /* color: #ffffff; */
}
button {
  background: #70b1b2;
  -webkit-box-shadow: 0px 4px 10px rgba(201, 209, 214, 0.1);
  box-shadow: 0px 4px 10px rgba(201, 209, 214, 0.1);
  border-radius: 100px;
  cursor: pointer;
  border: none;
  font-size: 16px;
  text-transform: uppercase;
  color: #ffffff;
  padding: 20px 30px;
  letter-spacing: 0.6px !important;
  border: 1px solid #70b1b2;
}

main {
  padding-top: 80px;
}

.main-screen__block {
  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: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: flex-start;
  /* margin-left: -60px; */
  /* margin-top: 100px; */
}

/* .main-screen__block button:hover {
  background: #70b1b2;
  color: #ffffff;
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
} */

.main-screen__wrap {
  max-width: 1180px;
  margin: 0 auto;
  padding: 160px 0 0 50px;
}

.main-screen {
  background: url("../assets/Webside-Header-Paladis-9.png") no-repeat;
  background-size: cover;
  min-height: 800px;
}

.main-screen h1 {
  position: relative;
  text-transform: uppercase;
  font-size: 48px;
  font-weight: 850;
  line-height: 75px;
  font-style: normal;
  z-index: 1000;
  color: #70b1b2;
}

.cards-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.cards-block .card1 {
  margin-left: -60px;
  margin-top: 80px;
  width: 350px;
}

.cards-block .card2 {
  margin-top: -140px;
  width: 300px;
}

.card3 {
  width: 308px;
  height: 292px;
  position: relative;
  -webkit-animation: 2s linear 0s infinite alternate move_eye;
  animation: 2s linear 0s infinite alternate move_eye;
}

.main-screen__block button {
  border: none;
  /* height: 70px; */
  background: #70b1b2;
  border-radius: 100px;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 500;
  margin-top: 40px;
  /* padding: 0 50px; */
}

button:hover {
  background: none;
  color: #70b1b2;
  border: 1px solid #70b1b2;
}

.cards-block__second {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 280px;
  margin-left: -100px;
}

.cards-block__second img {
  position: absolute;
  z-index: 10000;
  margin-left: 30px;
  margin-top: 100px;
  width: 200px;
}

.cards-block img {
  -webkit-transform: scale(1.1, 0.9);
  -ms-transform: scale(1.1, 0.9);
  transform: scale(1.1, 0.9);
}

.cards-block img:hover {
  -webkit-transform: scale(1, 0.8);
  -ms-transform: scale(1, 0.8);
  transform: scale(1.2, 1);
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}

@-webkit-keyframes move_eye {
  from {
    -webkit-transform: scale(1.2, 1);
    transform: scale(1.2, 1);
    -webkit-transition: 2s;
    -o-transition: 2s;
    transition: 2s;
  }

  to {
    -webkit-transform: scale(1, 0.8);
    transform: scale(1, 0.8);
    -webkit-transition: 2s;
    -o-transition: 2s;
    transition: 2s;
  }
}

@keyframes move_eye {
  from {
    -webkit-transform: scale(1.2, 1);
    transform: scale(1.2, 1);
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
  }

  to {
    -webkit-transform: scale(1, 0.8);
    transform: scale(1, 0.8);
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
  }
}

.loader-container {
  position: relative;
  width: 200px;
  height: 200px;
  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;
  border: 2px solid #c9d1d6;
}

.loader-container_tifany {
  position: absolute;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  border: 6px solid transparent;
  border-bottom: 6px solid #70b1b2;
  border-right: 6px solid #70b1b2;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.loader-container_tifany:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
}

.loader-black {
  position: relative;
  width: 300px;
  height: 314px;
  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;
  border: 38px solid #2f343a;
  -webkit-animation: animateLoaderBlack 50s linear infinite;
  animation: animateLoaderBlack 50s linear infinite;
}

@-webkit-keyframes animateLoaderBlack {
  0% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }

  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

@keyframes animateLoaderBlack {
  0% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }

  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

.loader-black__bg {
  position: absolute;
  height: 158px;
  width: 300px;
  background-color: #f4f6f7;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.loader-wrap {
  position: absolute;
  width: 150px;
  height: 150px;
  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;
  border: 1px solid #c9d1d6;
  -webkit-box-shadow: 4px 4px 10px 4px rgba(0, 0, 0, 0.1);
  box-shadow: 4px 4px 10px 4px rgba(0, 0, 0, 0.1);
  margin-top: 82px;
  margin-left: 76px;
}

.loader {
  position: relative;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  -webkit-animation: animateLoader 30s linear infinite;
  animation: animateLoader 30s linear infinite;
}

@-webkit-keyframes animateLoader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes animateLoader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.loader:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  background: #70b1b2;
  background-size: 200px 360px;
  background-repeat: no-repeat;
  border-top-left-radius: 200px;
  border-bottom-left-radius: 200px;
}

.loader span {
  position: absolute;
  top: 8px;
  left: 8px;
  right: 8px;
  bottom: 8px;
  background: #f4f6f7;
  border-radius: 50%;
}

.about-us__container {
  padding: 0 20px;
  min-height: 1251px;
  background: rgba(201, 209, 214, 0.2);
  overflow-x: hidden;
}

h2 {
  font-size: 34px !important;
  font-weight: 700 !important;
  line-height: 53px !important;
  text-align: left;
  text-transform: uppercase !important;
  text-align: center;
  padding-top: 90px;
}
.main-screen__block h2 {
  color: #ffffff;
  text-transform: none !important;
  font-size: 26px !important;
  max-width: 550px;
  text-align: left;
  padding-top: 30px;
  margin-top: 0;
  /* padding-bottom: 30px; */
  line-height: 48px;
  font-weight: 400;
}

.line {
  width: 55%;
  position: inherit;
  float: right;
  height: 2px;
  margin-top: 4px;
  background-color: #c9d1d6;
}

.about-us__wrap {
  max-width: 1178px;
  margin: 0 auto;
}

.about-us__wrap img {
  max-width: 980px;
  height: 600px;
  margin-top: 75px;
  border-radius: 10px;
}

.img-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
}

.circle-container {
  margin-left: -200px;
}

.circle {
  width: 434px;
  height: 434px;
  border-radius: 50%;
  border: 120px solid rgba(201, 209, 214, 0.7);
  -webkit-box-shadow: 0px 15px 15px rgb(151 151 151 / 10%);
  box-shadow: 0px 15px 15px rgb(151 151 151 / 10%);
  /* margin-left: 630px; */
  margin-top: 200px;
}

.circle-text {
  position: relative;
  font-size: 48px;
  line-height: 75px;
  text-align: center;
  text-transform: uppercase;
  margin-top: -350px;
  /* margin-left: -580px; */
}

.circle-text span {
  font-size: 144px;
  font-weight: 750;
  line-height: 125px;
  text-align: center;
  text-transform: uppercase;
}

.about-us__text-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.text-wrap {
  max-width: 100%;
  min-height: 218px;
  background: #2f343a;
  border-radius: 10px;
  padding: 30px 31px 27px;
}

.text-wrap p {
  color: #c9d1d6;
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  text-align: left;
}

.text-wrap a {
  font-weight: 600;
  font-size: 22px;
  line-height: 25px;
  color: #c9d1d6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 26px;
}

.iconify {
  color: #c9d1d6;
  font-size: 16px;
  margin-left: 6px;
}

.text-wrap:hover {
  background: #70b1b2;
  -webkit-transition: 2s;
  -o-transition: 2s;
  transition: 2s;
}

.text-wrap p:hover,
.text-wrap a:hover,
.text-wrap .iconify:hover {
  color: #2f343a;
  -webkit-transition: 2s;
  -o-transition: 2s;
  transition: 2s;
}

.news-container {
  background: #2f343a;
}

.news-container h2 {
  color: #c9d1d6;
}

.news-container p {
  color: #2f343a;
}

.news-container .line {
  background: #e6eff5;
  width: 53%;
}

.news__wrap {
  max-width: 1178px;
  margin: 0 auto;
  margin-top: 18px;
}

.news-item__wrap {
  max-width: 1178px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  /* -ms-flex-wrap: wrap;
  flex-wrap: wrap; */
}

.news-item__wrap:first-child .news-item:nth-child(2),
.news-item__wrap:last-child .news-item:first-child {
  min-height: 428px;
}

.news-item__wrap:first-child .news-item:first-child .news-img {
  max-width: 564px;
  height: 342px;
  background: url("../assets/unsplash_A7MwFLG3SCA.png") no-repeat;
  background-size: cover;
  border-radius: 10px 10px 0 0;
}

.news-item__wrap:first-child .news-item:last-child .news-img {
  height: 305px;
  background: url("../assets/rectangle16.png") no-repeat;
  background-size: cover;
}

.news-item__wrap:last-child .news-item:first-child .news-img {
  height: 305px;
  background: url("../assets/markus-winkler-IrRbSND5EUc-unsplash.jpg") no-repeat;
  background-size: cover;
}

.news-item__wrap:last-child .news-item:last-child .news-img {
  /* height: 342px; */
  background: url("../assets/unsplash_A7MwFLG3SCA.png") no-repeat;
  background-size: cover;
  border-radius: 10px;
}

.news-item {
  max-width: 564px;
  height: 464px;
  background: rgba(230, 239, 245, 0.4);
  -webkit-backdrop-filter: blur(24px);
  backdrop-filter: blur(24px);
  border-radius: 0px 0px 10px 10px;
  margin-top: 50px;
  border-radius: 10px;
}

.news-item:hover {
  /* width: 574px; */
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

/* .news-item__wrap:last-child .news-item:last-child {
  margin-top: 13px;
  height: 465px;
} */

.news-item h3 {
  padding: 20px 25px 10px;
  font-size: 20px;
  line-height: 31px;
  color: #000;
}

.news-item p {
  padding: 0 25px 20px;
  font-size: 16px;
  line-height: 22px;
  color: #000;
}

.read-more {
  color: #2f343a;
  font-size: 24px;
  line-height: 38px;
  font-weight: 700;
  padding-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 40px;
}

.news-container a {
  color: #c9d1d6;
}

.read-more:hover {
  color: #70b1b2;
  -webkit-transition: 2s;
  -o-transition: 2s;
  transition: 2s;
}

.services__container {
  padding-bottom: 130px;
}

.services-wrap {
  max-width: 1178px;
  margin: 0 auto;
  margin-top: 80px;
}

.services-item_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 1178px;
}

.services-item {
  width: 380px;
  min-height: 200px;
  border: none;
  border-radius: 10px;
  background: #2f343a;
  padding: 30px 30px 20px;
  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;
  margin-bottom: 30px;
  cursor: pointer;
}

.services-item:hover {
  background: #70b1b2;
  color: #c9d1d6;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.services-item_wrap:last-child .five-item {
  margin-left: 380px;
}

.services-item span {
  text-decoration: none;
  color: #dadada;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.services-item div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.services-item h3 {
  font-size: 20px;
  line-height: 37px;
  text-transform: uppercase;
  color: #c9d1d6;
  font-weight: 600;
}

.services-item p {
  font-size: 16px;
  color: #c9d1d6;
  padding: 20px 0;
}

.cards img {
  /* height: 270px;
  width: 366px; */
  position: absolute;
  margin-left: -30px;
}

.services-item img {
  width: 70px;
}

.services-item p:hover {
  color: #c2c2c2;
  -webkit-transition: 2s;
  -o-transition: 2s;
  transition: 2s;
}

.business-account__container .line {
  width: 60%;
}

.business-account__container {
  background: #fff;
  padding-bottom: 100px;
}
#security {
  background: #2f343a;
  padding: 120px 0 100px;
}
.security__block p,
.security__block h4 {
  color: #fff;
  line-height: 22px;
}

.business-account__container h2 {
  color: #2f343a;
}

.business-account__descript p,
.payment-transactions__wrap p {
  color: #2f343a;
  font-size: 16px;
  line-height: 22px;
  padding-bottom: 20px;
}

/* .security__block button:hover {
  background-color: #C9D1D6;
  color: #2f343a;
} */
.business-account__wrap {
  max-width: 1178px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 80px;
}

.business-img__wrap {
  margin-top: -50px;
}

.business-account__descript {
  width: 600px;
}

.business-account__wrap h3 {
  color: #000;
  font-size: 24px;
  line-height: 37px;
  padding-bottom: 20px;
  max-width: 1030px;
}
.business-account__wrap .circle-img {
  max-width: 560px;
  margin-top: 50px;
}
/* .business-account__descript button:hover {
  background: #70b1b2;
  -webkit-transition: 2s;
  -o-transition: 2s;
  transition: 2s;
} */
.business-account__descript button {
  margin-top: 20px;
}
#financial-management {
  background: #2f343a;
}
.financial-management__wrap p,
.financial-management__wrap h4 {
  color: #ffffff;
}
.financial-management__wrap p {
  padding: 30px 0;
  line-height: 22px;
}
.security__wrap,
.payment-transactions__wrap,
.financial-management__wrap {
  max-width: 1140px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.financial-management__wrap {
  padding: 90px 0;
}
#payment-transactions {
  background: #ffffff;
}
/* #payment-transactions p,
#payment-transactions h4 {
  color: #c2c2c2;
} */
.payment-transactions__wrap {
  padding: 80px 0;
}
.payment-transactions__wrap p {
  margin: 30px 0 20px;
  max-width: 460px;
}
.financial-management__block {
  max-width: 460px;
}
/* .security__wrap:nth-child(2) {
  margin-left: 0;
  margin-right: 50px;
} */
.security__block h4,
.payment-transactions__wrap h4,
.financial-management__wrap h4 {
  font-size: 30px;
}

.security__wrap img,
.payment-transactions__wrap img {
  max-width: 540px;
  min-height: 390px;
}
.financial-management__wrap img {
  max-width: 640px;
}
.security__block {
  max-width: 550px;
  margin: 0 70px;
  color: #ffffff;
  padding-top: 20px;
}
.security__block p {
  margin: 40px 0 30px;
}
.link-button {
  font-size: 16px;
  padding: 20px 30px;
  color: #ffffff;
  text-transform: uppercase;
  background: #70b1b2;
  border-radius: 100px;
  margin-top: 10px;
  position: absolute;
}
/* .kreditcard__container img {
  max-width: 1440px;
  margin: 0 auto;
  margin-top: -160px;
  margin-left: 90px;
} */

.kreditcard__block {
  min-height: 500px;
  max-width: 1040px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  justify-content: space-around;
  display: flex;
  margin-top: 80px;
}

.kreditcard__block img {
  height: 300px;
  max-width: 500px;
  margin-top: 30px;
}

.kreditcard__wrap {
  max-width: 500px;
  margin-top: 40px;
}


.kreditcard__wrap p {
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  /* padding: 0 0 0 100px; */
}

.kreditcard__wrap button {
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 40px;
  padding: 20px 30px;
}

.blog__container {
  background: #c9d1d633;
}

.blog__wrap {
  padding: 70px 0 50px;
  max-width: 980px;
  margin: 0 auto;
}

.blog__wrap section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.item__container {
  width: 467px;
  height: 403px;
  border-radius: 10px 10px 0 0;
  margin-bottom: 50px;
}
.item__container h2 {
  margin: 0 !important;
  padding: 0 !important;
  margin-top: -50px !important;
}

.item__topRow {
  display: none;
}

.item__container img {
  width: 467px;
  height: 403px;
  border-radius: 10px;
}

.item__link {
  width: 467px;
  height: 73px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  background: #2f343a;
  border-radius: 0px 0px 10px 10px;
  margin-top: -66px;
  font-size: 20px;
  font-weight: 500;
  line-height: 25px;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #c9d1d6;
  padding: 0 20px;
}

.item__link::after {
  content: url("https://api.iconify.design/cil/arrow-right.svg?color=%23c9d1d6&height=26");
  display: block;
  width: 26px;
  margin-left: 16px;
}

.item__link:hover {
  height: 404px;
  position: absolute;
  opacity: 0.7;
  margin-top: -406px;
  -webkit-transition: 2s;
  -o-transition: 2s;
  transition: 2s;
  font-size: 20px;
  border-radius: 10px;
  color: #ffffff;
}

.blog-item__container {
  max-width: 1178px;
  margin: 0 auto;
}

.block-item__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 70px;
}

.blog-item {
  border-radius: 10px;
  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: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.blog-item:first-child {
  background: url("/assets/5d72f7c28fb17d9309508b6ac610c7e4.jpg") no-repeat;
  background-size: cover;
  height: 403px;
  width: 467px;
}

div.blog-item:nth-child(2) {
  background: url("/assets/Rectangle75.png") no-repeat;
  height: 573px;
  width: 664px;
}

.blog-item:nth-child(3) {
  background: url("/assets/Rectangle76.png") no-repeat;
  background-size: cover;
  height: 580px;
  width: 467px;
  margin-top: -120px;
}

.blog-item:nth-child(4) {
  background: url("/assets/Rectangle77.png") no-repeat;
  background-size: cover;
  height: 413.814453125px;
  width: 664px;
  margin-top: 46px;
}

.blog-item a {
  background: #2f343a;
  border-radius: 0px 0px 10px 10px;
  font-weight: 850;
  font-size: 16px;
  line-height: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #c9d1d6;
  padding: 24px 0% 24px 20px;
}

.contact__container {
  padding-bottom: 100px;
  overflow-x: hidden;
  background: #c9d1d6;
}

.contact-form__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 1178px;
  margin: 0 auto;
}

.contacts__wrap {
  max-width: 1070px;
  margin: 0 auto;
  margin-top: 40px;
}

.contacts__wrap h3 {
  max-width: 918px;
  margin: 0 auto;
  color: #2f343a;
  font-size: 16px;
  line-height: 150%;
  padding-bottom: 40px;
}

.contact-form {
  max-width: 1020px;
  margin: 0 auto;
  min-height: 622px;
  background: #2f343a;
  -webkit-box-shadow: 0px 15px 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 15px 15px rgba(0, 0, 0, 0.1);
  -webkit-backdrop-filter: blur(24px);
  backdrop-filter: blur(24px);
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-bottom: 40px;
}

form {
  min-height: 278px;
  padding: 60px 60px 40px;
}

fieldset {
  border: none;
}

legend {
  font-size: 16px;
  line-height: 28px;
  color: #c9d1d6;
  margin-bottom: 50px;
  margin-right: 50px;
}

label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #c9d1d6;
  font-size: 14px;
  line-height: 19px;
}

input,
textarea {
  background: none;
  border: none;
  border-bottom: 1px solid #c9d1d6;
  color: #c9d1d6;
  font-size: 14px;
  line-height: 19px;
  height: 40px;
  margin-bottom: 16px;
}

input {
  width: 286px;
  margin-right: 30px;
}
textarea {
  height: 70px;
  color: #c9d1d6;
  max-width: 920px;
}

.contact-circle {
  position: absolute;
}

form button {
  width: 192px;
}

/* form button:hover {
  background: #70b1b2;
  -webkit-transition: 2s;
  -o-transition: 2s;
  transition: 2s;
} */

.contact-circle .circle {
  margin-top: -200px;
  position: relative;
  border: 150px solid #70b1b2;
  margin-left: 630px;
}

.contact-form__wrap {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.call-us__wrap {
  font-size: 16px;
  /* font-weight: 600; */
  line-height: 22px;
  color: #c9d1d6;
  padding-left: 60px;
  max-width: 546px;
  margin-top: 20px;
}

.call-us__wrap div {
  margin-bottom: 24px;
}

.call-us__wrap span {
  line-height: 30px;
}

footer {
  min-height: 300px;
  background: #2f343a;
}

.footer__wrap {
  max-width: 1180px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}

.menu_container {
  max-width: 900px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 60px;
  flex-direction: column;
}

.menu_container li {
  margin-bottom: 16px;
}

.menu_container a {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
}
footer img {
  margin-top: 50px;
}
.footer__wrap {
  padding-bottom: 70px;
}
footer nav {
  display: flex;
  justify-content: space-between;
}
.f-container li a {
  text-transform: capitalize;
}
footer nav a {
  text-transform: none;
  color: #70b1b2;
  font-size: 16px !important;
}
footer nav a:hover {
  color: #ffffff !important;
}
a.footer-item {
  color: #ffffff;
  font-weight: 600;
  font-size: 18px;
}
.footer-logo__container {
  margin-top: 32px;
}
footer ul {
  margin: 0 !important;
  padding-left: 0 !important;
}
footer ul {
  width: 240px;
  display: block;
  flex-direction: column;
  text-align: left;
}
.footer-logo__container img {
  margin-bottom: 20px;
}
.footer-wrap li a {
  margin-left: 0;
}

.footer-logo__container p {
  font-weight: 600;
  font-size: 16px;
  line-height: 25px;
  color: #c9d1d6;
  margin-bottom: 10px;
  margin-left: 16px;
}
.f-container {
  display: flex;
  justify-content: space-between;
  max-width: 1180px;
  flex-wrap: wrap;
}
.copyright {
  font-size: 14px;
  line-height: 17px;
  color: #c9d1d6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 20px;
  margin-left: 60px;
  writing-mode: tb-rl;
  transform: rotate(180deg);
}

@media screen and (min-width: 360px) and (max-width: 1060px) {
  .logo-block img {
    max-width: 200px;
  }

  .cards-block__second {
    /* display: none; */
    margin-left: -80px;
  }

  .main-screen__block {
    /* text-align: right; */
    /* margin-left: -30px; */
  }

  .main-screen h1 {
    font-size: 36px;
  }

  header {
    padding: 0 20px;
    position: fixed;
  }

  li a {
    margin-right: 12px;
    margin-left: 0;
    font-size: 14px;
  }

  .cards-block {
    margin-left: -50px;
  }

  .cards-block .card1 {
    /* margin-left: 0; */
  }

  .text-wrap {
    max-width: 90%;
  }

  .about-us__text-container {
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
  }

  .about-us__container {
    padding-bottom: 50px;
  }

  .circle-text {
    margin-left: -480px;
  }

  .news__wrap {
    padding: 0 20px;
  }

  .news-item__wrap {
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
  }

  .news-item {
    max-width: 460px;
  }

  /* .services-item img {
    width: 240px;
    height: 240px;
    margin-left: 40px;
  } */
  /* .services-item:last-child img { */
  /* width: 210px;
    height: 240px;
  } */
  .services-item {
    max-width: 300px;
  }

  .services-item_wrap {
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
  }

  .services-item_wrap:last-child .five-item {
    margin-left: 310px;
  }

  .business-account__wrap {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .business-img__wrap {
    margin-top: 30px;
  }

  .block-item__wrap {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .business-img__wrap .circle-img {
    width: 300px;
  }

  .blog__wrap section {
    padding: 0 20px;
  }

  .contact-form {
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
  }

  .services-item p {
    font-size: 24px;
  }

  .business-img__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 1000px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .read-more {
    -webkit-box-pack: right;
    -ms-flex-pack: right;
    justify-content: right;
    padding-right: 40px;
  }
}

@media screen and (max-width: 1440px) {
  .about-us__wrap .circle {
    margin-left: -130px;
  }
}

@media screen and (min-width: 320px) and (max-width: 1024px) {
  .s-wrap {
    padding: 20px;
  }
  .header-wrap {
    display: none;
  }

  /*********************media-menu************************/
  .buttons-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .buttons-wrap button {
    margin-left: 10px;
    padding: 4px 16px;
  }

  .dropdown {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    display: none;
    background: #2f343a;
    width: 100%;
    border-radius: 10px;
    padding: 20px 0 60px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .burger-menu {
    background: none;
    display: contents;
  }

  .burger-close {
    background: none;
    display: none;
  }
}

@media screen and (max-width: 1024px) {
  h2 {
    padding-top: 40px;
  }

  /*****************************/
  .media-header__wrap {
    height: 100%;
    display: block;
    padding: 0 20px;
  }

  .media-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .media-header__wrap .header-nav {
    padding-bottom: 20px;
  }

  .media-header .logo-block {
    margin: 10px 0 15px;
  }

  .cards-block {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .cards-block .card1 {
    margin-top: -80px;
    width: 320px;
    margin-left: -150px;
  }

  .cards-block .card2 {
    margin-top: 520px;
    position: absolute;
    margin-left: 360px;
    width: 260px;
  }

  .business-account__descript h3 {
    padding-bottom: 20px;
  }

  .business-account__descript p {
    padding-bottom: 20px;
  }

  .blog__wrap {
    padding: 40px 0 0;
  }

  .news-item {
    max-width: 330px;
  }

  .contact-circle {
    position: absolute;
    margin-left: 380px;
  }

  .cards {
    display: none;
  }

  .services-item_wrap:last-child .five-item {
    margin-left: 0;
  }

  .blog__wrap section {
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
  }

  .item__container,
  .item__container img {
    width: 300px;
    height: 258px;
  }

  .item__link {
    width: 300px;
    height: 50px;
    margin-top: -46px;
    font-size: 16px;
  }

  .cards-block__second {
    display: none;
  }

  .read-more {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .contact-circle .circle {
    width: 300px;
    height: 300px;
    border: 100px solid #70b1b266;
    margin-left: 0;
  }

  .call-us__wrap {
    padding: 0;
  }

  form {
    padding: 20px 0 40px 0;
  }

  .contact-form {
    padding: 0 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .contacts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .call-us__wrap div {
    margin-bottom: 16px;
  }

  .contacts span {
    font-size: 14px;
  }

  input,
  textarea {
    max-width: 280px;
  }

  .menu_container {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  footer {
    padding: 20px;
  }

  .main-screen__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media screen and (max-width: 1024px) {
  li a {
    margin-right: 0;
  }
  .contact-form {
    max-width: 760px !important;
  }
  .financial-management__wrap img {
    max-width: 520px;
  }
  fieldset div {
    flex-direction: column;
  }
  input,
  textarea {
    width: 640px;
  }
  .kreditcard__block {
    padding: 0 30px;
  }
  .financial-management__block {
    padding-right: 30px;
  }
  .payment-transactions__block {
    padding-left: 30px;
  }
  .main-screen {
    min-height: 600px;
  }
  .main-screen__wrap {
    padding-top: 80px;
  }
  .main-screen__block h2 {
    font-size: 24px !important;
    padding-top: 0;
    line-height: 36px !important;
  }
}


@media screen and (max-width: 768px) {
  .security__wrap {
    flex-wrap: wrap-reverse;
  }
  #security {
    padding-top: 70px;
  }
  .security__wrap img {
    margin-left: 70px;
    margin-top: 40px;
  }
  .business-img__wrap img {
    display: none;
  }
  .payment-transactions__wrap,
  .kreditcard__block {
    flex-direction: column;
    margin-left: 70px;
  }
  .payment-transactions__block {
    padding: 0 0 30px 0;
  }
  .financial-management__wrap {
    flex-direction: column-reverse;
    margin-left: 70px;
  }
  .financial-management__wrap {
    padding-top: 40px;
  }
  .financial-management__block {
    padding-bottom: 40px;
  }
  .financial-management__wrap p {
    padding: 0;
  }
  .kreditcard__block {
    padding: 0;
    margin-top: 40px;
  }
  .kreditcard__wrap button {
    margin-top: 0;
    margin-bottom: 30px;
  }
  .kreditcard__block img {
    height: 300px;
    width: 450px;
    margin-bottom: 40px;
  }
  .contacts__wrap h3 {
    padding: 0 50px 30px;
  }
  .contact-form {
    max-width: 560px !important;
    margin-top: 30px;
  }
  input,
  textarea {
    max-width: 480px;
  }
  .item__link {
    font-size: 14px;
  }
  footer img {
    margin-top: 10px;
    max-width: 150px;
  }
  .copyright {
    writing-mode: horizontal-tb;
    transform: inherit;
    margin-left: 20px;
  }
}

@media screen and (min-width: 320px) and (max-width: 425px) {
  .cards-block .card1 {
    width: 220px;
    margin-left: 20%;
  }

  .cards-block .card2 {
    width: 200px;
  }

  .main-screen__block {
    margin-top: -50px;
  }

  .about-us__text-container {
    margin-top: -80px;
    margin-bottom: 30px;
  }

  .business-account__descript {
    margin-bottom: 30px;
  }

  .business-account__container {
    min-height: 748px;
  }

  .contact-circle .circle {
    margin-top: -90px;
    margin-left: 90px;
  }

  .circle-text {
    margin-top: -350px;
    font-size: 38px;
    margin-left: -380px;
    line-height: 42px;
  }

  .text-wrap {
    margin-top: 50px;
  }

  .circle-text span {
    line-height: 125px;
    font-size: 100px;
  }

  .services-wrap {
    margin-top: 40px;
  }
  .security__wrap img {
    max-width: 100%;
    min-height: 300px;
    margin: 0 auto;
    margin-top: 30px;
  }
  .security__block {
    margin: 0 20px 30px;
  }
  .main-screen__block button {
    font-size: 14px;
  }
  .main-screen h1 {
    font-size: 26px;
  }
  .main-screen__block h2 {
    font-size: 18px !important;
    line-height: 24px !important;
  }
  .main-screen {
    min-height: 400px;
  }
  h2 {
    font-size: 26px !important;
  }
  .business-account__container {
    padding-bottom: 30px;
  }
  #security {
    padding-top: 20px;
  }
  .payment-transactions__wrap,
  .financial-management__wrap {
    margin: 0;
    padding: 40px 20px;
  }
  .payment-transactions__wrap img {
    min-height: 230px;
  }
  .kreditcard__block {
    margin-left: 20px;
    margin-right: 20px;
  }
  .kreditcard__wrap p {
    font-size: 16px;
  }
  .kreditcard__block img {
    width: 280px;
    height: 200px;
  }
  .contact-form {
    max-width: 300px !important;
    padding: 0;
    margin: 0;
  }
  legend {
    max-width: 280px;
    margin-right: 0;
  }
  input,
  textarea {
    max-width: 240px;
    width: 240px;
  }
  a.footer-item,
  .menu_container a {
    font-size: 14px !important;
  }
  .menu_container {
    flex-direction: row;
    flex-wrap: nowrap;
  }
  footer nav,
  .f-container {
    flex-direction: column;
  }

  .footer__wrap {
    padding: 0;
  }
}
@media screen and (max-width: 320px) {
  .main-screen__wrap {
    padding: 60px 0 0 0;
    margin: 0 20px 0 20px;
  }
  .main-screen__block button {
    font-size: 12px;
  }
  button,
  .kreditcard__wrap button {
    font-size: 12px;
  }
  footer nav:last-child a {
    margin-left: 0;
  }
  .menu_container {
    margin: 0 auto;
    max-width: 300px;
  }
  footer nav a {
    padding: 0;
  }
  .security__block {
    margin: 0 20px;
  }
}
@media screen and (max-width: 425px) {
  .main-screen__wrap {
    padding-top: 100px;
  }

  h2 {
    font-size: 28px;
    padding-top: 40px;
  }

  .read-more {
    font-size: 20px;
  }

  .main-screen {
    min-height: 500px;
  }

  .main-screen__block {
    margin-top: 0;
  }

  .media-header__wrap {
    padding: 0 10px;
    margin-left: 0;
  }

  .cards-block {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .cards-block .card1,
  .main-screen h1 {
    font-size: 30px;
    line-height: 40px;
  }

  .cards-block .card1 {
    margin-left: 50%;
    width: 260px;
    margin-top: 0;
  }

  .main-screen__block {
    margin-left: 0;
    /* margin-top: -100px; */
  }

  .logo-block img {
    width: 150px;
  }

  .cards-block .card2 {
    margin-top: -30%;
    margin-left: -30%;
  }

  .about-us__container {
    min-height: auto;
  }

  .about-us__wrap img {
    height: 300px;
  }

  .dropdown {
    padding: 20px;
  }

  .dropdown ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .dropdown li {
    padding-bottom: 16px;
  }

  .business-img__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .business-img__wrap img:nth-child(3) {
    max-width: 250px;
  }

  .business-img__wrap img:nth-child(2) {
    border-radius: 10px;
    position: absolute;
    max-width: 80px;
  }

  .news__wrap,
  .services-wrap,
  .business-account__wrap {
    padding: 0 10px;
  }

  .news-item__wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .contact-circle {
    margin-left: 0;
  }

  .business-img__wrap .circle-img {
    max-width: 180px;
    margin-top: 40px;
    /* margin-left: -60px; */
  }

  .news-item h3 {
    padding: 10px;
  }

  .news-item p {
    padding: 0 10px;
  }

  .services__container {
    padding-bottom: 0;
  }

  .text-wrap {
    padding: 10px;
  }

  .text-wrap p {
    font-size: 16px;
  }

  .contact-circle .circle {
    width: 200px;
    height: 200px;
    border: 60px solid #70b1b266;
  }

  .call-us__wrap {
    padding: 0 20px;
    margin-top: 20px;
  }

  .call-us__wrap div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  form {
    padding: 20px 20px 40px;
  }

  .menu_container ul {
    width: auto;
  }

  .footer__wrap {
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
  }
}

/****************************************/
nav {
  margin-top: 6px;
}
nav ul {
  overflow: hidden;
}

nav a {
  font-size: 16px;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

.dropdown-menu {
  float: left;
  overflow: hidden;
}

.dropdown-menu .dropbtn {
  font-size: 14px;
  border: none;
  outline: none;
  color: white;
  padding: 14px 10px;
  background-color: inherit;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.dropdown-menu .dropbtn .fa-caret-down {
  padding-left: 8px;
}
.navbar a:hover,
.dropdown-menu:hover .dropbtn {
  background-color: #2f343a;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #2f343a;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 1;
  margin-left: -150px;
  margin-top: 40px;
}
.dropdown-menu a:hover {
  color: #70b1b2;
  text-decoration: none;
}
.uk-button {
  color: #ffffff !important;
  background: none !important;
  box-shadow: none !important;
  font-size: 14px !important;
  padding: 0 10px !important;
  border: none !important;
}
.uk-button-default:hover,
.uk-dropdown-nav > li > a:hover {
  color: #70b1b2 !important;
}
.uk-dropdown {
  background: #2f343a !important;
  color: #ffffff !important;
}
.uk-dropdown-nav > li > a {
  color: #ffffff !important;
  font-size: 14px !important;
}
.uk-dropdown {
  padding: 20px !important;
}
.dropdown-menu:hover .dropdown-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.column {
  /* float:; */
  padding: 10px;
  background-color: #2f343a;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.column a {
  float: none;
  color: #ffffff;
  padding: 16px;
  text-decoration: none;
  display: block;
  text-align: left;
  font-size: 14px;
}

/* .column a:hover {
  background-color: #ddd;
} */

/* Clear floats after the columns */
.row:after {
  content: "";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
a:hover {
  text-decoration: none !important;
}
.s-wrap {
  max-width: 1180px;
  margin: 0 auto;
  padding-bottom: 40px;
}
.s-wrap h1 {
  margin: 40px 0 30px;
  font-weight: 600;
}
