@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/Inter-Regular.woff2) format("woff2")
}
@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 500;
  src: url(../fonts/Inter-Medium.woff2) format("woff2")
}
@font-face {
  font-family: Inter;
  font-style: italic;
  font-weight: 500;
  src: url(../fonts/Inter-MediumItalic.woff2) format("woff2")
}
@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 600;
  src: url(../fonts/Inter-SemiBold.woff2) format("woff2")
}
@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 700;
  src: url(../fonts/Inter-Bold.woff2) format("woff2")
}
body,
html {
  height: 100%
}
body {
  font-family: Inter,sans-serif;
  font-size: 1.1875em;
  line-height: 1.42105;
  width: 100%;
  min-width: 320px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  color: rgba(5,5,5,.7);
  font-weight: 400
}
@media all and (max-width:575px) {
  body {
    font-size: 1.0625em;
    line-height: 1.41176
  }
}
footer,
header {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none
}
main {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto
}
ul {
  list-style: none;
  margin: 0
}
p {
  font-style: normal;
  margin: 0
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-style: normal;
  margin: 0
}
.heading {
  margin-bottom: 50px
}
.heading.heading-white h2 {
  color: #fff
}
.heading h2 {
  font-weight: 600;
  font-size: 40px;
  line-height: 120%;
  color: #050505
}
[data-name="agree"], [data-name="agree"] span {
  display: block;
  height: 0;
}
.agr030 {
  height: 0;
  position: absolute;
  margin-left: -9000px;
}
@media all and (max-width:575px) {
  .heading h2 {
    font-size: 34px
  }
}
.btn {
  display: inline-block;
  text-align: center;
  color: #fff;
  background-color: #683393;
  padding: 20px 73px 20px 46px;
  font-size: 19px;
  line-height: 23px;
  font-weight: 400;
  border: none;
  -webkit-transition: .25s all;
  -o-transition: .25s all;
  transition: .25s all;
  border-radius: 0 0 30px 0;
  background-size: 15px;
  background-position: calc(100% - 44px) 50%;
  background-repeat: no-repeat;
  background-image: url(../img/icon_7.svg)
}
@media all and (max-width:575px) {
  .btn {
    font-size: 17px;
    line-height: 21px
  }
}
.btn:hover {
  background-color: #fff;
  color: #683393;
  -webkit-box-shadow: 0 0 10px rgba(55,41,70,.9);
  box-shadow: 0 0 10px rgba(55,41,70,.9);
  background-image: url(../img/icon_7_1.svg)
}
.btn.btn-white {
  background-color: #fff;
  color: #683393;
  background-image: url(../img/icon_7_1.svg)
}
.btn.btn-simple {
  background-image: none;
  padding: 15px 20px;
  border-radius: 10px
}
a {
  -webkit-transition: .25s all;
  -o-transition: .25s all;
  transition: .25s all;
  text-decoration: none
}
a:active,
a:focus,
a:hover {
  text-decoration: none
}
button {
  cursor: pointer;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}
button:active,
button:focus {
  outline: 0
}
button:disabled,
button[disabled] {
  border: 1px solid #999;
  background-color: #ccc;
  color: #666;
  pointer-events: all!important
}
button:disabled:hover,
button[disabled]:hover {
  border: 1px solid #999;
  background-color: #ccc;
  color: #666;
  pointer-events: all!important
}
:focus {
  outline: 0
}
* {
  margin: 0;
  padding: 0
}
img {
  max-width: 100%
}
.center {
  text-align: center
}
.stop-scrolling {
  height: 100%
}
@media all and (max-width:991px) {
  .stop-scrolling {
    overflow: hidden
  }
}
input,
textarea {
  outline: 0!important;
  border-radius: 0
}
input.wpcf7-submit {
  cursor: pointer;
  -webkit-transition: .3s all;
  -o-transition: .3s all;
  transition: .3s all
}

.modal {
  max-width: 543px;
  width: 100%;
  border-radius: 10px
}
.modal .modal__hading {
  margin-bottom: 25px
}
.modal .modal__hading h2 {
  font-size: 34px;
  line-height: 120%;
  color: #683393;
  margin-bottom: 10px
}
@media all and (max-width:575px) {
  .modal .modal__hading h2 {
    font-size: 28px
  }
}
.modal .modal__hading p {
  font-size: 14px;
  line-height: 17px
}
.main__form form .form__item {
  margin-bottom: 20px
}
.main__form form .form__item .item__title {
  font-size: 14px;
  line-height: 17px;
  margin-bottom: 8px
}
.main__form form .form__item input {
  width: 100%;
  height: 44px;
  padding: 0 20px;
  border: 1px solid #6f3e97;
  border-radius: 8px;
  font-size: 16px
}
.main__form form .checkbox__container {
  margin-bottom: 20px;
  font-size: 14px;
}
.main__form form .checkbox__container p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
}
.main__form form .checkbox__container .check-input {
  margin-left: -14px;
}
.main__form form .form__submit {
  padding-top: 10px
}
.main__form form .form__submit .btn {
  width: 100%
}
#modal_quiz {
  max-width: 1000px;
  width: 100%;
  border-radius: 20px;
  background-color: #683393;
  color: #fff;
  padding: 50px 60px 60px 60px
}
@media all and (max-width:575px) {
  #modal_quiz {
    padding: 40px 20px
  }
}
#modal_quiz h2 {
  font-size: 34px;
  line-height: 120%;
  margin-bottom: 20px
}
@media all and (max-width:575px) {
  #modal_quiz h2 {
    font-size: 28px
  }
}
#modal_quiz .main__form {
  max-width: 543px;
  width: 100%;
  margin: 0 auto;
  display: none
}
#modal_quiz .main__form .form__heading {
  margin-bottom: 30px
}
#modal_quiz .box__btn {
  padding-top: 10px
}
#modal_quiz #add-services,
#modal_quiz .answer {
  display: none
}
#modal_quiz .quiz__item {
  padding-bottom: 20px
}
#modal_quiz .quiz__item div {
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
  margin-bottom: 12px
}
#modal_quiz .quiz__item .checkbox__container {
  position: relative;
  padding-left: 25px;
  cursor: pointer;
  font-size: 12px;
  line-height: 15px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 18px;
  margin-bottom: 12px
}
#modal_quiz .quiz__item .checkbox__container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0
}
#modal_quiz .quiz__item .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 18px;
  width: 18px;
  border: 1px solid #fff;
  border-radius: 5px
}
#modal_quiz .quiz__item .checkbox__container input:checked ~ .checkmark {
  background-color: #fff
}
#modal_quiz .quiz__item .checkmark:after {
  content: "";
  position: absolute;
  display: none
}
#modal_quiz .quiz__item .checkbox__container input:checked ~ .checkmark:after {
  display: block
}
#modal_quiz .quiz__item .checkbox__container .checkmark:after {
  left: 7px;
  top: 3px;
  width: 5px;
  height: 9px;
  border: solid #683393;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg)
}

header {
  position: relative;
  padding-top: 30px;
  background-color: #000
}
@media all and (max-width:991px) {
  header {
    padding-top: 35px
  }
}
header .bg__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1
}
header .bg__image img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  width: 100%;
  height: 100%
}
header .header__top {
  position: relative;
  z-index: 5
}
@media all and (max-width:991px) {
  header .header__top .header__menu {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0
  }
}
header .header__top .header__menu .menu__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
@media all and (max-width:991px) {
  header .header__top .header__menu .menu__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
  }
}
header .header__top .header__menu .menu__inner .header_burger {
  position: relative;
  margin-right: 25px
}
@media all and (max-width:991px) {
  header .header__top .header__menu .menu__inner .header_burger {
    margin-left: auto;
    margin-right: 0
  }
}
header .header__top .header__menu .menu__inner .header_burger .burger_button {
  position: relative;
  top: 0;
  width: 54px;
  height: 54px;
  display: block;
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
  z-index: 20
}
header .header__top .header__menu .menu__inner .header_burger .burger_button span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #fff;
  border-radius: 2px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out
}
header .header__top .header__menu .menu__inner .header_burger .burger_button span:nth-child(1) {
  top: 17px;
  width: 34px
}
header .header__top .header__menu .menu__inner .header_burger .burger_button span:nth-child(2) {
  top: 33px
}
header .header__top .header__menu .menu__inner .header_burger .burger_button.open span:nth-child(1) {
  width: 100%
}
header .header__top .header__menu .menu__inner .header_burger .burger_button.open span:nth-child(2) {
  width: 34px
}
header .header__top .header__menu .menu__inner .header_burger .menu_toggle {
  position: fixed;
  left: 0;
  width: 35%;
  background: #683393;
  margin: 0;
  overflow: auto;
  z-index: 11;
  padding-top: 150px;
  top: 0;
  padding-bottom: 70px;
  -webkit-transform: translateY(70px);
  -ms-transform: translateY(70px);
  transform: translateY(70px);
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%)
}
@media all and (max-width:1199px) {
  header .header__top .header__menu .menu__inner .header_burger .menu_toggle {
    bottom: 0
  }
}
@media all and (max-width:991px) {
  header .header__top .header__menu .menu__inner .header_burger .menu_toggle {
    width: 100%;
    right: 0
  }
}
header .header__top .header__menu .menu__inner .header_burger .menu_toggle.slide {
  -webkit-transform: translateY(70px);
  -ms-transform: translateY(70px);
  transform: translateY(70px)
}
header .header__top .header__menu .menu__inner .header_burger .menu_toggle.menuopen {
  -webkit-transform: translateX(0)!important;
  -ms-transform: translateX(0)!important;
  transform: translateX(0)!important
}
header .header__top .header__menu .menu__inner .header_burger .menu_toggle .toggle__inner {
  width: 100%;
  margin-left: auto;
  margin-right: 0;
  max-width: 415px;
  padding-left: 15px
}
@media all and (max-width:1199px) {
  header .header__top .header__menu .menu__inner .header_burger .menu_toggle .toggle__inner {
    max-width: 480px
  }
}
@media all and (max-width:991px) {
  header .header__top .header__menu .menu__inner .header_burger .menu_toggle .toggle__inner {
    max-width: 690px;
    margin: 0 auto;
    padding-left: 0
  }
}
@media all and (max-width:767px) {
  header .header__top .header__menu .menu__inner .header_burger .menu_toggle .toggle__inner {
    max-width: 510px
  }
}
@media all and (max-width:575px) {
  header .header__top .header__menu .menu__inner .header_burger .menu_toggle .toggle__inner {
    padding-left: 15px;
    padding-right: 15px
  }
}
header .header__top .header__menu .menu__inner .header_burger .menu_toggle .toggle__inner ul li {
  margin-bottom: 20px
}
header .header__top .header__menu .menu__inner .header_burger .menu_toggle .toggle__inner ul li a {
  color: #fff;
  text-decoration: none;
  background-image: -webkit-gradient(linear,left top,left bottom,from(currentColor),to(currentColor));
  background-image: -o-linear-gradient(currentColor,currentColor);
  background-image: linear-gradient(currentColor,currentColor);
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 0 1px;
  -webkit-transition: background-size .3s;
  -o-transition: background-size .3s;
  transition: background-size .3s;
  display: inline-block
}
header .header__top .header__menu .menu__inner .header_burger .menu_toggle .toggle__inner ul li a:hover {
  background-size: 100% 1px
}
header .header__top .header__menu .menu__inner .header_burger .menu_toggle .toggle__inner .contacts {
  display: none;
  padding-top: 30px
}
@media all and (max-width:991px) {
  header .header__top .header__menu .menu__inner .header_burger .menu_toggle .toggle__inner .contacts {
    display: block
  }
}
header .header__top .header__menu .menu__inner .header_burger .menu_toggle .toggle__inner .contacts a {
  color: #fff;
  display: inline-block;
  margin-bottom: 10px;
  font-weight: 700
}
header .header__top .header__menu .menu__inner .header_burger .menu_toggle .toggle__inner .contacts p {
  color: #fff
}
header .header__top .header__menu .menu__inner .order {
  display: none;
  font-size: 14px;
  color: #fff
}
@media all and (max-width:991px) {
  header .header__top .header__menu .menu__inner .order {
    display: block
  }
}
@media all and (max-width:991px) {
  header .header__top .header__menu .menu__inner .menu {
    display: none
  }
}
header .header__top .header__menu .menu__inner .menu li {
  display: inline-block;
  margin-left: 25px
}
header .header__top .header__menu .menu__inner .menu li a {
  color: #fff;
  text-decoration: none;
  background-image: -webkit-gradient(linear,left top,left bottom,from(currentColor),to(currentColor));
  background-image: -o-linear-gradient(currentColor,currentColor);
  background-image: linear-gradient(currentColor,currentColor);
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 0 1px;
  -webkit-transition: background-size .3s;
  -o-transition: background-size .3s;
  transition: background-size .3s
}
header .header__top .header__menu .menu__inner .menu li a:hover {
  background-size: 100% 1px
}
@media all and (max-width:991px) {
  header .header__logo {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1
  }
}
header .header__contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end
}
@media all and (max-width:991px) {
  header .header__contacts {
    display: none
  }
}
header .header__contacts .contacts__inner a {
  font-weight: 600;
  font-size: 20px;
  line-height: 120%;
  color: #fff;
  margin-bottom: 2px
}
header .header__contacts .contacts__inner p {
  font-size: 16px;
  line-height: 120%;
  color: #fff;
  opacity: .7
}
header .header__main {
  padding-top: 216px;
  padding-bottom: 225px;
  position: relative;
  z-index: 4
}
@media all and (max-width:1600px) {
  header .header__main {
    padding-top: 100px
  }
}
header .header__main .content h1 {
  font-size: 54px;
  line-height: 120%;
  color: #fff;
  margin-bottom: 20px
}
@media all and (max-width:1600px) {
  header .header__main .content h1 {
    font-size: 40px
  }
}
header .header__main .content p {
  font-size: 21px;
  line-height: 140%;
  color: #fff;
  opacity: .7
}
@media all and (max-width:575px) {
  header .header__main .content p {
    font-size: 19px;
    line-height: 27px
  }
}
.box-profit {
  margin-bottom: 35px
}
.box-profit .box__inner {
  text-align: center
}
.box-profit .box__inner .icon {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  margin: 0 auto 25px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px solid rgba(255,255,255,.2)
}
@media all and (max-width:575px) {
  .box-profit .box__inner .icon {
    width: 90px;
    height: 90px;
    margin-bottom: 20px
  }
}
.box-profit .box__inner p {
  color: rgba(255,255,255,.7)
}
#profit {
  position: relative;
  margin-top: -160px;
  padding: 25px
}
@media all and (max-width:575px) {
  #profit {
    padding: 5px 10px 15px 10px
  }
}
#profit:after {
  position: absolute;
  content: '';
  border: 1px solid #683393;
  max-width: 1150px;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: -1
}
@media all and (max-width:1199px) {
  #profit:after {
    max-width: 960px
  }
}
@media all and (max-width:991px) {
  #profit:after {
    max-width: 720px
  }
}
@media all and (max-width:767px) {
  #profit:after {
    max-width: 540px
  }
}
@media all and (max-width:575px) {
  #profit:after {
    max-width: 340px
  }
}
#profit .content {
  max-width: 1099px;
  width: 100%;
  margin: 0 auto;
  background-color: #683393;
  padding: 35px 35px 0 35px;
  position: relative;
  z-index: 3
}
@media all and (max-width:575px) {
  #profit .content {
    max-width: 295px
  }
}
#progress {
  padding-top: 7px;
  margin-bottom: 80px
}
@media all and (max-width:575px) {
  #progress {
    margin-bottom: 60px
  }
}
#progress .content {
  max-width: 1099px;
  width: 100%;
  margin: 0 auto;
  padding: 35px 35px 0 35px
}
#progress .content .box-profit .box__inner .icon {
  border: 1px solid rgba(104,51,147,.2)
}
#progress .content .box-profit p {
  color: rgba(5,5,5,.7)
}
#progress .box__text {
  padding-top: 40px
}
#progress .box__text span {
  font-weight: 500;
  font-size: 34px;
  line-height: 120%;
  font-style: italic;
  color: #683393;
  max-width: 1009px;
  width: 100%;
  margin: 0 auto
}
@media all and (max-width:575px) {
  #progress .box__text span {
    font-size: 22px
  }
}
#formats {
  margin-bottom: 80px
}
#formats .heading h2 {
  max-width: 496px;
  width: 100%;
  margin: 0 auto
}
#formats .row {
  margin-left: -25px;
  margin-right: -25px
}
@media all and (max-width:1600px) {
  #formats .row {
    margin-left: -15px;
    margin-right: -15px
  }
}
#formats .box {
  margin-bottom: 40px;
  padding-left: 25px;
  padding-right: 25px
}
@media all and (max-width:1600px) {
  #formats .box {
    padding-left: 15px;
    padding-right: 15px
  }
}
#formats .box .box__inner .box__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 58px;
  margin-top: 20px
}
@media all and (max-width:575px) {
  #formats .box .box__inner .box__top {
    height: auto;
    margin-bottom: 20px
  }
}
#formats .box .box__inner .box__top div {
  font-weight: 500;
  font-size: 22px;
  line-height: 120%;
  color: #050505;
  max-width: 230px;
  width: 100%;
  margin-right: 10px
}
@media all and (max-width:575px) {
  #formats .box .box__inner .box__top div {
    max-width: none
  }
}
@media all and (max-width:575px) {
  #formats .box .box__inner .box__top .btn {
    display: none
  }
}
#formats .box .box__inner .image {
  width: 100%;
  height: 325px
}
@media all and (max-width:575px) {
  #formats .box .box__inner .image {
    height: auto;
    margin-bottom: 25px
  }
}
#formats .box .box__inner .image img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  width: 100%;
  height: 100%
}
@media all and (max-width:575px) {
  #formats .box .box__inner .image img {
    width: auto;
    height: auto;
    -o-object-fit: contain;
    object-fit: contain
  }
}
#formats .box .btn-mobile {
  display: none
}
@media all and (max-width:575px) {
  #formats .box .btn-mobile {
    display: inline-block
  }
}
#formats .quiz {
  padding-top: 30px
}
#formats .quiz .quiz__inner {
  background-color: #683393;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 18px 60px
}
@media all and (max-width:991px) {
  #formats .quiz .quiz__inner {
    display: block;
    text-align: center;
    padding: 20px 20px 31px 20px
  }
}
#formats .quiz .quiz__inner div {
  font-weight: 600;
  font-size: 23px;
  line-height: 140%;
  color: #fff;
  max-width: 400px;
  width: 100%
}
@media all and (max-width:991px) {
  #formats .quiz .quiz__inner div {
    max-width: none;
    margin-bottom: 35px
  }
}
#ourhall {
  padding-bottom: 50px
}
#ourhall .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden
}
#ourhall .ourhall__slider {
  margin-bottom: 40px
}
@media all and (max-width:575px) {
  #ourhall .ourhall__slider {
    margin-bottom: 35px
  }
}
#ourhall .ourhall__slider .swiper-slide a {
  display: block;
  width: 100%;
  height: 275px
}
@media all and (max-width:575px) {
  #ourhall .ourhall__slider .swiper-slide a {
    height: 186px
  }
}
#ourhall .ourhall__slider .swiper-slide a img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  width: 100%;
  height: 100%
}
#catalog {
  background-color: #f7f5fa;
  padding-top: 60px;
  padding-bottom: 25px;
  margin-bottom: 80px
}
@media all and (max-width:991px) {
  #catalog {
    padding-bottom: 50px
  }
}
@media all and (max-width:575px) {
  #catalog {
    padding-top: 65px
  }
}
#catalog .image {
  position: relative;
  z-index: 2;
  margin-bottom: 60px
}
#catalog .image:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  left: -20px;
  bottom: -20px;
  border: 2px solid #683393;
  z-index: -1
}
#catalog .image img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  width: 100%;
  height: 100%
}
#catalog .image p {
  position: absolute;
  bottom: 25px;
  left: 25px;
  right: 25px;
  font-weight: 500;
  font-size: 22px;
  line-height: 120%;
  color: #fff
}
#catalog .catalog__main {
  position: relative
}
@media all and (max-width:991px) {
  #catalog .catalog__main .row {
    display: none
  }
}
#catalog .catalog__main .catalog__menu {
  background-color: rgba(102,48,145,.8);
  text-align: center;
  max-width: 385px;
  width: 100%;
  padding: 15px 20px 18px 20px;
  position: absolute;
  top: 50px;
  left: 0;
  z-index: 3;
  -webkit-box-sizing: content-box;
  box-sizing: content-box
}
@media all and (max-width:991px) {
  #catalog .catalog__main .catalog__menu {
    max-width: 305px
  }
}
@media all and (max-width:575px) {
  #catalog .catalog__main .catalog__menu {
    max-width: 240px
  }
}
#catalog .catalog__main .catalog__menu h2 {
  font-weight: 600;
  font-size: 34px;
  line-height: 120%;
  color: #fff
}
@media all and (max-width:991px) {
  #catalog .catalog__main .catalog__menu h2 {
    font-size: 32px
  }
}
@media all and (max-width:575px) {
  #catalog .catalog__main .catalog__menu h2 {
    font-size: 24px
  }
}
#catalog .catalog__main .catalog__menu a {
  width: 94px;
  height: 94px;
  border-radius: 50%;
  background-color: #fff;
  font-size: 17px;
  line-height: 120%;
  color: rgba(5,5,5,.7);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  bottom: -25px;
  right: -25px;
  z-index: 2
}
@media all and (max-width:991px) {
  #catalog .catalog__main .catalog__menu a {
    width: 74px;
    height: 74px;
    font-size: 14px
  }
}
#catalog .catalog__main .catalog__menu a:hover img {
  -webkit-transform: translate(0,2px);
  -ms-transform: translate(0,2px);
  transform: translate(0,2px)
}
#catalog .catalog__main .catalog__menu a img {
  display: block;
  margin-bottom: 2px;
  -webkit-transition: .2s all;
  -o-transition: .2s all;
  transition: .2s all
}
#catalog .catalog__main .box__left .left__inner {
  padding-left: 115px
}
@media all and (max-width:1199px) {
  #catalog .catalog__main .box__left .left__inner {
    padding-left: 40px
  }
}
#catalog .catalog__main .box__left .left__inner .image:first-child {
  height: 485px
}
#catalog .catalog__main .box__left .left__inner .image:last-child {
  height: 226px
}
#catalog .catalog__main .box__right .right__inner {
  padding-left: 30px
}
#catalog .catalog__main .box__right .right__inner .row {
  margin-left: -27px;
  margin-right: -27px
}
@media all and (max-width:1600px) {
  #catalog .catalog__main .box__right .right__inner .row {
    margin-left: -15px;
    margin-right: -15px
  }
}
#catalog .catalog__main .box__right .right__inner .row .box {
  padding-left: 27px;
  padding-right: 27px
}
@media all and (max-width:1600px) {
  #catalog .catalog__main .box__right .right__inner .row .box {
    padding-left: 15px;
    padding-right: 15px
  }
}
#catalog .catalog__main .box__right .right__inner .image:first-child {
  height: 286px
}
#catalog .catalog__main .box__right .right__inner .image:nth-child(2) {
  height: 336px
}
#catalog .catalog__main .box__right .right__inner .image:last-child {
  height: 336px
}
#catalog .catalog__main .catalog__slider {
  display: none
}
@media all and (max-width:991px) {
  #catalog .catalog__main .catalog__slider {
    display: block
  }
}
#catalog .catalog__main .catalog__slider .slide__inner {
  max-width: 400px;
  width: 100%;
  margin: 0 auto
}
@media all and (max-width:575px) {
  #catalog .catalog__main .catalog__slider .slide__inner {
    padding-left: 20px;
    max-width: 316px
  }
}
#catalog .catalog__main .catalog__slider .slide__inner .image {
  height: 422px!important
}
#catalog .catalog__main .catalog__slider .swiper-buttons {
  width: 100px
}
#chef {
  margin-bottom: 80px
}
@media all and (max-width:991px) {
  #chef .box__image {
    margin-bottom: 60px
  }
}
#chef .box__image .image__inner {
  padding-left: 19px;
  position: relative;
  z-index: 2
}
#chef .box__image .image__inner:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  border: 1px solid #683393;
  bottom: -19px;
  left: 0;
  z-index: -1
}
#chef .box__content .content__inner {
  padding-left: 20px
}
@media all and (max-width:991px) {
  #chef .box__content .content__inner {
    padding-left: 0
  }
}
#chef .box__content .content__inner h2 {
  font-weight: 600;
  font-size: 44px;
  line-height: 120%;
  color: #050505;
  margin-bottom: 20px
}
@media all and (max-width:575px) {
  #chef .box__content .content__inner h2 {
    font-size: 34px
  }
}
#chef .box__content .content__inner p {
  margin-bottom: 50px
}
#banquets {
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  padding-top: 45px;
  padding-bottom: 45px;
  margin-bottom: 80px
}
#banquets span {
  display: block;
  font-weight: 600;
  font-size: 32px;
  line-height: 120%;
  text-transform: uppercase;
  color: #683393;
  margin-bottom: 12px
}
@media all and (max-width:575px) {
  #banquets .row {
    display: none
  }
}
#banquets .box {
  margin-bottom: 30px
}
#banquets .box .box__inner {
  background-color: #fff;
  padding: 20px 24px 29px 24px;
  min-height: 145px
}
#banquets .banquets__slider {
  display: none
}
@media all and (max-width:575px) {
  #banquets .banquets__slider {
    display: block
  }
}
#banquets .banquets__slider .slide__inner .item {
  text-align: center;
  background-color: #fff;
  margin-bottom: 40px;
  padding: 20px 24px 30px 24px;
  min-height: 140px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}
.swiper-buttons {
  width: 120px;
  margin: 0 auto;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}
.swiper-button-next,
.swiper-button-next1,
.swiper-button-prev,
.swiper-button-prev1 {
  color: rgba(255,255,255,.5);
  top: auto;
  bottom: 0;
  width: 31px;
  height: 16px;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat
}
.swiper-button-next1:after,
.swiper-button-next:after,
.swiper-button-prev1:after,
.swiper-button-prev:after {
  display: none
}
.swiper-button-next {
  background-image: url(../img/arrow.svg)
}
.swiper-button-next1 {
  background-image: url(../img/arrow_1.svg)
}
.swiper-button-prev {
  background-image: url(../img/arrow.svg);
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg)
}
.swiper-button-prev1 {
  background-image: url(../img/arrow_1.svg);
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg)
}
#advantages {
  margin-bottom: 60px
}
@media all and (max-width:1600px) {
  #advantages {
    margin-bottom: 60px
  }
}
#advantages .box {
  margin-bottom: 40px
}
#advantages .box .box__inner .image {
  width: 100%;
  height: 225px;
  margin-bottom: 15px
}
@media all and (max-width:575px) {
  #advantages .box .box__inner .image {
    height: auto
  }
}
#advantages .box .box__inner .image img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  width: 100%;
  height: 100%
}
@media all and (max-width:575px) {
  #advantages .box .box__inner .image img {
    width: auto;
    height: auto;
    -o-object-fit: contain;
    object-fit: contain
  }
}
#advantages .box .box__inner span {
  font-weight: 500;
  font-size: 20px;
  line-height: 120%;
  color: #050505
}
#mainform {
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  padding-top: 60px;
  padding-bottom: 60px
}
#mainform .form__inner {
  max-width: 560px;
  width: 100%;
  margin: 0 auto;
  padding: 35px 40px 50px 40px;
  background-color: #fff
}
@media all and (max-width:575px) {
  #mainform .form__inner {
    padding: 25px 20px 35px 20px
  }
}
#mainform .form__inner .form__heading {
  margin-bottom: 30px
}
#mainform .form__inner .form__heading h2 {
  font-weight: 600;
  font-size: 44px;
  line-height: 120%;
  color: #050505;
  margin-bottom: 15px
}
@media all and (max-width:991px) {
  #mainform .form__inner .form__heading h2 {
    font-size: 34px
  }
}
#mainform .form__inner form .form__item {
  margin-bottom: 14px
}
#mainform .form__inner form .form__item input {
  width: 100%;
  height: 50px;
  border: none;
  border-bottom: 1px solid rgba(104,51,147,.3)
}
#mainform .form__inner form .form__policy {
  margin-bottom: 30px
}
#mainform .form__inner form .form__policy p {
  font-size: 18px;
  line-height: 140%
}
@media all and (max-width:575px) {
  #mainform .form__inner form .form__policy p {
    font-size: 16px
  }
}
#mainform .form__inner form .form__policy p a {
  text-decoration: underline;
  color: rgba(5,5,5,.7)
}
#mainform .form__inner form .form__submit {
  position: relative
}
#footer {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #683393;
  color: #fff
}
@media all and (max-width:1600px) {
  #footer {
    padding-bottom: 50px
  }
}
@media all and (max-width:991px) {
  #footer .footer__contacts {
    padding-bottom: 30px
  }
}
#footer .footer__contacts .contacts__inner {
  max-width: 310px;
  width: 100%
}
#footer .footer__contacts .contacts__inner h2 {
  font-weight: 600;
  font-size: 44px;
  line-height: 120%;
  color: #fff;
  margin-bottom: 20px
}
@media all and (max-width:575px) {
  #footer .footer__contacts .contacts__inner h2 {
    font-size: 34px;
    margin-bottom: 15px
  }
}
#footer .footer__contacts .contacts__inner p {
  margin-bottom: 15px
}
#footer .footer__contacts .contacts__inner p a {
  font-weight: 500;
  font-size: 20px;
  line-height: 120%;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  color: #fff
}
@media all and (max-width:575px) {
  #footer .footer__contacts .contacts__inner p a {
    font-size: 18px
  }
}
#footer .footer__contacts .contacts__inner span {
  font-weight: 600;
  font-size: 21px;
  line-height: 140%;
  margin-bottom: 15px;
  color: #fff
}
#footer .footer__contacts .contacts__inner .box__btn {
  padding-top: 10px
}
#footer .footer__contacts .contacts__inner .box__btn .btn {
  margin-bottom: 10px;
  width: 100%
}
#footer .footer__map .map__inner {
  padding-left: 40px;
  width: 100%;
  height: 535px
}

.footer-bottom {
  padding-top: 25px;
  border-top: 1px solid rgba(232, 240, 247, 0.12);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 25px;
  position: relative;
  z-index: 1;
}
.footer-bottom_col {
  font-size: 14px;
  line-height: 18px;
  color: rgba(255, 255, 255, 0.6);
}
.footer-bottom_col > a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
}
.footer-bottom_col > a:hover {
  color: #fff;
}
.footer-bottom2 .footer-bottom_col {
  width: 30%;
}
.footer-bottom2 .footer-bottom_col:nth-child(3) > a {
  -webkit-box-pack: end;  
    -ms-flex-pack: end;  
      justify-content: flex-end;
}
@media screen and (max-width: 920px) {
  .footer-bottom {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .footer-bottom_col, .footer-bottom2 .footer-bottom_col {
    width: 100%;
  }
  .footer-bottom_col > a {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
  }
  .footer-bottom_col:nth-child(1) {
    width: 100%;
  }
  .footer-bottom2 .footer-bottom_col:nth-child(3) > a {
    -webkit-box-pack: start;  
      -ms-flex-pack: start;  
        justify-content: flex-start;
  }
}
@media all and (max-width:991px) {
  #footer .footer__map .map__inner {
    padding-left: 0
  }
}
@media all and (max-width:575px) {
  #footer .footer__map .map__inner {
    height: 255px
  }
}