@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;700&display=swap');
*{
	padding: 0;
	margin: 0;
}
@font-face {
  font-family: 'mr_HamiltoneG';
  src: url('/fonts/mr_hamiltoneg.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

.signature{
    color: white;
    transform: rotate(-16deg);
    transform-origin: 0 0;
    margin-left: 780px;
    margin-top: 27px;
    font-family: 'mr_HamiltoneG', sans-serif;
    font-size: 20px;
}

/*----------TEHNO----------*/
.dev_Texno{
  display: block;
  margin: 0 auto;  
  width: 320px;
  height: 180px;
  box-sizing: border-box;
  overflow: hidden;
  margin-top: 29px;
}
#topBtn{
  position: fixed;
  bottom: 52px;
  cursor: pointer;
  display: none;
  height: 60px;
}
.dev_texno_circle{
  margin: 30px auto 0 auto;
  width: 254px;
  height: 254px;
  border-radius: 50%;
  border: 2px solid #E6F4F4;
}
.dev_texno_anime{
  width: 142px;
  height: 100px;
  margin: 51px auto 0 auto;
}
.dev_texno_anime img{
  width: 100%;
}
.dev_tehno-all{
  display: flex;
}
.dev_tehno_bl-all{
  position: absolute;
  width: 40px;
  height: 40px; 
  border-radius: 50%; 
  z-index: 5;
  background: #060A2D;
  transition: all 0.5s;
}
.dev_tehno_bl-all img, .dev_tehno_bl-all.-next img, .dev_tehno_bl-all.-prev img{
  width: 100%;
  z-index: 5;
  opacity: 0.5;
}
.dev_tehno_bl-all.-active img{
  width: 100%;
  z-index: 5;
  opacity: 1;
}
.dev_tehno_bl-all.-active{
  position: absolute;
  height: 60px;
  width: 60px;
  border-radius: 50%;
  z-index: 5;
  background: #060A2D;
}
.dev_tehno_bl-all.-prev, .dev_tehno_bl-all.-next{
  position: absolute;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  z-index: 5; 
  background: #060A2D;
}
.dev_tehno_bl-all.-none{
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s;
}
.dev_tehno_bl-1{
  position: absolute;
  margin-top: 0px;
  margin-left: 130px;
  transition: all 0.5s;
  z-index: 5;   
}
.dev_tehno_bl-2{
  position: absolute;
  margin-top: 50px;
  margin-left: 231px;
  transition: all 0.5s;
  z-index: 5;   
}
.dev_tehno_bl-3{
  position: absolute;
  margin-top: 121px;
  margin-left: 265px;
  transition: all 0.5s;
  z-index: 5;   
}
.dev_tehno_bl-4{
  margin-top: 200px;
  margin-left: 250px;
  transition: all 0.5s;
  z-index: 5;   
}
.dev_tehno_bl-5{
  margin-top: 255px;
  margin-left: 190px;
  transition: all 0.5s;
  z-index: 5;  
}
.dev_tehno_bl-6{
  margin-top: 255px;
  margin-left: 95px;
  transition: all 0.5s;
  z-index: 5;  
}
.dev_tehno_bl-7{
  margin-top: 200px;
  margin-left: 30px;
  transition: all 0.5s;
  z-index: 5;   
}
.dev_tehno_bl-8{
  position: absolute;
  margin-top: 121px;
  margin-left: 15px;
  transition: all 0.5s;
  z-index: 5;   
}
.dev_tehno_bl-9{
  position: absolute;
  margin-top: 50px;
  margin-left: 39px;
  transition: all 0.5s;
  z-index: 5;   
}
.dev_texno_text-all{
  width: 72px;
  position: absolute;
  margin-top: 15px;
  margin-left: 88px;  
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #FFFFFF;
  text-align: center;
  transition: all 0.5s;
  z-index: 3;   
  opacity: 0;
  visibility: hidden;
}
.dev_texno_text-all.-active{
  margin-top: 33px;
  margin-left: 88px;
  transition: all 0.5s;
  z-index: 3; 
  opacity: 1;
  visibility: visible;
}
#myUP{
    display: none;
    cursor: pointer;
}
/*----------TEHNO ZAG----------*/
.dev_tehno_zag{
  display: block;
  margin: 0 auto;  
  width: 320px;
  height: 71px;
}
.dev_tehno_zag-text{
  margin: 18px auto 0 auto;
  font-weight: 500;
  font-size: 16px;
  line-height: 21px;
  text-align: center;
  color: white;
}
.dev_button_all{
  display: block;
  margin: 0 auto;  
  width: 320px;
  height: 83px;
}
.button_dev{
  display: flex;
  margin: 0 auto;
  width: 200px;
  height: 35px;
  box-sizing: border-box;
  background: #111D8A;
  cursor: pointer;  
  color: #FFFFFF;
  align-items: center;
  justify-content: center;
  text-decoration: none;
      box-shadow: inset 0px 2px 2px #7882fb;
    border: 1px solid;
    border-image: linear-gradient(to right, #84a4ff, #1124cd) 1;
}
.button_dev button{
  background: none;
  border: none;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  color: white;
  cursor: pointer;
}
.button_dev:hover{
  background: #17214B;  
}
.button_dev:focus{  
  background: #3744B9;
}
.button_dev:active{
  background: #233373;  
}
.dev_tehno_zag-text-span{
  display: none;
}

.up {
    display: none;    
  }





.color_blue {
    background-color: #060A2D;
    width: 437px;
    height: 187px;
}
.logo{
    width: 66px;
    height: 66px;
}
.color_QA{
    background: #870E9B !important;
}
.color_UX{
   background: #177A07 !important;
}
.grayBackground{
    background: rgba(128, 128, 128, 0.5);
    opacity: 0.7;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.containers_team_mobile{
    display: none;
}
.container_laptop{
    display: none;
}
.text_headr {
    color: white;
    font-family: Playfair Display;
    font-size: 36px;
    font-weight: 700;
    line-height: 48px;
    margin-left: 20px;
    letter-spacing: 0em;
    text-align: center;
}
.color_dev{
    background: #098D9F !important;
}
.color_PM{
    background: #3430F0 !important;
}
.text_team{
    font-family: Playfair Display;
    font-size: 40px;
    font-weight: 700;
    line-height: 53px;
    letter-spacing: 0em;
    text-align: center;
    color: white;
    padding-top: 36px;
    padding-bottom: 24px;
}
.picture_team_one{
    opacity: 50%;
    margin-left: 86px;
    margin-top: 41px;
    width: 150px;
    height: 150px;
}
.containers_team_laptop{
    height: 588px;
}
.color_two{
    background: #870E9B4D;
    margin-left: 109px;
    margin-top: 257px;
}
.color_three{
    background: #3430F04D;
    margin-left: 799px;
    margin-top: 295px;
}
.picture_team_six{
    opacity: 50%;
    margin-left: 200px;
    margin-top: 415px;
    width: 170px;
    height: 170px;
}
.color_four{
    margin-left: 410px;
    margin-top: 380px;
    background: #098D9F4D;
}
.picture_team_seven{
    opacity: 50%;
    margin-left: 581px;
    margin-top: 458px;
    width: 130px;
    height: 130px;
}
.picture_team_four{
    opacity: 50%;
    margin-left: 310px;
    margin-top: 172px;
    width: 170px;
    height: 170px;
}
.picture_team_five{
    opacity: 50%;
    margin-left: 612px;
    margin-top: 241px;
    width: 170px;
    height: 170px;
}
.picture_team{
    cursor: pointer;
    position: absolute;
}
.color_one{
    background: #177A074D;
    margin-left: 330px;
}
.circle_container{
    width: 140px;
    height: 140px;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-family: Playfair Display;
    font-size: 20px;
    font-weight: 400;
    line-height: 27px;
    border-radius: 50%;
    cursor: pointer;
}
.picture_team_two{
    opacity: 50%;
    margin-left: 506px;
    margin-top: 77px;
    width: 140px;
    height: 140px;
}
.picture_team_three{
    opacity: 50%;
    margin-left: 734px;
    margin-top: 87px;
    width: 130px;
    height: 130px;
}
.text_containers{
    font-family: Playfair Display;
    font-size: 24px;
    font-style: italic;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: 0em;
    text-align: center;
    color: white;
}
.flex_one{
    display: flex;
    align-items: center;
    margin-left: 41px;
    padding-top: 15px;
}
.text_headr_one{
    font-family: Playfair Display;
    font-size: 24px;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: 0em;
    text-align: left;
    color: white;
    position: relative;
    top: 24px;
    display: flex;
    justify-content: center;
}
.ment.style {
    width: 170px;
    height: 137px;
}
.picture_two{
    width: 586px;
    height: 640px;
    position: relative;
    bottom: 210px;
    z-index: -1;
}
.link_linkidin_leptop{
    position: relative;
    top: -10px;
    height: 30px;
    width: 30px;
    position: relative;
}
.containers_team_mobile{
    display: none;
}
.link_linkidin_tlaptop{
    height: 30px;
    width: 30px;
    position: relative;
    top: 14px;
    position: relative;
    display: inline-block;
    margin: 0 auto;
    display: flex;  
}
.name_mentors_latop{
    font-family: Playfair Display;
    font-size: 20px;
    font-weight: 400;
    text-align: center;
    color: white;
    padding-bottom: 17px;
    bottom: 64px;
    width: 100%;
    color: white;
}
.text_profession{
    color: white;
    padding-bottom: 10px;
}
.flex_container_laptop{
    text-align: center;
    width: 100%;
    display: flex;
    flex-direction: column;
    padding-top: 98px;
}
.picture_team_one_laptop{
    bottom: 151px;
    position: absolute;
    width: 175px;
}
.team_containers_laptop{
   flex-direction: column;
  width: 170px;
  height: 247px;
  margin: 0 auto;
  display: flex;
  display: none;
  align-items: center;
  background: #141E73;
  border-radius: 20px;
  justify-content: space-between;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: 20px;
  transition: all 1s;
  z-index: 1;
}
.bottom_picture{
    width: 437px;
    position: absolute;
    z-index: -1;
}
.imgHeader{
    width: 100%;
    position: relative;
    bottom: 148px;
}
.conainer_header{
	display: flex;
    justify-content: center;
    height: 313px;
}
.container_mobile{
	display: none;
}
.container_desktop{
	display: block;
}
.main_container{
	background: #060A2D;
}
.header_text{
	font-family: Playfair Display;
    font-size: 32px;
    font-weight: 700;
    color: white;
    letter-spacing: 0em;
    text-align: center;
    padding-top: 36px;
    padding-bottom: 24px;
}
.text_one{
    color: white;
    margin-left: 12px;
    font-family: Playfair Display;
    font-size: 20px;
    font-weight: 400;
    line-height: 27px;
    letter-spacing: 0.04em;
    text-align: left;
}
.team_containers{
    flex-direction: row-reverse;
    width: 260px;
    height: 80px;
    display: flex;
    display: none;
    align-items: center; 
    background: #141E73;
    border-radius: 20px;
    justify-content: space-between;
    margin-top: 20px;
}    
.picture_one{
	width: 25px;
    height: 25px;
    position: relative;
    left: 28px;
    bottom: 4px;
}
.picture_two_text{
	width: 25px;
	height: 25px;
}
.flex_one{
    display: flex;
    align-items: center;
    margin-left: 68px;
    padding-top: 18px;
}
.mar_top{
	margin-top: 29px;
}
.ment.style {
    width: 170px;
    height: 137px;
}
.width_txt{
    width: 313px;
}
.text_width{
        width: 344px;
}
.container_two{
	width: 1024px;
	margin: 0 auto;
}
.container_flex{
	display: flex;
    justify-content: center;
}
.container_text{
	display: flex;
	    margin-right: 50px;
}
.flex_laptop{
	display: flex;
    margin-left: 92px;
    margin-right: 92px;
    justify-content: space-between;
}
.container_flex{
	display: flex;
    justify-content: center;
}
.container_text{
	display: flex;
}
.picture_mentors{
	width: 200px;
	height: 200px;
	position: relative;
    bottom: 72px;
}
.container_mentors{
	padding-bottom: 36px;
}
.mentors{
	font-family: Playfair Display;
    font-size: 40px;
    font-weight: 700;
    text-align: center;
    color: white;
    padding-top: 24px;
    padding-bottom: 96px;
}
.linkidin_mentors{
	height: 30px;
	width: 30px;
	position: relative;
}
.mentor_one{
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    background: #141E73;
    width: 200px;
    border-radius: 20px;
    height: 262px;
}
.picture_signature{
        position: relative;
    left: 804px;
    width: 101px;
}
.name_mentors{
	font-family: Playfair Display;
    font-size: 20px;
    font-weight: 400;
    text-align: center;
    color: white;
    padding-bottom: 21px;
    position: relative;
    bottom: 64px;
}
.link_linkidin{
    position: relative;
	bottom: 76px;
    width: 30px;
    height: 30px;
}
.button_project{
    background: linear-gradient(0deg, #111D8A, #111D8A),
    linear-gradient(91.5deg, #84A4FF 1.32%, #1124CD 100%);
    width: 300px;
    height: 50px;
    font-family: Montserrat;
    font-size: 18px;
    font-weight: 400;
    line-height: 15px;
    letter-spacing: 0.04em;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    margin: 0 auto;
    text-decoration: none;
    margin-top: 24px;
        box-shadow: inset 0px 2px 2px #7882fb;
    border: 1px solid;
    border-image: linear-gradient(to right, #84a4ff, #1124cd) 1;
}
@media screen and (max-width: 1023px) {
    .signature{
    color: white;
    transform: rotate(-16deg);
    transform-origin: 0 0;
        margin-left: 590px;
    margin-top: 20px;
    font-family: 'mr_HamiltoneG', sans-serif;
    font-size: 20px;
}
.up-img {
    width: 32px;
    height: 44px;
  }
    .team_containers_laptop{
        width: 150px;
    }
    .picture_team_one_laptop{
       bottom: 151px;
       position: absolute;
       width: 150px;
       height: 150px;
    }
    .picture_signature{
        position: relative;
        left: 608px;
        width: 101px;
    }
    .picture_team_seven{
        margin-left: 439px;
        margin-top: 466px;
        width: 130px;
        height: 130px;
    }
    .picture_team_six{
        margin-left: 105px;
        margin-top: 466px;
        width: 170px;
        height: 170px;
    }
    .picture_team_four{
        margin-left: 209px;
        margin-top: 175px;
        width: 170px;
        height: 170px;
    }
    .picture_team_five{
        margin-left: 399px;
        margin-top: 230px;
        width: 170px;
       height: 170px;
    }
    .picture_team_two{
        margin-left: 396px;
        margin-top: 55px;
        width: 140px;
        height: 140px;
    }
    .picture_team_three{
        margin-left: 569px;
        margin-top: 100px;
        width: 130px;
        height: 130px;
    }
    .color_two{
        background: #870E9B4D;
        margin-left: 69px;
        margin-top: 288px;
    }
    .color_one{
        margin-left: 239px;
        margin-top: 12px;
        background: #177A074D;
    }
    .color_four{
        margin-left: 284px;
        margin-top: 382px;
        background: #098D9F4D;
    }
    .color_three{
        background: #3430F04D;
        margin-left: 569px;
        margin-top: 338px;
    }
    .circle_container{
       width: 140px;
       height: 140px;
       position: absolute;
       border-radius: 50%;
       display: flex;
       align-items: center;
       justify-content: center;
       color: white;
      font-family: Playfair Display;
      font-size: 20px;
      font-weight: 400;
      line-height: 27px;
    }
    .picture_team_one{
        margin-left: 56px;
        margin-top: 67px;
        width: 150px;
        height: 150px;
    }
    .text_team{
       font-family: Playfair Display;
       font-size: 24px;
       font-weight: 700;
       line-height: 32px;
       text-align: center;
       color: white;
       padding-top: 36px;
       padding-bottom: 24px;
    }
    .text_containers{
        font-family: Playfair Display;
        font-size: 20px;
        font-style: italic;
        font-weight: 400;
        line-height: 27px;
        letter-spacing: 0em;
        text-align: center;
         color: white;
         padding-bottom: 1px;
    }
    .picture_team{
        position: absolute;
    }
    .containers_team_laptop{
        display: flex;
        flex-direction: column;
        height: 635px;
    }
    .flex_continers_team{
        display: flex;
    }
    .container_team{
        width: 768px;
        margin: 0 auto;
    }
    .container_text{
        margin-right: 28px;
    }
    .imgHeader{
        bottom: 110px;
    }
	.text_one{
	    color: white;
        margin-left: 12px;
        font-family: Playfair Display;
        font-size: 19px;
        font-weight: 400;
        line-height: 27px;
        letter-spacing: 0.04em;
        text-align: left;
        position: relative;
        bottom: 3px;
	}
	.picture_one{
	    width: 25px;
        height: 25px;
        position: relative;
        left: 28px;
        bottom: 4px;
	}
	.picture_two_text{
		width: 25px;
		height: 25px;
	}
	.color_blue {
        width: 339px;
        height: 155px;
    }
    .bottom_picture{
        width: 339px;

    }
	.logo{
	    width: 53px;
        height: 53px;
	}
    .text_headr {
        font-family: Playfair Display;
        font-size: 24px;
        font-weight: 700;
        line-height: 32px;
        letter-spacing: 0em; 
        margin-left: 37px;
	}
	.flex_one{
	    display: flex;
        align-items: center;
        margin-left: 53px;
        padding-top: 20px;
    }
	.text_headr_one{
            font-family: Playfair Display;
    font-size: 20px;
    font-weight: 400;
    line-height: 27px;
    letter-spacing: 0em;
    padding-left: inherit;
    position: relative;
    top: 24px;
    display: flex;
    justify-content: center;
	}
	.mar_top{
		margin-top: 16px;
	}
	.ment.style {
        width: 460px;
        height: 430px;
        bottom: 140px;
    }
    .picture_two{
        width: 419px;
        height: 461px;
        bottom: 151px;
        position: relative;
        z-index: -1;
    }
    .conainer_header{
        height: 264px;
    }
    .text_width{
	    width: 274px;
    }
    .container_two{
	    width: 768px;
	    margin: 0 auto;
    }
    .header_text{
	    font-family: Playfair Display;
        font-size: 24px;
        font-weight: 700;
        text-align: center;
        color: white;
        padding-top: 24px; 
        padding-bottom: 24px;
    }
    .flex_laptop{
        margin-left: 71px;
        margin-right: 70px;
    }
    .container_flex{
	    display: flex;
        justify-content: center;
    }
    .container_text{
	    display: flex;
    }
    .picture_mentors{
	    width: 160px;
	    height: 160px;
        bottom: 30px;
    }
   .container_mentors{
	    padding-bottom: 36px;
    }
    .mentors{
        font-size: 24px; 
        padding-bottom: 51px;
    }
    .mentor_one{
        width: 148px;
       height: 261px;
     }
    .name_mentors{
        bottom: 23px;
    }
    .link_linkidin{
        bottom: 26px;
    }
    .button_project{
        background: linear-gradient(0deg, #111D8A, #111D8A),
        linear-gradient(91.5deg, #84A4FF 1.32%, #1124CD 100%);
        width: 300px;
        height: 50px;
        font-family: Montserrat;
        font-size: 18px; 
        font-weight: 400;
        line-height: 15px;
        letter-spacing: 0.04em;
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
        color: white;
        margin: 0 auto;
        text-decoration: none;
        margin-top: 38px;
    }
}
@media screen and (max-width: 767px) {
    .signature{
        position: absolute;
        color: white;
    transform: rotate(-16deg);
    transform-origin: 0 0;
    margin-left: 220px;
    margin-top: 19px;
    font-family: 'mr_HamiltoneG', sans-serif;
    font-size: 14px;
}
    .up-img{
        display: none;
    }
  .up{
      display: block;
    width: 32px;
    height: 44px;
    position: fixed;
    bottom: 47px;
    right: 31px;
    float: right;
    }
    #topBtn{
        height: 44px;
    }
    .grayBackground{
        display: none;
    }
    .containers_team_laptop{
        display: none;
    }
    .button_project{
        background: linear-gradient(0deg, #111D8A, #111D8A),
        linear-gradient(91.5deg, #84A4FF 1.32%, #1124CD 100%);
        width: 200px;
        height: 35px;
        font-family: Montserrat;
        font-size: 12px;
        font-weight: 400;
        line-height: 15px;
        letter-spacing: 0.04em;
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
        color: white;
        margin: 0 auto;
        text-decoration: none; 
        margin-top: 30px;
    }
    .containers_team_mobile{
            height: auto;
    display: block;
    width: 320px;
    padding-left: 23px;
    padding-right: 22px;
    box-sizing: border-box;
    margin-top: 60px;
    }
    .circle_container{
        display: none;
    }
    .flex_container{
       display: block;
    }
    .link_linkidin_two{
        display: block;
    }
    .text_containers{
        text-align: center;
        color: white;
        font-family: Playfair Display;
        font-size: 16px;
        font-style: italic;
        font-weight: 400;
        line-height: 21px;
        letter-spacing: 0em;
        padding-bottom: 1px;
        width: 290px;
        margin: 0 auto;
    }
    .link_linkidin_two{
        margin-left: 20px;
        bottom: 0;
    }
    .picture_signature{
        position: relative;
        display: flex;
        left: 226px;
        width: 71px;
    }
    .team_containers{
        flex-direction: row-reverse;
        width: 260px;
        height: 80px;
        display: flex;
        align-items: center; 
        background: #141E73;
        border-radius: 20px;
        justify-content: space-between;
        margin-top: 24px;
    }
    .picture_team{
        position: relative;
        width: 90px;
        height: 90px;
        left: 15px;
        bottom: 0;
        margin: 0;
        opacity: 1;
    }
    .text_profession{
        font-family: Playfair Display;
        font-size: 13px;
        font-weight: 400;
        line-height: 27px;
        letter-spacing: 0em;
        text-align: center;
        color: white;
    }
    .flex_container{
        display: flex;
        flex-direction: column;
    }
    .text_team{
        padding-top: 24px;
        padding-bottom: 10px;
        font-family: Playfair Display;
        font-size: 20px;
        font-weight: 700;
        line-height: 27px;
        color: white;
        text-align: center;
    }
    .container_team{
        width: 320px;
        margin: 0 auto;
    }
    .conainer_header{
        height: auto;
    }
     .link_linkidin_thre{
        margin-left: 42px !important;
    }
    .flex_one{
        display: flex;
        align-items: center;
        margin-left: 9px;
        padding-top: 9px;
    }
    .picture_two{
        width: 170px;
        height: 137px;
        bottom: 0;
    }
	.link_linkidin{
		 margin-left: 40px;
		 bottom: 0;
         height: 26px;
         width: 26px;
	}
	.flex_laptop{
		display: block;
        margin-left: 23px;
    margin-right: 22px;
	}
	.mentors{
        font-size: 20px;
        padding-top: 24px;
        padding-bottom: 23px;
	}
	.picture_mentors{
		    width: 90px;
    height: 90px;
    right: 12px;
    bottom: 0;
	}
	.linkidin_mentors{
		width: 26px;
        height: 26px;
        position: relative;
        bottom: 0;
	}
	.mentor_one{
           width: 260px;
    height: 80px;
    flex-direction: row;
    margin-left: 13px;
    justify-content: start;
	}
	.link_linkidin_one{
		margin-left: 41px;
	}
	.mrgin_tp{
		margin-top: 28px;
	}
	.name_mentors{
        font-size: 18px; 	
        bottom: 0;
        padding-bottom: 0;
	}
    .nameDevelopers{
        padding-top: 10px;
    }
	.container_desktop{
		display: none;
	}
	.container_mobile{
		display: block;
	}
	.header_text{
		font-family: Playfair Display;
        font-size: 20px;
        font-weight: 700;
        color: white;
        text-align: center;
        padding-top: 24px;
        padding-bottom: 12px;
	}
	.container_text{
		display: flex;
		justify-content: center;
	}
	.color_blue {
       height: 90px;
       width: 161px; 
    }
    .picture_one{
	    position: relative;
        left: 27px;
        top: 0px;
	    width: 25px;
	    height: 25px;
    }
    .picture_two_text{
	    position: relative;
	    top: 4px;
	    width: 25px;
	    height: 25px;
    }
	.logo{
		width: 27px;
		height: 27px;
	}
    .container_text{
            margin-right: 25px;
    }
	.text_one{
        color: white;
        width: 250px;
        margin-left: 15px;
        font-size: 15px;
        font-weight: 400;
        line-height: 21px;
        letter-spacing: 0.04em;
        text-align: left;
	}
	.text_width{
		width: 227px;
	}
	.text_headr{
        font-family: Playfair Display;
        font-size: 18px;
        font-weight: 700;
        line-height: 24px;
        letter-spacing: 0em;
        text-align: center;
    display: flex;
    margin: 0 auto;
	}
	.container_text_one{
		margin-top: 12px;
	}
	.text_width_two{
		width: 227px;
	}
	.container_two{
            width: 320px;
		margin: 0 auto;
	}
	.text_headr_one{
        font-size: 14px;
        line-height: 19px;
        letter-spacing: 0em;
        text-align: left;
        padding-left: 40px;
        position: relative;
        top: 13px;
	}
	.ment.style {
        width: 170px;
        height: 137px;
    }
    .bottom_picture{
        width: 161px;
    }
    .imgHeader{
        bottom: 58px;
    }
    .text_headr_one{
           letter-spacing: 0em;
    text-align: left;
    top: 0;
    padding-top: 6px;
    line-height: 19px;
    padding-left: 0;
    font-family: Playfair Display;
    font-size: 14px;
    font-weight: 400;
    display: flex;
    justify-content: center;
    }
    .text_one{
        bottom: 0;
    }
}
@media screen and (max-width: 600px) {
	.ment.style {
        width: 170px;
        height: 137px;
    }
}
@media screen and (max-width: 425px) {
    .container_two{
        width: 320px;
    }
	.container_text{
		display: flex;
		justify-content: flex-start;
        margin-right: 0;
	}
	.text_one{
		margin-left: 12px;
	}
	.ment.style {
        width: 170px;
        height: 137px;
    }
}

@media only screen and (min-width: 768px){
    /*----------TEHNO----------*/
  .dev_Texno{
    width: 768px;
    height: 311px; 
    margin-top: 36px;
  }
  .dev_texno_circle{
    margin: 39px auto 0 auto;
    width: 499px;
    height: 499px;    
  }
  .dev_texno_anime{
    width: 190px;
    height: 134px;
    margin: 138px auto 0 auto;
  }  
  .dev_tehno_bl-all{
    width: 60px;
    height: 60px;      
  }
  .dev_tehno_bl-all.-active{
   
    height: 100px;
    width: 100px;    
  }
  .dev_tehno_bl-all.-prev, .dev_tehno_bl-all.-next{
    width: 80px;
    height: 80px;
  }
  .dev_tehno_bl-1{    
    margin-top: 0px;
    margin-left: 334px;
  }
  .dev_tehno_bl-2{
    margin-top: 98px;
    margin-left: 538px;    
  }
  .dev_tehno_bl-3{
    margin-top: 215px;
    margin-left: 601px;    
  }
  .dev_tehno_bl-4{
    margin-top: 360px;
    margin-left: 582px;
  }
  .dev_tehno_bl-5{
    margin-top: 440px;
    margin-left: 472px; 
  }
  .dev_tehno_bl-6{
    margin-top: 440px;
    margin-left: 232x;
  }
  .dev_tehno_bl-7{
    margin-top: 360px;
    margin-left: 132px
  }
  .dev_tehno_bl-8{
    margin-top: 215px;
    margin-left: 108px;   
  }
  .dev_tehno_bl-9{
    margin-top: 98px;
    margin-left: 151px;   
  }
  .dev_texno_text-all{
    width: 116px;
    margin-top: 27px;
    margin-left: 191px;      
    font-weight: 700;
    font-size: 20px;
    line-height: 27px;    
  }
  .dev_texno_text-all.-active{
    margin-top: 67px;
    margin-left: 191px;    
  }
  /*----------TEHNO ZAG----------*/
  .dev_tehno_zag{
    display: block;
    margin: 0 auto;  
    width: 768px;
    height: 118px;
  }
  .dev_tehno_zag-text{
    margin: 17px auto 0 auto;
    font-size: 32px;
    line-height: 43px;    
  }
  .dev_tehno_zag-text-span{
    display: contents;
  }
  .dev_button_all{
    display: block;
    margin: 0 auto;  
    width: 100%;
    height: 100px;
    overflow:hidden;
  }
  .button_dev{
    width: 300px;
    height: 51px;    
  }
  .button_dev button{
    background: none;
    border: none;
    font-size: 18px;
    line-height: 22px;
  }
  .button_dev:hover{
    background: #17214B;  
  }
  .button_dev:focus{  
    background: #3744B9;
  }
  .button_dev:active{
    background: #233373;  
  }

  .up {
    display: block;
    width: 32px;
    height: 44px;
    position: fixed;
    bottom: 47px;
    right: 31px;
    float: right;
  }
}

@media only screen and (min-width: 1024px){
  /*----------TEHNO----------*/
  .dev_Texno{
    width: 1024px;
    height: 311px; 
    margin-top: 35px;
  }
  .dev_texno_circle{
    margin: 39px auto 0 auto;
    width: 499px;
    height: 499px;    
  }
  .dev_texno_anime{
    width: 190px;
    height: 134px;
    margin: 138px auto 0 auto;
  }  
  .dev_tehno_bl-all{
    width: 60px;
    height: 60px;      
  }
  .dev_tehno_bl-all.-active{
   
    height: 100px;
    width: 100px;    
  }
  .dev_tehno_bl-all.-prev, .dev_tehno_bl-all.-next{
    width: 80px;
    height: 80px;
  }
  .dev_tehno_bl-1{    
    margin-top: 0px;
    margin-left: 462px;
  }
  .dev_tehno_bl-2{
    margin-top: 98px;
    margin-left: 666px;    
  }
  .dev_tehno_bl-3{
    margin-top: 215px;
    margin-left: 729px;    
  }
  .dev_tehno_bl-4{
    margin-top: 360px;
    margin-left: 710px;
  }
  .dev_tehno_bl-5{
    margin-top: 440px;
    margin-left: 600px; 
  }
  .dev_tehno_bl-6{
    margin-top: 440px;
    margin-left: 360px;
  }
  .dev_tehno_bl-7{
    margin-top: 360px;
    margin-left: 260px
  }
  .dev_tehno_bl-8{
    margin-top: 215px;
    margin-left: 236px;   
  }
  .dev_tehno_bl-9{
    margin-top: 98px;
    margin-left: 279px;   
  }
  .dev_texno_text-all{
    width: 116px;
    margin-top: 27px;
    margin-left: 191px;      
    font-weight: 700;
    font-size: 20px;
    line-height: 27px;    
  }
  .dev_texno_text-all.-active{
    margin-top: 67px;
    margin-left: 191px;    
  }
  /*----------TEHNO ZAG----------*/
  .dev_tehno_zag{
    display: block;
    margin: 0 auto;  
    width: 1024px;
    height: 118px;
  }
  .dev_tehno_zag-text{
    margin: 17px auto 0 auto;
    font-size: 32px;
    line-height: 43px;    
  }
  .dev_tehno_zag-text-span{
    display: contents;
  }
  .dev_button_all{
    display: block;
    margin: 0 auto;  
    width: 100%;
    height: 100px;
    overflow:hidden;
  }
  .button_dev{
    width: 300px;
    height: 50px;    
    box-shadow: inset 0px 2px 2px #7882fb;
    border: 1px solid;
    border-image: linear-gradient(to right, #84a4ff, #1124cd) 1;
  }
  .button_dev button{
    background: none;
    border: none;
    font-size: 18px;
    line-height: 22px;
    font-weight: 400;
    letter-spacing: 0.04em;
  }
  .button_dev:hover{
    background: #17214B;  
  }
  .button_dev:focus{  
    background: #3744B9;
  }
  .button_dev:active{
    background: #233373;  
  }

  .up {
    display: block;
    width: 46px;
    height: 60px;
    position: fixed;
    bottom: 40px;
    right: 24px;
    float: right;
  }

}