@import url(https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap);
@charset "UTF-8";
* {
  font-family: "Open Sans", sans-serif;
}

h2.section-title {
  font-size: 50px;
  font-weight: bold;
}
@media only screen and (max-width: 1024px) {
  h2.section-title {
    font-size: 40px;
  }
}
@media only screen and (max-width: 800px) {
  h2.section-title {
    font-size: 35px;
  }
}
@media only screen and (max-width: 375px) {
  h2.section-title {
    font-size: 26px;
  }
}

.container {
  position: relative;
}

@media (min-width: 1280px) {
  .container {
    max-width: 1170px !important;
  }
}
a.btn-go-catalog {
  padding: 15px 35px;
  border-radius: 6px;
  font: 500 26px/72px "Open Sans", sans-serif;
  margin-bottom: 0px;
  line-height: 1;
  color: #fff;
  background: #f9a025;
  transition: all 0.5s ease;
}
@media only screen and (max-width: 1024px) {
  a.btn-go-catalog {
    font-size: 22px;
  }
}
a.btn-go-catalog:hover {
  background: #374048;
  color: #fff;
}

button.btn-orange {
  padding: 14px 25px;
  border-radius: 9px;
  font: 700 21px/21px "Open Sans", sans-serif;
  margin-bottom: 0px;
  line-height: 1;
  color: #fff;
  background: #f9a025;
  transition: all 0.5s ease;
  font-size: 21px;
  text-transform: uppercase;
}
@media only screen and (max-width: 1024px) {
  button.btn-orange {
    font-size: 22px;
  }
}
@media only screen and (max-width: 425px) {
  button.btn-orange {
    font-size: 18px;
  }
}
button.btn-orange:hover {
  background: #374048;
  color: #fff;
}

.btn-bordo {
  color: #fff;
  text-align: center;
  border-radius: 6px;
  background-color: #a53436;
}

.btn-bordo:hover {
  color: #fff;
  background-color: #861123;
}

.owl-nav {
  position: absolute;
  width: 100%;
  top: calc(50% - 17px);
}
.owl-nav button {
  position: absolute;
}
.owl-nav button.owl-prev {
  left: 0;
}
.owl-nav button.owl-next {
  right: 0;
}
.owl-nav button i {
  font-size: 16px;
  background: #fccf92;
  line-height: 32px;
  border-radius: 50%;
  width: 33px;
  height: 33px;
  display: block;
  color: #fff;
  text-align: center;
}

.owl-dots {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
.owl-dots button {
  margin: 0 5px;
}
.owl-dots button span {
  display: block;
  width: 15px;
  height: 15px;
  border: solid 2px #a53436;
  border-radius: 50%;
}
.owl-dots button.active span {
  background: #a53436;
}

.block-brown {
  background-color: #ab1c30;
}

.block-rounded {
  border-radius: 0.4rem;
  padding: 2rem 1.25rem;
  margin: 0;
  margin-bottom: 2rem;
  padding-bottom: 15rem;
}

header nav.navbar {
  padding-top: 5px;
  padding-bottom: 5px;
  background-color: #fff;
  box-shadow: 0 2px 42px rgba(0, 0, 0, 0.1);
}
@media only screen and (max-width: 600px) {
  header nav.navbar {
    padding-top: 0;
    padding-bottom: 0;
  }
}
header nav.navbar ul.navbar-nav a.nav-link {
  font: 500 14px/30px "Open Sans", sans-serif;
  color: #000;
  text-transform: uppercase;
}
header nav.navbar ul.navbar-nav a.nav-link.active {
  color: #f9a025;
}
header nav.navbar ul.navbar-nav ul.dropdown-menu {
  box-shadow: 0 2px 42px rgba(0, 0, 0, 0.1);
  border: none;
  padding: 15px 0;
  width: 400px;
}
header nav.navbar ul.navbar-nav ul.dropdown-menu li a {
  padding: 0.75rem 2rem;
  margin: 0;
  font-size: 12px;
  min-width: 400px;
  white-space: normal;
  line-height: 18px;
  color: #616161;
  text-transform: uppercase;
}
header nav.navbar ul.navbar-nav ul.dropdown-menu li a:hover {
  background: #eee;
}
@media only screen and (max-width: 1024px) {
  header nav.navbar div.lk {
    margin-bottom: 30px;
  }
}
header nav.navbar div.lk a.btn-lk {
  color: #f9a025;
  font: 500 14px/30px "Open Sans", sans-serif;
  text-transform: uppercase;
  border: solid 1px #f9a025;
  border-radius: 8px;
}
header nav.navbar .btn-lang {
  color: #f9a025;
  font: 500 14px/30px "Open Sans", sans-serif;
  text-transform: uppercase;
  border: solid 1px #f9a025;
  border-radius: 8px;
}
header div.header #headerCarousel .carousel-caption {
  padding-top: 0;
  top: 175px;
  bottom: auto;
  text-align: left;
}
header div.header #headerCarousel .carousel-caption-bottom p {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background: rgba(165, 53, 54, 0.7);
  font-size: 45px;
  font-weight: 600;
  margin: 0;
  padding: 3rem 0;
  line-height: 100%;
  text-transform: uppercase;
}

#block-navigate {
  padding: 2rem 0 3rem;
  box-shadow: inset 0 2rem 3rem -7px #bbb;
}
@media only screen and (max-width: 1024px) {
  #block-navigate .trio {
    margin-top: 4rem;
  }
}
#block-navigate .trio .d-flex p {
  margin: 0;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  text-transform: uppercase;
}
#block-navigate .cards-wrapper {
  position: relative;
}
#block-navigate .cards-wrapper:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: calc(50% - 10px);
  height: 20px;
  background-color: rgba(165, 53, 54, 0.7);
}
@media only screen and (max-width: 425px) {
  #block-navigate .cards-wrapper:before {
    display: none;
  }
}
#block-navigate .cards a {
  position: relative;
  display: block;
  overflow: hidden;
}
#block-navigate .cards a img {
  display: block;
  min-width: 100%;
  height: auto;
  transition: transform 0.5s ease;
}
#block-navigate .cards a img:hover {
  transform: scale(1.1);
}
#block-navigate .cards a span {
  position: absolute;
  left: 0;
  right: 0;
  padding: 0 20px;
  top: calc(50% - 50px);
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(165, 53, 54, 0.7);
  min-height: 100px;
  z-index: 10;
  font-size: 28px;
  font-weight: 600;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  line-height: 110%;
}
@media only screen and (max-width: 1024px) {
  #block-navigate .cards a span {
    font-size: 26px;
  }
}
@media only screen and (max-width: 375px) {
  #block-navigate .cards a span {
    padding: 0 15px;
  }
}

#project-rki {
  background: #a53436;
  padding: 3rem 0;
  margin: 0;
  color: #FFF;
}
#project-rki h2.section-title {
  margin-bottom: 3rem;
}
@media only screen and (max-width: 375px) {
  #project-rki h2.section-title {
    margin-bottom: 2rem;
  }
}
#project-rki p {
  font-size: 24px;
  text-align: justify;
  margin-bottom: 3rem;
}
@media only screen and (max-width: 375px) {
  #project-rki p {
    font-size: 20px;
    margin-bottom: 1.5rem;
  }
}
#project-rki img {
  max-width: 100%;
  margin: auto;
}

#about-rki {
  padding: 5rem 0;
}
@media only screen and (max-width: 1024px) {
  #about-rki div[class^=col-] {
    margin-top: 15px;
  }
}
#about-rki p {
  color: #575757;
  font-size: 20px;
  line-height: 1.5;
  text-indent: 50px;
  text-align: justify;
}
#about-rki img {
  max-width: 100%;
  margin-left: 50px;
}
#about-rki h3 {
  margin-top: 3rem;
  color: #a53436;
}

#book-collections {
  background-image: url("/images/s04-background.jpg");
  background-size: cover;
  padding: 4.5rem 0;
  color: #fff;
}
#book-collections .content {
  padding: 3.5rem 0 3rem;
  position: relative;
}
#book-collections .overlay {
  position: absolute;
  top: 0px;
  bottom: 0px;
  right: 0;
  left: 0;
  background: rgba(165, 52, 54, 0.81);
}
#book-collections h2.section-title {
  margin: 0.75rem 0 2.5rem;
}
#book-collections p {
  font-size: 27px;
  line-height: 1.5;
  margin-bottom: 2rem;
  text-align: justify;
}
@media only screen and (max-width: 1024px) {
  #book-collections p {
    font-size: 24px;
    text-align: left;
    margin-bottom: 1.5rem;
  }
}
@media only screen and (max-width: 375px) {
  #book-collections p {
    font-size: 20px;
  }
}
#book-collections img {
  max-width: 100%;
  margin: auto;
}

#partners {
  padding: 4rem 0;
  box-shadow: inset 0 2rem 3rem -7px #bbb;
}
#partners .container .row:not(:last-child) {
  margin-bottom: 80px;
}
#partners h2 {
  margin-bottom: 4rem;
  color: #626262;
}
#partners p {
  font-size: 22px;
  color: #000;
  line-height: 1.5;
  text-align: justify;
}
#partners img {
  width: 130px;
}

#books .wrapper {
  padding: 2rem 0;
  background: #f9a025;
}
#books .wrapper h2.section-title {
  color: #fff;
  margin-bottom: 0;
}
#books .wrapper img {
  width: 100%;
}
#books .publishers {
  box-shadow: inset 0 2rem 3rem -7px #bbb;
  padding: 50px 0;
}
#books .publishers .carouselOne h3 {
  margin-bottom: 30px;
  color: #555;
  font-weight: 600;
  font-size: 32px;
}
@media only screen and (max-width: 425px) {
  #books .publishers .carouselOne h3 {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 375px) {
  #books .publishers .carouselOne h3 {
    font-size: 24px;
  }
}
#books .publishers .carouselOne a {
  text-decoration: none;
  outline: none;
  transition: all 300ms linear 0s;
}
#books .publishers .carouselOne a img {
  display: block;
  width: 85%;
  margin: auto;
}
#books .publishers .carouselOne .owl-nav {
  top: 60%;
}
#books .publishers h3 {
  margin-top: 100px;
  color: #999;
  font-size: 22px;
}
#books .publishers .carouselTwo {
  margin: 3rem 0;
}
#books .publishers .carouselTwo a {
  text-decoration: none;
  outline: none;
  transition: all 300ms linear 0s;
}
#books .publishers .carouselTwo a img {
  display: block;
  width: 85%;
  margin: auto;
}
#books .publishers .carouselTwo .owl-nav button i {
  background: #c9cacb;
}

#rki-library .wrapper-top {
  background: #a53436;
  padding: 3rem 0 2rem;
  margin: 0;
  color: #FFF;
}
#rki-library .wrapper-top h2 {
  margin-bottom: 3rem;
}
#rki-library .wrapper-top h3 {
  font-size: 27px;
  font-weight: 700;
  text-align: justify;
  margin-bottom: 2rem;
}
@media only screen and (max-width: 425px) {
  #rki-library .wrapper-top h3 {
    font-size: 25px;
  }
}
@media only screen and (max-width: 375px) {
  #rki-library .wrapper-top h3 {
    font-size: 20px;
  }
}
#rki-library .wrapper-top p {
  font-size: 27px;
  text-align: justify;
  margin-bottom: 3rem;
  line-height: 1.2;
}
@media only screen and (max-width: 425px) {
  #rki-library .wrapper-top p {
    font-size: 25px;
  }
}
@media only screen and (max-width: 375px) {
  #rki-library .wrapper-top p {
    font-size: 20px;
  }
}
#rki-library .wrapper-top img {
  max-width: 100%;
  margin: auto;
}
@media only screen and (max-width: 375px) {
  #rki-library .wrapper-top img {
    max-width: 30%;
  }
}
#rki-library .carousel {
  padding-top: 60px;
  padding-bottom: 60px;
}
#rki-library .carousel .carouselThree .owl-nav button i {
  background: #c9cacb;
}
#rki-library .wrapper-bottom {
  background: #a53436;
  padding: 3rem 0 2rem;
  margin: 0;
  color: #FFF;
}
#rki-library .wrapper-bottom h4 {
  font-size: 30px;
  line-height: 1.5;
}
@media only screen and (max-width: 1024px) {
  #rki-library .wrapper-bottom h4 {
    font-size: 25px;
  }
}
@media only screen and (max-width: 375px) {
  #rki-library .wrapper-bottom h4 {
    font-size: 20px;
  }
}
#rki-library .wrapper-bottom a {
  color: #fff;
  text-decoration: none;
}
#rki-library .wrapper-bottom a i {
  font-size: 40px;
}
#rki-library .wrapper-bottom a p {
  font-size: 18px;
  margin-top: 12px;
}

#reviews h2 {
  color: #626262;
  line-height: 1.2;
  margin: 3rem 0;
}
#reviews .wrapper {
  background-image: url("/images/reviews-background.jpg");
  background-size: cover;
  padding: 4.5rem 0;
}
#reviews .wrapper div.review-block {
  position: relative;
  padding: 3rem 0;
}
#reviews .wrapper div.review-block .overlay {
  position: absolute;
  top: 0px;
  bottom: 0px;
  right: 0;
  left: 0;
  background: rgba(165, 53, 54, 0.7);
}
#reviews .wrapper div.review-block img {
  border-radius: 50%;
  width: 200px;
  height: 200px;
  margin-bottom: 2rem;
}
#reviews .wrapper div.review-block p {
  color: #fff;
  font-size: 18px;
  text-align: center;
}
#reviews .wrapper div.review-block p.review-text {
  padding-bottom: 2rem;
}
#reviews .wrapper div.review-block p.reviewer {
  font-weight: bold;
  margin: 0;
}
#reviews .wrapper div.review-block .carousel-indicators {
  position: relative;
  margin: 0;
  padding-bottom: 20px;
  max-width: 100%;
  overflow: hidden;
  overflow-x: scroll;
  margin-left: 0;
  margin-right: 0;
}
@media only screen and (max-width: 425px) {
  #reviews .wrapper div.review-block .carousel-indicators {
    justify-content: flex-start;
  }
}
#reviews .wrapper div.review-block .carousel-indicators::-webkit-scrollbar {
  height: 4px;
  width: 4px;
  border: 1px solid #d5d5d5;
}
#reviews .wrapper div.review-block .carousel-indicators::-webkit-scrollbar-thumb:horizontal {
  background-color: #fff;
  border-radius: 10px;
}
#reviews .wrapper div.review-block .carousel-indicators li {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  text-indent: 0;
  margin: 0 10px;
}
#reviews .wrapper div.review-block .carousel-indicators li img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
}

#faq {
  margin: 3rem 0;
}
#faq h2 {
  color: #626262;
  margin-bottom: 2rem;
}
#faq p.subtitle {
  font-size: 25px;
  color: #626262;
  text-align: justify;
  line-height: 1.3;
}
@media only screen and (max-width: 800px) {
  #faq p.subtitle {
    font-size: 21px;
  }
}
@media only screen and (max-width: 375px) {
  #faq p.subtitle {
    font-size: 18px;
  }
}
#faq p.subtitle span {
  font-weight: bold;
}
#faq .carouselFAQ {
  margin: 3rem 0;
}
#faq .carouselFAQ h3 {
  display: flex;
  align-items: center;
  color: #a53436;
  font-size: 24px;
  font-weight: bold;
}
@media only screen and (max-width: 375px) {
  #faq .carouselFAQ h3 {
    font-size: 20px;
  }
}
#faq .carouselFAQ img {
  width: 70px;
  height: 70px;
  margin-right: 20px;
}
#faq .carouselFAQ .answer p {
  font-size: 20px;
  color: #626262;
  text-indent: 35px;
}
@media only screen and (max-width: 375px) {
  #faq .carouselFAQ .answer p {
    font-size: 16px;
    text-indent: 0;
    text-align: center;
  }
}
#faq .carouselFAQ .owl-nav {
  top: 20%;
}
#faq .carouselFAQ .owl-nav button i {
  background: #d2999a;
}

#connect-collections-rki div.s-title {
  padding: 2rem 0;
  background: #f9a025;
}
#connect-collections-rki div.s-title h2.section-title {
  color: #fff;
  margin-bottom: 0;
}
#connect-collections-rki .steps {
  padding-top: 3rem;
  padding-bottom: 6rem;
}
@media only screen and (max-width: 425px) {
  #connect-collections-rki .steps {
    padding-top: 3rem;
    padding-boottom: 3rem;
  }
}
#connect-collections-rki .steps .row div[class^=col-] .card {
  position: relative;
  border: none;
}
#connect-collections-rki .steps .row div[class^=col-] .card img {
  margin: auto;
  width: auto;
  height: 145px;
}
#connect-collections-rki .steps .row div[class^=col-] .card h5 {
  font-size: 20px;
  font-weight: bold;
  color: #626262;
  margin: 2rem 0 1.5rem;
}
#connect-collections-rki .steps .row div[class^=col-] .card p {
  font-size: 18px;
  line-height: 1.2;
  color: #626262;
}
#connect-collections-rki .steps .row div[class^=col-]:not(:first-child) .card:before {
  position: absolute;
  left: 0;
  top: 50px;
  padding-left: 2px;
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  font-size: 18px;
  color: #fff;
  text-align: center;
  line-height: 28px;
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #a53436;
}
@media only screen and (max-width: 1024px) {
  #connect-collections-rki .steps .row div[class^=col-]:not(:first-child) .card:before {
    display: none;
  }
}

#subscribe {
  padding: 3rem 0;
  background: #a53436;
}
#subscribe .subscribe {
  color: #fff;
}
#subscribe .subscribe .section-header h3 {
  font-size: 30px;
  font-weight: bold;
}
@media only screen and (max-width: 1024px) {
  #subscribe .subscribe .section-header h3 {
    font-size: 28px;
  }
}
#subscribe .subscribe .section-header p {
  width: 80%;
  margin: 0 auto 3rem;
  font-size: 18px;
  line-height: 1.3;
}
@media only screen and (max-width: 1024px) {
  #subscribe .subscribe .section-header p {
    width: 90%;
    margin-bottom: 1.5rem;
  }
}
#subscribe .subscribe form input[type=email] {
  color: #626262;
  font-size: 17px;
  border: none;
}
@media only screen and (max-width: 1024px) {
  #subscribe .subscribe form input[type=email] {
    font-size: 15px;
  }
}
#subscribe .subscribe form input[type=email]:focus {
  outline: none;
  background-color: #fff;
  box-shadow: none;
  border: none;
}
#subscribe .subscribe form button.btn-send {
  color: #FFF;
  font-size: 25px;
  font-weight: 100;
  width: 60px;
  background: #fff;
  border: none;
}
@media only screen and (max-width: 425px) {
  #subscribe .subscribe form button.btn-send {
    width: 55px;
  }
}
#subscribe .subscribe form button.btn-send i {
  padding-left: 2px;
  font-size: 18px;
  color: #fff;
  text-align: center;
  line-height: 28px;
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #a53436;
}
#subscribe .subscribe form .form-control {
  height: 60px;
}
#subscribe .subscribe form p {
  font-size: 9px;
  color: #eee;
}

#how-publish .wrapper {
  background: #a53436;
  padding: 3rem 0;
  margin: 0;
  color: #FFF;
}
#how-publish .wrapper h2.section-title {
  margin-bottom: 3rem;
}
@media only screen and (max-width: 800px) {
  #how-publish .wrapper h2.section-title {
    margin-bottom: 1.5rem;
  }
}
#how-publish .wrapper p {
  font-size: 30px;
  text-align: justify;
  margin-bottom: 0;
  line-height: 130%;
}
@media only screen and (max-width: 800px) {
  #how-publish .wrapper p {
    font-size: 26px;
  }
}
@media only screen and (max-width: 375px) {
  #how-publish .wrapper p {
    font-size: 20px;
    margin-bottom: 1.5rem;
  }
}
#how-publish .wrapper img {
  max-width: 100%;
  margin: auto;
}
#how-publish .how-publish {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media only screen and (max-width: 1024px) {
  #how-publish .how-publish div[class^=col-] {
    margin-top: 15px;
  }
}
#how-publish .how-publish p {
  color: #575757;
  font-size: 24px;
  line-height: 1.25;
  text-indent: 50px;
  text-align: justify;
}
@media only screen and (max-width: 800px) {
  #how-publish .how-publish p {
    font-size: 22px;
  }
}
@media only screen and (max-width: 375px) {
  #how-publish .how-publish p {
    font-size: 18px;
  }
}
#how-publish .how-publish img {
  max-width: 100%;
  margin-left: 50px;
}
#how-publish .how-publish h3 {
  font-size: 26px;
  line-height: 1.2;
  margin-top: 3rem;
  color: #a53436;
}
@media only screen and (max-width: 800px) {
  #how-publish .how-publish h3 {
    font-size: 24px;
  }
}
@media only screen and (max-width: 375px) {
  #how-publish .how-publish h3 {
    font-size: 20px;
  }
}

#why-hublish {
  background-image: url("/images/authors/why-publish.jpg");
  background-size: cover;
  padding: 4.5rem 0;
  color: #fff;
}
#why-hublish .content {
  padding: 3.5rem 0 3rem;
  position: relative;
}
#why-hublish .overlay {
  position: absolute;
  top: 0px;
  bottom: 0px;
  right: 0;
  left: 0;
  background: rgba(165, 53, 54, 0.7);
}
#why-hublish h2.section-title {
  margin: 0.75rem 0 2.5rem;
}
#why-hublish p {
  font-size: 26px;
  line-height: 1.3;
  margin-bottom: 2rem;
  text-align: justify;
}
@media only screen and (max-width: 1024px) {
  #why-hublish p {
    font-size: 22px;
    text-align: left;
    margin-bottom: 1.5rem;
  }
}
@media only screen and (max-width: 375px) {
  #why-hublish p {
    font-size: 18px;
  }
}
#why-hublish img {
  max-width: 100%;
  margin: auto;
}

#advantages-publish,
#advantages-publish-open {
  padding: 3rem 0;
}
#advantages-publish h2,
#advantages-publish-open h2 {
  color: #626262;
}
#advantages-publish p,
#advantages-publish-open p {
  font-size: 21px;
  color: #626262;
  line-height: 1.4;
}
#advantages-publish .wrapper,
#advantages-publish-open .wrapper {
  padding: 2rem 0;
  background: #f9a025;
}
#advantages-publish .wrapper h2.section-title,
#advantages-publish-open .wrapper h2.section-title {
  color: #fff;
  margin-bottom: 0;
}
@media only screen and (max-width: 425px) {
  #advantages-publish .wrapper h2.section-title,
#advantages-publish-open .wrapper h2.section-title {
    font-size: 32px;
  }
}

#quotes {
  background-image: url("/images/authors/quotes_bg.jpg");
  background-size: cover;
  padding: 4.5rem 0;
}
#quotes .content {
  padding: 3.5rem 0 3rem;
  position: relative;
}
#quotes .overlay {
  position: absolute;
  top: 0px;
  bottom: 0px;
  right: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.7);
}
#quotes h2.section-title {
  color: #a53436;
  margin: 0.75rem 0 2.5rem;
}
#quotes img {
  width: 140px;
  height: 140px;
  border: solid 3px #a53436;
  border-radius: 50%;
}
@media only screen and (max-width: 1024px) {
  #quotes img {
    width: 100%;
    height: auto;
  }
}
@media only screen and (max-width: 800px) {
  #quotes img {
    width: auto;
    margin: 0 auto 25px;
  }
}
#quotes p.name {
  font-size: 25px;
  color: #a53436;
  font-weight: bold;
}
#quotes .text p {
  text-align: justify;
}
#quotes .owl-nav {
  top: 15%;
}
#quotes .owl-nav button i {
  background-color: rgba(165, 53, 54, 0.7);
}

#modalAuthors,
#modalTestAccess {
  margin: 4rem 0;
}
#modalAuthors .modal-dialog,
#modalTestAccess .modal-dialog {
  max-width: 750px;
}
@media only screen and (max-width: 600px) {
  #modalAuthors .modal-dialog,
#modalTestAccess .modal-dialog {
    width: 90%;
  }
}
#modalAuthors button.btn-close,
#modalTestAccess button.btn-close {
  position: absolute;
  top: 30px;
  right: 30px;
  z-index: 110;
}
#modalAuthors div.icon,
#modalTestAccess div.icon {
  position: absolute;
  top: -20px;
  left: calc(50% - 60px);
  width: 120px;
  height: 20px;
  border-radius: 10px 10px 0 0;
  box-shadow: 0 -6px 6px #a4a0a0;
  background: #fff;
  z-index: 101;
}
#modalAuthors .form,
#modalTestAccess .form {
  position: relative;
  width: 100%;
  box-shadow: 0 0 20px #333;
  padding: 40px;
  background: #fff;
  z-index: 100;
}
@media only screen and (max-width: 425px) {
  #modalAuthors .form,
#modalTestAccess .form {
    padding: 40px 20px;
  }
}
#modalAuthors .form img.icon,
#modalTestAccess .form img.icon {
  display: block;
  margin: -35px auto 20px;
}
#modalAuthors .form h2.section-title,
#modalTestAccess .form h2.section-title {
  font-size: 27px;
  color: #a53436;
}
@media only screen and (max-width: 425px) {
  #modalAuthors .form h2.section-title,
#modalTestAccess .form h2.section-title {
    font-size: 24px;
  }
}
#modalAuthors .form p.subtitle,
#modalTestAccess .form p.subtitle {
  font-size: 16px;
  color: #626262;
}
#modalAuthors .form form label,
#modalTestAccess .form form label {
  font-size: 17px;
  text-transform: uppercase;
  color: #626262;
  line-height: 112%;
}
@media only screen and (max-width: 425px) {
  #modalAuthors .form form label,
#modalTestAccess .form form label {
    font-size: 16px;
  }
}
#modalAuthors .form form label small,
#modalTestAccess .form form label small {
  font-size: 14px;
}
@media only screen and (max-width: 425px) {
  #modalAuthors .form form label small,
#modalTestAccess .form form label small {
    font-size: 12px;
  }
}
#modalAuthors .form form input,
#modalTestAccess .form form input {
  border-color: rgba(165, 53, 54, 0.7);
  border-radius: 12px;
  height: 45px;
}
#modalAuthors .form form textarea,
#modalTestAccess .form form textarea {
  border-color: rgba(165, 53, 54, 0.7);
  border-radius: 12px;
}
#modalAuthors .form form .form-control:focus,
#modalTestAccess .form form .form-control:focus {
  outline: none;
  box-shadow: none;
}

#trkiGroupModal .modal-dialog,
#trkiPersonModal .modal-dialog {
  max-width: 750px;
  margin: auto;
}
@media only screen and (max-width: 600px) {
  #trkiGroupModal .modal-dialog,
#trkiPersonModal .modal-dialog {
    width: 90%;
  }
}
#trkiGroupModal button.btn-close,
#trkiPersonModal button.btn-close {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 110;
}
#trkiGroupModal .form,
#trkiPersonModal .form {
  position: relative;
  width: 100%;
  box-shadow: 0 0 20px #333;
  padding: 40px;
  background: #fff;
  z-index: 100;
}
@media only screen and (max-width: 425px) {
  #trkiGroupModal .form,
#trkiPersonModal .form {
    padding: 40px 20px;
  }
}
#trkiGroupModal .form h2.section-title,
#trkiPersonModal .form h2.section-title {
  font-size: 22px;
  font-weight: normal;
  color: #626262;
  text-transform: uppercase;
}
@media only screen and (max-width: 425px) {
  #trkiGroupModal .form h2.section-title,
#trkiPersonModal .form h2.section-title {
    font-size: 24px;
  }
}
#trkiGroupModal .form form label,
#trkiPersonModal .form form label {
  font-size: 17px;
  text-transform: uppercase;
  color: #626262;
  line-height: 112%;
}
@media only screen and (max-width: 425px) {
  #trkiGroupModal .form form label,
#trkiPersonModal .form form label {
    font-size: 16px;
  }
}
#trkiGroupModal .form form input,
#trkiPersonModal .form form input {
  border-color: #626262;
  border-radius: 7px;
  height: 45px;
}
#trkiGroupModal .form form .form-control:focus,
#trkiPersonModal .form form .form-control:focus {
  outline: none;
  box-shadow: none;
}
#trkiGroupModal .form form .btn-bordo,
#trkiPersonModal .form form .btn-bordo {
  height: 45px;
}
@media only screen and (max-width: 425px) {
  #trkiGroupModal .form form .btn-bordo,
#trkiPersonModal .form form .btn-bordo {
    width: 100%;
  }
}

#trkiLevelDescModal h2.modal-title {
  width: 100%;
  color: #a53436;
  margin: auto;
}
@media only screen and (max-width: 425px) {
  #trkiLevelDescModal h2.modal-title {
    width: 80%;
  }
}
@media only screen and (max-width: 800px) {
  #trkiLevelDescModal .modal-dialog {
    max-width: 90%;
    width: 90%;
    margin: auto;
  }
}
#trkiLevelDescModal .modal-content {
  position: relative;
  border: solid 1px #626262;
  border-radius: 6px;
}
#trkiLevelDescModal .modal-header {
  padding-bottom: 0;
  border: none;
}
#trkiLevelDescModal .modal-body {
  width: 85%;
  margin: auto;
  text-align: center;
}
@media only screen and (max-width: 425px) {
  #trkiLevelDescModal .modal-body {
    width: 100%;
  }
}
#trkiLevelDescModal .btn-close {
  position: absolute;
  top: 10px;
  right: 10px;
}

#trki {
  background: url("/images/trki/bg-trki.png");
  background-repeat: no-repeat;
  background-position: 50% 0;
  padding: 150px 0 60px;
}
@media only screen and (max-width: 1024px) {
  #trki {
    padding: 100px 0 60px;
  }
}
#trki .about-trki-header {
  height: 235px;
  border-bottom: solid 10px #a53436;
  background-image: url("/images/trki/1_1.png");
  background-repeat: no-repeat;
  background-position: 0 100%;
}
@media only screen and (max-width: 800px) {
  #trki .about-trki-header {
    height: 180px;
    background-size: 250px;
  }
}
@media only screen and (max-width: 600px) {
  #trki .about-trki-header {
    height: 135px;
    background-size: 210px;
  }
}
@media only screen and (max-width: 425px) {
  #trki .about-trki-header {
    height: 75px;
    background: none;
  }
}
@media only screen and (max-width: 320px) {
  #trki .about-trki-header {
    height: 50px;
    background: none;
  }
}
#trki .about-trki-header h2 {
  font-size: 80px;
  text-transform: uppercase;
  color: #a53436;
  font-weight: bold;
  text-align: right;
  padding-bottom: 0;
  margin: 0;
  line-height: 77%;
}
@media only screen and (max-width: 1024px) {
  #trki .about-trki-header h2 {
    font-size: 60px;
  }
}
@media only screen and (max-width: 800px) {
  #trki .about-trki-header h2 {
    font-size: 50px;
  }
}
@media only screen and (max-width: 600px) {
  #trki .about-trki-header h2 {
    font-size: 36px;
  }
}
@media only screen and (max-width: 425px) {
  #trki .about-trki-header h2 {
    font-size: 40px;
    text-align: center;
  }
}
@media only screen and (max-width: 375px) {
  #trki .about-trki-header h2 {
    font-size: 36px;
    text-align: center;
  }
}
@media only screen and (max-width: 320px) {
  #trki .about-trki-header h2 {
    font-size: 32px;
    text-align: center;
  }
}
#trki .about-trki-list > div {
  margin-top: 60px;
}
@media only screen and (max-width: 1024px) {
  #trki .about-trki-list > div {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 600px) {
  #trki .about-trki-list > div {
    margin-top: 20px;
  }
}
#trki .about-trki-list > div img {
  width: 125px;
}
@media only screen and (max-width: 800px) {
  #trki .about-trki-list > div img {
    width: 90px;
  }
}
@media only screen and (max-width: 600px) {
  #trki .about-trki-list > div img {
    display: block;
    margin: auto;
  }
}
@media only screen and (max-width: 375px) {
  #trki .about-trki-list > div img {
    width: 75px;
  }
}
#trki .about-trki-list > div p {
  font-size: 19px;
  line-height: 120%;
}
@media only screen and (max-width: 600px) {
  #trki .about-trki-list > div p {
    text-align: center;
  }
}
@media only screen and (max-width: 320px) {
  #trki .about-trki-list > div p {
    font-size: 16px;
  }
}

#why-exam-trki {
  background-color: #f6eaeb;
  padding: 60px 0;
}
@media only screen and (max-width: 425px) {
  #why-exam-trki {
    padding: 35px 0;
  }
}
#why-exam-trki h2 {
  font-size: 36px;
  font-weight: bold;
  color: #a53436;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 60px;
}
@media only screen and (max-width: 800px) {
  #why-exam-trki h2 {
    margin-bottom: 25px;
  }
}
@media only screen and (max-width: 425px) {
  #why-exam-trki h2 {
    font-size: 32px;
  }
}
@media only screen and (max-width: 320px) {
  #why-exam-trki h2 {
    font-size: 28px;
  }
}
#why-exam-trki h5 {
  font-size: 24px;
  color: #a53436;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 10px;
}
@media only screen and (max-width: 320px) {
  #why-exam-trki h5 {
    font-size: 22px;
  }
}
#why-exam-trki p {
  font-size: 21px;
  margin-bottom: 40px;
  color: #000;
  line-height: 120%;
}
@media only screen and (max-width: 800px) {
  #why-exam-trki p {
    font-size: 19px;
  }
}
@media only screen and (max-width: 320px) {
  #why-exam-trki p {
    font-size: 16px;
  }
}

#trki-levels {
  padding: 90px 0 0;
}
@media only screen and (max-width: 600px) {
  #trki-levels {
    padding: 45px 0 0;
  }
}
#trki-levels h2 {
  font-size: 36px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  color: #626262;
}
@media only screen and (max-width: 800px) {
  #trki-levels h2 {
    font-size: 32px;
  }
}
@media only screen and (max-width: 320px) {
  #trki-levels h2 {
    font-size: 25px;
  }
}
#trki-levels p.subtitle {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  color: #a53436;
  margin-bottom: 60px;
}
@media only screen and (max-width: 800px) {
  #trki-levels p.subtitle {
    font-size: 20px;
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 600px) {
  #trki-levels p.subtitle {
    font-size: 18px;
  }
}
@media only screen and (max-width: 320px) {
  #trki-levels p.subtitle {
    font-size: 16px;
  }
}
#trki-levels p.level {
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  color: #939598;
  cursor: pointer;
  border: 1px solid #939598;
  border-radius: 10px;
  padding: 20px;
  margin-bottom: 25px;
}
@media only screen and (max-width: 1024px) {
  #trki-levels p.level {
    font-size: 22px;
  }
}
@media only screen and (max-width: 800px) {
  #trki-levels p.level {
    font-size: 18px;
  }
}
@media only screen and (max-width: 320px) {
  #trki-levels p.level {
    font-size: 16px;
  }
}
#trki-levels a.btn-light-bordo {
  display: block;
  width: 50%;
  margin: 40px auto;
  padding: 10px;
  font-size: 23px;
  color: #a53436;
  background-color: #f6eaeb;
  border: 1px solid #a53436;
  border-radius: 10px;
}
@media only screen and (max-width: 800px) {
  #trki-levels a.btn-light-bordo {
    font-size: 20px;
    margin: 25px auto 60px;
  }
}
@media only screen and (max-width: 600px) {
  #trki-levels a.btn-light-bordo {
    width: 100%;
    padding: 15px 45px;
    margin: 25px auto 80px;
  }
}
@media only screen and (max-width: 375px) {
  #trki-levels a.btn-light-bordo {
    padding: 15px;
  }
}
@media only screen and (max-width: 320px) {
  #trki-levels a.btn-light-bordo {
    font-size: 17px;
  }
}
#trki-levels a.btn-light-bordo span {
  text-transform: uppercase;
}

#how-is-trki .header-how-is {
  background-image: url("/images/trki/2_1.png");
  background-repeat: no-repeat;
  background-position: 100% 100%;
  height: 215px;
  border-bottom: solid 10px #a53436;
  margin-bottom: 90px;
}
@media only screen and (max-width: 1024px) {
  #how-is-trki .header-how-is {
    height: 215px;
  }
}
@media only screen and (max-width: 800px) {
  #how-is-trki .header-how-is {
    height: 160px;
    margin-bottom: 50px;
    background-size: 210px;
  }
}
@media only screen and (max-width: 600px) {
  #how-is-trki .header-how-is {
    height: 140px;
    margin-bottom: 25px;
    background-size: 180px;
  }
}
#how-is-trki h2 {
  font-size: 68px;
  text-transform: uppercase;
  color: #a53436;
  font-weight: bold;
  text-align: left;
  padding-bottom: 0;
  margin: 0;
  line-height: 77%;
}
@media only screen and (max-width: 1024px) {
  #how-is-trki h2 {
    font-size: 50px;
  }
}
@media only screen and (max-width: 800px) {
  #how-is-trki h2 {
    font-size: 44px;
  }
}
@media only screen and (max-width: 600px) {
  #how-is-trki h2 {
    font-size: 32px;
  }
}
@media only screen and (max-width: 425px) {
  #how-is-trki h2 {
    width: 65%;
    padding-left: 10px;
    line-height: 90%;
  }
}
@media only screen and (max-width: 320px) {
  #how-is-trki h2 {
    text-shadow: 0 0 5px #fff;
  }
}
#how-is-trki .how-is img {
  margin-top: 10px;
  width: 100%;
}
@media only screen and (max-width: 1024px) {
  #how-is-trki .how-is img {
    margin-top: 0px;
  }
}
@media only screen and (max-width: 600px) {
  #how-is-trki .how-is img {
    width: 65%;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 320px) {
  #how-is-trki .how-is img {
    width: 85%;
  }
}
#how-is-trki .how-is p {
  font-size: 22px;
  color: #58595b;
  line-height: 130%;
}
@media only screen and (max-width: 1024px) {
  #how-is-trki .how-is p {
    font-size: 21px;
  }
}
@media only screen and (max-width: 800px) {
  #how-is-trki .how-is p {
    font-size: 18px;
  }
}
@media only screen and (max-width: 320px) {
  #how-is-trki .how-is p {
    font-size: 16px;
  }
}
#how-is-trki .how-is .btn-bordo {
  font-size: 24px;
  color: #fff;
  background-color: #a53436;
  text-align: center;
  width: 470px;
  margin: 60px 15px 120px;
  padding: 20px;
  border-radius: 10px;
}
@media only screen and (max-width: 1024px) {
  #how-is-trki .how-is .btn-bordo {
    font-size: 20px;
    width: 380px;
    margin: 40px 15px 90px;
    padding: 15px;
  }
}
@media only screen and (max-width: 800px) {
  #how-is-trki .how-is .btn-bordo {
    width: calc(45% - 30px);
  }
}
@media only screen and (max-width: 600px) {
  #how-is-trki .how-is .btn-bordo {
    width: 90%;
  }
}
@media only screen and (max-width: 375px) {
  #how-is-trki .how-is .btn-bordo {
    font-size: 18px;
    width: 100%;
    margin: 20px 0 50px;
  }
}
@media only screen and (max-width: 320px) {
  #how-is-trki .how-is .btn-bordo {
    font-size: 17px;
  }
}
@media only screen and (max-width: 600px) {
  #how-is-trki .how-is .btn-bordo:first-child {
    margin-bottom: 0;
  }
}

#teacher {
  margin-top: 60px;
  background-image: url("/images/header-background2.jpg");
  background-repeat: no-repeat;
}
#teacher h2.pagetitle {
  margin: 0 0 3rem 0;
  padding-top: 30px;
  color: #a53436;
  border-bottom: solid 1px #a53436;
  padding-bottom: 1rem;
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
}
#teacher .profile .photo {
  width: 100%;
  border-radius: 1rem;
}
#teacher .profile .fullname {
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
}
#teacher .profile-details {
  margin-top: 25px;
}
#teacher .profile-details p {
  font-size: 15px;
  color: #fff;
}

#student {
  margin-top: 60px;
  background-image: url("/images/header-background2.jpg");
  background-repeat: no-repeat;
}
#student h2.pagetitle {
  margin: 0 0 3rem 0;
  padding-top: 30px;
  color: #a53436;
  border-bottom: solid 1px #a53436;
  padding-bottom: 1rem;
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
}
#student .profile .photo {
  width: 100%;
  border-radius: 1rem;
}
#student .profile .fullname {
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
}
#student .profile-details {
  margin-top: 25px;
}
#student .profile-details p {
  font-size: 15px;
  color: #fff;
}

footer .contacts {
  background: #f1f1f1;
  font-weight: 500;
  padding: 4rem 0 2rem 0;
  color: #222;
  box-shadow: inset 0px 9px 16px -4px #6d6d6d;
}
footer .contacts p {
  font: 400 14px/26px "Open Sans", sans-serif;
  color: #313131;
  margin: 0 0 10px;
}
footer .contacts p.text-header {
  font-size: 15px;
  font-weight: 600;
  color: #000;
}
footer .contacts p.text-uppercase {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 26px;
  margin: 0px 0;
  color: #313131;
}
footer .footer {
  background: #a53436;
  padding: 3rem 0;
  box-shadow: inset 0px 9px 16px -4px #771d1f;
}
footer .footer p {
  font-size: 11px;
  color: #fff;
}
footer .footer .footer-phone {
  color: #fff;
  margin-bottom: 15px;
}
footer .footer .footer-phone span.phone {
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 3px;
  font-weight: 400;
}
footer .footer .footer-phone span.phone-description {
  font-size: 11px;
}
footer .footer .info p {
  margin: 0 0 5px;
  color: #FFF;
  font-size: 12px;
  line-height: 1;
}
footer .footer .info p a {
  text-decoration: none;
  color: #fff;
}
footer .footer .info p a:hover {
  color: #fff;
}
