@import url('https://fonts.googleapis.com/css?family=Lato:400,600,800,900&display=swap');

body {
	margin: 0;
	font-family: 'Lato', sans-serif;
	min-width: 1200px;
	font-size: 14px;
}

* {box-sizing: border-box;}

h2 {
	font-size: 42px;
	color: #000;
	text-align: center;
	font-weight: 400;
	margin: 0;
}

img, input, textarea {
	outline: none;
	border: none;
}

header, section, footer, nav, article, aside {
	display: block;
}

p {
	margin: 0;
}

b {
	font-weight: 800;
}

.container {
	width: 1180px;
	margin-left: auto;
	margin-right: auto;
}
.gray {
	background-color: #F3F3F3;
}
.center {
	text-align: center;
}
.block {
	display: block;
}
.w-100 {
	width: 100%;
}
.w-22 {
	width: 22%;
	margin-right: 3%;
}
.w-22:last-of-type {
	margin-right: 0;
}
.ml-10 {
	margin-left: 10px;
}
.mt-10 {
	margin-top: 10px;
}
.mb-10 {
	margin-bottom: 10px;
}
.mb-15 {
	margin-bottom: 15px;
}
.mt-20 {
	margin-top: 20px;
}
.mt-25 {
	margin-top: 25px;
}
.mb-25 {
	margin-bottom: 25px;
}
.mt-30 {
	margin-top: 30px;
}
.mt-35 {
	margin-top: 35px;
}
.ml-30 {
	margin-left: 30px;
}
.mr-30 {
	margin-right: 30px;
}
.m-auto {
	margin-left: auto;
	margin-right: auto;
}
.fs-16 {
	font-size: 16px;
}
.left {
	float: left;
}
.right {
	float: right;
}
.overflow {
	overflow: hidden;
}
.logo {
	width: 220px;
	height: 64px;
	background-image: url('images/logo.png');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
#footer .logo {
	background-image: url('images/footer-logo.png');
}
#header-info span {
	font-size: 12px;
	color: #888888;
}
#header-info p {
	font-weight: 900;
	font-size: 24px;
}
#header-info a{
	color: #4A90E2;
}
ul#header-menu, ul#footer-menu {
	margin: 0;
	padding: 0;
	margin-top: 25px;
}
ul#footer-menu {
	margin-top: 10px;
}
ul#header-menu li, ul#footer-menu li {
	list-style: none;
	margin-right: 70px;
	float: left;
     -webkit-transition: all 0.3s ;
     -moz-transition: all 0.3s;
     -o-transition: all 0.3s;
     transition: all 0.3s;
}
ul#footer-menu li {
	margin-right: 35px;
}
ul#header-menu li:last-child, ul#footer-menu li:last-child {
	margin-right: 0;
}
ul#header-menu li a, ul#footer-menu li a {
	text-decoration: none;
	display: inline-block;
	font-weight: 400;
	font-size: 12px;
	text-transform: uppercase;
	line-height: 45px;
	color: #393939;
	height: 48px;
}
ul#header-menu li a {
	font-size: 14px;
}
ul#header-menu li {
	margin-right: 63px;
}
ul#footer-menu li a {
	color: #DCDCDC;
}
ul#header-menu li.active, ul#header-menu li:hover, ul#footer-menu li.active, ul#footer-menu li:hover {
	#border-bottom: 3px solid #f48000;	
}
ul#header-menu li.active a  {
	font-weight: 800;
	color: #000;
}
ul#footer-menu li.active a {
	font-weight: 800;
	color: #fff;
}
ul#header-menu li:hover a {
	color: #000;
}
ul#footer-menu li:hover a {
	color: #fff;
}
ul#header-menu li.active a::after, ul#footer-menu li.active a::after, ul#header-menu li:hover a::after, ul#footer-menu li:hover a::after {
	content: "";
	display: block;
	width: 100%;
	height: 3px;
	background-color: #f48000;
}

#main-top {
	height: 720px;
	width: 100%;
	background-image: url('images/main-top.jpg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.tv-search-form {
	padding-top: 70px;
}
#block-1 {
	margin-top: 100px;
	
}
.block-1-flex {
	display: flex;
    flex-direction: row; 
    align-items: stretch;
}
.block-1-flex:first-of-type {
	margin-top: 70px;
	margin-bottom: 70px;
}
.b1-container {
	position: relative;
	display: block;
	overflow: hidden;
	float: left;
	width: 280px;
	height: 430px;
	border: 1px solid #C5C5C5;
	border-radius: 20px;
	text-decoration: none;
	color: #000;
	margin-right: 20px;
     -webkit-transition: all 0.5s ;
     -moz-transition: all 0.5s;
     -o-transition: all 0.5s;
     transition: all 0.5s;
	 
}
.b1-container:nth-child(4n+4) {
	margin-right: 0;
}
.b1-container:hover {
	transform: translate(0, -35px);
	background-color: #4a90e2;
}
.b1-container:hover::before {
	display: block;
    content: "";	
	width: 78px;
	height: 8px;
	background-color: #236CC2;
	margin: 0 auto;
	position: absolute;
	left: 50%;
	margin-left: -39px;
	bottom: 0;
	border-radius: 5px;
}
.b1-image {
	width: 100%;
	height: 280px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	border-radius: 20px;
}
.b1-container:hover .b1-image {
	box-shadow: 0 10px 40px 15px rgba(0,0,0,0.25);
}
.b1-link {
	height: 150px;
	width: 100%;
	display: table;
}
.b1-link div {
	display: table-cell;
	font-size: 22px;
	vertical-align: middle;
	text-align: center;
	padding: 0 10px;
}
.b1-container:hover .b1-link div {
	color: #fff;
}

.covid-19 {
	margin-top: 25px;
	color: #fff;
	font-size: 50px;
	text-decoration: none;
	font-weight: bold;
}
.covid-19:hover {
	color: #FFA300;
}
#pop-out {
	margin-top: 60px;
	margin-bottom: 120px;
}
#pop-out-list {
	margin-top: 90px;
	height: 400px;
}
#pop-out-list .left, #pop-out-list .right {
	height: 380px;
	position: relative;
}
#pop-out-list .left {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	border-radius: 5px;
	overflow: hidden;
	margin-right: 30px;
	width: 380px;
}
#pop-out-list .left a {
	display: block;
	width: 100%;
	height: 80px;
	padding: 15px;
	background: rgba(11, 11, 11, 0.5);
	position: absolute;
	bottom: 0;
	color: #fff;
	font-weight: 600;
	font-size: 18px;
	line-height: 50px;
	z-index: 999;
}
#pop-out-list .left a img.flag, #pop-out-list .right a img.flag {
	width: 50px;
	height: 50px;
	margin-right: 15px;
	float: left;
}
#pop-out-list .left a img.arrow-right {
	float: right;
}
#pop-out-list .right {
	float: unset;
}
#pop-out-list .right a img.arrow-right {
	float: left;
	margin-right: 15px;
}
#pop-out-list .left a span, #pop-out-list .right a span {
	display: inline-block;
	float: left;
}
#pop-out-list .left a span {
	font-weight: bold;
	font-size: 22px;
}
#pop-out-list .left, #pop-out-list .right a {
	 -webkit-transition: all 0.3s ;
     -moz-transition: all 0.3s;
     -o-transition: all 0.3s;
     transition: all 0.3s;	
}
#pop-out-list .left:hover, #pop-out-list .right a:hover {
	box-shadow: 0 3px 5px 1px rgba(0,0,0,0.25)
}
.orange {
	background-color: #FFA300 !important;
}

#pop-out-list .right a {
	width: 240px;
	display: block;
	height: 80px;
	padding: 15px;
	background-color: #AECD34;
	color: #fff;
	font-weight: 600;
	font-size: 18px;
	line-height: 50px;	
	margin-bottom: 20px;
	border-radius: 5px;
	float: left;
	margin-right: 22px;
}

#pop-out-list .right a:nth-child(3n+3) {
	margin-right: 0;
}
#hot-tours {
	padding-top: 85px;
	position: relative;
}
#TVHotTours983940 {
	margin-top: 65px;
    margin-bottom: 210px;
}
#subscribe-wrapper {
	width: 100%;
	position: absolute;
	left: 0;
}
#subscribe {
	width: 980px;
	height: 280px;
	background-color: #FFA300;
	margin-top: -140px;
	margin-bottom: 150px;
	box-shadow: 0 5px 20px 3px rgba(0,0,0,0.15);
	padding: 70px 190px 0;
	color: #fff;
}
#subscribe p {
	font-size: 32px;
}
#subscribe span {
	font-size: 18px;
}
#subscribe input {
	border-radius: 5px;
	height: 50px;
}
#sform-mail {
	width: 380px;
	float: left;
	text-indent: 20px;
}
#sform-submit {
	width: 200px;
	float: right;
	background-color: #4A90E2;
	color: #fff;
	cursor: pointer;
}
#russian-tours-wrapper {
	margin-top: 75px;
	margin-bottom: 100px;
	height: 625px;
}
#russian-tours h2 {
	padding-top: 280px;
}
.russian-tours-item {
	width: 340px;
	float: left;
	text-decoration: none;
	margin-right: 60px;
}
.russian-tours-item:last-child {
	margin-right: 0;
}
.russian-tours-item .image {
	width: 100%;
	height: 420px;
	border-radius: 20px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;	
}
.russian-tours-item .tour-name {
	margin-top: 50px;
	text-align: center;
	font-size: 22px;
	line-height: 140%;
	padding: 0 40px;
	color: #000;
	
}
.russian-tours-item .tour-name::after {
    display: block;
    content: "";	
	width: 130px;
	height: 5px;
	background-color: #FFA300;
	margin: 0 auto;
	margin-top: 30px;
     -webkit-transition: all 0.3s ;
     -moz-transition: all 0.3s;
     -o-transition: all 0.3s;
     transition: all 0.3s;	
}
.russian-tours-item:hover .tour-name {
	color: #FFA300;
}
.russian-tours-item:hover .image {
	box-shadow: 0 1px 20px 1px rgba(0,0,0,0.2);
}
.russian-tours-item:hover .tour-name::after {
	width: 0px;
}
#latour-is-good-wrapper {
	background-image: url('images/nice-background.jpg');
	height: 1000px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;	
}
#latour-is-good {
	padding-top: 90px;
}
.latour-desc {
	width: 920px;
	color: #2D2D2D;
	text-align: center;
	margin-top: 50px;
	margin-bottom: 85px;
	font-size: 16px;
	line-height: 22px;
}
.vantage-item {
	display: block;
	width: 280px;
	height: 270px;
	background-color: #fff;
	margin-top: 100px;
	position: relative;
	float: left;
	text-align: center;
	margin-right: 20px;
	border-radius: 6px;
     -webkit-transition: all 0.3s ;
     -moz-transition: all 0.3s;
     -o-transition: all 0.3s;
     transition: all 0.3s;
	cursor: pointer;
}
.vantage-item:hover {
	color: #FFA300;
}
.vantage-item:hover .image {
	box-shadow: 0 3px 5px 2px rgba(0,0,0,0.25);
}
.vantage-item:last-of-type {
	margin-right: 0;
}
.vantage-item .image{
	position: absolute;
	top: -100px;
	left: 37px;
	border-radius: 50%;
	width: 205px;
	height: 205px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;	
}
.vantage-item .caption {
	margin-top: 165px;
	line-height: 140%;
	font-size: 22px;
	padding: 0 25px;
}
#banner {
	height: 420px;
	width: 100%;
	background-image: url('images/banner.jpg');
	margin-top: -210px;
	margin-bottom: 140px;
}
#help-item-wrapper {
	margin-top: 100px;
	margin-bottom: 150px;
	height: 217px;
}
.help-item {
	display: block;
	width: 380px;
	height: 217px;
	border-radius: 20px;
	float: left;
	margin-right: 20px;
	cursor: pointer;
     -webkit-transition: all 0.3s ;
     -moz-transition: all 0.3s;
     -o-transition: all 0.3s;
     transition: all 0.3s;	
}
.help-item:last-of-type {
	margin-right: 0;
}
.help-item .caption {
	margin-top: 95px;
	width: 100%;
	text-align: center;
	font-size: 24px;
	padding: 0 60px;
}
.help-item .caption::after {
    display: block;
    content: "";	
	width: 130px;
	height: 5px;
	background-color: #FFA300;
	margin: 0 auto;
	margin-top: 20px;
     -webkit-transition: all 0.3s ;
     -moz-transition: all 0.3s;
     -o-transition: all 0.3s;
     transition: all 0.3s;		
}
.help-item:last-of-type .caption {
	margin-top: 80px;
}
.help-item:hover .caption::after {
	width: 0px;
}
.help-item:hover {
    box-shadow: 0 1px 20px 1px rgba(0,0,0,0.2);
}
#footer-wrapper {
	background-color: #474747;
	height: 580px;
	padding-top: 75px;
}
.footer-split {
	height: 1px;
	background-color: #707070;
	width: 100%;
	margin-top: 60px;
	margin-bottom: 65px;
}
#footer-info {
	color: #DCDCDC;
}

#footer-info p {
	line-height: 140%;
}
.footer-marked {
	text-transform: uppercase;
	position: relative;
}
.footer-marked::before {
	content: "";
	position: absolute;
	left: -25px;
	display: block;
	float: left;
	width: 14px;
	height: 19px;
	background-image: url('images/marker.png');
}
#bottom-text {
	line-height: 140%;
	color: #7E7E7E;
	margin-top: 50px;
	text-align: center;
}
#top-menu-show {
	display: none;
}
.tv-moduleid-192528 .TVStandartForm {
	box-shadow: 0 10px 15px 5px rgba(0,0,0,0.2);
}
@media screen and (max-width: 1200px) {
	#header {
		height: 85px;
	}
	#header.mt-35 {
		margin-top: 30px;
	}
	#top-menu-show {
		display: block;
		width: 26px;
		height: 20px;
		background-image: url('images/top-menu.png');
		background-size: 100% auto;
		background-position: center;
		background-repeat: no-repeat;
		margin-left: 35px;
	}
	#header-menu {
		display: none;
	}
	.container {
		width: 690px;
	}
	.logo {
		width: 220px;
		height: 64px;
	}
	#main-top {
		height: 480px;
	}
	#block-1 {
		height: 100px;
	}
}
@media screen and (max-width: 768px) {
	body {
		min-width: auto;
	}
	h2 {
		font-size: 28px;
	}
	.container {
		width: 335px;
	}
	.logo {
		width: 175px;
		height: 52px;
	}
	#header-info {
		display: none;
	}
	#main-top {
		height: 325px;
	}
	#block-1 {
		margin-top: 45px;
	}
	.b1-image {
		height: 230px;
	}
	.b1-link {
		height: 120px;
	}
	.block-1-flex {
		display: block;
	}
	.b1-container {
		width: 100%;
		margin-bottom: 30px;
		height: 350px;
	}
	.b1-link div {
		font-size: 18px;
	}
	.b1-container:hover {
		transform: none;
	}
	#pop-out {
		overflow: hidden;
		margin-bottom: 70px;
	}
	#pop-out-list .left {
		background-image: none !Important;
		height: 80px;
		width: 100%;
		margin-bottom: 20px;
	}
	#pop-out-list .right a, #pop-out-list .right {
		width: 100%;
	}
	#pop-out-list .left a .arrow-right {
		display: none;
	}
	#pop-out-list {
		margin-top: 50px;
	}
	#subscribe-wrapper {
		height: 360px;
		display: block;
		background-color: #FFA300;
	}
	#subscribe {
		width: 100%;
		height: 360px;
		margin-top: 0;
		padding: 0;
	}
	#subscribe p {
		font-size: 24px;
		padding: 45px 70px 0;
}
	#subscribe span {
		margin: 20px 0 !important;
		padding: 0 10px;
	}
	#subscribe input {
		display: inline-block;
		float: unset;
	}
	#sform-submit {
		margin-top: 20px;
	}
	#russian-tours {
		overflow: hidden;
	}
	#russian-tours h2 {
		padding-top: 450px;
	}
	.russian-tours-item {
		margin-top: 0 !important;
		margin-bottom: 70px;
	}
	.russian-tours-item .tour-name {
		font-size: 18px;
		margin-top: 35px;
	}
	.russian-tours-item .tour-name::after {
		margin-top: 15px;
	}
	.russian-tours-item:hover .image {
		box-shadow: none;
	}
	#latour-is-good {
		padding-top: 60px;
	}
	.latour-desc {
		width: 100%;
		margin-bottom: 55px;
	}
	#vantage-wrapper {
		text-align: center;
	}
	.vantage-item {
		margin-right: 0;
		display: inline-block;
		float: unset;
		margin-bottom: 45px;
	}
	#latour-is-good-wrapper {
		height: auto;
		background-image: none;
		background-color: #F3F3F3;
	}
	#banner {
		display: none;
		background-image: none;
	}
	#help {
		padding-top: 75px;
		overflow: hidden;
	}
	#help-item-wrapper {
		margin-top: 45px;
		margin-bottom: 10px;
	}
	.help-item {
		width: 100%;
		height: 177px;
		margin-bottom: 30px;
	}
	.help-item:hover {
		box-shadow: none;
	}
	.help-item .caption {
		margin-top: 75px;
		padding: 0 30px;
	}
	.help-item:last-of-type .caption {
		margin-top: 50px;
	}
	#footer-wrapper {
		padding-top: 30px;
		height: auto;
	}
	#footer .logo {
		margin: 0 auto;
		float: unset;
	}
	ul#footer-menu li {
		width: 50%;
		margin-right: 0;
	}
	ul#footer-menu {
		margin-top: 30px;
	}
	.footer-split {
		margin: 40px 0 10px !important;
	}
	#footer-info .w-22 {
		width: 100%;
		margin-right: 0;
		padding-left: 30px;
		margin-top: 30px;
	}
	#footer-info .w-22:first-child {
		padding-left: 0;
	}
	#bottom-text {
		padding-bottom: 40px;
	}
	.TVWideForm.TVTheme2, .TVStandartForm.TVTheme2 {
		width: 100% !Important;
	}
	.TVHotItemWrap, .TVWideForm.TVTheme1 {
		width: 100% !important;
	}
	.TVHotItem {
		width: 13% !important;
	}
	#TVHotTours983940 {
		margin-bottom: 65px;
	}
	.tv-moduleid-192528 .TVStandartForm  {
		box-shadow: none;
	}
}