@font-face {
  font-family: "SBSD-bold";
  src: url(../fonts/SBSansDisplay-Bold.ttf);
}

@font-face {
  font-family: "SBSD-regular";
  src: url(../fonts/SBSansDisplay-Regular.ttf);
}

@font-face {
  font-family: "SBSD-semibold";
  src: url(../fonts/SBSansDisplay-SemiBold.ttf);
}

@font-face {
  font-family: "SBSD-light";
  src: url(../fonts/SBSansDisplay-Light.ttf);
}

@font-face {
  font-family: "SBST-regular";
  src: url(../fonts/SBSansText-Regular.ttf);
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
div,
p,
section,
a {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  text-decoration: none;
}

.container {
  max-width: 760px;
  width: 100%;
  margin: 0 auto;
}

.d-flex {
  display: flex;
}

.al-center {
  align-items: center;
}

.jc-between {
  justify-content: space-between;
}

.header {
  width: 100%;
  height: 82px;
}

.section {
  position: relative;
  overflow: hidden;
}

.content {
  max-width: 960px;
  margin: 96px auto;
}

.header-content {
  max-width: 1216px;
  height: 100%;
  margin: 0 auto;
  display: flex;
  padding: 16px;
  align-items: center;
  justify-content: space-between;
}

.header-content__field {
  font-size: 15px;
  font-family: "SBSD-regular", sans-serif;
  transition: all .2s linear;
}

.header-content__field:hover {
  color: #37b44b;
}

.vb {
  height: 31px;
  margin-right: 10px;
}

.logo {
  display: block;
  width: 286px;
}

.header-main__menu {
  display: flex;
  flex-direction: row;
  gap: 22px;
}

.main-banner {
  width: 100%;
}

.main-banner img {
  width: 100%;
}

.cyrcle-green {
  position: absolute;
  background-color: #37b44b;
  width: 191px;
  height: 191px;
  border-radius: 50%;
  transition: all 0.8s ease 0s;
}

.cyrcle-green.active {
  transform: scale(4);
}

.first {
  top: 1200px;
  left: -250px;
}

.second {
  top: 3265px;
  left: -250px;
}

.content-block {
  position: relative;
  margin-top: 96px;
  display: flex;
  flex-direction: column;
  line-height: 31px;
}

.content-block-about {
  max-width: 760px;
}

.content-block-info {
  max-width: 600px;
}

.al-end {
  align-items: flex-end;
}

.content-block__header {
  position: relative;
}

.content-block__title {
  font-family: "SBSD-regular", sans-serif;
  font-size: 50px;
  color: #2b2a32;
  margin-bottom: 24px;
  line-height: 60px;
  transform: translate(0ps, 120%);
  opacity: 0;
  transition: all 0.8s ease 0s;
}

.content-block__title.active {
  transform: translate(0px, 0px);
  opacity: 1;
}

.cyrcle {
  position: absolute;
  top: 16px;
  left: -37px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #ff7403;
  transition: all 0.8s ease 0s;
  z-index: -1;
}

.cyrcle.active {
  transform: scale(4);
}

.content-block__description {
  font-family: "SBST-regular", sans-serif;
  font-size: 20px;
  color: #000;
  margin-bottom: 24px;
  z-index: 10;
}

.content-block__text {
  font-family: "SBST-regular", sans-serif;
  font-size: 20px;
  color: #000;
  margin-top: 24px;
}

.list {
  display: flex;
  margin-bottom: 24px;
}

.list img {
  width: 35px;
  height: 29px;
  margin-right: 16px;
}

.content-block__btn {
  margin-top: 96px;
}

.content-block__btn a {
  display: block;
  max-width: fit-content;
  padding: 18px 95px;
  border: 2px solid #ff7403;
  color: #ff7403;
  font-family: "SBST-regular", sans-serif;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out,
    border-color 0.2s ease-in-out;
  font-size: 20px;
}

.content-block__btn a:hover {
  color: #fff;
  background-color: #ff7403;
}

.chapter {
  border: 2px solid #37b44b;
  padding: 40px;
  margin-top: 24px;
  background-color: #fafafa;
}

.chapter__text {
  transition: all 0.2s ease-in-out;
  font-size: 20px;
  color: #2b2a32;
  font-weight: 500;
}

.chapter:hover .chapter__text {
  color: #ff7403;
}

.chapter a {
  display: flex;
  align-items: center;
}

.chapter__number {
  font-size: 120px;
  color: #37b44b;
  margin-right: 32px;
}

.chapter__title {
  color: #000;
}

.link {
  text-decoration: none;
  border-bottom: 2px solid #ff7403;
}

.footer {
  width: 100%;
  background-color: #f6f6f6;
  color: #323843;
}

.footer-second-content {
  max-width: 1032px;
  margin: 0 auto;
  padding: 48px 24px;
  height: 100%;
}

.footer-content {
  max-width: 1080px;
  margin: 0 auto;
  padding: 48px 24px;
  height: 100%;
}

.footer-content__blocks {
  display: grid;
  grid-template-columns: 190px 340px 240px;
  justify-content: space-between;
}

.footer-content__block__title {
  font-family: "SBSD-regular";
  font-weight: 600;
  font-size: 20px;
}

.footer-content__block__field {
  margin-top: 16px;
  font-family: "SBSD-regular";
  font-size: 14px;
  display: flex;
  gap: 24px;
  align-items: center;
}

.footer-social {
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer-mail {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.footer-content__block__field .svg-mail {
  margin-right: 10px;
}

.uderline {
  border-bottom: 1px solid #323843;
}

.copyright {
  display: grid;
  grid-template-columns: 1fr 240px;
  gap: 48px;
  margin-top: 24px;
  line-height: 20px;
  font-family: "SBSD-regular";
  font-size: 14px;
}

.footer-content__block {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.main__menu-burger {
  display: none;
}

.header-mobile {
  display: none;
}

@media screen and (max-width: 1500px) {
  
}

@media screen and (max-width: 1199px) {

  .header {
    height: auto;
  }

  .header-full {
    display: none;
  }

  .header-mobile {
    display: block;
  }

  .header-second {
    width: 100%;
    height: 82px;
    background-color: #f6f6f6;
  }

  .header-second-content {
    max-width: 960px;
    height: 100%;
    margin: 0 auto;
    margin-left: 60px;
    display: flex;
    padding: 16px;
    align-items: center;
    justify-content: space-between;
  }

  .header-second-content__field {
    font-size: 15px;
    font-family: "SBSD-regular", sans-serif;
  }

  .menu {
    position: fixed;
    left: 0;
    top: 0;
    width: 50px;
    height: 100%;
    background-color: #fff;
    z-index: 100;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.4);
  }

  .menu-burger {
    cursor: pointer;
    display: none;
    position: absolute;
    top: 20px;
    left: 10px;
    width: 30px;
    height: 20px;
    flex-direction: column;
    justify-content: space-between;
  }

  .menu-burger span {
    width: 100%;
    height: 1px;
    background-color: #000;
    transition: all 0.2s;
  }

  .menu.active .menu-burger span {
    position: absolute;
    top: 50%;
  }

  .menu.active .menu-burger span:nth-child(2) {
    display: none;
  }

  .menu.active .menu-burger span:nth-child(1) {
    rotate: 45deg;
  }

  .menu.active .menu-burger span:nth-child(3) {
    rotate: -45deg;
  }

  .menu-content {
    padding: 20px;
    height: inherit;
    font-size: 18px;
    color: #2b2a32;
    font-family: "SBSD-regular", sans-serif;
    transition: all 0.5s ease 0s;
    background-color: #fff;
  }

  .menu-block__title:hover {
    color: #37b44b;
  }

  .menu-block__title.active {
    color: #000;
  }

  .menu-block__pages {
    padding-left: 15px;
    font-size: 16px;
  }

  .menu-block__pages ul {
    margin-top: 8px;
    list-style: none;
    line-height: 28px;
  }

  .menu-block__pages ul li:hover {
    color: #37b44b;
  }

  .menu-block__pages .active {
    color: #37b44b;
  }

  .menu-block {
    margin-top: 16px;
  }

  .menu-content {
    position: absolute;
    left: -255px;
    z-index: -1;
    width: 255px;
    opacity: 0;
  }

  .menu.active {
    box-shadow: none;
    border-right: 2px solid #f6f6f6;
  }

  .menu.active .menu-content {
    left: 50px;
    width: 255px;
    opacity: 1;
    box-shadow: 10px 0px 10px -8px rgba(0, 0, 0, 0.4);
  }

  .menu-burger {
    display: flex;
    margin-top: 10px;
  }

  .main-banner {
    height: 436px;
  }

  .main-banner img {
    height: 100%;
    object-fit: cover;
    object-position: center;
  }

  .cyrcle-green {
    display: none;
  }

  .content {
    padding: 0 32px;
    margin-top: 0;
    margin-bottom: 40px;
  }

  .content-block {
    margin-top: 40px;
    align-items: center;
  }

  .content-block-info {
    max-width: 100%;
  }

  .content-block__title {
    font-size: 42px;
    line-height: 55px;
  }

  .cyrcle {
    top: 5px;
    left: -10px;
  }

  .al-end {
    align-items: center;
  }

  .cyrcle.active {
    transform: scale(2);
  }

  .content-block__btn {
    margin-top: 40px;
  }

  .footer-second-content {
    padding-left: 90px;
  }

  .footer-content__blocks {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: repeat(2, auto);
    grid-gap: 32px;
  }
  .footer-content__block:nth-child(1) {
    grid-column: 2;
    grid-row: 1;
  }
  .footer-content__block:nth-child(2) {
    grid-column: 1;
    grid-row: 2;
  }
  .footer-content__block:nth-child(3) {
    grid-column: 1;
    grid-row: 1;
  }

  .copyright {
    margin-top: 32px;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 32px;
  }
}

@media screen and (max-width: 767px) {

  .menu {
    position: absolute;
    height: 82px;
    box-shadow: none;
    background-color: transparent;
  }

  .menu.active {
    height: 100%;
    background-color: #fff;
  }

  .main-banner {
    height: 675px;
  }

  .content-block__title {
    font-size: 30px;
    line-height: 36px;
  }

  .cyrcle {
    top: -5px;
  }

  .content-block__description {
    font-size: 16px;
    line-height: 22px;
  }

  .content-block__text {
    font-size: 16px;
    line-height: 22px;
  }

  .chapter {
    padding: 24px;
  }

  .chapter__number {
    font-size: 80px;
  }

  .chapter__text {
    font-size: 16px;
    line-height: 22px;
  }

  .chapter__title {
    font-size: 14px;
    line-height: 18px;
  }

  .content-block__btn a {
    width: 100%;
    max-width: none;
    text-align: center;
  }

  .logo {
    width: 100%;
  }

  .footer-second-content {
    padding-left: 24px;
  }

  .footer-content__blocks {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(3, auto);
  }

  .footer-content__block:nth-child(1) {
    grid-column: 1;
    grid-row: 2;
  }
  .footer-content__block:nth-child(2) {
    grid-column: 1;
    grid-row: 3;
  }
  .footer-content__block:nth-child(3) {
    grid-column: 1;
    grid-row: 1;
  }

  .copyright {
    margin-top: 32px;
    grid-template-columns: 1fr;
    grid-gap: 16px;
  }
}
