.border_radius_2 {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.border_radius_8 {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
.border_radius_20 {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.box_shadow {
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
}
.circle {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
@font-face {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/rubik/v30/iJWZBXyIfDnIV5PNhY1KTN7Z-Yh-WYi1UA.ttf) format('truetype');
}
@font-face {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/rubik/v30/iJWZBXyIfDnIV5PNhY1KTN7Z-Yh-B4i1UA.ttf) format('truetype');
}
@font-face {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/rubik/v30/iJWZBXyIfDnIV5PNhY1KTN7Z-Yh-NYi1UA.ttf) format('truetype');
}
@font-face {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/rubik/v30/iJWZBXyIfDnIV5PNhY1KTN7Z-Yh-2Y-1UA.ttf) format('truetype');
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
input,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
input,
textarea,
select {
  margin: 0;
  padding: 0;
  border: 0;
  outline: none;
  vertical-align: baseline;
  background: transparent;
  box-sizing: border-box;
  font-size: 14px;
  font-family: 'Rubik', sans-serif;
  font-weight: 400;
}
sub {
  vertical-align: sub;
}
sup {
  vertical-align: super;
}
a {
  color: #000000;
  text-decoration: none;
  border-bottom: 1px solid #000000;
  transition: all 0.2s ease-in-out;
}
a:hover {
  color: #fc0017;
  border-color: #fc0017;
}
b,
strong {
  font-weight: 700;
}
table {
  font-weight: normal;
  border-spacing: 0;
}
td,
th {
  font-weight: normal;
  vertical-align: top;
  text-align: left;
  line-height: 17px;
}
img {
  border: none;
}
:focus {
  outline: 0;
}
body,
html {
  height: 100%;
  color: #000000;
  font-size: 14px;
  font-family: 'Rubik', sans-serif;
  font-weight: 400;
  background: #ffffff;
}
.wrapperMain {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.content {
  flex: 1 0 auto;
}
.footer {
  flex: 0 0 auto;
}
.wrapper {
  position: relative;
  width: 100%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px;
}
.mainTitle {
  padding: 40px 20px 20px;
  font-size: 3.2em;
  font-weight: 600;
}
.header {
  position: relative;
  padding: 15px 0;
  border-bottom: 2px solid #71cef5;
}
.header .headerWrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header .headerLogo {
  display: block;
  border: none;
}
.header .headerLogo img {
  width: 100%;
}
.header .menu {
  position: relative;
  width: 60%;
  font-size: 1em;
}
.header .menu .list {
  display: flex;
  list-style: none;
  justify-content: space-around;
}
.header .menu .list .item {
  font-size: 1.1em;
  border: none;
}
.header .menu .list .item:hover {
  color: #f19220;
}
.header .telegram,
.header .user,
.header .flag {
  display: block;
  padding: 10px 0 10px 30px;
  color: #000000;
  font-size: 1.1em;
  white-space: nowrap;
  text-decoration: none;
  overflow: hidden;
  border: none;
}
.header .telegram {
  /*background: url(../img/telegram_b.svg) no-repeat 0 50%;

        &:hover{
            color: @orange;
            background-image: url(../img/telegram_b_hover.svg);
        }
        */
  background: url(../img/telegram_2.svg) no-repeat 0 50%;
}
.header .telegram:hover {
  color: #f19220;
  background-image: url(../img/telegram_2_hover.svg);
}
.header .user {
  /*background: url(../img/user.svg) no-repeat 0 50%;*/
  /*
        &:hover{
            color: @orange;
            background-image: url(../img/user_hover.svg);
        }
        */
  background: url(../img/user_2.svg) no-repeat 20px 50%;
}
.header .user .name {
  font-size: inherit;
}
.header .flag {
  background: url(../img/flag_eng.svg) no-repeat 0 50%;
}
.header-info-item {
  display: flex;
  gap: 20px;
  position: absolute;
  top: calc(100% + 17px);
  right: 20px;
  padding: 12px;
  background: #FFFFFF;
  border: 1px solid #d7dfe9;
  z-index: 10;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.header-info-item-cross {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  text-decoration: none;
  border: none;
}
.header-info-item-cross img {
  width: 60%;
  height: 60%;
}
.chat-link {
  display: flex;
  gap: 8px;
  position: absolute;
  right: 20px;
  bottom: 30px;
  width: 24%;
  padding: 16px 16px 16px 8px;
  border-bottom: none;
  background: #FFFFFF;
}
.chat-link-img {
  display: flex;
  min-width: 50px;
  width: 50px;
  min-height: 50px;
  height: 50px;
  background: #eaf5f9 url(/img/chat/icon_chat.svg) no-repeat 50% 50%;
  background-size: 70%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.chat-link-l {
  white-space: nowrap;
  border-bottom: 1px solid #000000;
}
.chat-link:hover .chat-link-l {
  border-bottom-color: #fc0017;
}
.footer {
  background: #35383a;
}
.footer .footerWrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding: 20px;
  background: url(../img/logo_footer.svg) 0 50% no-repeat;
  background-size: auto 100%;
}
.footer .footerContent {
  display: block;
  color: #ffffff;
}
.footer .footerContent .footerLinks ul {
  list-style: none;
}
.footer .footerContent .footerLinks ul li {
  font-size: 0.8em;
  margin-bottom: 5px;
}
.footer .footerContent .footerLinks ul li a {
  font: inherit;
  border-color: #ffffff;
}
.footer .copyr {
  color: #ffffff;
  font-size: 0.8em;
}
.footer .copyr a {
  font: inherit;
  border-color: #ffffff;
}
.footer .social {
  display: flex;
  flex-direction: column;
}
.footer .social .list {
  display: flex;
  list-style: none;
}
.footer .social .list .item {
  display: block;
}
.footer .social .list .wp,
.footer .social .list .tg {
  width: 50px;
  height: 50px;
  margin-right: 20px;
  border: none;
}
.footer .social .list .wp {
  background: url(../img/whatsapp.svg) 0 0 no-repeat;
  background-size: 100%;
}
.footer .social .list .tg {
  background: url(../img/telegram_f.svg) 0 0 no-repeat;
  background-size: 100%;
}
.footer .social .title {
  color: #ffffff;
  margin-top: 20px;
}
.footer a {
  color: #ffffff;
}
.footer .counter a {
  border: none;
}
.footer .soc_lnk {
  border: none;
}
.user_box {
  position: relative;
  max-width: 10%;
  margin-left: 10px;
  background: #f0911f;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.user_box:hover {
  cursor: pointer;
  background: #f19220;
}
.user_box .user {
  display: flex;
  align-items: center;
  padding: 10px 20px 10px 47px;
}
.user_box .user .name {
  max-width: 60%;
  white-space: nowrap;
  color: #FFFFFF;
  text-overflow: ellipsis;
  overflow: hidden;
}
.user_box .user .name .item {
  color: #FFFFFF;
  border: none;
}
.user_box .user .name .item:hover {
  color: #FFFFFF;
}
.login_form {
  position: absolute;
  min-width: 300px;
  top: 50px;
  right: 0;
  padding: 20px;
  text-align: left;
  background: #ffffff;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
  z-index: 1010;
}
.login_form .input,
.login_form .btn_green {
  padding: 16px 8px;
}
.login_form .lnkLogin a {
  display: block;
  padding: 10px 0;
  border: none;
}
.login_form .lnkLogin a .line {
  border-bottom: 1px solid #000000;
}
.login_form .lnkLogin a:hover span {
  border-color: #fc0017;
}
.login_form .close {
  display: block;
  margin-top: 20px;
  padding: 10px 0;
  border: none;
}
.login_form .close:hover {
  background: #f7f7f7;
}
.login_form .input,
.login_form .btn_green {
  width: 100%;
}
.only-for-register-users-form {
  position: fixed;
  bottom: 0;
  top: 0;
  right: 0;
  left: 0;
  text-align: left;
  visibility: hidden;
}
.only-for-register-users-form .overlay {
  z-index: 1009;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #00000057;
}
.only-for-register-users-form.visible {
  visibility: visible;
}
.only-for-register-users-form .alert {
  padding: 10px;
  color: #fb3c3c;
  font-size: 14px;
  border-left: 4px solid #fb3c3c;
  background: #ffe5e5;
  margin-bottom: 10px;
}
.only-for-register-users-form .success {
  padding: 10px;
  color: #00926b;
  font-size: 14px;
  border-left: 4px solid #00926b;
  background: #00926b29;
  margin-bottom: 10px;
}
.only-for-register-users-form textarea {
  width: 100%;
  padding: 8px 10px;
  border: 1px solid #d7dfe9;
  background: #ffffff;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.only-for-register-users-form .modal {
  display: inline-block;
  background: white;
  padding: 20px;
  left: -50%;
  right: -50%;
  position: absolute;
  width: 550px;
  margin: auto;
  margin-top: 100px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
  z-index: 1010;
}
@media screen and (max-width: 680px) {
  .only-for-register-users-form .modal {
    width: 100%;
  }
}
.only-for-register-users-form .input,
.only-for-register-users-form .btn_green {
  padding: 16px 8px;
}
.only-for-register-users-form .lnkLogin a {
  display: block;
  padding: 10px 0;
  border: none;
}
.only-for-register-users-form .lnkLogin a .line {
  border-bottom: 1px solid #000000;
}
.only-for-register-users-form .lnkLogin a:hover span {
  border-color: #fc0017;
}
.only-for-register-users-form .close {
  display: block;
  margin-top: 20px;
  padding: 10px 0;
  border: none;
}
.only-for-register-users-form .close:hover {
  background: #f7f7f7;
}
.only-for-register-users-form .input,
.only-for-register-users-form .btn_green {
  width: 100%;
}
.btn_green {
  display: block;
  padding: 15px 50px;
  color: #ffffff;
  text-decoration: none;
  border: none;
  background: #00926b;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.btn_green:hover {
  color: #ffffff;
  background: #43aa9b;
}
.logout {
  background: url(/img/logout_2.svg) no-repeat 50% 50%;
  background-size: 13px;
  display: inline-block;
  float: right;
  height: 30px;
  width: 20px;
  margin-left: 10px;
  border-bottom: none;
}
.center_txt {
  text-align: center;
}
.full {
  width: 100%;
}
.top_5 {
  margin-top: 5px;
}
.top_10 {
  margin-top: 10px;
}
.top_15 {
  margin-top: 15px;
}
.top_20 {
  margin-top: 20px;
}
.top_30 {
  margin-top: 30px;
}
.top_40 {
  margin-top: 40px;
}
.top_50 {
  margin-top: 50px;
}
.top_60 {
  margin-top: 60px;
}
.top_70 {
  margin-top: 70px;
}
.top_80 {
  margin-top: 80px;
}
.top_90 {
  margin-top: 90px;
}
.left_5 {
  margin-left: 5px;
}
.left_10 {
  margin-left: 10px;
}
.left_20 {
  margin-left: 20px;
}
.left_30 {
  margin-left: 30px;
}
.left_40 {
  margin-left: 40px;
}
.left_50 {
  margin-left: 50px;
}
.right_5 {
  margin-right: 5px;
}
.right_10 {
  margin-right: 10px;
}
.right_20 {
  margin-right: 20px;
}
.right_30 {
  margin-right: 30px;
}
.right_40 {
  margin-right: 40px;
}
.right_50 {
  margin-right: 50px;
}
.bottom_5 {
  margin-bottom: 5px;
}
.bottom_10 {
  margin-bottom: 10px;
}
.bottom_20 {
  margin-bottom: 20px;
}
.bottom_30 {
  margin-bottom: 30px;
}
.bottom_40 {
  margin-bottom: 40px;
}
.bottom_50 {
  margin-bottom: 50px;
}
.red {
  color: #fc0017;
}
.orange {
  color: #f19220;
}
.green {
  color: #00926b;
}
.gray {
  color: #e4e4e4;
}
.greenback,
.greenback td {
  background: #eaf8f3;
}
.greenback td {
  border-bottom: 1px solid #ffffff;
}
.coincidence {
  background: #ffdf4b;
}
.alertGreen,
.alertGray,
.alertRed {
  display: inline-block;
  padding: 9px 10px;
  color: #000000;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.alertGreen {
  border-left: 4px solid #00926b;
  background: #d1e9e8;
}
.alertRed {
  border-left: 4px solid #fc0017;
  background: #fbe5e0;
}
.alertGray {
  border-left: 4px solid #d7dfe9;
  background: #f7f7f7;
}
.separator {
  height: 1px;
  border: none;
  background: #d7dfe9;
}
input {
  border: 1px solid #d7dfe9;
  background-color: #ffffff;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
#alert,
#alert-personal-data {
  padding: 10px;
  color: #fb3c3c;
  font-size: 14px;
  border-left: 4px solid #fb3c3c;
  background: #ffe5e5;
  position: fixed;
  top: 20px;
  right: 20px;
  display: none;
}
.success {
  padding: 10px;
  color: #00926b;
  font-size: 14px;
  border-left: 4px solid #00926b;
  background: #d1e9e8;
  position: fixed;
  top: 20px;
  right: 20px;
  display: none;
}
.materials-table .domLoadBtn {
  position: relative;
}
.materials-table .domLoadBtn .loadFile {
  float: right;
}
.materials-table .domLoadBtn .download-error {
  position: absolute;
  top: 58px;
  right: 0;
  width: 250px;
  padding: 20px;
  background: #fbe5e0;
  z-index: 10;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
@keyframes move {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(-20px, 0);
  }
  100% {
    transform: translate(0, 0);
  }
}
.register-prelend {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url(/img/bks_bckgr.png) repeat 0 0;
}
.register-prelend-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  flex-direction: column;
  gap: 8px;
  width: 100%;
  max-width: 550px;
  padding: 50px;
  text-align: center;
  background: #FFFFFF;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
@media screen and (max-width: 680px) {
  .register-prelend-content {
    width: 90%;
    padding: 20px;
  }
}
.register-prelend-content-text {
  width: 100%;
  font-size: 1.4em;
}
.register-prelend-content-text * {
  font-size: inherit;
}
.register-prelend-content-clarification {
  width: 100%;
  margin-top: 8px;
  opacity: 0.5;
}
.register-prelend-content-btn {
  width: 100%;
  display: flex;
  justify-content: center;
  padding-top: 20px;
}
@media screen and (max-width: 680px) {
  .register-prelend-content-btn {
    flex-wrap: wrap;
    gap: 16px;
  }
}
.register-prelend-content-btn-get-reg,
.register-prelend-content-btn-get-cancel {
  display: flex;
  align-items: center;
  margin-right: 20px;
  padding: 15px 50px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  border: none;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  transition: all 1s ease-out;
}
@media screen and (max-width: 680px) {
  .register-prelend-content-btn-get-reg,
  .register-prelend-content-btn-get-cancel {
    justify-content: center;
    width: 100%;
    margin-right: 0;
  }
}
.register-prelend-content-btn-get-reg {
  background: #00926b;
}
.register-prelend-content-btn-get-reg:hover {
  color: #FFFFFF;
  background: #43aa9b;
}
.register-prelend-content-btn-get-cancel {
  background: #35383a;
}
.register-prelend-content-btn-get-cancel:hover {
  color: #FFFFFF;
  background: #000000;
}
.preland2 {
  padding: 0;
  text-align: left;
}
.preland2-window {
  position: relative;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
@media screen and (max-width: 480px) {
  .preland2-window {
    flex-direction: column;
  }
}
.preland2-window h2 {
  font-weight: bold;
  font-size: 1.2em;
  margin-bottom: 30px;
}
.preland2-window-left {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  width: 60%;
  padding: 32px 30px;
  text-align: left;
}
@media screen and (max-width: 480px) {
  .preland2-window-left {
    width: 100%;
  }
}
.preland2-window-right {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  position: relative;
  width: 40%;
  padding: 32px 20px;
  background: #8ED5FF;
  text-align: left;
}
@media screen and (max-width: 480px) {
  .preland2-window-right {
    width: 100%;
  }
}
.preland2-window .close {
  position: absolute;
  top: 32px;
  right: 20px;
  cursor: pointer;
  z-index: 1;
}
.preland2-window .register-prelend-content-btn {
  justify-content: flex-start;
}
.preland2-window .register-prelend-content-btn .register-prelend-content-btn-get-reg,
.preland2-window .register-prelend-content-btn .register-prelend-content-btn-get-cancel {
  margin-right: 0;
}
.preland2-window .register-prelend-content-btn a {
  background: #FFBF41;
  color: #000000;
  padding: 10px;
}
@media screen and (max-width: 1800px) {
  .chat-link {
    width: 23.2%;
  }
}
@media screen and (max-width: 1200px) {
  .header .headerWrapper {
    align-items: flex-start;
  }
  .header .headerWrapper .menu {
    width: 70%;
    margin-left: 5%;
  }
  .header .headerWrapper .menu .list {
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .header .headerWrapper .menu .list li {
    width: 33%;
    margin-bottom: 5px;
    margin-top: 10px;
  }
  .header .telegram {
    width: 38px;
    height: 38px;
    padding-left: 38px;
    overflow: hidden;
    background-position: 50%;
  }
  .header .logout {
    height: 20px;
  }
  .user_box {
    max-width: 20%;
  }
}
@media screen and (max-width: 860px) {
  .header .headerLogo {
    width: 30%;
  }
  .header .headerWrapper {
    position: relative;
    align-items: center;
    padding-bottom: 50px;
  }
  .header .headerWrapper .menu {
    position: absolute;
    bottom: -3px;
    left: 4%;
    width: 96%;
    height: 39px;
    margin: 0;
    overflow-y: hidden;
    overflow-x: auto;
  }
  .header .headerWrapper .menu .list {
    flex-wrap: nowrap;
    margin: 0 5px;
  }
  .header .headerWrapper .menu .list li {
    width: auto;
    margin-bottom: 0;
    margin-top: 0;
    margin-right: 20px;
  }
  .header .headerWrapper .menu .list li .item {
    white-space: nowrap;
    font-size: 1.4em;
  }
  .header .headerWrapper .menu .list li:last-child {
    padding-right: 20px;
  }
  .header .headerWrapper .menu .list.animate {
    animation: move 2s ease-in-out infinite;
  }
  .header .telegram {
    width: auto;
    height: auto;
    padding-left: 30px;
    overflow: hidden;
    background-position: 0 50%;
  }
  .header .user_box {
    max-width: 100%;
  }
  .header .user_box .user .name {
    max-width: 80%;
  }
  .mainTitle {
    font-size: 2.8em;
    padding-left: 0;
    padding-right: 0;
  }
  .chat-link {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    position: relative;
    right: 0;
    bottom: 0;
    width: 100%;
    margin-top: 20px;
    padding: 12px;
  }
  .chat-link-img {
    display: flex;
    width: 30px;
    height: 30px;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 680px) {
  .wrapper {
    padding: 0 8px;
  }
  .header .telegram {
    width: 38px;
    height: 38px;
    padding-left: 38px;
    overflow: hidden;
    background-position: 50%;
  }
  .footer .footerWrapper {
    flex-wrap: wrap;
  }
  .footer .footerContent {
    margin-bottom: 20px;
  }
  .footer .copyr {
    margin-top: 10px;
  }
}
@media screen and (max-width: 380px) {
  .header .user_box {
    max-width: 40%;
  }
  .header .user_box .user .name {
    max-width: 70%;
  }
}
[x-cloak] {
  display: none;
}
