@charset "UTF-8";

/*--------------------*/

/* ------------------------- */
:root {
  --swiper-navigation-color: #006363;
  --swiper-theme-color: #006363;
}
body {
  font-family: "Roboto-Regular", sans-serif;
}

html,
body {
  font-size: 10px !important;
}

/* ============================ */

.main__full-screen {
  height: 80%;
}
.single__mask {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1;
}
.main__full-screen img {
  top: calc(11vw + 0rem);
  -o-object-fit: cover;
  object-fit: cover;
}

.full-screen_fth {
  opacity: 0;
}

.not-slider {
  opacity: 1 !important;
  display: block !important;
}

.main-heading {
  position: absolute;
  color: #fff;
  top: calc(16vw + 0.5rem);
  left: calc(9vw - 2rem);
  z-index: 1;
}

.main-heading .main-heading__text {
  opacity: 0;
}

.main-heading .main-heading__text h4 {
  margin: calc(0.8vw + 1.3rem) 0 0 0;
}

.main-heading .main-heading__button {
  opacity: 0;
  margin: calc(2.2vw + 1rem) 0 0 0;
  display: none;
}

.main-heading .main-heading__button a {
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  position: absolute;
  padding: calc(0.6vw + 0.5rem) calc(2vw + 2rem) calc(0.6vw + 0.5rem)
    calc(2vw + 2rem);
  border: 2px solid #fff;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.main-heading .main-heading__button a:hover {
  color: #000;
  background: #fff;
}

@media (max-width: 640px) {
  .main-heading {
    height: 80%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    top: calc(7vh + 2rem);
    left: calc(7vw + 1rem);
    padding: 0 20px 0 0;
  }
  .main-heading h1 {
    font-size: calc(5vw + 1rem);
    line-height: calc(5vw + 1.2rem);
  }
  .main-heading .main-heading__text h4 {
    margin: calc(2vw + 0.5rem) 0 0 0;
    padding: 0 20px 0 0;
    font-size: calc(0.8vw + 1.2rem);
    line-height: calc(1vw + 1.4rem);
  }
}

@media (max-height: 400px) {
  .main__full-screen {
    -webkit-transform: translateY(calc(-0.5vw - 2rem));
    -ms-transform: translateY(calc(-0.5vw - 2rem));
    transform: translateY(calc(-0.5vw - 2rem));
    margin: 0 0 calc(-0.5vw - 2rem) 0;
  }
}

/* ======================== */

.container-v {
  max-width: 1540px;
  margin: 0 auto;
  padding: 0px 20px;
}

.img_news {
  max-width: 350px;
  height: 100%;
  object-fit: cover;
}

.news__item-imagine img {
  max-width: 180px;
  height: 100%;
  object-fit: cover;
}

.content {
  position: relative;
  background: #f8f8f8;
  padding: 100px 0px;
}

.phone-call,
.media-imagine {
  position: fixed;
  bottom: 50px;
  cursor: pointer;
  z-index: 8;
}

.phone-call svg,
.media-imagine svg {
  width: 70px;
  height: 70px;
}

.phone-call {
  left: 70px;
}

.media-imagine {
  right: 70px;
}

.main-button {
  font-size: 1.6em;
  padding: 0.75em 1.88em;
  text-transform: uppercase;
  border: 1px solid black;
  background-color: white;
  font-weight: 700;
  transition: all 0.6s ease;
}

.main-button:hover {
  background-color: #000;
  color: white;
}

input#radio5 {
  display: none;
}

input#radio5:checked + label:after {
  -webkit-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
  opacity: 1;
}

label {
  cursor: pointer;
  padding-left: calc(0.3vw + 2.5rem);
  display: inline-block;
  position: relative;
  font-size: 14px;
}

label #agree:hover {
  text-decoration: underline;
}

label:before {
  width: 20px;
  height: 20px;
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  background: #c4c4c4;
  margin-top: -10px;
  -webkit-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
}

label:after {
  background: #099d9d;
  left: 0;
  top: 50%;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: scale(3.4);
  -ms-transform: scale(3.4);
  transform: scale(3.4);
  opacity: 0;
  margin-top: -7px;
  width: 14px;
  height: 14px;
  content: "";
  position: absolute;
  left: 3px;
}

.alone-news__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  position: relative;
}

.alone-news__text {
  margin-right: 75px;
  max-width: 845px;
}

.aline-news__title {
  margin-bottom: 30px;
}

.alone-news__decription p {
  font-size: 16px;
  margin-bottom: 30px;
}

.last-news {
  max-width: 400px;
}

.last-news__items {
  margin-bottom: 62px;
}

.last-news__title h3 {
  font-size: 24px;
  margin-bottom: 20px;
}

.news__item-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-bottom: 25px;
  max-height: 100px;
}

.news__item-imagine {
  margin-right: 18px;
}

.news__item-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.news__item-title {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.news__item-date {
  max-width: 60px;
  text-align: center;
  color: white;
  background-color: #006363;
  font-size: 12px;
}

.news-spam__title {
  margin-bottom: 11px;
}

.news-spam__description {
  color: #606060;
  margin-bottom: 30px;
}

.input-form {
  margin-bottom: 32px;
}

.input-form__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-bottom: 28px;
}

.input-form__row input {
  width: 100%;
  height: 32px;
  border: 1px solid #d6d6d6;
  font-size: 16px;
}

.input-form__row button {
  background-color: #006363;
  color: white;
  padding: 0px 20px;
  font-size: 16px;
  font-weight: 400;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.input-form__row button:hover {
  color: #fff;
  background: #000;
}

.spam-media__title {
  margin-bottom: 26px;
}

.spam-media__icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.spam-media__icons a:not(:last-child) {
  margin-right: 20px;
}

.spam-media__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 50px;
  width: 50px;
  border: 2px solid black;
  border-radius: 50%;
  -webkit-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.spam-media__icon:hover {
  border: 2px solid #006363;
  margin-top: -10px;
  -webkit-box-shadow: 0px 5px 15px #c4c4c4;
  box-shadow: 0px 5px 15px #c4c4c4;
}

.spam-media__icon:hover svg {
  fill: #006363;
}

.spam-media__icon svg {
  width: 25px;
  height: 25px;
  -webkit-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

@media (max-width: 1920px) {
  h3 {
    font-size: calc(18px + 0.5208333333vw);
  }
  h2 {
    font-size: calc(0px + 1.6666666667vw);
  }
  h1 {
    font-size: calc(24px + 0.625vw);
  }
  p {
    font-size: calc(0.5vw + 0.64rem);
  }
  .p1 {
    font-size: calc(12px + 0.3125vw);
  }
  .content {
    padding: 100px calc(25px + 5.9895833333vw);
  }
  .phone-call svg,
  .media-imagine svg {
    width: calc(30px + 2.0833333333vw);
    height: calc(30px + 2.0833333333vw);
  }
  .phone-call {
    left: calc(20px + 2.6041666667vw);
  }
  .media-imagine {
    right: calc(20px + 2.6041666667vw);
  }
  .main-button {
    font-size: calc(1em + 0.3125vw);
  }
}

@media (max-width: 1600px) {
  h4 {
    font-size: calc(0.7vw + 0.7rem);
  }
  .alone-news__row {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .alone-news__text {
    margin-right: 30px;
  }
}

@media (max-width: 1220px) {
  .alone-news__row {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .aline-news__title h1 {
    font-size: 26px;
    line-height: 30px;
  }
  .alone-news__text {
    margin-right: 0px;
  }
  .last-news {
    display: none;
  }
}

@media (max-width: 768px) {
  .p1 {
    font-size: calc(12px + 1.25vw);
  }
  .content {
    padding: 50px 0px;
  }
  .phone-call,
  .media-imagine {
    display: none;
  }
  .wp-block-embed__wrapper {
    max-width: calc((100vw - 320px) / (768 - 320) * (750 - 280) + 280px);
  }
}

@media (max-width: 640px) {
  .media-imagine {
    display: none;
  }
  .phone-call {
    bottom: 20px;
  }
  h2 {
    font-size: 16px;
  }
  h4 {
    font-size: calc(0.5vw + 0.8rem);
  }
}

@supports (-webkit-appearance: none) {
}

@media (max-width: 1920px) {
  @supports (-webkit-appearance: none) {
  }
}

@media (max-width: 1600px) {
  @supports (-webkit-appearance: none) {
  }
}

@media (max-width: 1220px) {
  @supports (-webkit-appearance: none) {
  }
}

@media (max-width: 768px) {
  @supports (-webkit-appearance: none) {
  }
}

@media (max-width: 640px) {
  @supports (-webkit-appearance: none) {
  }
}

