/*
  1. Use a more-intuitive box-sizing model.
*/
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/*
  2. Remove default margin
*/
* {
  margin: 0;
}

/*
  3. Allow percentage-based heights in the application
*/
html,
body {
  height: 100%;
}

/*
  Typographic tweaks!
  4. Add accessible line-height
  5. Improve text rendering
*/
body {
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

/*
  6. Improve media defaults
*/
img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}

/*
  7. Remove built-in form typography styles
*/
input,
button,
textarea,
select {
  font: inherit;
}

/*
  8. Avoid text overflows
*/
p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}

/*
  9. Create a root stacking context
*/
#root,
#__next {
  isolation: isolate;
}

/************************
        COLORS
************************/
/************************
        BREAKPOINTS
************************/
body {
  margin: 0;
  font-family: "Poppins", sans-serif;
  line-height: 33px;

  color: #474747;
  font-size: 24px;
  font-style: normal;
  font-weight: 300;
  line-height: 35px; /* 145.833% */
}

html {
  scroll-behavior: smooth;
  background: #F5F5F5;
}

a {
	color: #474747;
	text-decoration: none;
}

a:hover {
  color: #9CB64E;
}

.pull-right {
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.text-center {
  text-align: center;
}

.show {
  display: block !important;
}

.darkest {
  background-color: #000000;
}


.white {
  background-color: #ffffff;
}
.darker {
  background-color: #F5F5F5;
}

.non-active {
  color: #6a6a6a;
}

.no-scroll {
  overflow: hidden;
}

.only-mobile {
  display: block;
}

.only-desktop {
  display: none;
}

@media screen and (min-width: 800px) {
  .only-mobile {
    display: none;
  }
  .only-desktop {
    display: block;
  }
  body {
    font-size: 21px;
  }
}

h1 {
  font-weight: 700;
  font-size: 40px;
  line-height: 109%;
  text-transform: uppercase;
  color: #474747;
  margin-bottom: 70px;
  letter-spacing: 0.26em;
}

@media screen and (min-width: 800px) {
  h1 {
    font-size: 50px;
    margin-bottom: 100px;
  }
}

.info-box {
  background-color: #8e4a4a;
  padding: 2px 16px 25px;
  display: none;
  position: relative;
}
.info-box input {
  font-size: 16px;
  height: 45px;
  margin-bottom: 25px;
  outline-width: 0;
}
.info-box input::-webkit-input-placeholder {
  color: #777777;
}
.info-box input::-moz-placeholder {
  color: #777777;
}
.info-box input:-ms-input-placeholder {
  color: #777777;
}
.info-box input::-ms-input-placeholder {
  color: #777777;
}
.info-box input::placeholder {
  color: #777777;
}
.info-box .btn-submit {
  font-size: 12px;
  height: 40px;
}
.info-box .btn-submit:hover,
.info-box .btn-submit:focus {
  background-color: rgba(0, 0, 0, 0.15);
}
.info-box .form-input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.info-box-close {
  position: absolute;
  right: 8px;
}

.info-box-heading {
  font-size: 18px;
  line-height: 1.36em;
  text-transform: uppercase;
  letter-spacing: 0.26em;
  font-weight: 700;
  text-align: center;
  padding-top: 45px;
  padding-bottom: 15px;
}

.line-separator {
  display: block;
}

.info-box-label {
  font-size: 16px;
  font-weight: 300;
  display: block;
}

@media screen and (min-width: 800px) {
  .line-separator {
    display: inline;
  }
  .info-box .form-input {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .info-box input {
    margin-bottom: 0;
    margin-right: 36px;
    width: 404px;
  }
  .info-box .btn-submit {
    font-size: 18px;
    height: 56px;
    padding: 0 40px;
  }
  .info-box-heading {
    font-size: 27px;
    padding-top: 25px;
  }
  .info-box-close {
    top: 13px;
  }
  .info-form-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.btn {
  font-size: 18px;
  text-transform: uppercase;
  border-radius: 50px;
  height: 56px;
  border: 2px solid #ffffff;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0);
  padding-left: 20px;
  padding-right: 20px;
  letter-spacing: 0.26em;
  cursor: pointer;
  outline: none;
}
.btn:hover,
.btn:focus {
  background-color: rgba(255, 255, 255, 0.15);
}

.btn-icon {
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0);
  border: 0;
  border-radius: 50px;
  height: 38px;
  width: 38px;
  padding: 0;
  cursor: pointer;
  outline: none;
}
.btn-icon:hover,
.btn-icon:focus {
 
}

.btn-icon-text img {
  display: inline-block;
  vertical-align: sub;
}

.btn-wide {
  width: 100%;
}

@media screen and (min-width: 800px) {
  .btn-wide {
    width: initial;
    padding-left: 80px;
    padding-right: 80px;
  }
}

.classic-form {
  width: 100%;
  max-width: 557px;
}
.classic-form label {
  display: block;
  font-size: 12px;
  font-weight: 300;
  text-align: start;
}
.classic-form .form-group + .form-group {
  margin-top: 30px;
}
.classic-form input,
.classic-form textarea {
  display: block;
  width: 100%;
}
.classic-form textarea {
  min-height: 181px;
}
.classic-form button {
  margin-top: 100px;
}

.navbar {
  height: 82px;
  width: 100%;
  position: fixed;
  z-index: 100;
  background: #F5F5F5;
}

.navbar-placeholder {
  height: 82px;
  width: 100%;
}

.navigation {
  display: none;
  gap: 60px;
  height: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.navigation-item {
  color: #474747;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 25.6px */
  letter-spacing: 4px;
  text-transform: uppercase;
  text-decoration: none;
}
.navigation-item:hover {
  color: #9CB64E;
  text-decoration: none;
}
.navigation-item.lang {
  margin-left: 60px;
}
.navigation-item.non-active {
  color: #616161;
}
.navigation-item.non-active:hover {
  text-decoration: none;
}

.mobile-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 16px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}

.mobile-header .logo {
	height: 100%;
}

.mobile-header .logo img{
	height: 100%;padding: 20px 0;
}

.mobile-header-heading {
  font-size: 20px;
  line-height: 1.5em;
  color: #e4b886;
}

.mobile-header-sub {
  font-size: 11px;
  line-height: 13px;
}

@media screen and (min-width: 800px) {
  .navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .mobile-header {
    display: none;
  }
}

.hamburger {
  border: 0;
  cursor: pointer;
  margin-left: auto;
}
.hamburger:hover,
.hamburger:focus {

}

.mobile-navigation {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  font-size: 29px;
  font-weight: 400;
  display: none;
  background: var(--Linear-Green, linear-gradient(161deg, #9CB64E 25.11%, #CBE47F 91.54%)); 
  z-index: 1000;
  padding: 26px;
  padding-right: 18px;
  line-height: 63px;
}
.mobile-navigation a {
  line-height: 180%;
  text-decoration: none;
  outline: 0;
  margin-bottom: 4px;
  color:#fff;
  text-transform: uppercase;
}
.mobile-navigation a:hover,
.mobile-navigation a:focus {
  
}

.mobile-navigation-menu {
  font-size: 12px;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 30px;
}

.mobile-navigation-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.mobile-navigation-links button {
  -ms-flex-item-align: end;
  align-self: flex-end;
  padding: 0;
  width: 34px;
  height: 34px;
}
.mobile-navigation-links .non-active {
  color: #616161;
}

.anchor {
  margin-top: -112px;
  position: absolute;
}

@media screen and (min-width: 800px) {
  .anchor {
    margin-top: -132px;
  }
}

.section {
  padding: 46px 15px 90px;
  text-align: center;
  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;
}

.section.full {width: 100%; padding: 0;}
.section.full img{width: 100%; }
/* .section.about { background: url("../images/about.jpg") no-repeat scroll center center;background-size: cover;} */

.section-inner {
  max-width: 995px;
  width: 100%;
  margin: 0 auto;
}

.section-inner .text{
  color: #474747;
  text-align: center;
  font-family: Poppins;
  font-size: 21px;
  font-style: normal;
  font-weight: 300;
  line-height: 35px; /* 166.667% */
}

.section-inner.wider {
	max-width: 1455px;

}

.section-inner .text.icons{

    text-align: justify;
    text-align-last: justify;
}

.text strong{
  font-weight: 700;
}

.text img{
  display: inline-block;
}

.text.icons {
	line-height: 130px;
}
.text.icons img {
	display: inline-block;
	vertical-align: middle;
	padding: 0 70px;
}

.text.icons img.skoda {height: 26px;} 
.text.icons img.patria {height: 26px;} 
.text.icons img.csob {height: 66px;} 
.text.icons img.conseq {height: 46.683px;} 
.text.icons img.uk {height: 68.871px;} 
.text.icons img.medialogue {height: 24.726px;} 
.text.icons img.inset {height: 39.873px;} 
.text.icons img.menzel {height: 61.622px;} 
.text.icons img.vojanovy {height: 87.038px;} 
.text.icons img.geco {height: 49.163px;} 
.text.icons img.badflash {height: 41px;} 
.text.icons img.smv {height:  40.475px;} 
.text.icons img.cleverest {height: 27.186px;} 

@media screen and (max-width: 1400px) {
  .text.icons img {
    padding: 0 50px;
  }
}

@media screen and (max-width: 800px) {
  .text.icons img {
    padding: 0 20px;
  }

  .text.icons {
    line-height: 100px;
  }

  .text.icons img.skoda {height: 12.873px; } 
  .text.icons img.patria {height: 14px;} 
  .text.icons img.csob {height: 32.774px;} 
  .text.icons img.conseq {height: 23.275px;} 
  .text.icons img.uk {height: 38.991px;} 
  .text.icons img.medialogue {height:11.122px;} 
  .text.icons img.inset {height: 19.879px;} 
  .text.icons img.menzel {height: 25.066px;} 
  .text.icons img.vojanovy {height: 44.3px;} 
  .text.icons img.geco {height:  24.511px;} 
  .text.icons img.badflash {height: 20.502px;} 
  .text.icons img.smv {height:  19.822px;} 
  .text.icons img.cleverest {height: 14.854px;} 
}
.plus {
	text-align: center;
	display: inline-block;
	padding-top: 150px;
}

.w-100 {
  width: 100%;
}

.t {
  height: 500px;
}

@media screen and (min-width: 800px) {
  .section {
    padding: 100px 30px 100px;
  }
}

.welcome {
  height: calc(100% - 82px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.info-box {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.welcome-text {
	position: absolute;
	bottom: 150px;
	left: 10%;
	width: 80%;
}

.gradient {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(128deg, black 0%, rgba(255, 255, 255, 0) 26%);
}

.title {
  background-image: url("../images/title.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 30% center;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  position: relative;
  color: #fff;
}
.title .name {
	font-weight: 500;
	font-size: 33px;
	line-height: 117.5%;
}


@media screen and (min-width: 800px) {
  .welcome-text {
    bottom: 150px;
    left: 20%;
  }
  .title .name {
    font-size: 63px;
  }

  .title {
    background-position: center center;
  }

}

.bio-text {
  text-align: center;
  max-width: 778px;
  margin-top: 68px;
  margin-bottom: 78px;
  position: relative;
}

.hide-more {
  max-height: 200px;
  overflow: hidden;
}
.hide-more .hide-more-gradient {
  display: block;
}

.hide-more-gradient {
  display: none;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 40px;
  background: black;
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(20%, black),
    to(rgba(0, 212, 255, 0))
  );
  background: linear-gradient(0deg, black 20%, rgba(0, 212, 255, 0) 100%);
}

@media screen and (min-width: 800px) {
  .bio-text {
    margin-bottom: 106px;
  }
  .hide-more {
    max-height: 300px;
  }
}

.contact-text {
  margin-bottom: 30px;
}

@media screen and (min-width: 800px) {
  .contact-text {
    margin-bottom: 65px;
  }
}

.strengths {
  text-align: center;
}
.strengths .item {
	display: inline-block;
	max-width: 265px;
	vertical-align: top;
	padding: 50px 20px;
	background: url("../images/plus.svg") no-repeat scroll center top;
	background-size: 40px;
	padding-top: 70px;
}

@media screen and (min-width: 800px) {
  .books {
    grid-template-columns: 1fr 40px 1fr 40px 1fr;
    grid-template-rows: 428px;
    width: 100%;
  }
  .book-1 {
    grid-column-start: 1;
  }
  .book-2 {
    grid-column-start: 3;
  }
  .book-3 {
    grid-column-start: 5;
  }
  .book-1,
  .book-2,
  .book-3 {
    grid-row-start: 1;
  }
  .book-content {
    padding: 25px 25px 18px;
  }
  .book-image {
    height: 229px;
  }
  .book-title {
    margin-bottom: 22px;
  }
  .book-title,
  .book-publish {
    font-size: 14px;
  }
  .book-name {
    font-size: 21px;
    height: 69px;
    margin-bottom: 11px;
  }
}

.video-container {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
}

.video-iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

footer {
  padding: 32px 15px 71px;
}

.links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 12px;
  font-weight: 300;
  margin-bottom: 100px;
  padding: 0 35px;
}
.links > * + * {
  margin-top: 40px;
}
.links > * {
  padding-right: 12px;
}
.links a {
  text-decoration: none;
  display: block;
  margin-bottom: 10px;
}
.links a:hover,
.links a:focus {
  text-decoration: underline;
}

.link-heading {
  text-transform: uppercase;
  margin-bottom: 10px;
  font-weight: 600;
}

.social-media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.social-media * + * {
  margin-left: 22px;
}

.partners {
  text-align: center;
  margin-bottom: 55px;
}

.partners-heading {
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 56px;
  letter-spacing: 0.26em;
}

.partners-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-column-gap: 22px;
  -moz-column-gap: 22px;
  column-gap: 22px;
  row-gap: 45px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.thanks {
  font-size: 14px;
  color: #a6a6a6;
  font-weight: 300;
  text-align: center;
  line-height: 18px;
}

@media screen and (min-width: 800px) {
  footer {
    padding: 150px 20px 50px;
  }
  .links {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
  }
  .links > * + * {
    margin-top: 0px;
  }
  .partners {
    margin-bottom: 16px;
  }
  .partners-heading {
    margin-bottom: 30px;
  }
  .partners-logo {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
