/**** RESET ****/
*{
    margin:0px;
    padding:0px;
    outline:none;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

html{
    width:100%;
    height:100%;
    font-size:12px;
}
body {
    width:100%;
    height: 100%;
    min-height:100%;
    position:relative;
    line-height: 1;
    background: #f2f2f2;
    /* font:12px Arial, Helvetica, sans-serif; */
}
select, textarea, .textbox{
    font:11px Arial, Helvetica, sans-serif;
}
fieldset{
    border:none;
}
legend{
    display:none;
}
img{
    border:none;
}
blockquote, q {
    quotes: none;
}
:focus {
    outline: 0;
}
ins {
    text-decoration: none;
}
del {
    text-decoration: line-through;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

button::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/***************/
* {
  font-family: 'PT Sans', sans-serif;
}
.clr {
  display: block;
  clear: both;
}
label.label_animate {
  position: absolute;
  top: 0;
  font-size: 14px;
  margin: 13px 4px;
  padding: 0 5px;
  color: #999;
  background-color: #fff;
  -webkit-transition: top .2s ease-in-out,
  font-size .2s ease-in-out;
  transition: top .2s ease-in-out,
  font-size .2s ease-in-out;
}

.simple__body .col-fields .row {
  overflow: hidden;
}
.simple__body form[action*="/tour/reservation/form"] .col-fields .row {
  overflow: visible;
}

.simple__body .col-fields .row label.label_animate {
  position: absolute;
  top: 0;
  font-size: 13px;
  margin: 13px 4px;
  padding: 0 5px;
  color: #999;
  background-color: #fff;
  width: auto;
  -webkit-transition: top .2s ease-in-out,
  font-size .2s ease-in-out;
  transition: top .2s ease-in-out,
  font-size .2s ease-in-out;
  white-space: nowrap;
}

.simple__body .col-fields .row label {
  font-size: 12px;
  float: none;
  margin: 0;
  width: auto;
  display: inline;
}

.simple__body .col-fields .row label.label_animate.active,
.label_animate.active {
  top: -18px;
  font-size: 12px;
  color: #a9a9a9;
}

.simple__body .col-fields .row input[type=text] {
  width: 100%;
  padding: 10px;
  border: 1px solid #d6d6d6;
  background-color: #fff;
  color: #333;
  box-sizing: border-box;
  font-size: 13px;
  height: auto;
}

.simple__body .row input[type=text] {
  height: 25px;
}


input[type=text] {
  width: 100%;
  padding: 10px;
  border: 1px solid #d6d6d6;
  background-color: #fff;
  color: #333;
  box-sizing: border-box;
  font-size: 13px;
}

input[type=text]:focus {
  outline: none;
}
.hide {
  display: none;
}
.show {
  display: block;
}
.default-form .title {
  text-align: center;
  font-size: 21px;
  margin-bottom: 20px;
  line-height: 1.3;
}
.default-form .col {
  width: 50%;
  box-sizing: border-box;
  padding: 20px;
  float: left;
}
.default-form .col-fields {
  padding-top: 0px;
  padding-bottom: 0px;
}
.default-form {
  padding: 20px;
  width: 600px;
  background-color: #f8f8f8;
  margin: 0 auto;
}
.default-form .row {
  position: relative;
  margin-bottom: 15px;
}
.default-form .row::after {
  content: '';
  display: block;
  clear: both;
}
.clearfix::after {
  content: '';
  display: block;
  clear: both;
}
.default-form .count-box::after {
  content: '';
  display: block;
  clear: both;
}
.default-form form {
  margin-bottom: 30px;
}
.count-box .minus,
.count-box .plus {
  display: block;
  width: 25px;
  height: 25px;
  background: #eee;
  text-align: center;
  line-height: 25px;
  font-size: 16px;
  cursor: pointer;
  border: 1px solid #d6d6d6;
  box-sizing: border-box;
  float: left;

}
.count-box .plus {
  margin-left: -1px;
}
.count-box input[type="text"] {
  width: 30px !important;
  height: 25px;
  padding: 0px;
  margin-left: -1px;
  float: left;
  text-align: center;
}
.default-form .calculation-box {
  background: #f9f9f9;
}
.default-form .calculation-box .caption {
  font-size: 14px;
  margin-bottom: 15px;
  line-height: 1.3;
  text-align: center;
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
}
.default-form .count-box {
  width: 80px;
  padding-right: 10px;
}
.default-form .calculation-box label {
  width: 115px;
  font-size: 13px;
}
.table {
  width: 100%;
  display: table;
}
.table-cell {
  display: table-cell;
  vertical-align: middle;
}
.default-form .row-submit {
  text-align: center;
  margin-top: 20px;
  position: relative;
}
.default-form input[type="submit"] {
  background: rgb(255, 127, 11);
  box-shadow: 0px 5px 10px rgba(222, 107, 3, 0.3);
  border: none;
  height: 40px;
  padding: 0px 50px;
  font-size: 14px;
  color: #fff;
  border-radius: 50px;
  cursor: pointer;
}
.default-form input[disabled="disabled"] {
  opacity: .5;
  cursor: default;
}
.slide_box_show {
  color: #2980b9;
  display: block;
  margin-bottom: 15px;
}

.result {
  font-size: 16px;
}

.full {
  font-size: 13px;
  line-height: 1.4;
  margin-top: 20px;
  margin-bottom: 20px;
}

.default-form .simple_label {
  font-size: 12px;
  color: #999;
  margin-bottom: 5px;
  display: block;
  position: absolute;
  padding: 0px 3px;
  background-color: #fff;
  top: -5px;
  z-index: 5;
  left: 5px;
}
.default-form select {
  height: 40px;
  background: transparent;
  border: none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  -moz-background-position: -9999px -9999px !important;
  cursor: pointer;
  position: relative;
  width: 100%;
  padding: 10px;
  padding-right: 25px;
  border: 1px solid #d6d6d6;
  color: #333;
  box-sizing: border-box;
  font-size: 13px;
  border-radius: 0px;
  z-index: 2;
}

.default-form .select_box {
  position: relative;
}
.default-form .select_box::after {
  content: '';
  display: block;
  background: url(https://tur-kazan.ru/web/img/arrow-down.png) no-repeat center center;
  background-size: 8px auto;
  width: 8px;
  height: 8px;
  position: absolute;
  right: 3px;
  top: 50%;
  margin-top: -12px;
  background-color: #fff;
  padding: 8px;
  z-index: 1;
}

.title_caption {
  font-size: 14px;
  color: #555;
  text-align: center;
  margin-bottom: 20px;
}
a {
  color: #2980b9;
}
.col_title {
  font-size: 14px;
  margin-bottom: 15px;
  line-height: 1.3;
  height: 36px;
  overflow: hidden;
}
.credit-phone {
  float: right;
  text-align: right;
}
.credit-phone b {
    font-size:21px;
}

header {
    background: #fff;
    width: 600px;
    margin: 0 auto;
    padding: 20px;
}
.logo img {
    height: 50px;
    width: auto;
}
#sum {
  font-size: 24px;
}

.header__logo {
  float: left;
}
.header__link {
  float: right;
}
.agency-link a {
  display: inline-block;
  text-decoration: none;
  background: #fb3838;
  color: #fff;
  font-size: 16px;
  padding: 10px 20px;
  border-radius: 3px;
  border: 1px solid #fb3838;
  font-weight: bold;
  transition: all 300ms;
  box-shadow: 0px 2px 10px rgba(251, 56, 56, 0.1);
}
.agency-link a:hover {
  box-shadow: 0px 2px 10px rgba(251, 56, 56, 0.7);
}

@media only screen and (min-width: 1px) and (max-width: 799px) {
  header,
  .default-form {
    width: auto;
    box-sizing: border-box;
  }
  .default-form .col {
    width: 100%;
    box-sizing: border-box;
  }
  .credit-phone {
    position: static;
    text-align: center;
    margin-top: 15px;
  }
}
