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

@font-face {
  font-family: 'Gothapro Medium';
  src: url('../fonts/GothamProMedium/GothamPro-Medium.eot');
  src: url('../fonts/GothamProMedium/GothamPro-Medium.woff2') format('woff2'),
  url('../fonts/GothamProMedium/GothamPro-Medium.woff') format('woff'),
  url('../fonts/GothamProMedium/GothamPro-Medium.ttf') format('truetype'),
  url('../fonts/GothamProMedium/GothamPro-Medium.svg#GothamPro-Medium') format('svg'),
  url('../fonts/GothamProMedium/GothamPro-Medium.eot?#iefix') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Gothapro Bold';
  src: url('../fonts/GothamProBold/GothamPro-Bold.eot');
  src: url('../fonts/GothamProBold/GothamPro-Bold.woff2') format('woff2'),
  url('../fonts/GothamProBold/GothamPro-Bold.woff') format('woff'),
  url('../fonts/GothamProBold/GothamPro-Bold.ttf') format('truetype'),
  url('../fonts/GothamProBold/GothamPro-Bold.svg#GothamPro-Bold') format('svg'),
  url('../fonts/GothamProBold/GothamPro-Bold.eot?#iefix') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}


@font-face {
  font-family: 'Gothapro Black';
  src: url('../fonts/GothamProBlack/GothamPro-Black.eot');
  src: url('../fonts/GothamProBlack/GothamPro-Black.woff2') format('woff2'),
  url('../fonts/GothamProBlack/GothamPro-Black.woff') format('woff'),
  url('../fonts/GothamProBlack/GothamPro-Black.ttf') format('truetype'),
  url('../fonts/GothamProBlack/GothamPro-Black.svg#GothamPro-Black') format('svg'),
  url('../fonts/GothamProBlack/GothamPro-Black.eot?#iefix') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}



html,
body {
  width: 100%;
  margin: 0;
  padding: 0;
  background: #fff;
  overflow-x: hidden;
}
a:hover {
  text-decoration:none;
  
}



img {
  box-sizing: border-box;
}

* {
  list-style-type: none;
  padding: 0;
  margin: 0;
  font-family: 'Gothapro Regular', sans-serif;
  text-decoration: none;
}

h3,
h4 {
  text-transform: uppercase;
}

.helper {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.8);
  z-index: 20;
}

.close-modal{
  position:absolute;
  color:#fff;
  top:20px;
  right:50px;
  font-size:1.7em;
  cursor:pointer;
  display:none;
  z-index:999;
  -webkit-transform:rotate(0deg);
  transform:rotate(0deg);
  -webkit-transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition:         all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55); 
}

.close-modal:hover{
  font-size:2.4em;
  -webkit-transform:rotate(360deg);
  transform:rotate(360deg);
}
/*-------------- saerch section -----------*/
.search{
  position:fixed;
  top:50%;
  left:50%;
  -webkit-transform:translate(-50%, -50%);
  transform:translate(-50%, -50%);
  border-radius:1000px;
  width:0;
  height:0;
  background:rgba(0, 23, 51, 0.9);
   -webkit-transition: all .4s linear;
  transition:  all .4s linear;
}

.search i{
  color:#03a9f4;
  font-size:1.7em;
  cursor:pointer;
}

.search .input{
  position:absolute;
  top:50%;
  left:50%;
  -webkit-transform:translate(-50%, -50%);
  transform:translate(-50%, -50%);
  display:none;
}

.search-input {
  width:350px;
  height:40px;
  background:transparent;
  border:none;
  outline:none;
  border-bottom:3px solid #eee;
  color:#eee;
  font-size:1.3em;
}

.pdo-next {
  text-decoration:underline;
  font-weight:bold;
}

.search.open{
  height:4000px;
  width:4000px;
}
#mse2_filters .mse2_number_slider{
  z-index:2 !important;
}


.ui-widget.ui-widget-content {
    border: 1px solid #c5c5c5;
    position: relative;
    z-index: 9999;
    background: transparent;
    color: #fff;
}
body.archive .ui-widget.ui-widget-content {
    border: 1px solid #c5c5c5;
    position: static;
    z-index: 9999;
    background: #fff;
    color: #000;
}









#hamburger {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: absolute;
  right: 15px;
  top: 15px;
  cursor: pointer;
}

#hamburger span {
  display: block;
  width: 30px;
  height: 4px;
  margin: 6px;
  border-radius: 1px;
  background: #eee;
}

#hamburger span {
  -webkit-transition-property: border-color, -webkit-transform;
  transition-property: border-color, -webkit-transform;
  -o-transition-property: transform, border-color;
  transition-property: transform, border-color;
  transition-property: transform, border-color, -webkit-transform;
  -webkit-transition-duration: 0.25s;
  -o-transition-duration: 0.25s;
  transition-duration: 0.25s;
  -webkit-transition-timing-function: cubic-bezier(0.5, -0.5, 0.5, 1.5);
  -o-transition-timing-function: cubic-bezier(0.5, -0.5, 0.5, 1.5);
  transition-timing-function: cubic-bezier(0.5, -0.5, 0.5, 1.5);
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
}

#hamburger.buy span.span-two {
  -webkit-transform: translateX(100px);
  -ms-transform: translateX(100px);
  transform: translateX(100px);
  -webkit-transition: all 0.100s linear;
  -o-transition: all 0.100s linear;
  transition: all 0.100s linear;
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}

#hamburger.buy span {
  -webkit-transition-delay: 0.125s;
  -o-transition-delay: 0.125s;
  transition-delay: 0.125s;
}

#hamburger.buy span.span-one {
  -webkit-transform: translateY(10px) rotate(135deg);
  -ms-transform: translateY(10px) rotate(135deg);
  transform: translateY(10px) rotate(135deg);
}

#hamburger.buy span.span-three {
  -webkit-transform: translateY(-10px) rotate(-135deg);
  -ms-transform: translateY(-10px) rotate(-135deg);
  transform: translateY(-10px) rotate(-135deg);
}

.backToTop {
  display: none;
  position: fixed;
  bottom: 50px;
  right: 50px;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  text-align: center;
  cursor: pointer;
  z-index: 1000;
}

.backToTop img {
  width: 100%;
}

header.header {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 70px;
  background: rgba(0, 23, 51, 0.9);
  z-index: 1000;
}

#wrapper {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.brand-logo {
  display: block;
  position: absolute;
  width: 180px;
  left: 10px;
  top: 10px;

}

.brand-logo img {
  width: 100% !important;
}

header.header .navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 260px;
}

header.header .navigation li {
  height: 100%;
}

header.header .navigation li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  height: 100%;
  font-size: 13px;
  color: #fff;
  margin-left: 10px;
  font-family: 'Gothapro Medium', sans-serif;
  margin-right: 10px;
  text-transform: uppercase;
}

header.header .navigation li a::before {
  display: block;
  position: absolute;
  content: '';
  width: 0px;
  height: 3px;
  bottom: 10px;
  background: #C81A1B;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

header.header .navigation li a:hover::before {
  width: 100%;
}

header.header .services {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

}

header.header .services * {
  color: #fff;
}

header.header .services .phone-number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: right;
}

header.header .services .phone-number > span {
  margin-bottom: 5px;
}

header.header .services .phone-number a {
  font-size: 15px;
  margin-bottom: 10px;
}

header.header .services .phone-number span {
  font-size: 13px;
}

/*Language Switcher*/

header.header .language-switcher {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  padding-left: 20px;
  padding-right: 10px;
  padding-top: 13px;
  width: 70px;
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

header.header .language-switcher * {
  cursor: pointer;
}

header.header .language-switcher ul.open {
  display: block;
  -webkit-animation-name: language;
  animation-name: language;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

@-webkit-keyframes language {
  from {
    display: none;
    opacity: 0;
    -webkit-transform: translate(-50%, -10px);
    transform: translate(-50%, -10px);
  }
  to {
    display: -webkit-box;
    display: flex;
    opacity: 1;
    -webkit-transform: translate(-50%, 0px);
    transform: translate(-50%, 0px);
  }
}

@keyframes language {
  from {
    display: none;
    opacity: 0;
    -webkit-transform: translate(-50%, -10px);
    transform: translate(-50%, -10px);
  }
  to {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    opacity: 1;
    -webkit-transform: translate(-50%, 0px);
    transform: translate(-50%, 0px);
  }
}

header.header .language-switcher div.current {
  font-size: 14px;
}

header.header .language-switcher svg {
  position: relative;
  top: -5px;
  left: -5px;
  fill: #fff;
}

header.header .language-switcher img {
  width: 30px;
  margin-top: 5px;
}

.language-switcher .dropdown-lan {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: absolute;
  width: 90px;
  bottom: -80px;
  left: 24px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background: rgba(0, 23, 51, 0.9);
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.language-switcher .dropdown-lan a:hover {
  background: rgba(0, 23, 51, 0.9);
}


.language-switcher .dropdown-lan a {
  display: block;
  position: relative;
  padding: 0px 15px;
  height: 40px;
  text-transform:uppercase;
  font-size: 14px !important;
  letter-spacing: 2px;
  line-height: 40px;
  text-align: left;
}

.language-switcher .dropdown-lan a img {
  position: absolute;
  right: 10px;
  top: 5px;
}


/*Searching*/

header.header .searching {
  display: block;
  text-align: center;
  line-height: 80px;
  height: 100%;
  width: 70px;
  background: #C81A1B;

}
header.header .sign-in {
  display: block;
  text-align: center;
  line-height: 80px;
  height: 100%;
  width: 70px;
  background: #192d47;
  border-left: 1px solid #415a78;

}
header.header .sign-in svg {
  fill: #fff;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  width: 30px;
  position: relative;
  top: 5px;
}

header.header .searching svg {
  fill: #fff;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

header.header .searching:hover {
  background: #D81C1C;
}

header.header .searching:hover svg {
  -webkit-transform: scale(1.1) rotate(90deg);
  -ms-transform: scale(1.1) rotate(90deg);
  transform: scale(1.1) rotate(90deg);
}


/* Ads Group */

.ads-group ,.main-group{
  
  position: relative;
}

.ads-group .ads-item, .main-group .group-col {
  position: relative;

  overflow: hidden;
}

.ads-group img,.main-group img {
  width: 100%;
  height: 100%;
  /*  //height: 105%;*/
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.ads-group .ads-item:hover img, .main-group .group-col:hover img {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}

.ads-group .ads-item a, .main-group .group-col a {
  display: block;
  position: absolute;
  left: 25px;
  top: 70%;
  text-transform: uppercase;
  font-size: 1.2rem;
  padding: 5px 10px;
  color: #fff;
  z-index: 1;
  font-family: 'Gothapro Medium', sans-serif;
}

.ads-group .ads-item a::before, .main-group .group-col a::before {
  display: block;
  position: absolute;
  content: "";
  background: #C81A1B;
  width: 8px;
  height: 100%;
  left: -5px;
  top: 0px;
  color: white;
  z-index: -1;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;

}

.ads-group .ads-item:hover a::before , .main-group .group-col:hover a::before{
  width: 100%;
}


.event_category a{
  color: #031C3B;
  font-weight:bold;
  text-transform:uppercase;
  font-size:16px;
  position:relative;
}

.events {
  margin-top:40px !important;
}

.event_category a:hover::before {
    width: 100%;
}


.event_category a::before {
    display: block;
    position: absolute;
    content: '';
    width: 0px;
    height: 3px;
    bottom: -5px;
  left:0;
    background: #C81A1B;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}




/* Company Strategy*/

.company-strategy {
  padding: 80px 0;
  padding-top: 180px;
}

.company-strategy ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.company-strategy ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  width: 220px;
  text-align: left;
  margin: 0 5px;
  padding: 0 22px;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}


.company-strategy ul li img {
  display: block;
  position: absolute;
  top: -90px;
  left: 50%;
  width: auto;
  -webkit-transform: translate(-50%) scale(0.8);
  -ms-transform: translate(-50%) scale(0.8);
  transform: translate(-50%) scale(0.8);
}

.company-strategy ul li a {
  display: block;
  text-transform: uppercase;
  font-size: 14px;
  color: #031c3b;
  font-family: 'Gothapro Black', sans-serif;
  margin: 15px 0px;
}

.company-strategy ul li a:hover {
  color: #C81A1B;

}

/* Searching*/

.searching-category {
  position: relative;
  padding: 80px 0;
  text-align: center;
  background: url('../images/blur-bg2.jpg') no-repeat center center;
  background-size: cover;
}

.leave-comment {
  position: fixed;
  top: 45%;
  right: -90px;
  color: #fff;
  padding: 15px;
  background: #DE2C2C;
  border-radius: 5px;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  text-transform: uppercase;
  -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
  font-size: 18px;
  z-index: 100;
}

.leave-comment:hover {
  right: -80px;
}

.searching-category h2, .searching-category .h2 {
  display: inline-block;
  font-size: 24px;
  font-family: 'Gothapro Black';
  color: #fff;
  margin-bottom: 35px;
  text-transform: uppercase;
}

.searching-category span {
  text-transform: inherit;
  font-size: 20px;
  font-family: 'Gothapro Bold', sans-serif;
  margin-right: 20px;
}

.section2.searching-category .form {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin: 0 auto;
  color: #fff;
}

.searching-category .form button {
  padding: 15px 45px;
  background: #DE2C2C;
  border-radius: 5px;
  border: none;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
}

.searching-category .form button:hover {
  background: #DE0C0C;
}

/* Work Rate*/

.work-rate {
  padding: 80px 0;
  text-align: center;
  padding-bottom: 40px;
}

.work-rate h3, .work-rate .h3 {
  font-size: 24px;
  margin-bottom: 15px;
  font-family: 'Gothapro Black', sans-serif;
  color: #031c3b;
  text-transform:uppercase;
}

.work-rate ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 40px 0;
}

.work-rate ul li {
  text-align: center;
  width: 200px;
  margin: 0 20px;
  cursor: pointer;
}

.work-rate ul li .numbers {
  display: block;
  font-size: 72px;
  font-family: 'Gothapro Bold', sans-serif;
  color: #dd2c2b;
  margin-bottom: 10px;
}

.work-rate ul li p {
  font-size: 18px;
  color: #031c3b;
}

.work-rate > h2, .work-rate > .h2 {
  text-transform: uppercase;
  font-size: 48px;
  margin-top: 60px;
  font-family: 'Gothapro Black', sans-serif;
  color: #031c3b;
}

/* Bootsrap modal*/

.modal-backdrop {
  z-index:999;
}
#shopOrderForm {
  width:100%;
}
.shk_count_button {
    background: transparent;
    border: 1px solid #ccc;
    border-radius: 5px;
}
.shk-count {
  border:none;
}
.btn-order {
  background-color: rgb(221, 44, 43);
  color:#fff;
}

#shk_prodHelper {
  z-index:10000 !important;
  border: 1px solid #ccc  !important;
}
#shk_confirmButton, #shk_cancelButton {
  border: 1px solid #ccc  !important;
    padding: 3px  !important;
    background: transparent  !important;
  font-size: 13px;
}

.col-venues {
  padding-left:0;
  padding-right:0;
}
.owl-carousel .item-video {
    height: 70px;
}

.owl-carousel .owl-video-play-icon {

  display:none;
}
.owl-video:after  {
  content:'';
  position: absolute;
    height: 20px;
    width: 20px;
    left: 50%;
    top: 50%;
    margin-left: -10px;
    margin-top: -10px;
    background-image: url(owl.video.play.png);
    background-repeat: no-repeat;
    background-size: 100%;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform 100ms ease;
}
.lSSlideOuter .lSPager.lSGallery {
  position: relative;
    width: 100% !important;
    transform: none !important;
}
.lSSlideOuter .lSPager.lSGallery li:nth-child(6),
.lSSlideOuter .lSPager.lSGallery li:nth-child(12),
.lSSlideOuter .lSPager.lSGallery li:nth-child(18),
.lSSlideOuter .lSPager.lSGallery li:nth-child(24){
  margin-right:0 !important;
}
    

.video-hotel {
    margin-top: 7px;
    margin-bottom: 15px;
}
.video-desc{
  margin:15px 0;
}
.video-content {
  font-size:15px;
  line-height:20px;
  text-align:justify;
}

.btn-compare {
  color:#fff !important; 
  background-color: #DE0C0C;
    border-color: #DE0C0C;
}

.btn-request {
  background-color: #031C3B;
    border-color: #031C3B;
  color:#fff !important;

}


/* News*/

.event-bg{
    background: #7b7b7b2e;
    padding: 20px 5000px;
    margin: 0 -5000px;
}

.pagination-section {
  width:100%;
  display:inline-block;
}
.pagination li.active a{
  color: #dd2c2b !important;
    font-size: 24px !important;
}
#pagination a {
  line-height: 40px;
  display:inline;
}
#pagination li {
  display:inline-block;
}
#pagination li.active a {
	color:red;
	font-size:20px;
}
.news-grid {
  width:100%;
  margin:0 auto;
  overflow:hidden;
  max-width:1280px;
}

.news-grid .detail:first-child {
  width: 50%;
  position: relative;
    float: left;
  height:auto; 
} 
.news-grid .detail:nth-child(7) {
  width: 50%;
  position: relative;
    float: right;
  height:auto; 
} 

.news-grid .detail{
    width: 25%;
    position: relative;
    float: left;
    color: #fff;
    height: 253px;
    overflow: hidden;
}
.news-grid .detail img {
  max-width:100%;
  height:auto;
}

.news-grid .detail:first-child .comment, .news-grid .detail:nth-child(7) .comment  {
  

    position: absolute;
    background: rgba(221, 43, 43, 0.7);
    bottom: 30px;
    padding: 20px;
    left: 50%;
    width: 85%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    cursor: default;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;

}


.news-grid .detail .comment {
  

    position: absolute;
    bottom: 30px;
    padding: 20px;
    left: 50%;
    width: 85%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    cursor: default;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;

}







.news-grid .detail:first-child .comment .full-version, .news-grid .detail:nth-child(7) .comment .full-version {
    float: right;
    text-decoration: underline;
    margin-right: 15px;
    font-size: 18px;
    color: white;
  display:block;
}

.news-grid .detail .comment .full-version {
    float: right;
    text-decoration: underline;
    margin-right: 15px;
    font-size: 18px;
    color: white;
  display:none;
}






.news-grid .detail:first-child .information, .news-grid .detail:nth-child(7) .information {
    font-size: 14px;
    font-family: 'Gothapro Regular', sans-serif;
    margin-bottom: 10px;
    color: #fff;
  display:block;
}

.news-grid .detail .information {
  display:none;
}


.news-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.news-group .news {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 50%;
}



.news-group .news.detail {
  position: relative;
  color: white;
}

.news-group .news.detail * {
  color: #fff !important;
}

.news-group .news.detail img {
  width: 100%;
  height: 100%;
}

.title {
  font-size: 24px;
  margin-bottom: 8px;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.61);
  color: #fff;
}

.published-time {
  display: inline-block;
  margin-bottom: 10px;
  font-weight: bold;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.61);
  color: #fff;
}

.news-group .news.detail .comment {
  position: absolute;
  background: rgba(221, 43, 43, 0.7);
  bottom: 30px;
  padding: 20px;
  left: 50%;
  width: 85%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  cursor: default;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}


.news-group .news.detail .information {
  font-size: 14px;
  font-family: 'Gothapro Regular', sans-serif;
  margin-bottom: 10px;
  color: #fff;
}

.news-group .news.detail .comment .full-version {
  float: right;
  text-decoration: underline;
  margin-right: 15px;
  font-size: 18px;
  color: white;
}

.news-group .news.short a {
  display: block;
  position: relative;
  width: 50%;
  height: 50%;
  overflow: hidden;
}

.news-title {
  position: absolute;
  bottom: 20px;
  left: 30px;
  color: white;
  z-index: 10;
}

.news-title::before {
  position: absolute;
  content: '';
  width: 5px;
  height: 100%;
  top: -5px;
  left: -10px;
  background: #C81A1B;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  z-index: -1;
}

.news-group .news.short a:hover .news-title::before {
  width: 106%;
}

.news-title h3 {
  margin-bottom: 5px;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.61);
}

.news-group .news.short a img {
  display: block;
  height: 110%;
  width: 100%;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.news-group .news.short a:hover img {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}

.news-group .news.short .all-news {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  background: rgba(16, 44, 81, 0.9);
}

.news-group .news.short .all-news:hover button {
  background: #DE0C0C;
}

.news-group .news.short .all-news button {
  position: absolute;
  width: 200px;
  height: 50px;
  font-size: 16px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border: none;
  color: #fff;
  background: #DE2C2C;
  cursor: pointer;
}

/* Regstration form*/

.regstration-section {
  padding: 70px 0;
  text-align: center;
  background: url('../images/blur-bg2.jpg') no-repeat 50% center;
  background-size: cover;
}

.regstration-section h3, .regstration-section .h3  {
  color: #fff;
  font-size: 24px;
  font-family: 'Gothapro Black';
  margin-bottom: 35px;
}

.regstration-section .user-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 65%;
  margin: 0 auto;
  margin-bottom: 15px;
}

.regstration-section .user-form input {
  width: 48%;
  padding: 15px 20px;
  border-radius: 3px;
  border: none;
  margin: 10px 1%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 14px;
}

.regstration-section button {
  width: 335px;
  height: 75px;
  background: #DD2C2B;
  border: none;
  color: #fff;
  font-size: 16px;
  font-family: 'Gothapro Regular', sans-serif;
  cursor: pointer;
}

.regstration-section button:hover {
  background: #DD0C0B;
}

.tab-pane h3 {
  margin:30px 0 20px 0;
}
#fadeSlide a:hover {
  color:#fff;
}

/*Footer*/

footer.footer {
  padding: 50px 0;
  background: #001733;
}

footer.footer * {
  color: #fff;
}

footer.footer a {
  margin-bottom: 10px;
  color: #D6D7DB;
}

footer.footer .footer-item-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
}

footer.footer .footer-item-group .group-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

footer.footer .footer-item-group .group-item > a {
  font-size: 14px;
}


footer.footer .footer-item-group .group-item.contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

footer.footer .footer-item-group .group-item.contact .callus {
  color: #D6D7DB;
  margin-bottom: 10px;
}

footer.footer .footer-item-group .group-item.contact > a span {
  font-size: 12px;
  color: #D6D7DB;
}


footer.footer .footer-item-group .group-item > a:hover,
footer.footer .footer-item-group .group-item > a:hover span {
  color: #fff;
}

footer.footer .footer-item-group .group-item > span {
  display: block;
  font-size: 16px;
  font-family: 'Gothapro Bold';
  text-transform: uppercase;
  margin-bottom: 15px;
}

footer.footer .footer-item-group .social {
  margin-top: 10px;
}

footer.footer .footer-item-group .social a {
  display: inline-block;
  width: 25px;
  height: 25px;
  padding: 6px;
  text-align: center;
  margin-right: 5px;
  border-radius: 50%;
  line-height: 20px;
  background: #fff;
  -webkit-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
}

footer.footer .footer-item-group .social a svg {
  fill: #001733;
}

footer.footer .footer-item-group .social a:hover {
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
}

.group-item.about-site {
  text-align: center;
  position: relative;
  padding-top: 80px;
}

.about-site .brand-logo {
  left: 0px;
  top: 0px;
}


.footer-item-group .group-item.about-site .download-presentation {
  width: 210px;
 
  padding: 10px 8px;
  border: 2px solid #fff;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 25px;
}

.footer-item-group .group-item.about-site .download-presentation img {
  position: relative;
  right: -5px;
}

.footer-item-group .group-item.about-site .download-presentation:hover img {
  -webkit-animation: move 0.5s linear 2;
  animation: move 0.5s linear 2;
}

@-webkit-keyframes move {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
  50% {
    -webkit-transform: translateX(3px);
    transform: translateX(3px);
  }
  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
}

@keyframes move {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
  50% {
    -webkit-transform: translateX(3px);
    transform: translateX(3px);
  }
  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
}

.footer-item-group .group-item {
  width: 200px;
}

.site-map:hover {
  text-decoration: underline;
}

/* Mobile*/

@media screen and (max-width: 576px) {
	
	
	

  .backToTop {
    right: 20px;
    bottom: 20px;
  }

  .helper.shown {
    display: block;
  }

  #hamburger {
    display: block;
  }

  header.header {
    background: rgba(0, 18, 39, 1);
    z-index: 100;
  }
  header.header .brand-logo {
    left: -10px;
    transform: scale(0.8);
  }
  #wrapper {
    display: block;
    position: absolute;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 0px;
    top: 100%;
    left: 0px;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4);
    z-index: -1;
    overflow: hidden;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  #wrapper.header-wrapper.opened {
    display: block;
    height: 312px;
  }

  #wrapper .navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0 !important;
  }

  header.header .navigation li {
    display: block;
    width: 100%;
  }

  header.header .navigation li a {
    display: block;
    line-height: normal;
    text-align: center;
    margin-left: 0px;
    margin-right: 0px;
    padding: 10px 0;
    background: -webkit-gradient(linear, left top, right top, from(rgba(3, 24, 49, 0.99)), color-stop(rgba(6, 45, 92, 0.98)), to(rgba(3, 24, 49, 0.99)));
    background: -webkit-linear-gradient(left, rgba(3, 24, 49, 0.99), rgba(6, 45, 92, 0.98), rgba(3, 24, 49, 0.99));
    background: -o-linear-gradient(left, rgba(3, 24, 49, 0.99), rgba(6, 45, 92, 0.98), rgba(3, 24, 49, 0.99));
    background: linear-gradient(to right, rgba(3, 24, 49, 0.99), rgba(6, 45, 92, 0.98), rgba(3, 24, 49, 0.99));
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }

  header.header .navigation li a:hover {
    background: -webkit-gradient(linear, left top, right top, from(rgba(3, 24, 49, 0.99)), color-stop(rgba(7, 52, 107, 0.98)), to(rgba(3, 24, 49, 0.99)));
    background: -webkit-linear-gradient(left, rgba(3, 24, 49, 0.99), rgba(7, 52, 107, 0.98), rgba(3, 24, 49, 0.99));
    background: -o-linear-gradient(left, rgba(3, 24, 49, 0.99), rgba(7, 52, 107, 0.98), rgba(3, 24, 49, 0.99));
    background: linear-gradient(to right, rgba(3, 24, 49, 0.99), rgba(7, 52, 107, 0.98), rgba(3, 24, 49, 0.99));
  }
  header.header .navigation li a::before {
    display: none !mportant;
    width: 0 !important;
  }


  #wrapper .services {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0;
    text-align: center;
    height: 40px;
    padding: 10px 0;
    background: -webkit-gradient(linear, left top, right top, from(rgba(3, 24, 49, 0.98)), color-stop(rgba(6, 45, 92, 0.98)), to(rgba(3, 24, 49, 0.98)));
    background: -webkit-linear-gradient(left, rgba(3, 24, 49, 0.98), rgba(6, 45, 92, 0.98), rgba(3, 24, 49, 0.98));
    background: -o-linear-gradient(left, rgba(3, 24, 49, 0.98), rgba(6, 45, 92, 0.98), rgba(3, 24, 49, 0.98));
    background: linear-gradient(to right, rgba(3, 24, 49, 0.98), rgba(6, 45, 92, 0.98), rgba(3, 24, 49, 0.98));
  }

  #wrapper .services:hover {
    background: -webkit-gradient(linear, left top, right top, from(rgba(3, 24, 49, 0.98)), color-stop(rgba(7, 52, 107, 0.98)), to(rgba(3, 24, 49, 0.98)));
    background: -webkit-linear-gradient(left, rgba(3, 24, 49, 0.98), rgba(7, 52, 107, 0.98), rgba(3, 24, 49, 0.98));
    background: -o-linear-gradient(left, rgba(3, 24, 49, 0.98), rgba(7, 52, 107, 0.98), rgba(3, 24, 49, 0.98));
    background: linear-gradient(to right, rgba(3, 24, 49, 0.98), rgba(7, 52, 107, 0.98), rgba(3, 24, 49, 0.98));
  }

  header.header .services * {
    color: #fff;
    font-size: 10px!important;
  }

  header.header .services .phone-number a {
    margin-bottom: 5px;
  }

  /*Language Switcher*/
  header.header .language-switcher {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    bottom: 11px;
    margin: 0 5px;
    width: 70px;
    height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  header.header .language-switcher * {
    cursor: pointer;
  }

  header.header .language-switcher ul.open {
    display: block;
    -webkit-animation-name: language;
    animation-name: language;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
  }


  .language-switcher .dropdown-lan {
    bottom: -5px;
    left: 150%;
    z-index: 100;
  }

  /*Searching*/
  header.header .searching {
    line-height: 52px;
    width: 40px;
    height: 38px;
    border-radius: 50%;
    position: relative;
    bottom: 9px;
  }
  /*Login*/
  header.header .sign-in{
    background-color: transparent;
    border-left: none;
    width: 50px;
    padding-right: 10px;
  }
  header.header .sign-in svg{
    top:-13px;
    width: 40px;
  }

  /*Carousel*/
  .caption {
    font-size: 36px;
  }

  .caption span::before {
    width: 106%;
  }

  .callbacks_container {
    margin-top: 70px;
  }

  .callbacks_container .rslides1_nav,
  .callbacks_container .rslides1_nav {
    top: 50%;
    -webkit-transform: translateY(-50%) scale(0.4);
    -ms-transform: translateY(-50%) scale(0.4);
    transform: translateY(-50%) scale(0.4);
  }

  .callbacks_container .rslides1_nav.prev {
    left: -5px;
  }

  .callbacks_container .rslides1_nav.next {
    right: -5px;
  }

  /*  Ads Group*/
  .ads-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
  }
  .ads-group .ads-item {
    width: 100%;
  }
  .ads-group img {
    display: block;
  }
  .company-strategy {
    padding: 0;
  }

  .company-strategy ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0 40px;
    padding-top: 20px;
  }
  .company-strategy ul li {
    width: 100%;
    text-align: center;
    padding: 0;
    padding-bottom: 30px;
    padding-top: 80px;
  }


  .company-strategy ul li img {
    top: 0px;
  }


  .leave-comment {
    top: 50%;
    right: -80px;
    color: #fff;
    padding: 10px;
    background: #DE2C2C;
    border-radius: 5px;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    text-transform: uppercase;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
    -webkit-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    transition: all 0.1s linear;
    font-size: 16px;
  }

  .leave-comment:hover {
    right: -70px;
  }



  /* Searching*/
  .searching-category {
    padding: 60px 0;
  }

  .searching-category h2 {
    margin-bottom: 25px;
    font-size: 22px;
  }



  .searching-category .form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 0px;
  }
  .searching-category span {
    margin-right: 0px;
    margin-bottom: 20px;
  }
  .wrapper {
    width: 100%;
    max-width: 80%;
  }
  .searching-category .form button {
    padding: 0;
    width: 200px;
    height: 65px;
    margin-top: 30px;
  }



  /* Work Rate*/
  .work-rate {
    padding: 50px 30px;
    padding-bottom: 40px;
  }

  .work-rate ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 40px 0;
  }
  .work-rate ul li {
    text-align: center;
    width: 100%;
    margin: 40px 0px;
    cursor: pointer;
  }





  /* News*/
  .news-grid .detail{
    width: 100%!important;
/*    height: 253px;*/
  }
  .news-grid .detail img{
    height: auto!important;
  }
  .news-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  .news-group .news {
    width: 100%;
  }


  .news-group .news.detail .comment {
    width: 85%;
  }

  .news-group .news.detail .comment .information {
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }


  .news-group .news.short a {
    width: 100%;
  }

  .news-group .news.short img {
    display: block;
  }

  .section.news-group .news.short a:nth-child(4) img {
    display: none;
  }
  .section.news-group .news.short a:nth-child(4) .all-news {
    background: transparent;
  }
  .section.news-group .news.short a:nth-child(4) {
    height: 140px;
  }
  .section.news-group .news.short a:nth-child(4) .all-news button {
    border-radius: 5px;
    box-shadow: 2px 5px 20px rgba(0, 0, 00, 0.4);
  }

  /* Regstration form*/
  .regstration-section {
    padding: 115px 0;
    text-align: center;
    background: url('../images/blur-bg2.jpg') no-repeat 50% center;
    background-size: cover;
  }
  .regstration-section h3 {
    color: #fff;
    font-size: 24px;
    font-family: 'Gothapro Black';
    margin-bottom: 35px;
  }

  .regstration-section .user-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 75%;
    margin: 0 auto;
    margin-bottom: 15px;
  }

  .regstration-section .user-form input {
    width: 100%;
    margin: 3% 1%;
  }

  .regstration-section button {
    width: 250px;
    height: 55px;
  }



  /*Footer*/
  footer.footer .footer-item-group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto;
    padding: 0 30px;
  }

  footer.footer .footer-item-group .group-item {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    margin-bottom: 30px;
  }

  .group-item.about-site {
    position: relative;
    padding-top: 80px;
  }

  .about-site .brand-logo {
    left: 50%;
    -webkit-transform: translateX(-50%) scale(0.8);
    -ms-transform: translateX(-50%) scale(0.8);
    transform: translateX(-50%) scale(0.8);
  }

}


/* Tablet*/

@media screen and (min-width: 577px) and (max-width: 767px) {

  .helper.shown {
    display: block;
  }

  #hamburger {
    display: block;
  }

  header.header {
    background: rgba(0, 23, 51, 0.98);
  }
  #wrapper {
    position: absolute;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 0;
    top: 100%;
    left: 0px;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4);
    z-index: 100;
    overflow: hidden;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }

  #wrapper.header-wrapper.opened {
    height: 302px;
  }

  #wrapper .navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0 !important;
  }

  header.header .navigation li {
    display: block;
    text-align: center;
    width: 100%;


  }

  header.header .navigation li a {
    display: block;
    line-height: normal;
    text-align: center;
    margin-left: 0px;
    margin-right: 0px;
    padding: 10px 0;
    background: -webkit-gradient(linear, left top, right top, from(rgba(3, 24, 49, 0.99)), color-stop(rgba(6, 45, 92, 0.98)), to(rgba(3, 24, 49, 0.99)));
    background: -webkit-linear-gradient(left, rgba(3, 24, 49, 0.99), rgba(6, 45, 92, 0.98), rgba(3, 24, 49, 0.99));
    background: -o-linear-gradient(left, rgba(3, 24, 49, 0.99), rgba(6, 45, 92, 0.98), rgba(3, 24, 49, 0.99));
    background: linear-gradient(to right, rgba(3, 24, 49, 0.99), rgba(6, 45, 92, 0.98), rgba(3, 24, 49, 0.99));
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }

  header.header .navigation li a:hover {
    background: -webkit-gradient(linear, left top, right top, from(rgba(3, 24, 49, 0.99)), color-stop(rgba(7, 52, 107, 0.98)), to(rgba(3, 24, 49, 0.99)));
    background: -webkit-linear-gradient(left, rgba(3, 24, 49, 0.99), rgba(7, 52, 107, 0.98), rgba(3, 24, 49, 0.99));
    background: -o-linear-gradient(left, rgba(3, 24, 49, 0.99), rgba(7, 52, 107, 0.98), rgba(3, 24, 49, 0.99));
    background: linear-gradient(to right, rgba(3, 24, 49, 0.99), rgba(7, 52, 107, 0.98), rgba(3, 24, 49, 0.99));
  }
  header.header .navigation li a::before {
    display: none !mportant;
    width: 0 !important;
  }
  
  
  


  #wrapper .services {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0;
    text-align: center;
    height: 40px;
    padding: 5px 0;
    background: -webkit-gradient(linear, left top, right top, from(rgba(3, 24, 49, 0.98)), color-stop(rgba(6, 45, 92, 0.98)), to(rgba(3, 24, 49, 0.98)));
    background: -webkit-linear-gradient(left, rgba(3, 24, 49, 0.98), rgba(6, 45, 92, 0.98), rgba(3, 24, 49, 0.98));
    background: -o-linear-gradient(left, rgba(3, 24, 49, 0.98), rgba(6, 45, 92, 0.98), rgba(3, 24, 49, 0.98));
    background: linear-gradient(to right, rgba(3, 24, 49, 0.98), rgba(6, 45, 92, 0.98), rgba(3, 24, 49, 0.98));
  }

  #wrapper .services:hover {
    background: -webkit-gradient(linear, left top, right top, from(rgba(3, 24, 49, 0.98)), color-stop(rgba(7, 52, 107, 0.98)), to(rgba(3, 24, 49, 0.98)));
    background: -webkit-linear-gradient(left, rgba(3, 24, 49, 0.98), rgba(7, 52, 107, 0.98), rgba(3, 24, 49, 0.98));
    background: -o-linear-gradient(left, rgba(3, 24, 49, 0.98), rgba(7, 52, 107, 0.98), rgba(3, 24, 49, 0.98));
    background: linear-gradient(to right, rgba(3, 24, 49, 0.98), rgba(7, 52, 107, 0.98), rgba(3, 24, 49, 0.98));
  }

  header.header .services * {
    color: #fff;
  }

  header.header .services .phone-number a {
    margin-bottom: 5px;
  }

  /*Language Switcher*/
  header.header .language-switcher {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    margin: 0 5px;
    width: 70px;
    height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  header.header .language-switcher * {
    cursor: pointer;
  }

  header.header .language-switcher ul.open {
    display: block;
    -webkit-animation-name: language;
    animation-name: language;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
  }


  .language-switcher .dropdown-lan {
    bottom: -5px;
    left: 150%;
    z-index: 100;
  }

  /*Searching*/
  header.header .searching {
    line-height: 48px;
    width: 40px;
    border-radius: 50%;
  }




  /*Carousel*/
  .caption {
    font-size: 60px;
  }

  .callbacks_container .rslides1_nav,
  .callbacks_container .rslides1_nav {
    top: 50%;
    -webkit-transform: translateY(-50%) scale(0.6);
    -ms-transform: translateY(-50%) scale(0.6);
    transform: translateY(-50%) scale(0.6);
  }

  .callbacks_container .rslides1_nav.prev {
    left: 10px;
  }

  .callbacks_container .rslides1_nav.next {
    right: 10px;
  }

  /*  Ads group*/
  .ads-group {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .ads-group .ads-item {
    width: 50%;
  }

  /*  Company strategy*/
  .company-strategy {
    padding: 0;
  }

  .company-strategy ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 10px 0;
  }
  .company-strategy ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 50%;
    text-align: center;
    padding: 30px;
    padding-top: 100px;
    margin: 0;
  }


  .company-strategy ul li img {
    top: 10px;
  }


  .leave-comment {
    top: 50%;
    right: -80px;
    color: #fff;
    padding: 10px!important;
    background: #DE2C2C;
    border-radius: 5px;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    text-transform: uppercase;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
    -webkit-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    transition: all 0.1s linear;
    font-size: 16px;
  }

  .leave-comment:hover {
    right: -70px;
  }



  /* Searching*/
  .searching-category {
    padding: 70px 0;
  }

  .searching-category h2 {
    margin-bottom: 25px;
  }



  .searching-category .form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 0px;
  }
  .searching-category span {
    margin-right: 0px;
    margin-bottom: 20px;
  }
  .wrapper {
    width: 100%;
    max-width: 80%;
  }
  .searching-category .form button {
    padding: 0;
    width: 200px;
    height: 65px;
    margin-top: 30px;
  }



  /* Work Rate*/
  .work-rate {
    padding: 50px 30px;
    padding-bottom: 40px;
  }

  .work-rate ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 40px 0;
  }
  .work-rate ul li {
    text-align: center;
    width: 50%;
    margin: 40px 0px;
    cursor: pointer;
  }



  /* News*/
  .news-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  .news-group .news {
    width: 100%;
  }


  .news-group .news.detail .comment {
    width: 85%;
  }

  .news-group .short a img {
    display: block;
    width: auto !important;
  }

  /* Regstration form*/
  .regstration-section {
    padding: 70px 0;
    text-align: center;
    background: url('../images/blur-bg2.jpg') no-repeat 50% center;
    background-size: cover;
  }
  .regstration-section h3 {
    color: #fff;
    font-size: 24px;
    font-family: 'Gothapro Black';
    margin-bottom: 35px;
  }

  .regstration-section .user-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    flex-wrap: wrap;
    width: 85%;
    margin: 0 auto;
    margin-bottom: 15px;
  }

  .regstration-section .user-form input {
    width: 48%;
    margin: 3% 1%;
  }

  .regstration-section button {
    width: 250px;
    height: 55px;
  }



  /*Footer*/
  footer.footer .footer-item-group {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto;
    padding: 0 30px;
  }

  footer.footer .footer-item-group .group-item {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 50%;
    margin-bottom: 30px;
  }

  .group-item.about-site {
    position: relative;
    padding-top: 80px;
    text-align: center;
  }

  .about-site .brand-logo {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }

}



@media (min-width: 1441px) {
	header.header .navigation li a {
		font-size: 11px;
		margin-left: 7px;
	}

  header .navigation li {
    margin-left: 30px;
  }

  /*Carousel*/
  .caption {
    font-size: 150px;
  }

  .callbacks_container .rslides1_nav,
  .callbacks_container .rslides1_nav {
    top: 50%;
    -webkit-transform: translateY(-50%) scale(1.3);
    -ms-transform: translateY(-50%) scale(1.3);
    transform: translateY(-50%) scale(1.3);
  }

  .callbacks_container .rslides1_nav.prev {
    left: 50px;
  }

  .callbacks_container .rslides1_nav.next {
    right: 50px;
  }


  /*  Company Strategy*/
  .company-strategy li {
    margin: 0px 25px !important;
  }

}







/************ALL NEWS PAGE STYLING***********/

.ru .leave-comment {
  position: fixed;
  top: 35%;
  right: -80px;
  color: #fff;
  padding: 15px;
  background: #DE2C2C;
  border-radius: 5px;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  text-transform: uppercase;
  -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
  font-size: 18px;
  z-index: 10;
}

.ru  .leave-comment:hover {
  right: -75px;
  color:#fff;
}

.en .leave-comment {
  position: fixed;
  top: 35%;
  right: -70px;
  color: #fff;
  padding: 15px;
  background: #DE2C2C;
  border-radius: 5px;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  text-transform: uppercase;
  -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
  font-size: 18px;
  z-index: 10;
}

.en  .leave-comment:hover {
  right: -65px;
  color:#fff;
}





/* Wrappers */

.wrapper {
  width: 75%;
  margin: 0 auto;
}


/* Bread-Crumb */

.bread-crumb {
  margin: 10px 0;
  margin-top: 90px;
}

.bread-crumb * {
  text-transform: uppercase;
  color: #5e5e5e;
  font-size: 12.6px;
  font-family: "Gothapro Regular", serif;
}

.bread-crumb ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.bread-crumb ul li {
  position: relative;
  margin-right: 20px;
}

.bread-crumb ul li::before {
  content: '|';
  position: absolute;
  left: -12px;
}

.bread-crumb ul li:nth-child(1)::before {
  display: none;
}

/* Searching form*/

.searching-form {
  margin: 10px 0;
  margin-bottom: 30px;
}

.searching-form .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.searching-form .wrapper h3 {
  color: #031C3B;
  font-family: 'Gothapro Black', sans-serif;
}

.searching-form .wrapper form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  position: relative;
  width: auto;
}

.searching-form .wrapper form input {
  border: none;
  padding-left: 10px;
  padding-right: 5px;
  height: 40px;
  width: 220px;
  background: #ECF3F9;
  color: #000;
  border-radius: 5px 0 0 5px;
}

.searching-form .wrapper form button {
  top: 0;
  right: 0;
  height: 40px;
  width: 35px;
  background: #ECF3F9;
  border: none;
  border-radius: 0 5px 5px 0;
  cursor: pointer;
  line-height: 5px;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.searching-form .wrapper form button:hover {
  background: #C81A1B;
}

.searching-form .wrapper form button:hover svg {
  fill: #fff;
}

.searching-form .wrapper form button svg {
  fill: #AAAFB3;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg) scale(0.8);
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

/* .calendar-section*/

.calendar-section .wrapper {
  margin: 20px auto;
}


.calendar-section .wrapper img {
  height: 100% !important;
  margin-right: 5px;
}

.calendar-section #calendar_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

/* News*/

.news-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.section2.news-group {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}

.news-group .news {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 50%;
}

.news-group .news.detail {
  position: relative;
  color: white;
}

.news-group .news.detail * {
  color: #fff;
}

.news-group .news.detail img {
  width: 100%;
  height: 100%;
}


.published-time {
  display: inline-block;
  margin-bottom: 10px;
  font-weight: bold;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.61);
  color: #fff;
}

.news-group .news.detail .comment {
  position: absolute;
  background: rgba(221, 43, 43, 0.7);
  bottom: 30px;
  padding: 20px;
  left: 50%;
  width: 85%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  cursor: default;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}


.news-group .news.detail .information {
  font-size: 14px;
  font-family: 'Gothapro Regular', sans-serif;
  margin-bottom: 10px;
  color: #fff;
}

.news-group .news.detail .comment .full-version {
  float: right;
  text-decoration: underline;
  margin-right: 15px;
  font-size: 18px;
  color: white;
}

.news-group .news.short a {
  display: block;
  position: relative;
  width: 50%;
  height: 50%;
  overflow: hidden;
}

.news-title {
  position: absolute;
  bottom: 20px;
  left: 30px;
  color: white;
  z-index: 10;
}
.news-grid .detail:first-child .comment::before, .news-grid .comment:nth-child(7) .a::before {
  position:static
}

.comment .title {
  font-size: 18px;
  margin-bottom: 8px;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.61);
  color: #fff;
  font-weight:bold;
}

.news-grid  .detail:first-child .comment .title, .news-grid  .detail:nth-child(7) .comment .title {
  font-size: 24px;
  margin-bottom: 8px;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.61);
  color: #fff;
  font-weight:normal;
}





.news-title::before, .news-grid .comment::before {
    position: absolute;
    content: '';
    width: 5px;
    height: 73%;
    top: 10px;
    left: -10px;
    background: #C81A1B;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    z-index: -1;
}
.news-title::before, .news-grid  .detail:nth-child(7) .comment::before, .news-grid  .detail:first-child .comment::before {
  position:static;
}

.news-grid .news .comment:hover::before {
  width: 106%;
}

.news-title h3 {
  margin-bottom: 5px;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.61);
}

.news-group .news.short a img, .news-grid .news  a img  {
  display: block;
  /*height: 100%;*/
  
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.news-grid .news a:hover img {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}

.news-group .news.short .all-news {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  background: rgba(16, 44, 81, 0.9);
}

.news-group .news.short .all-news:hover button {
  background: #DE0C0C;
}

.news-group .news.short .all-news button {
  position: absolute;
  width: 200px;
  height: 50px;
  font-size: 16px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border: none;
  color: #fff;
  background: #DE2C2C;
  cursor: pointer;
}

/*Pagination section*/

.pagination-section .wrapper {
  margin: 40px auto;
}


/* Mobile*/

@media screen and (max-width: 576px) {

  .leave-comment {
    top: 50%;
    right: -125px!important;
    color: #fff;
    padding: 5px;
    background: #DE2C2C;
    border-radius: 5px;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    text-transform: uppercase;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
    -webkit-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    transition: all 0.1s linear;
    font-size: 14px;
  }

  .leave-comment:hover {
    right: -65px;
  }

  .calendar-section .wrapper {
    width: 95%;
  }
  .calendar-section .wrapper #calendar {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    /*justify-content: center;*/
  }
  .calendar-submit{
    top: 0;
  }
  .calendar-section .wrapper #calendar img {
    margin: 0;
  }
  .calendar-section .wrapper #calendar #calendar_year {
    margin: 0 10px;
  }

  .calendar-section .wrapper #calendar #calendar_content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    margin: 20px 0;
  }


  /* News*/
  .section1.news-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .section2.news-group {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  .news-group .news {
    width: 100%;
  }


  .news-group .news.detail .comment {
    width: 85%;
  }

  .news-group .news.detail .comment .information {
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }


  .news-group .news.short a {
    width: 100%;
  }

  .news-group .news.short img {
    display: block;
  }


  #pagination a {
    font-size: 13px;
    margin: 0 3px;

  }
  #pagination a.current {
    color: #dd2c2b;
    font-size: 18px;
  }
  #pagination a.next,
  #pagination a.previous {
    font-size: 0px;
    margin-bottom: 5px;
  }

  #pagination a.next::after {
    right: 15px;
  }
  #pagination a.previous::before {
    left: 15px;
  }


}


/* Tablet*/

@media screen and (min-width: 577px) and (max-width: 767px) {

  .helper.shown {
    display: block;
  }

  #hamburger {
    display: block;
  }

  #wrapper .services{
    height: auto;
  }
  header.header .sign-in svg{
    width: 45px;
    top: 17px;
    right: 10px;
  }
  header.header .searching{
    position: relative;
    line-height: 54px;
    width: 46px;
    height: 45px;
    top: 20px;
  }
  header.header .language-switcher{
    padding-top: 15px;
  }
  header.header .sign-in{
    background: transparent;
    border: none;
  }

  .leave-comment {
    top: 50%;
    right: -80px;
    color: #fff;
    padding: 10px;
    background: #DE2C2C;
    border-radius: 5px;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    text-transform: uppercase;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
    -webkit-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    transition: all 0.1s linear;
    font-size: 14px!important;
  }

  .leave-comment:hover {
    right: -70px;
  }
  .news-grid .detail{
    width: 100%!important;
    height: auto!important;
  }

  .news-group .news.short a img, .news-grid .news a img{
    width: 100%;
  }

  .calendar-section .wrapper #calendar {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .calendar-section .wrapper #calendar #calendar_year {
    margin: 0 30px;
  }

  .calendar-section .wrapper #calendar #calendar_content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    margin: 20px 0;
  }
  
  .calendar-submit{
    top: 0;
    right: 50px;
  }

  /* News*/
  .section1.news-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .section2.news-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .news-group .news {
    width: 100%;
  }


  .news-group .news.detail .comment {
    width: 85%;
  }

  .news-group .short a img {
    display: block;
    width: auto !important;
  }

}

/*Desktop*/

@media (min-width: 768px) and (max-width: 991px) {

  .news-grid .detail{
    width: 100%!important;
  }
  .news-group .news.short a img, .news-grid .news a img{
    width: 100%;
  }
  .helper.shown {
    display: block;
  }


  .calendar-section .wrapper #calendar {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .calendar-section .wrapper #calendar #calendar_year {
    margin: 0 30px;
  }

  .calendar-section .wrapper #calendar #calendar_content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    margin: 20px 0;
  }



  .leave-comment {
    padding: 10px;
    font-size: 12px!important;
  }

  .calendar-submit{
    top: 0;
  }

  /* News*/
  .news-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .news-group .news {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 50%;
  }

  .news-group .news.detail {
    position: relative;
    color: white;
  }

  .news-group .news.detail img {
    width: 100%;
    height: 100%;
  }

  .title {
    font-size: 24px;
    margin-bottom: 8px;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.61);
  }

  .published-time {
    display: inline-block;
    margin-bottom: 10px;
    font-weight: bold;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.61);
  }

  .news-group .news.detail .comment {
    position: absolute;
    background: rgba(221, 43, 43, 0.7);
    bottom: 30px;
    padding: 20px;
    left: 50%;
    width: 85%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    cursor: default;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }


  .news-group .news.detail .information {
    font-size: 14px;
    font-family: 'Gothapro Regular', sans-serif;
    margin-bottom: 10px;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }

  .news-group .news.detail .comment .full-version {
    float: right;
    text-decoration: underline;
    margin-right: 15px;
    font-size: 18px;
    color: white;
  }

  .news-group .news.short a {
    display: block;
    position: relative;
    width: 50%;
    height: 50%;
    overflow: hidden;
  }

  .news-title {
    position: absolute;
    bottom: 20px;
    left: 30px;
    color: white;
    z-index: 10;
  }

  .news-title::before {
    position: absolute;
    content: '';
    width: 5px;
    height: 100%;
    top: -5px;
    left: -10px;
    background: #C81A1B;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    z-index: -1;
  }

  .news-group .news.short a:hover .news-title::before {
    width: 106%;
  }

  .news-title h3 {
    margin-bottom: 5px;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.61);
  }

  .news-group .news.short a img {
    height: 110%;
    width: 100%;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }

  .news-group .news.short a:hover img {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
  }

  .news-group .news.short .all-news {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    background: rgba(16, 44, 81, 0.9);
  }

  .news-group .news.short .all-news:hover button {
    background: #DE0C0C;
  }

  .news-group .news.short .all-news button {
    position: absolute;
    width: 200px;
    height: 50px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border: none;
    color: #fff;
    background: #DE2C2C;
    cursor: pointer;
  }

}

@media (min-width: 1441px) {

  header .navigation li {
    margin-left: 30px;
  }
}

@media (min-width: 1800px) {
  .calendar-section .wrapper {
    width: 65%;
  }
}

@media (min-width: 1900px) {
  .news-group .news.detail img {
    width: auto !important;
  }
}

@media screen and (max-width: 500px) {

  .searching-form .wrapper {
    flex-direction: column-reverse;
    align-items: center;
    margin-top: 15px;
  }
  .searching-form .wrapper form {
    margin-bottom: 10px;
  }
}




/*******CONTACT PAGE STYLE***********/

/* Map Section */

.map-section {
  height: 650px;
  position: relative;
}

.contact-form {
  position: absolute;
  top: 55%;
  left: 17.5%;
  width: auto;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border: none;
  padding: 15px 20px;
  background: #fff;
  -webkit-box-shadow: 2px 2px 100px rgba(3, 28, 59, 0.31),
  -2px -2px 100px rgba(3, 28, 59, 0.31);
  box-shadow: 2px 2px 100px rgba(3, 28, 59, 0.31),
  -2px -2px 100px rgba(3, 28, 59, 0.31);
}

.contact-form h3 {
  font-family: 'Gothapro Black', serif;
  margin-bottom: 8px;
  font-size: 30px;
}

.contact-form .phone-number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 20px;
  margin-bottom: 20px;
}

.contact-form .phone-number a {
  color: #000;
  margin-top: 3px;
}

.contact-form .phone-number a span {
  font-size: 13px;
}

.contact-form ul.messengers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;

}

.contact-form ul.messengers li {
  margin-right: 10px;
  -webkit-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
}

.contact-form .email {
  margin-bottom: 20px;
}

.contact-form .email a {
  color: #000;
}

.contact-form .social {
  margin-bottom: 20px;

}

.contact-form .social a {
  display: inline-block;
  width: 30px;
  height: 30px;
  background: #031C3B;
  border-radius: 50%;
  margin-right: 5px;
  line-height: 30px;
  text-align: center;
  -webkit-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
}

.contact-form .social a svg {
  fill: #fff;
}

.contact-form .download,
.contact-form .feedback {
  display: block;
  text-align: center;
  height: 75px;
  line-height: 75px;
  color: #fff;
  font-size: 16px;
  font-family: 'Gothapro Regular', sans-serif;
  margin-bottom: 10px;
  background: #DE2C2C;
}

.contact-form .feedback:hover {
  background: #DE0C0C;
}

.contact-form .download {
  background: #082243;
}

.contact-form .download:hover {
  background: #001733;
}

.contact-form .social a:hover,
.contact-form .messengers li:hover {
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
}


/* Mobile*/

@media screen and (max-width: 576px) {

.calendar-section .wrapper #calendar{
    justify-content: flex-start;
  }
  #map {
    height: 300px !important;
  }
  .contact-form {
    position: inherit;
    -webkit-transform: translate(0%);
    -ms-transform: translate(0%);
    transform: translate(0%);
    text-align: center;
    top: 0;
    left: 0;
    height: 400px;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .contact-form .messengers {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .contact-form .feedback,
  .contact-form .download {
    height: 50px !important;
    line-height: 50px;
    width: 250px;
    margin: auto;
  }

  .contact-form > * {
    margin-bottom: 8px !important;
  }
  .nav-pills a{
    font-size: 8px!important;
  }
  .tab-content .tab-pane form .row .col-6{
    max-width: 100%;
    flex: 0 0 100%;
  }


}

@media(min-width: 566px) and(max-width: 569px;){
  .calendar-section .wrapper #calendar{
    justify-content: flex-start;!important;
  }
  .calendar-submit{
    right: 40px;
  }
  .leave-comment{
    top: 35%;
    bottom: 10%;
    font-size: 12px;
    right: -150px;
  }
}
@media(max-width: 320px;){
  .calendar-section .wrapper #calendar #calendar_year{
    margin: 0 4.2px;
  }
}
/* Tablet*/

@media screen and (min-width: 577px) and (max-width: 767px) {

  .contact-form {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-70%, -40%);
    -ms-transform: translate(-70%, -40%);
    transform: translate(-70%, -40%);
  }
}


/*Desktop*/

@media (min-width: 768px) and (max-width: 991px) {}

@media (min-width: 1441px) {

  header .navigation li {
    margin-left: 30px;
  }


  /*  Company Strategy*/
  .company-strategy li {
    margin: 0px 25px !important;
  }

}




/**************NOVOST VNUTRENNY PAGE**************/

/* Banner Section */

.banner-section:before {
	position:absolute;
	width:100%;
	height:100%;
	content:'';
	background:#00000085;
}


.banner-section {
  position: relative;
  text-align:center
}

.banner-section .caption {
  position: absolute;
  text-align: center;
  color: #fff;
  width: 65%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.banner-section .caption * {
  margin-bottom: 20px;
}

.banner-section .caption h3 {
  font-size: 30px;
  font-family: 'Gothapro Medium', sans-serif;
}

.banner-section .caption h2 {
  font-size: 72px;
  font-family: 'Gothapro Medium', sans-serif;
}

.banner-section .caption p {
  font-size: 36px;
  font-family: 'Gothapro Medium', sans-serif;
}

.banner-section .caption a {
  margin: auto;
  display: block;
  width: 185px;
  height: 60px;
  line-height: 60px;
  font-size: 16px;
  background: #DE2C2C;
  color: #fff;
}

.events-dates {
  margin: auto;
  display: inline-block;
  min-width: 185px;
  padding:10px 10px;
  font-size: 20px;
  background: #DE2C2C;
  color: #fff;
} 
.events-pagetitle{
  font-weight:bold;
  font-size: 3rem;
}
.banner-section .caption a:hover {
  background: #DE0C0C;
}
.event-title {
  text-transform: uppercase;
    font-size: 20px;
  font-family: 'Gothapro Black', sans-serif;
}
.event-content {
  color:#012650;
}
.event-grid {
  border-bottom:1px solid #e6e6e6;
  padding:25px 0;
}
.event-content strong {
  color:#000 !important;
}
.event-date {
  font-weight:bold;
  position:relative;
}
.event-date:after {
  content:'';
  position:absolute;
  border-bottom:3px solid #ff2b28;
  right:0;
  width:25%;
  bottom:-4px;
}
.event-content b {
  font-family: 'Gothapro Black', sans-serif;

} 
.profile-content{
  margin:20px 0 50px 0;
}

.left-col {
  background:#031c3b;
  border-radius:10px;
  border-top-right-radius:0;
  border-bottom-right-radius:0;
  padding: 0;
}
.right-col {
  border-radius:10px;
  border-top-left-radius:0;
  border-bottom-left-radius:0;
  padding: 0;
  background:#f0f0f0;
}
.nav-pills {
  margin:20px 0;
}
.nav-pills a {
  width:90%;
  text-decoration:none;
  color:#fff;
  font-weight:bold;
  padding:5px 10px;
  font-size: 14px;
}
.nav-pills a.active {
  background:#f0f0f0;
  color:#000;
  border-radius:10px;
  border-top-right-radius:0;
  border-bottom-right-radius:0;
  
}
.tab-content .help-block.desc {
  color: #a2a2a2;
  font-size: 14px;
}

.tab-content .form-control {
  border-radius:10px;
  border: 1px solid #999;
}
#event label {
  font-size:13px;
}
.custom-file-label::after {
  background-color: #031c3b;
  color:#fff;
}
.custom-file {
  margin: 10px 0;
}

.event-category {
  
  text-align:center;
  margin:0 auto;
  
}
.event-category li {
  float:left;
  
}
.event-category li a {
  display:inline-block;
  background:#031c3b;
  color:#fff;
  text-decoration:none;
  text-transform:uppercase;
  font-size:14px;
  font-family: 'Gothapro Medium', sans-serif;
  margin:0 5px;
  padding:10px 20px;
  border-radius:5px;
  -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
  position:relative;
}
.event-category li a:hover {
  background:#dd2f2e;
}
.event-category li a:before {
    content: '';
    position: absolute;
    left: 8px;
    border-left: 5px solid #dd2f2e;
    top: 0;
    height: 100%;
}
.event-category li a:hover:before {
   border-left: 5px solid #031c3b;
}

.event-category li.active a {
  background:#dd2f2e;
}

.event-category li.active a:before {
   border-left: 5px solid #031c3b;
}
.category-title {
  font-size: 24px;
    font-family: 'Gothapro Black', sans-serif;
  
}
.category-banner{
  background:#134b95;
  text-align:center;
  color:#fff;
  text-transform:uppercase;
  font-size:18px;
  padding:10px;
  
}
.category-banner a {
  background:#de2c2c;
  width:100%;
  display:inline-block;
  padding:15px 0;
  font-size:14px;
  margin-top:15px;
  color:#fff;
}
.category-grid{
  margin-top:40px;
  margin-bottom:60px;
}
.tags li {
  float:left;
  
  
}
.tags  a {
  color:#031c3b;
  font-size:14px;
  position:relative;
  
}

.tags  a:before {
  content: '';
    display: list-item;
    width: 5px;
    height: 5px;
    position: absolute;
    left: -12px;
    background: #000;
    top: 6px;
    border-radius: 200%;
}

/*
.leave-comment {
  display: inline-block;
  position: fixed;
  bottom: 40%;
  right: -90px;
  color: #fff;
  padding: 15px;
  background: #DE2C2C;
  border-radius: 5px;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
  text-transform: uppercase;
  -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 25px rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
  font-size: 18px;
  z-index: 11;
}
*/

/*

.leave-comment:hover {
  right: -80px;
}
*/

/* Wrappers */

.wrapper {
  width: 75%;
  margin: 0 auto;
  max-width:1280px;
}

/* Bread-Crumb */

.bread-crumb {
  margin: 30px 0;
}

.bread-crumb * {
  text-transform: uppercase;
  color: #5e5e5e;
  font-size: 12.6px;
  font-family: "Gothapro Regular", serif;
}

.bread-crumb ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.bread-crumb ul li {
  position: relative;
  margin-right: 20px;
}

.bread-crumb ul li::before {
  content: '|';
  position: absolute;
  left: -12px;
}

.bread-crumb ul li:nth-child(1)::before {
  display: none;
}

/* Description */

.novosti.description {
  margin: 40px 0;
}

.novosti.description * {
  text-align: justify;
  text-align-last: center;
  margin-bottom: 15px;
  color: #112c52;
}

.register-product p {
  text-align: justify;
  text-align-last: center;
  margin-bottom: 15px;
  color: #112c52;
}
a.register {
    display: block;
    text-align: center;
    margin: 20px auto;
    width: 315px;
    height: 60px;
    color: #fff;
    line-height: 60px;
    font-size: 18px;
    background: #031C3B;
    text-transform: uppercase;
    border-radius: 5px;
}



.novosti.description .detail {
  width: 80%;
  margin: auto;
}

.novosti.description .detail h3 {
  font-size: 24px;
  font-family: 'Gothapro Black', sans-serif;
}



.novosti.description .detail h4 {
  font-size: 18px;
  font-family: 'Gothapro Medium', sans-serif;
}

.office-auth-login-wrapper h4 {
  font-size:24px !important;
  background:#dd2c2b;
  color:#fff !important;
  padding:10px 0;
}
.office-auth-register-wrapper h4 {
  font-size:24px !important;
  background:#031c3b;
  color:#fff !important;
  padding:10px 0;
}
.office-auth-register-wrapper {
  border:none !important;
}
.btn-sign {
  color:#fff !important;
  background:#dd2c2b !important;
  border:none !important;
  border-radius:0 !important;
  padding:20px 50px !important;
  font-size:20px !important;
  text-transform:uppercase;
  cursor:pointer;
}
.btn-register {
  color:#fff !important;
  background:#031c3b !important;
  border:none !important;
  border-radius:0 !important;
  padding:20px 50px !important;
  font-size:20px !important;
  text-transform:uppercase;
  cursor:pointer;
}

#office-auth-form .office-auth-login-wrapper, #office-auth-form .office-auth-register-wrapper {
  padding: 0;
}

#office-auth-form input {
  text-align:left !important;
  text-align-last: left !important;
}

/* Packages */

.packages {
  padding: 70px 0;
  background-color: #F7F5F6;
}

.packages .wrapper > h4 {
  color: #112c52;
  font-size: 24px;
  font-family: 'Gothapro Black', sans-serif;
  text-align: center;
}

.packages .process {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  margin: 40px 0;

}

.packages .process li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  width: 25%;
  text-align: left;
  margin-right: 10px;
}


.packages .process li .numbers {
  font-size: 72px;
  font-family: 'Gothapro Black', serif;
  color: #c8ccd1;
  margin-right: 10px;
}

.packages .process li .steps {
  font-family: 'Gothapro Black', sans-serif;
  font-size: 16px;
  color: #112c52;
  text-transform: uppercase;
}

/* Card Group */

.card-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  margin-bottom: 30px;
}

.card-group .card-item {
  width: 290px;
  min-width: 260px;
  margin-right: 10px;
  -webkit-box-shadow: 0px 0px 43px rgba(75, 75, 101, 0.12);
  box-shadow: 0px 0px 43px rgba(75, 75, 101, 0.12);
  cursor: pointer;
}

.card-group .card-item .item-grabber {
  display: block;
  width: 100%;
}

.card-group .card-item .card-header {
  padding: 20px 0;
  padding-bottom: 10px;

}

.card-group .card-item .card-header .card-title {
  font-size: 24px;
  font-family: 'Gothapro Medium', sans-serif;
  color: #fff;
  text-transform: inherit;
  padding-bottom: 10px;
  border-bottom: 2px solid #fff;
  padding-left: 20px;
  padding-bottom: 20px;
}

.card-group .card-item .card-header .date {
  font-size: 15px;
  color: #fff;
  padding-top: 10px;
  padding-left: 20px;
}

.card-group .card-item .card-header .cost {
  padding-top: 5px;
  padding-left: 20px;
  color: #dd2c2b;
}

.card-group .card-item .card-header .cost .price {
  font-size: 32px;
  font-family: 'Gothapro Medium', sans-serif;
}

.card-group .card-item .card-header .cost .currency {
  font-size: 18px;
  font-family: 'Gothapro Medium', sans-serif;
}

.card-group .card-item .card-header .cost .sale {
  display: inline-block;
  position: relative;
  color: #BCBFC4;
  font-size: 15px;
  margin-left: 5px;
  font-family: 'Gothapro Medium', sans-serif;
}

.card-group .card-item .card-header .cost .sale::before {
  position: absolute;
  content: '';
  top: 7px;
  left: -3px;
  width: 125%;
  height: 1px;
  background: #BCBFC4;
  transform: rotate(-15deg);
}

.card-group .card-item.standart .card-header {
  background: #031C3B;
}

.card-group .card-item.gold .card-header {
  background: #153764
}

.card-group .card-item.vip .card-header {
  background: #22538E
}

.card-group .card-item.premium .card-header {
  background: #3587EB
}

.card-group .card-body {
  padding: 20px;
}

.card-group .card-body * {
  margin-bottom: 15px;
  color: #031C3B;
}

.card-group .card-body .buy-package {
  display: inline-block;
  text-align: center;
  color: #fff;
  height: 63px;
  line-height: 63px;
  font-size: 14px;
  font-family: 'Gothapro Medium', sans-serif;
  background: #DD2C2B;
  border:none;
  width:100%;
  cursor:pointer;
}

.card-group .card-body .buy-package:hover {
  background: #DD0C0B;
}

/* Members */

.members {
  padding: 50px 0;
  text-align: center;
}

.members h3 {
  font-size: 24px;
  color: #112c52;
  font-family: 'Gothapro Black', sans-serif;
}

.members .wrapper ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-left: 2px solid #EDEDED;
  margin: 50px 0;
}

.members .wrapper ul li {
  width: 25%;
}

.members .wrapper ul li img {
  /*width: 100%;*/
  height: auto;
  max-width: 100%;

}

.members .wrapper > a {
  display: block;
  text-align: center;
  margin: 0 auto;
  width: 315px;
  height: 60px;
  color: #fff;
  line-height: 60px;
  font-size: 12px;
  background: #031C3B;
  text-transform: uppercase;
  border-radius: 5px;
}

.members .wrapper > a:hover {
  background: #001733;
}

/*  Offers*/

.offers {
  text-align: center;
  position: relative;
}

.offers h3 {
  font-size: 24px;
  font-family: 'Gothapro Black', serif;
  color: #112C52;
}

.swiper-container {
  width: 100%;
  margin: 40px 0;
}


.slider-item {
  text-align: left;
}

.slider-item * {
  margin-bottom: 15px;
}

.slider-item img {
  width: 100%;
}

.slider-item h4 {
  color: #112c52;
  font-size: 18px;
  font-family: 'Gothapro Medium', serif;
}

.slider-item p {
  color: #112c52;
  font-size: 14px;
  font-family: 'Gothapro Regular', serif;
}

/* Navigation */

.swiper-button-next {
  right: 40px;
  background: url('../images/right-arrow.png') no-repeat center center;
  background-size: contain;
  width: 72px;
  height: 140px;
  z-index: 10;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  outline: none;
}

.swiper-button-prev {
  left: 40px;
  background: url('../images/left-arrow.png') no-repeat center center;
  background-size: contain;
  width: 72px;
  height: 140px;
  z-index: 10;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  outline: none;
}

/* Map Section */

.map-section {
  height: 600px;
  position: relative;
}


 
/*Desktop*/

@media (max-width: 1200px) {  
	
	.news-grid .detail {
		height:auto;
	}

}

@media (min-width: 1024px) and (max-width: 1075px) { 
	header.header .navigation {
		margin-left: 195px;
	}
}

@media (min-width: 768px) and (max-width: 1024px) {
	
	.wrapper {
		width: 100%;
		margin: 0 auto;
		max-width: 1170px;
		padding-left: 15px;
		padding-right: 15px;
	}
	
	  #hamburger {
		display: block;
	  }
		
	



  header.header {
    background: rgba(0, 23, 51, 0.98);
  }
  #wrapper {
    position: absolute;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 280px;
    height: 100vh;
    top: 100%;
    right: 0px;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4);
    background: -webkit-gradient(linear, left top, right top, from(rgba(3, 24, 49, 0.99)), to(rgba(6, 45, 92, 0.98)));
    background: -webkit-linear-gradient(left, rgba(3, 24, 49, 0.99), rgba(6, 45, 92, 0.98));
    background: -o-linear-gradient(left, rgba(3, 24, 49, 0.99), rgba(6, 45, 92, 0.98));
    background: linear-gradient(to right, rgba(3, 24, 49, 0.99), rgba(6, 45, 92, 0.98));
    z-index: 10;
    -webkit-transform: translateX(300px);
    -ms-transform: translateX(300px);
    transform: translateX(300px);
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
  }

  #wrapper.header-wrapper.opened {
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
  }

  .helper.shown {
    display: block;
  }

  #wrapper .navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0 !important;
  }

  header.header .navigation li {
    display: block;
    text-align: center;
    width: 100%;


  }

  header.header .navigation li a {
    display: block;
    line-height: normal;
    margin-left: 0px;
    margin-right: 0px;
    text-align: right;
    padding: 10px 0;
    padding-right: 20px;
    background: -webkit-gradient(linear, left top, right top, from(rgba(3, 24, 49, 0.99)), to(rgba(6, 45, 92, 0.98)));
    background: -webkit-linear-gradient(left, rgba(3, 24, 49, 0.99), rgba(6, 45, 92, 0.98));
    background: -o-linear-gradient(left, rgba(3, 24, 49, 0.99), rgba(6, 45, 92, 0.98));
    background: linear-gradient(to right, rgba(3, 24, 49, 0.99), rgba(6, 45, 92, 0.98));
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
  }

  header.header .navigation li a:hover {
    background: -webkit-gradient(linear, left top, right top, from(rgba(3, 24, 49, 0.99)), to(rgba(7, 52, 107, 0.98)));
    background: -webkit-linear-gradient(left, rgba(3, 24, 49, 0.99), rgba(7, 52, 107, 0.98));
    background: -o-linear-gradient(left, rgba(3, 24, 49, 0.99), rgba(7, 52, 107, 0.98));
    background: linear-gradient(to right, rgba(3, 24, 49, 0.99), rgba(7, 52, 107, 0.98));
    padding-right: 30px;
  }
  header.header .navigation li a::before {
    display: none !mportant;
    width: 0 !important;
  }


  #wrapper .services {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0;
    text-align: center;
    height: auto;
    padding: 5px 0;
    background: -webkit-gradient(linear, left top, right top, from(rgba(3, 24, 49, 0.98)), to(rgba(6, 45, 92, 0.98)));
    background: -webkit-linear-gradient(left, rgba(3, 24, 49, 0.98), rgba(6, 45, 92, 0.98));
    background: -o-linear-gradient(left, rgba(3, 24, 49, 0.98), rgba(6, 45, 92, 0.98));
    background: linear-gradient(to right, rgba(3, 24, 49, 0.98), rgba(6, 45, 92, 0.98));
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }

  #wrapper .services:hover {
    background: -webkit-gradient(linear, left top, right top, from(rgba(3, 24, 49, 0.98)), to(rgba(7, 52, 107, 0.98)));
    background: -webkit-linear-gradient(left, rgba(3, 24, 49, 0.98), rgba(7, 52, 107, 0.98));
    background: -o-linear-gradient(left, rgba(3, 24, 49, 0.98), rgba(7, 52, 107, 0.98));
    background: linear-gradient(to right, rgba(3, 24, 49, 0.98), rgba(7, 52, 107, 0.98));
  }

  header.header .services * {
    color: #fff;
  }

  header.header .services .phone-number a {
    margin-bottom: 5px;
  }

  /*Language Switcher*/
  header.header .language-switcher {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    margin: 0 5px;
    width: 50px;
    height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  header.header .language-switcher * {
    cursor: pointer;
  }

  header.header .language-switcher ul.open {
    display: block;
    -webkit-animation-name: language;
    animation-name: language;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
  }

  /*Searching*/
  header.header .searching {
    line-height: 39px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
  }
  header.header .searching svg{
    width: 16px;
  }
  header.header .sign-in svg{
    top: -15px;
  }
  header.header .sign-in{
    background: transparent;
    border: none;
  }


  /*Carousel*/
  .caption {
    font-size: 80px;
  }



  /* Ads Group */
  .ads-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative; //height: 265px;
  }

  .ads-group .ads-item {
    position: relative;
    width: 25%;
    overflow: hidden;
  }

  .ads-group img {
    width: 100%;
    height: 100%;
    /*  //height: 105%;*/
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }

  .ads-group .ads-item:hover img {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
  }

  .ads-group .ads-item a {
    font-size: 0.9rem;
  }


  /* Company Strategy*/
  .company-strategy {
    padding-top: 150px;
  }


  /* Searching*/
  .leave-comment {
    padding: 10px;
  }



  /* News*/
  .news-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .news-group .news {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 50%;
  }

  .news-group .news.detail {
    position: relative;
    color: white;
  }

  .news-group .news.detail img {
    width: 100%;
    height: 100%;
  }

  .title {
    font-size: 24px;
    margin-bottom: 8px;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.61);
  }

  .published-time {
    display: inline-block;
    margin-bottom: 10px;
    font-weight: bold;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.61);
  }

  .news-group .news.detail .comment {
    position: absolute;
    background: rgba(221, 43, 43, 0.7);
    bottom: 30px;
    padding: 20px;
    left: 50%;
    width: 85%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    cursor: default;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }


  .news-group .news.detail .information {
    font-size: 14px;
    font-family: 'Gothapro Regular', sans-serif;
    margin-bottom: 10px;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }

  .news-group .news.detail .comment .full-version {
    float: right;
    text-decoration: underline;
    margin-right: 15px;
    font-size: 18px;
    color: white;
  }

  .news-group .news.short a {
    display: block;
    position: relative;
    width: 50%;
    height: 50%;
    overflow: hidden;
  }

  .news-title {
    position: absolute;
    bottom: 20px;
    left: 30px;
    color: white;
    z-index: 10;
  }

  .news-title::before {
    position: absolute;
    content: '';
    width: 5px;
    height: 100%;
    top: -5px;
    left: -10px;
    background: #C81A1B;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    z-index: -1;
  }

  .news-group .news.short a:hover .news-title::before {
    width: 106%;
  }

  .news-title h3 {
    margin-bottom: 5px;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.61);
  }

  .news-group .news.short a img {
    height: 110%;
    width: 100%;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }

  .news-group .news.short a:hover img {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
  }

  .news-group .news.short .all-news {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    background: rgba(16, 44, 81, 0.9);
  }

  .news-group .news.short .all-news:hover button {
    background: #DE0C0C;
  }

  .news-group .news.short .all-news button {
    position: absolute;
    width: 200px;
    height: 50px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border: none;
    color: #fff;
    background: #DE2C2C;
    cursor: pointer;
  }

  /* Regstration form*/
  .regstration-section {
    padding: 70px 0;
    text-align: center;
    background: url('../images/blur-bg2.jpg') no-repeat 50% center;
    background-size: cover;
  }

  .regstration-section h3 {
    color: #fff;
    font-size: 24px;
    font-family: 'Gothapro Black';
    margin-bottom: 35px;
  }

  .regstration-section .user-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 65%;
    margin: 0 auto;
    margin-bottom: 15px;
  }

  .regstration-section .user-form input {
    width: 48%;
    padding: 15px 20px;
    border-radius: 3px;
    border: none;
    margin: 1%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 14px;
  }

  .regstration-section button {
    width: 335px;
    height: 75px;
    background: #DD2C2B;
    border: none;
    color: #fff;
    font-size: 16px;
    font-family: 'Gothapro Regular', sans-serif;
    cursor: pointer;
  }

  .regstration-section button:hover {
    background: #DD0C0B;
  }

  /*Footer*/
  footer.footer {
    padding: 50px 0;
    background: #001733;
  }

  footer.footer * {
    color: #fff;
  }

  footer.footer a {
    margin-bottom: 10px;
    color: #D6D7DB;
  }

  footer.footer .footer-item-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto;
  }

  footer.footer .footer-item-group .group-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  footer.footer .footer-item-group .group-item > a {
    font-size: 14px;
  }


  footer.footer .footer-item-group .group-item.contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  footer.footer .footer-item-group .group-item.contact .callus {
    color: #D6D7DB;
    margin-bottom: 10px;
  }

  footer.footer .footer-item-group .group-item.contact > a span {
    font-size: 12px;
    color: #D6D7DB;
  }


  footer.footer .footer-item-group .group-item > a:hover,
  footer.footer .footer-item-group .group-item > a:hover span {
    color: #fff;
  }

  footer.footer .footer-item-group .group-item > span {
    font-size: 16px;
    font-family: 'Gothapro Bold';
    text-transform: uppercase;
    margin-bottom: 15px;
  }

  footer.footer .footer-item-group .social {
    margin-top: 10px;
  }

  footer.footer .footer-item-group .social a {
    display: inline-block;
  
    padding: 6px;
    text-align: center;
    margin-right: 5px;
    border-radius: 50%;
    line-height: 20px;
    background: #fff;
    -webkit-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    transition: all 0.1s linear;
  }

  footer.footer .footer-item-group .social a svg {
    fill: #001733;
  }

  footer.footer .footer-item-group .social a:hover {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
  }

  .group-item.about-site {
    position: relative;
    padding-top: 80px;
  }



  .footer-item-group .group-item.about-site .download-presentation {
    width: 190px;
    height: auto;
    padding: 10px 8px;
    border: 2px solid #fff;
    text-transform: uppercase;
    font-size: 13px;
    line-height: 25px;
  }

  .footer-item-group .group-item.about-site .download-presentation img {
    position: relative;
    right: -5px;
  }

  .footer-item-group .group-item.about-site .download-presentation:hover img {
    -webkit-animation: move 0.5s linear 2;
    animation: move 0.5s linear 2;
  }

  @-webkit-keyframes move {
    0% {
      -webkit-transform: translateX(0px);
      transform: translateX(0px);
    }
    50% {
      -webkit-transform: translateX(3px);
      transform: translateX(3px);
    }
    100% {
      -webkit-transform: translateX(0px);
      transform: translateX(0px);
    }
  }

  @keyframes move {
    0% {
      -webkit-transform: translateX(0px);
      transform: translateX(0px);
    }
    50% {
      -webkit-transform: translateX(3px);
      transform: translateX(3px);
    }
    100% {
      -webkit-transform: translateX(0px);
      transform: translateX(0px);
    }
  }

  .footer-item-group .group-item.place {
    width: 150px;
  }

  .footer-item-group .group-item.service {
    width: 210px;
  }

  .footer-item-group .group-item.event {
    width: 130px;
  }

  .footer-item-group .group-item.contact {
    width: 150px;
  }

  .footer-item-group .group-item.about-site {
    width: 200px;
  }


  .site-map small,
  small.rights {
    color: #fff;
  }

  .site-map:hover {
    text-decoration: underline;
    -webkit-text-decoration-color: #fff;
    text-decoration-color: #fff;
  }




}






/* Mobile*/

@media screen and (max-width: 576px) {

  /* Banner Section */
  .banner-section {
    position: relative;
    margin-top: 69px;
  }
  
  .banner-section .caption {
    width: 90%;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .banner-section .caption * {
    margin-bottom: 10px;
  }

  .banner-section .caption h3 {
    font-size: 14px;
  }

  .banner-section .caption h2 {
    font-size: 18px;
  }

  .banner-section .caption p {
    font-size: 15px;
  }

  .banner-section .caption a {
    width: 120px;
    height: 40px;
    line-height: 40px;
  }

  .banner-section .caption a:hover {
    background: #DE0C0C;
  }

  

  
 


  /* Description */
  .novosti.description {
    margin: 30px 0;
  }


  .novosti.description .detail {
    width: auto;
  }

  .novosti.description .detail h3 {
    font-size: 13px;
  }

  .novosti.description .detail h4 {
    font-size: 14px;
  }

  /* Packages */
  .packages {
    padding: 40px 0;
  }

  .packages .wrapper > h4 {
    font-size: 22px;
  }

  .packages .process {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 30px 0;

  }

  .packages .process li {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 50%;
    margin-right: 0px;
    margin-bottom: 10px;
  }


  .packages .process li .numbers {
    position: relative;
    top: -5px;
    font-size: 18px;
    margin-right: 5px;
  }
  .packages .process li .steps {
    font-size: 12px;
  }

  /* Card Group */
  .card-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .card-group .card-item {
    margin-right: 0px;
    margin-bottom: 20px;
  }

  /* Members */
  .members h3 {
    font-size: 20px;
  }

  .members .wrapper ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .members .wrapper ul li {
    width: 50%;
  }
  .members .wrapper > a {
    width: auto !important;
    height: 50px;
    line-height: 50px;
  }

  /*  Offers*/
  .offers > h3 {
    font-size: 18px;
  }

  .swiper-container {
    width: 80%;
    margin: 40px auto;
  }


  .slider-item {
    text-align: left;
  }

  .slider-item * {
    margin-bottom: 15px;
  }

  .slider-item img {
    width: 100%;
  }

  .slider-item h4 {
    font-size: 14px;
  }

  .slider-item p {
    color: #112c52;
    font-size: 14px;
    font-family: 'Gothapro Regular', serif;
  }


  .swiper-button-next {
    right: 10px;
    width: 35px;
    height: 70px;
  }

  .swiper-button-prev {
    left: 10px;
    background-size: contain;
    width: 35px;
    height: 70px;
  }
}


/* Tablet*/

@media screen and (min-width: 577px) and (max-width: 767px) {


  /* Banner Section */
  .banner-section {
    position: relative;
    margin-top: 69px;
  }
  .banner-section .caption {
    width: 80%;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .banner-section .caption * {
    margin-bottom: 15px;
  }

  .banner-section .caption h3 {
    font-size: 22px;
  }

  .banner-section .caption h2 {
    font-size: 30px;
  }

  .banner-section .caption p {
    font-size: 22px;
  }

  .banner-section .caption a {
    width: 140px;
    height: 50px;
    line-height: 50px;
  }

  /* Wrappers */
  .wrapper {
    width: 85%;
  }
  /* Bread-Crumb */
  .bread-crumb {
    margin: 20px 0;
  }


  /* Description */
  .novosti.description {
    margin: 30px 0;
  }


  .novosti.description .detail {
    width: auto;
  }

  .novosti.description .detail h3 {
    font-size: 22px;
  }

  .novosti.description .detail h4 {
    font-size: 20px;
  }

  /* Packages */
  .packages {
    padding: 40px 0;
  }

  .packages .wrapper > h4 {
    font-size: 22px;
  }

  .packages .process {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 30px 0;
  }

  .packages .process li {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 25%;
    margin-right: 0px;
    margin-bottom: 10px;
  }


  .packages .process li .numbers {
    top: 0px;
    font-size: 30px;
    margin-right: 0px;
  }
  .packages .process li .steps {
    font-size: 12px;
  }

  /* Card Group */
  .card-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .card-group .card-item {
    width: 48%;
    margin: 10px 1%;
  }

  /* Members */
  .members .wrapper ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .members .wrapper ul li {
    width: 33%;
  }
  .members .wrapper > a {
    width: 300px;
    height: 50px;
    line-height: 50px;
  }

  /*  Offers*/
  .swiper-container {
    width: 90%;
    margin: 40px auto;
  }


  .slider-item {
    text-align: left;
  }

  .slider-item * {
    margin-bottom: 15px;
  }


  /* Navigation */
  .swiper-button-next {
    right: 20px;
    width: 52px;
    height: 105px;
  }

  .swiper-button-prev {
    left: 20px;
    background-size: contain;
    width: 52px;
    height: 105px;
  }

}


/*Desktop*/

@media (min-width: 768px) and (max-width: 991px) {

 

  /* Banner Section */
  .banner-section {
    position: relative;
    margin-top: 69px;
  }
  .banner-section .caption {
    width: 80%;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .banner-section .caption * {
    margin-bottom: 20px;
  }

  .banner-section .caption h3 {
    font-size: 30px;
  }

  .banner-section .caption h2 {
    font-size: 36px;
  }

  .banner-section .caption p {
    font-size: 30px;
  }

  .banner-section .caption a {
    width: 180px;
    height: 60px;
    line-height: 60px;
  }

  /* Wrappers */
  .wrapper {
   
  }
  /* Bread-Crumb */
  .bread-crumb {
    margin: 20px 0;
  }


  /* Description */
  .novosti.description {
    width: 85%;
    margin: 30px auto;
  }


  .novosti.description .detail {
    width: auto;
  }

  .novosti.description .detail h3 {
    font-size: 26px;
  }

  .novosti.description .detail h4 {
    font-size: 24px;
  }

  /* Packages */
  .packages {
    padding: 40px 0;
  }

  .packages .wrapper > h4 {
    font-size: 26px;
  }

  .packages .process {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 30px 0;

  }

  .packages .process li {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 25%;
    margin-right: 0px;
    margin-bottom: 10px;
  }


  .packages .process li .numbers {
    top: 0px;
    font-size: 36px;
    margin-right: 0px;
  }
  .packages .process li .steps {
    font-size: 12px;
  }

  /* Card Group */
  .card-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .card-group .card-item {
    width: 48%;
    margin: 10px 1%;
  }

  /* Members */
  .members .wrapper > a {
    width: 300px;
    height: 50px;
    line-height: 50px;
  }

  /*  Offers*/
  .swiper-container {
    width: 90%;
    margin: 40px auto;
  }


  .slider-item {
    text-align: left;
  }

  .slider-item * {
    margin-bottom: 15px;
  }


  /* Navigation */
  .swiper-button-next {
    right: 20px;
    width: 52px;
    height: 105px;
  }

  .swiper-button-prev {
    left: 20px;
    background-size: contain;
    width: 52px;
    height: 105px;
  }


}

@media (min-width: 1441px) {

  header .navigation li {
    margin-left: 30px;
  }


  /*  Company Strategy*/
  .company-strategy li {
    margin: 0px 25px !important;
  }

}




/******************VENUES PAGE STYLING****************/

/* Bread-Crumb */

.bread-crumb {
  margin: 10px 0;
  margin-top: 90px;
}

.bread-crumb * {
  text-transform: uppercase;
  color: #5e5e5e;
  font-size: 12.6px;
  font-family: "Gothapro Regular", serif;
}

.bread-crumb ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.bread-crumb ul li {
  position: relative;
  margin-right: 20px;
}

.bread-crumb .active {
  display: none!important;
}

.bread-crumb ul li::before {
  content: '|';
  position: absolute;
  left: -12px;
}

.bread-crumb ul li:nth-child(1)::before {
  display: none;
}

/*Result Section*/
#result_section img{
  display: block;
}



#modal-result .hotel-logo {
  display:none;
}

#result_section .wrapper > p{
  margin-bottom: 30px;
}

#result_section .hotels-form {
  display: flex;
  justify-content: center;
}
#result_section .hotels-form .user-action {
  padding-right: 30px;
}
#result_section .hotels-form .user-action .user-choice {
  display: flex;
  background: #EBF2F8;
  padding: 20px 20px 10px 20px;
  width:100%;
}
#result_section .hotels-form .user-action .user-choice ul{
  display: flex;
  align-items: center;
  margin-bottom: 0;
}
#result_section .hotels-form .user-action .user-choice ul.choose-look li{
  position: relative;
  margin-right: 20px;
  font-size: 23px;
  cursor: pointer;
  transition: all 0.2s linear;
}

#result_section .hotels-form .user-action .user-choice ul.choose-look li::before {
  position: absolute;
  content: attr(data-src);
  font-size: 11px;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
  color: #dddfe0;
  font-family: 'Gothapro Medium', sans-serif;
}

#result_section .hotels-form .user-action .user-choice ul.choose-look li:hover {
  color: #DC2C2C;
}

#result_section .hotels-form .user-action .user-choice ul.choose-look li.choosen {
  color: #DC2C2C;
}

#result_section .hotels-form .user-action .user-choice ul.sort-by {
  flex-wrap: wrap;
  position: relative;
}
#result_section .hotels-form .user-action .user-choice ul.sort-by *{
  color: #021939;
  font-size: 14px;
}

#result_section .hotels-form .user-action .user-choice ul.sort-by li.seen::before{
  position: absolute;
  content: 'SORT BY:';
  width: 60px;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
  color: #021939;
  font-size: 12px;
}

#result_section .hotels-form .user-action .user-choice .sort-by a{
  position: relative;
  width: auto;
  padding: 8px 5px;
  border-radius: 5px;
  cursor: pointer;
  background: transparent;
  transition: all 0.2s linear;
  margin-bottom: 5px;

}

#result_section .hotels-form .user-action .user-choice .sort-by a:hover {
  background: #021939;
  color: #fff;
}

#result_section .hotels-form .user-action .user-choice .sort-by a.sort {
  background: #021939;
  color: #fff;
}

#result_section .hotels-group {
  margin-top: 20px;
}
#result_section .hotels-group .hotel-photo {
  display: flex;
  align-items: center;
  
}
#result_section .hotels-group .hotel-photo  a {
  width:100%;
}

#result_section .hotels-group .hotel-photo  img{
  width:100%;
  min-width: 250px;  
}

#result_section .hotels-group .hotel-item {
  display: flex;
  margin-bottom: 20px;
  padding-left: 10px;
  border: 1px solid rgba(0,0,0, 0.05);
  box-shadow: 0px 0px 10px rgba(0,0,0, 0.02),
               2px 2px 30px rgba(0,0,0, 0.09);
}

#result_section .description{
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: space-between;
}

#result_section .description > a {
  margin: 0 !important;
}
#result_section .hotels-group .hotel-item * {
  color: #021939;
  font-size: 14px;
}

#result_section .hotels-group .hotel-item .hotel-name{
    margin-bottom: 10px;
    font-size: 20px;
    text-align: left !important;
    font-weight: bold;
}
#result_section .hotels-group .hotel-item .hotel-name:hover {
  color: #DE2C2C;
}

#result_section .hotels-group .hotel-item .hotel-address{
  font-family: 'Gothapro Medium', sans-serif;
}
.sort-by {
	display:none;
}
.compare-total {
  position:fixed;
  bottom:10px;
  right:10px;
  z-index:9999;
}

.rooms-logo {
  display: flex;
  justify-content: space-between;
}
.rooms-logo .hotel-logo {
  width: 100px;
}
.rooms-logo .hotel-logo img{
  position: relative;
  top: 20px;
  width: 100%;
  cursor: pointer;
}

.hotels-group.grid .col-6 {
  flex: 0 0 100;
    max-width: 100%;
}

#result_section .hotels-group .hotel-item ul {
  padding-left: 10px;
}

#result_section .hotels-group .hotel-item ul li {
  position: relative;
}

#result_section .hotels-group .hotel-item ul li::before {
  position: absolute;
  content: '.';
  font-size: 30px;
  left: -12px;
  top: -22px;
}

#result_section .hotels-group .hotel-item .about-price {
 /* display: flex;
  justify-content: flex-end;
  flex-wrap: nowrap;*/
  margin-bottom: 0;
  padding: 0 15px;
}

#result_section .hotels-group .hotel-item .about-price a{
  display: inline-block;
  border: 1px solid;
  height: 40px;
  line-height: 40px;
  padding: 0px;
  font-size: 13px;
  border-radius: 5px;
  color: #fff;
  text-align: center;
  margin-bottom: 0;
}

#result_section .hotels-group .hotel-item .about-price .about-office{
  background: #031C3B;
}
#result_section .hotels-group .hotel-item .about-price .about-office:hover{
  background: #DE0C0C;
}

/*Grid View*/

#result_section .hotels-group.grid {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.grid {
	
}

#result_section .hotels-group.grid li{
  flex-direction: column;
  width: 47%;
  /*margin: 10px;*/
  /*padding-right: 5px;*/
}
#result_section .hotels-group.grid li .description {
  text-align: left;
  padding: 5px;
  margin-top: 10px;
}
#result_section .hotels-group.grid li ul{
  padding: 0;
}
#result_section .hotels-group.grid li .about-price {
  justify-content: space-around;
}


#result_section .hotels-group.grid li .rooms-logo li {
	width:100%;
}
#result_section .hotels-group.grid li .rooms-logo ul {
	margin-left:15px;
}
#result_section .hotels-group.grid li .rooms-logo .hotel-logo{
	display:none;
}


/* Changing Form */
.changing-form form,
.changing-form .filters{
  width: 300px;
  min-width: 300px;
  padding: 25px;
  background: #EBF2F8;
}

.changing-form form * {
  font-size: 14px;
}
.changing-form form > * {
  margin-bottom: 10px;
  color: #031C3B;
}

/*Checkboxes*/

.changing-form form .checkboxes *{
  cursor: pointer;
}

.changing-form form .checkboxes label {
  position: relative;
  left: -15px;
  padding-left: 20px;
  background: url('../images/checkbox.png') no-repeat 0px 2px;
  background-size: auto;
}

.changing-form form .checkboxes input[type="checkbox"] {
  opacity: 0;
}

.changing-form form .checkboxes input[type="checkbox"]:checked + label{
  background: url('../images/checkbox.png') no-repeat 0px 100%;
}

.changing-form form input::placeholder{
  color: #D7D7D7;
}
input[type=date] {
  color: #D7D7D7;
  background: #fff url('../images/data-picker.png') no-repeat 92% center;
}
input[type=date]::-webkit-datetime-edit-month-field {
  color: #D7D7D7;
}
input[type=date]::-webkit-datetime-edit-day-field {
  color: #D7D7D7;
}
input[type=date]::-webkit-datetime-edit-year-field {
  color: #D7D7D7;
}
input[type=date]::-webkit-inner-spin-button {
  display: none;
}
input[type=date]::-webkit-calendar-picker-indicator {
  margin: 0 8px;
  opacity: 0;
}



.changing-form form > h3{
  font-size: 16px;
  font-family: 'Gothapro Black', sans-serif;
}
.changing-form form .location {
  margin: 20px 0px;
}
.changing-form form .location p {
  margin-bottom: 20px;
}
.changing-form form .location input{
  width: 100%;
  padding: 18px 10px 15px 20px;
  border-radius: 5px;
  border: none;
  box-sizing: border-box;
}

.changing-form form .choose-days {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 20px;
}

.changing-form form .choose-days .start-date span,
.changing-form form .choose-days .end-date span{
  display: block;
  margin-bottom: 15px;
}

.changing-form form .choose-days .start-date,
.changing-form form .choose-days .end-date{
  width: 140px;
}
.changing-form form .choose-days input {
  padding: 15px 0px 15px 20px;
  box-sizing: border-box;
  width: 100%;
  font-size: 13px;
  border-radius: 5px;
  border: none;
}

.changing-form form .purpose {
  margin-bottom: 20px;
}

.changing-form form .purpose p {
  margin-bottom: 15px;
}
.changing-form form  select {
  width: 100%;
  padding: 18px 10px 15px 20px;
  border-radius: 5px;
  border: none;
  box-sizing: border-box;
  -moz-appearance: none;
  -ms-progress-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background: #fff url('../images/angle-down.png') no-repeat 95% center;
  background-size: 3%;
  cursor: pointer;
}
.changing-form .filter_title {
  text-transform:none;
}

.changing-form .btn-venues {
  background-color: #031C3B;
    border-color: #031C3B;
  color:#fff;
}

.changing-form form  select::-ms-expand {
  display: none;
  }

.changing-form form .guest-room {
  margin-bottom: 20px;
}

.changing-form form .guest-room *{
  cursor: pointer;
}

.changing-form form .guest-number {
  margin-bottom: 20px;
}

.changing-form form .guest-number p {
  margin-bottom: 15px;
}
.changing-form form .guest-number input {
  width: 100%;
  padding: 18px 10px 15px 20px;
  border-radius: 5px;
  border: none;
  box-sizing: border-box;
}

.changing-form form .meeting {
  margin-bottom: 15px;
}
.changing-form form .size {
  margin-bottom: 30px;
}

.changing-form form .size p {
  margin-bottom: 15px;
}

.changing-form form .size input {
  width: 85px;
  padding: 18px 10px 15px 20px;
  border-radius: 5px;
  border: none;
  box-sizing: border-box;
  margin-right: 10px;
}

.changing-form form .size select {
  width: 200px;
  padding: 18px 10px 15px 20px;
  border-radius: 5px;
  border: none;
  box-sizing: border-box;
  -moz-appearance: none;
  -ms-progress-appearance: none;
  -o-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background: #fff url('../images/angle-down.png') no-repeat 95% center;
  background-size: 4%;
  cursor: pointer;
}

.changing-form form .purpose select::-ms-expand {
  display: none;
  }

.changing-form form .sending {
  width: 100%;
  text-align: right;
}
.changing-form form input[type="submit"] {
  text-align: center;
  width: 150px;
  height: 40px;
  font-size: 13px;
  border-radius: 3px;
  border: none;
  box-sizing: border-box;
  background: #DE2C2C;
  color: #fff;
  cursor: pointer;
}
.changing-form form input[type="submit"]:hover {
  background: #DE0C0C;
}

.changing-form .filters {
  margin: 20px auto;
}

.changing-form .filters li{
  margin-bottom: 8px;
}

.changing-form .filters li a {
  display: inline-block;
  position: relative;
  font-family: 'Gothapro Black', sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  color: #031C3B;
  padding-left: 25px;
}

.changing-form .filters li a::before {
  position: absolute;
  content: '';
  background: url('../images/red-arrow.png') no-repeat;
  background-size: contain;
  left: 0px;
  top: 2px;
  width: 10px;
  height: 10px;
  transition: all 0.2s linear;
}
.changing-form .filters li a:hover::before {
  left: 5px;
}

/*Pagination section*/
.pagination-section .wrapper {
  margin: 40px auto;
}



/*  Offers*/
.offers {
  text-align: center;
  position: relative;
}

.offers h3 {
  font-size: 24px;
  font-family: 'Gothapro Black', serif;
  color: #112C52;
}

.swiper-container {
  width: 100%;
  margin: 40px 0;
}


.slider-item {
  text-align: left;
}

.slider-item * {
  margin-bottom: 15px;
}

.slider-item img{
  width: 100%;
}

.slider-item h4{
  color: #112c52;
  font-size: 18px;
  font-family: 'Gothapro Medium',serif;
}

.slider-item p{
  color: #112c52;
  font-size: 14px;
  font-family: 'Gothapro Regular',serif;
} 

/* Navigation */
.swiper-button-next {
  right: 40px;
  background: url('../images/right-arrow.png') no-repeat center center;
  background-size: contain;
  width: 72px;
  height: 140px;
  z-index: 9;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.swiper-button-prev{
  left: 40px;
  background: url('../images/left-arrow.png') no-repeat center center;
  background-size: contain;
  width: 72px;
  height: 140px;
  z-index: 9;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}



/* Mobile*/

@media screen and (max-width: 576px) {
  
 
  #result_section  .hotels-form {
    flex-direction: column-reverse;
  }
  
  #result_section .user-choice{
    align-items: center;
  }
  #result_section .user-choice .choose-look {
    margin-bottom: 10px;
    margin-top: 25px;
  }
  #result_section .user-choice .sort-by {
    justify-content: center;
  }
  #result_section .user-action {
    padding-right: 0 !important;
  }
  #result_section .user-action .hotels-group .hotel-item{
    flex-direction: column;
    align-items: center;
  }
  #result_section .user-action .hotels-group .hotel-item img{
    width: 100%;
    min-width: inherit;
  }

  #result_section .user-action .hotels-group .hotel-item h4.hotel-name{
    margin-top: 10px;
  }
  
  #result_section .user-action .hotels-group .hotel-item .about-price {
    text-align: center;
  }
  
/*  Grid View*/
  
  #result_section .hotels-group.grid li{
    width: 100%;
  }
  #result_section .changing-form {
    display: flex;
    flex-direction: column;
  }
  
  #result_section .changing-form  form
  {
    width: 100%;
    margin: 0 auto;
    padding: 10px;
    box-sizing: border-box;
  }
  
  #result_section .changing-form .filters {
    width: 80%;
    box-sizing: border-box;
    padding: 10px;
  }
  
  #result_section .changing-form  form .start-date,
  #result_section .changing-form  form .end-date {
    width: 48%;
  }
   #result_section .changing-form  form .start-date input,
  #result_section .changing-form  form .end-date input{
    padding-left: 10px;
  }
  
  #result_section .changing-form  form .size input {
    width: 28%;
    margin-right: 2%;
  }
  
  #result_section .changing-form  form .size select {
    width: 68%;
  }
  
  
  #pagination a {
    font-size: 13px;
    margin: 0 3px;
    
}
  #pagination a.current {
    color: #dd2c2b;
    font-size: 18px;
}
  #pagination a.next,
  #pagination a.previous {
    font-size: 0px;
    margin-bottom: 5px;
  }
  
#pagination a.next::after{
  right: 15px;
}
#pagination a.previous::before{
  left: 15px;
}
  
  /*  Offers*/

  .offers > h3 {
    font-size: 18px;
  }
  
.swiper-container {
  width: 80%;
  margin: 40px auto;
}


.slider-item {
  text-align: left;
}

.slider-item * {
  margin-bottom: 15px;
}

.slider-item img{
  width: 100%;
}

.slider-item h4{
  font-size: 14px;
}

.slider-item p{
  color: #112c52;
  font-size: 14px;
  font-family: 'Gothapro Regular',serif;
} 


.swiper-button-next {
  right: 10px;
  width: 35px;
  height: 70px;
}

.swiper-button-prev{
  left: 10px;
  background-size: contain;
  width: 35px;
  height: 70px;
}


}


/* Tablet*/

@media screen and (min-width: 577px) and (max-width: 767px) {
  
 
  #result_section  .hotels-form {
    flex-direction: column;
  }
  #result_section .changing-form  form{
    margin: 0 auto;
  }
  #result_section  .hotels-form {
    flex-direction: column;
  }
  
  #result_section .user-choice{
    align-items: center;
  }
  #result_section .user-choice .choose-look {
    margin-bottom: 10px;
  }
  #result_section .user-choice .sort-by {
    justify-content: center;
  }
  #result_section .user-action {
    padding-right: 0 !important;
  }
  
  #result_section .user-action .hotels-group .hotel-item img{
    width: 100%;
  }
  
  #result_section .user-action .hotels-group .hotel-item h4.hotel-name{
    margin-top: 10px;
  }
  
  /*  View Grid*/
   #result_section .hotels-group.grid li {
    padding-right: 10px;
  }
  
  
  /*  Offers*/


.swiper-container {
  width: 90%;
  margin: 40px auto;
}


.slider-item {
  text-align: left;
}

.slider-item * {
  margin-bottom: 15px;
}
 

/* Navigation */
.swiper-button-next {
  right: 20px;
  width: 52px;
  height: 105px;
}

.swiper-button-prev{
  left: 20px;
  background-size: contain;
  width: 52px;
  height: 105px;
}

}


/*Desktop*/

@media (min-width: 768px) and (max-width: 991px) {

  
  
  .calendar-section .wrapper #calendar {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  
  .calendar-section .wrapper #calendar #calendar_year{
    margin: 0 30px;
  }
  
  .calendar-section .wrapper #calendar #calendar_content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100% ;
    margin: 20px 0;
  }
  


  #result_section .user-choice{
    align-items: center;
  }
  #result_section .user-choice .choose-look {
    margin-bottom: 10px;
  }
  #result_section .user-action {
    padding-right: 0 !important;
  }
  #result_section .user-action .hotels-group .hotel-item{
    flex-direction: column;
    align-items: center;
    margin-right: 10px;
  }
  
  #result_section .user-action .hotels-group .hotel-item img{
    width: 100%;
  }
  
  #result_section .user-action .hotels-group .hotel-item .description {
    align-items: center;
  }
  
  #result_section .user-action .hotels-group .hotel-item h4.hotel-name{
    margin-top: 10px;
  }
  
  #result_section .user-action .hotels-group .hotel-item .about-price {
    text-align: center;
  }
  
  /*  View Grid*/
   #result_section .hotels-group.grid li {
    width: auto;
  }


.swiper-container {
  width: 90%;
  margin: 40px auto;
}


.slider-item {
  text-align: left;
}

.slider-item * {
  margin-bottom: 15px;
}
 

/* Navigation */
.swiper-button-next {
  right: 20px;
  width: 52px;
  height: 105px;
}

.swiper-button-prev{
  left: 20px;
  background-size: contain;
  width: 52px;
  height: 105px;
}

}

@media (min-width: 1441px) {
  
  header .navigation li{
    margin-left: 30px;
  }
}

@media (max-width: 1600px) {
  #result_section .user-choice {
    flex-direction: column;
  }
  #result_section .hotels-form .user-action .user-choice ul.sort-by li {
    margin-top: 15px;
  }
}

/*********VENUES MODAL STYLE**********/


.venues {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 9999;
}
.venues.visible {
  display: block;
}
.venues .wrapper {
  position: absolute;
  width: 80%;
  height: 85vh;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  padding: 30px;
  overflow-y: scroll;
  background: #fff;
}

.venues .wrapper * {
  color: #031c3b;
}

.cancel {
  position: absolute;
  width: 15px;
  right: 10px;
  top: 10px;
  cursor: pointer;
}

.cancel img {
  width: 100%;
}

.venues .wrapper .hotel-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
}

.venues .wrapper .hotel-title a {
  text-align: center;
  line-height: 40px;
  background: #DD2F2E;
  color: #fff;
  width: 235px;
  height: 40px;
  border-radius: 3px;
  font-size: 13px;
}

.venues .wrapper .hotel-title a:hover {
  background: #DD0F0E;
}

.results {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: auto;
/*  //max-height: 425px;*/
  overflow-y: scroll;
  margin-bottom: 20px;
}

.venues .wrapper div.hotels-group
 {
  width: 50%;
}
.venues .wrapper div#map {
  width:100%;
}

div#map {
  min-height: 100%;
  max-height: 100%;
}
.videogallery {
  display:inline-block;
}
.videogallery li {
  float:left;
  width:25%;
  
  
  padding:0 15px;
  padding:0 15px;
}
.videogallery li a {
  background: #ececec;
    display: inline-block;
    width: 100%;
    height: 110px;
  border-radius:5px;
  position:relative;
  
}
.videogallery li a .fa {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size:50px;
  color:#bbbaba;
}



.videogallery li a img {
  width:100%;
  height:auto;
  border-radius:5px;
}


.venues .wrapper div.hotels-group li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.compare-close,.hotel-item-compare .close {
  display: block;
  position: absolute;
  right: 5px;
  top: 0px;
  padding: 3px;
  z-index: 2;
  border-radius: 10px;
  padding-right: 15px;
  padding-top: 1px;
  font-size: 12px;
  cursor: pointer;
  border: 1px solid transparent;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.hotel-item-compare .hotel-name {
    font-size: 20px;
    text-transform: inherit;
	margin-bottom: 10px;
    font-weight: bold;
}
.hotel-item-compare  img{
	max-width:100%;
	height:auto;
}
.hotel-item-compare .hotel-name  a {
  color: #031c3b;
}
.compare-title {
  color: #031c3b;
}

#compare div#map {
  padding-left:0;
}
.fancybox-slide>div {
  padding: 24px 40px !important;
}

#compare  #ym2map{
  height:77vh !important;
}

.compare-close:hover,.hotel-item-compare .close:hover {
  border: 1px solid #031c3b;
}

.compare-close::before,.hotel-item-compare .close::before {
  position: absolute;
  content: '';
  width: 8px;
  height: 8px;
  right: 5px;
  top: 5px;
  background: url('../images/cancel.png') no-repeat center center;
  background-size: contain;
}
.modal-lg{
  
    max-width: 1100px;
  padding:0 50px;
}

.venues .wrapper div.hotels-group li img {
  width: auto;
}

.hotel-item {
  padding: 5px 0;
}
.hotel-item-compare  .category {
    padding-top: 0;
    margin-bottom: 5px;
}
.hotel-item-compare  .hotel-address  {
	color: #021939;
    font-size: 14px;
	margin-bottom:5px;
}
.hotel-item-compare ul li {
	font-size:14px;
	list-style:square;
}

.hotel-item .description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 10px;
}

.hotel-item .description * {
  margin-bottom: 10px;
}

.hotel-item .description .hotel-name {
  font-size: 20px;
  text-transform: inherit;
}

.hotel-item .description .hotel-address {
  font-size: 14px;
}

.wrapper .request-now {
  display: block;
  text-align: center;
  color: #fff !important;
  height: 50px;
  line-height: 50px;
  border-radius: 5px;
  background: #DD2F2E;
}

.wrapper .request-now:hover {
  background: #DD0F0E;
}

.all-count {
	width:38%;
}


@media screen and (max-width: 767px) {
	
	.events-pagetitle {
		font-size: 1rem;
	}
	.events-product {
		padding:0 15px;
	}
	.members {
		padding:15px 15px;
	}
	.modal-dialog {
		z-index:1060;
	}
	.modal-backdrop {
		z-index: 99;
	}
	
	.cart-order td, .cart-order th{
		padding: .25rem;
	}
	
	.hotels-group.grid .col-6 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50% !important;
		flex: 0 0 50% !important;
		max-width: 50% !important;
	}
	
	a.msfavorites span {
		font-size: 12px !important;
	}
	
	#result_section .hotels-group .hotel-photo {
		width:100%;
	}
	
	.results #map #ym2map {
		height:100vh !important;
	}
	.bread-crumb {
		padding:0 10px;
	}
	#result_section {
		padding:0 10px;
	}
	.results div#map {
		height:62vh !important;
	}
	.fancybox-slide {
		padding: 20px !important;
	}
	.modal-lg {
		padding: 0 10px;
	}
	.compare-close, .hotel-item-compare .close {
		top: -7px;
	}
	

  .venues .wrapper {
    position: absolute;
    width: 70%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    padding: 30px;
    background: #fff;
  }
  .venues .wrapper * {
    color: #031c3b;
  }
  .cancel {
    position: absolute;
    width: 15px;
    right: 10px;
    top: 10px;
    cursor: pointer;
  }
  .cancel img {
    width: 100%;
  }
  .venues .wrapper .hotel-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px;
  }

  .venues .wrapper .hotel-title a {
    text-align: center;
    line-height: 40px;
    background: #DD2F2E;
    color: #fff;
    width: 235px;
    height: 40px;
    border-radius: 3px;
    font-size: 13px;
  }
  .venues .wrapper .hotel-title a:hover {
    background: #DD0F0E;
  }

  .results {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    width: auto;
    margin-bottom: 20px;
  }

  .venues .wrapper div.hotels-group,
  .venues .wrapper div#map {
    width: 100%;
  }
  
  .venues .wrapper div.hotels-group li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    position: relative;
    text-align: center;
    padding-top: 10px;
  }
  .venues .wrapper div.hotels-group li img{
    width: 50% !important;
  }
  .venues .wrapper div.hotels-group li .close {
    display: block;
    position: absolute;
    right: 5px;
    top: 0px;
    padding: 3px;
    border-radius: 10px;
    padding-right: 15px;
    padding-top: 1px;
    font-size: 12px;
    cursor: pointer;
    border: 1px solid transparent;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
  }
  .venues .wrapper div.hotels-group li .close:hover {
    border: 1px solid #031c3b;
  }
  .venues .wrapper div.hotels-group li .close::before {
    position: absolute;
    content: '';
    width: 8px;
    height: 8px;
    right: 5px;
    top: 5px;
    background: url('../images/cancel.png') no-repeat center center;
    background-size: contain;
  }

  .venues .wrapper div.hotels-group li img {
    width: 100%;
  }

  .hotel-item {
    padding: 5px 0;
  }

  .hotel-item .description {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 10px;
  
  }
  .hotel-item .description * {
    margin-bottom: 10px;
  }

  .hotel-item .description .hotel-name {
    font-size: 20px;
    text-transform: inherit;
  }

  .hotel-item .description .hotel-address {
    font-size: 14px;
  }

  .wrapper .request-now {
    display: block;
    text-align: center;
    color: #fff !important;
    height: 50px;
    line-height: 50px;
    border-radius: 5px;
    background: #DD2F2E;
  }
  .wrapper .request-now:hover {
    background: #DD0F0E;
  }
}

/****************VENUES CARD PAGE STYLING*******************/

/*Main view*/

.main-view {
  position: relative;
}


.main-view .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;

}

.main-view .carousel {
  height: auto !important;
}

.amazingslider-wrapper-1 {
  height: 84% !important;
}
#amazingslider-wrapper-1 {
  margin-bottom: 30px !important;
}
.amazingslider-img-box-1 {
  height: 83.5% !important;
}
.amazingslider-img-elem-1 {
  width: 110% !important;
  height: 110% !important;
}

.carousel .amazingslider-arrow-left-1{
  position: absolute;
  top: 18px !important;
  left: 0 !important;
  overflow: visible !important;
  width: 50px !important; 
  height: 82.5% !important;
  background: url('../images/left-angle.png') no-repeat center !important;
  background-color: rgba(8,34,67, 0.5) !important;
}

.carousel .amazingslider-arrow-right-1{
  position: absolute;
  top: 18px !important;
  right: 0 !important;
  overflow: visible !important;
  width: 50px !important; 
  height: 82.5% !important;
  background: url('../images/right-angle.png') no-repeat center !important;
  background-color: rgba(8,34,67, 0.5) !important;
}

.carousel .amazingslider-arrow-left-1:hover,
.carousel .amazingslider-arrow-right-1:hover {
  background-color: rgba(8,34,67, 0.7) !important;
}


@media (max-width: 768px) and (min-width: 576px) {
    .amazingslider-img-box-1 {
    height: 82.8% !important;
  }
}

@media (min-width: 576px) {

  .carousel .amazingslider-nav-container-1 {
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
  }
  .carousel .amazingslider-bullet-wrapper-1 {
    /*display: flex !important;*/
    justify-content: space-between !important;
    width: 100% !important;
  }

  .carousel .amazingslider-bullet-1 {
    width: 15% !important;
    height: 60px !important;
    margin-right: 0px !important;
    border: 2px solid transparent;
  }
  .carousel .amazingslider-bullet-1 .amazingslider-bullet-image-1 {
    width: 100% !important;
    height: 100% !important;
    border: 2px solid transparent;
    box-sizing: border-box;
  }
  
  .carousel .amazingslider-bullet-selected .amazingslider-bullet-image-1{
    border: 2px solid #031C3B;
  } 
  .carousel .amazingslider-bullet-1 img {
    transform: scale(1.3);
/*    //width: 100% !important;*/
  }
}
@media (min-width: 1500px) {
  .carousel .amazingslider-bullet-1 {
    height: 80px !important;
  }
}

.main-view .wrapper > div {
  width: 50%;
  margin-bottom: 7px;

}

.main-view .map-block {
  padding-bottom: 20px;
  box-sizing: border-box;
}

.main-view #map{
  width: 100%;
  height: 100%;
  margin-left: 2%;
}

.main-view .wrapper .hotel-rating {

  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.main-view .wrapper .hotel-rating * {
  color: #031c3b;
}

.main-view .wrapper .hotel-rating h3 {
  text-transform: capitalize;
  margin-bottom: 25px;
  font-size: 20px;
  font-weight: bold;
}
.owl-video {
  display:block !important;
  width:100%;
  height:100%;
}

.main-view .wrapper .hotel-rating .hotel-address {

}
.hotel-rating h3 {
	text-transform:none;
	font-weight: bold;
}

.hotel-rating p {
  margin-bottom:5px;
}
.main-view .about-hotel h3 {
  margin-bottom: 25px;
  margin-top: 25px;
}
.about-hotel  {
  text-align: justify;
    font-size: 15px;
  line-height: 19px;
}
/*Overview*/

.overview-section {
  margin: 10px 0;
  margin-bottom: 30px;
}

.overview-section * {
  color: #031c3b;
  font-family: 'Gothapro Medium', sans-serif;
}

.table-wrapper {
  width: 100%;
  min-width: 100%;
  overflow-x: scroll !important;
}

.overview-section table {
  width: 970px;
  border-collapse: collapse;
  margin: 0 auto;
}

.overview-section table .rows {
  height: 50px;
  text-transform: uppercase;
}

.overview-section table tr:nth-child(even) {
  background: #eee;
}


.overview-section table .hotel-name,
.overview-section table .m2 {
  text-align: left;
  padding-left: 2%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.overview-section table .family-room,
.overview-section table .study-room,
.overview-section table .lecture-room,
.overview-section table .eating-room,
.overview-section table .presentation-room,
.overview-section table .bokal-room{
  text-align: center;
}



/*  Offers*/
.offers {
  text-align: center;
  position: relative;
  margin: 20px 0;
}

.offers h3 {
  font-size: 24px;
  font-family: 'Gothapro Black', serif;
  color: #112C52;
}

.swiper-container {
  width: 100%;
  margin: 40px 0;
}


.slider-item {
  text-align: left;
}

.slider-item * {
  margin-bottom: 15px;
}

.slider-item img{
  width: 100%;
}

.slider-item h4{
  color: #112c52;
  font-size: 18px;
  font-family: 'Gothapro Medium',serif;
}

.slider-item p{
  color: #112c52;
  font-size: 14px;
  font-family: 'Gothapro Regular',serif;
} 

/* Navigation */
.swiper-button-next {
  right: 40px;
  background: url('../images/right-arrow.png') no-repeat center center;
  background-size: contain;
  width: 72px;
  height: 140px;
  z-index: 9;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.swiper-button-prev{
  left: 40px;
  background: url('../images/left-arrow.png') no-repeat center center;
  background-size: contain;
  width: 72px;
  height: 140px;
  z-index: 9;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}


/* Mobile*/

@media screen and (max-width: 576px) {

    .carousel .amazingslider-arrow-left-1 {
      top: 17px !important;
    }

    .carousel .amazingslider-arrow-right-1 {
      top: 17px !important;
    }
  
  /* Bread-Crumb */
  .bread-crumb {
    margin: 30px 0;
    margin-top: 15px;
  }
  .wrapper {
    width: 100%;
  }
  /*Main view*/
  .main-view {
    position: relative;
  }


  .main-view .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;

  }

  .main-view .wrapper > div {
    width: 100%;
  }
  
  .main-view #map {
    width: 100%;
    margin-left: 0;
  }

  .leave-comment {
   /* bottom: 40%!important;*/
    top: 93%!important;
    right: 95px!important;
    padding: 8px!important;
    font-size: 16px!important;
	transform: rotate(0deg)!important;
  }

  .leave-comment:hover {
    right: -55px;
  }


  #map {
    height: 200px;
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }

  /*Overview*/
  .overview-section h3 {
    text-align: center;
    margin-bottom: 10px;
  }

  .table-wrapper {
    width: 100%;
    min-width: 100%;
    overflow-x: scroll !important;
  }

  .overview-section table {
    width: 970px;
  }


  /*  Offers*/

  .offers > h3 {
    font-size: 18px;
  }
  
.swiper-container {
  width: 80%;
  margin: 40px auto;
}


.slider-item {
  text-align: left;
}

.slider-item * {
  margin-bottom: 15px;
}

.slider-item img{
  width: 100%;
}

.slider-item h4{
  font-size: 14px;
}

.slider-item p{
  color: #112c52;
  font-size: 14px;
  font-family: 'Gothapro Regular',serif;
} 


.swiper-button-next {
  right: 10px;
  width: 35px;
  height: 70px;
}

.swiper-button-prev{
  left: 10px;
  background-size: contain;
  width: 35px;
  height: 70px;
}
  
}


/* Tablet*/

@media screen and (min-width: 577px) and (max-width: 767px) {

  /*Main view*/
  .main-view {
    position: relative;
  }


  .main-view .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;

  }
  .main-view .carousel {
    height: auto;
  }

  .main-view .wrapper > div {
    width: 100%;
  }

  .map-block {
    padding-bottom: 0 !important;
  }
  .map-block #map {
    height: 250px;
    width: 100% !important;
    margin-left: 0 !important;
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }

  /*Overview*/
  .overview-section h3 {
    text-align: center;
    margin-bottom: 10px;
  }

  .table-wrapper {
    width: 100%;
    min-width: 100%;
    overflow-x: scroll !important;
  }

  .overview-section table {
    width: 970px;
  }


  /*  Offers*/


.swiper-container {
  width: 90%;
  margin: 40px auto;
}


.slider-item {
  text-align: left;
}

.slider-item * {
  margin-bottom: 15px;
}
 

/* Navigation */
.swiper-button-next {
  right: 20px;
  width: 52px;
  height: 105px;
}

.swiper-button-prev{
  left: 20px;
  background-size: contain;
  width: 52px;
  height: 105px;
}

}


/*Desktop*/

@media (min-width: 768px) and (max-width: 991px) {

  .table-wrapper{
    width: 100%;
    min-width: 100%;
  }
  table{
    min-width: 970px;
  }

  
  /*  Offers*/


.swiper-container {
  width: 90%;
  margin: 40px auto;
}


.slider-item {
  text-align: left;
}

.slider-item * {
  margin-bottom: 15px;
}
 

/* Navigation */
.swiper-button-next {
  right: 20px;
  width: 52px;
  height: 105px;
}

.swiper-button-prev{
  left: 20px;
  background-size: contain;
  width: 52px;
  height: 105px;
}


}

@media (min-width: 1441px) {

  header .navigation li {
    margin-left: 30px;
  }


  /*  Company Strategy*/
  .company-strategy li {
    margin: 0px 25px !important;
  }
  
  .table-wrapper table{
    width: 100%;
  }

}






/**************************************************NODIR**************************/


@media (max-width: 1024px) {
  footer.footer .footer-item-group{
    padding: 0 20px;
  }
  #result_section .hotels-group .hotel-photo img{
    /*min-width: 180px;*/
  }
  .footer-item-group .group-item.about-site .download-presentation{
    max-width: 100%;
  }
  header.header .navigation{
    margin-left: 200px;
  }
  header.header .navigation li a{
    margin-left: 5px;
    margin-right: 5px;
    text-align: center;
  }
  header.header .services .phone-number a{
    margin-bottom: 0;
  }
  header.header .services .phone-number a span{
    white-space: nowrap;
  }
  header.header .searching, header.header .sign-in{
    width: 50px;
  }
  #result_section .hotels-group .hotel-item .about-price a{
    padding: 0;
    text-align: center;
  }
  header.header .searching, header.header .sign-in {
    width: 30px;
  }
}
@media (max-width: 768px) {
  .ru .leave-comment:hover{
    right: -60px;
  }
  footer.footer .footer-item-group .group-item{
    padding: 0 5px;
  }
  footer.footer .footer-item-group{
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  footer.footer .footer-item-group .social a{
    width: 28px;
    height: 28px;
  }
  .about-site .brand-logo{
    position: relative;
    text-align: center;
  }
  .footer-item-group .group-item.about-site .download-presentation{
    padding: 0 5px;
    text-align: center;
    line-height: 25PX;
    white-space: nowrap;
  }

  #result_section .hotels-form .user-action .user-choice .sort-by a.sort{
    display: inline-block;
  }
  #result_section .changing-form form{
    width: 100%;
  }

  .changing-form form input{
    vertical-align: middle;
  }


}
@media (max-width: 576px){
  header.header .searching, header.header .sign-in {
    width: 38px;
}



}
@media (max-width: 359px) {

div#mse2_sort{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
}

}
.hotel-rating  a.msfavorites span{
	font-size:16px !important;
}


 a.msfavorites span{
  color: #fff !important;
  font-size: 13px !important;

}
 a.msfavorites span sup {
	 color:#fff !important
 }
 a.msfavorites span:nth-child(2){
  display: none;
}
 a.msfavorites.voted span:nth-child(1){
  display: none;
}
 a.msfavorites.voted span:nth-child(2){
  display: inline;
}
.regstration-section button {
	width:48%;
	margin: 10px 1%;
}
.recaptcha{
	width: 48%;
    margin: 10px 1%;
	overflow:hidden;
}
.ajax_form  input.error {
	border:1px solid red !important;
}
@media (max-width: 767px) {
	.recaptcha{
		width: 100%;
	}
}
/*
#result_section .hotels-group .hotel-item .about-price a{
  padding: 0;
}*/



@media screen and (max-width: 576px) {
.bg-secondary {
height: 30px !important;
}

.mt-2 {
margin: 0 !important;
}

	
}

.place span a {
	font-size: 16px;
    font-family: 'Gothapro Bold';
    text-transform: uppercase;
   
}
