@import url("../font/museo/stylesheet.css");


.h1{
    font-family: 'MuseoSansCyrl-700';
    font-style: normal;
    font-weight: 700;
    font-size: 56px;
    line-height: 67px;
    text-align: start;
    letter-spacing: 0.05em;
    color: #001A44;
    display: flex;
    justify-content: center;
    padding-top: 66px;
    align-self: baseline;
}
.blue{color: #1D14C0; 
    font-family: 'MuseoSansCyrl-700';

    padding-left: 17px; }

.wave {
    overflow: hidden;
    position: relative;
    width: 630px;
    height: 50px;
    align-self: baseline;
}
.circle {
    position: absolute;
    width: 630px;
    height: 20px;
    background: radial-gradient(16px, transparent, transparent 4px, #F6CF4C 4px, #F6CF4C 10px, transparent 11px);
    background-size: 30px 40px;
}
    .circle2 {
    top: 20px;
    left: 15px;
    background-position: 0px -20px;
}
section.acquaintance .container {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.acquaintance_text{
    width: 711px;
    font-family: 'Balsamiq Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 29px;
    text-align: start;
    letter-spacing: 0.05em;
    color: #140C9B;
    align-self: baseline;
}
.acquaintance_content{
    align-self: baseline;
    display: grid;
    grid-template-columns: 3fr 2fr 3fr;
    height: 600px;
    width: 100%;
    padding-top: 30px;
    margin-bottom: 100px;
    justify-content: space-between;
}
.acquaintance_content_text{
    background-image: url(../img/pages/acq.svg);
    background-size: 100% 100%;
    background-position: center;
    height: 216px;
    width: 350px;
    display: flex;
    align-items: center;
}
.text{
    font-family: 'Balsamiq Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 20.2787px;
    line-height: 24px;
    text-align: center;
    letter-spacing: 0.05em;

    color: #110B42;

    transform: rotate(-6.77deg);
    padding-top: 20px;
}
.acquaintance_button{
    padding: 30px;
    background: linear-gradient(5.65deg, rgba(255, 255, 255, 0) -8.26%, rgba(255, 255, 255, 0) 63.99%), linear-gradient(180deg, #FFE796 0%, #F1BA03 100%), radial-gradient(100% 105.86% at 50% 0%, rgba(255, 255, 255, 0.637) 0%, rgba(255, 255, 255, 0) 55.73%);
    border-radius: 16.9067px;
    font-family: 'GT Eesti Pro Display';
    font-style: normal;
    font-weight: 400;
    font-size: 14.9918px;
    line-height: 17px;
    text-align: center;
    letter-spacing: 0.095em;
    text-transform: uppercase;
    color: #000000;
    border: none;
    position: absolute;
    left: -47px;
    top: 70%;
    cursor: pointer;
}
.acquaintance_button:hover{
    background: linear-gradient(5.65deg, rgba(255, 255, 255, 0) -8.26%, rgba(255, 255, 255, 0) 63.99%), linear-gradient(180deg, #ffe796 0%, #d5c696d9 100%), radial-gradient(100% 105.86% at 50% 0%, rgba(255, 255, 255, 0.637) 0%, rgba(255, 255, 255, 0) 55.73%);
    transition: 300ms;
}
.acquaintance_content_center{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
}
.acquaintance_content_left{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}
.acquaintance_content_text_left{
    background-image: url(../img/pages/acq2.svg);
    background-size:100% 100%;
    background-position: center;
    height: 200px;
    width: 321px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.cloud, .cloud_two{
	animation: move 6s ease infinite;
   border-radius:50%;
  position: absolute;
  top: 50%; left: 50%;
  margin-top: -30px;
  margin-left: -30px;
  background: #FFFFFF;
  height: 60px; width: 60px;
  box-shadow:
		#FFFFFF 65px -15px 0 -5px, 
		#FFFFFF 25px -25px, 
		#FFFFFF 30px 10px, 
		#fdfdfd 60px 15px 0 -10px, 
		#ffffff 85px 5px 0 -5px;

    
}
.cloud_two:after { 
	content: ' '; 
	position: absolute; 
	width: 0; 
	height: 0; 
	left: 38px; 
	top: 100px; 
	border: 15px solid; 
	border-color: #fff transparent transparent #fff; 
}

.cloud_two{
	top: 52%; left: 31%;
  animation-duration: 8s;
}


.acquaintance_content_right {
    position: relative;
    width: 400px;
    height: 600px;
    box-sizing: border-box;
    transform: scale(1.3);
    top: -17px;
    right: -41px;
}
.kits{
    transition: 1000ms;
}
.kitsBody {
    position: absolute;
    bottom: -51px;
    left: -113px;
    height: auto;
    width: 554px;
}
.kitsArm1 {
    position: absolute;
    right: -94px;
    width: 70%;
    bottom: 85px;
}
.kitsArm2 {
    position: absolute;
    bottom: 157px;
    left: 157px;
    width: 28%;
    opacity: 0;

;
}
.active_kitsArm2{
    opacity: 1;
    transition: 1000ms;


}
.kitsHeader {
    position: absolute;
    width: 100%;
    left: 120px;
    top: -101px;
    z-index: 10;
}
.kitsEye{
    position: absolute;
    width: 40px;
    z-index: 6;
}
.kitsEyeLeft {
    position: absolute;
    right: 128px;
    top: 131px;
}
.kitsEyeRight {
    position: absolute;
    right: 49px;
    top: 109px;
    width: 35px;
}
.kitsEyelid {
    position: absolute;
    right: 28px;
    top: 23px;
    width: 70px;
    transform: rotate(36deg);
    z-index: 9;
}
.active_kitsEyelid{
    transition: 1000ms;
    
}
.fonHead{
    position: absolute;
    width: 100%;
    z-index: -2;
    top: -60px;
    left: 116px;
}