/* Управляющие кнопки CMS Роукс */
.b-control {
  display: inline-block;
  vertical-align: middle;
  padding: 2px;
  border-radius: 9px;
  background-color: #b4a5a2;
  background-color: rgba(255,255,255,0.5);
  margin: -5px 0 0 22px;
}
.b-control a { 
  display: block; 
  float: left; 
  width: 19px; 
  height: 19px; 
  margin-left: 3px; 
  border-radius: 8px; 
  background: url(../img/control.png) 0 0 no-repeat; 
}
.b-control a:first-child { 
	margin-left:0; 
}
.b-control a:hover { 
	background-color:#efefef;
 }
.b-control .m-add { 
	background-position:0 0;
 }
.b-control .m-edit { 
	background-position:0 -19px;
 }
.b-control .m-del { 
	background-position:0 -38px; 
}

/* !!! Баннеры !!! */
.th-section-book-banner {
  font-family: 'Roboto', sans-serif;
  padding: 0 16px 60px 16px;
}

.th-book-banner {
  background-color: #A2DFF4;
  background-position: right center;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  margin: 0 auto;
  position: relative;
}

.th-book-banner_md {
  background-image: url('../img/book-banner/bg-medium-book-banner.jpg');
  width: 100%;
  max-width: 1170px;
  min-height: 272px;
  border-radius: 20px;
  box-sizing: border-box;
  padding: 0 64px;
}

.th-book-banner-desc {}

.th-book-banner-desc__title {
  margin-bottom: 20px;
}

.th-book-banner-desc__title,
.th-book-banner-desc__sup-title { 
  font-style: normal;
  line-height: 1;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: #152B69;
}

.th-book-banner-desc__sup-title {
  font-weight: 300;
  font-size: 24px;
  margin-bottom: 10px;
}

.th-book-banner-desc__title {
  font-weight: 500;
  font-size: 42px; /* 50  */

  font-family: NeoSans-Pro-Bold;
} 

.th-book-banner-desc__btn {
  display: inline-block;
  background: radial-gradient(142.11% 221.61% at 88.5% -64.91%, #3CC5D5 0%, #152B69 100%);
  border-radius: 12px;  
  padding: 14px 24px 18px 24px;
  letter-spacing: -0.02em;
  color: #FFFFFF;
  font-weight: 500;
  font-size: 18px;
  text-decoration: none;
  line-height: 1;
}

.th-book-banner-img {
  position: absolute;
  bottom: 0;
  right: 160px;
}

.th-book-banner-img img {
  display: block;
  max-width: 100%;
  height: auto;
}

/* мобильные баннер */
.th-book-banner-mobile {
  background-image: url('../img/book-banner/bg-small-book-banner.jpg');
  background-repeat: no-repeat;
  background-position: center;

  margin-left: auto;
  margin-right: auto;
  max-width: 250px;
  padding-top: 290px;
  padding-bottom: 34px;
  border-radius: 10px;
}

.th-book-banner-mobile__desc {
  text-align: center;
}

.th-book-banner-mobile__title,
.th-book-banner-mobile__sup-title {
  text-transform: uppercase; 
  color: #152B69;
  color: #152B69;
  line-height: 1;
} 


.th-book-banner-mobile__sup-title {
  font-size: 15px;
  letter-spacing: -0.38px;
  margin-bottom: 10px;
  font-weight: 300;
}

.th-book-banner-mobile__title {
  font-size: 21px;
  letter-spacing: -0.5px;
  margin-bottom: 20px;
  font-family: NeoSans-Pro-Bold;
}

.th-book-banner-mobile__btn {
  display: inline-block;
  background: radial-gradient(142.11% 221.61% at 88.5% -64.91%, #3CC5D5 0%, #152B69 100%);
  border-radius: 12px;  
  padding: 14px 24px 18px 24px;
  letter-spacing: -0.02em;
  color: #FFFFFF;
  font-weight: 500;
  font-size: 18px;
  text-decoration: none;
  line-height: 1;
}

.th-book-banner-mobile._hidden {
  display: none;
}

@media screen and (max-width: 991.98px) {

  .th-book-banner-img {
    right: 20px;
  }

  .th-book-banner_md {
    padding-left: 28px;
  }

}

@media screen and (max-width: 799.98px) {

  .th-book-banner-desc__sup-title {
    font-size: 18px;
  }

  .th-book-banner-desc__title {
    font-size: 28px;
  }

  .th-book-banner-mobile__btn,
  .th-book-banner-desc__btn {
    font-weight: 500;
    font-size: 16px;
  }

}

@media screen and (max-width: 599.98px) {
  
/*  .th-book-banner-img {
    right: -11px;
    width: 200px;
  }*/

  .th-book-banner-mobile._hidden {
    display: block;
  }

  .th-book-banner_md {
    display: none;
  }


}