* {
  box-sizing: border-box;
}

body {
  font-family: "400";
  line-height: 1.5;
  color: #000;
  overflow-x: hidden;
  width: 100vw;
  background-color: #fff;
}

h1 {
  font-size: 40px;
  line-height: 1.5;
  color: #1a1a1a;
  margin-top: 10px;
}

h2 {
  font-size: 25px;
  line-height: 1.5;
  color: #1a1a1a;
}

h3 {
  font-size: 20px;
  line-height: 1.5;
  color: #fff;
}

h4 {
  font-size: 18px;
  line-height: 1.5;
  color: #fff;
}

.container {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 30px;
}

img {
  width: 100%;
}

ul {
  padding: 0;
  margin: 0;
}

.content li {
  list-style: disc;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
}
/*----youtube styles------*/
center {
  position: relative;
  margin-top: 20px;
}
.youtube__wrap {
  display: grid;
  max-width: 100%;
  margin: 0 auto;
}
.youtube__item {
  position: relative;
  padding: 0 0 56% 0;
}
.youtube {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  width: 100%;
  height: 100%;
  object-fit: cover;
  background-size: cover;
  background-position: center;
}
.youtube-cont{
  float: left;
}



/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

.header {
  background-color: #fff;
}

.burger__main-menu {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-start;
  position: fixed;
  top: 0;
  right: -100%;
  background-color: white;
  transition: right 0.4s linear;
  padding: 20px 10px;
  height: 100%;
  overflow: auto;
  z-index: 9999999999;
}
.burger__main-menu li {
  padding: 9px;
}
.burger__main-menu li img {
  width: 17px;
}
.nav>li{
  cursor: pointer;
}
.burger__main-submenu {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  display: none;
}

.burger__main-menu__item {
  font-family: "400";
  line-height: 1.2;
  color: black;
  font-size: 14px;
  text-align: right;
  text-transform: uppercase;
  cursor: pointer;
}
.burger__main-menu__item:hover {
  color: #000;
}

.burger__title {
  font-family: "400";
  color: #000;
  font-size: 18px;
}

.burger__line {
  text-align: center;
  width: 100%;
  border-bottom: 1px solid rgba(80, 80, 80, 0.337254902);
}

.burger__main-menu__active {
  right: 0;
}

.burger__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.4);
  z-index: 10000;
  display: none;
}

.hidden {
  overflow: hidden;
}

.mobile_logo {
  width: 100px;
  cursor: pointer;
  z-index: 999;
}
.mobile_logo img {
  border-radius: 5px;  
}

#burger {
  display: none;
  cursor: pointer;
  width: 18px;
  margin-left: 25px;
}

.close {
  cursor: pointer;
  width: 18px;
}

#more {
  position: relative;
}
#more::after {
  position: absolute;
  right: -15px;
  top: 7px;
  content: "";
  width: 7.5px;
  height: 4.5px;
  background-image: url(../img/more.svg);
  background-size: 7.5px;
  background-repeat: no-repeat;
  background-position: 0 0;
}
#more:hover::after {
  position: absolute;
  right: -15px;
  top: 7px;
  content: "";
  width: 7.5px;
  height: 4.5px;
  background-image: url(../img/more-black.svg);
  background-size: 7.5px;
  background-repeat: no-repeat;
  background-position: 0 0;
}

.more__area {
  display: flex;
  align-items: flex-end;
  z-index: -1;
  transition: opacity 0.3s linear;
  bottom: -5%;
  position: absolute;
  width: 100%;
  padding: 0;
  overflow: hidden;
  height: auto;
  opacity: 0;
}

.more__area__active {
  overflow: visible;
  height: 200%;
  opacity: 1;
  z-index: 70;
}

.close__more__area {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: none;
  z-index: 69;
}

.sub__nav {
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  background-color: #fff;
}

.header__bottom {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5px 0;
}

.header__right {
  width: 86%;
  display: flex;
  align-items: center;
  flex: 0 0 86%;
}

.logo {
  color: #000;
  text-align: center;
  width: 80px;
  font-size: 18px;
  display: flex;
  align-items: center;
  display: none;
  font-weight: 700;
}

.header-main__title {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 700;
}

.header__title {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 700;
  height: 50px;
  border-top: 1px rgba(0, 0, 0, 0.1725490196) solid;
  display: flex;
  justify-content: center;
  align-items: center;
}

.nav {
  z-index: 71;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  font-family: "400";
  margin-right: 20px;
}
.nav li {
  list-style: none;
}

.nav__item {
  position: relative;
  font-size: 16px;
  line-height: 17px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  transition: all 0.3s linear;
  color: black;
  padding-bottom: 3px;
  border-bottom: 1px solid transparent;
  text-transform: uppercase; 
}
.nav__item:hover {
  border-bottom: 1px solid #000;
  color: #1a1a1a;
}

@media (max-width: 860px) {
  .header__right {
    flex: 0 1 90%;
  }
}
@media (max-width: 800px) {
  .header-main__title {
    display: block;
  }
 
  .logo {
    display: block;
  }
  .nav {
    margin-left: 20px;
  }
  #burger {
    display: block;
    z-index: 999;
  }
  .header__bottom {
    justify-content: space-between;
  }
  .header__title {
    display: none;
  }
}
.content {
  padding-bottom: 30px;
}
.content .table {
  border-collapse: collapse;
}
.content .table tr td {
  border: 1px solid #0073C5;
  padding: 10px;
}
.content .table tr:first-child {
  background-color: #0073C5;
  color: #fff;
}
.content .table__def {
  border-collapse: collapse;
}
.content .table__def tr td {
  border: 1px solid #387DD7;
  padding: 10px;
}
.content a {
  width: 100%;
}
.content picture {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.content strong {
  font-size: 18px;
  font-family: "700";
  color: #000;
}
.content img {
  max-width: 100%;
}
.content p {
  font-size: 14px;
  line-height: 1.4;
}
.content ul {
  margin-top: 15px;
}
.content li {
  margin-bottom: 10px;
}
.content li a:hover {
  text-decoration: underline;
}
.content-row__text {
  float: left;
}
.content-row table {
  float: right;
  margin-left: 15px;
  font-size: 15px;
  line-height: 1.4;
}
.content__image__items {
  display: flex;
  align-items: flex-start;
}
.content__image__item {
  text-align: center;
}
.content__min--image {
  max-width: 300px;
  float: left;
  margin-right: 15px;
}

.win-item {
	list-style: auto !important;
}
.win_none {
	list-style: none !important;
}

.win_img {
	width: 60%;
	margin: 20px auto;
}


.main__link {
  display: inline-block;
  max-width: 200px;
  padding: 10px 15px;
  background-color: #554083;
  color: #fff;
  text-align: center;
  border-radius: 5px;
  margin-bottom: 30px;
}
.main__link:hover {
  transition: all 0.3s linear;
  background-color: #BC3C8B;
}

.small__img {
  max-width: 400px;
  width: 100%;
}

.footer {
  padding: 30px 0;
  background-color: #3a3a3a;
  color: #ccc;
}
.footer h3 {
  color: #fff;
}
.footer p {
  font-size: 14px;
  line-height: 1.4;
}
.footer a {
  color: #969696;
  text-align: center;
  text-decoration: underline;
  transition: color 0.3s linear;
}
.footer a:hover {
  color: #fff;
}
.footer__items {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-row-gap: 15px;
}
.footer__items p {
  font-size: 12px;
  line-height: 12px;
}
.footer__item {
  justify-self: left;
  text-align: left;
}
.footer__item h3 {
  margin-top: 0;
  margin-bottom: 10px;
}
.footer__item p {
  font-size: 14px;
  line-height: 1.4;
  text-align: left;
}
.footer__item ul li {
  list-style: none;
}
.footer__item__pages ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.footer__security {
  align-self: center;
}
.footer__security a {
  font-size: 12px;
  line-height: 1.4;
  margin-right: 15px;
}
.footer__security a:last-child {
  margin-right: 0;
}
.footer__security p {
  font-size: 12px;
  line-height: 1.4;
  margin: 0;
}
.footer__bottom {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 30px;
}
.footer__logo {
  max-width: 100px;  
}
.footer__logo img {
  border-radius: 5px;
}

@media (max-width: 700px) {
  .footer p {
    text-align: left;
  }
  .footer__items {
    grid-template-columns: 1fr;
    grid-row-gap: 10px;
  }
  .footer__item {
    justify-self: self-start;
    text-align: left;
  }
  .footer__security {
    justify-self: self-start;
  }
  .footer__logo {
    justify-self: self-start;
    margin-left: 0;
  }
  .footer__bottom {
    grid-template-columns: 1fr;
  }
}
@font-face {
  font-family: "400";
  src: url("../fonts/400.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "400";
  src: url("../fonts/400.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "700";
  src: url("../fonts/700.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "700";
  src: url("../fonts/700.woff2") format("woff2");
  font-weight: bold;
  font-style: normal;
}
@media (max-width: 700px) {
  .content-row__text {
    float: none;
  }
  .content-row table {
    float: none;
    margin-left: 0;
  }
  .content__image__items {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .content__image__item {
    margin-bottom: 20px;
  }
  .content__image__item:last-child {
    margin-bottom: 0;
  }
  .container {
    padding: 0 20px;
  }
  li {
    font-size: 15px;
  }
}
@media (max-width: 500px) {
  table {
    display: inline-block;
    overflow-x: auto;
    max-width: 100%;
  }
}