

/* Start:/local/templates/riskov-net.ru/components/bitrix/system.auth.form/reso/style.min.css?1677831123424*/
div.bx-system-auth-form span.bx-auth-secure{background-color:#fffae3;border:1px solid #dedbc8;padding:2px;display:inline-block;vertical-align:bottom;margin-top:-1px}div.bx-system-auth-form div.bx-auth-secure-icon{background-image:url(/local/templates/riskov-net.ru/components/bitrix/system.auth.form/reso/images/sec.png);background-repeat:no-repeat;background-position:center;width:19px;height:18px}div.bx-system-auth-form div.bx-auth-secure-unlock{background-image:url(/local/templates/riskov-net.ru/components/bitrix/system.auth.form/reso/images/sec-unlocked.png)}
/* End */


/* Start:/local/templates/riskov-net.ru/styles.css?1755857330699*/
h2 {color:#009639   !important;font-weight:bold;}
h3 {color:#009639   !important;}
.pm .agent__name{margin-top:0px;}
.lectures__link h3, .lectures__link h2{color:#fff   !important;font-weight:bold;}
.agent  ul li{color: #708687;}
.agent  ul li::before {
  content: "\2022";  
  color: #708687;  
  font-weight: bold;  
  display: inline-block; 
  width: 1em;  
  margin-left: -1em;  
}


.gray{color: #708687;font-size:18px;}



section.pm nav *{color:#ec6631;margin-top:36px;}


.banner__link p {
    font-size: 16px !important;
    margin: 0;
	color:#fff  !important;
    text-align: center;
    width: 100px;
    line-height: 110%;
}




.navbar{
  
  
  position: fixed;
  z-index: 1000;
  
  
}
/* End */


/* Start:/local/templates/riskov-net.ru/template_styles.css?167783112320581*/
.menu__button a {color:#fff;}

@charset "UTF-8";
/*======================= Основной шрифт =======================*/
@import url("https://fonts.googleapis.com/css2?family=PT+Sans:ital,wght@0,400;0,700;1,400;1,700&display=swap");
/*======================= Переменные =======================*/
/*======================= Базовые стили =======================*/
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
  margin: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  background-color: #ffffff;
  color: #000000;
  font-family: "PT Sans", sans-serif;
  font-size: 1rem;
  margin: 0;
  overflow-x: hidden;
}

ul {
  list-style: none;
}

a {
  text-decoration: none;
}

img {
  width: 100%;
  height: auto;
}

button {
  font-family: "PT Sans", sans-serif;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

button:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-filter: brightness(0.95);
          filter: brightness(0.95);
}

/*======================= Шапка =======================*/
.navbar {
  padding-top: 30px;
  padding-bottom: 30px;
}

.navbar__logo img {
  height: 121px;
  width: 121px;
  -webkit-transition: .3s;
  transition: .3s;
}

.navbar__logo img:hover {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.navbar__toggler {
  border: none;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 0;
  height: 25px;
  width: 25px;
}

.navbar__toggler:hover {
  transform: none;
}

.navbar__toggler:focus {
  box-shadow: none;
}

.navbar__line {
  background: #737373;
  height: 1px;
  width: 100%;
  transition: .3s;
}

.navbar__toggler[aria-expanded='true'] .navbar__line:nth-child(1) {
  transform: translateY(12px) rotate(-45deg);
}

.navbar__toggler[aria-expanded='true'] .navbar__line:nth-child(2) {
  transform: translateX(-100%);
  opacity: 0;
}

.navbar__toggler[aria-expanded='true'] .navbar__line:nth-child(3) {
  transform: translateY(-12px) rotate(45deg);
}

.navbar__links {
  margin-left: 20px;
}

.navbar__item {
  color: #009639;
  font-size: 1.1rem;
  padding: 10px 29px;
  -webkit-transition: .5s;
  transition: .5s;
}

.navbar__item:hover {
  background: #009639;
  color: #ffffff;
}

.navbar__item.active {
  background: #009639;
  color: #ffffff;
  font-weight: bold;
  padding: 10px 52px;
}

.navbar__phone {
  color: #009639;
  font-size: 2rem;
}

.navbar__phone:hover {
  color: #009639;
}

.navbar__search {
  background: #edf4fb;
  height: 60px;
  padding: 0;
}

.navbar__search input {
  background: none;
  border: none;
  color: #a1cbed;
  font-size: 1.1rem;
  font-style: italic;
  padding: 10px 20px;
  height: 100%;
  width: 100%;
}

.navbar__search input:focus {
  border: none;
}

.navbar__search input::-webkit-input-placeholder {
  color: #a1cbed;
  font-size: 1.1rem;
  font-style: italic;
}

.navbar__search input:-ms-input-placeholder {
  color: #a1cbed;
  font-size: 1.1rem;
  font-style: italic;
}

.navbar__search input::-ms-input-placeholder {
  color: #a1cbed;
  font-size: 1.1rem;
  font-style: italic;
}

.navbar__search input::placeholder {
  color: #a1cbed;
  font-size: 1.1rem;
  font-style: italic;
}

.navbar__search button {
  background: none;
  border: none;
  cursor: pointer;
  padding: 10px;
  height: 100%;
}

.navbar__search button img {
  height: 39px;
  width: 35px;
}


.title {
  color: #009639;
  font-size: 2.35rem;
  margin: 50px 0 30px;
}

.footer {
  background-color: #009639;
}

.footer__row {
  padding: 50px 0 125px;
}

.footer__name {
  width: 100%;
}

.footer__name img {
  height: 83px;
  width: 83px;
  -webkit-transition: .3s;
  transition: .3s;
}

.footer__name img:hover {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.footer__name p {
  color: #ffffff;
  font-size: 1.08rem;
  font-weight: bold;
  margin-left: 25px;
  line-height: 125%;
}

.footer__tagline {
  color: #ffffff;
  font-size: 2.5rem;
  line-height: 110%;
  width: 100%;
}

.footer__links {
  width: 100%;
}

.footer__links + .footer__links {
  margin-top: 50px;
}

.footer__link {
  color: #ffffff;
  display: block;
  font-size: 1.08rem;
  line-height: 144%;
}

.footer__link:hover {
  color: #d6d6d6;
}

.footer__link.active {
  font-weight: bold;
}

.footer__address {
  color: #ffffff;
  font-size: 1.08rem;
  width: 100%;
}

.footer__address a {
  color: #ffffff;
  font-weight: bold;
}

.footer__additional {
  width: 100%;
}

.footer__messanger + .footer__messanger {
  margin-left: 25px;
}

.footer__messanger img {
  height: 55px;
  width: 55px;
  -webkit-transition: .3s;
  transition: .3s;
}

.footer__messanger img:hover {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.footer__divider {
  border-bottom: 1px solid #ffffff;
  margin: 50px 0 20px;
}

.footer__copyright {
  color: #ffffff;
  font-size: 1.08rem;
}

@media (min-width: 1400px) {
  .navbar__container {
    max-width: unset;
  }
}

@media (min-width: 1600px) {
  .navbar__container {
    max-width: 1600px;
  }
  .navbar__search {
    width: 500px;
  }
}

@media (max-width: 1399.98px) {
  .navbar__logo img {
    height: 80px;
    width: 80px;
  }

  .navbar__item.active {
    padding: 10px 36px;
  }

  .navbar__phone {
    font-size: 1.8rem;
  }

  .menu__item {
    width: 177.66px;
  }

  .menu__button {
    height: 100%;
  }

  .menu__dropdown {
    width: 100%;
  }

  .menu__dropdown a {
    width: unset;
  }
}

@media (min-width: 1199.99px) {
  .menu__item:hover > .menu__dropdown {
    display: block;
  }
}

@media (max-width: 1199.98px) {
  .navbar__links {
    margin-left: 7px;
  }
  .navbar__phone {
    font-size: 1.2rem;
  }
  .menu__row {
    flex-direction: column;
  }
  .menu__item {
    margin-top: 10px;
    width: 100%;
  }
  .menu__dropdown.active {
    display: block;
    position: static;
  }
  .menu__button {
    padding: 10px 0;
  }
  .menu__button::before {
    content: unset;
  }
  .footer__tagline {
    margin-bottom: 20px;
    text-align: right;
  }
  .footer__links.top {
    display: flex;
    justify-content: space-evenly;
  }
  .footer__links.bottom {
    display: flex;
    justify-content: space-between;
  }
  .footer__links + .footer__links {
    margin-top: 20px;
  }
  .footer__link {
    text-align: center;
  }
  .footer__contacts {
    margin-top: 20px;
  }
  .footer__contacts * {
    text-align: center;
  }
  .footer__address {
    margin-top: 20px;
    order: 1;
  }
  .footer__messangers {
    text-align: center;
    width: 100%;
  }
  .footer__additional {
    order: 2;
  }
  .footer__divider {
    margin-top: 20px;
  }
  .footer__copyright {
    text-align: center;
  }
}

@media (max-width: 1120px) {
  .navbar__phone {
    display: none;
  }
}

@media (max-width: 991.98px) {
  html {
    font-size: 14px;
  }
  .navbar {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .navbar__collapse > * {
    margin-top: 10px;
  }
  .navbar__logo img {
    height: 50px;
    width: 50px;
  }
  .navbar__links {
    margin-left: 0;
  }
  .navbar__item.active {
    display: none;
  }
  .navbar__phone {
    display: block;
    padding-left: 15px;
  }
  .navbar__search {
    height: unset;
    margin-top: 15px;
  }
  .navbar__search button img {
    height: 19.5px;
    width: 17.5px;
  }
}

@media (max-width: 950px) {
  .menu__item.active .menu__button::before {
    background-size: contain;
  }
}

@media (max-width: 767.98px) {
  .footer__name {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .footer__tagline {
    margin-top: 20px;
    text-align: left;
  }
  .footer__links.top {
    justify-content: space-between;
  }
  .footer__links.bottom {
    display: block;
  }
  .footer__link {
    text-align: left;
    width: auto;
  }
  .footer__address {
    text-align: left;
  }
}

@media (max-width: 420px) {
  .footer__name p {
    font-size: 1.04rem;
  }
  .footer__tagline {
    font-size: 1.7rem;
  }
  .footer__messanger img {
    height: 45px;
    width: 45px;
  }
  .footer__copyright {
    font-size: 1rem;
  }
}

.banner {
  position: relative;
}

.banner__link {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: rgba(235, 102, 49, 0.85);
  border-radius: 50%;
  color: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 150px;
  width: 150px;
  position: absolute;
  left: 50%;
  transform: translateX(540px);
  bottom: 20%;
}

.banner__link:hover {
  color: #FFFFFF;
}

.banner__link p {
  font-size: 16px;
  margin: 0;
  text-align: center;
  width: 100px;
  line-height: 110%;
}

.banner__link span {
  font-weight: bold;
}

.banner__text {
  text-shadow: 0 0 10px #dddddd;
  color: #009639;
  font-size: 4rem;
  font-weight: bold;
  line-height: 100%;
  position: absolute;
  bottom: 20%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  text-align: center;
  width: 70%;
}

.banner + .menu {
  margin-top: -64px;
}

@media screen and (max-width: 1399.98px) {
  .banner__link {
    left: unset;
    right: 12px;
    transform: none;
  }
}

@media screen and (max-width: 1199.98px) {
 .banner__text {
    bottom: 10%;
    padding: 0 12px;
    width: 100%;
  }
  .banner__link {
    bottom: 25%;
  }
}

.slider {
  padding-bottom: 100px;
  position: relative;
}

.slider__wrapper {
  position: relative;
}

.slider__filter {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #009639;
  opacity: 0.25;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  cursor: pointer;
}

.slider__filter:hover {
  opacity: 0;
}

.slider__arrow img {
  height: 65px;
  width: 65px;
}

.slider .lSSlideOuter {
  overflow: visible;
  position: relative;
}

.slider .lSSlideWrapper {
  position: static;
}

.slider .lSAction img {
  height: 50px;
  width: 50px;
}

.slider .lSPrev {
  background: none;
  left: 0;
  margin-top: 0;
  opacity: 1;
  transform: translate(-50%, -50%);
  height: 50px;
  width: 50px;
}

.slider .lSNext {
  background: none;
  right: 0;
  margin-top: 0;
  opacity: 1;
  transform: translate(50%, -50%);
  height: 50px;
  width: 50px;
}

@media screen and (max-width: 1199.98px) {
 .slider .lSNext {
    transform: translate(-10px, -50%);
  }
  .slider .lSPrev {
    transform: translate(10px, -50%);
  }
}

.digits {
  padding-bottom: 100px;
}

.digits * {
  text-align: center;
}

.digits__item img {
  -webkit-transition: .3s;
  transition: .3s;
}

.digits__item img:hover {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.digits__item #digit_1 {
  height: 139px;
  width: 152px;
}

.digits__item #digit_2 {
  height: 144px;
  width: 146px;
}

.digits__item #digit_3 {
  height: 143px;
  width: 134px;
}

.digits__number {
  color: #009639;
  font-size: 3.75rem;
  font-weight: bold;
}

.digits__description {
  color: #009639;
  font-size: 2.05rem;
  line-height: 114%;
}

@media (max-width: 991.98px) {
  .banner__text {
    font-size: 3rem;
  }
  .banner__link {
    display: none;
  }
}

@media (max-width: 767.98px) {
  .digits__item + .digits__item {
    margin-top: 30px;
  }
}

@media (max-width: 600px) {
  .banner__text {
    font-size: 2rem;
  }
}

@media (max-width: 400px) {
  .banner__text {
    bottom: 10%;
    font-size: 1.3rem;
  }
}

.agent {
  padding-top: 50px;
  padding-bottom: 50px;
}

.agent__title {
  font-weight: bold;
}

.agent__about {
  color: #708687;
  font-size: 1.55rem;
  line-height: 132%;
}

.agent__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.agent__item {
  background: #ccead7;
  position: relative;
  margin-top: 40px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  width: 420px;
}

.agent__item.active {
  -ms-flex-item-align: start;
      align-self: flex-start;
}

.agent__item.active .agent__img {
  position: absolute;
  z-index: 1;
}

.agent__item.active .agent__footer {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: rgba(0, 150, 57, 0.85);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 30px;
  position: relative;
  height: 126px;
  z-index: 2;
}

.agent__item.active .agent__name {
  color: #FFFFFF;
}

.agent__item.active .agent__description {
  display: none;
}

.agent__item.active .agent__dropdown {
  display: block;
}

.agent__img {
  cursor: pointer;
  height: auto;
  width: 100%;
}

.agent__footer {
  cursor: pointer;
  padding: 20px 30px;
  height: 163px;
}

.agent__name {
  color: #009639;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 115%;
}

.agent__description {
  color: #708687;
  font-size: 1.1rem;
  line-height: 130%;
}

.agent__dropdown {
  background: rgba(0, 150, 57, 0.85);
  display: none;
  padding: 20px 40px;
}

.agent__dropdown a {
  color: #FFFFFF;
  display: block;
  font-size: 1.1rem;
  line-height: 120%;
  margin-top: 10px;
  margin-left: 15px;
  position: relative;
}

.agent__dropdown a::before {
  background-color: #FFFFFF;
  border-radius: 50%;
  content: '';
  position: absolute;
  top: 50%;
  left: -15px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 5px;
  width: 5px;
}

@media (max-width: 1399.98px) {
  .agent__item {
    width: 360px;
  }
  .agent__item.active .agent__footer {
    height: 108px;
  }
}

@media (max-width: 1199.98px) {
  .agent__items {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
  }
  .agent__item {
    margin-right: 10px;
    width: 420px;
  }
  .agent__item.active .agent__footer {
    height: 126px;
  }
}

@media (max-width: 470px) {
  .agent__item {
    margin-right: 0;
    width: 280px;
  }
  .agent__item.active .agent__footer {
    height: 84px;
  }
}

.course {
  padding-top: 50px;
  padding-bottom: 50px;
}

.course__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.course__menu-item {
  color: #009639;
  display: block;
  font-size: 1.1rem;
  margin-right: 30px;
}

.course__menu-item.active {
  font-weight: bold;
}

.course__title span {
  font-weight: bold;
}

.course__master {
  color: #708687;
  font-size: 1.8rem;
  line-height: 115%;
}

.course__master span {
  font-weight: bold;
}

.course__video {
  margin: 50px 0;
  max-width: 640px;
}

.course__video a > img {
  -o-object-fit: cover;
     object-fit: cover;
  max-width: 100%;
  height: auto;
  -webkit-box-shadow: 0 0 5px #ccc;
          box-shadow: 0 0 5px #ccc;
}

.course__video a, .course__video iframe {
  padding: 5px;
  display: block;
  position: relative;
}

.course__video a:after {
  width: 64px;
  height: 64px;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -32px;
  margin-top: -32px;
  background: url(/local/templates/riskov-net.ru/../img/player_play.png) no-repeat;
  content: '';
  opacity: 0.8;
}

.course__text {
  color: #708687;
  font-size: 1.56rem;
  line-height: 132%;
}

.course__h2 {
  color: #009639;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 115%;
  margin-top: 40px;
  margin-bottom: 25px;
}

.course__ul {
  padding: 0;
}

.course__ul li {
  color: #708687;
  font-size: 1.56rem;
  line-height: 132%;
  margin-left: 15px;
  position: relative;
}

.course__ul li::before {
  background: #708687;
  border-radius: 50%;
  content: '';
  height: 5px;
  width: 5px;
  position: absolute;
  top: 15px;
  left: -15px;
}

.course__button {
  background: #009639;
  border: none;
  color: #FFFFFF;
  font-size: 1.81rem;
  margin: 50px 0;
  padding: 5px;
  text-align: center;
  width: 400px;
}

.modal-window {
  display: none;
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.modal-window.active {
  display: block;
}

.modal-window__overflow {
  background: rgba(0, 0, 0, 0.5);
  height: 100%;
  width: 100%;
}

.modal-window__form {
  background: #FFFFFF;
  border: 1px solid #000000;
  border-radius: 25px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  padding: 50px 30px;
  height: auto;
  width: 300px;
}

.modal-window__close {
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 15px;
  height: 20px;
  width: 20px;
}

.modal-window__title {
  color: #009639;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
}

.modal-window__input {
  width: 100%;
}

.modal-window__input label {
  display: block;
}

.modal-window__input input {
  width: 100%;
}

.modal-window__submit {
  background: #009639;
  border: none;
  color: #FFFFFF;
  margin-top: 10px;
  padding: 10px;
  width: 100%;
}

@media screen and (max-width: 675px) {
  .course__button {
    margin: 30px auto;
    width: 270px;
  }
}

.vebinar {
  padding-top: 50px;
  padding-bottom: 50px;
}

.vebinar + .vebinar {
  padding-top: 0;
}

.vebinar__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.vebinar__menu-item {
  color: #009639;
  display: block;
  font-size: 1.1rem;
  margin-right: 30px;
}

.vebinar__menu-item.active {
  font-weight: bold;
}

.vebinar__title span {
  font-weight: bold;
}

.vebinar__date {
  color: #708687;
  font-size: 1.2rem;
}

.vebinar__master {
  color: #708687;
  font-size: 1.8rem;
  line-height: 115%;
}

.vebinar__master span {
  font-weight: bold;
}

.vebinar__video {
  margin: 50px 0;
  /* max-width: 640px; */
}

.vebinar__video a > img {
  -o-object-fit: cover;
     object-fit: cover;
  max-width: 100%;
  height: auto;
  -webkit-box-shadow: 0 0 5px #ccc;
          box-shadow: 0 0 5px #ccc;
}

.vebinar__video a, .vebinar__video iframe {
  padding: 5px;
  display: block;
  position: relative;
}

.vebinar__video a:after {
  width: 64px;
  height: 64px;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -32px;
  margin-top: -32px;
  background: url(/local/templates/riskov-net.ru/../img/player_play.png) no-repeat;
  content: '';
  opacity: 0.8;
}

.vebinar__text {
  color: #708687;
  font-size: 1.2rem;
  line-height: 132%;
}

.vebinar__h2 {
  color: #009639;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 115%;
  margin-top: 40px;
  margin-bottom: 25px;
}

.vebinar__ul {
  padding: 0;
}

.vebinar__ul li {
  color: #708687;
  font-size: 1.56rem;
  line-height: 132%;
  margin-left: 15px;
  position: relative;
}

.vebinar__ul li::before {
  background: #708687;
  border-radius: 50%;
  content: '';
  height: 5px;
  width: 5px;
  position: absolute;
  top: 15px;
  left: -15px;
}

@media screen and (max-width: 675px) {
  .vebinar__button {
    margin: 30px auto;
    width: 270px;
  }
}

.login {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 100vh;
}

.login__wrapper {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 3px solid #009639;
  border-radius: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: auto;
  padding: 30px;
  width: 300px;
}

.login__wrapper img {
  height: 100px;
  margin-bottom: 15px;
  width: 100px;
}

.login__wrapper h1 {
  color: #009639;
  font-weight: bold;
  margin-bottom: 15px;
}

.login__wrapper input {
  font-size: 1.2rem;
  height: 47px;
  margin-top: 15px;
  padding: 5px;
  width: 100%;
}

.login__wrapper input:hover {
  border-color: #009639;
}

.login__wrapper input:focus {
  outline: #009639;
}

.login__wrapper button {
  background: #009639;
  border: none;
  color: #FFFFFF;
  cursor: pointer;
  font-size: 1.81rem;
  margin-top: 15px;
  padding: 5px;
  text-align: center;
  width: 100%;
}
/*# sourceMappingURL=style.css.map */
 .team .h2 b {color:#009639;font-size: 24px;font-weight:bold !important;}
.team .h3 {color:#009639  !important;font-size: 22px !important;font-weight:700;}

 
 section p{color:#708687  !important;font-size: 20px  !important;}
 .lectures__link p{color:#fff  !important;}
/* End */
/* /local/templates/riskov-net.ru/components/bitrix/system.auth.form/reso/style.min.css?1677831123424 */
/* /local/templates/riskov-net.ru/styles.css?1755857330699 */
/* /local/templates/riskov-net.ru/template_styles.css?167783112320581 */
