#image {
  display: block;
  margin: auto;
}

.text>p.italic{
  font-style: italic;
}

@media (min-width: 300px) {
  #image_title {
    min-height: 250px;
    margin-top: 40px;
    width: 100%;
    background-image: url("../../assets/img/shapka-new.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto 250px;
  }
}

@media (min-width: 576px) {
  #image_title {
    height: 300px;
    margin-top: 40px;
    width: 100%;
    background-image: url("../../assets/img/shapka-new.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
}

@media (min-width: 992px) {
  #image_title {
    height: 400px;
    margin: 40px auto 0 auto;
    /*width: 100%;*/
    /*max-width: 1400px;*/
    background-image: url("../../assets/img/shapka-new.jpg");
    background-position: center;
    background-repeat: repeat-x;
    background-size: 1440px 400px;
  }
}

.title_text {
  display: none;
  font-family: times;
  text-align: center;
  font-size: 28px;
  color: #073763;
}

@media (min-width: 300px) {
  #title_text-mobile {
    margin: 0;
    display: block;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

@media (min-width: 576px) {
  #title_text-mobile {
    display: none;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

@media (min-width: 576px) {
  .title_text {
    margin: 0;
    display: block;
    height: 100px;
    font-size: 28px;
    line-height: 100px;
  }
}

@media (min-width: 300px) {
  #quote > p {
    display: block;
    margin: auto;
    width: 100%;
    padding: 60px 20px 60px 60px;
    font-size: 18px;
    line-height: 24px;
    font-family: times;
    font-style: italic;
    color: #073763;
  }
}

@media (min-width: 992px) {
  .title_text {
    font-size: 40px;
    height: 120px;
    line-height: 120px;
  }
}

.lightblue {
  background-color: #C6E4F7;
}

@media (min-width: 768px) {
  #quote > p {
    display: block;
    margin: auto;
    width: 100%;
    padding: 60px 40px 60px 100px;
    font-size: 24px;
    line-height: 32px;
    font-family: times;
    font-style: italic;
    color: #073763;
  }
}

@media (min-width: 992px) {
  #quote > p {
    display: block;
    margin: auto;
    width: 940px;
    padding: 60px 0 60px 60px;
    font-size: 24px;
    line-height: 32px;
    font-family: times;
    font-style: italic;
    color: #073763;
  }
}

p.em {
  text-align: right;
}

#podpis {
  display: block;
  text-align: right;
  padding-top: 32px;
  color: #073763;
}

#quote > p::before {
  content: url('../../assets/img/quote.svg');
  height: 0;
  width: 0;
  display: block;
  position: relative;
  left: -50px;
  top: -5px;
}

.text {
  font-family: times;
  font-size: 20px;
  color: #272727;
  padding: 60px 0;
}

.header_left {
  font-size: 32px;
  color: #073763;
  padding-bottom: 20px;
  padding-left: 20px;
}

@media (min-width: 992px) {
  .text > ul {
    width: 940px;
    margin: auto;
    padding-bottom: 20px;
    padding-left: 20px;
  }
}

.text > ul > li {
  padding-bottom: 5px;
}

@media (min-width: 576px) {
  .header_left {
    width: 570px;
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (min-width: 768px) {
  .header_left {
    width: 940px;
    margin: auto;
    padding: 0 0 20px 20px;
  }
}

@media (min-width: 992px) {
  .header_left {
    /*width: 940px;*/
    /*margin: auto;*/
    padding: 0 0 20px 0px;
  }
}

@media (min-width: 300px) {
  .text > p, .text > a {
    width: 100%;
    padding-left: 20px;
    display: block;
    padding-right: 20px;
    padding-bottom: 20px;
  }
}

@media (min-width: 992px) {
  .text > p, .text > a {
    display: block;
    width: 940px;
    margin: auto;
    padding-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
  }
}

ul {
  padding-left: 40px;
  padding-right: 20px;
}

#book {
  padding-bottom: 60px;
}

@media (min-width: 300px) {
  #header_center {
    width: 100%;
    margin: auto;
    font-family: times;
    font-size: 24px;
    color: #073763;
    padding: 60px 0;
    text-align: center;
  }
}

@media (min-width: 576px) {
  #header_center {
    width: 100%;
    margin: auto;
    font-family: times;
    font-size: 32px;
    color: #073763;
    padding: 60px 0;
    text-align: center;
  }
}

@media (min-width: 992px) {
  #header_center {
    width: 940px;
    margin: auto;
    font-family: times;
    font-size: 32px;
    color: #073763;
    padding: 60px 0;
    text-align: center;
  }
}

#books {
  height: 400px;
}

#blok1 {
  height: 200px;
  width: 160px;
}

.w-100 {
  width: 240px!important;
  display: inline-block!important;
  height: 365px;
}

.book_text {
  display: inline-block!important;
}

@media (min-width: 300px) {
  .img_book {
    width: 50%;
    box-shadow: 0px 0px 20px rgba(39,39,39,0.1);
    padding-top: 10px;
    margin-bottom: 60px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (min-width: 768px) {
  .img_book {
    width: 75%;
    box-shadow: 0px 0px 20px rgba(39,39,39,0.1);
    padding-top: 10px;
    margin: 0;
  }
}

.book_name {
  font-size: 28px;
  color: #073763;
}

@media (min-width: 300px) {
  .temp {
    width: 100%;
    margin: auto;
    padding-bottom: 20px;
    padding-left: 0px;
    padding-right: 0;
  }
}

@media (min-width: 992px) {
  .temp {
    width: 940px;
    /*margin: auto;*/
    /*padding-bottom: 20px;*/
    /*padding-left: 0px;*/
    /*padding-right: 0;*/
  }
}

.line {
  margin: 60px auto;
  width: 100%;
  border-top: 1px solid #C6E4F7;
  /*margin: auto;*/
}

.text > a {
  color: #073763;
}

#logo {
  width: 130px;
  padding: 60px 0;
}

#guru {
  display: block;
  margin: auto;
  height: 250px;
}

@media (min-width: 576px) {
  #guru {
    display: block;
    margin: auto;
    height: 300px;
  }
}

@media (min-width: 300px) {
  .slide_book {
    width: 100%;
    margin: auto;
    display: grid;
    grid-template-columns: 1fr;
    /*grid-template-rows: repeat(2, 1fr);*/
    align-items: start;
    padding: 0 20px 60px 20px;
    font-family: times;
    font-size: 18px;
    color: #272727;
  }
}

@media (min-width: 768px) {
  .slide_book {
    width: 600px;
    margin: auto;
    display: grid;
    grid-template-columns: 3fr 4fr;
    grid-template-rows: 1fr;
    align-items: start;
    padding: 0 20px 60px 20px;
    font-family: times;
    font-size: 18px;
    color: #272727;
  }
}

@media (min-width: 992px) {
  .slide_book {
    width: 760px;
    margin: auto;
    display: grid;
    grid-template-columns: 1fr 2fr;
    grid-template-rows: 1fr;
    align-items: start;
    padding: 0 0 60px 0;
    font-family: times;
    font-size: 18px;
    color: #272727;
  }
}

@media (min-width: 1200px) {
  .slide_book {
    width: 940px;
    margin: auto;
    display: grid;
    grid-template-columns: 1fr 2fr;
    grid-template-rows: 1fr;
    align-items: start;
    padding: 0 0 60px 0;
    font-family: times;
    font-size: 18px;
    color: #272727;
  }
}

@media (min-width: 992px) {
  #guru {
    display: block;
    margin: auto;
    height: 400px;
  }
}

.carousel-control-next-icon, .carousel-control-prev-icon {
  display: inline-block;
  width: 3rem;
  height: 3rem;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%;
}

@media (min-width: 300px) {
  #logo {
    margin-left: 20px;
  }
}

@media (min-width: 992px) {
  #logo {
    margin-left: 0px;
  }
}

#contacts {
  height: 20px;
  margin-left: 20px;
}

@media (min-width: 992px) {
  #contacts {
    margin-left: 0;
  }
}

.carousel-control-next, .carousel-control-prev {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: 0 0;
  border: 0;
  opacity: .7;
  transition: opacity .15s ease;
}

@media (min-width: 300px) {
  .carousel-control-next, .carousel-control-prev {
    /*position: absolute;*/
    /*top: 0;*/
    bottom: 60%;
    /*z-index: 1;*/
    /*display: flex;*/
    /*align-items: center;*/
    /*justify-content: center;*/
    /*width: 15%;*/
    /*padding: 0 0 500px;*/
    /*color: #fff;*/
    /*text-align: center;*/
    /*background: 0 0;*/
    /*border: 0;*/
    /*opacity: .7;*/
    /*transition: opacity .15s ease;*/
  }
}

@media (min-width: 768px) {
  .carousel-control-next, .carousel-control-prev {
    /*position: absolute;*/
    /*top: 0;*/
    bottom: 0;
    /*z-index: 1;*/
    /*display: flex;*/
    /*align-items: center;*/
    /*justify-content: center;*/
    /*width: 15%;*/
    /*padding: 0 0 500px;*/
    /*color: #fff;*/
    /*text-align: center;*/
    /*background: 0 0;*/
    /*border: 0;*/
    /*opacity: .7;*/
    /*transition: opacity .15s ease;*/
  }
}

@media (min-width: 300px) {
  #facebook_link img {
    width: 40px;
    display: block;
    position: absolute;
    right: 20px;
    bottom: 200px;
    opacity: 1;
  }
}

@media (min-width: 576px) {
  #facebook_link img {
    width: 40px;
    display: block;
    position: absolute;
    right: 10px;
    bottom: 240px;
    opacity: 1;
  }
}

@media (min-width: 768px) {
  #facebook_link img {
    width: 40px;
    display: block;
    position: absolute;
    right: 20px;
    bottom: 240px;
    opacity: 1;
  }
}

@media (min-width: 992px) {
  #facebook_link img {
    width: 40px;
    display: block;
    position: absolute;
    right: 0px;
    bottom: 340px;
    opacity: 1;
  }
}

@media (min-width: 768px) {
  #facebook_link {
    display: block;
    width: 100%;
    margin: auto;
    position: relative;
  }
}

#facebook_link {
  display: block;
  width: 100%;
  margin: auto;
  position: relative;
}

@media (min-width: 992px) {
  #facebook_link {
    display: block;
    width: 940px;
    margin: auto;
    position: relative;
  }
}

#russian_ver {
  font-size: 14px;
}

