@font-face {
  font-family: 'Golos';
  src: url('../fonts/GolosText-Medium.eot');
  src: local('Golos Text Medium'), local('GolosText-Medium'),
  url('../fonts/GolosText-Medium.eot?#iefix') format('embedded-opentype'),
  url('../fonts/GolosText-Medium.woff2') format('woff2'),
  url('../fonts/GolosText-Medium.woff') format('woff'),
  url('../fonts/GolosText-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Golos';
  src: url('../fonts/GolosText-Black.eot');
  src: local('Golos Text Black'), local('GolosText-Black'),
  url('../fonts/GolosText-Black.eot?#iefix') format('embedded-opentype'),
  url('../fonts/GolosText-Black.woff2') format('woff2'),
  url('../fonts/GolosText-Black.woff') format('woff'),
  url('../fonts/GolosText-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: 'Golos';
  src: url('../fonts/GolosText-DemiBold.eot');
  src: local('Golos Text DemiBold'), local('GolosText-DemiBold'),
  url('../fonts/GolosText-DemiBold.eot?#iefix') format('embedded-opentype'),
  url('../fonts/GolosText-DemiBold.woff2') format('woff2'),
  url('../fonts/GolosText-DemiBold.woff') format('woff'),
  url('../fonts/GolosText-DemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'Golos';
  src: url('../fonts/GolosText-Bold.eot');
  src: local('Golos Text Bold'), local('GolosText-Bold'),
  url('../fonts/GolosText-Bold.eot?#iefix') format('embedded-opentype'),
  url('../fonts/GolosText-Bold.woff2') format('woff2'),
  url('../fonts/GolosText-Bold.woff') format('woff'),
  url('../fonts/GolosText-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Golos';
  src: url('../fonts/GolosText-Regular.eot');
  src: local('Golos Text Regular'), local('GolosText-Regular'),
  url('../fonts/GolosText-Regular.eot?#iefix') format('embedded-opentype'),
  url('../fonts/GolosText-Regular.woff2') format('woff2'),
  url('../fonts/GolosText-Regular.woff') format('woff'),
  url('../fonts/GolosText-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}

html, body {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  background: #F5F8FC;
  padding-top: 220px;
}

h1, h2, h3, h4, h5, h6, p {
  padding: 0;
  margin: 0;
}

.bvi-body{
  padding-top: 200px !important;
}

.header-top__block{
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.header-top__lang{
  width: 26px;
  height: 26px;
  overflow: hidden;
  margin-left: 15px;
  border-radius: 50%;
}

.header-top__lang.active{
  border: 2px solid #7D017D;
}

.header-top__lang img{
  max-width: 100%;
}

.bvi-body header{
  top: 100px;
}

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

ul {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

.container {
  max-width: 1360px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.burger {
  display: none;
}

.special header{
  padding-top: 60px;
}

.header {
  height: 220px;
  background: #fff;
  box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.1);
  z-index: 10;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  transition: .3s;
  font-family: 'Golos';
}

.header-right__center{
  margin-top: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.header-top {
  padding-top: 15px;
  padding-bottom: 30px;
  transition: .3s;
}

.header__text {
  font-family: Golos;
  font-style: normal;
  font-weight: normal;
  font-size: 22px;
  line-height: 26px;
  color: #333333;
}

.header-top__link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  max-width: 316px;
}

.header-top__link span {
  font-family: Golos;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  color: #333333;
  transition: .3s;
}

.header-top__link img{
  margin-right: 6px;
}

.header-top__link:hover span {
  color: #7D017D;
  transition: .3s;
}

.header-top_flex {
  display: flex;
  align-items: center;
}

.header-right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  flex-grow: 1;
  margin-left: 40px;
}

.header-r {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 475px;
}

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

.info span {
  display: block;
  margin-left: 10px;
  font-family: Golos;
  font-style: normal;
  font-weight: 500;
  font-size: 22px;
  line-height: 26px;
  color: #333333;
  transition: .3s;
}

.info:hover span {
  color: #7D017D;
  transition: .3s;
}

.info__add {
  align-items: flex-start;
}

.info__add img {
  display: block;
  margin-top: 5px;
}

.info__mail span {
  margin-left: 12px;
}

.header-bottom {
  padding-top: 26px;
  border-top: 1px solid #E5E5EB;
  transition: .3s;
}

.menu{
  margin-top: 6px;
}

.menu-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.menu-list__item{
  position: relative;
  margin-right: 20px;
}



.menu-list__link {
  font-family: Golos;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 30px;
  color: #7D017D;
  text-transform: uppercase;
  position: relative;
}

.menu-list__link:after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  background: #7D017D;
  height: 1px;
  transition: .3s;
}

.menu-list__link:hover:after {
  width: 100%;
  transition: .3s;
}

.hero {
  padding-top: 43px;
}

.hero-row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 32px;
}

.hero-box {
  background: #FFFFFF;
  border-radius: 8px;
  padding: 32px 32px 26px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.hero-box__link {
  margin-top: 20px;
  display: block;
}

.hero-box__link span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 200px;
  height: 52px;
  background: #7D017D;
  border: 1px solid #7D017D;
  border-radius: 8px;
  font-family: Golos;
  font-style: normal;
  font-weight: 600;
  font-size: 17px;
  line-height: 35px;
  transition: .25s;
  color: #FFFFFF;
}

.hero-box__link span:hover {
  background: transparent;
  color: #7D017D;
}

.hero-box:hover .hero-box__link {
  opacity: 1;
  transition: .3s;
}

.hero-box_top {
  display: flex;
  align-items: center;
  margin-bottom: 32px;
}

.hero__title {
  margin-left: 19px;
  font-family: Golos;
  font-style: normal;
  font-weight: 600;
  font-size: 25px;
  line-height: 35px;
  color: #7D017D;
}

.hero__text {
  font-family: Golos;
  font-style: normal;
  font-weight: normal;
  font-size: 17px;
  line-height: 30px;
  color: #333333;
}

.hero__text span {
  color: #B42BB4;
}

section{
  padding: 67px 0 0 !important;
}

.hero-center {
  padding-top: 67px;
}

.hero-center__title {
  font-family: Golos;
  font-style: normal;
  font-weight: 600;
  font-size: 25px;
  line-height: 30px;
  color: #333333;
}

.hero-center_box {
  background: #FFFFFF;
  border-radius: 8px;
  margin-top: 25px;
  padding: 26px 32px 42px;
  position: relative;
}

.hero-center__text {
  font-family: Golos;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 30px;
  display: inline;
  color: #000;
}

.hero-center__text.is--hide {
  display: none;
}

.hero-center__text span {
  color: #7D017D;
}

.hero-center_abs {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, -20px);
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.hero-center_abs img {
  transition: .3s;
}

.hero-center_abs img.is--active {
  transition: .3s;
  transform: rotate(180deg);
}

.hero-center-arrow {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #EFE6EF;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: .3s;
}

.hero-center_abs span {
  font-family: Golos;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 14px;
  color: #2E1203;
  display: block;
  margin-top: 10px;
  transition: .3s;
}

.hero-center_abs:hover .hero-center-arrow {
  background: #ccc;
  transition: .3s;
}

.hero-center_abs:hover span {
  color: #7D017D;
  transition: .3s;
}

.hero-serv {
  padding-top: 142px;
  padding-bottom: 208px;
}

.hero-serv_wr {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #FFFFFF;
  border-radius: 8px;
  padding: 26px 33px 30px 25px;
}

.hero-serv_l {
  display: flex;
  align-items: center;
}

.hero-serv_l span {
  display: block;
  margin-left: 21px;
  font-family: Golos;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 25px;
  color: #7D017D;
}

.hero-serv__btn {
  font-family: Golos;
  font-style: normal;
  font-weight: 600;
  font-size: 17px;
  line-height: 35px;
  color: #333333;
  width: 200px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #EFE6EF;
  border-radius: 8px;
  transition: .3s;
}

.hero-serv__btn:hover {
  color: #fff;
  background: #7D017D;
  transition: .3s;
}

.hero-sec {
  display: none;
  background: #EFE6EF;
  padding: 35px 50px 38px 15px;
}

.hero-sec__text {
  font-family: Golos;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  color: #7D017D;
  margin-right: 15px;
}

.hero-sec__btn {
  width: 200px;
  height: 52px;
  background: #7D017D;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Golos;
  font-style: normal;
  font-weight: 600;
  font-size: 17px;
  line-height: 35px;
  color: #FFFFFF;
  margin-top: 16px;
  transition: .3s;
}

.hero-sec img {
  position: relative;
  top: -47px;
}

.footer {
  background: #fff;
  padding-top: 49px;
  padding-bottom: 60px;
  margin-top: 67px;
}

.footer-wr {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.footer__address {
  font-family: Golos;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 25px;
  color: #76767A;
  margin-bottom: 25px;
}

.footer__address span {
  color: #333;
}

.footer__link {
  display: flex;
  align-items: center;
  margin-bottom: 7px;
}

.footer__link span {
  display: block;
  margin-left: 10px;
  font-family: Golos;
  font-style: normal;
  font-weight: 500;
  font-size: 22px;
  line-height: 26px;
  color: #333333;
}

.footer__mail span {
  margin-left: 12px;
}

.footer-graph__text {
  font-family: Golos;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 22px;
  color: #333333;
}

.footer-r__text {
  text-align: right;
  font-family: Golos;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 17px;
  color: #76767A;
  margin-bottom: 50px;
}

.footer-r img {
  margin-left: auto;
  display: block;
}

.footer-license {
  margin-top: 27px;
  text-align: right;
  font-family: Golos;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 17px;
  text-align: right;
  color: #7D017D;
  margin-bottom: 19px;
}

.footer__b {
  text-align: right;
  font-family: Golos;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 14px;
  color: #333333;
}

.category-list {
  padding-top: 43px;
}

.category-list_prof {
  padding-top: 43px;
  padding-bottom: 108px;
}

.category-list_box {
  background: #FFFFFF;
  border-radius: 8px;
  padding: 27px 33px 16px;
}

.category-list__title {
  font-family: Golos;
  font-style: normal;
  font-weight: 600;
  font-size: 25px;
  line-height: 35px;
  color: #333333;
  margin-bottom: 22px;
}


.category {
  padding-top: 43px;
}

.category-box {
  background: #FFFFFF;
  border-radius: 8px;
  padding: 27px 33px 23px;
}

.category__title {
  font-family: Golos;
  font-style: normal;
  font-weight: 600;
  font-size: 25px;
  line-height: 35px;
  color: #333333;
  margin-bottom: 22px;
}

.category-block {
  margin-top: 35px;
}

.category-case {
  margin-top: 12px;
  background: #FFFFFF;
  border-radius: 8px;
  cursor: pointer;
}

.category-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 37px 32px;
  background: #ECECF5;
  border-radius: 8px;
  transition: .3s;
}

.category-case:not(.is--active):hover .category-top {
  background: #ccc;
}

.category-bottom {
  display: none;
  padding-left: 32px;
  padding-right: 32px;
  padding-bottom: 42px;
  font-family: Golos;
  font-style: normal;
  font-weight: normal;
  font-size: 17px;
  line-height: 35px;
  color: #000000;
}

.category-l {
  display: flex;
  align-items: center;
}

.category-l__title {
  font-family: Golos;
  font-style: normal;
  font-weight: 500;
  font-size: 25px;
  line-height: 30px;
  color: #7D017D;
  margin-right: 20px;
}

.category__btn {
  width: 200px;
  height: 52px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #FFFFFF;
  border-radius: 8px;
  font-family: Golos;
  font-style: normal;
  font-weight: 600;
  font-size: 17px;
  line-height: 35px;
  color: #7D017D;
  transition: .3s;
}

.category-l img:first-child {
  margin-right: 15px;
  flex-shrink: 0;
}

.category-case.is--active .category-top {
  background: #fff;
  transition: .3s;
}

.category-case img:last-child {
  transition: .3s;
}

.category-case.is--active img:last-child {
  transform: rotate(-180deg);
  transition: .3s;
}

.category-case.is--active .category__btn {
  background: #7D017D;
  color: #fff;
  transition: .3s;
}

.type {
  padding-top: 43px;
  padding-bottom: 99px;
}

.type-box {
  background: #FFFFFF;
  border-radius: 8px;
  padding: 27px 32px 32px;
}


.contacts {
  padding: 43px 0 196px;
}

.contacts__title {
  font-family: Golos;
  font-style: normal;
  font-weight: 600;
  font-size: 25px;
  line-height: 35px;
  color: #333333;
  margin-bottom: 22px;
}

.contacts-block {
  padding: 27px 33px 43px 32px;
  background: #FFFFFF;
  border-radius: 8px;
  display: flex;
  align-items: flex-start;
}

.contacts-box {
  max-width: 495px;
}

.contacts-box_info {
  margin-bottom: 29px;
}

.contacts-box__title {
  font-family: Golos;
  font-style: normal;
  font-weight: normal;
  font-size: 17px;
  line-height: 30px;
  color: #333333;
}

.map {
  margin-left: 95px;
  width: 100%;
  height: 370px;
}

.map iframe {
  width: 100%;
  height: 100%;
}


.description {
  padding-top: 43px;
  padding-bottom: 92px;
}

.description-tabs__list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 990px;
}

.description-tabs__list li {
  cursor: pointer;
  background: #FFFFFF;
  border: 2px solid #7D017D;
  border-radius: 8px;
  padding: 14px 53px;
  font-family: Golos;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  color: #7D017D;
}

.description-tabs__list li.is--active {
  background: #7D017D;
  color: #fff;
}

.description-tabs_content {
  display: none;
  margin-top: 29px;
  padding: 27px 33px 42px;
  background: #FFFFFF;
  border-radius: 8px;
}

.description-tabs_content.is--active {
  display: block;
  animation: tab 1s;
}

@keyframes tab {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.description__title {
  font-family: Golos;
  font-style: normal;
  font-weight: 600;
  font-size: 25px;
  line-height: 35px;
  color: #333333;
  margin-bottom: 22px;
}

.description__text {
  font-family: Golos;
  font-style: normal;
  font-weight: normal;
  font-size: 17px;
  line-height: 30px;
  color: #333333;
}

.description__text a {
  color: #B42BB4;
}

.description-list {
  margin-top: 17px;
}

.description-list li {
  font-family: Golos;
  font-style: normal;
  font-weight: 500;
  font-size: 17px;
  line-height: 30px;
  color: #000000;
  padding-left: 35px;
  position: relative;
  margin-bottom: 22px;
}

.description-list li:last-child {
  margin-bottom: 0;
}

.description-list li:before {
  content: '';
  position: absolute;
  left: 14px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #7D017D;
  top: 11px;
}

.description-plan__title {
  font-family: Golos;
  font-style: normal;
  font-weight: 600;
  text-align: center;
  font-size: 20px;
  line-height: 35px;
  color: #333333;
}

.description-plan__text {
  font-family: Golos;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  color: #333333;
}

.description-plan_mid {
  margin-top: 51px;
  margin-bottom: 27px;
}

.description-plan__title--m {
  font-size: 18px;
}

.description-plan__title--s {
  font-size: 16px;
  line-height: 25px;
  margin-bottom: 14px;
}

.description-tabs_content img {
  margin-left: auto;
  display: block;
  margin-top: 45px;
  margin-bottom: 40px;
}

.description-plan_bottom {
  margin-bottom: 34px;
}

.description-plan_content {
  margin-top: 39px;
  margin-bottom: 32px;
}

.description-plan_content__title {
  margin-bottom: 13px;
  font-family: Golos;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 35px;
  text-align: center;
  color: #000000;
}

.description-plan_content__text {
  font-family: Golos;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 30px;
  color: #333333;
}

.description-row {
  display: grid;
  grid-template-columns: 90px 515px 119px auto 215px;
}

.description-row_title .description-el {
  background: #777777;
  padding: 20px 0;
  font-size: 16px;
  color: #FFFFFF;
}

.description-row_title .description-el:nth-child(even) {
  background: #6C6C6C;
}

.description-row_subtitle .description-el {
  padding: 15px 0;
}

.description-el {
  text-align: center;
  font-family: Golos;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  color: #000000;
  background: #FFFFFF;
  border-color: #A4A4A4;
  border-style: solid;
  padding-top: 7px;
  padding-bottom: 8px;
  padding-left: 12px;
  padding-right: 12px;
  border-width: 0.5px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.description-el_wr {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.description__btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 35px;
  padding-right: 35px;
  width: 360px;
  height: 60px;
  background: #333333;
  border-radius: 8px;
  margin-top: 22px;
  transition: .3s;
}

.description__btn:hover {
  background: #7D017D;
  transition: .3s;
}

.description__btn span {
  font-family: Golos;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 35px;
  color: #FFFFFF;
}

.description__btn img {
  margin: 0;
  transition: .3s;
}

.description__btn:hover img {
  transform: translateX(5px);
  transition: .3s;
}

.gallery{
  display: flex;
  flex-flow: row wrap;
}

.gallery a{
  flex-basis: calc(50% - 8px);
  height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 4px;
}

.gallery img{
  max-width: 100%;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.foto-items{
  display: flex;
  flex-flow: row wrap;
}

.foto-item{
  position: relative;
  height: 300px;
  flex-basis: calc(33% - 10px);
  margin-right: 20px;
  margin-top: 30px;
  border-radius: 8px;
  overflow: hidden;
}

.foto-item:nth-child(3n){
  margin-right: 0;
}

.foto-item:hover img{
  transform: scale(1.05);
}

.foto-item:before{
  content: url("../img/photo.svg");
  position: absolute;
  left: 20px;
  top: 20px;
  width: 30px;
  height: 30px;
  z-index: 1;
}

.foto-content{
  font-family: Golos;
  font-style: normal;
  margin-top: 20px;
}

.foto-item__title{
  position: absolute;
  bottom: 0;
  left: 0;
  background: white;
  padding: 20px;
  font-family: Golos;
  font-style: normal;
  width: 100%;
  font-size: 22px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.foto-item img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: .25s;
}

.footer-l-flex{
  display: flex;
  align-items: center;
}

.footer__link{
  margin-right: 40px;
}



@media (max-width: 1450px) {
  .container {
    max-width: 1240px;
  }

  .header-top__link {
    max-width: 280px;
  }

  .header-top__link img {
    width: 25px;
    height: auto;
  }

  .header-top__link span {
    font-size: 18px;
  }

  .header__text {
    font-size: 20px;
  }

  .header-r {
    width: 450px;
  }

  .header-r span {
    font-size: 20px;
  }

  .menu-list__link {
    font-size: 14px;
  }

  .map {
    margin-left: 50px;
  }
  .header-top{
    padding: 8px 0;
  }
  .header-bottom{
    padding: 8px 0;
  }
  body{
    padding-top: 130px;
  }
  .header{
    height: auto;
  }
  .description-row {
    grid-template-columns: 80px 465px 119px auto 170px;
  }
}

@media (max-width: 1300px) {
  .container {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (max-width: 1240px) {
  .description-table {
    overflow-x: scroll;
  }

  .description-row {
    grid-template-columns: 80px 465px 119px 340px 170px;
  }
}

@media(min-width: 1030px)  {

  .menu-list__item:hover > ul{
    display: block;
    opacity: 1;
    z-index: 2;
    pointer-events: auto;
    overflow: visible;
    transform: translateY(0);
  }


  .menu-list__item ul li:hover {
    background: rgba(128, 128, 128, .4);
  }

  .menu-list__item > ul {
    position: absolute;
    z-index: -1;
    opacity: 0;
    top: 100%;
    pointer-events: none;
    left: 0;
    display: block;
    padding: 10px 0;
    transition: .25s;
    list-style: none;
    width: 360px;
    font-family: 'Golos';
    text-align: left;
    transform: translateY(-20px);
    background-color: white;
    font-weight: 500;
    box-shadow: 1px 1px 10px rgba(0,0,0,.4);
    overflow: auto;
  }

  .menu-list__item > ul li > ul{
    position: absolute;
    z-index: -1;
    opacity: 0;
    top: 0;
    transition: .25s;
    pointer-events: none;
    transform: translateY(-20px);
    left: 100%;
    display: block;
    padding: 10px 0;
    font-family: 'Golos';
    overflow: auto;
    width: 360px;
    list-style: none;
    background-color: white;
    box-shadow: 1px 1px 10px rgba(0,0,0,.4);
  }

  .menu-list__item > ul li:hover ul {
    display: block;
    opacity: 1;
    z-index: 2;
    pointer-events: auto;
    overflow: visible;
    transform: translateY(0);
  }
  .menu-list__item li{
    position: relative;
  }
  .menu-list__item ul a{
    display: block;
    padding: 5px 10px;
    text-align: left;
    font-size: 14px;
    letter-spacing: -.5px;
  }
}
@media (max-width: 1050px) {
  .foto-items{
    justify-content: space-between;
  }
  .foto-item{
    flex-basis: calc(50% - 10px);
    margin: 20px 0 0 !important;
  }
}
@media (max-width: 1030px) {
  .header-right__center{
    margin-top: 0;
  }
  .header-right__top, .header-top__link{
    display: none;
  }
  .header-r{
    justify-content: flex-end;
  }
  .header__text{
    display: none;
  }
  .info:nth-child(2){
    display: none;
  }
  body{
    padding-top: 130px;
  }
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .burger {
    display: block;
    width: 40px;
    height: 40px;
    position: relative;
    background: #7D017D;
    border-radius: 5px;
    margin-right: 31px;
  }

  .burger span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    width: 20px;
    height: 3px;
    border-radius: 3px;
  }

  .burger span:before, .burger span:after {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    background: #fff;
    height: 3px;
    border-radius: 3px;
  }

  .burger span:before {
    top: -6px;
  }

  .burger span:after {
    bottom: -6px;
  }

  .header-top {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .header-right {
    flex-direction: column;
    align-items: flex-start;
  }

  .header-bottom {
    display: none;
  }

  .header-r {
    margin-top: 7px;
    width: 100%;
  }

  .header-r span {
    font-size: 22px;
  }

  .header-top__link {
    max-width: 224px;
  }

  .header-top__link img {
    width: 18px;
  }

  .header-top__link span {
    font-size: 15px;
    line-height: 18px;
  }

  .header__text {
    font-size: 22px;
  }

  .hero-row {
    grid-template-columns: 1fr;
    grid-gap: 20px;
  }

  .hero-serv {
    padding-top: 112px;
    padding-bottom: 78px;
  }

  .hero-serv_wr {
    flex-direction: column;
    align-items: flex-start;
  }

  .hero-serv__btn {
    margin-top: 17px;
    margin-left: 141px;
  }

  .hero-sec {
    display: flex;
    align-items: flex-start;
  }

  .category-list_prof {
    padding-top: 30px;
  }

  .category-list_box {
    padding: 27px 29px 35px 32px;
  }

  .contacts {
    padding-bottom: 166px;
  }

  .contacts-block {
    flex-direction: column;
    padding-right: 27px;
  }

  .map {
    margin-left: 0;
    margin-top: 67px;
  }

  .description-tabs__list li {
    padding-left: 45px;
    padding-right: 45px;
  }
}

@media (max-width: 940px) {
  .description-tabs__list li {
    padding-left: 20px;
    padding-right: 20px;
  }
  .footer-l-flex{
    flex-direction: column;
    align-items: flex-start;
  }
  .footer__link{
    margin-right: 0;
    margin-bottom: 20px;
  }
}

@media (max-width: 790px) {
  .logo{
    order: 1;
  }
  .header-right{
    order: 2;
    margin-left: 0;
  }
  .header-top{
    padding-bottom: 12px;
  }
  .burger{
    margin-right: 10px;
  }

  .header__text {
    display: none;
  }
  .info:nth-child(2){
    display: none;
  }

  .category-top {
    flex-direction: column;
    align-items: flex-start;
  }

  .category__btn {
    margin-top: 19px;
  }
}

@media(max-width: 767px)  {
  .description-tabs_content{
    padding: 15px;
  }
  .gallery a{
    flex-basis: 100%;
    height: 200px;
  }
  .header-top__link{
    display: none !important;
  }
  .header{
    padding: 10px 0;
  }
  .section-item__title{
    height: 80px;
    background: #c8ad90;
    padding: 1rem;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
  .bvi-body header {
    top: 285px !important;
  }
  body .bvi-body[data-bvi-theme=white] .header .header-top_flex .burger{
    background: black !important;
  }
}

@media (max-width: 720px) {
  .foto-item__title{
    font-size: 20px;
    padding: 10px;
  }
  .foto-item{
    flex-basis: 100%;
    height: 220px;
  }
  .header__text {
    display: none;
  }

  section{
    padding: 40px 0 0 !important;
  }
  .description-tabs__list {
    flex-direction: column;
  }

  .description-tabs__list li {
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
  }

  .description-tabs_content {
    margin-top: 19px;
  }
}

@media (max-width: 540px) {
  body{
    padding-top: 100px;
  }
  .header-r span {
    font-size: 14px;
    margin-left: 0;
  }
  .header-r img{
    display: none;
  }
  .header__text {
    display: none;
  }

  .header-top {
    padding: 0;
  }

  .header-top__link {
    margin-right: auto;
  }

  .header-right {
    margin-left: 0;
  }

  .header__text {
    /*
    font-size: 15px;
    line-height: 18px;
    color: #DFBFDF;
     */
    display: none;
  }

  .hero-sec {
    flex-direction: column-reverse;
    align-items: center;
  }

  .hero-sec__text {
    margin-right: 0;
    text-align: center;
  }

  .hero-sec__btn {
    margin-left: auto;
    margin-right: auto;
  }

  .footer-wr {
    flex-direction: column;
  }

  .footer__address {
    margin-bottom: 31px;
  }

  .footer-r {
    margin-top: 45px;
  }

  .footer-r__text, .footer-license, .footer__b {
    text-align: left;
  }

  .footer-r__text {
    margin-bottom: 34px;
  }

  .footer-r img {
    margin-right: auto;
    margin-left: unset;
  }

  .map {
    margin-top: 16px;
  }

}

@media (max-width: 470px) {
  body{
    padding-top: 70px;
  }
  .header__text {
    display: none;
  }

  .logo {
    width: 120px;
  }

  .logo img{
    max-width: 100%;
  }

  .hero__title {
    font-size: 20px;
    line-height: 25px;
  }

  .hero__text {
    font-size: 14px;
    line-height: 20px;
  }

  .hero-box {
    padding: 31px 19px 21px 25px;
  }

  .hero-serv_l {
    flex-direction: column;
  }

  .hero-serv_l img {
    width: 100%;
  }

  .hero-serv_l span {
    margin-top: 35px;
    text-align: center;
  }

  .hero-serv__btn {
    margin-right: auto;
    margin-left: auto;
    margin-top: 26px;
  }

  .category-list_prof {
    padding-bottom: 90px;
  }

  .category__title {
    font-size: 20px;
    line-height: 25px;
  }

  .category-l__title {
    font-size: 16px;
    line-height: 25px;
  }

  .category-bottom {
    font-size: 14px;
    line-height: 25px;
  }

  .category-box {
    padding: 27px 17px 22px 32px;
  }

  .type-box {
    padding-right: 15px;
  }

  .contacts {
    padding-bottom: 138px;
  }

  .contacts-block {
    padding-right: 15px;
  }

  .description__title {
    font-size: 20px;
    line-height: 25px;
  }

  .description__text {
    font-size: 14px;
    line-height: 25px;
  }

  .description-tabs__list li {
    font-size: 14px;
    line-height: 25px;
  }

  .description-plan__title {
    font-size: 16px;
    line-height: 25px;
  }

  .description-plan_content__text {
    font-size: 14px;
    line-height: 25px;
  }

  .description-tabs_content img {
    max-width: 100%;
  }

  .description__btn {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (max-width: 420px) {
  .header__text {
    display: none;
  }

  .description__btn span {
    font-size: 16px;
    line-height: 25px;
  }

  .description__btn img {
    width: 17px;
    height: auto;
  }
}

@media(max-width: 400px) {
  header{
    padding: 5px 0;
  }
  .header-top_flex{
    flex-flow: row wrap;
    justify-content: space-between;
  }
  .header-r{
    justify-content: right;
  }
}

@media (max-width: 360px) {
  .header__text {
    display: none;
  }

  .description__btn span {
    font-size: 14px;
    line-height: 20px;
  }
}