@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;700;900&display=swap');

.btn {
  border-radius: 8px;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
  text-decoration: none;
  padding: 20px 10px;
  text-align: center;
}

.btn_main {
  display: inline-block;
}

.btn_second {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.lock {
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
}

input,
textarea,
select {
  font-size: 16px;
}

@media (min-width: 768px) {

  input,
  textarea,
  select {
    font-size: 14px;
  }
}

html,
body {
  min-width: 100%;
  padding: 0;
  border: none;
  margin: 0;
  height: 100%;
  font-family: 'Inter', sans-serif;
}

.wrapper {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  background-size: cover;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.wrapper>main {
  flex: 1 1 auto;
}

p {
  margin: 0;
  padding: 0;
}

div {
  box-sizing: border-box;
}

.wrapper.bg2 {
  background-image: url("../images/fons/bg2.jpg");
}

.wrapper.bg3 {
  background-image: url("../images/fons/bg3.jpg");
}

.wrapper.bg4 {
  background-image: url("../images/fons/bg4.jpg");
}

.wrapper.bg1 {
  background-image: url("../images/fons/fon.png");
}

.fixedtab {
  right: -47px;
  top: 50%;
  position: fixed;
  z-index: 2;
  padding: 11px 18px 11px 18px;
  width: 120px;
  border-radius: 20px 20px 0px 0px;
  transform: rotate(-90deg);
  transition: background-color 0.3s;
}

.fixedtab>div {
  text-align: center;
}

.fixedtab i {
  display: inline-block;
  width: 15px;
  height: 15px;
  background: url("../images/icons/lk.svg") center no-repeat;
  margin-right: 10px;
}

.fixedtab span {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
}

.fixedtab:before {
  content: '';
  width: 14px;
  height: 14px;
  display: block;
  position: absolute;
  top: -7px;
  right: 6px;
  border-radius: 100%
}

.headerinner {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  padding: 30px 0 30px 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.blk_item1 {
  position: relative;
  z-index: 1;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 5;
  width: 100%;
  transition: background-color 0.3s;
}

.header__box {
  display: flex;
  align-items: center;
  gap: clamp(0.188rem, 0.028rem + 0.8vw, 0.625rem);
}

.header__switcher {
  /* position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -70px; */
}

.content {
  padding: 120px 0 1px 0;
}

.content_inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 10px;
}

.section2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 16px;
}

.blk_item {
  border-radius: 20px;
  margin: 0 0 35px 0;
  width: 47.6%;
  padding: 25px 90px 25px 58px;
  position: relative;
}

.blk_item:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url("../images/rectangle.png");
  mix-blend-mode: overlay;
  opacity: 0.2;
  border-radius: 20px;
}

.b_hdr {
  font-style: normal;
  font-weight: 900;
  font-size: 30px;
  line-height: 40px;
  margin-bottom: 14px;
  border-bottom: 1px solid;
  text-shadow: 0 1px 1px #111;
}

.b_hdr2 {
  position: relative;
  padding-left: 20px;
  font-style: normal;
  font-weight: 700;
  font-size: 19px;
  line-height: 23px;
  margin-bottom: 14px;
  text-shadow: 0 1px 1px #111;
}

.b_hdr2::before{
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url("../images/icons/check-mark.svg");
}

.section1 {
  display: flex;
  align-items: center;
  margin: 39px auto 39px;
  text-align: center;
  max-width: 645px;
  justify-content: space-between;
  padding: 0 10px;
}

.przg {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
}

.prtxt {
  font-style: normal;
  /*font-weight: 700;*/
  font-size: 40px;
  line-height: 48px;
  text-align: center;
  text-shadow: 0 1px 1px #111;
}


.zgl1 {
  font-style: normal;
  font-weight: 900;
  font-size: 33px;
  line-height: 40px;
  text-align: Center;
  margin-bottom: 24px;
}

.section3 {
  mix-blend-mode: normal;
  border-radius: 20px;
  padding: 38px 15px 26px;
  margin-bottom: 34px;
  position: relative;
  overflow: hidden;
}

.section3:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url("../images/rectangle.png");
  mix-blend-mode: overlay;
  opacity: 0.2;
}

.section31 {
  position: relative;
  z-index: 1;
}


.sechdr {
  font-style: normal;
  font-weight: 900;
  font-size: 33px;
  line-height: 40px;
  text-align: center;
  margin-bottom: 27px;
  text-shadow: 0 1px 1px #111;
}

.tags {
  display: flex;
  flex-wrap: wrap;
  max-width: 843px;
  margin: 0 auto;
  align-items: center;
  justify-content: center;
}

.tags>div {
  border-radius: 60px;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 28px;
  text-align: center;
  padding: 4px 11px 4px;
  margin: 0 7px 12px 7px;
  transition: background-color 0.3s;
}

.tags>div.dd {
  padding: 4px 18px 4px;
}


.btn_reg {
  width: 198px;
  margin-right: 29px;
}

.btn_log {
  width: 117px;
}


.bot_btn {
  border-radius: 8px;
  margin: 0 auto 42px;
  display: block;
  padding: 26px 10px;
  width: 460px;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  font-style: normal;
  /*font-weight: 700;*/
  font-size: 19px;
  line-height: 23px;
}

.footins {
  display: flex;
  justify-content: space-between;
  max-width: 1200px;
  column-gap: 80px;
  row-gap: 20px;
  flex-wrap: wrap;
  margin: 0 auto;
  padding: 38px 10px 34px;
}

.listdiv {
  font-style: normal;
  font-weight: 400;
  font-size: 19px;
  line-height: 28px;
  display: table;
  margin: 0 auto;
  padding-top: 8px;
}

.listdiv strong {
  font-weight: 700;
}

.listdiv ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.listdiv ul li:before {
  content: '';
  width: 20px;
  height: 20px;
  display: inline-block;
  background: url("../images/icons/check-mark.svg") center no-repeat;
  margin-right: 10px;
}

.logotxt {
  margin-left: 15px;
  padding-left: 15px;
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 16px;
  text-transform: lowercase;
}

.logoimg img {
  display: block;
  margin: 0;
}

.tmenu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}

.tmenu ul li a {
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
  padding: 10px 15px;
  border-bottom: 3px solid transparent;
  text-decoration: none;
}

.tmenu__theme-buttons {
  display: none;
}

.footsec2 {
  max-width: 1200px;
  margin: 0 auto;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 29px;
  letter-spacing: 0.12em;
  padding: 9px 10px 9px;
}

.foottxt {
  font-style: normal;
  font-weight: 300;
  font-size: 13px;
  line-height: 16px;
  text-transform: lowercase;
}

footer ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

footer ul li a {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 25px;
  text-decoration: none;
}

.foothdr {
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 25px;
  border-bottom: 1px solid;
}

.footsec1 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  column-gap: 20px;
  flex: 1 1 auto;
}

.socblk {
  display: flex;
  align-items: center;
}

.tlg {
  position: relative;
  width: 25px;
  height: 25px;
  background: url("../images/icons/telegram.svg") center no-repeat;
  background-size: contain;
  position: relative;
  margin-right: 15px;
}

.tlg>div {
  transition: background-color 0.3s;
}

.langs {
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
  position: relative;
  cursor: pointer;
  padding-right: 12px;
}

.langs:after {
  content: '';
  display: inline-block;
  width: 10px;
  height: 6px;
  background: url("../images/icons/arrw.svg") center no-repeat;
  position: absolute;
  right: 0;
  top: 2px;

}

.ln2 {
  position: absolute;
  display: none;
}

.langs:hover .ln2 {
  display: block;
}

.tlg>div {
  content: '';
  position: absolute;
  width: 22px;
  height: 22px;
  display: block;
  border-radius: 100%;
  right: -18px;
  top: -14px;
  text-align: center;
}

.tlg div img {
  width: 20px;
  height: 20px;
}

a,
a:hover {
  transition: 0.3s ease;
}

.corner1 img {
  width: 40px;
  height: 40px;
}

.corner1.lst img {
  margin-bottom: 5px;
}

.corner1 {
  width: 57px;
  height: 57px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  position: absolute;
  right: -54px;
  top: -52px;
  transition: background-color 0.3s;
}

.b_txt ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 28px;
}

.b_txt ul li {
  position: relative;
  padding-left: 20px;
}

.b_txt ul li:before {
  content: '';
  width: 3px;
  height: 3px;
  display: block;
  border-radius: 100%;
  position: absolute;
  left: 7px;
  top: 11px;
}

.popdtxt {
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  text-align: right;
  margin-top: 14px;
  margin-right: -54px
}

.btn_log i {
  width: 20px;
  height: 20px;
  display: inline-block;
  background: url("../images/icons/lk.svg") center no-repeat;
  margin-right: 5px;
}

.tbuttons {
  display: flex;
  align-items: stretch;
}

.popwrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
}


.formwrap {
  margin: 100px auto 0;
  width: 440px;
  max-width: 100%;
  border-radius: 20px;
  padding: 38px 30px 30px;
  position: relative;
}

.pole {
  position: relative;
  margin-bottom: 10px
}

.pole input:focus+label,
.pole input:not(:placeholder-shown)+label {
  transform: translateY(-22px) scale(.75);
}

.pole__title {
  top: 50%;
  display: block;
  left: 10px;
  pointer-events: none;
  position: absolute;
  text-align: left;
  font-size: 16px;
  line-height: 20px;
  transform: translateY(-50%);
  transform-origin: 0 0;
  transition: all 200ms cubic-bezier(.25, .8, .25, 1);
  white-space: pre-wrap;
  will-change: transform;
}

.pole__input {
  width: 100%;
  height: 55px;
  border-radius: 10px;
  padding: 18px 10px 6px;
  box-sizing: border-box;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  transition: border-color 0.3s;
}

.pole.sbm>button {
  border-radius: 8px;
  border: none;
  width: 100%;
  height: 48px;
  font-style: normal;
  font-weight: 700;
  font-size: 19px;
  line-height: 23px;
  cursor: pointer;
  margin-bottom: 30px;
  transition: background 0.3s;
}


.formbottom {
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 16px;
  text-align: Center;
}

.formbottom a {
  text-decoration-line: underline;
}

.formhdr {
  text-align: center;
  font-style: normal;
  font-weight: 700;
  font-size: 39px;
  line-height: 47px;
  margin-bottom: 24px;
}

.formwrap__captcha {
  margin-bottom: 20px;
}

.clsfrm {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  cursor: pointer;
  border-radius: 100%;
  top: 16px;
  right: 18px;
  z-index: 1;
  transition: background-color 0.3s;
}

.mobcrs,
.mobtrg {
  display: none;
}

.captcha {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
  padding: 5px 5px 10px 5px;
  border-radius: 0 0 5px 5px;
}

.captcha__heder {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 5px;
  border-radius: 5px;
}

.captcha__title {
  font-size: clamp(0.875rem, 0.85rem + 0.13vw, 1rem);
  /*font-weight: 600;*/
  margin: 0;
}

.captcha__reload-btn {
  position: relative;
  width: 28px;
  height: 28px;
  padding: 3px;
  cursor: pointer;
  border-radius: 50%;
  border: none;
  transition: background-color 0.3s ease;
}

.captcha__reload-btn:hover::before {
  transform: translate(-50%, -50%) rotate(219deg);
}

.captcha__reload-btn::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 16px;
  transform: translate(-50%, -50%);
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../images/icons/reload.svg");
  transition: transform 0.3s;
}

.captcha-options {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
}

.captcha-options__box {
  display: flex;
  gap: 14px;
}

.captcha-options__item {
  position: relative;
  display: flex;
  width: 50px;
  height: 50px;
  border-radius: 5px;
  overflow: auto;
  cursor: pointer;
}

.captcha-options__item::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  transition: background-color 0.3s, opacity 0.3s;
}

.captcha-options__item.active::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.captcha-options__item.active::after {
  content: "";
  position: absolute;
  bottom: 5px;
  left: 5px;
  width: 15px;
  height: 15px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url("../images/icons/cuptcha-checkmark.svg");
  z-index: 3;
}

.captcha-options__img {
  object-fit: cover;
  width: 100%;
}

.container {
  display: flex;
  width: 100%;
  height: 100%;
  background: var(--color-secondary);
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.container h1 {
  color: var(--font-color);
  font-family: sans-serif;
}

.container button {
  color: var(--font-color);
  background: var(--color-primary);
  padding: 10px 20px;
  border: 0;
  border-radius: 5px;
}

/* Theme theme-switcherer */
.theme-switcher {
  position: relative;
  display: inline-block;
  width: 42px;
  height: 42px;
}

.theme-switcher input {
  opacity: 0;
  width: 0;
  height: 0;
}

.back-change {
  position: fixed;
  bottom: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  cursor: pointer;
  background-color: #fff;
  border-radius: 5px 0 0 5px;
}

.back-change__item {
  text-align: center;
  border-radius: 5px 0 0 5px;
  padding: 8px;
  transition: all 0.3s;
}

.back-change__item:hover {
  background-color: #F36523;
}

.back-change__link {
  font-size: 24px;
  color: #181a1b;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
  transition: color 0.3s;
}

.back-change__item:hover .back-change__link {
  color: #fff;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 42px;
  width: 42px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transition: 0.4s;
  transition: 0.4s;
  background-repeat: no-repeat;
  background-size: 44px;
  background-position: center;
}

.slider:hover:before {
  background-size: 50px;
}

input:checked+.slider:before {
  background-repeat: no-repeat;
  background-position: center;
  background-size: 44px;
}

input:checked+.slider:hover:before {
  background-size: 50px;
}

.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

/* Theme theme-switcherer */

/* media */
@media(max-width:1400px) {
  .headerinner {
    padding: 30px 10px 30px 10px;
  }
}

@media(max-width:1340px) {
  .content {
    padding: 82px 0 1px 0;
  }

  .btn_reg {
    width: auto;
    padding: 15px 15px;
  }

  .btn_log {
    width: auto;
    padding: 10px 15px;
  }

  .btn_reg,
  .btn_log {
    font-size: 12px;
    line-height: 100%;
  }


  .headerinner {
    padding: 20px 10px;
  }

  .logoimg img {
    width: 180px;
  }

  .logotxt {
    font-size: 11px;
  }

  .tmenu ul li a {
    font-size: 12px;
    line-height: 100%;
  }

  .b_hdr,
  .sechdr {
    font-size: 26px;
    line-height: 120%;
  }

  .b_hdr2 {
    font-size: 15px;
    line-height: 120%;
  }

  .b_txt ul {
    font-size: 13px;
    line-height: 120%;
  }

  .b_txt ul li {
    margin-bottom: 10px;
  }

  .b_txt ul li:before {
    top: 6px
  }


  .bot_btn {
    display: block;
    padding: 15px 10px;
    font-size: 14px;
    line-height: 100%;
  }

  .tags>div {
    font-size: 14px;
    line-height: 120%;
  }

  .listdiv {
    font-size: 14px;
    line-height: 120%;
  }

  .listdiv ul li:before {
    vertical-align: middle;
  }

  .listdiv ul li {
    margin-bottom: 5px;
  }

  .popdt {
    font-size: 14px;
    line-height: 100%;
  }

}

@media (max-width: 1200px) {
  .footsec2 {
    max-width: 98%;
  }
}

@media(max-width:1080px) {

  .btn_reg,
  .socblk {
    margin-right: 10px;
  }

  .tmenu ul li a {
    padding: 10px 8px;
  }
}

@media(max-width:980px) {

  .logotxt,
  .tmenu {
    display: none;
  }

  .b_hdr,
  .sechdr {
    font-size: 20px;
    line-height: 120%;
  }

  .prtxt {
    font-size: 30px;
    line-height: 120%;
  }

  .przg {
    font-size: 14px;
    line-height: 120%;
  }

  .zgl1 {
    font-size: 26px;
    line-height: 100%;
  }

  .blk_item {
    padding: 25px 30px 25px 30px;
  }

  .corner1 {
    width: 46px;
    height: 46px;
    right: -14px;
    top: -42px;
  }

  .corner1 img {
    width: 30px;
    height: 30px;
  }

  .popdtxt {
    font-size: 14px;
    margin-right: 0px;
  }

  footer ul li a {
    font-size: 12px;
    line-height: 100%;
  }

  footer ul li {
    margin-bottom: 5px;
  }

  .footsec2 {
    font-size: 10px;
  }

  .foottxt {
    font-size: 11px;
    line-height: 120%;
  }

  .pole.sbm>button {
    height: 40px;
    font-size: 14px;
    line-height: 100%;
  }

  .pole {
    margin-bottom: 15px;
  }

  .clsfrm {
    background-size: 14px;
  }

  .mobtrg {
    display: inline-flex;
    width: 40px;
    height: 40px;
    border-radius: 8px;
    margin-left: 10px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .mobtrg span {
    display: block;
    height: 2px;
    width: 20px;
    position: relative;
    margin: 2px auto;
  }

  .tmenu {
    position: fixed;
    right: 0;
    top: 0;
    padding: 50px 30px 20px 30px;
    height: 100%;
    width: 300px;
    z-index: 3;
  }

  .tmenu ul {
    flex-direction: column;
  }

  .tmenu ul li {
    margin: 0 0 15px 0
  }

  .ppp .mobcrs {
    position: absolute;
    width: 30px;
    height: 30px;
    right: 10px;
    top: 10px;
    display: block;
    border-radius: 100%;
    background-size: 14px;
    cursor: pointer;
  }

  .foothdr {
    font-size: 12px;
    line-height: 100%;
    margin-bottom: 10px;
  }

  .headerinner {
    padding: 15px 10px;
  }

  .content {
    padding: 72px 0 1px 0;
  }

  .bot_btn {
    max-width: 100%;
  }
}

@media(max-width:640px) {
  .footsec1 {
    justify-content: center;
    gap: 0;
  }

  .footsec1>div {
    width: 50%;
    margin-bottom: 20px;
  }

  .foothdr {
    border-bottom: none;
  }

  .section2 {
    flex-direction: column;
  }

  .blk_item {
    width: 100%
  }

  .prtxt {
    font-size: 24px;
  }

  .przg {
    font-size: 12px;
  }

  .headerinner {
    padding: 10px 10px;
  }

  .content {
    padding: 60px 0 1px 0;
  }

  .btn_reg {
    width: auto;
    padding: 10px 5px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  .btn_log {
    font-size: 0;
    padding: 5px 8px
  }

  .btn_log i {
    margin: 0;

    background-size: 20px
  }

  .logoimg img {
    width: 120px;
  }

  .fixedtab span {
    font-size: 18px;
    line-height: 100%;
  }

  .fixedtab {
    right: -54px;
  }
}

@media(max-width:500px) {
  .theme-switcher {
    width: 30px;
    height: 30px;
  }

  .slider:before {
    height: 26px;
    width: 26px;
    background-size: 32px;
  }

  .foot1 {
    margin-bottom: 20px;
  }

  .slider:hover:before {
    background-size: 32px;
  }

  input:checked+.slider:hover:before {
    background-size: 32px;
  }

  input:checked+.slider:before {
    background-repeat: no-repeat;
    background-position: center;
    background-size: 32px;
  }

  .tlg div {
    display: none;
  }

  .logoimg img {
    width: 100px;
  }

  .mobtrg {
    width: 30px;
    height: 30px;
  }

  .btn_reg {
    font-size: 8px;
  }

  .tlg {
    width: 19px;
    height: 19px;
    margin-right: 10px;
  }

  .tlg img {
    width: 17px;
    height: 17px;
    right: auto;
    top: -9px;
    left: -10px;
  }

  .langs {
    font-size: 12px;
    line-height: 100%;
  }

  .btn_reg,
  .socblk {
    margin-right: 5px;
  }

  .btn_log {
    padding: 5px 3px;
  }

  .mobtrg {
    margin-left: 5px;
  }

  .tlg img {
    display: none;
  }

  .tlg {
    width: 15px;
    height: 15px;
    margin-right: 10px;
  }

  .formwrap {
    padding: 30px 20px 20px;
  }

  .prtxt {
    font-size: 17px;
  }

  .przg {
    font-size: 10px;
  }

  .section1 {
    margin: 30px auto 30px;
    padding: 0;
  }

  .b_hdr,
  .sechdr {
    font-size: 17px;
    line-height: 120%;
  }

  .b_hdr2 {
    font-size: 13px;
  }

  .b_txt ul {
    font-size: 12px;
  }

  .zgl1 {
    font-size: 20px;
  }

  .tags>div,
  .tags>div.dd {
    font-size: 11px;
    padding: 4px 7px 4px;
    margin: 0 3px 12px;
  }

  .listdiv ul li {
    position: relative;
    padding-left: 40px;
    font-size: 13px;
  }

  .listdiv ul li:before {
    display: block;
    position: absolute;
    left: 10px;
    top: 0;
  }

  .fixedtab span {
    font-size: 11px;
  }

  .fixedtab i {
    display: inline-block;
    width: 12px;
    height: 12px;
    background-size: contain;
    margin-right: 5px;
  }

  .fixedtab {
    padding: 5px 10px;
    width: 80px;
    right: -25px;
  }

  .fixedtab:before {
    width: 6px;
    height: 6px;
    top: 0
  }
}

@media (max-width: 418px) {
  .captcha-options__box {
    width: 100%;
    justify-content: center;
    gap: 40px;
  }

  .formbottom {
    font-size: 11px;
  }
}

@media (max-width: 375px) {
  .tmenu__theme-buttons {
    display: flex;
    align-items: center;
    gap: 10px;
  }
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {

  select:focus,
  textarea:focus,
  input:focus,
  select:active,
  textarea:active,
  input:active,
  select,
  textarea,
  input {
    font-size: 16px;
  }

  .formwrap input {
    max-width: 100%;
    font-size: 16px;
  }
}

.content__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 15px 0;
}

.navigation {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 250px;
  flex: 1 0 250px;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.navigation.open {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.accordion-nav {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 250px;
}

.accordion-nav.sticky {
  position: -webkit-sticky; /* Safari */  
  position: sticky;
  top: 0;
}

.accordion-nav__item {
  height: 100%;
  cursor: pointer;
  overflow: hidden;
}

.accordion-nav__header {
  position: relative;
  display: flex;
  gap: 5px;
  align-items: center;
  padding: 10px 25px 10px 31px;
  -webkit-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.accordion-nav__header::after {
  content: "";
  position: absolute;
  top: 13px;
  right: 10px;
  width: 13px;
  height: 13px;
  background-image: url("../images/arrow-down.png");
  background-size: contain;
  background-repeat: no-repeat;
  transform: rotate(-90deg);
  transition: transform 0.3s;
}

.accordion-nav__item.active > .accordion-nav__header::after {
  transform: rotate(0);
}

.accordion-nav__icon {
  position: absolute;
  top: 50%;
  left: 5px;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
}

.accordion-nav__icon_promotion {
  transform: none;
  top: 5px;
}

.accordion-nav__title {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
}

.submenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 14px;
  max-height: 0;
  overflow: hidden;
  will-change: max-height;
  -webkit-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

.submenu__link {
  position: relative;
  display: block;
  padding: 8px 8px 8px 30px;
  text-decoration: none;
  -webkit-transition: background-color 0.3s ease, color 0.3s;
  -o-transition: background-color 0.3s ease, color 0.3s;
  transition: background-color 0.3s ease, color 0.3s;
}

.submenu__link_active::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 5px;
  height: 100%;
}

.main-block {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.main-block__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 20px;
  padding: 13px 17px 14px;
}

.main-block__title {
  font-size: clamp(1rem, 0.932rem + 0.34vw, 1.188rem);
  font-weight: bold;
}

.main-block__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-item-align: start;
  align-self: flex-start;
  gap: 20px;
}

.main-block__link-icon {
  width: 40px;
  height: 35px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 5px;
  -webkit-transition: background-color 0.3s, fill 0.3s;
  -o-transition: background-color 0.3s, fill 0.3s;
  transition: background-color 0.3s, fill 0.3s;
}

.main-block__nav-open {
  display: none;
  position: relative;
  max-width: 30px;
  width: 100%;
  height: 18px;
  cursor: pointer;
  z-index: 4;
}

.main-block__nav-open::before,
.main-block__nav-open::after,
.main-block__nav-open>span {
  content: "";
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  left: 0;
  position: absolute;
  width: 100%;
  height: 3px;
}

.main-block__nav-open::before {
  top: 0;
}

.main-block__nav-open::after {
  bottom: 0;
}

.main-block__nav-open>span {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.main-block__nav-open.open::before {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: calc(50% - 2px);
}

.main-block__nav-open.open::after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  bottom: calc(50% - 1px);
}

.main-block__nav-open.open>span {
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}

@media (max-width: 991px) {
  .main-block__nav-open {
    display: block;
    width: 30px;
  }
}

.main-block__body {
  padding: 17px 17px 17px 17px;
}

.enumeration__title {
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
  font-size: clamp(1rem, 0.909rem + 0.45vw, 1.25rem);
  margin-bottom: 10px;
  color: #008000;
}

.enumeration__list {
  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: 25px;
}

.enumeration__list:not(:last-child) {
  margin-bottom: 20px;
}

.enumeration__item_point {
  padding: 12px;
}

.enumeration__item_point>.enumeration__text {
  font-size: 16px;
}

.enumeration__text {
  font-size: 0.9rem;
  line-height: 1.4;
}

.enumeration__info-block {
  position: relative;
  padding: 15px 15px 15px 53px;
}

.enumeration__info-block::before {
  content: "";
  position: absolute;
  top: 15px;
  left: 15px;
  width: 22px;
  height: 22px;
  background-image: url("../images/inform-info.png");
  background-size: contain;
  background-repeat: no-repeat;
}

.enumeration__subtitle {
  font-weight: 700;
}

.enumeration__num {
  font-weight: 700;
  margin-right: 5px;
}

.point-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 12px;
  padding: 15px 0 15px 15px;
}

.point-list__item {
  position: relative;
}

.point-list__item::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -15px;
  width: 8px;
  height: 8px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-image: url("../images/point-icon.png");
  background-size: contain;
  background-repeat: no-repeat;
}

.point-list__text {
  text-transform: capitalize;
  font-size: 14px;
  line-height: 1.6;
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
  z-index: 6;
}

.overlay.active {
  display: block;
}

.arrow-up {
  position: fixed;
  opacity: 0;
  right: 25px;
  bottom: 25px;
  width: 44px;
  height: 44px;
  transform: rotate(-180deg);
  background-image: url("/images/arrow-down.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 14px;
  background-color: #141414;
  border: 1px solid #454141;
  border-radius: 50%;
  transition: opacity 0.3s, background-color 0.3s;
  cursor: pointer;
}

.arrow-up:hover {
  opacity: 1 !important;
  background-color: #242120;
}

@media (max-width: 991px) {
  .navigation {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    z-index: 6;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    padding: 87px 0 0 0;
  }
}

.skiptranslate {display: none !important;height: 0;}
#goog-gt-tt {display:none !important;}
.goog-te-banner-frame {display:none !important;}
.goog-te-menu-value:hover {text-decoration:none !important;}
body {top:0 !important;}
#google_translate_element2 {display:none!important;}
