* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #171717;
  font-family: "Gilroy";
}

.container {
  max-width: 1210px;
  width: 100%;
  padding: 0 20px;
  margin: auto;
}

body {
  background: #EEF2FA;
}

.text-page {
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
}

a {
  text-decoration: none;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
a:hover {
  opacity: 0.7;
}

.alert {
  background: #F74251;
  border-radius: 5px;
  padding: 27px 62px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 19px;
  margin-top: 20px;
}
.alert p {
  color: #fff;
}
.alert a {
  text-decoration: underline;
  color: #fff;
}

.title-page {
  font-weight: 800;
  font-size: 27px;
  margin-bottom: 30px;
}

.open-mob {
  width: 30px;
  display: none;
}

header {
  background: #E4ECFC;
  position: fixed;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 99999;
}
header .container {
  height: 70px;
  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;
  gap: 50px;
}
header a {
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #171717;
  text-decoration: none;
}

.title-block {
  background: #4187FF;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 30px;
  margin-bottom: 30px;
}
.title-block h1, .title-block p {
  font-weight: 400;
  font-size: 18px;
  line-height: 21px;
  color: #fff
}
.title-block a {
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: rgba(255, 255, 255, 0.5);
  text-decoration: none;
}

.page {
  padding-top: 140px;
}
.page .container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 40px 300px;
  grid-template-columns: auto 300px;
  gap: 40px;
}
.page .content h2 {
  font-weight: 400;
  font-size: 20px;
  line-height: 23px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
/*.page .content h1 {*/
/*  font-weight: 800;*/
/*  font-size: 32px;*/
/*  line-height: 45px;*/
/*  letter-spacing: 0.05em;*/
/*  text-transform: uppercase;*/
/*  margin-top: 40px;*/
/*}*/
.page .content .articles .item {
  display: -ms-grid;
  display: grid;
  gap: 26px;
  -ms-grid-columns: 36% 26px auto;
  grid-template-columns: 36% auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
}
.page .content .articles .item:last-child {
  margin-bottom: 0;
}
.page .content .articles .item .img {
  overflow: hidden;
  width: 100%;
  height: 220px;
  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;
}
.page .content .articles .item .img img {
  min-width: 100%;
  min-height: 100%;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.page .content .articles .item .img:hover {
  opacity: 1;
}
.page .content .articles .item .img:hover img {
  -webkit-transform: scale(1.03);
          transform: scale(1.03);
}
.page .content .articles .item .title {
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
}
.page .content .articles .item .text {
  margin-top: 15px;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 8;
  line-clamp: 8;
  -webkit-box-orient: vertical;
}
.page .content .articles .item .footer-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 15px;
}
.page .content .articles .item .footer-item .views {
  opacity: 0.3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page .content .articles .item .footer-item .views img {
  width: 14px;
}
.page .content .articles .item .footer-item .views span {
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  margin-left: 6px;
}
.page .content .articles .item .footer-item a {
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  color: #4187FF;
  text-decoration: none;
}
.page .content .articles .item.opened {
  -ms-grid-columns: 100%;
  grid-template-columns: 100%;
}
.page .content .articles .item.opened img {
  width: 100%;
}
.page .content .articles .item.opened .full-text {
  margin-top: 15px;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
}
.page .content .flex-block {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
  -ms-grid-columns: 42% 28px auto;
  grid-template-columns: 42% auto;
  gap: 28px;
}
.page .content .flex-block img {
  width: 100%;
}
.page .content .advs {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 207px 233px 215px;
  grid-template-columns: 207px 233px 215px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.page .content .advs .item {
  text-align: center;
}
.page .content .advs .item .title {
  font-weight: 600;
  font-size: 18px;
  line-height: 21px;
  margin-top: 13px;
}
.page .content .advs .item .text {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #171717;
  margin-top: 14px;
}
.page .content .form p {
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0.05em;
  margin-bottom: 15px;
  margin-top: 18px;
}
.page .content .form p:first-child {
  margin-top: 0;
}
.page .content .form input, .page .content .form textarea {
  background: rgba(65, 135, 255, 0.05);
  border-radius: 5px;
  border: none;
  outline: none;
  width: 100%;
  height: 50px;
  padding: 15px 17px;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0.05em;
  color: #171717;
}
.page .content .form textarea {
  height: 155px;
  resize: none;
}
.page .content .form .select {
  background: rgba(65, 135, 255, 0.05);
  width: 100%;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 17px;
  cursor: pointer;
  position: relative;
  color: #171717;
  border-radius: 5px;
}
.page .content .form .select:before {
  content: "";
  position: absolute;
  top: 21px;
  right: 18px;
  width: 12px;
  height: 7.23px;
  background: url("../img/icons/arrow.svg") no-repeat;
}
.page .content .form .select .selected {
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0.05em;
  color: rgba(255, 255, 255, 0.3); 
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
          color: #171717;
}
.page .content .form .select .list {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: #E4ECFC;
  display: none;
  border-radius: 5px;
}
.page .content .form .select .list div {
  background: #E4ECFC;
  height: 50px;
  padding: 15px 17px;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0.05em;
  color: #171717;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.page .content .form .select .list div:hover {
  opacity: .6;
}
.page .content .form .select:hover .selected {
  color: #000;
}
.page .content .form button {
  display: block;
  margin: 30px auto 0;
  width: 125px;
  height: 40px;
  background: #4187FF;
  border-radius: 5px;
  font-weight: 400;
  font-size: 14px;
  border: none;
  outline: none;
  cursor: pointer;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  color: #fff
}
.page .content .form button:hover {
  opacity: 0.7;
}
.page .content .catalog {
  margin-top: 40px;
}
.page .content .catalog .title-block {
  margin-top: 40px;
}
.page .content .catalog .title-block:first-child {
  margin-top: 0;
}
.page .content .catalog .products .item {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 18px 41px 18px 18px 76px 18px 170px;
  grid-template-columns: auto 41px 76px 170px;
  gap: 18px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: rgba(65, 135, 255, 0.05);
  border-radius: 5px;
  padding-left: 28px;
  margin-bottom: 11px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.page .content .catalog .products .item.dropdown-links {
  position: relative;
}
.page .content .catalog .products .item.dropdown-links .dropdown {
  position: absolute;
  width: 9.11px;
  height: 6.18px;
  background: url("../img/icons/arrow_link.svg") no-repeat;
  top: 0;
  bottom: 0;
  left: 12px;
  margin: auto;
  cursor: pointer;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.page .content .catalog .products .item.active {
  padding-top: 10px;
  padding-bottom: 10px;
}
.page .content .catalog .products .item.active .dropdown {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.page .content .catalog .products .item:last-child {
  margin-bottom: 0;
}
.page .content .catalog .products .item .link {
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  width: 100%;
}
.page .content .catalog .products .item .flag {
  width: 24px;
  height: 24px;
  border-radius: 50%;
}
.page .content .catalog .products .item span {
  font-weight: 400;
  font-size: 14px;
}
.page .content .catalog .products .item span.green {
  color: #31BC00;
}
.page .content .catalog .products .item .more {
  font-weight: 400;
  font-size: 14px;
  position: relative;
}
.page .content .catalog .products .item .more .more-block {
  position: absolute;
  width: 400px;
  background: #E4ECFC;
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
  border-radius: 5px;
  padding: 14px 10px;
  z-index: 999;
  top: 10px;
  left: 15px;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.page .content .catalog .products .item .more .more-block p {
  font-weight: 400;
  font-size: 10px;
  line-height: 12px;
}
.page .content .catalog .products .item .more:hover .more-block {
  opacity: 1;
  pointer-events: unset;
}
.page .content .catalog .products .item .btn-item {
  width: 100%;
  height: 50px;
  background: transparent;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  font-weight: 400;
  font-size: 14px;
  color: #080E1F;
  text-decoration: none;
}
.page .content .catalog .products .item .btn-item img {
    width: 23px;
    height: auto;
}
.page .content .socials {
  /*margin-top: 40px;*/
}
.page .content .socials .title {
  font-weight: 800;
  font-size: 27px;
  line-height: 25px;
  margin-bottom: 30px;
}
.page .content .socials .socs.grid {
  display: grid;
  grid-template-columns: calc(50% - 10px) calc(50% - 10px);
  gap: 20px;
  margin-top: 20px;
}
.page .content .socials .socs .item {
  background: #4187FF;
  border-radius: 5px;
  padding: 15px 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
.page .content .socials .socs .item:last-child {
  margin-bottom: 0;
}
.page .content .socials .socs .item .icon {
  margin-right: 17px;
}
.page .content .socials .socs .item .icon img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.page .content .socials .socs .item p, .page .content .socials .socs .item span {
  color: #FFF;
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
}
.page .content .socials .socs .item span {
  font-weight: 700;
}
.page .side .news .item {
  text-decoration: none;
  display: block;
  margin-bottom: 30px;
}
.page .side .news .item:last-child {
  margin-bottom: 0;
}
.page .side .news .item .img {
  overflow: hidden;
  width: 300px;
  height: 220px;
  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;
}
.page .side .news .item .img img {
  min-width: 100%;
  min-height: 100%;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.page .side .news .item .img:hover {
  opacity: 1;
}
.page .side .news .item .img:hover img {
  -webkit-transform: scale(1.03);
          transform: scale(1.03);
}
.page .side .news .item .title {
  margin-top: 30px;
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  color: #4187FF;
}
.page .side .news .item .text {
  margin-top: 15px;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
}
.page .side .news .item .footer-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 15px;
}
.page .side .news .item .footer-item .views {
  opacity: 0.3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page .side .news .item .footer-item .views span {
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  margin-left: 6px;
}
.page .side .news .item .footer-item a {
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  color: #4187FF;
  text-decoration: none;
}

.page.other .catalog {
  margin-top: 0;
}

.prefooter {
  background: #E4ECFC;
  padding: 46px 0 99px;
  margin-top: 50px;
}
.prefooter .container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 255px auto auto auto;
  grid-template-columns: 255px auto auto auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.prefooter p.descr {
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  margin-top: 25px;
}
.prefooter p.title {
  font-weight: 700;
  font-size: 16px;
  line-height: 18px;
  margin-bottom: 17px;
}
.prefooter ul li {
  list-style: none;
  margin-bottom: 7px;
}
.prefooter ul li a {
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
}
.prefooter ul li:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 1090px) {
  .page .content .advs {
    -ms-grid-columns: auto 20px auto 20px auto;
    grid-template-columns: auto auto auto;
    gap: 20px;
  }
  header a {
    font-size: 13px;
  }
  header .container {
    gap: 30px;
  }
}
.mob-menu {
  display: none;
}

@media screen and (max-width: 950px) {
  .page .content .catalog .products .item .more .more-block {
    left: auto;
    right: 15px;
  }
  .page .container {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
  }
  .open-mob {
    display: block;
  }
  .mob-menu {
    position: absolute;
    top: 55px;
    right: 20px;
    height: auto;
    background: #E4ECFC;
    -webkit-backdrop-filter: blur(2px);
            backdrop-filter: blur(2px);
    border-radius: 5px;
    padding: 20px 15px;
  }
  .mob-menu a {
    display: block !important;
    text-align: right;
    margin-bottom: 12px;
    font-size: 17px;
  }
  .mob-menu a:last-child {
    margin-bottom: 0;
  }
  header .container {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  header a {
    display: none;
  }
  header a.logo {
    display: block;
  }
  .page .content .articles .item {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
  }
  .page .side .news .item .img, .page .content .articles .item .img {
    width: 100%;
    max-width: 500px;
    margin: auto;
    height: 250px;
  }
}
@media screen and (max-width: 800px) {
  .page .content .flex-block {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
  }
  .page .content .flex-block img {
    max-width: 347px;
    margin: auto;
  }
}
@media screen and (max-width: 760px) {
  .page {
    padding-top: 115px;
  }
  .prefooter {
    padding-bottom: 46px;
  }
  .prefooter .container {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    gap: 30px;
  }
  /*.page .content h1 {*/
  /*  font-size: 26px;*/
  /*  line-height: 30px;*/
  /*}*/
}
@media screen and (max-width: 650px) {
  .page .content .advs {
    -ms-grid-columns: 233px;
    grid-template-columns: 233px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 30px;
  }
}
@media screen and (max-width: 580px) {
  .page .content .catalog .products .item .more .more-block {
    left: -87px;
    right: auto;
    width: 250px;
  }
  .alert {
    padding: 20px;
  }
  .page .content .socials .socs .item {
    padding: 15px;
  }
  .page .content .catalog .products .item {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    padding: 20px !important;
    justify-items: center;
  }
  .page .content .catalog .products .item .link {
    max-width: 100%;
  }
  .page .content .catalog .products .item .link.hide {
    display: block !important;
  }
  .page .content .catalog .products .item .dropdown {
    display: none;
  }
}
@media screen and (max-width: 420px) {
  .title-block {
    display: block;
    height: auto;
    padding: 20px;
  }
}
footer {
  text-align: center;
  padding: 27px 0;
}
footer p {
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
}

#toast-container > div {
  opacity: 1 !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  background-image: none !important;
}

#toast-container > .toast-error {
  background-image: url("../img/icons/help.svg") !important;
  background-size: 26px;
}

.toast-error {
  background-color: #F74251 !important;
}

.pagination {
  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 {
  list-style: none;
  margin-right: 5px;
}
.pagination li:last-child {
  margin-right: 0;
}
.pagination li * {
  font-weight: 400;
  font-size: 16px;
  line-height: 14px;
  color: #171717;
  opacity: 0.3;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.pagination li *:hover {
  opacity: 1;
}
.pagination li.active span {
  opacity: 1;
}