

/* Start:/bitrix/templates/iris/components/bitrix/menu/iris_top_menu/style.css?16763795952188*/
ul{
  padding: 0;
}
.header-in-nav{
  display: flex;
}
.header-in-nav-link {
  font-family: 'Open Sans', sans-serif;
  
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
  color: #111111;
}

.header-in-nav-items{
  padding: 0;
  margin-right: 65px;
  display: flex;
}

.header-in-nav-items:last-child{
  margin-right: 0;
}

.header-in-nav-items-item2{
  position: absolute;
  background: #fff;
  padding: 10px 50px;
  box-shadow: inset rgba(85, 43, 113, 0.75) 0px -2px 6px -2px;
  border-radius: 30px;
  z-index: 1000;
  display: none;
  margin: 10px -45px 0 -45px;
}

.header-in-nav-items-item2-li{
  list-style: none;
  margin: 0 0 10px 0;
  float: none;
}

.header-in-nav-items-li{
  list-style: none;
  margin: 0 50px 0 0;
}

.header-in-nav-items-item2-li a{
  text-decoration: none;
  font-size: 16px;
  color: #562d72;
  font-weight: 400;
  font-family: 'Open Sans', sans-serif;
}


.header-in-nav-items-item2-li a:hover{
  text-decoration: underline;
  color: #562d72;
}



.header-in-nav-link:hover {
  text-decoration: none;
  color: #111111;
}

.header-in-nav-phone{
  display: none;
  z-index: 1000;
}

.header-in-nav-phone-items{
  display: none;
  padding: 0;
  z-index: 1000;
  right: 10px;
  text-align: left;
}

.header-in-nav-phone-btn{
  background: url('/bitrix/templates/iris/components/bitrix/menu/iris_top_menu/./images/phone_nav.png') no-repeat;
  width: 50px;
  height: 50px;
  cursor: pointer;
  background-position-y: center;
  color: #000;
  font-size: 30px;
  text-align: right;
}

.header-in-nav-phone-btn:hover{
  text-decoration: none;
  color: #000;
}

@media (max-width: 820px){
  .header-in-nav{
    display: none;
  }

  /* .header-in-nav-phone{
    display: flex;
    flex-direction: column;
    position: fixed;
    right: 0;
    top: 43px;
    padding: 0 40px;
    border-radius: 30px;
    margin: 0px 15px 0 0;
  }  */

  .header-in-nav-link{
    margin: 0 0 10px 0;
  }
  .header-in-nav-items-item2{
    margin: 100px 0 0 -40px;
    padding: 10px 40px;
  }
}

@media(max-width: 675px){
  .header-in-nav-phone {
    display: flex;
    flex-direction: column;
    /* position: fixed; */
    right: 0;
    /* top: 43px; */
    padding: 0 15px;
    /* border-radius: 30px; */
    margin: 0;
  }
}


/* End */


/* Start:/bitrix/templates/iris/components/bitrix/menu/iris_bottom_menu/style.css?1676380883770*/
.footer-in-nav{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 300px;
}



.footer-in-nav-link{
    width: 25%;
    margin-right: 65px;
    font-size: 18px;
    text-decoration: none;
    color: #ffffff;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
}

.footer-in-nav-link:nth-child(2n){
    margin-right: 0;
}

.footer-in-nav-link:hover{
    text-decoration: none;
    color: #ffffff;
}

@media(max-width: 620px){
    /* .footer-in-nav-link{
        margin: 0 0 25px 0;
        width: 50%;
        display: flex;
        justify-content: center;
    } */

    .footer-in-nav{
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 50px 0 0 0;
    }

}
/* End */


/* Start:/bitrix/templates/iris/components/bitrix/main.feedback/form_order/style.min.css?16763636459694*/
div.mfeedback {}
div.mf-name, div.mf-email, div.mf-captcha, div.mf-message {width:80%; padding-bottom:0.4em;}
div.mf-name input, div.mf-email input {width:60%;}
div.mf-message textarea {width: 60%;}
span.mf-req {color:red;}
div.mf-ok-text {color:green; font-weight:bold; padding-bottom: 1em;}


.order{
    width: 760px;
    height: 650px;
    background-color: #ffd96e;
    border-radius: 80px;
    padding: 0 80px;
}

.order-in{
    display: flex;
    flex-wrap: wrap;
}

.order-in-exit{
    width: 100%;
    display: flex;
    justify-content: right;
    align-items: center;
    position: relative;
    right: -35px;
    top: 10px;
}

.order-in-exit-btn{
    font-size: 40px;
    cursor: pointer;
    color: #000;
    font-weight: 500;
    text-decoration: none;
}

.order-in-exit-btn:hover{
    font-size: 40px;
    cursor: pointer;
    color: #000;
    font-weight: 500;
    text-decoration: none;
}

.order-in-top{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.order-in-top-title{
    font-size: 36px;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
    color: #000;
    margin: 0 0 30px 0;
}

.order-in-top-subtitle{
    font-size: 18px;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
    color: #000;
    align-self: baseline;
    display: flex;
    width: 445px;
    margin: 0 0 30px 0;
}

.order-in-bottom{

}

.order-in-bottom-inputs{
    display: flex;
    flex-direction: column;
    margin: 0 0 40px 0;
}

.order-in-bottom-inputs-item{
    width: 580px;
    text-align: left;
    background-color: #ebc865;
    color: #000;
    border: none;
    border-radius: 25px;
    height: 50px;
    margin: 0 0 25px 0;
    font-size: 18px;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
    padding: 1px 15px;
}

.order-in-bottom-inputs-item:last-child{
    width: 580px;
    text-align: left;
    background-color: #ebc865;
    color: #000;
    border: none;
    border-radius: 80px;
    height: 80px;
    font-size: 18px;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
    margin: 0;
    min-width: 580px;
    max-width: 580px;
    min-height: 80px;
    max-height: 80px;
		padding: 25px 0 0 10px;
}

::placeholder{
    color: #000;
    font-size: 18px;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
    padding: 1px 10px;
		display:flex;
		align-items: center;
		vertical-align:middle;
}

.order-in-bottom-submit{

}

.order-in-bottom-submit-btn{
    font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	color: #000;
	border: 0;
    background-color: #ffd96e;
	border-radius: 50px;
  	font-size: 18px;
	padding: 10px 40px;
	cursor: pointer;
	box-shadow: inset rgba(85, 43, 113, 0.75) 0px 2px 10px -2px
}

.order-in-bottom-submit-btn:hover{
    font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	color: #000;
	border: 0;
    background-color: #fff;
	border-radius: 50px;
  	font-size: 18px;
	padding: 10px 40px;
	cursor: pointer;
	box-shadow: inset rgba(85, 43, 113, 0.75) 0px 2px 10px -2px
}

.close{
    display: none;
}

@media(max-width: 766px){
    .order{
        width: 500px;
        height: 650px;
        background-color: #ffd96e;
        border-radius: 80px;
        padding: 0px 65px 0 45px;
    }

    .order-in-exit{
        width: 100%;
        display: flex;
        justify-content: right;
        align-items: center;
        position: relative;
        right: -10px;
        top: 30px;
    }
    
    .order-in-exit-btn{
        font-size: 20px;
        cursor: pointer;
        color: #000;
        font-weight: 500;
        text-decoration: none;
    }
    
    .order-in-exit-btn:hover{
        font-size: 20px;
        cursor: pointer;
        color: #000;
        font-weight: 500;
        text-decoration: none;
    }
    
    .order-in-top{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;
    }
    
    .order-in-top-title{
        font-size: 26px;
        font-weight: 600;
        font-family: 'Open Sans', sans-serif;
        color: #000;
        margin: 0 0 30px 0;
    }
    
    .order-in-top-subtitle{
        font-size: 14px;
        font-weight: 400;
        font-family: 'Open Sans', sans-serif;
        color: #000;
        align-self: baseline;
        display: flex;
        width: 185px;
        margin: 0 0 30px 0;
    }
    
    .order-in-bottom-inputs{
        display: flex;
        flex-direction: column;
        margin: 0 0 40px 0;
    }
    
    .order-in-bottom-inputs-item{
        width: 400px;
        text-align: left;
        background-color: #ebc865;
        color: #000;
        border: none;
        border-radius: 25px;
        height: 50px;
        margin: 0 0 25px 0;
        font-size: 14px;
        font-weight: 400;
        font-family: 'Open Sans', sans-serif;
        padding: 1px 15px;
    }
    
    .order-in-bottom-inputs-item:last-child{
        width: 400px;
        text-align: left;
        background-color: #ebc865;
        color: #000;
        border: none;
        border-radius: 80px;
        height: 80px;
        font-size: 14px;
        font-weight: 400;
        font-family: 'Open Sans', sans-serif;
        margin: 0;
        min-width: 400px;
        max-width: 400px;
        min-height: 80px;
        max-height: 80px;
        padding: 25px 0 0 10px;
    }
    
    ::placeholder{
        color: #000;
        font-size: 14px;
        font-weight: 400;
        font-family: 'Open Sans', sans-serif;
        padding: 1px 10px;
    }
    
    .order-in-bottom-submit-btn{
        font-family: 'Open Sans', sans-serif;
        font-weight: 400;
        color: #000;
        border: 0;
        background-color: #ffd96e;
        border-radius: 50px;
          font-size: 14px;
        padding: 10px 40px;
        cursor: pointer;
        box-shadow: inset rgba(85, 43, 113, 0.75) 0px 2px 10px -2px
    }
    
    .order-in-bottom-submit-btn:hover{
        font-family: 'Open Sans', sans-serif;
        font-weight: 400;
        color: #000;
        border: 0;
        background-color: #fff;
        border-radius: 50px;
          font-size: 14px;
        padding: 10px 40px;
        cursor: pointer;
        box-shadow: inset rgba(85, 43, 113, 0.75) 0px 2px 10px -2px
    }
    
}

@media(max-width: 500px){
    .order{
        width: 320px;
        height: 650px;
        background-color: #ffd96e;
        border-radius: 80px;
        padding: 0px 65px 0 25px;
    }

    .order-in-exit{
        width: 100%;
        display: flex;
        justify-content: right;
        align-items: center;
        position: relative;
        right: -25px;
        top: 30px;
    }
    
    .order-in-exit-btn{
        font-size: 20px;
        cursor: pointer;
        color: #000;
        font-weight: 500;
        text-decoration: none;
    }
    
    .order-in-exit-btn:hover{
        font-size: 20px;
        cursor: pointer;
        color: #000;
        font-weight: 500;
        text-decoration: none;
    }
    
    .order-in-top{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;
    }
    
    .order-in-top-title{
        font-size: 26px;
        font-weight: 600;
        font-family: 'Open Sans', sans-serif;
        color: #000;
        margin: 0 0 30px 0;
    }
    
    .order-in-top-subtitle{
        font-size: 14px;
        font-weight: 400;
        font-family: 'Open Sans', sans-serif;
        color: #000;
        align-self: baseline;
        display: flex;
        width: 275px;
        margin: 0 0 30px 0;
    }
    
    .order-in-bottom-inputs{
        display: flex;
        flex-direction: column;
        margin: 0 0 40px 0;
    }
    
    .order-in-bottom-inputs-item{
        width: 260px;
        text-align: left;
        background-color: #ebc865;
        color: #000;
        border: none;
        border-radius: 25px;
        height: 50px;
        margin: 0 0 25px 0;
        font-size: 14px;
        font-weight: 400;
        font-family: 'Open Sans', sans-serif;
        padding: 1px 15px;
    }
    
    .order-in-bottom-inputs-item:last-child{
        width: 260px;
        text-align: left;
        background-color: #ebc865;
        color: #000;
        border: none;
        border-radius: 80px;
        height: 80px;
        font-size: 14px;
        font-weight: 400;
        font-family: 'Open Sans', sans-serif;
        margin: 0;
        min-width: 260px;
        max-width: 260px;
        min-height: 80px;
        max-height: 80px;
        padding: 25px 0 0 10px;
    }
    
    ::placeholder{
        color: #000;
        font-size: 14px;
        font-weight: 400;
        font-family: 'Open Sans', sans-serif;
        padding: 1px 10px;
    }
    
    .order-in-bottom-submit-btn{
        font-family: 'Open Sans', sans-serif;
        font-weight: 400;
        color: #000;
        border: 0;
        background-color: #ffd96e;
        border-radius: 50px;
          font-size: 14px;
        padding: 10px 40px;
        cursor: pointer;
        box-shadow: inset rgba(85, 43, 113, 0.75) 0px 2px 10px -2px
    }
    
    .order-in-bottom-submit-btn:hover{
        font-family: 'Open Sans', sans-serif;
        font-weight: 400;
        color: #000;
        border: 0;
        background-color: #fff;
        border-radius: 50px;
          font-size: 14px;
        padding: 10px 40px;
        cursor: pointer;
        box-shadow: inset rgba(85, 43, 113, 0.75) 0px 2px 10px -2px
    }

    .order-in-bottom-submit{
        display: flex;
        justify-content: center;
        flex-direction: column;
    }
    
}
/* End */


/* Start:/bitrix/templates/iris/styles.css?16842474956167*/
*, *::before, *::after {
  box-sizing: border-box;
font-family: 'Open Sans', sans-serif;
}

ul, li{
  list-style: none;
  padding: 0;
  margin: 0;
}

h1, h2, h3, h4, h5, h6, p {
  margin: 0; }

html, body {
  height: 100%;
  margin: 0;
  border: 0;
  padding: 0;
  background-color: #ffffff; 
  scroll-behavior: smooth;
  overflow-x: hidden;
}

.container {
  max-width: 1200px;
  width: 1200px;
  margin: 0 auto;
}


header .header-in {
  margin: 40px 0 40px 0;
  display: flex;
  align-items: center;
  justify-content: space-between; 
}
header .header-in-logo-img {
    width: 160px;
    height: 60px; 
}
footer{
  background-color: #552c71;
  position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 95px;
}
.footer-in{
display: flex;
flex-wrap: wrap;
  align-items: center;
  justify-content: center;}
.footer-in-logo{
  margin-right: 100px;
}
.footer-in-offer{
margin-left: 100px;}
.footer-in-logo-img{
width: 250px;
height: 90px;}
.wrapper {
	position: relative;
	min-height: 100%;
}
.content{
padding-bottom: 95px;
}

.footer-in-offer-pk{
  font-size: 14px;
  color: #fff;
  font-weight: 400;
  font-family: 'Open Sans', sans-serif;
  text-decoration: none;
}

.footer-in-offer-pk:hover{
  color: #fff;
  text-decoration: none;
}

.footer-in-offer-copyright{
  margin: 0;
  font-weight: 400;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  color: #fff;
}

.popup-order{
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 1000;
  transform: translate(-50%, -50%);
}

.bi{
  border-radius: 50%;
  font-size: 5px;
  color: #fff;
  font-size: 20px;
  background: #C79DE3;
  width: 30px;
  border-radius: 50%;
  height: 30px;
  justify-content: center;
  display: flex;
  align-items: center;
  text-decoration: none;
  margin: 0 10px 0 0;
}
.bi:hover{
color: #fff;
text-decoration: none;}
.bi:last-child{
  margin: 0;
}

.footer-in-offer-top{
    display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}


@media(max-width: 1200px){
  .footer-in-logo{
    width: 100%;
    display: flex;
    justify-content: center;
    margin-right: 0;
 }
 footer{
     height: 170px;
 }
 .content{
     padding-bottom: 170px;}
 .footer-in-offer{
     margin-left: 0;}
 }

@media(max-width: 620px){
  footer{
    height: 320px}
  .content{
    padding-bottom: 320px}
}

@media(max-width: 1200px){
  .container{
    max-width: 1000px;
    width: 1000px;
  padding: 0;
  }
}

@media(max-width: 1010px){
  .container{
    max-width: 800px;
    width: 800px;
    padding: 0;
  }
}

@media(max-width: 820px){
  .container{
    max-width: 610px;
    width: 610px;
    padding: 0;
  }
}

@media(max-width: 620px){
  .container{
    max-width: 97%;
    width: 97%;
    margin: 0 5px 0 5px;
    padding: 0;
  }
}
/* edits desktop */
 footer {
  position: unset;
 }
 .content {
  padding-bottom: 0;
}
footer {
  height: auto;
}
footer .footer-in {
  padding: 16px 0;
  height: auto;
}
/* edits adaptive */

@media(max-width: 768px){
  .wrapper .container {
    margin: 0;
    padding: 0 15px;
    max-width: 100%;
    width: 100%;
  }
  header .container{
    max-width: 100%;
    width: 100%;
    margin: 0;
    padding: 0 15px;
  }
  header .container .header-in {
    margin: 10px 0 50px 0;

  } 
  .header-in .header-in-nav-phone {
    padding: 0;
  }

  .intro-in .intro-in-left-btns {
    display: flex;
    justify-content: center;
  }
  .intro-in .intro-in-left-btns a {
    padding: 10px 25px;
    width: 100%;
    display: flex;
    max-width: 124px;
    justify-content: center;
  }
  .intro-in-right {
    position: absolute;
    right: 66px;
    z-index: 1;
    top: 95px;
  }
  .intro-in-right .intro-in-right-img{
    width: 293px;
    height: 266px;
  }
  .intro-in-right-setka {
    left: -48px;
    height: 350px;
  }
  .header-in .nav-phone-opened {
    max-width: 100%;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    background: #e4e4e4;
    padding: 0 15px;
  }
  .nav-phone-opened .header-in-nav-phone-btn {
    float: right;
    display: block;
    width: 100%;
    /* padding-right: 20px; */
  }
  .intro-in-left {
    width: 100%;
  }
  .footer-in-logo {
    padding-top: 20px;
    justify-content: start;
  }
  .footer-in-logo-img {
    width: 211px;
    height: auto;
    margin-left: 20px;
  } 
  .footer-in .footer-in-nav {
    justify-content: space-around;
    margin: 30px 0;
  }

  .footer-in-nav .footer-in-nav-link {
    margin: 0;
    width: 38%;
    padding: 5px 0;
  }
  .footer-in-offer .footer-in-offer-top {
    margin-bottom: 20px;
  }
  .footer-in .footer-in-offer {
    width: 100%;
    padding-bottom: 20px;
  }
  .footer-in-offer .footer-in-offfer-bottom {
    margin-left: 14px;
  }

  .header-in-nav-phone-items .header-in-nav-items-item2 {
    box-shadow: 0px 0px 8px 0px rgb(34 60 80 / 20%);
    width: 100%;
  }
  .wrapper footer {
    height: auto;
    position: unset;
  }

  .presentation iframe  {
    width: 100%;
  }
  .product-in-subtitles-description {
    width: 100%;
  }
  .product-in-subtitles-card .card-in-items-item {
    width: 100%;
    min-width: 100%;
  }
  .swiper-slide .slide {
    width: 100%;
  }
}

@media (max-width: 1200px) {
  .content {
    padding: 0;
  }
  .content footer {
    position: unset;
    height: auto;
  }
}

/* technologys page */

.technology-list li {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: 44px 0;

}
.technology-list li span{
	margin: 10px 0 0 0;
}
.technology-list li p{
	    font-weight: 600;
    font-size: 20px;
}
.technology-list li img {
  margin-right: 10px;

}
.technology-list_2 {
  display: flex; 
  flex-wrap: wrap;
}
.technology-list_2 {
     max-width: 500px;
    width: 100%;
    text-align: center;
    padding: 20px;
    justify-content: space-around;
    margin: 0 auto;
    flex-wrap: wrap;
    box-shadow: inset rgb(85 43 113 / 75%) 0px 2px 10px -2px;
    border-radius: 40px;
    margin-bottom: 67px;
}
.technology-list_2 li {
  list-style-type: none;
}
.technology-list_2 p {
 width: 100%;
    margin: 0 0 20px 0;
}

@media (max-width: 830px) {
.customized {
    width: 100%;
    height: 100%;
    min-height: 300px;
    max-height: 800px;
	}
}
/* End */
/* /bitrix/templates/iris/components/bitrix/menu/iris_top_menu/style.css?16763795952188 */
/* /bitrix/templates/iris/components/bitrix/menu/iris_bottom_menu/style.css?1676380883770 */
/* /bitrix/templates/iris/components/bitrix/main.feedback/form_order/style.min.css?16763636459694 */
/* /bitrix/templates/iris/styles.css?16842474956167 */
