.mainPageInfo {
  align-items: center;
  display: flex;
  flex-direction: column;
  padding-bottom: 20px;
}
.mainPageInfo .rosRazbor {
  margin-bottom: 20px;
}
.mainPageInfo .rosRazbor img {
  max-width: 170px;
  margin-bottom: 10px;
}
.mainPageInfo .rosRazbor .rrAbout {
  color: #595959;
  font-size: 14px;
  line-height: 19px;
}
.mainPageInfo .options {
  align-self: flex-start;
  display: flex;
  flex-direction: column;
}
.mainPageInfo .options .option {
  background-color: #F7F7F7;
  margin-bottom: 5px;
  padding: 20px 55px 20px 20px;
  position: relative;
  max-width: calc(100% - 45px);
  width: 100%;
}
.mainPageInfo .options .option.engine:after {
  background-image: url("/images/optionBlockEngine.webp");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 67px;
  position: absolute;
  right: -44px;
  top: 50%;
  transform: translateY(-50%);
  width: 88px;
}
.mainPageInfo .options .option.oculus:after {
  background-image: url("/images/optionBlockOculus.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 67px;
  position: absolute;
  right: -44px;
  top: 50%;
  transform: translateY(-50%);
  width: 88px;
}
.mainPageInfo .options .option.tablet:after {
  background-image: url("/images/optionBlockTablet.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 67px;
  position: absolute;
  right: -44px;
  top: 50%;
  transform: translateY(-50%);
  width: 88px;
}
.mainPageInfo .options .option .title {
  color: #17171A;
  font-size: 14px;
  font-weight: 500;
  line-height: 17px;
  margin-bottom: 5px;
}
.mainPageInfo .options .option .title span {
  background: linear-gradient(272.35deg, #2A5DDD -54.05%, #711DF9 123.85%);
  display: block;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.mainPageInfo .options .option .text {
  color: #A6A6A6;
  font-size: 12px;
  line-height: 16px;
}
.mainPageInfo .options .opinion {
  background-color: #F7F7F7;
  margin-bottom: 5px;
  padding: 20px 35px 20px 20px;
  position: relative;
  max-width: calc(100% - 45px);
  width: 100%;
}
.mainPageInfo .options .opinion:after {
  background-image: url("/images/opinionMicrophone.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 106px;
  position: absolute;
  right: -24px;
  top: 50%;
  transform: translateY(-50%) scale(-1, 1);
  width: 48px;
}
.mainPageInfo .options .opinion .textWrapper .title {
  color: #17171A;
  font-size: 14px;
  font-weight: 500;
  line-height: 17px;
  margin-bottom: 5px;
}
.mainPageInfo .options .opinion .textWrapper .title span {
  background: linear-gradient(272.35deg, #2A5DDD -54.05%, #711DF9 123.85%);
  display: block;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.mainPageInfo .options .opinion .textWrapper .text {
  font-size: 12px;
  line-height: 16px;
  margin-bottom: 5px;
}
.mainPageInfo .options .opinion .button {
  align-items: center;
  color: #3452DE;
  cursor: pointer;
  font-size: 12px;
  display: flex;
  height: 30px;
  justify-content: center;
}
.mainPageInfo .options .opinion .button .icon-pencil {
  color: #3452DE;
  font-size: 18px;
  margin-right: 5px;
  transform: scale(-1, 1);
}

@media screen and (min-width: 560px) {
  .mainPageInfo .options {
    align-self: center;
  }
}
@media screen and (min-width: 768px) {
  .mainPageInfo {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .mainPageInfo .rosRazbor {
    margin-bottom: 70px;
    width: 100%;
  }
  .mainPageInfo .rosRazbor img {
    max-width: 250px;
  }
  .mainPageInfo .rosRazbor .rrAbout {
    font-size: 15px;
    line-height: 25px;
  }
  .mainPageInfo .options {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
  }
  .mainPageInfo .options .option {
    background-color: #F7F7F7;
    margin-bottom: 5px;
    padding: 70px 20px 20px 20px;
    position: relative;
    width: 32%;
  }
  .mainPageInfo .options .option.engine:after {
    height: 105px;
    right: 50%;
    top: -50px;
    transform: translateX(50%);
    width: 140px;
  }
  .mainPageInfo .options .option.oculus:after {
    height: 105px;
    right: 50%;
    top: -50px;
    transform: translateX(50%);
    width: 140px;
  }
  .mainPageInfo .options .option.tablet:after {
    height: 105px;
    right: 50%;
    top: -50px;
    transform: translateX(50%);
    width: 140px;
  }
  .mainPageInfo .options .option .title {
    color: #17171A;
    font-size: 15px;
    font-weight: 500;
    height: 40px;
    line-height: 20px;
    margin-bottom: 10px;
  }
  .mainPageInfo .options .option .title span {
    background: linear-gradient(272.35deg, #2A5DDD -54.05%, #711DF9 123.85%);
    display: inline-block;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .mainPageInfo .options .option .text {
    font-size: 12px;
    line-height: 16px;
  }
  .mainPageInfo .options .opinion {
    background-color: #F7F7F7;
    margin-top: 45px;
    padding: 20px 20px 20px 140px;
    position: relative;
    width: 100%;
  }
  .mainPageInfo .options .opinion:after {
    bottom: 0;
    content: "";
    height: 183px;
    left: 30px;
    position: absolute;
    right: auto;
    top: auto;
    transform: none;
    width: 81px;
  }
  .mainPageInfo .options .opinion .textWrapper .title {
    color: #17171A;
    font-size: 14px;
    font-weight: 500;
    line-height: 17px;
    margin-bottom: 10px;
  }
  .mainPageInfo .options .opinion .textWrapper .title span {
    background: linear-gradient(272.35deg, #2A5DDD -54.05%, #711DF9 123.85%);
    display: block;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .mainPageInfo .options .opinion .textWrapper .text {
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 20px;
  }
  .mainPageInfo .options .opinion .button {
    align-items: center;
    color: #3452DE;
    cursor: pointer;
    font-size: 15px;
    display: flex;
    height: 30px;
    justify-content: flex-start;
  }
  .mainPageInfo .options .opinion .button .icon-pencil {
    color: #3452DE;
    font-size: 19px;
    margin-right: 9px;
  }
}
@media screen and (min-width: 980px) {
  .mainPageInfo {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .mainPageInfo .rosRazbor {
    margin-bottom: 20px;
    width: 100%;
  }
  .mainPageInfo .rosRazbor img {
    max-width: 250px;
  }
  .mainPageInfo .options {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
  }
  .mainPageInfo .options .option {
    background-color: #F7F7F7;
    margin-bottom: 5px;
    padding: 50px 110px 20px 20px;
    position: relative;
    width: calc(33.3% - 30px);
  }
  .mainPageInfo .options .option.engine:after {
    height: 105px;
    right: -40px;
    top: 50%;
    transform: translateY(-50%);
    width: 140px;
  }
  .mainPageInfo .options .option.oculus:after {
    height: 105px;
    right: -40px;
    top: 50%;
    transform: translateY(-50%);
    width: 140px;
  }
  .mainPageInfo .options .option.tablet:after {
    height: 105px;
    right: -40px;
    top: 50%;
    transform: translateY(-50%);
    width: 140px;
  }
  .mainPageInfo .options .option .title {
    color: #17171A;
    font-size: 15px;
    font-weight: 500;
    height: 40px;
    line-height: 20px;
    margin-bottom: 10px;
  }
  .mainPageInfo .options .option .title span {
    background: linear-gradient(272.35deg, #2A5DDD -54.05%, #711DF9 123.85%);
    display: inline-block;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .mainPageInfo .options .option .text {
    font-size: 12px;
    line-height: 16px;
  }
  .mainPageInfo .options .opinion {
    background-color: #F0F0F0;
    display: flex;
    height: 100px;
    margin-top: 45px;
    padding: 0 0 0 140px;
    position: relative;
    width: 100%;
  }
  .mainPageInfo .options .opinion:after {
    background-position: center 50px;
    bottom: 0;
    content: "";
    height: 183px;
    left: 30px;
    position: absolute;
    right: auto;
    top: auto;
    transform: none;
    width: 81px;
  }
  .mainPageInfo .options .opinion .textWrapper {
    display: flex;
    flex-direction: column;
    height: 100px;
    padding: 10px 60px 10px 0;
    position: relative;
    justify-content: center;
  }
  .mainPageInfo .options .opinion .textWrapper .title {
    color: #17171A;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    margin-bottom: 10px;
  }
  .mainPageInfo .options .opinion .textWrapper .title span {
    background: linear-gradient(272.35deg, #2A5DDD -54.05%, #711DF9 123.85%);
    display: block;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .mainPageInfo .options .opinion .textWrapper .text {
    font-size: 13px;
    line-height: 14.5px;
    margin-bottom: 0;
  }
  .mainPageInfo .options .opinion .button {
    align-items: center;
    background-color: #F7F7F7;
    color: #3452DE;
    cursor: pointer;
    display: flex;
    font-size: 15px;
    flex-basis: 35%;
    flex-grow: 1;
    flex-shrink: 0;
    height: 100px;
    justify-content: center;
    padding: 0 20px 0 40px;
    position: relative;
    white-space: nowrap;
  }
  .mainPageInfo .options .opinion .button:before {
    border-style: solid;
    border-width: 50px 0 50px 23px;
    border-color: transparent transparent transparent #F0F0F0;
    content: "";
    height: 0;
    left: 0;
    position: absolute;
    top: 0;
    width: 0;
  }
  .mainPageInfo .options .opinion .button .icon-pencil {
    color: #3452DE;
    font-size: 19px;
    margin-right: 9px;
  }
}
@media screen and (min-width: 1366px) {
  .mainPageInfo {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .mainPageInfo .rosRazbor {
    margin-bottom: 30px;
    width: 100%;
  }
  .mainPageInfo .rosRazbor img {
    max-width: 250px;
  }
  .mainPageInfo .options {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
  }
  .mainPageInfo .options .option {
    background-color: #F7F7F7;
    margin-bottom: 5px;
    padding: 60px 140px 30px 40px;
    position: relative;
    width: calc(33.3% - 60px);
  }
  .mainPageInfo .options .option.engine:after {
    height: 150px;
    right: -50px;
    top: 50%;
    transform: translateY(-50%);
    width: 180px;
  }
  .mainPageInfo .options .option.oculus:after {
    height: 150px;
    right: -50px;
    top: 50%;
    transform: translateY(-50%);
    width: 180px;
  }
  .mainPageInfo .options .option.tablet:after {
    height: 150px;
    right: -50px;
    top: 50%;
    transform: translateY(-50%);
    width: 180px;
  }
  .mainPageInfo .options .option.microphone:after {
    background-image: url("/images/opinionMicrophone.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    height: 67px;
    position: absolute;
    right: -44px;
    top: 50%;
    transform: translateY(-50%);
    width: 88px;
  }
  .mainPageInfo .options .option .title {
    color: #17171A;
    font-size: 20px;
    font-weight: 500;
    height: 52px;
    line-height: 26px;
    margin-bottom: 15px;
  }
  .mainPageInfo .options .option .title span {
    background: linear-gradient(272.35deg, #2A5DDD -54.05%, #711DF9 123.85%);
    display: block;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .mainPageInfo .options .option .text {
    font-size: 16px;
    line-height: 20px;
  }
  .mainPageInfo .options .opinion {
    margin-top: 45px;
    padding: 0 0 0 150px;
  }
  .mainPageInfo .options .opinion:after {
    bottom: 0;
    content: "";
    height: 183px;
    left: 40px;
    position: absolute;
    right: auto;
    top: auto;
    transform: none;
    width: 81px;
  }
  .mainPageInfo .options .opinion .button {
    font-size: 19px;
  }
  .mainPageInfo .options .opinion .button .icon-pencil {
    font-size: 25px;
  }
}
@media screen and (min-width: 1568px) {
  .mainPageInfo {
    align-items: flex-start;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .mainPageInfo .rosRazbor {
    max-width: 400px;
    width: 22%;
  }
  .mainPageInfo .rosRazbor img {
    max-width: 250px;
    margin-bottom: 30px;
  }
  .mainPageInfo .rosRazbor .rrAbout {
    color: #595959;
    font-size: 15px;
    line-height: 25px;
    margin-bottom: 30px;
  }
  .mainPageInfo .options {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    width: calc(78% - 50px);
  }
  .mainPageInfo .options .option {
    background-color: #F7F7F7;
    margin-bottom: 5px;
    max-width: 360px;
    padding: 50px 110px 20px 20px;
    position: relative;
    width: calc(33.3% - 30px);
  }
  .mainPageInfo .options .option.engine:after {
    height: 120px;
    right: -40px;
    top: 50%;
    transform: translateY(-50%);
    width: 150px;
  }
  .mainPageInfo .options .option.oculus:after {
    height: 120px;
    right: -40px;
    top: 50%;
    transform: translateY(-50%);
    width: 150px;
  }
  .mainPageInfo .options .option.tablet:after {
    height: 120px;
    right: -40px;
    top: 50%;
    transform: translateY(-50%);
    width: 150px;
  }
  .mainPageInfo .options .option.microphone:after {
    background-image: url("/images/opinionMicrophone.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    height: 67px;
    position: absolute;
    right: -44px;
    top: 50%;
    transform: translateY(-50%);
    width: 88px;
  }
  .mainPageInfo .options .option .title {
    color: #17171A;
    font-size: 16.5px;
    font-weight: 500;
    height: 46px;
    line-height: 23px;
    margin-bottom: 10px;
  }
  .mainPageInfo .options .option .title span {
    background: linear-gradient(272.35deg, #2A5DDD -54.05%, #711DF9 123.85%);
    display: block;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .mainPageInfo .options .option .text {
    font-size: 13.5px;
    line-height: 16.5px;
    max-width: 180px;
  }
  .mainPageInfo .options .opinion {
    margin-top: 45px;
    padding: 0 0 0 150px;
  }
  .mainPageInfo .options .opinion:after {
    bottom: 0;
    content: "";
    height: 183px;
    left: 40px;
    position: absolute;
    right: auto;
    top: auto;
    transform: none;
    width: 81px;
  }
}

/*# sourceMappingURL=mainPageInfo.css.map */
