:root {
  --color-black: #000;
  --color-white: #fff;
  --color-red: #ec1c24;
  --color-gray: #787878;
}

@font-face {
  font-family: "Roboto";
  src: url("/burneftgaz-landing/fonts/Roboto-Regular.woff2") format("woff2");
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}

@font-face {
  font-family: "Roboto";
  src: url("/burneftgaz-landing/fonts/Roboto-Thin.woff2") format("woff2");
  font-weight: 100;
  font-display: swap;
  font-style: thin;
}

@font-face {
  font-family: "Roboto";
  src: url("/burneftgaz-landing/fonts/Roboto-Bold.woff2") format("woff2");
  font-weight: 700;
  font-display: swap;
  font-style: bold;
}

@font-face {
  font-family: "BebasNeue";
  src: url("/burneftgaz-landing/fonts/BebasNeue-Regular.woff2") format("woff2");
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}

@font-face {
  font-family: "BebasNeue";
  src: url("/burneftgaz-landing/fonts/BebasNeue-Bold.woff2") format("woff2");
  font-weight: 700;
  font-display: swap;
  font-style: bold;
}

@font-face {
  font-family: "DINPro";
  src: url("/burneftgaz-landing/fonts/DINPro-Black.woff2") format("woff2");
  font-weight: 900;
  font-display: swap;
  font-style: black;
}

@font-face {
  font-family: "AchilleIICyrFY";
  src: url("/burneftgaz-landing//fonts/AchilleIICyrFY-Italic.woff2") format("woff2");
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}

html {
  box-sizing: border-box;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

body {
  margin: 0;
  font-family: "Roboto", sans-serif;
}

img {
  max-width: 100%;
}

a {
  text-decoration: none;
}

.site-container {
  overflow: hidden;
}

.is-hidden {
  display: none !important;
}

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

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

.container {
  margin: 0 auto;
  padding: 0 15px;
  max-width: 1470px;
}

.js-focus-visible :focus:not(.focus-visible) {
  outline: none;
}

.header {
  background-color: black;
  padding-bottom: 10px;
}

.header__container {
  padding-top: 45px;
  padding-bottom: 35px;
  position: relative;
}

.header__container::before {
  content: "";
  display: block;
  width: 950px;
  height: 710px;
  position: absolute;
  bottom: -85px;
  left: -390px;
  background-image: url(/burneftgaz-landing/img/left-bg.png);
  background-size: 100%;
  background-repeat: no-repeat;
}

@media (max-width: 768px) {
  .header__container::before {
    background-image: none;
  }
}

.header__container::after {
  content: "";
  display: block;
  width: 903px;
  height: 887px;
  position: absolute;
  bottom: -140px;
  right: -550px;
  background-image: url(/burneftgaz-landing/img/right-bg.png);
  background-size: 100%;
  background-repeat: no-repeat;
}

@media (max-width: 992px) {
  .header__container::after {
    background-image: none;
  }
}

.logo {
  max-width: 505px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.banner {
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.banner::before {
  content: "";
  display: block;
  width: 1715px;
  height: 1665px;
  position: absolute;
  top: -61%;
  left: 52%;
  transform: translate(-50%);
  background-image: url(/burneftgaz-landing/img/banner-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 0% 50%;
  z-index: 0;
}

@media (max-width: 1255px) {
  .banner::before {
    top: -50%;
    width: 100%;
  }
}

@media (max-width: 1030px) {
  .banner::before {
    top: -43%;
  }
}

.banner__title {
  font-family: "BebasNeue", sans-serif;
  text-align: center;
  font-weight: 700;
  font-size: 72px;
  color: var(--color-red);
  margin: 0;
  padding-top: 24px;
  padding-bottom: 15px;
  padding-left: 15px;
  padding-right: 15px;
  background-color: rgba(255, 255, 255, 0.72);
  position: relative;
  z-index: 1;
}

@media (max-width: 992px) {
  .banner__title {
    font-size: 55px;
  }
}

@media (max-width: 400px) {
  .banner__title {
    font-size: 40px;
  }
}

.banner__title span {
  color: var(--color-black);
}

.banner__container {
  position: relative;
  padding-bottom: 138px;
}

@media (max-width: 575px) {
  .banner__container {
    padding-bottom: 0px;
  }
}

.banner__item-top {
  font-size: 24px;
  line-height: 1.5;
  max-width: 600px;
  margin: 0;
  margin-top: 30px;
}

@media (max-width: 1250px) {
  .banner__item-top {
    background-color: rgba(255, 255, 255, 0.7);
    padding: 30px 70px 30px 0;
  }
}

@media (max-width: 992px) {
  .banner__item-top {
    max-width: 100%;
    padding-left: 20px;
  }
}

@media (max-width: 600px) {
  .banner__item-top {
    padding: 130px 15px 15px;
  }
}

@media (max-width: 400px) {
  .banner__item-top {
    font-size: 20px;
    text-align: center;
  }
}

.banner__item-top a {
  font-weight: 700;
  color: var(--color-red);
}

.banner__item-center {
  font-size: 22px;
  font-weight: 100;
  line-height: 1.2;
  max-width: 520px;
  background-color: rgba(255, 255, 255, 0.7);
  margin-top: 100px;
  padding: 30px 70px 30px 0;
}

@media (max-width: 992px) {
  .banner__item-center {
    padding-left: 20px;
    max-width: 100%;
  }
}

@media (max-width: 400px) {
  .banner__item-center {
    font-size: 20px;
    text-align: center;
    margin-top: 30px;
    padding: 15px;
  }
}

.banner__item-bottom {
  background-color: rgba(255, 255, 255, 0.7);
  font-size: 22px;
  font-weight: 100;
  padding: 29px;
  position: absolute;
  right: -40px;
  bottom: -25px;
}

@media (max-width: 992px) {
  .banner__item-bottom {
    position: relative;
    right: 0;
    bottom: 0;
  }
}

.banner__item-bottom-container {
  background-color: rgba(255, 255, 255, 0.7);
  max-width: 510px;
  padding: 20px 21px;
  -o-border-image: linear-gradient(45deg, rgba(0, 0, 0, 0.3), white);
  border-image: linear-gradient(45deg, rgba(0, 0, 0, 0.3), white);
}

@media (max-width: 400px) {
  .banner__item-bottom-container {
    padding: 0;
  }
}

.banner__item-bottom-title {
  font-size: 26px;
  font-weight: 700;
  margin: 0;
  margin-bottom: 10px;
}

.banner__item-abs {
  position: absolute;
  top: 60px;
  right: 90px;
  background-color: var(--color-red);
  color: var(--color-white);
  font-family: "BebasNeue", sans-serif;
  font-size: 19px;
  font-weight: 700;
  line-height: 1;
  width: 130px;
  height: 130px;
  transform: rotate(45deg);
  outline: 1px solid #fff;
  outline-offset: -10px;
}

@media (max-width: 1250px) {
  .banner__item-abs {
    top: 40px;
  }
}

@media (max-width: 992px) {
  .banner__item-abs {
    top: 175px;
  }
}

@media (max-width: 600px) {
  .banner__item-abs {
    right: 0;
    left: 50%;
    width: 95%;
    height: auto;
    transform: rotate(0) translateX(-50%);
    top: 0px;
  }
}

.banner__item-abs-text {
  transform: rotate(-45deg);
  padding: 0px 37px 0px;
  text-align: center;
  white-space: pre-line;
  padding-left: 7px;
  margin: -12px;
}

@media (max-width: 600px) {
  .banner__item-abs-text {
    transform: rotate(0);
    white-space: normal;
    margin: 0;
    padding: 30px;
  }
}

.banner__item-abs span {
  font-size: 41px;
}

.banner-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.banner-list__item {
  position: relative;
  margin-bottom: 12px;
}

.banner-list__item::before {
  content: "";
  position: absolute;
  top: 4px;
  left: -28px;
  background-image: url(/burneftgaz-landing/img/rhomb.svg);
  background-repeat: no-repeat;
  width: 17px;
  height: 17px;
}

.resource {
  position: relative;
  padding-bottom: 150px;
  background-color: rgba(255, 255, 255, 0.83);
  z-index: 1;
}

@media (max-width: 600px) {
  .resource {
    padding-bottom: 50px;
  }
}

.resource::before {
  content: "";
  display: block;
  width: 1580px;
  height: 1250px;
  position: absolute;
  top: 75px;
  left: 43.5%;
  transform: translateX(-50%);
  background-image: url(/burneftgaz-landing/img/resource-bg.png);
  background-size: 100%;
  background-repeat: no-repeat;
  z-index: -1;
}

@media (max-width: 768px) {
  .resource::before {
    top: -50px;
  }
}

.resource__container {
  margin: 0 auto;
  padding: 0 15px;
  max-width: 1090px;
}

.resource__items {
  display: flex;
  flex-direction: column;
  padding-top: 280px;
}

@media (max-width: 575px) {
  .resource__items {
    padding-top: 180px;
  }
}

.resource__item {
  max-width: 500px;
  color: var(--color-white);
}

@media (max-width: 768px) {
  .resource__item {
    max-width: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    padding: 15px;
  }
}

.resource__item:first-child {
  align-self: flex-end;
  margin-bottom: 40px;
}

@media (max-width: 768px) {
  .resource__item:first-child {
    align-self: center;
  }
}

.resource__item:nth-child(2) {
  align-self: center;
  margin-left: 50px;
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  .resource__item:nth-child(2) {
    margin-left: 0;
  }
}

.resource__item:nth-child(3) {
  align-self: flex-start;
  margin-left: 85px;
  max-width: 420px;
}

@media (max-width: 768px) {
  .resource__item:nth-child(3) {
    align-self: center;
    margin-left: 0;
    max-width: 100%;
  }
}

.resource__item-title {
  font-family: "BebasNeue", sans-serif;
  font-size: 54px;
  font-weight: 400;
  text-transform: uppercase;
  margin: 0;
}

@media (max-width: 600px) {
  .resource__item-title {
    font-size: 40px;
  }
}

.resource__item-text {
  font-size: 22px;
  font-weight: 300;
  line-height: 1.35;
  margin: 0;
  margin-top: 10px;
  color: #fff;
}

.researches {
  background-image: url(/burneftgaz-landing/img/researches-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  padding-top: 145px;
  padding-bottom: 350px;
}

@media (max-width: 1180px) {
  .researches {
    background-position: 50% 50%;
  }
}

@media (max-width: 600px) {
  .researches {
    padding-bottom: 185px;
  }
}

@media (max-width: 400px) {
  .researches {
    padding-top: 50px;
  }
}

.researches::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(236, 28, 36, 0.83);
}

.researches__container {
  position: relative;
  z-index: 2;
}

.researches__container::after {
  content: "";
  width: 1420px;
  height: 1479px;
  position: absolute;
  top: -510px;
  right: -258px;
  background-image: url(/burneftgaz-landing/img/researches-bg-small.png);
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
}

@media (max-width: 1180px) {
  .researches__container::after {
    display: none;
  }
}

.researches__title {
  font-family: "BebasNeue", sans-serif;
  font-size: 106px;
  font-weight: 400;
  color: var(--color-white);
  margin: 0;
  margin-bottom: 35px;
}

@media (max-width: 1180px) {
  .researches__title {
    text-align: center;
  }
}

@media (max-width: 660px) {
  .researches__title {
    font-size: 80px;
  }
}

@media (max-width: 400px) {
  .researches__title {
    font-size: 55px;
  }
}

.researches__text {
  font-size: 24px;
  font-weight: 300;
  line-height: 1.5;
  color: var(--color-white);
  max-width: 450px;
  margin: 0;
}

@media (max-width: 1250px) {
  .researches__text {
    max-width: 100%;
  }
}

@media (max-width: 600px) {
  .researches__text {
    font-size: 20px;
  }
}

.researches-abs {
  max-width: 705px;
  width: 100%;
  position: absolute;
  right: 65px;
  bottom: -155px;
  display: flex;
  flex-direction: column;
  z-index: 3;
}

@media (max-width: 1250px) {
  .researches-abs {
    position: relative;
    right: 0;
    left: 50%;
    transform: translateX(-50%);
  }
}

@media (max-width: 992px) {
  .researches-abs {
    padding-left: 60px;
  }
}

@media (max-width: 600px) {
  .researches-abs {
    bottom: -75px;
    padding-left: 35px;
  }
}

@media (max-width: 400px) {
  .researches-abs {
    padding-left: 25px;
  }
}

.researches-abs__item {
  font-size: 45px;
  font-weight: 700;
  color: var(--color-white);
  text-transform: uppercase;
  position: relative;
  margin-bottom: 35px;
  line-height: 1.5;
  display: inline-flex;
  align-items: center;
}

@media (max-width: 992px) {
  .researches-abs__item {
    margin-bottom: 80px;
  }
}

@media (max-width: 768px) {
  .researches-abs__item {
    font-size: 36px;
  }
}

@media (max-width: 600px) {
  .researches-abs__item {
    font-size: 25px;
  }
}

@media (max-width: 400px) {
  .researches-abs__item {
    font-size: 20px;
  }
}

.researches-abs__item:nth-child(2) {
  align-self: flex-end;
}

@media (max-width: 992px) {
  .researches-abs__item:nth-child(2) {
    align-self: flex-start;
  }
}

.researches-abs__item:last-child {
  margin-bottom: 0;
}

.researches-abs__item::before {
  content: "";
  display: block;
  position: absolute;
  top: -10px;
  left: 20px;
  transform: translateX(-50%) rotate(45deg);
  background-color: var(--color-red);
  border: 1px solid #fff;
  width: 115px;
  height: 115px;
  z-index: -3;
}

@media (max-width: 600px) {
  .researches-abs__item::before {
    top: -3px;
    left: 4px;
    width: 46px;
    height: 46px;
  }
}

.researches-abs__item::after {
  content: "";
  position: absolute;
  top: -2px;
  left: -29px;
  background-color: var(--color-white);
  transform: rotate(45deg);
  z-index: -2;
  width: 100px;
  height: 100px;
}

@media (max-width: 600px) {
  .researches-abs__item::after {
    width: 36px;
    height: 36px;
    top: 2px;
    left: -14px;
  }
}

.researches-abs__item-num {
  color: var(--color-red);
  font-family: "BebasNeue", sans-serif;
  font-size: 93px;
  font-weight: 400;
  line-height: 1;
  padding-right: 90px;
}

@media (max-width: 600px) {
  .researches-abs__item-num {
    font-size: 25px;
    padding-right: 40px;
  }
}

.prototyp {
  background-image: url(/burneftgaz-landing/img/prototyp-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 155px;
  padding-bottom: 560px;
  background-position: 50% 50%;
}

@media (max-width: 1920px) {
  .prototyp {
    background-position: 0% 0%;
  }
}

@media (max-width: 400px) {
  .prototyp {
    padding-top: 100px;
    padding-bottom: 65px;
  }
}

.prototyp__title {
  margin: 0;
  font-family: "BebasNeue", sans-serif;
  font-size: 107px;
  font-weight: 400;
  margin-bottom: 33px;
}

@media (max-width: 768px) {
  .prototyp__title {
    font-size: 85px;
  }
}

@media (max-width: 600px) {
  .prototyp__title {
    font-size: 46px;
  }
}

.prototyp__text {
  font-size: 24px;
  font-weight: 300;
  margin: 0;
  padding: 0;
  max-width: 680px;
  line-height: 1.47;
  letter-spacing: 0.2px;
}

@media (max-width: 992px) {
  .prototyp__text {
    background-color: rgba(255, 255, 255, 0.7);
    padding: 10px;
  }
}

@media (max-width: 600px) {
  .prototyp__text {
    font-size: 20px;
  }
}

.design {
  padding-top: 45px;
  position: relative;
}

.design::before {
  content: "";
  position: absolute;
  top: 7px;
  left: 46%;
  transform: translateX(-49%);
  width: 1625px;
  height: 3665px;
  background-image: url(/burneftgaz-landing/img/design-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
}

@media (max-width: 1280px) {
  .design::before {
    transform: translateX(-50%);
    background-position: 50% 50%;
    top: 35px;
  }
}

@media (max-width: 992px) {
  .design::before {
    background-image: none;
  }
}

.design__container {
  position: relative;
  height: 3675px;
}

@media (max-width: 992px) {
  .design__container {
    height: auto;
  }
}

.design__title {
  font-size: 107px;
  font-weight: 400;
  font-family: "BebasNeue", sans-serif;
  color: var(--color-gray);
  margin: 0;
  display: inline-block;
  vertical-align: top;
}

@media (max-width: 1280px) {
  .design__title {
    text-align: center;
    display: block;
  }
}

@media (max-width: 660px) {
  .design__title {
    font-size: 80px;
    margin-bottom: 45px;
  }
}

@media (max-width: 400px) {
  .design__title {
    font-size: 55px;
  }
}

.design__test-top {
  font-size: 24px;
  font-weight: 300;
  line-height: 1.5;
  max-width: 1045px;
  height: 800px;
  background-color: rgba(0, 0, 0, 0.1);
  margin-top: -100px;
  margin-right: 40px;
  margin-left: auto;
  padding: 73px 56px 50px 145px;
  position: relative;
  z-index: -2;
}

@media (max-width: 1280px) {
  .design__test-top {
    margin-left: 0;
    margin-top: 0;
    margin-right: 0;
    max-width: 100%;
    padding-left: 50px;
    padding-right: 50px;
  }
}

@media (max-width: 992px) {
  .design__test-top {
    height: auto;
    z-index: 0;
  }
}

@media (max-width: 600px) {
  .design__test-top {
    font-size: 20px;
    padding: 30px 20px;
  }
}

.design__test-bottom {
  position: absolute;
  bottom: 60px;
  left: 15px;
  margin: 0;
  font-size: 24px;
  font-weight: 300;
  line-height: 1.5;
  max-width: 750px;
  background-color: rgba(0, 0, 0, 0.1);
  padding: 275px 35px 75px 135px;
  z-index: -2;
}

@media (max-width: 992px) {
  .design__test-bottom {
    position: relative;
    padding: 73px 50px 50px 50px;
    bottom: 0;
    left: 0;
    margin-top: 24px;
    z-index: 0;
    max-width: 100%;
  }
}

@media (max-width: 600px) {
  .design__test-bottom {
    font-size: 20px;
    padding: 30px 20px;
  }
}

.design__desc {
  position: absolute;
}

@media (max-width: 992px) {
  .design__desc {
    position: relative;
  }
}

.design__desc--top {
  top: 730px;
  right: 57px;
  width: 325px;
  height: 325px;
}

@media (max-width: 992px) {
  .design__desc--top {
    top: 0;
    right: 0;
    width: 100%;
    height: auto;
  }
}

.design__desc--center-top {
  top: 1140px;
  left: 88px;
  width: 408px;
  height: 408px;
}

@media (max-width: 992px) {
  .design__desc--center-top {
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
  }
}

.design__desc--center-top .design__desc-wrapper {
  padding-top: 20px;
  padding-left: 7px;
  padding-bottom: 0;
  padding-right: 0;
}

@media (max-width: 992px) {
  .design__desc--center-top .design__desc-wrapper {
    padding: 20px 35px;
  }
}

.design__desc--center-bottom {
  bottom: 1037px;
  right: 65px;
  width: 408px;
  height: 408px;
}

@media (max-width: 992px) {
  .design__desc--center-bottom {
    bottom: 0;
    right: 0;
    width: 100%;
    height: auto;
  }
}

.design__desc--center-bottom .design__desc-wrapper {
  padding: 0;
}

@media (max-width: 992px) {
  .design__desc--center-bottom .design__desc-wrapper {
    padding: 20px 35px;
  }
}

.design__desc--center-bottom .design__desc-wrapper p {
  padding-top: 40px;
}

@media (max-width: 660px) {
  .design__desc--center-bottom .design__desc-wrapper p {
    padding: 20px 35px;
  }
}

.design__desc--bottom {
  bottom: 472px;
  left: 4px;
  width: 408px;
  height: 408px;
}

@media (max-width: 992px) {
  .design__desc--bottom {
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
  }
}

.design__desc--bottom .design__desc-wrapper {
  padding-top: 30px;
  padding-left: 35px;
}

@media (max-width: 660px) {
  .design__desc--bottom .design__desc-wrapper {
    padding: 20px 35px;
  }
}

.design__desc-wrapper {
  height: 100%;
  width: 100%;
  position: relative;
  margin: 0;
  background-color: rgba(0, 0, 0, 0.6);
  transform: rotate(45deg);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: -1;
  outline: 1px solid #fff;
  padding: 10px;
  outline-offset: -25px;
}

@media (max-width: 992px) {
  .design__desc-wrapper {
    transform: rotate(0);
    padding: 20px 35px;
  }
}

.design__desc-wrapper p {
  font-size: 22px;
  font-weight: 300;
  line-height: 1.2;
  height: 100%;
  padding: 0;
  text-align: center;
  color: var(--color-white);
  white-space: pre-line;
  transform: rotate(-45deg);
}

@media (max-width: 992px) {
  .design__desc-wrapper p {
    transform: rotate(0deg);
    white-space: normal;
    margin: 0;
    padding: 20px 35px;
  }
}

@media (max-width: 600px) {
  .design__desc-wrapper p {
    font-size: 20px;
  }
}

.adaptive {
  background-image: url(/burneftgaz-landing/img/adaptive-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  height: 1080px;
  padding-top: 45px;
  background-position: 100% 29%;
}

@media (max-width: 1920px) {
  .adaptive {
    background-position: 50% 50%;
  }
}

@media (max-width: 768px) {
  .adaptive {
    padding-bottom: 300px;
    height: 100%;
  }
}

.adaptive__title {
  font-family: "BebasNeue", sans-serif;
  font-size: 106px;
  font-weight: 400;
  color: var(--color-white);
  text-align: center;
  margin: 0;
  margin-bottom: 15px;
}

@media (max-width: 660px) {
  .adaptive__title {
    font-size: 80px;
    margin-bottom: 45px;
  }
}

@media (max-width: 400px) {
  .adaptive__title {
    font-size: 55px;
  }
}

.adaptive__text {
  font-size: 24px;
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: 0.3px;
  color: var(--color-white);
  max-width: 1080px;
  margin: 0 auto;
  text-align: center;
}

@media (max-width: 992px) {
  .adaptive__text {
    background-color: rgba(0, 0, 0, 0.6);
  }
}

@media (max-width: 400px) {
  .adaptive__text {
    font-size: 21px;
  }
}

.result {
  background: linear-gradient(0deg, #fff, #a2a4a6);
}

.result__container {
  background-image: url(/burneftgaz-landing/img/result-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  max-width: 2500px;
  width: 100%;
  padding-top: 120px;
  padding-bottom: 325px;
  position: relative;
  top: -20px;
}

.result__title {
  font-family: "BebasNeue", sans-serif;
  font-size: 107px;
  font-weight: 400;
  color: var(--color-white);
  text-align: center;
  margin: 0;
  margin-bottom: 95px;
}

@media (max-width: 660px) {
  .result__title {
    font-size: 80px;
    margin-bottom: 75px;
  }
}

@media (max-width: 400px) {
  .result__title {
    font-size: 55px;
  }
}

.result__item {
  margin: 0 auto;
  max-width: 1250px;
  padding: 95px 175px 115px 175px;
}

@media (max-width: 1250px) {
  .result__item {
    padding: 95px 55px 115px 55px;
  }
}

@media (max-width: 992px) {
  .result__item {
    padding: 55px 25px 65px 25px;
  }
}

@media (max-width: 600px) {
  .result__item {
    padding: 80px 0px 20px 0px;
  }
}

.result__item-title {
  font-family: "DINPro", sans-serif;
  font-size: 83px;
  font-weight: 900;
  margin: 0;
  margin-bottom: 55px;
  text-align: center;
  color: var(--color-white);
}

@media (max-width: 992px) {
  .result__item-title {
    font-size: 65px;
  }
}

@media (max-width: 660px) {
  .result__item-title {
    font-size: 45px;
  }
}

@media (max-width: 400px) {
  .result__item-title {
    font-size: 32px;
  }
}

.result__item-text {
  font-size: 24px;
  font-weight: 300;
  line-height: 1.5;
  color: var(--color-white);
}

@media (max-width: 400px) {
  .result__item-text {
    font-size: 21px;
  }
}

.team {
  padding-top: 45px;
  padding-bottom: 120px;
  background-image: url(/burneftgaz-landing/img/team-bg.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

@media (max-width: 2000px) {
  .team {
    background-position: -185px -310px;
  }
}

.team__title {
  font-size: 107px;
  font-weight: 400;
  font-family: "BebasNeue", sans-serif;
  color: var(--color-gray);
  text-align: center;
  margin: 0;
}

@media (max-width: 660px) {
  .team__title {
    font-size: 80px;
  }
}

@media (max-width: 400px) {
  .team__title {
    font-size: 55px;
  }
}

.team__items {
  display: grid;
  grid-template-columns: repeat(5, 280px);
  justify-content: center;
  margin-top: 110px;
}

@media (max-width: 1400px) {
  .team__items {
    grid-template-columns: repeat(3, 280px);
  }
}

@media (max-width: 992px) {
  .team__items {
    grid-template-columns: repeat(2, 350px);
  }
}

@media (max-width: 660px) {
  .team__items {
    grid-template-columns: repeat(1, 350px);
    margin-top: 0px;
  }
}

.team__items-item {
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media (max-width: 660px) {
  .team__items-item {
    margin-top: 75px;
  }
}

@media (max-width: 1400px) {

  .team__items-item:nth-child(4),
  .team__items-item:nth-child(5) {
    margin-top: 50px;
  }
}

@media (max-width: 660px) {

  .team__items-item:nth-child(4),
  .team__items-item:nth-child(5) {
    margin-top: 75px;
  }
}

@media (max-width: 992px) {
  .team__items-item:nth-child(3) {
    margin-top: 50px;
  }
}

@media (max-width: 660px) {
  .team__items-item:nth-child(3) {
    margin-top: 75px;
  }
}

.team__item-img {
  width: 188px;
  height: 188px;
  background-color: rgba(0, 0, 0, 0.3);
  transform: rotate(45deg);
  /* outline-offset: -15px;
  outline: 1px solid #fff; */
  display: flex;
  overflow: hidden;
}

.team__item-img img {
  transform: rotate(-45deg) scale(1.4);
  position: relative;
  z-index: -1;
}

.team__items-desc {
  text-align: center;
  margin-top: 90px;
  width: 199px;
  display: flex;
  flex-direction: column;
}

@media (max-width: 660px) {
  .team__items-desc {
    margin-top: 50px;
  }
}

.team__items-name {
  font-size: 26px;
}

.team__items-spec {
  font-size: 20px;
  font-family: "AchilleIICyrFY", sans-serif;
  font-style: italic;
  margin-top: 15px;
}

.menu {
  position: fixed;
  z-index: 100;
  left: 0;
  background-color: #a2a4a6;
}

.menu-btn {
  position: absolute;
  top: 15px;
  right: -45px;
  width: 30px;
  height: 35px;
  background: url("../img/right-arrow-bur.svg") center center no-repeat;
  z-index: 1000;
  -webkit-transition: -webkit-transform .5s ease;
  transition: -webkit-transform .5s ease;
  -o-transition: transform .5s ease;
  transition: transform .5s ease;
  transition: transform .5s ease, -webkit-transform .5s ease;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.menu-btn__rotate {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.portfolio__list {
  list-style-type: none;
  -webkit-padding-start: 0;
  padding-inline-start: 0;
}

.portfolio__left {
  height: 100vh;
}

.portfolio__right {
  width: auto;
}

.portfolio__left {
  padding: 40px 0;
  width: 378px;
}


.portfolio {
  display: flex;
  width: 100vw;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0px;
  z-index: 100;
  overflow: hidden;
  background-color: #fff;
  top: 0;
  opacity: 1;
  visibility: visible;

}

.portfolio.active {
  top: 0;
  opacity: 1;
  visibility: visible;
}

.portfolio__close {
  position: fixed;
  right: 17px;
  top: 0;
  width: 70px;
  height: 70px;
  background-color: #3677a7;
  cursor: pointer;
  transition: .35s;
  z-index: 10;
}

.portfolio__close:before,
.portfolio__close:after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
  width: 1px;
  height: 20px;
  background-color: #fff;
}

.portfolio__close:after {
  transform: translate(-50%, -50%) rotate(45deg);
}

.portfolio__close:hover {
  transform: rotate(90deg);
}

.portfolio__left {
  padding: 40px 0;
  width: 378px;
}

.portfolio__left--komtrans {
  background: url(/burneftgaz-landing/img/banner-bg.png) 53% 45% no-repeat;
  background-size: 265%;
  position: relative;
}

.portfolio__left--komtrans::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.85;
  background-color: #e6e6e6;
}

.portfolio__left-cont+.portfolio__left-cont {
  margin-top: 25px;
}

.portfolio__description-logo {
  margin-bottom: 15px;
}

.portfolio__description-cont p {
  margin: 0;
  font-size: 14px;
}

.portfolio__description-cont .portfolio__description-intro {
  line-height: 20px;
}

.portfolio__description-cont .portfolio__description-intro,
.portfolio__description-cont h4 {
  font-size: 16px;
}

.portfolio__description-cont+.portfolio__description-cont {
  margin-top: 15px;
}

.portfolio__description-cont h4 {
  margin: 0 0 2px;
  font-weight: bold;
}

.portfolio__description-cont ul {
  margin: 0;
  padding-left: 25px;
  list-style: none;
}

.portfolio__description-cont li {
  position: relative;
  font-size: 12px;
}

.portfolio__description-cont li+li {
  margin-top: 2px;
}

.portfolio__description-cont li:before {
  content: '+';
  position: absolute;
  left: -25px;
  top: 50%;
  transform: translateY(-50%);
  color: #3677a7;
  font-size: 28px;
}

.portfolio__list {
  margin: 0;
}

.portfolio__list li+li {
  margin-top: 13px;
}

.portfolio__list-tit {
  position: relative;
  z-index: 1;
  padding-left: 47px;
  font-weight: bold;
  font-size: 18px;
  color: #3677a7;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.portfolio__list-tit:before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 27px;
  height: 27px;
  background: #3677a7 url(/images/portfolio__list_arr.png) center no-repeat;
  transition: .45s;
}

.portfolio__list-tit.active:before {
  transform: translateY(-50%) rotate(-180deg);
  background-color: #a0a0a0;
}

:root {
  --height: auto;
}

.pageOther {
  top: 0;
  opacity: 1;
  width: 100vw;
  height: 100vh;
  position: fixed;
  left: 0;
  z-index: 500;
}

.portfolio__list-cont {
  padding: 15px 0 10px;
  height: var(--height);
  overflow: hidden;
  opacity: 1;
  transition: .45s;
  position: absolute;
  opacity: 0;
}

.portfolio__list-cont.inactive {
  padding: 0;
  height: 0;
  opacity: 0;
}

.portfolio__list-cont p {
  margin: 0;
}

.portfolio__list-reviews-img {
  display: inline-block;
  margin-bottom: 10px;
  border: 6px solid #333;
}

.portfolio__list-developers {
  display: flex;
  flex-wrap: wrap;
}

.portfolio__list-developers-item {
  position: relative;
  margin: 0 12px 12px 0;
  width: 95px;
  height: 95px;
  border: 1px solid #3677a7;
}

.portfolio__list-developers-item img {
  width: 100%;
  height: 100%;
  max-width: 100%;
}

.portfolio__list-developers-info {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  box-shadow: 0 0 1px 0 #000;
  opacity: 0;
  visibility: hidden;
  text-align: center;
  font-size: 12px;
  transition: .35s;
}

.portfolio__list-developers-info:before {
  content: '';
  position: absolute;
  left: 2px;
  top: 2px;
  width: calc(100% - 5px);
  height: calc(100% - 5px);
  border: 3px solid #3677a7;
}

.portfolio__list-developers-item:hover .portfolio__list-developers-info {
  opacity: 1;
  visibility: visible;
}

.portfolio__list-developers-name {
  font-weight: bold;
}

.bold {
  font-weight: bold;
}

.portfolio__right .mCSB_scrollTools {
  left: 26px;
  right: auto;
}

.portfolio__right .mCSB_scrollTools .mCSB_draggerRail {
  width: 1px;
}

.portfolio__right .mCSB_scrollTools .mCSB_draggerRail,
.portfolio__right .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.portfolio__right .mCSB_scrollTools .mCSB_dragger,
.portfolio__right .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.portfolio__right .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #3677a7 !important;
}

.portfolio__right .mCSB_scrollTools .mCSB_buttonUp,
.portfolio__right .mCSB_scrollTools .mCSB_buttonDown {
  width: 15px;
  height: 15px;
  border-left: 1px solid #333;
  border-top: 1px solid #333;
  transform: translate(1px, 4px) rotate(45deg);
}

.portfolio__right .mCSB_scrollTools .mCSB_buttonDown {
  transform: translate(1px, -4px) rotate(-135deg);
}

.portfolio__right .mCSB_scrollTools .mCSB_dragger {
  margin: auto;
  width: 10px;
  height: 60px !important;
  left: 0;
  right: 0;
}

.portfolio__left .mCustomScrollBox {
  padding: 0 17px;
}

.portfolio__left .mCSB_scrollTools {
  right: 15px;
}