/* @font-face {
    font-family: "MuseoSans";
    src: url(/fonts/MuseoSansCyrl_1.otf);
    font-weight:normal;
}
@font-face {
    font-family: "MuseoSans";
    src: url(/fonts/MuseoSansCyrl_3.otf);
    font-weight:bold;
} */

#detail_rate sup, #maintable sup {
    vertical-align: super;
    font-size: 8px;
}

h3 { font-size: 1.3rem; }

h1 {
	color: #777;
/*	color: #ff6969;	*/
	}


.subs-button {
    color: #fff !important;
    width: 100%;
    /* background: linear-gradient( #0181dc 0%, rgb(140, 207, 255) 100%); */
    border: none;
    border-radius: 0px;
    background: linear-gradient( #8ac6f0 0%, #008ff4 50%, #8ac6f0 100%);
    transition: 0.3s all;
    padding: .5rem .1rem !important;
    margin-bottom: 0 !important;
    line-height: 1.5 !important;
    cursor: pointer;
  }

  .subs-button:hover {
    color: #fff !important;
    transition: 0.3s all;
    background: linear-gradient( rgba(0, 143, 244, 0.68) 0%, #8ac6f0 50%, rgba(0, 143, 244, 0.65) 100%);
  }

  .subscribe-button-modal {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: none;
    z-index: 100000;
    animation: 0.4s showModal ease-in-out forwards;
  }

  .subscribe-button-bg {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0,0,0, .25);
  }

  .subscribe-button-content {
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    min-width: 900px;
    width: 96%;
    height: 99%;
    border-radius: 10px;
    background: #fff;
  }

  .subscribe-button-iframe {
    width: 100%;
    height: calc(100% - 45px);
    border: 0;
    padding: 0 10px;
  }

  .subscribe-button-iframe iframe {
    width: 100%;
    height: 100%;
    border: 0;
    border-radius: 5px;
  }

  .subscribe-button-close {
    position: relative;
    top: 10px;
    right: 12px;
    cursor: pointer;
    color: #ff7675;
    font-size: 26px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    /* background: #fff; */
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .3s color;
    margin-left: auto;
	    right: -12px;
  }

  .subscribe-button-loading {
    position: absolute;
    display: inline-block;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50px;
    height: 50%;
  }

  .subscribe-button-close:hover {
    color: #d63031;
  }

  @media (max-width: 991px) {
    .subscribe-button-content {
width: 96%;
        height: 99%;
        min-width: unset;
    }
  }

  @media (max-height: 650px) {
    .subscribe-button-content {
      height: 90%;
    }
  }

  @keyframes showModal {
    0%{opacity: 0;}
    100%{opacity: 1;}
  }
  @keyframes hideModal {
    0%{opacity: 1;}
    100%{opacity: 0;}
  }

.useless-texts-title {
    margin: 50px 0 0 0;
}

.useless-texts h2 {
    margin: 5px 0 20px 0;
}

.topcntr {
    box-shadow: 1px 1px 5px 0 rgb(0 0 0 / 41%) !important;
    border-radius: 10px !important;
}

.topcntr:hover .topcntr_slides {
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    transform: scale(1.1);
}

.topcntr_slides {
    transition: 1s ease transform !important;
}



.navbar-collapse .nav-item {
    border: 1px solid #00000036;
    border-bottom: 0;
}
.navbar-collapse .nav-item:last-child {
    margin-left: -1px;
}

@media (max-width: 767px) {
    .navbar-collapse .nav-item {
        border: none;
    }

}


.advantages-experts {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  grid-gap: 20px;
}

.advantages-experts-wrapper {
    display: flex;
    align-items: center;
    color: #0984e3;
}

.advantages-experts-icon {
    margin-right: 7px;
}

.advantages-experts-title {
    font-weight: 600;
    font-size: 16px;
}

.advantages-experts-text {
    font-size: 16px;
    color: #636e72;
}

.advantages-experts-text i {
    color: #0984e3;
}

.advantages-experts-item {
    width: 262px;
   /* box-shadow: -2px -1px 8px 0 rgba(227, 227, 227, .5), inset -4px -4px 10px rgba(230, 230, 230, .9), inset 9px 12px 8px #ffffff;
    border-radius: 10px;
    padding: 10px 17px; */
    display: flex;
    flex-direction: column;
    justify-content: center;
 }

@media (max-width: 991px) {
    .advantages-experts {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 500px) {
    .advantages-experts {
        grid-template-columns: 1fr;
        grid-row-gap: 20px;
    }
}

.reasons-container {
    background: url("/images/reasons-bg.jpg") center center/cover no-repeat;
    position: relative;
    padding: 30px 0 0 0;
}

.reasons-container .carousel-button {
    position: absolute;
    bottom: 45px;
    left: 50%;
    transform: translateX(-50%);
}

.reasons-container .carousel-indicators {
    bottom: 0px;
}


.reasons-container .carousel-indicators li {
    width: 6px;
    height: 6px;
    border-radius: 50%;
}

.reasons-container .carousel-wrapper-round {
    width: 75px;
    height: 75px;
    border-radius: 50%;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin: 0 auto;
    transition: .3s box-shadow;
}

.reasons-container .carousel-wrapper-round i {
    font-size: 25px;
    color: #0984e3;
}

.reasons-container .carousel-wrapper-text {
    color: #fff;
    font-weight: 600;
    text-align: center;
    width: 170px;
    position: relative;
    margin: 10px auto 0 auto;
}


@media(max-width: 500px) {
  .reasons-container .carousel-inner {
    margin-bottom: 50px;
  }
}

@media (min-width: 500px) {
    .reasons-container {
        padding: 10px 0 55px 0;
        height: auto;
    }
    .reasons-container .carousel-inner {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .reasons-container .carousel-item {
        width: 170px;
        display: block;
        margin: 10px;
    }

    .reasons-container .carousel-indicators {
        display: none;
    }

    .reasons-container .carousel-item:hover .carousel-wrapper-round {
        box-shadow: 0 0 10px 0 #fff;
    }
    #carouselExampleIndicators a, #carouselExampleIndicators a:hover{
        text-decoration: none;
    }
}

@media (max-width: 424px) {
    .main-title {
        font-size: 35px;
        line-height: 35px;
    }
    .reasons-container-title {
        font-size: 22px;
    }
}


ul,ol {
    -webkit-padding-start: 25px;
}
body{
    font-family: "MuseoSans",Arial, Helvetica, sans-serif!important;
	font-size: 1rem!important;
    background: linear-gradient( #d0efff 0%, rgba(248, 249, 250, 0.93) 20%, rgba(248, 249, 250, 0.83) 30%, rgba(248, 249, 250, 0.73) 50%, rgba(248, 249, 250, 0.53) 70%, rgba(248, 249, 250, 0.33) 80%, rgba(248, 249, 250, 0.13) 90%, rgba(248, 249, 250, 0.03) 100%);
}
h2 {
    font-size: 30px;
    font-weight: normal;
    line-height: 30px;
    padding: 0 0 10px;
    text-align: center;
   /* font-family: "Open Sans", sans-serif;*/
    margin: 20px 0;
	/*
    text-shadow: 2px 2px 1px #000000;
    color: #fff;
	*/
}

.carousel-question-button {
    border: 1px solid #0984e3 !important;
    background: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px !important;
    padding: 6px 0 5px 0;
    color: #0984e3;
    transition: .3s background, .3s color;
    text-decoration: none !important;
    white-space: nowrap;
  }

  [type=button], [type=reset], [type=submit], button {
    -webkit-appearance: none !important;
  }

  .carousel-question-button:hover {
    color: #fff;
    background: #0984e3;
  }

#logo-nav .dropdown {
    background: none;
}

.upper {
position: absolute;
    z-index: 2;
    width: 100%;
    box-sizing: border-box;
    overflow: hidden;
}
form.row {
    margin-block-end: 0em;
	margin-bottom: 0px;
}
.row.countries {
    margin-right: unset;
    margin-left: unset;
    padding: 5px;
}
div.visa-countries span {
    text-decoration: underline;
    cursor: pointer;
	color: #6c6c6c;
}
div.visa-countries p span {
float: right;
}

header{
    height: 80px;
    position: absolute;
    z-index: 1000;
  	/*
     opacity: 0.7;
	width: 100%;
     background-color: #fffbd0;
	display: none;
	*/
}
/* h1 {     margin: 1.2rem; } */

#maximage {
    /* display: none; */
    position: fixed !important;
    background-image: url(../images/slide-bg7.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
}

footer .list-unstyled {
    width: 150px;
    margin: 0px auto;
}
.topcntrwrap {
    z-index: 20;
}

#logo-href{
	display: none;
}
.navbar {
    padding: 0;
}
.navbar-logo {
    display: none;
	height: 30px;
}
#navbarSupportedContent {
    padding-left: 200px;
    position: absolute;
    float: right;
    right: 65px;

}

/*
.logo-container{
    margin-right: 289px;
}
*/
.yellow-disc.small.close {
    display: none;
}
.logo-container img{
  /*      height: 97px;*/
  height: 95px;
  width: auto;
  vertical-align: top;
  padding:11px;
  }

  .logo-container .nav-link {
      padding: 0!important;
  }

.location-container{
    margin-right: 202px;
}
.location-text{
    width:140px;
    overflow: auto;
    padding-top: 3px;
}
.location-text a,.phone-text a{
    text-decoration: underline;
    font-weight: bold;
}
.phone-text a.phone{
    color: #212529;
}
.phone-text a.phone{
    color: #212529;
}
.phone-text{
    width:153px;
    overflow: auto;
    padding-top: 3px;
}
.phone-container,.location-container{
    height:80px;
    padding-top:11px;
}
/* Кружки */
.yellow-disc{
    height:55px;
    width:55px;
    background-color: #ffed00;
    border-radius: 50%;
    text-align: center;
    line-height: 55px;
    background-size: 28px auto;
    background-repeat:no-repeat;
    background-position: center;
    margin-right: 14px;
    float: left;
}
.yellow-disc.big{
    height:76px;
    width:76px;
    background-size: 40px auto;
    float: none;
    margin:0 auto;
    margin-bottom: 10px;
}
.yellow-disc.small{
    height:37px;
    width:37px;
    line-height: 37px;
    background-size: 19px auto;
    margin: 0;
	opacity: 1;
}
.yellow-disc.pin{
    background-image: url(/images/pin.svg);
}
.yellow-disc.tourist{
    background-image: url(/images/tourist.svg);
}
.yellow-disc.thumb-up{
    background-image: url(/images/like.svg);
}
.yellow-disc.planet{
    background-image: url(/images/planet.svg);
}
.yellow-disc.sea{
    background-image: url(/images/beach.svg);
}
.yellow-disc.gift{
    background-image: url(/images/gift.svg);
}
.yellow-disc.telephone{
    background-image: url(/images/telephone.svg);
}
/*
#close-span {
    float: right;
    font-weight: bold;
    background-color: white;
background-color: #ffed00;
color: #212529;
    border-radius: 50%;
    line-height: 30px;
    width: 30px;
    display: inline-block;
    text-align: center;
    z-index: 1002;
}
*/
/* Верхнее меню */
nav.top-menu{
    min-height:auto;
	/*
	background:
		linear-gradient(
		#ffffff 0%,
         rgba(248, 249, 250, 0.99) 50%,
		 rgba(248, 249, 250, 0.93) 60%,
		 rgba(248, 249, 250, 0.73) 70%,
		 rgba(248, 249, 250, 0.53) 80%,
		 rgba(248, 249, 250, 0.33) 90%,
		 rgba(248, 249, 250, 0.13) 95%,
		 rgba(248, 249, 250, 0.03) 100%);
*/
  /*  color: white;*/
	color: #00f;
    position: absolute;
    z-index: 100;
    width: 100%;
}

.topcntr .topcntr_capt_ttl {
    font-size: 20px;
    color: #ffff00;
    text-align: left;
    padding: 14px 20px;
	top: 10px;
    font-weight: bold;
    position: absolute;
}

.topcntr .topcntr_capt_prc {
    font-size: 28px;
    bottom: 14px;
    position: absolute;
     background-color: unset;
     opacity: 1;
    margin-left: 20px;
    color: white;
    font-weight: bold;
    font-style: normal;
    font-family: sans-serif;
    /* -webkit-transform: skew(-15deg); */
    -moz-transform: skew(-15deg);
    -o-transform: skew(-15deg);
    font-family: Verdana;
}

#navbarSupportedContent {
    margin-top: 0 !important;
    position: absolute !important;
    right: 80px !important;
    top: 15px !important;
    z-index: 1001;
}


nav.top-menu .navbar-toggler-icon{
    background-image: url(/images/burger.svg);
    background-size: contain;
}
nav.top-menu .navbar-toggler {
    border: none;
    outline: none;
    padding: .25rem 0;
	z-index: 1000;
    position: absolute;
    right: 0px;
    top: 5px;
}
.callback-container.d-block {
    display: none!important;
}
nav.top-menu ul{
    margin:0 auto;
  /*  height: 81px;*/
    z-index: 999;
}
.navbar-toggler-icon {
    width: 2em;
    height: 2em;
}
nav.top-menu a, header .dropdown-menu a{
    text-shadow: 1px 1px 2px #f9efef, 0 0 1em #f9f5f5;
    font-weight: bold;
    font-size: 18.4px;
	padding: .1rem 1rem;
	padding: .1rem .8rem 0 .8rem;
}

nav.top-menu .nbg a {
    font-weight: normal;
    font-size: 16px;
	vertical-align: top;
	padding-top: 0;
	line-height: 25px;
	margin-left: 0px;
}
.typcn {
	color: #ff6f00!important;
    font-size: 1.1em!important;
}

nav.top-menu .nbg .typcn {
	vertical-align: bottom;
    font-size: 0.3em;
}

/* nav.top-menu ul {
    width: 60% !important;
} */

.dropdown{
    text-align: center;
    text-align: left;
    border-radius: 10px 10px 0 0;
    background: linear-gradient( #ffffff 0%, rgba(248, 249, 250, 0.93) 20%, rgba(248, 249, 250, 0.83) 30%, rgba(248, 249, 250, 0.73) 50%, rgba(248, 249, 250, 0.53) 70%, rgba(248, 249, 250, 0.33) 80%, rgba(248, 249, 250, 0.13) 90%, rgba(248, 249, 250, 0.03) 100%);
}
nav .typcn:before {
    text-align: left;
}
nav.top-menu .nav-item>a::after{
    content:' ▾';
    margin-right: 15px;
}
nav.top-menu .dropdown-menu, header .dropdown-menu{
    padding: 0;
    line-height: 2.2;
	opacity: 1;
}

.dropdown-item-loz {
    font-size: 9px;
    line-height: 15px;
    letter-spacing: 2.2px;
    text-align: center;
    font-style: italic;
}

.dropdown-item-loz .red {
    color: red;
    background: none !important;
}

nav.top-menu .dropdown-menu a, header .dropdown-menu a{
    font-weight: normal;
    border-bottom: 1px solid #efefef;
    font-size: 1.0em;
}
nav.top-menu .dropdown-menu a:active{
    background-color: #dee2e6;
    color: black;
}
nav.top-menu .dropdown-menu a:last-of-type{
    border-bottom: none;
}
/* Hover-hack */
.dropdown:hover>.dropdown-menu {
  display: block;
}
.dropdown-menu {
    margin-top:-20px;
}
/* */
.slide-container{
    max-height: 440px;

}
.unslider .unslider-nav{
    width:100%;
    position: relative;
    top: -100px;
}
.slide-container .unslider-nav {
    top: -65px;
}
.unslider .unslider-arrow{
    top: 230px;
	    top: 300px;
    border:3px solid rgba(255,255,255,.3);
    height:55px;
    width: 55px;
    text-indent:-999em;
    background-size: 19px 19px;
    background-repeat: no-repeat;
    background-position: center center;
    border-radius: 50%;
    z-index: 10;
}
    .unslider .unslider-arrow {
        display: none;
	}
.unslider .unslider-arrow.prev {
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='iso-8859-1'%3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' id='Layer_1' x='0px' y='0px' viewBox='0 0 492 492' style='enable-background:new 0 0 492 492;' xml:space='preserve' width='512px' height='512px'%3E%3Cg%3E%3Cg%3E%3Cpath d='M464.344,207.418l0.768,0.168H135.888l103.496-103.724c5.068-5.064,7.848-11.924,7.848-19.124 c0-7.2-2.78-14.012-7.848-19.088L223.28,49.538c-5.064-5.064-11.812-7.864-19.008-7.864c-7.2,0-13.952,2.78-19.016,7.844 L7.844,226.914C2.76,231.998-0.02,238.77,0,245.974c-0.02,7.244,2.76,14.02,7.844,19.096l177.412,177.412 c5.064,5.06,11.812,7.844,19.016,7.844c7.196,0,13.944-2.788,19.008-7.844l16.104-16.112c5.068-5.056,7.848-11.808,7.848-19.008 c0-7.196-2.78-13.592-7.848-18.652L134.72,284.406h329.992c14.828,0,27.288-12.78,27.288-27.6v-22.788 C492,219.198,479.172,207.418,464.344,207.418z' fill='%23FFFFFF'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E");
    left:50px;
}
.unslider .unslider-arrow.next {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' id='Layer_1' x='0px' y='0px' viewBox='0 0 492.004 492.004' style='enable-background:new 0 0 492.004 492.004;' xml:space='preserve' width='32px' height='32px'%3E%3Cg%3E%3Cg%3E%3Cpath d='M484.14,226.886L306.46,49.202c-5.072-5.072-11.832-7.856-19.04-7.856c-7.216,0-13.972,2.788-19.044,7.856l-16.132,16.136 c-5.068,5.064-7.86,11.828-7.86,19.04c0,7.208,2.792,14.2,7.86,19.264L355.9,207.526H26.58C11.732,207.526,0,219.15,0,234.002 v22.812c0,14.852,11.732,27.648,26.58,27.648h330.496L252.248,388.926c-5.068,5.072-7.86,11.652-7.86,18.864 c0,7.204,2.792,13.88,7.86,18.948l16.132,16.084c5.072,5.072,11.828,7.836,19.044,7.836c7.208,0,13.968-2.8,19.04-7.872 l177.68-177.68c5.084-5.088,7.88-11.88,7.86-19.1C492.02,238.762,489.228,231.966,484.14,226.886z' fill='%23FFFFFF'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E");
    right:50px;
}
.slide-container li{
    height:440px;
    background-size: cover;
    align-items: stretch;
}
.slide-container  .slide-button{
    z-index: 10;
    margin-top: 240px;
	margin-left: unset;
    max-width: unset;
    flex: unset;
}

.slide-container .slide-content{
    font-size:20px;
    padding-bottom: 15px;
    margin-bottom: 35px;
    text-shadow: 3px 3px 20px white, -3px -3px 20px  white;
    /* IE10+ */
    background-image: -ms-radial-gradient(center, ellipse closest-side, rgba(255,255,255,1) 0%, rgba(0,0,0,0) 100%);

    /* Mozilla Firefox */
    background-image: -moz-radial-gradient(center, ellipse closest-side, rgba(255,255,255,1) 0%, rgba(0,0,0,0) 100%);

    /* Opera */
    background-image: -o-radial-gradient(center, ellipse closest-side, rgba(255,255,255,1) 0%, rgba(0,0,0,0) 100%);

    /* Webkit (Safari/Chrome 10) */
    background-image: -webkit-gradient(radial, center center, 0, center center, 125, color-stop(0, rgba(255,255,255,1)), color-stop(100, rgba(0,0,0,0)));

    /* Webkit (Chrome 11+) */
    background-image: -webkit-radial-gradient(center, ellipse closest-side, rgba(255,255,255,1) 0%, rgba(0,0,0,0) 100%);

    /* W3C Markup */
    background-image: radial-gradient(ellipse closest-side at center, rgba(255,255,255,1) 0%, rgba(0,0,0,0)  100%);

}
.cblue{
    color: #007eff;
}
.cred{
    color: #f33!important;
}
h3.subtitle{
    font-weight: bold;
    font-size: 32px;
    margin-top: 80px;
    margin-bottom: 53px;
}
h3.subtitle.white{
    color: #fff;
}
.countries a:hover,.countries a:active{
    text-decoration: none;
}
.country-block{
    border-radius: 6px;
    height: 246px;
    padding: 28px !important;
    color: #fff;
    background-size: cover;
    overflow: auto;
    margin-bottom: 31px;
}
.country-block .night-count{
    text-align: right;
    letter-spacing: 1px;
}
.country-block .night-count span{
    display: inline-block;
    background-color: #f2451b;
    border-radius: 18px;
    padding: 8px 11px;
    font-weight: bold;
    font-size: 10px;
}
.country-block .name-and-price{
    font-weight: bold;
    bottom: 0;
    left:0;
    padding-top: 5px;
    padding-left:28px;
    height:100px;
    margin:87px -28px -28px -28px;

    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );

}
.country-block .name-and-price .name{
    color:#ffed00;
    font-size: 22px;
}
.country-block .name-and-price .price{
    font-size: 32px;
}
.another-country-container{
    width:235px;
    margin:0  auto 80px auto;
}
.useless-texts{
    padding-bottom: 35px;
}

.useless-texts-wrapper {
    box-shadow: 0 0 13px rgb(0, 0, 0, .15);
    border-radius: 10px;
}
/* .reasons-container{
    min-height:514px;
    overflow: auto;
    background-color: gray;
    background: url("/images/reasons-bg.jpg") center center/cover no-repeat;
    background-size: cover;
    padding-bottom: 25px;
} */

em{
    color: #f2451b;
    font-style: normal;
}
em.blue{
    color: #0000ff;
}
/* Кнопки */
.button{
    display: inline-block;
    background-color: transparent;
    border-radius:3px;
    font-weight: bold;
    text-align: center;
    font-size: 12px;
    transition: 0.3s all;
}
.button:hover, .dropdown-menu .dropdown-item:hover{
    text-decoration: none;
	color:#007eff;
}
.white-button{
    width:228px;
    background-color: #fff;
    color: #f2451b !important;
    color: gray !important;
    /* height: 55px; */
    border: 3px solid #fff;

    /* line-height:50px; */
    text-transform: uppercase;
}
.gray-button{
    width:228px;
    border: 3px solid #9fa3a7;
    color: #9fa3a7 !important;
    height: 55px;
    line-height:50px;
    text-transform: uppercase;
    cursor: pointer;
}


.white-y-button{
    font-size: 14px;
    width: 200px;
    letter-spacing: 1px;
    text-transform: uppercase;
    background-color: white;
    /* border: 1px solid blue; */
    /* color:blue; */
    transition: 0.3s all;
}
.white-y-button:hover {
    /* box-shadow: 0px 0px 4px 2px white; */
    /* box-shadow: 2px 2px 10px darkblue; */
    /* color:darkblue; */
}
.flag-icon {
    margin-right: 0.2em;
}

/* /Кнопки */
.reasons{
    text-align: center;
    padding: 0;
}
.reasons .reason {
    display: inline-block;
    min-height:200px;
    width:170px;
    margin-right: 15px;
    margin-left: 15px;
    /* font-weight: bold; */
    color: white;
    vertical-align: top;
    cursor: default;
}
.reasons .reason:hover .white-y-button {
    box-shadow: 0px 0px 4px 2px white;
}
.trash-text{
    padding: 28px;
    max-width: 100%;
}
.rewiews-container{
    min-height: 728px;
    padding-bottom: 80px;
    background-size: cover;
    background-image: url(/images/reviews-bg.jpg);
    overflow: auto;
}
.reviews{
    margin-bottom: 58px;
    padding:0;
}
.review{
    border-radius: 5px;
    background-color: #fff;
    padding: 28px;
    max-width: 100%;
}
.review .name{
    font-weight: bold;
    font-size: 22px;
}
.review .date{
    color:#9c9c9c;
}
.review .stars{
    color: #de9700;
    font-size:16px;
}
.review .selection{
    color: #ff0000;
    font-weight: bold;
}
.review .text{
    margin-top: 34px;
}
.review .text p{
    margin-bottom: 34px;
}
.review .service{
    font-weight: bold;
    color: #0000ff;

}
.review .where{
    color: #9c9c9c;
}
.news-container{
    background-color: #e8e8e8;
    overflow: auto;
    padding-bottom: 80px;
}
.news{
    margin-bottom: 58px;
}
.card.news-card{
    min-height:450px;
    padding-bottom:76px;
    border: none;
    background-color: #fff;
}
.card.news-card .card-title{
    font-weight: bold;
}
.sticky-card-footer{
    position: absolute;
    bottom: 0;
    left:0;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 10px;
    line-height:64px;
    width:100%;
    font-weight: bold;
    color: #9fa3a7;
}
.sticky-card-footer .views{
    float:right;
}
.sticky-card-footer .date{
    float:left;
}
.intext-icon{
    display: inline-block;
    background-size: contain;
    vertical-align: middle;
    margin-right: 1em;
}
.intext-icon.small{
    height: 14px;
    width: 14px;
}
.intext-icon.middle{
    height: 18px;
    width:18px;
}
.intext-icon.big{
    height: 28px;
    width:28px;
}
.intext-icon.clock {
    background-image: url(/images/clock.svg);
}

.intext-icon.eye {
    background-image: url(/images/eye.svg);
}
.intext-icon.magnifier {
    background-image: url(/images/search.svg);
}
.news-badge{
    position:absolute;
    top:28px;
    right:28px;
    font-size: 10px;
    font-weight: bold;
    color:#fff;
    letter-spacing: 1px;
    background-color: #f2451b;
    border-radius: 18px;
    padding: 8px 11px;
}
.search-button,.search-field{
    border-color:#e8e8e8 ;
    background-color: #e8e8e8;
}
.search-field:focus{
    -webkit-box-shadow: none;
    box-shadow: none;
    border:1px solid #e8e8e8;
    background-color: #e8e8e8;
}
.search-button .intext-icon {
    margin-right: auto;
}
.support{
    padding-top:80px;
    padding-bottom: 65px;
}
.support h3{
    margin-top: 0 !important;
    margin-bottom: 36px;
}
.test-box{
    min-height:350px;
    background-size:cover;
    background-image: url('/images/test.jpg');
    max-width: 120%;
}
.overlay{
    background-color: rgba(255,255,255,0.5) ;
    margin: -28px;
    padding: 28px;
}
.test-box iframe{
    width: 100%;
    height:305px;
    border:none;
}
.subscribe{
    background-color: #00f; /*#f2451b;*/
    padding-top: 4px;
    padding-bottom: 0.01em;
 /*   margin-top: 40px;	*/
}
.subscribe .form-control-plaintext{
    color: #fff;
  /*  font-weight: bold;
    font-size:29px;
	*/
}
.subscribe .form-control{
    box-shadow: none;
    border-color: #00f;
	width: 200px;
/*	margin: 0 auto;*/
	float: right;
}
.subscribe input {
    padding:0px!important;
    line-height: 0.8;
}

.subscribe input::placeholder {
    color: #00f;
    font-size: 16px;
}
.subscribe input::-webkit-input-placeholder {
    color: #00f;
    font-size: 16px;
}
.subscribe .button{
    height: 26px;
    line-height: 22px;
    border-color: #aaf;
    color: #fff !important;
}

.mb-2, .my-2 {
    margin-bottom: .3rem!important;
}
.subscribe.query {
    background-color: #ffed00;
}

.subscribe.query .button {
    border-color: #ffc107;
}
.subscribe.query .form-control {
    border-color: #ffc107;
}

.visa-countries{
    padding-bottom: 40px;
    padding-top:40px;
	padding-bottom: 0px;
}
.visa-countries em{
    font-style: normal;
    color: #6c6c6c;
}
.visa-countries .visa-required{
  /*  margin-bottom: 30px;*/
	display: none;
}
.site-footer{
    padding-top:20px;
    padding-bottom:50px;
    background-color: #f3f3f3;
    color: #6c6c6c;
    line-height: 24px;
    /* overflow: auto; */
}
.site-footer a{
 /*   color: #292929;*/
	color: #6c6c6c;
}

.site-footer-menu-item:nth-child(2) {
    text-align: center;
}

.site-footer-menu-item:last-child {
    text-align: right;
}

.site-footer-sm-footer {
    margin-top: 10px;
    display: none;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}

/* .site-footer-sm-footer a,
.site-footer-sm-footer span {
    width: 30%;
} */

.site-footer-menu {
    display: flex;
    justify-content: space-between;
}

.site-footer-menu-item {
    display: flex;
    flex-direction: column;
    width: 30%;
}


@media (max-width: 767px) {
    .site-footer-menu-item {
        width: 100%;
    }
    .site-footer-menu-item:nth-child(2) {
        text-align: right;
    }
    .site-footer-sm-footer {
        display: flex;
    }
    .site-footer-menu-item:last-child {
        display: none;
    }
}

@media (max-width: 499px) {
    .site-footer-menu {
        flex-direction: column;
    }
    .site-footer-menu-item:nth-child(2) {
        text-align: center;
    }
    .site-footer-menu-item:nth-child(1) {
        text-align: center;
    }
}

 .d-desktop-none{
	display: none;
	cursor: pointer;
 }

 .list-inline-item {
    width: 10%;
    padding-bottom: .5rem;
    white-space: nowrap;
	text-align: left;
	min-width: 124px;
}

.list-inline-item img {
    width: 20px;
    height: 22px;
	margin-right: 10px;
	position: relative;
	top: -1px;
}

.list-inline {
  /*  text-align: center;*/
}
.row.columns {
	/*
    background: linear-gradient(
    rgba(248, 249, 250, 0.03) 0%,
	rgba(248, 249, 250, 0.13) 20%,
	rgba(248, 249, 250, 0.33) 30%,
	rgba(248, 249, 250, 0.53) 50%,
	rgba(248, 249, 250, 0.73) 70%,
	rgba(248, 249, 250, 0.83) 80%,
	rgba(248, 249, 250, 0.93) 90%,
	#ffffff 100%

	);

	background-color: #f3f3f3;
		*/
}

@media (min-width: 768px) and (max-width: 1200px){
    .logo-container,.location-container,.phone-container{
        margin-right: auto;
    }
    .logo-container img{
        height: 85px;
        width: auto;
    }
    .logo-container{
        line-height:80px;
    }
    nav.top-menu a {
        font-size: 18px;
    }
    .subscribe .form-control-plaintext {
        font-size: 20px;
    }
    .slide-container .slide-content{
        font-size: 18px;
    }
    .slide-container .yellow-button{
        width:190px;
    }
    .review .text{
        font-size: 13px;
        hyphens: auto;
    }
    .news-card .card-title{
        font-size: 20px;
    }
    .support-block,.test-box{
        margin-top:25px;
    }
	.row.columns {
    display: flex!important;
}

#navbarSupportedContent {
    position: relative;
    float: right;
    right: unset;

}
}
/*
@media all and (max-width: 1000px){
.mainFormTable .col3 {
    display: block!important;
    width: auto!important;
}
}
*/
/*
@media all and (max-width: 576px){


*/

@media (max-width: 767px) {
    #navbarSupportedContent {
        right: 1px !important;
        top: 46px !important;
      }
    .nav-link {
        padding: 6px 10px !important;
        width: 126px;
    }
}



    nav.top-menu{
        min-height:80px;
        background:
        linear-gradient(
        #ffffff 0%,
         rgba(248, 249, 250, 0.99) 4%,
         rgba(248, 249, 250, 0.93) 10%,
         rgba(248, 249, 250, 0.73) 20%,
         rgba(248, 249, 250, 0.53) 30%,
         rgba(248, 249, 250, 0.33) 40%,
         rgba(248, 249, 250, 0.13) 50%,
         rgba(248, 249, 250, 0.03) 60%)

    }


@media all and (max-width: 767px){


.logo-container .dropdown:hover>.dropdown-menu {
    display: none;
}
nav.top-menu .nav-item>a::after {
    margin-right: 0px;
}
.subscribe .form-control, .subscribe .button {
    margin: 0 auto;
    float: none;
}
	.dropdown-menu {
		margin-top:0;
	}
	.d-inline {
    white-space: nowrap;
    margin-right: 7px;
}
    header{
        position: absolute;
        width: 33.333%;
        z-index: 1000;
        top: 5px;
    /*    left: 33.333%;*/
    }
    header .container{
        padding:0;
    }
	#navbarSupportedContent {
		padding-left: 0px;
		/* padding-top: 1em; */
		position: relative;
		float: right;
		right: unset;
	}

    nav.top-menu .dropdown-menu a{
    font-weight: normal;
    border-bottom: 1px solid #efefef;
    font-size: 1.1em;
    }
    nav.top-menu ul{
        margin-top: 1em;

    margin-top: 0;
    background-color: #e9ecef;
    width: 99%;
    margin-right: 0;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: .25rem;
    padding-left: 0;
    }
    nav.top-menu ul li{
        flex-basis: 33.33333%;
		flex-basis: 100%;
    }
    nav.top-menu a{
     /*   color: #f2451b;*/
        font-size: 1.1em;
    }
	.dropdown {
		margin-left: 0px;
		border-radius: unset;
		background: none;
	}
    .logo-container{
        padding:0;
  /*      margin:0 auto;*/

    }
    .logo-container img{
/*width: 91px; */
    /* height: auto; */
    height: 75px;
    top: 0px;
    position: relative;
    padding:5px;
    }
    .callback-container{
        position: absolute;
        right:15px;
        top:9px;
        z-index: 1000;
    }
    .slide-container{
        max-height: 267px;
        overflow: hidden;
    }
    .slide-container .slide-content{
        font-size: 17px;
        margin-left:15px;
        margin-right: 15px;
    }
    .slide-container li {
        height:276px;
    }

.slide-container .slide-button {
    margin: 150px auto 0;
	z-index: 10;
}
    .yellow-button{
        width:128px;
        height:37px;
        line-height: 37px;
        font-size: 11px;
        font-weight: normal;
        letter-spacing: 0;
        text-transform: none;
        cursor: pointer;
    }
    .unslider .unslider-nav {
        top:-70px;
    }
    .slide-container .unslider-nav {
        top:-37px;
    }
    .unslider .unslider-arrow {
        top:140px;
        width:14px;
        border-radius: 0;
        border: none;
        background-size: contain;
        z-index: 2000;
    }

    .unslider .unslider-arrow.prev {
        left:15px;
    }
    .unslider .unslider-arrow.next {
        right:15px;
    }
    .gray-button, .white-button {
    width: 190px;
        font-size: 18px;
        height: 35px;
        line-height: 31px;
        font-weight: normal;
        text-transform: none;

    }
    .reasons-container{
        min-height:283px;
        overflow: hidden;
    }
    .reasons-slider,.reviews-slider {
        padding:0 !important;
    }
    .reasons-container .reason {
        margin: 0;
        padding:0 20px 15px 20px;
    }
    .reasons-container .reason .reason-text{
        max-width: 200px;
        margin: 10px auto;
    }
    .reasons-container .reasons{
        height:175px;
        overflow: hidden;
    }
    .reasons-container .unslider-nav{
        top:-75px;
    }
    .reasons-container .unslider .unslider-arrow.prev,
    .reasons-container .unslider .unslider-arrow.next,
    .review-container .unslider .unslider-arrow.prev,
    .review-container .unslider .unslider-arrow.next{
        display: none;
    }
    .trash-text{
        border: none;
        padding: 15px;
    }
    .trash-text .button{
        display: block;
    }
    .rewiews-container {
        min-height: 364px;
        overflow: hidden;
        padding: 0;
    }
    .rewiews-container .review{
        margin: 0 15px 45px 15px;
        font-size: 11px;
    }
    .rewiews-container .review h4{
        font-size: 12px;
    }
    .support-block{
        padding-bottom: 30px;
    }
    .test-box{
        border:none;
        border-radius: 0;
        margin: 0 -15px;
    }
    .test-box .overlay{
        margin: 0 -15px;
    }
    .site-footer, #permanentlink{
        font-size:13px;
    }
    .site-footer ul.site,.site-footer ul.company,.site-footer ul.app,.site-footer ul.misc{
   /*    text-align: center;*/

    }
   .site-footer ul.misc, .site-footer ul.misc li{
   /*     margin-bottom:25px;*/
		 width: 100%;
		 margin-bottom: 5px;
		 text-align: center;
    }
    .site-footer ul.misc li.clearfix{
        margin-bottom:15px;
    }
    .callback-link{
        vertical-align: top;
        margin-left: 15px;
    }
    .card.news-card{
        min-height: 0;
        background-color: transparent;
    }
    .card.news-card{
        padding-bottom:0;
        flex-basis: 100%;
    }
    .card.news-card .card-title{
        font-size: 14px;
    }
    .card .sticky-card-footer{
        line-height: 1;
        font-size: 12px;
        font-weight: normal;
    }
 .tohide{
	  display: none !important;
 }
 .d-desktop-none{
	  display: block;
 }
  .list-inline-item {
    width: 30%;
}
.dropdown-menu {
  position: relative;
  min-width: 200px;
  width: 100%;
    z-index:1000;
}
	.nav{
	  display: block
	}
nav.top-menu .nbg a {
    display: none;
}
}

@media(max-width: 1450px) {
    .site-footer {
      padding-bottom: 65px !important;
    }
  }

@media all and (max-width: 576px){
/*	@media all and (max-width: 576px){*/
    .unslider .unslider-arrow {
        display: none;
	}
.visa-countries ul {
    padding-left: 30px;
}
	  .list-inline-item {
    width: 30%;
}
	.nav{
	  display: block
	}
	nav.top-menu{
		position: absolute;
	}
    nav.top-menu ul li{
        flex-basis: 100%;
    }
    h3.subtitle{
        margin-top:22px;
        margin-bottom:22px;
        font-size: 16px;
        padding: 0 15px;
    }
    .logo-container img{
        height: 65px;
        width: auto;
        padding:7px;
    }
    .logo-container{
        line-height:45px;
    }

    .news-container h3{
        color: #f2451b;
    }
    .news-container{
        padding-bottom:20px;
    }
    .news-container .news{
        margin-bottom: 20px;
    }
    .country-block .name-and-price{
        padding-top: 35px;
    }
    .country-block .name-and-price .price{
        font-size:21px;
    }
    .country-block .name-and-price .name{
        font-size:15px;
    }
    .another-country-container {
        width: 160px;
        margin: 0 auto 32px auto;
    }
    .another-country-container .selectric{
        line-height: 31px;
        height:35px;
    }
    .another-country-container .selectric .label{
        line-height: 31px;
        font-size: 11px;
        height:35px;
        font-weight: normal;
    }
    .another-country-container  .selectric .button{
        height:31px;
        line-height: 31px;
        width:29px;
    }

    .support{
        padding:22px 15px 0 15px;
        font-size:11px;
    }
    .search-field::placeholder {
        font-size: 12px;
    }
    .search-field::-webkit-input-placeholder {
        font-size: 12px;
    }
    .visa-countries{
        font-size:11px;
		text-align: left;
    }
	/*
#logo-href{
	display: block;
}
#logo-nav{
	display: none;
}
*/
.dropdown-menu {
  position: relative;
 /* display: block; */
  min-width: 200px;
  width: 100%;
}
nav.top-menu a.nav-link {
/*
    text-align: center;
    padding: 0rem 1rem !important;
*/
    text-align: left;
    padding-left: 0.7em !important;
    font-size: 1.0em;
}
nav.top-menu .nbg a {
    display: none;
}
.navbar-logo {
    display: block;padding: 0 10px;
	background-color: rgba(255, 237, 0, 0.38);
}
nav.top-menu ul {
    margin-top: 0;
    background-color: #e9ecef;
    width: 99%;
 /*   margin-left: 0;*/
	margin-right: 0;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: .25rem;
}
header {
    height: 45px;
}
.callback-container {
    right: 5px;
/*   top: 1px;*/
}
.list-inline-item {
    min-width: 80px;
}
}

.flag-wrapper {
 width: 100%;
 display: inline-block;
 position: relative;
 box-shadow: 0 0 2px black;
 overflow: hidden;
 margin-bottom: 20px;
}
.flag-wrapper:after {
 padding-top: 75%;
 /* ratio */
 display: block;
 content: '';
}
.flag-wrapper .flag {
 position: absolute;
 top: 0;
 bottom: 0;
 right: 0;
 left: 0;
 width: 100%;
 height: 100%;
 background-size: cover;
}
.no-wrap {
 white-space: nowrap;
 margin-bottom: 8px;
 overflow: hidden;
}

.footer-container,
#footer-nav,
.footer-contact {
	color: #d5d5d5!important;
}


.carousel-buttons {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .carousel-title {
    font-size: 23px;
    letter-spacing: 1.5px;
    font-weight: bold;
    color: #0081ff;
    text-shadow: 0px 0px 11px #fff;
    cursor: default;
    user-select: none;
    padding-bottom: 10px;
  }

  .carousel-buttons a.carousel-question-button {
    padding: 5px 12px;
  }

  .carousel-buttons a.carousel-question-button:first-child {
    margin-right: 10px;
  }
.carousel-buttons a.carousel-question-button:first-child {
    color: white;
border: 1px solid white !important;
    margin-right: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .25);
    position: relative;
    background: linear-gradient(120deg, rgb(255 246 120) 0%, rgb(255 105 105) 100%);
}
  @media (max-width: 499px) {
    .carousel-buttons {
      /* flex-direction: column; */
    }
    .carousel-buttons a:first-child {
        margin-right: 0;
    }
      .carousel-buttons {
      /* flex-wrap: wrap; */
    }
    .carousel-buttons a {
     /* font-size: 11px; */
     padding: 7px;
    }
    .carousel-buttons a:first-child {
      margin-right: 2px;
      /* margin-bottom: 2px; */
    }
  }

.top-menu .dropdown-item span, .top-menu .dropdown-item i, .top-menu .dropdown-item div {
    min-width: 19px;
}



@media (max-width: 767.98px) {
  .useless-texts .row {
    display: flex !important;
    flex-wrap: nowrap !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x mandatory;
    width: 100% !important;
    max-width: none !important;
    margin: 0 auto;
    padding-bottom: 10px;
    cursor: grab;
    user-select: none;
  }

  .useless-texts .row.active {
    cursor: grabbing;
  }

  .useless-texts .row > [class*="col-"] {
    flex: 0 0 90%;
    max-width: 90%;
    margin-right: 0.5rem;
    scroll-snap-align: start;
  }

  .useless-texts .d-none.d-md-flex {
    display: flex !important;
  }

  .useless-texts .trash-text {
    min-width: 100%;
    box-shadow: 0 0 13px rgba(0,0,0,0.15);
    border-radius: 10px;
    background: #fff;
  }

  .useless-texts .row::-webkit-scrollbar {
    display: none;
  }
}
