

/* Start:/local/templates/milon-sport/components/bitrix/form.result.new/feedback/style.css?163108814911064*/
/* table.form-table
{
	width:100%;
	background-color:white;
	border-collapse:collapse;
	font-size:100%;
	font-weight:normal;
	line-height:160%;
}

table.form-table th, table.form-table td
{
	border:1px solid #ADC3D5;
	padding: 5px 5px;
	vertical-align:top;
}

table.form-table th
{
	background-image:url(/local/templates/milon-sport/components/bitrix/form.result.new/feedback/images/table_head.gif);
	background-repeat:repeat-x;
	text-align: left;
	color:#25639A;
}


table.form-table td
{
	padding: 15px 5px;
}

.form-required 
{
	color: red;
}

.error-fld {
	display: block;
	float: left;
	height: 13px;
	width: 15px;
	background-repeat: no-repeat;
	background-image: url(/local/templates/milon-sport/components/bitrix/form.result.new/feedback/images/icon_warn.gif);
} */

/* ========================
Contact Form Style 01 
============================*/
.form-style--1 .input-box {
  position: relative;
  margin-bottom: 30px;
  z-index: 1; }
  .form-style--1 .input-box span.form-icon {
    left: 0;
    right: auto;
    top: 14px;
    z-index: 2;
    font-size: 20px;
    color: #888;
    position: absolute; }
  .form-style--1 .input-box input {
    padding-left: 35px;
    padding-right: 35px;
    border: 0;
    border-bottom: 2px solid #ddd;
    background: none;
    height: 50px;
    color: #777;
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -webkit-transition: all 0.3s cubic-bezier(1, 0.03, 0, 0.99);
    -o-transition: all 0.3s cubic-bezier(1, 0.03, 0, 0.99);
    transition: all 0.3s cubic-bezier(1, 0.03, 0, 0.99);
    font-family: "Montserrat";
    font-size: 16px;
    font-weight: 700; }
  .form-style--1 .input-box textarea {
    border: 0;
    border-bottom: 2px solid #ddd;
    background: none;
    height: 120px;
    color: #777;
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -webkit-transition: all 0.3s cubic-bezier(1, 0.03, 0, 0.99);
    -o-transition: all 0.3s cubic-bezier(1, 0.03, 0, 0.99);
    transition: all 0.3s cubic-bezier(1, 0.03, 0, 0.99);
    font-family: "Montserrat";
    font-size: 16px;
    font-weight: 700;
    padding-left: 0; }
  .form-style--1 .input-box::after {
    content: "";
    width: 0;
    height: 2px;
    bottom: 0;
    position: absolute;
    left: auto;
    right: 0;
    background-color: #c13066;
    -webkit-transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
    -o-transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
    transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s; }
  .form-style--1 .input-box:hover::after {
    width: 100%;
    left: 0;
    right: auto; }

input.number-tel::-webkit-outer-spin-button,
input.number-tel::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}


.form-style--1 .form-action {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 19px; }
  @media only screen and (max-width: 767px) {
    .form-style--1 .form-action {
      display: block; } }
  .form-style--1 .form-action .form-description {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    line-height: 1.63;
    margin-right: 110px;
    color: #333333;
    font-weight: 700;
    font-size: 16px;
    font-family: "Montserrat"; }
    @media only screen and (max-width: 767px) {
      .form-style--1 .form-action .form-description {
        margin-right: 40px;
        margin-bottom: 27px; } }
  .form-style--1 .form-action .form-submit {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0; }
    .form-style--1 .form-action .form-submit input {
      padding: 0 41px;
      height: 55px;
      line-height: 53px;
      outline: none;
      border-width: 1px;
      border-style: solid;
      border-radius: 6px;
      font-weight: 600;
      font-size: 14px;
      letter-spacing: 0;
      cursor: pointer;
      -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.07);
      box-shadow: 0 10px 20px rgba(0, 0, 0, 0.07);
      font-family: "Montserrat", sans-serif;
      color: #ffffff;
      border-color: #c13066;
      background-color: #c13066;
      -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
      -webkit-transition: all 0.3s cubic-bezier(1, 0.03, 0, 0.99);
      -o-transition: all 0.3s cubic-bezier(1, 0.03, 0, 0.99);
      transition: all 0.3s cubic-bezier(1, 0.03, 0, 0.99); }
      .form-style--1 .form-action .form-submit input:hover {
        -webkit-transform: translateY(-3px);
        -ms-transform: translateY(-3px);
        transform: translateY(-3px); }

/* ========================
    Contact
============================*/
.contact-form input {
  color: #777;
  border-color: #eee;
  background-color: #fff;
  width: 100%;
  outline: none;
  border: 1px solid #eee;
  border-radius: 0;
  padding: 3px 20px;
  height: 62px; }
  .contact-form input[type="submit"] {
    padding: 0 41px;
    height: 55px;
    line-height: 53px;
    color: #ffffff;
    border-color: #c13066;
    background-color: #c13066;
    font-size: 14px;
    font-weight: 600;
    font-family: "Montserrat", sans-serif;
    border-radius: 6px;
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1); }
    .contact-form input[type="submit"]:hover {
      -webkit-transform: translateY(-3px);
      -ms-transform: translateY(-3px);
      transform: translateY(-3px); }
  .contact-form input:focus {
    border-color: #c13066;
    background-color: #fff; }

.contact-form textarea {
  color: #777;
  border-color: #eee;
  background-color: #fff;
  height: 150px;
  width: 100%;
  outline: none;
  border: 1px solid #eee;
  border-radius: 0;
  padding: 12px 20px 3px;
  max-width: 100%;
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .contact-form textarea:focus {
    color: #c13066;
    border-color: #c13066;
    background-color: #fff; }

.contact-form.contact-form--2 {
  padding: 83px 70px 85px;
  text-align: center; }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .contact-form.contact-form--2 {
      padding: 60px 30px 60px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .contact-form.contact-form--2 {
      padding: 60px 30px 60px; } }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .contact-form.contact-form--2 {
      padding: 33px 30px 29px; } }
  @media only screen and (max-width: 767px) {
    .contact-form.contact-form--2 {
      padding: 60px 20px 60px; } }
  .contact-form.contact-form--2 h4.heading {
    font-size: 24px;
    line-height: 1.59;
    margin-bottom: 37px; }
  .contact-form.contact-form--2 .form-desc {
    display: block;
    margin-top: 20px;
    font-size: 12px;
    line-height: 1.84;
    font-style: italic;
    color: #333333; }
  .contact-form.contact-form--2 input {
    text-align: center; }

.contact-form.contact-form--3 {
  padding: 53px 30px;
  width: 380px;
  max-width: 100%; }
  .contact-form.contact-form--3 .input-box {
    position: relative;
    margin-right: 57px; }
    .contact-form.contact-form--3 .input-box input {
      padding-right: 57px; }
    .contact-form.contact-form--3 .input-box button {
      position: absolute;
      right: 18px;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      font-size: 14px;
      color: #c13066;
      border: 0 none; }

.contact-form.contact-form--4 h4.heading {
  margin-bottom: 30px; }

.contact-form.contact-form--4 .input-box {
  position: relative; }
  .contact-form.contact-form--4 .input-box input {
    padding-right: 108px; }
  .contact-form.contact-form--4 .input-box button {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 14px;
    color: #c13066;
    border: 0 none;
    background: transparent;
    width: 62px;
    height: 100%;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s; }
    .contact-form.contact-form--4 .input-box button:hover {
      background: #c13066;
      color: #ffffff; }

.contact-form.contact-form--4.heading-hover .input-box button {
  width: auto;
  padding: 0 25px;
  font-weight: 600; }
  .contact-form.contact-form--4.heading-hover .input-box button:hover {
    background: #222222;
    color: #ffffff; }

.contact-form.contact-form--4.yellow-color-2 .input-box input {
  padding-right: 129px; }
  .contact-form.contact-form--4.yellow-color-2 .input-box input:focus {
    color: #F8A440;
    border-color: #F8A440; }

.contact-form.contact-form--4.yellow-color-2 .input-box button {
  color: #F8A440;
  width: auto;
  height: 100%;
  padding: 0 22px; }
  .contact-form.contact-form--4.yellow-color-2 .input-box button:hover {
    background: #F8A440;
    color: #ffffff; }

.contact-form.contact-form--5 {
  background: #fff;
  padding: 60px 50px; }
  @media only screen and (max-width: 767px) {
    .contact-form.contact-form--5 {
      padding: 60px 13px; } }
  .contact-form.contact-form--5 input {
    border: 0 none;
    color: #001029;
    border-color: #eee;
    background-color: #fff;
    width: 100%;
    outline: none;
    border-bottom: 1px solid #eee;
    border-radius: 0;
    padding: 0;
    height: 62px; }
  .contact-form.contact-form--5 textarea {
    border: 0 none;
    color: #001029;
    border-color: #eee;
    height: 87px;
    outline: none;
    border-bottom: 1px solid #eee;
    border-radius: 0;
    padding: 0; }

.contact-form.contact-form--5 input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #001029; }

.contact-form.contact-form--5 input::-moz-placeholder {
  /* Firefox 19+ */
  color: #001029; }

.contact-form.contact-form--5 input:-ms-input-placeholder {
  /* IE 10+ */
  color: #001029; }

.contact-form.contact-form--5 input:-moz-placeholder {
  /* Firefox 18- */
  color: #001029; }

.contact-form.contact-form--5 textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #001029; }

.contact-form.contact-form--5 textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #001029; }

.contact-form.contact-form--5 textarea:-ms-input-placeholder {
  /* IE 10+ */
  color: #001029; }

.contact-form.contact-form--5 textarea:-moz-placeholder {
  /* Firefox 18- */
  color: #001029; }

.REQUIRED_SIGN {
	margin: 15px 0px;
	display: block;
}
.kontakti-form .input-box input:focus{
	background-color: #f5f5f5;
}
.kontakti-form .input-box textarea:focus{
	background-color: #f5f5f5;
}
/* End */
/* /local/templates/milon-sport/components/bitrix/form.result.new/feedback/style.css?163108814911064 */
