@import url("https://fonts.googleapis.com/css2?family=Caveat:wght@700&display=swap");
@media (min-width: 1200px) {
  .container {
    max-width: 1170px !important;
    padding: 0 !important; } }

@font-face {
  font-family: 'Gotham-Black';
  src: url("../fonts/Gotham-Black/Gotham-Black.eot");
  src: local("0"), url("../fonts/Gotham-Black/Gotham-Black.woff") format("woff"), url("../fonts/Gotham-Black/Gotham-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal; }

@font-face {
  font-family: 'Gotham-Book';
  src: url("../fonts/Gotham-Book/Gotham-Book.eot");
  src: local("0"), url("../fonts/Gotham-Book/Gotham-Book.woff") format("woff"), url("../fonts/Gotham-Book/Gotham-Book.ttf") format("truetype");
  font-weight: 400;
  font-style: normal; }

.legend {
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.2em;
  color: #FFD66B;
  font-family: 'Caveat', cursive;
  margin-bottom: 12px; }

.black_title {
  font-weight: 900;
  font-size: 48px;
  line-height: 64px;
  color: #0E1011;
  font-family: 'Gotham-Black'; }
  .black_title span {
    color: #FFD66B; }

.padding_block {
  padding: 135px 0; }

.white_title {
  color: #fff !important; }

.button_line {
  font-size: 16px;
  line-height: 24px;
  color: #0E1011;
  text-decoration: none !important;
  text-transform: uppercase;
  font-family: 'Gotham-Black';
  border-bottom: 2px solid #FFD66B;
  padding-bottom: 6px; }
  .button_line:hover {
    color: #0E1011; }
    .button_line:hover img {
      margin-left: 30px;
      transform: rotate(-180deg); }
  .button_line img {
    margin-bottom: 2px;
    margin-left: 16px;
    transition: all 0.5s; }

a:focus {
  outline: none;
  border: 0; }

.dark_button {
  font-size: 18px;
  text-transform: uppercase;
  padding: 22px 35px;
  display: flex;
  justify-content: space-between;
  text-decoration: none !important;
  color: #fff;
  line-height: 24px;
  border-radius: 5px;
  font-family: 'Gotham-Black';
  display: flex;
  align-items: center;
  width: 221px;
  background: linear-gradient(to right, #FFD66B, #FFD66B 50%, #0E1011 50%);
  background-size: 200% 100%;
  background-position: 100%;
  transition: all 0.4s; }
  .dark_button:hover {
    background-position: 0 100%;
    color: #000; }
    .dark_button:hover svg {
      transform: rotate(-180deg); }
      .dark_button:hover svg path {
        fill: #000; }
  .dark_button svg {
    margin-bottom: 2px;
    margin-left: 16px;
    transition: all 0.5s; }
    .dark_button svg path {
      transition: all 0.5s; }

body {
  font-family: 'Gotham-Book' !important; }
  body .intro {
    padding: 55px 0;
    background: #0E1011;
    position: relative;
    margin-top: 82px; }
    body .intro h1 {
      padding-top: 55px;
      font-size: 64px;
      line-height: 72px;
      color: #FFFFFF;
      font-family: 'Gotham-Black';
      margin-bottom: 24px; }
      body .intro h1 span {
        color: #FFD66B; }
    body .intro p {
      font-size: 16px;
      line-height: 24px;
      color: #FFFFFF;
      opacity: 0.8; }
    body .intro_button {
      font-size: 18px;
      text-transform: uppercase;
      white-space: nowrap;
      padding: 22px 20px;
      background: #fff;
      color: #0E1011;
      line-height: 24px;
      border-radius: 5px;
      text-decoration: none !important;
      font-family: 'Gotham-Black';
      margin-top: 64px;
      display: flex;
      align-items: center;
      width: 318px;
      z-index: 10;
      position: relative;
      background: linear-gradient(to right, #FFD66B, #FFD66B 50%, #fff 50%);
      background-size: 200% 100%;
      background-position: 100%;
      transition: all 0.4s; }
      body .intro_button:hover {
        background-position: 0 100%;
        color: #000; }
        body .intro_button:hover img {
          margin-left: 30px;
          transform: rotate(-180deg); }
      body .intro_button img {
        margin-left: 20px;
        transition: all 0.5s; }
    body .intro_vector {
      position: absolute;
      bottom: 63px;
      left: -52px;
      -webkit-animation: spin 5s linear 0s infinite;
              animation: spin 5s linear 0s infinite; }

@-webkit-keyframes spin {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(360deg); } }

@keyframes spin {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(360deg); } }
    body .intro_bg img {
      width: 100%; }
    body .intro_advantage {
      display: flex;
      background: #17171C;
      padding: 52px 0px 52px 58px;
      height: 156px;
      right: 0;
      position: absolute;
      display: flex;
      justify-content: space-between;
      bottom: -72px;
      border-radius: 5px 0px 0px 5px; }
      body .intro_advantage-item {
        display: flex;
        margin-right: 63px; }
        body .intro_advantage-item_img {
          margin-right: 16px; }
        body .intro_advantage-item_content h6 {
          font-size: 18px;
          line-height: 24px;
          color: #FFFFFF;
          font-family: 'Gotham-Black';
          white-space: nowrap; }
        body .intro_advantage-item_content p {
          font-size: 14px;
          line-height: 20px;
          color: #FFFFFF;
          opacity: 0.8; }
  body .price {
    padding: 205px 0 132px 0;
    overflow-x: hidden}
    body .price_title {
      margin-bottom: 64px; }
    body .price-item {
      max-width: 332px;
      width: 100%;
      margin: 0 auto; }
      body .price-item_img {
        margin-bottom: 16px; }
      body .price-item_title {
        font-size: 32px;
        line-height: 42px;
        color: #0E1011;
        font-family: 'Gotham-Black'; }
      body .price-item_text {
        height: 100px;
        display: flex;
        align-items: baseline; }
      body .price-item div {
        display: flex;
        justify-content: space-between;
        align-items: center; }
        body .price-item div p {
          font-size: 16px;
          line-height: 24px;
          color: #0E1011;
          margin: 0; }
          body .price-item div p strong {
            font-family: 'Gotham-Black'; }
  body .advantage {
    padding: 133px 0;
    background: #F6F6F6; }
    body .advantage_container {
      padding-top: 82px; }
      body .advantage_container-wrapper {
        padding-right: 25px;
        padding-left: 25px; }
        body .advantage_container-wrapper-item {
          padding: 44px;
          border-radius: 5px;
          transition: all .4s; }
          body .advantage_container-wrapper-item__img {
            margin-bottom: 44px; }
          body .advantage_container-wrapper-item h5 {
            font-family: 'Gotham-Black';
            font-size: 24px;
            line-height: 32px;
            margin-bottom: 16px; }
            body .advantage_container-wrapper-item h5 .red {
              color: #FF6B6B; }
            body .advantage_container-wrapper-item h5 .green {
              color: #49E659; }
            body .advantage_container-wrapper-item h5 .yellow {
              color: #FFD66B; }
          body .advantage_container-wrapper-item p {
            font-size: 16px;
            line-height: 22px;
            color: #0E1011;
            margin: 0; }
          body .advantage_container-wrapper-item:hover {
            background: #fff;
            box-shadow: 20px 20px 80px rgba(141, 139, 166, 0.12); }
  body .manager {
    padding: 132px 0; }
    body .manager .manager_text {
      height: 100%;
      display: flex;
      flex-direction: column;
      justify-content: center; }
      body .manager .manager_text p {
        font-size: 24px;
        line-height: 32px;
        color: #0E1011; }
      body .manager .manager_text__button {
        margin-top: 44px; }
    body .manager .manager_img {
      display: flex;
      justify-content: flex-end; }
  body .sale {
    background: #0E1011;
    padding: 132px 0; }
    body .sale_button {
      height: 100%;
      display: flex;
      align-items: flex-end;
      justify-content: flex-end; }
      body .sale_button div {
        margin-bottom: 23px; }
    body .sale_img {
      margin-top: 80px; }
    body .sale_condition {
      margin-top: 80px; }
      body .sale_condition_item {
        margin-bottom: 64px; }
        body .sale_condition_item h5 {
          font-size: 32px;
          line-height: 42px;
          font-family: 'Gotham-Black';
          color: #fff;
          margin-bottom: 16px; }
          body .sale_condition_item h5 span {
            color: #FFD66B; }
        body .sale_condition_item p {
          font-size: 16px;
          line-height: 24px;
          color: #FFFFFF;
          opacity: 0.8; }
body .sale_condition_item p a {
  color: #fff;
  text-decoration: none;
  font-weight: bold;
}
  body .reviews {
    padding: 132px 0;
    background: #F6F6F6; }
    body .reviews_wrapper {
      margin-top: 80px; }
      body .reviews_wrapper-item {
        padding: 44px;
        border-radius: 5px;
        transition: all 0.5s; }
        body .reviews_wrapper-item__img {
          margin-bottom: 34px; }
          body .reviews_wrapper-item__img svg path {
            fill: #0E1011; }
        body .reviews_wrapper-item p {
          margin-bottom: 24px;
          font-size: 16px;
          line-height: 22px;
          color: #0E1011; }
        body .reviews_wrapper-item__user {
          display: flex;
          align-items: center; }
          body .reviews_wrapper-item__user .user_photo {
            margin-right: 12px; }
        body .reviews_wrapper-item:hover {
          background: #0E1011; }
          body .reviews_wrapper-item:hover .reviews_wrapper-item__img svg path {
            fill: #FFD66B; }
          body .reviews_wrapper-item:hover p {
            color: #fff; }
          body .reviews_wrapper-item:hover .reviews_wrapper-item__user .user_name {
            color: #fff; }
  body .cta {
    padding: 132px 0; }
    body .cta .cta_button {
      margin-top: 44px; }
  body .modal-dialog {
    max-width: 570px; }
    body .modal-dialog .modal-content .modal-header {
      flex-direction: column;
      padding: 32px;
      border-bottom: 0; }
      body .modal-dialog .modal-content .modal-header h5 {
        font-size: 24px;
        line-height: 32px;
        color: #0E1011;
        font-family: 'Gotham-Black';
        margin-bottom: 8px;
        display: flex;
        justify-content: space-between;
        align-content: center;
        width: 100%; }
      body .modal-dialog .modal-content .modal-header p {
        font-size: 16px;
        line-height: 24px;
        color: #0E1011;
        opacity: 0.8; }
    body .modal-dialog .modal-content .modal-body {
      padding: 0 32px; }
      body .modal-dialog .modal-content .modal-body form div {
        display: flex;
        flex-direction: column;
        margin-bottom: 24px; }
        body .modal-dialog .modal-content .modal-body form div label {
          font-size: 16px;
          line-height: 24px;
          color: #0E1011; }
        body .modal-dialog .modal-content .modal-body form div input {
          border: 1px solid #DADEE0;
          border-radius: 5px;
          padding: 16px 24px;
          -webkit-appearance: none;
          -moz-appearance: none;
          appearance: none;}
          body .modal-dialog .modal-content .modal-body form div input::-moz-placeholder {
            font-size: 16px;
            line-height: 24px;
            color: #0E1011;
            opacity: 0.5; }
          body .modal-dialog .modal-content .modal-body form div input:-ms-input-placeholder {
            font-size: 16px;
            line-height: 24px;
            color: #0E1011;
            opacity: 0.5; }
          body .modal-dialog .modal-content .modal-body form div input::placeholder {
            font-size: 16px;
            line-height: 24px;
            color: #0E1011;
            opacity: 0.5; }
      body .modal-dialog .modal-content .modal-body form .input_tel {
        position: relative; }
        body .modal-dialog .modal-content .modal-body form .input_tel:before {
          content: '+380';
          position: absolute;
          color: #000;
          top: 49px;
          left: 13px; }
        body .modal-dialog .modal-content .modal-body form .input_tel input {
          padding: 16px 24px 16px 63px;
          box-shadow: none; }
          body .modal-dialog .modal-content .modal-body form .input_tel input:out-of-range {
            background: red; }
    body .modal-dialog .modal-content .modal-footer {
      border-top: 0;
      margin-bottom: 0 !important;
      align-items: flex-end !important; }
      body .modal-dialog .modal-content .modal-footer .cta_button button {
        border: 0; }
        body .modal-dialog .modal-content .modal-footer .cta_button button:focus {
          outline: none; }

@media (max-width: 992px) {
  .p_mobile {
    max-width: 600px;
    width: 100%; }
  .black_title {
    font-size: 32px;
    line-height: 42px; }
  body .intro {
    margin-top: 60px;
    padding: 0; }
    body .intro h1 {
      font-size: 38px;
      line-height: 54px;
      margin-bottom: 15px; }
    body .intro_button {
      margin-bottom: 84px;}
    body .intro_vector {
      bottom: 50px; }
    body .intro_bg {
      display: none; }
    body .intro_advantage {
      border-radius: 0;
      bottom: auto;
      position: relative;
      width: 100%;
      flex-direction: column;
      align-items: center;
      height: auto;
      padding: 50px; }
      body .intro_advantage-item {
        margin-right: 0;
        margin-bottom: 25px;
        max-width: 315px;
        width: 100%; }
        body .intro_advantage-item:last-child {
          margin-bottom: 0; }
          body .intro_advantage-item:last-child p {
            margin-bottom: 0; }
  body .price {
    padding: 50px 0 50px 0; }
    body .price_title {
      margin-bottom: 30px; }
    body .price-item {
      margin: 25px auto; }
      body .price-item_img {
        width: 100%; }
  body .advantage {
    padding: 50px 0 50px 0; }
    body .advantage_container {
      padding-top: 20px; }
      body .advantage_container-wrapper-item {
        max-width: 344px;
        width: 100%;
        margin: 25px auto;
        background: #fff; }
        body .advantage_container-wrapper-item__img {
          margin-bottom: 15px !important; }
  body .manager {
    padding: 50px 0; }
    body .manager .manager_text p {
      font-size: 16px;
      line-height: 23px; }
    body .manager .manager_text__button {
      margin-top: 10px; }
    body .manager .manager_img {
      justify-content: center;
      padding: 35px 30px 0 30px; }
      body .manager .manager_img img {
        max-width: 400px;
        width: 100%; }
  body .sale {
    padding: 50px 0; }
    body .sale .sale_button {
      justify-content: flex-start;
      margin-top: 10px; }
    body .sale_img {
      margin-top: 50px; }
      body .sale_img img {
        width: 100%; }
    body .sale_condition {
      margin-top: 50px; }
      body .sale_condition_item {
        margin-bottom: 25px; }
        body .sale_condition_item h5 {
          font-size: 24px;
          margin-bottom: 0; }
  body .sale_condition_item p a {
    color: #fff;
    text-decoration: none !important;
  }
        body .sale_condition_item:last-child {
          margin-bottom: 0; }
  body .reviews {
    padding: 50px 0; }
    body .reviews_wrapper {
      margin-top: 50px; }
      body .reviews_wrapper-item {
        background: #0E1011;
        margin-bottom: 25px; }
        body .reviews_wrapper-item__img svg path {
          fill: #FFD66B; }
        body .reviews_wrapper-item p {
          color: #fff; }
        body .reviews_wrapper-item__user .user_name {
          color: #fff; }
  body .cta {
    padding: 50px 0; }
    body .cta_img {
      display: flex;
      justify-content: center;
      margin-bottom: 25px; }
      body .cta_img img {
        width: 100%; } }

@media (max-width: 500px) {
  .legend {
    font-size: 14px; }
  .black_title {
    font-size: 28px;
    line-height: 30px; }
  .button_line {
    font-size: 14px; }
    .button_line img {
      width: 15px;
      margin-left: 8px; }
  .p_mobile {
    font-size: 14px !important; }
  .dark_button {
    font-size: 16px;
    padding: 16px 26px;
    width: 175px; }
  body .intro h1 {
    font-size: 24px;
    line-height: 35px; }
  body .intro p {
    font-size: 14px; }
  body .intro_button {
    margin-top: 35px;
    margin-bottom: 50px;
    font-size: 14px;
    justify-content: space-between;
    width: 260px;
    padding: 16px 18px; }
  body .intro_vector {
    bottom: 28px;
    max-width: 100px;
    left: 214px; }
    body .intro_vector img {
      width: 100%; }
  body .intro_advantage {
    padding: 35px 16px; }
    body .intro_advantage-item_content h6 {
      font-size: 16px; }
  body .price {
    padding: 35px 0 35px 0; }
    body .price-item_title {
      font-size: 20px;
      line-height: 23px; }
    body .price-item_text {
      height: auto; }
    body .price-item_img {
      -o-object-fit: none;
         object-fit: none; }
  body .advantage {
    padding: 35px 0 35px 0; }
    body .advantage_subtitle {
      font-size: 14px; }
    body .advantage_container-wrapper {
      padding-right: 15px;
      padding-left: 15px; }
      body .advantage_container-wrapper-item {
        padding: 25px;
        margin: 15px auto; }
        body .advantage_container-wrapper-item h5 {
          font-size: 22px;
          margin-bottom: 5px; }
        body .advantage_container-wrapper-item p {
          font-size: 14px; }
  body .manager {
    padding: 35px 0; }
  body .sale {
    padding: 35px 0; }
    body .sale_condition {
      margin-top: 35px; }
      body .sale_condition_item h5 {
        font-size: 20px; }
      body .sale_condition_item p {
        font-size: 14px; }
  body .reviews {
    padding: 35px 0; }
    body .reviews_wrapper {
      margin-top: 35px; }
      body .reviews_wrapper-item {
        padding: 30px; }
        body .reviews_wrapper-item p {
          font-size: 14px; }
  body .cta {
    padding: 35px 0; }
    body .cta p {
      font-size: 14px; }
    body .cta .cta_button {
      margin-top: 30px; }
    body .modal2 .modal-dialog .modal-content .modal-header-two {    padding: 16px;}
  body .modal-dialog .modal-content .modal-header {
    padding: 30px 20px 10px 20px; }
    body .modal-dialog .modal-content .modal-header h5 {
      font-size: 20px;
      line-height: 22px; }
    body .modal-dialog .modal-content .modal-header p {
      font-size: 14px;
      line-height: 20px;
      margin-bottom: 5px; }
  body .modal-dialog .modal-content .modal-body {
    padding: 0 20px; }
    body .modal-dialog .modal-content .modal-body form div {
      margin-bottom: 20px; }
      body .modal-dialog .modal-content .modal-body form div label {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 6px; }
      body .modal-dialog .modal-content .modal-body form div input {
        padding: 10px 10px; }
        body .modal-dialog .modal-content .modal-body form div input::-moz-placeholder {
          font-size: 14px;
          line-height: 20px; }
        body .modal-dialog .modal-content .modal-body form div input:-ms-input-placeholder {
          font-size: 14px;
          line-height: 20px; }
        body .modal-dialog .modal-content .modal-body form div input::placeholder {
          font-size: 14px;
          line-height: 20px; }
    body .modal-dialog .modal-content .modal-body form .input_tel {
      position: relative; }
      body .modal-dialog .modal-content .modal-body form .input_tel:before {
        top: 37px;
        font-size: 14px; }
      body .modal-dialog .modal-content .modal-body form .input_tel input {
        padding: 10px 24px 10px 59px;
        font-size: 14px; }
        body .modal-dialog .modal-content .modal-body form .input_tel input:out-of-range {
          background: red; }
  body .modal-dialog .modal-content .modal-footer .cta_button button {
    padding: 16px 20px; } }
