body {
  overflow: auto;
  min-height: 100vh;
  padding: 0;
  margin: 0;
  font-family: "Poppins", sans-serif;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: url(https://roditeli2.ru/images/bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  display: -ms-flexbox;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  overflow-x: hidden;
  position: relative;
}
img {
  max-width: 100%;
  margin: 0 auto;
}

.main {
  padding: 10px 122px;
  height: 100%;
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  justify-content: space-between;
}

.bg_float {
}

.bg_float img {
  object-fit: cover;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
}

.content {
  display: flex;
  justify-content: space-between;
  z-index: 1;
  position: relative;
  align-items: center;
  flex: 1;
  align-items: center;
}
.container {
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
}

.footer {
  position: relative;
  display: flex;
  width: 100%;
}

.left {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 35px;
}

.logo {
  width: 132px;
  height: 163px;
}

.title {
    color: #000000;
    font-family: Roboto;
    font-size:50px;
    font-style: normal;
    font-weight: 600;
}

.line {
  width: 167.863px;
  height: 4.97px;
  flex-shrink: 0;
}

.qr_holder {
  display: inline-flex;
  align-items: flex-start;
  gap: 56px;
}

.qr_inner {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 22px;
  max-width: 153px;
}

.qr_inner a {
  display: flex;
  width: 100%;
}

.qr_inner a img {
  width: 100%;
}

.download_link {
  color: #000;
  text-align: center;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;

  align-self: stretch;
  justify-content: center;
}

.photo_text {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  align-self: stretch;
}

.right {
  width: 630.082px;
  height: 750.011px;
  flex-shrink: 0;
  position: relative;
  margin-right: 150px;
}

.images_holder {
  display: flex;
  gap: 45px;
}

img.first_image {
  position: absolute;
  top: 0;
  left: 0;
}

img.second_image {
  position: absolute;
  bottom: 0;
  right: 0;
}

.footer_inner {
  max-width: 1920px;
  margin: 0 auto;
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  padding: 10px 122px;
}

.holder_left {
  display: flex;
  flex: 1 0 auto;
  gap: 81px;
}

.text_icon_holder {
  display: flex;
  flex: 1 1 100%;
  gap: 0;
  width: 100%;
}

.icon_text {
  display: flex;
  align-items: center;
  gap: 17px;
  margin-left: 12px;
}

.icon_text a {
  color: var(--Subtitle-text, #6a6f7d);
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  text-decoration: unset;
  display: inline-block;
}

.icon_text img {
  max-width: 22px;
  display: inline;
  margin: 0;
  margin-right: 5px;
}

.lang .icon_text img {
  margin-right: 2px;
  margin-bottom: -3px;
}

.text_icon_holder span {
  display: inline-block;
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
}

.copy {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: end;
  color: var(--Dark-small-text-color, #343c44);
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
}

.holder_right {
  flex: 1 0 auto;
}

.lang .icon_text a span.lang_text {
    margin-right: 4px;
  color: var(--Dark-small-text-color, #343c44);
}

.text_icon_flex {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.qr_inner a img.qr {
  width: 153px;
  height: 154px;
}
.left .title {
  max-width: 595px;
}
.lang .icon_text {
    margin-left: 0px;
}
.left .title{
    position: relative;
}
.line {
    position: absolute;
    background: red;
    bottom: 19%;
}
strike{
    text-decoration: line-through;
    text-decoration-color: red;
}

.lang {
  position: absolute;
  top: 24px;
  width: 100%;
  display: flex;
  justify-content: end;
}
.lang .icon_text a span.lang_text, .lang .icon_text a{
  color:var(--Dark-small-text-color, #343c44);
}
.lang .icon_text img{
  filter: brightness(0);
}

@media (max-width: 1663px) {
  .right {
    margin-right: 0%;
  }
  .left .title {
    max-width: 595px;
  }
}

@media (max-width: 1501px) {
  .text_icon_flex .text_icon_holder {
    flex-direction: column;
    gap: 15px;
    flex: 1 1 auto;
  }

  .text_icon_flex {
    flex-direction: row;
  }
  

  .text_icon_flex .icon_text {
    margin-left: 0;
    width: max-content;
  }
  .footer {
    border-top: 1px solid #a5a5a53b;
    margin-top: 20px;
  }
  .left {
    gap: 23px;
  }
  .title {
    font-size: 46px;
  }
}

@media (max-width: 1280px) {
  .left .title {
    max-width: 100%;
    margin-right: 5%;
    font-size: clamp(2rem, 2.5vw, 2.8rem);
  }
  .right {
    margin-right: 0%;
    width: 411.082px;
    height: 566.011px;
  }
  img.first_image,
  img.second_image {
    width: 48%;
  }
}

@media (max-width: 1120px) {
  .left {
    margin-right: 8%;
  }
}

@media (max-width: 983px) {
  .content {
    flex-direction: column;
  }
  .main {
    padding: 50px 50px 20px 50px;
  }
  .footer_inner {
    padding: 20px 20px 20px 20px;
  }
  .left {
    margin: 0;
    width: 100%;
    align-items: center;
  }
  .right {
    width: 100%;
    height: auto;
    margin: 50px;
  }
  .left .title {
    margin-right: 0%;
  }
  img.first_image,
  img.second_image {
    position: relative;
  }

  .bg_float {
    display: none;
  }

  .lang {  
    top: -35px;
    justify-content: center;
  }
  .lang .icon_text a span.lang_text, .lang .icon_text a{
    color: #343c44;
  }
  .lang .icon_text img{
    filter: brightness(0);
  }
}

@media (max-width: 768px) {
  .left .title {
    text-align: center;
  }
  .bg_float {
    display: none;
  }
  .qr_holder {
    gap: 15px;
  }
  .qr_inner {
    flex: 1 1 50%;
  }
  .qr_inner a img.qr {
    width: auto;
    height: auto;
}
}

@media (max-width: 914px) {
.text_icon_flex{
    flex-direction: column;
    width: 100%;
    gap: 25px;
}
}


@media (max-width: 450px) {
    body{
        background: #f6f6f6;
    }
  .main,
  .footer_inner {
    padding: 50px 20px 20px 20px;
  }
  .right {
    margin: 40px 20px 15px 20px;
  }
  .footer_inner {
    padding: 20px 20px 20px 20px;
  }
  .footer_inner {
    flex-direction: column;
    gap: 15px;
}
.lang .icon_text img {
    margin-right: 2px;
    margin-bottom: -2px;
}

}

@media (max-width: 360px) {

}

/* elguns */
/* 
     @media(min-width:768px){
        .content {
         display: flex;
         flex-direction: column;
         align-items: center;
         margin: 0 auto;
         padding: 15vh 20px 20px 20px
       }  
       }
       .content {
         display: flex;
         flex-direction: column;
         align-items: center;
         margin: 0 auto;
         font-family: 'Poppins', sans-serif;
       }
       .logo {
         height:40vh;
       }
       
       p {
         font-family: sans-serif;
         text-align: center;
       }
       
       .message {
         margin-top: 40px;
       }.object
       
       .container {
           display: flex;
           gap: 50px;
           margin: 30px 0;
           font-size:1.5em;
       }
       
       .container a {
           list-style: none;
           text-decoration: none;
           color: #0DC21F;
           font-weight: bold;
           display:flex;
           gap:10px;
            font-size:2em;
            padding-left:5px;
            align-items:center;
       }
       .container {
           display: flex;
           flex-direction: row;
           justify-content: center;
           flex-wrap: wrap;
           padding: 30px;
          
       }
       .button-container {
           display: flex;
           flex-direction: row;
           flex-wrap: wrap;
           justify-content: center;
       }
       
       .button-container button {
           background: linear-gradient(90deg, #F6037F 0%, #F20A47 100%);
           border-radius: 37px;
           padding: 15px 25px;
           border:none;
           margin:40px;
       }
       
       .button-container a {
           color: white;
           text-decoration: none;
           font-weight: bold;
           font-size:1.7em;
       }
       .number {
           padding: 5px 70px;
           border-radius: 5px;
           display:flex;
       }
       @media(max-width:768px){
           .button-container button{
               margin:15px;
           }
           .content{
               padding-top:30px;
           }
           .container{
               padding:10px;
           }
           .number{
               padding:10px;
           }
           .container a{
               font-size:1.3em;
           }
       }
       @media(min-width:768px) and (max-width:992px){
           .button-container button{
               margin:20px;
           }
       } 
     */


     