/*
    Theme Name: Gastrolog
    Description: Dedicated theme
    Version: 1.4
    Author: millstudio.pl
*/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box; }

*,
*:before,
*:after {
  box-sizing: inherit; }

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 62.5%; }

body {
  margin: 0;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.6rem;
  color: black;
  -webkit-font-smoothing: antialiased;
  transition: height .3s ease;
  -webkit-transition: height .3s ease; }

input,
textarea,
select,
button {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  outline: none;
  color: inherit;
  border-radius: 0;
  box-shadow: none; }

svg,
img {
  max-width: 100%;
  width: auto;
  height: auto; }

a {
  color: inherit;
  outline: none;
  text-decoration: none;
  cursor: pointer; }

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit; }

.container {
  max-width: 1308px;
  padding: 0 4rem;
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  margin: 0 auto; }

main {
  overflow: hidden;
  top: initial !important; }

@keyframes right-guy {
  0% {
    transform: translate(1545.325px, 515.853px) rotate(0deg); }
  50% {
    transform: translate(1545.325px, 515.853px) rotate(5deg); }
  100% {
    transform: translate(1545.325px, 515.853px) rotate(0deg); } }
@keyframes left-guy-left {
  0% {
    transform: translate(997.451px, 629.423px) rotate(0deg); }
  50% {
    transform: translate(997.451px, 629.423px) rotate(5deg); }
  100% {
    transform: translate(997.451px, 629.423px) rotate(0deg); } }
@keyframes left-guy-right {
  0% {
    transform: translate(1068.001px, 629.584px) rotate(0deg); }
  50% {
    transform: translate(1068.001px, 629.584px) rotate(5deg); }
  100% {
    transform: translate(1068.001px, 629.584px) rotate(0deg); } }
#nav {
  position: fixed;
  width: 100%;
  z-index: 10;
  background-color: #fff; }
  #nav .container .menu {
    display: flex;
    justify-content: flex-end;
    padding: 1.5rem 0; }
    #nav .container .menu p {
      font-size: 1rem;
      display: flex;
      align-self: center; }
    #nav .container .menu .menu-in {
      display: flex;
      flex-direction: row;
      list-style-type: none; }
      #nav .container .menu .menu-in li {
        padding: 0 1rem;
        cursor: pointer; }
        #nav .container .menu .menu-in li span {
          font-size: 1.5rem;
          padding: .1rem 1rem;
          border-radius: 1rem;
          transition: all .3s ease;
          -webkit-transition: all .3s ease; }
        #nav .container .menu .menu-in li:hover span {
          background-color: #E95656;
          color: #fff; }

#hero {
  height: 95vh;
  margin-top: 5rem;
  background: #020033;
  background: linear-gradient(180deg, #ffd800 0%, #ffd800 50%, #202e5a 50%, #202e5a 100%); }
  #hero .container {
    display: grid;
    grid-template-columns: .6fr 1fr;
    grid-template-rows: 53% 35% 12%; }
    #hero .container .block-1 {
      grid-row: 1;
      grid-column: 1;
      color: white;
      display: flex;
      align-items: center; }
      #hero .container .block-1 p {
        margin-left: 2rem;
        font-size: 1.8rem;
        color: black; }
    #hero .container .block-2 {
      grid-row: 2;
      grid-column: 1;
      color: white;
      font-size: 3.5rem;
      font-weight: 500;
      display: flex;
      align-items: center; }
    #hero .container .block-3 {
      display: flex;
      justify-content: center;
      align-items: flex-end;
      grid-row: 1;
      grid-column: 2;
      width: 100%; }
      #hero .container .block-3 svg #Warstwa_1 {
        transition: all .3s ease;
        -webkit-transition: all .3s ease;
        opacity: 0; }
      #hero .container .block-3 svg #Warstwa_2 #Path_187 {
        opacity: 0;
        transition: all .3s ease;
        -webkit-transition: all .3s ease; }
      #hero .container .block-3 svg #Warstwa_2 #Group_307 {
        opacity: 0;
        transition: all .3s ease;
        -webkit-transition: all .3s ease; }
      #hero .container .block-3 svg #Group_256 #Path_52 {
        animation: right-guy 1.5s linear infinite;
        transform: translate(1545.325px, 515.853px) rotate(0deg);
        transform-origin: bottom right;
        transform-box: fill-box; }
      #hero .container .block-3 svg #Group_258 #Path_60 {
        animation: left-guy-left 1.5s linear infinite;
        transform: translate(1545.325px, 515.853px) rotate(0deg);
        transform-origin: top left;
        transform-box: fill-box; }
      #hero .container .block-3 svg #Group_258 #Path_61 {
        animation: left-guy-right 1.5s linear infinite;
        transform: translate(1545.325px, 515.853px) rotate(0deg);
        transform-origin: top right;
        transform-box: fill-box; }
    #hero .container .block-4 {
      display: flex;
      align-items: center;
      justify-content: center;
      grid-row: 2;
      grid-column: 2;
      color: white;
      font-size: 2rem;
      font-weight: 500; }
    #hero .container .block-5 {
      grid-row: 3;
      grid-column: 1 / 3;
      background-color: #4364C4;
      color: white;
      display: flex;
      align-items: center;
      position: relative;
      cursor: pointer; }
      #hero .container .block-5:before {
        content: '';
        display: block;
        position: absolute;
        right: 100%;
        width: 100%;
        height: 100%;
        background-color: #4364C4; }
      #hero .container .block-5:after {
        content: '';
        display: block;
        position: absolute;
        left: 100%;
        width: 100%;
        height: 100%;
        background-color: #4364C4; }
      #hero .container .block-5 h2 {
        font-size: 4rem;
        font-weight: 500;
        letter-spacing: 2rem; }
      #hero .container .block-5 .phone {
        margin: 0 auto;
        margin-left: 25%; }
        #hero .container .block-5 .phone svg {
          overflow: visible; }
          #hero .container .block-5 .phone svg #Group_335 #Path_244 {
            stroke-dasharray: 110px;
            stroke-dashoffset: 110px; }
          #hero .container .block-5 .phone svg #Group_335 #Group_334 #Path_250,
          #hero .container .block-5 .phone svg #Group_335 #Group_334 #Path_251 {
            stroke-dasharray: 50px;
            stroke-dashoffset: 50px; }
          #hero .container .block-5 .phone svg #Group_335 #Group_334 #Path_252 {
            stroke-dasharray: 10px;
            stroke-dashoffset: 10px; }
          #hero .container .block-5 .phone svg #Group_335 #Group_334 #Path_253 {
            stroke-dasharray: 4px;
            stroke-dashoffset: 4px; }
          #hero .container .block-5 .phone svg #Group_329 #Path_231 {
            transform-origin: center;
            transform-box: fill-box; }
      #hero .container .block-5:hover .phone svg #Group_329 #Path_231 {
        animation: shake linear 1.5s infinite alternate;
        -webkit-animation: shake linear 1.5s infinite alternate; }
      #hero .container .block-5:hover .phone svg #Group_335 #Path_244 {
        animation: stroke_fill 1s linear forwards; }
      #hero .container .block-5:hover .phone svg #Group_334 #Path_250 {
        animation: stroke_fill_2 .3s linear forwards alternate;
        animation-delay: .8s; }
      #hero .container .block-5:hover .phone svg #Group_334 #Path_251 {
        animation: stroke_fill_2 .3s linear forwards alternate;
        animation-delay: 1s; }
      #hero .container .block-5:hover .phone svg #Group_334 #Path_252 {
        animation: stroke_fill_2 .3s linear forwards alternate;
        animation-delay: 1.2s; }
      #hero .container .block-5:hover .phone svg #Group_334 #Path_253 {
        animation: stroke_fill_2 .3s linear forwards alternate;
        animation-delay: 1.4s; }

@keyframes shake {
  0% {
    transform: translate(0px, -50.187px) rotate(0deg);
    -webkit-transform: translate(0px, -50.187px) rotate(0deg); }
  50% {
    transform: translate(0px, -50.187px) rotate(15deg);
    -webkit-transform: translate(0px, -50.187px) rotate(15deg); }
  100% {
    transform: translate(0px, -50.187px) rotate(0deg);
    -webkit-transform: translate(0px, -50.187px) rotate(0deg); } }
@-webkit-keyframes shake {
  0% {
    transform: translate(0px, -50.187px) rotate(0deg);
    -webkit-transform: translate(0px, -50.187px) rotate(0deg); }
  50% {
    transform: translate(0px, -50.187px) rotate(15deg);
    -webkit-transform: translate(0px, -50.187px) rotate(15deg); }
  100% {
    transform: translate(0px, -50.187px) rotate(0deg);
    -webkit-transform: translate(0px, -50.187px) rotate(0deg); } }
@keyframes stroke_fill {
  0% {
    stroke-dasharray: 110px;
    stroke-dashoffset: 110px; }
  100% {
    stroke-dasharray: 110px;
    stroke-dashoffset: 220px; } }
@keyframes stroke_fill_2 {
  0% {
    stroke-dasharray: 50px;
    stroke-dashoffset: 50px; }
  100% {
    stroke-dasharray: 50px;
    stroke-dashoffset: 100px; } }
@keyframes stroke_fill_3 {
  0% {
    stroke-dasharray: 10px;
    stroke-dashoffset: 10px; }
  100% {
    stroke-dasharray: 10px;
    stroke-dashoffset: 20px; } }
@keyframes stroke_fill_4 {
  0% {
    stroke-dasharray: 4px;
    stroke-dashoffset: 4px; }
  100% {
    stroke-dasharray: 4px;
    stroke-dashoffset: 8px; } }
#tele {
  background-color: #4364C4;
  color: #fff; }
  #tele .container .section-tele-in {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: repeat(6, 1fr);
    overflow: hidden;
    height: auto;
    max-height: 0;
    -webkit-transition: all 1s linear;
    transition: all 1s linear;
    -webkit-transition-property: max-height;
    transition-property: max-height; }
    #tele .container .section-tele-in.opened {
      max-height: 150vh; }
    #tele .container .section-tele-in .row {
      display: flex;
      align-items: center;
      border-bottom: 1px solid white;
      padding: 2rem 0; }
      #tele .container .section-tele-in .row .left {
        width: 50%;
        display: flex;
        justify-content: flex-end; }
        #tele .container .section-tele-in .row .left .box {
          margin-left: auto;
          margin-right: 4rem;
          display: flex;
          align-items: center; }
          #tele .container .section-tele-in .row .left .box span {
            font-size: 5rem;
            font-weight: 300; }
          #tele .container .section-tele-in .row .left .box .img {
            width: 6rem;
            margin-left: 2rem;
            display: flex;
            justify-content: center; }
      #tele .container .section-tele-in .row .right {
        width: 50%;
        display: flex; }
        #tele .container .section-tele-in .row .right p {
          margin-left: 4rem; }
      #tele .container .section-tele-in .row:nth-child(1) {
        grid-row: 1;
        grid-column: 1 / 3;
        border-bottom: none;
        align-self: flex-start; }
        #tele .container .section-tele-in .row:nth-child(1) .left p {
          width: 80%;
          float: left;
          margin-right: auto; }
        #tele .container .section-tele-in .row:nth-child(1) .right {
          display: flex;
          flex-direction: column; }
          #tele .container .section-tele-in .row:nth-child(1) .right h4 {
            font-size: 2rem;
            font-weight: 600;
            margin-bottom: 1rem; }
          #tele .container .section-tele-in .row:nth-child(1) .right h3 {
            font-size: 1.5rem;
            font-weight: 600;
            margin-bottom: 2rem;
            text-transform: uppercase; }
          #tele .container .section-tele-in .row:nth-child(1) .right p {
            margin-left: 0; }
      #tele .container .section-tele-in .row:nth-child(2) {
        grid-row: 2;
        grid-column: 1 / 3; }
      #tele .container .section-tele-in .row:nth-child(3) {
        grid-row: 3;
        grid-column: 1 / 3; }
      #tele .container .section-tele-in .row:nth-child(4) {
        grid-row: 4;
        grid-column: 1 / 3; }
      #tele .container .section-tele-in .row:nth-child(5) {
        grid-row: 5;
        grid-column: 1 / 3; }
      #tele .container .section-tele-in .row:nth-child(6) {
        grid-row: 6;
        grid-column: 1 / 3; }

#section-1 {
  background-color: #F2F2F2;
  padding: 12rem 5rem;
  position: relative; }
  #section-1 .container .section-1-in {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 0 3rem; }
    #section-1 .container .section-1-in .left-block {
      display: flex;
      flex-direction: column;
      justify-content: space-between; }
      #section-1 .container .section-1-in .left-block h2 {
        padding-bottom: 3rem;
        font-size: 2rem;
        font-weight: 600; }
      #section-1 .container .section-1-in .left-block p {
        font-size: 1.5rem; }
      #section-1 .container .section-1-in .left-block .left-block-in {
        width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: space-between; }
        #section-1 .container .section-1-in .left-block .left-block-in .left {
          width: 40%; }
        #section-1 .container .section-1-in .left-block .left-block-in .right {
          width: 40%; }
    #section-1 .container .section-1-in .right-block {
      width: 100%;
      margin-top: 3rem; }
      #section-1 .container .section-1-in .right-block .form-container .form .form-group {
        display: grid;
        grid-column-gap: 1rem;
        grid-row-gap: .5rem;
        grid-template-columns: 1fr 1fr;
        grid-template-rows: 1fr 1fr 1fr 1fr; }
        #section-1 .container .section-1-in .right-block .form-container .form .form-group input {
          width: 100%;
          height: 5rem;
          background-color: transparent;
          border: 1px solid black;
          padding: 0 0 0 1rem;
          font-size: 1.2rem; }
          #section-1 .container .section-1-in .right-block .form-container .form .form-group input::placeholder {
            color: black; }
        #section-1 .container .section-1-in .right-block .form-container .form .form-group .field-name {
          grid-row: 1;
          grid-column: 1; }
        #section-1 .container .section-1-in .right-block .form-container .form .form-group .field-email {
          grid-column: 1;
          grid-row: 2; }
        #section-1 .container .section-1-in .right-block .form-container .form .form-group .field-mobile {
          grid-column: 1;
          grid-row: 3;
          opacity: .5; }
        #section-1 .container .section-1-in .right-block .form-container .form .form-group .field-company {
          grid-column: 1;
          grid-row: 4;
          opacity: .5; }
        #section-1 .container .section-1-in .right-block .form-container .form .form-group .field-message {
          grid-column: 2;
          height: 100%;
          width: 100%;
          grid-row: 1 / 4; }
          #section-1 .container .section-1-in .right-block .form-container .form .form-group .field-message textarea {
            width: 100%;
            height: 100%;
            background-color: transparent;
            border: 1px solid white;
            padding: 1.4rem 0 0 1rem;
            font-size: 1.2rem; }
            #section-1 .container .section-1-in .right-block .form-container .form .form-group .field-message textarea::placeholder {
              color: rgba(255, 255, 255, 0.5); }
        #section-1 .container .section-1-in .right-block .form-container .form .form-group .form-submit {
          grid-column: 2;
          grid-row: 4; }
          #section-1 .container .section-1-in .right-block .form-container .form .form-group .form-submit .submit-btn {
            display: flex;
            width: 100%;
            height: 100%;
            align-items: center;
            justify-content: center;
            border: 1px solid white;
            animation: pulsate 1s linear infinite;
            -webkit-animation: pulsate 2s linear infinite;
            font-size: 1.2rem;
            cursor: pointer;
            color: rgba(255, 255, 255, 0.5);
            transition: color .3s ease;
            -webkit-transition: color .3s ease; }
            #section-1 .container .section-1-in .right-block .form-container .form .form-group .form-submit .submit-btn:hover {
              color: white; }
        #section-1 .container .section-1-in .right-block .form-container .form .form-group .form-field.err input,
        #section-1 .container .section-1-in .right-block .form-container .form .form-group .form-field.err textarea {
          border: 1px solid red; }
          #section-1 .container .section-1-in .right-block .form-container .form .form-group .form-field.err input::placeholder,
          #section-1 .container .section-1-in .right-block .form-container .form .form-group .form-field.err textarea::placeholder {
            color: red; }
      #section-1 .container .section-1-in .right-block h2 {
        padding: 3rem 0;
        font-size: 2rem;
        font-weight: 600; }
      #section-1 .container .section-1-in .right-block p {
        font-size: 1.5rem;
        max-width: 35rem;
        width: 100%; }
        #section-1 .container .section-1-in .right-block p a {
          text-decoration: underline; }
          #section-1 .container .section-1-in .right-block p a:hover {
            background-color: #FFD800; }
      #section-1 .container .section-1-in .right-block .right-block-in {
        margin-top: 3rem;
        display: grid;
        grid-gap: 1rem;
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
        justify-items: center;
        align-items: center; }
        #section-1 .container .section-1-in .right-block .right-block-in .left,
        #section-1 .container .section-1-in .right-block .right-block-in .mid,
        #section-1 .container .section-1-in .right-block .right-block-in .right {
          display: flex;
          flex-direction: column;
          align-items: center;
          width: 100%;
          height: 100%; }
          #section-1 .container .section-1-in .right-block .right-block-in .left .up,
          #section-1 .container .section-1-in .right-block .right-block-in .mid .up,
          #section-1 .container .section-1-in .right-block .right-block-in .right .up {
            height: 10rem;
            display: flex;
            align-items: center;
            margin-bottom: 2rem; }
      #section-1 .container .section-1-in .right-block .visit {
        display: flex;
        flex-direction: column; }
        #section-1 .container .section-1-in .right-block .visit input {
          border: none;
          border-bottom: 1px solid #707070;
          padding: 1rem 2rem;
          margin: 1rem 0;
          background: transparent;
          font-weight: 300; }
          #section-1 .container .section-1-in .right-block .visit input::placeholder {
            color: #000;
            font-weight: 300;
            transition: all .3s ease;
            -webkit-transition: all .3s ease; }
          #section-1 .container .section-1-in .right-block .visit input:hover::placeholder {
            opacity: .5; }
          #section-1 .container .section-1-in .right-block .visit input::-webkit-inner-spin-button {
            display: none;
            -webkit-appearance: none; }
          #section-1 .container .section-1-in .right-block .visit input.invalid {
            border-color: red;
            color: red; }
        #section-1 .container .section-1-in .right-block .visit select {
          border: none;
          border-bottom: 1px solid #707070;
          border-radius: 0;
          padding: 1rem 2rem;
          margin: 1rem 0;
          background: transparent;
          font-weight: 300;
          -moz-appearance: none;
          -webkit-appearance: none;
          appearance: none;
          transition: all .3s ease;
          -webkit-transition: all .3s ease; }
          #section-1 .container .section-1-in .right-block .visit select:hover {
            color: rgba(0, 0, 0, 0.5); }
        #section-1 .container .section-1-in .right-block .visit .date,
        #section-1 .container .section-1-in .right-block .visit .choose,
        #section-1 .container .section-1-in .right-block .visit .time {
          cursor: pointer; }
        #section-1 .container .section-1-in .right-block .visit .submit {
          border: 1px solid #707070;
          background-color: transparent;
          border-radius: 3rem;
          cursor: pointer;
          transition: all .3s ease;
          -webkit-transition: all .3s ease; }
          #section-1 .container .section-1-in .right-block .visit .submit:hover {
            background-color: #E95656;
            border-color: #E95656;
            color: white; }
        #section-1 .container .section-1-in .right-block .visit .policy {
          border: 1px solid #707070;
          background-color: transparent;
          border-radius: 3rem;
          cursor: pointer;
          padding: 1rem 2rem;
          margin: 1rem 0;
          background: transparent;
          font-weight: 300;
          text-align: center;
          transition: all .3s ease;
          -webkit-transition: all .3s ease; }
          #section-1 .container .section-1-in .right-block .visit .policy input {
            cursor: pointer;
            padding-right: 1rem; }
          #section-1 .container .section-1-in .right-block .visit .policy.red {
            background-color: #E95656;
            border-color: #E95656;
            color: white; }
        #section-1 .container .section-1-in .right-block .visit .epidemiology {
          border: 1px solid #707070;
          background-color: transparent;
          border-radius: 3rem;
          cursor: pointer;
          padding: 1rem 2rem;
          margin: 1rem 0;
          background: transparent;
          font-weight: 300;
          text-align: center;
          transition: all .3s ease;
          -webkit-transition: all .3s ease; }
          #section-1 .container .section-1-in .right-block .visit .epidemiology input {
            cursor: pointer;
            padding-right: 1rem; }
          #section-1 .container .section-1-in .right-block .visit .epidemiology.red {
            background-color: #E95656;
            border-color: #E95656;
            color: white; }

#section-2 {
  position: relative;
  padding: 12rem 5rem 0; }
  #section-2 .container .section-2-in {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 0 3rem; }
    #section-2 .container .section-2-in .left-block {
      width: 40%; }
      #section-2 .container .section-2-in .left-block h2 {
        font-size: 2rem;
        font-weight: 600;
        padding-bottom: 3rem; }
      #section-2 .container .section-2-in .left-block .first {
        display: flex;
        flex-direction: row;
        margin-bottom: 2rem; }
        #section-2 .container .section-2-in .left-block .first .text {
          width: 70%;
          display: flex;
          align-items: center; }
        #section-2 .container .section-2-in .left-block .first .photo {
          font-weight: 600;
          margin-left: 10%; }
          #section-2 .container .section-2-in .left-block .first .photo img {
            border-radius: 50%; }
    #section-2 .container .section-2-in .right-block {
      width: 40%;
      margin-top: 10rem; }
  #section-2 .container .slides-section {
    margin-top: 5rem;
    padding: 0 3rem; }

#section-3 .top {
  background-color: #B5B5B5;
  color: white;
  padding: 2rem 5rem;
  margin-top: 5rem; }
  #section-3 .top .container .top-in {
    display: flex;
    align-items: center; }
    #section-3 .top .container .top-in p {
      font-weight: 600; }
    #section-3 .top .container .top-in .arr {
      display: flex;
      flex-direction: column;
      cursor: pointer;
      margin: 0 auto; }
      #section-3 .top .container .top-in .arr img {
        transition: all .3s ease;
        -webkit-transition: all .3s ease; }
      #section-3 .top .container .top-in .arr span {
        transition: all .3s ease;
        -webkit-transition: all .3s ease; }
      #section-3 .top .container .top-in .arr .span-2 {
        display: none; }
      #section-3 .top .container .top-in .arr:hover span {
        opacity: 0; }
      #section-3 .top .container .top-in .arr:hover img {
        transform: translateY(5px); }
      #section-3 .top .container .top-in .arr.opened img {
        transform: rotate(180deg); }
      #section-3 .top .container .top-in .arr.opened .span-1 {
        display: none; }
      #section-3 .top .container .top-in .arr.opened .span-2 {
        display: block; }
      #section-3 .top .container .top-in .arr.opened:hover img {
        transform: translateY(-5px) rotate(180deg); }
#section-3 .container .section-3-in {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  overflow: hidden;
  height: auto;
  max-height: 0;
  -webkit-transition: all 1s linear;
  transition: all 1s linear;
  -webkit-transition-property: max-height;
  transition-property: max-height;
  padding: 0 3rem; }
  #section-3 .container .section-3-in .left-block {
    width: 40%;
    padding: 0 0 10rem 5rem; }
    #section-3 .container .section-3-in .left-block h2 {
      font-size: 2rem;
      font-weight: 600;
      padding-bottom: 3rem; }
  #section-3 .container .section-3-in .right-block {
    width: 40%;
    padding: 0 5rem 10rem 0;
    margin-top: 5rem; }
    #section-3 .container .section-3-in .right-block p a {
      text-decoration: underline;
      transition: all .1s ease;
      -webkit-transition: all .1s ease; }
      #section-3 .container .section-3-in .right-block p a:hover {
        font-weight: 500; }
  #section-3 .container .section-3-in.opened {
    max-height: 150vh; }

footer {
  background-color: #E95656;
  color: #fff;
  font-weight: 500; }
  footer .map {
    position: relative; }
    footer .map:after {
	pointer-events: none;
      content: '';
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: #FFB6A0;
      mix-blend-mode: color;
      -webkit-mix-blend-mode: color; }
  footer .container .footer-in {
    display: flex;
    flex-direction: row;
    padding: 7.5rem 0;
    align-items: center;
    letter-spacing: .1rem; }
    footer .container .footer-in .left-block {
      padding-right: 10rem; }
      footer .container .footer-in .left-block .lower {
        padding-top: 3rem; }
    footer .container .footer-in .right-block {
      padding-top: 3rem; }
    footer .container .footer-in .mill {
      display: flex;
      margin-left: auto;
      align-self: flex-end; }

.slides-section .slides.layout-slides {
  position: relative;
  height: 100%; }

.slides-section .slides.layout-slides .slide {
  position: absolute;
  left: 0;
  top: 0;
  background-size: cover;
  background-position: 50%;
  width: 20%;
  min-height: 100%;
  height: 40rem !important;
  z-index: 1;
  opacity: 0;
  -webkit-transform: translateX(-20px);
  transform: translateX(-20px);
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s; }

.slides-section .slides.layout-slides .slide img {
  object-fit: cover; }

.slides-section .slides.layout-slides .slide.active {
  z-index: 2;
  opacity: 1;
  position: relative;
  -webkit-transform: translateX(0);
  transform: translateX(0); }

.slides-section .slides.layout-slides .slide.active ~ .slide {
  -webkit-transform: translateX(20px);
  transform: translateX(20px); }

.slides-section .slides.layout-slides .slides-sw {
  position: absolute;
  bottom: 1rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 4; }

.slides-section .slides.layout-slides .slides-sw ul {
  font-size: 0;
  list-style: none;
  padding: 0;
  display: table; }

.slides-section .slides.layout-slides .slides-sw ul:after {
  content: '' !important;
  display: table !important;
  clear: both !important; }

.slides-section .slides.layout-slides .slides-sw ul li {
  display: block;
  float: left;
  cursor: pointer;
  margin: 0 0 0 14px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #CBCBCB;
  opacity: 1;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s; }

.slides-section .slides.layout-slides .slides-sw ul li:first-child {
  margin-left: 0; }

.slides-section .slides.layout-slides .slides-sw ul li.active {
  background-color: #FCD200; }

.slide-p,
.slide-n {
  position: absolute;
  top: 95%;
  transform: translateY(-50%);
  z-index: 10;
  display: inline-block;
  cursor: pointer;
  opacity: 1;
  width: 3rem;
  height: 3rem;
  background-color: #FCD200;
  display: flex;
  justify-content: center;
  align-items: center; }

.slide-p {
  right: 2.5rem;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s; }

.slide-n {
  right: -1rem;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s; }

@media (min-width: 1025px) {
  .slides-section .slides.layout-slides .slides-sw ul li:hover {
    background-color: #FCD200; }

  .slide-p:hover {
    padding-right: 1rem;
    opacity: 1; }

  .slide-n:hover {
    padding-left: 1rem;
    opacity: 1; } }
.elements-list-container {
  position: relative; }
  .elements-list-container:after {
    content: '' !important;
    display: table !important;
    clear: both !important; }
  .elements-list-container .arr-prev,
  .elements-list-container .arr-next {
    cursor: pointer;
    z-index: 10;
    position: relative;
    width: 3rem;
    -webkit-transition: .3s all ease-out;
    transition: .3s all ease-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    position: absolute;
    height: 100%;
    width: 2rem; }
    .elements-list-container .arr-prev img,
    .elements-list-container .arr-next img {
      display: block;
      -webkit-transition: all 0.3s ease-out 0s;
      transition: all 0.3s ease-out 0s; }
    .elements-list-container .arr-prev img,
    .elements-list-container .arr-next img {
      position: absolute;
      left: 0;
      top: 50%;
      width: 100%;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%); }
    .elements-list-container .arr-prev.disabled,
    .elements-list-container .arr-next.disabled {
      cursor: auto;
      opacity: 0;
      visibility: hidden; }
    .elements-list-container .arr-prev svg,
    .elements-list-container .arr-next svg {
      position: absolute;
      left: 0;
      top: 50%;
      transform: translateY(-50%);
      display: block;
      width: 100%;
      -webkit-transition: .3s all ease-out;
      transition: .3s all ease-out;
      opacity: 0.4; }
  .elements-list-container .arr-prev {
    right: 100%;
    margin-right: 2rem; }
    @media (min-width: 1025px) {
      .elements-list-container .arr-prev:hover img,
      .elements-list-container .arr-prev:hover svg {
        -webkit-transform: translateY(-50%) translateX(-3px);
        transform: translateY(-50%) translateX(-3px);
        -webkit-transition: .3s all ease-out;
        transition: .3s all ease-out;
        opacity: 1; } }
  .elements-list-container .arr-next {
    left: 100%;
    margin-left: 2rem; }
    @media (min-width: 1025px) {
      .elements-list-container .arr-next:hover img,
      .elements-list-container .arr-next:hover svg {
        -webkit-transform: translateY(-50%) translateX(3px);
        transform: translateY(-50%) translateX(3px);
        -webkit-transition: .3s all ease-out;
        transition: .3s all ease-out;
        opacity: 1; } }
  .elements-list-container .elements-list {
    float: left;
    position: relative;
    overflow: hidden;
    z-index: 2;
    width: 100%; }
    .elements-list-container .elements-list .elements-group {
      display: table;
      table-layout: fixed;
      border-collapse: collapse;
      -webkit-transform: translateX(-100%);
      transform: translateX(-100%);
      position: absolute;
      left: 0;
      top: 0;
      overflow: hidden;
      width: 100%;
      height: 100%;
      z-index: 1;
      -webkit-transition: -webkit-transform 0.3s ease-out 0s;
      transition: transform 0.3s ease-out 0s;
      background: transparent; }
      .elements-list-container .elements-list .elements-group.no-anim {
        -webkit-transition: none !important;
        transition: none !important; }
      .elements-list-container .elements-list .elements-group.current {
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
        position: absolute;
        z-index: 3;
        overflow: visible; }
        .elements-list-container .elements-list .elements-group.current + .current {
          position: absolute;
          overflow: visible;
          z-index: 2; }
          .elements-list-container .elements-list .elements-group.current + .current.position-3, .elements-list-container .elements-list .elements-group.current + .current.position-4, .elements-list-container .elements-list .elements-group.current + .current.position-5 {
            z-index: 4; }
        .elements-list-container .elements-list .elements-group.current ~ .elements-group {
          -webkit-transform: translateX(100%);
          transform: translateX(100%); }
      .elements-list-container .elements-list .elements-group .el {
        display: table-cell;
        vertical-align: middle;
        padding: 10rem 0;
        position: relative;
        z-index: 10;
        transition: all .3s ease;
        -webkit-transition: all .3s ease; }
      .elements-list-container .elements-list .elements-group.position-0 .el:nth-child(3) {
        transform: scale(1.5);
        -webkit-transform: scale(1.5);
        z-index: 20; }
      .elements-list-container .elements-list .elements-group.position-0 .el:nth-child(2), .elements-list-container .elements-list .elements-group.position-0 .el:nth-child(4) {
        z-index: 15;
        transform: scale(1.2);
        -webkit-transform: scale(1.2); }
      .elements-list-container .elements-list .elements-group.position-1 .el:nth-child(4) {
        z-index: 20;
        transform: scale(1.5);
        -webkit-transform: scale(1.5); }
      .elements-list-container .elements-list .elements-group.position-1 .el:nth-child(3), .elements-list-container .elements-list .elements-group.position-1 .el:nth-child(5) {
        z-index: 15;
        transform: scale(1.2);
        -webkit-transform: scale(1.2); }
      .elements-list-container .elements-list .elements-group.position-2 .el:nth-child(5) {
        z-index: 20;
        transform: scale(1.5);
        -webkit-transform: scale(1.5); }
      .elements-list-container .elements-list .elements-group.position-2 .el:nth-child(4), .elements-list-container .elements-list .elements-group.position-2 .el:nth-child(1) {
        z-index: 15;
        transform: scale(1.2);
        -webkit-transform: scale(1.2); }
      .elements-list-container .elements-list .elements-group.position-3 .el:nth-child(1) {
        z-index: 20;
        transform: scale(1.5);
        -webkit-transform: scale(1.5); }
      .elements-list-container .elements-list .elements-group.position-3 .el:nth-child(5), .elements-list-container .elements-list .elements-group.position-3 .el:nth-child(2) {
        z-index: 15;
        transform: scale(1.2);
        -webkit-transform: scale(1.2); }
      .elements-list-container .elements-list .elements-group.position-4 .el:nth-child(2) {
        z-index: 20;
        transform: scale(1.5);
        -webkit-transform: scale(1.5); }
      .elements-list-container .elements-list .elements-group.position-4 .el:nth-child(1), .elements-list-container .elements-list .elements-group.position-4 .el:nth-child(3) {
        z-index: 15;
        transform: scale(1.2);
        -webkit-transform: scale(1.2); }
      .elements-list-container .elements-list .elements-group.position-5 .el:nth-child(3) {
        z-index: 20;
        transform: scale(1.5);
        -webkit-transform: scale(1.5); }
      .elements-list-container .elements-list .elements-group.position-5 .el:nth-child(2), .elements-list-container .elements-list .elements-group.position-5 .el:nth-child(4) {
        z-index: 15;
        transform: scale(1.2);
        -webkit-transform: scale(1.2); }

.form-re .ok,
.form-re .err {
  display: none;
  padding: 1rem 0; }

.form-field.err input {
  border-color: red; }

.form-re.ok .ok,
.form-re.err .err {
  display: block; }

.select-box,
.select-box-2 {
  position: relative;
  display: block;
  width: 100%;
  margin: 0 auto;
  font-weight: 400;
  font-size: 16px;
  color: black; }
  .select-box__current,
  .select-box-2__current {
    position: relative;
    cursor: pointer;
    outline: none; }
    .select-box__current:focus + .select-box__list,
    .select-box-2__current:focus + .select-box__list {
      opacity: 1;
      animation-name: none; }
      .select-box__current:focus + .select-box__list .select-box__option,
      .select-box-2__current:focus + .select-box__list .select-box__option {
        cursor: pointer; }
    .select-box__current:focus .select-box__icon,
    .select-box-2__current:focus .select-box__icon {
      transform: translateY(-50%) rotate(180deg); }
  .select-box__icon,
  .select-box-2__icon {
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    width: 20px;
    opacity: 1;
    transition: 0.2s ease; }
  .select-box__value,
  .select-box-2__value {
    display: flex; }
  .select-box__input,
  .select-box-2__input {
    display: none; }
    .select-box__input:checked + .select-box__input-text,
    .select-box-2__input:checked + .select-box__input-text {
      display: block; }
  .select-box__input-text,
  .select-box-2__input-text {
    display: none;
    width: 100%;
    margin: 1rem 0;
    padding: 1rem 2rem;
    font-weight: 300;
    background-color: transparent;
    border-bottom: 1px solid #707070;
    border-radius: 0; }
  .select-box__list,
  .select-box-2__list {
    position: absolute;
    width: 100%;
    padding: 0;
    list-style: none;
    opacity: 0;
    background-color: #f2f2f2;
    z-index: 100;
    animation-name: HideList;
    animation-duration: 0.5s;
    animation-delay: 0.5s;
    animation-fill-mode: forwards;
    animation-timing-function: step-start; }
  .select-box__option,
  .select-box-2__option {
    display: block;
    padding: 1rem 2rem;
    margin: 1rem 0;
    background-color: #8D8D8D;
    -webkit-border-radius: 4rem;
    -moz-border-radius: 4rem;
    border-radius: 4rem;
    color: #ffffff;
    transition: all .3s ease;
    -webkit-transition: all .3s ease; }
    .select-box__option:hover, .select-box__option:focus,
    .select-box-2__option:hover,
    .select-box-2__option:focus {
      background-color: #E95656; }

@keyframes HideList {
  from {
    transform: scaleY(1); }
  to {
    transform: scaleY(0); } }
#prices {
  background-color: #202E5A;
  color: #FFF;
  padding: 30px 0; }
  #prices .prices__wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 3rem; }
  #prices .prices__title {
    font-size: 4rem;
    font-weight: 500;
    letter-spacing: 2rem;
    text-transform: uppercase; }
  #prices .prices__main {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr;
    grid-column-gap: 100px; }
  #prices .price {
    font-size: 20px; }
    #prices .price:nth-child(1) {
      grid-column: 1;
      grid-row: 1; }
    #prices .price:nth-child(2) {
      grid-column: 1;
      grid-row: 2; }
    #prices .price:nth-child(3) {
      grid-column: 2;
      grid-row: 1; }
    #prices .price:nth-child(4) {
      grid-column: 2;
      grid-row: 2; }
    #prices .price:nth-child(5) {
      grid-column: 2;
      grid-row: 3; }
  @media screen and (max-width: 1200px) {
    #prices .prices__wrap {
      flex-direction: column; }
    #prices .prices__main {
      margin-top: 20px;
      grid-column-gap: 50px; } }
  @media screen and (max-width: 980px) {
    #prices .prices__main {
      grid-template-columns: 1fr;
      grid-row-gap: 10px;
      text-align: center; }
    #prices .prices__title {
      font-size: 40px; }
    #prices .price {
      font-size: 16px; }
      #prices .price:nth-child(1) {
        grid-column: 1;
        grid-row: auto; }
      #prices .price:nth-child(2) {
        grid-column: 1;
        grid-row: auto; }
      #prices .price:nth-child(3) {
        grid-column: 1;
        grid-row: auto; }
      #prices .price:nth-child(4) {
        grid-column: 1;
        grid-row: auto; }
      #prices .price:nth-child(5) {
        grid-column: 1;
        grid-row: auto; } }

/*# sourceMappingURL=style.css.map */
