:root {
  --blue: #192d4e;
  --orange: #da993b;
  --dark-1: #1d1d1d;
  --dark-2: #222222;
  --cream: #FFF;
  --grey: #868686;
}
body {
  position: relative;
  background-color: var(--cream);
  color: var(--dark-1);
  font-size: 16px;
  font-family: 'Manrope', sans-serif;
  margin: 0;
  direction: ltr;
  min-width: 320px;
}
body,html{
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -moz-tap-highlight-color: rgba(0, 0, 0, 0);
}
*:focus {
  outline: none;
}
a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: color 0.1s ease-in-out;
  -o-transition: color 0.1s ease-in-out;
  transition: color 0.1s ease-in-out;
}
img {
  max-width: 100%;
  width: auto \9;
  height: auto;
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}
ul, ol {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
h1, h2, h3, h4, h5, h6 , p {
  margin: 0;
  font-weight: 400;
}
a,span,label{
  display: block;
}
::-webkit-scrollbar {
  width: .3125rem;
}
::-webkit-scrollbar-track {
  background: #e9e9e9;
}
::-webkit-scrollbar-thumb,::-webkit-scrollbar-thumb:hover {
  background: #858585; 
}
form, input, textarea, button, fieldset, select {
  width: 100%;
  border: 0;
  margin: 0;
  padding: 0;
  font-family: inherit;
  background-color: transparent;
}
.m__lr{
  margin-left: auto;
  margin-right: auto;
}
.d__flex{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.d__space{
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.d__acenter{
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.common__header {
  text-align: center;
  max-width: 60rem;
  margin-bottom: 2.5rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0.9rem;
  padding-right: 0.9rem;
}
.common__header h2 {
  color: var(--blue);
  font-size: 1.5rem;
  font-weight: 700;
}
.common__header h2 + p {
  color: #817d7d;
  font-size: 1.0625rem;
  margin-top: .625rem;
  line-height: 1.5;
}
input{
  border: none;
  font-family: inherit;
}
input:focus{
  outline: none;
}
.m__top{
  margin-top: 5rem;
}
.m__top2{
  margin-top: 10rem;
}
.p__top{
  padding-top: 5rem;
}
.message__success {
  background-color: var(--cream);
  color: #138717;
  display: inline-block;
  padding: 0.5rem;
  margin-bottom: 2rem;
  border-radius: 0.00625rem;
}
.cookie__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  bottom: 1.875rem;
  left: 1.875rem;
  max-width: 22.8125rem;
  width: 100%;
  border-radius: .3125rem;
  padding: 1.5625rem 1.5625rem 1.875rem;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  background-color: var(--cream);
  border: 0.00625rem solid var(--blue);
  z-index: 9999999999999;
}
.cookie__box.hide {
	display: none;
	-webkit-transform: translateX(-31.25rem);
	-ms-transform: translateX(-31.25rem);
	transform: translateX(-31.25rem);
}
.cookie__box > img {
  max-width: 3rem;
  margin-right: auto;
}
.cookie__box .content {
  margin-top: .625rem;
}
.cookie__box .content h2 {
  font-size: 1.5rem;
  font-weight: 700;
}
.cookie__box .content p {
  font-size: .9375rem;
  margin: .3125rem 0 1.25rem;
  color: var(--clr-accent);
}
.cookie__box .content .btn__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cookie__box .content .btn__group .accept__btn {
  width: 7.5rem;
  height: 2.5rem;
  outline: none;
  font-size: .9375rem;
  font-weight: 500;
  border-radius: .125rem;
  cursor: pointer;
  color: var(--cream);
  background-color: var(--blue);
}
.cookie__box .content .btn__group .accept__btn:hover {
  opacity: .7;
}
#back-to-top {
  display: none;
  position: fixed;
  bottom: 1.25rem;
  right: 1.25rem;
  z-index: 99;
  cursor: pointer;
  width: 1.875rem;
  height: 1.875rem;
  border-radius: 1.875rem;
  background-color: var(--cream);
  text-align: center;
  line-height: 2.6875rem;
}
@media screen and (max-width: 600px) {
  .cookie__box {
    left: .625rem;
    bottom: .625rem;
    padding: 1.25rem .625rem;
  }
}
@media screen and (max-width: 480px) {
  .common__header h2 {
    font-size: 1.1875rem;
  }
  .common__header h2 + p{
    font-size: 0.9375rem;
  }
}
@media screen and (max-width: 320px) {
  .cookie__box {
    max-width: 18.125rem;
  }
}
/*
** section [latest,related,etc] articles
*/
.articles__latest {
	position: relative;
	max-width: 79rem;
	padding-left: 1rem;
	padding-right: 1rem;
}
.related__header {
	margin-bottom: 1.25rem;
}
.post__title {
	color: var(--blue);
	font-size: 1.5rem;
	font-weight: 700;
}
.post__category {
	color: var(--blue);
	font-size: 1.0625rem;
	margin-top: .9375rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.post__category:before {
  content: '';
  background-color: var(--orange);
  width: 1.875rem;
  height: .1875rem;
  margin-right: .9375rem;
}
.post__hat {
    color: #161616;
    font-size: 1.0625rem;
    margin-top: 1.25rem;
    font-weight: 400;
}
.post__name {
  font-size: 1.3125rem;
  font-weight: 700;
  margin-top: 0.9375rem;
}
.latest__box {
	-webkit-filter: grayscale(.5);
	filter: grayscale(.5);
	-webkit-transition: .2s cubic-bezier(0.4, 0, 1, 1);
	-o-transition: .2s cubic-bezier(0.4, 0, 1, 1);
	transition: .2s cubic-bezier(0.4, 0, 1, 1);
}
.latest__box:hover {
	-webkit-filter: grayscale(0);
	filter: grayscale(0);
	-webkit-transition: .2s cubic-bezier(0.4, 0, 1, 1);
	-o-transition: .2s cubic-bezier(0.4, 0, 1, 1);
	transition: .2s cubic-bezier(0.4, 0, 1, 1);
}
.swiper__tr__buttons {
  position: relative;
  z-index: 1;
}
.swiper__tr__buttons .rl__btn__prev, .swiper__tr__buttons .rl__btn__next {
	position: relative;
	top: 0;
	bottom: 0;
	left: auto;
	right: auto;
	width: 2.5rem;
	height: 2.5rem;
	background-color: transparent;
	color: var(--blue);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border-radius: 0.125rem;
	cursor: pointer;
	border: .0625rem solid var(--blue);
	-webkit-transition: border-radius 200ms ease-in-out;
	-o-transition: border-radius 200ms ease-in-out;
	transition: border-radius 200ms ease-in-out;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.rl__btn__next {
  margin-left: .625rem;
}
.swiper__tr__buttons .rl__btn__prev:hover, .swiper__tr__buttons .rl__btn__next:hover {
  opacity: .8;
  border-radius: 0.5rem;
}
.tabs__categories > li {
  font-size: 1.0625rem;
  cursor: pointer;
}
.tabs__categories > li:not(:last-child){
  margin-right: 0.9375rem;
}
.tabs__categories > .active {
  background-color: var(--blue);
  color: var(--cream);
  padding: 0.3125rem 0.625rem;
}
.tabs__categories > li:not(.active):hover {
  text-decoration: underline;
}
.link__more {
  --shift-distance: 0.25rem;
  display: inline-block;
  font-weight: 400;
  font-size: 1.1875rem;
  line-height: 2rem;
  color: var(--blue);
  text-decoration: none;
  position: relative;
  padding-right: 2.5rem;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  z-index: 1;
  -webkit-transition: color .15s ease-in-out,-webkit-transform .3s ease;
  transition: color .15s ease-in-out,-webkit-transform .3s ease;
  -o-transition: color .15s ease-in-out,transform .3s ease;
  transition: color .15s ease-in-out,transform .3s ease;
  transition: color .15s ease-in-out,transform .3s ease,-webkit-transform .3s ease;
  border-radius: 2em;
}
.link__more:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  left: calc(100% - 2rem);
  border-radius: 1rem;
  height: 2rem;
  z-index: -1;
  background-image: url(../icons/about/arrow-right.svg);
  background-repeat: no-repeat;
  background-position-x: calc(100% - 0.4375rem);
  background-position-y: calc(100% - 0.4375rem);
  background-size: 1.125rem;
  background-color: var(--orange);
  -webkit-transition: left .3s cubic-bezier(.34,1.2,.64,1),right .3s ease,background-position .3s ease;
  -o-transition: left .3s cubic-bezier(.34,1.2,.64,1),right .3s ease,background-position .3s ease;
  transition: left .3s cubic-bezier(.34,1.2,.64,1),right .3s ease,background-position .3s ease;
}
.link__more:focus-visible:before, .link__more:hover {
  color: var(--cream);
  -webkit-transform: translateX(var(--shift-distance));
  -ms-transform: translateX(var(--shift-distance));
  transform: translateX(var(--shift-distance));
}
.link__more:focus-visible:before, .link__more:hover:before {
  height: 100%;
  background-position-x: calc(100% - var(--shift-distance)*3.5);
  left: calc(var(--shift-distance)*-4);
  -webkit-transition: left .3s cubic-bezier(.4,1.7,.7,.8),right .3s ease,background-position .3s ease;
  -o-transition: left .3s cubic-bezier(.4,1.7,.7,.8),right .3s ease,background-position .3s ease;
  transition: left .3s cubic-bezier(.4,1.7,.7,.8),right .3s ease,background-position .3s ease;
  background-color: var(--orange);
}
.link__categories {
  margin-top: 3rem;
  margin-left: 1rem;
}
@media screen and ( max-width: 768px ){
  .tabs__categories {
    width: 100%;
    margin-bottom: 3rem;
  }
  .tabs__categories > li {
    width: 100%;
  }
  .tabs__categories > li:not(:last-child) {
    margin-right: 0;
    margin-bottom: 1.25rem;
  }
}
@media screen and ( max-width: 480px ){
  .post__name {
      font-size: 1.1875rem;
  }
  .swiper__tr__buttons .rl__btn__prev, .swiper__tr__buttons .rl__btn__next {
      width: 1.75rem;
      height: 1.75rem;
  }
  .post__title {
      font-size: 1.1875rem;
  }
  .post__title:before {
      width: 1.375rem;
      margin-right: 0.5375rem;
  }
}

.pagination.d__flex {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 2rem;
}
.pagination > li {
  background-color: var(--blue);
  color: var(--cream);
  width: 2rem;
  height: 2rem;
}
.pagination > li > a, .pagination > li > span {
  width: inherit;
  height: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.pagination > li:not(:last-child) {
  margin-right: 0.5rem;
}
.pagination > .active {
  background-color: var(--cream);
  color: var(--blue);
  border: 0.0625rem solid var(--blue);
  -webkit-box-shadow: 0.0625rem 0.0625rem 0.125rem 0 rgba(0,0,0,.35);
  box-shadow: 0.0625rem 0.0625rem 0.125rem 0 rgba(0,0,0,.35);
}
.pagination > .disabled {
  cursor: not-allowed;
}