* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  font-family: 'Geometria', sans-serif; }

body {
  margin: 0;
  font-family: 'Geometria', sans-serif;
  font-size: 14px;
  color: #000;
  background: #f2f4f6; }

.text-right {
  text-align: right; }

.top_phone{
  margin-top: 15px;
  display: inline-block;
  text-align: center;
  font-size: 20px;
  color: black;
}
.top_phone:hover{
  text-decoration: none;
}

.btn {
  background-image: -moz-linear-gradient(37deg, #800765 0%, #f20080 100%);
  background-image: -webkit-linear-gradient(37deg, #800765 0%, #f20080 100%);
  background-image: -ms-linear-gradient(37deg, #800765 0%, #f20080 100%);
  height: 48px;
  line-height: 48px;
  padding: 0 25px;
  color: #fff;
  font-size: 14px;
  display: inline-block;
  border-radius: 24px;
  text-decoration: none;
  cursor: pointer;
  border: 0; }
  .btn:hover {
    background-image: -moz-linear-gradient(37deg, #f20080 0%, #800765 100%);
    background-image: -webkit-linear-gradient(37deg, #f20080 0%, #800765 100%);
    background-image: -ms-linear-gradient(37deg, #f20080 0%, #800765 100%); }

.header {
  padding: 20px 0; }
  .header .btn {
    font-size: 16px; }
  .header .logo * {
    display: inline-block;
    vertical-align: middle; }
  .header .logo span {
    line-height: 1.667;
    font-size: 18px;
    margin-left: 10px; }

h1 {
  font-size: 60px;
  margin: 40px 0 20px; }

h2 {
  font-size: 30px;
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 40px; }

.advantages-item {
  display: flex; }
  .advantages-item span {
    line-height: 24px;
    font-size: 16px; }
    .advantages-item span:last-child {
      padding-left: 25px; }

.tell {
  position: relative;
  padding: 45px 15px 30px;
  margin: 40px auto 0;
  height: 230px;
  z-index: 2; }
  .tell .title {
    font-size: 30px;
    font-weight: 500; }
  .tell .line-1 {
    font-size: 20px;
    margin: 20px 0 20px; }
  .tell .line-2 {
    font-size: 20px;
    font-weight: 500; }
  .tell .tell-img {
    position: absolute;
    top: 0;
    right: -30px;
    width: 455px; }

.order-form-block {
  padding: 30px 15px 30px 15px;
  background: #fff;
  border-radius: 30px;
  -webkit-box-shadow: 4px 4px 5px 0px rgba(0, 0, 0, 0.11);
  -moz-box-shadow: 4px 4px 5px 0px rgba(0, 0, 0, 0.11);
  box-shadow: 4px 4px 5px 0px rgba(0, 0, 0, 0.11);
  height: calc(100% - 30px);
  margin-bottom: 30px; }
  .order-form-block .title {
    font-size: 20px;
    height: 42px;
    display: flex;
    align-items: center;
    margin-bottom: 25px; }
    .order-form-block .title img {
      display: inline-block;
      margin-right: 5px; }
  .order-form-block .form-line {
    margin-top: 15px; }
    .order-form-block .form-line label {
      font-size: 14px; }
    .order-form-block .form-line .txt-input {
      padding-left: 40px;
      margin-top: 10px; }
      .order-form-block .form-line .txt-input input {
        width: 100%;
        border: solid 1px #cdcdca;
        height: 42px;
        line-height: 40px;
        border-radius: 10px;
        font-size: 16px;
        font-weight: 300;
        padding: 0 15px;
        margin-top: 10px; }
  .order-form-block .fl-ob .txt-input {
    padding-left: 0; }
    .order-form-block .fl-ob .txt-input select {
      width: 100%;
      border: solid 1px #cdcdca;
      height: 42px;
      line-height: 40px;
      border-radius: 10px;
      font-size: 16px;
      font-weight: 300;
      padding: 0 15px;
      appearance: none;
      background: transparent url("images/arr.png") right center no-repeat; }
  .order-form-block .fl-radio input[type=radio] {
    display: none; }
  .order-form-block .fl-radio input[type=radio] + label {
    display: block;
    padding-left: 40px;
    font-size: 14px;
    position: relative; }
    .order-form-block .fl-radio input[type=radio] + label:before {
      content: '';
      display: block;
      width: 14px;
      height: 14px;
      border-radius: 50%;
      border: solid 1px #bc107a;
      position: absolute;
      left: 12px;
      top: 2px; }
  .order-form-block .fl-radio input[type=radio]:checked + label:after {
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-image: -moz-linear-gradient(93deg, #800765 0%, #f20080 100%);
    background-image: -webkit-linear-gradient(93deg, #800765 0%, #f20080 100%);
    background-image: -ms-linear-gradient(93deg, #800765 0%, #f20080 100%);
    position: absolute;
    left: 15px;
    top: 5px; }
  .order-form-block .zh-block {
    display: flex;
    margin-top: 15px; }
  .order-form-block input[type=checkbox] {
    display: none; }
  .order-form-block input[type=checkbox] + label {
    display: block;
    padding-left: 40px;
    position: relative; }
    .order-form-block input[type=checkbox] + label:before {
      content: '';
      display: block;
      width: 16px;
      height: 16px;
      position: absolute;
      left: 12px;
      top: 2px;
      border: solid 1px #bc107a; }
  .order-form-block input[type=checkbox]:checked + label:before {
    border: 0;
    background-image: -moz-linear-gradient(93deg, #800765 0%, #f20080 100%);
    background-image: -webkit-linear-gradient(93deg, #800765 0%, #f20080 100%);
    background-image: -ms-linear-gradient(93deg, #800765 0%, #f20080 100%); }
  .order-form-block textarea {
    width: 100%;
    border: solid 1px #cdcdca;
    height: 130px;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 300;
    padding: 10px 15px;
    margin-top: 10px;
    resize: none; }
  .order-form-block .nofirst {
    margin-top: 15px; }
  .order-form-block .privacy {
    font-size: 12px;
    line-height: 1.5; }
  .order-form-block .no-top {
    margin-top: 0 !important; }
  .order-form-block .btn {
    display: block;
    width: 100%;
    text-align: center;
    padding: 0; }

.rules {
  text-align: center;
  margin-bottom: 30px; }
  .rules a {
    font-size: 13px;
    color: #000; }
    .rules a:hover {
      text-decoration: none; }

.uname-container {
  display: none;
  visibility: hidden;
  opacity: 0; }

.order-true {
  display: none;
  text-align: center;
  font-size: 16px;
  margin-top: 10px;
  color: #00af00; }

.popup {
  max-width: 400px;
  border-radius: 10px; }
  .popup .mess-true {
    display: none;
    text-align: center;
    font-size: 16px;
    margin-top: 10px;
    color: #00af00; }
  .popup input[type=text] {
    width: 100%;
    border: solid 1px #cdcdca;
    height: 42px;
    line-height: 40px;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 300;
    padding: 0 15px;
    margin-top: 10px;
    margin-bottom: 20px; }
  .popup .btn {
    display: block;
    width: 100%;
    font-size: 20px; }
  .popup .privacy {
    font-size: 12px;
    line-height: 1.5;
    text-align: center;
    margin-bottom: 15px; }
  .popup .title {
    font-size: 30px;
    font-weight: 500;
    text-align: center; }
  .popup p {
    font-size: 20px;
    font-weight: 500;
    text-align: center; }
  .popup.fancybox__content > .carousel__button.is-close {
    color: #bc107a;
    top: 15px;
    right: 15px; }

@media (max-width: 1200px) {
  .tell .tell-img {
    right: 0px;
    width: 345px; }

  .order-form-block .btn {
    line-height: normal;
    padding: 10px 15px;
    text-align: center;
    white-space: normal;
    height: auto; } }
@media (max-width: 991px) {
  .tell .tell-img {
    display: none; }

  .tell {
    height: auto; }

  .tell .title {
    font-size: 24px; }

  .tell .line-1, .tell .line-2 {
    font-size: 16px; }

  h1 {
    font-size: 34px;
    margin: 20px 0; }

  h2 {
    font-size: 22px; } }
@media (max-width: 767px) {
  .header .logo {
    text-align: center;
    margin-bottom: 15px; }

  .header .logo img {
    width: 60px; }

  .header .logo span {
    line-height: normal;
    font-size: 14px; }

  .header .text-right {
    text-align: center; } }

/*# sourceMappingURL=style.css.map */
