body {}
a:link {text-decoration: none;}

button {outline: none; cursor: pointer;}
input {outline: none;}
h1, h2, h3, h4, h5, h6, a, p {font-family: 'Roboto Condensed', sans-serif; margin: 0;}
.mg-t-1 {margin-top: 1em;}
.mg-t-2 {margin-top: 2em;}
.mg-t-3 {margin-top: 3em;}
.mg-t-4 {margin-top: 4em;}
.mg-t-5 {margin-top: 5em;}
.mg-t-6 {margin-top: 6em;}
.mg-t-7 {margin-top: 7em;}
.mg-t-8 {margin-top: 8em;}
.mg-t-9 {margin-top: 9em;}
.mg-t-10 {margin-top: 10em;}
.mg-b-1 {margin-bottom: 1em;}
.mg-b-2 {margin-bottom: 2em;}
.mg-b-3 {margin-bottom: 3em;}
.mg-b-4 {margin-bottom: 4em;}
.mg-b-5 {margin-bottom: 5em;}
.mg-b-6 {margin-bottom: 6em;}
.mg-b-7 {margin-bottom: 7em;}
.mg-b-8 {margin-bottom: 8em;}
.mg-b-9 {margin-bottom: 9em;}
.mg-b-10 {margin-bottom: 10em;}

.pdg-0 {padding: 0;}
.fx-cnt {display: flex; position: relative;}
.wrap-header {display: flex; justify-content: space-between; align-items: center; position: fixed; transition: .3s; z-index: 99; width: 100%; max-width: 1140px; z-index: 9999;}
.main-slaider {
	margin-top: 100px;
}
.logo {
	width: 130px; 
	position: absolute;
	left: 0; 
	top: 0; 
	border-radius: 0 0 20px 0; 
	background-image: -moz-linear-gradient( 90deg, rgb(122,204,200) 0%, rgb(99,169,228) 66%, rgb(76,134,255) 100%);
	background-image: -webkit-linear-gradient( 90deg, rgb(122,204,200) 0%, rgb(99,169,228) 66%, rgb(76,134,255) 100%);
	background-image: -ms-linear-gradient( 90deg, rgb(122,204,200) 0%, rgb(99,169,228) 66%, rgb(76,134,255) 100%);
	display: flex;
	justify-content: center;
	align-items:
	center;
	padding: 15px 15px 22px;
	z-index: 10;
	transition: .5s;
}
.logo img{
	position: relative;
	width: 100%;
	transition: .5s;
}
.wrap-header.fixed .logo{
	background-color: rgba(255, 255, 255, 1);
	padding: 3px 15px 3px;
	border-radius: 0;
}
.wrap-header.fixed .logo img{
	width: 70px;
}
.wrap-header.fixed .menu {padding: 10px;}
.wrap-header.fixed .menu .bottom-menu {padding: 5px 0;}
.menu {margin-left: 150px; padding: 5px 20px 0; width: 100%; transition: .5s;}
.card {display: none;}
.wrap-header.fixed .menu .top-menu .btn-ex {width: 250px; margin-left: 120px;}
.wrap-header.fixed .menu .bottom-menu a::before {height: 21px; top: 1px;}
.btn-ex {
	border-radius: 4px;
	background-image: -moz-linear-gradient( 4deg, rgb(252,206,1) 0%, rgb(254,187,1) 47%, rgb(255,168,0) 100%);
	background-image: -webkit-linear-gradient( 4deg, rgb(252,206,1) 0%, rgb(254,187,1) 47%, rgb(255,168,0) 100%);
	background-image: -ms-linear-gradient( 4deg, rgb(252,206,1) 0%, rgb(254,187,1) 47%, rgb(255,168,0) 100%);
	width: 290px;
	height: 40px;
	display: block;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	color: #ffffff;
	padding: 7px 0;
	outline: none;
	border: none;
	transition: .5s;
}

.top-menu {display: flex; justify-content: space-between; align-items: center;}
.phone {
  font-size: 25px;
  color: rgb(202, 35, 35);
  font-weight: bold;
}
.phone-blue {
  font-size: 25px;
  color: #528ff8;
  font-weight: bold;
}
.bottom-menu {
	display: flex;
	justify-content: space-between;
	padding: 15px 0;
	transition: .5s;
}
.bottom-menu a{
  font-size: 16px;
  color: rgb(19, 19, 19);
  position: relative;
  display: block;
}
.bottom-menu a::before {
	content: '';
	position: absolute;
	width: 1px;
	height: 38px;
	background-color: #dddddd;
	right: 0;
	top: -7px;
	transition: 0.5s;
}
#bt-menu-last::before {display: none;}
.bg-white-color {
	position: fixed;
	height: 90px;
	left: 0;
	top: 0;
	width: 100%;
	background-color: #ffffff;
	z-index: 999;
}
.slaid-1 h1 {
	font-weight: bold;
	line-height: 1.7;
	text-align: center;
	color: #ffffff;
	font-size: 36px;
	position: relative;
	z-index: 1;
}

.slaid-1 {
	background: url(/img/slaid-1.jpg) no-repeat left top;
	background-size: cover;
	width: 100%;
	height: 500px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.slaid-1.slaid-2 {
	background: url(/img/slaid-2.jpg) no-repeat left top;
	background-size: cover;
}
.slaid-1.slaid-3 {
	background: url(/img/slaid-3.jpg) no-repeat left top;
	background-size: cover;
}
.slaid-1::after, .slaid-1.slaid-2::after, .slaid-1.slaid-3::after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-color: rgba(0, 0, 0, 0.5);
}

.open-form {
  border-radius: 5px;
  background-image: -moz-linear-gradient( 90deg, rgba(122,204,200,.7) 0%, rgba(99,169,228,.7) 66%, rgba(76,134,255,.7) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgba(122,204,200,.7) 0%, rgba(99,169,228,.7) 66%, rgba(76,134,255,.7) 100%);
  background-image: -ms-linear-gradient( 90deg, rgba(122,204,200,.7) 0%, rgba(99,169,228,.7) 66%, rgba(76,134,255,.7) 100%);
  width: 100%;
  max-width: 485px;
  margin: 0 auto;
  padding: 25px 30px;
  text-align: left;
  z-index: 1;
}
.l-txt-1 {
  font-size: 16px;
  color: rgb(19, 19, 19);
  font-weight: bold;
  line-height: 1.621;
  text-align: center;
  margin-bottom: 20px;
}
.f-tel {width: 100%; border-radius: 3px; text-align: center; border: none; outline: none; padding: 7px 10px 9px 10px; margin-bottom: 10px;}
.check {text-align: left;}
.btn-send {
	border-radius: 4px;
	background-image: -moz-linear-gradient( 4deg, rgb(252,206,1) 0%, rgb(254,187,1) 47%, rgb(255,168,0) 100%);
	background-image: -webkit-linear-gradient( 4deg, rgb(252,206,1) 0%, rgb(254,187,1) 47%, rgb(255,168,0) 100%);
	background-image: -ms-linear-gradient( 4deg, rgb(252,206,1) 0%, rgb(254,187,1) 47%, rgb(255,168,0) 100%);
	width: 100%;
	height: 52px;
	border: none;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	color: #ffffff;
	padding: 13px 0;
	outline: none;
	transition: .3s;
}
.f-tel::-webkit-input-placeholder { color: rgb(19, 19, 19); text-decoration: underline; font-size: 14px; font-weight: 500;}
.f-tel::-moz-placeholder          { color: rgb(19, 19, 19); text-decoration: underline; font-size: 14px; font-weight: 500;}
.f-tel:-moz-placeholder           { color: rgb(19, 19, 19); text-decoration: underline; font-size: 14px; font-weight: 500;}
.f-tel:-ms-input-placeholder      { color: rgb(19, 19, 19); text-decoration: underline; font-size: 14px; font-weight: 500;}

.check:not(checked) {
    position: absolute;
    opacity: 0;
}
.check {
    vertical-align: top;
    width: 17px;
    height: 17px;
    margin: 0 3px 0 0;
}

.check:not(checked) + label {
      position: relative;
    padding: 0 0 0 35px;
}
.check+ label {
    cursor: pointer;
}
.check:not(checked) + label:before {
      content: '';
    position: absolute;
    top: 2px;
    left: 0;
    width: 22px;
    height: 22px;
    border: 1px solid #CDD1DA;
    background: #FFF;
}
.check:checked + label:after {
  opacity: 1;
}
.check:not(checked) + label:after {
  content: '';
    position: absolute;
    top: 8px;
    left: 4px;
    width: 14px;
    height: 12px;
    opacity: 1;
	background: url(/img/checked.png) no-repeat center;
    transition: all .2s;
}

  
.main-slaider.owl-carousel .owl-nav {position: absolute; top: 0; bottom: 0; left: 0; right: 0; margin: auto; width: 1px; height: 1px; display: block;}
.main-slaider .owl-dots {display: none;}

.main-slaider .owl-nav button.owl-next {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	outline: none;
} 
.main-slaider .owl-nav button.owl-next::before {
	content: '';
	display: block;
	position: absolute;
	left: 520px;
	width: 45px;
	height: 50px;
	background: url(/img/fa-arrow-right.png) no-repeat center;
	
} 
.main-slaider .owl-nav button.owl-prev {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	outline: none;
}
.main-slaider .owl-nav button.owl-prev::before {
	content: '';
	display: block;
	position: absolute;
	right: 520px;
	width: 45px;
	height: 50px;
	background: url(/img/fa-arrow-left.png) no-repeat center;
}

.img-circle {
	max-width: 170px;
	max-height: 170px;
	border-radius: 50%;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	margin: 0 53px;
}
.img-circle::after{
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.7);
}

.img-circle p{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	font-size: 18px;
  	color: rgb(255, 255, 255);
  	line-height: 1.325;
  	text-align: center;
  	max-width: 160px;
  	z-index: 10;
  	display: flex;
  	justify-content: center;
  	align-items: center;
}
.standart-h1 {
  color: rgb(19, 19, 19);
  font-weight: bold;
  line-height: 1.7;
  text-align: center;
  text-transform: uppercase;
  font-size: 36px;
}
.wrap-advantages {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.tur {
	border-radius: 5px;
	border-width: 0.86px;
	border-color: rgba(19, 19, 19, .6);
	border-style: solid;
    background: linear-gradient(45deg, rgba(76,134,255, .1 ), rgba(76,134,255, .8 ));
    width: 360px;
    text-align: center;
    padding: 10px;
    margin: 5px 0;
    transition: .3s;
}
#block-3 {
	background: url(/img/bg-turs.jpg) no-repeat center;
	background-size: 100%;
	position: relative;
}
.wrap-turs a{
	color: rgb(19, 19, 19);
}
#block-3::after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: linear-gradient(to top, rgba(255,255,255, 1 ) 20%, rgba(255,255,255, .5 ) 50%, rgba(255,255,255, .1 ) 80%);
	z-index: 0;
}
.wrap-turs {
	display: flex;
	justify-content: space-around;
	align-items: center;
	flex-wrap: wrap;
	position: relative;
	z-index: 1;
}
.znakom {
	max-width: 350px;
	width: 100%;
	box-shadow: 0px 1px 8.37px 0.63px rgba(0, 0, 0, 0.24);
	border-radius: 5px;
	overflow: hidden;
	margin-top: 30px;
	min-height: 470px;
	position: relative;
}
.znakom-thumb {
	max-height: 155px;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
}
.znakom-thumb img {
	width: 100%;
}

.znakom p {
	margin: auto;
	margin-top: 15px;
}
.znakom-txt {padding: 0 30px 30px ;}

.sochi-price {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 20px;
	position: absolute;
    width: 100%;
    padding: 0 15px;
    left: 0;
    bottom: 25px;
}

.sochi-price span{
  font-size: 20px;
  color: rgb(9, 108, 150);
  font-weight: bold;
  font-family: 'Roboto Condensed', sans-serif;
}
.btn_read_more {
	border-radius: 4px;
	background-image: -moz-linear-gradient( 4deg, rgb(252,206,1) 0%, rgb(254,187,1) 47%, rgb(255,168,0) 100%);
	background-image: -webkit-linear-gradient( 4deg, rgb(252,206,1) 0%, rgb(254,187,1) 47%, rgb(255,168,0) 100%);
	background-image: -ms-linear-gradient( 4deg, rgb(252,206,1) 0%, rgb(254,187,1) 47%, rgb(255,168,0) 100%);
	width: 160px;
	height: 40px;
	display: block;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	color: #ffffff;
	padding: 7px 0;
	outline: none;	
}
.wrap-znakomstva {
	display: flex;
	justify-content: space-around;
	align-items: center;
	flex-wrap: wrap;
}
.wrap-company {
	height: 220px;
	display: flex;
	align-items: center;
	padding: 0 10%;
}
.wrap-company.bg-1 {
	background: url(/img/bg-company-1.jpg) no-repeat center;
	background-size: cover;
}
.wrap-company.bg-2 {
	background: url(/img/bg-company-2.jpg) no-repeat center;
	background-size: cover;
	height: 300px;
	align-items: flex-start;
	padding-top: 30px;
}
.wrap-company.bg-3 {
	background: url(/img/bg-company-3.jpg) no-repeat center;
	background-size: cover;
	height: 300px;
	align-items: flex-start;
	padding-top: 30px;
}
.white-txt {
  font-size: 18px;
  color: rgb(255, 255, 255);
  line-height: 1.7;
  text-align: left;
}
.btn_red {
	position: absolute;
	color: #ffffff;
	border-radius: 4px;
	width: 320px;
  	height: 45px;
  	background-color: #ca2323;
  	font-size: 17px;
  	text-transform: uppercase;
  	display: flex;
  	justify-content: center;
  	align-items: center;
  	left: 0;
  	right: 0;
  	bottom: 13px;
  	margin: auto;
  	transition: .3s;
}
.btn_red:hover {
	color: #ffffff;
	background-color: #ff3939;
}
.nav-logo {
	max-width: 50px;
}
.item-review {
	max-width: 370px;
	max-height: 340px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 5px;
	border: 2px solid #ddd;
	overflow: hidden;
	margin: auto;
}
.reviews-slaider .owl-item img{
	width: 400px;
}

.reviews-slaider.owl-carousel .owl-nav.disabled {display: block;}
.reviews-slaider .owl-nav {position: absolute; top: 0; bottom: 0; left: 0; right: 0; margin: auto; width: 1px; height: 1px;}
.reviews-slaider .owl-dots {display: none;}

.reviews-slaider .owl-nav button.owl-next {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	outline: none;
} 
.reviews-slaider .owl-nav button.owl-next::before {
	content: '';
	display: block;
	position: absolute;
	left: 520px;
	width: 45px;
	height: 50px;
	background: url(/img/fa-arrow-right-black.png) no-repeat center;
	
} 
.reviews-slaider .owl-nav button.owl-prev {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	outline: none;
}
.reviews-slaider .owl-nav button.owl-prev::before {
	content: '';
	display: block;
	position: absolute;
	right: 520px;
	width: 45px;
	height: 50px;
	background: url(/img/fa-arrow-left-black.png) no-repeat center;
}
footer {
	position: relative;
  width: 100%;
  padding: 25px 30px;
  margin-top: 40px;
}
.bg-up-footer {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 110px;
  background-image: -moz-linear-gradient( 90deg, rgba(122,204,200, 1) 0%, rgba(99,169,228, 1) 66%, rgba(76,134,255, 1) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgba(122,204,200, 1) 0%, rgba(99,169,228, 1) 66%, rgba(76,134,255, 1) 100%);
  background-image: -ms-linear-gradient( 90deg, rgba(122,204,200, 1) 0%, rgba(99,169,228, 1) 66%, rgba(76,134,255, 1) 100%);
}
.bg-down-footer {
	position: absolute;
	width: 100%;
	top: 110px;
	left: 0;
	box-shadow: 0px 4px 9px 0px rgba(0, 0, 0, 0.23);
}
.down-footer {
	display: flex;
	justify-content: space-around;
	align-items: center;
	margin-top: 50px;
    text-align: center;
}

#f-phone {
	width: 300px;
	height: 35px;
	text-align: center;
	border: 1px solid rgb(154, 154, 154);
	border-radius: 3px;
}
.wrap-footer {
	display: flex;
}
.footer-form {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 70%;
}
.wrap-footer h1 {
	width: 30%;
}



.animated-modal {
  max-width: 983px;
  border-radius: 4px;
  overflow: hidden;
  transform: translateY(-50px);
  transition: all .7s;
}

.animated-modal h2,
.animated-modal p {  
  opacity: 0;
  transition-property: transform, opacity;
  transition-duration: .4s;
}

.fancybox-slide--current .animated-modal,
.fancybox-slide--current .animated-modal h2,
.fancybox-slide--current .animated-modal p {
  transform: translateY(0);
  opacity: 1;
  padding: 0;
}

.wrap-popup {
  border-radius: 5px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 1px 8.37px 0.63px rgba(0, 0, 0, 0.24);
  max-width: 983px;
  width: 100%;
}
.popup-slaider.owl-carousel.owl-drag .owl-item {
	width: 100%;
}
.p-img {
	display: flex;
	justify-content: center;
	align-items: center;
	max-height: 360px;
	overflow: hidden;
	width: 100%;
}
.p-img img{
	width: 100%;
}
.p-txt {
	display: flex;
	padding: 10px;
	align-items: center;
}
.wrap-popup .p-txt p{
	max-width: 505px;
	padding: 0 25px;
	line-height: 1.2;
	font-size: 15px;
}
.open-form.popup-form {
	max-width: 440px;
	margin-top: 25px;
	max-height: 300px;
}
.p-txt-1 p{max-width: 80%;}
.p-txt-1 {
	display: flex;
	align-items: center;
	padding: 0 35px 35px;
}
.p-txt-1 span{
  font-size: 24px;
  color: rgb(9, 108, 150);
  font-weight: 600;
  margin-left: auto;
}
.popup-slaider {
	width: 100%;
	margin: auto;
	max-width: 880px;
	padding: 0 50px;
}
.h-400 .znakom {min-height: 400px;}
.h-563 {min-height: 563px;}
.h-420 .znakom {min-height: 452px;}
.h-517 .znakom {min-height: 517px;}
.down-footer img {
	max-width: 130px;
}
.navbar.navbar-expand-md.navbar-light {display: none;}

.w-100.mx-auto .btn-ex {
	margin: 50px auto 0;
}

.popup-slaider.owl-carousel .owl-nav.disabled {display: block;}
.popup-slaider .owl-nav {position: absolute; top: 0; bottom: 0; left: 0; right: 0; margin: auto; width: 1px; height: 1px;}
.popup-slaider .owl-dots {display: none;}

.popup-slaider .owl-nav button.owl-next {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	outline: none;
} 
.popup-slaider .owl-nav button.owl-next::before {
	content: '';
	display: block;
	position: absolute;
	left: 400px;
	top: -23px;
	width: 45px;
	height: 50px;
	background: url(/img/fa-arrow-right-black.png) no-repeat center;
	
} 
.popup-slaider .owl-nav button.owl-prev {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	outline: none;
}
.popup-slaider .owl-nav button.owl-prev::before {
	content: '';
	display: block;
	position: absolute;
	right: 400px;
	top: -23px;
	width: 45px;
	height: 50px;
	background: url(/img/fa-arrow-left-black.png) no-repeat center;
}

.open-form.popup-form {margin-top: 0;}

.sochi-price a {color: #ffffff;
transition: .3s;}
.sochi-price a:hover {
	-webkit-box-shadow: 0px 3px 10px -1px rgba(0,0,0,0.55);
	-moz-box-shadow: 0px 3px 10px -1px rgba(0,0,0,0.55);
	box-shadow: 0px 3px 10px -1px rgba(0,0,0,0.55);
}

.top-menu a:first-child {color: #ffffff;}
.top-menu a:first-child:hover, .tur:hover, .btn_red:hover, .btn-ex:hover, .btn-send:hover{
	-webkit-box-shadow: 0px 3px 10px -1px rgba(0,0,0,0.55);
	-moz-box-shadow: 0px 3px 10px -1px rgba(0,0,0,0.55);
	box-shadow: 0px 3px 10px -1px rgba(0,0,0,0.55);
	color: #ffffff;
}
.bottom-menu a {width: 25%; transition: .5s; text-align: center;}
.bg-white-color.shadow-cl {
	-webkit-box-shadow: -1px 0px 18px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: -1px 0px 18px 0px rgba(0,0,0,0.75);
	box-shadow: -1px 0px 18px 0px rgba(0,0,0,0.75);
}

.invalid_text_field {border: 1px solid red;}
.wrap-popup-thanks {
	padding: 50px;
	text-align: center;
	background: linear-gradient(45deg, rgba(76,134,255, .1 ), rgba(76,134,255, .8 ));
}
.wrap-popup-thanks h3{
	
}
.wrap-popup-thanks p{}

.main-slaider.owl-carousel .owl-dots {
    display: flex;
    justify-content: center;
    position: absolute;
    bottom: 8px;
    left: 0;
    right: 0;
    }
.owl-dots button.owl-dot{
    border: 1px solid #fff;
    width: 15px;
    height: 15px;
    display: block;
    border-radius: 50%;
    padding: 1px;
    transition: 0.5s;
    outline: none;
    margin: 0 2px;
    background-color: rgba(255, 255, 255, 0.3);
}
.owl-dots button.owl-dot.active {
	background-image: linear-gradient(45deg, rgba(76,134,255, .5 ), rgba(76,134,255, 1 ));
}
.reviews-slaider.owl-carousel .owl-dots, .popup-slaider.owl-carousel .owl-dots {
    display: flex;
    justify-content: center;
    margin-top: 5px;
}
.reviews-slaider .owl-dots button.owl-dot, .popup-slaider .owl-dots button.owl-dot{
    border: 1px solid #000;
    width: 15px;
    height: 15px;
    display: block;
    border-radius: 50%;
    padding: 1px;
    transition: 0.5s;
    outline: none;
    margin: 0 2px;
    background-color: rgba(255, 255, 255, 0.3);
}
.fancybox-close-small:after {color: #ffffff; background-color: #787575;}
