a:hover, a:focus {
  text-decoration: none;
  color: inherit;
}
body {
  font-family: 'Roboto', sans-serif !important;
}

.page-header__logo-wrap {
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  margin: 15px 0;
}
@media (max-width: 767px) {
  .page-header__logo-wrap {
    margin: 0;
  }
  .news {
    background: none;
  }
}
.page-header__logo .logo {
  width: 198px;
  height: 66px;
}
.phone__inner {
  float: right;
  margin-right: -15px;
}

@media (max-width: 767px) {
  .page-header__logo {
    margin: 5px auto;
    text-align: right;
    padding-right: 10px;
  }

  .phone__inner {
    float: left;
    margin-top: 13px;
  }

  .page-header__logo .logo {
    width: 100px;
    height: 33px;
  }
}

.phone__inner .phone {
  display: inline-block;
  vertical-align: middle;
}
.phone__inner .phone-number {
  font-size: 18px;
  font-weight: 600;
  margin: 1px 0 0 20px;
}
.phone__inner .phone-number a {
  color: #000;
  text-decoration: none;
}
.phone-nav__wrap {
  background-color: #f6f6f6;
  border-top: 3px solid #ffe800;
  text-align: center;
  position: relative;
  height: 57px;
}

.main-schedule {
  font-size: 13px;
  text-align: center;
}

.main-nav {
  background-color: #f6f6f6;
  border-top: 3px solid #ffe800;
  text-align: center;
  position: relative;
  height: 57px;
}
.main-nav ul {
  list-style-type: none;
  margin-bottom: 0;
  padding: 0;
}
.main-nav > ul > li, .social-media > ul > li {
  display: inline-block;
  text-transform: uppercase;
  font-weight: 700;
  border-bottom: solid 2px #f6f6f6;
  position: relative;
}
.main-nav > ul > li:hover .main-nav__link {
  transform: translateY(-4px);
}

.main-nav__child li:hover {
  background: #ffe800;
}
.main-nav > ul > li > a, .social-media > ul > li > a  {
  color: #252525;
  padding: 17px 17px 13px;
  display: inline-block;
  font-weight: 500;
  transition: transform .3s linear;
  text-decoration: none;
}
.main-nav__child {
  display: none;
  position: absolute;
  z-index: 20;
  padding-top: 6px !important;
  width: 200px;
}


@media (max-width: 768px) {
  .main-nav__child {
    width: 100%;
  }
}
.main-nav__child li {
  background: #f6f6f6;
  text-align: left;
  min-width: 100%;
  line-height: 30px;
}

.main-nav__child li a {
  display: inline-block;
  text-align: left;
  text-transform: none;
  font-weight: 500;
  padding: 3px 5px;
  width: 100%;
  color: #000;
}

.main-nav > ul > li:hover .main-nav__child {
  display: block;
}
@media (max-width: 767px) {
  .main-nav.active {
    display: block;
    position: absolute;
    z-index: 9999999999;
    top: 45px;
    background: #fff;
    width: calc(100% - 50px);
    border-top: 3px solid #fd0;
    box-shadow: 100px 0 0 rgba(0, 0, 0, 0.5);
    height: 100%;
    opacity: .96;
  }
}
@media (max-width: 768px) {
  .main-nav.active ul li {
    display: block;
    text-align: left;
  }
  .main-nav.active ul li a {
    display: block;
    width: 100%;
    padding: 10px;
    font-size: 24px;
    font-weight: 400;
    color: #4d4d4d;
    line-height: 48px;
    text-transform: none;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
  }
  .main-nav.active ul li:hover {
    font-weight: 600;
    background: #fd0;
    text-decoration: none;
    cursor: pointer;
  }
  .main-nav.active ul li:hover a {
    transform: none;
  }
}
@media (max-width: 767px) {
  .main-nav {
    display: none;
  }
}
.social-media {
  position: absolute;
  top: 15px;
  right: 0;
}
.social-media ul li a {
  padding: 0 5px;
}
#nav-icon {
  width: 28px;
  height: 18px;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
#nav-icon span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #4d4d4d;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
#nav-icon span:nth-child(1) {
  top: 0;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
#nav-icon span:nth-child(2) {
  top: 8px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
#nav-icon span:nth-child(3) {
  top: 16px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
#nav-icon.open span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: -4px;
  left: 0;
}
#nav-icon.open span:nth-child(2) {
  width: 0;
  opacity: 0;
}
#nav-icon.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 15px;
  left: 0;
}
.g-slider.owl-theme .owl-dots .owl-dot span {
  width: 12px;
  height: 12px;
  background: #f2f2f2;
  border: 1px solid #dedede;
}
.g-slider.owl-theme .owl-dots .owl-dot span:hover {
  border: 1px solid #ffe800;
  background: #ffe800;
}
.g-slider.owl-theme .owl-dots .owl-dot.active span {
  border: 1px solid #ffe800;
  background: #ffe800;
}
.g-slider.owl-theme .owl-dots,
.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: -28px;
  position: relative;
}
.g-slider__header {
  position: absolute;
  top: 50%;
  background-color: rgba(255, 221, 0, 0.65);
  width: 100%;
  text-align: center;
  font-size: 54px;
  font-weight: 600;
  padding: 60px 0;
}
.g-slider__header a {
  color: #555555;
}
.g-slider__header span {
  text-transform: uppercase;
}
.g-slider__header .text_black {
  color: #231f20;
}
.g-slider__header .text_white {
  color: #ffffff;
}
@media (max-width: 767px) {
  .g-slider__header {
    font-size: 20px;
    padding: 5px 0;
  }

  .headline .page-title {
    text-align: center;
    line-height: 100%;
  }
}
.slider-services {
  padding: 10px 50px 20px 50px;
  margin: 0;
}
.slider-services__wrap {
  background-color: #f2f2f2;
}
.slider-services__slide {
  width: 120px;
  height: 120px;
  margin: 0 auto;
}
.slider-services__title {
  color: #58595b;
  font-size: 17px;
  text-align: center;
  padding-top: 10px;
}
.slider-services__header {
  color: #6d6e71;
  font-size: 40px;
  text-align: center;
  font-weight: 100;
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin: 0 0 10px;
  padding-top: 25px;
}
.slider-services__header:before,
.slider-services__header:after {
  content: '';
  display: inline-block;
  width: 100%;
  height: 1px;
  background: #6d6e71;
  position: relative;
  top: -10px;
}
.slider-services__header:before {
  left: -10px;
  margin: 0 0 0 -100%;
}
.slider-services__header:after {
  margin: 0 -100% 0 0;
  right: -10px;
}
.slider-services__item .slider-services__img {
  display: block;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100px;
}
.slider-services__item .slider-services__img_hover {
  display: none;
  background-color: #ffe700;
  border: 0 none;
  border-radius: 50%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100px;
}
.slider-services__item .slider-services__link {
  font-weight: 300;
}
.slider-services__item .slider-services__link:hover {
  text-decoration: none;
  font-weight: 400;
}
.slider-services__item:hover .slider-services__img {
  display: none;
}
.slider-services__item:hover .slider-services__img_hover {
  display: block;
}
.slider-services__text {
  color: #58595b;
  text-align: center;
}
.owl-carousel.owl-theme .owl-nav div {
  position: absolute;
  height: 100%;
  width: 50px;
  top: 0;
  right: 0;
  background: transparent;
  border-radius: 0;
  margin: 0;
  padding: 0;
  color: #949494;
}
.owl-carousel.owl-theme .owl-nav [class*=owl-]:hover {
  background: transparent;
  color: #949494;
}
.owl-carousel.owl-theme .owl-nav .owl-prev {
  left: 0;
}
.owl-carousel.owl-theme .owl-nav .owl-next {
  right: 0;
}
.owl-carousel.owl-theme .owl-nav i {
  position: absolute;
  top: 50%;
  font-size: 33px;
  margin-top: -15px;
  width: 100%;
  left: 0;
}
.owl-carousel.owl-theme .owl-nav .disabled {
  opacity: 0;
}
.schedule__inner {
  background: url(/bundles/app/images/design/bg-chart.jpg) center center no-repeat;
  width: 100%;
  height: 100%;
  padding: 5px 40px 30px;
}
@media (max-width: 767px) {
  .schedule__inner {
    padding: 0px 40px 8px;
  }
}
.schedule__header {
  color: #ffffff;
  margin: 0 -40px;
  font-size: 40px;
  text-align: center;
  font-weight: 100;
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding-top: 25px;
}
.schedule__header:before,
.schedule__header:after {
  content: '';
  display: inline-block;
  width: 100%;
  height: 1px;
  background: #ffffff;
  position: relative;
  top: -10px;
}
.schedule__header:before {
  left: -10px;
  margin: 0 0 0 -100%;
}
.schedule__header:after {
  margin: 0 -100% 0 0;
  right: -10px;
}
.schedule__desc {
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  margin-top: 10px;
}
.schedule__more {
  color: #fff;
  text-align: center;
  margin-top: 20px;
}
.schedule__date-wrap {
  font-size: 18px;
  color: #fff;
  margin-top: 20px;
  font-weight: 300;
  display: inline-block;
  text-align: center;
}
.schedule__time {
  display: block;
  font-weight: 700;
  margin-top: 5px;
}
@media (max-width: 767px) {
  .schedule__date .col-xs-12 {
    text-align: center;
  }
}
.schedule_right {
  text-align: right;
}
@media (max-width: 767px) {
  .schedule_right {
    text-align: center;
  }
}
.partners__header {
  color: #6d6e71;
  margin-left: 40px;
  font-size: 40px;
  font-weight: 100;
}
.partners__wrap {
  background-color: #f2f2f2;
  padding: 40px 0;
  margin: 20px 0;
}
.years {
  text-align: center;
  margin-top: 20px;
}
.slider-partners {
  padding: 10px 50px;
  margin: 0;
}
.slider-partners__img,
.slider-partners__img_hover {
  width: 100px !important;
  height: 100px !important;
  margin: auto;
  object-fit: cover;
}
.slider-partners__img_hover {
  border: 2px solid #fd0;
  border-radius: 50%;
}
.slider-partners__name {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  color: #231f20;
  text-align: center;
  display: none;
}
.slider-partners__name:after {
  width: 16px;
  height: 11px;
  display: block;
  content: "";
  background: url(/bundles/app/images/design/triagle.png);
  position: relative;
  top: 0;
  left: 50%;
  margin-left: -5px;
  margin-top: 5px;
}
.slider-partners__item.hover .slider-partners__name {
  display: block;
  margin-top: 10px;
}
.owl-carousel .owl-item img.slider-partners__img_hover {
  display: none;
}
.slider-partners.owl-carousel.owl-theme .owl-nav [class*=owl-]:hover {
  background: #eceaea;
  color: #949494;
}
.owl-carousel.owl-theme.slider-partners .owl-nav div {
  max-height: 130px;
}
/*.slider-partners__item.hover img.slider-partners__img_hover {*/
/*  display: block;*/
/*}*/
/*.slider-partners__item.hover img.slider-partners__img {*/
/*  display: none;*/
/*}*/
.partners-reviews__wrap {
  margin: -11px 20px 20px 20px;
  background-color: #fcfcfc;
  border: 1px solid #d8d8d8;
  padding: 20px 27px;
  text-align: left;
  font-weight: 300;
  font-size: 14px;
  color: #231f20;
}
.partners-reviews__title {
  text-align: left;
  display: block;
  font-weight: 700;
}
.partners-reviews__item {
  display: none;
}
.partners-reviews__item.active {
  display: block;
}
blockquote {
  border: none;
  text-align: left;
  font-weight: 300;
  font-size: 14px;
  color: #231f20;
  margin: 20px 0 0 0;
}
.quote {
  font-size: 34px;
  color: #353535;
  font-weight: 700;
}
.quote.quote-left {
  position: absolute;
  margin-top: 10px;
  margin-left: 0;
}
.page-delimiter__wrap {
  height: 70px;
  position: relative;
  background: linear-gradient(to top, #ffd200, #ffea00);
}
.page-delimiter__wrap:before,
.page-delimiter__wrap:after {
  content: ' ';
  background-repeat-y: no-repeat;
  width: 100%;
  height: 4px;
  display: inline-block;
  position: absolute;
}
.page-delimiter__wrap:before {
  background: url(/bundles/app/images/design/fence-yellow.png);
  top: -4px;
}
.page-delimiter__wrap:after {
  background: url(/bundles/app/images/design/fence-yellow-2.png);
  bottom: -4px;
}
@media (max-width: 767px) {
  .page-delimiter__wrap {
    height: 60px;
  }
}
.g-footer {
  margin-top: 40px;
  margin-bottom: 20px;
  text-align: center;
}
.news {
  padding: 0 20px;
  background: url(/bundles/app/images/design/fence-white.png) top repeat-x;
  padding-top: 3px;
  margin-top: -3px;
}
.news__item {
  margin-top: 30px;
}
.news__item:after {
  display: block;
  content: "";
  clear: both;
}
.news__inner {
  padding-top: 5px;
}
.news__header {
  color: #6d6e71;
  font-size: 40px;
  font-weight: 100;
  margin: 20px 25px 15px 25px;
}
.news ul {
  padding: 0;
  list-style-type: none;
}
.news__date {
  color: #6d6e71;
  font-size: 14px;
  font-style: italic;
  font-weight: 300;
}
.news__img-wrap .news__img {
  width: 100%;
  height: auto;
}
.news__title {
  display: inline-block;
  margin-top: 5px;
  color: #414042;
  font-size: 14px;
  font-weight: 500;
}
.news a {
  text-decoration: none;
  color: #414042;
}
.news__link:hover .news__title {
  background-color: #fd0;
}
.news__read a {
  display: inline-block;
  border: 1px solid #6d6e71;
  padding: 1px 32px 1px 9px;
  color: #414042;
  background: url(/bundles/app/images/design/yellow-arrow.png) center right 0 no-repeat #f2f2f2;
  margin-top: 5px;
  float: right;
}
.news__read a:hover {
  background-color: #fd0;
  text-decoration: none;
}
.owl-theme .owl-nav {
  margin: 0;
}

.grid-item {
  width: 285px;
  padding: 10px 10px 40px;
}
.news-list .grid img {
  width: 265px;
}
.g-news .news__title {
  font-size: 18px;
  font-weight: 600;
  color: #231f20;
  display: inline-block;
}
.g-news .news__date {
  margin-top: 10px;
}
.g-news .news__desc {
  font-size: 14px;
  font-weight: 300;
  margin-top: 5px;
  color: #231f20;
}
.grid-item a:hover .news__title {
  background: #fd0;
}
.grid-item .news__img-wrap {
  position: relative;
}

.news__img_layout {
  display: none;
}

.grid .grid-item a:hover  .news__img_bg{
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #000;
  opacity: .4;
}
.grid .grid-item a:hover  .news__img-bg-title{
  display: block;
}

.article {
  padding: 10px;
}

.news__img-bg-title {
  display: none;
  width: 100%;
  position: absolute;
  top: 50%;
  text-align: center;
  color: #fff;
  font-size: 17px;
  margin-top: -30px;
}

.news__img-bg-title::before {
  background: url(/bundles/app/images/design/eye.png) center center no-repeat;
  content: ' ';
  width: 100%;
  height: 25px;
  display: block;
  text-align: center;
}
@media (max-width: 586px) {
  .news-list .grid img {
    width: 100%;
  }
  .grid-item {
    width: 100%;
  }
}

.article img {
  height: auto;
  width: 100%;
  max-width: 100%;
}
.article__header {
  color: #000;
  font-size: 18px;
  font-weight: 400;
  padding: 2px 10px;
  background: #ffe800;
  margin: 0 -10px 10px;
}
.article__date {
  font-size: 15px;
  text-align: center;
  color: #8d8e90;
  font-style: italic;
}

.article__img-wrap {
  margin-bottom: 20px;
}

.headline .page-title {
  color: #6d6e71;
  font-size: 40px;
  font-weight: 100;
  margin-left: 10px;
  text-align: left;
  margin-bottom: 15px;
  margin-top: 20px;
}

.contacts__content {
  clear: both;
}
.contacts__title {
  font-size: 20px;
  font-weight: 600;
  color: #58595b;
}
.contacts__header {
  padding-bottom: 25px;
  overflow: hidden;
}

.contacts__desc {
  font-size: 16px;
  font-weight: 400;
  color: #58595b;
  line-height: 30px;

}

.contacts_background-top {
  background: url(/bundles/app/images/design/fence-yellow.png) top repeat-x;
  padding-top: 3px;
  margin-top: -3px;
}

.contacts_background-bottom {
  background: url(/bundles/app/images/design/fence-yellow-2.png) bottom repeat-x;
  padding-bottom: 3px;
  margin-bottom: -3px;
  position: relative;
  z-index: 5;
}
.contacts__info {
  background: linear-gradient(to top,#ffd200,#ffea00);
  padding: 20px;
}
.contacts__phone {
  font-size: 20px;
  font-weight: 600;
  color: #252525;
  text-align: center;
}
.contacts__phone div {
  font-weight: 400;
}

.service__header {
  background: #f6f6f6;
  text-transform: uppercase;
  font-size: 24px;
  color: #6f7890;
  padding: 20px 15px;
}
.service-item__name {
  background: #fff;
  padding: 18px 10px 18px 50px;
  text-transform: uppercase;
  color: #878fa8;
  font-size: 18px;
  position: relative;
  cursor: pointer;
}
.service-item__name:before {
  -webkit-transform: rotate(-90deg);
  position: absolute;
  content: "";
  display: block;
  background: url(/bundles/app/images/design/arrow-group.png);
  width: 14px;
  height: 8px;
  top: 25px;
  left: 20px;
}
.service-item__wrap {
  display: none;
}
.service-item__title {
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
}
.service-item__name:hover {
  background: #f7f7f7;
  cursor: pointer;
}
.service-item__body img {
  width: 100%;
  height: auto;
}
.service-item__body ul li {
  margin-top: 10px;
}

.service-item__body a{
  color: #428bca;
}
.service-item__body a:hover {
  color: #428bca;
  text-decoration: underline;
}

.modal .modal-content {
  border-radius: 0;
  border: 0;
  box-shadow: 0 5px 50px rgba(0,0,0,.2);
  position: relative;
}
.modal-backdrop {
  background: transparent;
}
.modal-logo {
  display: inline-block;
}
.modal-logo img {
  width: 135px;
  height: 49px;
}
.modal-icon {
  display: inline-block;
  opacity: .8;
  float: right;
  text-align: center;
}
.modal-icon:hover {
  cursor: pointer;
}
.modal-icon:hover:before {
  background-color: #fde500;
  border-radius: 50%;
}
.modal-icon:hover span {
  font-weight: 600;
}

.modal-icon:before {
  width: 40px;
  height: 40px;
  position: relative;
  content: "";
  display: block;
  margin: auto;
}
.modal-icon-close:before {
  background: url(/bundles/app/images/design/close-modal.png) center center no-repeat;
  /*right: -6px;*/
}
.modal .modal-body {
  padding: 30px;
}

.modal-icon-save:before {
  background: url(/bundles/app/images/design/save-modal.png) center center no-repeat;
  /*right: -9px;*/
}
.modal-icon-save {
  margin-right: 15px;
}
.modal-icon span {
  display: block;
  font-size: 14px;
  font-weight: 400;
  color: #575756;
  margin-top: 6px;
  line-height: 14px;
}
.modal-header {
  border-bottom: none;
}
.category-container .category__link {
  padding: 10px;
}
.category__inner {
  display: block;
  padding: 15px;
  min-height: 100px;
  border: 1px solid #dcdcdc;
  background: #fff;
}

.category__title {
  color: #58595b;
  font-size: 16px;
  text-decoration: none;
  font-weight: 400;
  width: 100%;
  text-align: center;
  display: block;
  padding: 5px;
  min-height: 35px;
}
.category__inner:hover .category__title {
  font-size: 17px;
  line-height: 1.42857143;
}

.category__inner:hover .category__img_hover{
  display: block;
}

.category__inner:hover .category__img{
  display: none;
}
.category__inner:hover {
  background: #f6f6f6;
}
.category__img-wrap {
  width: 100px;
  height: 100px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  display: block;
  margin: 0 auto;
  text-align: center;
}

.category__img_hover {
  display: none;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
  z-index: 2;
  color: #231f20;
  cursor: default;
  background-color: #ffe800;
  border-color: #ffe800;
}

.pagination > li > a, .pagination > li > span {
  color: #231f20;
}
.pagination > li:last-child > a, .pagination > li:last-child > span {
  border-radius: 0;
}

.pagination > li:first-child > a, .pagination > li:first-child > span {
  border-radius: 0;
}

.fa.fa-chevron-right:before {
  content: '\e258';
  display: block;
  font-style: normal;
  font-family: 'Glyphicons Halflings';
  font-size: inherit;
}

.fa.fa-chevron-left:before {
  content: '\e257';
  display: block;
  font-style: normal;
  font-family: 'Glyphicons Halflings';
  font-size: inherit;
}

.navigation .pagination .fa {
  display: block !important;
  font: inherit !important;
}

@media (max-width: 660px) {
  .contacts__phone div img {
    width: 100%;
    height: auto;
  }
}
.article .article__text p{
  color: #231f20;
  font-size: 15px;
  font-weight: 400;
  margin-top: 25px;
}
.article .article__text > p:first-child {
  margin-top: 0px
}
@media (max-width: 991px) {
  .news {
    background: none;
  }
}

.service-item__body {
  padding: 0 10px;
}

@media (max-width: 240px){
  .service-item__wrap {
    display: block;
  }
}
.ws-chat-copyright {
  display: none !important;
}
.share {
  display: none;
}


body {
  margin: 0;
}
.service__desc ul {
  margin: 0;
  padding: 0;
}
.container {
  color: #555555;
}
.window {
  height: 600px;
  margin-bottom: 40px;
}
.window__wrapper {
  background: url(/bundles/app/images/design/v1/main1.png) center center no-repeat;
  background-size: cover;
  background-position: 0px -177px;
  height: 100%;
}
.window__content {
  max-width: 800px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-right: 25px;
  padding-left: 25px;
}
.window__content h2 {
  color: #ffffff;
  line-height: 1.2;
  text-align: center;
  font-weight: 400;
  font-size: 28px;
  margin: 0 0 1em 0;
}
.window__content h3 {
  color: #ffffff;
  line-height: 1.2;
  text-align: center;
  font-weight: 400;
  font-size: 24px;
  margin-bottom: 20px;
}
.window__content .btn-container .button:first-of-type {
  margin: 0;
  min-width: 330px;
}
.window__wrapper,
.window__content {
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  height: 100%;
}
.window .button {
  min-width: 170px;
}
.btn-container .button:first-of-type {
  margin-right: 10px;
}
.button {
  display: inline-block;
  border-radius: 8px;
  position: relative;
  max-width: 270px;
  padding: .4em 2em .4em 1em;
  font-weight: 400;
  font-size: 18px;
  vertical-align: middle;
  text-align: center;
  white-space: normal;
  word-wrap: normal;
}
.button,
.button:focus,
.button:hover {
  color: #fff;
  text-decoration: none;
}
.icon::after {
  font-family: FontAwesome;
  padding-right: 8px;
}
.icon_angel-right::after {
  content: "\f105";
  font-size: 25px;
  right: 0;
  top: 2px;
  position: absolute;
}
.button_yellow {
  border: 1px solid #fdd902;
}
.button_yellow:hover {
  border: 1px solid #fdd902;
  background-color: #fdd902;
  color: #555555;
}
.button_transparent {
  color: #fdd902;
  background-color: transparent;
}
@media (max-width: 480px) {
  .btn-container .button {
    margin: 0.3em 0 0.3em 0;
  }
  .btn-container {
    text-align: center;
  }
  .btn-container .button:first-of-type {
    margin-right: 0;
  }
  .window__content h2 {
    margin: 0 0 2em 0;
  }
}
.container-info {
  margin-bottom: 5em;
}
.info-list__inner {
  position: relative;
  display: block;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
  font-size: 0;
}
.info-item {
  display: inline-block;
  padding: 2.9em 6em 2.9em 6em;
  max-width: 330px;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  vertical-align: top;
  font-size: 14px;
}
.info-item__description {
  vertical-align: top;
}
.info-item:first-child {
  border-right: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
}
.info-item:last-child {
  margin-top: -1px;
  border-left: 1px solid #e8e8e8;
  border-top: 1px solid #e8e8e8;
}
.info-item__wrap {
  text-align: center;
}
.info-item__icon {
  display: inline-block;
  width: 85px;
  height: 85px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #fdd902;
  margin-bottom: 2em;
}
.icon_wedding-contract {
  background: url(/bundles/app/images/design/v1/wedding-contract.png) center center no-repeat;
}
.icon_music {
  background: url(/bundles/app/images/design/v1/music.png) center center no-repeat;
}
.icon_city-hall {
  background: url(/bundles/app/images/design/v1/city-hall.png) center center no-repeat;
}
.icon_rings {
  background: url(/bundles/app/images/design/v1/rings.png) center center no-repeat;
}
.info-item__title {
  font-size: 22px;
  color: #555555;
  max-width: 280px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: .7em;
}
.info-item__description {
  font-size: 14px;
  color: #555555;
}
@media screen and (min-device-width: 1200px) {
  .info-item {
    padding: 2.9em 6em 2.9em 6em;
  }
}

@media (max-width: 1199px) {
  .info-item {
    padding: 2.9em 4em 2.9em 4em;
  }
}
@media (max-width: 990px) {
  .info-item {
    padding: 2.9em 1em 2.9em 1em;
  }
}
@media (max-width: 767px) {
  .info-item {
    display: block;
    margin: auto;
    padding-top: 0;
  }
  .info-item:first-child {
    border: none;
  }
  .info-item:last-child {
    border: none;
  }
  .container-info {
    margin-bottom: 0;
  }
}
.slider-content {
  color: #555555;
  text-align: center;
  margin-bottom: 3em;
}
.slider-content .header {
  font-size: 26px;
  margin-bottom: 20px;
}
.slider-content .description {
  font-size: 14px;
  margin-bottom: 30px;
  display: none;
}
.slider {
  max-width: 1010px;
  margin: auto;
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.slider__nav {
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 1em;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
}
.slider__nav-arrow {
  margin-top: -4em;
}
.slider__nav-arrow:hover {
  cursor: pointer;
}
.fotorama {
  flex-grow: 1;
  -webkit-flex-grow: 1;
  -webkit-box-flex: 1;
}
.fotorama .fotorama__thumb-border {
  border-color: #f3d833 !important;
}
.g-service-container {
  max-width: 920px;
  margin: auto;
  margin-bottom: 40px;
}
.g-service-container .service__header {
  text-transform: inherit;
  border: 1px solid #e8e8e8;
  border-bottom: none;
  text-align: center;
  background: #fafafa;
  padding: 25px 15px;
}
.g-service-container .service__content {
  border: 1px solid #e8e8e8;
  padding: 20px 15px;
}
.service__desc ul {
  padding-left: 0;
  text-align: left;
  margin: 0;
  font-size: 1em;
}
.service__desc ul li {
  list-style-type: none;
  padding: 5px 0;
  color: #2d2d2d;
}
.service__desc ul li::before {
  content: url("/bundles/app/images/design/v1/round-done-button.png");
  padding-right: 9px;
  vertical-align: middle;
}
.service__desc ul li {
  list-style: none;
}
.service__desc {
  display: none;
}
.service__desc.active {
  display: inline-block;
}
.service__desc img {
  width: 100%;
  height: 100%;
}
.g-service-container .service__header {
  color: #555555;
}
.service__content .header {
  font-size: 18px;
  color: #555555;
  padding: 1em 0;
}
.service__title.active {
  font-weight: 600;
}
.service__title {
  text-transform: uppercase;
  color: #555555;
  font-size: 15px;
  padding: 1.3em 0 1em 0;
  border-bottom: 1px solid #fdd902;
}
.service__title:hover {
  cursor: pointer;
  font-weight: 600;
}
.service__item:last-child .service__title {
  border-bottom: none;
}
.service__item {
  max-width: 290px;
}
.service__content .col-xs-5 {
  padding: 0 2em;
}
@media (max-width: 767px) {
  .service__item {
    max-width: 100%;
  }
  .slider .slider__nav {
    display: none;
  }
}
.price-list__container {
  background-color: #fafafa;
  border: 1px solid #e8e8e8;
  position: relative;
}
.price-list__container_border-none {
  background-color: #ffffff;
  border: none;
}
.price-list__container_border-none .price-list__title {
  display: none;
}
.price-list__btn {
  margin-left: auto;
  margin-right: auto;
}
.price-list__btn .button {
  font-size: 14px;
  color: #555555;
}
.price-list__btn .icon_angel-right::after {
  top: -2px;
}
.price-list {
  max-width: 1085px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.price-list__title {
  text-align: center;
  font-size: 24px;
  padding: 30px 20px;
}
.price-list__item_img {
  width: 60px;
  height: 60px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #fdd902;
  margin: 0 auto;
}
.price-list__item_img::before {
  content: '';
  background: #fdd902;
  width: 100%;
  height: 100%;
  display: inline-block;
}
.price-list__item_title {
  text-align: center;
  font-size: 18px;
  margin-bottom: 2em;
  min-height: 50px;
}
.price-list__wrapper {
  margin-top: 12%;
  border-right: 1px solid #e8e8e8;
  padding: 0 20px;
  font-size: 14px;
  position: relative;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .price-list__wrapper {
    display: block;
  }
}
.price-list__content {
  flex: 1;
  -webkit-flex: 1;
}
.price-list__item_desk ul {
  padding-left: 0;
}
.price-list__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.price-list__item {
  min-width: 236px;
  max-width: 350px;
  flex-basis: auto;
  -webkit-box-flex: 1;
  margin-bottom: 20px;
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  width: 33%;
}
.price-list__items :last-of-type .price-list__wrapper {
  border-right: 0;
}
.price-list__item_desk ul li {
  list-style-type: none;
  margin: 10px 0;
}

.price-list__item_desk ul li::before {
  content: url(/bundles/app/images/design/round-done-button.png);
  padding: 9px;
  vertical-align: middle;
}
.price-list__item_img-tag::before {
  background: url(/bundles/app/images/design/v1/tag-gray.png) center center no-repeat;
}
.price-list__item_img-heart::before {
  background: url(/bundles/app/images/design/v1/heart-gray.png) center center no-repeat;
}
.price-list__item_img-diamond::before {
  background: url(/bundles/app/images/design/v1/diamond-gray.png) center center no-repeat;
}
.price-list__item_img-calendar::before {
  background: url(/bundles/app/images/design/v1/calendar.png) center center no-repeat;
}
.price-list__item_img-icon::before {
  background: url(/bundles/app/images/design/v1/icon.png) center center no-repeat;
}
.price-list__item_img-warning::before {
  background: url(/bundles/app/images/design/v1/warning.png) center center no-repeat;
}
@media (max-width: 790px) {
  .price-list__items :nth-child(2n) .price-list__wrapper {
    border-right: 0;
  }
  .price-list__item {
    width: 50%;
  }
}
@media (max-width: 768px) {
  .price-list__wrapper {
    margin-top: 5%;
  }
}
@media (max-width: 580px) {
  .price-list__item {
    width: 100%;
  }
  .map-container .mapbox {
    left: 0;
  }
}
@media (max-width: 650px) {
  .price-list__item_title {
    margin-bottom: 15px;
  }
  .price-list__item {
    flex-basis: auto;
  }
  .price-list__wrapper {
    min-height: inherit;
  }
  .price-list__wrapper {
    border-right: 0;
  }
  .price-list__item {
    margin-bottom: 10%;
  }
}
.clients-list {
  text-align: center;
  border-bottom: 1px solid #e8e8e8;
}
.clients__img {
  width: 100%;
  height: 50px;
}
.clients-list li {
  display: inline-block;
  text-indent: 0;
  vertical-align: middle;
  text-align: center;
  padding: 0 2em;
  margin-bottom: 1em;
}
.clients__img_ictv {
  background: url(/bundles/app/images/design/v1/ictv_default.png) center center no-repeat;
  width: 123px;
  height: 85px;
}
.clients__img_ictv:hover {
  cursor: pointer;
  background: url(/bundles/app/images/design/v1/ictv_active.png) center center no-repeat;
}
.clients__img_tsn {
  background: url(/bundles/app/images/design/v1/1plus1_default.png) center center no-repeat;
  width: 62px;
  height: 47px;
}
.clients__img_tsn:hover {
  cursor: pointer;
  background: url(/bundles/app/images/design/v1/1plus1_active.png) center center no-repeat;
}
.clients__img_ukraine {
  background: url(/bundles/app/images/design/v1/ukraine_default.png) center center no-repeat;
  width: 192px;
  height: 144px;
}
.clients__img_ukraine:hover {
  cursor: pointer;
  background: url(/bundles/app/images/design/v1/ukraine_active.png) center center no-repeat;
}
.clients__img_korrespondent {
  background: url(/bundles/app/images/design/v1/korrespondent_default.png) center center no-repeat;
  width: 209px;
  height: 41px;
}
.clients__img_korrespondent:hover {
  cursor: pointer;
  background: url(/bundles/app/images/design/v1/korrespondent_active.png) center center no-repeat;
}

.service-partner {
  height: 521px;
}
.service-partner__wrapper {
  background: url(/bundles/app/images/design/v1/service-partner-logo.png) center center no-repeat;
  height: 100%;
}
.service-partner__content {
  padding: 135px 25px 25px;
  text-align: center;
  height: 100%;
}
.service-partner__logo img {
  width: 100%;
  max-width: 351px;
  max-height: 262px;
}
.service-partner ul li {
  list-style: none;
}
.service-partner ul {
  padding: 0;
}
.service-partner__items {
  max-width: 850px;
  margin: auto;
}
.service-partner__slide-content {
  border-radius: 3px;
  border: 1px solid #e8e8e8;
  box-sizing: border-box;
  background-color: #ffffff;
}
.service-partner__slide-title {
  padding: 10px 0;
  border-top: 1px solid #e8e8e8;
  font-size: 16px;
  line-height: 16px;
  color: #555555;
}
.service-partner__slide-content img {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  max-height: 180px;
}

.service-partner__content .header {
  font-size: 24px;
  padding: 20px;
}

.gmnoprint {
  display: none;
}
.map {
  position: relative;
}
.mapbox {
  position: absolute;
  background: #fff;
  max-width: 350px;
  padding: 20px 40px;
  top: 7%;
  left: 3em;
  /*box-shadow: 0 3px 10px #e8e8e8;*/
  box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.3);
  border: 1px solid #ddd;
  border-radius: 9px;
  z-index: 100;
}
.gmnoprint {
  display: none;
}
.mapbox__desc_time span {
  display: inline-block;
  margin-left: 43px;
}
.mapbox__title {
  font-size: 20px;
  font-weight: 500;
  text-align: center;
}
.line {
  display: inline-block;
  width: 100%;
  height: 2px;
  border-radius: 4px;
  background: #fdd902;
  margin: 15px 0 0;
}
.mapbox__desc {
  display: block;
  font-size: 15px;
  padding: 10px 0;
}
.mapbox__desc::before {
  margin-right: 20px;
  color: #fdd902;
  font-size: 21px;
  display: inline-block;
  width: 20px;
  text-align: center;
  font-family: 'FontAwesome';
}
.mapbox__info {
  padding-left: 0;
  margin-bottom: 0;
}
.mapbox__desc_phone::before{
  content: '\f095';
}
.mapbox__desc_email::before{
  content: '\f0e0';
}
.mapbox__desc_address::before{
  content: '\f041';
}
.mapbox__desc_time::before{
  content: '\f017';
}
.mapbox__info .schedule {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 10px;
}

.questions {
  max-width: 840px;
  margin: 0 auto;
  padding: 0 20px;
}

.questions__title {
  text-align: center;
  font-size: 24px;
  padding: 0 20px 30px 20px;
}

.question__content {
  /*border-bottom: 1px solid #e8e8e8;*/
  border-top: 1px solid #e8e8e8;
  padding: 10px 0;
}

.question:last-child {
  border-bottom: 1px solid #e8e8e8;
}

.questions a {
  color: inherit !important;
}

.questions .accordion-toggle {
  border-bottom: 1px solid #fdd902;
  padding-bottom: 7px;
  display: inline-block;
}

.questions .question__text {
  padding-top: 10px;
}

.questions .accordion-toggle.collapsed {
  border-bottom: 0;
  padding-bottom: 0;
}


.service-partner .owl-theme .owl-nav .owl-arrow {
  width: 32px;
  height: 32px;
  background-image: url(../images/design/fotorama.png) !important;
  background-repeat: no-repeat;
  top: 80px;
}
.service-partner .owl-theme .owl-nav .owl-arrow.owl-arrow_right {
  right: 2px;
  background-position: -32px 0;
}

.service-partner .owl-theme .owl-nav .owl-arrow.owl-arrow_left {
  left: 2px;
  background-position: 0 0;
}

.clients-container__title {
  font-size: 26px;
  text-align: center;
}

.main-nav > ul > li, .social-media > ul > li {
  display: inline-block;
  text-transform: uppercase;
  font-weight: 700;
  border-bottom: solid 2px #f6f6f6;
  position: relative;
}

@media (min-width: 768px) {
  .social-media .social-media-list {
    margin-right: 0;
  }
}

@media (min-width: 992px) {
  .social-media .social-media-list {
    margin-right: 15px;
  }
}

.social-media ul {
  display: inline-block;
}
@media (max-width: 768px) {
  .main-nav .social-media ul li{
    display: inline-block;
  }
  .social-media {
    position: relative;
  }
}


@media (min-width: 769px) and (max-width: 991px) {
  .social-media {
    position: relative;
    top: inherit;
    left: inherit;
  }
  .main-nav {
    height: auto;
  }
}
/*ORDER*/
.landing-order {
  background: url(../images/flowers_shadow_black.png) center center no-repeat;
  width: 100%;
  display: inline-block;
  margin-bottom: 40px;
}

.landing-order__wrap {
  padding-top: 40px;
  padding-bottom: 40px;
  text-align: center;
}

.landing-order__header {
  text-align: center;
  color: #ffffff;
  font-size: 25px;
  font-family: "FuturaDemiC", sans-serif;
  margin-bottom: 25px;
}

.landing-order__header p {
  font-size: 19px;
  line-height: 22px;
  margin-top: 10px;
}

.landing-form__field {
  background-color: #ffffff;
  height: 62px;
  font-size: 18px;
  padding: 0 15px;
  width: 100%;
  width: -moz-available;
  width: -webkit-fill-available;
  width: fill-available;
  opacity: 0.9;
  font-weight: 300;
}

.landing-form__inner {
  margin-bottom: 15px;
  display: inline-block;
}

.landing-form .landing-button {
  width: 100%;
}

.landing-form__button {
  display: inline-block;
}

@media only screen and (max-width: 633px) {
  .landing-order__header {
    line-height: 35px;
  }
}

@media only screen and (min-width: 980px) {
  .landing-order__header {
    font-size: 32px;
    margin-bottom: 70px;
  }

  .landing-order__header p {
    font-size: 22px;
    max-width: 510px;
    margin: 25px auto;
    line-height: 31px;
  }

  .landing-form__field {
    font-size: 23px;
    padding: 2px 15px;
  }

  .landing-order__wrap {
    padding-top: 75px;
    padding-bottom: 75px;
  }
}

@media only screen and (min-width: 1200px) {
  .landing-order {
    background: url(../images/flowers_shadow_light.jpg) center center no-repeat;
    -webkit-background-size: 100%;
    background-size: auto;
  }
}

.landing-button {
  font-size: 20px;
  font-family: "FuturaBookC", sans-serif;
  display: inline-block;
  width: auto;
  border: 0;
  padding: 17px;
}

.landing-button_yellow {
  background: #f6d808;
  color: #ffffff;
  white-space: nowrap;
}

.landing-form .landing-button {
  width: 100%;
}

.landing-form__success-msg {
  display: none;
  color: #fff;
  font-size: 23px;
  line-height: 22px;
}
.flip-timer {
  font-family: Arial,Helvetica,FreeSans,"Liberation Sans","Nimbus Sans L",sans-serif;
  color: #4d4b4b;
  text-align: center;
}

.promo-time-title {
  display: block;
  float: none;
  padding: 4px 0 3px 3px;
  font-size: 14px;
}

.flip-block__text {
  font-size: 40px;
}

.flip-block__item {
  display: inline-block;
  font-size: 11px;
}

.flip-block__title {
  text-align: center;
  margin-top: -5px;
}
@media only screen and (max-width: 991px) {
  .window .window__wrapper {
    background-size: initial;
  }
}


.header{
  position:relative;
  z-index:6
}
.header ul {
  list-style: none;
  margin: 0;
}
.header img {
  max-width: 100%;
  height: auto;
}
.header a{
  text-decoration:unset
}
.header-wrap{
  margin:0 auto;
  max-width:1210px;
  padding:0 20px
}
.header-top{
  border-bottom:3px solid #ffe802;
  display:flex;
  flex-wrap:nowrap;
  padding:23px 0 17px
}
.header-left{
  width:200px
}
.header-right{
  align-items:center;
  display:flex;
  flex-wrap:nowrap;
  justify-content:flex-end;
  padding-bottom:7px;
  width:calc(100% - 200px)
}
.header-schedule{
  color:#555;
  font-weight:500;
  font-size:13px;
  line-height:154%
}
.header-schedule p{
  margin:0
}
.header-phone{
  padding-left:3.7%
}
.header-phone a{
  color:#333;
  font-weight:900;
  font-size:18px;
  line-height:150%;
  padding:0 0 0 40px;
  position:relative
}
.header-phone a:before{
  background:url('../images/design/icons.svg') no-repeat -4px -5px;
  content:"";
  height:28px;
  left:0;
  position:absolute;
  top:calc(50% - 14px);
  width:28px
}
.header-auth{
  padding-left:3.7%;
  position:relative;
  width:226px
}
.header-auth-link{
  color:#333;
  font-weight:500;
  font-size:16px;
  line-height:169%
}
.header-auth-divider{
  margin:0 7px
}
.header-auth:hover .header-auth-menu{
  display:block
}
.header-auth-menu{
  -webkit-filter:drop-shadow(0 10px 20px rgba(255,232,0,.3));
  filter:drop-shadow(0 10px 20px rgba(255,232,0,.3));
  display:none;
  min-width:282px;
  padding:16px 0 0;
  position:absolute;
  right:0;
  z-index:1
}
.header-auth-menu-btn{
  cursor:pointer;
  display:flex;
  padding:0 37px 0 0;
  position:relative
}
.header-auth-menu-btn a{
  font-size:13px;
  font-weight:500;
  line-height:130%
}
.header-auth-menu-btn:after{
  background:url('../images/design/icons.svg') no-repeat -764px -77px;
  content:"";
  height:32px;
  position:absolute;
  top:calc(50% - 16px);
  right:0;
  width:32px
}
.header-auth-menu-item{
  padding:0
}
.header-auth-menu-item::before{
  display:none
}
.header-auth-menu-item-link{
  background-color:#fff;
  display:block;
  font-size:16px;
  font-weight:400;
  line-height:25px;
  padding:15px 30px
}
.header-auth-menu-item-link:hover{
  background-color:#ffe800
}
.header-hamburger{
  display:none;
  height:30px;
  width:30px
}
.header-hamburger-wrap{
  cursor:pointer;
  display:flex;
  flex-direction:column;
  justify-content:center;
  height:100%
}
.header-hamburger-wrap.is-active .header-hamburger-line{
  opacity:1;
  -webkit-transform:rotate(45deg) translate(-7px,-14px);
  transform:rotate(45deg) translate(-7px,-14px);
  background:#333;
  width:27px
}
.header-hamburger-wrap.is-active .header-hamburger-line:nth-last-child(3){
  opacity:0;
  -webkit-transform:rotate(0deg) scale(.2);
  transform:rotate(0deg) scale(.2)
}
.header-hamburger-wrap.is-active .header-hamburger-line:nth-last-child(2){
  -webkit-transform:rotate(-45deg) translate(-2px,10px);
  transform:rotate(-45deg) translate(-2px,10px)
}
.header-hamburger-line{
  display:block;
  width:26px;
  height:4px;
  margin:4px auto 0;
  position:relative;
  background:#333;
  z-index:1;
  -webkit-transform-origin:4px 0;
  transform-origin:4px 0;
  transition:opacity .55s ease,-webkit-transform .5s cubic-bezier(.77,.2,.05,1);
  transition:transform .5s cubic-bezier(.77,.2,.05,1),opacity .55s ease;
  transition:transform .5s cubic-bezier(.77,.2,.05,1),opacity .55s ease,-webkit-transform .5s cubic-bezier(.77,.2,.05,1)
}
.header-hamburger-line:first-child{
  -webkit-transform-origin:0 0;
  transform-origin:0 0;
  margin-top:0
}
.header-hamburger-line:nth-last-child(2){
  -webkit-transform-origin:0 100%;
  transform-origin:0 100%
}
.header-bottom{
  background-color:#f6f6f6;
  color:#252525;
  display:flex;
  flex-wrap:wrap;
  font-weight:700;
  font-size:14px;
  line-height:130%;
  text-transform:uppercase
}
.header-bottom a,.header-bottom a:hover{
  color:#252525
}
.header-bottom .header-auth{
  display:none
}
.header-nav{
  padding-left:200px;
  width:calc(100% - 200px)
}
.header-nav .main-nav-list{
  display:flex;
  justify-content:space-between;
  flex-wrap:wrap;
  padding:0 20px
}
.header-nav .main-nav-list li{
  position:relative;
  padding:0
}
.header-nav .main-nav-list li:before{
  display:none
}
.header-nav .main-nav-list li .main-nav-link{
  cursor:pointer;
  display:block;
  padding:17px 0 18px;
  transition:-webkit-transform .3s linear;
  transition:transform .3s linear;
  transition:transform .3s linear,-webkit-transform .3s linear
}
.header-nav .main-nav-list li .main-nav-child{
  background-color:#f6f6f6;
  border-top:2px solid #fff;
  display:none;
  left:0;
  min-width:200px;
  padding:0;
  position:absolute;
  text-transform:none;
  top:100%;
  z-index:2
}
.header-nav .main-nav-list li .main-nav-child li a{
  display:block;
  padding:9px 5px;
  transition:background-color .3s linear
}
.header-nav .main-nav-list li .main-nav-child li a:hover{
  background-color:#ffe802
}
.header-nav .main-nav-list li:hover a{
  -webkit-transform:translateY(-4px);
  transform:translateY(-4px)
}
.header-nav .main-nav-list li:hover .main-nav-child{
  display:block
}
.header-nav-list{
  display:flex;
  justify-content:space-between;
  flex-wrap:wrap;
  padding:0 20px
}
.header-nav-list-item{
  position:relative;
  padding:0
}
.header-nav-list-item:first-child{
  display:none
}
.header-nav-list-item:hover .header-nav-list-item-link{
  -webkit-transform:translateY(-4px);
  transform:translateY(-4px)
}
.header-nav-list-item:hover .header-nav-list-item-submenu{
  display:block
}
.header-nav-list-item:before{
  display:none
}
.header-nav-list-item-link{
  cursor:pointer;
  display:block;
  padding:17px 0 18px;
  transition:-webkit-transform .3s linear;
  transition:transform .3s linear;
  transition:transform .3s linear,-webkit-transform .3s linear
}
.header-nav-list-item-submenu{
  background-color:#f6f6f6;
  border-top:2px solid #fff;
  display:none;
  left:0;
  min-width:200px;
  padding:0;
  position:absolute;
  text-transform:none;
  top:100%;
  z-index:2
}
.header-nav-list-item-submenu-item{
  padding:0
}
.header-nav-list-item-submenu-item:before{
  display:none
}
.header-nav-list-item-submenu-item-link{
  display:block;
  padding:9px 5px;
  transition:background-color .3s linear
}
.header-nav-list-item-submenu-item-link:hover{
  background-color:#ffe802
}
.header-social{
  align-items:center;
  display:flex
}
.header-social-list{
  display:flex;
  flex-wrap:wrap;
  padding:0;
  width:100%
}
.header-social-list-item{
  font-size:0;
  padding:0
}
.header-social-list-item:before{
  display:none
}
.header-social-list-item-link{
  display:block;
  height:30px;
  width:30px
}
.header-social-list-item-link.facebook{
  background:url('../images/design/icons.svg') no-repeat -136px 2px
}
.header-social-list-item-link.instagram{
  background:url('../images/design/icons.svg') no-repeat -200px 2px
}
.header-lang-list{
  display:flex;
  flex-wrap:wrap;
  padding:0 0 0 16px
}
.header-lang-list-item{
  padding:0
}
.header-lang-list-item:before{
  display:none
}
.header-lang-list-item-link{
  display:block;
  padding:17px 7px 13px
}
@media (max-width:1100px){
  .header-nav{
      padding:0
  }

}
@media (max-width:1024px){
  .header-wrap{
      padding:0
  }
  .header-bottom,.header-top{
      padding-left:20px;
padding-right:20px
  }

}
@media (max-width:900px){
  .header-bottom{
      justify-content:center
  }
  .header-nav{
      width:100%
  }

}
@media (max-width:768px){
  .header-top{
      padding:12px 20px 6px
  }
  .header-left{
      width:100px
  }
  .header-right{
      width:calc(100% - 100px)
  }
  .header-schedule{
      display:none
  }
  .header-phone{
      padding:0
  }
  .header-phone a{
      display:block;
      font-size:0;
      height:30px;
      padding:0;
      width:30px
  }
  .header-phone a:before{
      background-position:-73px -5px
  }
  .header-auth{
      display:none
  }
  .header-hamburger{
      display:block;
      position:relative;
      margin-left:34px;
      z-index:9
  }
  .header-bottom{
      background-color:#fff;
      box-shadow:75px 0 0 0 rgba(0,0,0,.5);
      min-height:calc(100vh - 55px);
      display:none;
      font-size:18px;
      font-weight:400;
      left:0;
      position:absolute;
      padding:0;
      top:58px;
      text-transform:unset;
      width:calc(100% - 75px)
  }
  .header-bottom.active{
      display:block
  }
  .header-bottom .header-auth{
      display:block;
      padding:0;
      text-transform:none;
      width:100%
  }
  .header-bottom .header-auth-links{
      padding:15px 15px 0
  }
  .header-bottom .header-auth-menu{
      -webkit-filter:unset;
      filter:unset;
      display:block;
      min-width:unset;
      padding:15px 15px 0;
      position:relative
  }
  .header-bottom .header-auth-menu-item:last-child{
      display:none
  }
  .header-bottom .header-auth-menu-item-link{
      align-items:center;
      background-color:#ffe800;
      box-shadow:0 10px 20px rgba(255,232,0,.3);
      display:flex;
      justify-content:center;
      font-size:18px;
      font-weight:500;
      line-height:115%;
      padding:8px 10px;
      min-height:56px
  }
  .header-bottom .header-auth-menu-btn{
      background-color:#f6f6f6;
      font-size:12px;
      padding:12px 35px 11px 15px
  }
  .header-bottom .header-auth-menu-btn:after{
      background-position:-771px -132px;
      height:24px;
      -webkit-transform:rotate(-90deg);
      transform:rotate(-90deg);
      top:calc(50% - 12px);
      right:6px;
      width:24px
  }
  .header-bottom .header-auth-menu-btn a{
      font-weight:400
  }
  .header-social{
      padding-top:10px;
      width:100%
  }
  .header-social-list{
      justify-content:center
  }
  .header-lang{
      width:100%
  }
  .header-lang-list{
      justify-content:center
  }
  .header-nav{
      padding-top:10px
  }
  .header-nav .main-nav-list{
      flex-direction:column;
      padding:0
  }
  .header-nav .main-nav-list a{
      font-weight:400
  }
  .header-nav .main-nav-list a:hover{
      background-color:#ffe800
  }
  .header-nav .main-nav-list li .main-nav-link{
      padding:11px 15px
  }
  .header-nav .main-nav-list li .main-nav-child{
      width:100%
  }
  .header-nav .main-nav-list li:hover a{
      -webkit-transform:translateY(0);
      transform:translateY(0)
  }

}
