@charset "UTF-8";
* {
  box-sizing: border-box;
  font-family: 'Ubuntu', sans-serif; }

html {
  scroll-behavior: smooth; }

body {
  margin: 0;
  padding: 0;
  background: radial-gradient(circle farthest-corner at 10% 20%, #f9f871 0%, #f0ddfe 90%);
  color: #1a1a1a; }

a {
  text-decoration: none;
  color: inherit; }

h1, h2, h3, h4 {
  font-family: 'Montserrat', sans-serif; }

header {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-around;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 70px;
  z-index: 100; }
  header span {
    width: 30%;
    padding: 10px 25px;
    background: #fff;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    text-align: center;
    font-size: 16px;
    color: #1a1a1a;
    font-weight: 900;
    transition: .3s ease-in-out;
    cursor: pointer; }
    header span:hover {
      box-shadow: 0 5px 5px rgba(255, 255, 255, 0.1);
      opacity: 0.9; }
  header .on-top {
    color: #fff;
    background: none;
    box-shadow: none;
    border-radius: 5px;
    font-weight: 100; }
    header .on-top:hover {
      color: #1a1a1a;
      background: #fff;
      box-shadow: 0 5px 5px rgba(255, 255, 255, 0.1);
      opacity: 0.9;
      font-weight: 900; }
  header .phone {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    background: #fff;
    width: 30%;
    height: 50px;
    color: #1a1a1a;
    padding: 0 25px;
    border-radius: 5px;
    font-size: 18px;
    font-family: 'Montserrat', sans-serif;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
    text-shadow: none;
    font-weight: 900;
    position: relative;
    cursor: pointer;
    transition: .3s ease-in-out; }
    header .phone img {
      width: 20px;
      height: auto;
      margin-right: 10px; }

#start {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  position: relative;
  width: 100%;
  height: 80vh; }
  #start .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("../images/newbg.jpg") no-repeat center;
    background-size: cover;
    border-radius: 0 0 3% 3%;
    overflow: hidden;
    z-index: -1; }
    #start .bg:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.3); }
  #start .content {
    text-align: center;
    margin-bottom: 20px; }
    #start .content h1 {
      margin: 0;
      font-size: 60px;
      font-weight: 900;
      text-align: center;
      line-height: 1.1;
      color: #fff;
      word-break: break-word;
      text-shadow: 1px 1px 0 #333; }
    #start .content h2 {
      margin: 10px 0 0 0;
      font-size: 26px;
      font-weight: 100;
      color: #ccc;
      text-shadow: 1px 1px 0 #333; }
  #start .items-menu {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 140px;
    transform: translateY(70px);
    padding: 0 2%;
    background: #fff;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.15);
    border-radius: 5px; }
    #start .items-menu .mobile-wrap {
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: center;
      width: 100%;
      height: 100%; }
      #start .items-menu .mobile-wrap .menu-item {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 100%;
        margin-bottom: -5px;
        opacity: 1;
        transition: .3s ease-in-out;
        cursor: pointer; }
        #start .items-menu .mobile-wrap .menu-item:hover {
          opacity: 0.8; }
        #start .items-menu .mobile-wrap .menu-item img {
          width: 75px;
          height: 75px;
          border-radius: 5px;
          box-shadow: 0 7px 5px -5px rgba(0, 0, 0, 0.5); }
        #start .items-menu .mobile-wrap .menu-item span {
          max-width: 80px;
          margin-top: 3px;
          font-size: 12px;
          line-height: 1;
          text-align: center; }

#benefits {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  padding-top: 85px; }
  #benefits h2 {
    font-size: 30px;
    text-align: center; }
  #benefits .benefits {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
    width: 100%;
    padding-top: 30px; }
    #benefits .benefits .block {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      width: 100%;
      padding: 15px;
      text-align: center;
      min-height: 300px;
      border-radius: 5px;
      transition: .5s ease-in-out; }
      #benefits .benefits .block img {
        width: auto;
        height: 100px;
        opacity: 0.8;
        transition: .3s ease-in-out; }
      #benefits .benefits .block h3 {
        margin: 20px 0 0 0;
        font-weight: 900;
        font-size: 24px; }
      #benefits .benefits .block p {
        margin: 5px 0;
        font-size: 14px;
        color: #666; }
      #benefits .benefits .block:nth-child(even) {
        margin: -20px 0 0 10px; }
      #benefits .benefits .block:nth-child(3) {
        margin: 0 0 0 10px; }
  #benefits .on-screen .block1 {
    animation: benefits 1s ease-in-out forwards; }
  #benefits .on-screen .block2 {
    animation: benefits 1s ease-in-out 0.5s forwards; }
  #benefits .on-screen .block3 {
    animation: benefits 1s ease-in-out 1s forwards; }
  #benefits .on-screen .block4 {
    animation: benefits 1s ease-in-out 1.5s forwards; }
@keyframes benefits {
  0% {
    background: none;
    box-shadow: none; }
  100% {
    background: #fff;
    box-shadow: 10px 10px 15px rgba(0, 0, 0, 0.05); } }
#items {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding-top: 50px;
  padding-bottom: 50px; }
  #items h2 {
    font-size: 30px;
    margin-bottom: 30px;
    width: 100%;
    text-align: center; }
  #items .items {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center; }
    #items .items .item {
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: flex-start;
      width: 70%;
      height: 200px;
      position: relative;
      border-radius: 5px;
      transition: 1s ease-in-out; }
      #items .items .item img {
        height: 200px;
        border-radius: 5px;
        transition: 1s ease-in-out;
        box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
        z-index: 2; }
      #items .items .item .top-text {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        position: absolute;
        top: 0;
        left: 150px;
        height: 200px;
        font-size: 26px;
        text-shadow: -1px -1px 0 #ffffff, 1px -1px 0 #ffffff, -1px 1px 0 #ffffff, 1px 1px 0 #ffffff;
        transition: .5s ease-in-out;
        visibility: visible;
        opacity: 1;
        z-index: 3; }
      #items .items .item .text {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        position: absolute;
        top: 30px;
        left: 50px;
        height: 140px;
        padding: 0 25px;
        border-radius: 0 5px 5px 0;
        background: #fff;
        box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
        transition: 1s ease-in-out;
        visibility: hidden;
        opacity: 0;
        z-index: 1; }
        #items .items .item .text h3 {
          margin: 0 0 5px 0;
          color: #1a1a1a;
          font-size: 26px;
          text-shadow: -1px -1px 0 #ffffff, 1px -1px 0 #ffffff, -1px 1px 0 #ffffff, 1px 1px 0 #ffffff;
          z-index: 2; }
        #items .items .item .text .list span {
          display: inline-block;
          margin: 0 2px 2px 0;
          padding: 5px 10px;
          color: #666;
          font-size: 12px;
          border: 1px solid #666;
          border-radius: 3px;
          transition: .2s ease-in-out;
          opacity: 0.8;
          cursor: pointer; }
          #items .items .item .text .list span:hover {
            color: #1a1a1a;
            opacity: 1; }
        #items .items .item .text .list .active-span {
          color: #1a1a1a;
          opacity: 1;
          font-weight: 900; }
      #items .items .item:nth-child(even) {
        justify-content: flex-end; }
        #items .items .item:nth-child(even) .top-text {
          left: inherit;
          right: 150px; }
        #items .items .item:nth-child(even) .text {
          align-items: flex-end;
          left: inherit;
          right: 50px;
          text-align: right;
          border-radius: 5px 0 0 5px; }
          #items .items .item:nth-child(even) .text span {
            margin: 0 0 2px 2px; }
    #items .items .active-item .top-text {
      visibility: hidden;
      opacity: 0; }
    #items .items .active-item .text {
      visibility: visible;
      opacity: 1;
      transform: translateX(150px); }
    #items .items .active-item:nth-child(even) .text {
      transform: translateX(-150px); }

#contact {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
  overflow: hidden; }
  #contact h2 {
    width: 100%;
    text-align: center; }
  #contact .map {
    width: 100%; }
    #contact .map iframe {
      width: 100%;
      height: 250px;
      border-radius: 5px; }
  #contact .info-form {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 30px 0; }
    #contact .info-form .info {
      width: 50%;
      height: 100%;
      padding: 25px 35px 25px 0;
      text-align: right; }
      #contact .info-form .info h4 {
        margin-bottom: 3px;
        font-size: 22px; }
        #contact .info-form .info h4:nth-child(1) {
          margin-top: 0; }
      #contact .info-form .info p {
        margin: 0;
        font-size: 16px; }
    #contact .info-form form {
      display: flex;
      flex-direction: row;
      align-items: flex-start;
      justify-content: flex-start;
      flex-wrap: wrap;
      width: 50%;
      padding: 25px 0;
      margin-right: -3px; }
      #contact .info-form form h3 {
        width: 100%;
        margin: 0;
        text-align: center; }
      #contact .info-form form span {
        width: 100%;
        text-align: center;
        font-size: 14px;
        color: #666666; }
      #contact .info-form form label {
        font-size: 12px;
        font-weight: 900;
        margin: 0 0 2px 7px; }
      #contact .info-form form select, #contact .info-form form input, #contact .info-form form textarea {
        width: 100%;
        height: 40px;
        border-radius: 5px;
        border: 1px solid #aaa;
        font-size: 16px;
        padding: 0 10px; }
        #contact .info-form form select:focus, #contact .info-form form input:focus, #contact .info-form form textarea:focus {
          outline: none; }
      #contact .info-form form textarea {
        height: 100px;
        padding: 10px;
        resize: none; }
      #contact .info-form form .input-block {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        padding: 3px;
        margin-bottom: 10px;
        transition: .5s ease-in-out; }
      #contact .info-form form .item-info {
        width: 100%;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center; }
        #contact .info-form form .item-info select {
          width: 70%; }
        #contact .info-form form .item-info input {
          width: 30%; }
      #contact .info-form form button {
        width: 35%;
        height: 40px;
        margin: 0 auto;
        background: #e5ad06;
        box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
        font-size: 16px;
        color: #fff;
        font-weight: 500;
        border: none;
        border-radius: 5px;
        transition: .3s ease-in-out;
        cursor: pointer; }
        #contact .info-form form button:focus {
          outline: none; }
        #contact .info-form form button:hover {
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
          color: #1a1a1a; }

footer {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 15px; }
  footer p {
    margin: 0; }
  footer .pd {
    position: relative;
    font-family: 'Jura', sans-serif;
    font-size: 18px;
    line-height: 45px;
    padding: 0 25px;
    background: #eee;
    border: 2px solid #ee0000;
    transition: .3s ease-in-out; }
    footer .pd:before {
      content: '';
      width: 25px;
      height: 2px;
      position: absolute;
      top: -2px;
      left: 15%;
      background: #eee;
      transition: .3s ease-in-out; }
    footer .pd:after {
      content: '';
      width: 25px;
      height: 2px;
      position: absolute;
      bottom: -2px;
      right: 15%;
      background: #eee;
      transition: .3s ease-in-out; }
    footer .pd:hover:before {
      left: calc(85% - 25px); }
    footer .pd:hover:after {
      right: calc(85% - 25px); }

@media (min-width: 575.98px) {
  header, #start, #benefits, #items, #contact {
    padding-left: calc(50vw - 270px);
    padding-right: calc(50vw - 270px); } }
@media (min-width: 767.98px) {
  header, #start, #benefits, #items, #contact {
    padding-left: calc(50vw - 360px);
    padding-right: calc(50vw - 360px); } }
@media (min-width: 991.98px) {
  header, #start, #benefits, #items, #contact {
    padding-left: calc(50vw - 480px);
    padding-right: calc(50vw - 480px); } }
@media (min-width: 1199.98px) {
  header, #start, #benefits, #items, #contact {
    padding-left: calc(50vw - 590px);
    padding-right: calc(50vw - 590px); } }
@media screen and (max-width: 768px) {
  header span {
    display: none; }
  header .phone {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    background: #fff;
    width: 70%;
    height: 45px;
    padding-bottom: 7px;
    font-size: 16px; }
    header .phone:before {
      content: 'Натисніть, щоб зателефонувати';
      position: absolute;
      bottom: 5px;
      left: 0;
      width: 100%;
      font-size: 8px;
      text-align: center; }
    header .phone img {
      width: 16px; }

  #start .content {
    transform: translateY(100px);
    padding: 0 10px; }
    #start .content h1 {
      font-size: 30px; }
    #start .content h2 {
      font-size: 16px; }
  #start .items-menu {
    height: auto;
    transform: translateY(160px);
    padding: 0 5px;
    background: none;
    box-shadow: none; }
    #start .items-menu .mobile-wrap {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: space-around;
      width: 100%;
      height: 330px;
      margin: 0 5px;
      padding: 10px;
      background: #fff;
      box-shadow: 0 10px 10px rgba(0, 0, 0, 0.15);
      border-radius: 5px; }
      #start .items-menu .mobile-wrap .menu-item {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 100px;
        margin-bottom: -5px;
        opacity: 1;
        transition: .3s ease-in-out;
        cursor: pointer; }
        #start .items-menu .mobile-wrap .menu-item:hover {
          opacity: 0.8; }
        #start .items-menu .mobile-wrap .menu-item img {
          width: 70px;
          height: 70px; }
        #start .items-menu .mobile-wrap .menu-item span {
          height: 15px;
          margin-top: 3px;
          font-size: 12px; }
      #start .items-menu .mobile-wrap:nth-child(1) {
        margin-top: -30px; }
      #start .items-menu .mobile-wrap:nth-child(3) {
        margin-bottom: -30px; }

  #benefits {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding-top: 190px; }
    #benefits h2 {
      font-size: 21px;
      text-align: center;
      margin-bottom: 5px; }
    #benefits .benefits {
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: space-around;
      flex-wrap: wrap;
      width: 100%;
      padding: 0 5px 0 5px; }
      #benefits .benefits .block {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: calc(50% - 10px);
        height: 250px;
        padding: 10px;
        min-height: 0; }
        #benefits .benefits .block img {
          height: 50px; }
        #benefits .benefits .block h3 {
          margin: 10px 0 0 0;
          font-size: 18px; }
        #benefits .benefits .block p {
          font-size: 12px; }
        #benefits .benefits .block:nth-child(even) {
          margin: 20px 0 0 0; }
        #benefits .benefits .block:nth-child(3) {
          margin: inherit; }
    #benefits .on-screen .block1 {
      animation: benefits 1s ease-in-out forwards; }
    #benefits .on-screen .block2 {
      animation: benefits 1s ease-in-out 0.5s forwards; }
    #benefits .on-screen .block3 {
      animation: benefits 1s ease-in-out 1s forwards; }
    #benefits .on-screen .block4 {
      animation: benefits 1s ease-in-out 1.5s forwards; }
  @keyframes benefits {
    0% {
      background: none;
      box-shadow: none; }
    100% {
      background: #fff;
      box-shadow: 10px 10px 15px rgba(0, 0, 0, 0.05); } }
  #items {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding-top: 50px;
    padding-bottom: 10px; }
    #items h2 {
      font-size: 21px;
      margin-bottom: 10px;
      width: 100%;
      text-align: center; }
    #items .items {
      width: 100%; }
      #items .items .item {
        width: 100%;
        height: 130px;
        margin-bottom: 15px;
        padding: 0 10px; }
        #items .items .item img {
          height: 100%; }
        #items .items .item .top-text {
          left: 120px;
          height: 100%;
          font-size: 21px; }
        #items .items .item .text {
          display: flex;
          flex-direction: column;
          align-items: flex-start;
          justify-content: center;
          position: absolute;
          top: 10px;
          left: 50px;
          max-width: calc(100% - 140px);
          height: 110px;
          padding: 0 10px 0 20px;
          visibility: hidden;
          opacity: 0; }
          #items .items .item .text h3 {
            margin: 0 0 5px 0;
            font-size: 16px; }
          #items .items .item .text .list span {
            padding: 3px 7px;
            font-size: 10px; }
          #items .items .item .text .list .active-span {
            color: #1a1a1a;
            opacity: 1;
            font-weight: 900; }
        #items .items .item:nth-child(even) {
          justify-content: flex-end; }
          #items .items .item:nth-child(even) .top-text {
            left: inherit;
            right: 120px; }
          #items .items .item:nth-child(even) .text {
            padding: 0 20px 0 10px;
            align-items: flex-end;
            left: inherit;
            right: 50px;
            text-align: right; }
            #items .items .item:nth-child(even) .text span {
              margin: 0 0 2px 2px; }
      #items .items .active-item .top-text {
        visibility: hidden;
        opacity: 0; }
      #items .items .active-item .text {
        visibility: visible;
        opacity: 1;
        transform: translateX(80px); }
      #items .items .active-item:nth-child(even) .text {
        transform: translateX(-80px); }

  #contact {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px 10px; }
    #contact h2 {
      font-size: 21px; }
    #contact .info-form {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      width: 100%;
      padding: 0; }
      #contact .info-form .info {
        width: 100%;
        height: 100%;
        padding: 25px 0;
        text-align: center; }
        #contact .info-form .info h4 {
          margin-top: 15px;
          margin-bottom: 3px;
          font-size: 18px; }
        #contact .info-form .info p {
          margin: 0;
          font-size: 16px; }
      #contact .info-form form {
        width: 100%;
        padding-top: 15px;
        margin-right: 0; }
        #contact .info-form form h3 {
          font-size: 21px; }
        #contact .info-form form span {
          margin-bottom: 10px; }
        #contact .info-form form button {
          width: 50%; } }

/*# sourceMappingURL=style.css.map */
