*,
*:before,
*:after {
  box-sizing: border-box;
}

article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary, menu {display: block}[hidden]{display: none}hr {height: 0; box-sizing: content-box; overflow: visible;}small {font-size: 80%;}sub,sup {font-size: 75%;line-height: 0;position: relative;vertical-align: baseline}sup {top: -0.5em}sub {bottom: -0.25em}img {border: 0;vertical-align: middle}address {font-style: normal;}figure {margin: 0;}fieldset {border: 1px solid #c0c0c0;margin: 0 2px;padding: 0.35em 0.625em 0.75em}legend {border: 0;padding: 0}button,input,select,textarea {margin: 0;font: inherit;color: inherit;outline: none;}button,input {line-height: normal}button,select {text-transform: none}input {line-height: normal;}select {font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;}button,html input[type="button"],input[type="reset"],input[type="submit"] {-webkit-appearance: button;cursor: pointer}button[disabled],html input[disabled] {cursor: default}input[type="checkbox"],input[type="radio"] {padding: 0; box-sizing: border-box;}button::-moz-focus-inner,input::-moz-focus-inner {border: 0;padding: 0}textarea {overflow: auto;vertical-align: top}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}
b,
strong {
  font-weight: inherit;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
dfn {
  font-style: italic;
}
mark {
  background-color: #ff0;
  color: #000;
}
audio,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
svg:not(:root) {
  overflow: hidden;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
summary {
  display: list-item;
}
canvas {
  display: inline-block;
}
template {
  display: none;
}
html {
  font-family: sans-serif;
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
* html .wrapper {
  height: 100%;
}
html,
body {
  height: 100%;
}

.ie7 html,
.ie7 body {height: auto;}

body {
  margin: 0;
  font: 14px/1.428571429 Verdana, Tahoma, Arial;
  position: relative;
  background-color: #f4f4f4;
  color: #464646;
  line-height: normal;
}

a {
  color: #0a39b0;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
  text-decoration: none;
  transition: 0.2s;
}
a.underline {
  text-decoration: underline;
}
a:focus, a:hover {outline-width: 0;}

a:active,
a:hover {color: #a18636;}

a:visited {}

/* ============================ Пишем оформление элементов SiteNN по умолчанию */

h1,h2,h3,h4,h5,h6 {
    color: #f8a707;
  margin: 15px 0;
  position: relative;

}
h1 {
  font-size: 30px;
}
h2 {font-size: 24px;}
h3 {font-size: 20px;}
h4 {font-size: 18px;}
h5 {font-size: 14px;}
h6 {font-size: 12px;}


.ll a {opacity:0.7;}
.ll a:hover {opacity:1;}
input[type="disabled"],
input[type="text"],
input[type="email"],
input[type="password"],
select,
textarea {
  padding: 0px 10px;
  height: 32px;
  color: #555;
  border: none;
  font-size: 14px;
  /* box-shadow: 0 0 10px #eee inset; */
  transition: all .15s;
      border: 1px solid #ccc;
}

input::-webkit-input-placeholder {}
input:-moz-placeholder {}
input::-moz-placeholder {}
textarea::-webkit-input-placeholder {}
textarea:-moz-placeholder {}
textarea::-moz-placeholder {}

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

input:-webkit-autofill {box-shadow: inset 0 0 0 1000px #fff;}

input[disabled],
select[disabled],
textarea[disabled] {
  cursor: not-allowed;
  background-color: #eee;
}

input[type="email"]:focus,
input[type="text"]:focus,
input[type="password"]:focus,
textarea:focus {
  border-color: #000;
  box-shadow: inset 0 1px 1px rgba(225,225,225,0.15), 0 0 8px rgba(0,0,0,0.75);
}
/* ====================================================  Специальные классы */
.cf:before, .cf:after {
  display: table;
  content: "";
}
.cf:after {
  clear: both;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.ln {
  list-style: none;
  padding: 0;
  margin: 0;
}
.lfl > li {
  float: left;
}
.ln li {
  position: relative;
}

#path {
  font-size: 16px;
  margin: 15px 0 20px 0;
}
#path a {
    color: #0a39b0;
  text-decoration: underline;
}
img {
  max-width: 100%;
}
p {
  margin: 8px 0;
}
.admin_link {
    position: absolute;
    top: 15px;
    left: -50px;
    right: 0;
    margin: auto;
    font-size: 23px;
    display: inline-block;
    width: 162px;
    height: 30px;
    text-align: center;
    color: #000;
}
/* ====================================================  тело */
.flex {
    display: -moz-flex;
    display: flex;
}
.wrapper {
  flex-direction: column;
  height: 100%;
}
.wrap {
  position: relative;
  flex: 1 0 auto;
}
.container {
  position: relative;
  max-width: 100%;
  min-width: 970px;
  margin: 0 auto;
  width: 100%;
  padding: 0px;
}
.row {
  padding-left: 15px;
  padding-right: 15px;
}
.row_np {
  padding-left: 0px;
  padding-right: 0px;
}
.but {
  padding: 10px;
    background-color: #af9e73;
    color: #fff;
}
/* =====================================================  Шапка */
header {
  position: relative;
  background: url(/images/header.png) repeat-x top;
  overflow:hidden;
}
.header {
  position: relative;
  justify-content: space-between;
  align-items: center;
}
.header .logo {
  margin: -32px 0 0 -40px;
}
.header .contact_head {
  color: #af9e73;
  font-family: Tahoma;
  font-size: 22px;
  margin: 15px 0 0 0;
}
.header .contact_head p {
  margin: 10px 0;
  line-height: normal;
}
/* =====================================  Меню */
.menu {
    margin: 0 auto;
    padding: 0;
    display: block;
    width: 100%;
}
.menu ul {
  margin: 0 auto;
  position: relative;
  text-align:center;
  padding:0;
}
.menu ul li {
  display: inline-block;
  position: relative;
}
.menu ul li a {
  font-weight: bold;
  color: #000;
  text-decoration: none;
  display: block;
  padding: 0;
}
#topMenu {
  margin-bottom: 20px;
  width: 100%;
}
#topMenu ul {
  justify-content: space-around;
  padding-bottom: 10px;
  flex-wrap: nowrap;
  align-items: center;
}
#topMenu ul li {
  background-color: #d4f4f7;
  flex-grow: 1;
    margin: 0 15px 15px 0;
}
#topMenu ul li a {
  font-size: 12px;
  position: relative;
  padding: 0;
  color: #af9e73;
  font-weight: bold;
  padding: 10px 14px;
  display: block;
}
#topMenu  ul li a:hover {
  background-color: #12aeb4;
  color: #f9da94;
}
/* Левая колонка  */
.col_left {
  width: 15%;
}
#leftMenu .wrap_lm {
  display:block;
  margin: 0 0 5px 0;
  background-color: #f9da94;
  position: relative;
}
#leftMenu .level1 .wrap_lm {
  background-color: #f9da94;
}
#leftMenu .level1 .wrap_lm a {
  color:#12aeb4;
}
#leftMenu .wrap_lm a {
  display:block;
  color: #12aeb4;
  padding: 10px 14px;
  font-weight: bold;
}
#leftMenu .wrap_lm a:hover {
  background-color: #12aeb4;
  color: #f9da94;
}
#leftMenu {
  margin: 0;
  position: relative;
  z-index: 50;
}
.level2 {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  left: 100%;
  top: 0;
  background-color: #f9da94;
  width: 250px;
  border-left: 5px solid #f4f4f4;
}
#leftMenu .wrap_lm:hover .level2 {
  visibility: visible;
  opacity: 1;
}
#leftMenu .wrap_lm .level2 li {
  display: block;
}
.support {
    margin: 20px 0 15px 0;
    text-align: center;
    font-size: 14px;
}
.support span {
  display: block;
  color: #f8a707;
  font-size: 16px;
}
.support span:nth-child(2) {
  font-size: 20px;
}
.txt_l_aside {
  background-color: #edfad4;
    font-size: 11px;
    border: 1px solid #6793c1;
    padding: 0 15px;
    margin: 15px 0;
    display: inline-block;
    width: 100%;
    display: none;
}
.where {
  padding: 15px;
  background-color: #fff;
  font-family: Tahoma;
}
.where h3 {
  margin: 0 0 15px 0;
}
/* Центральная колонка  */
.wrap_content_right {
  width: 85%;
  flex-direction: column;
}
.wrap_content {
  width: 80%;
  float: left;
  font-family: Tahoma;
}
.TVFadeSlider {
  width: 100% !important;
  max-width: 900px;
}
.TVFullForm.TVTheme2 {
  width: 100% !important;
  max-width: 900px;
}
.title {
  color:#f8a707;
}
.tours {
  background-color:#fff;
  padding: 30px;
}
.item_tour {
  border-bottom: 1px solid #96b6d7;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.item_tour_img {
  margin-right: 25px;
  min-width: 150px;
}
.tours .item_tour:last-child {
  border-bottom: none;
  padding-bottom: 0px;
    margin-bottom: 0px;
}
.item_tour .item_tour_title {
  text-decoration: none;
    color: #f8a707;
}
.item_tour h4 {
  color: #f8a707;
    font-family: Tahoma;
    margin: 0;
}
.item_tour a {
  color: #0a39b0;
  text-decoration: underline;
}
.img_tour {
    border: 1px solid #96b6d7;
    padding: 1px;
    width: 20%;
    float: left;
    margin-right: 30px;
}
/* Правая колонка  */
.col_right {
  width: 20%;
  float: left;
  text-align: right;
  font-family: Tahoma;
}
.banner {
  text-align: center;
  margin: 15px 0;
}
.news {
  background-color: #fff;
  margin: 15px 0;
  text-align: left;
}
.news h3 {
  background-color: #faa101;
    color: #0a39b0;
    font-size: 17px;
    padding: 5px 15px;
    font-weight: normal;
    font-family: Tahoma;
    margin: 0;
}
.news_item {
  margin: 10px 15px;
  font-size: 12px;
}
.txt_new {
  line-height: normal;
}
.date_new {
  color: #000000;
  font-size: 12px;
  margin: 0 0 2px 0;
}
.img_new {
    float: left;
    margin-right: 15px;
}
.news a {
  color: #0a39b0;
  text-decoration: underline;
  font-size: 12px;
}
.all_news {
  font-weight: bold;
  margin: 10px 15px;
  display: inline-block;
}
/* ========================================================  Обратная связь */
.feedback_block {
  width: 100%;
  background-color: #fff;
  padding: 15px 0px;
}
.feedbackform-fields {
  padding: 0 25px;
}
.feedback_block h3 {
  margin: 0px 0 15px 0;
  line-height: normal;
  text-align: center;
  color: #12aeb4;
  font-size: 19px;
}
.col_right .feedback_block textarea, .col_right .feedback_block input[type="text"], .col_right .feedback_block input[type="email"] {
  width: 100%;
  margin: 5px 0;
  padding: 5px 10px;
  height: auto;
  border: 1px solid #12aeb4;
}
.feedback_block textarea {
  height: 80px;
  resize: none;
}
.col_right .feedback_block input[type="submit"] {
  border: none;
  font-size: 16px;
  width: 100%;
  margin: 0px 0 0 0;
  background-color: #12aeb4;
}
.robot {
  margin: 5px 0;
}
.robot input[type="checkbox"] {
  display: none;
}
.robot input[type="checkbox"] + label {
  cursor: pointer;
  display: inline-block;
  position: relative;
  padding: 4px 0;
}
.robot label {
  float: left;
  color: #000;
}
.robot input[type="checkbox"] + label:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-right: 9px;
  width: 20px;
  height: 20px;
    border: 1px solid #a2a2a2;
}
.robot input[type="checkbox"]:checked + label:after {
  display: block;
}
.robot input[type="checkbox"] + label:after {
  content: '\e859';
  font-family: 'fontello';
  line-height: 30px;
  top: 0;
  font-size: .85em;
  position: absolute;
  left: 4px;
  color: #000;
  display: none;
}
.robot span {
    font-size: 13px;
    margin: 7px 0 0 0;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 30px;
    width: 80px;
}


#botMenu {
    width: 100%;
    margin-top: 45px;
}
#botMenu ul {
  justify-content: space-around;
  padding: 0;
  margin: 0 15px;
  background-color: #d4f4f7;
}
#botMenu > ul > li {
  flex-grow: 1;
  margin: 0;
}
#botMenu > ul > li > a {
  font-size: 12px;
  position: relative;
  padding: 0;
  color: #af9e73;
  font-weight: bold;
  padding: 10px 14px;
  display: block;
}
#botMenu ul li a:hover {
  background-color: #12aeb4;
  color: #f9da94;
}
/* ========================================================  Футер */
footer {
  width: 100%;
  flex: 0 0 auto;
  position: relative;
}
.footer {
  margin: 0px 0 0 0;
}
.footer_top {
  float: left;
    width: 80%;
}
.logo_footer {
    float: left;
}
.logo_footer img {
  width: 200px;
}
.contacts_foot {
  font-size: 12px;
  /*height: 140px;*/
  margin-top: 25px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.create {
    margin: 50px 0px 0 0;
    font-size: 14px;
    color: #000;
    text-align: right;
    float: right;
    width: 20%;
}
.create a {
  color: #0a39b0;
    font-style: normal;
  text-decoration:underline;
}
.counter {
  margin-top: 15px;
}
#ces_container {
  min-width: auto !important;
}
div.photos {
  float: none !important;
  text-align: center;
  width: 245px;
  display: inline-block;
}
.simple_news {
    margin: 10px 0;
}
.cf:before, .cf:after {
    display: table;
    content: "";
}
.simple_news .fl {
    float: left;
    margin: 0 25px 25px 0;
}
.inner_news .date {
    margin: 0 0 15px 0;
    font-size: 18px;
    color: #959595;
    font-weight: bold;
}
.inner_news .title {
    font-size: 22px;
    margin: 0 0 15px 0;
    display: block;
    text-decoration: none;
    font-weight: bold;
}
.inner_news .brief {
    font-size: 18px;
}
.cf:after {
    clear: both;
}
/* ========================================================  Каталог */
.catalog {
  flex-wrap: wrap;
  margin: 15px -10px;
}
.item_catalog {
  width: 20%;
  margin-bottom: 20px;
  flex-direction: column;
  padding: 0 10px;
  justify-content: stretch;
  align-items: stretch;
}
.item_catalog_img {
  display: block;
  width: 100%;
  height: 200px;
  overflow: hidden;
}
.item_catalog_img img {
  max-width: inherit;
  min-width: 100%;
}
.txt_catalog {
  background-color: white;
  padding: 15px;
  flex-grow: 1;
}
.txt_catalog h4 {
  margin: 0 0 10px 0;
  font-size: 16px;
}
.zakaz_tour {
  text-align:center;
  margin: 20px 0 50px 0;
}
.inner_image {
  float:left;
  margin: 0 20px 20px 0;
}
.feedback-static-form_block .feedbackform-block>.chrobot {
  display: block;
  height: auto;
  margin-right: 0;
  width: 100%;
  position: relative;
  text-align: left;
}
.feedbackform-block .chrobot>label {
    position: relative;
    top: 0;
    left: 0;
    padding-left: 60px;
    padding-right: 25px;
    line-height: 14px;
    height: auto;
    margin-bottom: 15px;
}
.feedbackform-block .chrobot input[type=checkbox]+label:before {
    content: " ";
    width: 20px;
    height: 20px;
    border: 1px solid #29789a;
    display: inline-block;
    margin-right: 10px;
    vertical-align: sub;
    border-radius: 10px;
    position: absolute;
    top: 0;
    left: 32px;
}
.chrobot input[type=checkbox]:checked+label:after {
    position: absolute;
    left: 36px!important;
    top: 4px;
    content: " ";
    width: 12px;
    border-radius: 5px;
    height: 12px;
    background: #419cc4;
    display: inline-block;
    margin-right: 10px;
    vertical-align: sub;
}
@media (max-width: 1600px) {
  .item_catalog {
    width: 25%;
  }

}
@media (max-width: 1400px) {

  .item_catalog {
    width: 33.33%;
  }
  .banner {
    max-width: 350px;
  }
  .header .contact_head {
    font-size: 18px;
  }
  .contact_head span {
    font-size: 20px !important;
  }
  .col_left {
      width: 20%;
  }
  .wrap_content_right {
    width: 80%;
  }
  .col_right {
    width: 30%;
  }
  .wrap_content {
    width: 70%;
  }
  .TVInterfaceWrapper .TVSearchButton {
    font-size: 14px !important;
  }
}
@media (max-width: 1300px) {
  .item_catalog {
    width: 50%;
  }

}
/* Адаптивность */
/*Бургер*/
.display_laptop {
  display: none;
}
.display_laptop .left_burger h4 {
  text-align: right;
}
.display_laptop .left_burger .menu_bar {
  background-image: url(/images/left_burger.png);
  width: 42px;
  height: 42px;
}
.display_laptop .right_burger .menu_bar {
  background-image: url(/images/right_burger.png); 
  width: 42px;
  height: 42px;
}
.display_laptop .menu_bar span {
  background-color: #fe8700;
  width: 33px;
  height: 5px;
  margin-bottom: 5px;
  display: block;
  transition: 0.5s;
}
.laptop_active {
  display: flex!important;
}
.laptop_menu {
  display: none;
  flex-direction: column;
  align-items: center;
  margin-top: 20px;
  
}
.laptop_menu_second {
  display: none;
  flex-direction: column;
  align-items: center;
  margin-top: 20px;
  
}
#topMenu .laptop_menu li, #topMenu .laptop_menu_second li {
  margin: 0;
  width: 280px;
}
.display_laptop .left_burger {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  margin-right: 30px;
  margin-top: 20px;
  width: 100px;
}
.display_laptop .right_burger {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-left: 30px;
  margin-top: 20px;
  width: 100px;
}
.laptop_menu_activ li a {
  color: #fe8801;
}
.laptop_menu_activ li a:hover {
  color: #00832e;
  text-decoration: none;
}
header .menu_header_activ {
  background-color: #fff;
}
.only_laptop {
    display: none;
}

@media (max-width: 1200px) {  
  .display_laptop {
    display: flex; /* Показываем бургер */
    justify-content: center;
  }
  #topMenu ul.flex {
    display: none;
  }
  #botMenu {
    display: none;
  }
  .col_left {
    display: none;
  }
  .col_right {
    display: none;
  }
  .wrap_content {
    width: 120%;
  }
  .only_laptop {
    display: none;
    justify-content: center;
  }
  #leftMenu.only_laptop {
    margin-top: 15px;
  }
  .support.only_laptop {
    flex-direction: column;
  }
  .where.only_laptop {
  	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .where.only_laptop table tbody tr td a img {
  	width: 25%;
    margin-bottom: 6px;
  }
  .where.only_laptop table {
    width: 60%!important;
  }
} 
@media (max-width: 1000px) {
  .header .logo {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .header {
    display: flex;
    justify-content: center;
    min-width: 300px;
  }
  /* .header .contact_head {
    display: none;
  } */
   .footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 100px;
  }
  .footer_top {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .wrap_content_right {
    width: 100%;
  }
  .wrap_content {
    width: 100%; 
  }
}
@media (max-width: 767px) {
  .header .contact_head {
    font-size: 16px;
    margin: 0 0 0 -20px;
  }
  .contact_head span {
    font-size: 16px !important;
  }
  .header .contact_head p {
    margin: 3px 0;
  }
  .header .logo {
    margin: -32px 0 0 -30px;
  }
}
@media (max-width: 500px) {
	.item_tour {
  	flex-direction: column;
  	align-items: center;
  }
	.TVOptionLine {
		display: flex;
		flex-direction: column;
	}
	.TVOptionFilterBlock {
		width: 100%!important;
		margin-top: 10px;
	}
	.TVOptionForm:first-child {
		display: flex;
		flex-direction: column;
	}
	.TVOptionFilterBlock {
		width: 100%;
	}
	.TVMainFilter {
		display: flex;
		flex-direction: column;
	}
	.TVMainFilterButton {
		width: 100%!important;
	}
	.create {
		width: 100%!important;
	}
	.TVSOWide .TVSImage .TVSImageDescr {
		right: 0!important;
	}
	.TVSOWide .TVSImage .TVSImagePrice {
		right: 0!important;
	}
  .wrap_content_right {
    width: 100%;
  }
  .wrap_content {
    width: 100%; 
  }
}
@media (max-width: 400px) {
  .wrap_content_right {
    width: 100%;
  }
  .wrap_content {
    width: 100%;
  }
  .header {
    padding-left: 8px;
    padding-right: 8px;
  }
  .header .contact_head {
    font-size: 14px;
    margin: 0 0 0 -23px;
  }
  .contact_head span {
    font-size: 14px !important;
  }
}

.where.only_laptop table tbody tr{display: flex;
  justify-content: center;}
.where.only_laptop table tbody tr td{display: flex;
  justify-content: center;}
  .where.only_laptop table tbody tr td a{
  width: 200px;
  }