*{
  font-family: 'Nunito Sans', sans-serif;
  color: #000;
  font-weight: 400;
  font-size: 18px;
  margin: 0;
  padding: 0;
  line-height: 25px;
  box-sizing: border-box;
  outline:none;
}
a{
  text-decoration: none;
}
button{
  background: #70ABC1;
  border-radius: 40px;
  padding: 20px 50px;
  font-weight: 700;
  font-size: 18px;
  text-align: center;
  color: #FFFFFF;
  border: none;
  white-space: nowrap;
}
button:hover{
  background: #87C8E0;
}
.content{
  width: 1170px;
  margin: 0 auto;
}
.content2{
  width: 972px;
  margin: 0 auto;
}
.frame3_content_block{
  padding: 30px 0px;
  background: linear-gradient(80.55deg, #FFFFFF 19.66%, #F8F8F8 100%);
  border-radius: 10px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}
.frame3_content_text{
  display: grid;
  gap: 30px;
  justify-items: start;
}
.frame3_content_text h3{
  font-weight: 600;
  font-size: 28px;
  line-height: 38px;
}
.frame3_content_block img{
  height: 350px;
}
.frame3_content_block2{
  background: linear-gradient(99.5deg, #F8F8F8 0%, #FFFFFF 79.95%);
  padding-left: 50px;
}
.frame3_content_block2 img{
  order: 2;
}
.frame3_content_block2 .frame3_content_text{
  order: 1;
}
.header_left img{
  width: 202px;
}
.frame3 h2{
  font-weight: 600;
  font-size: 48px;
  line-height: 55px;
  color: #3893B7;
  width: 100%;
  text-align: center;
  margin: 40px 0;
}
.frame3_content{
  display: grid;
  gap: 80px;
  margin-bottom: 40px;
}
.header_content{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  height: 80px;
  align-content: center;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.header_right{
  display: grid;
  grid-auto-flow: column;
  gap: 40px;
  align-items: center;
}
.header_right a:hover{
  color: #3893B7;
}
.frame1{
  background-image: url("/img/frame1_new.jpg");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
.frame1_form{
  display: flex;
}
h1{
  width: 100%;
  text-align: center;
  font-weight: 600;
  font-size: 58px;
  line-height: 55px;
  color: #FFFFFF;
  margin: 0;
  padding: 0;
}
.frame1_info_text{
  display: grid;
  gap: 20px;
}
.frame1_info_text p{
  text-align: center;
  color: #ffffff;
}
.frame1_info{
  display: grid;
  gap: 50px;
  padding-top: 254px;
}
.frame1_bottom_block svg{
  width: 40px;
  height: 40px;
  margin-right: 20px;
}
.frame1_bottom_block{
  display: flex;
  align-items: center;
}
.frame1_bottom{
  display: flex;
  justify-content: space-between;
  margin-top: 227px;
  padding-bottom: 45px;
}
.frame1_bottom_text{
  font-size: 16px;
  line-height: 22px;
  color: #FFFFFF;
}
.frame1_form{
  background: rgba(255, 255, 255, 0.7);
  padding-left: 20px;
  border-radius: 40px;
  border: 1px solid #CFCFCF;
  backdrop-filter: blur(5px);
}
.frame1_form input{
  padding: 25px 30px;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  border: none;
  border-right: 1px solid #CFCFCF;
  background: none;
  width: 235px;
}
.frame1_form input::placeholder{
  color: #919191;
}
.frame1_form .comn{
  border: none;
}
header{
  position: fixed;
  width: 100%;
  z-index: 9;
}
.frame2_content{
  display: grid;
  gap: 30px;
}
.frame2_content h2{
  text-align: left;
  margin: 0;
  color: #000;
}
.frame2_content_text{
  display: grid;
  gap: 13px;
  width: 489px;
  margin-bottom: 60px;
  margin-left: 13px;
}
.frame2_content_text li::marker{
  content: '- ';
}
.frame2{
  background: #FFFFFF;
  box-shadow: 0px 20px 50px rgba(0, 0, 0, 0.1);
  background-size: 776px;
  padding-top: 60px;
  position: relative;
  overflow: hidden;
}
.frame2 img{
  width: 776px;
  position: relative;
  margin-left: 188px;
  margin-top: -183px;
}
.frame2_content2{
  display: flex;
  align-items: flex-start;
}
.frame4{
  background-image: url("/img/frame4.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  height: 585px;
  background-position: top center;
}
.frame4_right{
  display: grid;
  gap: 13px;
  width: 309px;
}
.frame4_content{
  padding-right: 85px;
  display: flex;
  justify-content: space-between;
  height: 585px;
  align-items: center;
}
.frame4_left{
  width: 603px;
  font-weight: 600;
  font-size: 48px;
  line-height: 55px;
  color: #FFFFFF;
}
.frame4_right input{
  background: #fff;
  background: #FFFFFF;
  border-radius: 40px;
  padding: 20px 30px;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  border: none;
  height: 62px;
}
.frame4_right input::placeholder{
  color: #CFCFCF;
}
.frame5_content_twos{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
}
.frame5 h2{
  font-weight: 600;
  font-size: 48px;
  line-height: 55px;
  text-align: center;
  color: #3893B7;
  margin: 40px 0;
}
.frame6{
  background: #F8F8F8;
  padding: 50px 0;
  margin-bottom: 40px;
}
.frame6_content{
  gap: 50px;
  display: grid;
}
.frame6 p{
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  color: #000000;
}
.frame5_content_two img{
  width: 100%;
}
.frame7{
  background: #EFF5FB;
  padding: 50px 0;
}
.frame7 h3{
  font-weight: 600;
  font-size: 38px;
  line-height: 52px;
  color: #3893B7;
}
.frame7_content_block{
  display: grid;
  gap: 30px;
}
.frame7_content{
  display: grid;
  gap: 50px;
  grid-template-columns: 1fr 1fr;
  align-items: start;
}
.frame7_content_paragraf{
  display: grid;
  gap: 15px;
}
.frame7_content_paragraf p{
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  color: #000000;
}
h2{
  font-weight: 600;
  font-size: 48px;
  line-height: 55px;
  text-align: center;
  color: #3893B7;
  margin: 40px 0;
}
.frame8{
  background-image: url("/img/frame8.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 100px 0;
}
.frame8 h3{
  font-weight: 700;
  font-size: 22px;
  line-height: 30px;
  color: #3893B7;
}
.frame8 p{
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: #393939;
}
.frame8 .price{
  font-weight: 700;
  font-size: 22px;
  line-height: 30px;
  color: #393939;
}
.frame8_block2_info{
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
  color: #ADADAD;
  margin-top: 5px;
}
.frame8_blocks{
  background: rgba(255, 255, 255, 0.65);
  border-radius: 10px;
  padding: 30px;
  display: grid;
  gap: 20px;
  padding-right: 16px;
  align-content: space-between;
}
.frame8_block1{
  display: grid;
  gap: 20px;
}
.frame8_block2 button{
  margin-top: 20px;;
}
.frame8_content{
  display: grid;
  gap: 38px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
.frame8_blocks button{
  width: 100%;
  padding: 15px 0;
}
.frame8_paragraf{
  display: grid;
  gap: 5px;
}
.frame9_content{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  align-items: start;
}
.frame9_block1{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 21px;
  align-items: start;
}
.frame9_block_one{
  display: grid;
  gap: 10px;
  align-items: start;
}
.frame9_block_one img{
  width: 100%;
}
.frame9_block_title{
  margin-top: 10px;
  font-weight: 700;
  font-size: 22px;
  line-height: 30px;
  color: #000000;
  padding-left: 20px;
}
.frame9_block_text{
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
  color: #979797;
  padding-left: 20px;
}
.frame9_block2{
  background: #F8F8F8;
  border-radius: 10px;
  padding: 50px;
}
.frame9_block_two{
  display: grid;
  gap: 20px;
}
.frame9_block_two_one{
  display: grid;
  gap: 10px;
}
.frame9_block_two_one p{
  font-weight: 700;
  font-size: 18px;
  line-height: 25px;
  color: #000000;
}
.frame9_block_two_one span{
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
  color: #979797;
}
.frame9_block_two_one2{
  display: flex;
  width: 360px;
  justify-content: space-between;
  margin-bottom: 6px;
  align-items: flex-start;
}
.frame9_block_two_one2 img{
  width: 170px;
}
.frame10_content{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
}
.frame10_content iframe{
  border: none;
  border-radius: 10px;
  overflow: hidden;
}
.frame11_content{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 20px;
}
.frame11_block{
  background: #F8F8F8;
  border-radius: 10px;
  display: grid;
  padding: 20px;
  gap: 10px;
  align-items: start;
}
.frame11_block img{
  width: 100%;
}
.frame11_block_text{
  display: grid;
  padding: 10px;
  gap: 10px;
  align-items: start;
}
.frame11_block_title{
  font-weight: 700;
  font-size: 22px;
  line-height: 30px;
  color: #000000;
}
.frame11_block_text1{
  font-weight: 600;
  font-size: 18px;
  line-height: 25px;
  color: #3893B7;
}
.frame11_block_text2{
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
  color: #979797;
}
.frame12_content{
  display: grid;
  gap: 10px;
}
.slides_block{
  background: #F8F8F8;
  border-radius: 10px;
  padding: 30px;
  cursor: pointer;
}
.slides {
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: space-between;
}
.slides h3{
  font-weight: 700;
  font-size: 22px;
  line-height: 30px;
  color: #000000;
}
.slides_f{
  display: none;
  margin-top: 20px;
}
.slides_g {
  display: grid;
  gap: 10px;
}
.slides_block span{
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.slides_active span{
  transform: rotate(180deg);
}
.frame14 iframe{
  width: 100%;
}
footer{
  background: #F8F8F8;
}
.frame13{
  padding: 50px 0px;
  display: grid;
  gap: 50px;
}
.frame13 p{
  text-align: center;
  font-weight: 700;
  font-size: 22px;
  line-height: 30px;
  text-align: center;
  color: #000000;
}
.frame13_line1{
  width: 743px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.frame13_block_text1{
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: #979797;
}
.frame13_block_text2{
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  color: #000000;
}
.frame13_block_r{
  display: grid;
  margin-left: 20px;
}
.frame13_block{
  display: flex;
  align-items: center;
  cursor: pointer;
}
.frame13_block_l{
  width: 65px;
  height: 64px;
}
.frame13_line2{
  width: 1043px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.frame13_46, .frame13_49{
  width: 250px;
}
.frame13_47{
  width: 220px;
}
.frame13_48{
  width: 173px;
}
.frame13_block:hover .footer_svg_link{
  fill: #87C8E0 !important;
}
.frame13_block:hover .frame13_block_text2{
  color: #70ABC1;
}
.frame15 {
  padding: 80px 0 0 0;
}
.frame15 h1 {
  font-weight: 600;
  font-size: 48px;
  line-height: 55px;
  text-align: center;
  color: #3893B7;
  margin: 40px 0;
}
.frame16 {
  padding: 50px 0;
  background: #F8F8F8;
}
.frame16 h3 {
  margin: 20px 0;
  font-weight: 600;
  font-size: 18px;
  line-height: 25px;
}
.frame16 p,
.frame16 strong  {
  margin: 0 0 20px 0;
  font-size: 12px;
  line-height: normal;
}
.frame16 ul {
  margin: 0 0 20px 0;
  padding: 0 0 0 20px;
}
.frame16 li {
  margin: 0 0 10px 0;
  font-size: 12px;
  line-height: normal;
}
.frame16 a {
  font-size: 12px;
  line-height: normal;
  color: #3893B7;;
}
.frame16 a:hover {
  color: #70ABC1;
}
.slides_g p{
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
  color: #979797;
}
.header_m, .mobile_menu{
  display: none;
}
#form_end{
  display: none;
}
#form_end .is-close svg, #form .is-close svg{
  stroke: #fff;
}
#form{
  display: none;
  border-radius: 40px;
}
.form_fansy{
  display: grid;
  gap: 13px;
}
.form_fansy input{
  background: #eee;
  border: none;
  border-radius: 40px;
  padding: 20px 30px;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  border: none;
  height: 62px;
}
.form_fansy p {
  padding: 0 10px;
  text-align: center;
}
.form_fansy p,
.form_fansy a {
  font-size: 16px;
  line-height: normal;
}
.fix_scroll_m{
  display: none;
}
.frame1_p_m{
  display: none;
}
