
/*стили сброса и общие стили*/

header *{-webkit-box-sizing: border-box;box-sizing: border-box;outline: none;font-family: 'Jost', sans-serif;text-decoration: none;}
footer *{-webkit-box-sizing: border-box;box-sizing: border-box;outline: none;font-family: 'Jost', sans-serif;text-decoration: none;}
/*html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,dfn,img,ins,kbd,q,s,samp,small,strike,strong,tt,var,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin: 0;padding: 0;border: 0;font: 100% inherit;vertical-align: baseline}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display: block}*/
/*body{line-height: 1}*/
ol, ul {  list-style-type: none;}
/*blockquote,q{quotes: none}
blockquote:before,blockquote:after,q:before,q:after{content: '';content: none}
button{background: transparent}
table{border-collapse: collapse;border-spacing: 0}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-decoration: none;
}
body {
  position: relative;
  background: #fff;
}*/
header *,
footer * {
  border: none;
}
header{
  position: relative;
  min-height: 126px;
}
.overflow {
  overflow: hidden;
}
.wrap-header {
  width: 100%;
  position: relative;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.wrap-header .container {
  position: relative;
  z-index: 5;
}
.wrap-header-content {
  width: 100%;
  padding: 30px 0 20px;
  display: flex;
  align-items: center;
  gap: 20px;
  min-height: 126px;
}
nav {
  margin-left: auto;
  margin-right: 136px;
}
nav ul {
  display: flex;
  align-items: center;
  gap: 44px;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
nav ul li {
  position: relative;
}
nav ul li a {
  position: relative;
  color: #0A0A0A;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
.header-btn {
  position: relative;
  color: #0A0A0A;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.header-btn:after {
  position: absolute;
  content: "";
  width: 100%;
  bottom: 0;
  left: 0;
  border-bottom: 0.5px solid #0A0A0A;
  opacity: 0.4;
}
.header-btn:hover:after {
  border-bottom: 0.5px solid #23BD87;
}
.gamb {
  border-radius: 24px;
  width: 76px;
  height: 76px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 115px;
  cursor: pointer;
  transition: all 0.3s;
}
.gamb:hover {
  background: #F6F6F6;
  transition: all 0.3s;
}
.gamb span {
  position: relative;
  width: 30px;
  height: 2px;
}
.gamb span:after {
  position: absolute;
  content: "";
  width: 30px;
  height: 2px;
  left: 0;
  top: -7px;
  background: #0A0A0A;
  transition: all 0.3s;
}
.gamb span:before {
  position: absolute;
  content: "";
  width: 30px;
  height: 2px;
  left: 0;
  top: 5px;
  background: #0A0A0A;
  transition: all 0.3s;
}
.gamb.open span:before {
    position: absolute;
    content: "";
    width: 30px;
    height: 2px;
    left: 0;
    top: 0px;
    background: #0A0A0A;
    transform: rotate(-45deg);
    transition: all 0.3s;
}
.gamb.open span:after {
    position: absolute;
    content: "";
    width: 30px;
    height: 2px;
    left: 0;
    top: 0px;
    background: #0A0A0A;
    transform: rotate(45deg);
    transition: all 0.3s;
}

.glass-filter {
  position: absolute;
  inset: 0;
  z-index: 0;
  backdrop-filter: blur(3px);
  filter: url(#lg-dist);
  isolation: isolate;
}

.glass-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: var(--lg-bg-color);
}

.glass-specular {
  position: absolute;
  inset: 0;
  z-index: 2;
  border-radius: inherit;
  overflow: hidden;
  box-shadow: inset 1px 1px 0 var(--lg-highlight),
    inset 0 0 5px var(--lg-highlight);
}











.places-item {
  display: flex;
  flex-direction: column;
  border-radius: 50px;
  background: #F6F6F6;
  width: calc(33.3333% - 20px);
  min-height: 554px;
  padding: 60px 60px 56px;
}
.places-item h3 {
  color: #0A0A0A;
  font-size: 80px;
  font-style: normal;
  font-weight: 500;
  line-height: 80px;
  letter-spacing: -2.4px;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.places-item h3 sup {
  position: relative;
  top: -31px;
  opacity: 0.32;
  color: #0A0A0A;
  font-size: 44px;
  font-style: normal;
  font-weight: 500;
  line-height: 44px;
  letter-spacing: -1.32px;
  text-transform: uppercase;
}
.places-item p {
  color: rgba(10, 10, 10, 0.44);
  font-family: "Open Sans", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 44px;
  letter-spacing: 0.18px;
  margin: 0;
}
.places-item p a {
  color: #0A0A0A;
  font-family: "Open Sans", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 44px;
  letter-spacing: 0.18px;
  margin-bottom: 10px;
  text-decoration: underline;
  text-decoration-color:  #909090;
  text-decoration-thickness: 1px;
  text-underline-offset: 8px;
  transition: all 0.3s;
}
.places-item p a:hover {
   text-decoration-color: #23BD87;
   transition: all 0.3s;
}
.places-item img {
  width: fit-content;
  margin-top: auto;
}
.wrap-tarif-items {
  border-radius: 40px;
  background: #F6F6F6;
  padding: 32px;
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
}
.tarif-item {
  position: relative;
  padding: 44px 32px;
  border-radius: 24px;
  background: #FFF;
  display: flex;
  flex-direction: column;
  width: calc(33.3333% - 20px);
  transition: all 0.3s;
}
.tarif-item:hover {
  box-shadow: 0 4px 32px 0 rgba(0, 0, 0, 0.08);
  transition: all 0.3s;
}
.wrap-tarif-tag {
  display: flex;
  gap: 8px;
  position: relative;
  align-items: center;
  min-height: 42px;
}
.tag-img {
  width: 42px;
  height: 42px;
  position: relative;
  z-index: 1;
}
.sticker {
  cursor: pointer;
}
.tag-img .sticker-img {
  background-image: url('./../imgs/ai.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.tag-img.sticker-bg {
  background-image: url('./../imgs/ai.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.tt3 .tag-img,
.tt4 .tag-img {
  position: absolute;
  right: 10px;
  top: 10px;
}
.tag {
  position: relative;


}
.tag span {
  color: #8a8a8a;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  border-radius: 32px;
  border: 0.5px solid #3e3e3e;
  padding: 0 16px;
  height: 42px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.tag:hover span {
    transform: scale(1.1);
    transition: all 0.3s;
    cursor: pointer;
}
.tag.long:hover span {
    transform: scale(1.06);
    transition: all 0.3s;
    cursor: pointer;
}
@media (min-width: 1301px) {
.wrap-win-tag {
  display: block;
  position: absolute;
  width: 320px;
  left: calc(50% - 160px);
  bottom: 100%;
  visibility: hidden;
  opacity: 0;
  padding: 16px 20px;
  border-radius: 30px;
  background: #FFF;
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.32);
  color: #0A0A0A;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  transition: all 0.3s;
}
.wrap-win-tag:after {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -10px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 20px solid #fff;
  content: "";
}
.tag-img:hover .wrap-win-tag,
.tag:hover .wrap-win-tag {
  opacity: 1;
  visibility: visible;
  bottom: calc(100% + 25px);
  transition: all 0.3s;
}
}



footer {
  position: relative;
  background: #fff;
  z-index: 20;
  padding-top: 200px;
}
.footer-top {
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  margin-bottom: 100px;
}
.footer-link {
  width: 80px;
  height: 80px;
  display: none;
  margin-left: auto;
  margin-bottom: 24px;
}
.wrap-footer-block-items {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
}
.footer-block-item {
  display: flex;
  border-radius: 40px;
  background: #F6F6F6;
  min-height: 410px;
  width: calc(25% - 24px);
  overflow: hidden;
  flex-direction: column;
  padding: 32px;
}
.footer-block-item.fbi-4,
.footer-block-item.fbi-3 {
  min-height: 575px;
}
.footer-block-item.long {
  width: calc(75% - 15px);
}
.footer-block-item.after-fif {
  width: calc(33.33% - 15px);
}
.footer-block-item.before-fif {
  width: calc(66.6666% - 15px);
  padding: 35px 26px;
}
.footer-block-item.medium {
  width: calc(50% - 15px);
  min-height: 435px;
}
.footer-block-item iframe {
  width: 100%;
  height: 100%;
  border-radius: 16px;
  overflow: hidden;
}
.np {
  padding: 0;
}
.footer-social {
  margin-top: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer-social a {
  position: relative;
  display: flex;
  width: 56px;
  height: 56px;
  padding: 0px;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 0.5px solid #A2A2A2;
}
.footer-block-item ul.tab_li {
  display: flex;
  gap: 44px;
  margin-bottom: 30px;
}
.footer-block-item ul.tab_li li {
  margin: 0;
}
.footer-block-item ul.tab_li li a {
  text-decoration: none;
  display: block;
  padding-bottom: 19px;
  color: #0A0A0A;
  font-size: 56px;
  font-style: normal;
  font-weight: 500;
  line-height: 56px;
  position: relative;
  transition: all 0.3s;
}
.footer-block-item ul.tab_li li a.curent,
.footer-block-item ul.tab_li li a:hover {
  color: #23BD87;
  transition: all 0.3s;
}
.footer-block-item ul.tab_li li a.curent:after {
  position: absolute;
  content: "";
  bottom: 0;
  width: 100%;
  left: 0;
  height: 4px;
  background: #23BD87;
}
.tabs-content,
.tab_box {
  height: 100%;
}
.wrap-burger-social a img,
.footer-social a img {
  position: relative;
  z-index: 2;
}
.wrap-burger-social a {
  position: relative;
}
.wrap-burger-social a:after,
.footer-social a:after {
  position: absolute;
  left: 50%;
  top: 50%;
  content: "";
  width: 0;
  height: 0;
  border-radius: 50%;
  z-index: 1;
  transform: translate(-50%, -50%);
  transition: all 0.3s;
}
.wrap-burger-social a:nth-child(1):after,
.footer-social a:nth-child(1):after {
  background: #011F31;
}
.wrap-burger-social a:nth-child(2):after,
.footer-social a:nth-child(2):after {
  background: #32AADE;
}
.wrap-burger-social a:nth-child(3):after,
.footer-social a:nth-child(3):after {
  background: #0078FF;
}
.wrap-burger-social a:nth-child(4):after,
.footer-social a:nth-child(4):after {
  background: #F00;
}
.wrap-burger-social a:hover,
.footer-social a:hover {
  border-color: transparent;
}
.wrap-burger-social a:hover:after,
.footer-social a:hover:after {
  width: 100%;
  height: 100%;
  transition: all 0.3s;
}
.wrap-burger-social a:nth-child(1):hover img,
.wrap-burger-social a:nth-child(2):hover img,
.wrap-burger-social a:nth-child(3):hover img,
.wrap-burger-social a:nth-child(4):hover img,
.footer-social a:nth-child(1):hover img,
.footer-social a:nth-child(2):hover img,
.footer-social a:nth-child(3):hover img,
.footer-social a:nth-child(4):hover img {
  filter: invert(1);
}
.footer-block-item h5 {
  color: rgba(10, 10, 10, 0.50);
  font-size: 56px;
  font-style: normal;
  font-weight: 500;
  line-height: 56px;
}
.footer-block-item h5 span {
  color: #23BD87;
}
.footer-block-item-botton {
  width: 100%;
  margin-top: auto;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.footer-block-item-botton p {
  color: #0A0A0A;
  font-family: "Open Sans", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  opacity: 0.6;
  margin: 0;
}
.footer-contacts p {
  color: #686868;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 0;
  margin-top: 45px;
  display: flex;
  flex-direction: column;
}
.footer-contacts p a {
  color: #0A0A0A;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
  margin-bottom: 10px;
  transition: all 0.3s;
}
.footer-contacts p a:hover {
  color: #23BD87;
  transition: all 0.3s;
}
.footer-contacts p span {
  text-decoration: underline;
}
.footer-contacts-title {
  color: rgba(10, 10, 10, 0.50);
  font-size: 56px;
  font-style: normal;
  font-weight: 500;
  line-height: 56px;
}
.footer-title-link {
  color: #0A0A0A;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  text-transform: uppercase;
  width: fit-content;
  position: relative;
}
.footer-title-link + .footer-title-link {
  margin-top: 64px;
}
.footer-title-link:after {
  position: absolute;
  content: "";
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #999999;
}
.footer-block-item ul {

}
.footer-block-item ul li {
  margin-top: 16px;
}
.footer-block-item ul li a {
  color: #797979;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
}
.footer-title-link-bg {
  display: flex;
  align-items: center;
  gap: 8px;
}
.footer-title-link-bg + .footer-title-link-bg {
  margin-top: 64px;
}
.footer-title-link-bg span {
  color: #0A0A0A;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  text-transform: uppercase;
  width: fit-content;
  position: relative;
}
.footer-title-link-bg span:after {
  position: absolute;
  content: "";
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #999999;
}
.wrap-footer-img-link {
  margin-top: auto;
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.footer-bottom {
  margin-top: 56px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer-bottom p {
  color: #0A0A0A;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  opacity: 0.6;
}
.footer-bottom a {
  color: #0A0A0A;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  opacity: 0.6;
}
.wrap-burger-menu {
  position: fixed;
  left: 0;
  width: 100%;
  top: 127px;
  display: none;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  height: calc(100vh - 127px);
  z-index: 99;
  padding-top: 73px;
  overflow: auto;
}
.wrap-burger-menu-col {
  width: 100%;
  display: flex;
  gap: 30px;
  justify-content: space-between;
}
.wrap-burger-column {
  gap: 50px;
  width: 1094px;
  display: flex;
  justify-content: space-between;
}
.wrap-burger-info {
  width: 550px;
  padding-top: 6px;
}
.wrap-burger-column {
  display: flex;
  flex-wrap: wrap;
  gap:92px 70px;
}
.burger-column {
  display: flex;
  flex-direction: column;
  width: calc(50% - 35px);
}
.col-title {
  color: #0A0A0A;
  font-size: 48px;
  font-style: normal;
  font-weight: 500;
  line-height: 48px;
/*  text-decoration: underline;
  text-decoration-color: #23BD87;
  text-decoration-thickness: 4px;
  text-underline-offset: 8px;*/
}
.col-title + .col-title {
  margin-top: 60px;
}
.burger-column ul {
  margin-top: 10px;
  padding-left: 0px;
}
.burger-column ul li {
  margin-top: 10px;
}
.burger-column ul li a {
  color: #0A0A0A;
  opacity: 0.6;
  font-size: 20px;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  transition: all 0.3s;
}
.burger-column ul li a:hover {
  opacity: 1;
  transition: all 0.3s;
}
.col-pretitle {
  color: #0A0A0A;
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: 48px;
}
.col-pretitle:hover {
  color: #23BD87;
  transition: all 0.3s;
}
.col-pretitle + .col-pretitle {
  margin-top: 15px;
}
.burger-info-btn {
  display: flex;
  height: 84px;
  width: 100%;
  padding: 0px 24px;
  justify-content: center;
  align-items: center;
  border-radius: 32px;
  border: 1px solid #23BD87;
  color: #23BD87;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  transition: all 0.3s;
}
.burger-info-btn:hover {
  color: #fff;
  background: #23BD87;
  transition: all 0.3s; 
}
.wrap-burger-contacts {
  border-radius: 40px;
  background: #F6F6F6;
  display: flex;
  padding:4px 44px 44px;
  flex-direction: column;
  align-items: center;
  margin: 30px 0;
}
.wrap-burger-contacts p {
  color: #686868;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 0;
  text-align: center;
  margin-top: 40px;
  display: flex;
  flex-direction: column;
}
.wrap-burger-contacts p span {
  text-decoration: underline;
}
.wrap-burger-contacts p a {
  color: #0A0A0A;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
  margin-bottom: 10px;
  transition: all 0.3s;
}
.wrap-burger-contacts p a:hover {
    color: #23BD87;
  transition: all 0.3s;
}
.wrap-burger-social {
  border-radius: 40px;
  background: #F6F6F6;
  display: flex;
  padding: 44px;
  gap: 30px;
  justify-content: center;
  align-items: center;
  align-self: stretch;
}
.wrap-burger-social a {
  display: flex;
  width: 56px;
  height: 56px;
  padding: 24px;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 0.5px solid #A2A2A2;
}
.wrap-manager-slider {
  display: none;
}
@media(max-width: 1740px) {

.wrap-header-content {
  width: 100%;
  padding: 15px 0px 9px;
  display: flex;
  align-items: center;
  gap: 20px;
  min-height: 99px;
}
.gamb {
  margin-left: 7px;
}

.footer-top {
  display: none;
}
.footer-block-item {
  min-height: 307px;
  padding: 20px;
}
.footer-logo {
  width: 100%;
}
.footer-logo img {
  width: 100%;
  max-width: 233px;
}
.footer-social a {
  width: 42px;
  height: 42px;
  padding: 0px;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 1px solid #A2A2A2;
}
.footer-social a img {
  max-width: 70%;
  max-height: 70%;
}
.footer-block-item h5 {
  font-size: 40px;
}
.footer-block-item-botton p {
  color: #0A0A0A;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  opacity: 0.6;
  margin: 0;
}
.np {
  padding: 0;
}
.footer-block-item.medium {
  min-height: 324px;
}
.footer-contacts-title {
  color: rgba(10, 10, 10, 0.50);
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: 40px;
}
.footer-contacts p a {
  color: #0A0A0A;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 8px;
}
.footer-contacts p {
  color: #686868;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  margin-bottom: 0;
  margin-top: 31px;
  flex-direction: column;
}
.footer-title-link {
  font-size: 18px;
  line-height: 18px;
}
.footer-block-item ul li a {
  color: #797979;
  font-size: 13.4px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px;
}
.footer-block-item ul li {
  margin-top: 11px;
}
.footer-title-link-bg span {
  font-size: 18px;
  line-height: 18px; 
}
.footer-title-link + .footer-title-link {
  margin-top: 48px;
}
.footer-title-link-bg + .footer-title-link-bg {
  margin-top: 44px;
}
.wrap-footer-img-link {
  gap: 18px;
}
.wrap-footer-img-link img {
  max-height: 50px;
}
}
@media(max-width: 1300px) {
  .footer {
    padding-top: 138px;
  }
    .wrap-header-content nav {
    display: none;
  }
  .header-btn {
    margin-left: auto;
    margin-right: 55px;
  }
  header {
    position: relative;
    min-height: 80px;
  }
  .wrap-header-content {
    width: 100%;
    padding: 2px 0px 2px;
    gap: 20px;
    min-height: 80px;
  }
  .gamb {
    width: 60px;
    height: 60px;
  }
  .main-top h1 {
    color: #0A0A0A;
    font-size: 60px;
    font-style: normal;
    font-weight: 500;
    line-height: 60px;
    padding-right: 0;
  }
  
  .fbi-5,
  .fbi-6,
  .fbi-7 {
    display: none;
  }
  .footer-logo {
    width: fit-content;
    margin: 0 auto;
  }
  .footer-logo img {
    width: 156px;
    height: auto;
  }
  .footer-block-item {
    border-radius: 20px;
    padding: 30px;
    width: calc(50% - 15px);
  }
  .fbi-1 {
    order: 1;
    width: 100%;
    height: 200px;
    min-height: 200px;
  }
  .fbi-2 {
    order: 2;
  }
  .fbi-4 {
    order: 3;
  }
  .fbi-3 {
    order: 4;
    width: 100%;
  }
  .fbi-8 {
    order: 5;
    width: 100%;
  }
  .wrap-footer-block-items {
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding-top: 15px;
      gap:30px;
}
.footer-block-item.before-fif {
    width: 100%;
    padding: 36px 30px;
}
.footer-block-item ul.tab_li {
    display: flex;
    gap: 23px;
    margin-bottom: 24px;
}
.footer-block-item.fbi-4 {
    min-height: auto;
}
.footer-block-item.fbi-3 {
  min-height: 540px;
}
.footer-block-item.after-fif {
    width: calc(50% - 15px);
}
    .footer-social a {
        width: 56px;
        height: 56px;
      }
      .footer-block-item.long {
    width: calc(50% - 15px);
}
.footer-block-item ul.tab_li li a.curent:after {
  height: 2px;
}
.footer-block-item h5 {
        font-size: 36px;
        line-height: 120%;
    }
    .fbi-2 {
      padding: 33px 31px 20px;
      min-height: 433px;
    }
        .fbi-2  .block-btn {
        font-size: 18px;
        padding-right: 35px;
                margin-top: 84px;
    }
    .footer-block-item-botton {
    width: 100%;
    margin-top: auto;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: column;
}
.footer-block-item ul.tab_li li a {
    display: block;
    padding-bottom: 7px;
    color: #0A0A0A;
    font-size: 36px;
    font-style: normal;
    font-weight: 500;
    line-height: 36px;
    position: relative;
    transition: all 0.3s;
}
.fbi-4 {
  padding: 45px 31px 31px;
}
    .footer-contacts-title {
        color: rgba(10, 10, 10, 0.50);
        font-size: 36px;
        font-style: normal;
        font-weight: 500;
        line-height: 36px;
        margin-bottom: 33px;
    }
    .footer-contacts p {
      margin-top: 26px;
    }
    .footer-contacts p a {
      margin-bottom: 18px;
    }
    .footer-bottom a {
      margin-bottom: 10px;
    }
    .wrap-video-content {
      display: none;
    }
    .wrap-partners-item-img {
      width: 100%;
    }
    .wrap-mobile-content img {
      width: 100%;
    }
    .tarif-item:nth-child(4) {
      height: 445px;
    }
}
@media (max-width: 720px) {
  footer {
    padding-top: 149px;
  }
.header-btn {
  display: none;
}
.container {
        padding: 0 10px;
    }
    .logo img {
      width: 93px;
      height: auto;
    }
    .gamb {
        width: 36px;
        height: 36px;
        margin-left: auto;
    }
    .gamb span {
    position: relative;
    width: 20px;
    height: 2px;
}
.gamb span:after,
.gamb span:before {
  width: 20px;
}
    header {
        position: relative;
        min-height: 60px;
    }
        .wrap-header-content {
        width: 100%;
        padding: 6px 0px 0px;
        gap: 20px;
        min-height: 60px;
    }
    
    .footer-block-item.long {
        width: 100%;
    }
        .footer-block-item h5 {
        font-size: 30px;
        line-height: 119%;
        margin-bottom: 39px;
    }
      .wrap-footer-block-items {
        border-top: 1px solid rgba(0, 0, 0, 0.08);
        padding-top: 15px;
        gap: 12px;
    }
    .fbi-2 .block-btn {
        font-size: 18px;
        padding-right: 35px;
        margin-top: 58px;
    }
   .footer-block-item-botton {
    margin-top: 0;
   }
        .footer-block-item.medium {
        min-height: 434px;
        width: 100%;
    }
        .footer-block-item {
        border-radius: 20px;
        padding: 30px 32px;
        width: 100%;
    }
    .fbi-2 {
        padding: 33px 25px 24px;
        min-height: auto;
    }
        .fbi-3 {
        order: 4;
        padding: 0;
        min-height: 361px;
    }
    .footer-bottom {
      flex-direction: column;
    }
        .footer-block-item.after-fif {
        width: 100%;
    }
        .footer-contacts-title {
        color: rgba(10, 10, 10, 0.50);
        font-size: 30px;
        font-style: normal;
        font-weight: 500;
        line-height: 30px;
        margin-bottom: 21px;
    }
    .footer-block-item.before-fif {
        width: 100%;
        padding: 32px 32px;
    }
        .footer-block-item ul.tab_li li a {
        display: block;
        padding-bottom: 7px;
        color: #0A0A0A;
        font-size: 30px;
        font-style: normal;
        font-weight: 500;
        line-height: 30px;
        position: relative;
        width: fit-content;
        transition: all 0.3s;
    }
        .footer-block-item ul.tab_li {
        display: flex;
        gap: 20px;
        margin-bottom: 24px;
        flex-direction: column;
    }
        .footer-block-item.fbi-3 {
        min-height: 580px;
    }
}
.prefix .wrap-header {
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
/*  background: rgba(255, 255, 255, 0.50);
  backdrop-filter: blur(5px);*/
  position: fixed;
  top: -80px;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 30;
  transition: all 0.3s;
}
.prefix .wrap-header .container {
  position: relative;
  z-index: 5;
}
.prefix.fix .wrap-header {
  top: 0;
  padding: 6px 0;
  background: #ffffffc9;
  transition: all 0.3s;
}
.prefix .wrap-header-content {
    width: 100%;
    padding: 0px 0 0px;
    display: flex;
    align-items: center;
    gap: 20px;
    min-height: 76px;
}
.prefix .wrap-burger-menu {
  position: fixed;
  left: 0;
  width: 100%;
  top: 76px;
  background: #fff;
  height: calc(100% - 76px);
  z-index: 99;
  padding-top: 73px;
  padding-bottom: 10px;
  overflow: auto;
  transition: all 0.3s;
}
.wrap-burger-menu.open {
  display: block;
  opacity: 1;
  visibility: visible;
  transition: all 0.3s;
}

@media(max-width: 1740px) {
  .wrap-burger-menu {
    padding-top: 27px;
  }
.col-title {
  color: #0A0A0A;
  font-size: 36px;
  font-style: normal;
  font-weight: 500;
  line-height: 40px;
  text-decoration: underline;
  text-decoration-color: #23BD87;
  text-decoration-thickness: 2px;
  text-underline-offset: 6px;
}
.col-title + .col-title {
    margin-top: 33px;
}
.burger-column ul li a {
  font-size: 18px;
  line-height: 24px;
}
.wrap-burger-column {
  gap: 70px;
}
.col-pretitle {
  font-size: 36px;
  line-height: 40px;
}
.wrap-burger-info {
    width: 410px;
    min-width: 410px;
    max-width: 410px;
    padding-top: 6px;
}
.burger-info-btn {
  height: 80px;
}
.wrap-burger-contacts p {
  margin-top: 28px;
  font-size: 20px;
  line-height: 100%;
}
.wrap-burger-contacts p a {
    color: #0A0A0A;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    margin-bottom: 10px;
}
.wrap-burger-social a {
    width: 42px;
    height: 42px;
    padding: 0;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    border: 1px solid #A2A2A2;
}
.wrap-burger-social a img {
  max-width: 42%;
}
.wrap-burger-social {
  padding: 20px;
}
}
@media(max-width: 1300px) {
  .gamb.open span:before {
    position: absolute;
    content: "";
    width: 20px;
    height: 2px;
    left: 0;
    top: 0px;
    background: #0A0A0A;
    transform: rotate(-45deg);
    transition: all 0.3s;
}
.gamb.open span:after {
    position: absolute;
    content: "";
    width: 20px;
    height: 2px;
    left: 0;
    top: 0px;
    background: #0A0A0A;
    transform: rotate(45deg);
    transition: all 0.3s;
}
.wrap-burger-menu-col {
  flex-wrap: wrap;
  gap: 45px;
}
    .wrap-burger-column {
        gap: 47px 60px;
    }
    .burger-column {
    flex-direction: column;
    width: calc(50% - 30px);
}
.col-title {
  font-size: 32px;
  line-height: 100%;
}
    .wrap-burger-menu {
        padding-top: 13px;
    }
        .col-title + .col-title {
        margin-top: 26px;
    }
        .burger-column ul li a {
        font-size: 16px;
        line-height: 22px;
    }
        .col-pretitle {
        font-size: 32px;
        line-height: 38px;
    }
        .wrap-burger-info {
        width: 100%;
        min-width: 100%;
        max-width: 100%;
        padding-top: 6px;
    }
    .burger-info-btn {
      font-size: 14px;
    }
}
@media(max-width: 720px) {
    .wrap-burger-column {
        gap: 15px 0px;
        flex-direction: column;
    }
    .wrap-burger-menu {
      top: 61px;
      height: calc(100vh - 61px);
      padding: 0;
    }
    .burger-column {
        flex-direction: column;
        width: 100%;
    }
        .col-pretitle {
        font-size: 20px;
        line-height: 20px;
    }
        .burger-info-btn {
        height: 48px;
        font-size: 16px;
    }
    .wrap-burger-contacts {
    border-radius: 20px;
    background: #F6F6F6;
    padding: 4px 24px 24px;
    flex-direction: column;
    align-items: flex-start;
    margin: 20px 0;
}
.wrap-burger-contacts p a {
  font-size: 20px;
}
    .wrap-burger-contacts p {
        margin-top: 20px;
        font-size: 18px;
        line-height: 130%;
        text-align: left;
    }
    .wrap-burger-social {
      border-radius: 20px;
    }
}
.burger-column ul li a,
.nav-top-btn,
.places-item p a,
.header-btn,
.min-block p a,
.tarif-more-btn,
nav ul li a,
.footer-block-item ul li a {
  position: relative;
  transition: all 0.3s;
}
.burger-column ul li a:after,
/*.nav-top-btn:after,*/
/*.places-item p a:after,*/
/*.header-btn:after,*/
.min-block p a:after,
.tarif-more-btn:after,
nav ul li a:after,
.footer-block-item ul li a:after {
  position: absolute;
  bottom: 0;
  content: "";
  left: 0;
  width: 0;
  height: 1px;
  background: #797979;
  transition: all 0.3s;
}
.min-block p a:after {
  background: #909090;
}
.burger-column ul li a:hover:after,
.nav-top-btn:hover:after,
/*.places-item p a:hover:after,*/
/*.header-btn:hover:after,*/
.min-block p a:hover:after,
.tarif-more-btn:hover:after,
nav ul li a:hover:after,
.footer-block-item ul li a:hover:after {
  width: 100%;
  transition: all 0.3s;
}
/*конец главной*/
.wrap-nav-menu {
  position: absolute;
  left: 50%;
  display: none;
  top: 100%;
  padding-top: 20px;
  transform: translateX(-50%);
}
.wrap-nav-menu:after {
  position: absolute;
  content: "";
  top: 10px;
  left: 50%;
  width: 0;
  height: 0;
  transform: translateX(-50%);
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 10px solid #F6F6F6;
}
.wrap-nav-menu ul {
  display: flex;
  border-radius: 30px;
  background: #F6F6F6;
  padding: 24px;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 16px;
}
.wrap-nav-menu ul li {
  margin: 0;
}
.wrap-nav-menu ul li a {
  color: #0A0A0A;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  white-space: nowrap;
  line-height: 18px;
}
nav ul li .wrap-nav-menu a:hover:after {
  display: none;
}
nav ul li .wrap-nav-menu a:hover {
  color: #23BD87;
}
.parent-menu:hover .wrap-nav-menu {
  display: block;
}
.citys {
  margin-top: 100px;
}