@font-face {
  font-family: "Ubuntu";
  src: url("../font/Ubuntu-Bold.eot");
  src: local("Ubuntu Bold"), local("Ubuntu-Bold"), url("../font/Ubuntu-Bold.eot?#iefix") format("embedded-opentype"), url("../font/Ubuntu-Bold.woff2") format("woff2"), url("../font/Ubuntu-Bold.woff") format("woff"), url("../font/Ubuntu-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Ubuntu";
  src: url("../font/Ubuntu-Regular.eot");
  src: local("Ubuntu Regular"), local("Ubuntu-Regular"), url("../font/Ubuntu-Regular.eot?#iefix") format("embedded-opentype"), url("../font/Ubuntu-Regular.woff2") format("woff2"), url("../font/Ubuntu-Regular.woff") format("woff"), url("../font/Ubuntu-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Ubuntu";
  src: url("../font/Ubuntu-Medium.eot");
  src: local("Ubuntu Medium"), local("Ubuntu-Medium"), url("../font/Ubuntu-Medium.eot?#iefix") format("embedded-opentype"), url("../font/Ubuntu-Medium.woff2") format("woff2"), url("../font/Ubuntu-Medium.woff") format("woff"), url("../font/Ubuntu-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Ubuntu";
  src: url("../font/Ubuntu-Light.eot");
  src: local("Ubuntu Light"), local("Ubuntu-Light"), url("../font/Ubuntu-Light.eot?#iefix") format("embedded-opentype"), url("../font/Ubuntu-Light.woff2") format("woff2"), url("../font/Ubuntu-Light.woff") format("woff"), url("../font/Ubuntu-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
* {
  margin: 0;
  padding: 0;
}

body {
  font-family: "Ubuntu", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 22px;
  line-height: 25px;
  color: #15203D;
}

.row {
  width: calc(100% - 200px);
  padding: 0 100px;
  margin: 0 auto;
}

a {
  color: #71A52F;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

h1 {
  font-weight: 700;
  font-size: 60px;
  line-height: 69px;
}

h2 {
  font-weight: 700;
  font-size: 60px;
  line-height: 69px;
  text-align: center;
  color: #061D02;
}

h3 {
  font-weight: 400;
  font-size: 30px;
  line-height: 34px;
  text-align: center;
}

p {
  margin-bottom: 30px;
}

.scrol {
  margin-top: -130px;
  position: absolute;
}

a.btn, header.header a.btn {
  background: #94C021;
  margin: 46px auto 0 auto;
  display: block;
  width: fit-content;
  padding: 19px 47px;
  font-weight: 700;
  font-size: 30px;
  line-height: 34px;
  text-align: center;
  text-transform: uppercase;
  transition: 0.5s;
}
a.btn:hover, header.header a.btn:hover {
  scale: 1.05;
  text-decoration: none;
}

header.header {
  width: 100%;
  height: 100vh;
  background: url(../img/bg_h.jpg) top center/cover no-repeat;
  color: #fff;
  font-weight: 400;
  font-size: 25px;
  line-height: 29px;
}
header.header .row {
  padding-top: 60px;
}
header.header a {
  color: #fff;
  text-decoration: none;
}
header.header a:hover {
  text-decoration: underline;
}
header.header ul {
  list-style: none;
  display: flex;
}
header.header ul li {
  position: relative;
}
header.header ul li + li {
  margin-left: 20px;
  padding-left: 26px;
}
header.header ul li + li::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  left: 0;
  top: calc(50% - 3px);
}
header.header .menu {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header.header .menu .leftMenu {
  width: calc(50% - 171px);
}
header.header .menu .logo {
  width: 342px;
  font-size: 15px;
  line-height: 17px;
  text-align: center;
  text-transform: uppercase;
  margin-top: -30px;
  position: relative;
}
header.header .menu .logo a {
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
header.header .menu .logo a:hover ~ img {
  scale: 1.1;
}
header.header .menu .logo img {
  margin-bottom: 10px;
  transition: 0.5s;
}
header.header .menu .logo span {
  font-size: 30px;
  line-height: 34px;
  display: block;
}
header.header .menu .rightMenu {
  width: calc(50% - 171px);
}
header.header .menu .rightMenu ul {
  justify-content: flex-end;
}
header.header .center {
  margin-top: 210px;
  text-align: center;
}
header.header .center h1 {
  margin-bottom: 25px;
  color: #fff;
}
header.header .center p {
  font-weight: 400;
  font-size: 22px;
  line-height: 25px;
  margin: 0;
}
header.header.page {
  background: url(../img/bg_p.jpg) top center/cover no-repeat;
  min-height: 186px;
  height: 100%;
}

section.docs, section.consylt {
  margin-top: 100px;
}
section.docs.inform, section.consylt.inform {
  margin-top: 250px;
}
section.docs ul, section.consylt ul {
  margin-top: 100px;
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  list-style: none;
}
section.docs ul li, section.consylt ul li {
  margin: 10px;
  width: calc(33.33% - 20px);
  position: relative;
}
section.docs ul li {margin: 40px 0;}
section.docs ul li a, section.consylt ul li a {
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
section.docs ul li a:hover ~ .img, section.consylt ul li a:hover ~ .img {
  scale: 1.1;
}
section.docs ul li a:hover ~ .read, section.consylt ul li a:hover ~ .read {
  text-decoration: underline;
}
section.docs ul li .img, section.consylt ul li .img {
  display: flex;
  align-items: center;
  justify-content: center;
  background: url(../img/ul.svg) top center/cover no-repeat;
  width: 65px;
  height: 72px;
  margin: 0 auto;
  transition: 0.5s;
}
section.docs ul li h3, section.consylt ul li h3 {
  margin-top: 30px;
  margin-bottom: 20px;
  height: 68px;
  overflow: hidden;
}
section.docs ul li p, section.consylt ul li p {
  font-size: 22px;
  line-height: 25px;
  height: 75px;
  overflow: hidden;
}
section.docs ul li .read, section.consylt ul li .read {
  color: #71A52F;
  margin-top: 30px;
}

section.consylt {
  background: #F5F7FF;
  margin-top: 150px;
  padding-top: 100px;
  padding-bottom: 150px;
}
section.consylt ul li {
  background: #fff;
}
section.consylt ul li .img {
  background: url(../img/ul2.svg) top center/cover no-repeat;
  margin-top: 100px;
}
section.consylt ul li .read {
  color: #F17F06;
  margin-bottom: 100px;
}

section.news {
  margin-top: 100px;
}
section.news ul {
  margin-top: 100px;
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  list-style: none;
}
section.news ul li {
  margin: 10px;
  width: calc(33.33% - 20px);
  position: relative;
}
section.news ul li a {
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
section.news ul li a:hover ~ .img img {
  scale: 1.1;
}
section.news ul li a:hover ~ .txt .read {
  text-decoration: underline;
}
section.news ul li .img {
  width: 100%;
  height: 370px;
  overflow: hidden;
}
section.news ul li .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.5s;
}
section.news ul li h3 {
  margin-top: 50px;
  margin-bottom: 20px;
  height: 68px;
  overflow: hidden;
}
section.news ul li p {
  height: 50px;
  overflow: hidden;
}
section.news ul li .read {
  margin-top: 30px;
  color: #71A52F;
}

section.page img {
  width: 100%;
  max-width: 1200px;
}

section.page {
  min-height: 50vh;
}
section.page h2 {
  margin-bottom: 80px;
}
section.page h3 {
  margin-top: 50px;
  margin-bottom: 20px;
}
section.page h2, section.page h3 {
  text-align: left;
}
section.page .content {
  margin-top: 100px;
}
.popup-fade h3 {
  margin-top: 30px;
  margin-bottom: 30px;
}
.popup-fade a.btn {color: #fff;}
.popup-fade:before {
	content: '';
	background: #000;
	position: fixed; 
	left: 0;
	top: 0;
	width: 100%; 
	height: 100%;
	opacity: 0.7;
	z-index: 9999;
}
.popup {
    font-size: 17px;
	position: fixed;
	top: 20%;
	width: calc(100% - 20px);
  margin: 0 auto;
  left: 0;right: 0;
  max-width: 750px;
	padding: 20px;
	background: #fff;
	border: 1px solid orange;
	border-radius: 4px; 
	z-index: 99999;
	opacity: 1;	
}
.popup-close {
	position: absolute;
	top: 10px;
	right: 10px;
}

footer.footer {
  margin-top: 100px;
  background: #F5F7FF;
}
footer.footer ul {
  list-style: none;
  display: flex;
}
footer.footer ul li {
  position: relative;
}
footer.footer ul li a {
  color: #061D02;
  font-size: 25px;
  line-height: 29px;
}
footer.footer ul li + li {
  margin-left: 20px;
  padding-left: 26px;
}
footer.footer ul li + li::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #061D02;
  position: absolute;
  left: 0;
  top: calc(50% - 3px);
}
footer.footer .menu {
  display: flex;
  width: 100%;
  justify-content: center;
  padding-top: 43px;
}
footer.footer .logo {
  text-align: center;
  color: #94C021;
  font-size: 15px;
  line-height: 17px;
  font-weight: 400;
  text-transform: uppercase;
  margin-top: 100px;
  padding-bottom: 100px;
  width: fit-content;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
footer.footer .logo a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
footer.footer .logo a:hover ~ img {
  scale: 1.1;
}
footer.footer .logo img {
  margin-bottom: 25px;
  transition: 0.5s;
}
footer.footer .logo span {
  display: block;
  font-size: 30px;
  line-height: 34px;
  font-weight: 700;
}

.scrol {
  margin-top: -100px;
  position: absolute;
}

@media screen and (max-width: 1750px) {
  header.header ul li + li {
    margin-left: 10px;
    padding-left: 16px;
  }
}
@media screen and (max-width: 1650px) {
  header.header .menu .logo {
    width: 265px;
  }
}
@media screen and (max-width: 1550px) {
  header.header .menu .logo {
    order: 1;
  }

  header.header .menu .leftMenu {
    order: 2;
    width: fit-content;
  }

  header.header .menu .rightMenu {
    order: 3;
    width: fit-content;
    position: relative;
    padding-left: 16px;
    margin-left: 10px;
  }
  header.header .menu .rightMenu::before {
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #fff;
    position: absolute;
    left: 0;
    top: calc(50% - 3px);
  }

  header.header .menu {
    justify-content: flex-start;
  }
}
@media screen and (max-width: 1515px) {
  .row {
    width: calc(100% - 100px);
    padding: 0 50px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 1400px) {
  .row {
    width: calc(100% - 60px);
    padding: 0 30px;
    margin: 0 auto;
  }

  header.header .menu {
    flex-wrap: wrap;
  }

  header.header.page .row {
    padding-bottom: 20px;
  }

  header.header .menu .logo,
header.header .menu .leftMenu,
header.header .menu .rightMenu {
    width: 100%;
  }

  header.header .menu .leftMenu ul,
header.header .menu .rightMenu ul {
    justify-content: center;
  }

  header.header .menu .rightMenu::before {
    display: none;
  }

  header.header .menu .rightMenu {
    margin: 0;
    padding: 0;
    padding-top: 20px;
  }

  section.docs, section.consylt, section.news, section.news ul, section.docs ul, section.consylt ul, section.docs.inform, section.consylt.inform, section.page .content {
    margin-top: 70px;
  }

  section.page h2 {
    margin-bottom: 50px;
  }

  section.docs ul li, section.consylt ul li, section.news ul li {
    width: calc(50% - 20px);
  }

  section.docs, section.consylt, section.news, section.news ul, section.docs ul, section.consylt ul, section.docs.inform, section.consylt.inform {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 1230px) {
  header.header .center p br {
    display: none;
  }

  header.header .center {
    margin-top: 150px;
  }

  footer.footer .menu {
    display: none;
  }

  footer.footer .logo {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 1100px) {
  section.docs ul li, section.consylt ul li, section.news ul li {
    width: calc(100% - 40px);
    padding: 20px;
  }

  section.docs ul li h3, section.consylt ul li h3,
section.news ul li h3, section.news ul li p {
    height: auto;
  }

  h1, h2 {
    font-weight: 700;
    font-size: 50px;
    line-height: 59px;
  }

  a.btn, header.header a.btn {
    font-size: 25px;
  }
}
@media screen and (max-width: 700px) {
  br {
    display: none;
  }

  header.header .center {
    margin-top: 100px;
  }

  header.header .menu .leftMenu, header.header .menu .rightMenu {
    display: none;
  }

  header.header.page .row .menu .rightMenu, header.header.page .row .menu .leftMenu,
header.header.page ul {
    display: block;
  }

  header.header.page ul li {
    margin: 10px 0;
    text-align: center;
  }

  header.header.page ul li + li {
    margin-left: 0;
    padding-left: 0;
  }

  header.header.page ul li + li::before {
    display: none;
  }

  header.header.page .menu .rightMenu {
    padding-top: 0;
  }

  .row {
    width: calc(100% - 30px);
    padding: 0 15px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 600px) {
  section.docs, section.consylt, section.news, section.news ul, section.docs ul, section.consylt ul, section.docs.inform, section.consylt.inform, section.page .content {
    margin-top: 50px;
  }

  section.page h2 {
    margin-bottom: 30px;
  }

  section.consylt {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  section.news ul li .img {
    height: 250px;
  }

  h1, h2 {
    font-weight: 700;
    font-size: 40px;
    line-height: 49px;
  }

  h3 {
    font-size: 25px;
    line-height: 30px;
  }

  header.header .center {
    margin-top: 30px;
  }

  a.btn, header.header a.btn {
    font-size: 20px;
  }

  section.docs ul li p, section.consylt ul li p, body {
    font-size: 16px;
    line-height: 24px;
  }
}