﻿.container-extranet {
  width: 100%;
  margin: 0 auto;
  max-width: 750px;
}

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

.extranet {
  padding: 60px 0 0px;
}
.extranet__title {
  margin-bottom: 30px;
}
.extranet__text {
  text-align: center;
  max-width: 70%;
  margin: 0 auto 30px;
}
.extranet__list {
  margin-bottom: 60px;
}
.extranet__item {
  background: #FFFFFF;
  border: 1px solid rgba(32, 36, 95, 0.1254901961);
  -webkit-box-shadow: 1.43563px 2.87125px 7.17813px rgba(0, 0, 0, 0.25);
          box-shadow: 1.43563px 2.87125px 7.17813px rgba(0, 0, 0, 0.25);
  border-radius: 4px;
}
.extranet__item:not(:last-child) {
  margin-bottom: 15px;
}
.extranet__item-download {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.extranet__item-download img {
  width: 15px;
  height: auto;
  display: block;
  margin-right: 6px;
}
.extranet-item-top {
  padding: 20px 30px;
  border-radius: 4px;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid rgba(0, 164, 156, 0.2509803922);
  -webkit-box-shadow: 1.582px 3.16401px 7.91001px rgba(0, 0, 0, 0.25);
          box-shadow: 1.582px 3.16401px 7.91001px rgba(0, 0, 0, 0.25);
  cursor: pointer;
}
.extranet-item-top.active {
  background: #00A49C;
  border: 1px solid rgba(32, 36, 95, 0.1098039216);
  -webkit-box-shadow: 1.582px 3.16401px 7.91001px rgba(0, 0, 0, 0.25);
          box-shadow: 1.582px 3.16401px 7.91001px rgba(0, 0, 0, 0.25);
}
.extranet-item-top.active .extranet__item-top-icon:after {
  opacity: 0;
}
.extranet-item-top.active p {
  color: #fff;
}
.extranet-item-top.active span {
  background: #fff;
}
.extranet-item-top.active span:before, .extranet-item-top.active span:after {
  background: #00A49C;
}
.extranet-item-top span {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50%;
  background: #00A49C;
  margin-right: 10px;
  width: 25px;
  height: 25px;
  position: relative;
}
.extranet-item-top span:before, .extranet-item-top span:after {
  content: "";
  display: block;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.extranet-item-top span:before {
  width: 14px;
  height: 3px;
}
.extranet-item-top span:after {
  height: 14px;
  width: 3px;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}
.extranet-item-top p {
  font-size: 20px;
  color: #00A49C;
  font-weight: 700;
}
.extranet-item-top.tab-header {
  background: #00A49C;
  border: 1px solid rgba(32, 36, 95, 0.1098039216);
  -webkit-box-shadow: 1.582px 3.16401px 7.91001px rgba(0, 0, 0, 0.25);
          box-shadow: 1.582px 3.16401px 7.91001px rgba(0, 0, 0, 0.25);
}
.extranet-item-top.tab-header p {
  color: #fff;
}
.extranet-item-top.tab-header span {
  background: #fff;
}
.extranet-item-top.tab-header span:before, .extranet-item-top.tab-header span:after {
  background: #00A49C;
}
.extranet__item-bot {
  padding: 12px;
}
.extranet__item-bot-files {
  margin-bottom: 20px;
}
.extranet__item-bot-file {
  border: 1px solid rgba(32, 36, 95, 0.1215686275);
  border-radius: 4px;
  padding: 12px 25px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.extranet__item-bot-file-left {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 70%;
}
.extranet__item-bot-file-left img {
  width: 20px;
  margin-right: 15px;
  display: block;
}
.extranet__item-bot-file-left h4 {
  font-size: 18px;
  margin-bottom: 0px;
}
.extranet__item-bot-file-left p {
  font-size: 18px;
}
.extranet__item-bot-file:not(:last-child) {
  margin-bottom: 15px;
}
.extranet__item-bot-file a, .extranet__item-bot-file p {
  font-weight: 400;
}
.extranet__item-bot-file-info {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.extranet__item-bot-file-info h4 {
  margin: 0;
  font-weight: 400;
}
.extranet__item-bot-file-info p {
  font-weight: 400;
}
.extranet-pad {
  padding-bottom: 50px;
}
@media screen and (max-width: 1550px) {
  .extranet {
    padding: 50px 0 0px;
  }
  .extranet__title {
    margin-bottom: 27px;
  }
  .extranet__text {
    max-width: 80%;
    margin: 0 auto 27px;
  }
  .extranet__list {
    margin-bottom: 50px;
  }
  .extranet__item:not(:last-child) {
    margin-bottom: 14px;
  }
  .extranet__item-download img {
    width: 14px;
  }
  .extranet-item-top {
    padding: 17px 27px;
  }
  .extranet-item-top span {
    margin-right: 9px;
    width: 24px;
    height: 24px;
  }
  .extranet-item-top span:before {
    width: 13px;
    height: 2px;
  }
  .extranet-item-top span:after {
    height: 13px;
    width: 2px;
  }
  .extranet-item-top p {
    font-size: 19px;
  }
  .extranet__item-bot {
    padding: 11px;
  }
  .extranet__item-bot-files {
    margin-bottom: 17px;
  }
  .extranet__item-bot-file {
    padding: 11px 22px;
  }
  .extranet__item-bot-file-left img {
    width: 19px;
    margin-right: 14px;
  }
  .extranet__item-bot-file-left h4 {
    font-size: 16px;
  }
  .extranet__item-bot-file-left p {
    font-size: 16px;
  }
  .extranet__item-bot-file:not(:last-child) {
    margin-bottom: 13px;
  }
  .extranet-pad {
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 1200px) {
  .extranet {
    padding: 45px 0 0px;
  }
  .extranet__title {
    margin-bottom: 25px;
  }
  .extranet__text {
    max-width: 90%;
    margin: 0 auto 25px;
  }
  .extranet__list {
    margin-bottom: 45px;
  }
  .extranet-item-top {
    padding: 16px 20px;
  }
  .extranet-item-top span {
    margin-right: 8px;
    width: 20px;
    height: 20px;
  }
  .extranet-item-top span:before {
    width: 11px;
  }
  .extranet-item-top span:after {
    height: 11px;
  }
  .extranet-item-top p {
    font-size: 17px;
  }
  .extranet__item-bot {
    padding: 10px;
  }
  .extranet__item-bot-files {
    margin-bottom: 15px;
  }
  .extranet__item-bot-file {
    padding: 10px 20px;
  }
  .extranet__item-bot-file a, .extranet__item-bot-file p {
    font-size: 15px;
  }
  .extranet__item-bot-file-left img {
    width: 17px;
    margin-right: 12px;
  }
  .extranet__item-bot-file-left h4 {
    font-size: 15px;
  }
  .extranet__item-bot-file-left p {
    font-size: 15px;
  }
}
@media screen and (max-width: 992px) {
  .extranet {
    padding: 25px 0 0px;
  }
  .extranet__list {
    margin-bottom: 35px;
  }
}
@media screen and (max-width: 767px) {
  .extranet {
    padding: 20px 0 0px;
  }
  .extranet__title {
    margin-bottom: 25px;
  }
  .extranet__text {
    max-width: 90%;
    margin: 0 auto 25px;
  }
  .extranet__list {
    margin-bottom: 35px;
  }
  .extranet-item-top {
    padding: 16px 20px;
  }
  .extranet-item-top span {
    margin-right: 8px;
    width: 20px;
    height: 20px;
  }
  .extranet-item-top span:before {
    width: 11px;
  }
  .extranet-item-top span:after {
    height: 11px;
  }
  .extranet-item-top p {
    font-size: 17px;
  }
  .extranet__item-bot {
    padding: 10px;
  }
  .extranet__item-bot-files {
    margin-bottom: 15px;
  }
  .extranet__item-bot-file {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 10px 20px;
  }
  .extranet__item-bot-file a, .extranet__item-bot-file p {
    font-size: 14px;
  }
  .extranet__item-bot-file-left {
    width: 100%;
    margin-bottom: 15px;
  }
  .extranet__item-bot-file-left img {
    width: 17px;
    margin-right: 12px;
  }
  .extranet__item-bot-file-left h4 {
    font-size: 14px;
  }
  .extranet__item-bot-file-left p {
    font-size: 14px;
  }
  .extranet__item-bot-file-info {
    width: calc(100% - 29px);
  }
}
@media screen and (max-width: 575px) {
  .extranet {
    padding: 10px 0 0px;
  }
  .extranet__title {
    margin-bottom: 20px;
  }
  .extranet__text {
    max-width: 100%;
    margin: 0 auto 20px;
  }
  .extranet__list {
    margin-bottom: 35px;
  }
  .extranet-item-top {
    padding: 12px 15px;
  }
  .extranet-item-top span {
    margin-right: 8px;
    width: 20px;
    height: 20px;
  }
  .extranet-item-top span:before {
    width: 11px;
  }
  .extranet-item-top span:after {
    height: 11px;
  }
  .extranet-item-top p {
    font-size: 15px;
  }
  .extranet__item-bot {
    padding: 8px;
  }
  .extranet__item-bot-files {
    margin-bottom: 15px;
  }
  .extranet__item-bot-file {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 10px 20px;
  }
  .extranet__item-bot-file a, .extranet__item-bot-file p {
    font-size: 14px;
  }
  .extranet__item-bot-file-left {
    width: 100%;
    margin-bottom: 12px;
  }
  .extranet__item-bot-file-left img {
    width: 17px;
    margin-right: 12px;
  }
  .extranet__item-bot-file-left h4 {
    font-size: 14px;
  }
  .extranet__item-bot-file-left p {
    font-size: 14px;
  }
  .extranet__item-bot-file-info {
    width: calc(100% - 29px);
  }
}

.tab-content {
  display: none;
}

.sub-tab-content {
  display: none;
  margin-left: 20px;
}
@media screen and (max-width: 1200px) {
  .sub-tab-content {
    margin-left: 17px;
  }
}
@media screen and (max-width: 992px) {
  .sub-tab-content {
    margin-left: 15px;
  }
}
@media screen and (max-width: 768px) {
  .sub-tab-content {
    margin-left: 10px;
  }
}
@media screen and (max-width: 575px) {
  .sub-tab-content {
    margin-left: 5px;
  }
}

.nested-tab-content {
  display: none;
  margin-left: 20px;
}
@media screen and (max-width: 1200px) {
  .nested-tab-content {
    margin-left: 17px;
  }
}
@media screen and (max-width: 992px) {
  .nested-tab-content {
    margin-left: 15px;
  }
}
@media screen and (max-width: 768px) {
  .nested-tab-content {
    margin-left: 10px;
  }
}
@media screen and (max-width: 575px) {
  .nested-tab-content {
    margin-left: 5px;
  }
}

.login {
  height: 60vh;
  width: 100vw;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 79px 0;
}
.login__title {
  margin-bottom: 25px;
}
.login__form {
  margin: 0 auto;
  max-width: 400px;
  width: 100%;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
.login__form input {
  border: 1px solid #000000;
  border-radius: 7px;
  width: 100%;
  height: 42px;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 16px;
  text-align: center;
}
.login__form input:not(:last-child) {
  margin-bottom: 15px;
}
.login__form input ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #000;
}
.login__form input ::-moz-placeholder { /* Firefox 19+ */
  color: #000;
}
.login__form input :-ms-input-placeholder { /* IE 10+ */
  color: #000;
}
.login__form input :-moz-placeholder { /* Firefox 18- */
  color: #000;
}
.login__form button {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #00A49C;
  border-radius: 10px;
  border: 2px solid #00A49C;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  font-weight: 700;
  font-size: 16px;
  padding: 0 30px;
  color: #fff;
  height: 42px;
  width: 100%;
  cursor: pointer;
}
.login__form button:hover {
  background: #fff;
  color: #00A49C;
}
.login__form-inputs {
  width: 100%;
  margin-bottom: 15px;
}
@media screen and (max-width: 1200px) {
  .login {
    height: 60vh;
    padding: 65px 0;
  }
  .login__title {
    margin-bottom: 22px;
  }
  .login__form input {
    height: 40px;
    font-size: 15px;
  }
  .login__form button {
    font-size: 15px;
    height: 40px;
  }
}
@media screen and (max-width: 767px) {
  .login {
    height: auto;
    padding: 55px 0;
  }
  .login__title {
    margin-bottom: 20px;
  }
  .login__form {
    max-width: 320px;
    width: 90%;
  }
  .login__form input {
    height: 36px;
    font-size: 14px;
  }
  .login__form button {
    font-size: 14px;
    height: 36px;
  }
}

.error-message {
  color: red;
  margin-top: 8px;
  text-align: center;
}