body {
  font-size: 16px;
  padding: 0;
  margin: 0 auto;
  padding-top: 80px;
  color: #202020;
  /*font-family: "YandexSansText";*/
  font-weight: 400;
}
body.hidden {
  overflow: hidden;
}

@font-face {
  font-weight: normal;
  font-family: "YandexSansText";
  src: url("../fonts/YandexSansText-Light.woff2") format("woff2"),
  url("../fonts/YandexSansText-Light.woff") format("woff");
}

@font-face {
  font-weight: bold;
  font-family: "YandexSansText";
  src: url("../fonts/YandexSansText-Bold.woff2") format("woff2"),
  url("../fonts/YandexSansText-Bold.woff") format("woff");
}

@font-face {
  font-weight: 500;
  font-family: "YandexSansText";
  src: url("../fonts/YandexSansText-Medium.ttf") format("opentype")
}

@font-face {
  font-weight: 300;
  font-family: "YandexSansText";
  src: url("../fonts/YandexSansText-Regular.woff2") format("woff2"),
  url("../fonts/YandexSansText-Regular.woff") format("woff");
}

.clear {
  clear: both;
}

a, b, blockquote, center, code, div, h1, h2, h3, h4, h5, h6, i, img, p, pre, span, table, td, th, tr, u, video {
  margin: 0;
  padding: 0;
  border: 0;
}

div, p, input, button, form {
  box-sizing: border-box;
}
ul{
  list-style: none;
}
ul, li{
  margin: 0;
  padding: 0;
}
label{
  margin: 0;
}
a{
  transition: all ease 0.4s;
  cursor: pointer;
  color: #f7921e;
}

a:hover{
  text-decoration: none;
  color: #ff6633;
}
.upper{
  text-transform: uppercase;
}
.slick-slide:focus{
  outline: none;
}

.primary {
  color: #f7921e !important;
}

.bold {
  font-weight: bold !important;
}

.small-time {
  font-size: 12px !important;
  position: relative;
  top: -6px;
}

.content {
  min-height: calc(100vh - 282px)
}

/*Header*/
.header_top{
  background: #fff;
  height: 80px;
  display: table;
  width: 100%;
  border-bottom: 1px solid #ededed;
}

.header_top .header_logo {
  display: table-cell;
  vertical-align: middle;
  padding-left: 40px;
}

.header_top .header_logo img {
  width: 160px;
}

.header_top .right_side {
  display: table-cell;
  vertical-align: middle;
  text-align: right;
}

.header_top .right_side .right_container{
  display: table;
  text-align: right;
  position: relative;
  float: right;
}

.header_top .right_side .right_container .header_nav__list {
  padding-left: 30px;
  display: table-cell;
  vertical-align: middle;
}

.header_top .right_side .right_container .number {
  padding-left: 30px;
  display: table-cell;
  vertical-align: middle;
  font-size:18px;
  font-weight: 300;
}

.header_top .right_side .right_container .number .code-tel {
  font-weight: bold;
}

.header_top .right_side .right_container .number img {
  margin-right: 10px;
}

.header_top .right_side .right_container .right_social_links {
  padding-left: 30px;
  display: table-cell;
  vertical-align: middle;
  line-height: 0;
}

.header_top .right_side .right_container .right_social_links .right_social_links_wrap {
  display: table;
  width: auto;
}

.header_top .right_side .right_container .right_social_links .right_social_links_wrap .right_social_links_item {
  display: table-cell;
  vertical-align: middle;
  padding: 0 5px;
}

.header_top .right_side .right_container .right_social_links .right_social_links_wrap .right_social_links_item a {
  text-decoration: none;
  color: #000;
  display: block;
  vertical-align: middle;
}

.header_top .right_side .right_container .right_social_links .right_social_links_wrap .right_social_links_item a:hover svg {
  fill: #f7921e;
}

.header_top .right_side .right_container .right_button {
  padding-left: 30px;
  display: table-cell;
  vertical-align: middle;
  padding-right: 40px;
}

.header_top .right_side .right_container .right_button a {
  color:#ffffff;
  border:3px solid #f7921e;
  background: #f7921e;
  border-radius:3px;
  -moz-border-radius:3px;
  -webkit-border-radius:3px;
  font-weight:600;
  display: block;
  height: 40px;
  font-size: 14px;
  padding-left: 30px;
  padding-right: 30px;
  margin-left: 10px;
}

.header_top .right_side .right_container .right_button a:hover {
  background-color: #ffffff !important;
  color: #f7921e !important;
  border-color: #f7921e !important;
}

.header_top .right_side .right_container  .header_nav__list {
  text-align: right;
  margin: 0;
}

.header_top .right_side .right_container  .header_nav__list li {
  clear: both;
  font-size: 16px;
  display: inline-block;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0;
  color: #000;
  white-space: nowrap;
}

.header_top .right_side .right_container  .header_nav__list li a {
  text-decoration: none;
  color: #1f1f1f;
  font-size: 16px;
  font-weight: 500;
  padding: 0 5px;
}

.header_top .right_side .right_container  .header_nav__list li a:hover, .header_top .right_side .right_container  .header_nav__list li.active a {
  color: #f7921e !important;
}


/*.header_nav__list li{*/
/*float: left;*/
/*}*/
/*.header_nav__list li a{*/
/*color: #202020;*/
/*font-size: 18px;*/
/*font-weight: 400;*/
/*transition: all ease 0.2s;*/
/*margin-right: 50px;*/
/*line-height: 59px;*/
/*}*/
/*.header_nav__list li:last-child a{*/
/*margin-right: 0;*/
/*}*/
/*.header_nav__list li a:hover{*/
/*color: #f7921e;*/
/*}*/
.header_phone{
  font-size: 24px;
  font-weight: 400;
  color: #202020;
  line-height: 59px;
}
.header_phone i{
  color: #f7921e;
  margin-right: 5px;
}
.ham {
  width: 48px;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  transition: transform 400ms;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: relative;
  z-index: 10000;
}
.hamRotate.active {
  transform: rotate(45deg);
}
.hamRotate180.active {
  transform: rotate(180deg);
}
.line {
  fill:none;
  transition: stroke-dasharray 400ms, stroke-dashoffset 400ms;
  stroke:#000;
  stroke-width:5.5;
  stroke-linecap:round;
}
.ham4 .top {
  stroke-dasharray: 40 121;
}
.ham4 .bottom {
  stroke-dasharray: 40 121;
}
.ham4.active .top {
  stroke-dashoffset: -68px;
}
.ham4.active .bottom {
  stroke-dashoffset: -68px;
}
.nav_mob{
  display: block;
  opacity:0;
  transition:opacity 500ms;
  visibility: hidden;
  padding-top: 15px;
  text-align: center;
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  left: 0;
  background: #fff;
  z-index: 100;
}
.nav_mob.active {
  visibility: visible;
  opacity: 1;
  position: fixed;
 }
.nav_mob.active .menu-bottom, .nav_mob.active .nav_mob_container {
  display: block;
}
.nav_mob .nav_mob_container {
  z-index: 1;
  text-align: center;
  position: absolute;
  top: 32%;
  width: 100%;
  display: none;
}
.nav_mob .nav_mob_container li {
  clear: both;
  font-size: 16px;
  margin: 0;
  color: #000;
  white-space: nowrap;
}

.nav_mob .nav_mob_container  li a {
  text-decoration: none;
  color: #1f1f1f;
  font-size: 16px;
  font-weight: 600;
  padding: 0 5px;
  margin: 20px auto;
  display: block;
}

.nav_mob .menu-bottom {
  position: absolute;
  bottom: 40px;
  right: 0;
  left: 0;
  text-align: center;
  margin: 0 auto;
  display: none;
}

.nav_mob .menu-bottom .phone {
  font-size:18px;
  margin-top: 20px;
  display: block;
  font-weight: 300;
}

.nav_mob .menu-bottom .phone span {
  font-weight: bold;
}

.nav_mob .menu-bottom .phone a {
  color: rgb(0, 0, 0);
}

.nav_mob .menu-bottom .t-sociallinks {
  margin-top: 20px;
  display: block;
}

.nav_mob .nav_mob_container li a:hover {
  color: #f7921e !important;
}

.nav_mob .data-menu {
  margin-top: 100px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  font-weight: 300;
}

.nav_mob .data-menu .block-menu {
  flex: 1;
}

.nav_mob .data-menu .block-menu .image-block {
  display: inline-block;
  margin-right: 10px;
}

.header_main{
  text-align: center;
  padding: 60px 0 70px 0;
  background: url(/statics/images/bg-header.jpg)  no-repeat center center/cover;
}


@keyframes flash {
  from {
    margin-left: -100%;
  }

  to {
    margin-left: 200%;
  }
}

#free .modal__wrapper {
  padding: 40px 45px;
}

#free .modal__wrapper .text-wrapper {
  margin-bottom: 24px;
  text-align: center;
}

#free .modal__wrapper .text-wrapper .title {
  font-weight: 600;
  color: #000;
  font-size: 36px;
  line-height: 1.23;
  margin-bottom: 11px;
}

#free .modal__wrapper .text-wrapper .desc {
  font-weight: 300;
  color: #000;
  font-size: 16px;
  line-height: 1.55;
}

#free .modal__wrapper #free-modal input {
  margin-bottom: 25px;
  background-color: transparent;
  -webkit-appearance: none;
  color: #000000;
  border: 1px solid #c9c9c9;
  height: 60px;
  padding: 0 20px;
  font-size: 16px;
  line-height: 1.33;
  width: 100%;
}

#free .modal__wrapper #free-modal .t-form__submit {
  display: block;
  text-align: center;
  vertical-align: middle;
  height: 100%;
  width: 100%;
  margin-top: 25px;
}

#free .modal__wrapper #free-modal .t-form__submit .t-submit {
  color: #ffffff;
  width: 100%;
  height: 54px;
  -webkit-appearance: none;
  text-align: center;
  font-weight: 700;
  white-space: nowrap;
  background-image: none;
  cursor: pointer;
  margin: 0;
  box-sizing: border-box;
  outline: none;
  border: 3px solid #f7921e;
  background: #f7921e;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}

#free .modal__wrapper #free-modal .t-form__submit .t-submit:hover {
  background: #fff;
  color: #f7921e;
}

.header_top .right_side_mobile {
  display: none;
  text-align: right;
}


@media only screen and (max-width: 1300px) {
  /*.header_top .right_side .right_container {*/
  /*display: none;*/
  /*}*/

  body {
    padding-top: 65px;
  }

  .header_top .header_logo {
    padding-left: 15px;
  }

  .header_top {
    height: 65px;
  }

  .header_top .right_side .right_container .header_nav__list {
    padding-left: 15px;
  }

  .header_top .right_side .right_container .header_nav__list li {
    padding-left: 10px;
    padding-right: 10px;
  }

  .header_top .right_side .right_container .right_button {
    padding-right: 15px;
    padding-left: 15px;
  }

  .header_top .right_side .right_container .right_button a {
    margin-left: 0;
  }

  .header_top .right_side .right_container .right_social_links {
    padding-left: 20px;
  }

  .header_top .right_side .right_container .number {
    padding-left: 20px;
  }

  .header_top .header_logo img {
    width: 120px;
  }
}

@media only screen and (max-width: 1120px) {
  .header_top .header_logo img {
    position: relative;
    z-index: 10000;
  }

  .header_top .right_side {
    display: none;
  }

  .header_top .right_side_mobile {
    display: table-cell;
    vertical-align: middle;
  }
}


/*.photo-office-block .images img.margin_right {*/
  /*margin-right: 14px;*/
/*}*/

/*.photo-office-block .images img.margin_left {*/
  /*margin-left: 14px;*/
/*}*/

/*Header End*/
.photo-office-block {
  margin-bottom: 40px;
}

.photo-office-block p {
  text-indent: 25px;
}

.photo-office-block .images a {
  position: relative;
}

 .more-photo {
  text-align: center;
  margin-top: 15px;
}

.more {
  text-align: right;
}

.more .js-more {
  cursor: pointer;
  color: #f7921e;
}

.more .js-more:hover {
  color: #ff8c00;
}

.none {
  display: none;
}

.info-block.short p:first-child {
  height: 89px;
  overflow: hidden;
  display: inline-block;
}

.info-block.short .more{
  display: block;
}

.info-block .more{
  display: none;
}

.info-block.short .pluses {
  display: none;
}

.info-block.short p {
  display: none;
}

.more .js-more .fa {
  padding-left: 5px;
}

 .more-photo button, .more-photo a, .button-more {
  width: 190px;
  margin: 0 auto;
  transition: 0.3s;
  cursor: pointer;
  border-radius: 30px;
  border: 1px solid #f7921e;
  padding: 13px 0;
  text-align: center;
  color: #f7921e;
  font-size: 15px;
  font-weight: 500;
  background: #fff;
  display: block;
}

 .more-photo button:focus, .more-photo a:focus, .button-more:focus {
  outline: none;
}

 .more-photo button:hover, .button-more:hover, .more-photo a:hover {
  background-color: #f7921e;
  color: #fff;
}

.photo-office-block .images .image-block {
  float: left;
}

.photo-office-block .images .image-block:hover a:after {
  opacity: 0;
  visibility: hidden;
}

.photo-office-block .images a:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: all 0.3s ease;
  opacity: 1;
  visibility: visible;
  background: rgba(0, 0, 0, 0.25);
}

.gallery{
  background: #fff;
  margin-top: 0;
  margin-bottom: 20px;
}
h2{
  -ms-text-align-last: center;
  text-align-last: center;
  font-size: 30px;
  font-weight: 300;
  color: #1b1b1b;
  margin-bottom: 40px;
}
h2 span{
  font-size: 42px;
  font-weight: 700;
  display: inline-block;
  margin-top: 10px;
}

h2 span a {
  color:  #f7921e;
}

h2 span a:hover {
  color:  #f7921e;
  text-decoration: underline;
}

.tab-slider--nav {
  width: 100%;
  float: left;
  margin-bottom: 20px;
  -ms-text-align-last: center;
  text-align-last: center;
}
.tab-slider--tabs {
  display: inline-block;
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  border-radius: 50px;
  border: 1px solid #f7921e;
  /*  overflow: hidden;*/
  background: #fff;
  height: auto;
  user-select: none;
}
.tab-slider--trigger:after {
  content: "";
  width: 100%;
  background: #f7921e;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 250ms ease-in-out;
  opacity: 0;
  z-index: -1;
}
.tab-slider--trigger:before {
  content: "";
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 6px solid #f7921e;
  position: absolute;
  bottom: -6px;
  left: calc( 50% - 12px) ;
  transition: all 250ms ease-in-out;
  opacity: 0;

}
/*.tab-slider--tabs.slide:before {
  left: calc( 75% - 12px);
}
.tab-slider--tabs.slide:after {
  left: 33.333%;
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
  border-bottom-right-radius: 50px;
  border-top-right-radius: 50px;
}*/
.tab-slider--trigger.active:before{
  opacity: 1;
}
.tab-slider--trigger.active:after{
  opacity: 1;
}
.tab-slider--trigger:nth-child(1):after{
  border-bottom-left-radius: 50px;
  border-top-left-radius: 50px;
}
.tab-slider--trigger:nth-child(2):after{
  border-bottom-right-radius: 50px;
  border-top-right-radius: 50px;
}
.tab-slider--trigger {
  font-size: 13px;
  line-height: 1;
  font-weight: 300;
  color: #1f1f1f;
  text-align: center;
  padding: 15px 35px;
  position: relative;
  z-index: 2;
  cursor: pointer;
  display: inline-block;
  transition: color 250ms ease-in-out;
  user-select: none;
}
.tab-slider--trigger.active {
  color: #fff;
}
.gallery_slide{
  margin: 0px 15px;
}
.gallery_slide img{
  width: 100%;
  opacity: 0.5;
  transition: all ease 0.3s;
}
.slick-center img{
  opacity: 1 ;
}
.slick-dotted.slick-slider {
  margin-bottom: 0px;
}
.slick-dots {
  bottom: 4px;
}
.slick-dots li button:before {
  content: '';
  width: 18px;
  height: 3px;
  background-color: #ebebeb;
  border-radius: 10px;
  opacity: 1;
  transition: all .3s;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  opacity: 1;
  background-color: #f7921e;
}
.gallery_slider__arrows{
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #f8f8f8;
  text-align: center;
  cursor: pointer;
  transition: all ease 0.4s;
  position: absolute;
  top: calc(50% - 25px);
  z-index: 100;
}
.gallery_slider__arrows:hover{
  background: #f7921e;
}
.gallery_slider__arrows i{
  color: #c9c9c9;
  line-height: 50px;
}
.gallery_slider__arrows:hover i{
  color: #fef5ea;
}
.gallery_slider__arrow-left{
  left: -6%;
}
.gallery_slider__arrow-right{
  right: -6%;
}
.reviews{
  padding: 100px 0;
}
.reviews h2{
  margin-bottom: 45px;
}
.reviews_slider__item{
  text-align: center;
  margin: 0 auto;
}
.reviews_slider__item-photo{
  display: inline-block;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  overflow: hidden;
  vertical-align: middle;
}
.reviews_slider__item-photo img{
  width: 100%;
  object-fit: cover;
  min-height: 100%;
}
.reviews_slider__item-info{
  display: inline-block;
  vertical-align: middle;
  margin-left: 40px;
  text-align: left;
}
.reviews_slider__item-info span{
  font-size: 20px;
  font-weight: 400;
  color: #202020;
}
.reviews_slider__item-info p{
  max-width: 700px;
  font-size: 17px;
  color: #202020;
  font-weight: 300;
  line-height: 26px;
  margin-top: 10px;
}
.reviews_slider__item-btns{
  text-align: right;
  margin-right: 85px;
}
.reviews_slider__item-btns a{
  display: inline-block;
  width: 165px;
  -ms-text-align-last: center;
  text-align-last: center;
  background: #f8f8f8;
  color: #1f1f1f;
  border-radius: 50px;
  font-size: 16px;
  font-weight: 300;
  padding: 15px 0;
  margin-top: 20px;
  margin-right: 20px;
  transition: all ease 0.3s;
}
.reviews_slider__item-btns a:hover{
  background: #f7921e;
  color: #fff;
}
.reviews_slider__item-btns a:last-child{
  margin: 0;
}

.reviews_slider__arrows{
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #f8f8f8;
  text-align: center;
  cursor: pointer;
  transition: all ease 0.4s;
  position: absolute;
  top: calc(50% - 25px);
  z-index: 100;
}
.reviews_slider__arrows:hover{
  background: #f7921e;
}
.reviews_slider__arrows i{
  color: #c9c9c9;
  line-height: 50px;
}
.reviews_slider__arrows:hover i{
  color: #fef5ea;
}
.reviews_slider__arrow-left{
  left: 0;
}
.reviews_slider__arrow-right{
  right: 0;
}
.address_content__wrapper{
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
}
.address{
  padding-bottom: 70px;
}
.address h2{
  font-size: 42px;
  font-weight: 100;
  -ms-text-align-last: auto;
  text-align-last: auto;
  margin-bottom: 30px;
}
.address_map iframe{
  width: 100%;
  vertical-align: middle;
}
.address_switch{
  padding-top: 70px;
}

.address-tab-slider--nav {
  width: 100%;
  margin-bottom: 70px;
  -ms-text-align-last: center;
  text-align-last: center;
}
.address-tab-slider--tabs {
  display: inline-block;
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  border-radius: 50px;
  border: 1px solid #f7921e;
  /*  overflow: hidden;*/
  background: #fff;
  height: auto;
  user-select: none;
}
.address-tab-slider--tabs:after {
  content: "";
  width: 50%;
  background: #f7921e;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 250ms ease-in-out;
  border-bottom-left-radius: 50px;
  border-top-left-radius: 50px;
}
.address-tab-slider--tabs:before {
  content: "";
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 6px solid #f7921e;
  position: absolute;
  bottom: -6px;
  left: calc( 25% - 12px) ;
  transition: all 250ms ease-in-out;
}
.address-tab-slider--tabs.slide:before {
  left: calc( 75% - 12px);
}
.address-tab-slider--tabs.slide:after {
  left: 50%;
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
  border-bottom-right-radius: 50px;
  border-top-right-radius: 50px;
}

.address-tab-slider--trigger {
  font-size: 17px;
  line-height: 1;
  font-weight: 300;
  color: #1f1f1f;
  text-align: center;
  padding: 15px 40px;
  position: relative;
  z-index: 2;
  cursor: pointer;
  display: inline-block;
  transition: color 250ms ease-in-out;
  user-select: none;
}
.address-tab-slider--trigger.active {
  color: #fff;
}
.address-tab-slider--body {
  text-align: left;
  max-width: 300px;
  margin: 0 auto;
}
.address-tab-slider--body p{
  font-size: 17px;
  font-weight: 300;
  color: #1f1f1f;
  margin-bottom: 25px;
}
.address-tab-slider--body p:last-child{
  margin-bottom: 0;
  font-weight: 700;
}
/*Footer*/
footer{
  background: #292f35;
  padding: 35px 0 15px 0;
}
footer p{
  color: #e6e6e6;
  font-size: 15px;
  font-weight: 300;
  margin: 0;
}
.footer_messengers a{
  color: #fff;
  display: inline-block;
  width: 220px;
  border-radius: 50px;
  -ms-text-align-last: center;
  text-align-last: center;
  font-size: 16px;
  font-weight: 300;
  padding: 10px 0;
  margin-right: 30px;
}
.footer_messengers a:last-child{
  margin-right: 0;
}
.footer_messengers a i{
  font-size: 20px;
  margin-right: 5px;
}
.footer_messengers{
  text-align: right;
}
.facebook-ico-bg{
  background: #2196f3;
}
.whatsapp-ico-bg{
  background: #4dc247;
}
.viber-ico-bg{
  background: #7b519c;
}
.telegram-ico-bg{
  background: #20a4e2;
}
footer hr{
  background: #373e45;
  margin: 35px 0 15px 0;
}
.footer_logo img{
  width: 100%;
}
.footer_copyright{
  -ms-text-align-last: left;
  text-align-last: left;
  line-height: 59px;
}
.footer_social{
  text-align: right;
}
.footer_social a{
  color: #e6e6e6;
  line-height: 59px;
  margin-right: 20px;
}
.footer_social a:last-child{
  margin-right: 0;
}
.footer_social a i{
  color: #e6e6e6;
}
/*Footer End*/

/*New*/
h1{
  font-size: 50px;
  font-weight: 700;
  margin-bottom: 30px;
}
.about h1{
  font-size: 40px;
}
.about {
  padding-top: 60px;
}
.pluses {
  margin: 15px;
}

.pluses .advantage-item img {
  margin-right: 15px;
  min-width: 14px;
}

.pluses .advantage-item {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.about p {
  text-indent: 25px;
}
.about p {
  margin-bottom: 10px;
}
.about p:last-child {
  margin-bottom: 0;
}
.header_main__subtitle{
  color: #fff;
  font-weight: 300;
  font-size: 17px;
  margin-bottom: 40px;
}
.header_main__price{
  text-align: center;
  margin-bottom: 35px;
}
.header_main__price span:first-child{
  color: #f7921e;
  font-size: 50px;
  font-weight: 700;
  display: block;
}
.header_main__price span:last-child{
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  display: block;
}
.main-form form{
  max-width: 500px ;
  margin: 0 auto;
  border-radius: 30px;
  background: #fff;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
}
.main-form form input {
  background-color:#ffffff;
  border-radius: 30px;
  height: 60px;
  padding: 0 20px;
  font-size: 16px;
  line-height: 1.33;
  width: 100%;
  border: 0 none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  -webkit-appearance: none;
}
.header_main .t-submit {
  color:#ffffff;
  background-color:#f7921e;
  border-radius:30px;
  -moz-border-radius:30px;
  -webkit-border-radius:30px;
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
  height: 60px;
  text-align: center;
  border: 0 none;
  font-size: 16px;
  -webkit-appearance: none;
  font-weight: 500;
  white-space: nowrap;
  background-image: none;
  cursor: pointer;
  margin: 0;
  outline: none;
  min-width: 260px;
  width: 260px;
}

.header_main .form .t-submit .t-btn_wrap-effects_md {
  -webkit-animation-name: flash;
  animation-name: flash;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: translateX(-85px);
  -ms-transform: translateX(-85px);
  transform: translateX(-85px);
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.header_main .form .t-submit .t-btn_wrap-effects_md .t-btn_effects {
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, .1)), to(rgba(255, 255, 255, .4)));
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, .1), rgba(255, 255, 255, .4));
  background: -o-linear-gradient(left, rgba(255, 255, 255, .1), rgba(255, 255, 255, .4));
  background: linear-gradient(90deg, rgba(255, 255, 255, .1), rgba(255, 255, 255, .4));
  width: 45px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 30px;
  -webkit-transform: skewX(-45deg);
  -ms-transform: skewX(-45deg);
  transform: skewX(-45deg);
}


.advantages{
  padding-top: 60px;
  padding-bottom: 20px;
  margin-bottom: 25px;
}
.advantages_block{
  display: flex;
  align-items: center;
  width: 255px;
  margin: 0 auto 60px auto;
}
.advantages_block img{
  margin-right: 25px;
}
.advantages_block span{
  font-size: 17px;
  font-weight: 300;
  color: #202020;
}
.advantages_blocks{
  display: flex;
  flex-wrap: wrap;
}
.advantages_block__wrap{
  width: 33.333%;
}

.slick-initialized {
  display: block !important;
}

header{
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
}

.price{
  background: #f8f8f8;
  padding: 60px 0px 70px 0px;
}
.price_item{
  transition: 0.3s;
}
.price_item:hover{
  box-shadow: 0 0 30px rgba(30,30,30,0.05);
}
.price_item__top{
  padding: 10px 0px;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  color: #fff;
}
.price_item__top.day{
  background: #ef5350;
}
.price_item__top.week{
  background: #feaa2d;
}
.price_item__top.month{
  background: #81b54a;
}
.price_item__main{
  position: relative;
  padding: 40px 60px 90px;
  background: #fff;
}

.price_item__main .info {
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 12px;
  border-top: 1px solid #eee;
  font-weight: bold;
  font-family: Roboto;
  width: 100%;
  padding: 10px;
  text-align: center;
  line-height: 15px;
  font-style: italic;
}

.price_item__info{
  margin-bottom: 30px;
}
.price_item__info-item{
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.price_item__info-item:last-child{
  margin-bottom: 0;
}
.price_item__info-item img{
  margin-right: 15px;
  min-width: 14px;
}
.price_item__info-item span{
  color: #202020;
  font-weight: 300;
  font-size: 16px;
}
.price_item__price{
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}
.price_item__price span:nth-child(1){
  font-size: 28px;
  font-weight: 700;
  color: #202020;
  margin-right: 10px;
}
.price_item__price span:nth-child(2){
  font-size: 18px;
  font-weight: 300;
  color: #a0a0a0;
  position: relative;
}
.price_item__price span:nth-child(2):after{
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background: #a0a0a0;
  position: absolute;
  left: 0;
  top: 50%;
}
.price_item__btn{
  width: 190px;
  margin: 0 auto;
  transition: 0.3s;
  cursor: pointer;
  border-radius: 30px;
  border: 1px solid #f7921e;
  padding: 13px 0;
  text-align: center;
  color: #f7921e;
  font-size: 15px;
  font-weight: 500;
}
.price_item__btn:hover{
  background: #f7921e;
  color: #fff;
}
.offices .office {
  margin-bottom: 20px;
}

.offices h1, .register h1 {
  margin-top: 35px;
  text-align: left;
}

.offices .office h2 {
  margin-bottom: 20px;
  text-align-last: left;
}

.offices .office p {
  text-indent: 20px;
  margin-bottom: 10px;
}

.offices .office a, .photo-office-block .image-block {
  margin: 1px;
}

.offices .office a, .photo-office-block .images a {
  display: inline-block;
}

.offices .office a:last-child {
  margin-left: 4px;
}
.offices .office a img, .photo-office-block .images a img {
  height: 245px;
}
.office .address_map {
  margin: 20px 5px 0;
}

.instagram {
  padding: 60px 0px 70px 0px;
  text-align: center;
}
.instagram .photos .portfolio-item {
  margin-bottom: 4px;
  padding: 0 2px;
  display: inline-block;
  max-width: 24%;
}

.instagram .photos .portfolio-item .img-container {
  position: relative;
}

.instagram .photos .portfolio-item img {
  max-width:100%;
  max-height:100%;
}


.portfolio-item:hover a:after {
  opacity: 0;
  visibility: hidden;
}

.portfolio-item a:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: all 0.3s ease;
  opacity: 1;
  visibility: visible;
  background: rgba(0, 0, 0, 0.15);
}

/*Address*/
.address_wrap{
  padding: 70px 0;
  background: #f8f8f8;
}
.address{
  border: 1px solid #ebebeb;
  padding: 0;
  background: #fff;
}
.address_map{
  border-left: 1px solid #ebebeb;
}
.address_map iframe{
  width: 100%;
  height: 500px;
}
.address_info{
  padding: 15px 65px 0px 65px;
}
.address_info p{
  font-size: 17px;
  font-weight: 300;
  color: #1f1f1f;
  margin-bottom: 25px;
}
.address_info p:last-child{
  margin-bottom: 0;
}
.header_main h2 {
  color: #fff;
  font-size: 50px;
  font-weight: 700;
  margin-bottom: 30px;
}

.sells-time-work-list {
  margin-top: 20px;
  list-style-type: none;
  font-size: 0;
  white-space: nowrap;
  display: block;
  height: 25px;
}

.sells-time-work-list-i._active:first-child {
  margin-left: 0;
}

.sells-time-work-list-i._active {
  border: solid 2px #2b8000;
  position: relative;
  top: -2px;
  margin-right: 0;
  margin-left: -2px;
}

.sells-time-work-list-i {
  font: 700 11px/14px Arial,Helvetica,sans-serif;
  color: #2b8000;
  background: #def2c2;
  padding: 6px 4px 5px 6px;
  margin-right: 2px;
  display: inline-block;
  vertical-align: top;
  text-transform: uppercase;
}

.sells-time-work-timetable {
  position: absolute;
  top: 12px;
  left: -12px;
  box-shadow: 0 0 10px 0 rgba(0,0,0,.5);
  z-index: 1;
}

.sells-time-work-timetable-body {
  position: relative;
  z-index: 2;
  padding: 11px 0 9px;
  width: 200px;
  background: #fff;
}

.sells-time-work-timetable-list-i {
  font-size: 13px;
  padding: 6px 19px 8px;
}
.sells-time-work-timetable-list-i ._day {
  font-weight: 700;
  font-size: 11px;
  width: 30px;
  display: inline-block;
  text-transform: uppercase;
}
.sells-time-work-timetable-list-i {
  font-size: 13px;
  padding: 6px 19px 8px;
}
.sells-time-work-timetable:before {
  content: "";
  position: absolute;
  top: -7px;
  left: 93px;
  width: 15px;
  height: 15px;
  background: #fff;
  box-shadow: 0 0 10px 0 rgba(0,0,0,.5);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.time-work .dropdown-menu {
  min-width: inherit;
  padding:0;
}
.time-work .dropdown-toggle {
  border: 0;
  background: none;
  color: #f7921e;
  padding: 0;
  margin-top: 10px;
  outline: none;
  cursor: pointer;
}
.time-work .dropdown-toggle:focus {
  outline: none;
}

.time-work .dropdown-toggle:hover {
  border: 0;
  background: none;
  color: #c26b07;
}
.time-work.btn-group.open .dropdown-menu {
  box-shadow: none;
  background: none;
  border: 0;
  display: block;
}
.sells-coworking-time-work-desk {
  margin: 10px 0 !important;
}
.sells-coworking-time-work-desk._coworking-close {
  color: gray;
}
.sells-coworking-time-work-desk._coworking-open {
  color: #2b8000;
}
.sells-coworking-desk-time-work {
  line-height: 19px;
}

.sells-coworking-desk-time-work span {
  font-weight: normal;
}
.address_info h3 {
  margin-bottom: 10px;
}
.address_info .address_text {
 margin-bottom: 10px;
}
.address_info .time-work {
  display: block;
}

.address_info .address_block, .address_info .work_block  {
  padding-bottom: 25px;
}

.address_info .work_block {
  padding-bottom: 10px;
}

.footer_social a:hover .fa-viber {
  color: #7b519c;
}
.footer_social a:hover .fa-whatsapp {
  color: #4dc247;
}
.footer_social a:hover .fa-telegram-plane {
  color: #20a4e2;
}
.footer_social a:hover .fa-instagram {
  color: #f7921e;
}
.photo-office-block .images {
  padding-top: 20px;
}

.register .form-group{
  margin-bottom: 25px;
}

#tab1 {
  display: none;
}

.register button {
  color: #ffffff;
  border: 3px solid #f7921e;
  background: #f7921e;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  font-weight: 600;
  display: block;
  height: 40px;
  font-size: 14px;
  padding-left: 30px;
  padding-right: 30px;
}

.register button:hover {
  background: #fff;
  border: 3px solid #f7921e;
  color: #f7921e;
}

.register .form-control {
  height: 38px;
}

.address_info .send-request {
  width: 100%;
  color: #ffffff;
  background-color: #f7921e;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  height: 44px;
  text-align: center;
  font-size: 16px;
  -webkit-appearance: none;
  font-weight: 500;
  white-space: nowrap;
  background-image: none;
  cursor: pointer;
  margin: 0;
  outline: none;
  border: 3px solid #f7921e;
}
.address_info .send-request:hover {
  color: #f7921e;
  background: #fff;

}

.address_info .send-request:focus, .address_info .send-request:active {
  background: #f7921e;
  box-shadow: none;
}

.title-main {
  font-size: 50px;
  color: #fff;
  line-height: 43px;
  max-width: 700px;
  margin: 0 auto 30px;
  font-weight: bold;
}

.subtitle {
  color: #fff;
  max-width: 675px;
  margin: 0 auto 100px;
  font-size: 24px;
  font-weight: 500;
}

.thanks .title {
  margin-top: 35px;
  text-align: left;
  font-size: 21px;
  margin-bottom: 15px;
}

.thanks .gohome {
  color: #f7921e;
}

.thanks .gohome:hover {
  color: #ff8c00;
}

.left-side {
  font-weight: 300;
  display: table-cell;
  vertical-align: middle;
  font-size: 15px;
}

.left-side .time-coworking {
  margin-bottom: 5px;
}

.left-side .image-block {
  text-align: center;
  display: inline-block;
  margin-right: 7px;
}

.privacy-policy .news-text p {
  margin-bottom: 15px;
}

.footer-menu {
  margin-bottom: 20px;
}

.footer-menu a {
  color: #f7921e;
}

.footer-menu li {
  display: inline-block;
  margin-right: 15px;
}

.footer-menu li:last-child {
  margin-right: 0;
}

.footer-menu a:hover {
  color: #ff8c00;
}

.title-page {
  margin-top: 30px;
}

.post_wrap h1 {
  margin: 35px 0 15px;
}

.post_wrap .top-block img {
  max-width: 100%;
  margin-bottom: 10px;
}

.post_wrap .content p {
  text-indent: 20px;
  margin-bottom: 20px;
}

.post_wrap .content h2 {
  margin-top: 30px;
  margin-bottom: 20px;
}

.post_wrap .content .pluses {
  margin-bottom: 0;
}

.post_wrap a {
  color: #f7921e;
  margin-bottom: 15px;
  display: block;
}

.post_wrap a:hover {
  color: #c26b07;
}

.article_block {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.articles {
  margin-top: 30px;
}

.article {

}

.article h2 {
  text-align: left;
  margin-bottom: 10px;
  text-align-last: left;
}

.article h2 a {
  font-size: 25px;
}

.article_block .image_block {
  flex: 2;
  max-width: 100%;
  margin-right: 35px;
}

.article_block .image_block img {
  max-width: 100%;
}

.article_block .content_block {
  flex: 3;
}


/*Blog*/
.blog{
  padding: 60px 0px 90px 0px;
}
.blog h1{
  font-size: 40px;
  font-weight: bold;
  line-height: 50px;
  color: #202020;
  margin-bottom: 30px;
}
.blog_subtitle{
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  color: #404040;
  margin-bottom: 65px;
}
.blog_item__photo img{
  width: 100%;
}
.blog_item__title{
  margin-bottom: 15px;
  font-size: 30px;
  font-weight: 500;
  line-height: 34px;
  color: #202020;
}
.blog_item__title a {
  color: #f7921e;
}
.blog_item__title a:hover {
  color: #ff8c00;
}
.blog_item__date{
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.blog_item__date img{
  margin-right: 10px;
}
.blog_item__date span{
  font-size: 13px;
  font-weight: 300;
  line-height: 23px;
  color: #909090;
}
.blog_item__info p{
  font-size: 16px;
  font-weight: 300;
  line-height: 23px;
  color: #404040;
  margin: 0;
}
.blog_item__info{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  height: 100%;
  display: -o-flex;
  display: flex;
  flex-direction: column;
}
.blog_item__btn{
  width: 165px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: auto;
  border-right: 4px;
  background-color: #f5f5f5;
}
.blog_item__btn span{
  font-size: 16px;
  font-weight: 300;
  line-height: 30px;
  text-align: center;
  color: #404040;
  margin-right: 10px;
  transition: 0.3s;
}
.blog_item__btn:hover span{
  color: #ffffff;
}
.blog_item__btn:hover{
  background-color: #f7921e;
}
.blog_item__btn svg{

  height: 15px;
}
.blog_item__btn svg path:nth-child(1){
  opacity: 0.3;
  transition: 0.3s;
}
.blog_item__btn svg path:nth-child(2){
  opacity: 0.14;
  transition: 0.3s;
}
.blog_item__btn svg path:nth-child(3){
  opacity: 0.6;
  transition: 0.3s;
}
.blog_item__btn:hover svg path:nth-child(1){
  fill: #fff;
  opacity: 0.45;
}
.blog_item__btn:hover svg path:nth-child(2){
  fill: #fff;
  opacity: 0.25;
}
.blog_item__btn:hover svg path:nth-child(3){
  fill: #fff;
  opacity: 0.8;
}
.blog_item{
  margin-bottom: 60px;
}
.blog_item:last-child{
  margin: 0;
}
.blog_items{
  margin-bottom: 100px;
}
.page_nav__list{
  display: flex;
  align-items: center;
  justify-content: center;
}
.page_nav__list li{
  width: 48px;
  height: 48px;
  background-color: #f5f5f5;
  display: -webkit-flex;
  display: -moz-flex;
  cursor: pointer;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  transition: 0.3s;
  border-radius: 50%;
  justify-content: center;
  margin-right: 10px;
}
.page_nav__list li:hover{
  background-color: #f7921e;
}
.page_nav__list li a{
  font-size: 16px;
  font-weight: 300;
  line-height: 20px;
  color: #202020;
}
.page_nav__list li:hover a{
  color: #ffffff;
}
.page_nav__list li:last-child{
  margin: 0;
}
.page_nav__list li span{
  font-size: 16px;
  font-weight: 300;
  line-height: 20px;
  text-align: center;
  color: #aeaeae;
}
.page_nav__list li:nth-child(2),
.page_nav__list li:nth-last-child(2){
  background: none;
  width: 30px;
}
/*Blog End*/
#photos .photo-office-block .images {
  height: auto;
}

#contact-form input {
  height: 50px;
}

#contact-form input:focus, #contact-form textarea:focus {
  box-shadow: 0 0 0 0.2rem rgba(247,146,30,.25);
}

#contact-form input, #contact-form textarea {
  border-radius: 10px;
  background: #f3f3f3;
  color: #000;
  border: 1px solid #f3f3f3;
}

#contact-form .help-block {
  font-size: 13px;
  color: #ee3840;
  margin-top: 4px;
}

#contact-form .form-group.has-error input, #contact-form .form-group.has-error textarea{
  border-color: #ee3840;
}

#contact-form .form-group.has-success input, #contact-form .form-group.has-success textarea {
  border-color: #3c763d;
}

#contact-form .form-group {
  margin-bottom: 22px;
}

.address-coworking {
  display: flex;
  align-items: center;
  justify-content: center;
}
.address-coworking .address-text {
  display: inline-block;
  line-height: 18px;
}

.desc {
  text-indent: 25px;
}

.desc p {
  display: inline;
}

.blockPrice {
  background-color: #fff;
  box-shadow: 0 2px 50px 0 rgb(0 0 0 / 8%);
  -webkit-box-shadow: 0 2px 50px 0 rgb(0 0 0 / 8%);
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  margin: 0 0 30px 0;
}

.boxsThree {
  display: flex;
  padding: 10px 0 30px;
  overflow: auto;
}

.boxsThree .boxs.column {
  border-right: 1px solid #dedfe2;
  padding: 0 30px;
  min-width: 320px;
}

.boxsThree .boxs.column:first-child {
  padding: 0 30px 0 15px;
}

.boxsThree .boxs.column:last-child {
  border-right: 0;
  padding: 0 15px 0 30px;
}

.boxsThree .boxs .boxInside img {
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}

.boxsThree .boxs .boxInside h3 {
  font-weight: bold;
  font-size: 22px;
  line-height: 24px;
  color: #0d222c;
  margin: 30px 0 15px;
}

.boxsThree .boxs .boxInside p {
  color: #4a5a62;
  font-size: 16px;
  line-height: 22px;
  padding: 0;
  margin: 0;
}

.boxsThree .boxs .boxInside ul {
  padding: 0;
  margin: 30px 0;
  list-style: none;
}

.boxsThree .boxs .boxInside ul li {
  margin: 0 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
}

.boxsThree .boxs .boxInside ul li i {
  margin: 0 10px 0 0;
  font-size: 19px;
  color: #f7921e;
  width: 23px;
  text-align: center;
}

.boxsThree .boxs .boxInside ul li p {
  height: 15px;
  color: #4a5a62;
  font-size: 14px;
  line-height: 22px;
  padding: 0;
  margin: 0;
}

.boxsThree .price-block .block {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.boxsThree .price-block .block span {
  font-weight: bold;
  font-size: 20px;
}

.visit {
  cursor: pointer;
  font-weight: bold;
  padding: 5px 60px;
  text-align: center;
  display: flex;
  border: 2px solid #f7921e;
  outline: none;
  background: none;
  color: #f7921e;
  border-radius: 5px;
  margin: 0 auto 30px;
}

.visit:hover {
  background: #f7921e;
  color: #fff;
}

#event-place {
  font-size: 18px;
}

#event-place .whom {
  padding: 30px 0;
  background: #e8e8e8;
  border-bottom: 1px solid #A3A3A3;
}

#event-place .whom ul {
  margin-left: 20px;
  padding-top: 5px;
  display: flex;
  flex-wrap: wrap;
}

#event-place .whom ul li {
  padding-top: 5px;
  width: 33.3%;
}

#event-place .whom ul li i {
  color: #1e3a8a;
  margin-right: 5px;
}

@media screen and (max-width: 991px) {
  #event-place .whom ul li {
    width: 50%;
    padding-left: 10px;
  }
  #event-place .whom ul li:last-child {
    display: none;
  }
}

#event-place h3 {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  margin: 25px 0 40px 0;
}

#event-place .spaceParams {
  margin-top: 35px;
  margin-bottom: 30px;
}

#event-place .spaceParams .spaceParam {
  display: flex;
  width: auto;
  margin: 20px auto 0;
}

@media screen and (min-width: 840px){
  #event-place .spaceParams .spaceParam {
    display: flex;
    width: 700px;
    margin: 20px auto 0;
  }
}

#event-place .spaceParams .spaceParam:last-child {
  position: relative;
  flex-wrap: wrap;
}

#event-place .spaceParams .spaceParam:first-child {
  margin-top: 0;
}

#event-place .spaceParams .spaceParam .icon-block {
  width: 40px;
  text-align: center;
}

#event-place .spaceParams .spaceParam .icon-block > i {
  font-size: 30px;
  color: #E4B41C;
}

#event-place .spaceParams .spaceParam .spaceData {
  display: flex;
  flex-direction: column;
  margin-left: 10px;
  margin-bottom: 15px;
}

#event-place .spaceParams .spaceParam .spaceData .title {
  font-weight: bold;
  font-size: 20px;
}

#event-place .spaceParams .spaceParam .spaceData p {
  margin-left: 15px;
  margin-top: 5px;
}

#event-place .spaceParams .spaceParam .spaceData p.sub-point {
  margin-left: 30px;
}

@media screen and (min-width: 840px){
  #event-place .kitchen {
    position: absolute;
    width: 350px !important;
    right: -50px;
    top: -50px;
  }
}

#event-place .kitchen {
  font-size: 20px;
  width: auto;
}

#event-place .kitchen .infoBlock {
  padding: 30px;
}

@media screen and (max-width: 575px){
  #event-place .kitchen .infoBlock {
    margin-left: 20px;
  }
}

#event-place .kitchen .infoBlock i {
  margin-left: -60px;
  margin-right: 10px;
  background: #fff;
  padding: 5px 10px 5px 0;
  font-size: 60px;
  margin-top: -7px;
}

@media screen and (min-width: 840px){
  #event-place .kitchen .infoBlock i {

  }
}

#event-place .kitchen .infoBlock .title {
  line-height: normal;
  margin: 0;
}

.infoBlock {
  display: flex;
  align-items: center;
  /*border-radius: .375rem;*/
  padding: 6px;
  background: #fff;
  border: 2px solid #1e3a8a;
  background: #fff;
  color: #1e3a8a;
}

.successBlock {
  display: flex;
  text-align: center;
  align-items: center;
  border-radius: .375rem;
  padding: 6px;
  border: 2px solid #1e3a8a;
  background: #fff;
  color: #1e3a8a;
}

/*.advantageBlock:nth-child(3n) {*/
/*  justify-content: flex-end;*/
/*}*/

/*.advantageBlock:nth-child(3n) .iconBlock {*/
/*  order: 1;*/
/*  margin: 0 0 0 20px !important;*/
/*}*/

.successBlock svg, .infoBlock svg {
  width: 21px;
  height: auto;
}

.successBlock .title {
  padding: 10px 20px;
}

.successBlock .title, .infoBlock .title {
  flex: 0 1 auto;
  max-width: 100%;
}

#event-place .advantagesWrapper {
  margin-top: 50px;
}

#event-place .advantagesWrapper .advantagesBlock {
  display: flex;
  flex-wrap: wrap;
}

#event-place .advantagesWrapper .advantagesBlock .advantageBlock {
  width: 33.3%;
  padding: 0 20px 40px 0;
  display: flex;
  align-items: center;
  /*justify-content: center;*/
}

@media screen and (max-width: 991px) {
  #event-place .advantagesWrapper .advantagesBlock .advantageBlock {
    width: 50%;
  }
}

@media screen and (max-width: 767px) {
  #event-place .advantagesWrapper .advantagesBlock {
    width: 300px;
    margin: auto;
  }

  #event-place .advantagesWrapper .advantagesBlock .advantageBlock {
    width: 100%;
  }
}

#event-place .advantagesWrapper .advantagesBlock .advantageBlock .iconBlock {
  width: 40px;
  text-align: center;
  margin-right: 20px;
}

#event-place .advantagesWrapper .advantagesBlock .advantageBlock .iconBlock i {
  font-size: 30px;
  color: #e2ad39;
}

#event-place .ourHelp {
  margin: 40px 0;
}

#event-place .roundmeBlock {
  text-align: center;
  margin-top: 50px;
  background: #D4D4D4;
  line-height: 0;
}

#event-place .priceBlock {
  margin: 40px 0;
}

#event-place .priceBlock .row {
  display: flex;
  justify-content: space-between
}

#event-place .priceBlock .block {
  display: flex;
  /* border-radius: .375rem; */
  border: 2px solid #1e3a8a;
  background: #fff;
  color: #1e3a8a;
  position: relative;
  max-width: 32%;
  padding: 0;
  padding-bottom: 40px;
}

@media screen and (max-width: 991px) {
  #event-place .priceBlock .row {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  #event-place .priceBlock .block {
    flex: 100%;
    max-width: 330px;
    margin-bottom: 30px;
  }

  #event-place .priceBlock .block:last-child {
    margin-bottom: 0;
  }
}

#event-place .priceBlock .block ul li i {
  font-size: small;
  position: inherit;
  color: #1e3a8a;
}

/*#event-place .priceBlock .block b {*/
/*  color: #e2ad39;*/
/*}*/

#event-place .priceBlock .block .big {
  font-size: 20px;
  text-align: center;
  padding-bottom: 10px;
}

#event-place .priceBlock .block .title {
  padding: 20px 10px 90px 40px;
}

#event-place .priceBlock .block i {
  /*margin-left: -30px;*/
  /*margin-right: 10px;*/
  background: #fff;
  padding: 5px 10px 5px 0;
  font-size: 95px;
  /*margin-top: -105px;*/
  position: absolute;
  bottom: 8px;
  right: 10px;
  /*left: 50px;*/
  color: #e2ad39;
}

#event-place .booked {
  background: #292f35;
  margin-top: 30px;
  padding: 30px 0;
  border-bottom: 1px solid rgba(0,0,0,.1);
  border-top: 1px solid rgba(0,0,0,.1);
}

#event-place .booked h2 {
  color: #e6e6e6;
}

#event-place .booked .desc {
  text-align: center;
  color: #e6e6e6;
}

#event-place .booked button {
  color:#ffffff;
  background-color:#f7921e;
  border-radius:30px;
  -moz-border-radius:30px;
  -webkit-border-radius:30px;
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
  height: 60px;
  text-align: center;
  border: 0 none;
  font-size: 16px;
  -webkit-appearance: none;
  font-weight: 500;
  white-space: nowrap;
  background-image: none;
  cursor: pointer;
  margin: 0;
  outline: none;
  min-width: 260px;
  width: 260px;
}

@media screen and (max-width: 575px) {
  #event-place .eventForm {
    text-align: center;
  }

  #event-place .booked button {
    width: 280px;
    height: 50px;
  }
}

#event-place .booked button .t-btn_wrap-effects_md {
  -webkit-animation-name: flash;
  animation-name: flash;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: translateX(-85px);
  -ms-transform: translateX(-85px);
  transform: translateX(-85px);
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

#event-place .booked button .t-btn_wrap-effects_md .t-btn_effects {
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, .1)), to(rgba(255, 255, 255, .4)));
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, .1), rgba(255, 255, 255, .4));
  background: -o-linear-gradient(left, rgba(255, 255, 255, .1), rgba(255, 255, 255, .4));
  background: linear-gradient(90deg, rgba(255, 255, 255, .1), rgba(255, 255, 255, .4));
  width: 45px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 30px;
  -webkit-transform: skewX(-45deg);
  -ms-transform: skewX(-45deg);
  transform: skewX(-45deg);
}

#event-place .booked .eventForm {
  margin-top: 20px;
}



.slider .slide-wrapper {
  position: relative;
}




.slider .slide-wrapper .slide-image {
  background-position: center center;
  height: calc(100vh - 50px);
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slider .slick-next {
  right: 40px;
  z-index: 1;
}

.slider .slick-prev {
  left: 40px;
  z-index: 1;
}

.slider .slick-next:before, .slider .slick-prev:before {
  font-size: 40px;
}

.t-cover__filter {
  height: calc(100vh - 50px);
  background-color: #000;
  opacity: 0.30;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.slider-content {
  height: 600px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  display: flex;
}

.slider-content .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.slider-content p {
  color: #fff;
  font-size: 25px;
  text-align: center;
}

.slider-content h2 {
  font-family: Arial;
  color: #fff;
  margin-bottom: 25px;
  font-size: 45px;
}