:root {
  --color-black: #000;
  --color-white: #fff;
  --color-red: #d55c54;
  --color-gray: #c5c5c5;
}

.custom-checkbox__field:checked + .custom-checkbox__content::after {
  opacity: 1;
}

.custom-checkbox__field:focus + .custom-checkbox__content::before {
  outline: 2px solid #f00;
  outline-offset: 2px;
}

.custom-checkbox__field:disabled + .custom-checkbox__content {
  opacity: 0.4;
  pointer-events: none;
}

@font-face {
  font-family: "Montserrat";
  src: url("../fonts/../fonts/MontserratMedium.woff2") format("woff2");
  font-weight: 500;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/../fonts/MontserratExtraBold.woff2") format("woff2");
  font-weight: 700;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/../fonts/MontserratRegular.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: "Montserrat", 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: 1250px;
}

.title {
  font-weight: 700;
  font-size: 48px;
  line-height: 1.2;
  color: var(--color-black);
  text-transform: uppercase;
  margin: 0;
  padding-top: 73px;
}
@media (max-width: 767px) {
  .title {
    font-size: 30px;
    padding-top: 50px;
  }
}
.title--white {
  color: var(--color-white);
}
.title--decor {
  position: relative;
}
.title--decor::after {
  content: "";
  position: absolute;
  top: 93px;
  width: 402px;
  height: 4px;
  background-color: var(--color-red);
  margin-left: 30px;
}
@media (max-width: 992px) {
  .title--decor::after {
    display: none;
  }
}

.text {
  font-weight: 500;
  font-size: 24px;
  line-height: 36px;
  color: var(--color-black);
  margin: 0;
  padding-top: 48px;
}
@media (max-width: 767px) {
  .text {
    font-size: 18px;
  }
}
.text--white {
  color: var(--color-white);
}

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

.header {
  position: relative;
}
.header::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(97.4deg, #4D8017 24.4%, #4D8017 101.85%);
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  width: 60%;
  height: 97.2%;
  z-index: -2;
}
.header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  background: linear-gradient(180deg, #F0F0F0 55.21%, #FFFFFF 100%);
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  width: 50.4%;
  height: 97.2%;
  z-index: -1;
}
@media (max-width: 992px) {
  .header::before {
    width: 100%;
  }
}
.header__container {
  display: flex;
  justify-content: space-between;
  padding-top: 90px;
  max-width: 1310px;
  width: 100%;
  position: relative;
}
@media (max-width: 992px) {
  .header__container {
    flex-direction: column;
    align-items: center;
    padding-top: 35px;
  }
}
.header__logo {
  max-width: 525px;
  height: 132px;
  width: 100%;
  padding-top: 15px;
}
@media (max-width: 992px) {
  .header__logo {
    margin-bottom: 30px;
  }
}
.header__img {
  max-width: 1261px;
  width: 100%;
  margin: 0 auto;
  margin-top: 107px;
  transform: translateX(1.5%);
  position: relative;
}
.header__img::before {
  content: "";
  position: absolute;
  top: -15px;
  left: -58px;
  width: 130px;
  height: 663px;
  background-image: url(../img/header-min-l.svg);
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 1220px) {
  .header__img::before {
    display: none;
  }
}
.header__img::after {
  content: "";
  position: absolute;
  top: -31px;
  right: -28px;
  width: 130px;
  height: 632px;
  background-image: url(../img/header-min-r.svg);
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 1220px) {
  .header__img::after {
    display: none;
  }
}

.header-descr {
  max-width: 573px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 1220px) {
  .header-descr {
    padding-left: 85px;
  }
}
@media (max-width: 992px) {
  .header-descr {
    padding-left: 0;
  }
}
.header-descr__years {
  font-weight: 700;
  font-size: 28px;
  line-height: 36px;
  color: var(--color-white);
  padding-bottom: 15px;
  position: relative;
}
@media (max-width: 992px) {
  .header-descr__years {
    color: var(--color-black);
    text-align: center;
  }
}
.header-descr__years::before {
  content: "";
  position: absolute;
  top: 16px;
  left: 24%;
  width: 100%;
  height: 4px;
  background-color: var(--color-white);
}
@media (max-width: 1220px) {
  .header-descr__years::before {
    margin-left: 20px;
  }
}
@media (max-width: 992px) {
  .header-descr__years::before {
    background-color: var(--color-black);
    display: none;
  }
}
.header-descr__text {
  font-weight: 500;
  font-size: 36px;
  line-height: 48px;
  color: var(--color-white);
}
@media (max-width: 1220px) {
  .header-descr__text {
    font-size: 32px;
  }
}
@media (max-width: 992px) {
  .header-descr__text {
    color: var(--color-black);
    text-align: center;
  }
}

.about__container {
  position: relative;
}
.about__content {
  max-width: 640px;
  padding-bottom: 50px;
}
@media (max-width: 1220px) {
  .about__content {
    max-width: 100%;
  }
}
.about__content::before {
  content: "";
  position: absolute;
  top: 9%;
  right: -373px;
  background-image: url(../img/about-bg.png);
  background-repeat: no-repeat;
  height: 587px;
  width: 900px;
}
@media (max-width: 1220px) {
  .about__content::before {
    display: none;
  }
}

.color-scheme {
  background-color: #F0F0F0;
  padding-top: 8px;
  padding-bottom: 68px;
}
.color-scheme__descr {
  max-width: 830px;
  width: 100%;
  margin-left: auto;
  text-align: right;
}
@media (max-width: 992px) {
  .color-scheme__descr {
    max-width: 100%;
    text-align: left;
  }
}
.color-scheme__descr .title {
  letter-spacing: -0.8px;
}
.color-scheme__item {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .color-scheme__item {
    flex-direction: column-reverse;
  }
}
.color-scheme__item:first-child {
  margin-bottom: 24px;
}
.color-scheme__item-name {
  font-weight: 400;
  font-size: 36px;
  line-height: 36px;
  text-align: right;
  color: var(--color-black);
  margin: 0;
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .color-scheme__item-name {
    text-align: center;
    margin-top: 40px;
  }
}
.color-scheme__blocks-big {
  margin-right: 20px;
}
@media (max-width: 992px) {
  .color-scheme__blocks-big {
    margin-right: 0;
  }
}
.color-scheme__blocks-big span {
  display: inline-block;
  background: #D55C54;
  box-shadow: 0px 4px 50px 10px rgba(175, 175, 175, 0.25);
  border-radius: 30px;
  width: 262px;
  height: 262px;
  color: var(--color-white);
  font-weight: 500;
  font-size: 24px;
  line-height: 36px;
  text-align: center;
  line-height: 11;
  margin-top: 75px;
}
@media (max-width: 992px) {
  .color-scheme__blocks-big span {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .color-scheme__blocks-big span {
    height: 144px;
    line-height: 6.5;
  }
}
.color-scheme__blocks-mini {
  padding-top: 55px;
}
@media (max-width: 992px) {
  .color-scheme__blocks-mini {
    order: 1;
  }
}
@media (max-width: 767px) {
  .color-scheme__blocks-mini {
    padding-top: 0;
  }
}
.color-scheme__blocks-mini-col:not(:last-child) {
  margin-right: 28px;
}
@media (max-width: 992px) {
  .color-scheme__blocks-mini-col:not(:last-child) {
    margin-right: 10px;
  }
}
@media (max-width: 992px) {
  .color-scheme__blocks-mini-col:not(:last-child) {
    margin-right: 0;
    margin-bottom: 15px;
  }
}
.color-scheme__blocks-mini-col {
  display: inline-block;
  box-shadow: 0px 4px 50px 10px rgba(175, 175, 175, 0.25);
  border-radius: 30px;
  width: 144px;
  height: 144px;
  font-weight: normal;
  font-size: 18px;
  line-height: 36px;
  text-align: center;
  line-height: 8.5;
  color: var(--color-white);
}
@media (max-width: 992px) {
  .color-scheme__blocks-mini-col {
    width: 100%;
  }
}
.color-scheme__blocks-mini--white {
  color: #5F5F5F;
  background-color: var(--color-white);
}
.color-scheme__blocks-mini--green {
  background-color: #608B32;
}
.color-scheme__blocks-mini--yellow {
  background-color: #F2C74A;
}
.color-scheme__blocks-descr {
  max-width: 255px;
}
@media (max-width: 992px) {
  .color-scheme__blocks-descr {
    max-width: 100%;
  }
}
.color-scheme__blocks-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0;
}
@media (max-width: 500px) {
  .color-scheme__blocks-list {
    justify-content: center;
  }
}
.color-scheme__blocks-item {
  font-size: 72px;
  line-height: 1.25;
  margin: 0;
  color: var(--color-black);
}
.color-scheme__blocks-item--color {
  color: var(--color-red);
}

.prototype {
  background: linear-gradient(180deg, #59606B 0%, rgba(89, 96, 107, 0.5) 89.58%);
  padding-top: 5px;
}
.prototype__container {
  position: relative;
}
.prototype__container::before {
  content: "";
  position: absolute;
  top: -35%;
  right: -23%;
  background-image: url(../img/prototype-decor.png);
  background-repeat: no-repeat;
  height: 434px;
  width: 558px;
}
@media (max-width: 1220px) {
  .prototype__container::before {
    display: none;
  }
}
.prototype__content {
  max-width: 870px;
  width: 100%;
}
.prototype__img {
  max-width: 1600px;
  width: 100%;
  margin: 0 auto;
  margin-top: 81px;
  font-size: 0;
}
.prototype__title--color {
  position: relative;
}
.prototype__title--color::after {
  content: "";
  position: absolute;
  bottom: 17px;
  right: 9.3%;
  width: 51%;
  border-top: 4px dashed #B9BCC1;
}

.homepage {
  background: #4D8017;
  border-radius: 20px;
  width: 92.3%;
  margin-left: auto;
}
@media (max-width: 1220px) {
  .homepage {
    width: 100%;
  }
}
.homepage__container {
  margin: 0 auto;
  padding: 0 15px;
  max-width: 1328px;
  position: relative;
}
.homepage__container::before {
  content: "";
  position: absolute;
  top: 68px;
  right: 50px;
  background-image: url(../img/homepage-decor.svg);
  background-repeat: no-repeat;
  height: 300px;
  width: 323px;
}
@media (max-width: 1220px) {
  .homepage__container::before {
    display: none;
  }
}
.homepage__content {
  padding: 7px 0 63px 0;
}
.homepage__descr {
  max-width: 845px;
  width: 100%;
  margin-left: 84px;
  margin-bottom: 93px;
}
@media (max-width: 1220px) {
  .homepage__descr {
    margin-left: 0;
  }
}
.homepage__img {
  max-width: 1238px;
  width: 100%;
  margin-left: -18px;
  box-shadow: 0px 4px 250px 10px rgba(123, 119, 119, 0.25);
}
@media (max-width: 1220px) {
  .homepage__img {
    margin-left: 0;
  }
}

.changes {
  padding-top: 7px;
  padding-bottom: 114px;
  background: linear-gradient(180deg, #FFFFFF 0%, #F2F2F2 100%);
}
.changes__container {
  position: relative;
}
.changes__container::before {
  content: "";
  position: absolute;
  top: 31.5%;
  right: -55.5%;
  background-image: url(../img/changes-decor.png);
  background-repeat: no-repeat;
  height: 1332px;
  width: 1134px;
  z-index: 1;
}
@media (max-width: 1220px) {
  .changes__container::before {
    display: none;
  }
}
.changes__descr {
  max-width: 1026px;
  width: 100%;
  margin-bottom: 48px;
}
.changes__img {
  max-width: 652px;
  width: 100%;
  max-height: 1211px;
  height: 100%;
  margin-left: -6px;
  overflow-y: hidden;
}

.menu-catalog {
  background-color: var(--color-white);
  -webkit-clip-path: polygon(0 0, 100% 9%, 100% 100%, 0% 100%);
  clip-path: polygon(0 0, 100% 9%, 100% 100%, 0% 100%);
  padding-bottom: 100px;
  margin-top: -140px;
}
@media (max-width: 992px) {
  .menu-catalog {
    -webkit-clip-path: none;
    clip-path: none;
    margin-top: -112px;
  }
}
@media (max-width: 767px) {
  .menu-catalog {
    padding-bottom: 0;
  }
}
.menu-catalog__container {
  position: relative;
}
.menu-catalog__container::before {
  content: "";
  position: absolute;
  top: 135px;
  left: 45px;
  background-image: url(../img/menu-decor.svg);
  background-repeat: no-repeat;
  height: 330px;
  width: 446px;
}
@media (max-width: 1120px) {
  .menu-catalog__container::before {
    display: none;
  }
}
.menu-catalog__descr {
  max-width: 600px;
  width: 100%;
  margin-left: auto;
  padding-top: 80px;
  padding-bottom: 15px;
}
@media (max-width: 1120px) {
  .menu-catalog__descr {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .menu-catalog__descr {
    padding-top: 0;
  }
}

.catalog {
  padding-bottom: 10px;
}
.catalog__descr {
  max-width: 1253px;
  width: 100%;
  margin-left: auto;
  margin-bottom: 35px;
}
.catalog__img {
  filter: drop-shadow(0px 4px 20px rgba(171, 171, 171, 0.25));
  margin: 0 -15px;
}

.product {
  padding-bottom: 35px;
}
.product__container {
  position: relative;
}
.product__container::before {
  content: "";
  position: absolute;
  top: 4.5%;
  right: -47%;
  background-image: url(../img/product-decor-right.png);
  background-repeat: no-repeat;
  height: 1043px;
  width: 976px;
  z-index: -1;
}
@media (max-width: 1220px) {
  .product__container::before {
    display: none;
  }
}
.product__container::after {
  content: "";
  position: absolute;
  bottom: 6.5%;
  left: -14.5%;
  background-image: url(../img/product-decor-left.png);
  background-repeat: no-repeat;
  height: 511px;
  width: 640px;
  z-index: -1;
}
@media (max-width: 1220px) {
  .product__container::after {
    display: none;
  }
}
.product__descr {
  max-width: 1026px;
  width: 100%;
  margin-bottom: 56px;
}
.product__img-left {
  margin-left: -17px;
  max-width: 699px;
  width: 100%;
}
@media (max-width: 992px) {
  .product__img-left {
    max-width: 100%;
    margin-left: 0;
    text-align: center;
  }
}
.product__img-right {
  margin-left: auto;
  margin-right: -3.3%;
  margin-top: -27%;
  max-width: 669px;
  width: 100%;
}
@media (max-width: 992px) {
  .product__img-right {
    max-width: 100%;
    margin-right: 0;
    margin-top: 0;
    text-align: center;
  }
}

.results {
  background-image: url(../img/results-bg.png);
  background-repeat: no-repeat;
  background-size: 165%;
  background-position: 18% 21%;
  position: relative;
  padding-top: 65px;
  padding-bottom: 226px;
}
@media (max-width: 1220px) {
  .results {
    background-size: cover;
  }
}
@media (max-width: 767px) {
  .results {
    padding-top: 0;
    padding-bottom: 50px;
  }
}
.results::before {
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(89, 96, 107, 0.8);
  width: 100%;
  position: absolute;
}
.results__container {
  position: relative;
}
.results__content {
  margin-bottom: 112px;
}
@media (max-width: 767px) {
  .results__content {
    margin-bottom: 50px;
  }
}
.results__img {
  position: relative;
  max-width: 1600px;
  width: 100%;
  margin: 0 auto;
  font-size: 0;
  left: 23px;
}
@media (max-width: 1350px) {
  .results__img {
    left: 0;
    padding-left: 30px;
    padding-right: 30px;
  }
}

.teams {
  background-color: #59606B;
  padding-bottom: 145px;
}
@media (max-width: 767px) {
  .teams {
    padding-bottom: 100px;
  }
}
.teams__descr {
  background: #D55D54;
  border-radius: 20px;
  margin-right: -118px;
  margin-top: -36px;
  margin-left: auto;
  padding: 0px 230px 76px 70px;
  position: relative;
  z-index: 1;
}
@media (max-width: 992px) {
  .teams__descr {
    margin-right: auto;
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .teams__descr {
    margin-bottom: 30px;
    padding: 0 30px 50px 30px;
    width: 100%;
  }
}
.teams__text {
  font-weight: 500;
  font-size: 36px;
  line-height: 36px;
  color: var(--color-white);
  display: block;
  margin-top: 32px;
}
@media (max-width: 767px) {
  .teams__text {
    font-size: 20px;
  }
}
.teams__link {
  font-weight: 500;
  font-size: 36px;
  line-height: 48px;
  color: var(--color-white);
  text-align: center;
  display: block;
  position: relative;
  margin-top: 20px;
  margin-bottom: 105px;
}
@media (max-width: 767px) {
  .teams__link {
    font-size: 25px;
    margin-top: 0;
    margin-bottom: 50px;
  }
}
.teams__link::after {
  content: "";
  position: absolute;
  top: 22px;
  width: 375px;
  height: 4px;
  background-color: #828282;
  margin-left: 30px;
  margin-bottom: 132px;
}
@media (max-width: 1220px) {
  .teams__link::after {
    display: none;
  }
}
.teams__link::before {
  content: "";
  position: absolute;
  top: 22px;
  left: 0;
  width: 375px;
  height: 4px;
  background-color: #828282;
  margin-left: 30px;
}
@media (max-width: 1220px) {
  .teams__link::before {
    display: none;
  }
}
.teams__thx {
  font-weight: bold;
  font-size: 72px;
  color: var(--color-gray);
  text-align: center;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .teams__thx {
    font-size: 40px;
  }
}

.teams-row {
  display: flex;
  align-items: flex-start;
}
@media (max-width: 992px) {
  .teams-row {
    flex-direction: column-reverse;
  }
}
@media (max-width: 767px) {
  .teams-row {
    align-items: center;
  }
}
.teams-row__list {
  padding-top: 85px;
  padding-left: 30px;
}
@media (max-width: 992px) {
  .teams-row__list {
    display: flex;
    justify-content: space-between;
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .teams-row__list {
    flex-direction: column;
    padding-top: 0;
  }
}
.teams-row__item {
  display: flex;
  align-items: center;
  margin-bottom: 50px;
}
@media (max-width: 500px) {
  .teams-row__item {
    flex-direction: column;
  }
}
@media (max-width: 992px) {
  .teams-row__item:nth-child(odd) {
    margin-right: 50px;
  }
}
@media (max-width: 767px) {
  .teams-row__item:nth-child(odd) {
    margin-right: 0;
  }
}
.teams-row__img {
  margin-right: 63px;
  width: 88px;
  height: 88px;
}
@media (max-width: 500px) {
  .teams-row__img {
    margin-right: 0;
    margin-bottom: 40px;
  }
}
.teams-row__img img {
  border-radius: 100%;
}
.teams-row__descr {
  display: flex;
  flex-direction: column;
  position: relative;
  padding-top: 10px;
}
.teams-row__descr::before {
  content: "";
  position: absolute;
  left: -32px;
  top: 50%;
  transform: translateY(-50%);
  width: 2px;
  height: 64px;
  background-color: var(--color-gray);
}
@media (max-width: 500px) {
  .teams-row__descr::before {
    left: 0;
    top: -20px;
    width: 100%;
    height: 2px;
  }
}
.teams-row__name {
  font-weight: 500;
  font-size: 24px;
  line-height: 27px;
  color: var(--color-white);
}
.teams-row__post {
  font-weight: 500;
  font-size: 18px;
  line-height: 36px;
  color: var(--color-white);
}
.teams-row__left {
  margin-top: -40px;
}
@media (max-width: 992px) {
  .teams-row__left {
    margin-top: 0;
  }
}
.teams-row__right {
  margin-top: -40px;
  margin-left: 20.5%;
}
@media (max-width: 992px) {
  .teams-row__right {
    margin-left: 0;
    margin-top: 0;
  }
}

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

.menu-btn {
  position: absolute;
  top: 15px;
  right: -65px;
  width: 65px;
  height: 35px;
  background: url("../img/right-arrow-vp.png") center center no-repeat;
  z-index: 1000;
  transition: transform 0.5s ease;
  background-color: #3677a7;
  transform: rotate(180deg);
}

.menu-btn__rotate {
  transform: rotate(0deg);
}

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

.portfolio__left {
  height: 100vh;
}

.portfolio__right {
  width: auto;
}

.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: 0.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(/vkusnoPolezno/img/about-bg.png) center no-repeat;
  background-size: 145%;
  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: 0.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: 0.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: 0.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;
}

#mCSB_1_container {
  margin-right: 0px;
}

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