@font-face {
  font-family: Evolventa;
  src: url(../fonts/Evolventa.ttf);
}

html {
  color: #000000 !important;
}

a, a:hover {
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}

.pagination {
    margin: 20px 0 0 !important;
    text-align: center;
}

div#tm-main, .uk-section-default {
    z-index: 1;
    position: relative;
}

#tm-bottom {
  position: relative;
  z-index: 0;
}

a.uk-navbar-toggle svg{
  display: block !important;
}

.uk-container {
  position: relative;
}

b, strong {
  font-weight: bold !important;
}

.uk-navbar-container:not(.uk-navbar-transparent) {
background: rgba(188,224,238,1);
background: -moz-linear-gradient(-45deg, rgba(188,224,238,1) 0%, rgba(102,162,225,1) 74%, rgba(39,130,205,1) 100%);
background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(188,224,238,1)), color-stop(74%, rgba(102,162,225,1)), color-stop(100%, rgba(39,130,205,1)));
background: -webkit-linear-gradient(-45deg, rgba(188,224,238,1) 0%, rgba(102,162,225,1) 74%, rgba(39,130,205,1) 100%);
background: -o-linear-gradient(-45deg, rgba(188,224,238,1) 0%, rgba(102,162,225,1) 74%, rgba(39,130,205,1) 100%);
background: -ms-linear-gradient(-45deg, rgba(188,224,238,1) 0%, rgba(102,162,225,1) 74%, rgba(39,130,205,1) 100%);
background: linear-gradient(135deg, rgba(188,224,238,1) 0%, rgba(102,162,225,1) 74%, rgba(39,130,205,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bce0ee', endColorstr='#2782cd', GradientType=1 );
}

.top-wrapper {
  position: relative;
}

.main-bg > div {
  background-repeat: repeat !important;
}

ul.uk-list li.el-item {
    padding-left: 40px;
    background: url(/images/img/check.svg) no-repeat 5px 50% transparent;
    background-size: 20px;
}

.uk-list-striped>li:nth-of-type(odd) {
  background: url(/images/img/check.svg) no-repeat 5px 50% #f9f9f9 !important;
}

/*.uk-navbar-toggle-icon.uk-icon {
  display: none;
}

a.uk-navbar-toggle:before {
  content: '';
  position: absolute;
  width: 40px;
  height: 40px;
  background: url(/images/img/menu.svg);
  background-size: cover;
}*/

.uk-sticky.uk-sticky-below.uk-sticky-fixed a.uk-navbar-item.uk-logo {
  margin-top: 0 !important;
  margin-bottom: -60px;
}

h1.animated {
  background: rgba(255, 255, 255, 0.9);
  border-radius: 10px;
  padding: 5px;
  box-shadow: 0px 0px 5px #9b2418;
}

.uk-navbar-container.uk-navbar-sticky {
  box-shadow: 0 0 5px #ccc;
}

.kass-wrapper {
  border-top: 2px solid #9b2418;
  border-bottom: 2px solid #9b2418;
}

.kass-wrapper h3 {
  margin: 40px 0;
}

.kass-wrapper .kass-desc-price {
  color: #f30e02;
  font-size: 34px;
  font-weight: bold;
}

.kass-wrapper img {
  max-width: 340px;
  margin-top: -50px;
  transition: .1s ease-in-out;
}

.kass-wrapper .kass-evotor {
  border-bottom: 2px solid #9b2418;
  padding: 35px;
}

.kass-wrapper .kass-elves:hover img,
.kass-wrapper .kass-evotor:hover img {
  transform: scale(1.1);
  transition: .1s ease-in-out;
}

.kass-wrapper .kass-elves > div,
.kass-wrapper .kass-evotor > div {
  max-width: 800px;
  margin: 0 auto;
}

.kass-wrapper .kass-evotor {
  padding: 35px;
  margin-top: 0 !important;
  background: #f9f9f9;
}

.how-to-start, .what-you-get, .whith-as, .trust-us,
#whyas, .partners {
  border-bottom: 2px solid #9b2418;
}

.what-you-get {
	border-top: 2px solid #9b2418;
}

.how-to-start ul {
  max-width: 540px;
  margin: 0 auto;
}

.whith-as ul {
  max-width: 800px;
  margin: 0 auto;
}

.what-you-get > .uk-container {
  max-width: 750px;
  text-align: center;
  padding: 25px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 0 10px #ccc;
  color: #000;
}

.servises-wrapper {
	padding-top: 0 !important;
}

.servises-wrapper > .uk-container, article {
	max-width: 900px;
	margin: 0 auto;
  padding: 25px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 0 10px #ccc;	
}

.what-you-get p:before {
  content: '1';
  display: block;
  border-radius: 50%;
  padding: 0 0px;
  border: 1.3px solid #f20e02;
  width: 40px;
  height: 40px;
  margin: -3px auto 15px;
  line-height: 35px;
  background: #303033;
  color: #fff;
  font-weight: bold;
  margin-bottom: 15px;
  font-size: 25px;
}

.what-you-get .span3:nth-child(2) p:before {
  content: '2';
}

.what-you-get .span3:nth-child(3) p:before {
  content: '3';
}

.what-you-get .span3:nth-child(4) p:before {
  content: '4';
}

.what-you-get .row-fluid {
  border-top: 1px dashed #ccc;
}

.what-you-get .span3 {
  margin-top: -17px;
}

.what-you-get h4, .trust-us h4,
#whyas h4, #services h4, .partners h4,
.how-to-start h4, .whith-as h4 {
  margin-bottom: 40px;
}

.servises-wrapper .uk-margin.uk-text-center.uk-panel {
  padding: 25px;
  box-shadow: 0 0 10px #ccc;
  border-radius: 10px;
}

#whyas .uk-margin.uk-text-center.uk-panel.uk-scrollspy-inview.uk-animation-fade {
  background: #fff;
  box-shadow: 0 0 10px #ccc;
  border-radius: 10px;
  padding: 25px;
}

a.uk-navbar-toggle:hover:before {
  background: url(/images/img/menu_hover.svg);
}

.cart-header {
  width: 40px;
  height: 40px;
  background: url(/images/img/shopping-basket.svg);
  position: absolute;
  right: 150px;
  top: 50%;
  margin-top: -25px;
}

.uk-navbar-dropdown, .navbar .nav>li>.dropdown-menu {
	padding: 15px !important;
	border-radius: 0 0 10px 10px !important;
	box-shadow: none !important;
	border-right: 2px solid #9b2418;
	border-left: 2px solid #9b2418;
	border-bottom: 2px solid #9b2418;
}

.uk-nav.uk-navbar-dropdown-nav a[href="#"] {
  text-transform: uppercase;
  font-weight: bold;
}

.tm-header {
  border-top: 2px solid #9b2418;
  border-bottom: 2px solid #9b2418;
}

.uk-logo {
	height: 140px !important;
  width: 140px !important;
  margin: -30px 40px -30px;
  z-index: 2;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 0 10px;
  padding: 0 !important;
}

.uk-logo:hover {
  transform: scale(1.08);
}

a.uk-navbar-item.uk-logo img {
  width: 100%;
}

.uk-navbar-nav li:nth-child(2) .uk-navbar-dropdown {
  max-width: 990px;
}

div#module-tm-1 {
  top: 35px;
  position: absolute;
  width: 170px;
  left: 50%;
  margin-left: -85px;
}

.top-desc.uk-section-default.uk-section.uk-padding-remove-vertical {
    position: relative;
}

.header-descr-title {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 600px;
    padding: 20px;
    background: rgba(254, 251, 230, 0.73);
    border-radius: 60px 0 0 0;
    text-align: center;
    border-top: 0.5px solid #fffebf;
    border-left: 0.5px solid #fffebf;
    box-shadow: -2px 2px 10px #fffebf;
}

.header-descr-title a {
  font-size: 22px;
}

.header-descr-title .uk-h1 {
  font-size: 28px;
  color: #451d3c;
  line-height: 1;
  margin: 10px 0;
}

.uk-h1.own-mastery {
  padding: 15px;
  background: #451d3c;
  width: 460px;
  text-align: center;
  border-radius: 10px;
  color: #fffebf;
  margin: 25px auto 0;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 1.4;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}

span.duble-str {
    display: inline-block;
    font-size: 22px;
    color: #666;
}

.uk-h1.own-mastery:hover {
  transform: scale(1.1);
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}

.header-descr-price {
    padding: 20px 0 30px;
    font-size: 24px;
  color: #000;
    font-family: 'oswald';
}
.tm-toolbar {
  padding: 0;
  background: rgba(39,130,205,1);
  background: -moz-linear-gradient(-45deg, rgba(39,130,205,1) 0%, rgba(102,162,225,1) 26%, rgba(188,224,238,1) 100%);
  background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(39,130,205,1)), color-stop(26%, rgba(102,162,225,1)), color-stop(100%, rgba(188,224,238,1)));
  background: -webkit-linear-gradient(-45deg, rgba(39,130,205,1) 0%, rgba(102,162,225,1) 26%, rgba(188,224,238,1) 100%);
  background: -o-linear-gradient(-45deg, rgba(39,130,205,1) 0%, rgba(102,162,225,1) 26%, rgba(188,224,238,1) 100%);
  background: -ms-linear-gradient(-45deg, rgba(39,130,205,1) 0%, rgba(102,162,225,1) 26%, rgba(188,224,238,1) 100%);
  background: linear-gradient(135deg, rgba(39,130,205,1) 0%, rgba(102,162,225,1) 26%, rgba(188,224,238,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2782cd', endColorstr='#bce0ee', GradientType=1 );
}

.phone-header {
  padding-left: 30px;
  background: url(/images/img/phone.svg) no-repeat 0 50%;
  background-size: 22px;
}

.phone-header span {
	font-size: 16px;
	color: #ddd;
}

.phone-header a {
  font-size: 20px;
  letter-spacing: 1px;
  color: #fff !important;
  /*text-shadow: 1px 1px 0px #000;*/
}

.phone-header a:hover {
  color: rgba(255,255,255,.7) !important;
  text-decoration: none;
}

.phone-header svg {
    margin-top: -14px;
}

.jmoddiv.jmodinside {
    position: initial !important;
}

ul.lang-inline {
  height: 45px;
  line-height: 45px;
  padding: 0 10px !important;
  background: #ссс;
  font-size: 12px;
}

li.lang-active a, ul.lang-inline a:hover  {
  color: rgba(255,255,255,.7) !important;
}

ul.lang-inline li:first-child {
  border-right: 1px solid #fff;
  padding-right: 8px;
}

ul.uk-navbar-nav > li:hover, 
ul.uk-navbar-nav > li.uk-active {
  box-shadow: 0px 1px 3px #ссс;
}

.uk-navbar-dropdown-nav li {
  border-bottom: 1px dashed #9b2418;
}

.uk-navbar-dropdown-nav li:last-child {
  border: none;
}

/*.top-wrapper .wk-panel.wk-overlay.wk-overlay-hover.wk-cover-background {
    box-shadow: 2px 0px 10px #f8dc86;
}*/

.top-wrapper .wk-grid-small>* {
  padding-left: 5px !important;
}

.servises-button {
  text-align: center;
  border-top: 1px solid #e5e5e7;
  padding: 25px 0;
  margin: 0 -25px -25px;
  background: #f6f6f6;
  border-radius: 0 0 10px 10px;
}

.servises-button a {
	font-size: 14px;
}

.servises-button a:first-child {
	margin-right: 25px;
}

.about {
    background: #fffaeb;
    border-radius: 15px;
    padding: 25px 30px;
    color: #502346 !important;
    font-size: 17px;
    border: 0.5px solid #fffebf;
    box-shadow: 0px 0px 7px #fffebf;
}

.top-wrapper {
	text-align: center;
}

.top-wrapper a {
	margin-top: 25px;
}

.top-wrapper a:hover {
	background-color: rgba(255, 255, 255, 0.9) !important;
}

#about-us {
  padding: 25px;
}

#about-us .span6:first-child {
	border-right: 1px solid rgba(255,255,255,.1);
	padding-right: 25px;
}

.main-descr {
  background: rgba(255, 255, 255, 0.9);
  padding: 25px;
  border-radius: 10px;
  font-size: 19px;
  line-height: 1.4;
  border: 2px solid;
  box-shadow: 0 0 20px #000;
  max-width: 550px;
  margin: 0 auto;
  text-transform: uppercase;
}

.article-wrapper > div > div {
    border-radius: 15px;
    border: 0.5px solid #fffebf;
    box-shadow: 0px 0px 7px #fffebf;
    overflow: hidden;
}

.about p {
  margin: 10px 0 !important;
}

.about h2 {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.4;
}

div#contacts {
    text-align: center;
    border-top: 0.5px solid;
    font-size: 14px;
}

.about-wrapper {
  margin-top: 0.5px;
}

.about-wrapper .uk-background-norepeat {
  background-repeat: repeat;
}

.about-wrapper h2 {
  line-height: 1.2;
  color: #502346 !important;
}

.main-prod-block .uk-h3 {
  min-height: 61px;
}

.main-prod-block .uk-h3 > span {
  top: 30px;
  left: 0;
  transform: translateY(-50%);
}

.phone-footer {
  color: #fff;
}

#tm-bottom {
  margin: 0;
  padding: 0;
  background: #461318;
}

#tm-bottom .uk-container {
  max-width: 100% !important;
  padding: 0 !important;
}

#contacts>div {
  padding: 35px 25px 25px;
  margin-bottom: -25px;
  color: #fff;
}

#contacts h5 {
  color: #9b2418;
  font-size: 14px;
  margin: 0 0 20px;
}

.contacts-wrapper {
  position: relative;
  overflow: hidden;
  padding: 25px;
  background: #fff;
  border-radius: 10px;
  border: 5px solid #9b2418;
  color: #3c4043;
  max-width: 1000px;
  margin: 0 auto;
}

.contacts-wrapper .span4:nth-child(2){
  height: 145px;
  transform: translateY(20%);
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
}

.form-row.feedback-form .col-sm-9 {
  max-width: 245px !important;
  margin: 0 auto;
}

.form-row.feedback-form textarea {
  border: 0;
  border-bottom: 1px solid #e5e5e7;
  height: 30px;
}

.form-row.feedback-form input {
  height: 30px !important;
}

.form-row.feedback-form .rsform-block-submit {
  margin-bottom: 0 !important;
}

.form-row.feedback-form input[type=checkbox] {
  height: 15px !important;
}

.form-row.feedback-form .form-group, .uk-margin {
  margin-bottom: 10px;
}

.form-row.feedback-form .form-check-label {
  font-size: 11px;
  text-align: right;
}

.form-row.feedback-form .form-check-label a {
  color: #f20e02;
}

.form-row.feedback-form button#submit {
  font-size: 11px;
}

ul.footer-form-list li {
  padding-left: 25px;
  background: url(/images/img/check.svg) no-repeat 0px 5px transparent;
  background-size: 15px;
  text-align: left;
  margin-bottom: 10px;
}

ul.footer-form-list li:last-child {
  margin-bottom: 0;
}

.footer-form-phone {
  color: #9b2418;
  font-weight: bold;
  font-size: 26px;
}

ul.social-footer {
  margin: 0 auto;
  width: 110px;
  height: 35px;
  list-style: none;
}

ul.social-footer li {
    float: left;
    margin-right: 10px;
}

ul.social-footer li:last-child {
  margin: 0;
}

.social-footer img {
    width: 40px !important;
}

.social-header img {
  width: 35px !important;
}


ul.social-footer li a:hover img {
  opacity: 0.85;
}

.copyright {
  color: rgba(255,255,255,.7);
  margin: 0;
  padding: 0 0 20px 0;
}

a.el-slidenav.uk-slidenav-large.uk-slidenav-next.uk-icon.uk-slidenav:before {
  content: "\f105";
  font-family: FontAwesome;
}

a.el-slidenav.uk-slidenav-next.uk-icon.uk-slidenav > svg,
a.el-slidenav.uk-slidenav-previous.uk-icon.uk-slidenav > svg {
  display: none;
}

a.el-slidenav.uk-slidenav-next.uk-icon.uk-slidenav:before {
  content: "\f105";
  font-family: FontAwesome;
  font-size: 40px;
  color: #fff;
}

a.el-slidenav.uk-slidenav-previous.uk-icon.uk-slidenav:before {
  content: "\f104";
  font-family: FontAwesome;
  font-size: 40px;
  color: #fff;
}

li.el-item.uk-active.uk-transition-active img,
ul.el-nav.uk-thumbnav.uk-flex-center.uk-margin img,
ul.el-nav.uk-thumbnav.uk-flex-center.uk-margin a,
.uk-inline-clip, .uk-slideshow-items>li {
  border-radius: 8px;
  overflow: hidden;
}

.uk-totop {
  display: block;
  position: fixed;
  bottom: 20px;
  right: 50px;
}


/*
------ Content -------
 */

img {
  border-radius: 6px;
}

li span.list-bold {
  font-weight: bold;
  color: #2c4c86;
}

ul {
  list-style-type: circle;
}

.wk-grid-small>* {
  padding-left: 10px;
  padding-bottom: 10px;
}

.wk-slidenav-position:hover .wk-slidenav {
  display: block !important;
}

figure.wk-overlay.wk-overlay-hover.wk-border-rounded {
  max-height: 141px;
}

.uk-article-title {
  text-align: center;
  position: relative;
  overflow: hidden;
}

h1.uk-article-title>::after, h1.uk-article-title>::before {
  content: "";
  position: absolute;
  top: calc(50% - (1px / 2));
  width: 2000px;
  border-bottom: 1px solid #3f4c86;
}

h1.uk-article-title>::before {
  right: 100%;
  margin-right: .6em;
}

h1.uk-article-title>::after {
  left: 100%;
  margin-left: .6em;
}

h1.uk-article-title span {
  position: relative;
} 

.nav-tabs>.active>a, .uk-tab>.uk-active>a,
.uk-tab>*>a:focus, .uk-tab>*>a:hover {
  border: none;
  background: #2c4c86;
  color: #fff;
  padding: 5px 10px;
  border-radius: 5px;
  box-sizing: border-box;
}

.uk-section-default {
  background: #fff;
  background: url(/images/img/main_bg.png) 50% 100% no-repeat #fff;
  background-size: cover;
  background-attachment: fixed;
}

.uk-article, .uk-switcher .el-content {
  background: rgba(255, 255, 255, 0.6);
  padding: 35px;
  border-radius: 5px;
  overflow: hidden;
}

.span6.main-descr {
  position: absolute;
  right: 25px;
  padding: 25px;
  box-sizing: border-box;
  background-color: rgba(66, 165, 245, 0.8);
  border-radius: 6px;
  border: 1.5px solid #42a5f5;
  color: #fff;
  font-family: 'philosopher';
  font-size: 15px;
  font-style: italic;
/*  top: 50%;
  transform: translateY(-50%);*/
}

.rscomm-recent-body {
  background-color: rgba(188, 224, 238, 0.6) !important;
}

.header-bg > div {
  background-attachment: fixed;
}

/*
------ Tabs icons -------
 */

.uk-tab{
  margin-right: -40px;
}


.uk-tab li:first-child {
  padding-left: 0;
}

.uk-tab li {
  padding-left: 4px;
}

.uk-tab>*>a {
  padding: 5px 10px;
  border-radius: 5px;
}


.uk-tab li a > span {
  display: block;
  padding: 5px 0 5px 30px;
  margin: -5px 0px -5px -6px;
  background-size: 30px;
}

span.trip-descr { 
  background: url(/images/img/ico/desk.png) 0 50% no-repeat transparent;  
}

li.uk-active span.trip-descr,
a span.trip-descr:hover { 
  background: url(/images/img/ico/desk_w.png) 0 50% no-repeat transparent;  
  background-size: 30px;
}

span.trip-program { 
  background: url(/images/img/ico/map.png) 0 50% no-repeat transparent;  
  background-size: 25px !important;
}

li.uk-active span.trip-program,
a span.trip-program:hover { 
  background: url(/images/img/ico/map_w.png) 0 50% no-repeat transparent;  
  background-size: 25px !important;
}

span.trip-cost { 
  background: url(/images/img/ico/price.png) 0 50% no-repeat transparent;  
  background-size: 25px !important;
}

li.uk-active span.trip-cost,
a span.trip-cost:hover { 
  background: url(/images/img/ico/price_w.png) 0 50% no-repeat transparent;  
  background-size: 25px !important;
}

span.trip-additional-info { 
  background: url(/images/img/ico/note.png) 0 50% no-repeat transparent;  
}

li.uk-active span.trip-additional-info,
a span.trip-additional-info:hover { 
  background: url(/images/img/ico/note_w.png) 0 50% no-repeat transparent;  
  background-size: 30px;
}

span.trip-photo { 
  background: url(/images/img/ico/photo.png) 0 50% no-repeat transparent;  
  background-size: 25px !important;
}

li.uk-active span.trip-photo,
a span.trip-photo:hover { 
  background: url(/images/img/ico/photo_w.png) 0 50% no-repeat transparent;  
  background-size: 25px !important;
}

span.trip-order { 
  background: url(/images/img/ico/zakaz.png) 0 50% no-repeat transparent;  
  background-size: 25px !important;
}

li.uk-active span.trip-order,
a span.trip-order:hover { 
  background: url(/images/img/ico/zakaz_w.png) 0 50% no-repeat transparent;  
  background-size: 25px !important;
}

/*
------ Tab icons end ------
 */

/*
------ Content end -------
 */

/*
------ Timer ------
 */

div#clou_xs {
  width: 625px;
  margin: 0 auto;
}

.timer-intro {
  text-align: center;
}

.date-wrapper {
  width: 350px;
  margin: 0 auto;
}

div#clock {
  color: #fff;
  font-size: 32px;
  background: rgba(0, 0, 0, 0.7);
  border-radius: 10px;
  margin-top: 50px;
}

span#Rem {
  font-size: 20px;
}

/*
----- Timer end -----
 */

/*
------ Order form -----
 */

.zakaz-tura {
  background: #f2f8ff;
  padding: 29px;
  border-radius: 5px;
  color: #3a588e;
  border: 1.5px solid #aecbec;
  box-sizing: border-box;}

.zakaz-tura input, .zakaz-tura textarea {
  border: 1.5px solid #aecbec !important;
  border-radius: 5px !important;
  box-shadow: none !important;
  overflow: hidden;
}

.zakaz-tura input[type="text"] {
  color: #000;
}

.calendar-date {
  position: relative;
}

.btnCal.rsform-calendar-button {
  position: absolute;
  right: 0;
  height: 42px;
}

.rsform-block-calendar .span3, .rsform-block-calendar-last .span3 {
  text-align: right;
  line-height: 39px;
}

.zakaz-tura button#Send:hover {
  color: #fff;
  background: #2c4c86 !important;
}

/*
------ Order form end -----
 */

/*
----- Feedback modul ------
 */

#sbox-window {
  position: fixed !important;
  top: 50% !important;
  transform: translateY(-50%);
  padding: 0 !important;
}

#sbox-content {
  border-radius: 10px;
  overflow: hidden !important;
}

#sbox-content h2 {
  color: red;
}

div#feedback-95 {
  display: none;
}

/*
----- Feedback modul end ------
 */

/*
------ Feedback form ------
 */

form#userForm {
    margin-top: 25px;
}

.formResponsive .formHorizontal .formControls,
.formResponsive .formHorizontal .rsform-block {
  margin: 0 !important;
}

#contacts .formResponsive input[type="text"],
.formResponsive .formHorizontal textarea {
  background: transparent;
  color: #fff !important;
  width: 200px;
  font-size: 12px;
  margin: 0 auto;
  display: block;
  border: 1px solid;
  border-radius: 3px;
}

#contacts .formResponsive input[type="text"], #contacts .formResponsive .formHorizontal textarea {
  color: #fff !important;
}

#contacts .formResponsive input[type="text"], #contacts .formResponsive .formHorizontal textarea {
  margin-left: 0;
  width: 300px;
  height: 105px;
}

#contacts form#userForm {
    width: 300px;
    margin: 0 auto;
}

#contacts h4 {
    font-weight: bold;
}

form#userForm button#Send {
    width: 200px;
    background: #fff;
    border-radius: 3px;
    color: #333;
    margin: 10px auto 0;
    font-family: "Philosopher";
    font-size: 12px;
    border: 1px solid;
    text-shadow: none;
}

form#userForm button#Send:hover {
  color: #fff;
  background: transparent;
}

#contacts form#userForm button#Send:hover {
    color: #fff;
    background: #464646;
}

#contacts input[type="text"]:not([class*="uk-"]) {
  height: 29px;
}

#contacts textarea:not([class*="uk-"]):focus {
  background-color: transparent;
}

.formResponsive .formHorizontal .formValidation {
  display: block !important;
}

::-webkit-input-placeholder {color:#ddd !important;}
::-moz-placeholder          {color:#ddd !important;}/* Firefox 19+ */
:-moz-placeholder           {color:#ddd !important;}/* Firefox 18- */
:-ms-input-placeholder      {color:#ddd !important;}

#contacts ::-webkit-input-placeholder {color:#8e8e8e !important;}
#contacts ::-moz-placeholder          {color:#8e8e8e !important;}/* Firefox 19+ */
#contacts :-moz-placeholder           {color:#8e8e8e !important;}/* Firefox 18- */
#contacts :-ms-input-placeholder      {color:#8e8e8e !important;}

/*
------ Feedback form end ------
 */

/*#contacts img {
    width: 200px;
}*/

#contacts ul {
  list-style: none;
  padding: 0;
}

.price-wrapper h2, .price-wrapper h3,
.price-wrapper table tr > th {
    color: #fe963b;
}

.price-wrapper table tr > th:last-child {
    text-align: right;
}

.price-wrapper table tr > td:first-child,
.price-wrapper table tr > th:first-child {
  border-left: 1px solid #e8e8e8;
}

.price-wrapper table tr > td,
.price-wrapper table tr > th {
  border-right: 1px solid #e8e8e8;
}

.price-wrapper table tr:nth-child(odd) {
  background: #e8e8e8;
}

.offerta {
  margin: 10px auto 25px !important;
  background: rgba(255, 255, 255, 0.1);
  font-size: 12px;
  max-width: 800px;
}

ul.additional-menu {
  list-style: none;
  overflow: hidden;
  margin: 15px 0 0;
  padding: 0;
}

ul.additional-menu li {
  float: left;
  margin-right: 25px;
}

ul.additional-menu li:last-child {
  margin-right: 0;
}

ul.additional-menu li a {
  display: block;
  border: 1.2px solid #9b2418;
  color: #9b2418;
  padding: 5px 10px;
  border-radius: 10px;
}

ul.additional-menu li a:hover {
  color: #fff;
  background: #9b2418;
  text-decoration: none;
}


ul.additional-menu li a {
  font-family: Alice;
  text-transform: uppercase;
}

@media (max-width: 959px) {
  .uk-logo {
    height: 80px !important;
    width: 80px !important;
  }
}

@media (max-width: 801px) {

  .header-descr-title span.h1, .header-descr-title small {
    font-size: 22px;
  }

  span.duble-str {
      display: block;
  }

  .header-descr-price {
      padding: 5px 0 5px;
    }

    .header-descr-title h1 {
      line-height: 0.9;
      font-size: 44px;
  }

  .header-descr-title {
    width: 510px;
    left: 50%;
    margin-left: -255px !important;
    border-radius: 10px 10px 0 0;
    right: auto;
  }

}

@media (max-width: 650px) {

  div#clou_xs {
    width: 90%;
  }

  div#clock, span#Rem {
    font-size: 4vw;
    text-align: center;
  }

  .date-wrapper {
    width: 100%;
  }

  h1 {
    font-size: 6vw !important;
  }

  .kass-wrapper img {
    margin: 0 !important;
  }

  ul.footer-form-list {
    max-width: 330px;
    margin: 0 auto;
  }

  .contacts-wrapper .span4:nth-child(2) {
    border: none;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;  
  }

  .kass-wrapper .kass-elves > div, .kass-wrapper .kass-evotor > div {
    max-width: 100%;
    text-align: center;
  }

  .kass-wrapper h4 {
    text-align: center !important;
  }

  #contacts form#userForm {
    margin-top: 45px;
  }

}

@media (max-width: 510px) {

  .header-descr-title {
    width: calc(100% - 25px);
    left: 25px;
    margin-left: 0 !important;
    box-sizing: border-box;
    border-radius: 0;
  }

  .uk-h1.own-mastery {
    width: 300px;
    box-sizing: border-box;
  }

  .header-descr-title .uk-h1 {
    margin: 10px auto;
    max-width: 400px;
  } 

}

@media (max-width: 426px) {

  .header-descr-title {
    
  }

  .header-descr-title span.h1, .header-descr-title small {
    font-size: 18px;
  }

  .header-descr-title a {
    font-size: 20px;
  }

  #contacts .formResponsive input[type="text"], #contacts .formResponsive .formHorizontal textarea {
    margin-left: 0;
    width: 270px !important;
  }

  .formResponsive .formBody {
    text-align: center;
  }

  #contacts form#userForm {
      width: 270px;
    }

  .header-descr-price {
    padding: 0;
    line-height: 1;
  }

  .footer-form-phone {
    font-size: 23px;
  }

  .form-row.feedback-form {
    margin-left: -25px;
  }

  .form-row.feedback-form .col-sm-9 {
    text-align: left;
    margin: 0 !important;
  }

  .uk-h3, h3 {
    font-size: 20px !important;
  }

}


ul.wk-slideset {
  margin: 25px 40px 25px 40px;
}

ul.wk-slideset li {
  padding: 0 5px;
}

.wk-slidenav {
	width: auto;
	height: auto;
}

.wk-slidenav-position .wk-slidenav {
  display: block !important;
  color: #ccc;
}

.wk-slidenav-position .wk-slidenav:hover {
	color: #f30e02;
}

a.wk-slidenav.wk-slidenav-contrast.wk-slidenav-previous.wk-hidden-touch {
  left: 0px;
}

a.wk-slidenav.wk-slidenav-contrast.wk-slidenav-next.wk-hidden-touch {
    right: 0px;
}

/*.wk-slidenav-previous:before {
	content: "";
	display: block;
	width: 43px;
	height: 43px;
	background-image: url(/images/icons.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	transform: scale(0.7);
}

.wk-slidenav-previous:hover::before {
	background-position: -92px 0;
}

.wk-slidenav-next:hover::before {
	background-position: -138.1px 0;
}

.wk-slidenav-next:before {
	content: "";
	display: block;
	width: 43px;
	height: 43px;
	background-image: url(/images/icons.png);
	background-repeat: no-repeat;
	background-position: -46.1px 0;
	transform: scale(0.7);
}*/

table.sea-trip {
  width: 100%;
  text-align: center;
  vertical-align: middle;
}

table.sea-trip tr {
	border: 1px solid #ccc;
}

table.sea-trip tr:first-child {
	background: #f6f6f6;
}

table.sea-trip tr:nth-child(2n+1) {
	background: #f6f6f6;
}

table.sea-trip td {
	padding: 5px 10px;
	border-right: 1px solid #ccc;
}

table.sea-trip td:first-child {
	text-align: left;
}

table.sea-trip td:last-child {
	border-right: 0;
}

table.sea-trip td p {
	margin: 0;
}