@charset "UTF-8";
/* line 3, ../scss/Style.scss */
html {
  min-width: 320px;
  height: 100%;
}

/* line 8, ../scss/Style.scss */
a {
  cursor: pointer;
  text-decoration: none !important;
}

/* line 13, ../scss/Style.scss */
svg {
  width: 100%;
}

@font-face {
  font-family: Avenir-light;
  src: url(/assets/fonts/AvenirNextCyr-Light.woff);
}
@font-face {
  font-family: Avenir-medium;
  src: url(/assets/fonts/AvenirNextCyr-Medium.woff);
}
@font-face {
  font-family: Avenir-regular;
  src: url(/assets/fonts/AvenirNextCyr-Regular.woff);
}
@font-face {
  font-family: Avenir-demi;
  src: url(/assets/fonts/AvenirNextCyr-Demi.woff);
}
@font-face {
  font-family: Avenir-thin;
  src: url(/assets/fonts/AvenirNextCyr-Thin.woff);
}
/* line 49, ../scss/Style.scss */
.ff-primary {
  font-family: Avenir-regular !important;
}

/* line 53, ../scss/Style.scss */
.ff-medium {
  font-family: Arial !important;
  font-weight: 600;
}

/* line 58, ../scss/Style.scss */
.ff-demi {
  font-family: Avenir-demi !important;
}

/* line 62, ../scss/Style.scss */
.ff-thin {
  font-family: Avenir-thin !important;
}

/* line 66, ../scss/Style.scss */
.ff-light {
  font-family: Avenir-light !important;
}

/* line 97, ../scss/Style.scss */
body {
  color: #000 !important;
  height: 100%;
  font-family: Arial !important;
}

/* line 104, ../scss/Style.scss */
h1 {
  font-family: Avenir-medium !important;
}

/* line 108, ../scss/Style.scss */
.fs-10 {
  font-size: 10px !important;
}

/* line 112, ../scss/Style.scss */
.fs-11 {
  font-size: 11px !important;
}

/* line 116, ../scss/Style.scss */
.fs-12 {
  font-size: 12px !important;
}

/* line 120, ../scss/Style.scss */
.fs-13 {
  font-size: 13px !important;
}

/* line 124, ../scss/Style.scss */
.fs-14 {
  font-size: 14px !important;
}

/* line 128, ../scss/Style.scss */
.fs-15 {
  font-size: 15px !important;
}

/* line 132, ../scss/Style.scss */
.fs-16 {
  font-size: 16px !important;
}

/* line 136, ../scss/Style.scss */
.fs-17 {
  font-size: 17px !important;
}

/* line 140, ../scss/Style.scss */
.fs-18 {
  font-size: 18px !important;
}

/* line 144, ../scss/Style.scss */
.fs-20 {
  font-size: 20px !important;
}

/* line 148, ../scss/Style.scss */
.fs-21 {
  font-size: 21px !important;
}

/* line 152, ../scss/Style.scss */
.fs-22 {
  font-size: 22px !important;
}

/* line 156, ../scss/Style.scss */
.fs-24 {
  font-size: 24px !important;
}

/* line 160, ../scss/Style.scss */
.fs-26 {
  font-size: 26px !important;
}

/* line 164, ../scss/Style.scss */
.fs-28 {
  font-size: 28px !important;
}

/* line 168, ../scss/Style.scss */
.fs-30 {
  font-size: 30px !important;
}

/* line 172, ../scss/Style.scss */
.fs-34 {
  font-size: 34px !important;
}

/* line 176, ../scss/Style.scss */
.fs-35 {
  font-size: 35px !important;
}

/* line 180, ../scss/Style.scss */
.fs-38 {
  font-size: 38px !important;
}

/* line 186, ../scss/Style.scss */
.fc-primary {
  color: #000 !important;
}

/* line 190, ../scss/Style.scss */
.fc-red {
  color: #FC8A7B !important;
}

/* line 194, ../scss/Style.scss */
.fc-blue {
  color: #71D6C0 !important;
}

/* line 198, ../scss/Style.scss */
.fc-light {
  color: #969696 !important;
}

/* line 202, ../scss/Style.scss */
.w-40 {
  width: 40%;
}

/* line 205, ../scss/Style.scss */
.w-60 {
  width: 60%;
}

/* line 209, ../scss/Style.scss */
.w-20 {
  width: 20%;
}

/* line 213, ../scss/Style.scss */
.w-30 {
  width: 30%;
}

/* line 217, ../scss/Style.scss */
.w-70 {
  width: 70%;
}

/* line 221, ../scss/Style.scss */
.container-fluid {
  max-width: 1330px !important;
}

/* line 225, ../scss/Style.scss */
.top-wrapper {
  height: 70px;
  box-shadow: 0 3px 20px -15px #7d7d7d;
  font-family: Avenir-regular;
  font-size: 16px;
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  background-color: #fff;
  z-index: 2;
}
/* line 237, ../scss/Style.scss */
.top-wrapper .top-wrapper-link {
  color: #000 !important;
  transition: all 0.2s;
}
/* line 241, ../scss/Style.scss */
.top-wrapper .top-wrapper-link:hover {
  color: #F4C653 !important;
}
/* line 245, ../scss/Style.scss */
.top-wrapper .top-wrapper-link.active {
  color: #FC8A7B !important;
}
/* line 250, ../scss/Style.scss */
.top-wrapper .menu-btn {
  display: none;
  font-size: 24px;
  color: #FC8A7B;
  padding: 1px 9px;
}
/* line 256, ../scss/Style.scss */
.top-wrapper .top-wrapper-logo {
  display: flex;
  align-items: flex-end;
}
@media only screen and (max-width: 991px) {
  /* line 225, ../scss/Style.scss */
  .top-wrapper {
    font-size: 14px !important;
  }
  /* line 263, ../scss/Style.scss */
  .top-wrapper .top-wrapper-logo img {
    width: 170px;
  }
}
@media only screen and (max-width: 820px) {
  /* line 225, ../scss/Style.scss */
  .top-wrapper {
    font-size: 13px !important;
  }
  /* line 271, ../scss/Style.scss */
  .top-wrapper .top-wrapper-logo img {
    width: 140px;
  }
}
@media only screen and (max-width: 760px) {
  /* line 225, ../scss/Style.scss */
  .top-wrapper {
    height: 50px;
    top: -1px;
    left: -1px;
  }
  /* line 280, ../scss/Style.scss */
  .top-wrapper .top-wrapper-link-block {
    display: none;
  }
  /* line 284, ../scss/Style.scss */
  .top-wrapper .menu-btn {
    display: block;
  }
  /* line 288, ../scss/Style.scss */
  .top-wrapper .top-wrapper-logo {
    margin-left: auto;
  }
  /* line 291, ../scss/Style.scss */
  .top-wrapper .top-wrapper-logo img {
    width: 160px;
  }
}

/* line 298, ../scss/Style.scss */
.ver-in-logo {
  font-size: 14px;
  color: #525252;
  margin-left: 5px;
}

/* line 304, ../scss/Style.scss */
.pushy-left {
  background-color: #71D6C0 !important;
}
/* line 307, ../scss/Style.scss */
.pushy-left ul {
  padding-left: 0;
}
/* line 311, ../scss/Style.scss */
.pushy-left ul li a {
  color: #fff;
  font-size: 14px !important;
  padding: 11px 23px !important;
}
/* line 316, ../scss/Style.scss */
.pushy-left ul li a.active {
  background-color: #97e0d0;
}
/* line 321, ../scss/Style.scss */
.pushy-left ul li button {
  color: #fff;
}

/* line 328, ../scss/Style.scss */
#container {
  min-height: 100%;
  display: flex;
  flex-direction: column;
}

/* line 335, ../scss/Style.scss */
.pushy-open-left #container {
  position: fixed;
}

/* line 339, ../scss/Style.scss */
.content-wrapper {
  position: relative;
  top: 70px;
  margin-bottom: 100px;
}
@media only screen and (max-width: 760px) {
  /* line 339, ../scss/Style.scss */
  .content-wrapper {
    top: 50px;
    margin-bottom: 70px;
  }
}

/* line 349, ../scss/Style.scss */
.main-page-header {
  height: 200px;
  background-color: #E9FFFA;
  padding: 20px 0;
}
/* line 354, ../scss/Style.scss */
.main-page-header .title-block {
  margin: 0 0 0 56px !important;
}
/* line 358, ../scss/Style.scss */
.main-page-header h1 {
  font-size: 30px;
  font-family: Avenir-regular;
  margin: 0 !important;
  line-height: 50px;
  color: #000;
}
/* line 366, ../scss/Style.scss */
.main-page-header .title-block-link {
  padding: 9px 42px;
  background-color: #f95c48;
  color: #fff !important;
  border-radius: 4px;
  font-size: 22px;
  align-self: self-start;
}
/* line 374, ../scss/Style.scss */
.main-page-header .title-block-link:hover {
  background-color: #da4c3a;
}
/* line 379, ../scss/Style.scss */
.main-page-header .main-page-header-slides {
  position: relative;
  height: 150px;
  width: 150px;
  margin-left: 25%;
  top: -13px;
}
/* line 387, ../scss/Style.scss */
.main-page-header .header-slides {
  left: 0;
  top: 0;
  position: absolute;
  transition: all 1s;
  opacity: 0;
  width: 100%;
}
/* line 395, ../scss/Style.scss */
.main-page-header .header-slides--show {
  opacity: 1;
}
/* line 400, ../scss/Style.scss */
.main-page-header .main-page-header-bg-left {
  position: absolute;
  left: 30px;
  top: 8px;
  width: 172px;
}
@media only screen and (max-width: 1740px) {
  /* line 400, ../scss/Style.scss */
  .main-page-header .main-page-header-bg-left {
    width: 170px;
    left: 10px;
    top: 12px;
  }
}
@media only screen and (max-width: 1590px) {
  /* line 400, ../scss/Style.scss */
  .main-page-header .main-page-header-bg-left {
    display: none;
  }
}
/* line 417, ../scss/Style.scss */
.main-page-header .main-page-header-bg-right {
  position: absolute;
  right: 0;
  top: 19px;
  width: 209px;
}
@media only screen and (max-width: 1740px) {
  /* line 417, ../scss/Style.scss */
  .main-page-header .main-page-header-bg-right {
    width: 230px;
    top: 11px;
  }
}
@media only screen and (max-width: 1420px) {
  /* line 417, ../scss/Style.scss */
  .main-page-header .main-page-header-bg-right {
    display: none;
  }
}
@media only screen and (max-width: 991px) {
  /* line 417, ../scss/Style.scss */
  .main-page-header .main-page-header-bg-right {
    display: none;
  }
}
@media only screen and (max-width: 760px) {
  /* line 417, ../scss/Style.scss */
  .main-page-header .main-page-header-bg-right {
    display: none;
  }
}
@media only screen and (max-width: 1130px) {
  /* line 442, ../scss/Style.scss */
  .main-page-header .main-page-header-slides {
    margin-left: auto;
  }
}
@media only screen and (max-width: 991px) {
  /* line 349, ../scss/Style.scss */
  .main-page-header {
    height: 200px;
    padding: 20px 0;
  }
  /* line 451, ../scss/Style.scss */
  .main-page-header .main-page-header-slides {
    display: none;
  }
  /* line 455, ../scss/Style.scss */
  .main-page-header h1 {
    font-size: 30px;
    line-height: 54px;
  }
}
@media only screen and (max-width: 760px) {
  /* line 349, ../scss/Style.scss */
  .main-page-header {
    height: auto;
    padding: 20px 0;
  }
  /* line 465, ../scss/Style.scss */
  .main-page-header .title-block {
    margin: 0 !important;
  }
  /* line 469, ../scss/Style.scss */
  .main-page-header h1 {
    font-size: 18px;
    line-height: 30px;
  }
  /* line 474, ../scss/Style.scss */
  .main-page-header .title-block-link {
    padding: 6px 34px;
    font-size: 14px;
    margin-top: 15px;
  }
}

/* line 482, ../scss/Style.scss */
.main-page-body {
  margin-top: 45px;
}
/* line 484, ../scss/Style.scss */
.main-page-body h2 {
  font-size: 28px;
  font-family: Avenir-medium;
  color: #000;
}
/* line 490, ../scss/Style.scss */
.main-page-body h3 {
  font-size: 20px;
  color: #000;
  margin-bottom: 20px !important;
  font-family: Avenir-medium !important;
}
/* line 497, ../scss/Style.scss */
.main-page-body p {
  font-size: 16px;
  color: #000;
}
/* line 502, ../scss/Style.scss */
.main-page-body .main-body-bg-1 {
  background: url(/assets/img/main-page-bg-3.png) no-repeat;
  background-size: contain;
  background-position: 44%;
}
/* line 508, ../scss/Style.scss */
.main-page-body .main-body-bg-2 {
  background: url(/assets/img/main-page-bg-4.png) no-repeat;
  background-position: 50%;
  background-size: 50%;
}
/* line 514, ../scss/Style.scss */
.main-page-body .main-body-bg-3 {
  background: url(/assets/img/main-page-bg-5.png) no-repeat;
  background-size: 43%;
  background-position: 50%;
}
@media only screen and (max-width: 991px) {
  /* line 521, ../scss/Style.scss */
  .main-page-body .main-body-bg-1, .main-page-body .main-body-bg-2, .main-page-body .main-body-bg-3 {
    background-size: 60%;
  }
}
@media only screen and (max-width: 760px) {
  /* line 482, ../scss/Style.scss */
  .main-page-body {
    margin-top: 23px;
  }
  /* line 528, ../scss/Style.scss */
  .main-page-body h2 {
    font-size: 18px;
  }
  /* line 531, ../scss/Style.scss */
  .main-page-body h3 {
    font-size: 15px;
    margin-bottom: 12px !important;
  }
  /* line 535, ../scss/Style.scss */
  .main-page-body p {
    font-size: 13px;
  }
  /* line 538, ../scss/Style.scss */
  .main-page-body .main-body-bg-1, .main-page-body .main-body-bg-2, .main-page-body .main-body-bg-3 {
    display: none;
  }
}

/* line 543, ../scss/Style.scss */
.footer {
  height: 90px;
  min-height: 90px;
  background-color: #71D6C0;
  display: flex;
}
/* line 549, ../scss/Style.scss */
.footer p {
  color: #fff;
  font-size: 16px;
}
/* line 553, ../scss/Style.scss */
.footer p a {
  color: #fff;
}
/* line 556, ../scss/Style.scss */
.footer p a:hover {
  color: #F4C653;
}
/* line 562, ../scss/Style.scss */
.footer .footer-logo {
  margin-bottom: 7px;
}
/* line 566, ../scss/Style.scss */
.footer .footer-email {
  margin-bottom: 7px;
}
/* line 570, ../scss/Style.scss */
.footer .container-fluid {
  align-items: center;
}
@media only screen and (max-width: 760px) {
  /* line 543, ../scss/Style.scss */
  .footer {
    min-height: 122px;
    height: 122px;
  }
  /* line 577, ../scss/Style.scss */
  .footer p {
    font-size: 13px;
  }
  /* line 580, ../scss/Style.scss */
  .footer .container-fluid {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
  }
  /* line 584, ../scss/Style.scss */
  .footer .container-fluid div:last-child {
    margin-left: 0 !important;
    margin-top: 7px;
  }
}

/* line 592, ../scss/Style.scss */
.solve-page h1 {
  font-size: 30px !important;
  color: #000;
  margin-top: 40px;
}
/* line 598, ../scss/Style.scss */
.solve-page h2 {
  font-size: 24px !important;
  color: #000;
  font-family: Avenir-medium;
  margin-top: 40px;
}
/* line 605, ../scss/Style.scss */
.solve-page h3 {
  font-size: 20px !important;
  color: #000;
  font-family: Avenir-medium;
  margin-top: 20px;
}
@media only screen and (max-width: 760px) {
  /* line 613, ../scss/Style.scss */
  .solve-page h1 {
    font-size: 18px !important;
    margin-top: 20px !important;
  }
  /* line 618, ../scss/Style.scss */
  .solve-page h2 {
    font-size: 16px !important;
    margin-top: 30px !important;
  }
  /* line 623, ../scss/Style.scss */
  .solve-page h3 {
    font-size: 15px !important;
  }
}

/* line 630, ../scss/Style.scss */
.books-page h1 {
  font-size: 30px !important;
  color: #000;
  margin-top: 40px;
}
/* line 636, ../scss/Style.scss */
.books-page h2 {
  font-size: 20px !important;
  color: #000;
  font-family: Avenir-medium;
  margin-top: 40px;
}
@media only screen and (max-width: 991px) {
  /* line 644, ../scss/Style.scss */
  .books-page h1 {
    font-size: 25px !important;
    margin-top: 20px !important;
  }
}
@media only screen and (max-width: 820px) {
  /* line 651, ../scss/Style.scss */
  .books-page h1 {
    font-size: 22px !important;
    margin-top: 20px !important;
  }
}
@media only screen and (max-width: 760px) {
  /* line 659, ../scss/Style.scss */
  .books-page h1 {
    font-size: 16px !important;
    margin-top: 20px !important;
  }
  /* line 664, ../scss/Style.scss */
  .books-page h2 {
    font-size: 15px !important;
    margin-top: 30px !important;
  }
}

/* line 671, ../scss/Style.scss */
.solve-page-header-left {
  margin-right: 20px;
  color: #000;
}
/* line 675, ../scss/Style.scss */
.solve-page-header-left p {
  font-size: 16px;
}
@media only screen and (max-width: 760px) {
  /* line 675, ../scss/Style.scss */
  .solve-page-header-left p {
    font-size: 13px;
  }
}
@media only screen and (max-width: 991px) {
  /* line 671, ../scss/Style.scss */
  .solve-page-header-left {
    margin-right: 0;
  }
}

/* line 688, ../scss/Style.scss */
.solve-page-header-right {
  min-width: 370px;
  width: 370px;
}
@media only screen and (max-width: 991px) {
  /* line 688, ../scss/Style.scss */
  .solve-page-header-right {
    display: none;
  }
}

/* line 696, ../scss/Style.scss */
input {
  color: #000;
}
/* line 697, ../scss/Style.scss */
input:focus {
  outline: none !important;
  border-color: #71d6c0 !important;
}
@media only screen and (max-width: 760px) {
  /* line 696, ../scss/Style.scss */
  input {
    font-size: 13px !important;
  }
}

/* line 709, ../scss/Style.scss */
textarea {
  border-radius: 4px;
  border: 1px solid #d4d4d4;
  padding: 9px 13px 4px 13px;
  color: #000;
}
/* line 714, ../scss/Style.scss */
textarea:focus {
  outline: none !important;
  border-color: #71d6c0 !important;
}
@media only screen and (max-width: 760px) {
  /* line 709, ../scss/Style.scss */
  textarea {
    font-size: 13px !important;
  }
}

/* line 727, ../scss/Style.scss */
.text-block {
  position: relative;
}
/* line 730, ../scss/Style.scss */
.text-block span {
  color: #efa900;
  position: absolute;
  left: 5px;
  font-size: 14px;
  top: -18px;
  transition: all 0.3s;
  background-color: #fff;
  padding: 0 8px;
  cursor: text;
}
@media only screen and (max-width: 760px) {
  /* line 730, ../scss/Style.scss */
  .text-block span {
    font-size: 12px !important;
    top: -16px;
  }
}
/* line 748, ../scss/Style.scss */
.text-block textarea {
  height: 135px;
  width: 100% !important;
  font-family: Arial;
  font-style: italic;
}

/* line 757, ../scss/Style.scss */
.btn-mic {
  height: 40px;
  width: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #FC8A7B;
  padding: 5px 11px !important;
}
/* line 766, ../scss/Style.scss */
.btn-mic:hover {
  background-color: #EA7767;
}

/* line 771, ../scss/Style.scss */
.btn-blue-fill {
  font-size: 16px !important;
  color: #fff !important;
  background-color: #71D6C0;
  height: 40px !important;
  padding: 7px 25px !important;
}
/* line 778, ../scss/Style.scss */
.btn-blue-fill:hover {
  background-color: #54C5AC;
}
@media only screen and (max-width: 760px) {
  /* line 771, ../scss/Style.scss */
  .btn-blue-fill {
    font-size: 14px !important;
  }
}

/* line 787, ../scss/Style.scss */
.btn-red-fill {
  font-size: 16px !important;
  color: #fff !important;
  background-color: #EA7767;
  height: 40px !important;
  padding: 7px 25px !important;
}
/* line 794, ../scss/Style.scss */
.btn-red-fill:hover {
  background-color: #DE6555;
}
@media only screen and (max-width: 760px) {
  /* line 787, ../scss/Style.scss */
  .btn-red-fill {
    font-size: 14px !important;
  }
}

/* line 803, ../scss/Style.scss */
.solve-page-body-left {
  margin-right: 20px;
}
@media only screen and (max-width: 991px) {
  /* line 803, ../scss/Style.scss */
  .solve-page-body-left {
    margin-right: 0;
  }
}

/* line 810, ../scss/Style.scss */
.solve-page-body-right {
  min-width: 370px;
  width: 370px;
}
@media only screen and (max-width: 991px) {
  /* line 810, ../scss/Style.scss */
  .solve-page-body-right {
    width: 100%;
    min-width: 100%;
  }
}

/* line 822, ../scss/Style.scss */
.solve-page-answer ul li {
  list-style-type: none !important;
  position: relative;
  color: #000;
}
/* line 827, ../scss/Style.scss */
.solve-page-answer ul li:before {
  content: '';
  position: absolute;
  height: 6px;
  width: 6px;
  background-color: #FFDE8D;
  border-radius: 50%;
  top: 8px;
  left: -18px;
}
@media only screen and (max-width: 760px) {
  /* line 822, ../scss/Style.scss */
  .solve-page-answer ul li {
    font-size: 13px;
  }
}
@media only screen and (max-width: 760px) {
  /* line 845, ../scss/Style.scss */
  .solve-page-answer div {
    font-size: 13px;
  }
}

/* line 851, ../scss/Style.scss */
.solve-page-answer-item {
  font-size: 18px;
}
@media only screen and (max-width: 760px) {
  /* line 851, ../scss/Style.scss */
  .solve-page-answer-item {
    font-size: 14px !important;
  }
}

/* line 859, ../scss/Style.scss */
.solve-page .card-body table {
  margin-top: 20px;
}

/* line 863, ../scss/Style.scss */
.btn-collapse {
  height: 35px;
  background-color: #FFDE8D;
  border-radius: 4px;
  color: #000 !important;
  align-items: center;
  font-size: 16px;
  padding: 8px 20px;
  position: relative;
  z-index: 1;
}
/* line 874, ../scss/Style.scss */
.btn-collapse[aria-expanded="false"] {
  box-shadow: 0px 2px 3px rgba(45, 45, 45, 0.25);
}
/* line 877, ../scss/Style.scss */
.btn-collapse[aria-expanded="false"] .img-collapsed {
  display: block;
}
/* line 881, ../scss/Style.scss */
.btn-collapse[aria-expanded="false"] .img-not-collapsed {
  display: none;
}
/* line 887, ../scss/Style.scss */
.btn-collapse[aria-expanded="true"] .img-collapsed {
  display: none;
}
/* line 891, ../scss/Style.scss */
.btn-collapse[aria-expanded="true"] .img-not-collapsed {
  display: block;
}
@media only screen and (max-width: 760px) {
  /* line 863, ../scss/Style.scss */
  .btn-collapse {
    font-size: 15px;
  }
}

/* line 901, ../scss/Style.scss */
.card-body {
  border: 1px solid #71D6C0 !important;
  position: relative;
  margin-top: -35px;
  padding-top: 50px !important;
  background-color: #fff;
  box-shadow: 0px 2px 3px rgba(45, 45, 45, 0.25);
  display: block !important;
}
/* line 910, ../scss/Style.scss */
.card-body ul {
  padding-left: 20px !important;
  margin-bottom: 0 !important;
}
/* line 914, ../scss/Style.scss */
.card-body ul li {
  list-style-type: none !important;
  position: relative;
  margin-bottom: 15px;
  color: #000;
}
/* line 920, ../scss/Style.scss */
.card-body ul li:last-child {
  margin-bottom: 0;
}
/* line 924, ../scss/Style.scss */
.card-body ul li:before {
  content: '';
  position: absolute;
  height: 6px;
  width: 6px;
  background-color: #fc8a7b;
  border-radius: 50%;
  top: 8px;
  left: -18px;
}
@media only screen and (max-width: 760px) {
  /* line 901, ../scss/Style.scss */
  .card-body {
    overflow-x: auto;
  }
  /* line 939, ../scss/Style.scss */
  .card-body svg {
    width: 600px;
  }
}
/* line 944, ../scss/Style.scss */
.card-body table td {
  padding: 5px 8px;
}

/* line 949, ../scss/Style.scss */
.solve-page-collapse {
  margin-bottom: 15px;
}

/* line 952, ../scss/Style.scss */
.solve-page-collapse-list {
  margin-top: 16px;
}

/* line 955, ../scss/Style.scss */
.solve-page-task-report {
  position: relative;
  border-radius: 4px;
  background-color: #E9FFFA;
  padding: 20px;
  margin-top: 90px;
}
/* line 962, ../scss/Style.scss */
.solve-page-task-report p {
  padding-left: 20px;
}
/* line 966, ../scss/Style.scss */
.solve-page-task-report img {
  position: absolute;
  left: 12px;
  top: 12px;
}
@media only screen and (max-width: 991px) {
  /* line 955, ../scss/Style.scss */
  .solve-page-task-report {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 991px) {
  /* line 976, ../scss/Style.scss */
  .solve-page-task-report .btn {
    width: max-content;
  }
}
@media only screen and (max-width: 760px) {
  /* line 955, ../scss/Style.scss */
  .solve-page-task-report {
    font-size: 14px;
    margin-top: 20px;
  }
}

/* line 988, ../scss/Style.scss */
.solve-page-body-similar {
  position: relative;
  border-radius: 4px;
  background-color: #fff5dc;
  padding: 20px;
  margin-top: 90px;
}
/* line 995, ../scss/Style.scss */
.solve-page-body-similar p {
  padding-left: 20px;
}
/* line 999, ../scss/Style.scss */
.solve-page-body-similar img {
  position: absolute;
  left: 12px;
  top: 12px;
}
@media only screen and (max-width: 991px) {
  /* line 988, ../scss/Style.scss */
  .solve-page-body-similar {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 991px) {
  /* line 1009, ../scss/Style.scss */
  .solve-page-body-similar .btn {
    width: max-content;
  }
}
@media only screen and (max-width: 760px) {
  /* line 988, ../scss/Style.scss */
  .solve-page-body-similar {
    font-size: 14px;
    margin-top: 20px;
  }
}

/* line 1022, ../scss/Style.scss */
.solve-page-yourself .solve-page-yourself-img {
  min-width: 175px;
  width: 175px;
  margin-right: 35px;
}
/* line 1027, ../scss/Style.scss */
.solve-page-yourself .solve-page-yourself-img img {
  width: 100%;
}
@media only screen and (max-width: 760px) {
  /* line 1022, ../scss/Style.scss */
  .solve-page-yourself .solve-page-yourself-img {
    display: none;
  }
}
/* line 1036, ../scss/Style.scss */
.solve-page-yourself .solve-page-yourself-body {
  width: 100%;
}
@media only screen and (max-width: 760px) {
  /* line 1039, ../scss/Style.scss */
  .solve-page-yourself .solve-page-yourself-body p {
    font-size: 13px;
  }
}

/* line 1047, ../scss/Style.scss */
.task-incorrect {
  font-size: 18px;
}
@media only screen and (max-width: 760px) {
  /* line 1047, ../scss/Style.scss */
  .task-incorrect {
    font-size: 15px;
  }
}

/* line 1055, ../scss/Style.scss */
.books-item-img {
  min-width: 110px;
  width: 110px;
  height: 155px;
}
/* line 1060, ../scss/Style.scss */
.books-item-img img {
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 991px) {
  /* line 1055, ../scss/Style.scss */
  .books-item-img {
    min-width: 100px;
    width: 100px;
    height: 150px;
  }
}
@media only screen and (max-width: 820px) {
  /* line 1055, ../scss/Style.scss */
  .books-item-img {
    min-width: 125px;
    width: 125px;
    height: 165px;
  }
}
@media only screen and (max-width: 760px) {
  /* line 1055, ../scss/Style.scss */
  .books-item-img {
    margin-bottom: 15px;
  }
}

/* line 1083, ../scss/Style.scss */
.books-item {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #e2e2e2;
}
/* line 1088, ../scss/Style.scss */
.books-item:last-child {
  padding-bottom: 0px;
  margin-bottom: 0px;
  border-bottom: none;
}
@media only screen and (max-width: 760px) {
  /* line 1083, ../scss/Style.scss */
  .books-item {
    flex-direction: column;
  }
}

/* line 1099, ../scss/Style.scss */
.books-item-block {
  padding-right: 20px;
  font-size: 16px;
}
@media only screen and (max-width: 991px) {
  /* line 1099, ../scss/Style.scss */
  .books-item-block {
    font-size: 15px;
  }
}
@media only screen and (max-width: 820px) {
  /* line 1099, ../scss/Style.scss */
  .books-item-block {
    font-size: 13px;
    padding-right: 15px;
  }
}
@media only screen and (max-width: 760px) {
  /* line 1099, ../scss/Style.scss */
  .books-item-block {
    margin-bottom: 15px;
  }
  /* line 1115, ../scss/Style.scss */
  .books-item-block:last-child {
    margin-bottom: 0px;
  }
}

/* line 1121, ../scss/Style.scss */
.books-item-w-20 {
  width: 20%;
}
@media only screen and (max-width: 760px) {
  /* line 1121, ../scss/Style.scss */
  .books-item-w-20 {
    width: 100%;
  }
}

/* line 1129, ../scss/Style.scss */
.books-item-w-40 {
  width: 40%;
}
@media only screen and (max-width: 760px) {
  /* line 1129, ../scss/Style.scss */
  .books-item-w-40 {
    width: 100%;
  }
}

@media only screen and (max-width: 760px) {
  /* line 1136, ../scss/Style.scss */
  .books-item-list {
    flex-direction: column;
  }
}

/* line 1142, ../scss/Style.scss */
.books-page-head-p {
  font-size: 16px;
}
@media only screen and (max-width: 991px) {
  /* line 1142, ../scss/Style.scss */
  .books-page-head-p {
    font-size: 15px;
  }
}
@media only screen and (max-width: 820px) {
  /* line 1142, ../scss/Style.scss */
  .books-page-head-p {
    font-size: 14px;
  }
}
@media only screen and (max-width: 760px) {
  /* line 1142, ../scss/Style.scss */
  .books-page-head-p {
    font-size: 13px;
    margin-bottom: 7px;
  }
}

/* line 1159, ../scss/Style.scss */
.table-head-position {
  min-width: 140px;
  width: 140px;
}

/* line 1164, ../scss/Style.scss */
.books-page-table-head {
  height: 35px;
  background-color: #FFDE8D;
  border-radius: 4px;
  color: #000 !important;
  align-items: center;
  font-size: 16px;
  padding: 5px 20px;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 991px) {
  /* line 1164, ../scss/Style.scss */
  .books-page-table-head {
    font-size: 15px;
  }
}
@media only screen and (max-width: 820px) {
  /* line 1164, ../scss/Style.scss */
  .books-page-table-head {
    font-size: 14px;
  }
}
@media only screen and (max-width: 760px) {
  /* line 1164, ../scss/Style.scss */
  .books-page-table-head {
    font-size: 12px;
    padding: 8px 20px;
  }
}

/* line 1189, ../scss/Style.scss */
.books-page-table-body {
  padding: 5px 20px;
  font-size: 15px;
}
@media only screen and (max-width: 991px) {
  /* line 1189, ../scss/Style.scss */
  .books-page-table-body {
    font-size: 14px;
  }
}
@media only screen and (max-width: 820px) {
  /* line 1189, ../scss/Style.scss */
  .books-page-table-body {
    font-size: 13px;
  }
}
@media only screen and (max-width: 760px) {
  /* line 1189, ../scss/Style.scss */
  .books-page-table-body {
    font-size: 11px;
  }
}

/* line 1206, ../scss/Style.scss */
.books-page-table-body-item {
  padding: 20px 0;
  padding-top: 110px;
  margin-top: -90px;
  border-bottom: 1px solid #e2e2e2;
}
/* line 1213, ../scss/Style.scss */
.books-page-table-body-item:last-child {
  border-bottom: none;
}
@media only screen and (max-width: 760px) {
  /* line 1206, ../scss/Style.scss */
  .books-page-table-body-item {
    flex-direction: column;
  }
}

@media only screen and (max-width: 760px) {
  /* line 1222, ../scss/Style.scss */
  .td-block {
    flex-direction: column;
  }
}

/* line 1228, ../scss/Style.scss */
.td-item {
  margin-right: 15px;
}
@media only screen and (max-width: 760px) {
  /* line 1228, ../scss/Style.scss */
  .td-item {
    margin: 0;
  }
}

/* line 1236, ../scss/Style.scss */
.td-link {
  margin-left: auto;
}

/* line 1241, ../scss/Style.scss */
.table-head-mobile {
  display: none;
}
@media only screen and (max-width: 760px) {
  /* line 1241, ../scss/Style.scss */
  .table-head-mobile {
    display: block;
  }
}

/* line 1249, ../scss/Style.scss */
.table-head-desktop {
  display: flex;
}
@media only screen and (max-width: 760px) {
  /* line 1249, ../scss/Style.scss */
  .table-head-desktop {
    display: none;
  }
}

@media only screen and (max-width: 760px) {
  /* line 1257, ../scss/Style.scss */
  .w-m-70 {
    width: 70% !important;
  }
}

@media only screen and (max-width: 760px) {
  /* line 1263, ../scss/Style.scss */
  .w-m-30 {
    width: 30% !important;
  }
}

@media only screen and (max-width: 760px) {
  /* line 1269, ../scss/Style.scss */
  .w-m-100 {
    width: 100% !important;
  }
}

@media only screen and (max-width: 760px) {
  /* line 1276, ../scss/Style.scss */
  .books-page-table .w-m-70 {
    display: flex;
  }
}
/* line 1282, ../scss/Style.scss */
.books-page-table .w-m-30 {
  display: none;
}
@media only screen and (max-width: 760px) {
  /* line 1282, ../scss/Style.scss */
  .books-page-table .w-m-30 {
    display: block;
    padding-right: 15px;
  }
}
@media only screen and (max-width: 760px) {
  /* line 1291, ../scss/Style.scss */
  .books-page-table .btn-blue-fill {
    font-size: 12px !important;
    padding: 4px 23px !important;
    height: 30px !important;
  }
}

@media only screen and (max-width: 760px) {
  /* line 1300, ../scss/Style.scss */
  .d-m-flex {
    display: flex;
    flex-direction: row !important;
    margin-bottom: 15px;
  }
}

/* line 1308, ../scss/Style.scss */
.books-page-view-img {
  width: 170px;
  min-width: 170px;
  height: 220px;
  margin-top: 40px;
  margin-right: 20px;
}
/* line 1315, ../scss/Style.scss */
.books-page-view-img img {
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 991px) {
  /* line 1308, ../scss/Style.scss */
  .books-page-view-img {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 820px) {
  /* line 1308, ../scss/Style.scss */
  .books-page-view-img {
    width: 145px;
    min-width: 145px;
    height: 190px;
  }
}
@media only screen and (max-width: 760px) {
  /* line 1308, ../scss/Style.scss */
  .books-page-view-img {
    width: 125px;
    min-width: 125px;
    height: 160px;
    margin-right: 0 !important;
    align-self: center;
  }
}

@media only screen and (max-width: 760px) {
  /* line 1339, ../scss/Style.scss */
  .books-page-view {
    flex-direction: column;
  }
}

/* line 1346, ../scss/Style.scss */
.rubric-page h1 {
  font-size: 30px !important;
  color: #000;
  margin-top: 40px;
}
/* line 1352, ../scss/Style.scss */
.rubric-page h2 {
  font-size: 20px !important;
  color: #000;
  font-family: Avenir-medium;
  margin-top: 40px;
}
@media only screen and (max-width: 991px) {
  /* line 1360, ../scss/Style.scss */
  .rubric-page h1 {
    font-size: 25px !important;
    margin-top: 20px !important;
  }
}
@media only screen and (max-width: 820px) {
  /* line 1367, ../scss/Style.scss */
  .rubric-page h1 {
    font-size: 22px !important;
    margin-top: 20px !important;
  }
}
@media only screen and (max-width: 760px) {
  /* line 1375, ../scss/Style.scss */
  .rubric-page h1 {
    font-size: 16px !important;
    margin-top: 20px !important;
  }
  /* line 1380, ../scss/Style.scss */
  .rubric-page h2 {
    font-size: 15px !important;
    margin-top: 30px !important;
  }
}

/* line 1389, ../scss/Style.scss */
.rubric-page-header-menu {
  margin-right: 30px;
  min-width: 230px;
  width: 230px;
  flex-direction: column;
}
/* line 1395, ../scss/Style.scss */
.rubric-page-header-menu a {
  font-size: 18px;
  color: #71d6c0;
  background-color: #fff;
  border: 1px solid #71d6c0;
  align-self: self-start;
  padding: 11px 72px;
  border-radius: 4px;
  margin-bottom: 10px;
}
/* line 1405, ../scss/Style.scss */
.rubric-page-header-menu a:hover {
  color: #63b7a5;
  border-color: #63b7a5;
}
/* line 1410, ../scss/Style.scss */
.rubric-page-header-menu a.active {
  color: #fff !important;
  background-color: #71d6c0 !important;
  border: none !important;
}
@media only screen and (max-width: 760px) {
  /* line 1389, ../scss/Style.scss */
  .rubric-page-header-menu {
    min-width: 100%;
    width: 100%;
    margin-right: 0;
    flex-direction: row !important;
    flex-wrap: wrap;
  }
  /* line 1424, ../scss/Style.scss */
  .rubric-page-header-menu a {
    width: 47%;
    font-size: 12px;
    padding: 7px 40px;
  }
  /* line 1428, ../scss/Style.scss */
  .rubric-page-header-menu a:nth-child(odd) {
    margin-right: 10px !important;
  }
}

/* line 1436, ../scss/Style.scss */
.rubric-page-header-info p {
  margin-bottom: 10px;
  font-size: 15px;
}
@media only screen and (max-width: 991px) {
  /* line 1442, ../scss/Style.scss */
  .rubric-page-header-info p {
    margin-bottom: 6px;
    font-size: 14px;
  }
}
@media only screen and (max-width: 820px) {
  /* line 1449, ../scss/Style.scss */
  .rubric-page-header-info p {
    font-size: 13px;
  }
}
@media only screen and (max-width: 760px) {
  /* line 1455, ../scss/Style.scss */
  .rubric-page-header-info p {
    margin-bottom: 5px;
    font-size: 11px;
  }
}

/* line 1462, ../scss/Style.scss */
.rubric-page-table {
  margin-top: 30px;
}

/* line 1466, ../scss/Style.scss */
.rubric-page-table-th {
  height: 35px;
  background-color: #FFDE8D;
  border-radius: 4px;
  color: #000 !important;
  align-items: center;
  font-size: 16px;
  padding: 5px 20px;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 760px) {
  /* line 1478, ../scss/Style.scss */
  .rubric-page-table-th .rubric-page-table-classific,
  .rubric-page-table-th .rubric-page-table-example,
  .rubric-page-table-th .rubric-page-table-tasks {
    display: none;
  }
}

/* line 1486, ../scss/Style.scss */
.rubric-page-table-classific {
  min-width: 150px;
  width: 150px;
  margin-right: 20px;
  flex-wrap: wrap;
  max-width: 100%;
}

/* line 1494, ../scss/Style.scss */
.rubric-page-table-m-title {
  display: none;
  font-size: 13px;
}
@media only screen and (max-width: 760px) {
  /* line 1494, ../scss/Style.scss */
  .rubric-page-table-m-title {
    display: block;
  }
}

/* line 1503, ../scss/Style.scss */
.rubric-page-table-tasks {
  margin-left: auto;
}

/* line 1507, ../scss/Style.scss */
.rubric-page-table-body {
  padding: 0px 20px;
}
@media only screen and (max-width: 760px) {
  /* line 1507, ../scss/Style.scss */
  .rubric-page-table-body {
    padding: 0 10px !important;
  }
}

/* line 1515, ../scss/Style.scss */
.rubric-table-tr-class {
  font-size: 12px;
  width: 20px;
  height: 20px;
  background-color: #71d6c0;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  color: #fff;
}

/* line 1527, ../scss/Style.scss */
.rubric-table-tr-formal {
  font-size: 22px;
  color: #71d6c0;
}

/* line 1532, ../scss/Style.scss */
.rubric-table-tr-vars {
  font-size: 12px;
  width: 20px;
  height: 20px;
  background-color: #FC8A7B;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  color: #fff;
}

/* line 1543, ../scss/Style.scss */
.rubric-table-tr-plane {
  width: 17px;
}
@media only screen and (max-width: 760px) {
  /* line 1543, ../scss/Style.scss */
  .rubric-table-tr-plane {
    width: 15px;
  }
}

/* line 1551, ../scss/Style.scss */
.rubric-table-tr-sq {
  width: 17px;
}
@media only screen and (max-width: 760px) {
  /* line 1551, ../scss/Style.scss */
  .rubric-table-tr-sq {
    width: 15px;
  }
}

/* line 1559, ../scss/Style.scss */
.rubric-table-tr-percent {
  width: 17px;
}
@media only screen and (max-width: 760px) {
  /* line 1559, ../scss/Style.scss */
  .rubric-table-tr-percent {
    width: 15px;
  }
}

/* line 1567, ../scss/Style.scss */
.rubric-table-tr-clock {
  width: 17px;
}
@media only screen and (max-width: 760px) {
  /* line 1567, ../scss/Style.scss */
  .rubric-table-tr-clock {
    width: 15px;
  }
}

/* line 1575, ../scss/Style.scss */
.rubric-table-tr-mult {
  width: 15px;
}
@media only screen and (max-width: 760px) {
  /* line 1575, ../scss/Style.scss */
  .rubric-table-tr-mult {
    width: 13px;
  }
}

/* line 1582, ../scss/Style.scss */
.rubric-table-tr-units {
  font-size: 20px;
  color: #71d6c0;
}

/* line 1587, ../scss/Style.scss */
.rubric-table-tasks-title {
  display: none;
  font-size: 12px;
}

/* line 1592, ../scss/Style.scss */
.rubric-page-table-tr {
  padding: 20px 0;
  border-bottom: 1px solid #e2e2e2;
}
/* line 1596, ../scss/Style.scss */
.rubric-page-table-tr:last-child {
  border-bottom: none;
}
@media only screen and (max-width: 760px) {
  /* line 1592, ../scss/Style.scss */
  .rubric-page-table-tr {
    flex-direction: column;
  }
  /* line 1603, ../scss/Style.scss */
  .rubric-page-table-tr .rubric-page-table-tasks {
    margin-left: 0 !important;
    font-size: 14px;
  }
  /* line 1606, ../scss/Style.scss */
  .rubric-page-table-tr .rubric-page-table-tasks .rubric-table-tasks-title {
    display: inline-block;
  }
  /* line 1611, ../scss/Style.scss */
  .rubric-page-table-tr .rubric-page-table-example {
    font-size: 12px;
    margin-bottom: 10px;
  }
  /* line 1616, ../scss/Style.scss */
  .rubric-page-table-tr .rubric-page-table-classific {
    width: 100% !important;
    min-width: 100% !important;
    font-size: 12px !important;
    margin-bottom: 10px;
    line-height: 25px;
  }
  /* line 1624, ../scss/Style.scss */
  .rubric-page-table-tr .rubric-table-tr-class, .rubric-page-table-tr .rubric-table-tr-vars {
    font-size: 10px;
    width: 16px;
    height: 16px;
  }
}

/* line 1631, ../scss/Style.scss */
.tr-item {
  margin-right: 5px;
  cursor: default;
}

/* line 1636, ../scss/Style.scss */
.rubric-table-tasks-link {
  color: #71d6c0 !important;
}
/* line 1639, ../scss/Style.scss */
.rubric-table-tasks-link:hover {
  color: #63b7a5 !important;
}

/* line 1645, ../scss/Style.scss */
.rubric-page-table-example {
  margin-right: 15px;
}
@media only screen and (max-width: 760px) {
  /* line 1645, ../scss/Style.scss */
  .rubric-page-table-example {
    margin-right: 0px;
  }
}

@media only screen and (max-width: 760px) {
  /* line 1653, ../scss/Style.scss */
  .rubric-page-header {
    flex-direction: column;
  }
}

/* line 1660, ../scss/Style.scss */
.task-page h1 {
  font-size: 30px !important;
  color: #000;
  margin-top: 40px;
}
/* line 1666, ../scss/Style.scss */
.task-page h2 {
  font-size: 20px !important;
  color: #000;
  font-family: Avenir-medium;
  margin-top: 0px;
}
@media only screen and (max-width: 991px) {
  /* line 1674, ../scss/Style.scss */
  .task-page h1 {
    font-size: 25px !important;
    margin-top: 20px !important;
  }
}
@media only screen and (max-width: 820px) {
  /* line 1681, ../scss/Style.scss */
  .task-page h1 {
    font-size: 22px !important;
    margin-top: 0px !important;
  }
}
@media only screen and (max-width: 760px) {
  /* line 1689, ../scss/Style.scss */
  .task-page h1 {
    font-size: 16px !important;
    margin-top: 20px !important;
  }
  /* line 1694, ../scss/Style.scss */
  .task-page h2 {
    font-size: 14px !important;
    margin-top: 0px !important;
  }
}

/* line 1701, ../scss/Style.scss */
.task-page-table-th {
  height: 35px;
  background-color: #FFDE8D;
  border-radius: 4px;
  color: #000 !important;
  align-items: center;
  font-size: 16px;
  padding: 5px 20px;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 760px) {
  /* line 1713, ../scss/Style.scss */
  .task-page-table-th .task-page-table-task,
  .task-page-table-th .task-page-table-robot,
  .task-page-table-th .task-page-table-solve,
  .task-page-table-th .task-page-table-book {
    display: none;
  }
}

/* line 1722, ../scss/Style.scss */
.task-page-table-solve {
  min-width: 140px;
  width: 140px;
}

/* line 1726, ../scss/Style.scss */
.task-page-table-book {
  min-width: 160px;
  width: 160px;
}

/* line 1731, ../scss/Style.scss */
.task-page-table-body {
  padding: 0 20px;
}
@media only screen and (max-width: 760px) {
  /* line 1731, ../scss/Style.scss */
  .task-page-table-body {
    padding: 0 10px;
  }
}

/* line 1739, ../scss/Style.scss */
.task-page-table-tr {
  padding: 20px 0;
  border-bottom: 1px solid #e2e2e2;
}
/* line 1743, ../scss/Style.scss */
.task-page-table-tr div {
  margin-right: 15px;
}
/* line 1746, ../scss/Style.scss */
.task-page-table-tr div:last-child {
  margin-right: 0px;
}
/* line 1751, ../scss/Style.scss */
.task-page-table-tr:last-child {
  border-bottom: none;
}
@media only screen and (max-width: 991px) {
  /* line 1739, ../scss/Style.scss */
  .task-page-table-tr {
    font-size: 15px;
  }
}
@media only screen and (max-width: 820px) {
  /* line 1739, ../scss/Style.scss */
  .task-page-table-tr {
    font-size: 14px;
  }
}
@media only screen and (max-width: 760px) {
  /* line 1739, ../scss/Style.scss */
  .task-page-table-tr {
    font-size: 12px;
    flex-direction: column;
  }
  /* line 1767, ../scss/Style.scss */
  .task-page-table-tr div {
    margin-bottom: 10px;
    width: 100% !important;
  }
  /* line 1771, ../scss/Style.scss */
  .task-page-table-tr div:last-child {
    margin-bottom: 0px;
  }
}

/* line 1778, ../scss/Style.scss */
.task-page-table-th-example {
  display: none;
  font-size: 13px;
}
@media only screen and (max-width: 760px) {
  /* line 1778, ../scss/Style.scss */
  .task-page-table-th-example {
    display: block;
  }
}

@media only screen and (max-width: 820px) {
  /* line 1788, ../scss/Style.scss */
  .task-page .btn-blue-fill {
    font-size: 12px !important;
    padding: 4px 23px !important;
    height: 30px !important;
  }
}

/* line 1798, ../scss/Style.scss */
.modal .modal-header {
  border-bottom: none !important;
  padding-bottom: 0 !important;
}
/* line 1803, ../scss/Style.scss */
.modal .modal-footer {
  border-top: none !important;
}

/* line 1808, ../scss/Style.scss */
.report-block--show {
  display: flex;
}

/* line 1812, ../scss/Style.scss */
.report-block--hide {
  display: none !important;
}

/* line 1816, ../scss/Style.scss */
.modal-body-primary {
  display: block;
}

/* line 1819, ../scss/Style.scss */
.modal-body-secondary {
  display: none;
}

/* line 1824, ../scss/Style.scss */
.method-page h1 {
  font-size: 30px !important;
  color: #000;
  margin-top: 40px;
}
/* line 1830, ../scss/Style.scss */
.method-page h2 {
  font-size: 20px !important;
  color: #000;
  font-family: Avenir-medium;
  margin-top: 0px;
}
@media only screen and (max-width: 991px) {
  /* line 1838, ../scss/Style.scss */
  .method-page h1 {
    font-size: 25px !important;
    margin-top: 20px !important;
  }
}
@media only screen and (max-width: 820px) {
  /* line 1845, ../scss/Style.scss */
  .method-page h1 {
    font-size: 22px !important;
    margin-top: 20px !important;
  }
}
@media only screen and (max-width: 760px) {
  /* line 1853, ../scss/Style.scss */
  .method-page h1 {
    font-size: 16px !important;
    margin-top: 20px !important;
  }
  /* line 1858, ../scss/Style.scss */
  .method-page h2 {
    font-size: 14px !important;
    margin-top: 0px !important;
  }
}

/* line 1868, ../scss/Style.scss */
.method-page-bg-img {
  height: 100%;
  background: url(/assets/img/main-page-bg-3.png) no-repeat;
  background-size: contain;
  background-position: 50% -25px;
}

/* line 1875, ../scss/Style.scss */
.method-page-list-item {
  padding: 10px 20px;
  border: 1px solid #71d6c0;
  border-radius: 4px;
  box-shadow: 0px 2px 3px rgba(45, 45, 45, 0.25);
  margin-bottom: 10px;
}
/* line 1881, ../scss/Style.scss */
.method-page-list-item:last-child {
  margin-bottom: 0;
}

@media only screen and (max-width: 760px) {
  /* line 1886, ../scss/Style.scss */
  .method-page-img-holder {
    display: none;
  }
}

@media only screen and (max-width: 820px) {
  /* line 1892, ../scss/Style.scss */
  .method-page {
    font-size: 14px;
  }
}
@media only screen and (max-width: 760px) {
  /* line 1892, ../scss/Style.scss */
  .method-page {
    font-size: 12px;
  }
}

/* line 1902, ../scss/Style.scss */
.news-page-table-th {
  height: 35px;
  background-color: #FFDE8D;
  border-radius: 4px;
  color: #000 !important;
  align-items: center;
  font-size: 16px;
  padding: 5px 20px;
  position: relative;
  z-index: 1;
}

/* line 1913, ../scss/Style.scss */
.news-table-version {
  min-width: 70px;
  width: 70px;
}
@media only screen and (max-width: 760px) {
  /* line 1913, ../scss/Style.scss */
  .news-table-version {
    margin-bottom: 7px;
  }
}

/* line 1922, ../scss/Style.scss */
.news-table-m-th {
  display: none;
  font-size: 13px;
}
@media only screen and (max-width: 760px) {
  /* line 1922, ../scss/Style.scss */
  .news-table-m-th {
    display: block;
  }
}

@media only screen and (max-width: 760px) {
  /* line 1931, ../scss/Style.scss */
  .news-page-table-th .news-table-version,
  .news-page-table-th .news-table-date,
  .news-page-table-th .news-table-description {
    display: none;
  }
}

/* line 1940, ../scss/Style.scss */
.news-table-date {
  min-width: 105px;
  width: 105px;
}
@media only screen and (max-width: 760px) {
  /* line 1940, ../scss/Style.scss */
  .news-table-date {
    margin-bottom: 7px;
  }
}

/* line 1949, ../scss/Style.scss */
.news-page-table-body {
  padding: 0 20px;
}
@media only screen and (max-width: 760px) {
  /* line 1949, ../scss/Style.scss */
  .news-page-table-body {
    padding: 0 10px;
  }
}

/* line 1957, ../scss/Style.scss */
.news-table-m-tr {
  padding: 20px 0;
  border-bottom: 1px solid #e2e2e2;
}
/* line 1961, ../scss/Style.scss */
.news-table-m-tr:last-child {
  border-bottom: none;
}
@media only screen and (max-width: 760px) {
  /* line 1957, ../scss/Style.scss */
  .news-table-m-tr {
    flex-direction: column;
  }
}

/* line 1970, ../scss/Style.scss */
.news-table-m-title {
  display: none;
  color: #969696 !important;
}
@media only screen and (max-width: 760px) {
  /* line 1970, ../scss/Style.scss */
  .news-table-m-title {
    display: block;
  }
}

/* line 1980, ../scss/Style.scss */
.news-page-table ul {
  padding-left: 16px !important;
}

/* line 1986, ../scss/Style.scss */
.search-page textarea {
  height: 64px !important;
}
/* line 1990, ../scss/Style.scss */
.search-page .news-table-description {
  margin-right: 15px !important;
}
@media only screen and (max-width: 760px) {
  /* line 1990, ../scss/Style.scss */
  .search-page .news-table-description {
    margin-right: 0px !important;
    margin-bottom: 7px;
  }
}

/* line 2001, ../scss/Style.scss */
.solve-page-yourself form {
  width: 100%;
}

/* line 2007, ../scss/Style.scss */
.search-page table {
  border: none;
  margin-top: 30px;
}
/* line 2012, ../scss/Style.scss */
.search-page td {
  vertical-align: baseline;
}
/* line 2016, ../scss/Style.scss */
.search-page th, .search-page td {
  padding: 9px 12px;
}
/* line 2020, ../scss/Style.scss */
.search-page tr {
  border-bottom: 1px solid #e2e2e2;
}
/* line 2023, ../scss/Style.scss */
.search-page tr:first-child {
  height: 35px;
  background-color: #FFDE8D;
  border-radius: 4px;
  color: #000 !important;
  align-items: center;
  font-size: 16px;
  position: relative;
  z-index: 1;
  border-bottom: none;
}
@media only screen and (max-width: 760px) {
  /* line 2023, ../scss/Style.scss */
  .search-page tr:first-child {
    display: none;
  }
}
@media only screen and (max-width: 760px) {
  /* line 2020, ../scss/Style.scss */
  .search-page tr {
    display: flex;
    flex-direction: column;
    margin-bottom: 15px;
  }
  /* line 2044, ../scss/Style.scss */
  .search-page tr td {
    padding: 0;
    margin-bottom: 14px;
  }
  /* line 2048, ../scss/Style.scss */
  .search-page tr td:nth-child(1) {
    position: relative;
    padding-top: 14px;
  }
  /* line 2052, ../scss/Style.scss */
  .search-page tr td:nth-child(1):before {
    content: 'Текст задачи';
    position: absolute;
    top: -5px;
    color: #828282;
    font-weight: 600;
  }
  /* line 2061, ../scss/Style.scss */
  .search-page tr td:nth-child(2) {
    position: relative;
    padding-top: 14px;
  }
  /* line 2065, ../scss/Style.scss */
  .search-page tr td:nth-child(2):before {
    content: 'Как ее понимает робот';
    position: absolute;
    top: -5px;
    color: #828282;
    font-weight: 600;
  }
  /* line 2074, ../scss/Style.scss */
  .search-page tr td:nth-child(4) {
    position: relative;
    padding-top: 14px;
  }
  /* line 2078, ../scss/Style.scss */
  .search-page tr td:nth-child(4):before {
    content: 'Учебник';
    position: absolute;
    top: -5px;
    color: #828282;
    font-weight: 600;
  }
}

/* line 2095, ../scss/Style.scss */
.similar-page table tr td:last-child {
  width: 25%;
}
