@font-face {
  font-family: SanchezRegular;
  src: url(../fonts/Sanchez-Regular.ttf);
}

@font-face {
  font-family: RobotoRegular;
  src: url(../fonts/Roboto-Regular.ttf);
}

.color_red {
  color: #D02127;
}

.color_blue {
  color: #1D2859;
}

.color_blue_2 {
  color: #A3AEE1;
}

h5 {
  margin-bottom: 24px !important;
}

h1, h2, h3, h4, h5,
.title {
  font-family: SanchezRegular, OpenSans;
}

p,
.bottom,
.description {
  font-family: RobotoRegular, OpenSans;
}

header {
  margin-top: 40px;
  margin-bottom: 40px;
}

.row {
  --bs-gutter-x: 0.2em !important;
}

header .custom-logo {
  width: 200px;
}

/*  */

/*  */

.content,
.b3_big .content {
  padding: 30px;
  height: 100%;  
}

.content-flex,
.b3_big .content-flex {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.top,
.b3_big .top {
  margin-bottom: 40px;
}

.bottom,
.b3_big .bottom {
  display: flex;
  font-size: 14px;
}

.normal .bottom .tags .tag-wrapper a:hover,
.e3 .bottom .tags .tag-wrapper a:hover,
.e2 .bottom .tags .tag-wrapper a:hover,
.e1 .bottom .tags .tag-wrapper a:hover {
  color: #ffa62b;
  border-bottom-color: rgba(255, 166, 43, .8);
}

.b3_big .e3 .bottom .tags .tag-wrapper a:hover,
.b3_big .e2 .bottom .tags .tag-wrapper a:hover,
.b3_big .e1 .bottom .tags .tag-wrapper a:hover {
  color: #ffa62b;
  border-bottom-color: rgba(255, 166, 43, .8);
}

.normal .bottom .tags .tag-wrapper a,
.e3 .bottom .tags .tag-wrapper a,
.e2 .bottom .tags .tag-wrapper a {
  text-decoration: none;
  color: rgba(0, 0, 0, .45);
  border-bottom: solid 1px rgba(0, 0, 0, .3);
  border-bottom-color: rgba(0, 0, 0, .25);
}

.b3_big .e3 .bottom .tags .tag-wrapper a,
.b3_big .e2 .bottom .tags .tag-wrapper a {
  text-decoration: none;
  color: rgba(0, 0, 0, .45);
  border-bottom: solid 1px rgba(0, 0, 0, .3);
  border-bottom-color: rgba(0, 0, 0, .25);
}

.bottom .tags .tag-wrapper a,
.b3_big .bottom .tags .tag-wrapper a {
  text-decoration: none;
  color: rgba(255, 255, 255, .8);
  border-bottom: solid 1px rgba(0, 0, 0, .3);
  border-bottom-color: rgba(255, 255, 255, .8);
}

.bottom .tags .tag-wrapper,
.b3_big .bottom .tags .tag-wrapper {
  margin-right: 5px;
}

.bottom .tags,
.b3_big .bottom .tags {
  display: flex;
}

.normal .bottom span,
.e3 .bottom span,
.e2 .bottom span,
.b3_big .e3 .bottom span,
.b3_big .e2 .bottom span {
  color: rgba(0, 0, 0, .45);
  margin-right: 15px;
}

.bottom span,
.b3_big .bottom span {
  color: rgba(255, 255, 255, .8);
  margin-right: 15px;
}

.b3_big .row {
  min-height: 700px;
}

.b3_big .e1 {
  height: 100%;
  /* background-color: #05293f; */
}

.b3_big .e1 a .description span {
  background-color: #ffa62b;
  box-shadow: 10px 0 0 #ffa62b, -10px 0 0 #ffa62b;  
  padding: 0;
}

.e3 a .description,
.e2 a .description,
.b3_big .e3 a .description,
.b3_big .e2 a .description {
  margin-top: 30px;
  color: black;
  font-size: 18px;
}

.b3_big .e1 a .description {
  margin-top: 44px;
  color: white;
  line-height: 1.23;
  font-size: 31px;
}

.b3_big .e3 a .title,
.b3_big .e2 a .title {
  font-size: 25px;
  border-bottom: 1px solid rgba(0, 0, 0, .2);
}

.b3_big .e1 a .title {
  font-size: 70px;
  line-height: 1.27;
  background: white;
  padding: 0 0 0 0;
  box-shadow: 10px 0 0 white, -10px 0 0 white;  
}

.b3_big .e1 a,
.b3_big .e3 a,
.b3_big .e2 a {
  text-decoration: none;
  color: black;
}

.b3_big .e3 a .title:hover,
.b3_big .e2 a .title:hover,
.b3_big .e1 a .title:hover {
  color: #ffa62b;
}

.b3_big .e23-wrapper {
  display: flex;
  flex-direction: column;
}

.b3_big .e2 {
  background-color: #FFE6C2;
  flex-grow: 1;    
}

.b3_big .e3 {
  margin-top: 2px;
  flex-grow: 1;
  background-color: white;
  border: solid 3px #f2f2f2;
}
  
/*  */

.b1_share {
  margin: 15px 0;
  min-height: 200px;

  font-size: 15px!important;
  font-style: italic!important;
  background: #f3f3f3;
  padding: 28px 40px;
}

.b1_share a {
  color: #000;
  text-decoration: none;
  border-bottom: solid 1px rgba(0,0,0,.2);
  box-shadow: none;
}

.b1_share a:hover {
  color: #D02127;
  border-bottom-color: rgba(227, 79, 84, .8);
}

/* B2 LEFT  */

.b2_left .e1 a .description {
  margin-top: 44px;
  color: white;
  line-height: 1.28;
  font-size: 28px;
}

.b2_left .e1 a .description span {
  background-color: #141C3E;
  box-shadow: 10px 0 0 #141C3E, -10px 0 0 #141C3E;  
  padding: 0;
}

.b2_left .e2 a .title:hover,
.b2_left .e1 a .title:hover {
  color: #ffa62b;
}

.b2_left .e2 a .title {
  font-size: 25px;
  border-bottom: 1px solid rgba(0, 0, 0, .2);
}

.b2_left .e1 a .title {
  font-size: 50px;
  line-height: 1.2;
  background: white;
  padding: 0 0 0 0;
  box-shadow: 10px 0 0 white, -10px 0 0 white;  
}

.b2_left .e1 a,
.b2_left .e2 a {
  text-decoration: none;
  color: black;
}

.b2_left .row {
    min-height: 440px;
}

.b2_left .e1 {
  height: 100%;
}

.b2_left .e2 {
  height: 100%;
  background-color: #FFE6C2;
}

.b2_left .content {
  padding: 30px;  
}

/*  */

/*  */

.b2_right .e2 a .description {
  font-size: 25px;
}

.b2_right .e1 a .description {
  margin-top: 44px;
  color: white;
  line-height: 1.3;
  font-size: 20px;
}

.b2_right .e1 a .description span {
  background-color: #141C3E;
  box-shadow: 10px 0 0 #141C3E, -10px 0 0 #141C3E;  
  padding: 0;
}

.b2_right .e2 a .title:hover,
.b2_right .e1 a .title:hover {
  color: #ffa62b;
}

.b2_right .e2 a .title {
  font-size: 40px;
  border-bottom: 1px solid rgba(0, 0, 0, .2);
}

.b2_right .e1 a .title {
  font-size: 25px;
  line-height: 1.2;
  background: white;
  padding: 0 0 0 0;
  box-shadow: 10px 0 0 white, -10px 0 0 white;  
}


.b2_right .e1 a,
.b2_right .e2 a {
  text-decoration: none;
  color: black;
}

.b2_right .row {
    min-height: 440px;
}

.b2_right .e1 {
  height: 100%;
}

.b2_right .e2 {
  height: 100%;
  background-color: #FFE6C2;
}

.b2_right .content {
  padding: 30px;  
}

/* PROMO B1 */

.b1_promo {
  padding: 24px 24px;
  margin-top: 24px;
  margin-bottom: 24px;
  background-color: #ffa62b;
}

.b1_promo button {
  border-radius: 2px;
  border: none;
  background-color: #FFE6C2;
}

.b1_promo button:hover {
  background-color: #05293f;
  color: white;
}

/*  */

.b3_standart .normal a .description {
  margin-top: 30px;
  color: black;
  font-size: 18px;
}

.b3_standart .normal a .title:hover {
  color: #ffa62b;
}

.b3_standart .normal a .title {
  font-size: 25px;
  border-bottom: 1px solid rgba(0, 0, 0, .2);
}

.b3_standart .promo a .title {
  color: white;
  font-size: 25px;
}

.b3_standart .promo a .description {
  margin-top: 25px;
  color: white;
  font-size: 18px;
}

.b3_standart .promo button {
  border-radius: 2px;
  min-height: 39px;
  border: none;
  margin-top: 35px;
  background-color: #C1CAEB;
}

.b3_standart .promo button:hover {
  background-color: #93A1DC;
}

.b3_standart .promo a {
  text-decoration: none;
}

.b3_standart .normal a {
  text-decoration: none;
  color: black;
}

.b3_standart .row {
  min-height: 350px;
  margin-top: 2px;
  margin-bottom: 4px;
}

.b3_standart .normal {
  height: 100%;
  background-color: #f2f2f2;  
}

.b3_standart .promo {
  height: 100%;
  background-color: #1D2859;  
}

.b3_standart .e2-wrapper .normal {
height: 100%;
background-color: white;
border: solid 3px #f2f2f2;
}

.b3_standart .e2-wrapper .normal .content {
  padding: 24px 30px 24px 30px;
}

.b3_standart .content {
  padding: 30px;
  height: 100%;  
}


/*  */

.tags .page-title {
  font-size: 56px;
  font-family: SanchezRegular, OpenSans;
}

.tags .entry-title {
  font-family: SanchezRegular, OpenSans;
  font-size: 30px !important;
}

.tags .entry-title a:hover {
  color: #ffa62b;
  border-bottom-color: rgba(255, 166, 43, .8);
}

.tags .entry-title a {
  text-decoration: none;
  color: black;

  border-bottom: solid 1px;
  border-bottom-color: rgba(40, 40, 40, 0.33);
}

.tags .entry-meta {
  font-size: 17px;
  color: #000;
  opacity: 0.45;
  margin-bottom: 5px;
}

/*  */

.postt p {
  font-size: 18px;
  font-family: RobotoRegular, OpenSans;
}

.postt .entry-meta time {
  font-size: 16px;
  color: #666;
  margin-right: 10px;
}

.postt .entry-title {
  font-family: SanchezRegular, OpenSans;
  font-size: 70px !important;
}

.postt .entry-footer {
  display: flex;
}

.postt .entry-footer div {
  margin-right: 5px;
  font-size: 16px;
}

.postt .entry-footer div a:hover {
  color: #ffa62b;
  border-bottom-color: rgba(255, 166, 43, .8);
}

.postt .entry-footer div a {
  text-decoration: none;
  color: #666;

  border-bottom: solid 1px;
  border-bottom-color: rgba(40, 40, 40, 0.33); 
}

.postt .a1 {
  display: flex;
}

.load {
  display: block;
  text-align: center;
  margin: 10px;
}

@media screen and (max-width: 768px) {
  .load {
    display: block;
    text-align: center;
    margin: 10px;
  }
  
  .postt .entry-title {
    font-family: SanchezRegular, OpenSans;
    font-size: 30px !important;
  }

  .postt .entry-content > h2 {
    font-size: 30px !important;
		margin-top: 1.3em !important;
  }
  
  .postt p {
    font-size: 17px;
    font-family: RobotoRegular, OpenSans;
  }

  .b3_big .e1 a .title { 
    font-size: 30px;
  }

  .b3_standart .promo a .title,
  .b3_standart .normal a .title,
  .b3_big .e3 a .title,
  .b3_big .e2 a .title { 
    font-size: 23px;
  }

  .b2_right .e1 a .title,
  .b2_right .e2 a .title { 
    font-size: 23px;
  }

  .b2_left .e1 a .title,
  .b2_left .e2 a .title { 
    font-size: 23px;
  }
}

/*  */

.content {
  position: relative;
}

.b2_right .e1 .content .background,
.b2_left .e1 .content .background,
.b3_big .e1 .content .background {
  background-color: #05293f;
}

.content .background {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: -1;
}

.content .background .gradient {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.1) 30%, rgba(0, 0, 0, 0) 50%);

  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

.content .background .image {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -2;
}

.content a {
  position: relative;
}
