:root {
  --color-black: #000;
  --color-white: #fff;
  --color-text: #CCCCCC;
  --color-blue: #53C9FF;
  --color-bg: #17355D;
}

*,
::after,
::before {
  box-sizing: inherit
}

html {
  box-sizing: border-box;
  max-width: 100%;
  overflow-x: hidden;
  scroll-behavior: smooth
}

body {
  position: relative;
  min-width: 320px;
  margin: 0;
  color: var(--color-text);
  background: #254E85;
  font-family: "Poppins", -apple-system, Lato, sans-serif;
  font-size: 16px;
  line-height: 140%;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  max-width: 100%
}

img,
picture {
  display: block;
  max-width: 100%;
  height: auto
}

a {
  text-decoration: none;
  transition: all .3s ease-in-out;
  color: var(--color-text)
}

a:hover {
  color: var(--color-yellow)
}

h1 {
  font-size: 48px;
  font-weight: 900;
  line-height: 1;
  margin: 0 0 10px;
  text-align: center
}

h2 {
  font-size: 24px
}

h2,
h3 {
  font-weight: 700;
  line-height: 140%;
  margin-bottom: 15px;
  margin-top: 0
}

h3 {
  font-size: 22px
}

.container {
  margin: 0 auto;
  max-width: 100%;
  padding: 0 15px;
  width: 1190px
}

.header {
  padding: 14px 0;
  background: #17355D;
}

.btn {
  font-weight: 700;
  font-size: 16px;
  line-height: 16px;
  letter-spacing: 0%;
  text-align: center;
  padding: 16px 32px;
  display: inline-block;
  border-radius: 80px;
}

.btn-blue {
  background: #53C9FF;
  color: #fff
}

.btn-blue:hover {
  background: #254E85;
  color: #fff;
}

.header__logo {
  display: block;
  min-width: 128px;
  max-width: 128px;
  margin: 0 48px 0 0;
}
.header__logo img {
  width: 100%;
}

.header__block {
  display: flex;
  align-items: center;
}

.fixed-menu {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.header-menu {
  display: flex;
  gap: 32px;
  align-items: center;
}
.header-menu  li {
  padding: 0;
  margin: 0;
  display: block;
}
.header-menu  li a {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  text-decoration: none;
  color: #fff;
}
.header-menu  li a:hover,
.header-menu  li a.active {
  color: #53C9FF;
  text-decoration: none;
}

.banner {
  width: 100%;
  position: relative;
}

.banner-img {
  height: 350px;
  width: 100%;
}

.banner-img img,
.banner-img picture {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.banner-text {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 5;
  padding: 60px 0 0 0;
}

.banner-text h1 {
  font-weight: 700;
  font-size: 48px;
  line-height: 72px;
  color: #fff;
  margin: 0 0 25px 0;
  padding: 0;
  text-align: left;
}
.banner-text p {
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  text-align: left;
  max-width: 675px;
  margin: 0 0 25px 0;
}
.banner-text .btn {
  font-size: 20px;
  line-height: 20px;
  padding: 21px 48px;
}
.showcase {
  margin: 30px 0 55px; 
}
h2 {
  font-weight: 700;
  font-size: 30px;
  line-height: 36px;
  color: #fff;
  margin: 0 0 30px 0;
  padding: 0;
}
.showcase__block {
  display: flex;
  align-items: center;
  padding: 18px 21px 18px 120px;
  margin: 0 0 12px 0;
  border-radius: 12px;
  background: #17355D;
  position: relative;
  overflow: hidden;
}
.showcase__block:last-child {
  margin: 0;
}
.showcase__block__content {
  min-width: 320px;
  max-width: 320px;
  display: flex;
  align-items: center;
  gap: 32px;
}
.showcase__block__content .item-image {
  min-width: 123px;
  max-width: 123px;
  height: 63px;
}
.showcase__block__content .item-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 8px;
}
.showcase__block__content .item-content {
  width: 100%;
}

.showcase__block__content .item-content p {
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  color: #fff;
  margin: 0 0 8px 0;  
}
.item-content__rating {
  display: flex;
  gap: 9px;
  font-weight: 700;
  font-size: 20px;
  line-height: 20px;
  color: #FFD700;
}
.item-content__rating span {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #ccc;
}
.showcase__block__button {
  min-width: 205px;
  max-width: 205px;
}
.showcase__block__button .btn {
  width: 100%;
}
.showcase__block__info {
  width: 100%;
}
.showcase__block__info p {
  padding: 16px;
  width: 100%;
  max-width: 300px;
  background: rgba(49, 133, 107, 0.39);
  border-radius: 8px;
  text-align: center;
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
  color: #fff;
  margin: 0 auto;
}
.showcase__block__info p span {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #ccc;
}
.showcase__content {
  display: block;
  counter-reset: showcase-name;
}
.showcase__block:before {
  counter-increment: showcase-name;
  content: "#" counter(showcase-name);
  position: absolute;
  top: 12px;
  left: 10px;
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  color: #fff;
  z-index: 5;
}
.showcase__block:after {
  content: '';
  position: absolute;
  width: 160px;
  height: 80px;
  background: #53C9FF;
  top: -35px;
  left: -55px;
  z-index: 1;
  transform: rotate(-45deg);
}

table {
  width: 100%;
  border-collapse: collapse;
  margin: 30px 0;
}
table td {
  padding: 5px 10px;
  border: 1px solid rgba(255,255,255,0.24);
}

.img-cov {
  margin: 30px 0;
}

.img-cov img {
  width: auto;
  max-width: 100%;
  height: auto;
}
h3 {
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
  color: #fff;
  margin: 20px 0;
  padding: 0;
}

.wrapper__content ol,
.wrapper__content ul {
  margin: 20px 0;
  padding: 0 0 0 25px;
}

.wrapper__content ol li ul {
  margin: 0;
}

.footer {
  margin: 40px 0 0;
  padding: 48px 0;
  background: #17355D;
}
.footer__block {
  display: flex;
  gap: 48px;
  margin: 0 0 48px 0;
}
.footer__item {
  width: 100%;
}
.footer__item p {
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  color: #fff;
  margin: 0 0 16px 0;
}
.footer-menu {
  display: block;
  padding: 0;
  margin: 0;
}
.footer-menu li {
  display: block;
  padding: 0;
  margin: 0 0 15px 0;
}
.footer-menu li:last-child {
  margin: 0;
}
.footer-menu li a {
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  text-decoration: none;
  color: #ccc;  
}
.footer-menu li a:hover {
  color: #fff;
  text-decoration: none;
}
.footer-list {
  display: flex;
  gap: 16px;
  align-items: center;
}
.footer-list li {
  display: block;
  padding: 0;
  margin: 0;
}
.footer-list li a {
  text-decoration: none;
}
.footer-list li a img  {
  width: auto;
  max-width: 24px;
}
.footer-copy {
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  text-align: center;
  margin: 0;
  color: #ccc;
}


@media screen and (max-width:1199px) {
  .showcase__block {
    padding: 18px 20px 18px 80px;
  }
}

@media screen and (max-width: 991px) {
  .menu-toggle { 
    width: 100%; 
    display: inline-block; 
    vertical-align: middle; 
    height: 2px; 
    position: relative; 
    background: #fff;
  }   
  .menu-toggle-cont { 
    width: 18px; 
    height: 18px; 
    font-size: 0; 
    cursor: pointer; 
  }   
  .menu-toggle-cont:after { 
    content: ""; 
    height: 100%; 
    display: inline-block; 
    vertical-align: middle; 
  }   
  .menu-toggle-cont_active .menu-toggle { 
    height: 0; 
  }   
  .menu-toggle-cont_active .menu-toggle:before { 
    -webkit-transform: rotate(45deg); 
    -ms-transform: rotate(45deg); 
    transform: rotate(45deg); 
    top:auto;
  }   
  .menu-toggle-cont_active .menu-toggle:after { 
    -webkit-transform: rotate(-45deg); 
    -ms-transform: rotate(-45deg); 
    transform: rotate(-45deg); 
    top:auto;
    width: 18px;
  }   
  .menu-toggle:before, 
  .menu-toggle:after { 
    content: ""; 
    -webkit-transition: all .3s; 
    transition: all .3s; 
    height: 2px; 
    background-color: #fff; 
    position: absolute; 
    left: 0; 
    width: 100%; 
  }   
  .menu-toggle:before {
    top:1px;
  }
  .menu-toggle:after { 
    top: -1px;
  }
  .menu-toggle:before { 
    -webkit-transform: translateY(-350%); 
    -ms-transform: translateY(-350%); 
    transform: translateY(-350%); 
  }   
  .menu-toggle:after { 
    -webkit-transform: translateY(350%); 
    -ms-transform: translateY(350%); 
    transform: translateY(350%); 
  }
  .fixed-menu {
    position: fixed;
    top: 50px;
    left: 0;
    right: 0;
    bottom: 0;
    background: #17355d;
    z-index: 55;
    display: flex;
    flex-direction: column;
    padding: 20px;
    display: none;
  }
  .header-menu {
    display: block;
    padding: 0;
    margin: 0;
  }
  .header-menu li {
    margin: 0 0 15px 0;
    text-align: center;
  }
  .header__block {
    justify-content: space-between;
  }
  .showcase__block {
    display: block;
    padding: 15px;
  }
  .showcase__block__content {
    min-width: 100%;
    max-width: 100%;
    gap: 16px;
    padding: 0 0 0 50px;
    margin: 0 0 30px 0;
  }
  .showcase__block__content .item-image {
    min-width: 80px;
    max-width: 80px;
    height: 40px;
  }
  .showcase__block__content .item-content {
    display: flex;
    align-items: center;
    gap: 15px;
  }
  .showcase__block__content .item-content p {
    margin: 0;
  }
  .showcase__block:before {
    font-size: 16px;
    line-height: 20px;
    top: 20px;
    left: 20px;
  }
  .showcase__block:after {
    width: 36px;
    height: 55px;
    top: 15px;
    left: 15px;
    transform: rotate(0deg);
  }
  .showcase__block__info p {
    max-width: 100%;
  }
  .showcase__block__info p span {
    display: block;
  }
  .showcase__block__info {
    margin: 0 0 10px 0;
  }
  .showcase__block__button {
    min-width: 100%;
    max-width: 200%;
  }
}

@media screen and (max-width: 767px) {
  .footer__block {
    display: block;
  }
  .banner-text {
    padding: 40px 0 0 0;
  }
  .banner-text h1 {
    font-size: 32px;
    line-height: 48px;
  }
  .banner-text p {
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
  }
  .banner-text .btn {
    font-size: 16px;
    line-height: 16px;
    padding: 16px 25px;
  }
  h2 {
    font-size: 24px;
    line-height: 32px;
    margin: 0 0 20px 0;
  }
  .showcase__block__content .item-content p {
    font-size: 16px;
    line-height: 20px;
  }
  .item-content__rating {
    font-size: 12px;
    gap: 5px;
    line-height: 16px;
  }
  .item-content__rating span {
    font-size: 12px;
    line-height: 20px;
  }
  .showcase__block:after {
    height: 60px;
    top: 0;
    left: 0;
  }
  .showcase__block:before {
    left: 9px;
  }
  .showcase__block__content {
    gap: 14px;
    padding: 0 0 0 30px;
  }
  .showcase__block__content .item-content {
    gap: 7px;
  }
  .showcase__block__content .item-image {
    min-width: 65px;
    max-width: 65px;
    height: 34px;
  }
  .showcase__block__info p {
    padding: 12px;
    font-size: 16px;
    line-height: 20px;
  }
  .showcase__block__info p span {
    font-size: 14px;
    line-height: 22px;
  }
  body {
    font-size: 14px;
  }
  .banner-img {
    height: 300px;
  }
  h3 {
    font-size: 20px;
    line-height: 24px;
  }
  .footer__item {
    margin: 0 0 20px 0;
  }
}