html,body {
  padding: 0;
  margin: 0 auto;
  height: 100%;
  font-family: 'Fira Sans',sans-serif;
  font-size: 16px;
  line-height: 30px;
  font-weight: 400;
  max-width: 1920px;
  color: #000;
}

a {
  color: #000;
  text-decoration: none
}

a:hover {
  color: #e22c49;
  text-decoration: none
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

@media (min-width:1200px) {
  .container {
    max-width: 1170px;
  }
}
*:focus,*:active {
  outline: none;
}
p {
  margin-bottom: 30px;
}
.btn {
  display: inline-block;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 0;
  padding: 13px 37px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  border-radius: 50px;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, transform 0.15s ease-in-out;
  background: #e22c49;
  color: #fff;
}
.btn:hover,
.option__btn:hover .btn {
  background: #f83352;
  border-color: #f83352;
  color: #fff;
  box-shadow: 0 10px 15px rgba(226,44,74,.3);
}

.btn[aria-expanded=true],
.btn[aria-expanded=false]:hover {
  background: #f83352!important;
  color: #fff!important;
  border-color: #f83352!important;
}
.btn[aria-expanded=false] {
  background: #f5f5f5!important;
  color: #f83352!important;
}
.btn:hover {
  text-decoration: none;
  color: #fff;
}
.btn-lite {
  background: transparent;
  color: #f83352;
  border: 2px solid #eee;
}
.btn-lite:hover {
  background: #f83352;
  border-color: #f83352;
  color: #fff;
}
.btn-bordered {
  background: transparent;
  color: #f83352;
  border: 2px solid #f83352;
}
.btn-bordered:hover {
  background: #f83352;
  border-color: #f83352;
  color: #fff;
}
.btn-lite[aria-expanded=false] {
  border: 2px solid #eee!important;
}
.btn:focus, .btn.focus {
  outline: 0;
}

.btn.disabled, .btn:disabled {
  opacity: 0.65;
}

.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.btn:not(:disabled):not(.disabled):active, .btn:not(:disabled):not(.disabled).active {
  background-image: none;
}

a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}
.btn-link {
  background: transparent;
  color: #e22c49;
  border: 0;
  border-radius: 0;
  padding: 0;
}
.btn-link:hover {
  background: transparent;
  border-color: transparent;
  color: #f83352;
  box-shadow: none;
}

ul.list-styled {
  margin: 0 0 30px 0;
  padding-left: 0;
  list-style: none;
}
ul.list-styled li {
  padding-left: 30px;
  position: relative;
  margin-bottom: 20px;
}
ul.list-styled li:before {
  content: '';
  display: block;
  width: 15px;
  border-top: 2px solid #e22c49;
  position: absolute;
  left: 0;
  top: .8em;
}

.h1, .h2, .h3, .h4 {
  font-weight: bold;
}

h2, .h2 {
  font-size: 30px;
  line-height: 40px;
  margin: 0 0 50px;
}

.header {
  padding: 9px 0;
  position: relative;
  z-index: 10;
  background: #fff;
  border-bottom: 2px solid #efefef;
  margin-bottom: 80px;
}

@media (max-width: 767px) {
  #panel {
    display: none;
  }

  .header {
    padding: 12px 0;
  }
}

.wrap {
  padding: 0 15px;
}

@media (min-width: 768px) {
  .wrap {
    padding: 0 30px;
  }
}

@media (min-width: 1200px) {
  .wrap {
    padding: 0 40px;
  }
}
.header__holder {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  transition:opacity .5s cubic-bezier(0.62, 0, 0.48, 1) .2s,transform .5s cubic-bezier(0.62, 0, 0.48, 1) .2s;
  transform: translate3d(0,-5px,0);
  opacity: 0;
}
/*.inited */.header__holder {
  transform: translate3d(0,0,0);
  opacity: 1;
}
@media (min-width: 1200px) {
  .header__holder {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
  }
}

@media (max-width: 767px) {
  .header__holder {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
  }
}

.header__logo {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 230px;
  -ms-flex: 0 0 230px;
  flex: 0 0 230px;
}

.header__logo img {
  max-width: 100%;
}

@media (min-width: 768px) {
  .header__logo {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
}

@media (max-width: 767px) {
  .header__logo img {
    max-height: 40px;
  }
}

.header__menu {
  width: 100%;
}

@media (min-width: 768px) {
  .header .header__menu {
    -webkit-box-ordinal-group: 16;
    -webkit-order: 15;
    -ms-flex-order: 15;
    order: 15;
    margin-left: -10px;
  }
}

@media (min-width: 1200px) {
  .header__menu,.header .header__menu {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
    padding-left: 40px;
    padding-right: 40px;
    margin-left: 0;
    width: 100%;
    margin-top: -5px;
  }
}
.phones {
  text-align: right;
  white-space: nowrap;
}

.phones__title {
  font-size: 15px;
  line-height: 25px;
}

.phones__number {
  font-size: 20px;
  line-height: 20px;
  font-weight: bold;
}

.phones__number a {
  color: #e22c49;
}

.phones__title div, .phones__number div {
  display: inline-block;
}

@media (max-width: 767px) {
  .phones {
    display: none;
  }
}


.header__contacts {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 230px;
  -ms-flex: 0 0 230px;
  flex: 0 0 230px;
  -webkit-box-ordinal-group: 11;
  -webkit-order: 10;
  -ms-flex-order: 10;
  order: 10;
}

@media (min-width: 768px) {
  .header__mobile {
    display: none;
  }
}

[class^='icon-'], [class*=' icon-'] {
  display: inline-block;
  width: 14px;
  height: 14px;
  line-height: 14px;
  vertical-align: middle;
  background: url('../i/sprite.png') -9999px -9999px no-repeat;
}

@media (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
  [class^='icon-'], [class*=' icon-'] {
    background-image: url('../i/sprite2x.png');
    background-size: 2770px 172px;
  }
}
.icon-phone {
  width: 20px;
  height: 21px;
  background-position: -56px 0;
  margin: -2px 9px 0 0
}
.icon-user,
.icon-user2 {
  width: 19px;
  height: 19px;
  background-position: 0 0;
  margin-top: -3px;
  margin-right: 11px;
}
.icon-user2 {
  background-position: -19px 0;
}
a:hover .icon-user {
  background-position: -19px 0;
}
.user__item {
  font-size: 14px;
}
.user__item a {
  display: inline-block;
  padding: 12px 0 8px;
}
.radio input[type=radio],
.checkbox input[type=checkbox] {
  display: none;
}
.radio label,
.checkbox label {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  margin-bottom: 10px;
}
.checkbox label {
  padding-left: 35px;
}
.radio label:before,
.checkbox label:before {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  border: 2px solid #eee;
  background: #fff;
  border-radius: 20px;
  position: absolute;
  left: 0;
  top: 4px;
}
.checkbox label:before {
  border-radius: 5px;
}
.radio input:checked + label:after {
  content: '';
  display: block;
  width: 6px;
  height: 6px;
  border: 0;
  background: #e22c49;
  border-radius: 20px;
  position: absolute;
  left: 7px;
  top: 11px;
}
.checkbox input:checked + label:after {
  content: '';
  display: block;
  position: absolute;
  left: 3px;
  top: 8px;
  width: 14px;
  height: 12px;
  background: url('../i/sprite.png') no-repeat;
  background-position: -617px  -33px;
}
.breadcrumbs {
  list-style: none;
  padding-left: 0;
  padding-top: 60px;
  margin-bottom: 40px;
}
.breadcrumbs li {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
}
.breadcrumbs li i {
  padding: 0 10px;
  color: #e02c47;
  font-style: normal;
}
.form-control {
  margin-bottom: 30px;
}
.form-control label {
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .form-control label {
    margin-bottom: 0;
  }
}
.form-control label i {
  color: #e22c49;
  font-style: normal;
}
.form-control textarea {
  min-height: 230px;
  resize: none;
}
.input {
  border: 2px solid #eee;
  width: 100%;
  padding: 0 25px;
  min-height: 50px;
  line-height: 50px;
  border-radius: 29px;
}
.input-btn {
  position: relative;
}
.input-btn .input {
  padding-right: 190px;
}
.input-btn button {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  height: auto;
  min-width: 165px;
  background: #f5f5f5;
  color: #000;
  font-weight: normal;
}
.subtitle__redline {
  height: 2px;
  width: 25px;
  background: #e22c49;
  margin: 20px 0;
  display: none;
}
.subtitle__ico {
  margin-top: 10px;
}
.account {
  margin-bottom: 80px;
}
.account__hint {
  margin-bottom: 20px;
}
.account__hint a {
  color: #e22c49;
}
.account__old {
  color: #e22c49;
  margin-bottom: 20px;
  display: inline-block;
  vertical-align: top;
}
.account__login {
  margin-bottom: 50px;
}
.account__login input {
  margin-bottom: 30px;
}
.account__btn {
  width: 195px;
  margin-right: 25px;
  margin-bottom: 20px;
}
.account .list-styled {
  margin-bottom: 60px;
}
.footer {
  background: #eee;
  font-size: 14px;
  color: #808080;
  padding: 25px 0
}
.footer-links__item {
  margin-right: 40px;
}
.developer {
  float: right;
}
.developer a {
  color: #808080!important;
}
.developer .icon-inteo {
  margin-top: -2px;
  margin-left: 15px;
}
.pseudo {
  border-bottom: 1px dotted;
}
.rel {
  position: relative;
}
.help-block {
 color: #f83352;
  position: absolute;
  right: 15px;
  top: -22px;
  font-size: 12px;
  line-height: 18px;
}