@import "../fonts/stylesheet.css";
/* common styles */
* {
  margin: auto;
  padding: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html,
body {
  height: 100%;
}
body {
  font-family: 'open_sansregular', sans-serif;
}
a {
  text-decoration: none;
}
ul {
  list-style: none;
}
a img {
  border: none;
}
h1,
h2,
h3,
h4 {
  font-weight: normal;
}
header,
.main,
footer {
  overflow: hidden;
}
.modal-boxes {
  display: none;
}
.browsehappy {
  padding: 20px 0;
  text-align: center;
  background: #eee;
  border-bottom: 2px solid red;
}
.grid {
  width: 950px;
  padding: 0 20px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  position: relative;
  z-index: 1;
  font-size: 0;
}
.box {
  display: inline-block;
  vertical-align: top;
}
header {
  background: url("../img/header-1.jpg") no-repeat top center;
  background-size: cover;
  padding: 0px 0 70px;
  min-height: 850px;
}
.header-top.grid {
  color: #fff;
  margin-bottom: 130px;
}
.header-top.grid .box {
  vertical-align: middle;
}
.logo-block {
  width: 260px;
}
.address {
  width: 340px;
  margin-left: 10px;
  /*padding-left: 60px;*/
  text-align: center;
  background: url("../img/coffee.png") no-repeat left center;
}
.address p {
  font-family: 'open_sansbold', sans-serif;
  font-size: 25px;
}
.address p span {
  display: block;
  margin-bottom: 25px;
  margin-top: 1px;
  padding-left:1px;
}
.telephone {
  margin-left: 10px;
  width: 290px;
  padding-left: 80px;
  background: url("../img/telephone.png") no-repeat left center;
}
.telephone .tel-text {
  font-size: 14px;
  font-family: 'open_sansbold', sans-serif;
  line-height: 1.3em;
}
.telephone .tel-number {
  font-size: 23px;
  font-family: 'open_sansbold', sans-serif;
  line-height: 1.4em;
}
.telephone p a {
  color: #fff;
  font-size: 12px;
  font-family: 'open_sansbold', sans-serif;
  text-decoration: underline;
  line-height: 1.2em;
}
.titles {
  text-align: center;
  color: #fff;
  margin-bottom: 130px;
}
.titles h1 {
  color: #040404;
  font-size: 60px;
font-family: 'open_sansbold', sans-serif;
  line-height: 44px;
}
.titles h1 span, .titles p {
 font-size:24px;
 line-height:20px;

}
.titles h1 b {
 font-size:25px;

}
.titles .abs-link {
  position: absolute;
  top: 0;
  right: 20px;
  color: #ffffff;
  font-size: 14px;
  font-family: 'open_sansbold', sans-serif;
  display: inline-block;
  z-index: 2;
  padding: 9px 18px;
  background: rgba(255, 255, 255, 0.2);
  -webkit-transform: skew(-20deg);
  -moz-transform: skew(-20deg);
  -o-transform: skew(-20deg);
  transform: skew(-20deg);
}
.titles .abs-link:hover {
  background: rgba(255, 255, 255, 0.5);
}
.titles .abs-link span {
  -webkit-transform: skew(20deg);
  -moz-transform: skew(20deg);
  -o-transform: skew(20deg);
  transform: skew(20deg);
  display: inline-block;
}
.form-container h3 {
  color: #363636;
  font-size: 36px;
  font-family: 'open_sansextrabold', sans-serif;
  line-height: 40px;
  margin-bottom: 12px;
  text-transform: uppercase;
}
.form-descr {
  background: url("../img/arrow-block.png") no-repeat right center;
  background-size: cover;
  width: 485px;
  padding: 35px 80px 35px 35px;
  margin-top: 35px;
}
.form-descr h3 {
  margin-bottom: 22px;
}
.form-descr p {
  color: #363636;
  font-size: 16px;
  font-family: 'open_sansbold', sans-serif;
  line-height: 22px;
}
.form-descr p span {
  color: #e90000;
}
.form-descr p + p {
  margin-top: 22px;
}
.form-block {
  width: 385px;
  margin-left: 30px;
  padding: 30px 30px 25px;
  background: #fff;
  position: relative;
}
.form-block h3 {
  color: #363636;
  font-size: 36px;
  font-family: 'open_sansextrabold', sans-serif;
  line-height: 40px;
  margin-bottom: 12px;
  text-transform: uppercase;
}
.form-block .form-text {
  margin-bottom: 22px;
  color: #363636;
  font-size: 18px;
  font-family: 'open_sanssemibold', sans-serif;
  line-height: 24px;
}
.form-block .form-text2 {
  margin-top: 10px;
  text-align: center;
  color: #9d9d9d;
  font-size: 16px;
  font-family: 'open_sanssemibold', sans-serif;
  line-height: 22px;
}
.form-block .form-strip {
  position: absolute;
  right: 0;
  top: 0;
  display: inline-block;
}
.form .text-field {
  display: block;
  width: 100%;
  border: 2px solid #e3e3e3;
  padding: 10px 11px;
  color: #000;
  font-size: 14px;
  font-family: 'open_sansregular', sans-serif;
}
.form .text-field:focus {
  color: #000;
}
.form .text-field + .text-field {
  border-top: none;
}
.form textarea.text-field {
  resize: vertical;
  height: 100px;
}
.form .send {
  margin-top: 22px;
  width: 100%;
}
.btn1 {
  display: inline-block;
  color: #ffffff;
  font-size: 18px;
  font-family: 'open_sansbold', sans-serif;
  text-transform: uppercase;
  padding: 25px 25px 21px;
  /* background: url("../img/btn-active.png") repeat-x left center; */
  background:#0088e7;

  background-size: 100%;
  -moz-box-shadow: 0 4px 6px rgba(177, 187, 195, 0.6), inset 0 -3px 0 rgba(0, 103, 175, 0.75);
  -webkit-box-shadow: 0 4px 6px rgba(177, 187, 195, 0.6), inset 0 -3px 0 rgba(0, 103, 175, 0.75);
  box-shadow: 0 4px 6px rgba(177, 187, 195, 0.6), inset 0 -3px 0 rgba(0, 103, 175, 0.75);
  cursor: pointer;
  border: none;
}
.btn1:hover {
  /* background: url("../img/btn.png") repeat-x left center; */
  background:  #25a5ff;

  background-size: 100%;
}
.btn1:active {
  box-shadow: 0 2px 3px rgba(177, 187, 195, 0.6), inset 0 -1px 0 rgba(0, 103, 175, 0.75);
}
.fixed-button {
  /*
	border: 3px solid #0087e7;
	background-color: #000;

	background-image: -moz-linear-gradient(bottom, #fff 0%, #fff 52.66%, #fff 100%);
	background-image: -o-linear-gradient(bottom, #fff 0%, #fff 52.66%, #fff 100%);
	background-image: -webkit-linear-gradient(bottom, #fff 0%, #fff 52.66%, #fff 100%);
	background-image: linear-gradient(bottom, #fff 0%, #fff 52.66%, #fff 100%);
	position: fixed;
	left: -120px;
	top: 450px;
	padding: 12px 15px;
	color:  #0088e7;
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
	-webkit-transform: rotate(270deg);
	-moz-transform: rotate(270deg);
	-o-transform: rotate(270deg);
	transform: rotate(270deg);

*/
  display: inline-block;
  -moz-box-shadow: 0 8px 21px rgba(128, 146, 158, 0.48);
  -webkit-box-shadow: 0 8px 21px rgba(128, 146, 158, 0.48);
  box-shadow: 0 8px 21px rgba(128, 146, 158, 0.48);
  position: fixed;
  left: 0px;
  bottom: 5%;
  z-index: 10;
  background: url("../img/selection_button_acitve.jpg") no-repeat top left;
  width: 50px;
  height: 301px;
}
.fixed-button:hover {
  background: url("../img/selection_button.jpg") no-repeat top left;
  /*
		background-image: -moz-linear-gradient(bottom, #f1f1f1 0%, #f1f1f1 52.66%, #f1f1f1 100%);
		background-image: -o-linear-gradient(bottom, #f1f1f1 0%, #f1f1f1 52.66%, #f1f1f1 100%);
		background-image: -webkit-linear-gradient(bottom, #f1f1f1 0%, #f1f1f1 52.66%, #f1f1f1 100%);
		background-image: linear-gradient(bottom, #f1f1f1 0%, #f1f1f1 52.66%, #f1f1f1 100%);
		*/
}
.prices {
  text-align: center;
  padding: 70px 0 80px;
}
.prices h2 {
  color: #ec2902;
  font-size: 48px;
  font-family: 'open_sansextrabold', sans-serif;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.prices .dates {
  margin-bottom: 24px;
  color: #363636;
  font-size: 18px;
  font-family: 'open_sanssemibold', sans-serif;
}
.prices .prices-info {
  color: #363636;
  font-size: 14px;
  font-family: 'open_sanssemibold', sans-serif;
  margin-bottom: 15px;
}
.prices table {
  width: 100%;
  margin: 0 auto 20px;
  border: none;
}
.prices tr {
  padding: 12px;
}
.prices tr td {
  color: #000000;
  font-size: 20px;
  font-family: 'open_sanssemibold', sans-serif;
  padding: 12px;
  text-align: left;
}
.prices tr td b {
  font-family: 'open_sansbold', sans-serif;
}
.prices tr td a {
  color: #0088e7;
  font-size: 14px;
  font-family: 'open_sansbold', sans-serif;
  text-decoration: underline;
}
.prices tr td a.hotel {
  color: #0088e7;
  font-size: 18px;
  font-family: 'open_sanslight', sans-serif;
  text-decoration: underline;
}
.prices tr:nth-of-type(even) {
  background: #f1f5f9;
}
.prices .btn1 {
  margin: 5px;
  padding-left: 60px;
  padding-right: 60px;
}
.request {
  background: url("../img/bg.png") no-repeat top center;
  background-size: cover;
  padding: 40px 0 45px;
  text-align: center;
}
.request h2 {
  margin-bottom: 10px;
}
.request h2 a {
  color: #0088e7;
  font-size: 48px;
  text-transform: uppercase;
  font-family: 'open_sansbold', sans-serif;
  line-height: 55px;
  text-decoration: underline;
}
.request h2 a:hover {
  color: #0082dd;
}
.request .req-text {
  color: #363636;
  font-size: 18px;
  font-family: 'open_sanssemibold', sans-serif;
  margin-bottom: 31px;
}
.request ul {
  width: 860px;
  margin: 0 auto;
}
.request ul li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px 20px;
}
.request .req-text2 {
  color: #FD0202;
  font-size: 24px;
  margin-top: 15px;
  text-transform: uppercase;
  font-family: 'open_sanssemibold', sans-serif;
}
.team {
  position: relative;
  background: #fff;
  padding: 60px 0;
  text-align: center;
}
.team .team-text {
  color: #363636;
  font-size: 18px;
  font-family: 'open_sansbold', sans-serif;
}
.team h2 {
  color: #ec2902;
  font-size: 44px;
  font-family: 'open_sansbold', sans-serif;
  line-height: 52px;
  margin-top: 5px;
  text-transform: uppercase;
  margin-bottom: 45px;
}
.team .team-item {
  width: 430px;
  margin: 0 10px 55px;
  text-align: left;
}
.team .team-item .team-img {
  overflow: hidden;
  width: 180px;
  height: 210px;
  float: left;
}
.team .team-item .team-img img {
  width: 100%;
}
.team .team-item .team-info {
  margin-left: 200px;
}
.team .team-item .team-info h3 {
  color: #363636;
  font-size: 18px;
  font-family: 'open_sansbold', sans-serif;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.team .team-item .team-info p {
  padding-left: 35px;
  line-height: 25px;
  margin-bottom: 8px;
  color: #363636;
  font-size: 16px;
  font-family: 'open_sansregular', sans-serif;
}
.team .team-item .team-info p.team-tel {
  background: url("../img/icon1.png") no-repeat left center;
}
.team .team-item .team-info p.team-mail {
  background: url("../img/icon2.png") no-repeat left center;
}
.team .team-item .team-info p.team-icq {
  background: url("../img/icon3.png") no-repeat left center;
}
.team .team-item .team-info p.team-year {
  background: url("../img/icon4.png") no-repeat left center;
}
.team .team-item .team-info a {
  display: inline-block;
  margin-top: 10px;
  color: #0088e7;
  font-size: 18px;
  font-family: 'open_sanssemibold', sans-serif;
  text-decoration: underline;
}
.team .telephone2 {
  padding-top: 10px;
  color: #363636;
  font-size: 55px;
  font-family: 'open_sansextrabold', sans-serif;
  line-height: 0.8em;
}
.team .telephone2 span {
  display: block;
  color: #363636;
  font-size: 18px;
  font-family: 'open_sansbold', sans-serif;
}
.bottom-form {
  background: url("../img/bottom-form.jpg") no-repeat top center;
  background-size: cover;
  padding: 55px 0 75px;
}
.bottom-form h2 {
  text-align: center;
  color: #ffffff;
  font-size: 36px;
  font-family: 'open_sansextrabold', sans-serif;
  margin-bottom: 60px;
}
.bottom-form h2 span {
  text-decoration: underline;
}
footer {
  padding: 20px 0;
}
footer p {
  color: #6c6c6c;
  font-size: 12px;
  font-family: 'open_sanssemibold', sans-serif;
  line-height: 20px;
  margin-right: 2%;
}
footer a {
  display: inline;
  color: #0088e7;
  font-size: 12px;
  font-family: 'open_sanssemibold', sans-serif;
  line-height: 18px;
  text-decoration: underline;
}
footer .f-text1 {
  width: 380px;
}
footer .f-text2 {
  width: 282px;
}
footer .f-text3 {
  width: 190px;
  margin-right: 0;
}
.modal {
  background: #fff;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.modal .form-block {
  margin-left: 0;
}
.modal h3 {
  margin-bottom: 30px;
}
.modal .form .text-field {
  margin-bottom: 20px;
}
.modal .form .text-field + .text-field {
  border-top: 2px solid #e3e3e3;
}
.modal .form .send {
  margin-top: 0;
}
.modal .modal-img {
  width: 155px;
  height: 180px;
  overflow: hidden;
  float: left;
}
.modal .modal-img img {
  width: 100%;
}
.modal h4 {
  color: #363636;
  font-size: 18px;
  text-align: center;
  padding: 0 0 32px;
  font-family: 'open_sansbold', sans-serif;
}
.modal .btn1 {
  height: 59px;
  padding: 18px 17px 19px;
}
.tour, .hotel {
  width: 480px;
  padding: 35px;
}
.tour .form-block, .hotel .form-block {
  margin-left: 170px;
  width: 230px;
  padding: 0;
}
#confidenc {
  height: 520px;
}
#confidenc .form-block {
  width: 460px;
  max-width: 100%;
}
#confidenc .form-block h3 {
  color: #363636;
  font-size: 24px;
  font-family: 'open_sansbold', sans-serif;
  margin-bottom: 25px;
  line-height: 1.1em;
}
#confidenc .form-block p + p {
  margin-top: 25px;
}
#confidenc .form-block p {
  color: #363636;
  font-size: 14px;
  font-family: 'open_sansregular', sans-serif;
  line-height: 22px;
  text-align: justify;
}
#works {
  height: 520px;
}
#works .form-block {
  width: 460px;
  max-width: 100%;
}
#works .form-block p + p {
  margin-top: 25px;
}
#works .form-block p {
  color: #363636;
  font-size: 14px;
  font-family: 'open_sansregular', sans-serif;
  line-height: 22px;
  text-align: justify;
}
.sending {
  text-align: center;
  margin-top: 5px;
  font-size: 11px;
}
.logo{
       display: block;
}

.logo img{
max-width: 150%;
max-height: 80px;

}

.center{
text-align: center;
padding-left: 0 !important;
max-width: 200px;
}

.clear {
	clear:both;
}
.works{
	width: 950px;
    margin:20px auto;
    position: relative;
    z-index: 1;
}
.works h2 {
	color: #ec2902;
    font-size: 42px;
    font-family: 'open_sansextrabold', sans-serif;
    margin-bottom: 10px;
    text-transform: uppercase;
	text-align:center;
	padding-top:30px;
}

.col_20 {
	width:220px;
	float:left;
	margin-right:23px;
	margin-top:40px;
}
.col_20 img{
	width:100%;
	height:auto;
}
.col_20 img:hover{
	opacity:0.8;
}
.col_20 p{
	color:#000;
	font-size:14px;
	text-align:center;
	padding-top:5px;
}
.col_20 a{
	display:block;
	margin:auto;
	width:160px;
	height:50px;
	color:#fff;
	font-size:16px;
	background:#5a9aff;
	text-align:center;
	line-height:50px;
	margin-top:10px;
	text-transform:uppercase;
}
.col_20 a:hover{
	opacity:0.8;
}



.kompanis_all {
	background:#ffffff;
	background-size:cover;
	min-height:360px;
	margin-top:-20px;
}
.kompanis{
	width: px;
    margin:20px auto;
    position: relative;
    z-index: 1;
    font-size: 0;
}

.kompanis h2 {
	color: #000;
    font-size: 42px;
    font-family: 'open_sansextrabold', sans-serif;
    margin-bottom: 10px;
    text-transform: uppercase;
	text-align:center;
	padding-top:45px;
}

.kompanis div {
	color: #000;
    font-size: 16px;
    margin-bottom: 10px;
	text-align:center;
	padding-top:20px;
	display:block;
	font-family: 'open_sanssemibold', sans-serif;
}
.kompanis p a {color: #000;text-decoration: none;}


.otiv_text {
    width: 50%;
    float: left;
    margin-bottom: 20px;
}

.otiv_text_in {
    width: 485px;
}
.otiv_text_in_img {
    float: left;
    width: 100px;
    margin-right: 14px;
}

.otiv_text_in_img img{
	width:100%;
	height:auto;

	-webkit-filter: grayscale(100%);
-moz-filter: grayscale(100%);
-ms-filter: grayscale(100%);
-o-filter: grayscale(100%);
filter: grayscale(100%);

}

.otiv_text_in_img img:hover{

		-webkit-filter: grayscale(0%);
-moz-filter: grayscale(0%);
-ms-filter: grayscale(0%);
-o-filter: grayscale(%);
filter: grayscale(0%);
}

.otiv_text_in p {
    float: left;
    width: 320px;
    font-size: 14px;
    color: #000;
    line-height: 1.6em;
	text-align:left;
}
.formss .name{
	width: 70%;
}

.formss  textarea{
	display: block;
    width: 90%;
	height:150px;
    border: 2px solid #e3e3e3;
    padding: 10px 11px;
    color: #000;
    font-size: 14px;
    font-family: 'open_sansregular', sans-serif;
	margin-top:20px;
}

.formss .product-link{
	width: 55%;
	float:left;
}



.hw-slider-wrap { /* Оболочка слайдера и кнопок */
	width:950px;
	margin-top:40px;
	}
.hw-slider { /* Оболочка слайдера */
	width:950px;
	height:600px;
	overflow: hidden;
	position:relative;}
.hw-slider .slide { /* Слайд */
	width:100%;
	height:100%;
  position:absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.5s;
	}
.hw-slider .slide.active { /* Слайд */
  opacity: 1;
	}
.hw-slider-wrap .sli-links{ /* Кнопки смены слайдов */
	margin-top:10px;
	text-align:center;}
.hw-slider-wrap .sli-links .control-slide{
	margin:2px;
	display:inline-block;
	width:16px;
	height:16px;
	overflow:hidden;
	text-indent:-9999px;
	background:url(../img/radioBg.png) center bottom no-repeat;}
.hw-slider-wrap .sli-links .control-slide:hover{
	cursor:pointer;
	background-position:center center;}
.hw-slider-wrap .sli-links .control-slide.active{
	background-position:center top;}
.hw-slider .prevbutton, .hw-slider .nextbutton{ /* Ссылка "Следующий" и "Педыдущий" */
	display:block;
	width:15px;
	height:100%;
	position:absolute;
	top:0;
	overflow:hidden;
	text-indent:-999px;
	background:url(../img/arrowBg.png) left center no-repeat;
	opacity:0.8;
	z-index:3;
	outline:none !important;}
.hw-slider .prevbutton{left:10px;}
.hw-slider .nextbutton{
	right:35px;
	background:url(../img/arrowBg.png) right center no-repeat;}
.hw-slider .prevbutton:hover, .hw-slider .nextbutton:hover{
	opacity:1;}

  /* Слайдер с сотрудниками */
  #employees-slider .slide {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  #employees-slider .slide img {
    max-width: 100%;
    max-height: 100%;
  }


/* kalkulyator */
#calculator_section {
  background-image: url('../img/calculator_bg.jpg');
  padding-top: 55px;
}
  #calculator_section .main {
    background-image: url('../img/calculator_section_main_bg.png');
    background-repeat: no-repeat;
    background-position: bottom right;
}
  #calculator_section .works {padding: 0;margin: 0 auto;}
.price{
    padding: 20px;
    min-height: 200px;
    border-radius: 5px;
    max-width: 660px;
    border: 5px solid #fff200;
    background-color: rgba(249, 249, 249, 0.65);
    float: left;
    margin-bottom: 40px;
}
.calc_title{
    font-size: 28px;
    color: #ee1d25;
    margin: 0 0 20px;
}
.result{
    padding: 20px 0 0;
    margin: 20px 0;
    font-size: 24px;
    border-top: 1px solid #e0e0e0;
}
.total {text-align: center;font-size: 25px;font-weight: bold;}
span.total{
    color: #ed1d25;
}
.calculator input[type="text"], select {
    padding: 5px 10px;
    border: 1px solid #ccc;
    margin-right: 10px;
    margin-bottom: 10px;
}