/*ID 2116*/
.text_anamorf {
  position: relative;
  padding: 20px;
  box-sizing: border-box;
  margin: 0 0 60px; }

.text_anamorf__title {
  margin: 0 0 30px;
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  font-family: Oswald, sans-serif;
  text-transform: uppercase; }

img.text_anamorf__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 35px; }

.text_anamorf__image {
  position: absolute;
  z-index: 1;
  height: 100%;
  width: 100%;
  right: 0;
  top: 0; }

.text_anamorf__info {
  z-index: 2;
  position: relative;
  width: 40.5%;
  padding: 20px 45px;
  box-sizing: border-box;
  margin: 40px auto 40px 40px;
  display: block;
  border-radius: 35px;
  background-image: radial-gradient(at right top, rgba(255, 255, 255, 0.239) 0%, rgba(7, 11, 19, 0.439) 57%); }

.text_anamorf.reverse .text_anamorf__info {
  margin: -20px -20px -20px auto;
  width: 50.5%; }

.text_anamorf.reverse .text_anamorf__image {
  left: 0;
  width: 49%; }

.text_title {
  margin: 0 0 30px;
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  font-family: Oswald, sans-serif;
  text-transform: uppercase; }

.text_wrapper {
  margin: 0 0 60px;
  padding: 20px 0; }

.text_wrapper.border {
  box-shadow: inset 0px 0px 0px 7px rgba(255, 255, 255, 0.059);
  border-radius: 35px;
  padding: 20px 40px; }

p {
  font-size: 18px; }

ul.opn_ul li:before {
  content: "";
  background: url(/d/ul.svg) 50% 50% / 100% no-repeat;
  width: 20px;
  height: 20px;
  position: absolute;
  left: -35px;
  top: 3px; }

ul.opn_ul li {
  position: relative;
  margin: 0 0 10px;
  list-style: none;
  font-size: 18px; }

.icon-advantages-ptn {
  background: transparent;
  padding: 0;
  margin: 0 0 60px; }

.box-icon-ptn1 {
  background: #070b13;
  padding: 20px;
  border-radius: 35px;
  width: 33%;
  box-shadow: inset 0px 0px 0px 7px rgba(255, 255, 255, 0.059);
  border-radius: 35px; }

.title-ptn-3 {
  margin: 0 0 40px;
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  font-family: Oswald, sans-serif;
  text-transform: uppercase; }

.box-icon-equipment {
  display: flex;
  justify-content: center;
  text-align: center;
  margin: 20px 0 0;
  grid-gap: 15px; }

.zag-icon-ptn {
  margin: 0 0 10px;
  font-size: 18px; }

.icon-ptn1 {
  margin: 15px auto 30px;
  width: 110px;
  height: 110px;
  border-radius: 35px;
  padding: 20px;
  box-sizing: border-box;
  box-shadow: 0px 38px 35px -25px rgba(0, 0, 0, 0.31), 0px 0px 0px 5px rgba(255, 255, 255, 0.169), 0px 28px 35px -23px #fff, inset 0px 1px 0px 0px rgba(255, 255, 255, 0.141); }

.icon-ptn1 img {
  max-width: 100%; }

.text_after {
  padding: 0 20px; }

.text_before {
  padding: 0 20px; }

@media (max-width: 850px) {
  .text_anamorf__info {
    width: 100%;
    padding: 10px 25px;
    margin: 0; }

  .text_anamorf.reverse .text_anamorf__info {
    width: 100%;
    padding: 10px 25px;
    margin: 0; }

  .text_anamorf {
    padding: 0; }

  .text_anamorf__image {
    display: none; }

  .box-icon-equipment {
    flex-wrap: wrap; }

  .text_anamorf__title {
    font-size: 20px;
    line-height: 30px; }

  .text_title {
    font-size: 20px;
    line-height: 30px; }

  .title-ptn-3 {
    font-size: 20px;
    line-height: 30px; } }

@media (min-width: 320px) and (max-width: 480px) {
  .box-icon-ptn1 {
    width: 100%; } }

@media (min-width: 480px) and (max-width: 640px) {
  .box-icon-ptn1 {
    width: 48.2%; } }

@media (min-width: 640px) and (max-width: 850px) {
  .box-icon-ptn1 {
    width: 48.7%; } }

.text_anamorf__iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: filter 0.2s ease-in-out;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center; }
  @media screen and (max-width: 850px) {
  .text_anamorf__iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; } }

.text_anamorf__video {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  z-index: 1;
  height: 100%;
  width: 100%;
  right: 0;
  top: 0; }
  @media screen and (max-width: 850px) {
  .text_anamorf__video {
    position: relative;
    min-height: 290px;
    margin: 0 0 20px; } }

.text_anamorf__video video {
  width: 100%;
  height: auto;
  overflow: hidden; }
  @media screen and (max-width: 850px) {
  .text_anamorf__video video {
    height: 290px; } }
