@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600;700&family=Oswald:wght@300;400;500;600&display=swap");
body {
  position: relative;
}

* {
  margin: 0;
  padding: 0;
  text-decoration: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Open Sans", sans-serif;
}

.wrapper {
  min-height: 100%;
  overflow: hidden;
}

.container {
  max-width: 1250px;
  padding: 0px 15px;
  margin: 0 auto;
}

.header {
  background: url(../images/home/bg.jpg) 0 0/cover no-repeat;
  min-height: 690px;
}
.header__line {
  width: 100%;
  height: 1px;
  background-color: #E0E0E0;
  position: relative;
  top: 71px;
}
.header__inner {
  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;
  min-height: 70px;
}
.header__link {
  font-weight: 600;
  font-size: 15px;
  color: #fff;
  padding: 0px 35px 0px 0px;
}
.header__phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header__phone img {
  padding: 0px 7px 0px 0px;
}
.header__phone a {
  font-family: Oswald;
  font-size: 15px;
  color: #fff;
}
.header__content {
  margin: 60px 0px 0px 0px;
  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-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.header__card {
  width: 250px;
  height: 332px;
  padding: 40px;
  margin: 0 40px 0 0;
  position: absolute;
  right: 160px;
  background-color: #fff;
  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;
}
.header__start {
  color: #363847;
  font-size: 12px;
  font-weight: normal;
  letter-spacing: 0.09em;
}
.header__opacity {
  height: 100%;
  width: 200px;
  background-color: #fff;
  opacity: 0.5;
  position: absolute;
  right: -200px;
  top: 0;
}
.header__title {
  color: #fff;
  font-size: 36px;
  text-shadow: 0px 4px 25px rgba(135, 143, 154, 0.25);
  font-family: "Oswald";
  font-weight: 500;
  margin: 0px 0px 20px 0px;
}
.header__info {
  font-size: 18px;
  text-shadow: 0px 4px 4px rgba(135, 143, 154, 0.4);
  color: #FFFFFF;
  line-height: 1.3;
}
.header__slide {
  width: 44%;
  text-align: left;
}
.header__bar {
  width: 128px;
  height: 1.5px;
  background-color: #fff;
  margin: 0px 10px;
}

.menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 66%;
}
.menu__toggle {
  width: 40px;
  padding: 10px 0;
  font-size: 0;
  color: transparent;
  border: 0;
  display: none;
  background: none;
  cursor: pointer;
  position: absolute;
  top: 29px;
  right: 29px;
  z-index: 1;
}
.menu__toggle__item {
  display: block;
  width: 100%;
  height: 1.5px;
  background-color: #fff;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  -webkit-transition: background 0.3s linear;
  transition: background 0.3s linear;
}
.menu__toggle__item::before {
  content: "";
  width: 100%;
  height: 1.5px;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: -8px;
  z-index: 1;
  -webkit-transition: -webkit-transform 0.3s linear;
  transition: -webkit-transform 0.3s linear;
  transition: transform 0.3s linear;
  transition: transform 0.3s linear, -webkit-transform 0.3s linear;
}
.menu__toggle__item::after {
  content: "";
  width: 100%;
  height: 1.5px;
  background-color: #fff;
  position: absolute;
  left: 0;
  bottom: -8px;
  z-index: 1;
  -webkit-transition: -webkit-transform 0.3s linear;
  transition: -webkit-transform 0.3s linear;
  transition: transform 0.3s linear;
  transition: transform 0.3s linear, -webkit-transform 0.3s linear;
}

.big__title {
  font-size: 64px;
  position: relative;
  top: -241px;
}

.swiper-container {
  width: 100%;
  height: 100%;
  margin: 100px 0px 0px 0px;
  padding: 200px 0px 65px 0px;
}

.swiper-wrapper {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 44%;
  text-align: left;
}

.swiper-container-horizontal > .swiper-pagination-progressbar, .swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  bottom: 17px;
  top: auto;
  width: 128px;
  height: 3px;
  right: 210px;
  left: auto;
  background: #fff;
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  left: auto;
  right: 0px;
}

.swiper-button-next, .swiper-button-prev {
  top: auto;
  bottom: 65px;
  height: 40px;
  width: 40px;
  background-color: #fff;
}

.swiper-button-next::after {
  font-size: 15px;
}

.swiper-button-prev::after {
  font-size: 15px;
}

.swiper-button-prev {
  right: 80px;
  height: 40px;
  width: 40px;
  background-color: #fff;
}

.swiper-button-next.swiper-button-disabled::after, .swiper-button-prev.swiper-button-disabled::after {
  color: #9B9CA3;
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: 1;
}

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  bottom: 73px;
  left: -200px;
  width: 100%;
}

:root {
  --swiper-theme-color: #363847;
}

.about {
  padding: 110px 0px;
}
.about__title {
  margin: 0px 0px 120px 0px;
}
.about__title h2 {
  font-size: 36px;
  color: #363847;
}
.about__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0px -30px;
}
.about__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 33.3333%;
          flex: 0 1 33.3333%;
  padding: 0px 30px;
  margin: 0px 0px 30px 0px;
}
.about__tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.about .label__task {
  display: none;
}
.about .label__desktop {
  display: block;
}
.about .hidden {
  display: none;
}
.about__item_title label {
  font-size: 24px;
  color: #363847;
  margin: 0px 0px 20px 0px;
  font-family: "Oswald";
  font-weight: 500;
}
.about__item_title {
  font-size: 24px;
  color: #363847;
  margin: 0px 0px 20px 0px;
  font-family: "Oswald";
  font-weight: 500;
}
.about__item_text {
  font-size: 18px;
  line-height: 1.6;
  color: #363847;
}

.graphic__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.graphic__capital {
  width: 360px;
  height: 285px;
  background-color: #363847;
  padding: 30px 40px;
}
.graphic__capital_title {
  font-size: 24px;
  color: #FFFFFF;
  text-align: center;
  margin: 0px 0px 20px 0px;
}
.graphic__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.graphic__item {
  width: 140px;
  height: 140px;
  border-radius: 100%;
  border-color: #59BB41;
  border-radius: 50%;
  border-style: solid;
  border-width: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 140px;
  position: relative;
  width: 140px;
  position: relative;
  background: #363847;
  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;
}
.graphic__item .graphic__segment {
  border-color: lightgray;
  border-radius: 50%;
  border-style: solid;
  border-width: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 140px;
  position: relative;
  width: 140px;
  -webkit-clip-path: inset(0 40px 50px 40px);
  left: -4px;
  position: absolute;
  top: -4px;
}
.graphic__item .graphic__segment:nth-child(1) {
  border-color: #9D9D9D;
  -webkit-transform: rotate(-20deg);
  transform: rotate(94deg);
  -webkit-clip-path: inset(0 60px 50px 40px);
}
.graphic__item .graphic__segment:nth-child(2) {
  border-color: #fff;
  -webkit-transform: rotate(70deg);
  transform: rotate(122deg);
  -webkit-clip-path: inset(0 40px 50px 40px);
}
.graphic__item:first-child {
  z-index: 2;
  left: 10px;
}
.graphic__item:last-child {
  right: 10px;
}
.graphic__item_title {
  text-align: center;
  font-size: 18px;
  color: #FFFFFF;
}
.graphic__item_text {
  font-size: 12px;
  color: #83858A;
  text-align: center;
}

.fund {
  padding: 110px 0px;
}
.fund__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0px -30px;
}
.fund__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 33.3333%;
          flex: 0 1 33.3333%;
  padding: 0px 30px;
  margin: 0px 0px 30px 0px;
}
.fund__item_title {
  font-size: 24px;
  color: #363847;
  margin: 0px 0px 20px 0px;
  font-family: "Oswald";
  font-weight: 500;
}
.fund__big {
  font-size: 36px !important;
}
.fund__item_text {
  font-size: 18px;
  line-height: 1.6;
  color: #363847;
}

.title {
  letter-spacing: 0.09em;
  text-transform: uppercase;
  font-size: 14px;
  color: #848484;
  position: relative;
  margin: 0px 0px 36px 0px;
}
.title::after {
  content: "";
  width: 85%;
  height: 1px;
  position: absolute;
  background-color: #CECECE;
  bottom: 3px;
}

.founder {
  padding: 0px 0px 125px 0px;
}
.founder__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.founder__data {
  background: #363847;
  width: 362px;
  height: 484px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  padding: 50px 0px 40px 0px;
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.founder__photo img {
  border-radius: 50%;
}
.founder__name {
  font-family: "Oswald";
  font-size: 24px;
  color: #fff;
  margin: 20px 0px;
}
.founder__social {
  margin: 0px 0px 40px 0px;
}
.founder__social a img {
  width: 32px;
  height: 32px;
  background-color: #fff;
  padding: 8px;
  margin: 0px 5px 0px 0px;
  -webkit-transition: 200ms;
  transition: 200ms;
}
.founder__social a img:hover {
  opacity: 0.7;
}
.founder__banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.founder__procent {
  font-family: "Oswald";
  font-size: 24px;
  padding: 0px 7px 0px 14px;
  color: #fff;
}
.founder__procent_info {
  font-size: 14px;
  color: #fff;
  width: 117px;
}
.founder__info {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 66%;
          flex: 0 1 66%;
  padding: 0px 10px;
}
.founder__title {
  font-family: "Oswald";
  font-weight: 500;
  font-size: 24px;
  color: #363847;
  margin: 0px 0px 20px 0px;
}
.founder__info_text {
  font-size: 18px;
  line-height: 1.6;
  color: #4F4F4F;
}
.founder__text {
  font-size: 18px;
  line-height: 1.6;
  color: #363847;
  border-bottom: 1px solid #CECECE;
  padding: 0px 0px 15px 0px;
}
.founder__content {
  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;
  margin: 40px 0px 0px 0px;
}
.founder__about {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 40%;
          flex: 0 1 40%;
}
.founder__blog {
  font-size: 18px;
  line-height: 1.6;
  color: #363847;
  padding: 15px 0px 0px 0px;
}

.contact {
  background: url(../images/contact/bg.jpg) 0 0/cover no-repeat;
  min-height: 679px;
  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;
}
.contact__card {
  background-color: #fff;
  padding: 40px;
  width: 353px;
  height: 468px;
  -webkit-box-shadow: 41px -32px 0px -8px #363847;
          box-shadow: 41px -32px 0px -8px #363847;
}
.contact__title {
  font-size: 24px;
  font-family: "Oswald";
  color: #363847;
}
.contact__name {
  margin: 40px 0px 0px 0px;
}
.contact__name p {
  font-size: 15px;
  color: #CECECE;
  margin: 0px 0px 11px 0px;
}
.contact__name input {
  font-size: 16px;
  color: #363847;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid #CECECE;
  padding: 0px 0px 7px 0px;
  outline: none;
  width: 100%;
}
.contact__email {
  margin: 40px 0px 30px 0px;
}
.contact__email_text {
  font-size: 15px;
  color: #CECECE;
  margin: 0px 0px 11px 0px;
}
.contact__email input {
  font-size: 16px;
  color: #363847;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid #CECECE;
  padding: 0px 0px 7px 0px;
  outline: none;
  width: 100%;
}
.contact__email_or {
  font-size: 15px;
  color: #CECECE;
  text-align: center;
  margin: 15px 0px 0px 0px;
}
.contact__telephone p {
  font-size: 15px;
  color: #CECECE;
  margin: 0px 0px 11px 0px;
}
.contact__telephone input {
  font-size: 16px;
  color: #363847;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid #CECECE;
  padding: 0px 0px 7px 0px;
  outline: none;
  width: 100%;
}
.contact__btn {
  margin: 70px 0px 0px 0px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.contact__btn a {
  color: #fff;
  padding: 14px 30px;
  background-color: #363847;
  border: 2px solid #363847;
  -webkit-transition: 300ms;
  transition: 300ms;
}
.contact__btn a:hover {
  color: #363847;
  background-color: #fff;
}

.footer {
  background-color: #363847;
  min-height: 291px;
}
.footer__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 40px 0px;
}
.footer__logo {
  margin: 0px 0px 30px 0px;
}
.footer__address {
  font-style: normal;
  font-size: 16px;
  color: #CECECE;
}
.footer__tel {
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 600;
  line-height: 2.2;
}
.footer__email {
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 600;
}
.footer__contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 25px 0px 0px 0px;
}
.footer__contacts li {
  list-style-type: none;
}
.footer__contacts li a img {
  width: 32px;
  height: 32px;
  background-color: #fff;
  padding: 8px;
  margin: 0px 15px 0px 0px;
  -webkit-transition: 200ms;
  transition: 200ms;
}
.footer__contacts li a img:hover {
  opacity: 0.7;
}
.footer__contacts li:last-child {
  display: none;
}
.footer__title {
  font-size: 18px;
  color: #fff;
  border-bottom: 1.5px solid #FFFFFF;
  width: 84px;
  padding: 0px 0px 30px 0px;
}
.footer__menu li {
  list-style-type: none;
  padding: 15px 0px 0px 0px;
}
.footer__menu li a {
  color: #CECECE;
  font-size: 16px;
  -webkit-transition: 200ms;
  transition: 200ms;
}
.footer__menu li a:hover {
  opacity: 0.7;
}

@media only screen and (max-width: 1262px) {
  .graphic__inner {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .graphic__capital {
    width: 65%;
    margin: 80px 0px 0px 0px;
    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-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media only screen and (max-width: 991.98px) {
  body {
    position: static;
  }

  .header__line {
    display: none;
  }
  .header__menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .header__link {
    padding: 15px 25px;
  }
  .header__phone {
    padding: 15px 25px;
  }

  .menu {
    display: none;
    background: #357BB2;
    width: 100%;
    position: absolute;
    left: 0;
    top: 12%;
    z-index: 3;
    -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
  }
  .menu__toggle {
    display: block;
  }
  .menu.active {
    display: block;
  }

  .graphic__line {
    display: none;
  }
  .graphic__capital {
    margin: 50px 0px 0px 0px;
  }

  .about__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .founder__inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .founder__goal {
    text-align: center;
    margin: 40px 0px 0px 0px;
  }
  .founder__profitability {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 35%;
            flex: 0 1 35%;
  }
}
@media only screen and (max-width: 767.98px) {
  .header__card {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin: 0px 0px 60px 0px;
    padding: 20px;
    right: 30px;
    position: relative;
    height: 123px;
    width: 167px;
  }
  .header__line {
    display: none;
  }
  .header__top {
    display: none;
  }
  .header__join {
    font-size: 14px;
  }
  .header__slide {
    width: 100%;
  }

  .big__title {
    font-size: 64px;
    position: static;
    top: 0;
  }

  .swiper-button-next, .swiper-button-prev, .swiper-pagination-fraction {
    display: none;
  }

  .swiper-container {
    padding: 0px 0px 178px 0px;
    margin: 0;
  }

  .label__task {
    display: block !important;
    margin: 0px 0px 0px 30px !important;
  }

  .label__idea, .label__task {
    color: #848484 !important;
  }

  .label__desktop {
    display: none !important;
  }

  #idea:checked ~ div .label__idea,
#task:checked ~ div .label__task {
    cursor: auto;
    border-bottom: 2px solid black;
    color: #000 !important;
  }

  .idea, .task {
    display: none;
  }

  #idea:checked ~ div .idea,
#task:checked ~ div .task {
    display: block;
  }

  .about {
    padding: 60px 0px 0px 0px;
  }
  .about__title {
    margin: 0px 0px 60px 0px;
  }
  .about__title h2 {
    font-size: 24px;
  }
  .about__item:first-child {
    margin: 0px 0px -30px 0px;
  }

  .graphic__capital {
    width: 100%;
  }

  .fund {
    padding: 50px 0px;
  }
  .fund__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .fund__big {
    font-size: 28px !important;
  }

  .founder__info {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }
  .founder__goal {
    text-align: left;
  }
  .founder__data {
    width: 100%;
  }
  .founder__about {
    width: 100%;
  }
  .founder__profitability {
    width: 100%;
  }
  .founder__content {
    -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;
  }
  .founder__text {
    padding: 15px 0px;
    width: 100%;
  }
  .founder__blog {
    padding: 15px 0px;
    width: 100%;
    border-bottom: 1px solid #CECECE;
  }
  .founder__border {
    border: none;
  }

  .title {
    display: none;
  }

  .footer__inner {
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer__data {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .footer__logo {
    position: absolute;
    top: 40px;
  }
  .footer__block {
    margin: 85px 0px 60px 0px;
  }
  .footer__contacts li:last-child {
    display: block;
  }

  .mob-none {
    display: none;
  }

  .contact__card {
    -webkit-box-shadow: none;
            box-shadow: none;
    background: rgba(255, 255, 255, 0.8);
  }
  .contact__telephone input {
    background: rgba(255, 255, 255, 0.1);
  }
  .contact__email input {
    background: rgba(255, 255, 255, 0.1);
  }
  .contact__name input {
    background: rgba(255, 255, 255, 0.1);
  }
}
@media only screen and (max-width: 479.98px) {
  .header {
    background: url(../images/home/bg-mob.jpg) 0 0/cover no-repeat;
  }
  .header__title {
    font-size: 24px;
  }
  .header__info {
    font-size: 15px;
  }

  .menu__toggle {
    top: 25px;
    right: 20px;
  }

  .founder {
    padding: 0px 0px 20px 0px;
  }

  .contact {
    background: url(../images/contact/bg-mob.jpg) 0 0/cover no-repeat;
  }

  .big__title {
    font-size: 50px !important;
  }
}