.symbols-title {
  font-size: 45px;
  line-height: 1;
  color: #17315B;
  font-weight: bold;
}

@media screen and (max-width: 992px) {
  .symbols-title {
    font-size: 36px;
  }
}

@media screen and (max-width: 640px) {
  .symbols-title {
    font-size: 24px;
  }
}

.symbols-subtitle {
  font-size: 28px;
  line-height: 143%;
  font-weight: 500;
  color: #000C31;
}

@media screen and (max-width: 992px) {
  .symbols-subtitle {
    font-size: 24px;
    line-height: 1;
  }
}

@media screen and (max-width: 640px) {
  .symbols-subtitle {
    font-size: 18px;
    line-height: 140%;
  }
}

.symbols {
  counter-reset: my-awesome-counter;
}

.symbols__scr1 {
  margin-top: 35px;
}

@media screen and (max-width: 640px) {
  .symbols__scr1 {
    margin-top: 0;
  }
}

@media screen and (max-width: 1440px) {
  .symbols {
    font-size: 12px;
  }
}

@media screen and (max-width: 992px) {
  .symbols .container {
    padding: 0 22px;
  }
}

@media screen and (max-width: 640px) {
  .symbols .container {
    padding: 0;
  }
}

.symbols-col-6 {
  flex-basis: 50%;
  display: flex;
}

@media screen and (max-width: 640px) {
  .symbols-col-6 {
    flex-basis: 100%;
    width: 100%;
  }
}

@media screen and (max-width: 992px) {
  .symbols-col-6:nth-child(odd) {
    padding-right: 22px;
  }
}

@media screen and (max-width: 640px) {
  .symbols-col-6:nth-child(odd) {
    padding: 0 14px;
  }
}

@media screen and (max-width: 992px) {
  .symbols-col-6:nth-child(even) {
    padding-left: 22px;
  }
}

@media screen and (max-width: 640px) {
  .symbols-col-6:nth-child(even) {
    padding: 0 14px;
  }
}

.symbols-inner {
  display: flex;
}

@media screen and (max-width: 640px) {
  .symbols-inner {
    flex-direction: column;
  }
}

.scr1 {
  position: relative;
  min-height: 420px;
  padding: 50px 0;
}

@media screen and (max-width: 640px) {
  .scr1 {
    padding: 0 0 30px;
  }
}

.scr1::after {
  content: '';
  display: block;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  background: #F0F1F8;
}

@media screen and (max-width: 640px) {
  .scr1::after {
    display: none;
  }
}

.scr1__inner {
  display: flex;
}

.scr1__title {
  margin-bottom: 40px;
}

@media screen and (max-width: 640px) {
  .scr1__title {
    margin-bottom: 20px;
  }
}

.scr1__title-wrapper {
  max-width: 415px;
}

.scr1__text-wrapper {
  max-width: 350px;
}

.scr1__text {
  color: #586386;
}

.scr1__col {
  justify-content: center;
}

.scr1__col:first-child {
  background: #F0F1F8;
  padding-top: 20px;
  padding-bottom: 20px;
}

.scr1__col:last-child {
  padding-top: 20px;
}

@media screen and (min-width: 1440px) {
  .scr1__container {
    max-width: 100%;
    padding: 0;
  }
}

.scr1__text + .scr1__text {
  margin-top: 30px;
}

@media screen and (max-width: 992px) {
  .scr1__subtitle {
    font-size: 20px;
  }
}

@media screen and (max-width: 640px) {
  .scr1__subtitle {
    font-size: 14px;
  }
}

.scr2 {
  min-height: 540px;
  padding: 50px 0 60px;
  position: relative;
}

@media screen and (max-width: 992px) {
  .scr2 {
    min-height: auto;
    padding: 50px 0 95px;
  }
}

@media screen and (max-width: 640px) {
  .scr2 {
    padding: 0;
  }
}

.scr2::before, .scr2::after {
  content: '';
  position: absolute;
  display: block;
  height: 100%;
  width: 50%;
  z-index: -1;
  top: 0;
}

@media screen and (max-width: 640px) {
  .scr2::before, .scr2::after {
    display: none;
  }
}

.scr2::before {
  background: #F6F7FC;
  left: 0;
}

.scr2::after {
  background: #F0F1F8;
  right: 0;
}

.scr2__title {
  text-align: center;
  margin-bottom: 70px;
}

@media screen and (max-width: 992px) {
  .scr2__title {
    margin-bottom: 85px;
  }
}

@media screen and (max-width: 640px) {
  .scr2__title {
    max-width: 100%;
    padding: 30px 40px;
    margin: 0;
    background: #F6F7FC;
  }
}

.scr2__inner {
  align-items: center;
}

.scr2__col {
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 640px) {
  .scr2__col:first-child {
    background: #F6F7FC;
    padding: 0 14px 30px;
  }
}

@media screen and (max-width: 640px) {
  .scr2__col:last-child {
    background: #F0F1F8;
    padding: 20px 14px 30px;
  }
}

.scr2__can {
  max-width: 510px;
}

@media screen and (min-width: 1440px) {
  .scr2__container {
    max-width: 100%;
    padding: 0;
  }
}

.scr2__list {
  max-width: 405px;
}

.scr3 {
  min-height: 500px;
  position: relative;
  padding: 30px 0 100px;
}

@media screen and (max-width: 992px) {
  .scr3 {
    min-height: auto;
    padding: 88px 0;
  }
}

@media screen and (max-width: 640px) {
  .scr3 {
    padding: 0;
  }
}

.scr3::before, .scr3::after {
  content: '';
  position: absolute;
  display: block;
  height: 100%;
  width: 50%;
  z-index: -1;
  top: 0;
}

@media screen and (max-width: 640px) {
  .scr3::before, .scr3::after {
    display: none;
  }
}

.scr3::before {
  background: #F0F1F8;
  left: 0;
}

.scr3::after {
  background: #F6F7FC;
  right: 0;
}

@media screen and (min-width: 1440px) {
  .scr3__container {
    max-width: 100%;
    padding: 0;
  }
}

.scr3__col {
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 640px) {
  .scr3__col:first-child {
    padding: 20px 9px 30px;
    background: #F0F1F8;
  }
}

@media screen and (max-width: 640px) {
  .scr3__col:last-child {
    padding: 30px 9px;
    background: #F6F7FC;
  }
}

.scr3__can-back {
  max-width: 420px;
}

.scr3__list {
  max-width: 390px;
}

@media screen and (max-width: 640px) {
  .scr3__inner {
    flex-direction: column-reverse;
  }
}

.scr4 {
  padding: 100px 0 85px;
}

@media screen and (max-width: 992px) {
  .scr4 {
    padding: 50px 0 60px;
  }
}

@media screen and (max-width: 640px) {
  .scr4 {
    padding: 30px 14px;
  }
}

.scr4__title {
  text-align: center;
  margin-bottom: 50px;
}

@media screen and (max-width: 992px) {
  .scr4__title {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 640px) {
  .scr4__title {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 992px) {
  .scr4__col:first-child {
    flex-basis: 40%;
  }
}

@media screen and (max-width: 992px) {
  .scr4__col:last-child {
    flex-basis: 55%;
  }
}

@media screen and (max-width: 640px) {
  .scr4__col + .scr4__col {
    margin-top: 30px;
  }
}

.scr4__inner {
  justify-content: space-between;
  padding: 0 100px;
}

@media screen and (max-width: 992px) {
  .scr4__inner {
    padding: 0;
  }
}

.scr5 {
  padding: 100px 0;
  background: #F0F1F8;
}

@media screen and (max-width: 992px) {
  .scr5 {
    padding: 50px 0 70px;
  }
}

@media screen and (max-width: 640px) {
  .scr5 {
    padding: 30px 14px;
  }
}

.scr5__title {
  text-align: center;
  margin-bottom: 50px;
}

@media screen and (max-width: 640px) {
  .scr5__title {
    margin-bottom: 30px;
  }
}

.scr6 {
  padding: 100px 0;
}

@media screen and (max-width: 992px) {
  .scr6 {
    padding: 50px 0 70px;
  }
}

@media screen and (max-width: 640px) {
  .scr6 {
    padding: 30px 14px;
  }
}

.scr6__title {
  text-align: center;
  margin-bottom: 50px;
}

@media screen and (max-width: 640px) {
  .scr6__title {
    margin-bottom: 30px;
  }
}

.scr7 {
  padding: 100px 0;
  background: #F0F1F8;
}

@media screen and (max-width: 992px) {
  .scr7 {
    padding: 50px 0 70px;
  }
}

@media screen and (max-width: 640px) {
  .scr7 {
    padding: 30px 14px;
  }
}

.scr7__title {
  text-align: center;
  margin-bottom: 50px;
}

@media screen and (max-width: 640px) {
  .scr7__title {
    font-size: 24px;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 992px) {
  .scr7 .eco-list__item_4 {
    flex-basis: calc(50% - 10px);
  }
}

@media screen and (max-width: 640px) {
  .scr7 .eco-list__item_4 {
    flex-basis: 100%;
    flex-direction: column;
  }
}

.eco-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.eco-list__item {
  display: flex;
  align-items: center;
  margin-bottom: 50px;
}

@media screen and (max-width: 992px) {
  .eco-list__item {
    align-items: flex-start;
  }
}

@media screen and (max-width: 640px) {
  .eco-list__item {
    margin-bottom: 30px;
  }
}

.eco-list__item_4 {
  flex-basis: calc(33% - 20px);
  align-items: flex-start;
}

@media screen and (max-width: 992px) {
  .eco-list__item_4 {
    flex-basis: calc(33% - 10px);
  }
}

@media screen and (max-width: 640px) {
  .eco-list__item_4 {
    flex-basis: 100%;
  }
}

.eco-list__item_4:nth-last-child(3), .eco-list__item_4:nth-last-child(2) {
  margin-bottom: 0;
}

@media screen and (max-width: 640px) {
  .eco-list__item_4:nth-last-child(3), .eco-list__item_4:nth-last-child(2) {
    margin-bottom: 20px;
  }
}

.eco-list__item_4:last-child {
  margin-bottom: 0;
}

.eco-list__item_6 {
  flex-basis: 45%;
}

@media screen and (max-width: 992px) {
  .eco-list__item_6 {
    flex-basis: calc(50% - 10px);
  }
}

@media screen and (max-width: 640px) {
  .eco-list__item_6 {
    flex-basis: 100%;
  }
}

.eco-list__item_6:nth-last-child(2), .eco-list__item_6:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 640px) {
  .eco-list__item_6:nth-last-child(2) {
    margin-bottom: 30px;
  }
}

.eco-list__item_column {
  flex-direction: column;
}

@media screen and (max-width: 640px) {
  .eco-list__item_column {
    flex-direction: row;
  }
}

.eco-list__title {
  margin-bottom: 20px;
  font-weight: 500;
  font-size: 18px;
  color: #586386;
  line-height: 160%;
  width: 100%;
  text-align: center;
}

@media screen and (max-width: 640px) {
  .eco-list__title {
    font-size: 14px;
    margin-bottom: 10px;
  }
}

.eco-list__top {
  min-height: 140px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-bottom: 20px;
}

.eco-list__top .eco-list__img-wrapper {
  margin-right: 0;
}

@media screen and (max-width: 640px) {
  .eco-list__top .eco-list__img-wrapper {
    max-width: 100%;
  }
}

@media screen and (max-width: 640px) {
  .eco-list__top {
    min-height: auto;
  }
}

.eco-list__text-wrapper {
  max-width: 350px;
  color: #586386;
  min-height: 135px;
}

@media screen and (max-width: 992px) {
  .eco-list__text-wrapper {
    min-height: auto;
  }
}

.eco-list__img-wrapper {
  max-width: 100px;
  margin-right: 60px;
}

@media screen and (max-width: 992px) {
  .eco-list__img-wrapper {
    flex-shrink: 0;
    margin-right: 24px;
  }
}

@media screen and (max-width: 640px) {
  .eco-list__img-wrapper {
    max-width: 67px;
    margin-right: 10px;
  }
}

.eco-list__img-wrapper_tech {
  margin-right: 0;
  margin-bottom: 20px;
}

@media screen and (max-width: 640px) {
  .eco-list__img-wrapper_tech {
    margin-right: 8px;
  }
}

.eco-list__text_bold {
  font-weight: 700;
}

.symbols-list {
  list-style-type: none;
  padding-left: 0;
  margin: 0;
}

.symbols-list__item {
  counter-increment: my-awesome-counter;
  font-size: 18px;
  line-height: 160%;
  font-weight: 500;
  padding-left: 55px;
  padding-right: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  position: relative;
  color: #586386;
  border-radius: 5px;
  transition: all .3s;
}

@media screen and (max-width: 992px) {
  .symbols-list__item {
    font-size: 14px;
  }
}

@media screen and (max-width: 640px) {
  .symbols-list__item {
    padding-left: 40px;
  }
}

.symbols-list__item::before {
  content: counter(my-awesome-counter) ". ";
  color: #C11426;
  margin-right: 30px;
  position: absolute;
  left: 10px;
  top: 5px;
  width: 16px;
  display: inline-block;
}

.symbols-list__item.highlight {
  color: #C11426;
  background: #F6F7FC;

  transition: all .4s;
  text-shadow: 0 0 .75px #C11426, 0 0 .75px #C11426;
}

.symbol-specs-list__item {
  display: flex;
  align-items: center;
}

.symbol-specs-list__item + .symbol-specs-list__item {
  margin-top: 30px;
}

.symbol-specs-list__text-wrapper {
  color: #586386;
}

.symbol-specs-list__img-wrapper {
  max-width: 50px;
  margin-right: 45px;
  flex-basis: 50px;
  flex-shrink: 0;
}

@media screen and (max-width: 992px) {
  .symbol-specs-list__img-wrapper {
    margin-right: 30px;
  }
}

@media screen and (max-width: 640px) {
  .symbol-specs-list__img-wrapper {
    max-width: 42px;
    flex-basis: 42px;
    margin-right: 20px;
  }
}

.symbol-specs-list__img-wrapper__long {
  max-width: 150px;
  flex-basis: 150px;
}

@media screen and (max-width: 640px) {
  .symbol-specs-list__img-wrapper__long {
    max-width: 92px;
    flex-basis: 92px;
  }
}

.symbol-specs-list__text-wrapper {
  max-width: 255px;
}

@media screen and (max-width: 992px) {
  .symbol-specs-list__text-wrapper {
    max-width: 210px;
  }
}

@media screen and (max-width: 640px) {
  .symbol-specs-list__text-wrapper {
    max-width: 230px;
  }
}

.can-number circle {
  fill: #C11426;
  transition: all .3s;
}

.can-number ellipse {
  fill: #C11426;
  transition: all .3s;
}

.can-number:hover circle {
  fill: #17315B;
}

.can-number:hover ellipse {
  fill: #17315B;
}
