* {
  box-sizing: border-box;
}

h1, h2, h3, p {
  margin: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

ul {
  margin: 0;
  padding: 0;
}

li {
  list-style-type: none;
}

button {
  background: none;
  border: none;
}

input,
textarea {
  border: none;
}

img {
  max-width: 100%;
}

body {
  --colorMain: #FC6500;
  --colorBack: #FEFEFE;
  --colorFont: #0A0A0A;
  --colorSecond: #F2C500;
  --colorPrimary: #98CB00;
  max-width: 14400px;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  line-height: 130%s;
  margin-top: 20px;
}

* {
  transition:
    transform 0.3s ease,
    background-color 0.3s ease,
    border-color 0.3s ease,
    color 0.1s linear;
}

svg * {
  transition:
    fill 0.3s linear,
    stroke 0.3s linear;
}

/* glob */
.list-reset {
  margin: 0;
  padding: 0;
  list-style: none;
}

.btn-reset {
  padding: 0;
  border: none;
  background-color: transparent;
  cursor: pointer;
}

.flex {
  display: flex;
}

.header {
  margin-bottom: 270px;
}

.header2 {
  font-size: 70px;
  line-height: 115%;
  margin-bottom: 80px;
}

.header3 {
  font-size: 26px;
  line-height: 110%;
  margin-bottom: 27px;
  color: var(--colorMain);
}

.section {
  margin-bottom: 180px;
}

.container {
  max-width: 1440px;
  padding: 0 50px;
  margin: 0 auto;
}

.section-title {
  text-align: center;
  margin: 0;
  margin-bottom: 60px;
  font-weight: medium;
  font-size: 70px;
  color: var(--colorMain);
}

.btn {
  padding: 10px 14px;
  border-radius: 20px;
  border: 2px solid var(--colorMain);
  background-color: var(--colorBack);
  color: var(--colorFont);
  font-size: 1em;
  font-weight: normal;
}

.btn:hover {
  background-color: var(--colorMain);
  color: var(--colorBack);
}

.btn:active {
  background-color: var(--colorLinkActive);
  color: #fff;
}

.paragraph {
  line-height: 130%;
  font-weight: 400;
  margin-bottom: 18px;
}

.contents-descriptor {
  margin-bottom: 50px;
}

/* Header */

.container-header {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.header-wrapper {
  display: block;
  margin-bottom: 270px;
}

.logo-img {
  height: 60px;
  margin-right: 26px;
  margin-left: 5%;
}

.logo-title-name {
  font-size: 26px;
}

.logo-title-description {
  font-weight: normal;
}

.logo-ref1 {
  float: right;
}

.line_icon {
  color: #99a2ad;
  margin-right: 5px;
}

.logo-link-descr {
  color: inherit;
}

.header-link {
  position: relative;
  display: flex;
  margin-left: auto;
  float: right;
  align-items: center;
  color: var(--colorMain);
}

.logo-link-descr:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* main */

/* head */

.subsection-caption {
  max-width: 550px;
  font-size: 26px;
  font-weight: 500;
}

.subsection-caption span {
  color: var(--colorMain);
}

.container-head {
  display: flex;
  justify-content: center;
}

.section-head-subsection:not(:last-child) {
  margin-bottom: 300px;
}

.subsection-img-head {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.subsection-img__img {
  width: fit-content;
  margin-bottom: 12px;
}

.subsection-caption {
  margin-bottom: 50px;
}

.subsection-img__captions1 {
  width: 415px;
  display: flex;
  justify-content: space-between;
  padding: 0 30px;
}

.subsection-img__captions2 {
  width: 300px;
  display: flex;
  justify-content: space-between;
  padding: 0 10px;
}

.subsection-img__captions3 {
  width: 556px;
  display: flex;
  justify-content: space-between;
  padding-right: 20px;
}

.subsection-img__captions3_item {
  width: 200px;
  display: flex;
  justify-content: space-between;
  padding: 0 10px;
}

.section-head-right {
  padding-top: 274px;
}

.head-row1 {
  position: absolute;
  right: -110px;
  top: -50px;
}

.head-row2 {
  position: absolute;
  left: 440px;
  top: 340px;
}

.head-row3 {
  position: absolute;
  right: -40px;
  bottom: -90px;
}

.head-row4 {
  position: absolute;
  right: 0;
  bottom: -280px;
}

/* contents */

.contents-plain {
  max-width: 600px;
  border: 2px solid var(--colorMain);
  border-radius: 30px;
  padding: 20px 20px 10px 10px;
}

.contents-header {
  color: var(--colorMain);
  margin-bottom: 15px;
  font-weight: 500;
  padding-left: 10px;
}

.content-tags_item {
  display: inline-block;
  padding: 10px 14px;
  border: 2px solid var(--colorMain);
  border-radius: 20px;
  margin-left: 10px;
  margin-bottom: 10px;
}

.content-tags_item:first-child {
  margin-right: 0;
}

/* Категории */

.subsection-img {
  display: flex;
  flex-flow: row wrap;
  justify-content: start;
  align-items: baseline;
}

.subsection-img-item {
  display: flex;
  flex-direction: column;
  max-width: 260px;
}

.subsection-img-item:not(:last-child) {
  margin-right: 40px;
}

.subcontent-descriptor {
  margin-bottom: 25px;
}

.number1::before {
  position: absolute;
  content: "1. ";
  left: 0px;
}

.number1 {
  position: relative;
  padding-left: 20px;
}

.number2::before {
  position: absolute;
  content: "2. ";
  left: 0px;
}

.number2 {
  position: relative;
  padding-left: 20px;
}

.number3::before {
  position: absolute;
  content: "3. ";
  left: 0px;
}

.number3 {
  position: relative;
  padding-left: 20px;
}

.number4::before {
  position: absolute;
  content: "4. ";
  left: 0px;
}

.number4 {
  position: relative;
  padding-left: 20px;
}

.section-do {
  margin-bottom: 46px;
}

.subsection-img-item img {
  margin-bottom: 12px;
}

@keyframes pulse {
  0% {
    color: var(--colorSecond);
  }
  75% {
    color: var(--colorMain);
  }
  100% {
    color: var(--colorSecond);
  }
}

.owl-nav {
  position: relative;
  font-size: 150px;
  top: -350px;
  animation: pulse 2s infinite;
  line-height: 0;
}

.owl-nav .disabled {
  display: none;
}

.owl-next {
  float: right;
}

.owl-prev {
  display: none;
  float: left;
}

.owl-prev,
.owl-next {
  text-shadow:  0px 0px 3px var(--colorMain);
}

.owl-carousel.owl-loaded {
  position: relative;
}

.logo-download {
  max-height: 30px;
}

.download-ref:not(:last-child) {
  margin-right: 30px;
}

.img-income {
  border-radius: 20px;
  border: 2px solid #98CB00;
}
