@import url('https://fonts.googleapis.com/css?family=Caveat|Roboto+Condensed:400,700&subset=cyrillic');
/* Base Styles */
body {
  margin: 0;
  padding: 0;
  font-family: 'Roboto Condensed', sans-serif !important;
  background-color: gray;
  font-size: 18px;
  line-height: 1.6;
}
.wrapper-gnv {
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
  box-sizing: border-box;
}
h1, h2, h3, h4, h5 {
  font-family: 'Roboto Condensed', sans-serif;
  margin-top: 0;
  line-height: 1.3;
}
h1 {
  font-size: 65px;
  font-weight: bold;
}
h1 span {
  font-weight: normal;
  font-size: 44px;
}
h2 {
  font-size: 45px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 32px;
}
h3 {
  font-size: 35px;
}
h4 {
  font-size: 19px;
}
h5 {
  font-size: 20px;
}
p {
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 1em;
}
a {
  font-size: 18px;
  color: #0c999c;
  text-decoration: none;
}
img {
  max-width: 100%;
  height: auto;
}
button, .btn {
  font-size: 29px;
  background-color: #ffd966;
  padding: 17px 30px;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  font-family: 'Roboto Condensed', sans-serif;
  transition: all 0.3s ease;
  display: inline-block;
  text-align: center;
}
button:hover, .btn:hover {
  background-color: #e6c252;
  transform: translateY(-2px);
}
/* Header */
.header-gnv {
  margin: 0;
  padding: 100px 0 50px 0;
  background-image: url(/storage/landings/gavrilova/header-bg.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  color: #ffffff;
}
.header-top-gnv {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.header-top-author {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-basis: 190px;
}
.header-top-author p {
  font-size: 25px;
  text-align: center;
}
.header-gnv p.com-prog {
  font-family: 'Caveat', cursive;
  font-size: 38px;
  color: yellow;
  transform: rotate(-6deg);
}
.header-bottom-gnv {
  margin-top: 100px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.two-stars p {
  font-size: 25px;
}
.two-stars p span {
  font-weight: bold;
}
.first, .second {
  display: flex;
  align-items: baseline;
}
.first img, .second img {
  width: 25px;
  margin-right: 20px;
}
.second p {
  margin-bottom: 0;
}
.date-gps {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.date-gps p {
  font-size: 19px;
  margin-bottom: 0;
}
.date, .gps {
  display: flex;
  flex-wrap: wrap;
  padding-left: 10px;
  justify-content: center;
  align-items: flex-end;
}
.date img, .gps img {
  padding: 5px;
}
/* Sections */
.interested {
  margin: 100px 0;
}
.container-new {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}
.intrested-carts {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
}
.intrested-cart {
  display: flex;
  flex-direction: column;
  flex: 1 1 300px;
}
.intrested-cart span {
  font-size: 24px;
  padding: 16px 0 24px 0;
}
.intrested-link a {
  display: flex;
  align-items: center;
  color: #0c999c;
  font-weight: 600;
  font-size: 16px;
  text-decoration: none;
}
.intrested-link a svg {
  margin-left: 8px;
}
.comporates {
  padding: 100px 0;
}
.corporate-training {
  background: linear-gradient(93.19deg, #045C5E 0%, #004241 100%);
  border-radius: 8px;
  padding: 32px;
  color: #fff;
}
.corporate-training-desc h3 {
  color: #fff;
  margin: 0;
}
.corporate-training-desc p {
  color: #fff;
}
.btn-comporates {
  background: #db1515;
  color: #fff;
  border: 2px solid #db1515;
  border-radius: 12px;
}
.btn-comporates:hover, .btn-comporates:focus, .btn-comporates:active {
  background: #eb4040 !important;
  border-color: #eb4040 !important;
}
.boss {
  margin: 0;
  padding: 40px 0;
  background-image: url(/storage/landings/gavrilova/bg-2.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  min-height: 500px;
  display: flex;
  align-items: flex-end;
}
.boss p {
  margin: 0;
  padding: 30px;
  font-size: 27px;
  width: 44%;
  background-color: #fff;
}
.boss p span {
  font-weight: bold;
}
.result {
  margin: 0;
  padding: 20px 0;
  background-color: #f4f4f4;
}
.results {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.left-result, .right-result {
  flex-basis: 45%;
  box-sizing: border-box;
  padding: 0 15px;
}
.left-result h2 {
  font-size: 55px;
  font-weight: bold;
  text-align: center;
}
.left-result p {
  font-size: 28px;
  text-align: center;
}
.right-result p {
  font-size: 28px;
  position: relative;
}
.right-result p.arrow::after {
  position: absolute;
  content: '';
  width: 53px;
  height: 53px;
  top: -7px;
  left: -70px;
  background-image: url(/storage/landings/gavrilova/arrow-right.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.right-result p span {
  font-weight: bold;
}
.macho {
  background-image: url(/storage/landings/gavrilova/machoman.png);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 500px;
  width: 100%;
  position: relative;
}
.macho p {
  display: block;
  font-size: 30px;
  max-width: 550px;
  position: absolute;
  top: 100px;
  left: 500px;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 20px;
}
.tasks {
  margin: 0;
  padding: 30px 0;
}
.tasks h2 {
  font-size: 35px;
}
.tasks h2 span {
  font-weight: normal;
}
.tasks-upper {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.tasks-upper p {
  font-size: 19px;
  flex-basis: 30%;
  position: relative;
  padding-left: 35px;
  box-sizing: border-box;
}
.tasks-upper .modul {
  font-size: 25px;
  flex-basis: 27%;
  position: relative;
  padding-left: 55px;
}
.tasks-upper .modul::after {
  position: absolute;
  content: '';
  width: 20px;
  height: 20px;
  top: 5px;
  left: 20px;
  background-image: url(/system/files/landing/gavrilova/modul.png);
  background-size: cover;
  background-position: center center;
  transform: rotate(45deg);
}
.tasks-upper p::after {
  position: absolute;
  content: '';
  width: 20px;
  height: 20px;
  top: 0;
  left: 0;
  background-image: url(/storage/landings/gavrilova/black-star.png);
  background-size: cover;
  background-position: center center;
}
.author {
  margin: 0;
  padding: 20px 0;
}
.author h2 {
  font-size: 35px;
}
.author p, .author li {
  font-size: 20px;
  list-style-type: disc;
  margin-left: 15px;
}
.author p.name {
  font-size: 30px;
  margin-bottom: 10px;
}
.author .about-author {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.left-about, .right-about {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1 1 300px;
  margin-bottom: 30px;
}
.right-about-light {
  align-items: flex-start;
}
.left-about img.comp {
  max-width: 100%;
}
.left-about img.author-big {
  max-width: 350px;
  width: 100%;
  margin-bottom: 40px;
}
/* Slider */
.slider-about {
  padding: 30px 0;
}
.slider-about h2 {
  font-family: 'Exo 2', sans-serif;
  margin: 0;
  text-align: center;
  font-size: 60px;
  margin-bottom: 30px;
}
.alone-slide {
  display: flex;
  flex-direction: column !important;
  justify-content: space-around;
  align-items: flex-start;
}
.alone-slide img {
  width: 100%;
  height: auto;
  margin-right: 15px;
}
.slide-text {
  background-color: #efefef;
  padding: 30px;
}
.slide-text-title, .slide-text-name, .slide-text-work {
  font-family: 'Exo 2', sans-serif;
  font-size: 20px;
  position: relative;
}
.slide-text-name, .slide-text-work {
  text-align: left;
}
.slide-text-text {
  font-size: 17px !important;
  text-align: left;
  font-family: 'Georgia', sans-serif;
}
.slide-text-title::before {
  position: absolute;
  content: '';
  width: 58px;
  height: 50px;
  top: -10px;
  left: -31px;
  background-image: url(/system/files/landing/Degt/2019/quote.png);
  background-size: contain;
}
/* Special Blocks */
#closed {
  text-align: center;
  padding: 50px 0px;
  background: #fed966;
}
#closed h3 {
  text-transform: uppercase;
  line-height: 1.2;
  font-size: 35px;
  font-family: 'Museo Sans Cyrl 500';
}
#closed h4 {
  font-size: 25px;
  font-family: 'Museo Sans Cyrl 300';
}
#closed a {
  color: #46469c;
  text-decoration: underline;
  font-size: 25px;
}
.discount__descriptor {
  font-weight: 700;
  font-size: 38px;
}
.discount__descriptor span {
  color: orange;
}
#pri-g {
  background: #267270;
  margin: 0px;
  padding: 30px;
  color: white;
  text-align: center;
}
#pri-g p {
  margin: 0px;
  font-size: 42px;
  font-weight: 700;
  text-transform: uppercase;
}
#pri-g p span {
  color: lightgray;
  display: inline-block;
  padding: 10px;
  position: relative;
}
#pri-g p img {
  position: absolute;
  top: 15px;
  left: 5px;
}
.video-section {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0px auto;
  padding: 20px 0px;
  background: #11191e;
}
.video-section__text {
  text-align: center;
  color: #ffd966;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.video-section__iframe {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin: 10px;
  padding: 10px;
  gap: 20px;
  width: 100%;
}
.video-section__iframe iframe {
  width: 100%;
  max-width: 560px;
  height: 315px;
}
.ek-last-place {
  color: red;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 0;
  text-align: center;
}
.more_more {
  font-size: 29px;
  background-color: #ffd966;
  padding: 17px;
  display: inline-block;
}
/* Mobile Styles */
@media screen and (max-width: 1024px) {
  .boss p {
	width: 60%;
  }
  .macho p {
	left: 300px;
  }
}
@media screen and (max-width: 768px) {
  body {
	font-size: 16px;
  }
  h1 {
	font-size: 32px !important;
  }
  h1 span {
	font-size: 24px !important;
  }
  h2 {
	font-size: 28px !important;
	margin-bottom: 20px !important;
  }
  h3 {
	font-size: 24px !important;
  }
  .header-gnv {
	padding: 50px 0 30px 0;
	background-position: right center;
  }
  .header-gnv p.com-prog {
	font-size: 28px !important;
  }
  .header-bottom-gnv {
	margin-top: 50px;
	flex-direction: column;
	align-items: center;
  }
  .two-stars {
	margin-bottom: 30px;
	width: 100%;
  }
  .date-gps {
	flex-direction: column;
	width: 100%;
  }
  .date, .gps {
	justify-content: center;
	margin-bottom: 15px;
	width: 100%;
  }
  .boss {
	min-height: 400px;
  }
  .boss p {
	width: 100%;
	font-size: 20px !important;
  }
  .results {
	flex-direction: column;
  }
  .left-result, .right-result {
	flex-basis: 100%;
	margin-bottom: 30px;
  }
  .left-result h2 {
	font-size: 32px !important;
  }
  .left-result p, .right-result p {
	font-size: 20px !important;
  }
  .right-result p.arrow::after {
	display: none;
  }
  .macho {
	min-height: 400px;
  }
  .macho p {
	position: static;
	max-width: 100%;
	margin-top: 300px;
	font-size: 20px !important;
  }
  .tasks-upper {
	flex-direction: column;
  }
  .tasks-upper p, .tasks-upper .modul {
	flex-basis: 100%;
	margin-bottom: 20px;
  }
  .about-author {
	flex-direction: column;
  }
  .left-about img.author-big {
	max-width: 250px;
  }
  .slider-about h2 {
	font-size: 32px !important;
  }
  #closed h3 {
	font-size: 24px !important;
  }
  #closed h4 {
	font-size: 20px !important;
  }
  #closed a {
	font-size: 18px !important;
  }
  #pri-g p {
	font-size: 24px !important;
  }
  .discount__descriptor {
	font-size: 28px !important;
  }
  .video-section__iframe iframe {
	height: 250px;
  }
}
@media screen and (max-width: 480px) {
  h1 {
	font-size: 28px !important;
  }
  h2 {
	font-size: 24px !important;
  }
  button, .btn, .more_more {
	font-size: 20px;
	padding: 12px 20px;
	width: 100%;
  }
  .header-gnv p.com-prog {
	font-size: 22px !important;
  }
  .two-stars p {
	font-size: 18px !important;
  }
  .boss {
	min-height: 300px;
  }
  .macho {
	min-height: 300px;
  }
  .macho p {
	margin-top: 200px;
  }
  .tasks-upper p, .tasks-upper .modul {
	font-size: 16px !important;
  }
  .author p, .author li {
	font-size: 16px !important;
  }
  .author p.name {
	font-size: 24px !important;
  }
  .video-section__iframe iframe {
	height: 200px;
  }
  .ek-last-place {
	font-size: 22px;
  }
}