::-webkit-scrollbar { /* chrome based */
    width: 0px;  /* ширина scrollbar'a */
    background: transparent;  /* опционально */
}
html {
    -ms-overflow-style: none;  /* IE 10+ */
    scrollbar-width: none; /* Firefox */
}

.image {
  display: block;
  max-width: 50%;
  text-align: center;
}

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  padding-bottom: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.button {
  display: block;
  margin-top: 29px;
  margin-bottom: 0px;
  border-radius: 3px;
  background-color: #cc0c0f;
  box-shadow: 1px 1px 3px 0 #000;
  font-size: 24px;
}

.fa-instagram{
	margin-right:10px;
}

.fa-telegram-plane{
	margin-right: 10px;
}

.text-block {
  margin-top: 27px;
}

.heading-2 {
  margin-top: 30px;
}

.section {
  background-image: url("../60fec57d70ee457cdcaf6ce0_1612770460_126-p-fon-v-nezhno-golubikh-tonakh-164.jpeg");
  background-position: 50% 50%;
  background-size: cover;
}

.a_photo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.i_photo {
  max-width: 10rem;
}

/*.container1 {
  display: block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}
*/
.a_button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  margin-bottom: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.b_button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 45%;
  height: 45px;
  margin-top: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
  background-color: transparent;
  background-image: url("../611818d1db88010f5aec6ddd_thumbnail-3.png");
  background-position: 0% 100%;
  background-size: cover;
  background-repeat: repeat;
  background-attachment: scroll;
  box-shadow: 1px 1px 1px -1px rgba(0, 0, 0, 0.59);
  opacity: 0.9;
  font-family: 'Open Sans', sans-serif;
  text-align: center;
  background-clip: padding-box;
}

.a_mess {
  display: none;
  padding-right: 60px;
  padding-left: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

/* Style the buttons that are used to open and close the accordion panel */
.accordion {
    background-color: transparent;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    transition: 0.4s;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) 
.active, .accordion:hover {
    background-color: #ccc;
}*/

/* Style the accordion panel. Note: hidden by default */
.panel {
    padding: 0 18px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease-out;
    width: 50%;
}
.accordion:before{
    content: '\f105';
	font-family: 'FontAwesome';
    color: #777;
    font-size: 20px;
    font-weight: 900;
    float: left;
    margin-right: 5px;
    transition: max-height 1s ease-out;
}

.active:before{
    content: '\f105';
	font-family: 'FontAwesome';
    color: #777;
    font-size: 20px;
    font-weight: 900;
    -moz-transform: rotate(90deg); /* Для Firefox */
    -ms-transform: rotate(90deg); /* Для IE */
    -webkit-transform: rotate(90deg); /* Для Safari, Chrome, iOS */
    -o-transform: rotate(90deg); /* Для Opera */
    transform: rotate(90deg);
    transition: max-height 1s ease-out;
}

.a_text{
	display: inline-block;
}

p.a_text{
	margin-left: 10px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
}

/*.active .fas:active{
	   -moz-transform: rotate(90deg); /* Для Firefox */
   /* -ms-transform: rotate(90deg); /* Для IE */
    /*-webkit-transform: rotate(90deg); /* Для Safari, Chrome, iOS */
    /*-o-transform: rotate(90deg); /* Для Opera */
    /*transform: rotate(90deg);
   }/*
}/*
/*buttons*/
.instagram{ 
	width:45%; 
	height:45px;
 background: #f09433; 
 background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%); 
 background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
 background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );
 border: 1px solid #999;
 border-radius: 5px;
 margin-bottom: 10px;
  }

 .instagram a{
 	color:#fff;
 	text-decoration: none;
 }

 .telegram{
 	width:45%; 
	 height:45px;
	 border: 1px solid #999;
  border-radius: 5px;
  background:#0088cc;
  /*background:linear-gradient(120deg, #0088cc, #FFFFFF);*/
 }
 .telegram a{
 	color:#fff;
 	text-decoration: none;
 }
/* ------end_buttons-----*/

/*-------slider-------*/
.a_slick{
	margin-bottom: 15px;
}

/*.slider_photo1{
width: 55vw;
height: 52vh;
background-image:url(../all/img/h_art.jpg);
background-size: cover;
background-position: center, center;
background-repeat: no-repeat;
margin-left: auto;
margin-right: auto;
}

.slider_photo2{
width: 55vw;
height: 52vh;
background-image:url(../all/img/h_diplom.jpg);
background-size: cover;
background-position: center, center;
background-repeat: no-repeat;
margin-left: auto;
margin-right: auto;
}
.slider_photo3{
width: 55vw;
height: 52vh;
background-image:url(../all/img/h_imaton_master.jpg);
background-size: cover;
background-position: center, center;
background-repeat: no-repeat;
margin-left: auto;
margin-right: auto;
}*/
.slider_photo_v1{
width: 55vh;
height: 77vh;
background-image:url(../all/img/v_art_in_woman.jpg);
background-size: cover;
margin-left: auto;
margin-right: auto;
}
.slider_photo_v2{
width: 55vh;
height: 77vh;
background-image:url(../all/img/v_sex.jpg);
background-size: cover;
margin-left: auto;
margin-right: auto;
}
.slider_photo_v3{
width: 55vh;
height: 77vh;
background-image:url(../all/img/v_psyhosom.jpg);
background-size: cover;
margin-left: auto;
margin-right: auto;
}
.slider_photo_v4{
width: 55vh;
height: 77vh;
background-image:url(../all/img/v_dagaz.jpg);
background-size: cover;
margin-left: auto;
margin-right: auto;
}
.slider_photo_v5{
width: 55vh;
height: 77vh;
background-image:url(../all/img/v_imaton_amo.jpg);
background-size: cover;
margin-left: auto;
margin-right: auto;
}
.slider_photo_v6{
width: 55vh;
height: 77vh;
background-image:url(../all/img/v_psy_cons.jpg);
background-size: cover;
margin-left: auto;
margin-right: auto;
}
.slider_photo_v7{
width: 55vh;
height: 77vh;
background-image:url(../all/img/v_imaton_sibling.jpg);
background-size: cover;
margin-left: auto;
margin-right: auto;
}
/*.slider_photo_v3{
width: 70vh;
height: 100vh;
background-image:url(../all/img/v_eko.jpg);
background-size: cover;
margin-left: auto;
margin-right: auto;
}*/
.slider_photo_v8{
width: 55vh;
height: 77vh;
background-image:url(../all/img/v_gv.jpg);
background-size: cover;
margin-left: auto;
margin-right: auto;
}

/*.slider_photo_v7{
width: 70vh;
height: 100vh;
background-image:url(../all/img/v_imaton_first_step.jpg);
background-size: cover;
margin-left: auto;
margin-right: auto;
}*/
.slider_photo_v9{
width: 55vh;
height: 77vh;
background-image:url(../all/img/v_imaton_per.jpg);
background-size: cover;
margin-left: auto;
margin-right: auto;
}



/*--------end_slider-----*/

.b_telega {
  max-width: 10rem;
  margin-right: 10px;
}

.image-2 {
  max-width: 20px;
}

.b_viber {
  margin-right: 20px;
  margin-left: 20px;
}

.image-3 {
  max-width: 50px;
}

.b_whatsapp {
  max-width: 5rem;
  margin-left: 10px;
}

.image-4 {
  max-width: 50px;
  margin-left: 0px;
}

.a_about {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;


}
.a_accordion{
width: 50%;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  text-align: baseline;

}
.hidebox {
  position: static;
  overflow: hidden;
  height: auto;
  max-width: 100%;
  margin-left: 34px;
  font-family: 'Open Sans', sans-serif;
  color: #003b4a;
  text-align: left;
}

.heading-3 {
  margin-top: 0px;
  font-family: 'Open Sans', sans-serif;
  color: #003b4a;
  font-weight: 600;
}

.heading-4 {
  margin-bottom: 5px;
  font-family: 'Open Sans', sans-serif;
  color: #003b4a;
  font-weight: 600;
}

.a_mess_sec {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.body {
  overflow: visible;
  background-color: #fef3ef;
}

.textbox {
		background: inherit;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 50%;
  padding-top: 5px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border: 1px solid transparent;
}

.button-2 {
  margin-top: 0px;
  margin-bottom: 20px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-style: none;
  border-width: 1px;
  border-color: #003b4a;
  border-radius: 20px;
  background-color: transparent;
  color: #003b4a;
}

.bt_span {
  position: static;
  left: -15px;
  display: block;
  margin-right: auto;
  margin-left: auto;
  background-color: #003b4a;
  text-align: left;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.bt_about {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}

.text-block-2 {
  font-family: 'Open Sans', sans-serif;
  color: #003b4a;
  font-size: 15px;
}

.image-5 {
 
}

.a_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading-6 {
  margin-bottom: 10px;
  color: #003b4a;
  font-weight: 700;
  text-align: center;
}

.bold-text {
  text-align: left;
}

.bold-text-2 {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: 600;
}

.text-block-3 {
  margin-top: 10px;
  font-family: 'Open Sans', sans-serif;
  color: #003b4a;
}

.div-block-2 {
  width: 70%;
  margin-bottom: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 30px;
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
  border-radius: 2px;
}

.text-block-4 {
  font-family: 'Open Sans', sans-serif;
  color: #003b4a;
  font-size: 16px;
  font-weight: 600;
}

.text-block-5 {
  font-family: 'Open Sans', sans-serif;
  color: #787371;
  font-weight: 300;
}

.a_tg {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 45%;
  height: 45px;
  margin-top: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px none #000;
  border-radius: 5px;
  box-shadow: 1px 1px 1px -1px #000;
  text-align: center;
}

.a_sum {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.a_sum_block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-6 {
  width: 50%;
  text-align: left;
}

.text-block-6 {
  margin-bottom: 5px;
  font-family: 'Open Sans', sans-serif;
  color: #003b4a;
}

.text-span {
  font-size: 16px;
  font-weight: 600;
}

.text-span-2 {
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.a_slick {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.a_slick_block {
  width: 50%;
}

.a_end {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.a_end_block {
  width: 50%;
  border-style: none;
  border-width: 1px;
  border-color: #fff;
}

.t_love {
  font-family: 'Open Sans', sans-serif;
  color: #003b4a;
  font-weight: 600;
  text-align: center;
}

@media screen and (max-width: 991px) {
  .section {
    background-position: 50% 0%;
  }
  .slider_photo_v1{
  width: 45vh;
  height: 63vh;
}
.slider_photo_v2{
  width: 452vh;
  height: 63vh;
}
.slider_photo_v3{
  width: 45vh;
  height: 63vh;
}
.slider_photo_v4{
  width: 45vh;
  height: 63vh;
}
.slider_photo_v5{
  width: 45vh;
  height: 63vh;
}
.slider_photo_v6{
  width: 45vh;
  height: 63vh;
}
.slider_photo_v7{
  width: 45vh;
  height: 63vh;
}
.slider_photo_v8{
  width: 45vh;
  height: 63vh;
}
.slider_photo_v9{
  width: 45vh;
  height: 63vh;
}
.slider_photo_v10{
  width: 45vh;
  height: 63vh;
}
.slider_photo_v11{
  width: 45vh;
  height: 63vh;
}
.slider_photo_v12{
  width: 45vh;
  height: 63vh;
}
/*end long slider */
.a_button{
  margin-top: 0;
}
}

@media screen and (max-width: 767px) {

  .image {
    max-width: 60%;
  }

  .i_photo {
    width: 150px;
  }

  .heading-6 {
    font-size: 20px;
    font-weight: 500;
  }


  .div-block-2 {
    padding-right: 10px;
    padding-left: 20px;
  }

  .text-span {
    font-size: 15px;
  }

  .t_love {
    font-size: 20px;
  }

  h4 .bold-text-3 {
    font-size: 20px;
    font-weight:7500;
  }

  h4 .bold-text-4 {
    font-size: 20px;
    font-weight: 700;
  }

  .bold-text-5 {
    font-size: 16px;
  }
}

@media screen and (max-width: 479px) { 
  .image {
    max-width: 80%;
  }

  h4{
  	font-size: 18px;
  }

  .instagram{
  	width: 100%;
  }
  .telegram{
  	width: 100%;
  }


/*слайдер длинный*/
.slick_slider_h .slick-dots{
 bottom: -55px;
}

.slider_photo_v1{
	width: 52vh;
	height: 73vh;
}
.slider_photo_v2{
	width: 52vh;
	height: 73vh;
}
.slider_photo_v3{
	width: 52vh;
	height: 73vh;
}
.slider_photo_v4{
	width: 52vh;
	height: 73vh;
}
.slider_photo_v5{
	width: 52vh;
	height: 73vh;
}
.slider_photo_v6{
	width: 52vh;
	height: 73vh;
}
.slider_photo_v7{
	width: 52vh;
	height: 73vh;
}
.slider_photo_v8{
	width: 52vh;
	height: 73vh;
}
.slider_photo_v9{
	width: 52vh;
	height: 73vh;
}
.slider_photo_v10{
	width: 52vh;
	height: 73vh;
}
.slider_photo_v11{
	width: 52vh;
	height: 73vh;
}
.slider_photo_v12{
	width: 52vh;
	height: 73vh;
}
/*end long slider */

 .heading-6 {
    margin-bottom:20px;
    }

.a_end{
	margin-top: 85px;
}

.accordion{
	padding-top: 25px;
	padding-bottom: 0px;
}

.a_accordion{
width: 100%;
}

.panel{
width: 100%;
}


  .heading {
    font-size: 28px;
  }

  .section {
    background-size: 200%;
    background-clip: border-box;
  }

.a_photo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
  margin-bottom: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

  .i_photo {
    width: 120px;
    max-width: 10rem;
  }

  /*.container1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-style: solid;
    border-width: 1px;
    border-color: #fff;
  }*/

  .a_button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
  }

  .b_button {
    width: 95%;
    margin-top: 5px;
    border-radius: 5px;
    font-family: 'Open Sans', sans-serif;
    text-align: center;
  }

  .a_mess {
    display: none;
    overflow: visible;
    margin-top: -15px;
    margin-bottom: 0px;
    padding: 10px 30px 11px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .b_telega {
    margin-right: 15px;
  }

  .image-2 {
    width: 50px;
  }

  .image-3 {
    width: 50px;
    margin-right: 0px;
  }

  .image-4 {
    width: 50px;
    margin-left: 15px;
  }

  .a_about {
    margin-top: 0px;
  }

  .hidebox {
  		background-color:inherit;
    max-width: none;
    margin-right: 10px;
    margin-left: 20px;
    padding-left: 0px;
    font-family: 'Open Sans', sans-serif;
    color: #003b4a;
    font-size: 15px;
    text-align: left;
  }

  .heading-3 {
    margin-bottom: 0px;
    font-family: 'Open Sans', sans-serif;
    color: #003b4a;
    font-weight: 600;
  }

  .heading-4 {
    color: #003b4a;
    font-weight: 600;
  }

  .heading-5 {
    font-size: 16px;
    text-align: center;
  }

  .textbox {
    max-width: 95%;
    margin-top: 10px;
  }

  .button-2 {
    margin-top: 0px;
    margin-bottom: 15px;
    border-color: #003b4a;
  }

  .bt_span {
    background-color: #003b4a;
  }

  .bt_about {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 40px;
    margin-bottom: 10px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .text-block-2 {
    font-size: 15px;
    font-weight: 400;
  }

  .image-5 {
    width: 15px;
    max-width: none;
    margin-right: 5px;
  }

  .a_list {
    margin-bottom: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .div-block-2 {
    width: 95%;
    margin-bottom: 5px;
    padding-right: 10px;
    padding-left: 20px;
    border-width: 2px;
    border-color: #fff;
    border-radius: 4px;
  }

  .text-block-5 {
    color: #787371;
    text-align: center;
  }

  .a_tg {
    width: 95%;
  }

  .a_sum {
    margin-top: 10px;
  }

  .a_sum_block {
  	margin-top: 25px;
  	margin-bottom: 25px;
   width: 100%;

  }

  .text-span-2 {
    font-size: 16px;
  }

  .a_slick_block {
    width: 95%;
  }

  .a_end_block {
    width: 95%;
  }

  .bold-text-3 {
    font-size: 15px;
  }

  .bold-text-5 {
    font-size: 15px;
  }

  .a_button1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}