/*!*********************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./node_modules/sass-loader/dist/cjs.js!./scss/blocks/revert-info.scss ***!
  \*********************************************************************************************************************************************************************************************/
.revert-info {
  display: flex;
  margin-bottom: 32px;
  justify-content: space-between;
}
@media screen and (max-width: 450px) {
  .revert-info {
    flex-direction: column-reverse;
    margin-bottom: 16px;
  }
}
@media screen and (min-width: 700px) and (max-width: 1300px) {
  .revert-info {
    flex-direction: column-reverse;
    margin-bottom: 16px;
  }
}
.revert-info.text-left {
  flex-direction: row-reverse;
}
@media screen and (max-width: 450px) {
  .revert-info.text-left {
    flex-direction: column-reverse;
  }
  .revert-info.text-left.column-reverse {
    flex-direction: column;
  }
}
@media screen and (min-width: 700px) and (max-width: 1300px) {
  .revert-info.text-left {
    flex-direction: column-reverse;
  }
}
.revert-info.text-left .content {
  text-align: right;
}
.revert-info.text-left .content.overflow {
  padding: 32px 0 0;
}
.revert-info.text-left .content.overflow .text-content {
  padding: 0 18px 0 0;
}
@media screen and (max-width: 599px) {
  .revert-info.text-left .content.overflow .text-content {
    padding: 0;
  }
}
.revert-info.text-left .content.overflow .text-content.show {
  padding: 0 14px 0 0;
}
@media screen and (max-width: 599px) {
  .revert-info.text-left .content.overflow .text-content.show {
    padding: 0;
  }
}
@media screen and (max-width: 599px) {
  .revert-info.text-left .content.overflow {
    padding: 0;
    text-align: left;
  }
  .revert-info.text-left .content.overflow h2 {
    text-align: center;
    margin: 32px 0 16px;
  }
}
.revert-info.text-left .content.overflow p {
  text-align: justify;
}
@media screen and (max-width: 599px) {
  .revert-info.text-left .content.overflow .btn {
    order: -1;
  }
}
@media screen and (max-width: 450px) {
  .revert-info.text-left .content {
    text-align: left;
  }
}
@media screen and (min-width: 700px) and (max-width: 1300px) {
  .revert-info.text-left .content {
    text-align: left;
  }
}
@media screen and (max-width: 599px) {
  .revert-info.text-right.column-reverse {
    flex-direction: column;
  }
}
.revert-info.text-right .content {
  text-align: left;
}
.revert-info.text-right .content.overflow {
  padding: 32px 0 0 0;
}
.revert-info.text-right .content.overflow .text-content {
  padding: 0 18px 0 0;
}
@media screen and (max-width: 599px) {
  .revert-info.text-right .content.overflow .text-content {
    padding: 0;
  }
}
.revert-info.text-right .content.overflow .text-content.show {
  padding: 0 14px 0 0;
}
@media screen and (max-width: 599px) {
  .revert-info.text-right .content.overflow .text-content.show {
    padding: 0;
  }
}
.revert-info.text-right .content.overflow .btns {
  justify-content: flex-start;
}
.revert-info.text-right .content.overflow .btns .btn {
  order: -1;
}
@media screen and (max-width: 599px) {
  .revert-info.text-right .content.overflow {
    padding: 0;
  }
  .revert-info.text-right .content.overflow h2 {
    text-align: center;
    margin: 32px 0 16px;
  }
}
.revert-info .revert-block-side {
  width: 48.8%;
}
@media screen and (max-width: 450px) {
  .revert-info .revert-block-side {
    width: 100%;
  }
}
@media screen and (min-width: 700px) and (max-width: 1300px) {
  .revert-info .revert-block-side {
    width: 100%;
  }
}
.revert-info img {
  border-radius: 24px;
  box-shadow: 0px 2px 6px -1px rgba(16, 18, 52, 0.32);
  -o-object-fit: cover;
     object-fit: cover;
  max-height: 441px;
  height: 100%;
}
@media screen and (max-width: 450px) {
  .revert-info img {
    margin: 16px 0 0 0;
    max-height: 251px;
  }
}
@media screen and (min-width: 700px) and (max-width: 1300px) {
  .revert-info img {
    margin: 16px 0 0 0;
  }
}
.revert-info .content {
  padding: 32px 0 0;
}
.revert-info .content.overflow .text-content {
  margin: auto 0;
}
.revert-info .content h2 {
  font-family: "Rubik", sans-serif;
  font-size: 38px;
  font-style: normal;
  font-weight: 500;
  line-height: 46px;
  letter-spacing: 0.095px;
  text-transform: uppercase;
  margin-bottom: 24px;
}
@media screen and (max-width: 450px) {
  .revert-info .content h2 {
    font-size: 32px;
    line-height: 40px;
    letter-spacing: 0.08px;
    margin-bottom: 12px;
  }
}
.revert-info .content p {
  font-family: "Lato", sans-serif;
  font-size: 19px;
  font-style: normal;
  font-weight: 300;
  line-height: 26px;
  letter-spacing: 0.228px;
  color: #1F1F1F;
  text-align: justify;
}
.revert-info .content .btns {
  display: flex;
  align-items: center;
  gap: 24px;
  margin: 24px 0 0;
  justify-content: flex-end;
}
@media screen and (max-width: 599px) {
  .revert-info .content .btns {
    flex-direction: column;
    gap: 16px;
  }
}
.revert-info .content .btns .btn {
  display: block;
  width: -moz-max-content;
  width: max-content;
  color: #FAFAFA;
}
@media screen and (max-width: 599px) {
  .revert-info .content .btns .btn {
    width: 100%;
    text-align: center;
  }
}
.revert-info .content .btns .btn-standart-2 {
  display: flex;
  padding: 12px 32px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 24px;
  border: 1.6px solid #3FBAC2;
  color: #1F1F1F;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.2px;
}
