
@font-face {
  font-family: 'LigatureSymbols';
  src: url("../fonts/LigatureSymbols-2.11.eot");
  src: url("../fonts/LigatureSymbols-2.11.eot?#iefix") format('embedded-opentype'), url("../fonts/LigatureSymbols-2.11.woff") format('woff'), url("../fonts/LigatureSymbols-2.11.ttf") format('truetype'), url("../fonts/LigatureSymbols-2.11.svg#LigatureSymbols") format('svg');
  src: url("../fonts/LigatureSymbols-2.11.ttf") format('truetype');
  font-weight: normal;
  font-style: normal;
}
.lsf,
.lsf-icon:before {
  font-family: 'LigatureSymbols';
  -webkit-text-rendering: optimizeLegibility;
  -moz-text-rendering: optimizeLegibility;
  -ms-text-rendering: optimizeLegibility;
  -o-text-rendering: optimizeLegibility;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-smoothing: antialiased;
}
.lsf-icon:before {
  content: attr(title);
  margin-right: 0.3em;
  font-size: 130%;
}
.lsf-icon.amazon:before {
  content: '\E007';
}
* {
  margin: 0;
  padding: 0;
  outline: none;
}
html {
  background: #f4f4f4;
}
body {
  font-family: 'Roboto', sans-serif;
  -webkit-font-smoothing: antialiased;
  background: #fff;
}
.container {
  max-width: 1350px;
  margin: 0 auto;
}
.content-container {
  max-width: 1350px;
  margin: 35px auto;
}
 #map {
        height: 400px;
        width: 100%;
       }
.clearfix:after {
  content: '';
  display: table;
  clear: both;
}
.text-bold {
  font-weight: 700;
}
.text-yellow {
  color: #ff9f1c;
}
.rounded-button {
  background: linear-gradient(to top, #f19517, #ff9f1c);
  height: 32px;
  padding: 10px 30px;
  color: #fff;
  border-radius: 80px;
  cursor: pointer;
  font-size: 18px;
  font-weight: 400;
  text-decoration: none;
  transition: background 0.3s;
}
.login-button {
  background: linear-gradient(to top, #f19517, #ff9f1c);
  height: 32px;
  padding: 10px 30px;
  color: #fff;
  border-radius: 80px;
  cursor: pointer;
  font-size: 18px;
  font-weight: 400;
  text-decoration: none;
  transition: background 0.3s;
}
.rounded-button:hover {
  background: linear-gradient(to top, #f4ab47, #ffb54f);
}
.section-title {
  font-size: 42px;
  font-weight: 300;
  color: #3798d7;
  text-align: center;
  line-height: 42px;
}
.logo-mobile {
  display: none;
}
a {
  transition: all 0.3s;
  color: #3798d7;
}
section {
  padding: 50px 0;
}
#dle-content .story h2,
#dle-content .story h3,
#dle-content .story h4 {
  font-weight: 500;
  margin-top: 15px;
}
.top-line {
  width: 100%;
  height: 50px;
  background: #f5f5f5;
  /*border-bottom: 1px solid #e9e9e9;*/
}
.top-line .container {
  position: relative;
}
.top-line-nav {
  line-height: 50px;
  /*position: absolute;*/
  left: 0;
  float: left;
}
.top-line-nav li,
.top-line-nav a {
  display: inline-block;
}
.top-line-nav a {
  font-size: 16px;
  color: #7e7e7e;
  padding-right: 10px;
}
.top-line-search {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.search-field {
  width: 235px;
  height: 30px;
  border-radius: 50px;
  background: #fff;
  border: 1px solid #e5e5e5;
  margin-top: 10px;
  position: relative;
}
.search-field .search-icon {
  position: absolute;
  left: 10px;
  top: 7px;
}
.search-field input {
  border: none;
  background: none;
  font-size: 15px;
  height: 30px;
  position: absolute;
  left: 30px;
  top: 0;
  width: 185px;
}
.top-line-callback {
  /*position: absolute;*/
  right: 0;
  top: 12px;
  float: right;
  margin-top: 10px;
}
.top-line-callback a {
  font-size: 22px;
  font-weight: 300;
  color: #2c2e30;
  text-decoration: none;
  display: inline-block;
  margin-right: 20px;
}
.top-line-callback .rounded-button {
  background: linear-gradient(to top, #2f8ac5, #399bda);
  padding: 8px 20px;
  border-radius: 20px;
}
.top-line-callback .rounded-button:hover {
  background: linear-gradient(to top, #51a2d6, #51a2d6);
}
.main-nav .site-logo {
  margin: 0 50px;
  margin-right: 75px;
  margin-left: 80px;
}
.main-nav ul {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  margin-top: 65px;
}
.main-nav ul li {
  display: inline-block;
  margin-right: 40px;
}

.main-nav ul li:last-child {
  margin-right: 0;
}
.main-nav ul a {
  display: inline-block;
  font-size: 18px;
  color: #000;
  font-weight: 300;
}
.main-nav ul a:hover {
  color: #808080;
}
.main-nav ul a:hover img {
  opacity: 0.8;
}
.main-nav ul img {
  width: 125px;
  display: block;
  margin-bottom: 15px;
}
.static-header {
  width: 100%;
  height: 100px;
  background: url("../images/tours-bg.png");
  text-align: center;
  color: #fff !important;
  line-height: 100px;
}
.static-header h1 {
  font-size: 50px;
  font-weight: 300;
}
.tour-form {
  width: 560px;
  height: 360px;
  background: linear-gradient(to top, #2f8ac5, #399bda);
  border-radius: 5px;
  box-sizing: border-box;
  position: relative;
  color: #fff;
}
.tour-form .form-content {
  padding: 30px;
  box-sizing: border-box;
}
.tour-form input[type=text] {
  height: 50px;
  padding: 0 20px;
  box-sizing: border-box;
  font-size: 18px;
  color: #676767;
  width: 100%;
  border-radius: 5px;
  border: 0;
}
.tour-form .slabel {
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 10px;
}
.tour-form .sfield {
  margin-bottom: 20px;
}
.tour-form .content-fields .form-block {
  width: 154px;
  margin-right: 15px;
  display: inline-block;
}
.tour-form .content-fields .form-block:last-child {
  margin-right: 0;
}
.tour-form .content-fields .label {
  margin-bottom: 10px;
}
.tour-form .form-footer {
  position: absolute;
  padding: 30px;
  box-sizing: border-box;
  bottom: 0;
  width: 100%;
  background: #8ec2e2;
}
.tour-form .form-footer button {
  font-size: 18px;
  display: block;
  height: auto;
  font-weight: bold;
  position: absolute;
  right: 30px;
  top: 28px;
}
.tour-section {
  width: 100%;
  padding: 100px 0; 
  /*background: url("../images/sbg.jpg");*/
  background: url("../images/tsbg.jpg");
  background-position: -0px -350px;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.tour-section .tour-form {
  float: left;
}
.tour-section .swiper-container {
  width: 620px;
  height: 340px;
  float: right;
  border-radius: 5px;
  position: relative;
  box-shadow: 0 0 50px rgba(0,0,0,.08);
}
.tour-section .tv-search-form {
  box-shadow: 0 0 10px rgba(0,0,0,.08);
}
.tour-section .slide-data {
  position: absolute;
  left: 0;
  /*bottom: 35px;*/
  top: 30px;
}
.swiper-button-prev,
.swiper-button-next {
  background-image: none !important;
  font-size: 30px;
  font-weight: 300;
  color: #fff;
  background: rgba(0,0,0,.1);
  padding: 5px 20px 5px 18px;
  border-radius: 50%;
  height: 50px;
  text-align: center;
  width: 50px;
  box-sizing: border-box;
  transition: all .3s;
}

.swiper-button-next {
  padding: 5px 20px 5px 20px;
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
  background: rgba(0,0,0,.3);
}


.tour-section .slide-data a {
  text-decoration: none;
  display: block;
}
.tour-section .slide-data h2 {
  background: #3798d7;
  padding: 10px 25px;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
}
.tour-section .slide-data p {
  background: #fff;
  color: #676767;
  padding: 10px 25px;
  font-size: 18px;
}
.tour-plans {
  width: 100%;
  background: url("../images/tours-bg.png");
}
.tour-plans .section-title {
  color: #fff;
}
.tour-plans .tours-group {
  margin-top: 50px;
  text-align: center;
}
.tour-plans a {
  font-size: 24px;
  font-weight: 300;
  color: #fff;
  text-decoration: none;
  display: inline-block;
  background: rgba(255,255,255,0.25);
  border-radius: 3px;
  margin-right: 10px;
  padding: 10px 20px;
  /*width: 200px;*/
  box-sizing: border-box;
  margin-bottom: 15px;
  position: relative;
  transition: none;
  transition: background 0.2s;
  line-height: 40px;
  text-align: left;
}
.tour-plans a:hover {
  background: #fff;
  color: #3798d7;
}
.tour-plans a:hover svg {
  fill: #3798d7;
}
.tour-plans svg {
  fill: #fff;
  height: 40px;
  width: 40px;
  float: left;
  margin-right: 15px;
  padding-top: 2px;
}
.tour-plans .tours-icon {
  display: inline-block;
  width: 28px;
  height: 28px;
  background: url("../images/icons/tour-icons-sprite.png");
  position: absolute;
  left: 10px;
  top: 5px;
}
.tour-plans .icon-1 {
  top: 2px;
}
.tour-plans .icon-2 {
  background-position: -35px 0;
}
.tour-plans .icon-3 {
  width: 35px;
  background-position: -68px 0;
  top: 2px;
}
.tour-plans .icon-4 {
  background-position: -108px 0;
}
.tour-plans .icon-5 {
  width: 35px;
  background-position: -140px 0;
}
.tour-plans .icon-6 {
  background-position: -179px 0;
}
.tour-plans .icon-7 {
  background-position: -209px 0;
}
.tour-plans .icon-8 {
  background-position: -244px 0;
}
.tour-plans .icon-9 {
  background-position: -280px 0;
}
.tour-plans .icon-10 {
  top: 2px;
  background-position: -314px 0;
}
.tour-plans .icon-11 {
  background-position: -349px 0;
}
.tour-plans .icon-12 {
  top: 2px;
  background-position: -381px 0;
}
.tour-plans .icon-13 {
  background-position: -418px 0;
}
.best-tours {
  background: #f5f5f5;
}
.best-tours .container {
  overflow: hidden;
}
.best-tours .section-title {
  margin-bottom: 50px;
}
.best-tours .section-button {
  text-align: center;
  margin-top: 50px;
}
.best-tours .grid-group {
  /*width: 530px;*/
  width: 642px;
  margin-right: 15px;
  height: 357px;
  float: left;
}
.best-tours .item-m {
  /*width: 256px;*/
  width: 280px;
  height: 357px;
  border-radius: 5px;
  float: left;
  margin-right: 16px;
  position: relative;
}
.best-tours .item-s {
  /*width: 256px;*/
  width: 345px;
  height: 171px;
  border-radius: 5px;
  float: left;
  position: relative;
}
.best-tours .grid-group .item-s {
  margin-bottom: 15px;
}
.best-tours .item-l {
  float: left;
  /*width: 654px;*/
  width: 690px;
  height: 357px;
  border-radius: 5px;
  margin-bottom: 16px;
  position: relative;
}
.best-tours .item-header {
  position: absolute;
  left: 20px;
  top: 25px;
  color: #fff;
  width: 100%;
}
.best-tours .item-header img {
  float: left;
  margin-right: 14px;
  width: 45px;
}
.best-tours .item-header .place {
  font-weight: bold;
  font-size: 20px;
}
.best-tours .item-description {
  position: absolute;
  top: 85px;
  left: 20px;
  color: #fff;
  font-size: 18px;
  right: 20px;
  opacity: 0;
  transition: opacity 0.3s;
}
.best-tours .item-controls {
  position: absolute;
  left: 20px;
  bottom: 35px;
  opacity: 0;
  transition: opacity 0.3s;
}
.best-tours .item-controls a {
  color: #fff;
  text-decoration: none;
  border-radius: 50px;
  border: 2px solid #fff;
  padding: 5px 20px;
  font-weight: 500;
  margin-right: 10px;
  transition: none;
}
.best-tours .item-controls a:last-child {
  margin-right: 0;
}
.best-tours .item-controls a:hover {
  background: linear-gradient(to top, #f19517, #ff9f1c);
  border: 2px solid #f19517;
}
.best-tours .item-data:hover .item-description,
.best-tours .item-data:hover .item-controls {
  opacity: 1;
}
.best-tours .item-m .item-controls {
  text-align: center;
  right: 20px;
}
.best-tours .item-m .item-controls a {
  display: inline-block;
  width: 100%;
  box-sizing: border-box;
  margin-top: 15px;
  padding: 8px 20px;
}
.best-tours .item-s .item-header {
  left: 15px;
}
.best-tours .item-s .item-controls {
  left: 15px;
}
.best-tours .item-s .item-controls a {
  padding: 5px 10px;
  margin-right: 0;
  padding: 5px 15px;
  margin-right: 5px;
  box-sizing: border-box;
}
.best-tours .item-l,
.best-tours .item-m,
.best-tours .item-s {
  background-size: cover !important;
}
.best-tours .item-data {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to bottom, rgba(0,0,0,0.3), rgba(0,0,0,0));
  transition: all 0.3s;
}
.best-tours .item-data:hover {
  background: rgba(55,152,215,0.75);
}
.best-tours .rounded-button {
  display: inline-block;
  height: 45px;
  line-height: 45px;
  padding: 0 20px;
}
.about-section .s-left {
  float: left;
}
.about-section .s-right {
  width: 700px;
  float: right;
}
.about-section .s-right .section-title {
  margin-top: 35px;
  text-align: left;
}
.about-section .s-right p {
  /*padding-left: 8px;*/
  margin-bottom: 30px;
  line-height: 28px;
  margin-top: 15px;
  font-size: 18px;
}
.about-section .s-right .rounded-button {
  /*margin-left: 8px;*/
}
.find-tour {
  width: 100%;
  background: url("../images/find-tour-bg.jpg");
  background-size: cover;
  background-position: center center;
}
.find-tour .section-title {
  text-align: left;
  margin-bottom: 30px;
  color: #fff;
}
.testimonials .section-title {
  margin-bottom: 50px;
}
.testimonials .item {
  margin-right: 20px;
}
.testimonials .item .photo {
  width: 130px;
  height: 130px;
  border-radius: 50%;
  object-fit: cover;
  float: left;
  margin-right: 20px;
}
.testimonials .item .name {
  font-size: 20px;
  font-weight: 700;
  color: #ff9f1c;
}
.testimonials .item .text {
  color: #6c6c6c;
  margin-top: 15px;
  font-size: 18px;
  line-height: 28px;
}
.services {
  width: 100%;
  background: url("../images/services-bg.png");
  background-size: cover;
  text-align: center;
}
.services .services-item {
  display: inline-block;
  /*margin: 0 20px;*/
  margin-right: 130px;
}
.services .services-item:last-child {
  margin-right: 0;
}
.services .services-item a {
  display: inline-block;
  color: #fff;
}
.services .services-item img {
  width: 160px;
  border: 3px solid #fff;
  border-radius: 50%;
  margin-bottom: 15px;
}
.services .services-item span {
  display: block;
  font-weight: 500;
  font-size: 18px;
}
.services .section-title {
  color: #fff;
  margin-bottom: 50px;
}
.text-section .s-left {
  float: left;
  width: 65%;
  margin-right: 10px;
  line-height: 26px;
}
.text-section .s-left .blockquote {
  background: #f5f5f5;
  border-left: 10px solid #eaeaea;
  /*border-right: 5px solid #eaeaea;*/
  padding: 20px;
  box-sizing: border-box;
  margin-bottom: 30px;
}
.text-section .s-left .blockquote img {
  float: left;
  margin-right: 15px;
}
.text-section .s-left .blockquote p {
  margin-bottom: 5px;
  margin-top: 0;
  color: #6a6a6a;
}
.text-section .s-left .blockquote .author {
  color: #ff9f1c;
  font-weight: 700;
  margin-left: 55px;
}
.text-section .s-left p {
  margin-top: 10px;
  font-size: 18px;
  line-height: 28px;
}
.text-section .s-right {
  float: right;
  width: 30%;
}
.text-section .first-image {
  margin-top: 20px;
}
.text-section .second-image {
  margin-top: -30px;
}
.text-section .section-title {
  text-align: left;
  margin-bottom: 20px;
}
.partners {
  background: #3798d6;
  position: relative;
  padding: 65px 0;
}
.partners .partners-title {
  display: inline-block;
  width: 332px;
  height: 51px;
  line-height: 51px;
  font-size: 30px;
  font-weight: 300;
  color: #fff;
  position: absolute;
  top: -26px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  background: url("../images/ribbon.png");
}
.countries {
  text-align: center;
}
.countries .section-title {
  margin-bottom: 50px;
}
.countries .countries-list {
  list-style: none;
  display: inline-block;
  /*margin-right: 80px;*/
  width: 21.5%;
  vertical-align: top;
}
.list-5 {
  width: 150px !important;
}
.countries .countries-list:last-child {
  margin-right: 0;
}
.countries .countries-list li img {
  width: 25px;
  height: 25px;
  margin-right: 8px;
  position: absolute;
  left: 0;
}
.countries .countries-list li {
  margin-bottom: 20px;
  text-align: left;
  line-height: 25px;
  position: relative;
}
.countries .countries-list li a {
  font-size: 18px;
  color: #878787;
  text-decoration: none;
  padding-left: 35px;
}
.countries .countries-list li a:hover {
  color: #545454;
}
.site-footer {
  background: #3798d7;
  padding: 50px 0;
  color: #daeaf4;
  text-align: center;
}
.site-footer .footer-block {
  text-align: left;
  display: inline-block;
  vertical-align: top;
  /*margin-right: 84px;*/
  margin-right: 130px;
}
.site-footer .footer-block:last-child {
  margin-right: 0;
}
.site-footer .footer-block .block-title {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 15px;
  display: block;
  color: #fff;
}
.site-footer .footer-block p {
  width: 380px;
  font-size: 17px;
}
.site-footer .footer-block ul {
  width: 120px;
}
.site-footer .footer-block ul li,
.site-footer .footer-block ul a {
  display: block !important;
}
.site-footer .footer-block ul a {
  color: #fff;
  font-size: 17px;
  line-height: 28px;
}
.site-footer .footer-block .social-icons a {
  color: #3798d7;
  text-decoration: none;
  display: inline-block;
  width: 35px;
  height: 35px;
  background: #fff;
  box-sizing: border-box;
  line-height: 35px;
  border-radius: 50%;
  margin: 20px 10px 0 0;
  font-size: 18px;
  /*text-align: center;*/
}
.static-background {
  background: #f4f4f4;
  padding: 50px 0;
}
.tour-search-container .tv-search-form .TVTheme2 .TVHotelStar:before {
  color: #fff;
}
.site-footer .footer-block .social-icons .i-1 {
  padding-left: 9px;
}
.site-footer .footer-block .social-icons .i-1:hover {
  background: #916949;
  color: #fff;
}
.site-footer .footer-block .social-icons .i-2 {
  padding-left: 6px;
}
.site-footer .footer-block .social-icons .i-2:hover {
  background: #3e5d93;
  color: #fff;
}
.site-footer .footer-block .social-icons .i-3 {
  padding-left: 11px;
}
.site-footer .footer-block .social-icons .i-3:hover {
  background: #53779f;
  color: #fff;
}
.site-footer .footer-block .contact-data {
  width: 200px;
}
.site-footer .footer-block .contact-data .link-l {
  font-size: 24px;
  font-weight: 300;
  text-decoration: none;
}
.site-footer .footer-block .contact-data a {
  color: #fff;
}
.site-footer .footer-block .contact-data span {
  display: inline-block;
  margin-top: 10px;
  margin-bottom: 5px;
}
.site-footer .footer-block .footer-form {
  width: 235px;
}
.site-footer .footer-block .footer-form .uf-wrapper {
  width: 100%;
  background: none;
  box-shadow: none;
}
.site-footer .footer-block .footer-form .uf-header {
  display: none;
}
.site-footer .footer-block .footer-form .uf-content {
  padding: 0;
}
.site-footer .footer-block .footer-form .uf-field-input input {
  width: 100%;
  height: 40px;
  border: 0;
  font-size: 16px;
  margin-bottom: 10px;
  border-radius: 5px;
  background: #daeaf4;
}
.site-footer .footer-block .footer-form .uf-field-input input[type=checkbox] {
  width: 25px;
  height: 25px;
  margin-right: 5px;
  margin-bottom: 5px;
  margin-top: 10px;
}
.site-footer .footer-block .footer-form .uf-field-input {
  height: auto;
}
.site-footer .footer-block .footer-form .uf-field-input .agree {
  font-size: 15px !important;
  width: 235px;
  margin-top: 10px !important;
}
.site-footer .footer-block .footer-form .uf-field {
  margin: 0;
}
.site-footer .footer-block .footer-form .uf-field-input .uf-btn {
  background: #daeaf4;
  color: #3798d7;
  border: 0;
  font-weight: 500;
}
.site-footer .footer-block .footer-form .uf-field-input .uf-btn:hover {
  background: #fff;
  color: #3798d7;
}
.site-footer .footer-block .footer-form .uf-field-input input::-webkit-input-placeholder {color:#fff;}
.site-footer .footer-block .footer-form .uf-field-input input::-moz-placeholder          {color:#fff;}/* Firefox 19+ */
.site-footer .footer-block .footer-form .uf-field-input input:-moz-placeholder           {color:#fff;}/* Firefox 18- */
.site-footer .footer-block .footer-form .uf-field-input input:-ms-input-placeholder      {color:#fff;}
.site-footer .footer-block .footer-form input[type=text] {
  background: #2889c7;
  color: #fff;
  padding-left: 15px;
  box-sizing: border-box;
}
.site-footer .footer-block .footer-form input[type=button] {
  background: #daeaf4;
  color: #2889c7;
  text-align: center;
  line-height: 40px;
  font-weight: 500;
  transition: all 0.3s;
  cursor: pointer;
}
.site-footer .footer-block .footer-form input[type=button]:hover {
  background: #fff;
}
.bottom-line {
  background: #2576aa;
  color: #daeaf4;
  height: 50px;
  line-height: 50px;
  overflow: hidden;
}
.bottom-line a {
  color: #daeaf4;
}
.bottom-line span {
  display: inline-block;
  margin-right: 10px;
  vertical-align: top;
}
.bottom-line .s-left {
  float: left;
}
.bottom-line .s-right {
  float: right;
  box-sizing: border-box;
}
.bottom-line .s-right img {
  margin-right: 15px;
  margin-top: 12px;
  width: 50px;
  height: 25px;
  object-fit: contain;
}
.bottom-line .s-right img:last-child {
  margin-right: 0;
}
.clear {
  display: none;
}
.ctrs-handler {
  display: none;
}
.clearf {
  display: none;
}
.clrctr {
  display: none;
}


.hotels-page .item-s {
  display: inline-block;
  padding: 10px 20px;
  box-sizing: border-box;
  background: #f4f6f7;
  border-radius: 5px;
  margin: 10px;
  height: 75px;
  width: 420px;
  /*border: 1px solid #eee;*/
}

.hotels-page .item-s .item-header {
  display: inline-block;
  line-height: 55px;
  font-size: 26px;
  font-weight: 300;
}


.hotels-page .item-s img {
  width: 50px;
  float: left;
  margin-right: 10px;
  margin-top: 3px;
}

.hotels-page .item-s a {
  margin-left: 10px;
  display: inline-block;
  padding: 10px 15px;
  /*color: #399bda;*/
  text-decoration: none;
  color: #7a8287;
  background: #e6eaed;
  border-radius: 3px;
  float: right;
  margin-top: 10px;
  transition: all .3s;
}

.hotels-page .item-s a:hover {
  background: #399bda;
  color: #fff;
}

.stat-container p, .stat-container strong {
  font-size: 18px !important;
  line-height: 28px !important;
}

.fullstory h2,
.fullstory h3,
.fullstory h4,
.fullstory h5,
.fullstory h6 {
  margin: 10px 0;
}

.fullstory ul, ol {
  margin: 10px 20px;
}

.fullstory .quote {
  padding: 15px;
  background: #f4f4f4;
  border-left: 5px solid #399bda;
  display: inline-block;
  margin: 10px 0;
}

.fullstory p {
  font-size: 18px;
  line-height: 28px;
  margin: 10px 0;
}


.story .box_in h2,
.story .box_in h3,
.story .box_in h4,
.story .box_in h5,
.story .box_in h6 {
  margin: 10px 0;
}

.story .box_in .text p {
  color: #404040;
}

.story .box_in ul, ol {
  margin: 10px 20px;
  font-size: 18px;
  color: #404040;
}

.story .box_in .quote {
  padding: 15px;
  background: #f4f4f4;
  border-left: 5px solid #399bda;
  display: inline-block;
  margin: 10px 0;
}

.story .box_in p {
  font-size: 18px;
  line-height: 28px;
  margin: 10px 0;
}

.contact-map {
  width: 100%;
  /*padding-right: 10px;*/
  box-sizing: border-box;
  /*float: left;*/
}

.contact-form {
  width: 100%;
  /*float: right;*/
  /*padding-left: 10px;*/
  box-sizing: border-box;
}

.uf-wrapper-inline {
  margin-top: 0 !important;
}

.uf-wrapper-inline .uf-content {
  height: auto !important;
  padding: 0;
}

.contact-field {
  width: 49.5%;
  display: inline-block;
}

.contact-field input {
  border-radius: 30px;
}

.contact-field:first-child {
  margin-right: .5%;
}

.uf-wrapper-inline .uf-header {
  /*display: none;*/
  font-size: 26px;
  color: #000;
  padding: 0;
  margin-bottom: 20px;
}

.uf-wrapper-inline .uf-field input {
  height: 50px;
  border: 1px solid #e5e5e5;
  border-radius: 3px;
}

.uf-wrapper-inline .uf-field textarea {
  border: 1px solid #e5e5e5;
  border-radius: 3px;
  height: 180px;
}

.uf-wrapper-inline .uf-field-input {
  height: auto;
}

.uf-wrapper-inline .uf-label {
  display: none;
}

.cdata {
  /*background: #f4f4f4;*/
  /*margin-top: 15px;*/
  border-radius: 5px;
  /*padding: 15px;*/
  display: inline-block;
}

.cdata a {
  font-size: 22px;
  font-weight: 300;
  color: #3798d7;
  text-decoration: none;
  display: inline-block;
  margin-right: 20px;
}

.cdata span {
  display: inline-block;
  /*margin-top: 10px;*/
}

#ts_country_result .ts_country_countryname {
  font-family: 'Roboto';
  font-size: 24px;
  font-weight: 300;
  /*margin-left: -20px;*/
}

#ts_country_result .ts_country_countryname a {
  font-size: 26px !important;
  font-weight: 300 !important;
  color: #399bda !important;
}

#ts_country_result .ts_country_shortdesc p {
  text-indent: 0 !important;
  text-align: left !important;
}

.stat-container td[align="right"] .art-button-wrapper {
  display: inline-block;
  padding: 5px 10px !important;
  transition: all .3s;
  background: #399bda;
  color: #fff !important;
  border-radius: 3px;
}

.stat-container td[align="center"] .art-button-wrapper {
  display: inline-block;
  padding: 5px 10px !important;
  transition: all .3s;
  background: #399bda;
  color: #fff !important;
  border-radius: 3px;
}

.stat-container td[align="left"] .art-button-wrapper {
  display: inline-block;
  padding: 5px 10px !important;
  transition: all .3s;
  background: #399bda;
  color: #fff !important;
  border-radius: 3px;
}

.stat-container td[align="left"] > div > img {
  border: 0 !important;
}

.ts_country_fulldesc img {
  border: 0 !important;
  box-shadow: none !important;
}

.ts_country_fulldesc {
  margin-top: 20px;
}

#ts_country_result .ts_country_fulldesc P {
  font-family: 'Roboto';
  text-indent: 0;
  text-align: left;
}

#ts_country_result .ts_country_fulldesc strong {
  font-family: 'Roboto';
  clear: both;
  display: block;
  float: none;
  text-indent: 0;
}

.stat-container td[align="right"] .art-button-wrapper:hover {
  background: #ffa300;
}

.stat-container td[align="center"] .art-button-wrapper:hover {
  background: #ffa300;
}


.stat-container td[align="left"] .art-button-wrapper:hover {
  background: #ffa300;
}


#ts_country_result .art-button-wrapper a.art-button, #ts_country_result .art-button-wrapper a.art-button:link,
#ts_country_result .art-button-wrapper a.art-button, #ts_country_result .art-button-wrapper a.art-button:hover {
  color: #fff !important;
}

.stat-container td[align="right"] .art-button-wrapper .art-button-l,
.stat-container td[align="right"] .art-button-wrapper .art-button-r {
  display: none !important;
}

.stat-container td[align="center"] .art-button-wrapper .art-button-l,
.stat-container td[align="center"] .art-button-wrapper .art-button-r {
  display: none !important;
}

.stat-container td[align="left"] .art-button-wrapper .art-button-l,
.stat-container td[align="left"] .art-button-wrapper .art-button-r {
  display: none !important;
}

.find-tour {
  position: relative;
}

.spng {
  background: url(../images/spng.png);
  width: 200px;
  height: 200px;
  position: absolute;
  top: -100px;
  right: 150px;
}

.countries-page {
  margin-left: -30px;
  margin-right: -30px;
}

.countries-page .item-wrapper {
  width: 22.5%;
  float: left;
  margin: 1.2%;
}

.utour {
  width: 22.5%;
  float: left;
  margin: 1.2%;
}


.countries-page .item-wrapper:hover .item-controls {
  opacity: 1;
}

.utour:hover .item-controls {
  opacity: 1;
}

.countries-page .item-wrapper .item-footer {
  line-height: 24px;
  padding: 15px;
  box-sizing: border-box;
  background: #f4f4f4;
  border: 1px solid #e8e8e8;
  height: 220px;
  width: 100%;
}

.utour .item-footer {
  padding: 15px;
  box-sizing: border-box;
  background: #f4f4f4;
  border: 1px solid #e8e8e8;
  height: auto;
  font-size: 18px;
  color: #399bda;
  line-height: 28px;
  font-weight: 400;
  width: 100%;
  text-align: center;
}

.utour .item-footer a {
  color: #000;
  text-decoration: none;
}


.utour .item-s {
  /*width: 256px;*/
  width: 100%;
  height: 200px;
  border-radius: 5px;
  vertical-align: top;
  position: relative;
  background-size: cover !important;
}

.utour .item-s .item-data {
  position: absolute;
  background: linear-gradient(to top, rgba(0,0,0,0), rgba(0,0,0,.3));
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: all .3s;
}


.countries-page .item-s {
  /*width: 256px;*/
  width: 100%;
  height: 200px;
  border-radius: 5px;
  vertical-align: top;
  position: relative;
  background-size: cover !important;
}

.countries-page .item-s .item-data {
  position: absolute;
  background: linear-gradient(to top, rgba(0,0,0,0), rgba(0,0,0,.3));
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: all .3s;
}

.countries-page .item-s .item-data:hover {
  background: linear-gradient(to top, rgba(0,0,0,.3), rgba(0,0,0,.3));
}

.countries-page .item-wrapper:hover .item-data {
  background: linear-gradient(to top, rgba(0,0,0,.3), rgba(0,0,0,.3));
}

.utour .item-s .item-data:hover {
  background: linear-gradient(to top, rgba(0,0,0,.3), rgba(0,0,0,.3));
}

.utour:hover .item-data {
  background: linear-gradient(to top, rgba(0,0,0,.3), rgba(0,0,0,.3));
}


.countries-page .item-s .item-header {
  position: absolute;
  left: 20px;
  top: 20px;
  color: #fff;
  width: 100%;
}

.countries-page .item-s .item-header img {
  width: 50px;
}

.countries-page .item-s .item-controls {
  position: absolute;
  left: 20px;
  bottom: 20px;
  opacity: 0;
  transition: all .3s;
}

.utour .item-s .item-controls {
  position: absolute;
  left: 20px;
  bottom: 20px;
  opacity: 0;
  transition: all .3s;
}

.countries-page .item-data:hover .item-controls {
  opacity: 1;
}

.countries-page .item-s .item-controls a {
  color: #fff;
  display: inline-block;
  padding: 8px 20px;
  border-radius: 50px;
  border: 2px solid #fff;
  text-decoration: none;
  font-weight: 500;
  margin-right: 10px;
}

.utour .item-data:hover .item-controls {
  opacity: 1;
}

.utour .item-s .item-controls a {
  color: #fff;
  display: inline-block;
  padding: 8px 20px;
  border-radius: 50px;
  border: 2px solid #fff;
  text-decoration: none;
  font-weight: 500;
  margin-right: 10px;
}

.countries-page .wide {
  width: 664px;
}

.countries-page .long {
  height: 410px;
}

.countries-page .item-s .item-controls a:hover {
  background: #ff9f1c;
  border: 2px solid #ff9f1c;
}

.countries-page .item-header img {
  float: left;
  margin-right: 14px;
}
.countries-page .item-header .place {
  font-weight: 300;
  font-size: 26px;
  line-height: 45px;
}


#ts_country_result * {
  border: 0 !important;
  box-shadow: none !important;
  text-shadow: none !important;
  font-family: 'Roboto' !important;
}

#ts_country_result img {
  width: auto !important;
}

#ts_country_result td[align=center] > div {
  width: auto !important;
  text-align: left !important;
}

.ts_country_cntlist_table td[align=left],
.ts_country_cntlist_table td[align=center],
.ts_country_cntlist_table td[align=right] {
  display: block !important;
  margin-bottom: 10px;
}

#ts_country_result .ts_block_hotel {
  display: block;
  background: #f4f4f4;
  padding: 10px;
  box-sizing: border-box;
}

#ts_country_result .ts_hotel_desc {
  font-family: 'Roboto' !important;
  font-size: 16px !important;
  line-height: 24px !important;
}

.ts_country_cntlist_table .art-button-wrapper {
  width: 180px !important;
  text-align: center !important;
  margin-bottom: 5px;
}

.contacts .c-section {
  clear: both;
}

.contacts .c-section p {
  font-size: 18px;
  line-height: 28px;
  margin-top: 15px;
}

.contacts .c-section h2 {
  font-size: 42px;
  font-weight: 300;
  color: #399bda;
}

.contacts .s-left {
  width: 45%;
  float: left;
}

.contacts .s-right {
  width: 55%;
  float: right;
  margin-top: 70px;
}

.contacts .contact-map {
  width: 45%;
}

.contacts .contact-form {
  margin-top: 20px;
  width: 100%;
}

.contact-form .uf-btn {
  max-width: 250px;
}

.contacts-data {
  width: 100%;
  padding: 50px 0;
  text-align: center;
  background: url(../images/services-bg.png);
}

.contacts .first-sec {
  /*margin-bottom: 80px;*/
}

.nav-handler {
  display: none;
}


.contact-item {
  width: 200px;
  display: inline-block;
  vertical-align: top;
  font-size: 18px;
}

.contact-item span {
  display: block;
  margin-top: 10px;
  color: #fff;
  font-size: 18px;
}

.contact-item span.rfs {
  font-size: 16px;
}

.contact-item a {
  text-decoration: none;
}

.contact-item img {
  width: 150px;
  border: 3px solid #fff;
  border-radius: 50%;
}



@media only screen and (max-width: 1400px) {
  .contact-field {
    width: 100%;
    display: inline-block;
  }
  .tour-section {
    background-position: 0 0;
  }
  .hotels-page .item-s {
    width: 48%;
  }
  .countries-page {
    /*max-width: 1015px;*/
    margin: 0 auto;
  }
  .countries-page .item-wrapper {
    width: 29%;
    float: left;
    margin: 2%;
  }

  .countries-page .item-s {
    /*width: 256px;*/
    width: 100%;
    height: 200px;
  }
  .clrctr {
    display: block;
  }
  .site-footer .footer-block {
    margin: 0;
    margin-right: 35px;
  }
  .countries {
    /*text-align: left;*/
  }
  /*.countries .countries-list {
    list-style: none;
    display: inline-block;
    margin-right: 80px;
    margin-bottom: 20px;
  }*/
  /*.countries .countries-list {
    list-style: none;
    display: inline-block;
    margin-right: 80px;
    width: 29%;
  }
  .list-4 {
    width: 150px !important;
  }*/
  .best-tours .item-s .item-controls a {
    padding: 5px 10px;
    margin-right: 0;
  }
  .best-tours .container {
    max-width: 1200px;
  }
  .best-tours .grid-group {
    width: 530px;
  }
  .best-tours .item-m {
    width: 256px;
  }
  .best-tours .item-s {
    width: 256px;
  }
  .best-tours .item-l {
    width: 654px;
  }
  .container, .content-container {
    padding: 0 20px;
  }
  .main-nav {
    text-align: center;
  }
  .main-nav .site-logo {
    margin: 0 30px;
  }
  .main-nav ul li {
    margin-right: 30px;
  }
  .main-nav ul img {
    width: 115px;
  }
}

@media only screen and (max-width: 1330px) {
  .countries .countries-list {
    list-style: none;
    display: inline-block;
    width: 28%;
  }
  /*.list-4 {
    width: 150px !important;
  }*/
  .tour-section .tv-search-form {
    /*width: 560px !important;*/
  }
  .tour-section .swiper-container {
    width: 560px;
  }
  .countries .countries-list {
    width: 20%;
  }
}

@media only screen and (max-width: 1270px) {
  .contacts .s-left {
    display: none;
  }
  .contacts .s-right {
    width: 100%;
  }
  .services .services-item {
    margin-right: 100px;
  }

  .services .services-item img {
    width: 140px;
  }

  .about-section .s-left {
    width: 40%;
  }

  .about-section .s-right {
    width: 60%;
  }

  .tv-search-form, .TVMiniForm {
    width: 500px !important;
  }
  /*.countries {
    text-align: center;
  }
  .countries .countries-list {
    display: inline-block;
    margin: 3%;
    width: 11%;
  }*/
  .partners {
    margin-top: 50px;
  }
  .text-section .s-left {
    width: 65%;
    float: right;
  }
  .text-section .s-right {
    width: 30%;
    float: left;
  }
  .testimonials .item .photo {
    width: 100px;
    height: 100px;
  }
  .find-tour .tour-form {
    width: 100%;
  }
  .find-tour .tour-form .form-block {
    width: 32.3%;
    margin-right: 1%;
  }
  .find-tour .section-title {
    text-align: center;
  }
  .tour-plans .tours-group {
    text-align: center;
  }
  .tour-plans .tours-group a {
    text-align: left;
    width: 22%;
    margin-right: 10px;
  }
  .container {
    box-sizing: border-box;
    padding: 0 20px;
  }
  .main-nav {
    text-align: center;
  }
  .main-nav .site-logo {
    width: 280px;
    margin: 0 0;
    margin-bottom: 20px;
  }
  .main-nav ul:first-child {
    float: left;
  }
  .main-nav ul:last-child {
    float: right;
  }
  .main-nav img {
    width: 100px;
  }
  .top-line {
    padding: 0 20px;
    box-sizing: border-box;
  }
  .tour-section .tour-form {
    width: 500px;
  }
  .tour-section .tour-form .form-content .form-block {
    width: 133px;
  }
  .best-tours .grid-group {
    width: 100%;
    margin-right: 0;
    height: auto;
    float: none;
  }
  .best-tours .item-m {
    width: 49%;
    height: 450px;
    float: left;
    margin-right: 1%;
    position: relative;
  }
  .best-tours .item-s {
    width: 49%;
    margin-left: 1%;
    height: 214px;
    float: left;
  }
  .best-tours .grid-group .item-s {
    margin-bottom: 2%;
  }
  .best-tours .item-l {
    float: none;
    width: 100%;
    height: 350px;
    border-radius: 5px;
    margin-bottom: 16px;
    position: relative;
  }
  .best-tours .item-s .item-controls,
  .best-tours .item-m .item-controls,
  .best-tours .item-l .item-controls {
    text-align: left;
  }
  .best-tours .item-s .item-controls a,
  .best-tours .item-m .item-controls a,
  .best-tours .item-l .item-controls a {
    width: auto;
    padding: 10px 25px;
    margin-right: 10px;
  }
}
@media only screen and (max-width: 1165px) {
  .site-logo {
    width: 220px !important;
  }
  .countries-page .item-wrapper .item-footer {
    height: 250px;
  }

  .hotels-page {
    text-align: center;
  }

  .hotels-page .item-s {
    width: 45%;
    text-align: left;
  }

  .services .services-item {
    margin-right: 30px;
  }

  .services .services-item img {
    width: 100px;
  }

  /*.countries {
    text-align: center;
  }*/
  .clrctr {
    display: none !important;
  }
  /*.countries .countries-list {
    display: inline-block;
    margin: 3%;
    width: 14%;
  }*/
  .main-nav {
    text-align: center;
  }
  .main-nav .site-logo {
    width: 240px;
    margin: 0 0;
  }
  .main-nav ul {
    margin-top: 50px;
  }
  .main-nav ul img {
    width: 100px;
    margin-left: auto;
    margin-right: auto;
  }
  .about-section .s-left {
    width: 50%;
  }
  .about-section .s-right {
    width: 50%;
  }
  .about-section .s-right .section-title {
    text-align: left;
  }
  .about-section .s-right p {
    padding-left: 0;
  }
  .main-nav ul li:last-child {
    margin-right: 30px;
  }
}
@media only screen and (max-width: 1125px) {
  .tour-section .swiper-container {
    width: 500px;
  }
  .top-line .top-line-search {
    display: none;
  }
  .site-footer {
    text-align: center;
  }
  .site-footer .footer-block {
    text-align: left;
    margin: 0;
    margin-right: 0;
    margin-top: 50px;
    width: 250px;
  }
  .site-footer .footer-block p {
    width: 300px;
  }
  .site-footer .clearf {
    display: block;
  }
  .countries .countries-list {
    list-style: none;
    display: inline-block;
    /*margin-right: 80px;*/
    width: 20%;
  }
  .site-logo {
    display: none;
  }

  .main-nav ul {
    float: none !important;
    margin-bottom: 50px;
  }
  .main-nav ul:first-child {
    margin-right: 30px;
  }
}
@media only screen and (max-width: 1080px) {
  .spng {
    display: none;
  }
  .tour-plans a {
    font-size: 21px;
  }
  .tour-plans svg {
    height: 35px;
    width: 35px;
  }
  .list-4 {
    width: 150px !important;
  }
  /*.countries-page {
    margin: 0 auto;
  }
  .countries-page .item-wrapper {
    width: 29%;
    float: left;
    margin: 2%;
  }*/

  .countries-page .item-s {
    /*width: 256px;*/
    width: 100%;
    height: 200px;
  }
  .tv-search-form, .tv-search-form .TVMiniForm {
    width: 100% !important;
  }
  .bottom-line {
    height: auto;
    text-align: center;
  }
  .bottom-line .s-left,
  .bottom-line .s-right {
    float: none;
    width: 100%;
  }
  .text-section {
    padding: 0 0;
    margin: 50px 0;
  }
  .text-section .s-left {
    width: 100%;
    float: none;
  }
  .text-section .s-right {
    display: none;
  }
  .about-section {
    text-align: center;
  }
  .about-section .s-left {
    display: none;
  }
  .about-section .s-right {
    width: 100%;
  }
  .about-section .s-right .rounded-button {
    margin-left: 0;
  }
  .about-section .s-right .section-title {
    text-align: center;
  }
  .main-nav .site-logo {
    display: none;
  }
  .tour-section .tour-form {
    float: none;
    width: 100%;
  }
  .tour-section .tour-form .content-fields .form-block {
    width: 32.3%;
    margin-right: 1%;
  }
  .tour-section .tour-form .content-fields .form-block:last-child {
    margin-right: 0;
  }
  .tour-section .swiper-container {
    display: none;
  }
}
@media only screen and (max-width: 980px) {
  .reset-margin {
    margin-right: 0 !important;
  }
  .hotels-page .item-s .item-header{
    font-size: 20px; 
  }

  .hotels-page .item-s a {
    padding: 10px;
  }

  .services {
    text-align: center;
  }
  .services .services-item {
    margin-bottom: 50px;
  }
  .services .services-item img {
    width: 160px;
    margin-bottom: 10px;
  }
  .services .services-item span {
    display: block;
    width: 220px;
  }
  .clear {
    display: block;
  }
}
@media only screen and (max-width: 965px) {
  .countries-page {
    /*max-width: 1015px;*/
    margin: 0 auto;
  }
  .countries-page .item-wrapper {
    width: 46%;
    float: left;
    margin: 2%;
  }

  .countries-page .item-s {
    /*width: 256px;*/
    width: 100%;
    height: 200px;
  }

  .contact-map {
    width: 100%;
    padding: 0;
    float: none;
    text-align: center;
  }
  .contact-form {
    text-align: center;
    width: 100%;
    float: none;
    padding: 0;
    margin-top: 50px;
  }
  .tour-plans .tours-group {
    text-align: center;
  }
  .tour-plans .tours-group a {
    width: 30%;
    margin-right: 10px;
  }
  .countries .countries-list {
    list-style: none;
    display: inline-block;
    /*margin-right: 80px;*/
    width: 20%;
  }
}

@media only screen and (max-width: 880px) {
  .hotels-page .item-s .item-header {
    font-size: 24px; 
  }

  .hotels-page .item-s {
    width: 100%;
    float: none;
    margin: 10px 0;
  }

  .hotels-page .item-s a {
    padding: 10px 15px;
    margin-top: 8px;
  }

  .top-line {
    height: auto;
    padding: 20px 0;
    text-align: center;
  }
  .top-line .top-line-nav {
    display: none;
  }
  .top-line .top-line-callback {
    position: static;
    float: none;
    margin-top: 0;
  }
}

@media only screen and (max-width: 825px) {
  .find-tour .tour-form .form-block {
    width: 32%;
  }
  .main-nav ul {
    display: block;
  }
  .main-nav ul:first-child {
    margin-right: 0;
  }
  .tour-section .tour-form .content-fields .form-block {
    width: 32%;
  }
  .tour-plans .tours-group {
    text-align: center;
  }
  .tour-plans .tours-group a {
    width: 30%;
    margin-right: 10px;
  }
}
@media only screen and (max-width: 800px) {
  .best-tours .grid-group {
    width: 100%;
    margin-right: 0;
    height: auto;
    float: none;
    margin: 0;
  }
  .best-tours .item-m {
    width: 100%;
    height: 300px;
    float: none;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .best-tours .item-s {
    width: 100%;
    height: 300px;
    float: none;
    margin-left: 0;
  }
  .best-tours .grid-group .item-s {
    margin-bottom: 15px;
  }
  .best-tours .item-l {
    float: none;
    width: 100%;
    height: 300px;
  }
  .best-tours .item-s .item-header {
    left: 25px;
  }
  .best-tours .item-s .item-controls {
    left: 25px;
  }
  .best-tours .item-s .item-controls,
  .best-tours .item-m .item-controls,
  .best-tours .item-l .item-controls {
    opacity: 1;
  }
  .best-tours .item-s .item-data,
  .best-tours .item-m .item-data,
  .best-tours .item-l .item-data {
    background: linear-gradient(to bottom, rgba(0,0,0,0.35), rgba(0,0,0,0.35));
  }
  /*.countries {
    text-align: center;
  }
  .countries .countries-list {
    display: inline-block;
    width: 140px;
    margin: 30px 0;
  }*/
  .countries .countries-list {
    list-style: none;
    display: inline-block;
    /*margin-right: 80px;*/
    width: 25%;
  }
}
@media only screen and (max-width: 780px) {
  .countries .countries-list {
    text-align: center;
    display: block;
    width: 100% !important;
  }
  .countries .countries-list li,
  .countries .countries-list a {
    display: inline-block;
  }
  .countries .countries-list li img {
    left: 10px;
  }
  .list-5 {
    text-align: center;
    display: block;
    width: 100%;
  }
  .list-4 li, .list-4 a {
    display: inline-block;
  }
  .list-4 li {
    width: 180px;
    padding: 15px;
    box-sizing: border-box;
  }
  .countries .countries-list li {
    width: 180px;
    padding: 15px;
    box-sizing: border-box;
    background: #f4f4f4;
    border-radius: 3px;
    margin-right: 5px;
  }
}
@media only screen and (max-width: 720px) {
  .tour-plans .tours-group {
    text-align: center;
  }
  .tour-plans .tours-group a {
    width: 45%;
    margin-right: 10px;
  }
  .countries-page .item-s {
    width: 100% !important;
    margin: 10px 0 !important;
  }
}
@media only screen and (max-width: 660px) {
  .contact-item {
    margin: 20px 0;
  }
  .logo-mobile {
    display: block;
    max-width: 360px;
    width: 100% !important;
    margin: 20px auto;
    padding: 0;
    padding-left: 0;
    box-sizing: border-box;
  }
  #ts_country_filter_form {
    display: none !important;
  }
  .ts_country_page_letters {
    display: none !important;
  }
  .ts_srch_pictd_style {
    background: none !important;
  }
  .ts_rating_excellent {
    display: none !important;
  }
  .ts_region_label {
    display: none !important;
  }
  .ts_rating_label,
  .ts_rating_normal,
  .ts_rating_good,
  .ts_rating_bad {
    display: none !important;
  }
  #ts_country_result .ts_block_hotel tr {
    display: block;
  }
  #ts_country_result .ts_block_hotel * {
    display: block;
  }
  #ts_country_result .ts_block_hotel span {
    display: none;
  }
  #ts_country_result .ts_block_hotel noindex {
    display: inline-block;
  }
  #ts_country_result .ts_block_hotel .ts_def_link {
    display: inline-block;
    font-size: 16px;
    padding: 5px 10px;
    background: #399bda;
    box-sizing: border-box;
    color: #fff !important;
    border-radius: 3px;
  }
  #ts_country_result .ts_block_hotel .ts_srch_star_style {
    display: none;
  }
  #ts_country_result .ts_hotel_name {
    font: 300 26px 'Roboto' !important;
    text-transform: lowercase; !important;
    box-sizing: border-box;
  }
  #ts_country_result .ts_hotel_desc div {
    margin: 0 !important;
    margin-top: 15px !important;
  }
  #ts_country_result .ts_hotel_desc {
    display: block !important;
    text-align: left !important;
    width: 100% !important;
    /*margin-top: 30px;*/
  }
  .site-footer .footer-block {
    width: 100%;
    margin-right: 0;
  }
  .site-footer .footer-block p {
    width: 100%;
  }
  .site-footer .footer-form {
    width: 100% !important;
  }
  .bottom-line {
    height: auto;
    text-align: center;
    padding: 20px 0;
  }
  .bottom-line .s-left,
  .bottom-line .s-right {
    float: none;
    width: 100%;
    line-height: 24px;
  }
  .bottom-line .s-right {
    margin-top: 20px;
    line-height: 50px;
  }
  .countries .countries-list {
    text-align: left;
    display: block;
    width: 100%;
  }
  .countries .countries-list li,
  .countries .countries-list a {
    display: block;
  }
  .countries .countries-list li {
    width: 100%;
  }
  .list-4 {
    width: 100% !important;
  }
  .countries .list-2,
  .countries .list-3,
  .countries .list-4,
  .countries .list-5,
  .countries .list-6 {
    display: none;
  }
  .countries .ctrs-handler {
    display: block;
    width: 100%;
    background: #e8e8e8;
    padding: 15px 0;
    cursor: pointer;
    margin-bottom: 20px;
  }
  .about-section .s-right {
    text-align: center;
  }
  .about-section .s-right p {
    text-align: left;
  }
  .testimonials .item {
    text-align: center;
    margin-right: 0;
  }
  .testimonials .item .photo {
    float: none;
    display: inline-block;
    margin-right: 0;
    width: 120px;
    height: 120px;
    margin-bottom: 15px;
  }
  .testimonials .item .name {
    display: block;
    font-size: 25px;
  }

  .countries-page {
    /*max-width: 1015px;*/
    margin: 0 auto;
  }
  .countries-page .item-wrapper {
    width: 100%;
    float: none;
    margin: 0;
    margin-bottom: 30px;
    height: auto;
  }
  .item-wrapper .item-footer {
    height: auto !important;
  }

  .countries-page .item-s {
    /*width: 256px;*/
    width: 100%;
    height: 200px;
    margin: 0 !important;
  }
}
@media only screen and (max-width: 530px) {
  .services .services-item {
    margin-right: 0 !important;
  }
}
@media only screen and (max-width: 500px) {
  .tour-section {
    background: none;
  }
  .contacts-data .cdata a {
    margin: 0;
    margin-bottom: 10px;
  }
  .contacts-data {
    padding: 20px;
    box-sizing: border-box;
  }
  .services .services-item img {
    border: 0;
  }
  #ts_country_result * {
    display: block;
    float: none;
    text-align: left !important;
    /*width: 100% !important;*/
  }

  #ts_country_result .art-button-wrapper {
    margin: 10px 0 !important;
  }

  #ts_country_result table {
    /*overflow: hidden;*/
  }

  #ts_country_result img {
    float: none !important;
    /*width: 100% !important;*/
    margin-left: 0 !important;
  }

  #ts_country_result table {
    text-align: center !important;
  }

  #ts_country_result .ts_country_bread {
    display: none !important;
  }
  #ts_country_result > noindex > table[border=0] * {
    display: block !important;
  }
  #ts_country_result .ts_pic_link {
    display: none !important;
  }
  .main-nav ul li a span {
    font-size: 16px;
  }
  .uf-wrapper {
    width: 100% !important;
  }
  .tv-search-form .TVMainFilterButton,
  .tv-search-form .TVOptionFilterBlock,
  .tv-search-form .TVSearchButton {
    display: block;
    width: 100% !important;
    margin: 10px 0;
  }
  .find-tour .tour-form {
    height: auto;
  }
  .find-tour .tour-form .content-fields .form-block {
    width: 100%;
    margin-bottom: 20px;
  }
  .find-tour .tour-form .content-fields .form-block:last-child {
    margin-bottom: 120px;
  }
  .tour-plans .tours-group a {
    width: 100%;
    margin-right: 0;
  }
  .section-title {
    font-size: 30px;
  }
  .tour-section .tour-form {
    height: auto;
  }
  .tour-section .tour-form .content-fields .form-block {
    width: 100%;
    margin-bottom: 20px;
  }
  .tour-section .tour-form .content-fields .form-block:last-child {
    margin-bottom: 120px;
  }
}
@media only screen and (max-width: 456px) {
  .hotels-page .item-s .item-header {
    font-size: 16px; 
    font-weight: 500;
  }

  .hotels-page .item-s .item-header img {
    width: 35px;
    margin-top: 10px;
  }

  .hotels-page .item-s {
    width: 100%;
    float: none;
    padding-left: 15px;
    padding-right: 15px;
  }

  .hotels-page .item-s a {
    padding: 0;
    font-size: 15px;
    padding-top: 10px;
    background: none !important;
  }
  .hotels-page .item-s a:hover {
    background: none;
    color: #aaa;
  }
  .bottom-line .s-right span {
    display: block;
  }
  .about-section .rounded-button {
    display: block;
    width: 100%;
    padding: 0;
    height: 50px;
    line-height: 50px;
  }
  .tour-plans .tours-group a {
    width: 100%;
  }
  .top-line .top-line-callback .rounded-button {
    max-width: 250px;
    display: block;
    height: 45px;
    padding: 0;
    line-height: 45px;
    border-radius: 80px;
    margin: 0 auto;
    margin-top: 20px;
  }
  .top-line .top-line-callback a {
    font-size: 28px;
  }
  .main-nav ul {
    display: flex;
  }
  .best-tours .item-l .item-description,
  .best-tours .item-m .item-description,
  .best-tours .item-s .item-description {
    display: none;
  }
  .best-tours .item-l .item-controls,
  .best-tours .item-m .item-controls,
  .best-tours .item-s .item-controls {
    opacity: 1;
    text-align: center;
    right: 20px;
  }
  .best-tours .item-l .item-controls a,
  .best-tours .item-m .item-controls a,
  .best-tours .item-s .item-controls a {
    display: inline-block;
    width: 100%;
    box-sizing: border-box;
    margin-top: 10px;
    padding: 12px 20px;
  }
  .best-tours .item-l .item-data,
  .best-tours .item-m .item-data,
  .best-tours .item-s .item-data {
    background: linear-gradient(to bottom, rgba(0,0,0,0.35), rgba(0,0,0,0.35));
    transition: all 0.3s;
  }
  .best-tours .item-l .item-data:hover,
  .best-tours .item-m .item-data:hover,
  .best-tours .item-s .item-data:hover {
    background: linear-gradient(to bottom, rgba(0,0,0,0.35), rgba(0,0,0,0.35));
  }
  .best-tours .rounded-button {
    display: block;
    height: 50px;
    width: 100%;
    padding: 0;
    line-height: 50px;
  }
}
@media only screen and (max-width: 420px) {
  .tour-section {
    padding: 50px 0;
  }
  .nav-handler {
    display: block;
    background: #e8e8e8;
    padding: 20px 20px;
    text-align: left;
    box-sizing: border-box;
    cursor: pointer;
    margin-bottom: 20px;
    margin-top: 50px;
  }
  .countries .countries-list li img {
    left: 0;
  }
  .countries-page .item-wrapper .item-footer {
    height: 250px;
  }
  .services-item {
    margin-right: 0;
  }
  .spng {
    display: none;
  }
  .countries-list li img {
    padding-left: 15px;
  }
  .main-nav ul {
    display: block;
    text-align: left;
    margin: 0;
  }
  .main-nav ul:first-child {
    margin-top: 35px;
  }
  .main-nav ul:last-child {
    margin-bottom: 35px;
  }
  .main-nav ul li, .main-nav ul li a {
    display: block;
    width: 100%;
    text-decoration: none;
  }
  .main-nav ul li a {
    background: #f4f4f4;
    padding: 0 20px;
    height: 70px;
    box-sizing: border-box;
    margin: 10px 0;
    font-weight: 500;
    /*font-size: 22px;*/
  }
  .main-nav ul li a:hover {
    background: #e8e8e8;
  }
  .main-nav ul li img {
    display: inline-block;
    line-height: 50px;
    width: 50px;
    height: 50px;
    margin: 0;
    padding-top: 10px;
  }
  .main-nav ul li span {
    display: inline-block;
    vertical-align: top;
    height: 50px;
    line-height: 70px;
    margin-left: 10px;
  }
  .partners .partners-title {
    width: 100%;
    background-size: 100% 100%;
  }
  .stat-container td[align="left"] .art-button-wrapper {
    display: block !important;
    width: 100%;
    transition: all .3s;
    background: #399bda;
    color: #fff !important;
    border-radius: 3px;
  }
  #ts_country_result .ts_hotel_name {
    font: 400 18px 'Roboto' !important;
    color: #3798d7 !important;
  }
  #nav-1, #nav-2 {
    display: none;
  }
}



.tour-section .tv-search-form {
  width: 620px;
  float: left;
}

.tour-section .TVMainFilter {
  margin-top: 20px;
}

.tour-section .tv-search-form .TVFilterForm {
  background: #8dc2e2;
  color: #fff;
}

.tour-section .tv-search-form .TVSmartBox,
.tour-section .tv-search-form .TVMainFilter {
  border-radius: 5px;
}

.tour-section .tv-search-form .TVSmartBox {
  margin-top: 10px;
}

.tour-section .tv-search-form .TVMainFilter {
  margin: 20px 0;
  margin-top: 30px;
}

.tour-section .tv-search-form .TVlocation {
  margin-top: 10px;
}


@media only screen and (min-width: 400px) {
  .tour-section .tv-search-form .TVSearchButton { 
    text-shadow: none;
    border-radius: 50px;
    margin-top: 0;
    font-family: 'Roboto';
    font-weight: 500;
    font-size: 15px;
  }
}

.tv-search-form .TVTheme2 .TVHotelStar:before {
  color: #fff;
}

.TVTheme2 .TVImageActive.TVHotelStar:before {
  color: #399bda !important;
}

.find-tour .tv-search-form .TVSearchButton { 
  text-shadow: none;
  border-radius: 50px;
  font-family: 'Roboto';
  font-weight: 500;
  font-size: 15px;
}

.find-tour .tv-search-form {
  width: 800px;
}

.page-title {
  margin-bottom: 50px;
  font-size: 42px;
  font-weight: 300;
  text-align: center;
  color: #3798d7;
}

.addform ul {
  list-style: none;
}

.addform .ui-form {
  margin-left: 0 !important;
}

.addform input {
  float: none !important;
}

#xfield_holder_userphoto {
  display: block !important;
}

/*.countries-page #ts_country_result {
  text-align: left;
}

.countries-page #ts_country_result td[align=right],
.countries-page #ts_country_result .ts_country_shortdesc,
.countries-page #ts_country_result .ts_country_morelink {
  display: none;
}

.countries-page #ts_country_result img,
.countries-page #ts_country_result tr td div {
  border: 0 !important;
  box-shadow: none !important;
  border: 0 !important;
}

.ts_country_cntlist_table * {
  display: block !important;
  text-align: left;
}

.ts_country_cntlist_table > tbody > tr {
  width: 300px;
  height: 180px;
  position: relative;
  display: inline-block !important;
  margin-bottom: 300px;
}

/*Изображение и кнопки*/
/*.ts_country_cntlist_table > tbody > tr > td:first-child {
  background: black;
}*/

/*Контейнер с изображением*/
/*.ts_country_cntlist_table > tbody > tr > td:first-child table tbody > tr:first-child img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100% !important;
}*/

/*Контейнер с кнопками*/
/*.ts_country_cntlist_table > tbody > tr > td:first-child table tbody > tr:last-child {
  background: green;
}*/

/*Название и описание*/
/*.ts_country_cntlist_table > tbody > tr > td:last-child {
  background: yellow;
}*/



/*ts_country_cntlist_table - таблица стран
ts_country_cntlist_table > tr - одна страна
ts_country_cntlist_table > td (1) - изображение и кнопки
ts_country_cntlist_table > td (1) tr td[colspan=3] - изображение
ts_country_cntlist_table > td (1) tr td[align=left] - кнопка
ts_country_cntlist_table > td (2) - название*/
