@charset "UTF-8";
/* UIKIT */
.uk-overlay-background {
  background-color: rgba(0, 0, 0, 0.4); }

.uk-overlay-bottom {
  height: 40px;
  border-radius: 10px 10px 0 0;
  line-height: 40px;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  padding: 0; }

.uk-button {
  background-color: #006f66;
  border-radius: 10px;
  color: #fff;
  line-height: 40px;
  text-align: center; }

.uk-button-primary {
  border: 1px solid #bf2c22;
  border-radius: 10px;
  height: 45px;
  box-sizing: border-box;
  min-width: 211px;
  padding: 0 45px;
  color: #bf2c22;
  font-family: Rubik;
  font-size: 16px;
  line-height: 45px;
  background: #fff; }

.uk-button-secondary {
  border: 1px solid #006f66;
  border-radius: 10px;
  height: 45px;
  box-sizing: border-box;
  min-width: 211px;
  padding: 0 45px;
  color: #006f66;
  font-family: Rubik;
  font-size: 16px;
  line-height: 45px;
  background: #fff; }

.uk-button-secondary:hover {
  color: #fff;
  background-color: #006f66; }

.uk-button-primary:hover {
  background: #bf2c22;
  color: #fff; }

.uk-tab {
  border-bottom: none; }

.uk-tab > li {
  margin-bottom: 0; }

.uk-tab > li > a {
  background-color: rgba(0, 0, 0, 0.1);
  border: none;
  color: #fff;
  height: 45px;
  line-height: 45px;
  box-sizing: border-box;
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  font-weight: bold; }
  @media screen and (max-width: 1220px) {
    .uk-tab > li > a {
      height: 36px;
      line-height: 36px;
      font-size: 14px;
      background-color: rgba(162, 147, 141, 0.7); } }

.uk-tab > li > a:hover,
.uk-tab > li.uk-active > a {
  background-color: rgba(0, 0, 0, 0.3);
  color: #fff; }

.uk-tab > li:nth-child(n+2) > a {
  margin-left: 0; }

.uk-tab > li:not(.uk-active) > a:hover, .uk-tab > li:not(.uk-active) > a:focus, .uk-tab > li.uk-open:not(.uk-active) > a {
  margin-bottom: 0;
  padding-bottom: 7px; }

.uk-panel-box {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.3); }

.uk-grid {
  margin-left: -22px; }

.uk-grid > * {
  padding-left: 22px; }

.uk-slidenav-position .uk-slidenav {
  display: block;
  top: -90px;
  margin-top: -22.5px; }
  @media screen and (max-width: 1220px) {
    .uk-slidenav-position .uk-slidenav {
      top: -50px; } }

.uk-slidenav {
  border: 1px solid #065751;
  border-radius: 10px;
  width: 45px;
  height: 45px;
  font-size: 0; }

.uk-slidenav-position .uk-slidenav-previous,
.uk-slidenav-position .uk-slidenav-next {
  background-position: center;
  background-repeat: no-repeat;
  background-size: 8px 14px; }

.uk-slidenav-position .uk-slidenav-previous {
  left: 0;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAOCAYAAAASVl2WAAAA50lEQVQoU22RsUsCcRTHP19DBQ0C1/6LcIkaamgJHM8hyMHhJ1wQSEO4ueV0JzXo3SBGNEgNEk3NDf07roK8OI7jrPNND96H7/vwnthVnrfHYWMGnKgwH3oVVo0XoI3Z8C+QDt+BFtiAMB7lgHM1aloiLjBuGUdPSXoK+P4+1c0HcIbshiCeZKvFvTtgrS+gianDePq67SX6vR/gCHFNEC3+SyfAN3AM1iWMn4tAIlfXJ3COzN/en0um0BtwibgjiIJcMut23CBPyCDnytRLc7Ar0IhwOiieOvuD6GA8FIE0TfTdI+j0F6epQBvf5qZDAAAAAElFTkSuQmCC"); }

.uk-slidenav-position .uk-slidenav-next {
  right: 0;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAOCAYAAAASVl2WAAAA6klEQVQoU3XRsUtCURTH8e8hcPW/agpxKBwiEod3bTDec8opp5xEEHzDHRwMGnpj4NJQQ9IS9g+0tr7JJ2jYiftU1Ked7Vw+HM79HcE3X8CI77hCFC3IlOB7t4g0gUfy8QXNaL5tJG0C7wakBTyRj0+30RK48k0NoYvyzFSLWDt1zxvgurp3hUoPeGV2VCAMJ7sgnVQ9R3QAfJDT432QTjIllHtgfBgE3iVIH3jfB8s9QuCFRE8yS5o6ShsYkuiZ+8kG/JPFKqhqC9SF9UDyW8ban3U8gm/uEBoog0P3EALzCfpGx14Dmj3WH4yzVw3QwbQ1AAAAAElFTkSuQmCC"); }

/* BASE */
input[type="text"],
select {
  height: 45px;
  line-height: 45px;
  background-color: white;
  border: 1px solid #b7b7b7;
  border-radius: 10px;
  color: #616161;
  font-size: 15px;
  padding: 0 46px 0 20px;
  box-sizing: border-box; }
  @media screen and (max-width: 1220px) {
    input[type="text"],
    select {
      height: 38.5px;
      line-height: 38.5px;
      padding-right: 13px; } }

html, body, h1, h2, h3, h4, h5, h6 {
  font-family: 'Open Sans', sans-serif;
  font-size: 15px; }

hr {
  margin: 0;
  border-color: #d7d7d7; }

a {
  color: #006f66; }
  a:hover {
    color: #006f66; }

/* MAIN */
body > header {
  color: #1d1d1b; }
  @media screen and (max-width: 960px) {
    body > header {
      position: relative; } }
  body > header:before {
    content: "";
    display: block;
    height: 50px;
    width: 100%;
    background-color: rgba(198, 198, 198, 0.4);
    opacity: 0.4;
    position: absolute;
    left: 0;
    top: 52px;
    z-index: 0; }
  @media screen and (max-width: 960px) {
    body > header .uk-container {
      padding: 0; } }

body > header:before {
  top: 76px; }
  @media screen and (max-width: 960px) {
    body > header:before {
      top: 52px; } }

body.admin-bar > header:before {
  top: 108px; }
  @media screen and (max-width: 960px) {
    body.admin-bar > header:before {
      top: 52px; } }

body.home > header:before,
body.page-template-page-search > header:before {
  display: none; }

body.home header,
body.page-template-page-search header {
  background: url("header-bg.jpg") no-repeat center;
  background-size: cover;
  color: #fff; }
  @media screen and (max-width: 960px) {
    body.home header,
    body.page-template-page-search header {
      background: #fff none; } }
  body.home header .uk-nav,
  body.page-template-page-search header .uk-nav {
    padding-bottom: 15px;
    background-color: transparent; }
    body.home header .uk-nav li a,
    body.page-template-page-search header .uk-nav li a {
      color: #fff; }
    body.home header .uk-nav:before, body.home header .uk-nav:after,
    body.page-template-page-search header .uk-nav:before,
    body.page-template-page-search header .uk-nav:after {
      display: none; }
body.home .header-overlay,
body.page-template-page-search .header-overlay {
  background-image: linear-gradient(to top, transparent 0%, transparent 0%, transparent 0%, transparent 57%, rgba(0, 0, 0, 0.1) 77%, rgba(0, 0, 0, 0.3) 100%); }
  @media screen and (max-width: 960px) {
    body.home .header-overlay,
    body.page-template-page-search .header-overlay {
      background-image: none;
      position: relative;
      z-index: 1; } }
body.home header .left-part,
body.page-template-page-search header .left-part {
  top: -2px; }
  @media screen and (max-width: 960px) {
    body.home header .left-part,
    body.page-template-page-search header .left-part {
      top: 9px;
      left: 16px;
      position: absolute; } }
body.home .header-numbers,
body.page-template-page-search .header-numbers {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAFCAYAAAB4ka1VAAAAZklEQVQYV03LMc6BAQAD0NfJxQxmTsBiMRrkHxxBGMVstInRdZxBQipffoNOTfOatg+sk5z9pO0Mp7RdYYdpkutg2o5xw1++wxYbTPDEHYck/+CL9pjjhQuWSfoLhn7ECIsk7+H4AZc2JWKNcqSHAAAAAElFTkSuQmCC) no-repeat right center;
  background-position-x: right; }
  @media screen and (max-width: 960px) {
    body.home .header-numbers,
    body.page-template-page-search .header-numbers {
      background-position-x: 99%; } }
  @media screen and (max-width: 480px) {
    body.home .header-numbers,
    body.page-template-page-search .header-numbers {
      background-position-x: 98%; } }
body.home .header-contacts,
body.page-template-page-search .header-contacts {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3); }
  @media screen and (max-width: 960px) {
    body.home .header-contacts,
    body.page-template-page-search .header-contacts {
      border-bottom: none; } }

body.page-template-page-search header .uk-tab {
  display: none; }
body.page-template-page-search header .top-modules-wrap {
  border-radius: 10px; }

body.home .exs_r-container {
  display: none; }

.top-header {
  font-size: 0;
  padding-top: 20px;
  padding-bottom: 20px; }
  @media screen and (max-width: 960px) {
    .top-header {
      position: relative;
      z-index: 2;
      padding-bottom: 7px;
      padding-left: 14px;
      padding-right: 14px; } }
  @media screen and (max-width: 319px) {
    .top-header {
      padding-top: 0; } }

.top-header > * {
  font-size: 1rem;
  display: inline-block;
  vertical-align: top; }

header .left-part {
  width: 175px;
  position: relative;
  z-index: 1;
  top: -7px; }
  @media screen and (max-width: 960px) {
    header .left-part {
      top: 9px;
      left: 16px;
      width: 100px;
      position: absolute; } }

header .right-part {
  width: 100%;
  width: calc(100% - 175px);
  text-align: right;
  padding-left: 14px;
  box-sizing: border-box; }
  @media screen and (max-width: 960px) {
    header .right-part {
      width: 100%;
      padding-left: 102px; } }

.header-contacts {
  width: 100%;
  border-bottom: 1px solid transparent;
  padding-bottom: 15px; }
  @media screen and (max-width: 960px) {
    .header-contacts {
      position: relative;
      z-index: 2; } }

.header-numbers,
.mini-header-numbers {
  line-height: 40px;
  font-family: "Open Sans";
  font-size: 16px;
  font-weight: 700;
  margin-right: 23px;
  position: relative;
  vertical-align: top;
  padding-right: 18px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAFCAYAAAB4ka1VAAAAhklEQVQYV03LMQ5BQRjE8Zlt3MK3dq+iUHMCGo1SIQpHEEpRK3WidJO32X2NM0h4I5uXiH85+Q2j+aegdSrlgr+C2YzgmdFGK0B7yU1Tm27VhGEYk90d4Jb94HckNs5xAunVCQ8Jx9TmHtSi9wcIcwJvQdemlCUA/QAARrMTyEGT8wLApx6/xfwvLT20XTAAAAAASUVORK5CYII=) no-repeat right center;
  background-size: 8px 5px;
  padding-left: 10px;
  border-radius: 10px 10px 0 0;
  width: 180px;
  box-sizing: border-box; }
  @media screen and (max-width: 960px) {
    .header-numbers,
    .mini-header-numbers {
      line-height: 10px;
      color: #1d1d1b;
      font-size: 15px;
      padding-right: 18px;
      margin-right: 1px;
      margin-bottom: 22px;
      background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAANCAYAAACpUE5eAAAByElEQVQ4T52Sz0uUQRjHv8++vgjKgoekdd6Zd5GW7hEdLKmDSAoeOxgo1j8Q6KGiU7cooh9/QUId8pp4kcA8pN6kwyJ0WFnnnbGgS3Vplfd9YnZn8dV2I5vbfJ/vfOY7zzMUx/IhMz9g5mdJYu/jP5ZS0QKARwBekVKRBTDkOMx8L0nsk9MwlYpuOZA/kzrgIoC5NoSZZpMkefMvUCnlBBG/AxC2/LRKQoi+nh56z4wRDzkEsimt91f/Bo3joYvMhXUA/d63w0yj5DZCiDNBQB8BnG/eQ/hJxNfqdbvdCaqUOgdkmwAGfd2mKY9Ya/eaQLfK5bPDWRZsAFRqKfylUEgv1+tfd/PQUqk0GIbOh4p/5o8s46vGmE/NMHlzuSwuMNM6M4pe/5ymfMVa+82/pC8I6AOAS+32ZBmuG2PW2pxjQCfGsRhnppWjRmMrTXnMWttQKloGMHkUgqe1tkv5UH8AXVFKOUPEr3NGB3Ipb+e0Ba3N85M97ghsQcVdInrcZdIvtDbznWpdgR76kojunDi4pLW56aZ2aiCAQMroLRFu+O+0ViwOTFSr1YMuyY9PuZOpUqn0Nhq/ngLcH4a987Va7Xs3mNN/A2NanMGO2ijYAAAAAElFTkSuQmCC") !important;
      background-size: 10px 7px !important;
      background-position: 99% 3px; } }
  @media screen and (max-width: 480px) {
    .header-numbers,
    .mini-header-numbers {
      background-position-x: 98%; } }
  .header-numbers .dropdown,
  .mini-header-numbers .dropdown {
    display: none;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 180px;
    margin-left: 5px;
    box-sizing: border-box;
    padding: 7px 18px 7px 10px;
    background: #fff;
    color: #444;
    border-radius: 10px;
    text-align: center;
    z-index: 2;
    line-height: 30px; }
    @media screen and (max-width: 960px) {
      .header-numbers .dropdown,
      .mini-header-numbers .dropdown {
        margin-top: 10px; } }

.header-numbers {
  display: inline-block; }
  @media screen and (max-width: 319px) {
    .header-numbers {
      display: none; } }

.mini-header-numbers {
  display: none; }
  @media screen and (max-width: 319px) {
    .mini-header-numbers {
      display: inline-block;
      width: auto; } }

.send-request {
  width: 198px; }
  @media screen and (max-width: 960px) {
    .send-request {
      width: 60px;
      height: 27px;
      min-height: 0;
      border-radius: 5px;
      font-size: 0;
      margin: 12px 15px 12px 0;
      background: #006f66 url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAC4AAAAjCAYAAADrJzjpAAADC0lEQVRYR+2ZW4iNURTHf3+3csn9QUTJA09EKYUHuSSTMZRySamZkEhRU+RRM6UokRClXEu5zERyyQOeFPHEgxSRB/cM5ba0pn30zXH2Od83c86YU9bDTJ1vr7V+3zp7XfY+IoiZTQO2A3OBYbnPe8j/98BNoEnSA2eS/zGzeuAw0LuHgMYwfgLrJR2Tmc0A7gK9ejh0Du8XMNPBW4DFVQKdw2x18M/AwAj4V+DaP3qpBUD/iO82B7cSYCeABknfuuMFzKwfcBRYU8xfGnDXvw0slfS2kvBmNgK4AMwu5SctuNt5CtRIelLKaGeem9lE4DIwIY1+IfA3wPBIlfkALJN0K43xtGvMbA5wHhhaQMeryDtgZPJZIfBLYY+dAQYVMPQd2CjJ92GXxcwagINA3wLGvHCs9BwDlpQEl1RnZlOAVmBshG63d1pJHpHMYmbeN5qBxojyCy/Tkh6a2cXU4G7MzEYBXuenR4y7wdWSvmQhN7MBwCmgLqJ3D6iV9DpwZAMPSu7kOLA84uR+iMyrNPBmNjp8kz4bFZJzwNpkMDJHPGfVzHym2QXsiDh7GeDbB6CYmNnUAD0msqYJ2CmpQ2/pNHjiBbwpeFJ6k8iXNmCVJN9af4mZ1QKnI13am1u9pJMR3exbJd+Qmc0KTaJDeQrrPFEbJe1J6pnZNsCTudAg5+XXm9udIt9U18HDvh8PXAEmRZwdATaFZweAdZF1j4FFkp6V2GLlAQ/wQwBPpPkRpzfC5/Miz697wkv6WAw6+CofeDDYB9gPbCjlPO/5IWCzpB9p9LqcnEX24BZgb4rDiOfAVkn70gAnikJ5I56XgDXA2ciY4Eu9fa+Q5INUJqlYxBORmRzq9Lg8suehzj/KRBwWVxw87PvBwELAO66LjwNXJX3qDHRFkrOzIFn1uiXiWaHSrP8PniZK5VzzP+LljGYaW2kj3iKpw/kujfFKrjEzPwf7WPxHCt1k+WHYb69SzRGVBA62fR7yW63kYbr9Jqtq7w6r87Y2tNTqux9PDEjV8ItEsyS/VeA3RjqeeQ+vSqsAAAAASUVORK5CYII=") no-repeat center;
      background-size: 23px 18px; } }
  @media screen and (max-width: 319px) {
    .send-request {
      width: 33px;
      background-size: 21px 15px;
      display: block;
      margin: 10px 0 12px auto; } }
  .send-request.opened-menu {
    background: #fff url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAC4AAAAjCAYAAADrJzjpAAADhklEQVRYR+2ZTWhcVRTHf+flQ2xK01YXtaUFcWFXFgNCQbuQVhHLpK0Q8IOC0PAmSRMyM9WUiou3KA1GO5OQtsk8Igh+QkBrSotoiwvblZBSV7oQQTG6qNaUpKWZ5B25M502Y96bvEkzYwZ6V8O95/zP7553v0fIl5jdhMgRYCew7k79yvhxDbiAyDGSw5cNkmS54tEDQBqoWRmcgRRzQJRU+n0h0b4d9S4B1gqHzuN5iPW0EI+OAZEqgc5jnjHgU0BDAPhN4Ov/qVPPAw8GxJ424FocTD+k8VorzuhMRTrgtNQzuW4EZH+xeCHAs+7fMVO7j5Mn/yor/MGDD1E/+wWwY7E4YcFB+Rm1djMw9NNioktq725/HPHOIjwWxt8P/CqwPmCV+QfRl0i634YRD22TsJ9F5XNgrY+PB/wNPDy/zQ/8S0RGUP0UWO0jlEG1g353JDRYMcOY3YrIKaDOx2wKkVdQbQX2LA6eSu8lEd2GcgbY7BtXtI81G4/gOCYjpRfHsbg+0YtKT4DzbwgRkukrxKOnw4MbtTc7NjDnjaH6lD88p5nS13DdGyWR2/YqVsvHKHv9deV7aqxm3j31Z7a9ZHDjZII0WB+AtgTAjVNXF6HvxEQo+J7OjWQy5ks2+dvLKNPe6wXJWBJ4Tl2Itx0FfSsA7ndEIvkDUGAHEm1PomqgNwVAHyM1/DZmDZtf7gE8JxNr24+omZT1PoGnEetVkkPmCLGwJNqbUe+TgF16BuEAyfRHvr73DG5UD9nP4InZJAqWp9sBPdAeUu7xwozZh0D6ApbYq1i6j+PuxcAvtSzgRv2N1keZqzkHbA0I5jKtndm2BjlhZkqA3Y/UzL3IeyO/FJ0fywZuohy2G7klowjPBYzX87l63eXbrnzDA9rCO+5kUWjTuKzgRtBxapn8YxBoWzR4ocEwjY904TizofyWHTwfNR7tBpIhLiNms0qQSg+EAr6rX+IGVIp6zN6NyGcBxwSjNIXqy/S7Z0uRzdqWLeN5ku72J7A8s05v+Q/cr3hWhIGhH0qGrgi4CdLVtYbazAsIq3JzkxvM1n3F4OD1JUFXDHzJdEUcyz5UygF9P+Plymox3ftDpdJZD5Vx1TH63YL7XaU5F8SL2eYe3Dy/3u8lK3P79SrcOaL8vaoFzKvW/Mt09iWrSt8Oq/a1NrfAV+H7eH6MVsM/Eqq99LvjBvlfkElvBKKXkDAAAAAASUVORK5CYII=") no-repeat center;
    background-size: 23px 18px; }
    @media screen and (max-width: 319px) {
      .send-request.opened-menu {
        background: #006f66 url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAC4AAAAjCAYAAADrJzjpAAADC0lEQVRYR+2ZW4iNURTHf3+3csn9QUTJA09EKYUHuSSTMZRySamZkEhRU+RRM6UokRClXEu5zERyyQOeFPHEgxSRB/cM5ba0pn30zXH2Od83c86YU9bDTJ1vr7V+3zp7XfY+IoiZTQO2A3OBYbnPe8j/98BNoEnSA2eS/zGzeuAw0LuHgMYwfgLrJR2Tmc0A7gK9ejh0Du8XMNPBW4DFVQKdw2x18M/AwAj4V+DaP3qpBUD/iO82B7cSYCeABknfuuMFzKwfcBRYU8xfGnDXvw0slfS2kvBmNgK4AMwu5SctuNt5CtRIelLKaGeem9lE4DIwIY1+IfA3wPBIlfkALJN0K43xtGvMbA5wHhhaQMeryDtgZPJZIfBLYY+dAQYVMPQd2CjJ92GXxcwagINA3wLGvHCs9BwDlpQEl1RnZlOAVmBshG63d1pJHpHMYmbeN5qBxojyCy/Tkh6a2cXU4G7MzEYBXuenR4y7wdWSvmQhN7MBwCmgLqJ3D6iV9DpwZAMPSu7kOLA84uR+iMyrNPBmNjp8kz4bFZJzwNpkMDJHPGfVzHym2QXsiDh7GeDbB6CYmNnUAD0msqYJ2CmpQ2/pNHjiBbwpeFJ6k8iXNmCVJN9af4mZ1QKnI13am1u9pJMR3exbJd+Qmc0KTaJDeQrrPFEbJe1J6pnZNsCTudAg5+XXm9udIt9U18HDvh8PXAEmRZwdATaFZweAdZF1j4FFkp6V2GLlAQ/wQwBPpPkRpzfC5/Miz697wkv6WAw6+CofeDDYB9gPbCjlPO/5IWCzpB9p9LqcnEX24BZgb4rDiOfAVkn70gAnikJ5I56XgDXA2ciY4Eu9fa+Q5INUJqlYxBORmRzq9Lg8suehzj/KRBwWVxw87PvBwELAO66LjwNXJX3qDHRFkrOzIFn1uiXiWaHSrP8PniZK5VzzP+LljGYaW2kj3iKpw/kujfFKrjEzPwf7WPxHCt1k+WHYb69SzRGVBA62fR7yW63kYbr9Jqtq7w6r87Y2tNTqux9PDEjV8ItEsyS/VeA3RjqeeQ+vSqsAAAAASUVORK5CYII=") no-repeat center;
        background-size: 21px 15px; } }

#mobile-menu-btn {
  border: none;
  background: transparent url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADMAAAAuCAYAAACF6SFvAAAB40lEQVRoQ+2avW4TQRSFv2Px9xSe9a5rIFUalAcAUUI6/kRLCpKKpCRUhCJQIoQoaSMegJ+CNIFQ215v8hKJk/hGayIrVWJp7bVntNustDtz7znnzs6d2Tvi/6Ukih5hLIHdBF05ez7DNzsG/UNstrvdL4ApJ9J00UeDZzOM/EJogk+trPs8j8hjjM++EhniFk+VuGgHmPOeDPxR4tyRH9/IZXLbcR6ZQ+DaZU09eN9TXI++Syx4APZCiGb8UOzcXaFv3pPB7uVTM03nXhla95WQsNVWlr0ZkMmvuB7fUa3/AuMWcMMDYgeIXevX3nf2Or8Gmd8D0CNDrMiMLFXJDavIlCz4yO6qyIwsVckNw4xMs964b+ovgfKk6cPCswe2K6tttvbSrWHSjF1jQ9jLkkfF2NwZetfJ0mU1640HJvs6NstTMiTTomIX/RbMTwnD2NwabOebsx5wdWxWp2foKCwyQQ2zgCaAh4OkmbjGW7Dl6Q33op610c7SleEKIJikWVSXWekf5tpsVtQtgqOKTBH1Jtm3iswk1S1iO8zInPs9exu4XkShkvoeIv72T/Qh3U9/DneaiXOroNclgZiAG1trZ9l6WCWNoIpNQZUBQyvQBlQ6D+dQw5OwjpucTfpBHAQ6BRv5oZVdR6OXAAAAAElFTkSuQmCC") no-repeat center;
  background-size: 26px 23px;
  width: 26px;
  height: 23px;
  margin: 14px 0;
  display: none;
  vertical-align: top; }
  @media screen and (max-width: 960px) {
    #mobile-menu-btn {
      display: inline-block; } }
  @media screen and (max-width: 319px) {
    #mobile-menu-btn {
      display: block;
      margin: 25px 3px 10px auto; } }
  #mobile-menu-btn.opened-menu {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADMAAAAuCAYAAACF6SFvAAABnklEQVRoQ+2au04DMRBFz0i8viZARYP4AFBKoOMlWigIFaEkVIQiUCKEKGkRH8CjgIbX10ASyWjQbpQGLG028Xq0W67tmXvveD32jgXAOSfAGrALVIAxfV/wpwt8Ai3gWkScJEQugK2Cg/8P3iWwrWTWgauIiaTQN5XMKzBrgMybkulE8o349O4qmW9gwtczgva2krkHFiIA64P4oGQWgTtfzwjalzS/aJ45ABoRAP4LYl1Ejn/JJITmgR1gGpiKgNgX8AGciciT4u2RiQC8F2JJxitRoA5lZAIJ73VbRsYrUaAONiPjnKsmJ01NmjFsPNtJ0myJyG0vaTrnmsBeoNmRh9tTEanpRnMZuMnDYmAbq0rmGZgLDCQP9y9KRufeeB7WAtvomCNjappZWQBW0pPmCVALPOcHcd8Ukf3+k6aNpDmIJEUaa3NvViSFs2IpI5NVuWGPKyMzbIWz2rcZGedc+nt2BpjMqs4Ix2kp5h04F5HH/pNmHTgaIZC8XR2KSMNWScNasclUGdBUgdZU6dzKpYYNW9dNdMG3chHoB6dhnn2jzuW8AAAAAElFTkSuQmCC"); }

header .uk-nav {
  padding-top: 14px;
  padding-bottom: 15px;
  position: relative; }
  @media screen and (max-width: 960px) {
    header .uk-nav {
      display: none;
      position: absolute;
      top: 52px;
      right: 0;
      background-color: rgba(0, 113, 103, 0.9) !important;
      border-radius: 5px 0 0 5px;
      z-index: 1;
      width: 183px;
      padding: 67px 10px 10px;
      box-sizing: border-box; } }
  header .uk-nav li {
    list-style: none;
    display: inline-block;
    border-right: 1px solid rgba(255, 255, 255, 0.4);
    padding: 0 17.4px;
    letter-spacing: 0.5px; }
    @media screen and (max-width: 1220px) {
      header .uk-nav li {
        padding: 0 5px; } }
    @media screen and (max-width: 960px) {
      header .uk-nav li {
        border-right: none;
        padding: 0;
        margin-bottom: 13px;
        display: block; } }
    header .uk-nav li a {
      color: #1d1d1b;
      font-family: "Open Sans";
      font-size: 15px;
      font-weight: 400;
      text-align: center;
      padding: 0; }
      @media screen and (max-width: 1220px) {
        header .uk-nav li a {
          font-size: 14px; } }
      @media screen and (max-width: 960px) {
        header .uk-nav li a {
          color: #fff;
          text-align: right; } }

header .uk-nav li:last-child {
  padding-right: 0;
  border-right: none; }

header .uk-nav li.current-menu-item a,
header .uk-nav li a:hover {
  text-decoration: underline; }

.bottom-header {
  padding: 24px 0 60px;
  box-sizing: border-box;
  min-height: 555px; }
  @media screen and (max-width: 1220px) {
    .bottom-header {
      min-height: 605px; } }
  @media screen and (max-width: 960px) {
    .bottom-header {
      padding: 0;
      min-height: 0;
      width: 320px;
      margin: 0 auto; } }
  @media screen and (max-width: 319px) {
    .bottom-header {
      width: 100%; } }

header .uk-tab > li.search-tab-btn > a {
  border-radius: 10px 0 0 0;
  width: 170px; }
  @media screen and (max-width: 1220px) {
    header .uk-tab > li.search-tab-btn > a {
      width: 140px; } }
  @media screen and (max-width: 960px) {
    header .uk-tab > li.search-tab-btn > a {
      border-radius: 5px 0 0 0;
      width: 130px; } }
  @media screen and (max-width: 319px) {
    header .uk-tab > li.search-tab-btn > a {
      width: 100px;
      line-height: 13px;
      padding-top: 5px; } }

header .uk-tab > li.exc-tab-btn > a {
  width: 230px;
  border-radius: 0 10px 0 0; }
  @media screen and (max-width: 1220px) {
    header .uk-tab > li.exc-tab-btn > a {
      width: 209px; } }
  @media screen and (max-width: 960px) {
    header .uk-tab > li.exc-tab-btn > a {
      border-radius: 0 5px 0 0;
      width: 190px; } }
  @media screen and (max-width: 319px) {
    header .uk-tab > li.exc-tab-btn > a {
      width: 140px;
      line-height: 13px;
      padding-top: 5px; } }

header .uk-tab,
#header-modules {
  width: 400px; }
  @media screen and (max-width: 1220px) {
    header .uk-tab,
    #header-modules {
      width: 349px; } }
  @media screen and (max-width: 960px) {
    header .uk-tab,
    #header-modules {
      width: 100%; } }

.top-modules-wrap {
  width: 100%;
  border-radius: 0 0 10px 10px;
  box-sizing: border-box;
  padding: 31px 28px 34px 27px;
  z-index: 1; }
  @media screen and (max-width: 960px) {
    .top-modules-wrap {
      padding: 22px 13px;
      border-radius: 0 0 5px 5px;
      margin-bottom: 34px; } }

header h1,
header h2 {
  opacity: 0.8;
  text-shadow: 0 0 14.7px rgba(0, 0, 0, 0.11);
  color: white;
  font-family: Rubik;
  position: relative;
  left: 27px; }

header h1 {
  font-size: 60px;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 238px;
  letter-spacing: -0.4px; }

header h2 {
  font-size: 50px;
  font-weight: 400;
  line-height: 61px;
  margin-top: -1px;
  letter-spacing: 0.3px; }

.new_os {
  opacity: 0; }

#os-os-wrapper {
  opacity: 1; }

section {
  padding: 70px 0; }
  @media screen and (max-width: 1220px) {
    section {
      margin: 0;
      padding: 34px 0 31px; } }
  section.modules, section.contacts {
    padding: 42px 0; }
    section.modules .section-title, section.contacts .section-title {
      color: #bf2c22; }
      @media screen and (max-width: 1220px) {
        section.modules .section-title, section.contacts .section-title {
          margin: 0 0 31px 0; } }
  section.contacts {
    padding-bottom: 37px; }
    @media screen and (max-width: 1220px) {
      section.contacts {
        padding-top: 9px;
        padding-bottom: 20px; } }
  section.widget {
    padding: 0; }

.section-button {
  margin-top: 48px;
  margin-bottom: 71px; }
  @media screen and (max-width: 960px) {
    .section-button {
      padding: 0 35px;
      width: 100%;
      margin-top: 20px;
      margin-bottom: 0; } }

.section-title {
  margin: 0 0 74px 0;
  text-align: center;
  font-size: 26px;
  font-weight: 400;
  line-height: 1;
  color: #006f66; }
  @media screen and (max-width: 1220px) {
    .section-title {
      margin: -5px 0 34px -5px;
      font-size: 25px; } }

section.hot .section-title,
.section-title.entry-title {
  color: #bf2c22; }

section.hot .section-button {
  padding: 0 35px; }

section.popular-countries {
  background-color: #f0f0f0; }

section.popular-countries .section-title {
  color: #006f66; }

section.popular-countries .section-button {
  color: #006f66;
  border-color: #006f66;
  background-color: whitesmoke; }

section.popular-countries .section-button:hover {
  color: whitesmoke;
  background-color: #006f66; }

@media screen and (max-width: 960px) {
  .popular-country-block-wrapper {
    display: none; }
    .popular-country-block-wrapper:nth-child(1), .popular-country-block-wrapper:nth-child(2), .popular-country-block-wrapper:nth-child(3) {
      display: block; } }

.popular-country-block {
  background-color: white;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.06);
  border: 1px solid rgba(0, 0, 0, 0.06);
  display: block; }

.popular-country-block:hover {
  border-color: rgba(211, 211, 211, 0.84);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  text-decoration: none; }

.popular-image {
  /*     width: 268px; */
  width: 100%;
  height: 164px; }

.popular-price {
  position: absolute;
  bottom: 8px;
  right: 0;
  height: 40px;
  background: rgba(191, 44, 34, 0.6);
  border-radius: 10px 0 0 10px;
  line-height: 40px;
  color: white;
  font-size: 18px;
  font-weight: 700;
  padding: 0 19px 0 18px; }

.popular-country-name {
  color: #3f3d3d;
  font-family: "Open Sans";
  font-size: 18px;
  line-height: 1;
  font-weight: 700;
  width: 100%;
  text-align: center;
  padding: 15px 5px;
  box-sizing: border-box; }

.news-slideset-wrap {
  width: 268px;
  height: 200px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.06); }

.news-slideset-title {
  height: 78px;
  width: 100%;
  display: table;
  line-height: 16px;
  font-size: 15px;
  font-weight: 700;
  color: #fffefe;
  padding: 5px;
  box-sizing: border-box; }

.news-slideset-title > div {
  display: table-cell;
  vertical-align: middle; }

section.news .section-button {
  margin-bottom: 50px; }
@media screen and (max-width: 1220px) {
  section.news hr {
    display: none; } }
@media screen and (max-width: 768px) {
  section.news .uk-slidenav-position .uk-slidenav {
    display: none; }
  section.news .uk-slideset li {
    width: 100%;
    display: none; }
    section.news .uk-slideset li:nth-child(1), section.news .uk-slideset li:nth-child(2), section.news .uk-slideset li:nth-child(3) {
      display: block; }
  section.news .news-slideset-wrap {
    width: 100%;
    margin-bottom: 13px; } }

.seo-text {
  padding: 0 0 70px;
  color: #626262;
  font-size: 15px;
  line-height: 24px; }

.seo-text p {
  margin: 20px 0; }

.seo-text p:first-child {
  margin-top: 0; }

.seo-text p:last-child {
  margin-bottom: 0; }

footer {
  background-color: #1c1a1a;
  padding: 20px 0 30px; }

.copyright {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  padding: 8px 2px 12px 0;
  margin-top: 21px; }
  @media screen and (max-width: 960px) {
    .copyright {
      margin-right: 0;
      margin-left: -14px;
      padding: 14px;
      width: 100%;
      text-align: center;
      box-sizing: content-box; }
      .copyright img {
        float: none; } }

.copyright span {
  color: #fff;
  font-size: 14px;
  font-family: Rubik;
  padding-top: 10px;
  display: inline-block; }
  @media screen and (max-width: 960px) {
    .copyright span {
      display: none; } }

.exchange-panel {
  background-color: #353232;
  border-radius: 10px;
  padding: 16px 3px 2px 26px;
  color: #fff;
  margin-left: 8px;
  width: 363px; }
  @media screen and (max-width: 1220px) {
    .exchange-panel {
      padding: 16px 3px 2px 16px;
      margin-left: 0;
      width: 350px; } }
  @media screen and (max-width: 960px) {
    .exchange-panel {
      display: none; } }

.exchange-values {
  line-height: 23px; }

.exchange-values .usd-rate {
  padding-left: 15px;
  position: relative; }

.exchange-values .usd-rate:before {
  content: "";
  display: block;
  position: absolute;
  left: 1px;
  top: 5px;
  height: 38px;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.4); }

.footer-menu {
  padding: 11px 0 0 3px; }
  @media screen and (max-width: 960px) {
    .footer-menu {
      padding: 18px 0 0 9px;
      text-align: center; } }

.footer-menu a {
  color: #fff;
  font-size: 15px;
  line-height: 30px; }
  @media screen and (max-width: 960px) {
    .footer-menu a {
      line-height: 35px;
      letter-spacing: -0.6px; } }

.second-footer-menu {
  padding-left: 18px; }
  @media screen and (max-width: 960px) {
    .second-footer-menu {
      padding-left: 9px;
      padding-top: 0; } }

.footer-numbers {
  padding: 11px 0 0 2px;
  color: #fff;
  line-height: 30px; }
  @media screen and (max-width: 960px) {
    .footer-numbers {
      display: none; } }

.social-icons {
  padding-top: 13px; }
  @media screen and (max-width: 1220px) {
    .social-icons {
      padding-top: 20px;
      text-align: center; } }
  .social-icons img {
    width: 27px;
    height: 27px; }
    @media screen and (max-width: 1220px) {
      .social-icons img {
        width: 34px;
        height: 34px; } }

.social-icons a {
  display: inline-block;
  margin: 0 0 0 7px; }
  @media screen and (max-width: 1220px) {
    .social-icons a {
      margin: 0; } }
  @media screen and (max-width: 960px) {
    .social-icons a {
      margin: 0 0 0 25px; } }

.social-icons a:first-child {
  margin-left: 9px; }
  @media screen and (max-width: 1220px) {
    .social-icons a:first-child {
      margin: 0; } }

.social-icons a:last-child {
  margin-right: 0; }

.contacts-overlay {
  width: 501px;
  height: 223px;
  background-color: white;
  border-radius: 3px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.06);
  position: absolute;
  left: 50%;
  padding: 42px 33px;
  box-sizing: border-box;
  top: 0;
  margin-left: 10px;
  margin-top: 48px;
  z-index: 1; }
  @media screen and (max-width: 960px) {
    .contacts-overlay {
      position: static;
      margin: 0;
      padding: 0 18px;
      height: auto;
      width: 100%;
      box-shadow: none;
      font-size: 16px; } }
  .contacts-overlay:after {
    content: "";
    display: block;
    width: 463px;
    height: 1px;
    background-color: #d7d7d7;
    position: absolute;
    bottom: 18px;
    left: 0; }
  .contacts-overlay .map-name {
    margin-bottom: 34px;
    color: #3f3d3d;
    font-size: 18px;
    font-weight: 700;
    line-height: 18px; }
    @media screen and (max-width: 960px) {
      .contacts-overlay .map-name {
        margin-bottom: 4px;
        font-size: 19px;
        line-height: 37px;
        margin-left: -1px;
        letter-spacing: 0.6px; } }
  .contacts-overlay .city {
    color: #1d1d1b;
    line-height: 26px; }
  .contacts-overlay .address {
    color: #1d1d1b;
    line-height: 22px; }
  .contacts-overlay a.email {
    color: #707070;
    line-height: 30px; }
  .contacts-overlay .numbers {
    color: #1d1d1b;
    line-height: 26px; }
    @media screen and (max-width: 960px) {
      .contacts-overlay .numbers {
        line-height: 30px;
        margin: 0 0 12px; } }
  .contacts-overlay hr {
    display: none;
    position: relative;
    left: -18px;
    width: 100vw;
    margin: 2px 0 17px; }
    @media screen and (max-width: 960px) {
      .contacts-overlay hr {
        display: block; } }

.form-title {
  color: #3f3d3d;
  line-height: 34px; }
  @media screen and (max-width: 960px) {
    .form-title {
      font-size: 19px;
      line-height: 40px;
      letter-spacing: 0.8px; } }

.contacts-social span {
  line-height: 29px;
  display: inline-block;
  margin-right: 19px;
  letter-spacing: -1px;
  vertical-align: top; }
  @media screen and (max-width: 960px) {
    .contacts-social span {
      display: block; } }
.contacts-social a {
  margin: 0 4px; }
  @media screen and (max-width: 960px) {
    .contacts-social a {
      margin: 14px 11px 21px;
      display: inline-block; } }
  .contacts-social a:last-child {
    margin-right: 0; }
  .contacts-social a:hover {
    text-decoration: none; }
@media screen and (max-width: 960px) {
  .contacts-social {
    display: none; } }
.contacts-social.contacts-social-mobile {
  display: none; }
  @media screen and (max-width: 960px) {
    .contacts-social.contacts-social-mobile {
      display: block; } }

@media screen and (max-width: 960px) {
  .wpgmp_map {
    height: 274px; } }

div.wpcf7[id*="wpcf7-f62"] {
  margin-top: 11px;
  margin-bottom: 52px; }
  @media screen and (max-width: 960px) {
    div.wpcf7[id*="wpcf7-f62"] {
      margin-bottom: 41px; } }

.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 textarea {
  background-color: #f6f6f6;
  border: 1px solid #d7d7d7;
  border-radius: 3px;
  padding: 17px 15px 13px;
  color: #666;
  font-size: 15px;
  line-height: 15px;
  position: relative;
  left: -2px;
  max-width: 559px; }
  @media screen and (max-width: 960px) {
    .wpcf7 input[type="text"],
    .wpcf7 input[type="email"],
    .wpcf7 input[type="tel"],
    .wpcf7 textarea {
      font-size: 16px;
      left: 0; } }
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
  height: 42px; }
.wpcf7 textarea {
  height: 122px;
  left: 0; }
  @media screen and (max-width: 960px) {
    .wpcf7 textarea {
      height: 99px;
      padding: 13px 13px;
      letter-spacing: -0.3px; } }
.wpcf7 label {
  margin: 13px 0 5px 0;
  padding-left: 13px;
  display: inline-block; }
  @media screen and (max-width: 960px) {
    .wpcf7 label {
      font-size: 16px;
      margin-top: 17px; } }
  .wpcf7 label[for="form-message"] {
    margin: 10px 0 5px 6px;
    padding-left: 0; }
    @media screen and (max-width: 960px) {
      .wpcf7 label[for="form-message"] {
        margin: 23px 0 5px 2px; } }
  .wpcf7 label.required {
    background-repeat: no-repeat;
    background-position: 0 3px;
    background-size: 8px 6px; }
.wpcf7 .form-submit-wrapper {
  margin-top: 39px;
  width: 100%;
  text-align: right; }
  @media screen and (max-width: 960px) {
    .wpcf7 .form-submit-wrapper {
      margin-top: 7px; } }
  .wpcf7 .form-submit-wrapper .required-tip {
    float: left;
    width: 160px;
    height: 26px;
    color: #1d1d1b;
    font-size: 13px;
    line-height: 16px;
    padding-top: 6px;
    padding-left: 18px;
    background-repeat: no-repeat;
    background-position: 2px 7px;
    background-size: 8px 6px;
    text-align: left; }
    @media screen and (max-width: 960px) {
      .wpcf7 .form-submit-wrapper .required-tip {
        width: 100%;
        font-size: 14px;
        padding-top: 8px;
        padding-left: 13px;
        background-position: 1px 10px; } }
  .wpcf7 .form-submit-wrapper input[type="submit"] {
    width: 307px; }
    @media screen and (max-width: 1220px) {
      .wpcf7 .form-submit-wrapper input[type="submit"] {
        width: 257px; } }
    @media screen and (max-width: 960px) {
      .wpcf7 .form-submit-wrapper input[type="submit"] {
        width: 100%;
        margin-top: 11px;
        letter-spacing: 0.6px;
        border-radius: 5px; } }
.wpcf7 .ajax-loader {
  position: absolute;
  top: 100%;
  left: 50%; }

.required-tip,
label.required {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAGCAYAAAD+Bd/7AAAAhUlEQVQYV2P8////f4bvXxkYlvQxMKjqMTDoWTAwzGphYIgpZGCQUWJgBCsAgUvHGRjWzmJg0LMEcxmC08AU4//Hd/8zTKqACKIDB38kE969ZGCYWMEAts4rmoHBwR9qAswKkCnfvkLccGAjA0NeB5IbQLpA9ssoMTCYuzAwzG6GmAB0DwBEDzVK8zxEwwAAAABJRU5ErkJggg=="); }

.entry-header {
  border-bottom: 1px solid #d7d7d7;
  position: relative;
  padding-right: 100px;
  padding-bottom: 18px; }
  @media screen and (max-width: 960px) {
    .entry-header {
      padding-right: 0;
      padding-bottom: 13px; } }
  .entry-header .entry-title {
    color: #3f3d3d;
    font-size: 24px;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 5px; }
    @media screen and (max-width: 960px) {
      .entry-header .entry-title {
        font-size: 24px;
        left: 0;
        margin-right: -7px;
        line-height: 28px; } }
    @media screen and (max-width: 319px) {
      .entry-header .entry-title {
        font-size: 16px;
        line-height: 22px; } }
  .entry-header .entry-meta {
    color: #909090;
    font-size: 13px;
    font-weight: 400;
    line-height: 24px; }
    @media screen and (max-width: 960px) {
      .entry-header .entry-meta {
        padding-left: 2px; } }
  .entry-header .entry-socials {
    position: absolute;
    top: 25px;
    right: 0; }
    @media screen and (max-width: 960px) {
      .entry-header .entry-socials {
        position: static;
        margin: 13px 0 0; } }
    .entry-header .entry-socials a {
      margin-left: 11px; }
      .entry-header .entry-socials a:hover {
        text-decoration: none; }
      @media screen and (max-width: 960px) {
        .entry-header .entry-socials a {
          margin-left: 2px;
          margin-right: 10px; } }
      .entry-header .entry-socials a img {
        width: 21px;
        height: 21px; }
        @media screen and (max-width: 960px) {
          .entry-header .entry-socials a img {
            width: 30px;
            height: 30px; } }

.entry-content {
  padding: 18px 0;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0; }
  @media screen and (max-width: 319px) {
    .entry-content {
      font-size: 14px; } }
  .entry-content em {
    color: #909090;
    font-size: 16px;
    font-style: italic;
    line-height: 24px; }
    @media screen and (max-width: 319px) {
      .entry-content em {
        font-size: 14px; } }
  .entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6 {
    color: #006f66;
    margin-bottom: 25px; }
    @media screen and (max-width: 960px) {
      .entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6 {
        margin-top: 36px;
        margin-bottom: 23px; } }
  .entry-content h1 {
    font-size: 28px; }
    @media screen and (max-width: 319px) {
      .entry-content h1 {
        font-size: 26px; } }
  .entry-content h2 {
    font-size: 24px; }
    @media screen and (max-width: 319px) {
      .entry-content h2 {
        font-size: 22px; } }
  .entry-content h3 {
    font-size: 19px; }
    @media screen and (max-width: 319px) {
      .entry-content h3 {
        font-size: 17px; } }
  .entry-content a {
    color: #006f66; }
    .entry-content a:hover {
      color: #006f66; }
  .entry-content p {
    margin-bottom: 24px; }
  .entry-content ul {
    padding-left: 20px;
    list-style: none;
    margin-top: 24px;
    margin-bottom: 24px; }
    .entry-content ul li {
      position: relative;
      margin: 10px 0; }
    .entry-content ul li:before {
      content: "";
      display: block;
      position: absolute;
      top: 5px;
      left: -20px;
      width: 13px;
      height: 15px;
      background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAAPCAYAAAA/I0V3AAAA/klEQVQ4T5WSwU3DQBBF30wkrlBCOkgJUAIdwIFYXBI2FWB3sOSEAhJOBYQKkg4wFSR0EK4+ZJC9gsjOYmBvK+3bP//PF0aJo6cL/P2GPx7BXfexXQE8IWWGz7e/sVI/GCcpwi3YFhPHdDbvAgMUwAJhEC5WIDbBP65i8B5yV2eYLluPFohO2n73UFDLES4OfjdStLz78tuE3OUJdlSleBwZa0MFT2fzJlSrDT0iNz8GYWQtpTr+dRQwe0dJ8Q95y9NwhchpxFOGlv7Qk0vOMZ4bgNkL2nPx9EIAr0A/rIk3dOe69/TdCD4Qc9Xc3Y0I3VtjNObuhioV1fw/Lf8Eaz9kZPpXmKoAAAAASUVORK5CYII=") no-repeat center;
      background-size: 13px 15px; }
  .entry-content table {
    border-collapse: collapse; }
    .entry-content table thead td {
      background-color: #006f66;
      height: 50px;
      color: #fff;
      padding: 9px 20px;
      font-size: 16px;
      line-height: 16px; }
      .entry-content table thead td:first-child {
        border-top-left-radius: 10px; }
      .entry-content table thead td:last-child {
        border-top-right-radius: 10px; }
    .entry-content table tbody tr {
      border-bottom: 1px solid #d7d7d7; }
      .entry-content table tbody tr td {
        padding: 5px 15px;
        font-size: 15px; }
    .entry-content table h1, .entry-content table h2, .entry-content table h3, .entry-content table h4, .entry-content table h5, .entry-content table h6 {
      margin-bottom: 0; }

.entry-meta-date-2 {
  display: none; }

.widget .widget-title {
  color: #006f66;
  font-size: 19px;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 31px; }
.widget.recent-news .recent-news-item {
  position: relative;
  padding-left: 128px;
  margin-bottom: 25px;
  min-height: 91px; }
  @media screen and (max-width: 960px) {
    .widget.recent-news .recent-news-item {
      padding-left: 0;
      margin-bottom: 17px;
      min-height: 0; } }
  @media screen and (max-width: 960px) {
    .widget.recent-news .recent-news-item:nth-of-type(2n) {
      width: 100%;
      background-color: #ebebeb;
      margin-left: -14px;
      padding: 14px; } }
  @media screen and (max-width: 319px) {
    .widget.recent-news .recent-news-item:nth-of-type(2n) {
      margin-left: -7px;
      padding: 7px; } }
  @media screen and (max-width: 960px) {
    .widget.recent-news .recent-news-item:nth-of-type(2n) .recent-news-content {
      border-color: #ebebeb; } }
.widget.recent-news .recent-news-title {
  color: #3f3d3d;
  font-size: 15px;
  font-weight: 700;
  line-height: 16px;
  margin-bottom: 10px; }
  @media screen and (max-width: 960px) {
    .widget.recent-news .recent-news-title {
      font-size: 16px;
      font-weight: 700;
      line-height: 20px; } }
  @media screen and (max-width: 319px) {
    .widget.recent-news .recent-news-title {
      font-size: 14px; } }
.widget.recent-news .recent-news-content {
  max-height: 30px;
  line-height: 15px;
  font-size: 13px;
  color: #3f3d3d;
  border-bottom: 8px solid #fff;
  margin-bottom: 0;
  overflow-y: hidden; }
  @media screen and (max-width: 960px) {
    .widget.recent-news .recent-news-content {
      max-height: 40px;
      line-height: 20px;
      font-size: 15px; } }
  @media screen and (max-width: 319px) {
    .widget.recent-news .recent-news-content {
      font-size: 14px; } }
.widget.recent-news .recent-news-footer {
  border-top: 1px solid #d7d7d7; }
  @media screen and (max-width: 960px) {
    .widget.recent-news .recent-news-footer {
      margin-top: 6px;
      padding-top: 13px; } }
.widget.recent-news .recent-news-date {
  color: #909090;
  font-size: 11px;
  line-height: 15px;
  display: inline-block;
  padding-left: 2px; }
  @media screen and (max-width: 960px) {
    .widget.recent-news .recent-news-date {
      font-size: 15px; } }
  @media screen and (max-width: 319px) {
    .widget.recent-news .recent-news-date {
      font-size: 13px;
      border-right: 1px solid #909090;
      padding-right: 5px; } }
.widget.recent-news .recent-news-link {
  float: right;
  display: inline-block;
  color: #006f66;
  font-size: 11px; }
  @media screen and (max-width: 960px) {
    .widget.recent-news .recent-news-link {
      font-size: 14px; } }
  @media screen and (max-width: 319px) {
    .widget.recent-news .recent-news-link {
      font-size: 13px; } }
  .widget.recent-news .recent-news-link:hover {
    color: #006f66; }
.widget.recent-news .wp-post-image {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 115px; }
  @media screen and (max-width: 960px) {
    .widget.recent-news .wp-post-image {
      display: none; } }

.breadcrumb {
  margin-top: -13px;
  margin-left: 1px;
  margin-bottom: 35px; }
  @media screen and (max-width: 480px) {
    .breadcrumb {
      display: none; } }
  .breadcrumb > * {
    line-height: 24px;
    font-size: 13px; }
    .breadcrumb > *:before {
      content: "◄";
      display: inline-block;
      color: #909090;
      font-family: Arial;
      font-size: 10px;
      margin: 0 7px 0 3px; }
    .breadcrumb > *:first-child:before {
      display: none; }

@media (min-width: 1220px) {
  .uk-container {
    max-width: 1200px;
    padding: 0 28px; }

  .uk-grid {
    margin-left: -22px; }
    .uk-grid.uk-grid-large {
      margin-left: -37px; }
      .uk-grid.uk-grid-large > * {
        padding-left: 37px; }

  .uk-grid > * {
    padding-left: 22px; }

  .uk-grid-collapse > * {
    padding-left: 0; }

  .uk-grid-collapse {
    margin-left: 0; }

  .uk-grid + .uk-grid, .uk-grid-margin, .uk-grid > * > .uk-panel + .uk-panel {
    margin-top: 41px; }

  section.popular-countries .uk-grid-margin {
    margin-top: 30px; } }
@media screen and (max-width: 1220px) {
  .uk-container {
    padding: 0 14px; }

  .header-home-text,
  .seo-text {
    display: none; } }
@media screen and (max-width: 319px) {
  .uk-container {
    padding: 0 7px; }

  .header-home-text,
  .seo-text,
  .entry-meta-author-label,
  .entry-meta-devider,
  body.single-post .mini-header-numbers,
  .entry-meta-date {
    display: none; }

  .entry-meta-date-2 {
    display: block; } }
body .os-os.small-form .os-point-to-wrap,
body .os-os.small-form .os-point-from,
body .os-os.small-form .os-datepicker-wrapper,
body .os-os.small-form .os-tour-duration,
body .os-os.small-form .os-people-picker .people,
body .os-os.small-form .os-people-picker .elements,
body .os-os .os-point-to-wrap,
body .os-os .os-point-from,
body .os-os .os-datepicker-wrapper,
body .os-os .os-tour-duration,
body .os-os .os-people-picker .people,
body .os-os .os-people-picker .elements {
  z-index: 0;
  display: block; }
body .os-os.small-form .os-point-to-wrap:before,
body .os-os.small-form .os-point-from:before,
body .os-os.small-form .os-datepicker-wrapper:before,
body .os-os.small-form .os-tour-duration:before,
body .os-os.small-form .os-people-picker .people:before,
body .os-os.small-form .os-people-picker .elements:before,
body .os-os .os-point-to-wrap:before,
body .os-os .os-point-from:before,
body .os-os .os-datepicker-wrapper:before,
body .os-os .os-tour-duration:before,
body .os-os .os-people-picker .people:before,
body .os-os .os-people-picker .elements:before {
  content: "";
  display: block;
  width: 100%;
  height: 43px;
  background-color: white;
  border: 1px solid #b7b7b7;
  border-radius: 10px;
  position: absolute;
  top: 0;
  z-index: -2; }
  @media screen and (max-width: 1220px) {
    body .os-os.small-form .os-point-to-wrap:before,
    body .os-os.small-form .os-point-from:before,
    body .os-os.small-form .os-datepicker-wrapper:before,
    body .os-os.small-form .os-tour-duration:before,
    body .os-os.small-form .os-people-picker .people:before,
    body .os-os.small-form .os-people-picker .elements:before,
    body .os-os .os-point-to-wrap:before,
    body .os-os .os-point-from:before,
    body .os-os .os-datepicker-wrapper:before,
    body .os-os .os-tour-duration:before,
    body .os-os .os-people-picker .people:before,
    body .os-os .os-people-picker .elements:before {
      height: 38.5px;
      border-radius: 5px; } }
body .os-os.small-form .os-point-from:before,
body .os-os.small-form .os-tour-duration:before,
body .os-os.small-form .os-people-picker .people:before,
body .os-os.small-form .os-people-picker .elements:before,
body .os-os .os-point-from:before,
body .os-os .os-tour-duration:before,
body .os-os .os-people-picker .people:before,
body .os-os .os-people-picker .elements:before {
  top: 17px; }
body .os-os.small-form .os-point-to-wrap:after,
body .os-os.small-form .os-point-from:after,
body .os-os.small-form .os-datepicker-wrapper:after,
body .os-os.small-form .os-tour-duration:after,
body .os-os.small-form .os-autocomplete-toggle_element,
body .os-os.small-form .fake-people-dropdown-btn:after,
body .os-os.small-form .os-people-picker .people:after,
body .os-os.small-form .os-people-picker .elements:after,
body .os-os .os-point-to-wrap:after,
body .os-os .os-point-from:after,
body .os-os .os-datepicker-wrapper:after,
body .os-os .os-tour-duration:after,
body .os-os .os-autocomplete-toggle_element,
body .os-os .fake-people-dropdown-btn:after,
body .os-os .os-people-picker .people:after,
body .os-os .os-people-picker .elements:after {
  z-index: -1;
  display: block;
  position: absolute;
  top: 1px;
  bottom: 1px;
  right: 1px;
  width: 46px;
  background-position: center;
  background-color: #fff;
  border-radius: 0 10px 10px 0;
  background-repeat: no-repeat;
  height: 43px !important;
  border-left: none; }
  @media screen and (max-width: 1220px) {
    body .os-os.small-form .os-point-to-wrap:after,
    body .os-os.small-form .os-point-from:after,
    body .os-os.small-form .os-datepicker-wrapper:after,
    body .os-os.small-form .os-tour-duration:after,
    body .os-os.small-form .os-autocomplete-toggle_element,
    body .os-os.small-form .fake-people-dropdown-btn:after,
    body .os-os.small-form .os-people-picker .people:after,
    body .os-os.small-form .os-people-picker .elements:after,
    body .os-os .os-point-to-wrap:after,
    body .os-os .os-point-from:after,
    body .os-os .os-datepicker-wrapper:after,
    body .os-os .os-tour-duration:after,
    body .os-os .os-autocomplete-toggle_element,
    body .os-os .fake-people-dropdown-btn:after,
    body .os-os .os-people-picker .people:after,
    body .os-os .os-people-picker .elements:after {
      height: 37px !important;
      width: 33px; } }
  @media screen and (max-width: 960px) {
    body .os-os.small-form .os-point-to-wrap:after,
    body .os-os.small-form .os-point-from:after,
    body .os-os.small-form .os-datepicker-wrapper:after,
    body .os-os.small-form .os-tour-duration:after,
    body .os-os.small-form .os-autocomplete-toggle_element,
    body .os-os.small-form .fake-people-dropdown-btn:after,
    body .os-os.small-form .os-people-picker .people:after,
    body .os-os.small-form .os-people-picker .elements:after,
    body .os-os .os-point-to-wrap:after,
    body .os-os .os-point-from:after,
    body .os-os .os-datepicker-wrapper:after,
    body .os-os .os-tour-duration:after,
    body .os-os .os-autocomplete-toggle_element,
    body .os-os .fake-people-dropdown-btn:after,
    body .os-os .os-people-picker .people:after,
    body .os-os .os-people-picker .elements:after {
      border-radius: 0 5px 5px 0; } }
body .os-os.small-form .os-point-from:after,
body .os-os.small-form .os-tour-duration:after,
body .os-os.small-form .os-people-picker .people:after,
body .os-os.small-form .os-people-picker .elements:after,
body .os-os .os-point-from:after,
body .os-os .os-tour-duration:after,
body .os-os .os-people-picker .people:after,
body .os-os .os-people-picker .elements:after {
  top: 18px; }
body .os-os.small-form .fake-people-dropdown-btn:after,
body .os-os .fake-people-dropdown-btn:after {
  z-index: 0;
  top: 0; }
body .os-os.small-form .os-datepicker-wrapper:after,
body .os-os .os-datepicker-wrapper:after {
  content: "";
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAASCAYAAABb0P4QAAABSUlEQVQ4T72TPUsDQRCGnztME4WAoIVtGpFAUBA7QRB/gY2NbcDqbv6AP0Auc+0V1oKthWijhZ0WFsHO1kLRzjRCRjbkwnEmuTN+bLPsvjMP78zOeuSWqh6bWU1EdvNa9qyqkZk1RWQ7e++p6imwmLlsADPA/SQgsAzMAXeZuGcHNKADPDrB87wNM6sANwXANaAGXA3i6kAjBYZhGMZOaLfbB77vzwZBcDQJGMfxfq/Xq4vIoYtT1cBtKfAWeChwVCSvAOsp8Al4Kcoo0BeApS8lTwvNlzzs4a8DkySpdLvd2TLgarX63mq1PkY9ytChql4AO2WAwHUYhlsTgVEUrfq+3ywDNLOOiPQH+/96qKpuUPtlZJeZnYlINM75WIeqKsBmPtHzvPMgCJJvA8v0blTMn/fwBLic1t0gz43anvt6r8D8D2Fp+tsnJCuwGF/nn5UAAAAASUVORK5CYII="); }
body .os-os.small-form .os-point-from:after,
body .os-os.small-form .os-tour-duration:after,
body .os-os.small-form .people:after,
body .os-os.small-form .fake-people-dropdown-btn:after,
body .os-os.small-form .elements:after,
body .os-os .os-point-from:after,
body .os-os .os-tour-duration:after,
body .os-os .people:after,
body .os-os .fake-people-dropdown-btn:after,
body .os-os .elements:after {
  content: "";
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAGCAYAAAD68A/GAAAAuUlEQVQYV23NMW7CQBCF4X9RQO72AD4A4gB0VioK+khuUTqKFLvrC2xDEyTvFD4DTRouQEWUIl36KAeJZQ9yFBBITPfe+6QxdV3/AKsQwpE7l1JaAI0RkRdV3fR9/1hV1de1FZG5qh4AZ4YhpRSBtaoWIYTvoRORqaq+A1vv/esf/McNsGzbtsiy7KHrug/gzXtfDfsFxhhH1todMAPGwKdz7tkYozdwCDHGibV2D/zmef5UlmV3/ngCnyJAm8Skdm0AAAAASUVORK5CYII="); }
body .os-os.small-form .os-block_select,
body .os-os.small-form .os-block_field,
body .os-os.small-form .fake-point-from,
body .os-os.small-form .ui-autocomplete-input,
body .os-os.small-form .fake-people-dropdown-btn,
body .os-os .os-block_select,
body .os-os .os-block_field,
body .os-os .fake-point-from,
body .os-os .ui-autocomplete-input,
body .os-os .fake-people-dropdown-btn {
  background-color: transparent;
  border: none;
  width: 100%;
  max-width: 100%;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  height: 45px;
  line-height: 45px;
  border-radius: 10px;
  color: #616161;
  padding: 0 46px 0 20px;
  box-sizing: border-box;
  background-image: none;
  margin-bottom: 12px; }
  @media screen and (max-width: 1220px) {
    body .os-os.small-form .os-block_select,
    body .os-os.small-form .os-block_field,
    body .os-os.small-form .fake-point-from,
    body .os-os.small-form .ui-autocomplete-input,
    body .os-os.small-form .fake-people-dropdown-btn,
    body .os-os .os-block_select,
    body .os-os .os-block_field,
    body .os-os .fake-point-from,
    body .os-os .ui-autocomplete-input,
    body .os-os .fake-people-dropdown-btn {
      height: 38.5px;
      line-height: 38.5px;
      margin-bottom: 9px;
      padding-right: 13px;
      padding-left: 13px;
      letter-spacing: -0.1px; } }
  @media screen and (max-width: 319px) {
    body .os-os.small-form .os-block_select,
    body .os-os.small-form .os-block_field,
    body .os-os.small-form .fake-point-from,
    body .os-os.small-form .ui-autocomplete-input,
    body .os-os.small-form .fake-people-dropdown-btn,
    body .os-os .os-block_select,
    body .os-os .os-block_field,
    body .os-os .fake-point-from,
    body .os-os .ui-autocomplete-input,
    body .os-os .fake-people-dropdown-btn {
      min-width: 105px;
      padding-left: 5px;
      padding-right: 7px; } }
body .os-os.small-form .os-people-picker .inputs input,
body .os-os .os-people-picker .inputs input {
  height: 45px;
  background-color: white;
  border: 1px solid #b7b7b7;
  border-radius: 10px;
  width: 99px; }
  @media screen and (max-width: 1220px) {
    body .os-os.small-form .os-people-picker .inputs input,
    body .os-os .os-people-picker .inputs input {
      height: 38.5px;
      border-radius: 5px; } }
body .os-os.small-form .fake-people-dropdown-btn,
body .os-os .fake-people-dropdown-btn {
  height: 45px;
  background-color: white;
  border: 1px solid #b7b7b7;
  border-radius: 10px;
  width: 161px;
  display: inline-block;
  margin-top: 17px;
  cursor: pointer; }
  @media screen and (max-width: 1220px) {
    body .os-os.small-form .fake-people-dropdown-btn,
    body .os-os .fake-people-dropdown-btn {
      width: 145px;
      height: 40.5px;
      border-radius: 5px; } }
body .os-os.small-form .fake-people-dropdown-btn,
body .os-os.small-form .os-tour-duration,
body .os-os.small-form .os-datepicker-wrapper,
body .os-os .fake-people-dropdown-btn,
body .os-os .os-tour-duration,
body .os-os .os-datepicker-wrapper {
  width: 161px;
  display: inline-block;
  position: relative; }
  @media screen and (max-width: 1220px) {
    body .os-os.small-form .fake-people-dropdown-btn,
    body .os-os.small-form .os-tour-duration,
    body .os-os.small-form .os-datepicker-wrapper,
    body .os-os .fake-people-dropdown-btn,
    body .os-os .os-tour-duration,
    body .os-os .os-datepicker-wrapper {
      width: 145px; } }
  @media screen and (max-width: 319px) {
    body .os-os.small-form .fake-people-dropdown-btn,
    body .os-os.small-form .os-tour-duration,
    body .os-os.small-form .os-datepicker-wrapper,
    body .os-os .fake-people-dropdown-btn,
    body .os-os .os-tour-duration,
    body .os-os .os-datepicker-wrapper {
      width: 105px; } }
body .os-os.small-form .os-tour-duration,
body .os-os.small-form .os-datepicker-wrapper:first-child,
body .os-os .os-tour-duration,
body .os-os .os-datepicker-wrapper:first-child {
  margin-right: 22px; }
  @media screen and (max-width: 1220px) {
    body .os-os.small-form .os-tour-duration,
    body .os-os.small-form .os-datepicker-wrapper:first-child,
    body .os-os .os-tour-duration,
    body .os-os .os-datepicker-wrapper:first-child {
      margin-right: 4px; } }
@media screen and (max-width: 319px) {
  body .os-os.small-form .os-point-to-wrap,
  body .os-os .os-point-to-wrap {
    min-width: 105px; } }
body .os-os.small-form .os-point-to-wrap,
body .os-os.small-form .os-people-picker .people,
body .os-os.small-form .os-people-picker .children,
body .os-os .os-point-to-wrap,
body .os-os .os-people-picker .people,
body .os-os .os-people-picker .children {
  width: 100%; }
body .os-os.small-form .separator,
body .os-os .separator {
  display: none; }

body .os-form-wrap {
  background: transparent none; }

body .small-form .os-form-wrap {
  padding-left: 0;
  padding-right: 0; }

body .small-form .os-geo-points,
body .small-form .os-dates,
body .small-form .os-dates,
body .small-form .os-people,
body .small-form .os-tour-duration,
body .small-form .inputs .m-el {
  padding: 0; }

body .small-form .os-point-to .os-block_label {
  display: none; }

.os-point-from,
.dates-wrap,
.os-tour-duration,
.people,
.fake-people-dropdown-btn,
.children {
  position: relative; }

body .os-autocomplete-toggle_element,
.exs_autocomplete-toggle_element {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAAPCAYAAADphp8SAAABQUlEQVQ4T62TPUsDQRCG3/HuvEKwEisbiyhYapfGwtJS3F0NlqKFrZ1gFSRNYhMUQYQzhNvlLuCvCagQQf0LEnMfIwtqGW7RqV+enXlmluI4viOiBjNfKKXOjTFrzLwDwEPFIqIhaa0/AcwCeJRSrmqtrwAcV2T8xD4s6BDALjN3lVIPURTNhWG4UZbljAPshRzCU6O2ozaAfQAtKWXHGLMMYNPlgaIoXi1oAiBg5iel1IrW+gaAHdelxmSMOQWwB6AjhLjv9/sLvu/XmbmyIyL6X0dntiMiagshbgeDwWKWZXWXucqyfLOOMgD+Hx1NLKgJ4OB7a900TZfyPN8iIpfTGLmEp9+RMeaEmRURXQohkl6vN+953rqLoyAI3n8dAXiWUta01tcAjlxAAMYWZD9pg4haQohmkiS1PM+3HUGjLwu6jH7O4TDvAAAAAElFTkSuQmCC"); }

.fake-people-dropdown-btn:after {
  top: 0; }

.people:after {
  top: -13px; }
  @media screen and (max-width: 1220px) {
    .people:after {
      top: -9px; } }

body .small-form .os-point-from, .small-form .os-tour-duration, .small-form .os-tour-duration, .small-form .inputs .m-el {
  padding-top: 0; }

body .os-block_label,
body .os-people .children .os-block_label {
  font-size: 0; }

.small-form .os-block_label:before,
.fake-people-dropdown-btn:before,
.children:before {
  display: block;
  width: 100%;
  padding: 0 8px 4px;
  font-size: 13px;
  line-height: 1;
  color: #fff;
  font-weight: normal; }
  @media screen and (max-width: 1220px) {
    .small-form .os-block_label:before,
    .fake-people-dropdown-btn:before,
    .children:before {
      letter-spacing: 0.4px;
      padding: 0 6px 5px;
      font-size: 12px; } }

.os-point-from .os-block_label:before {
  content: "Город отправления"; }

.os-tour-dates .os-block_label:before {
  content: "Дата начала тура"; }

.os-tour-duration .os-block_label:before {
  content: "Длительность"; }

.people .os-block_label:before {
  content: "Взрослых"; }

.children:before {
  content: "Детей"; }

.children .os-block_label.m-text:before {
  content: "Возраст детей"; }

.os-point-from {
  position: relative; }

.os-point-from .os-block_select {
  opacity: 0; }

.fake-point-from {
  position: absolute;
  top: 17px;
  left: 0;
  text-align: left;
  width: 100%; }

.os-people .children {
  display: block; }

.os-people .children .inputs .os-block_label.m-el {
  display: block !important; }

.os-people-picker .and {
  display: inline !important;
  margin: 0 5px; }

.os-people .children .os-block_label,
.os-people-picker .and, .os-people-picker .age {
  font-size: 15.5px;
  color: #222;
  font-weight: normal; }

.fake-people-dropdown-btn:before {
  content: "Туристы";
  position: absolute;
  top: -17px;
  left: 0; }

body .small-form .os-people-picker .os-block_field {
  margin: 0; }

body .small-form .age.d-el {
  font-size: 13px;
  color: #fff; }

body .small-form .os-form-submit_button {
  margin: 20px 0 0 0;
  width: 100%;
  background-color: #006f66;
  border-radius: 10px;
  color: #fff;
  line-height: 40px;
  border: none;
  font-size: 1rem;
  padding: 0 12px;
  box-sizing: border-box;
  height: 40px;
  font-weight: normal; }
  @media screen and (max-width: 1220px) {
    body .small-form .os-form-submit_button {
      margin-top: 16px;
      border-radius: 5px; } }

body .small-form .os-form-submit_button:hover {
  color: #006f66;
  background-color: #fff; }

body .small-form .os-toggle-extended {
  padding: 0; }

body .os-toggle-extended_el {
  padding: 0;
  background-image: none;
  font-size: 0;
  position: absolute;
  left: 100%;
  bottom: 108px; }
  @media screen and (max-width: 960px) {
    body .os-toggle-extended_el {
      position: static;
      font-size: 14px;
      color: #fefefe;
      text-decoration: underline;
      width: 100%;
      text-align: left; }
      body .os-toggle-extended_el .people-opened {
        bottom: 158px; } }

body .os-toggle-extended_el.opened {
  background-image: none;
  margin-left: 744px; }
  @media screen and (max-width: 960px) {
    body .os-toggle-extended_el.opened {
      margin-left: 0; } }

body .small-form .os-l-link {
  display: block;
  border-radius: 0 10px 10px 0;
  width: 36px;
  height: 41px;
  background: rgba(0, 0, 0, 0.3) url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAYAAAAfSC3RAAAAV0lEQVQ4T+2SsRFAUABDXyawgXMWsIPB3dnABCoD/NMTjTJ+oSXtS5ok4kG2Z+CQNCaLKsECFEndZ4O2J6APBbTACWyBrbprHwJsAAN7YMs/x8vLVU9+AVMTSYdbQ2csAAAAAElFTkSuQmCC") no-repeat;
  background-size: 14px;
  background-position: 9px 14px; }
  @media screen and (max-width: 960px) {
    body .small-form .os-l-link {
      background-color: transparent;
      width: auto;
      display: inline-block;
      text-align: left;
      height: auto;
      padding: 3px 24px 0 4px;
      letter-spacing: 0.6px;
      background-position: right center; } }

body .small-form .opened .os-l-link {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAACCAYAAABoiu2qAAAAGUlEQVQYV2P8////LQYGBlUG0sBtRnI1AgDH9Amx3id6KwAAAABJRU5ErkJggg==);
  background-position: 9px 19px; }
  @media screen and (max-width: 960px) {
    body .small-form .opened .os-l-link {
      background-position: right center; } }

body.new_mobile-form .new_f-ext-container,
body .small-form .os-extended {
  position: absolute;
  top: 0;
  left: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 0 10px 10px 10px;
  width: 744px;
  height: 483px;
  padding: 26px 25px 25px; }
  @media screen and (max-width: 1220px) {
    body.new_mobile-form .new_f-ext-container,
    body .small-form .os-extended {
      width: 590px;
      min-height: 491px;
      height: auto; } }
  @media screen and (max-width: 960px) {
    body.new_mobile-form .new_f-ext-container,
    body .small-form .os-extended {
      position: relative;
      left: 0;
      border-radius: 0;
      margin-left: -13px;
      width: 100%;
      min-height: 0;
      padding: 23px 13px;
      box-sizing: content-box;
      background-color: #6e6966;
      margin-top: 15px;
      height: auto; } }

body.new_mobile-form .new_f-ext-container {
  background-image: none;
  margin-top: -31px;
  left: 373px; }
  @media screen and (max-width: 1220px) {
    body.new_mobile-form .new_f-ext-container {
      left: 322px; } }
  @media screen and (max-width: 960px) {
    body.new_mobile-form .new_f-ext-container {
      margin-top: -45px;
      margin-bottom: -22px;
      left: 0; } }

body.new_mobile-form .new_f-ext-container::before {
  display: none; }

body.new_m-mobile-form .new_f-search-dates-wrap svg {
  right: 14px;
  top: 12px;
  fill: #999;
  opacity: .8; }

body .os-extended .os-block_label {
  font-size: 15px;
  color: white;
  line-height: 16px;
  font-weight: 700;
  margin: 0 0 21px 0;
  letter-spacing: 0.6px; }
  @media screen and (max-width: 960px) {
    body .os-extended .os-block_label {
      letter-spacing: 0.4px; } }

@media screen and (max-width: 1220px) {
  body .os-extended-hfblock {
    vertical-align: top;
    margin-bottom: 10px; } }
@media screen and (max-width: 960px) {
  body .os-extended-hfblock {
    vertical-align: top;
    margin-bottom: 0; } }

body .os-extended .os-extended-hfblock.h-price .os-block_label {
  margin-left: -3px; }

body .os-extended .os-extended-hfblock.h-rating .os-block_label {
  margin-left: -1px; }

body .os-extended-block {
  height: 187px;
  padding: 0;
  background-color: transparent;
  border: none; }

body .small-form .os-extended .h-category {
  width: 75px;
  margin-right: 6px; }
  @media screen and (max-width: 960px) {
    body .small-form .os-extended .h-category {
      width: 95px;
      margin-left: 12px; } }

body .small-form .os-extended-block {
  padding-left: 0; }

body .os-extended-block label {
  height: auto; }

.os-extended-hfblock.h-price .os-price-slider {
  margin-top: 9px;
  height: 173px; }

.os-extended-block.h-food label input[type="checkbox"] {
  margin-right: 15px; }
  @media screen and (max-width: 960px) {
    .os-extended-block.h-food label input[type="checkbox"] {
      margin-right: 17px; } }

.h-transp .os-extended-block label input[type="checkbox"] {
  margin-right: 14px; }

.os-extended-block label input[type="checkbox"],
input[type="checkbox"] {
  width: 16px !important;
  height: 16px;
  position: relative;
  border: none;
  outline: none;
  margin: 0 12px 0 0; }

.os-extended-block label input[type="checkbox"]:before,
input[type="checkbox"]:before {
  content: "";
  display: block;
  position: absolute;
  left: -1px;
  width: 16px !important;
  height: 16px;
  background-color: white;
  border: 1px solid #006f66;
  border-radius: 3px;
  box-shadow: inset 0.7px 0.7px 2px rgba(0, 0, 0, 0.15);
  background-image: none; }

.os-extended-block label input[type="checkbox"]:checked:after,
input[type="checkbox"]:checked:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: -1px;
  width: 17px !important;
  height: 17px;
  background: transparent url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAAKCAYAAABv7tTEAAAAvklEQVQoU43QOwvCMBQF4JO2aQcHKSioq6s4OjtIJxf/bRGxqzjp6OAkqKAgLhZ6SyKJrfSt2cLJxz25DH+cI9y2zQ0fgMssOWO/TAKWACbJ20MjqgDKbdgFvS5x8hnD3YycxQDnl0pqwDYi4bET7+wBOU5GByY58xAht7mRraRiDYZ4PItIhQGAVuYPOaAuul7MaQ1gVLOU74Q014togCWgJ6W6DOUuIjlVfyg2yK38A+MVIIRFttfH9VZV+Q3gxla4Aa9mNgAAAABJRU5ErkJggg==") no-repeat center;
  background-size: 13px 10px; }

.os-extended-block.h-category label {
  margin-bottom: 19.5px; }
  @media screen and (max-width: 960px) {
    .os-extended-block.h-category label {
      margin-bottom: 21px; } }

body .os-block_label_title {
  margin-left: 0;
  color: white; }

body .os-block_label_title .abbr {
  color: #fff; }

body .h-food .abbr {
  font-size: 15px; }

body .os-block_label_title .description {
  color: #fff;
  font-size: 12px; }

body .h-food .description {
  margin-top: 2px; }
  @media screen and (max-width: 960px) {
    body .h-food .description {
      letter-spacing: 0.3px; } }

.os-extended-block.h-food label {
  margin-bottom: 2.3px; }

body .small-form .os-extended .h-food {
  margin-right: 7px;
  width: 180px; }
  @media screen and (max-width: 960px) {
    body .small-form .os-extended .h-food {
      margin-right: 0;
      width: 165px; } }

body .small-form .os-extended .h-cf-wrap {
  width: 284px; }
  @media screen and (max-width: 960px) {
    body .small-form .os-extended .h-cf-wrap {
      margin-bottom: 26px; } }
  @media screen and (max-width: 960px) {
    body .small-form .os-extended .h-cf-wrap .os-block_label {
      lergin-left: 5px; } }

body .os-block_label .description {
  top: 13px;
  color: #fff;
  font-size: 12px;
  letter-spacing: 0.1px; }

body .os-rating-slider, .os-price-slider {
  padding: 0;
  margin-top: 0; }

body #range-slider,
body .ui-slider-vertical {
  background: none !important;
  width: 9px !important;
  height: 181px !important;
  background-color: #006f66 !important;
  background-image: linear-gradient(to top, rgba(255, 255, 255, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%) !important;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.6);
  border-radius: 5px;
  z-index: 1; }
  @media screen and (max-width: 960px) {
    body #range-slider,
    body .ui-slider-vertical {
      height: 185px !important; } }

@media screen and (max-width: 960px) {
  #range-slider {
    margin-left: 14px; } }

body .h-price .ui-slider-vertical {
  height: 144px !important;
  margin-top: -7px; }

body #range-slider .ui-slider-range,
body .ui-slider-vertical .ui-slider-range {
  background-image: none !important;
  background-color: #f6f8f9 !important;
  box-shadow: inset 0 1px 0 white;
  width: 7px;
  margin-left: 1px;
  margin-bottom: 1px;
  border-radius: 5px; }

body .os-rating-values {
  margin-left: 17px; }

body .os-rating-values .item {
  height: 29px;
  color: #fff;
  font-size: 14px;
  position: relative;
  font-family: Rubik; }
  @media screen and (max-width: 960px) {
    body .os-rating-values .item {
      top: -6px;
      height: 31px; } }

body .os-rating-values .item:before {
  content: "";
  display: block;
  width: 12px;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.3);
  position: absolute;
  top: 8px;
  left: -19px; }

body .ui-slider-vertical .ui-slider-handle {
  width: 17px;
  height: 17px;
  background-color: #f6f8f9;
  background-image: none;
  border: 1px solid rgba(67, 125, 181, 0.7);
  box-shadow: inset 0 1px 0 white, 0 1px 2px rgba(0, 0, 0, 0.7);
  border-radius: 10px;
  margin-left: 1px;
  margin-bottom: -7px; }

body .small-form .os-extended .h-rating {
  width: 117px;
  margin-right: 5px; }
  @media screen and (max-width: 960px) {
    body .small-form .os-extended .h-rating {
      width: 145px;
      padding-left: 12px;
      float: left; } }

body .small-form .os-extended .h-transp {
  width: 184px;
  margin-right: 5px; }
  @media screen and (max-width: 960px) {
    body .small-form .os-extended .h-transp {
      float: left;
      margin-left: 13px;
      margin-top: 40px;
      width: 100%; } }
  @media screen and (max-width: 960px) {
    body .small-form .os-extended .h-transp .os-extended-block {
      height: auto; } }

body .os-service_value .os-block_label_title {
  color: #fff;
  letter-spacing: 0.4px; }

body .os-extended-hfblock.h-transp label {
  margin-bottom: 19.5px; }
  @media screen and (max-width: 960px) {
    body .os-extended-hfblock.h-transp label {
      margin-bottom: 10px;
      display: inline-block;
      width: 50%; } }

body .small-form .os-extended .h-price {
  width: 90px; }
  @media screen and (max-width: 960px) {
    body .small-form .os-extended .h-price {
      float: left;
      width: 110px; } }
  @media screen and (max-width: 319px) {
    body .small-form .os-extended .h-price {
      margin-left: 19px; } }

body .os-price-slider {
  padding: 26px 0;
  margin-top: 0; }

body .os-price-slider .price-from,
body .os-price-slider .price-to {
  right: auto;
  left: -2;
  top: -15px; }

body .os-price-slider .price-from {
  bottom: -17px;
  top: auto; }

body .text-hint {
  color: #fff;
  font-size: 14px;
  line-height: 24px;
  font-family: "Open Sans" !important;
  font-style: normal;
  display: inline-block;
  margin-right: 4px; }

body .os-price-slider .os-block-field {
  padding: 2px;
  width: 69px;
  height: 19px;
  background-color: white;
  border: 1px solid #d5d5d5;
  border-radius: 3px;
  box-shadow: inset 0.7px 0.7px 2px rgba(0, 0, 0, 0.15); }

body .os-price-slider {
  width: 100%; }

body .os-os .os-extended-service {
  margin-top: 21px;
  margin-left: -1px; }
  @media screen and (max-width: 960px) {
    body .os-os .os-extended-service {
      clear: both;
      padding-top: 22px;
      margin-left: 13px; } }

body .os-extended .os-extended-service .os-block_label {
  margin-bottom: 5px; }

body .os-os.small-form .os-services-label-wrap {
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
  -webkit-column-gap: 0;
  -moz-column-gap: 0;
  column-gap: 0; }
  @media screen and (max-width: 1220px) {
    body .os-os.small-form .os-services-label-wrap {
      -webkit-column-count: 2;
      -moz-column-count: 2;
      column-count: 2; } }
  @media screen and (max-width: 960px) {
    body .os-os.small-form .os-services-label-wrap {
      -webkit-column-count: 1;
      -moz-column-count: 1;
      column-count: 1; } }

body .ui-autocomplete,
body .ui-menu .ui-menu-item {
  font-size: 14px; }

body .ui-autocomplete .ui-menu-item .ui-corner-all.ui-state-focus {
  color: #000;
  background-color: whitesmoke; }

@media screen and (max-width: 960px) {
  .os-people-wrap .os-block_select {
    width: 100%; }

  body .os-os .os-extended:before, body .os-os .os-extended:after, body .small-form .os-extended:before, body .small-form .os-extended:after {
    display: block;
    overflow: hidden;
    content: ""; }

  body .os-os .os-extended:after, body .small-form .os-extended:after {
    clear: both; } }
@media screen and (max-width: 960px) {
  .extended-hfblock-toggle {
    display: inline-block;
    vertical-align: top;
    height: 17px;
    margin-left: 8px;
    width: 8px;
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAAMCAYAAACEJVa/AAAAl0lEQVQ4T2NkwANm7j8TAJJOdzTZgE8dIy7J+fvPC/z6/+8+SJ6NkUkx0dHwAy61OA2Zse/MBkYGRn+wxv//N6Q7mwSSZAjYG/8Z16NoYvwfiMtbGC5B8oYAms0fcHkLwxAUb6C7H4e3UAzB6g10g7B4C24IHm+gG4PhLbgheL1BwFtgQ4jyBh5vMZLgDZzeYiTJGzi8BQDWuVgN3G+H/AAAAABJRU5ErkJggg==") no-repeat right center;
    background-size: 8px 6px; } }

@media screen and (max-width: 1220px) {
  .os-block_label.active .extended-hfblock-toggle {
    transform: rotate(180deg); } }

.close-extended-btn {
  position: absolute;
  display: block;
  top: 14px;
  right: 11px;
  width: 15px;
  height: 15px;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB0AAAAeCAYAAADQBxWhAAACL0lEQVRIS63XvY9OQRTH8e+Jl0gUGgqhQmjohEajIJGQVaxICLYUFQ02UYuNRiVbSCQSErIaQrFZL0Hjb9hCorE1EYm3I78n82zG7L0zd+7eU95n7nxyzpy5M4+5+27gCvAJuGNmPxk43H0XcBn4Atw2d18E9FDxHJgcEnb3fcBrYHMwbgj9AWyIkhsMbgDFzAqdBm4mFX0MnDWzP30rHUr6DtgazfEVOGh64O63gGsJ8Ag43wcO4FtgWwIeNbOPI3RIuATKWkaHgLuAK9DVwF3BRrQPXAO2ogGeAa4mzfUQOGdmHvXCDkBdGjfNN+CImqap+/9b03iAu+u3u8DF5MVZ4JJgd98OqEt3RmO074+bmT4IjdGKhmxzsPb2m1owW96ofG3wd2BjTYbjsdlMO8DjIcWSxnXuhEalvg9cSBZKTaWmedW2hunzGrSpacbzLTdXF7gT6u5bgPfAnsykOot1LhejiAZQ7b83mu0X8AE4nAgzZna9pJa2jDJsAieBF8AD4EwtnPs4tIJm9iw015o+cCOaKamuMiMw2k7V8Aq0BuwLp+dpsaRtTeLunTOObw6bgAVgfzTx33Cq6OpSDHdfBzwFTiSDp81MV6JRjO9IAueBAwmoO5KOs87h7uuBuRys82kwMFrjLCz0JXBstRmmpchkfFqovi5rw0taw+qSZpqrKeN7Qp8Ap4DfwFTtGpYWO2QsYwJQUieFqtUPAZ/NTH+iBo9w9ZGxZGaL/wB86iuXUDy2/gAAAABJRU5ErkJggg==") no-repeat center/cover !important;
  z-index: 1;
  cursor: pointer; }

/* hot */
body .hot-block_tiles * {
  font: normal 14px / 20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #444; }
body .hot-block_tiles .hot-wrapper {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  margin: -42px 0 0 -22px !important;
  padding: 0; }
  @media screen and (max-width: 480px) {
    body .hot-block_tiles .hot-wrapper {
      padding: -22px 0 0 -20px !important; } }
  body .hot-block_tiles .hot-wrapper:before, body .hot-block_tiles .hot-wrapper:after {
    content: "";
    display: block;
    overflow: hidden; }
  body .hot-block_tiles .hot-wrapper:after {
    clear: both; }
  body .hot-block_tiles .hot-wrapper > * {
    -ms-flex: none;
    -webkit-flex: none;
    flex: none;
    margin: 0;
    float: left;
    padding-left: 22px; }
    body .hot-block_tiles .hot-wrapper > * > :last-child {
      margin-bottom: 0; }
body .hot-block_tiles .hot-otp-form-wrap {
  margin: 0;
  padding: 42px 0 0 22px !important;
  float: left;
  border-radius: 0;
  width: 25%;
  color: #fff; }
  @media screen and (max-width: 1220px) {
    body .hot-block_tiles .hot-otp-form-wrap {
      width: 33.3%; } }
  @media screen and (max-width: 768px) {
    body .hot-block_tiles .hot-otp-form-wrap {
      width: 50%; } }
  @media screen and (max-width: 480px) {
    body .hot-block_tiles .hot-otp-form-wrap {
      display: none;
      width: 100%;
      padding: 22px 0 0 20px !important; }
      body .hot-block_tiles .hot-otp-form-wrap:nth-child(1), body .hot-block_tiles .hot-otp-form-wrap:nth-child(2), body .hot-block_tiles .hot-otp-form-wrap:nth-child(3) {
        display: block; } }
  body .hot-block_tiles .hot-otp-form-wrap:first-child {
    padding-top: 42px !important; }
body .hot-block_tiles .hot-block {
  background-color: white;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.06);
  border: 1px solid transparent;
  cursor: pointer;
  display: block;
  color: #444; }
body .hot-block_tiles .hot-block:hover {
  border-color: rgba(211, 211, 211, 0.84);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  text-decoration: none;
  color: #444; }
body .hot-block_tiles .hot-image-wrapper {
  height: 164px;
  width: 100%;
  overflow-y: hidden; }
  @media screen and (max-width: 960px) {
    body .hot-block_tiles .hot-image-wrapper {
      height: 179px; } }
  body .hot-block_tiles .hot-image-wrapper .hot-image {
    max-width: none;
    width: 100%; }
body .hot-block_tiles .hot-price-uah,
body .hot-block_tiles .hot-price-usd {
  line-height: 40px;
  font-size: 18px;
  font-weight: 700;
  color: #fff; }
  @media screen and (max-width: 960px) {
    body .hot-block_tiles .hot-price-uah,
    body .hot-block_tiles .hot-price-usd {
      font-size: 20px; } }
body .hot-block_tiles .hot-price-usd,
body .hot-block_tiles .hot-type,
body .hot-block_tiles .hot-transport {
  display: none; }
body .hot-block_tiles .hot-block:hover .hot-price-usd,
body .hot-block_tiles .hot-block:hover .hot-type,
body .hot-block_tiles .hot-block:hover .hot-transport {
  display: inline; }
body .hot-block_tiles .hot-block:hover .hot-price-uah,
body .hot-block_tiles .hot-block:hover .hot-hotel-name,
body .hot-block_tiles .hot-block:hover .hot-stars,
body .hot-block_tiles .hot-block:hover .hot-time-duraction {
  display: none; }
body .hot-block_tiles .hot-details {
  text-align: center; }
body .hot-block_tiles .hot-c-r {
  margin: 19px 0 9px 0; }
  body .hot-block_tiles .hot-c-r,
  body .hot-block_tiles .hot-c-r .hot-country,
  body .hot-block_tiles .hot-c-r .hot-resort {
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    color: #3f3d3d;
    display: inline-block;
    letter-spacing: 0.3px;
    margin-left: 3px; }
    @media screen and (max-width: 960px) {
      body .hot-block_tiles .hot-c-r,
      body .hot-block_tiles .hot-c-r .hot-country,
      body .hot-block_tiles .hot-c-r .hot-resort {
        font-size: 20px;
        line-height: 1.2;
        letter-spacing: 1.1px;
        margin-left: 0; } }
body .hot-block_tiles .hot-hotel-name {
  color: #707070;
  font-size: 15px;
  line-height: 1; }
  @media screen and (max-width: 960px) {
    body .hot-block_tiles .hot-hotel-name {
      font-size: 16px;
      letter-spacing: 0.3px; } }
body .hot-block_tiles .hot-stars,
body .hot-block_tiles .hot-stars i {
  display: inline-block;
  vertical-align: top; }
body .hot-block_tiles .hot-stars {
  margin-left: 7px;
  font-size: 0;
  position: relative;
  top: 3px; }
  body .hot-block_tiles .hot-stars i {
    width: 10px;
    height: 15px;
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAKCAYAAABi8KSDAAAA9UlEQVQoU3XPIUsEYRDG8f+sIAiWZXfxRdBiNFgUNAomg/gFFLFZBMvtgYZLnhuMgtHDpsFiVKvZZLJYfJV1T7Acx/qOHKzLuexNfOb3MIxQmbRtlsTj2uX5SnSYvg2vpYqzxDworCqch7HdG4nTZHpTcDcFyD11i37z4+mvINmJ6ajIAugcMFm9BHSBFxW5KzDbNehfpMiRqCJZMnWKyMGIglNlP2zas/LBz8Q8Ass1hU4Q251BPoxfgZkafB/Edq3EX+1Z/8frZwV8Bm6BLcAAaRDbqMTfxybqj3Ehqpd+7/1KWjhtzY93J7JdJ7oeNuzGAP8C6v9UKkPjmWUAAAAASUVORK5CYII=") no-repeat center;
    background-size: 11px 10px; }
body .hot-block_tiles .hot-bottom-info {
  margin-top: 16px;
  height: 45px;
  border-top: 1px solid #d7d7d7;
  line-height: 45px;
  color: #3f3d3d; }
  body .hot-block_tiles .hot-bottom-info > * {
    font-size: 13px; }
    @media screen and (max-width: 960px) {
      body .hot-block_tiles .hot-bottom-info > * {
        font-size: 14px; } }
  body .hot-block_tiles .hot-bottom-info .hot-time-duraction:before,
  body .hot-block_tiles .hot-bottom-info .hot-transport:before {
    content: "";
    display: inline-block;
    margin-right: 10px;
    height: 45px;
    background-position: center;
    background-repeat: no-repeat;
    vertical-align: top; }
  body .hot-block_tiles .hot-bottom-info .hot-time-duraction:before {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAASCAYAAABb0P4QAAABP0lEQVQ4T72TMUvDYBCGnxPrYIWCoINrF5FCURA3QZD+AhcXx6Q4JfkD/QHSfo4m4Cy4OoguOrjp4FDcXB0U3XRQ8MQkaGLaGFv1xnvvHt67+z7ha3jWLkoFE6xltGTCsdsIdYy/mkwLbnMfmP5Mag0YBbnMBaKzwATIRaLuVnBtReiiXMfCElACzvKBLAAV4CSsE6ootRioLp1gOxRcexO0jAm2coGevYFSxfitsM6zHFRMDJRzlKtvHOXLwhyqixFQ9QaRu6GAqlOIzGRHHpSaHjmxw18HWlaJ8edyIe7T2CNB8NLjKKkrHwGNQkA4xfgr+UCvOQ/UCwFVuxg/etj/t0PHaiEj0RipeD3ABO2+zvs69GwPZTnTKHJIZ8f/ObDQ8noU/fEO2QM5HtRc1KcNlPX3r3cPTA4H++h+eAOZLaT0hinScQAAAABJRU5ErkJggg==");
    background-size: 20px 18px;
    width: 20px; }
  body .hot-block_tiles .hot-bottom-info .hot-transport:before {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAARCAYAAADZsVyDAAACLklEQVQ4T7WUXUgUURTHf2dWw5QKQ6wM6il6qaDH3irrISSJIqIwShZ3pw9jZ5N6bJ61nDXxY7fsQyjqsQclKIyCqBejIIqgQIgwoyLWCKrZOXHH/ChahrQuzMPM/Z/f+c8591xhLss9WEa+rI5AdyPUAlXAawRbZsU9llyFhY3QCFSCPgdrEPQlcACongY78cV4fR+LJnLdEj6N1iNyCHQLMI7QD5yjPfskjGvZX0Gh/DawQEg1bQPLQdgKDBAU4nScH5tK4NjLEZoIgiZEagAD6eZr7Crd3Z9/6oS0XYcGHsgK0O2CkxwHykBOg9qAj1hx1P8C1mGgPvymXAd6yWQfTCU1Dv35exGaQdYBw6gmyOQeCenkHpRrQBt+4SwlscvA5jBYeYVoD99KL9HV9eGXMqVtF9UUsAgYCuO97M1JzUSNJ0SnEGlk4dJ+8qMNqL7Fy90K953EGkr9EVovmL8z7/tArgB9BFYbHT0vfu/NZPNMSYzrHUiwCS19hwS1qBrn5qlCtJX23ElSiWWIPAUe4mXrijV7+lQkEuVUyD1gPWCFhYDHKHcRUqAteLkzOMkBYAPIWrzeN9FgozhxtIbvfjOqw4g/FB6/40dWEvgjIDtRKhHtQ6WBTK8pRdEVPSApeyOid4BnwGrgBl52V9RgRYPTyVqUQeB+CPXnXaSzMz93sCGYqXNdPwo2cz/a8d/QZmj/I9jcFVZsySyN/TksKIyZwTAXTvU/BcP7HwH5u5SkA+x0AAAAAElFTkSuQmCC");
    width: 22px;
    background-size: 22px 17px; }

/* exs */
.exs_search-title {
  display: none; }

.exs-label {
  width: 100%;
  padding: 0 8px 4px;
  font-size: 13px;
  line-height: 1;
  color: #fff;
  font-weight: normal;
  margin-top: 13px; }

.exs_search-to {
  position: relative; }

.ui-autocomplete-input {
  height: 45px;
  line-height: 45px;
  background-color: white;
  border: 1px solid #b7b7b7;
  border-radius: 10px;
  color: #616161;
  padding: 0 46px 0 20px;
  box-sizing: border-box;
  background-image: none;
  width: 100%;
  min-width: 225px;
  font-size: 15px !important;
  z-index: 1; }
  @media screen and (max-width: 1220px) {
    .ui-autocomplete-input {
      height: 38.5px;
      line-height: 38.5px;
      margin-bottom: 9px;
      padding-right: 13px; } }
  @media screen and (max-width: 960px) {
    .ui-autocomplete-input {
      border-radius: 5px; } }
  @media screen and (max-width: 319px) {
    .ui-autocomplete-input {
      min-width: 105px;
      padding-left: 5px;
      padding-right: 7px; } }

.exs_add-dir-btn {
  margin: 5px 0 10px 7px;
  cursor: pointer; }

.exs_dir-list {
  background-color: rgba(255, 255, 255, 0.75);
  border-radius: 0 0 10px 10px;
  margin-top: -10px;
  border: 1px solid #b7b7b7;
  position: relative;
  z-index: -1; }
  @media screen and (max-width: 1220px) {
    .exs_dir-list {
      margin-top: -18px; } }

.exs_dir-item {
  padding: 6px 0 2px 20px;
  color: #616161; }

.exs_autocomplete-toggle_element {
  display: block;
  position: absolute;
  top: 1px;
  bottom: 1px;
  right: 1px;
  z-index: 999;
  width: 46px;
  background-position: center;
  background-color: #fff;
  border-radius: 0 10px 10px 0;
  background-repeat: no-repeat;
  height: 43px !important;
  border-left: none; }
  @media screen and (max-width: 1220px) {
    .exs_autocomplete-toggle_element {
      height: 37px !important;
      width: 33px; } }
  @media screen and (max-width: 960px) {
    .exs_autocomplete-toggle_element {
      border-radius: 0 5px 5px 0; } }

.exs_search-from {
  position: relative; }
  .exs_search-from .fl {
    display: none; }
  .exs_search-from .fake-exs-point-from {
    position: absolute;
    top: 17px;
    left: 0;
    text-align: left;
    width: 100%;
    height: 45px;
    line-height: 45px;
    background-color: white;
    border: 1px solid #b7b7b7;
    border-radius: 10px;
    color: #616161;
    font-size: 15px;
    padding: 0 46px 0 20px;
    box-sizing: border-box;
    z-index: -1; }
    @media screen and (max-width: 1220px) {
      .exs_search-from .fake-exs-point-from {
        height: 38.5px !important;
        line-height: 38.5px; } }
    @media screen and (max-width: 960px) {
      .exs_search-from .fake-exs-point-from {
        border-radius: 5px; } }
    @media screen and (max-width: 319px) {
      .exs_search-from .fake-exs-point-from {
        min-width: 105px;
        padding-left: 5px;
        padding-right: 7px; } }
    .exs_search-from .fake-exs-point-from:after {
      content: "";
      background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAGCAYAAAD68A/GAAAAuUlEQVQYV23NMW7CQBCF4X9RQO72AD4A4gB0VioK+khuUTqKFLvrC2xDEyTvFD4DTRouQEWUIl36KAeJZQ9yFBBITPfe+6QxdV3/AKsQwpE7l1JaAI0RkRdV3fR9/1hV1de1FZG5qh4AZ4YhpRSBtaoWIYTvoRORqaq+A1vv/esf/McNsGzbtsiy7KHrug/gzXtfDfsFxhhH1todMAPGwKdz7tkYozdwCDHGibV2D/zmef5UlmV3/ngCnyJAm8Skdm0AAAAASUVORK5CYII=");
      top: 0;
      display: block;
      position: absolute;
      bottom: 1px;
      right: 1px;
      z-index: 999;
      width: 46px;
      background-position: center;
      background-color: #fff;
      border-radius: 0 10px 10px 0;
      background-repeat: no-repeat;
      height: 43px !important;
      border-left: none; }
      @media screen and (max-width: 1220px) {
        .exs_search-from .fake-exs-point-from:after {
          height: 37px !important;
          width: 33px; } }
  .exs_search-from select {
    opacity: 0;
    width: 100%; }
    @media screen and (max-width: 319px) {
      .exs_search-from select {
        min-width: 105px;
        padding-left: 5px;
        padding-right: 7px; } }

.exs_search-dates-popup {
  font-size: 0;
  display: block !important;
  margin-top: 13px; }
  .exs_search-dates-popup:before {
    width: 100%;
    padding: 0 8px 4px;
    font-size: 13px;
    line-height: 1;
    color: #fff;
    font-weight: normal;
    content: "Даты начала тура"; }

.exs_datepicker-wrap {
  width: 168px;
  display: inline-block;
  position: relative;
  background-color: #fff;
  border-radius: 10px;
  border: 1px solid #b7b7b7;
  z-index: 0; }
  @media screen and (max-width: 1220px) {
    .exs_datepicker-wrap {
      width: 143px; } }
  @media screen and (max-width: 960px) {
    .exs_datepicker-wrap {
      border-radius: 5px; } }
  @media screen and (max-width: 319px) {
    .exs_datepicker-wrap {
      width: 92px;
      padding-left: 5px;
      padding-right: 7px; } }
  .exs_datepicker-wrap:first-child {
    margin-right: 5px; }
    @media screen and (max-width: 1220px) {
      .exs_datepicker-wrap:first-child {
        margin-right: 4px; } }
    @media screen and (max-width: 319px) {
      .exs_datepicker-wrap:first-child {
        margin-right: 2px; } }
  .exs_datepicker-wrap:before {
    content: "";
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAASCAYAAABb0P4QAAABSUlEQVQ4T72TPUsDQRCGnztME4WAoIVtGpFAUBA7QRB/gY2NbcDqbv6AP0Auc+0V1oKthWijhZ0WFsHO1kLRzjRCRjbkwnEmuTN+bLPsvjMP78zOeuSWqh6bWU1EdvNa9qyqkZk1RWQ7e++p6imwmLlsADPA/SQgsAzMAXeZuGcHNKADPDrB87wNM6sANwXANaAGXA3i6kAjBYZhGMZOaLfbB77vzwZBcDQJGMfxfq/Xq4vIoYtT1cBtKfAWeChwVCSvAOsp8Al4Kcoo0BeApS8lTwvNlzzs4a8DkySpdLvd2TLgarX63mq1PkY9ytChql4AO2WAwHUYhlsTgVEUrfq+3ywDNLOOiPQH+/96qKpuUPtlZJeZnYlINM75WIeqKsBmPtHzvPMgCJJvA8v0blTMn/fwBLic1t0gz43anvt6r8D8D2Fp+tsnJCuwGF/nn5UAAAAASUVORK5CYII=");
    display: block;
    position: absolute;
    top: 1px;
    bottom: 1px;
    right: 1px;
    width: 46px;
    background-position: center;
    background-color: #fff;
    border-radius: 0 10px 10px 0;
    background-repeat: no-repeat;
    height: 43px !important;
    border-left: none;
    z-index: -1; }
    @media screen and (max-width: 1220px) {
      .exs_datepicker-wrap:before {
        width: 33px;
        height: 37px !important; } }

.exs_datepicker {
  height: 45px;
  line-height: 45px;
  background-color: transparent;
  border: none;
  border-radius: 10px;
  color: #616161;
  font-size: 15px;
  padding: 0 46px 0 20px;
  box-sizing: border-box;
  width: 100%; }
  @media screen and (max-width: 1220px) {
    .exs_datepicker {
      height: 38.5px;
      line-height: 38.5px; } }
  @media screen and (max-width: 319px) {
    .exs_datepicker {
      padding-left: 5px;
      padding-right: 7px; } }

.exs_search-duration {
  display: inline-block;
  width: 170px;
  margin-right: 5px; }
  @media screen and (max-width: 1220px) {
    .exs_search-duration {
      width: 100%; } }
  .exs_search-duration select {
    width: 100%;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none; }
    @media screen and (max-width: 319px) {
      .exs_search-duration select {
        min-width: 105px;
        padding-left: 5px;
        padding-right: 7px; } }

.exs_search-type {
  display: inline-block;
  width: 170px; }
  @media screen and (max-width: 1220px) {
    .exs_search-type {
      width: 100%;
      margin-top: 15px; } }
  @media screen and (max-width: 960px) {
    .exs_search-type {
      width: 100%;
      margin-top: 0; } }
  .exs_search-type select {
    width: 100%;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none; }

.exs_search-duration .exs_search-label,
.exs_search-type .exs_search-label {
  z-index: 0;
  display: block;
  width: 100%;
  height: 45px;
  background-color: white;
  border: 1px solid #b7b7b7;
  border-radius: 10px;
  position: relative; }
  @media screen and (max-width: 1220px) {
    .exs_search-duration .exs_search-label,
    .exs_search-type .exs_search-label {
      height: 38.5px; } }
  @media screen and (max-width: 960px) {
    .exs_search-duration .exs_search-label,
    .exs_search-type .exs_search-label {
      border-radius: 5px; } }
  .exs_search-duration .exs_search-label:before,
  .exs_search-type .exs_search-label:before {
    content: "";
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAGCAYAAAD68A/GAAAAuUlEQVQYV23NMW7CQBCF4X9RQO72AD4A4gB0VioK+khuUTqKFLvrC2xDEyTvFD4DTRouQEWUIl36KAeJZQ9yFBBITPfe+6QxdV3/AKsQwpE7l1JaAI0RkRdV3fR9/1hV1de1FZG5qh4AZ4YhpRSBtaoWIYTvoRORqaq+A1vv/esf/McNsGzbtsiy7KHrug/gzXtfDfsFxhhH1todMAPGwKdz7tkYozdwCDHGibV2D/zmef5UlmV3/ngCnyJAm8Skdm0AAAAASUVORK5CYII=");
    top: 0;
    display: block;
    position: absolute;
    bottom: 1px;
    right: 1px;
    width: 46px;
    background-position: center;
    background-color: #fff;
    border-radius: 0 10px 10px 0;
    background-repeat: no-repeat;
    height: 43px !important;
    border-left: none;
    z-index: -1; }
    @media screen and (max-width: 1220px) {
      .exs_search-duration .exs_search-label:before,
      .exs_search-type .exs_search-label:before {
        height: 37px !important;
        width: 33px; } }
  .exs_search-duration .exs_search-label select,
  .exs_search-type .exs_search-label select {
    border: none;
    background-color: transparent; }

.exs_search-submit {
  margin: 20px 0 0 0;
  width: 100%;
  background-color: #006f66;
  border-radius: 10px;
  color: #fff;
  line-height: 40px;
  border: none;
  font-size: 1rem;
  padding: 0 12px;
  box-sizing: border-box;
  height: 40px;
  font-weight: normal;
  cursor: pointer; }
  .exs_search-submit:hover {
    color: #006f66;
    background-color: #fff; }

.exs_search-extended {
  font-size: 0;
  display: block;
  border-radius: 0 10px 10px 0;
  width: 36px;
  height: 41px;
  background: rgba(0, 0, 0, 0.3) url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAYAAAAfSC3RAAAAV0lEQVQ4T+2SsRFAUABDXyawgXMWsIPB3dnABCoD/NMTjTJ+oSXtS5ok4kG2Z+CQNCaLKsECFEndZ4O2J6APBbTACWyBrbprHwJsAAN7YMs/x8vLVU9+AVMTSYdbQ2csAAAAAElFTkSuQmCC") no-repeat;
  background-size: 14px;
  background-position: 9px 14px;
  position: absolute;
  left: 100%;
  bottom: 108px;
  cursor: pointer; }
  @media screen and (max-width: 960px) {
    .exs_search-extended {
      font-size: 14px;
      position: relative;
      left: 0;
      width: 100%;
      bottom: 0;
      background-color: transparent;
      height: auto;
      padding-right: 20px;
      box-sizing: border-box;
      display: inline-block;
      background-position: right center;
      margin-top: 10px; } }
  .exs_search-extended.active {
    margin-left: 223px;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAACCAYAAABoiu2qAAAAGUlEQVQYV2P8////LQYGBlUG0sBtRnI1AgDH9Amx3id6KwAAAABJRU5ErkJggg==);
    background-position: 9px 19px; }
    @media screen and (max-width: 960px) {
      .exs_search-extended.active {
        margin-left: 0;
        background-position: right center; } }

.exs_search-extended-container {
  display: none !important;
  position: absolute;
  top: 0;
  left: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 0 10px 10px 0;
  width: 223px;
  height: 406px;
  padding: 29px 25px 30px 31px;
  box-sizing: border-box; }
  @media screen and (max-width: 960px) {
    .exs_search-extended-container {
      display: none;
      position: relative;
      left: 0;
      border-radius: 0;
      margin-left: -13px;
      width: 100%;
      padding: 23px 13px;
      box-sizing: content-box;
      background-color: #6e6966;
      margin-top: 15px;
      height: auto; } }
  .exs_search-extended-container.active {
    display: block !important; }
  .exs_search-extended-container .exs_search-transport-title {
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 20px; }
  .exs_search-extended-container label {
    display: block;
    margin-bottom: 19px; }

body .exs_r-message {
  margin: 40px 0 20px; }

body .exs_r-wrapper {
  margin: 20px 0; }

body .exs_r-more-results-btn {
  margin-top: 40px; }

/* ORDER */
/* Фон и рамка формы */
body .os-order-form-wrap {
  background: #fff;
  border: 5px solid #eee; }

/* Заголовок формы */
body .os-order-form-wrap .os-order-header-title {
  color: #4cb5ff;
                  /*цвет шрифта.
Добавьте !important сработало, например:
color: blue !important;*/
  font-size: 27px;
  /*размер шрифта*/
  font-weight: bold;
  /*жирность шрифта*/
  font-family: arial;
  /*семейство шрифта*/ }

/* Шрифты и цвета некоторых полей (взрослые и дети, и, возраст детей, возможны другие даты) */
body .os-order-first-title,
body .os-order-and-title,
body .os-order-second-title,
body .os-order-input-dates label {
  font-family: arial;
  color: #666; }

/*возможны другие даты*/
/* Выпадающие списки (страна, курорт, взрослые, дети, возрасты, длительности) */
body .os-order-form-wrap select {
  font-family: arial;
  color: #000; }

body .os-order-select-wrapper,
body .os-order-select-wrapper:after {
  background: #fff; }

body .os-order-select-wrapper {
  border-radius: 5px;
  border: 1px solid #c3c3c3; }

body .os-order-input-duration .os-order-select-wrapper {
  border-radius: 5px; }

/*длительность*/
/* Цвета иконок в полях. Добавьте !important чтобы сработало, например:
   body .os-order-input-country .os-order-select-wrapper:after {color: green !important;}*/
body .os-order-form-wrap .os-order-select-wrapper:after {
  color: #4cb5ff; }

/*выпадающий список ближайшего офиса*/
/* Шрифты, их цвета, фон и цвет рамки в полях формы (имя, телефон, е-мейл, пожелания)*/
body .os-order-user-contacts input,
body .os-order-form-wrap textarea {
  font-family: arial;
  color: #000;
  background: #F0F0F0;
  border-color: #c3c3c3; }

/* Скругление углов в полях формы (имя, телефон, е-мейл, пожелания) (4 значения означают углы: верхний-левый верхний-правый нижний-правый нижний-левый)*/
body .os-order-user-contacts input,
body .os-order-form-wrap textarea {
  border-radius: 0px 0px 0px 0px; }

/* Скругление углов в выпадающем списке "ближайший офис"*/
body .os-order-input-office .os-order-select-wrapper {
  border-radius: 0px 0px 0px 0px; }

/* Поле даты */
body .os-order-input-dates .os-order-input-wrapper {
  font-family: arial;
  /*семейство шрифта*/
  color: #000;
  /*цвет шрифта*/
  background: #fff;
  /*цвет фона*/
  border-radius: 5px;
  /*скругление углов*/
  border-color: #c3c3c3;
  /*цвет рамки*/ }

body .os-order-input-dates .os-order-input-wrapper:after {
  color: #4cb5ff; }

/*цвет иконки календаря. Добавьте !important чтобы сработало*/
body .os-order-header-title, .os-order-form-wrap *:after {
  color: #4cb5ff !important; }

body .table-condensed .prev, .table-condensed .next, .table-condensed .switch {
  background-color: #4cb5ff !important; }

body .datepicker {
  border-color: #4cb5ff !important;
  z-index: 9999; }

body .os-order-form-wrap .os-order-header-title {
  color: #006f66 !important; }

body #os-order-form .os-order-form-submit_button {
  background-color: #006f66;
  border-radius: 10px;
  color: #fff;
  line-height: 30px;
  text-align: center;
  border: none;
  box-shadow: none;
  height: 40px;
  font-weight: normal !important;
  font-size: 16px;
  font-family: 'Open Sans'; }

body .os-order-form-wrap .os-order-select-wrapper,
body .os-order-form-wrap .os-order-user-contacts input {
  height: 30px;
  line-height: 30px;
  background-color: white;
  border: 1px solid #b7b7b7;
  border-radius: 5px !important;
  color: #616161;
  padding: 0 0 0 10px;
  box-sizing: border-box; }

body .os-order-form-wrap .os-order-input-comment textarea {
  height: 80px;
  line-height: 1.2;
  padding: 10px;
  background-color: white;
  border: 1px solid #b7b7b7;
  border-radius: 5px !important;
  color: #616161;
  box-sizing: border-box; }

body .os-order-form-wrap .os-order-input-people .os-order-select-wrapper {
  padding: 0; }

.os-order-input-office .os-order-select-wrapper:after {
  background-color: #fff; }

:root .os-order-form-wrap .os-order-select-wrapper:after,
body .os-order-form-wrap .os-order-input-dates .os-order-input-wrapper:after {
  -webkit-filter: hue-rotate(-40deg);
  filter: hue-rotate(-40deg);
  background-color: #fff; }

/*new search module start*/
body .new_f-wrapper-bg-imgs,
body .new_f-title {
  display: none; }

body .new_f-container {
  background: transparent !important; }

body.new_mobile-form .new_f-ext-container .new_f-dropdown-body-bottom,
body.new_mobile-form .new_f-wrapper > .new_f-title,
body.new_mobile-form .new_f-form > .clearfix,
body.new_mobile-form .new_f-ext-btn-container {
  padding-left: 0;
  padding-right: 0;
  width: auto; }

body .new_f-form-field,
body .new_os .new_f-form-submit {
  height: 45px; }

body .new_f-dropdown-btn {
  height: 43px;
  padding: 11px 18px 0 !important; }

#new_os-to .new_f-dropdown-btn {
  padding: 0 !important; }

body .new_f-dropdown-btn .cnt::after {
  display: none; }

body .new_f-dropdown-btn::after {
  right: 17px;
  width: 15px;
  height: 10px;
  border: none;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAGCAYAAAD68A/GAAAAuUlEQVQYV23NMW7CQBCF4X9RQO72AD4A4gB0VioK+khuUTqKFLvrC2xDEyTvFD4DTRouQEWUIl36KAeJZQ9yFBBITPfe+6QxdV3/AKsQwpE7l1JaAI0RkRdV3fR9/1hV1de1FZG5qh4AZ4YhpRSBtaoWIYTvoRORqaq+A1vv/esf/McNsGzbtsiy7KHrug/gzXtfDfsFxhhH1todMAPGwKdz7tkYozdwCDHGibV2D/zmef5UlmV3/ngCnyJAm8Skdm0AAAAASUVORK5CYII=") no-repeat center; }

body .new_f-dropdown-btn .cnt {
  right: 9px;
  top: 7px;
  width: 30px;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAAPCAYAAADphp8SAAABQUlEQVQ4T62TPUsDQRCG3/HuvEKwEisbiyhYapfGwtJS3F0NlqKFrZ1gFSRNYhMUQYQzhNvlLuCvCagQQf0LEnMfIwtqGW7RqV+enXlmluI4viOiBjNfKKXOjTFrzLwDwEPFIqIhaa0/AcwCeJRSrmqtrwAcV2T8xD4s6BDALjN3lVIPURTNhWG4UZbljAPshRzCU6O2ozaAfQAtKWXHGLMMYNPlgaIoXi1oAiBg5iel1IrW+gaAHdelxmSMOQWwB6AjhLjv9/sLvu/XmbmyIyL6X0dntiMiagshbgeDwWKWZXWXucqyfLOOMgD+Hx1NLKgJ4OB7a900TZfyPN8iIpfTGLmEp9+RMeaEmRURXQohkl6vN+953rqLoyAI3n8dAXiWUta01tcAjlxAAMYWZD9pg4haQohmkiS1PM+3HUGjLwu6jH7O4TDvAAAAAElFTkSuQmCC") no-repeat center !important; }

body .new_f-dropdown-body {
  top: 43px; }

body.new_mobile-form .new_f-form-field {
  border-radius: 10px;
  margin-bottom: 28px; }

body .new_f-autocomplete-input {
  height: 43px !important; }

body .new_f-autocomplete-input::-moz-placeholder {
  line-height: 43px !important; }

body .new_f-autocomplete-input:-moz-placeholder {
  line-height: 43px !important; }

body .new_f-datepicker-wrap button {
  height: 35px;
  padding: 0 0 1px 12px !important;
  font-size: 16px;
  background: #fff !important; }

body .new_f-datepicker-wrap-2::before {
  top: 17px;
  background-color: #999; }

.top-modules-wrap > p,
.top-modules-wrap > br {
  display: none; }

#search-results {
  padding-top: 20px;
  padding-bottom: 20px; }

.new_r-item .new_r-item-stars {
  position: relative;
  top: -4px; }

body.new_mobile-form .new_f-ext-btn-container {
  top: 344px;
  position: absolute;
  left: 0;
  right: 0; }

body .new_f-ext-container .new_f-dropdown-btn-apply,
body .new_os .new_f-form-submit {
  background-color: #006f66;
  transition: none !important; }

body .new_f-ext-container .new_f-dropdown-btn-apply:hover,
body .new_os .new_f-form-submit:hover {
  color: #006f66 !important;
  background-color: #fff; }

body .new_f-container {
  margin-bottom: 0 !important; }

body .new_f-autocomplete-input,
body .new_input-mask {
  padding: 0 48px 0 18px !important;
  font-size: 16px !important; }

body .new_input-mask {
  padding-top: 11px !important;
  height: 43px; }

body.new_mobile-form .new_f-form-field::before {
  width: auto;
  background-color: transparent;
  color: #fff;
  display: block;
  font-size: 13px;
  left: 8px;
  top: -22px;
  bottom: auto; }

body.new_mobile-form .from.new_f-form-field::before {
  content: 'Город отправления'; }

body.new_mobile-form .date.new_f-form-field::before {
  content: 'Даты начала тура'; }

body.new_mobile-form .duration.new_f-form-field::before {
  content: 'Длительность'; }

body.new_mobile-form .people.new_f-form-field::before {
  content: 'Туристы'; }

.new_os svg,
#search-results svg {
  max-width: 400px; }

body .new_f-ext-container .ui-slider-range,
body .new_f-ext-container .slider-container .ui-widget-content {
  background: #006f66; }

body .new_f-ext-container .ui-slider .ui-slider-handle {
  border-color: #006f66; }

@media (min-width: 961px) {
  #header-modules .new_f-ext-col:nth-child(1),
  #header-modules .new_f-ext-col:nth-child(2) {
    width: 50% !important;
    float: left; }

  #header-modules .new_f-ext-col:nth-child(3),
  #header-modules .new_f-ext-col:nth-child(4) {
    width: 100% !important; }

  #header-modules .new_f-ext-col:nth-child(2) {
    padding-left: 9px; }

  #header-modules .new_f-ext-bl-rat .new_f-ext-bl-body,
  #header-modules .new_f-ext-bl-price .new_f-ext-bl-body {
    padding-top: 11px;
    width: 100%; }

  #header-modules .new_f-ext-bl-transp label {
    display: inline-block;
    margin-right: 25px; }

  #header-modules .new_f-services-label-wrap {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2; }

  #header-modules .new_f-ext-bl-cat .new_f-ext-bl-body,
  #header-modules .new_f-ext-bl-food .new_f-ext-bl-body {
    margin-left: -2px;
    margin-right: auto; }

  #header-modules .new_f-ext-bl-cat label {
    margin-right: 30px; }

  #header-modules .new_f-ext-bl-food label {
    margin-right: 15.2px; }

  #header-modules .new_f-ext-bl-cat label,
  #header-modules .new_f-ext-bl-food label {
    width: auto; }

  #header-modules .new_f-ext-bl-food label:last-child,
  #header-modules .new_f-ext-bl-cat label:last-child {
    margin-right: 0; }

  #header-modules .new_f-ext-body > .clearfix {
    padding: 0 5px; }

  #header-modules .new_f-ext-container .new_f-dropdown-btn-apply {
    float: right;
    width: 180px; }

  body.new_mobile-form .new_f-ext-container {
    height: auto; }

  #header-modules .new_f-ext-clear-btn {
    bottom: -31px;
    right: 205px;
    float: right;
    margin: 0;
    position: absolute;
    left: auto; }

  #header-modules .new_f-ext-col {
    float: left; }

  #header-modules .new_f-ext-bl {
    margin-bottom: 10px; } }
body > header {
  position: relative;
  z-index: 2; }

body .food .new_t-modal-table .new_t-room-price.selected,
body .new_t-tab-content-top,
body .new_t-modal-body-top,
body .new_f-dropdown-body-top,
body .new_r-item .new_r-item-geo span::after,
body .new_t-menu-wrap::after,
body .new_t-menu-item.selected,
body .new_f-children-list-item,
body .new_f-people-item.active {
  background-color: #006f66 !important; }

body .new_r-show-more-results {
  color: #006f66 !important;
  border-color: #006f66 !important; }

body .new_r-show-more-results:hover {
  background-color: #006f66 !important;
  color: #fff !important; }

body .new_t-modal-room-title,
body .new_t-date_link,
body .new_t-date_link *,
body .new_serv-cols a,
body .new_r-item .new_r-item-geo span,
body .new_t-menu-item:not(.selected),
body .new_r-item-rating-rev,
body .new_t-order-price,
body .new_t-tour-tab-col-2 .new_t-important,
body .new_t-menu-back-link {
  color: #006f66 !important; }

body .new_t-menu-item.selected::after {
  border-color: #006f66 transparent transparent transparent; }

body .new_t-header-geo svg,
body .new_r-item-geo svg {
  fill: #006f66; }

body .new_os input[type="checkbox"]:checked + *::after {
  background: url(check.svg)/*tpa=http://luxtourtravel.com.ua/wp-content/themes/luxtour-travel/inc/img/check.svg*/ no-repeat center; }

@media (min-width: 479px) {
  body #ctyList .new_f-dropdown-btn-apply,
  body .new_f-children-age-item:hover {
    background: #006f66; }

  body .new_f-ext-container * {
    color: #fff !important; }

  body.new_mobile-form #ctyList,
  body.new_mobile-form #new_os-to .new_f-dropdown-body {
    width: 345px !important; }

  .new_f-dates-container .new_f-dropdown-body-top {
    background-color: transparent !important; } }
@media (max-width: 478px) {
  body.new_mobile-form .new_f-ext-container {
    background-color: #fff; }

  body.new_mobile-form .new_f-ext-clear-btn,
  body .new_f-label-name,
  body .new_f-ext-bl-title {
    color: #006f66; }

  .nbtn {
    display: none !important; }

  .chech-w {
    display: none; }

  #search-results {
    padding-top: 0;
    margin: 0 -14px; }

  .new_modal-open .top-header,
  .new_layer-open-ext .top-header,
  .new_layer-open-map .top-header,
  .new_layer-open .top-header,
  .new_layer-open-to .top-header {
    z-index: 1 !important; } }
.body_slides{
    list-style:none;
    margin:0;
    padding:0;
    z-index:-2; 
    background:#000;}
.body_slides,
.body_slides:after{
    position: fixed;
    width:100%;
    height:100%;
    top:0px;
    left:0px;}
.body_slides:after { 
    content: '';
    background: transparent url(images/pattern.png) repeat top left;}
 
 
.body_slides li{
    width:100%;
    height:100%;
    position:absolute;
    top:0;
    left:0;
    background-size:cover;
    background-repeat:none;
    opacity:0;
    -webkit-animation: anim_slides 18s linear infinite 0s;
    -moz-animation: anim_slides 18s linear infinite 0s;
    -o-animation: anim_slides 18s linear infinite 0s;
    -ms-animation: anim_slides 18s linear infinite 0s;
    animation: anim_slides 18s linear infinite 0s;
}
.body_slides li:nth-child(1){
background-image: url(images/1.jpg) 
}
.body_slides li:nth-child(2){
-webkit-animation-delay: 6.0s;
-moz-animation-delay: 6.0s;
background-image: url(images/2.jpg) 
}
.body_slides li:nth-child(3){
-webkit-animation-delay: 12.0s;
-moz-animation-delay: 12.0s;
background-image: url(images/3.jpg) 
}
@-webkit-keyframes anim_slides {
0% {opacity:0;}
6% {opacity:1;}
24% {opacity:1;}
30% {opacity:0;}
100% {opacity:0;}
}
@-moz-keyframes anim_slides {
0% {opacity:0;}
6% {opacity:1;}
24% {opacity:1;}
30% {opacity:0;}
100% {opacity:0;}
}
/*# sourceMappingURL=theme.css.map */
