/*! 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.
 */

h1 {
  font-size: 34px;
  margin: 0.67em 0;
}

/* 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.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

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;
}
*, *:after, *:before {
  box-sizing: border-box;
}
.clearfx {
  clear: both;
}
p, h1, h2, h3, h4, ul, ol {
  margin: 15px 0;
}
.clearfx::after {
  content: '';
  display: table;
  clear: both;
}

a {
  outline: none;
  cursor: pointer !important;
}

.ava_block {
  margin-right: 10px;
  width: 50px;
  float: left;
}
.ava_block img {
  width: 50px;
  height: 50px;
  object-fit: cover;
}

.PortalNavigation {
  background-color: #0D2337;
  border-bottom: 1px solid #fff;
  box-sizing: border-box;
}

.PortalNavigation-items {
  margin: 0;
}

.LoginButton-button {
  background-color: transparent;
  border: 0;
  color: #fff;
  cursor: pointer;
  font-size: 0;
  margin-top: 5px;
  margin-left: 10px;
  outline: 0;
  padding: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

ul li {
  margin-bottom: 0 !important
}

.LoginButton-button {
  font-size: .8em;
  padding: 0 6px;
}

.LoginButton-button {
  margin: 0 10px;
}

.PortalNavigation-items-item {
  box-sizing: border-box;
  list-style: none;
  display: flex;
  align-items: center;
}

.baz {
  color: #12BF2F !important;
  font-family: 'Poppins', sans-serif !important;
  left: 5px !important;
}

.PortalNavigation-items-item a {
  box-sizing: border-box;
  color: white;
  display: block;
  padding: 0 15px;
  white-space: nowrap;
  font-size: .9rem;
  text-decoration: none;
}

.baz {
  position: relative;
}

.baz:before {
  background-image: url("../images/a.png") !important;
  background-size: cover !important;
  content: '';
  display: inline-block !important;
  height: 20px !important;
  width: 20px !important;
  position: absolute;
  left: -20px;
}

.Header {
  -ms-grid-columns: 1fr 1fr 1fr 1fr 80px;
  grid-template-columns: 1fr 1fr 1fr 1fr 80px;
  -ms-flex-align: center;
  align-items: center;
  background-color: #0D2337 !important;
  box-sizing: border-box;
  color: #FFFFFF;
  padding: 15px 0 0 0;
}

.Header {
  -ms-grid-columns: 150px 1fr 1fr 1fr 150px;
  grid-template-columns: 150px 1fr 1fr 1fr 150px;
  padding: 15px 15px 15px 15px !important;
}

.Display--grid {
  display: grid;
  grid-gap: 20px 20px;
}

.Header__menu .MenuButton {
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  border: 0;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
  justify-content: flex-end;
  outline: 0;
  position: relative;
  transition: all ease-in-out .3s;
  justify-content: center;
  margin-left: inherit;
}

.Header__menu .MenuButton span {
  color: white;
  opacity: 1;
  font-weight: 700;
  font-family: 'Montserrat Bold', sans-serif;
}

.Header__menu .MenuButton div {
  display: flex;
  flex-direction: column;
  margin-left: 25px;
}

.menua {
  display: block;
  background-color: white;
  width: 25px;
  height: 2px;
  margin-top: 7px;
  border-radius: 5px;
}

.Header__branding {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  grid-column: 3/4;
  -ms-flex-pack: center;
  justify-content: center;
}
.logo {
  font-size: 1.5em;
  margin-left: 0;
  margin-right: auto;
}
.burger {
  line-height: 1;
  margin-right: 15px;
}
.Header__branding .Page-logo a .PageLogo-image {
  display: block;
  height: auto;
  max-width: 250px;
  min-width: 120px;
  width: 100%;
}

.Header__search {
  box-sizing: border-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
  justify-content: flex-end;
  position: relative;
  grid-column: 4/5;
  padding: 0 15px;
}

.Search {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
  justify-content: flex-end;
  position: relative;
  width: 100%;
}

.search-img {
  position: absolute;
  z-index: -1;
  opacity: 0;
}


.Search__button {
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  border: 0;
  color: #fff;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  font-weight: 700;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 1;
  overflow: hidden;
  padding: 0;
  position: absolute;
  transition: opacity width ease-in-out .3s;
  width: 100%;
  justify-content: flex-end;
  right: 20px;
}

.Search__button span {
  display: flex;
  align-items: center;
  column-gap: 20px;
}

.Header__Live {
  -ms-grid-column: inherit;
  grid-column: inherit;
}

.LiveButton {
  border-radius: 4px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
}

.LiveButton {
  -ms-flex-align: center;
  align-items: center;
  box-sizing: border-box;
  display: -ms-flexbox;
  display: flex;

  padding: 15px;
  position: relative;
  transition: all ease-in-out .6s;
}
svg {
  vertical-align: middle;
}
.LiveButton--On {
  position: relative;
  color: white;
  background-color: #EFEFEF;
  text-decoration: none;
  margin-left: 15px;
}

.LiveButton--Bounce {
  border-radius: 50%;
  height: 13px;
  width: 13px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 5px;
}

.LiveButton--Bounce::after {
  border-radius: 12px;
  content: '';
  display: block;
  height: 12px;
  margin-right: 10px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 12px;
  z-index: 1;
}

.LiveButton--On .LiveButton--Bounce::after {
  background-color: grey;
  border: 1px solid #efefef;
}

.LiveButton span:nth-child(2) {
  white-space: nowrap;
  font-family: 'Montserrat Bold', sans-serif;
  font-weight: 700;
  color: grey;
}

.LiveButton--Bounce::before {
  border-radius: 12px;
  content: '';
  height: 24px;
  margin-right: 10px;
  opacity: 0;
  position: absolute;
  width: 24px;
  z-index: 1;
}

.ava_block {
  margin-top: 4px;
}

@keyframes warningPulse {
  0% {
      transform: scale(.2);
      opacity: .7
  }
  100% {
      transform: scale(1.5);
      opacity: 0
  }
}

.LiveButton--On .LiveButton--Bounce::before {
  animation: warningPulse 1.3s infinite;
  background-color: grey;
}

.BreakingNews {
  background-image: linear-gradient(0deg, rgba(188, 32, 9, 1) 0%, rgba(255, 103, 81, 1) 4%, rgba(231, 27, 9, 1) 12%, rgba(231, 27, 9, 1) 88%, rgba(255, 103, 81, 1) 96%, rgba(188, 32, 9, 1) 100%);
  background-position: center;
  background-repeat: no-repeat;
  box-sizing: border-box;
  font-size: .8rem;

}

.BreakingNews {
  font-size: 1.3rem;
}

.BreakingNews h4 {
  margin: 0 25px;
  color: white;
  white-space: nowrap;
  font-family: 'Montserrat Bold', sans-serif;
}

.BreakingNews a {
  font-weight: 400;
  color: white;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-decoration: none;
  font-family: 'Montserrat Bold', sans-serif;
}

.Search__button span, .PortalNavigation {
  font-family: 'Montserrat Bold', sans-serif;
}

@media (max-width: 920px) {
  .header-session {
      display: none;
  }
}

@media (max-width: 862px) {
  .PortalNavigation-items .PortalNavigation-items-item:last-child {
      display: none;
  }
}

@media (max-width: 700px) {
  .PortalNavigation {
      display: none;
  }
}

.shoow {
  display: none !important;
}

@media (max-width: 545px) {
  .Header__Live {
      display: none;
  }
}

@media (max-width: 420px) {
  .BreakingNews a {
      display: none;
  }

  .Display--grid {
      grid-gap: 0;
  }

  .shoow {
      display: block !important;
  }
}

body {
  color: rgb(27, 53, 74);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  line-height: 1.3;
  margin: 0;
  overflow-x: hidden;

}

a {
  text-decoration: underline;
  color: rgb(0, 0, 255);
  cursor: auto;
}

a:hover {
  color: rgb(52, 52, 253);
  text-decoration: none;
}


img {
  max-width: 100%;
}



.speaker {
  
  color: rgb(82, 150, 219);
  font-size: 16px;
  display: block;
  margin-top: 40px;
}

.speaker2 {
  
  font-size: 16px;
}

.speaker3 {
  
  color: rgb(255, 68, 68);
  font-size: 16px;
}

.container {
  width: 1020px;
  position: relative;
  margin: 0px auto;
}

header {
  position: relative;
  width: 100%;
  background-color: rgb(255, 255, 255);
  padding: 10px 0px;
}

.logo_name {
  margin: 12px 0px 0px 14px;
  display: inline-block;
  
  font-size: 24px;
  color: rgb(5, 81, 157);
  cursor: pointer;
  letter-spacing: 1.3px;
  line-height: 28px;
}

.time {
  line-height: 20px;
  display: inline-block;
  font-size: 11px;
  font-family: "regular";
  color: rgb(144, 144, 144);
  margin-left: 15px;
}

.city {
  display: inline-block;
  font-size: 13px;
  font-family: "regular";
  color: rgb(5, 81, 157);
  margin-left: 15px;
  cursor: pointer;
}

.arrow {
  display: inline-block;
  margin-left: 4px;
  margin-bottom: 2px;
  width: 8px;
  height: 6px;
  background: transparent url("") no-repeat scroll center center;
}

.social_media {
  position: relative;
  font-size: 0px;
  display: inline-block;
  vertical-align: top;
  float: right;
}

.social_media li {
  width: 30px;
  height: 30px;
  background-color: rgb(255, 255, 255);
  display: inline-block;
  border-radius: 2px;
  margin-top: 7px;
  margin-right: 20px;
  cursor: pointer;
}

.fb {
  background: transparent url("") no-repeat scroll center center / 20px 20px;
}

.vk {
  background: transparent url("") no-repeat scroll center center / 20px 20px;
}

.tw {
  background: transparent url("") no-repeat scroll center center / 20px 20px;
}

.ok {
  background: transparent url("") no-repeat scroll center center / 20px 20px;
}

.in {
  background: transparent url("") no-repeat scroll center center / 20px 20px;
}

.social_media li:hover {
  opacity: 0.7;
}

.header_line_2 {
  margin-top: 0px;
  padding-bottom: 6px;
}

.links {
  padding-top: 5px;
  font-size: 0px;
  position: relative;
  margin-left: 69px;
  display: inline-block;
}

.links li {
  
  font-size: 14px;
  color: #1b354a;
  display: inline-block;
  margin-right: 15px;
  cursor: pointer;
  letter-spacing: 0.9px;
}

.links li:hover {
  color: rgb(82, 150, 219);
}

.links li:nth-child(1) {
  margin-right: 11px;
}

.links li:nth-child(2) {
  margin-right: 11px;
}

.links li:last-child {
  margin-right: 0px;
}

.chosen_link {
  border-radius: 3px;
  border: 2px solid rgb(5, 81, 157);
  padding: 4px;
}

.search {
  display: inline-block;
  float: right;
  width: 40px;
  height: 40px;
  background: transparent url("../images/search-1.svg") no-repeat scroll center center / 20px 20px;
  vertical-align: top;
  margin-right: 10px;
  border-radius: 2px;
  cursor: pointer;
}

.search:hover {
  opacity: 0.7;
}

.text_section {
  position: relative;
  width: 100%;
  background: #afb7ba;
  padding-bottom: 10px;
}

.white_base {
  position: relative;
}

.base {
  padding: 40px 40px 20px;
  width: 940px;
  background-color: rgb(255, 255, 255);
}

.bottom {
  position: relative;
  margin-top: 50px;
}

.bottom .base {
  padding-bottom: 40px;
}

.bottom img {
  display: block;
  margin: 0px auto;
}

.bottom_text {
  width: 648px;
  padding: 50px 70px;
  background-color: rgb(255, 255, 255);
  display: block;
  margin: 35px auto 0px;
  outline: 10px solid rgba(114, 168, 211, 0.5);
}

.bottom_text p {
  width: 630px;
}

.comments {
  position: relative;
  margin-top: 20px;
}

.comment {
  padding: 30px;
  background: rgba(114, 168, 211, 0.2) none repeat scroll 0% 0%;
  margin-bottom: 30px;
}

.comment img {
  margin-top: 5px;
}

.text1 {
  
  font-size: 18px;
  color: rgb(27, 53, 74);
  margin-top: 4px;
}

.text2 {
  font-family: "regular";
  font-size: 16px;
  color: rgb(170, 170, 170);
}

.text3 {
  margin: 0px;
  font-family: "regular";
  font-size: 16px;
  width: 860px;
}

.comment p {
  width: 100%;
  font-size: 16px;
  margin-top: 20px;
}

.block2 {
  width: 732px;
  background: rgb(255, 255, 255) none repeat scroll 0% 0%;
  padding: 10px;
  border: 1px solid red;
}

.block2 p {
  width: 730px;
}

.block3 {
  width: 732px;
  background: rgb(246, 253, 255) none repeat scroll 0% 0%;
  padding: 10px;
  border: 1px solid rgb(27, 53, 74);
}

.block3 p {
  width: 730px;
}

.red {
  color: rgb(244, 11, 11);
}

.ymaps-b-form-button__input::-moz-focus-inner {
  padding: 0px;
  border: 0px none;
}

@media not all,
not all {}

@media not all {}

.link {
  position: relative;
  margin: 30px auto 0;
  width: 300px;
  height: 71px;
  background: transparent url("") no-repeat scroll 0% 0%;
}

.link a {
  display: block;
  text-align: center;
  height: 100%;
  color: rgb(102, 102, 102);
}

.zaf {
  position: relative;
  margin: 0px 0px 20px;
}

.zaf a {
  color: rgb(173, 172, 171);
  text-decoration: underline;
}

.zaf a:hover {
  color: rgb(142, 142, 142);
}

.zaf img {
  margin-top: 0px;
}

.screenLock {
  position: fixed;
  width: 100%;
  background: rgba(0, 0, 0, 0.7) none repeat scroll 0% 0%;
  top: 0px;
  left: 0px;
  z-index: 99999;
  display: none;
}

.msg {
  position: absolute;
  width: 600px;
  height: 240px;
  top: 150px;
  left: 50%;
  padding: 10px;
  margin-left: -300px;
  background: rgb(20, 143, 185) none repeat scroll 0% 0%;
  border: 1px solid rgb(238, 238, 238);
}

.msg>h1 {
  color: rgb(255, 255, 255);
  text-align: center;
  font-size: 24px;
  margin-bottom: 30px;
  margin-top: 30px;
}

.close {
  position: absolute;
  top: 1px;
  right: 5px;
  font-size: 40px;
  cursor: pointer;
}

.submit {
  margin-top: 10px;
  height: 50px;
  width: 400px;
  background-color: firebrick;
  color: rgb(255, 255, 255);
  font-size: 30px;
  border-radius: 3px;
}


label.error {
  font-style: italic;
  font-weight: normal;
  color: rgb(180, 4, 4);
  padding: 3px 0px;
  font-size: 16px;
}

.orderForm {
  max-width: 600px;
  padding: 25px 15px;
  background: url("") repeat;
  border: 1px solid #cccccc;
}

.alert {
  font-size: 17px;
  color: #333;
  font-family: "Georgia";
  font-style: italic;
}

.alert span {
  font-weight: bold;
}

.btn-order {
  padding: 0px 16px;
  padding-top: 4px;
  padding-bottom: 8px;
  font-size: 25px;
  font-family: "Georgia";
  font-weight: bold;
  font-style: italic;
  border-radius: 12px;
  background-color: hsl(36, 100%, 40%) !important;
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffad32", endColorstr="#cc7a00");
  background-image: -khtml-gradient(linear, left top, left bottom, from(#ffad32), to(#cc7a00));
  background-image: -moz-linear-gradient(top, #ffad32, #cc7a00);
  background-image: -ms-linear-gradient(top, #ffad32, #cc7a00);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffad32), color-stop(100%, #cc7a00));
  background-image: -webkit-linear-gradient(top, #ffad32, #cc7a00);
  background-image: -o-linear-gradient(top, #ffad32, #cc7a00);
  background-image: linear-gradient(#ffad32, #cc7a00);
  border-color: #cc7a00 #cc7a00 hsl(36, 100%, 35%);
  color: #333 !important;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.33);
  -webkit-font-smoothing: antialiased;
}


.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

.form-group {
  margin-bottom: 15px;
}

.away {
  display: block;
  color: rgb(180, 4, 4);
  font-size: 22px;
  line-height: 28px;
  padding: 12px 0;
  width: 300px;
  text-align: center;
  background: rgb(186, 224, 254);
  border: 5px solid rgba(114, 168, 211, 1);
  border-radius: 40px;
  text-decoration: none;
  text-transform: uppercase;
  
  font-weight: bold;
}

.away:hover {
  color: rgb(180, 4, 4);
  text-decoration: underline;
}


.order-pgu {
  display: block;
  width: 554px;
  margin: 20px auto;
  font-family: Tahoma;
  font-weight: 900;
  text-decoration: none;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fb3a35+0,d5231f+50,b2100d+100 */
  background: #fb3a35;
  /* Old browsers */
  background: -moz-linear-gradient(top, #fb3a35 0%, #d5231f 50%, #b2100d 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #fb3a35 0%, #d5231f 50%, #b2100d 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #fb3a35 0%, #d5231f 50%, #b2100d 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#fb3a35', endColorstr='#b2100d', GradientType=0);
  /* IE6-9 */
  color: #ffffff;
  text-align: center;
  font-size: 30px;
  height: 70px;
  line-height: 70px;
  border: 6px solid rgb(222, 222, 222);
  border-radius: 14px;
}

.order-pgu span {
  color: #fad65e;
}

.superlink {
  text-decoration: underline;
  color: #1b354a;
}

.superlink h2:hover {
  color: rgb(82, 150, 219);
  text-decoration: none;
}

.goods {
  width: 400px;
  height: auto;
  max-width: 100%;
}

.iframe {
  width: 640px !important;
  height: 312px !important;
}


.text3 {
  width: calc(100% - 84px) !important;
  margin-left: 74px !important;
}

.block3 {
  width: calc(100% - 20px);
}


.custom {
  margin: 15px 0;
  padding: 15px;
  background: #FFF2CC;
  box-sizing: border-box;

  border: 1px solid #000;
}

.custom h3 {
  margin-top: 0;
}
li:not(:last-child) {
  margin-bottom: 10px;
}

.custom2 {
  background: #D9EAD3;
}

.custom ul {
  margin-top: 0;
}


.expert {
  border: 5px solid #C9DAF8;
  margin-bottom: 15px;
}

.expert .bottom {
  margin: 0;
  font-size: 30px;
}

.expert .bottom p {
  font-size: 20px;
  text-align: center;
}

.expert .top {
  display: flex;
}

.expert .top p {
  font-size: 20px;
  padding-right: 30px;
}

.expert img {
  width: 250px;
  margin-right: 30px;
}

.submit-roulette:hover {
  background: #b00;
  transition: background .3s
}



.submit-roulette:active {
  transform: translateY(2px);
  box-shadow: none
}

.submit-roulette {
  text-transform: uppercase;
  padding: 10px 15px;
  margin: 15px 0;
  outline: none;
  border: none;
  margin-top: 5px;
  border-radius: 5px;
  box-shadow: 0 4px 3px #242120;
  background: red;
  color: #fff;
  font-weight: bold;
  cursor: pointer;
  transition: background .3s;
  font-size: 22px;
}

input[type="submit"]:hover {
  background: #b00 !important;
  transition: background .3s
}

input[type="submit"]:active {
  transform: translateY(2px);
  box-shadow: none !important
}

.input-roulette {
  padding-left: 5px;
  height: 42px;
  margin-bottom: 10px;
  width: 100% !important;
  max-width: 350px;
  font-size: 22px;
}


.ruletka-p {
  text-indent: 0;
  color: #000;
  text-align: center !important;
  margin: 15px;
  line-height: 25px;
  font-weight: bold
}

.ruletka-p h2 {
  font-size: 25px;
  margin-bottom: 15px
}

.ruletka-a {
  color: #1697ce
}

.spin-wrapper {
  -webkit-box-shadow: 0 0 10px;
  box-shadow: 0 0 10px;
  border: 3px solid red;
  padding: 20px 10px;
  border-radius: 10px;
  text-align: center;
  box-sizing: border-box
}

.spin-wrapper .ruletka-p {
  margin-bottom: 15px
}

.danger-text {
  color: red;
  font-weight: bold
}

.wheel {
  width: 380px;
  height: 380px;
  margin: 0 auto;
  position: relative
}

.wheel img {
  max-width: 100%;
  max-height: 100%
}

.wheel-img {
  max-width: 100%;
  max-height: 100%;
  -webkit-transition: 4s;
  -o-transition: 4s;
  transition: 4s
}

.wheel-cursor {
  position: absolute;
  width: 35% !important;
  height: 35%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}

.cursor-text {
  position: absolute;
  z-index: 2;
  display: inline-block;
  width: 45% !important;
  height: 45%;
  font: 16px Arial !important;
  line-height: 61px !important;
  cursor: pointer;
  border-radius: 50%;
  vertical-align: middle;
  text-align: center;
  background-color: #ccc;
  border: 1px solid #ccc;
  top: 49%;
  left: 50%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-box-shadow: white 0 -2px 0 inset, white 0 2px 0 inset, rgba(0, 0, 0, .4) 0 0 5px;
  box-shadow: white 0 -2px 0 inset, white 0 2px 0 inset, rgba(0, 0, 0, .4) 0 0 5px;
  background: #fff;
  background: -webkit-gradient(radial, center center, 0, center center, 100%, color-stop(0%, white), color-stop(100%, #eaeaea));
  background: -webkit-radial-gradient(center, ellipse cover, white 0%, #eaeaea 100%);
  background: -o-radial-gradient(center, ellipse cover, white 0%, #eaeaea 100%);
  background: -webkit-radial-gradient(center, ellipse, white 0%, #eaeaea 100%);
  background: -o-radial-gradient(center, ellipse, white 0%, #eaeaea 100%);
  background: radial-gradient(ellipse at center, white 0%, #eaeaea 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#eaeaea", GradientType=1)
}

.order_block {
  display: none;
  text-align: center !important
}


.order_block h3 {
  font: bold 18px Arial !important;
  background: transparent
}

#luckyshop_form,
#profit_form2,
#omni_form,
#everad_form,
#shakes_form,
#apilead_form,
#hp_form,
#p_hp_form,
#pw_hp_form,
#leadtrade_form,
#drcash_form,
#t_drcash_form,
#rocket_form,
#ad1_form,
#p_omni_form,
#m_leads,
#v_m_leads,
#kma_form,
#adbees_form,
#crm_form,
#leadgroup_form,
#leadbit_form,
#cpagetti_form,
#monsterleads_form,
#tl_form,
#adeptcpa_form,
#burg_tl_form,
#scpa_pw_ad1_form,
#scpa_pw_hp_form,
#scpa_pw_tl_form,
#scpa_pw_apilead_form,
#scpa_pw_leadtrade_form,
#scpa_pw_drcash_form,
#rekl_form,
#p_apilead_form,
#aff1_form,
#p_hp_form_test,
#p_rekl_form,
#static_omni_form,
#funcpa_form,
#ha9_form {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: "Proxima Nova", "Arial", "Helvetica Neue", sans-serif
}

.time_remains {
  font-size: 1.1em;
  color: red;
  font-weight: bold
}

.spin-result-wrapper {
  display: none;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  top: 0;
  z-index: 999;
  left: 0;
  height: 100%;
  position: fixed;
  background-color: rgba(0, 0, 0, .6);
  text-align: center
}

.pop-up-window {
  position: relative;
  max-width: 400px;
  right: 0;
  left: 0;
  top: 40%;
  margin: 0 auto;
  background: #fff none repeat scroll 0% 0%;
  text-align: center;
  padding: 10px;
  padding-top: 70px;
  padding-bottom: 20px;
  border-radius: 10px;
  animation: .7s ease 0s normal none 1 running pop-up-appear
}

.close-popup {
  position: absolute;
  width: 30px;
  height: 30px;
  background-image: url("../images/cross_1.svg");
  background-size: 100%;
  top: -40px;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 10px #fff;
  box-shadow: 0 0 10px #fff;
  right: 0;
  cursor: pointer
}

.pop-up-heading {
  font-size: 40px;
  margin-bottom: 20px
}

.pop-up-text {
  margin-bottom: 25px;
  font-size: 24px;
  line-height: 30px;
  text-align: center !important
}

.pop-up-button {
  text-transform: uppercase;
  text-decoration: none !important;
  padding: 10px 20%;
  font-size: 20px;
  border-radius: 5px;
  background-color: #71c341;
  color: #fff !important;
  border: medium none;
  cursor: pointer;
  outline: medium none;
  display: inline-block;
}
.pop-up-button:hover {
  opacity: 0.8;
}
.cursor-text:active {
  -webkit-box-shadow: rgba(0, 0, 0, .4) 0 0 5px inset;
  box-shadow: rgba(0, 0, 0, .4) 0 0 5px inset
}

.pop-up-layer {
  position: fixed !important;
  top: 0 !important;
  width: 100% !important;
  height: 100% !important;
  background-color: rgba(0, 0, 0, .7) !important;
  z-index: 99 !important
}

.pop-up-layer-show {
  display: block
}

.pop-up-window {
  position: relative;
  max-width: 400px;
  right: 0;
  left: 0;
  top: 40%;
  margin: 0 auto;
  background: #fff none repeat scroll 0% 0%;
  text-align: center;
  padding: 10px;
  padding-top: 70px;
  padding-bottom: 20px;
  border-radius: 10px;
  animation: .7s ease 0s normal none 1 running pop-up-appear
}

.pop-up-window::before {
  content: "";
  position: absolute;
  width: 110px;
  height: 110px;
  top: -55px;
  left: 0;
  right: 0;
  margin: 0 auto;
  background-color: #71c341;
  border-radius: 50%;
  animation: .5s ease .6s normal backwards 1 running pop-up-appear-before
}

.pop-up-window::after {
  content: "";
  position: absolute;
  width: 50px;
  height: 20px;
  top: -20px;
  left: 0;
  right: 0;
  margin: 0 auto;
  border-width: medium medium 4px 4px;
  border-style: none none solid solid;
  border-color: currentcolor currentcolor #fff #fff;
  -moz-border-top-colors: none;
  -moz-border-right-colors: none;
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  border-image: none;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: opacity 1s ease 0s;
  animation: .5s ease .6s normal backwards 1 running pop-up-appear-after
}

.text_small {
  font-size: .5em !important;
  font-weight: normal !important
}

@keyframes pop-up-appear {
  0% {
    transform: translateY(-2000px);
  }

  30% {
    transform: translateY(100px);
  }

  100% {
    transform: translateY(0px);
  }
}

@keyframes pop-up-appear-before {
  0% {
    transform: scale(0);
  }

  100% {
    transform: scale(1);
  }
}

@keyframes pop-up-appear-after {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.pop-up-button:hover {
  color: #fff !important;
  text-decoration: none !important
}

@media all and (max-width:520px) {
  .wheel {
    width: 260px !important;
    height: 260px !important
  }

  .cursor-text {
    line-height: 45px !important;
    font-size: 12px !important
  }
}

@media screen and (max-width:520px) and (max-width:345px) {
  .wheel {
    width: 250px !important;
    height: 250px !important
  }

  .cursor-text {
    line-height: 40px !important;
    font-size: 11px !important
  }
}


.wheel-img {
  position: relative;
  user-select: none
}

.wheel-img__numbers {
  position: absolute;
  font-size: 14px;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  user-select: none
}

.wheel-img__number {
  color: #000;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
  position: absolute;
  font-size: 3.5em;
  line-height: 1
}

.wheel-img__number::before {
  content: "%";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  font-size: .7em
}

.wheel-img__number:nth-child(1) {
  top: 15%;
  left: 50%;
  transform: translate(-50%, -50%)
}

.wheel-img__number:nth-child(2) {
  top: 25%;
  left: 75%;
  transform: translate(-50%, -50%) rotateZ(45deg)
}

.wheel-img__number:nth-child(3) {
  top: 50%;
  left: 85%;
  transform: translate(-50%, -50%) rotateZ(90deg)
}

.wheel-img__number:nth-child(4) {
  top: 75%;
  left: 75%;
  transform: translate(-50%, -50%) rotateZ(135deg)
}

.wheel-img__number:nth-child(5) {
  top: 85%;
  left: 50%;
  transform: translate(-50%, -50%) rotateZ(180deg)
}

.wheel-img__number:nth-child(6) {
  top: 75%;
  left: 25%;
  transform: translate(-50%, -50%) rotateZ(225deg)
}

.wheel-img__number:nth-child(7) {
  top: 50%;
  left: 15%;
  transform: translate(-50%, -50%) rotateZ(270deg)
}

.wheel-img__number:nth-child(8) {
  top: 25%;
  left: 25%;
  transform: translate(-50%, -50%) rotateZ(315deg)
}

@media only screen and (max-width:576px) {
  .wheel-img__number {
    font-size: 1.95em
  }

  .wheel-img__number::before {
    top: 100%
  }
}

@keyframes super-rotation {
  70% {
    transform: rotate(1640deg);
  }

  100% {
    transform: rotate(1620deg);
  }
}

.super-rotation {
  -webkit-animation-name: super-rotation;
  animation-name: super-rotation;
  -webkit-animation-duration: 7s;
  animation-duration: 7s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out
}

.wheel-cursor {
  user-select: none
}

@media screen and (max-width: 1019px) {
  img {
    max-width: 100%;
  }

  .social_media {
    display: none;
  }

  .time {
    display: block;
    margin-left: 0;
    margin-bottom: 10px;
  }


  .header_line_2 {
    text-align: center;
  }

  .header_line_1 {
    text-align: center;
  }

  .base {
    width: calc(100% - 50px);
    padding-right: 15px;
    padding-left: 15px;
    margin-right: 10px;
    margin-left: 10px;
  }

  .container {
    width: 100% !important;
  }

  .text3 {
    width: calc(100% - 84px);
    margin-left: 74px;
  }

  .comment {
    padding: 30px 10px
  }

  .wr-search {
    display: none;
  }

  .links {
    height: 40px;
    overflow: hidden;
    padding: 0;
    margin: 0;
  }

}

@media screen and (max-width: 767px) {
  .speaker {
    margin-top: 20px;
  }

  .expert .top {
    display: block;
    text-align: center;
    padding: 15px;
  }

  .expert img {
    margin-right: 0;
    margin-bottom: 5px;
  }

  p,
  td {
    text-align: left;
  }

  .cont_img1 {
    float: none !important;
    display: table;
    margin-left: auto;
    margin-right: auto;
  }

  .away {
    width: 260px;
  }
}

.comments h2 {
  font-size: 30px;
  margin-bottom: 35px;
}


.comment-item:not(:last-child) {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #ccc;
}

.comment-image {
  flex: 0 0 50px;
  width: 50px;
  border-radius: 50%;
  margin-right: 15px;
}

.comment-top {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin-bottom: 10px;
  justify-content: space-between;
  flex-direction: column;
  row-gap: 5px;
}

.comment-name {
  font-weight: 700;
}

.comment-name span {
  font-size: 12px;
  color: grey
}

.comment-date {
  color: grey;
  font-size: 14px;
  margin-top: 10px;
}
.comment-bottom {
  margin-left: 60px;
}
.comment-date {
  margin-left: 60px;
}


.comment__img {
  max-width: 300px;
  width: 100%;
  display: block;
  margin-top: 15px;
}

.comment-item.answer {
  padding-left: 50px;
}

.author-write:after {
  display: inline-block;
  -webkit-animation: dotty steps(1, end) 1.5s infinite;
  animation: dotty steps(1, end) 1.5s infinite;
  content: '';
  position: absolute;
  margin-left: 2px;
}

@-webkit-keyframes dotty {
  0% {
    content: '';
  }

  25% {
    content: '.';
  }

  50% {
    content: '..';
  }

  75% {
    content: '...';
  }

  100% {
    content: '';
  }
}

@keyframes dotty {
  0% {
    content: '';
  }

  25% {
    content: '.';
  }

  50% {
    content: '..';
  }

  75% {
    content: '...';
  }

  100% {
    content: '';
  }
}




.uppcase {
  text-transform: lowercase
}






@media screen and (min-width: 481px) {
  .visible-480 {
    display: none;
  }
}

@media screen and (max-width: 480px) {
  .text-bottom {
    font-size: 14px;
  }

  .text-center-480 {
    text-align: center;
  }
}


@media screen and (min-width: 720px) and (max-width: 840px) {
  .hidden-sm {
    display: none;
  }
}

.list-tire {
  list-style: none !important;
}

.list-tire li:before {
  content: '-';
  position: relative;
  left: -10px;
}

.block-pad {
  margin-bottom: 100px;
  padding-top: 25px
}

@media screen and (max-width: 480px) {
  .block-pad {
    margin-bottom: 20px;
  }
}

.flc {
  display: flex;
  flex-direction: column;
}

.flr {
  display: flex;
}

.fls {
  justify-content: flex-start;
}

.fle {
  justify-content: flex-end;
}

.alc {
  align-items: center;
}

.bl1_1,
.bl1_2 {
  width: 50%;
}

.bl1 {
  background: linear-gradient(90deg, rgba(9, 112, 215, 1) 0%, rgba(9, 112, 215, 1) 50%, rgba(7, 92, 176, 1) 50%, rgba(7, 92, 176, 1) 100%);
  min-height: 40px;
}

.bl1_1,
.bl1_2 {
  font-size: 14px;
  color: white;
  column-gap: 20px;
  padding-left: 20px;
}

header {
  padding: 0 !important;
}

.l_progname {
  font-weight: 600;
}


.bl2 {
  min-height: 140px;
}

.als {
  align-items: flex-start;
}

.nav {
  max-width: 860px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  column-gap: 20px;
  color: #013765 !important;
  font-weight: bold;
  height: 35px;
  line-height: 38px;
  font-size: 18px;
}

.tr {
  transform: rotate(45deg);
  border-bottom: 1px solid black;
  border-right: 1px solid black;
  width: 7px;
  height: 8px;
  display: inline-block;
}

.select {
  border-width: 1px;
  border-color: #F1F1F1;
  border-top-color: #DDD;
  border-left-color: #DDD;
  background-color: #F9F9F9;
  color: #515151 !important;
  font: 12px Tahoma;
  margin-bottom: 7px;
  border-radius: 3px;
  padding: 11px 10px;
  font-size: 15px;
}

.lastbl {
  margin-left: 100px;
}

@media (max-width:1100px) {
  .lastbl {
    margin-left: 50px;
  }
}

.hide {
  display: none
}
.order {
  display: flex;
  align-items: center;
  justify-content: center;

}

.order__product {
  max-width: 250px;
  width: 100%;
  padding: 0 25px;
}

.order__form {
  max-width: 350px;
  width: 100%;
}

.form__input {
  width: 100%;
  margin-bottom: 15px;
}

.form__btn {
  width: 100%;
}

.btn {
  display: inline-block;
  outline: none;
  border: none;
  cursor: pointer;
  padding: 12px;
  background: rgb(229, 0, 38);
  color: #fff;
  text-decoration: none;
  font-size: 18px;
  font-family: inherit;
  border-radius: 5px;
  transition: all 400ms;
  box-shadow: 5px 5px px rgba(0, 0, 0, 0.1);
}

.btn:hover {
  color: #fff;
  background: rgb(123, 27, 43);
}


.input {
  background: #fff;
  font-family: inherit;
  font-size: 16px;
  padding: 12px;
  border: 1px solid #eee;
  border-radius: 5px;
  display: inline-block;
  width: 100%;
  resize: none;
}

.price {
  display: flex;
  justify-content: center;
  padding: 5px;
  background: #f3f3f3;
  border-radius: 10px;
  margin: 15px 0;
}

.price__item {
  padding: 0 10px;
  text-align: center;
  width: 50%;
}

.price__item-title {
  font-weight: 700
}

.price__item--old {
  border-right: 1px solid #ddd;
}

.price__item-value--old {
  text-decoration: line-through;
  font-size: 22px;
  color: gray;
}

.price__item-value--new {
  color: red;
  font-weight: 700;
  font-size: 26px;
  text-shadow: 0 0 1px darkred;
}
.text-center {
  text-align: center;
}
.content-img {
  display: block;
  max-width: 500px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.img-caption {
  text-align: center;
  font-size: 0.9em;
  color: gray;
  font-style: italic;
  max-width: 500px;
  display: block;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
}
@media (max-width:1004px) {
  .nav {
    display: none;
  }

  .hide {
    display: block;
    display: flex;
    flex-direction: column;
    row-gap: 10px;
    margin-top: 20px;
    margin-left: 20px;
  }

  .hide span {
    width: 40px;
    height: 2px;
    background-color: black;
  }
}

@media (max-width:680px) {
  .bl1 {
    background: none;
    flex-direction: column;
  }

  .bl1_1 {
    background: rgba(9, 112, 215, 1);
    width: 95%;
    height: 40px;
    padding-left: 5%;
  }

  .base {
    width: 96%;
    padding-right: 2%;
    padding-left: 2%;
    margin-right: 0;
    margin-left: 0;
  }

  .bl1_2 {
    background: rgba(7, 92, 176, 1);
    width: 95%;
    height: 40px;
    padding-left: 5%;
  }


  .bl2 {
    min-height: 90px;
  }

}

.base *:first-child {
  margin-top: 0;
}
.footer {
  text-align: center;
  padding: 15px;
}

/* @media (max-width:340px) {
  .logo {
          width: 80px;
          margin-left: 10px;
  }
} */
.content {
  background-color: #fff;
}
.section {
  padding: 15px;
}
.row {
  display: flex;
}
.header {
  color: #fff;
  font-size: 0.9em;
}
.gray {
  color: gray;
}
.header__top, .header__middle {
  background-color: #0D2337;
}
.header__bottom {
  background-image: linear-gradient(0deg, rgba(188, 32, 9, 1) 0%, rgba(255, 103, 81, 1) 4%, rgba(231, 27, 9, 1) 12%, rgba(231, 27, 9, 1) 88%, rgba(255, 103, 81, 1) 96%, rgba(188, 32, 9, 1) 100%);
  background-position: center;
  background-repeat: no-repeat;
}
.align-items-center {
  align-items: center;
}
.justify-content-between {
  justify-content: space-between;
}
.header a {
  color: inherit;
  text-decoration: none;
}
.menu {
  display: flex;
  align-items: center;
}
.menu a {
  padding: 0 5px;
}
.menu a:hover {
  text-decoration: underline;
}
@media screen and (min-width: 1024px) {
  p {
    text-align: justify;
  }
}
@media screen and (max-width: 1023px) {
  .menu a:nth-child(7) {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  .menu a:nth-child(6) {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .header__bottom {
    display: none;
  }
  .menu a:nth-child(5) {
    display: none;
  }
  h1 {
    font-size: 24px;
  }
  h2 {
    font-size: 22px;
  }
  h3 {
    font-size: 20px;
  }
  .img-caption, .content-img {
    max-width: 400px;
  }
  body {
    font-size: 16px;
  }
  .order {
    flex-direction: column;
  }
  .comment__img {
    max-width: 250px;
  }
}
@media screen and (max-width: 639px) {
  .menu {
    display: none;
  }

}
@media screen and (max-width: 575px) {
  .menu a:nth-child(4) {
    display: none;
  }
}
@media screen and (max-width: 479px) {
  .menu a:nth-child(4) {
    display: none;
  }
  h1 {
    font-size: 22px;
  }
  h2 {
    font-size: 20px;
  }
  h3 {
    font-size: 18px;
  }
}