/* --- footer --- */

#sessoFooterV3,
#sessoFooterV3 *{
  box-sizing:border-box;
}

#sessoFooterV3{
  --pink:#e36a82;
  --text:#292728;
  --muted:#797475;
  --line:#ded9d8;
  --bg:#fcfaf9;

  width:100%;
  color:var(--text);

  background:
    radial-gradient(circle at 14% 0,rgba(227,106,130,.025),transparent 32%),
    var(--bg);

  font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,Helvetica,sans-serif!important;
  -webkit-font-smoothing:antialiased;
}

#sessoFooterV3 a{
  color:inherit;
  text-decoration:none;
}

#sessoFooterV3 button{
  font:inherit;
}

.sf3-wrap{
  width:min(1240px,calc(100% - 64px));
  margin:0 auto;
  padding:58px 0 28px;

  display:grid;
  grid-template-columns:.95fr 4.05fr;
  grid-template-areas:
    "brand nav"
    "bottom bottom";
  column-gap:68px;
}

.sf3-brand{grid-area:brand}
.sf3-nav{grid-area:nav}
.sf3-bottom{grid-area:bottom}


/* LOGO */

.sf3-logo{
  display:block;
  width:190px;
  max-width:100%;
  margin-bottom:25px;
}

.sf3-logo img{
  display:block;
  width:100%;
  height:auto;
}


/* SOCIALS */

.sf3-socials{
  display:flex;
  align-items:center;
  gap:9px;
}

.sf3-social{
  display:flex;
  align-items:center;
  justify-content:center;
  width:33px;
  height:33px;
  border-radius:50%;
  color:#fff!important;
  background:var(--pink);
  transition:transform .2s ease,opacity .2s ease;
}

.sf3-social:hover{
  transform:translateY(-2px);
  opacity:.88;
}

.sf3-social svg{
  width:17px;
  height:17px;
  fill:currentColor;
  stroke:currentColor;
  stroke-width:1.4;
}

.sf3-social svg rect,
.sf3-social svg circle{
  fill:none;
}

.sf3-social-max span{
  color:#fff;
  font-size:7px;
  line-height:1;
  font-weight:800;
  letter-spacing:-.25px;
}


/* DESKTOP NAV */

.sf3-nav{
  display:grid;
  grid-template-columns:1fr .82fr 1.22fr 1.15fr;
  gap:34px;
}

.sf3-group-head{
  width:100%;
  padding:0;
  border:0;
  background:none;
  color:#201e1f;
  text-align:left;
  cursor:default;
}

.sf3-group-head span{
  font-size:12px;
  font-weight:750;
  letter-spacing:1.15px;
}

.sf3-group-head i{
  display:none;
}

.sf3-group-body{
  max-height:none!important;
  overflow:visible!important;
}

.sf3-group-inner{
  padding-top:20px;
}

.sf3-group-inner>a{
  display:block;
  width:max-content;
  max-width:100%;
  margin:0 0 14px;
  color:#585354!important;
  font-size:13px;
  line-height:1.42;
  transition:color .2s ease;
}

.sf3-group-inner>a:hover{
  color:var(--pink)!important;
}


/* CONTACTS */

.sf3-contacts>a{
  display:grid;
  grid-template-columns:27px 1fr;
  align-items:center;
  gap:9px;
  width:100%;
}

.sf3-contact-icon{
  display:flex;
  align-items:center;
  justify-content:center;
  width:26px;
  height:26px;
  color:#4c4849;
}

.sf3-contact-icon svg{
  width:19px;
  height:19px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.45;
  stroke-linecap:round;
  stroke-linejoin:round;
}

.sf3-tg svg{
  fill:currentColor;
  stroke:none;
}

.sf3-text-icon{
  border:1px solid #aaa5a6;
  border-radius:50%;
  font-size:6.5px;
  font-weight:750;
}

.sf3-contacts b{
  display:block;
  font-size:13px;
  font-weight:500;
}

.sf3-contacts small{
  display:block;
  margin-top:2px;
  color:#918c8d;
  font-size:10px;
}


/* REQUISITES */

.sf3-requisites-short p{
  margin:0 0 11px;
  color:#5d5859;
  font-size:12px;
  line-height:1.42;
}

.sf3-req-more{
  display:flex;
  align-items:center;
  gap:9px;
  padding:2px 0;
  border:0;
  background:none;
  color:#4c4849;
  cursor:pointer;
  font-size:11.5px;
}

.sf3-req-more i{
  position:relative;
  width:12px;
  height:12px;
}

.sf3-req-more i:before,
.sf3-req-more i:after{
  content:"";
  position:absolute;
  top:50%;
  left:50%;
  background:#696465;
  transform:translate(-50%,-50%);
}

.sf3-req-more i:before{
  width:10px;
  height:1px;
}

.sf3-req-more i:after{
  width:1px;
  height:10px;
  transition:.25s;
}

.sf3-requisites.req-open .sf3-req-more i:after{
  transform:translate(-50%,-50%) rotate(90deg);
}

.sf3-requisites-full{
  max-height:0;
  overflow:hidden;
  opacity:0;
  transition:max-height .4s ease,opacity .25s ease;
}

.sf3-requisites.req-open .sf3-requisites-full{
  max-height:270px;
  opacity:1;
}

.sf3-requisites-full>div{
  padding-top:14px;
}

.sf3-requisites-full p{
  margin:0 0 11px;
  color:#777273;
  font-size:10.8px;
  line-height:1.55;
}

.sf3-requisites-full b{
  display:block;
  color:#4b4647;
  font-weight:650;
}


/* BOTTOM */

.sf3-bottom{
  margin-top:43px;
  padding-top:18px;
  border-top:1px solid var(--line);
  color:#8a8586;
  font-size:11.5px;
}


/* TABLET */

@media(max-width:900px){

  .sf3-wrap{
    grid-template-columns:.8fr 4.2fr;
    column-gap:38px;
  }

  .sf3-logo{
    width:175px;
  }

  .sf3-nav{
    gap:22px;
  }

}


/* MOBILE */

@media(max-width:700px){

  .sf3-wrap{
    display:block;
    width:calc(100% - 36px);
    padding:44px 0 130px;
  }

  .sf3-brand{
    padding:0 2px 31px;
  }

  .sf3-logo{
    width:170px;
    max-width:56vw;
    margin-bottom:22px;
  }

  .sf3-socials{
    gap:9px;
  }

  .sf3-social{
    width:34px;
    height:34px;
  }

  .sf3-social svg{
    width:17.5px;
    height:17.5px;
  }


  /* ACCORDION */

  .sf3-nav{
    display:block;
    border-top:1px solid var(--line);
  }

  .sf3-group{
    border-bottom:1px solid var(--line);
  }

  .sf3-group-head{
    position:relative;
    display:flex;
    align-items:center;
    justify-content:space-between;
    min-height:58px;
    cursor:pointer;
  }

  .sf3-group-head span{
    font-size:11.5px;
    letter-spacing:1.1px;
  }

  .sf3-group-head i{
    position:relative;
    display:block;
    width:17px;
    height:17px;
  }

  .sf3-group-head i:before,
  .sf3-group-head i:after{
    content:"";
    position:absolute;
    top:50%;
    left:50%;
    background:#4d494a;
    transform:translate(-50%,-50%);
  }

  .sf3-group-head i:before{
    width:12px;
    height:1px;
  }

  .sf3-group-head i:after{
    width:1px;
    height:12px;
    transition:.25s;
  }

  .sf3-group.open .sf3-group-head i:after{
    transform:translate(-50%,-50%) rotate(90deg);
  }

  .sf3-group-body{
    max-height:0!important;
    overflow:hidden!important;
    transition:max-height .45s cubic-bezier(.2,.75,.2,1);
  }

  .sf3-group.open .sf3-group-body{
    max-height:760px!important;
  }

  .sf3-group-inner{
    padding:0 0 20px;
  }

  .sf3-group-inner>a{
    width:100%;
    margin:0;
    padding:9px 0;
    color:#514c4d!important;
    font-size:13.5px;
  }


  /* CONTACTS MOBILE */

  .sf3-contacts>a{
    grid-template-columns:37px 1fr;
    gap:11px;
    min-height:53px;
    padding:6px 0;
  }

  .sf3-contact-icon{
    width:33px;
    height:33px;
    color:var(--pink);
  }

  .sf3-text-icon{
    border-color:#d7a6b2;
    background:#fcf1f4;
    font-size:7.5px;
  }

  .sf3-contacts b{
    font-size:13.5px;
  }

  .sf3-contacts small{
    margin-top:2px;
    font-size:10.5px;
  }


  /* REQUISITES MOBILE */

  .sf3-requisites-short p{
    margin-bottom:10px;
    font-size:12.5px;
  }

  .sf3-req-more{
    display:none;
  }

  .sf3-requisites-full{
    max-height:none;
    overflow:visible;
    opacity:1;
  }

  .sf3-requisites-full>div{
    padding-top:6px;
  }

  .sf3-requisites-full p{
    margin-bottom:14px;
    font-size:12px;
    line-height:1.55;
  }


  /* COPYRIGHT */

  .sf3-bottom{
    margin-top:31px;
    padding-top:20px;
    font-size:11.5px;
  }

}

/* VERY NARROW MOBILE */
@media(max-width:390px){

  .sf3-logo{
    width:160px;
    max-width:54vw;
  }

}
