html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, pre,
a, abbr, address, big, blockquote, cite, code,
del, dfn, em, img, ins, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li, form, label, input, fieldset, legend, caption,
article, aside, canvas, details, embed,
figure, figcaption, footer, header,
menu, main, nav, output, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  border: none;
  outline: none;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, main, menu, nav, section {
  display: block;
}

html,
body {
  height: 100%;
  width: 100%;
}

body {
  line-height: 1;
  -webkit-text-size-adjust: none;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

ol, ul, nav, menu {
  list-style: none;
}

img, video, canvas {
  max-width: 100%;
  height: auto;
}

img {
  vertical-align: bottom;
}

a, button {
  cursor: pointer;
  margin: 0;
  padding: 0;
}

a:hover, button:hover {
  cursor: pointer;
}

a {
  text-decoration: none;
  color: inherit;
}

button {
  border: none;
  background: transparent;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

th, td {
  vertical-align: middle;
}

iframe {
  width: 100%;
}

/* Poppins */
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local("Poppins-Regular"), url("../fonts/Poppins-Regular.woff") format("woff");
}
@font-face {
  font-family: "Poppins";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: local("Poppins-Italic"), url("../fonts/Poppins-Italic.woff") format("woff");
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: local("Poppins-Medium"), url("../fonts/Poppins-Medium.woff") format("woff");
}
@font-face {
  font-family: "Poppins";
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: local("Poppins-MediumItalic"), url("../fonts/Poppins-MediumItalic.woff") format("woff");
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: local("Poppins-SemiBold"), url("../fonts/Poppins-SemiBold.woff") format("woff");
}
@font-face {
  font-family: "Poppins";
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: local("Poppins-SemiBoldItalic"), url("../fonts/Poppins-SemiBoldItalic.woff") format("woff");
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local("Poppins-Bold"), url("../fonts/Poppins-Bold.woff") format("woff");
}
@font-face {
  font-family: "Poppins";
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: local("Poppins-BoldItalic"), url("../fonts/Poppins-BoldItalic.woff") format("woff");
}
/* =========================== polyfills focus-visible */
.js-focus-visible :focus:not(.focus-visible) {
  outline: none;
}

.focus-visible {
  outline: 1px solid blue;
  outline-offset: 1px;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}

/* =========================== all */
body {
  font-family: "Poppins", sans-serif;
  color: #454B4F;
  background: #FBFBFB;
  line-height: 1.5;
}

.body_scroll {
  overflow: hidden;
}

/* heading */
h2, h3, h4, h5 {
  font-weight: 600;
  color: #1A1C1F;
  text-transform: capitalize;
  margin-bottom: 20px;
}

h1 {
  font-weight: 700;
  font-size: 44px;
  line-height: 50px;
  color: #1A1C1F;
  text-transform: capitalize;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  h1 {
    font-size: 30px;
    line-height: 38px;
  }
}
h1 span {
  display: block;
}

h2 {
  font-size: 30px;
  line-height: 38px;
}
@media screen and (max-width: 768px) {
  h2 {
    font-size: 26px;
    line-height: 34px;
  }
}

h3 {
  font-size: 28px;
  line-height: 36px;
}
@media screen and (max-width: 768px) {
  h3 {
    font-size: 24px;
    line-height: 32px;
  }
}

h4 {
  font-size: 26px;
  line-height: 34px;
}
@media screen and (max-width: 768px) {
  h4 {
    font-size: 22px;
    line-height: 30px;
  }
}

h5 {
  font-size: 24px;
  line-height: 32px;
}
@media screen and (max-width: 768px) {
  h5 {
    font-size: 20px;
    line-height: 28px;
  }
}

div + h2, div + h3, div + h4, div + h5, p + h2, p + h3, p + h4, p + h5, ul + h2, ul + h3, ul + h4, ul + h5 {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  div + h2, div + h3, div + h4, div + h5, p + h2, p + h3, p + h4, p + h5, ul + h2, ul + h3, ul + h4, ul + h5 {
    margin-top: 30px;
  }
}

/* list */
ol:not([class]), ul:not([class]) {
  margin-left: 10px;
  margin-bottom: 15px;
}

ol:not([class]) li, ul:not([class]) li {
  display: table;
  position: relative;
}
ol:not([class]) li:not(:last-child), ul:not([class]) li:not(:last-child) {
  margin-bottom: 10px;
}

table ol:not([class]), table ul:not([class]), .table ol:not([class]), .table ul:not([class]) {
  margin-left: 0;
}
table ol:not([class]) li, table ul:not([class]) li, .table ol:not([class]) li, .table ul:not([class]) li {
  display: block;
}

ol:not([class]) {
  counter-reset: number;
  margin-left: 10px;
}
ol:not([class]) li {
  padding-left: 20px;
}

ol:not([class]) li::before {
  position: absolute;
  counter-increment: number;
  content: counter(number) ")" " ";
  color: #003049;
  font-weight: 600;
  left: 0;
}

ul:not([class]) li {
  padding-left: 15px;
}

ul:not([class]) li::before {
  position: absolute;
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 100%;
  background: #003049;
  top: 9px;
  left: 0;
}

ol ol, ul ul {
  margin-left: 30px;
}

.check-list {
  margin-bottom: 30px;
}
.check-list li {
  position: relative;
  padding-left: 25px;
}
.check-list li:not(:last-child) {
  margin-bottom: 15px;
}
.check-list li::before {
  position: absolute;
  content: "";
  width: 18px;
  height: 18px;
  background: center center/cover no-repeat;
  background-image: url("../img/sprite.svg#sprite--checkmark");
  left: 0;
  top: 3px;
}
.check-list_min {
  margin-bottom: 15px;
}
.check-list_min li {
  position: relative;
  padding-left: 20px;
}
.check-list_min li:not(:last-child) {
  margin-bottom: 10px;
}
.check-list_min li::before {
  position: absolute;
  content: "";
  width: 12px;
  height: 12px;
  background: center center/cover no-repeat;
  background-image: url("../img/sprite.svg#sprite--checkmark-mini");
  left: 0;
  top: 6px;
}

.list-arr {
  margin-left: 0;
  margin-bottom: 15px;
}
.list-arr li {
  position: relative;
  font-weight: 600;
  font-size: 18px;
  line-height: 26px;
  color: #1D1B1B;
  padding-left: 17px;
}
.list-arr li:not(:last-child) {
  margin-bottom: 5px;
}
.list-arr li::before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-left: 10px solid #F26419;
  border-bottom: 5px solid transparent;
  left: 0;
  top: 7px;
}

.list-not {
  margin-bottom: 15px;
}
.list-not li {
  position: relative;
  padding-left: 18px;
}
.list-not li:not(:last-child) {
  margin-bottom: 10px;
}
.list-not li::before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  background: center center/cover no-repeat;
  background-image: url("../img/sprite.svg#sprite--cancel-red");
  left: 0;
  top: 7px;
}

.list-numbers {
  counter-reset: number;
  margin-bottom: 15px;
}
.list-numbers li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 30px;
  counter-increment: number;
  padding-left: 40px;
}
.list-numbers li:not(:last-child) {
  margin-bottom: 15px;
}
.list-numbers li::before {
  position: absolute;
  content: counter(number);
  width: 30px;
  height: 30px;
  border-radius: 100%;
  background: #003049;
  line-height: 30px;
  text-align: center;
  font-weight: 700;
  font-size: 14px;
  color: #fff;
  left: 0;
  top: 0;
}

/* content */
a, p, ol:not([class]) li, ul:not([class]) li, ul li, ol li {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}

p {
  margin-bottom: 20px;
}

.text p:last-of-type {
  margin-bottom: 0;
}

a:not([class]) {
  text-decoration: underline;
}
a:not([class]):hover {
  color: #F26419;
}

b, strong {
  font-weight: 600;
}

i, em {
  font-style: italic;
}

/* img */
img {
  display: block;
  margin: 0 auto;
  margin-bottom: 20px;
}

.float_right {
  float: right;
  margin-left: 20px;
}

.float_left {
  float: left;
  margin-right: 20px;
}

.float_right, .float_left {
  margin-bottom: 20px;
}

.float_right img, .float_left img {
  margin-bottom: 0px;
}

@media screen and (max-width: 768px) {
  .float_right, .float_left {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
}
/* transition */
* {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/* btn */
.btn {
  position: relative;
  z-index: 1;
  display: block;
  width: 280px;
  border-radius: 7px;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  margin: 0 auto;
}

.btn_light {
  height: 50px;
  line-height: 50px;
  background: #F26419;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
}
.btn_light:hover {
  background: #D75713;
  color: #fff;
}

.btn_border {
  height: 40px;
  line-height: 38px;
  border: 1px solid #F26419;
  background: #fff;
  color: #1D1B1B;
  font-size: 14px;
  font-weight: 500;
}
.btn_border:hover {
  background: #F26419;
  color: #fff;
}

.btn_gray {
  border-radius: 7px;
  border: 1px solid #BFBFC0;
  background: #F5F5F8;
  width: 340px;
  height: 44px;
  line-height: 42px;
  font-size: 18px;
  font-weight: 600;
  color: #1D1B1B;
}
.btn_gray:hover {
  background: #E3E3E3;
}

.overly {
  display: none;
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 48, 73, 0.2);
}

.clear::after {
  content: "";
  display: block;
  clear: both;
}

/* blockquote */
blockquote {
  position: relative;
  border-left: 2px solid rgba(0, 48, 73, 0.1);
  padding: 50px 0 10px 20px;
  margin-bottom: 30px;
}
blockquote::before {
  position: absolute;
  content: "";
  width: 30px;
  height: 30px;
  background: center center/cover no-repeat;
  background-image: url("../img/sprite.svg#sprite--quote");
  left: 20px;
  top: 10px;
}
blockquote p {
  font-style: italic;
}
@media screen and (max-width: 768px) {
  blockquote {
    margin-bottom: 40px;
  }
}

/* flexbox */
.flexbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

/* gridbox */
.gridbox {
  display: grid;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

/* breadcrumbs */
.breadcrumbs {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-line-pack: center;
      align-content: center;
  margin-bottom: 34px;
  margin-top: -10px;
}
.breadcrumbs li, .breadcrumbs a {
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  color: #6A6A6A;
}
.breadcrumbs li:not(:last-child) {
  margin-right: 15px;
}
.breadcrumbs a {
  position: relative;
  text-decoration: none;
}
.breadcrumbs a:hover {
  text-decoration: underline;
}
.breadcrumbs a::after {
  position: absolute;
  content: "";
  width: 5px;
  height: 8px;
  background: center center/cover no-repeat;
  background-image: url("../img/sprite.svg#sprite--breadcrumbs");
  top: 6px;
  right: -11px;
}

/* scroll vertical */
.scroll {
  overflow-y: auto;
  -ms-scroll-chaining: none;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  scrollbar-width: thin;
  scrollbar-color: #DCDFE9 transparent;
}

.scroll::-webkit-scrollbar {
  width: 4px;
  height: 50%;
}

.scroll::-webkit-scrollbar-track {
  background-color: transparent;
}

.scroll::-webkit-scrollbar-thumb {
  background-color: #DCDFE9;
  border-radius: 5px;
}

.scroll::-webkit-scrollbar-thumb:hover {
  background-color: #DCDFE9;
}

.scroll::-webkit-scrollbar-thumb:active {
  background-color: #DCDFE9;
}

.scroll::-webkit-scrollbar-thumb:vertical {
  min-height: 50%;
}

.scroll::-webkit-scrollbar-thumb:horizontal {
  min-width: 4px;
}

/* scroll horizontal */
.scroll_horizontal {
  overflow-x: auto;
  -ms-scroll-chaining: none;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  scrollbar-width: thin;
  scrollbar-color: #DCDFE9 transparent;
}

.scroll_horizontal::-webkit-scrollbar {
  width: 50%;
  height: 4px;
}

.scroll_horizontal::-webkit-scrollbar-track {
  background-color: transparent;
}

.scroll_horizontal::-webkit-scrollbar-thumb {
  background-color: #DCDFE9;
  border-radius: 5px;
}

.scroll_horizontal::-webkit-scrollbar-thumb:hover {
  background-color: #DCDFE9;
}

.scroll_horizontal::-webkit-scrollbar-thumb:active {
  background-color: #DCDFE9;
}

.scroll_horizontal::-webkit-scrollbar-thumb:horizontal {
  min-width: 50%;
}

.scroll_horizontal::-webkit-scrollbar-thumb:vertical {
  min-height: 4px;
}

/* table */
.table_scroll {
  margin-bottom: 30px;
}
.table_scroll table {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .table_scroll {
    width: calc(100% + 20px);
    margin-right: -20px;
  }
  .table_scroll table {
    width: 700px;
  }
  .table_scroll table th, .table_scroll table td, .table_scroll table a {
    font-size: 16px;
    line-height: 24px;
  }
  .table_scroll table th:first-child, .table_scroll table td:first-child, .table_scroll table a:first-child {
    white-space: nowrap;
  }
}

.table_thin table th:first-child, .table_thin table td:first-child {
  min-width: 60px;
  max-width: 60px;
  width: 60px;
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
}
.table_thin table th {
  background: #F5F5F8;
}

.table-wrapper {
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #BFBFC0;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .table-wrapper {
    width: calc(100% + 20px);
    border-radius: 10px 0 0 10px;
    border-right: none;
    margin-right: -20px;
  }
  .table-wrapper table th, .table-wrapper table td, .table-wrapper table a {
    font-size: 16px;
    line-height: 24px;
  }
}

@media screen and (max-width: 768px) {
  .table-mob table, .table-mob thead, .table-mob tbody, .table-mob tr, .table-mob th, .table-mob td {
    display: block;
  }
  .table-mob table tbody tr:nth-child(odd) td {
    background: #fff;
  }
  .table-mob table tbody tr td:first-child {
    background: #F5F5F8;
  }
  .table-mob table td, .table-mob table th, .table-mob table a {
    width: auto;
    font-size: 16px;
    line-height: 24px;
  }
  .table-mob table td:first-child, .table-mob table th:first-child, .table-mob table a:first-child {
    min-width: auto;
    width: auto;
  }
  .table-mob table td:not(:last-child) {
    border-right: none;
  }
}

.table_compare table {
  border: none;
  margin-bottom: 0;
}
.table_compare table th, .table_compare table td {
  width: 210px;
  min-width: 210px;
}
.table_compare table th:first-child, .table_compare table td:first-child {
  min-width: 222px;
}
.table_compare table th {
  background: #F5F5F8;
}
.table_compare table td {
  vertical-align: top;
}
.table_compare table p {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .table_compare table th, .table_compare table td, .table_compare table a, .table_compare table p, .table_compare table li {
    font-size: 16px;
    line-height: 24px;
  }
}

table {
  border: 1px solid #BFBFC0;
  border-collapse: separate;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 30px;
}
table th, table td {
  vertical-align: middle;
  text-align: left;
  font-size: 16px;
  line-height: 24px;
  color: #1D1B1B;
  padding: 18px 20px;
}
table th:first-child, table td:first-child {
  min-width: 34.5%;
  padding-left: 25px;
  padding-right: 25px;
}
table th:not(:last-child), table td:not(:last-child) {
  border-right: 1px solid #D9D9D9;
}
table th {
  background: #EDF9FF;
  font-weight: 600;
}
table td img {
  display: inline-block;
  margin: 0;
}
table td picture {
  display: inline-block;
}
table td picture + b {
  margin-left: 11px;
}
table a {
  color: #1D1B1B;
}
table a:hover {
  color: #F26419;
}
table .btn {
  width: 130px;
  height: 32px;
  line-height: 32px;
  font-size: 12px;
  margin: 0;
}
table tbody tr:nth-child(odd) td {
  background: #F5F5F8;
}
table thead + tbody tr:nth-child(odd) td {
  background: #fff;
}
table thead + tbody tr:nth-child(even) td {
  background: #F5F5F8;
}
@media screen and (max-width: 768px) {
  table th, table td {
    font-size: 14px;
    line-height: 20px;
    padding: 13px 15px;
  }
  table th:first-child, table td:first-child {
    min-width: 40%;
    width: 280px;
  }
  table a {
    font-size: 14px;
    line-height: 20px;
  }
}

/* soc */
.soc {
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.soc-link {
  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;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  background: #EDF9FF;
}
.soc-link svg {
  fill: #003049;
}
.soc-link:hover {
  background: #003049;
}
.soc-link:hover svg {
  fill: #fff;
}

/* follow */
.follow-list {
  gap: 15px 20px;
}
.follow__item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 150px;
}
.follow-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 7px;
  color: #FFF;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  padding: 15px 10px;
}
.follow-link svg {
  fill: #fff;
}
.follow-twitter {
  background: #161617;
}
.follow-twitter:hover {
  background: #323333;
}
.follow-facebook {
  background: #1094F4;
}
.follow-facebook:hover {
  background: #0374C7;
}
.follow-youtube {
  background: #F00;
}
.follow-youtube:hover {
  background: #D80202;
}
.follow-linkedin {
  background: #007EBB;
}
.follow-linkedin:hover {
  background: #005E8B;
}
.follow-pinterest {
  background: #CB2027;
}
.follow-pinterest:hover {
  background: #AB181E;
}
@media screen and (max-width: 450px) {
  .follow__item {
    min-width: 100%;
  }
}

/* rating */
.rating-list {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 3px;
  margin-left: 0;
}
.rating-star {
  width: 16px;
  height: 16px;
  background: center center/cover no-repeat;
  background-image: url("../img/sprite.svg#sprite--star");
  opacity: 0.5;
}
.rating-star.active {
  opacity: 1;
}

/* form */
form input, form textarea {
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  border-radius: 7px;
  width: 100%;
  font-family: "Poppins";
  font-size: 16px;
  font-weight: 400;
  background: #F5F5F8;
}
form input {
  height: 48px;
  line-height: 48px;
  padding-left: 15px;
}
form textarea {
  padding: 15px;
  margin-bottom: 10px;
}
form .btn {
  width: 100%;
}
form .forminput {
  position: relative;
  margin-bottom: 10px;
}
form .icon {
  position: absolute;
  display: none;
  right: 15px;
  top: calc(50% - 5px);
}
form .icon-ok {
  width: 13px;
  height: 10px;
  background: center center/cover no-repeat;
  background-image: url("../img/sprite.svg#sprite--ok");
}
form .icon-not {
  width: 10px;
  height: 10px;
  background: center center/cover no-repeat;
  background-image: url("../img/sprite.svg#sprite--not");
}
form .sub {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 15px;
}
form .sub a {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}

button {
  font-family: "Poppins";
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #454B4F;
  opacity: 1;
  font-family: "Poppins";
  font-size: 16px;
  font-weight: 400;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #454B4F;
  opacity: 1;
  font-family: "Poppins";
  font-size: 16px;
  font-weight: 400;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #454B4F;
  opacity: 1;
  font-family: "Poppins";
  font-size: 16px;
  font-weight: 400;
}

input::-ms-input-placeholder, textarea::-ms-input-placeholder {
  color: #454B4F;
  opacity: 1;
  font-family: "Poppins";
  font-size: 16px;
  font-weight: 400;
}

input::placeholder, textarea::placeholder {
  color: #454B4F;
  opacity: 1;
  font-family: "Poppins";
  font-size: 16px;
  font-weight: 400;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #454B4F;
  opacity: 1;
  font-family: "Poppins";
  font-size: 16px;
  font-weight: 400;
}
input:-moz-placeholder, textarea:-moz-placeholder {
  color: #454B4F;
  opacity: 1;
  font-family: "Poppins";
  font-size: 16px;
  font-weight: 400;
}
input::-moz-placeholder, textarea::-moz-placeholder {
  color: #454B4F;
  opacity: 1;
  font-family: "Poppins";
  font-size: 16px;
  font-weight: 400;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #454B4F;
  opacity: 1;
  font-family: "Poppins";
  font-size: 16px;
  font-weight: 400;
}
input.focus-visible:focus, textarea.focus-visible:focus {
  outline: none;
}
input:valid ~ .icon-ok, textarea:valid ~ .icon-ok {
  display: block;
}
input:invalid:not(:focus):not(:-moz-placeholder-shown) ~ .icon-not, input:invalid:focus:not(:-moz-placeholder-shown) ~ .icon-not, textarea:invalid:not(:focus):not(:-moz-placeholder-shown) ~ .icon-not, textarea:invalid:focus:not(:-moz-placeholder-shown) ~ .icon-not {
  display: block;
}
input:invalid:not(:focus):not(:-ms-input-placeholder) ~ .icon-not, input:invalid:focus:not(:-ms-input-placeholder) ~ .icon-not, textarea:invalid:not(:focus):not(:-ms-input-placeholder) ~ .icon-not, textarea:invalid:focus:not(:-ms-input-placeholder) ~ .icon-not {
  display: block;
}
input:invalid:not(:focus):not(:placeholder-shown) ~ .icon-not, input:invalid:focus:not(:placeholder-shown) ~ .icon-not, textarea:invalid:not(:focus):not(:placeholder-shown) ~ .icon-not, textarea:invalid:focus:not(:placeholder-shown) ~ .icon-not {
  display: block;
}

input[type=text]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

input[type=text]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  display: none;
  -webkit-appearance: none;
  appearance: none;
}

/* styling select */
.widget select,
.no__widget .select {
  display: none;
}

.widget {
  display: block;
}

.field__holder {
  width: 100%;
}

.select.active,
.select:focus {
  outline: none;
}

.select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  height: 40px;
  line-height: 40px;
  background: #F5F5F8;
  border-radius: 7px;
  cursor: pointer;
  text-align: left;
  padding-left: 15px;
}
.select::after {
  position: absolute;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  content: "";
  z-index: 1;
  top: 15px;
  right: 13px;
  width: 14px;
  height: 14px;
  background: center center/cover no-repeat;
  background-image: url("../img/sprite.svg#sprite--arr-search");
}
.select .scroll-wrapper {
  height: 0;
  overflow: hidden;
}
.select .value {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 7px;
  min-width: 100%;
  overflow: hidden;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #767878;
}
.select .value img {
  margin-bottom: 0;
}
.select .optList {
  max-height: 0;
}
.select .option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 8px;
  font-weight: 400;
  font-size: 13px;
  line-height: 18px;
  color: #1D1B1B;
  cursor: pointer;
  padding: 7px 0;
  padding-left: 21px;
}
.select .option img {
  margin-bottom: 0;
}
.select .highlight {
  color: #F26419;
}
.select.active {
  border-radius: 7px 7px 0 0;
}
.select.active .scroll-wrapper {
  position: absolute;
  z-index: 5;
  height: auto;
  top: 40px;
  left: 0;
  right: 0;
  width: 100%;
  background: #F5F5F8;
  border-radius: 0 0 7px 7px;
}
.select.active .optList {
  min-height: 170px;
  max-height: 500;
}
.select.active .scroll {
  height: 100%;
}
.select.active::after {
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.select.choice .value {
  color: #1D1B1B;
}

.option_hidden {
  display: none;
}

.search-deposit .select .option {
  position: relative;
  padding-left: 29px;
}
.search-deposit .select .option::before {
  position: absolute;
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 100%;
  background: #DFDFDF;
  left: 15px;
  top: calc(50% - 3.5px);
}

/* container */
body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.container {
  max-width: 1100px;
  padding: 0 20px;
  margin: 0 auto;
}

main {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-top: 30px;
  padding-bottom: 30px;
}

section {
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  section:not(:last-of-type) {
    margin-bottom: 30px;
  }
}

.logo img {
  margin-bottom: 0;
}

/* blockmore */
.blockmore__item {
  background: #FFFFFF;
  -webkit-box-shadow: 2px 4px 20px rgba(57, 54, 54, 0.07);
          box-shadow: 2px 4px 20px rgba(57, 54, 54, 0.07);
  border-radius: 10px;
}
.blockmore__item:not(:last-child) {
  margin-bottom: 15px;
}
.blockmore__item.open .blockmore-heading::after {
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.blockmore__item.open .text {
  max-height: 500px;
  border-top: 1px solid rgba(0, 48, 73, 0.1);
  padding-top: 20px;
  padding-bottom: 20px;
}
.blockmore-heading {
  position: relative;
  min-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
  gap: 0 15px;
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  color: #003049;
  padding: 18px 20px 19px;
  padding-right: 40px;
}
.blockmore-heading img {
  margin-bottom: 0;
  margin-top: 3px;
}
.blockmore-heading::after {
  position: absolute;
  content: "";
  width: 16px;
  height: 16px;
  background: center center/cover no-repeat;
  background-image: url("../img/sprite.svg#sprite--arr-down");
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  right: 20px;
  top: calc(50% - 8px);
}
.blockmore .text {
  max-height: 0;
  overflow: hidden;
  padding: 0 20px 0 37px;
}
.blockmore .text p, .blockmore .text ol:not([class]) li, .blockmore .text ul:not([class]) li, .blockmore .text a:not([class]) {
  font-size: 14px;
  line-height: 20px;
}
@media screen and (max-width: 768px) {
  .blockmore-heading {
    font-size: 16px;
    line-height: 22px;
    padding: 15px 35px 17px 15px;
  }
  .blockmore-heading::after {
    right: 15px;
  }
  .blockmore-heading img {
    margin-top: 2px;
  }
}

/* text float */
.text-float {
  margin-bottom: 40px;
}
.text-float h2, .text-float h3, .text-float h4, .text-float h5 {
  margin-top: 40px;
}
.text-float .offers-block {
  max-width: 340px;
  margin-bottom: 0;
}
.text-float .offers-block .btn {
  height: 48px;
  line-height: 48px;
}
@media screen and (max-width: 768px) {
  .text-float {
    margin-bottom: 30px;
  }
  .text-float .offers-block {
    margin-bottom: 30px;
  }
}

/* slider */
.slider-nav .slick-prev, .slider-nav .slick-next {
  font-size: 0;
  width: 29px;
  height: 18px;
  background: center center/cover no-repeat;
  background-image: url("../img/sprite.svg#sprite--slider");
}
.slider-nav .slick-prev::before, .slider-nav .slick-next::before {
  display: none;
}
.slider-nav .slick-prev.slick-disabled, .slider-nav .slick-next.slick-disabled {
  opacity: 0.5;
}
.slider-nav .slick-prev, .slider-nav .slick-next {
  position: absolute;
  z-index: 1;
  top: -50px;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}
.slider-nav .slick-next {
  right: 0;
}
.slider-nav .slick-prev {
  left: auto;
  right: 41px;
  -webkit-transform: scale(-1, 1);
      -ms-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
@media screen and (max-width: 992px) {
  .slider-nav {
    padding-bottom: 38px;
  }
  .slider-nav .slick-prev, .slider-nav .slick-next {
    top: auto;
    bottom: 0;
  }
  .slider-nav .slick-prev {
    right: auto;
    left: 0;
  }
}

.slider-block .slider__item {
  width: 100%;
  background: #FFFFFF;
  -webkit-box-shadow: 2px 4px 20px rgba(57, 54, 54, 0.07);
          box-shadow: 2px 4px 20px rgba(57, 54, 54, 0.07);
  border-radius: 10px;
  gap: 11px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #1D1B1B;
  padding: 24px 26px;
}
.slider-block .slider__item img {
  margin: 0;
}
.slider-block .slider__item svg {
  fill: #454B4F;
  margin-left: auto;
}
.slider-block .slider__item:hover svg {
  fill: #F26419;
}
@media screen and (max-width: 992px) {
  .slider-block {
    padding-bottom: 18px;
  }
}
@media screen and (min-width: 769px) {
  .slider-block .slick-list {
    width: calc(100% + 20px);
    padding-bottom: 20px;
    margin-right: -20px;
  }
  .slider-block .slick-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    opacity: 0;
  }
  .slider-block .slick-slide.slick-active {
    opacity: 1;
  }
  .slider-block .item {
    padding-right: 20px;
  }
}
@media screen and (max-width: 768px) {
  .slider-block .item:not(:last-child) {
    margin-bottom: 15px;
  }
}

/* header */
.header {
  position: relative;
  z-index: 102;
  background: #003049;
  padding: 19px 0 18px;
}
.header .container {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* menu */
.menu.flexbox {
  gap: 0 46px;
}
.menu.flexbox .downmenu {
  position: absolute;
  z-index: -1;
  width: 226px;
  -webkit-transform: translatex(-50%);
      -ms-transform: translatex(-50%);
          transform: translatex(-50%);
  left: 50%;
  top: 0;
  padding-top: 39px;
}
.menu.flexbox .submenu {
  background: #003049;
  border-radius: 0 0 10px 10px;
}
.menu.flexbox .submenu__item {
  border-top: 1px solid rgba(237, 249, 255, 0.2);
}
.menu.flexbox .submenu-link {
  padding: 15px 5px;
}
.menu.flexbox .submenu-link:hover {
  background: rgba(237, 249, 255, 0.2);
}
.menu.flexbox .menu__item:hover .submenu {
  max-height: 500px;
}

.menu__item {
  position: relative;
}
.menu__item:last-child .downmenu {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  left: auto;
  right: 0;
}
.menu__item.arr .menu-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 6px;
}
.menu__item:hover .menu-link {
  color: #fff;
}
.menu__item:hover .menu-link svg {
  fill: #fff;
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.menu-link {
  position: relative;
  z-index: 1;
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  color: rgba(255, 255, 255, 0.7);
}
.menu-link svg {
  fill: rgba(255, 255, 255, 0.7);
}

.submenu {
  max-height: 0;
  overflow: hidden;
  margin-left: 0;
}
.submenu-link {
  display: block;
  text-align: center;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #B4E6FF;
}

/* hamburger */
.hamburger {
  display: none;
  width: 20px;
  height: 14px;
  cursor: pointer;
  -webkit-transition-property: opacity, -webkit-filter;
  transition-property: opacity, -webkit-filter;
  -o-transition-property: opacity, filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  -webkit-transition-duration: 0.15s;
       -o-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: linear;
       -o-transition-timing-function: linear;
          transition-timing-function: linear;
  margin: 0;
}

.hamburger:hover, .hamburger.is_active:hover {
  opacity: 0.7;
}

.hamburger.is_active .hamburger-box {
  width: 20px;
}

.hamburger.is_active .hamburger-inner {
  background-color: #fff;
}

.hamburger.is_active .hamburger-inner::before,
.hamburger.is_active .hamburger-inner::after {
  background-color: #fff;
}

.hamburger-box {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 14px;
}

.hamburger-inner {
  display: block;
  top: 50%;
}

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  position: absolute;
  width: 100%;
  height: 1.5px;
  border-radius: 1.5px;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.15s;
       -o-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
}

.hamburger-inner {
  background-color: #fff;
}

.hamburger-inner::before, .hamburger-inner::after {
  background-color: #fff;
  right: 0;
}

.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}

.hamburger-inner::before {
  width: 13px;
  top: 5px;
}

.hamburger-inner::after {
  width: 15px;
  bottom: 5px;
}

.hamburger_spin .hamburger-inner {
  width: 20px;
  -webkit-transition-duration: 0.22s;
       -o-transition-duration: 0.22s;
          transition-duration: 0.22s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
       -o-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
          transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger_spin .hamburger-inner::before {
  -webkit-transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
  -o-transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}

.hamburger_spin .hamburger-inner::after {
  -webkit-transition: bottom 0.1s 0.25s ease-in, -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.25s ease-in, -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -o-transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger_spin.is_active .hamburger-inner {
  width: 20px;
  height: 2px;
  -webkit-transform: rotate(225deg);
      -ms-transform: rotate(225deg);
          transform: rotate(225deg);
  -webkit-transition-delay: 0.12s;
       -o-transition-delay: 0.12s;
          transition-delay: 0.12s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
       -o-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger_spin.is_active .hamburger-inner::before {
  width: 20px;
  height: 2px;
  top: 0;
  opacity: 0;
  -webkit-transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
  -o-transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}

.hamburger_spin.is_active .hamburger-inner::after {
  width: 20px;
  height: 2px;
  bottom: 0;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transition: bottom 0.1s ease-out, -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

@media screen and (max-width: 992px) {
  .header-navigation .menu {
    display: none;
    margin-left: 0;
  }
  .hamburger {
    display: block;
  }
}
/* navigation mob */
.mobile-navigation {
  position: fixed;
  z-index: 101;
  width: 0;
  height: 100%;
  right: 0;
  bottom: 0;
  top: 0;
  background: #003049;
  padding-top: 100px;
}
.mobile-navigation.open {
  width: 100%;
}
.mobile-navigation .menu {
  text-align: center;
  padding: 0 20px;
}
.mobile-navigation .menu__item {
  border-bottom: 1px solid rgba(237, 249, 255, 0.2);
  padding: 20px 0;
}
.mobile-navigation .menu__item:first-child {
  border-top: 1px solid rgba(237, 249, 255, 0.2);
}
.mobile-navigation .submenu-link:first-child {
  padding-top: 15px;
}
.mobile-navigation .submenu-link:not(:last-child) {
  padding-bottom: 15px;
}
.mobile-navigation .submenu-link:hover {
  text-decoration: underline;
}

.noclick .submenu {
  max-height: 500px;
}
.noclick .menu-link {
  color: #fff;
}
.noclick .menu-link svg {
  fill: #fff;
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

/* promo */
.promo {
  position: relative;
}
.promo-title {
  display: inline-block;
  background: #F26419;
  border-radius: 7px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: #fff;
  padding: 6px 16px;
  margin-bottom: 26px;
}
.promo-text {
  max-width: 470px;
}
.promo-img {
  position: absolute;
  right: 30px;
  bottom: 30px;
}
.promo-img img {
  margin-bottom: 0;
}
.promo-main {
  padding-right: 450px;
}
@media screen and (max-width: 992px) {
  .promo-main {
    padding-right: 0;
  }
  .promo-img {
    display: none;
  }
  .promo-text {
    max-width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .promo-title {
    font-size: 12px;
    line-height: 18px;
    padding: 7px 10px;
    margin-bottom: 20px;
  }
}

/* search */
.search {
  background: #FFFFFF;
  border: 1px solid #BFBFC0;
  border-radius: 10px;
  padding: 20px;
  margin-bottom: 30px;
}
.search-block {
  gap: 15px 22px;
  margin-bottom: 20px;
}
.search__item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.search-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 7px;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #1D1B1B;
  margin-bottom: 10px;
}
.search-heading img {
  margin: 0;
}
.search .btn {
  width: 100%;
}
@media screen and (max-width: 500px) {
  .search__item {
    min-width: 100%;
  }
  .search .select {
    display: block;
    padding-top: 10px;
  }
  .search .select.active {
    height: auto;
    border-radius: 7px;
  }
  .search .select.active .optList {
    padding-top: 7px;
  }
  .search .select.active .scroll-wrapper {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
  }
  .search .search-deposit .select .option {
    padding-left: 15px;
  }
  .search .search-deposit .select .option::before {
    left: 0;
  }
  .search .search-country .select .option {
    padding-left: 0;
  }
}

/* pages countries */
.pages-countries {
  margin-bottom: 30px;
}
.pages-countries.hidden {
  display: none;
}

.links {
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  grid-gap: 13px;
}
.links .link {
  color: #003049;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 8px;
}
.links .link svg {
  fill: #003049;
}
.links .link:hover {
  color: #F26419;
}
.links .link:hover svg {
  fill: #F26419;
}
@media screen and (max-width: 768px) {
  .links {
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    grid-gap: 15px;
  }
  .links .link {
    font-size: 14px;
    line-height: 22px;
  }
}

/* offer */
.offers {
  margin-bottom: 20px;
}
.offers h2 {
  margin-bottom: 31px;
}
.offers-block + .btn {
  width: 210px;
  height: 40px;
  line-height: 38px;
  border-color: #BFBFC0;
  margin-top: 20px;
}
.offers-block + .btn:hover {
  border-color: #F26419;
}
.offers-block.flexbox {
  gap: 20px;
  margin-bottom: 40px;
}
.offers-block.flexbox .offers__item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-bottom: 0;
}
.offers-block.flexbox .btn {
  height: 48px;
  line-height: 48px;
}
.offers__item:not(:last-child) {
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .offers-block.flexbox {
    margin-bottom: 30px;
  }
}

.offer {
  background: #FFFFFF;
  -webkit-box-shadow: 2px 4px 20px rgba(57, 54, 54, 0.07);
          box-shadow: 2px 4px 20px rgba(57, 54, 54, 0.07);
  border-radius: 10px;
  gap: 20px;
  padding: 20px;
}
.offer-logo {
  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;
  width: 220px;
  min-height: 123px;
  background: #F5F5F8;
  border-radius: 7px;
  padding: 5px;
}
.offer-logo img {
  margin: 0;
}
.offer-body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 0 20px;
  padding-right: 10px;
}
.offer-name {
  font-weight: 500;
  font-size: 12px;
  line-height: 20px;
  color: #003049;
  margin-bottom: 10px;
}
.offer .rating {
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 266px;
  min-width: 266px;
  background: #EDF9FF;
  border-radius: 7px;
  text-align: center;
  padding: 15px;
}
.offer .rating-total {
  color: #1D1B1B;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 10px;
}
.offer .rating-total span {
  font-size: 18px;
  font-weight: 600;
}
.offer-feature {
  width: 266px;
  min-width: 266px;
  background: #EDF9FF;
  border-radius: 7px;
  padding: 15px;
  margin-left: 0;
}
.offer-feature li {
  position: relative;
  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;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  color: #003049;
}
.offer-feature li span, .offer-feature li b {
  position: relative;
  background: #EDF9FF;
}
.offer-feature li::before {
  position: absolute;
  z-index: 0;
  content: "";
  width: 100%;
  height: 1px;
  border-bottom: 1px dashed #95CBE7;
  left: 0;
  right: 0;
  bottom: 3px;
}
.offer-feature li:not(:last-child) {
  margin-bottom: 8px;
}
.offer-bonus-info {
  background: #F5F5F8;
  border-radius: 7px;
  font-weight: 400;
  font-size: 9px;
  line-height: 16px;
  color: #1D1B1B;
  padding: 10px;
}
.offer-bonus-info a, .offer-bonus-info p, .offer-bonus-info li {
  font-weight: 400;
  font-size: 9px;
  line-height: 16px;
  color: #1D1B1B;
  margin-bottom: 0;
}
.offer-bonus_null {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.offer-bonus_null .offer-bonus, .offer-bonus_null .offer-feature {
  min-width: 100%;
  width: 100%;
}
.offer-bonus_null .offer-feature {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
}
.offer-bonus_null .offer-feature li {
  width: calc(50% - 10px);
}
.offer-bonus_null .offer-feature li:not(:last-child) {
  margin-bottom: 0;
}
.offer-pay {
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.offer .list-arr {
  margin-bottom: 0;
}
.offer .list-arr + div {
  margin-top: 10px;
}
.offer .code {
  gap: 0 7px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.offer .code-title {
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  color: #1D1B1B;
}
.offer .code-number {
  display: inline-block;
  background: #EDF9FF;
  border-radius: 4px;
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
  color: #1D1B1B;
  padding: 3px 7px;
}
.offer .tc {
  font-weight: 400;
  font-size: 9px;
  line-height: 12px;
  text-align: center;
}
.offer .tc span {
  display: block;
}
.offer .btn {
  width: 210px;
  margin-bottom: 5px;
}
.offer_top {
  gap: 20px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.offer_top .more {
  display: none;
}
.offer:not(.flexbox) .offer-body {
  padding-right: 0;
}
.offer:not(.flexbox) .offer-logo {
  width: 100%;
  height: 110px;
  min-height: 110px;
  margin-bottom: 10px;
}
.offer:not(.flexbox) .offer-name {
  text-align: center;
}
.offer:not(.flexbox) .list-arr {
  margin-bottom: 10px;
}
.offer:not(.flexbox) .offer-feature {
  width: 100%;
  margin-bottom: 15px;
}
.offer:not(.flexbox) .btn {
  width: 100%;
  margin-bottom: 0;
}
.offer:not(.flexbox) .tc {
  margin-top: 8px;
}
.offer:not(.flexbox) .tc span {
  display: inline-block;
}
@media screen and (max-width: 992px) {
  .offer-pay {
    min-width: 100%;
  }
  .offer-body {
    padding-right: 0;
  }
  .offer-abbreviation .offer_top {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .offer-abbreviation .offer-body {
    min-width: 100%;
  }
  .offer-abbreviation .offer-pay {
    min-width: auto;
  }
}
@media screen and (max-width: 768px) {
  .offer {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .offer-body {
    min-width: 100%;
  }
  .offer .tc {
    font-size: 10px;
    line-height: 18px;
  }
}
@media screen and (max-width: 600px) {
  .offer-abbreviation {
    gap: 0;
    padding: 10px;
  }
  .offer-abbreviation .offer_top {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .offer-abbreviation .offer-name {
    display: none;
  }
  .offer-abbreviation .more {
    position: relative;
    display: inline-block;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    color: #003049;
    padding-right: 17px;
  }
  .offer-abbreviation .more::before {
    position: absolute;
    content: "";
    width: 14px;
    height: 14px;
    background: center center/cover no-repeat;
    background-image: url("../img/sprite.svg#sprite--arr-offer");
    right: 0;
    top: calc(50% - 7px);
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    -o-transition: transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
  .offer-abbreviation .list-arr li {
    font-size: 16px;
    line-height: 24px;
  }
  .offer-abbreviation .offer-body {
    max-height: 0;
    overflow: hidden;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 15px;
  }
  .offer-abbreviation.open .offer-body {
    max-height: 500px;
    padding-top: 20px;
  }
  .offer-abbreviation.open .more::before {
    -webkit-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
            transform: rotate(-180deg);
  }
}
@media screen and (max-width: 550px) {
  .offer {
    gap: 0;
  }
  .offer-logo {
    width: 100%;
    min-height: 100px;
    margin-bottom: 10px;
  }
  .offer-body {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 15px;
  }
  .offer-bonus {
    min-width: 100%;
    margin-bottom: 10px;
  }
  .offer-bonus_null .offer-feature li {
    width: 100%;
  }
  .offer-name {
    text-align: center;
  }
  .offer-feature {
    width: 100%;
  }
  .offer .btn {
    width: 100%;
    margin-bottom: 8px;
  }
  .offer .tc span {
    display: inline;
  }
  .offer-abbreviation .offer_top {
    gap: 15px;
  }
  .offer-abbreviation .offer-logo {
    width: 90px;
    height: 60px;
    min-height: 60px;
    margin-bottom: 0;
  }
  .offer-abbreviation .offer-body {
    margin-bottom: 0;
  }
  .offer-abbreviation .offer-bonus {
    min-width: auto;
    margin-bottom: 0;
  }
  .offer-abbreviation .offer-pay {
    width: 100%;
  }
}

.similar h2, .similar h3, .similar h4, .similar h5 {
  margin-top: 40px;
}
.similar .offers-block.flexbox {
  gap: 20px;
  margin-bottom: 40px;
}
.similar .offers-block.flexbox .offers__item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 196px;
  margin-bottom: 0;
}
.similar .offers-block.flexbox .offers__item .offer-logo {
  min-height: 80px;
  height: 80px;
}
.similar .offers-block.flexbox .offers__item .btn {
  width: 100%;
  height: 38px;
  line-height: 38px;
  font-size: 14px;
}
.similar .offers-block.flexbox .list-arr li {
  font-size: 16px;
  line-height: 22px;
}
@media screen and (max-width: 768px) {
  .similar .offers-block.flexbox {
    margin-bottom: 30px;
  }
}

/* source */
.source-block {
  gap: 20px 35px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
.source .media {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 695px;
  border: 1px solid #BFBFC0;
  border-radius: 10px;
  padding-bottom: 37%;
}
.source .media .video, .source .media img, .source .media iframe {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.source .media iframe, .source .media img {
  border-radius: 10px;
}
.source .video {
  z-index: 2;
}
.source .video::before {
  position: absolute;
  z-index: 2;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 10px;
}
.source .video.open .btn-video {
  display: none;
}
.source .video.open::before {
  display: none;
}
.source .btn-video {
  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;
  position: absolute;
  z-index: 2;
  background: #F26419;
  width: 82px;
  height: 82px;
  border-radius: 100%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  padding-left: 5px;
}
.source .btn-video svg {
  fill: #fff;
}
.source .btn-video:hover {
  background: rgba(191, 191, 192, 0.2);
}
.source .btn-video:hover svg {
  fill: #F26419;
}
.source-text {
  max-width: 330px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.source-descr {
  position: relative;
  max-width: 219px;
  font-style: italic;
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  color: rgba(69, 75, 79, 0.5);
  margin-bottom: 19px;
}
.source-descr::before {
  position: absolute;
  z-index: 3;
  content: "";
  width: 122px;
  height: 48px;
  background: center center/cover no-repeat;
  background-image: url("../img/sprite.svg#sprite--arr-source");
  top: 16px;
  left: -127px;
}
.source-heading {
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  text-transform: capitalize;
  color: #1D1B1B;
  margin-bottom: 17px;
}
.source .link {
  font-weight: 500;
  color: #F26419;
}
.source .link svg {
  fill: #F26419;
  margin-left: 10px;
}
.source .link:hover {
  color: #BC4607;
}
.source .link:hover svg {
  fill: #BC4607;
}
@media screen and (max-width: 768px) {
  .source .media {
    max-width: 100%;
    min-width: 100%;
    padding-bottom: 56%;
  }
  .source-descr {
    display: none;
  }
  .source .btn-video {
    -webkit-transform: scale(0.45);
        -ms-transform: scale(0.45);
            transform: scale(0.45);
    top: calc(37% - 18px);
    left: calc(43% - 18px);
  }
}

.team-block {
  margin-bottom: 23px;
}
.team__item {
  position: relative;
  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: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 66px;
  padding-left: 79px;
}
.team__item:not(:last-child) {
  margin-bottom: 23px;
}
.team__item img {
  position: absolute;
  width: 66px;
  height: 66px;
  border-radius: 5px;
  -o-object-fit: cover;
     object-fit: cover;
  left: 0;
  top: 0;
  margin: 0;
}
.team .name {
  font-weight: 600;
  font-size: 18px;
  line-height: 26px;
  text-transform: capitalize;
  color: #003049;
}
.team .position {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-transform: capitalize;
  color: #003049;
}
@media screen and (max-width: 768px) {
  .team__item {
    min-height: 60px;
    padding-left: 78px;
  }
  .team__item img {
    width: 60px;
    height: 60px;
  }
}

/* tested */
.tested__item {
  background: #FFFFFF;
  -webkit-box-shadow: 2px 4px 20px rgba(57, 54, 54, 0.07);
          box-shadow: 2px 4px 20px rgba(57, 54, 54, 0.07);
  border-radius: 10px;
  padding: 20px 30px 25px;
}
.tested__item:not(:last-child) {
  margin-bottom: 30px;
}
.tested-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  text-transform: capitalize;
  color: #003049;
  margin-bottom: 15px;
}
.tested-heading + .text {
  margin-bottom: 20px;
}
.tested-heading img {
  margin: 0;
}
.tested p, .tested a, .tested li {
  font-size: 14px;
  line-height: 20px;
}
.tested-answer {
  counter-reset: number;
  padding: 0 10px;
}
.tested-answer__item.open .tested-answer-heading::after {
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.tested-answer__item.open .text {
  max-height: 700px;
}
.tested-answer-heading {
  position: relative;
  width: 100%;
  text-align: left;
  counter-increment: number;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #003049;
  padding-right: 20px;
  padding-bottom: 10px;
}
.tested-answer-heading::before {
  content: counter(number) "." " ";
}
.tested-answer-heading::after {
  position: absolute;
  content: "";
  width: 16px;
  height: 16px;
  background: center center/cover no-repeat;
  background-image: url("../img/sprite.svg#sprite--arr-down");
  right: 0;
  top: 5px;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.tested-answer .text {
  max-height: 0;
  overflow: hidden;
}
.tested-answer .text p:last-child {
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .tested__item {
    padding: 20px;
  }
  .tested__item:not(:last-child) {
    margin-bottom: 20px;
  }
  .tested-answer {
    padding: 0;
  }
}

/* best */
.best {
  margin-bottom: 30px;
}
.best__item {
  background: #FFFFFF;
  border: 1px solid #D9D9D9;
  border-radius: 10px;
  padding: 40px;
}
.best__item:not(:last-child) {
  margin-bottom: 30px;
}
.best-heading {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 15px;
}
.best-heading-info {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 0 40px;
}
.best-review, .best time {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #1D1B1B;
}
.best-name {
  font-weight: 600;
  font-size: 28px;
  line-height: 36px;
  color: #1D1B1B;
}
.best-img img {
  border-radius: 10px;
}
.best_bottom {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
}
.best_bottom-title {
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  text-transform: capitalize;
  color: #444A50;
  margin-bottom: 5px;
}
.best .list-arr {
  margin-bottom: 0;
}
.best .list-arr li {
  font-size: 24px;
  line-height: 26px;
}
.best .btn {
  width: 320px;
  margin: 0;
}
@media screen and (max-width: 992px) {
  .best-heading {
    gap: 10px;
  }
  .best-heading-info {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 10px;
  }
  .best-name, .best h3 {
    min-width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .best__item {
    padding: 20px;
  }
  .best-name {
    font-size: 24px;
    line-height: 32px;
  }
  .best-review, .best time {
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
  }
  .best .btn {
    width: 100%;
  }
}
@media screen and (max-width: 450px) {
  .best__item {
    border-radius: 0;
    border-left: none;
    border-right: none;
    width: calc(100% + 40px);
    margin-left: -20px;
  }
}

.side {
  gap: 15px 20px;
  margin-bottom: 20px;
}
.side ul {
  margin-bottom: 0;
}
.side__item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background: #FFFFFF;
  border: 1px solid #D9D9D9;
  border-radius: 10px;
  padding: 20px;
  padding-bottom: 25px;
}
.side-heading {
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  color: #1D1B1B;
  margin-bottom: 18px;
}
@media screen and (max-width: 768px) {
  .side {
    margin-bottom: 15px;
  }
  .side__item {
    min-width: 100%;
    background: #FBFBFB;
    border: 1px solid #BFBFC0;
    padding: 15px;
    padding-bottom: 20px;
  }
  .side-heading {
    margin-bottom: 10px;
  }
}

/* games */
.games-block {
  grid-template-columns: repeat(auto-fit, minmax(330px, 330px));
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  grid-gap: 20px 35px;
}
.games__item {
  background: #FFFFFF;
  -webkit-box-shadow: 2px 4px 20px rgba(57, 54, 54, 0.07);
          box-shadow: 2px 4px 20px rgba(57, 54, 54, 0.07);
  border-radius: 10px;
  overflow: hidden;
  cursor: pointer;
}
.games__item:hover .games-body::before {
  z-index: 2;
  opacity: 1;
}
.games__item:hover .games-text {
  opacity: 1;
  z-index: 3;
}
.games-body {
  position: relative;
  height: 209px;
  overflow: hidden;
}
.games-body img {
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  margin: 0;
}
.games-body::before {
  position: absolute;
  z-index: 1;
  opacity: 0;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(29, 26, 26, 0.7);
  border-radius: 10px 10px 0 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.games-text {
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
}
.games-title {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 15px;
}
.games-bonus {
  font-weight: 700;
  font-size: 22px;
  line-height: 30px;
  margin-bottom: 15px;
}
.games_bottom {
  gap: 20px;
  border: 1px solid #BFBFC0;
  border-top: none;
  border-radius: 0 0 10px 10px;
  padding: 18px 20px 20px;
}
.games-name, .games-rtp {
  font-weight: 600;
  font-size: 18px;
  line-height: 26px;
  text-transform: capitalize;
  color: #1D1B1B;
}
.games .btn {
  width: 210px;
}
@media screen and (max-width: 450px) {
  .games-block {
    grid-template-columns: repeat(auto-fit, minmax(280px, 330px));
  }
}

/* win */
.win-block {
  border-radius: 10px;
  background: url("../img/win@2x.png") no-repeat;
  background-size: cover;
  background-position: top right;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 25px 50px 59px 46px;
}
.win-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  margin-bottom: 10px;
}
.win-heading img {
  margin: 0;
}
.win-body {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px 0;
}
.win-number {
  gap: 7px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}
.win-number__item, .win-number-dollar {
  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;
  width: 46px;
  height: 60px;
  border-radius: 5px;
  background: url("../img/numbers.svg") no-repeat;
  background-size: cover;
}
.win-number__item span, .win-number-dollar span {
  font-weight: 600;
  font-size: 30px;
  line-height: 38px;
  color: #003049;
}
.win-number__item {
  overflow: hidden;
}
.win-number__item span {
  -webkit-transform: translateY(-50px);
      -ms-transform: translateY(-50px);
          transform: translateY(-50px);
}
.win-number-dot {
  width: 6px;
  height: 6px;
  background: #EDF9FF;
  border-radius: 1px;
}
.win .btn {
  margin: 0;
}
@media screen and (max-width: 1034px) {
  .win-block {
    padding: 40px 15px;
  }
  .win .btn {
    width: 210px;
  }
}
@media screen and (max-width: 950px) {
  .win-number {
    min-width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .win-heading {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 30px;
  }
  .win-heading img {
    display: none;
  }
  .win-body {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 768px) {
  .win-number {
    gap: 3px;
  }
  .win-number__item, .win-number-dollar {
    width: 22px;
    height: 32px;
  }
  .win-number__item span, .win-number-dollar span {
    font-size: 18px;
    line-height: 18px;
  }
  .win-number-dot {
    width: 3px;
    height: 3px;
    border-radius: 1px;
  }
}
@media screen and (max-width: 450px) {
  .win-block {
    background-image: url("../img/win-mob@2x.png");
  }
}

.win-number.animation .win-number__item:nth-of-type(2) span {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
.win-number.animation .win-number__item:nth-of-type(3) span {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition-delay: 0.5s;
       -o-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.win-number.animation .win-number__item:nth-of-type(5) span {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition-delay: 1s;
       -o-transition-delay: 1s;
          transition-delay: 1s;
}
.win-number.animation .win-number__item:nth-of-type(6) span {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition-delay: 1.5s;
       -o-transition-delay: 1.5s;
          transition-delay: 1.5s;
}
.win-number.animation .win-number__item:nth-of-type(7) span {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition-delay: 2s;
       -o-transition-delay: 2s;
          transition-delay: 2s;
}
.win-number.animation .win-number__item:nth-of-type(9) span {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition-delay: 2.5s;
       -o-transition-delay: 2.5s;
          transition-delay: 2.5s;
}
.win-number.animation .win-number__item:nth-of-type(10) span {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition-delay: 3s;
       -o-transition-delay: 3s;
          transition-delay: 3s;
}
.win-number.animation .win-number__item:nth-of-type(11) span {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition-delay: 3.5s;
       -o-transition-delay: 3.5s;
          transition-delay: 3.5s;
}
.win-number.animation .win-number__item:nth-of-type(13) span {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition-delay: 4s;
       -o-transition-delay: 4s;
          transition-delay: 4s;
}
.win-number.animation .win-number__item:nth-of-type(14) span {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition-delay: 4.5s;
       -o-transition-delay: 4.5s;
          transition-delay: 4.5s;
}

/* text block */
.text-block {
  margin-bottom: 30px;
}

/* payment */
.payment {
  overflow: hidden;
}
.payment h2 {
  padding-right: 80px;
}
.payment__item {
  min-width: 340px;
  background: #FFFFFF;
  border: 1px solid #BFBFC0;
  border-radius: 10px;
  padding: 30px;
}
.payment-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 34px;
  margin-bottom: 25px;
}
.payment-img img {
  margin: 0;
}
.payment-heading {
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  color: #1D1B1B;
  margin-bottom: 15px;
}
.payment-slider .slick-list {
  width: calc(100% + 20px);
  margin-right: -20px;
}
.payment-slider .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.payment-slider .slick-slide {
  height: auto;
  margin-right: 20px;
}
@media screen and (max-width: 768px) {
  .payment__item {
    padding: 30px 25px 37px;
  }
}
@media screen and (max-width: 400px) {
  .payment__item {
    min-width: 320px;
  }
}

/* minimum */
.minimum-block {
  grid-template-columns: repeat(auto-fit, minmax(300px, 340px));
  grid-gap: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.minimum__item {
  background: #FFFFFF;
  -webkit-box-shadow: 2px 4px 20px rgba(57, 54, 54, 0.07);
          box-shadow: 2px 4px 20px rgba(57, 54, 54, 0.07);
  border-radius: 10px;
  text-align: right;
  padding: 30px;
  padding-bottom: 25px;
}
.minimum__item .text {
  text-align: left;
  margin-bottom: 20px;
}
.minimum__item p {
  font-size: 14px;
  line-height: 20px;
  color: #454B4F;
}
.minimum__item svg {
  fill: #454B4F;
}
.minimum__item:hover svg {
  fill: #F26419;
}
.minimum-bonuses {
  background: url("../img/game@2x.png") no-repeat;
  background-size: cover;
  background-position: top right;
}
.minimum-bonuses .minimum-bonus {
  font-weight: 600;
  font-size: 22px;
  line-height: 32px;
  color: #fff;
  text-align: left;
  margin-bottom: 20px;
}
.minimum-bonuses .minimum-bonus span {
  font-size: 16px;
  display: block;
}
.minimum-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #1D1B1B;
  margin-bottom: 15px;
}
.minimum-heading img {
  margin: 0;
}
@media screen and (max-width: 768px) {
  .minimum__item {
    padding: 25px;
  }
  .minimum-bonuses {
    background-position: top right -10px;
  }
}

/* faq */
.faq-block {
  counter-reset: number;
}
.faq-heading {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  padding: 20px 40px;
  padding-left: 51px;
}
.faq-heading::before {
  position: absolute;
  counter-increment: number;
  content: counter(number) ". ";
  left: 30px;
}
.faq .text {
  padding: 0 30px;
}
@media screen and (max-width: 768px) {
  .faq-heading {
    padding: 15px 40px;
  }
  .faq-heading::before {
    left: 20px;
  }
  .faq .text {
    padding-left: 20px;
    padding-right: 20px;
  }
}

/* tc */
.section_top {
  background: #EDF9FF url("../img/tc@2x.png") no-repeat;
  background-size: 100% auto;
  background-position: top center;
  padding-top: 20px;
  padding-bottom: 40px;
  margin-top: -30px;
  margin-bottom: 20px;
}
.section_top .breadcrumbs {
  margin-top: 0;
}
.section_top h1 {
  color: #003049;
  margin-bottom: 0;
}
.section_top .text {
  max-width: 844px;
  margin-top: 20px;
}
@media screen and (max-width: 1100px) {
  .section_top {
    background-position: top right -50px;
  }
}
@media screen and (max-width: 768px) {
  .section_top h1 {
    font-size: 28px;
    line-height: 36px;
  }
}
@media screen and (max-width: 450px) {
  .section_top {
    background-image: url("../img/tc-mob@2x.png");
    background-position: top right;
  }
}

/* details */
.details {
  background: #F8F8F8;
  border: 1px solid #DDDDDD;
  border-radius: 7px;
  margin-bottom: 30px;
}
.details-heading {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 22px 10px 16px;
}
.details-heading time {
  position: relative;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  color: #1D1B1B;
  padding-left: 20px;
}
.details-heading time::before {
  position: absolute;
  content: "";
  width: 14px;
  height: 14px;
  background: center center/cover no-repeat;
  background-image: url("../img/sprite.svg#sprite--calendar");
  left: 0;
  top: calc(50% - 7px);
}
.details-heading .more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 7px;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  color: #1D1B1B;
}
.details-heading .more svg {
  fill: #1D1B1B;
}
.details-heading .more:hover {
  color: #003049;
}
.details-heading .more:hover svg {
  fill: #003049;
}
.details-body {
  max-height: 0;
  overflow: hidden;
  padding: 0 20px;
}
.details-body .team {
  margin-bottom: 17px;
}
.details-body .team__item {
  min-height: 47px;
  padding-left: 61px;
}
.details-body .team__item img {
  width: 47px;
  height: 47px;
}
.details-body .team .name {
  font-size: 16px;
  line-height: 24px;
}
.details-body .team .position {
  font-size: 14px;
  line-height: 20px;
}
.details-body .text p {
  font-size: 14px;
  line-height: 20px;
}
.details.open .details-heading .more {
  color: #003049;
}
.details.open .details-heading .more svg {
  fill: #003049;
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.details.open .details-body {
  max-height: 700px;
  border-top: 1px solid rgba(0, 48, 73, 0.1);
  padding-top: 20px;
  padding-bottom: 20px;
}

/* information */
.information {
  position: relative;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 20px;
  margin-bottom: 20px;
}
.information__item.open .information-text {
  max-height: 500px;
  padding-top: 25px;
  padding-bottom: 25px;
}
.information__item.open .information-button {
  color: #F26419;
}
.information__item.open .information-button svg {
  fill: #F26419;
}
.information-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #454B4F;
}
.information-button svg {
  fill: #454B4F;
}
.information-button:hover {
  color: #F26419;
}
.information-button:hover svg {
  fill: #F26419;
}
.information-text {
  max-height: 0;
  overflow: hidden;
  position: absolute;
  z-index: 5;
  background: #FFFFFF;
  -webkit-box-shadow: 2px 4px 20px rgba(57, 54, 54, 0.07);
          box-shadow: 2px 4px 20px rgba(57, 54, 54, 0.07);
  border-radius: 10px;
  top: 30px;
  left: 0;
  right: 0;
  width: 100%;
  padding: 0 30px;
}
.information-text p:last-of-type {
  margin-bottom: 0;
}
.information-text .close {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 14px;
  height: 14px;
  background: center center/cover no-repeat;
  background-image: url("../img/sprite.svg#sprite--close-14");
}
.information-text p, .information-text a, .information-text li {
  font-size: 14px;
  line-height: 20px;
}

/* filter */
.filter {
  margin-bottom: 15px;
}
.filter__item {
  background: #F5F5F8;
  border: 1px solid #BFBFC0;
  border-radius: 7px;
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  color: #1D1B1B;
  padding: 4px 28px 5px;
  margin-right: 10px;
}
.filter__item:hover, .filter__item.active {
  background: #F26419;
  border-color: #F26419;
  color: #FFFFFF;
}
@media screen and (max-width: 400px) {
  .filter {
    width: calc(100% + 20px);
    margin-right: -20px;
  }
}

/* tablecontent */
.tablecontent.blockmore__item:not(:last-child) {
  margin-bottom: 30px;
}
.tablecontent-heading {
  padding: 20px 30px;
  padding-right: 40px;
}
.tablecontent .text {
  padding-left: 30px;
  padding-right: 30px;
}
.tablecontent ul:not([class]) {
  margin-left: 0;
  margin-bottom: 0;
}
.tablecontent ul:not([class]) li:not(:last-child) {
  margin-bottom: 15px;
}
.tablecontent ul:not([class]) li a:not([class]) {
  text-decoration: none;
  color: #003049;
  font-size: 16px;
  line-height: 24px;
}
.tablecontent ul:not([class]) li a:not([class]):hover {
  text-decoration: underline;
}
.tablecontent ul:not([class]) ul {
  margin-top: 10px;
}
.tablecontent ul:not([class]) ul li {
  padding-left: 15px;
}
.tablecontent ul:not([class]) ul li:not(:last-child) {
  margin-bottom: 10px;
}
.tablecontent ul:not([class]) ul li::before {
  content: "-";
  width: 0;
  height: 0;
  top: 2px;
}
@media screen and (max-width: 768px) {
  .tablecontent-heading {
    padding: 15px 20px;
    padding-right: 30px;
  }
  .tablecontent ul:not([class]) li a:not([class]) {
    font-size: 14px;
    line-height: 20px;
  }
  .tablecontent .text {
    padding-left: 20px;
    padding-right: 20px;
  }
}

/* bestcategory */
.bestcategory__item {
  border: 1px solid #D9D9D9;
}
.bestcategory__item .text {
  max-height: none;
  border-top: 1px solid rgba(0, 48, 73, 0.1);
  padding: 15px 30px 25px 30px;
}
.bestcategory-heading {
  gap: 0 10px;
  padding: 23px 30px;
}
.bestcategory-heading::after {
  display: none;
}
.bestcategory ol:not([class]) li::before {
  content: counter(number) "." " ";
}
@media screen and (max-width: 768px) {
  .bestcategory__item .text {
    padding: 10px 20px 20px;
  }
  .bestcategory-heading {
    font-size: 18px;
    line-height: 26px;
    padding: 16px 20px;
  }
}

/* headline */
.idea {
  position: relative;
  background: #EDF9FF;
  border-radius: 10px;
  padding: 20px;
  padding-left: 70px;
  margin-bottom: 30px;
}
.idea::before {
  position: absolute;
  content: "";
  width: 30px;
  height: 30px;
  background: center center/cover no-repeat;
  background-image: url("../img/sprite.svg#sprite--idea");
  top: 20px;
  left: 20px;
}
.idea p {
  font-weight: 500;
  color: #1D1B1B;
}
.idea p:last-of-type {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .idea {
    padding-left: 20px;
    padding-top: 60px;
  }
  .idea::before {
    top: 15px;
  }
}

.attention {
  position: relative;
  background: #FFF1E9;
  border-radius: 10px;
  padding: 20px;
  padding-left: 70px;
  margin-bottom: 30px;
}
.attention::before {
  position: absolute;
  content: "";
  width: 30px;
  height: 30px;
  background: center center/cover no-repeat;
  background-image: url("../img/sprite.svg#sprite--warning");
  top: 20px;
  left: 20px;
}
.attention p {
  font-weight: 500;
  color: #1D1B1B;
}
.attention p:last-of-type {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .attention {
    padding-left: 20px;
    padding-top: 60px;
  }
  .attention::before {
    top: 15px;
  }
}

/* how */
.how {
  margin-bottom: 30px;
}
.how-caption {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 10px 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #FFFFFF;
  border: 1px solid #D9D9D9;
  border-radius: 10px;
  padding: 15px 20px;
  margin-bottom: 20px;
}
.how-caption__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 8px;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #1D1B1B;
}
.how-caption .descr {
  font-size: 16px;
  line-height: 24px;
  color: #1D1B1B;
}
.how-block {
  grid-template-columns: repeat(auto-fit, minmax(300px, 340px));
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  grid-gap: 20px;
  counter-reset: number;
}
.how__item {
  position: relative;
  counter-increment: number;
  background: #FFFFFF;
  border: 1px solid #D9D9D9;
  border-radius: 10px;
  padding: 78px 20px 25px;
}
.how__item::before {
  position: absolute;
  content: "0" counter(number);
  top: 20px;
  left: 20px;
  font-weight: 700;
  font-size: 40px;
  line-height: 48px;
  color: #F26419;
}
.how-heading {
  font-weight: 600;
  font-size: 18px;
  line-height: 26px;
  color: #1D1B1B;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .how__item {
    margin-bottom: 20px;
  }
}

/* criteria */
.criteria {
  margin-bottom: 30px;
}
.criteria-block {
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  grid-gap: 20px;
  margin-bottom: 20px;
}
.criteria-block .btn {
  width: 100%;
}
.criteria__item {
  max-width: 520px;
  background: #FFFFFF;
  -webkit-box-shadow: 2px 4px 20px rgba(57, 54, 54, 0.07);
          box-shadow: 2px 4px 20px rgba(57, 54, 54, 0.07);
  border-radius: 10px;
  justify-self: center;
  padding: 30px;
  padding-top: 25px;
}
.criteria-heading {
  font-weight: 600;
  font-size: 26px;
  line-height: 34px;
  color: #1D1B1B;
  margin-bottom: 15px;
}
.criteria img {
  border-radius: 10px;
  margin-bottom: 15px;
}
.criteria .check-list_min li {
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  color: #454B4F;
}
.criteria .check-list_min li:not(:last-child) {
  margin-bottom: 8px;
}
@media screen and (max-width: 768px) {
  .criteria-block {
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  }
  .criteria__item {
    padding: 20px;
    padding-top: 15px;
  }
  .criteria-heading {
    font-size: 22px;
    line-height: 30px;
  }
  .criteria .check-list_min li {
    font-size: 16px;
    line-height: 24px;
  }
}

/* system */
.system__item {
  position: relative;
  padding-left: 55px;
}
.system__item:not(:last-child) {
  padding-bottom: 20px;
}
.system__item:not(:last-child)::before, .system__item:not(:last-child)::after {
  position: absolute;
  content: "";
  width: 0;
  left: 20px;
  top: 20px;
  border-left: 1px dashed;
}
.system__item:not(:last-child)::before {
  height: calc(100% - 20px);
  border-color: #D9D9D9;
}
.system__item:not(:last-child)::after {
  height: 0;
  border-color: #F26419;
  -webkit-transition: height 1s;
  -o-transition: height 1s;
  transition: height 1s;
}
.system__item .text p:not(:last-child) {
  margin-bottom: 20px;
}
.system__item.animation::after {
  height: calc(100% - 20px);
}
.system-heading {
  font-weight: 600;
  font-size: 18px;
  line-height: 26px;
  color: #003049;
  margin-bottom: 10px;
}
.system-number {
  position: absolute;
  z-index: 1;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  line-height: 40px;
  text-align: center;
  background: #FFFFFF;
  -webkit-box-shadow: 2px 4px 20px rgba(57, 54, 54, 0.07);
          box-shadow: 2px 4px 20px rgba(57, 54, 54, 0.07);
  color: #F26419;
  font-size: 16px;
  font-weight: 600;
  left: 0;
  top: 0;
}

/* methods */
.methods-block {
  grid-template-columns: repeat(auto-fit, minmax(300px, 340px));
  grid-gap: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 30px;
}
.methods__item {
  background: #FFFFFF;
  -webkit-box-shadow: 2px 4px 20px rgba(57, 54, 54, 0.07);
          box-shadow: 2px 4px 20px rgba(57, 54, 54, 0.07);
  border-radius: 10px;
  text-align: center;
  padding: 30px 20px;
}
.methods-icon {
  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;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background: #F5F5F8;
  margin: 0 auto;
  margin-bottom: 15px;
}
.methods-icon img {
  margin: 0;
}
.methods-heading {
  font-weight: 600;
  font-size: 18px;
  line-height: 26px;
  color: #1D1B1B;
}
.methods a.methods__item:hover .methods-heading {
  color: #F26419;
}

/* safe */
.safe-block {
  grid-template-columns: repeat(auto-fit, minmax(300px, 340px));
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  grid-gap: 20px;
  margin-bottom: 20px;
}
.safe__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #FFFFFF;
  -webkit-box-shadow: 2px 4px 20px rgba(57, 54, 54, 0.07);
          box-shadow: 2px 4px 20px rgba(57, 54, 54, 0.07);
  border-radius: 10px;
  padding: 20px;
}
.safe__item .list-arr {
  margin-bottom: 40px;
}
.safe__item .list-arr li {
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
}
.safe__item .list-arr li:not(:last-child) {
  margin-bottom: 10px;
}
.safe__item .link {
  text-decoration: underline;
  color: #1D1B1B;
  margin-top: auto;
}
.safe__item .link:hover {
  color: #F26419;
}
.safe-logo {
  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;
  width: 100%;
  height: 110px;
  background: #F5F5F8;
  border-radius: 7px;
  margin-bottom: 15px;
}
.safe-logo img {
  margin-bottom: 0;
}

/* game */
.game {
  margin-bottom: 30px;
}
.game__item {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 15px 23px;
  background: #FFFFFF;
  border: 1px solid #D9D9D9;
  border-radius: 10px;
  padding: 25px 15px;
}
.game__item:not(:last-child) {
  margin-bottom: 15px;
}
.game__item .text p {
  font-size: 14px;
  line-height: 20px;
}
.game-logo {
  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;
  width: 100px;
  height: 100px;
  background: #F5F5F8;
  border-radius: 7px;
  padding: 5px;
}
.game-logo img {
  margin: 0;
}
.game-body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.game-heading {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #1D1B1B;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .game__item {
    padding: 20px;
  }
  .game-logo {
    width: 70px;
    height: 70px;
  }
  .game-logo img {
    max-width: 36px;
  }
  .game-body {
    min-width: 100%;
  }
}

/* teams */
.teams .team-block {
  background: #FFFEFE;
  border: 1px solid #BFBFC0;
  border-radius: 10px;
  padding: 30px;
}
.teams .team_top {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  margin-bottom: 17px;
}
.teams .team__item {
  min-height: 47px;
  padding-left: 63px;
  margin-bottom: 0;
}
.teams .team__item img {
  width: 47px;
  height: 47px;
}
.teams .team__item .name {
  font-size: 16px;
  line-height: 24px;
}
.teams .team__item .position {
  font-size: 14px;
  line-height: 20px;
}
.teams .text p {
  font-size: 14px;
  line-height: 20px;
}
@media screen and (max-width: 768px) {
  .teams .team-block {
    position: relative;
    padding: 20px 25px 80px;
  }
  .teams .team-block .soc {
    position: absolute;
    bottom: 25px;
    left: 25px;
  }
}

/* tab */
.tab {
  margin-bottom: 30px;
}
.tab-menu {
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 20px;
}
.tab-menu__item {
  background: #F5F5F8;
  border: 1px solid #BFBFC0;
  border-radius: 5px;
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  color: #1D1B1B;
  padding: 4px 20px 5px;
}
.tab-menu__item:hover, .tab-menu__item.active {
  background: #F26419;
  border-color: #F26419;
  color: #FFFFFF;
}
.tab__item {
  display: none;
}
.tab__item.active {
  display: block;
}

/* author */
.author-block {
  border-radius: 10px;
  background: #FFF;
  -webkit-box-shadow: 2px 4px 20px 0px rgba(57, 54, 54, 0.07);
          box-shadow: 2px 4px 20px 0px rgba(57, 54, 54, 0.07);
  gap: 20px 25px;
  padding: 20px;
  margin-bottom: 30px;
}
.author-img {
  width: 182px;
  height: 199px;
}
.author-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
  border-radius: 7px;
  margin: 0;
}
.author-text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.author-text .text {
  margin-bottom: 15px;
}
.author-text .soc {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.author_top {
  gap: 20px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  margin-bottom: 15px;
}
.author-name {
  color: #1D1B1B;
  font-size: 26px;
  font-weight: 600;
  line-height: 34px;
  text-transform: capitalize;
  margin-bottom: 5px;
}
.author-position {
  color: #003049;
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
  text-transform: capitalize;
}
.author-note {
  position: relative;
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
  padding-left: 28px;
}
.author-note::before {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  background: center center/cover no-repeat;
  background-image: url("../img/sprite.svg#sprite--note");
  left: 0;
  top: calc(50% - 10px);
}
@media screen and (max-width: 768px) {
  .author-block {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
  }
  .author-text {
    min-width: 100%;
  }
  .author-note {
    position: absolute;
    bottom: 20px;
    right: 20px;
  }
}
@media screen and (max-width: 450px) {
  .author-img {
    width: 100%;
    height: 306px;
  }
}

/* note */
.note-block {
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  grid-gap: 20px;
  margin-bottom: 30px;
}
.note__item {
  border-radius: 7px;
  background: #FFF;
  -webkit-box-shadow: 2px 4px 20px 0px rgba(57, 54, 54, 0.07);
          box-shadow: 2px 4px 20px 0px rgba(57, 54, 54, 0.07);
  overflow: hidden;
}
.note__item img {
  width: 100%;
  height: 192px;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 0;
}
.note__item .text {
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-bottom: 20px;
}
.note__item:hover .note-heading {
  color: #F26419;
}
.note-body {
  padding: 20px;
}
.note-heading {
  color: #003049;
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-bottom: 10px;
}
.note_bottom {
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.note_bottom time, .note_bottom .read {
  color: #454B4F;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
@media screen and (max-width: 992px) {
  .note-block {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 768px) {
  .note-block {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 450px) {
  .note .btn {
    width: 100%;
  }
}

/* staff */
.staff {
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  grid-gap: 20px;
  margin-bottom: 40px;
}
.staff__item {
  border-radius: 10px;
  background: #FFF;
  -webkit-box-shadow: 2px 4px 20px 0px rgba(57, 54, 54, 0.07);
          box-shadow: 2px 4px 20px 0px rgba(57, 54, 54, 0.07);
  padding: 20px;
}
.staff_top {
  gap: 20px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  margin-bottom: 15px;
}
.staff_top img {
  width: 106px;
  height: 120px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 7px;
  margin: 0;
}
.staff-name {
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  color: #1D1B1B;
  text-transform: capitalize;
  margin-bottom: 2px;
}
.staff-name:hover {
  color: #F26419;
}
.staff-position {
  color: #003049;
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize;
  line-height: 24px;
  margin-bottom: 10px;
}

/* works */
.works {
  margin-bottom: 40px;
}
.works__item {
  border-radius: 10px;
  background: #EDF9FF;
  padding: 20px;
}
.works__item:not(:last-child) {
  margin-bottom: 20px;
}
.works-heading {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  color: #1D1B1B;
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  gap: 15px;
  margin-bottom: 15px;
}
.works-heading img {
  width: 40px;
  height: 40px;
  margin: 0;
}

/* table info */
.table-info {
  margin-bottom: 40px;
}
.table-info__item {
  border-radius: 7px;
  border: 1px solid #D9D9D9;
  overflow: hidden;
}
.table-info__item:not(:last-child) {
  margin-bottom: 20px;
}
.table-info-header {
  background: #F5F5F8;
  color: #1D1B1B;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  padding: 10px 15px;
}
.table-info-body {
  height: 296px;
}
.table-info-list {
  min-width: 100%;
}
.table-info-dl {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 8px 20px;
  padding: 12px 15px;
}
.table-info-dl:not(:last-child) {
  border-bottom: 1px solid #D9D9D9;
}
.table-info-dt {
  width: 230px;
  min-width: 230px;
  color: #1D1B1B;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
}
.table-info-dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: #1D1B1B;
  font-size: 14px;
  font-weight: 600;
  line-height: 22px;
}
.table-info-dd a, .table-info-dd p {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}
.table-info-dd a {
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  .table-info {
    margin-bottom: 30px;
  }
  .table-info-dt {
    width: 100%;
    min-width: 100%;
  }
}

/* software */
.software {
  gap: 20px;
  margin-bottom: 40px;
}
.software__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  border-radius: 7px;
  background: #FFF;
  -webkit-box-shadow: 2px 4px 20px 0px rgba(57, 54, 54, 0.07);
          box-shadow: 2px 4px 20px 0px rgba(57, 54, 54, 0.07);
  min-width: 250px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: #1D1B1B;
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
  text-transform: capitalize;
  padding: 10px;
}
.software__item svg {
  fill: #000;
  margin-left: auto;
}
.software__item img {
  margin: 0;
}
.software__item:hover {
  color: #F26419;
}
.software__item:hover svg {
  fill: #F26419;
}
@media screen and (max-width: 768px) {
  .software {
    margin-bottom: 30px;
  }
}

/* contact */
.contact {
  gap: 40px 44px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 965px;
  margin: 0 auto;
}
.contact-text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 460px;
}
.contact picture {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.contact img {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .contact-text {
    max-width: 100%;
    min-width: 100%;
  }
}

/* footer */
.footer_top {
  background: #003049;
  padding: 50px 0 47px;
}
.footer_top .container {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px 10px;
}
.footer .logo {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  color: #FFFFFF;
}
.footer-menu {
  gap: 20px 50px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer-menu-link {
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  color: rgba(255, 255, 255, 0.7);
}
.footer-menu-link:hover {
  color: #fff;
}
.footer_bottom {
  background: #00283D;
  padding: 22px 0;
}
.footer_bottom .container {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
.footer-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  color: rgba(255, 255, 255, 0.5);
}
.footer-info img {
  margin: 0;
}
.footer .copy {
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  color: rgba(255, 255, 255, 0.5);
}
@media screen and (max-width: 768px) {
  .footer_top {
    padding-bottom: 40px;
  }
  .footer_top .container {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .footer_bottom {
    padding: 26px 0 20px;
  }
  .footer_bottom .container {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .footer-menu {
    min-width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 25px;
  }
}
@media screen and (max-width: 450px) {
  .footer-menu__item {
    min-width: 100%;
    text-align: center;
  }
  .footer .copy {
    min-width: 100%;
    text-align: center;
  }
  .footer .copy span {
    display: block;
  }
}

/* popup */
.popup {
  position: fixed;
  z-index: 103;
  display: none;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  left: 50%;
  top: 20%;
}
.popup .close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 14px;
  height: 14px;
  background: center center/cover no-repeat;
  background-image: url("../img/sprite.svg#sprite--close");
}

/* cookies */
.cookies {
  display: block;
  width: 320px;
  background: #FFFFFF;
  -webkit-box-shadow: 2px 4px 20px rgba(57, 54, 54, 0.07);
          box-shadow: 2px 4px 20px rgba(57, 54, 54, 0.07);
  border-radius: 10px;
  text-align: center;
  padding: 20px;
}
.cookies-heading {
  font-weight: 600;
  font-size: 20px;
  line-height: 26px;
  color: #1D1B1B;
  margin-bottom: 15px;
}
.cookies-link {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #888A8B;
}
.cookies-link:hover {
  color: #F26419;
}
.cookies .text {
  margin-bottom: 15px;
}
.cookies .text p {
  font-size: 14px;
  line-height: 20px;
}
.cookies .btn {
  width: 100%;
  margin-bottom: 8px;
}
/*# sourceMappingURL=../sourcemaps/style.css.map */
