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

.text_anamorf__title {
  margin: 0 0 30px;
  color: #222224;
  font-size: 30px;
  font-weight: 800;
  text-align: center;
  text-transform: uppercase; }

img.text_anamorf__img {
  width: 100%;
  height: 100%;
  object-fit: cover; }

.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: 35.5%;
  padding: 20px 45px;
  box-sizing: border-box;
  margin: 60px auto 60px 60px;
  display: block;
  background: #fff;
  box-shadow: 0 0 0 1px #e9a24e; }

.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: #222224;
  font-size: 30px;
  font-weight: 800;
  text-align: center;
  text-transform: uppercase; }

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

.text_wrapper.border {
  background: #fff;
  box-shadow: 0 0 0 1px #e9a24e;
  padding: 20px 40px; }

p {
  font-size: 18px !important;
  line-height: 26px !important; }

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 !important;
  line-height: 26px !important; }

img.opn_img_button {
  height: 700px;
  width: 100%;
  object-fit: cover; }

.image_button {
  position: relative; }

.url_btn a {
  background: #e9a24e;
  width: 220px;
  height: 50px;
  top: calc(50% - -70px);
  right: calc(50% - 110px);
  position: absolute;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: inset 0px 0px 0px 3px #e9a24e, inset 0px 0px 0px 5px rgba(255, 255, 255, 0.2);
  border-radius: 5px;
  color: #fff;
  font-weight: 500;
  transition: 0.2s; }

.url_btn a:hover {
  background: #222224; }

.titleup {
  background: #111;
  width: 520px;
  height: 80px;
  top: calc(50% - 80px);
  right: calc(50% - 260px);
  position: absolute;
  font-size: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  color: #e9a24e;
  font-weight: 700;
  transition: 0.2s;
  text-transform: uppercase; }

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

.box-icon-ptn1 {
  background: #fff;
  box-shadow: 0 0 0 1px #e9a24e;
  padding: 20px;
  width: 33%; }

.title-ptn-3 {
  margin: 0 0 40px;
  color: #222224;
  font-size: 30px;
  font-weight: 800;
  text-align: center;
  text-transform: uppercase; }

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

.zag-icon-ptn {
  color: #000;
  font-weight: 500;
  margin: 0 0 10px;
  font-size: 18px !important;
  line-height: 26px !important; }

.icon-ptn1 {
  margin: 0 auto 15px;
  width: 120px;
  height: 120px;
  border-top: 2px solid #fff;
  border-right: 2px solid #e9a24e;
  border-left: 2px solid #e9a24e;
  border-bottom: 2px solid #fff;
  border-radius: 50%;
  padding: 25px;
  box-sizing: border-box;
  transition: 400ms;
  position: relative; }

.box-icon-ptn1:hover .icon-ptn1 {
  transform: rotate(180deg); }

.box-icon-ptn1:hover .icon-ptn1 img {
  transform: rotate(180deg); }

.icon-ptn1:before {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  left: calc(50% - 5px);
  bottom: 0;
  border-radius: 50%;
  background: #e9a24e;
  transition: 400ms; }

.icon-ptn1 img {
  max-width: 100%;
  transform: rotate(360deg);
  transition: 400ms; }

.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; }

  .text_title {
    font-size: 20px; }

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

  .titleup {
    width: 270px;
    height: 80px;
    top: calc(50% - 80px);
    right: calc(50% - 135px);
    font-size: 15px; } }

@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: 31.6%; } }
