@import "../css?family=Lato:regular,700,900&display=swap";
@import "../css?family=PT+Serif:regular,700&display=swap";
@import "../css?family=Playfair+Display:regular,500,600,700,800,900&display=swap";
@import "../css?family=Rubik:500,700&display=swap";
@import "../css?family=Montserrat:500&display=swap";
.mt-5 {
  margin-top: 5px;
}

.pt-5 {
  padding-top: 5px;
}

.mr-5 {
  margin-right: 5px;
}

.pr-5 {
  padding-right: 5px;
}

.mb-5 {
  margin-bottom: 5px;
}

.pb-5 {
  padding-bottom: 5px;
}

.ml-5 {
  margin-left: 5px;
}

.pl-5 {
  padding-left: 5px;
}

.mt-10 {
  margin-top: 10px;
}

.pt-10 {
  padding-top: 10px;
}

.mr-10 {
  margin-right: 10px;
}

.pr-10 {
  padding-right: 10px;
}

.mb-10 {
  margin-bottom: 10px;
}

.pb-10 {
  padding-bottom: 10px;
}

.ml-10 {
  margin-left: 10px;
}

.pl-10 {
  padding-left: 10px;
}

.mt-15 {
  margin-top: 15px;
}

.pt-15 {
  padding-top: 15px;
}

.mr-15 {
  margin-right: 15px;
}

.pr-15 {
  padding-right: 15px;
}

.mb-15 {
  margin-bottom: 15px;
}

.pb-15 {
  padding-bottom: 15px;
}

.ml-15 {
  margin-left: 15px;
}

.pl-15 {
  padding-left: 15px;
}

.mt-20 {
  margin-top: 20px;
}

.pt-20 {
  padding-top: 20px;
}

.mr-20 {
  margin-right: 20px;
}

.pr-20 {
  padding-right: 20px;
}

.mb-20 {
  margin-bottom: 20px;
}

.pb-20 {
  padding-bottom: 20px;
}

.ml-20 {
  margin-left: 20px;
}

.pl-20 {
  padding-left: 20px;
}

.mt-25 {
  margin-top: 25px;
}

.pt-25 {
  padding-top: 25px;
}

.mr-25 {
  margin-right: 25px;
}

.pr-25 {
  padding-right: 25px;
}

.mb-25 {
  margin-bottom: 25px;
}

.pb-25 {
  padding-bottom: 25px;
}

.ml-25 {
  margin-left: 25px;
}

.pl-25 {
  padding-left: 25px;
}

.mt-30 {
  margin-top: 30px;
}

.pt-30 {
  padding-top: 30px;
}

.mr-30 {
  margin-right: 30px;
}

.pr-30 {
  padding-right: 30px;
}

.mb-30 {
  margin-bottom: 30px;
}

.pb-30 {
  padding-bottom: 30px;
}

.ml-30 {
  margin-left: 30px;
}

.pl-30 {
  padding-left: 30px;
}

.mt-35 {
  margin-top: 35px;
}

.pt-35 {
  padding-top: 35px;
}

.mr-35 {
  margin-right: 35px;
}

.pr-35 {
  padding-right: 35px;
}

.mb-35 {
  margin-bottom: 35px;
}

.pb-35 {
  padding-bottom: 35px;
}

.ml-35 {
  margin-left: 35px;
}

.pl-35 {
  padding-left: 35px;
}

.mt-40 {
  margin-top: 40px;
}

.pt-40 {
  padding-top: 40px;
}

.mr-40 {
  margin-right: 40px;
}

.pr-40 {
  padding-right: 40px;
}

.mb-40 {
  margin-bottom: 40px;
}

.pb-40 {
  padding-bottom: 40px;
}

.ml-40 {
  margin-left: 40px;
}

.pl-40 {
  padding-left: 40px;
}

.mt-45 {
  margin-top: 45px;
}

.pt-45 {
  padding-top: 45px;
}

.mr-45 {
  margin-right: 45px;
}

.pr-45 {
  padding-right: 45px;
}

.mb-45 {
  margin-bottom: 45px;
}

.pb-45 {
  padding-bottom: 45px;
}

.ml-45 {
  margin-left: 45px;
}

.pl-45 {
  padding-left: 45px;
}

.mt-50 {
  margin-top: 50px;
}

.pt-50 {
  padding-top: 50px;
}

.mr-50 {
  margin-right: 50px;
}

.pr-50 {
  padding-right: 50px;
}

.mb-50 {
  margin-bottom: 50px;
}

.pb-50 {
  padding-bottom: 50px;
}

.ml-50 {
  margin-left: 50px;
}

.pl-50 {
  padding-left: 50px;
}

.mt-75 {
  margin-top: 75px;
}

.pt-75 {
  padding-top: 75px;
}

.mr-75 {
  margin-right: 75px;
}

.pr-75 {
  padding-right: 75px;
}

.mb-75 {
  margin-bottom: 75px;
}

.pb-75 {
  padding-bottom: 75px;
}

.ml-75 {
  margin-left: 75px;
}

.pl-75 {
  padding-left: 75px;
}

.mt-100 {
  margin-top: 100px;
}

.pt-100 {
  padding-top: 100px;
}

.mr-100 {
  margin-right: 100px;
}

.pr-100 {
  padding-right: 100px;
}

.mb-100 {
  margin-bottom: 100px;
}

.pb-100 {
  padding-bottom: 100px;
}

.ml-100 {
  margin-left: 100px;
}

.pl-100 {
  padding-left: 100px;
}

.w-5 {
  width: 5%;
}

.h-5 {
  height: 5%;
}

.maxw-5 {
  max-width: 5%;
}

.maxh-5 {
  max-height: 5%;
}

.w-10 {
  width: 10%;
}

.h-10 {
  height: 10%;
}

.maxw-10 {
  max-width: 10%;
}

.maxh-10 {
  max-height: 10%;
}

.w-15 {
  width: 15%;
}

.h-15 {
  height: 15%;
}

.maxw-15 {
  max-width: 15%;
}

.maxh-15 {
  max-height: 15%;
}

.w-20 {
  width: 20%;
}

.h-20 {
  height: 20%;
}

.maxw-20 {
  max-width: 20%;
}

.maxh-20 {
  max-height: 20%;
}

.w-25 {
  width: 25%;
}

.h-25 {
  height: 25%;
}

.maxw-25 {
  max-width: 25%;
}

.maxh-25 {
  max-height: 25%;
}

.w-30 {
  width: 30%;
}

.h-30 {
  height: 30%;
}

.maxw-30 {
  max-width: 30%;
}

.maxh-30 {
  max-height: 30%;
}

.w-35 {
  width: 35%;
}

.h-35 {
  height: 35%;
}

.maxw-35 {
  max-width: 35%;
}

.maxh-35 {
  max-height: 35%;
}

.w-40 {
  width: 40%;
}

.h-40 {
  height: 40%;
}

.maxw-40 {
  max-width: 40%;
}

.maxh-40 {
  max-height: 40%;
}

.w-45 {
  width: 45%;
}

.h-45 {
  height: 45%;
}

.maxw-45 {
  max-width: 45%;
}

.maxh-45 {
  max-height: 45%;
}

.w-50 {
  width: 50%;
}

.h-50 {
  height: 50%;
}

.maxw-50 {
  max-width: 50%;
}

.maxh-50 {
  max-height: 50%;
}

.w-75 {
  width: 75%;
}

.h-75 {
  height: 75%;
}

.maxw-75 {
  max-width: 75%;
}

.maxh-75 {
  max-height: 75%;
}

.w-100 {
  width: 100%;
}

.h-100 {
  height: 100%;
}

.maxw-100 {
  max-width: 100%;
}

.maxh-100 {
  max-height: 100%;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

.main-wrapper {
  width: 100%;
  min-width: 320px;
  margin: 0 auto;
  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;
  overflow: hidden;
}

a[href^="tel"] {
  color: inherit;
  text-decoration: none;
}

body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  font-family: "PT Serif", sans-serif;
  background: #efefef;
}

p,
h1,
h2,
h3,
ul {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
  padding: 0;
  margin: 0;
}

button {
  list-style: none;
  border: 0;
  cursor: pointer;
}

a {
  text-decoration: none;
}

.header {
  max-width: 1920px;
  width: 100%;
  height: 75px;
  background: url(../img/content/header-desk.webp) left top no-repeat, #ffd300;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 38px;
  -webkit-padding-start: 223px;
  padding-inline-start: 223px;
  position: relative;
}

ul.only-desk {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

ul.only-desk li {
  -webkit-margin-end: 8px;
  margin-inline-end: 8px;
  -webkit-padding-end: 8px;
  padding-inline-end: 8px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-right: 1px solid #bda327;
  height: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

ul.only-desk li:last-child {
  border: 0;
}

ul.only-desk a {
  font-family: "Lato", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 15px;
  line-height: 18px;
  text-align: center;
  color: #000;
}

.dummy-link {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.blue-overlay {
  width: 100%;
  min-width: 100%;
  height: 490px;
  /* background: #0098db; */
}

main {
  background: #fff;
  /* width: 1260px; */
  margin-top: -472px;
  position: relative;
}

.wrapper {
  width: 100%;
}

.content {
  padding: 10px;
  width: 100%;
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.main-content {
  width: 100%;
  border-right: 1px solid #ececec;
  max-width: 865px;
}

.thanks-dis {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-bottom: 40px;
  -webkit-padding-end: 49px;
  padding-inline-end: 49px;
  -webkit-padding-start: 110px;
  padding-inline-start: 110px;
  width: 100%;
}

h1 {
  font-family: "Playfair Display", serif;
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  line-height: 40px;
  color: #111;
  margin-bottom: 10px;
}

.wtf-subtitle {
  font-family: "Lato", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 15px;
  line-height: 18px;
  color: #4a4a4a;
  margin-bottom: 19px;
}

.date {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 13px;
  line-height: 15px;
  color: #939393;
  margin-bottom: 30px;
}

.cont-img {
  display: block;
  margin: 0 auto;
}

.caption {
  text-align: center;
  margin-top: 10px;
  font-family: "Roboto", sans-serif;
  font-style: italic;
  font-weight: 400;
  font-size: 17px;
  line-height: 20px;
  text-align: center;
  color: #000;
  margin-bottom: 30px;
}

.caption span {
  font-weight: 700;
}

.margin-20 {
  margin-bottom: 20px;
}

.dialog {
  font-size: 17px;
  line-height: 23px;
  color: #222;
}

.dialog span {
  font-weight: 700;
}

.quotes {
  border: 1px solid #616161;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.quotes img {
  width: 58px;
}

.quotes img:last-child {
  -webkit-margin-start: auto;
  margin-inline-start: auto;
}

.quotes p {
  font-size: 17px;
  line-height: 23px;
  color: #222;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px;
}

.blue-link {
  font-weight: 700;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  color: #06f;
}

.margin-30 {
  margin-bottom: 30px !important;
}

.img-caption {
  width: 100%;
  max-width: 530px;
  position: relative;
  margin: 0 auto;
}

.img-text {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.img-text p {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  color: #fff;
}

.img-text p:first-child {
  width: 55%;
}

.item-list {
  margin-top: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-padding-start: 40px;
  padding-inline-start: 40px;
}

.item-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}

.item-before {
  width: 10px;
  height: 10px;
  min-width: 10px;
  min-height: 10px;
  background: navy;
  -webkit-margin-end: 10px;
  margin-inline-end: 10px;
  margin-top: 8px;
}

.item-list p {
  font-size: 17px;
  line-height: 23px;
  color: #222;
}

.img-text_2 p:first-child {
  width: 51%;
}

.ps {
  font-style: italic;
  font-weight: 400;
  font-size: 17px;
  line-height: 23px;
  color: #222;
}

.margin-10 {
  margin-bottom: 10px;
}

h3 {
  font-style: italic;
  font-weight: 700;
  font-size: 17px;
  line-height: 23px;
  text-align: center;
  color: #222;
}

.main-btn {
  max-width: 400px;
  padding-inline: 5px;
  height: 64px;
  background: #ff2e00;
  border-radius: 10px;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 23px;
  color: #fff;
  margin: 0 auto;
  text-transform: uppercase;
}

.comments-wrapper {
  width: 100%;
  -webkit-padding-start: 120px;
  padding-inline-start: 120px;
  -webkit-padding-end: 50px;
  padding-inline-end: 50px;
  padding-bottom: 50px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.comments {
  width: 100%;
}

.h-comm {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 22px;
  line-height: 26px;
  color: #111;
  margin-bottom: 21px;
}

.dummy-comm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}

.dummy-comm img {
  width: 50px;
  height: 50px;
  -webkit-margin-end: 11px;
  margin-inline-end: 11px;
}

.dummy-main {
  width: 100%;
  border: 1px solid #d5d5d5;
}

.dummy-main textarea {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 4px;
  -webkit-padding-start: 10px;
  padding-inline-start: 10px;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 20px;
  color: gray;
  border: 0;
}

.dummy-bot {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #f4f4f4;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 8px 18px;
}

.dummy-bot a {
  background: #7bafdf;
  border-radius: 6px;
  width: 194px;
  height: 30px;
  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;
  -webkit-margin-start: auto;
  margin-inline-start: auto;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 20px;
  color: #fff;
}

.comment-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 20px;
}

.ava {
  width: 50px;
  height: 50px;
  -webkit-margin-end: 10px;
  margin-inline-end: 10px;
  border-radius: 100%;
}

.comment-main {
  width: 100%;
}

.comm-author {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 17px;
  line-height: 20px;
  color: #385898;
  margin-bottom: 10px;
}

.comm-text {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 20px;
  color: #222;
  margin-bottom: 10px;
}

.comm-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.comm-footer a {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #4267b2;
  -webkit-margin-end: 10px;
  margin-inline-end: 10px;
}

.comm-footer p {
  -webkit-margin-start: 10px;
  margin-inline-start: 10px;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #949494;
}

.comm-img {
  display: block;
  margin-bottom: 10px;
  max-width: 200px;
}

.bottom-btn {
  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;
  text-align: center;
  margin: 50px auto 0;
}

.margin-0 {
  margin-bottom: 0;
}

footer {
  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-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 28px 10px;
  background: #fff;
  border-top: 1px solid #ececec;
  margin-top: 51px;
}

aside {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 30px;
  width: 395px;
}

.aside_1 {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto [3];
  grid-template-rows: repeat(3, auto);
  width: 335px;
  background: url(../img/content/aside1.webp) center top no-repeat;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 18px;
  -webkit-padding-start: 20px;
  padding-inline-start: 20px;
  position: relative;
  margin-bottom: 20px;
}

.aside_1 img {
  margin-top: 20px;
  max-width: 138px;
  -webkit-margin-start: -20px;
  margin-inline-start: -20px;
}

.aside-prod {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 900;
  font-size: 36px;
  line-height: 42px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: rgba(222, 0, 7, 0.86);
  margin-bottom: 4px;
}

.aside-descr {
  width: 160px;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: #fff;
}

.disc2 {
  position: absolute;
  width: 113px;
  height: 113px;
  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;
  border-radius: 50%;
  background-color: rgba(222, 0, 7, 0.86);
  left: calc(50% - 25px);
  bottom: 9px;
}

.disc2 p {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 900;
  font-size: 37px;
  line-height: 32px;
  text-align: center;
  color: #fff;
}

.spec-co {
  padding: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 15px;
  padding-bottom: 30px;
  border-bottom: 1px solid #c8c8c8;
  /* width: 1040px; */
  margin: 0 auto;
}

.co-caption {
  margin: 0;
  width: 600px;
  max-width: 600px;
}

.co-content {
  -webkit-margin-start: 40px;
  margin-inline-start: 40px;
}

.co-h {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 5px;
}

.co-h a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.salud {
  height: 23px;
  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;
  background: #ffd300;
  border-radius: 26px;
  font-family: "Lato", sans-serif;
  font-style: normal;
  font-weight: 900;
  font-size: 10px;
  line-height: 12px;
  color: #337ab7;
  -webkit-margin-start: 10px;
  margin-inline-start: 10px;
  -webkit-margin-end: 20px;
  margin-inline-end: 20px;
  padding-inline: 3px;
}

.co-date {
  font-family: "Lato", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: 14px;
  color: #404040;
  -webkit-margin-start: 5px;
  margin-inline-start: 5px;
}

.co-author {
  font-family: "Lato", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
  color: #2d2d2d;
  margin-bottom: 5px;
  text-transform: uppercase;
}

.co-bot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.co-bot p {
  font-family: "Lato", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
  color: #bebebe;
  -webkit-margin-start: 5px;
  margin-inline-start: 5px;
  text-transform: lowercase;
}

.fixed {
  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;
  position: fixed;
  margin-top: 15px;
  -webkit-margin-start: 36px;
  margin-inline-start: 36px;
}

.fixed p {
  font-family: "Lato", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 8px;
  line-height: 10px;
  color: #8d8d8d;
  margin-bottom: 10px;
}

.dummy-co {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  margin-bottom: 45px;
}

.dummy-ava {
  border-radius: 100%;
}

.dummy-big {
  background: #fff;
  border: 1px solid #c8c8c8;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 6px;
  padding-top: 13px;
  padding-bottom: 13px;
  -webkit-padding-start: 10px;
  padding-inline-start: 10px;
  margin-inline: 10px;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 20px;
  color: gray;
  -webkit-box-flex: 2;
  -ms-flex-positive: 2;
  flex-grow: 2;
}

strong {
  font-weight: 700;
}

img {
  border: 0;
}

input {
  color: inherit;
  font: inherit;
  margin: 0;
}

input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

img {
  max-width: 100%;
  vertical-align: middle;
  display: inline-block;
}

.w-button {
  display: inline-block;
  padding: 9px 15px;
  background-color: #3898ec;
  color: #fff;
  border: 0;
  line-height: inherit;
  text-decoration: none;
  cursor: pointer;
  border-radius: 0;
}

input.w-button {
  -webkit-appearance: button;
}

.w-form {
  margin: 0 0 15px;
}

.w-form-done {
  display: none;
  padding: 20px;
  text-align: center;
  background-color: #ddd;
}

.w-form-fail {
  display: none;
  margin-top: 10px;
  padding: 10px;
  background-color: #ffdede;
}

label {
  display: block;
  margin-bottom: 5px;
  font-weight: 700;
}

.w-input {
  display: block;
  width: 100%;
  height: 38px;
  padding: 8px 12px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  vertical-align: middle;
  background-color: #fff;
  border: 1px solid #ccc;
}

.w-input:-moz-placeholder {
  color: #999;
}

.w-input::-moz-placeholder {
  color: #999;
  opacity: 1;
}

.w-input:-ms-input-placeholder {
  color: #999;
}

.w-input::-webkit-input-placeholder {
  color: #999;
}

.w-input:focus {
  border-color: #3898ec;
  outline: 0;
}

.w-container .w-row {
  -webkit-margin-start: -10px;
  margin-inline-start: -10px;
  -webkit-margin-end: -10px;
  margin-inline-end: -10px;
}

.w-row:before,
.w-row:after {
  content: " ";
  display: table;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

.w-row:after {
  clear: both;
}

.w-col {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  -webkit-padding-start: 10px;
  padding-inline-start: 10px;
  -webkit-padding-end: 10px;
  padding-inline-end: 10px;
}

.w-col-4 {
  width: 33.33333333%;
}

.text-block-84 {
  -webkit-margin-start: 15px;
  margin-inline-start: 15px;
  font-size: 20px;
  text-align: left;
}

.text-block-84._1234 {
  display: block;
  margin-top: 0;
  -webkit-margin-start: 0;
  margin-inline-start: 0;
  -webkit-padding-start: 0;
  padding-inline-start: 0;
  border-top: 1px none #000;
  text-align: center;
}

.text-block-84._1234 {
  margin-top: 15px;
  -webkit-margin-start: 0;
  margin-inline-start: 0;
  border-top: 1px none #000;
  text-align: center;
}

._1 {
  color: #91f76c;
  font-size: 35px;
  text-decoration: none;
  text-shadow: 3px 3px 4px #000;
}

.text-block-85 {
  -webkit-margin-end: 15px;
  margin-inline-end: 15px;
  font-size: 20px;
  text-align: right;
  text-decoration: line-through;
}

.text-block-85._1 {
  margin-top: 0;
  -webkit-margin-end: 0;
  margin-inline-end: 0;
  -webkit-padding-end: 0;
  padding-inline-end: 0;
  color: #333;
  text-align: center;
  text-decoration: none;
  text-indent: 0;
}

.text-block-85._1 {
  margin-top: 15px;
  -webkit-margin-end: 0;
  margin-inline-end: 0;
  color: #333;
  text-align: center;
  text-decoration: none;
}

.columns-5 {
  margin-top: 10px;
  -webkit-margin-end: 0;
  margin-inline-end: 0;
  -webkit-margin-start: 0;
  margin-inline-start: 0;
  padding-bottom: 5px;
}

.columns-5._1234 {
  border-top: 1px none #000;
}

.columns-5._1234 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: 1px none #000;
}

.columns-5._1234 {
  border-top: 1px none #000;
}

.form-5 {
  width: 100%;
  margin-inline: auto;
  padding-top: 10px;
  padding-bottom: 20px;
  border-style: solid;
  border-width: 2px;
  border-color: #7e7e7e;
  border-radius: 0;
  background-color: transparent;
  -webkit-box-shadow: 3px 3px 6px 0 #000;
  box-shadow: 3px 3px 6px 0 #000;
  text-align: center;
  margin-bottom: 30px;
}

.bold-text-46 {
  color: #000;
}

.field-label-5 {
  color: #fff;
  font-size: 18px;
}

.form-block-5 {
  margin-top: 20px;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
}

.bold-text-52 {
  color: red;
  font-size: 35px;
  text-decoration: line-through;
  text-shadow: 3px 3px 4px #000;
}

.submit-button-7 {
  display: block;
  width: 45%;
  margin: 20px auto;
  padding-block: 20px;
  border-radius: 20px;
  background-color: #ff2e00;
  font-size: 22px;
  line-height: 22px;
}

.text-field-5 {
  width: 60%;
  -webkit-margin-end: auto;
  margin-inline-end: auto;
  -webkit-margin-start: auto;
  margin-inline-start: auto;
  border-radius: 0;
}

.image-30 {
  width: 25%;
  margin-top: 0;
}

.text-span-9 {
  text-decoration: none;
}

._1-2 {
  color: #3bdf00;
  font-size: 35px;
  text-decoration: none;
  text-shadow: 1px 1px 1px #000;
}

.timer {
  font-size: 50px;
  font-weight: bold;
  justify-content: center;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  /* flex-direction:column; */
  row-gap: 10px;
  font-family: "Rubik", sans-serif;
}

.timer:not(:last-child) {
  margin: 15px auto;
}

.timer__title {
  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;
  -webkit-column-gap: 4px;
  -moz-column-gap: 4px;
  column-gap: 4px;
}

.timer__title svg {
  width: 21px;
  height: 22px;
  fill: #de0008;
}

.timer__title h5 {
  margin: 0;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
}

.timer__wrap {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 6px;
  -moz-column-gap: 6px;
  column-gap: 6px;
}

.timer__wrap .dots {
  font-weight: 700;
  font-size: 30px;
  margin-bottom: 20px;
}

.timer__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 6px;
}

.timer__item-number {
  font-family: "Montserrat", sans-serif;
  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;
  -webkit-column-gap: 4px;
  -moz-column-gap: 4px;
  column-gap: 4px;
  font-weight: 700;
  font-size: 36px;
  line-height: 94%;
  color: #fff;
}

.timer__item-numbers {
  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: 45.5px;
  height: 60px;
  border-radius: 10px;
  background-color: #de0008;
}

.timer__item-text {
  font-size: 16px;
  text-align: center;
  font-weight: 500;
  color: rgba(51, 51, 51, 0.8);
}

.timer__count {
  font-size: 18px;
  font-weight: 400;
}

.timer__count b {
  font-weight: 600;
  color: #de0008;
}

.timer__count span {
  color: #de0008;
  font-size: 25px;
  font-weight: 600;
  font-family: "Times";
  display: inline-block;
  margin-inline: 5px;
  -webkit-transition: -webkit-transform 0.6s ease;
  transition: -webkit-transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease;
}

.timer__count span.js-scale-up {
  -webkit-transition: -webkit-transform 0.6s ease;
  transition: -webkit-transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease;
  -webkit-transform: scale(1.15);
  transform: scale(1.15);
}

.mt-5 {
  margin-top: 5px;
}

.pt-5 {
  padding-top: 5px;
}

.mr-5 {
  margin-right: 5px;
}

.pr-5 {
  padding-right: 5px;
}

.mb-5 {
  margin-bottom: 5px;
}

.pb-5 {
  padding-bottom: 5px;
}

.ml-5 {
  margin-left: 5px;
}

.pl-5 {
  padding-left: 5px;
}

.mt-10 {
  margin-top: 10px;
}

.pt-10 {
  padding-top: 10px;
}

.mr-10 {
  margin-right: 10px;
}

.pr-10 {
  padding-right: 10px;
}

.mb-10 {
  margin-bottom: 10px;
}

.pb-10 {
  padding-bottom: 10px;
}

.ml-10 {
  margin-left: 10px;
}

.pl-10 {
  padding-left: 10px;
}

.mt-15 {
  margin-top: 15px;
}

.pt-15 {
  padding-top: 15px;
}

.mr-15 {
  margin-right: 15px;
}

.pr-15 {
  padding-right: 15px;
}

.mb-15 {
  margin-bottom: 15px;
}

.pb-15 {
  padding-bottom: 15px;
}

.ml-15 {
  margin-left: 15px;
}

.pl-15 {
  padding-left: 15px;
}

.mt-20 {
  margin-top: 20px;
}

.pt-20 {
  padding-top: 20px;
}

.mr-20 {
  margin-right: 20px;
}

.pr-20 {
  padding-right: 20px;
}

.mb-20 {
  margin-bottom: 20px;
}

.pb-20 {
  padding-bottom: 20px;
}

.ml-20 {
  margin-left: 20px;
}

.pl-20 {
  padding-left: 20px;
}

.mt-25 {
  margin-top: 25px;
}

.pt-25 {
  padding-top: 25px;
}

.mr-25 {
  margin-right: 25px;
}

.pr-25 {
  padding-right: 25px;
}

.mb-25 {
  margin-bottom: 25px;
}

.pb-25 {
  padding-bottom: 25px;
}

.ml-25 {
  margin-left: 25px;
}

.pl-25 {
  padding-left: 25px;
}

.mt-30 {
  margin-top: 30px;
}

.pt-30 {
  padding-top: 30px;
}

.mr-30 {
  margin-right: 30px;
}

.pr-30 {
  padding-right: 30px;
}

.mb-30 {
  margin-bottom: 30px;
}

.pb-30 {
  padding-bottom: 30px;
}

.ml-30 {
  margin-left: 30px;
}

.pl-30 {
  padding-left: 30px;
}

.mt-35 {
  margin-top: 35px;
}

.pt-35 {
  padding-top: 35px;
}

.mr-35 {
  margin-right: 35px;
}

.pr-35 {
  padding-right: 35px;
}

.mb-35 {
  margin-bottom: 35px;
}

.pb-35 {
  padding-bottom: 35px;
}

.ml-35 {
  margin-left: 35px;
}

.pl-35 {
  padding-left: 35px;
}

.mt-40 {
  margin-top: 40px;
}

.pt-40 {
  padding-top: 40px;
}

.mr-40 {
  margin-right: 40px;
}

.pr-40 {
  padding-right: 40px;
}

.mb-40 {
  margin-bottom: 40px;
}

.pb-40 {
  padding-bottom: 40px;
}

.ml-40 {
  margin-left: 40px;
}

.pl-40 {
  padding-left: 40px;
}

.mt-45 {
  margin-top: 45px;
}

.pt-45 {
  padding-top: 45px;
}

.mr-45 {
  margin-right: 45px;
}

.pr-45 {
  padding-right: 45px;
}

.mb-45 {
  margin-bottom: 45px;
}

.pb-45 {
  padding-bottom: 45px;
}

.ml-45 {
  margin-left: 45px;
}

.pl-45 {
  padding-left: 45px;
}

.mt-50 {
  margin-top: 50px;
}

.pt-50 {
  padding-top: 50px;
}

.mr-50 {
  margin-right: 50px;
}

.pr-50 {
  padding-right: 50px;
}

.mb-50 {
  margin-bottom: 50px;
}

.pb-50 {
  padding-bottom: 50px;
}

.ml-50 {
  margin-left: 50px;
}

.pl-50 {
  padding-left: 50px;
}

.mt-75 {
  margin-top: 75px;
}

.pt-75 {
  padding-top: 75px;
}

.mr-75 {
  margin-right: 75px;
}

.pr-75 {
  padding-right: 75px;
}

.mb-75 {
  margin-bottom: 75px;
}

.pb-75 {
  padding-bottom: 75px;
}

.ml-75 {
  margin-left: 75px;
}

.pl-75 {
  padding-left: 75px;
}

.mt-100 {
  margin-top: 100px;
}

.pt-100 {
  padding-top: 100px;
}

.mr-100 {
  margin-right: 100px;
}

.pr-100 {
  padding-right: 100px;
}

.mb-100 {
  margin-bottom: 100px;
}

.pb-100 {
  padding-bottom: 100px;
}

.ml-100 {
  margin-left: 100px;
}

.pl-100 {
  padding-left: 100px;
}

.w-5 {
  width: 5%;
}

.h-5 {
  height: 5%;
}

.maxw-5 {
  max-width: 5%;
}

.maxh-5 {
  max-height: 5%;
}

.w-10 {
  width: 10%;
}

.h-10 {
  height: 10%;
}

.maxw-10 {
  max-width: 10%;
}

.maxh-10 {
  max-height: 10%;
}

.w-15 {
  width: 15%;
}

.h-15 {
  height: 15%;
}

.maxw-15 {
  max-width: 15%;
}

.maxh-15 {
  max-height: 15%;
}

.w-20 {
  width: 20%;
}

.h-20 {
  height: 20%;
}

.maxw-20 {
  max-width: 20%;
}

.maxh-20 {
  max-height: 20%;
}

.w-25 {
  width: 25%;
}

.h-25 {
  height: 25%;
}

.maxw-25 {
  max-width: 25%;
}

.maxh-25 {
  max-height: 25%;
}

.w-30 {
  width: 30%;
}

.h-30 {
  height: 30%;
}

.maxw-30 {
  max-width: 30%;
}

.maxh-30 {
  max-height: 30%;
}

.w-35 {
  width: 35%;
}

.h-35 {
  height: 35%;
}

.maxw-35 {
  max-width: 35%;
}

.maxh-35 {
  max-height: 35%;
}

.w-40 {
  width: 40%;
}

.h-40 {
  height: 40%;
}

.maxw-40 {
  max-width: 40%;
}

.maxh-40 {
  max-height: 40%;
}

.w-45 {
  width: 45%;
}

.h-45 {
  height: 45%;
}

.maxw-45 {
  max-width: 45%;
}

.maxh-45 {
  max-height: 45%;
}

.w-50 {
  width: 50%;
}

.h-50 {
  height: 50%;
}

.maxw-50 {
  max-width: 50%;
}

.maxh-50 {
  max-height: 50%;
}

.w-75 {
  width: 75%;
}

.h-75 {
  height: 75%;
}

.maxw-75 {
  max-width: 75%;
}

.maxh-75 {
  max-height: 75%;
}

.w-100 {
  width: 100%;
}

.h-100 {
  height: 100%;
}

.maxw-100 {
  max-width: 100%;
}

.maxh-100 {
  max-height: 100%;
}

.d-none {
  display: none !important;
}

.d-block {
  display: block;
}

.d-inline-block {
  display: inline-block;
}

.d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.d-inline-flex {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.flex-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.flex-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.flex-fill {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.flex-fill-no-shrink {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

.flex-fill-100per {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
}

.flex-no-shrink {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.flex-wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flex-nowrap {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.align-items-start {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.align-items-end {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.align-items-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.align-items-baseline {
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.align-items-stretch {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.justify-content-start {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.justify-content-end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.justify-content-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.justify-content-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.justify-content-around {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.overflow-auto {
  overflow: auto;
}

.overflow-hidden {
  overflow: hidden;
}

body.js-popup {
  overflow-y: hidden;
}

.js-d-none {
  display: none !important;
}

.b-lazy {
  opacity: 0;
}

.b-loaded {
  opacity: 1;
}

.social-links-telegram,
.social-links-facebook,
.social-links-youtube {
  width: 30px;
  height: 30px;
  border-radius: 15px;
  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;
}

.social-links-telegram {
  background-color: #007ebd;
}

.social-links-telegram:hover {
  background-color: #00aeff;
}

.social-links-telegram svg {
  width: 11px;
  height: 11px;
  fill: #fff;
  margin-right: 2px;
}

.social-links-facebook {
  background-color: #3754a0;
}

.social-links-facebook:hover {
  background-color: #1178f2;
}

.social-links-facebook svg {
  width: 6px;
  height: 13px;
  fill: #fff;
}

.social-links-youtube {
  background-color: #b71a20;
}

.social-links-youtube:hover {
  background-color: #fe0000;
}

.social-links-youtube svg {
  width: 13px;
  height: 9px;
  fill: #fff;
}

.icon-like {
  fill: #4c5b6b;
}

@font-face {
  font-family: "Cairo";
  src: url(../fonts/Cairo-Regular.woff2) format("woff2"),
    url(../fonts/Cairo-Regular.woff) format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Bebas Neue Cyrillic";
  src: url(../fonts/BebasNeueCyrillic.eot);
  src: local("Bebas Neue Cyrillic"), local("BebasNeueCyrillic"),
    url(../fonts/BebasNeueCyrillic.eot?) format("embedded-opentype"),
    url(../fonts/BebasNeueCyrillic.woff2) format("woff2"),
    url(../fonts/BebasNeueCyrillic.woff) format("woff"),
    url(../fonts/BebasNeueCyrillic.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@media only screen and (max-width: 1260px) {
  .main-wrapper {
    /* width: 100%; */
    max-width: 1260px;
  }

  .header {
    max-width: 1260px;
    background-size: contain;
    height: 49px;
    padding-top: 25px;
    -webkit-padding-start: 160px;
    padding-inline-start: 160px;
  }

  .blue-overlay {
    display: none;
  }

  main {
    margin-top: 0;
  }
}

@media screen and (max-width: 991px) {
  .columns-5._1234 {
    padding-bottom: 0;
    -webkit-padding-start: 0;
    padding-inline-start: 0;
    text-indent: 0;
  }
}

@media screen and (max-width: 767px) {
  .w-row,
  .w-container .w-row {
    -webkit-margin-start: 0;
    margin-inline-start: 0;
    -webkit-margin-end: 0;
    margin-inline-end: 0;
  }

  .w-col {
    width: 100%;
    left: auto;
    right: auto;
  }
}

@media only screen and (max-width: 767px) {
  .main-wrapper {
    min-width: 320px;
    max-width: 480px;
  }

  ul.only-desk,
  aside {
    display: none;
  }

  .header {
    background: url(../img/content/header-mob.webp) center top no-repeat;
    background-size: 100% auto;
    height: 75px;
  }

  .fixed,
  .co-caption {
    display: none;
  }

  header,
  main {
    width: 100%;
  }

  .thanks-dis {
    padding-top: 15px;
    padding-bottom: 40px;
    padding-inline: 20px;
  }

  .img-caption {
    max-width: 100%;
  }

  .img-caption img {
    width: 100%;
  }

  .cont-img {
    width: 100%;
  }

  .cont-img--prod {
    max-width: 220px;
  }

  .comments-wrapper {
    -webkit-padding-start: 30px;
    padding-inline-start: 30px;
    -webkit-padding-end: 30px;
    padding-inline-end: 30px;
  }

  footer {
    margin-top: 0;
  }

  .spec-co {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 10px;
    padding-inline: 30px;
  }

  .co-content {
    -webkit-margin-start: 0;
    margin-inline-start: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .wtf {
    margin-bottom: 10px;
  }

  .co-h {
    margin: 0;
  }

  .wtf-subtitle {
    margin-bottom: 10px;
  }

  .main-img {
    width: 200px;
  }
}

@media (max-width: 767px) {
  .timer:not(:last-child) {
    margin-bottom: 10px;
  }

  .timer__title svg {
    width: 18px;
    height: 18px;
  }

  .timer__title h5 {
    font-size: 16px;
    line-height: 119%;
  }

  .timer__item {
    row-gap: 4px;
  }

  .timer__item-number {
    font-size: 25px;
  }

  .timer__item-numbers {
    width: 30px;
    height: 45px;
    border-radius: 5px;
  }

  .timer__item-text {
    font-size: 14px;
    line-height: 119%;
  }

  .social-links-telegram,
  .social-links-facebook,
  .social-links-youtube {
    width: 25px;
    height: 25px;
  }
}

@media screen and (max-width: 479px) {
  .w-col {
    width: 100%;
  }

  .columns-5._1234 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .columns-5._1234 {
    margin-bottom: 20px;
  }

  .form-5 {
    width: 95%;
    padding-top: 10px;
  }

  .submit-button-7 {
    width: 90%;
  }

  .text-field-5 {
    width: 90%;
  }

  .image-30 {
    margin-top: 25px;
  }
}

@media (max-width: 479px) {
  .timer__count {
    font-size: 16px;
  }
}

@media (any-hover: hover) {
  .main-btn {
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
  }

  .main-btn:hover {
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    background-color: #ffa28d;
    color: #000;
  }

  .submit-button-7 {
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
  }

  .submit-button-7:hover {
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    background-color: #ffa28d;
    color: #000;
  }
}

.hours,
.seconds,
.minutes {
  color: #fff;
  background-color: #de0008;
  padding: 5px;
  border-radius: 5px;
}

@media (max-width: 939px) {
  aside,
  .only-desk {
    display: none !important;
  }
}

/*new-header-start**************************************/

.new-header {
  width: 100%;
  background-color: #00157c;
}

.new-header a {
  color: #fff;
  font-weight: bold;
}

.logo {
  width: 100%;
  max-width: 116px;
}

.nh-container {
  max-width: 1620px;
  margin: 0 auto;
  padding: 10px;
}

.nh-container ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.nh-container a {
  padding: 5px;
}

.sub-li a {
  display: flex;
  align-items: center;
  border: 1px solid white;
  border-radius: 5px;
  padding-right: 12px;
}

.burg {
  display: none;
}

.sub-li {
  position: relative;
}

.sub-li::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 37px;
  background-color: #fff;
  top: 0px;
  left: -29px;
}

.header-adapt {
  display: none;
}

@media (max-width: 1600px) {
  .sub-li::before {
    display: none;
  }
}

@media (max-width: 1295px) {
  .header-desk {
    display: none !important;
  }

  .header-adapt,
  .logo-burg,
  .adapt-btns {
    display: flex !important;
    align-items: center;
  }

  .header-adapt {
    justify-content: space-between;
  }

  .logo-adapt {
    width: 100%;
    max-width: 100px;
  }

  .adapt-btns {
    font-size: 15px;
  }
}

/*new-header-end****************************************/
