a {
  color: inherit;
  text-decoration: none;
  background-color: transparent;
  transition: 0.5s ease;
}
#preloader {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  overflow: visible;
  background: #FFF url("../img/preloader.svg") no-repeat center center;
}
#header {
  left: 0;
  top: 0;
  width: 100%;
  height: 50px;
  background: #5c8b7e;
  position: sticky;
  z-index: 1020;
}
#header .logo img {
  width: 170px;
  height: auto;
}
.logo {
	float: left;
	height: 50px;
	width: auto;
}
.header-max-btn {
  width: 100%;
  height: 100%;
  color: #FFF;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  background: #5c8b7e;
  transition: 0.5s ease;
}
.header-max-btn:hover {
	filter: brightness(125%);
}
.header-person-btn {
  width: 100%;
  height: 100%;
  color: #FFF;
  padding-top: 1px;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  background: #5c8b7e;
  transition: 0.5s ease;
}
.header-person-btn:hover {
	filter: brightness(125%);
}
.header-phone-btn {
  width: 100%;
  height: 100%;
  color: #FFF;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  background: #5c8b7e;
  transition: 0.5s ease;
}
.header-phone-btn:hover {
	filter: brightness(125%);
}
.header-avito-btn {
  width: 100%;
  height: 100%;
  color: #FFF;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  background: #5c8b7e;
  transition: 0.5s ease;
}
.header-avito-btn img {
  width: 26px;
  height: 26px;
  border-radius: 0.25rem;
}
.header-avito-btn:hover {
	filter: brightness(125%);
}
.header-vk-btn {
  width: 100%;
  height: 100%;
  color: #FFF;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  background: #5c8b7e;
  transition: 0.5s ease;
}
.header-vk-btn:hover {
	filter: brightness(125%);
}
@media (max-width: 768px) {
    
  .header-max-btn img {
    width: 24px;
    height: 24px;
  }
  .header-person-btn img {
    width: 26px;
    height: 26px;
  }
  .header-phone-btn img {
    width: 26px;
    height: 26px;
  }
  .header-avito-btn img {
    width: 22px;
    height: 22px;
  }
  .header-vk-btn img {
    width: 28px;
    height: 28px;
  }
  .header-calc-btn img {
    width: 26px;
    height: 26px;
  }
}
/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/
/* Sections Common
--------------------------------*/
.section-title {
  color: #387280;
  font-family: "Benguiat";
  font-size: 28px;
  text-transform: uppercase;
  font-weight: bold;
}
.section-description {
  font-family: "Benguiat";
  color: #387280;
  font-size: 20px;
  font-weight: normal;
}
.section-description img {
  width: auto;
  height: 30px;
}
.section-title-divider {
  width: 100%;
  height: 3px;
  background: #387280;
  margin: 0 auto;
  margin-bottom: 20px;
}
.section-title-doc {
  color: #387280;
  font-family: "Benguiat";
  font-size: 26px;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
}
/* Get Started Section
--------------------------------*/
#above {
  color: #000;
  background: #fcf9f3;
}
#above .above-content-text {
  text-align: left;
  font-size: 16px;
  color: #000;
}
#above .above-text-md {
  font-family: "Benguiat";
  color: #387280;
  font-size: 18px;
  line-height: 16px;
  font-weight: normal;
}
#above .above-text-sm {
  color: #000;
  font-size: 16px;
  line-height: 16px;
  font-weight: normal;
}

#above .services {
  width: 100%;
  height: auto;
  color: #387280;
  font-size: 1rem;
  line-height: 1rem;
  font-weight: bold;
  border: 2px solid #387280;
  border-radius: 0.25rem;
  background-color: transparent;
}
#manager {
  color: #000;
  background: #e3ebe8;
}
#manager .ip-card img {
  width: 200px;
  height: auto;
  cursor: pointer;
  border-radius: 5px;
  background-color: transparent;
  border: 1px solid rgba(227, 235, 232, 1);
  transition: 0.5s ease;
}
#manager .ip-card img:hover {
  border: 1px solid rgba(108, 138, 126, 1);
}
#manager .icon_pic_text {
  color: #1d4c4c;
  font-weight: normal;
  font-size: 14px;
  line-height: 14px;
  background-color: transparent;
}
#manager .icon_qr img {
  width: auto;
  height: 80px;
  background-color: transparent;
}
/* Instruction Section
--------------------------------*/
#instruction {
  color: #000;
  background: #fcf9f3;
}
#instruction .instruction-content-alt {
  color: #000;
  text-align: left;
  font-weight: 600;
  font-size: 18px;
  line-height: 16px;
}
#instruction .instruction-content-text {
  padding: 10px 20px 20px 20px;
  color: #000;
  height: auto;
  width: 100%;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  overflow: auto;
  border-radius: 0.25rem;
  border: 1px solid rgba(0, 0, 0, 0);
}
#instruction .instruction-head-text {
  width: 100%;
}
#instruction .instruction-text-form {
  color: #000;
  height: 100%;
  max-width: 100%;
  border-radius: 0.25rem;
  border: 1px solid rgba(0, 0, 0, 0);
}
/* Contact Section
--------------------------------*/
#contacts {
  color: #000;
  background: #e3ebe8;
}
.contact-icon-btn {
  color: #FFF;
  width: auto;
  height: auto;
  text-align: center;
  background: #5c8b7e;
  border-radius: 0.25rem;
}
.contact-icon-text {
    width: 100%;
    height: auto;
	text-align: left;
	color: #000000;
	font-size: 16px;
    line-height: 16px;
}
.contact-bank-icon {
  color: #FFF;
  width: auto;
  height: auto;
}
.contact-bank-icon-img {
  width: auto;
  height: auto;
  background: #5c8b7e;
  border-radius: 0.25rem;
}
.contact-bank-icon-text {
    width: 100%;
    height: auto;
	text-align: left;
	color: #000000;
	font-size: 16px;
    line-height: 16px;
}
.contact-social-icon {
    width: 100%;
    height: auto;
	background: none;
}
.contact-icon img {
    width: 36px;
    height: 36px;
    transition: 0.5s ease;
  border-radius: 0.25rem;
}
.contact-icon img:hover {
    filter: brightness(150%);
}
/*--------------------------------------------------------------
# Footer 
  background: #0078b5;
--------------------------------------------------------------*/
#footer {
  padding: 10px 0;
  color: #FFF;
  background-color: #387280;
}
#footer .copyright {
  text-align: center;
  font-size: 14px;
}
.card_doc {
  width: 100%;
  height: auto;
  color: #fff;
  font-size: 1rem;
  line-height: 1rem;
  border: 1px solid #387280;
  border-radius: 0.25rem;
  background-color: #387280;
  transition: .5s ease;
}
.card_doc:hover {
	filter: brightness(150%);
}