body {
    padding: 0;
    margin: 0;
    min-width: 1440px;
    font-family: "Montserrat", sans-serif;
}
.container {
    width: 1200px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
}
section {
    padding: 40px 0;
}
h2, .h2 {
    font-family: "LXGW WenKai Mono TC", monospace;
    font-size: 2em;
}
a {text-decoration: none;}
.center {
    text-align: center;
}
.bg-grey {
    background: #f0f0f0;
}
.bg-dark {
    background: #171717;
}
.mc {
    display: grid;
    grid-template-areas: 
    "header"
    "navigation"
    "main"
    "footer";
    grid-template-columns: 1fr;
    grid-template-rows: auto 50px auto auto;
    min-height: 100vh;
}
.vc {
    margin: auto 0;
}
.mt-40 {
    margin-top: 40px;
}
.header{
    grid-area: header;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    padding: 20px 0;
}
.logo {
    margin: auto 0;
}
.logo img {max-width: 200px;}
.main-menu {
    grid-area: navigation;
    display: flex;
    align-items: center;
    background: #424041;
}
.main-menu a {
    color: #fff;
    text-decoration: none;
}
.main {
    grid-area: main;
}
.footer {
    grid-area: footer;
}
.header .item {
    text-align: center;
}
.header .cont {
    margin-bottom: 0;
}
.header .tel {
    margin: 0;
}
.main-menu ul {
    padding: 0;
    list-style-type: none;
    text-transform: uppercase;
}
.menu {
    display: grid;
    grid-template-columns: repeat(8, auto);
}
.sub-menu {
    display: none;
    background: #424041;
    padding: 15px !important;
    line-height: 33px;
    position: absolute;
}
nav ul li:hover > ul {
	   display:block;
}
nav ul ul li {
	min-width:170px;
	float:none;
	display:list-item;
	position: relative;
			}
			
/*----MENU----*/
.nav {
  background-color: #1E1E23;
  height: 65px;
  position: fixed;
  width: 100%;
  z-index: 9;
}


#menuToggle {
  display: flex;
  flex-direction: column;
  position: relative;
  top: 25px;
  left: 25px;
  z-index: 1;
  -webkit-user-select: none;
  user-select: none;
}

#menuToggle input
{
  display: flex;
  width: 40px;
  height: 32px;
  position: absolute;
  cursor: pointer;
  opacity: 0;
  z-index: 2;
}

#menuToggle span
{
  display: flex;
  width: 29px;
  height: 2px;
  margin-bottom: 5px;
  position: relative;
  background: #ffffff;
  border-radius: 3px;
  z-index: 1;
  transform-origin: 5px 0px;
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              opacity 0.55s ease;
}

#menuToggle span:first-child
{
  transform-origin: 0% 0%;
}

#menuToggle span:nth-last-child(2)
{
  transform-origin: 0% 100%;
}

#menuToggle input:checked ~ span
{
  opacity: 1;
  transform: rotate(45deg) translate(-3px, -1px);
  background: #36383F;
}
#menuToggle input:checked ~ span:nth-last-child(3)
{
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}

#menuToggle input:checked ~ span:nth-last-child(2)
{
  transform: rotate(-45deg) translate(0, -1px);
}

#menu
{
  position: absolute;
  width: 70vw;
  height: 100vh;
  box-shadow: 0 0 10px #85888C;
  margin: -80px 0 0 -50px;
  padding: 50px;
  padding-top: 125px;
  background-color: #F5F6FA;
  -webkit-font-smoothing: antialiased;
  transform-origin: 0% 0%;
  transform: translate(-100%, 0);
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
  list-style-type: none;
}
#menu .logo {
    text-align: left;
    border-bottom: 1px solid;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
#menu .logo img {
    max-width: 150px;
  }
#menu li
{
  padding: 10px 0;
  transition-delay: 2s;
}
#menu .contacts {
    font-size: 20px;
    font-weight: 500;
}
#menu .orange {
    font-size: 16px;
    padding: 10px 15px;
}
#menu li a {
    color: #000;
    font-size: 20px;
}

#menuToggle input:checked ~ ul
{
  transform: none;
}
.banner {
    background-image: url('/bayder-img/main2.jpg');
    background-size: cover;
    height: 80vh;
    display: flex;
    align-items: center;
    text-align: center;
    color: #fff;
    padding: 0;
}
.banner ul {
    list-style-type: none;
    padding: 0;
    font-size: 20px;
}
.banner h1, h1 {
    font-family: "LXGW WenKai Mono TC", monospace;
    font-size: 5em;
}
.buttons {
    margin-top: 20px;
    display: inline-block;
}
h1, .h1 {
    font-size: 4em;
    margin: 0;
}
.videos {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 20px;
}
.video iframe {
    max-width: 100%;
    border: none;
    height: 250px;
}
blockquote {
  font-style: italic;
  color: #555;
  border-left: 4px solid #ccc;
  padding-left: 1em;
  margin: 1em 0;
  background-color: #f9f9f9;
}
.about {
    display: grid;
    grid-template-columns: repeat(2, auto);
}
.about .video {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.sale {
    display: grid;
    grid-template-columns: 40% 60%;
    column-gap: 20px;
}
.sale img {
    max-width: 100%;
}
.master ul {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    column-gap: 20px;
    row-gap: 20px;
    list-style: none;
    padding: 0;
}
.groups {
    display: grid;
    grid-template-columns: repeat(2, auto);
    column-gap: 20px;
}
.news {
    display: grid;
    grid-template-columns: 70% 30%;
    column-gap: 20px;
}
.news img {
    max-width: 100%;
}
.news ul {
    padding: 0;
    list-style-type: none;
}
.blog {
    display: grid;
    grid-template-columns: repeat(4, auto);
    column-gap: 20px;
    padding: 0;
    list-style-type: none;
}
.blog img, .gallery img {
    max-width: 100%;
}
.gallery {
    display: grid;
    grid-template-columns: repeat(4, auto);
    padding: 0;
    list-style-type: none;
}
.footer {
    display: grid;
    grid-template-columns: repeat(4, auto);
    column-gap: 40px;
}
.footer ul {
    padding: 0;
    list-style-type: none;
}
.btn {
    text-decoration: none;
    text-transform: uppercase;
    padding: 10px 15px;
    border-radius: 50px;
    font-weight: 600;
}
.white {
    background: #fff;
    color: #000;
}
.white:hover {
    background: #fffc;
}
.yellow {
    background: #fbeb00;
    color: #000;
}
.yellow:hover {
    background: #fdd63d;
}
.orange {
    background: #ff9b00;
    color: #fff;
    font-size: 12px;
    padding: 5px 10px;
    display: inline-block;
    margin-top: 5px;
}
.dark-orange {
    display: inline-block;
    background: #ff6b00;
    color: #fff;
}
.trans {
    text-decoration: none;
    color: #0060cd;
    border: 1px solid #0060cd;
    padding: 10px 15px;
    display: inline-block;
    border-radius: 0;
    font-weight: 500;
}
.mr-10 {
    margin-right: 10px;
}
.sale p, .sale table, .sale h3, .sale span {
    font-size: 1.5em;
}
.sale .big {
    font-weight: 600;
    display: inline-block;
    margin-top: 20px;
}
.hombu {
    background-image: url('/bayder-img/hombu.jpg');
    background-size: cover;
    height: 80vh;
    display: flex;
    align-items: center;
    text-align: center;
    color: #fff;
    font-size: 1.3em;
    padding: 0;
}
.master .card {
    background: #fff;
    padding: 10px 20px;
    border-radius: 8px;
    -webkit-box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
    -moz-box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
    box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
    position: relative;
}
.group {
    background: #fff;
    padding: 20px 40px;
}
.new {
    display: grid;
    grid-template-columns: 20% 80%;
    column-gap: 20px;
}
.slider {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 20px;
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.new .image {
    max-width: 100%;
}
.new .content a {
    color: #0060cd;
    text-decoration: none;
}
.blog .card {
    background: #fff;
    border-radius: 8px;
    -webkit-box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
    -moz-box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
    box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
}
.blog .card .content {
    padding: 10px 20px;
}
.blog .card img {
    border-radius: 8px 8px 0 0;
}
.faq a {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    padding: 1rem 3rem 1rem 1rem;
    color: #000;
    font-size: 1.15rem;
    font-weight: 400;
    border-bottom: 1px solid #e5e5e5;
}
.faq dt:hover,
.faq dt:hover::after {
  cursor: pointer;
  color: #0060cd;
}
.faq dt:hover::after {
    border: 1px solid #0060cd;
}
.faq dt.active {
    color: #0060cd;
    border-bottom: 1px solid #0060cd;
}
.faq .answer {
    opacity: 0;
    padding: 0 1rem;
    max-height: 0;
    border-bottom: 1px solid #e5e5e5;
    overflow: hidden;
    clear: both;
    -webkit-transition: all 0.2s ease 0.15s;
    -o-transition: all 0.2s ease 0.15s;
    transition: all 0.2s ease 0.15s;
}
.faq .answer p {
    font-size: 1rem;
    font-weight: 300;
  }
.faq .answer.active {
    opacity: 1;
    padding: 1rem;
    max-height: 100%;
    -webkit-transition: all 0.35s ease 0.15s;
    -o-transition: all 0.35s ease 0.15s;
    transition: all 0.35s ease 0.15s;
}
.question {
    padding: 10px 0;
    border-bottom: 1px solid #0060cd;
    margin-top: 10px;
    text-transform: uppercase;
}
.answer {
    background: #fff;
    margin-left: 0;
}
footer {
    padding: 40px 0;
    color: #fff;
}
footer p, footer ul, footer a {
    color: #d7d7d7;
}
.footer-news img {
    max-width: 100px;
    float: left;
    margin-right: 10px;
}
blockquote {
    background: #fff;
    padding: 30px;
    margin: 0;
}
.footer-menu li {
    margin-bottom: 5px;
}
.iw-modal-btn {
    background:#013C74; /*цвет фона кнопки*/
    color:#fff; /*цвет шрифта*/
    text-align:center;
    display:inline-block;
    padding:10px 20px; /*внутренние отступы*/
    text-decoration:none;
    font-size:17px; /*размер шрифта*/
    margin-top:30px;
    transition: all 0.5s ease;
    }
    .iw-modal-btn:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    background:#439DE0; /*цвет фона при наведении*/
    }
    /*CSS-свойства для заднего фона*/
.iw-modal {
  opacity: 0; /*изначально этот блок должен быть прозрачным*/ 
  background: rgba(0,0,0,0.7); /*задаём цвет фона*/
  pointer-events: none; /*делаем чтобы по элементу нельзя было кликнуть когда он прозрачный*/
  position: fixed; 
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9999;
  transition: all 0.5s ease;
  margin: 0;
  padding: 0;
  }
  .iw-modal:target {
  opacity: 1; /*при клике блок становится видимым*/
  pointer-events: auto; /*теперь по блоку можно кликать мышкой*/
  overflow-y: auto; /*прокрутка по вертикли страницы*/
  }
  .iw-modal-wrapper {
  margin:auto; /*выравниваем модальное окно по центру по горизонтали*/
  margin-top:25vh; /*отступ сверху можно задавать в px, % или vh*/
  width: 80%;
  }
  /*CSS-свойства для блока, содержащего контент модального окна */ 
  .iw-CSS-modal-inner {
  position: relative;
  background: #fff; /*цвет фона*/
  border: 1px solid #ccc; /*цвет и толщина рамки*/
  border-radius: 0px; /*радиус скругления углов*/
  text-align: center;
  }
  /*CSS-свойства заголовка модального окна */
  .iw-modal-header {
  padding: 15px;/*внутренний отступ*/
  background:#f1f1f1;/*цвет фона*/
  position:relative;
  }
  .iw-modal-title {
  font-size: 18px; /*размер шрифта*/
  color:#555; /*цвет шрифта*/
  font-weight:bold; /*жирность шрифта*/
  line-height: 1.5; /*высота строки*/
  margin-top: 0;
  margin-bottom: 0;
  }
  /*CSS для кнопки закрытия*/
  .iw-close {
  position:absolute;
  top:15px; /*отступ сверху*/
  right:10px; /*отступ справа*/
  font-size: 24px; /*размер шрифта*/
  color: #555; /*цвет шрифта*/
  text-decoration: none;
  }
  .iw-close:hover, .iw-close:focus {
  color: #000; /*цвет шрифта при наведении*/
  cursor: pointer;
  }
  /*CSS для блока с текстом*/
  .iw-modal-text {
  padding: 15px 20px; /*внутренний отступ*/
  }
  .forma {
    padding-bottom: 40px;
  }
  .forma input {
    padding: 20px;
    border-radius: 100px;
    border: 1px solid #00000021;
    margin-right: 10px;
  }
  input.button-red {
    padding: 20px 70px;
    margin-right: 0;
  }
  .button-red {
  text-decoration: none;
  color: #fff;
  font-weight: 500;
  font-size: 16px;
  border: 3px solid #CB1B21;
  background: #CB1B21;
  border-radius: 100px;
  padding: 15px 40px;
  display: inline-block;
  margin-top: 40px;
}
.button-red:hover {
  color: #FFFFFF;
  background: none;
  border: 3px solid #fff;
}
.bk:hover {
  color: #000;
  background: none;
  border: 3px solid #000;
}
#myMap {
    z-index: 0;
    position: relative;
}
.list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    column-gap: 20px;
    row-gap: 20px;
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.list li {
    webkit-box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
    -moz-box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
    box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
    padding: 20px;
    border-radius: 10px;
    background: #fff;
}
.list li a {color: #000;}
.list li a:hover {color: #005aae;}
.masters ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    padding: 0;
    list-style-type: none;
    column-gap: 30px;
}
.masters ul li {
    webkit-box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
    -moz-box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
    box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
    border-radius: 10px;
    background: #fff;
}
.masters ul li img {
    border-radius: 10px;
}
.masters h2 {
    text-align: center;
    
}
.masters h2 a {
    color: #000;
}
table {
	width: 100%;
	margin-bottom: 20px;
	border: 1px solid #dddddd;
	border-collapse: collapse; 
}
table th {
	font-weight: bold;
	padding: 5px;
	background: #efefef;
	border: 1px solid #dddddd;
}
table td {
	border: 1px solid #dddddd;
	padding: 5px;
}
.videos-2 {
    display: grid;
    grid-template-columns: 50% 50%;
    column-gap: 20px;
}
/*---СЕМИНАР---*/
.seminar {
    background: url('/bayder-img/seminar.jpg');
    background-position-x: 0%;
    background-position-y: 0%;
    background-size: auto;
    background-size: cover;
    background-position: center;
    text-align: center;
    color: #fff;
}
.seminar h2 {
    font-size: 4em;
    margin-bottom: 10px;
}
.seminar h3 {
    font-size: 2.5em;
}
.seminar-date {
    font-family: "LXGW WenKai Mono TC", monospace;
    font-size: 4em;
}
.seminar .big-text {
    font-size: 3em;
     font-weight: 800;
}
.seminar p {
    font-size: 2em;
}
.seminar table {
    border: 1px solid #dddddd;
	border-collapse: collapse;
    margin: 0 auto;
    font-size: 2em;
    text-align: left;
    background: #000000a3;
}
.seminar table td {
    border: 1px solid #dddddd;
    padding: 20px;
}
.seminar .phone {
    font-size: 3em;
    font-weight: 800;

}
/*---Метро на карте---*/
.contacts {
    position: relative;
}
.metro {
    position: absolute;
    z-index: 1;
    background: #ffffffeb;
    bottom: 40px;
}
.metro ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.metro ul li {
    padding: 5px;
    border-bottom: 1px solid #ddd;
}
.metro img {
    width: 20px;
    float: left;
    margin-right: 10px;
}
.metro a {
    color: #000;
}
.foto {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    column-gap: 20px;
    row-gap: 20px;
}
.foto img {
    max-width: 100%;
}
.stat {
    padding: 0;
    list-style-type: none;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 20px;
}
.stat img {
    max-width: 100%;
}
.content-news {
    -webkit-box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
    -moz-box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
    box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
    padding: 20px;
    border-radius: 20px;
    background: #f0f0f0;
}
.stat .item-shop {
    -webkit-box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
    -moz-box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
    box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
}
.stat .item-content {
        padding: 20px;
        position: relative;
}
.stat .item-button {
    background: #ff0c32;
    padding: 10px 20px;
    border-radius: 20px;
    color: #fff;
    position: absolute;
    bottom: 20px;
}
.stat h2 {
    font-size: 24px;
}
.stat p {
    margin-bottom: 60px;
}
.nov {
    row-gap: 20px;
}
.nov li {
    -webkit-box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
    -moz-box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
    box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
    border-radius: 20px;
}
.nov img {
    border-radius: 20px 20px 0 0;
}
.nov-cont {
    padding: 20px;
    position: relative;
}
.nov-cont btn1 {
    position: absolute;
    bottom: 20px;
}
.video {
    position: relative;
}
.video__thumbnail {
    max-width: 100%;
}
.video__play {
    position: absolute;
    width: 61px;
    height: 52px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    border:none;
    border-radius: 10px;
}
/*---SCREENS---*/
@media (max-width: 1024px) {
    body {
        min-width: unset;
    }
    .container {
        width: 980px;
    }
}
@media (min-width: 768px) and (max-width: 1023px) {
    .container {width: 728px;}
    .master ul {grid-template-columns: repeat(2, auto); row-gap: 20px;}
    .blog {grid-template-columns: repeat(2, auto); row-gap: 20px;}
    .main-menu ul {font-size: 13px;}
}
@media (min-width: 476px) {
    h1 {font-size: 2em;}
    .nav {display: none;}
}
@media(max-width: 475px) {
    body {min-width: 390px;}
    .mc {
        grid-template-areas:
        "header    "
        "main      "
        "footer    ";
        grid-template-rows: auto auto auto;
        
    }
    .videos-2 {
        grid-template-columns: 100%;
    }
    .masters ul {
        grid-template-columns: repeat(1, 1fr);
        row-gap:30px;
    }
    .main-menu {display:none;}
    .container {width: 390px;}
    .header {grid-template-columns: unset; margin-top: 65px;}
    h1 {font-size: 2em;}
    .logo {text-align: center;}
    .banner {
        background-image: url('/bayder-img/main3.jpg');
    }
    .banner h1 {font-size: 3em;}
    .buttons {display: grid;}
    .buttons .white {margin-bottom: 15px;}
    .banner .buttons .mr-10 {margin-right: 0;}
    .videos, .about, .slider {grid-template-columns: repeat(1, 1fr);}
    .vc ul {padding: 0;}
    .sale {grid-template-columns: unset;}
    .master ul, .groups, .news, .new, .blog {
        grid-template-columns: repeat(1, auto);
    }
    .master .card, .blog .card, .slider li {margin-bottom: 20px;}
    .group {margin-bottom: 20px;}
    .gallery, .footer {grid-template-columns: repeat(2, 1fr);}
    .sub-menu {
        margin-left: 70px;
        margin-top: -20px;
        background: #fff;
        list-style-type: none;
    }
    .iw-modal-wrapper {
        width: 100%;
        }
        .forma input {
        width: 80%;
        margin-bottom: 10px;
      }
      .list {grid-template-columns: repeat(2, 1fr);}
      .seminar h2, .seminar-date {
        font-size: 2em;
    }
    .seminar .big-text, .seminar h3 {
        font-size: 1.8em;
    }
    .seminar table {
        font-size: 1em;
    }
    .seminar p {
        font-size: 1.1em;
    }
    .seminar .phone {
        font-size: 2em;
    }
    .metro ul li {
        font-size: 10px;
    }
}
@media(max-width: 390px) {
    body {min-width: 375px;}
    .mc {
        grid-template-areas:
        "header    "
        "main      "
        "footer    ";
        grid-template-rows: auto auto auto;
        
    }
    .main-menu {display:none;}
    .container {width: 345px;}
    h1 {font-size: 2em;}
    .header {grid-template-columns: unset; margin-top: 65px;}
    .logo {text-align: center;}
    .banner h1 {font-size: 2.5em;}
    h2 {font-size: 1.5em;}
    .sale p, .sale table, .sale h3, .sale span {
      font-size: 1.1em;
    }
    .buttons {display: grid; font-size: 14px;}
    .buttons .white {margin-bottom: 15px;}
    .banner .buttons .mr-10 {margin-right: 0;}
    .videos, .about, .slider {grid-template-columns: repeat(1, 1fr);}
    .vc ul {padding: 0;}
    .sale {grid-template-columns: unset;}
    .master ul, .groups, .news, .new, .blog {
        grid-template-columns: repeat(1, auto);
    }
    .master .card, .blog .card, .slider li {margin-bottom: 20px;}
    .group {margin-bottom: 20px;}
    .gallery {grid-template-columns: repeat(2, 1fr);}
    .footer {grid-template-columns: repeat(1, 1fr);}
    .footer-news {
        display: grid;
        grid-template-rows: 80px;
    }
    .list {grid-template-columns: repeat(2, 1fr);}
    .list li {
        display: inline-block;
        width: 126px;
        font-size: 14px;
    }
}
.d-none {display: none;}
.pagination {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 24px 0;
}

.pagination__link {
  min-width: 36px;
  padding: 6px 12px;
  border-radius: 999px;
  border: 1px solid #E6EAF3;
  background: #fff;
  font-size: 14px;
  text-decoration: none;
  color: #0E1F4D;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: .2s;
}

.pagination__link:hover {
  background: #F5F6FA;
}

.pagination__link--active {
  background: #0E1F4D;
  color: #fff;
  border-color: #0E1F4D;
}

.pagination__link--prev,
.pagination__link--next {
  font-weight: 500;
}
