.clearfix::after {
  display: block;
  content: "";
  clear: both;
}

* {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

/* ====  SF Rounded START  ===== */
@font-face {
  font-family: 'SFRounded';
  src: url('../fonts/subset-SFRounded-Regular.eot');
  src: url('../fonts/subset-SFRounded-Regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/subset-SFRounded-Regular.woff2') format('woff2'),
    url('../fonts/subset-SFRounded-Regular.woff') format('woff'),
    url('../fonts/subset-SFRounded-Regular.ttf') format('truetype'),
    url('../fonts/subset-SFRounded-Regular.svg#SFRounded-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'SFRounded';
  src: url('../fonts/subset-SFRounded-Medium.eot');
  src: url('../fonts/subset-SFRounded-Medium.eot?#iefix') format('embedded-opentype'),
    url('../fonts/subset-SFRounded-Medium.woff2') format('woff2'),
    url('../fonts/subset-SFRounded-Medium.woff') format('woff'),
    url('../fonts/subset-SFRounded-Medium.ttf') format('truetype'),
    url('../fonts/subset-SFRounded-Medium.svg#SFRounded-Medium') format('svg');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'SFRounded';
  src: url('../fonts/subset-SFRounded-Bold.eot');
  src: url('../fonts/subset-SFRounded-Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/subset-SFRounded-Bold.woff2') format('woff2'),
    url('../fonts/subset-SFRounded-Bold.woff') format('woff'),
    url('../fonts/subset-SFRounded-Bold.ttf') format('truetype'),
    url('../fonts/subset-SFRounded-Bold.svg#SFRounded-Bold') format('svg');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'SFRounded';
  src: url('../fonts/subset-SFRounded-Black.eot');
  src: url('../fonts/subset-SFRounded-Black.eot?#iefix') format('embedded-opentype'),
    url('../fonts/subset-SFRounded-Black.woff2') format('woff2'),
    url('../fonts/subset-SFRounded-Black.woff') format('woff'),
    url('../fonts/subset-SFRounded-Black.ttf') format('truetype'),
    url('../fonts/subset-SFRounded-Black.svg#SFRounded-Black') format('svg');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}


/* ====  SF Rounded FINISH  ===== */

/* ====  Header START  ===== */
html {
  scroll-behavior: smooth;
}

body {
  font-family: 'SFRounded', Arial, Helvetica, sans-serif;
}

body.mm_noscroll {
  overflow-y: hidden;
  -ms-scroll-chaining: none;
  overscroll-behavior: none
}

.page {
  display: block;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  min-width: 310px;
  background-color: #fff;
  margin-top: 160px;
  overflow: hidden;
}

/* .page.p_top .wrap_us,
.page.p_top .wrap_services,
.page.p_top footer {
  margin-top: 88px !important;
} */

/*!==== HEADER START =====*/
header {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  min-width: 310px;
  background-color: #fff;
  z-index: 999;
}

header.visible_mob {
  position: fixed;
  top: 0;
  left: 0;
  animation: fix .6s ease;
  -webkit-animation: fix .6s ease
}

header.visible_mob .logo_img {
  width: 182px;
}

header.visible_mob .header_top {
  padding: 16px 0;
}

@keyframes fix {
  0% {
    top: -160px
  }

  100% {
    top: 0
  }
}

.page.p_top {
  margin-top: 160px
}

@keyframes fix {
  0% {
    top: -160px
  }

  100% {
    top: 0
  }
}

.header_top.scroll_head nav.nav_mobile {
  height: calc(100% - 60px)
}

.header_bottom.visible_mob {
  position: fixed;
  top: 0;
  left: 0;
  animation: fix .6s ease;
  -webkit-animation: fix .6s ease
}

.header_top {
  position: relative;
  width: 100%;
  padding: 40px 0;
}


.header_top .main_center,
.header_bottom .main_center {
  display: flex;
  align-items: center
}

.header_left {
  display: block;
  width: auto;
  float: left;
  margin: 0 auto 0 0
}

.header_right {
  display: flex;
  align-items: center;
  width: auto;
  float: right;
  margin: 0 0 0 auto
}

.desk_items {
  display: flex;
  align-items: center;
}

.menu_btn {
  display: none;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  cursor: pointer;
  background-image: url("../img/menu_bg.svg");
  background-position: center;
  background-repeat: no-repeat;
}

.menu_btn::before {
  content: "";
  display: block;
  position: absolute;
  width: 24px;
  height: 24px;
  background-position: 0 0;
  background-size: 100%;
  background-repeat: no-repeat;
  background-image: url("../img/menu-btn.svg");
}

.menu_close::before {
  background-position: 0 100%;
}

/*!Langs*/
.language.desk {
  display: block
}

.language {
  display: block;
  position: relative;
  float: left;
  margin-right: 8px;
}

.nav_mobile .language {
  float: none;
  margin: 0 0 20px 0;
  display: flex;
  justify-content: center;
}

.desk_lang {
  display: block;
  transition: all .25s ease;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease
}

.desk_lang li {
  display: block;
  float: left;
  list-style: none;
  padding: 0 0px;
}

.desk_lang li a::before {
  content: "";
  display: block;
  position: absolute;
  opacity: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  background-image: url("../img/lang_bg.svg");
  transition: all 0.25s;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -ms-transition: all 0.25s;
  -o-transition: all 0.25s;
}

.desk_lang li a {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 48px;
  height: 48px;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: 0;
  color: #39414B;
  opacity: 1;
  transition: all .25s ease;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease
}

.desk_lang li.active a::before {
  opacity: 1
}

.desk_lang li a:hover {
  text-decoration: underline;
}

/*!Little menu*/
.desk_little_menu {
  display: block;
  float: left;
  margin: 0 0 0 11px
}

.desk_little_menu li {
  display: block;
  float: left;
  list-style: none;
  margin: 0 30px 0 0
}

.desk_little_menu li a {
  display: block;
  text-align: center;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: 0px;
  color: #39414B;
  opacity: 1;
  transition: all .25s ease;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease
}

.desk_little_menu li a:hover {
  text-decoration: underline;
}

.nav_mobile .desk_little_menu {
  float: none;
}

.nav_mobile .desk_little_menu li {
  display: block;
  float: none;
  list-style: none;
  margin: 0 0 28px 0
}

.nav_mobile .desk_little_menu li a {
  font-size: 36px;
}


.socials {
  display: block;
  width: auto
}

.socials li:first-child {
  margin: 0
}

.socials li {
  display: block;
  float: left;
  margin: 0 0 0 8px
}


.social_icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  transition: all .25s ease-in-out;
  -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -ms-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out
}

.social_icon:hover {
  border-color: transparent;
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1)
}


.scl_icn {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.scl_icn img {
  width: 100%;
  height: 100%
}

/*!Langs*/
.logo_sect {
  display: block;
  float: left;
  width: auto
}

.logo {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: auto
}

.logo_img {
  display: block;
  position: relative;
  width: 260px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url(../img/logo.svg);
  transition: all .25s ease-in-out;
  -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -ms-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out
}

.logo_img::before {
  content: "";
  display: block;
  position: relative;
  width: 100%;
  padding-top: 31%;
}

nav.nav_desk {
  display: block;
  float: left;
  width: auto;
  height: auto;
  padding: 0;
  margin: 0 auto 0 0;
  z-index: 999
}

.mob_body {
  width: 100%;
  max-height: calc(100% - 150px);
  margin: 20px 0;
  overflow: auto
}

.mob_header {
  width: 100%
}

.mob_ftr {
  width: 100%;
  padding: 20px 16px;
  position: absolute;
  bottom: 0;
  left: 0
}

.mob_ftr .socials {
  display: flex;
  justify-content: center;
  float: none
}

.nav_mobile.transformed {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}

.nav_mobile {
  display: block;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  height: calc(100% - 88px);
  padding: 20px 16px;
  margin: 0 auto 0;
  background: #ffffff;
  z-index: 9999999;
  transform: scale(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
}

/*!==== HEADER FINISH =====*/
/*!==== FOOTER START =====*/
footer {
  display: block;
  position: relative;
  width: 100%;
}

.ftr_top {
  display: block;
  width: 100%;
  padding: 40px 16px 20px
}

.copyrite {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  text-align: center;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: 0px;
  color: #39414B;
  opacity: 1;
  margin: 60px 0 60px 0;
}

.created_by_sm {
  display: flex;
  align-items: center;
  margin-left: 65px;
}

.creat_sm_title {
  margin-right: 12px;
}

.footer_social {
  display: block;
  width: 100%;
}

.ftr_social::before {
  content: "";
  display: block;
  position: relative;
  width: 100%;
  padding-top: 100%;
}

.ftr_social:hover {
  border-color: #39414B;
}

.ftr_social:hover .ft_s_img {
  transform: translateY(-10px);
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -o-transform: translateY(-10px);
}

.ftr_social {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  position: relative;
  width: 100%;
  border: 2px solid #F4F5F7;
  background: #F4F5F7;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.ftr_s_item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  position: absolute;
  width: 100%;
  height: 100%;
}

.ft_s_img {
  display: block;
  width: 136px;
  height: 136px;
  margin: 0 auto;
  transition: all 1s;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
}

.ft_s_img img {
  display: block;
  width: 100%;
  height: 100%;
}

.ft_s_name {
  display: block;
  width: 100%;
  margin-top: 32px;
  text-align: center;
  font-weight: bold;
  font-size: 32px;
  line-height: 1.4;
  letter-spacing: 0px;
  color: #39414B;
  opacity: 1;
}

.ftr_logo .logo_sect {
  float: none;
  width: 100%;
  margin-bottom: 60px;
}

.ftr_logo .logo_img {
  width: 520px;
  margin: 0 auto;
}

.ftr_contact {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.ft_cnt {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
}

.ft_cnt a {
  display: block;
  margin: 8px 0;
  text-align: center;
  font-weight: bold;
  font-size: 24px;
  line-height: 1.4;
  letter-spacing: 0px;
  color: #39414B;
  opacity: 1;
}

.ft_loc {
  display: block;
  margin: 8px 0 16px 0;
  width: 100%;
  text-align: left;
  font-weight: bold;
  font-size: 28px;
  line-height: 1.4;
  letter-spacing: 0px;
  color: #39414B;
  opacity: 1;
}

.cnt_ft_items {
  display: flex;
  justify-content: flex-start;
  width: 100%;
}

.ft_icn_cnt {
  display: inline-flex !important;
  width: 100%;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  padding-left: 35px;
  margin-left: auto;
  margin-right: auto;
}

.ft_icn_cnt::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 6px;
  width: 24px;
  height: 24px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
}

.tel::before {
  background-image: url("../img/tel.svg");
}

.htel::before {
  background-image: url("../img/htel.svg?v2");
}

.mail::before {
  background-image: url("../img/email.svg");
}

.loc::before {
  background-image: url("../img/location.svg");
}

/*!==== FOOTER FINISH =====*/
/* ======== MAIN part START ----===== */
main {
  display: block;
  margin: 0 auto;
  width: 100%;
}

.section_wrap {
  display: block;
  width: 100%;
}

.main_center {
  display: block;
  width: 100%;
  max-width: 1232px;
  padding: 0px 16px;
  margin: 0 auto;
}

.row_item {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin: 0 -12px;
}

.col_item {
  display: flex;
  align-items: center;
  justify-content: center;
  float: left;
  width: 33.333%;
  padding: 0 12px 0px 12px;
}

.main-left {
  display: block;
  float: left;
  width: 486px;
}

.main-right {
  display: block;
  float: right;
  width: calc(100% - 486px);
  padding: 0px 0px 0px 24px;
}

.wrap_main {
  width: 100%;
  padding: 0 0 0px 0;
}

.section_right {
  display: block;
  width: 100%;
}

.section-header {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  padding: 0 0 20px 0;
}

.section-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
  padding: 15px 0;
}

.wrap_head {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: center;
  width: 100%;
  min-height: 560px;
  height: calc(100vh - 160px);
  background-image: url("../img/bg_top.png");
  background-position: top center;
  background-size: 100%;
  overflow: hidden;
}

.garden_icon.left,
.garden_icon.right {
  content: "";
  display: block;
  position: absolute;
  width: 282px;
  height: 282px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
}

.garden_icon.left {
  left: 0;
  bottom: -50%;
  background-image: url("../img/left_sm.svg");
  --animate-duration: 3s;
}

.garden_icon.right {
  right: 0;
  bottom: 0;
  background-image: url("../img/right_sm.svg");
  --animate-duration: 4s;
}

.garden_hd {
  display: flex;
  justify-content: center;
  /* padding: 120px 0; */
}

.garden_title {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  text-align: center;
  font-weight: bold;
  font-size: 112px;
  line-height: 1.2;
  letter-spacing: 0px;
  color: #39414B;
  word-break: break-word;
  padding: 0 220px;
}

.children_img {
  display: block;
  width: 100%;
  margin-top: auto;
}

.children_img img {
  display: block;
  width: 100%;
}

.wrap_body {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  padding: 100px 0 0px 0;
  /* z-index: 1; */
}

.wrap_body::before {
  content: "";
  display: block;
  position: absolute;
  width: 115%;
  height: 100%;
  left: -15%;
  background-image: url("../img/bg_mid.png");
  background-position: top center;
  background-size: 100%;
  z-index: 0;
}

.mid_hd {
  display: flex;
  justify-content: center;
}

.mid_title span, .mid_title em {
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  white-space: nowrap;
  font-style:normal;
}

.wrap_us .mid_title span, .wrap_us .mid_title em {
  background-image: url("../img/maker1.svg");
}

.wrap_services .mid_title span, .wrap_services .mid_title em {
  background-image: url("../img/maker2.svg");
}

.wrap_us .mid_title {
  padding-top: 170px;
}

.mid_title strong {
  display: block;
  position: absolute;
  font-weight: 900;
  font-size: 135px;
  letter-spacing: 7.39px;
  left: 0;
  bottom: 50%;
}

.mid_title {
  display: flex;
  align-items: flex-end;
  position: relative;
  padding-left: 280px;
  text-align: left;
  font-weight: bold;
  font-size: 45px;
  line-height: 1.2;
  letter-spacing: 0px;
  color: #39414B;
  word-break: break-word;
}

.mid_lbg_img img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
}

.mid_lbg_img::before {
  content: "";
  display: block;
  position: relative;
  width: 100%;
  padding-top: 100%;
}

.mid_lbg_img {
  display: block;
  width: 100%;
  position: relative;
  overflow: hidden;
  --animate-duration: 2s;
  --animate-delay: 0s;
}

.mid_content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 40px 0;
}

.mid_text {
  display: block;
  text-align: left;
  font-weight: 500;
  font-size: 28px;
  line-height: 1.2;
  letter-spacing: 0px;
  color: #39414B;
  word-break: break-word;
}


.mid_text p {
  margin-bottom: 15px;
}

.mid_text ul {
  font-weight: normal;
  font-size: 16px;
  padding: 24px 0px 24px 24px;
}

.mid_text ul li {
  list-style-type: disc;
  margin-bottom: 24px;
}

.wrap_us {
  padding-bottom: 30px;
  position: relative;
  z-index: 3;
  overflow: hidden;
}

.wrap_services {
  padding-bottom: 70px;
  padding-top: 20px;
  position: relative;
  z-index: 3;
  overflow: hidden;
}

.wrap_time {
  padding-bottom: 160px;
  position: relative;
  z-index: 3;
  overflow: hidden;
  /* background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  background-image: url("../img/ftr_bg.svg"); */
}

.wr_t_img {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: -1;
}

.wr_t_img img {
  display: block;
  width: 100%;
}

.wrap_services .row_item {
  justify-content: center;
}

.wrap_services .col_item {
  padding-bottom: 24px;
}

.service_items {
  display: block;
  position: relative;
  width: 100%;
  z-index: 66;
}

.service_block:hover .service_img img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}

.service_block:hover {
  box-shadow: 0px 10px 10px #00000038;
}

.service_block {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  position: relative;
  width: 100%;
  background-color: transparent;
  /*overflow: hidden;
  */
  box-shadow: 0px 6px 6px #0000000F;
  transition: all 0.25s;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -ms-transition: all 0.25s;
  -o-transition: all 0.25s;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}

.service_img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  overflow: hidden;
  border-radius: 20px 20px 0 0;
  -webkit-border-radius: 20px 20px 0 0;
  -moz-border-radius: 20px 20px 0 0;
  -ms-border-radius: 20px 20px 0 0;
  -o-border-radius: 20px 20px 0 0;
}

.service_img::before {
  content: "";
  display: block;
  width: 100%;
  position: relative;
  padding-top: 72%;
}

.service_img img {
  display: block;
  width: 136px;
  height: 136px;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  /* top: 0;
    bottom: 0;
    right: 0;
    left: 0; */
  object-fit: cover;
  transition: all .25s ease-in-out;
  -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -ms-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
}

/* .wrap_services .mid_title::before { */
.mid_icn_anime {
  content: "";
  display: block;
  position: absolute;
  width: 242px;
  height: 242px;
  top: 10%;
  right: -45px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  background-image: url("../img/srv_icon.svg");
  --animate-duration: 3s;
}

.wrap_services .mid_title {
  display: inline-block;
  max-width: 800px;
  padding: 0 140px 0px 0;
  text-align: center;
  font-size: 57px;
  margin-bottom: 24px;
}

.service_text {
  width: 100%;
  padding: 20px;
  background: #fff;
  overflow: hidden;
  border-radius: 0 0 20px 20px;
  -webkit-border-radius: 0 0 20px 20px;
  -moz-border-radius: 0 0 20px 20px;
  -ms-border-radius: 0 0 20px 20px;
  -o-border-radius: 0 0 20px 20px;
}

.srv_info {
  margin-bottom: 12px;
  text-align: left;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.2;
  letter-spacing: 0px;
  color: #96A7B5;
  word-break: break-word;
}

.srv_title {
  text-align: left;
  font-weight: bold;
  font-size: 32px;
  line-height: 1.2;
  letter-spacing: 0px;
  color: #39414B;
  word-break: break-word;
}

.wrap_time .mid_title {
  display: inline-block;
  text-align: center;
  padding: 0;
}

.wrap_time .mid_title span, .wrap_time .mid_title em {
  background-image: url("../img/maker2.svg");
}

.time_img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 402px;
  position: relative;
  overflow: hidden;
  margin: 32px auto;
  --animate-duration: 2s;
}

.time_img::before {
  content: "";
  display: block;
  position: relative;
  width: 100%;
  padding-top: 100%;
}

.time_img img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
}

.map {
  display: flex;
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-bottom: 40px;
  min-height: 260px;
}

.map::before {
  content: "";
  display: block;
  position: relative;
  width: 100%;
  padding-top: 40%;
}

.map iframe {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  object-fit: cover;
}

.ft_cnt .srv_title {
  font-size: 44px;
  margin-bottom: 20px;
}

.cnt_header {
  font-size: 44px;
  margin-bottom: 10px;
}

/* !Graduates Pages */
.wrap_graduates .mid_hd {
  flex-wrap: wrap;
  justify-content: flex-start;
}

.wrap_graduates .mid_title {
  padding: 0px;
  margin-bottom: 24px !important;
}

.wrap_graduates .mid_content {
  padding: 24px 0;
}

.wrap_graduates .row_item {
  margin: 0 -20px;
}

.wrap_graduates .col_item {
  width: 25%;
  padding: 0 20px 12px 20px;
}

.wrap_graduates .service_img::before {
  padding-top: 100%;
}

.wrap_graduates .service_img img {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.wrap_graduates .service_img {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}

.gr_date {
  display: flex;
  width: 100%;
}

.gr_year_link.current,
.gr_year_link:hover {
  border-color: #707070;
}

.gr_year_link {
  display: flex;
  align-items: center;
  justify-content: center;
  float: left;
  padding: 16px;
  width: auto;
  height: 48px;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0px;
  color: #39414B;
  opacity: 1;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}

.wrap_graduates .srv_title {
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  color: #0E1013;
}

.wrap_graduates .srv_info {
  margin: 10px 0 0 0;
  text-decoration: underline;
  text-align: center;
  font-weight: normal;
  font-size: 16px;
  color: #0E1013;
}

.wrap_graduates .service_block {
  box-shadow: none !important;
}

/* !Graduates Pages */
/* !Graduate Inner Pages */
.wrap_graduate_inner {
  padding-bottom: 100px;
}

.wrap_graduate_inner .service_items {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.wrap_graduate_inner .service_img {
  float: left;
  width: 282px;
}

.wrap_graduate_inner .service_text {
  float: left;
  width: calc(100% - 282px);
  padding: 0 0 0 24px;
}

.wrap_graduate_inner .service_img::before {
  padding-top: 100%;
}

.wrap_graduate_inner .service_img img {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.wrap_graduate_inner .service_img {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}

.wrap_graduate_inner .srv_title {
  margin-bottom: 16px;
}

.row_info {
  width: 100%;
  margin-bottom: 16px;
}


.gr_info_name,
.gr_info_text {
  padding-right: 16px;
  text-align: left;
  font-weight: bold;
  font-size: 22px;
  line-height: 1.5;
  letter-spacing: 0px;
  color: #39414B;
  opacity: 1;
}

.gr_info_name {
  font-weight: bold;
}

.gr_info_text {
  font-weight: normal;
}

/* !Graduate Inner Pages */

/* !Services Inner Pages */
.wrap_services_inner {
  padding-bottom: 100px;
}

.wrap_services_inner .main_center {
  max-width: 900px;
}

.wrap_services_inner .service_items {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 32px;
}

.wrap_services_inner .service_img {
  float: left;
  width: 140px;
}

.wrap_services_inner .service_text {
  float: left;
  width: calc(100% - 140px);
  padding: 0 0 0 24px;
}

.wrap_services_inner .service_img::before {
  padding-top: 100%;
}

.wrap_services_inner .service_img img {
  width: 86px;
  height: 86px;
}

.wrap_services_inner .service_img {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}

.wrap_services_inner .srv_title {
  margin: 0;
}

.service_conent {
  text-align: left;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0px;
  color: #39414B;
  opacity: 1;
}

.service_conent h1,
.service_conent h2,
.service_conent h3,
.service_conent h4,
.service_conent h5,
.service_conent h6 {
  font-weight: 500;
  font-size: 22px;
}

.service_conent h1,
.service_conent h2,
.service_conent h3,
.service_conent h4,
.service_conent h5,
.service_conent h6,
.service_conent p {
  margin-bottom: 16px;
}


/*! ======= Gallery ====== */
.news_gallery {
  display: block;
  margin: 15px -5px;
}

.demo-gallery > ul {
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}

.demo-gallery > ul > li {
  display: block !important;
  float: left;
  width: 33.333% !important;
  margin: 0px !important;
  padding: 0px 5px 10px 5px !important;
  border-radius: 0px !important;
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  -ms-border-radius: 0px !important;
  -o-border-radius: 0px !important;
}

.demo-gallery > ul > li a {
  display: block;
  width: 100%;
  position: relative;
  float: none;
  overflow: hidden;
  border-radius: 20px !important;
  -webkit-border-radius: 20px !important;
  -moz-border-radius: 20px !important;
  -ms-border-radius: 20px !important;
  -o-border-radius: 20px !important;
}

.demo-gallery > ul > li a::before {
  content: "";
  display: block;
  position: relative;
  width: 100%;
  padding-top: 100%;
}

.product_gallery_images_upload {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: center;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
}

/* !======= Gallery ====== */

/* !Services Inner Pages */
/* Pagination */

.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 16px auto 0px auto;
}

.pagination ul {
  display: inline-block;
  list-style: none;
}

.pagination ul li {
  display: block;
  list-style: none;
  float: left;
  margin: 0 2px;
}

.first_page .pg_itm,
.last_page .pg_itm {
  background-color: #fff !important;
}

.first_page span::before,
.last_page span::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
}

.first_page span::before {
  background-image: url("../img/prev.svg");
}

.last_page span::before {
  background-image: url("../img/next.svg");
}

.pagination a::before {
  content: "";
  display: block;
  width: 100%;
  position: relative;
  padding-top: 100%;
}

.pagination .pg_itm {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  text-align: center;
  font-weight: 500;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.21px;
  color: #444444;
  opacity: 1;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  transition: all .25s;
  -webkit-transition: all .25s;
  -moz-transition: all .25s;
  -ms-transition: all .25s;
  -o-transition: all .25s;
}

.pagination a {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 4px;
  width: 40px;
  width: 40px;
  height: 40px;
}

.pagination .active_pagin .pg_itm {
  background-color: #34356A;
  color: #fff;
}

.pagination a:hover:not(.active_pagin) .pg_itm {
  background-color: #34356A;
  color: #fff;
}

/* Pagination */




  .ru .garden_title, .en .garden_title {
    font-size: 76px;
  }

  @media only screen and (min-width: 1025px) and (max-width: 1232px) {
  .ru .garden_title, .en .garden_title {
      font-size: 45px;
    }
  }

  @media only screen and (min-width: 768px) and (max-width: 1024px) {
  .ru .garden_title, .en .garden_title {
      font-size: 45px;
    }
  }

  @media only screen and (min-width: 561px) and (max-width: 767px) {
    .ru .garden_title, .en .garden_title {
      font-size: 45px;
    }
  }

  @media only screen and (min-width: 0px) and (max-width: 560px) {
    .ru .garden_title, .en .garden_title {
      font-size: 45px;
    }
  }