@charset "UTF-8";

/*--------------------*/

h1 {
    font-weight: 700;
    line-height: calc(3vw + 2rem);
    font-size: calc(1.5vw + 3.5rem);
}

h2 {
    font-size: 28px;
    font-weight: 500;
}

h3 {
    font-size: 28px;
    line-height: calc(1vw + 1rem);
}

h4 {
    font-size: calc(0.9vw + 0.5rem);
}

h5 {
    font-size: calc(0.7vw + 0.4rem);
}

p {
    font-size: 16px;
}

.p1 {
    font-size: 18px;
}

.p2 {
    font-size: calc(0.7vw + 0.5rem);
}

.p3 {
    font-size: calc(0.7vw + 0.4rem);
}

.p4 {
    font-size: calc(0.5vw + 0.4rem);
}

@media (max-width: 1920px) {
    h2 {
        font-size: calc(0px + 28*(100vw/1920));
    }
    h3 {
        font-size: calc(14px + 10*(100vw/1920));
    }
    p {
        font-size: calc(10px + 6*(100vw/1920));
    }
    .p1 {
        font-size: calc(12px + 6*(100vw/1920));
    }
}

@media (max-width: 1600px) {
    h1 {
        font-size: calc(4vw);
        line-height: calc(4.8vw + 0.2rem);
    }
    h4 {
        font-size: calc(0.7vw + 0.7rem);
    }
    h5 {
        font-size: calc(0.3vw + 0.6rem);
    }
    .p2 {
        font-size: calc(0.4vw + 0.7rem);
    }
    .p3 {
        font-size: calc(0.3vw + 0.6rem);
    }
    .p4 {
        font-size: calc(0.4vw + 0.6rem);
    }
}

@media (max-width: 640px) {
    h2 {
        font-size: 16px;
    }
    h4 {
        font-size: calc(0.5vw + 0.8rem);
    }
    h5 {
        font-size: calc(0.2vw + 0.8rem);
    }
    .p2 {
        font-size: calc(0.4vw + 0.8rem);
    }
    .p3 {
        font-size: calc(0.2vw + 0.8rem);
    }
    .p4 {
        font-size: calc(0.1vw + 1rem);
    }
}


/* ------------------------- */

body {
    font-family: "Roboto-Regular", sans-serif;
}

html,
body {
    font-size: 10px !important;
}


/* ============================ */

.main__full-screen {
    margin: 0 !important;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  position: relative;
  height: calc(37vw + 3.5rem);
  width: 100%;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.main__full-screen.transform {
    -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 !important;
  }
.main__full-screen img {
    position: absolute;
  z-index: 1;
  top: calc(2.5vw + 4rem);
  left: 0px;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.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 .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .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;
    }
}


/* ======================== */

.img_news {
    max-width: 350px;
    height: 100%;
    object-fit: cover;
}

.news__item-imagine img {
    width: calc(5vw + 5rem);
    height: calc(3vw + 3rem) !important;
    object-fit: cover;
}

.main-button {
    margin-top: 30px;
}

.container-v {
    max-width: 1540px;
    margin: 0 auto;
    padding: 0px 20px;
}

.main__full-screen {
    margin-bottom: 70px;
}

.main__full-screen img {
    position: relative;
    z-index: 1;
    top: 14vh;
    left: 0px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.content {
    position: relative;
    background: #f8f8f8;
}

.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;
}

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;
    color: #099D9D;
}

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;
}

.news {
    padding: 110px 0px 115px 0px;
}

.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;
}

.news__blocks-row {
    margin-right: 75px;
}

.news__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    max-width: 829px;
    background-color: white;
    border: 1px solid #D6D6D6;
}

.news__block {
    margin-bottom: 60px;
}

.news__block-text {
    padding: 55px 45px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.block-text__title h4 {
    font-family: "Roboto-Bold";
}

.block-text__date {
    color: #006363;
    margin-bottom: 2.4em;
}

.block-text__decription {
    color: #606060;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.block-text__decription p {
    font-size: 18px;
}

.block-text__decription p:not(:last-child) {
    margin-bottom: 24px;
}

.news__block-text a {
    justify-self: flex-end;
}

.page-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
}

.page-numbers {
    padding: 5px 10px;
    border: 1px solid #D6D6D6;
    margin-right: 10px;
    margin-left: 10px;
    color: #006363;
}

.page-numbers a:not(:last-child) {
    margin-right: 20px;
}

.last-news {
    max-width: 400px;
}

.last-news__items {
    margin-bottom: 62px;
}
.last-news__items a {
    transition: all .2s ease-in-out;
}
.last-news__items a:hover {
    color: #006363;
}
.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;
    padding: 0 calc(0.5vw + 0.5rem);
}

.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;
    
}

.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);
    }
    p {
        font-size: calc(0.5vw + 0.64rem);
    }
    .p1 {
        font-size: calc(12px + 0.3125vw);
    }
    .content {
        padding: 0 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);
    }
    .block-text__date {
        margin-bottom: calc(15px + 0.46875vw);
    }
    .block-text__decription p {
        font-size: calc(12px + 0.3125vw);
    }
    .block-text__decription p:not(:last-child) {
        margin-bottom: calc(15px + 0.46875vw);
    }
}

@media (max-width: 1600px) {
    h4 {
        font-size: calc(0.7vw + 0.7rem);
    }
    .news__row {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .news__blocks-row {
        margin-right: 30px;
    }
    .news__block {
        margin-bottom: 30px;
    }
    .news__block-text {
        padding: 30px 30px;
    }
}

@media (max-width: 1220px) {
    .news__row {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .news__blocks-row {
        margin-right: 0px;
    }
    .news__block {
        max-width: none;
        width: 100%;
        max-height: 405px;
    }
    .news__block-imagine {
        max-width: 320px;
        width: 100%;
    }
    .news__block-imagine img {
        width: 100%;
    }
    .news__block-text {
        padding: 14px 14px;
        max-width: 850px;
        width: 100%;
    }
    .last-news {
        display: none;
    }
}

@media (max-width: 768px) {
    .p1 {
        font-size: calc(12px + 1.25vw);
    }
    .content {
        padding: 0px;
    }
    .phone-call,
    .media-imagine {
        display: none;
    }
    .news {
        padding: 60px 0px 50px 0px;
    }
    .news__block-imagine {
        width: 65%;
    }
    .block-text__title h4 {
        font-size: 16px;
    }
    .block-text__date {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        font-size: 14px;
    }
    .block-text__date p {
        font-size: 14px;
    }
    .block-text__decription {
        display: none;
    }
}

@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) {}
}