/* header */

.header {
    background: #FFF;
    position:fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
}
.container {
}
.header__content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 80px 10px 0;
    position: relative;
}
.header__logo {
    max-height: 40px;
}

.header__logo img{
    width: 100%;
    height: 100%;
}

@media screen and (max-width:1199px) {
    .header__nav {
        display: none;
    }
}

.header__list {
    display: flex;
    align-items: center;
    gap: 30px;
}


.header__item a{
    color: #111;
    text-align: center;
    font-family: "Inter Tight";
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 18px; /* 128.571% */
    letter-spacing: -0.42px;
}
.header__social-link {
    display: flex;
    gap: 15px;
}

@media screen and (max-width:480px) {
    .header__social-link{
        display: none;
    }
}

.header__search{
    position: absolute;
    top: 0;
    right: calc(-100% + 50px);
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    background: #0088B2;
    padding-left: 30px;
}

@media screen and (max-width:480px) {
    .header__search{
        right: calc(-100% + 65px);
    }
}

.progress {
    background: #DFE7E8;
    width: 100%;
    height: 4px;
}

.progress span {
    display: block;
    height: 100%;
    width: 0%;
    background: #00C3FF;
    transition: width 0.1s linear;
}


/* main */

.main{
    padding: 94px 0 30px;
}

@media screen and (max-width:480px) {
    .main{
        padding: 64px 0 0;
    }
}

.post{
    padding: 40px;
    display: flex;
    gap: 30px;
    background: #FFF;
}

@media screen and (max-width:991px) {
    .post{
        padding: 30px 0;
    }
}

.post__content {
    width: 70%;
}

@media screen and (max-width:991px) {
    .post__content {
        width: 100%;
    }
}


.post__content h1 {
    color: #111;
    font-family: "Inter Tight";
    font-size: 56px;
    font-style: normal;
    font-weight: 700;
    line-height: 60px; /* 107.143% */
    letter-spacing: -1.68px;
}

.post__content h2 {
    color: #111;
    font-family: "Inter Tight";
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 36px; /* 112.5% */
    letter-spacing: -0.96px;
}

@media screen and (max-width:480px) {
    .post__content h1 {
        color: #111;
        font-family: "Inter Tight";
        font-size: 48px;
        font-style: normal;
        font-weight: 700;
        line-height: 52px; /* 108.333% */
        letter-spacing: -1.44px;
    }
}

.post__content p {
    color: #111;
    font-family: "Inter Tight";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 133.333% */
    letter-spacing: -0.18px;
}

.post__content p.italic {
    color: #111;
    font-family: "Inter Tight";
    font-size: 18px;
    font-style: italic;
    font-weight: 400;
    line-height: 24px; /* 133.333% */
    letter-spacing: -0.18px;
}

.post__content .post__img {
    margin-bottom: 30px;
    max-height: 470px;
    overflow: hidden;
}

.post__content ul{
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.post__content ul li{
    color: #111;
    font-family: "Inter Tight";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 133.333% */
    letter-spacing: -0.18px;
    
}

.post__img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.post__box {
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.accent {
    border-left: 3px solid #00C3FF;
    background: rgba(0, 195, 255, 0.10);
    padding:4px 0px 4px 24px;
}

.post__content p.b {
    color: #111;
    font-family: "Inter Tight";
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px; /* 133.333% */
    letter-spacing: -0.18px;
}

.post__aside{
    flex: 0 1 300px;
    /* min-width: 300px; */
}

@media screen and (max-width:991px) {
    .post__aside{
        display: none;
    }
}

.post__aside h2{
    color: #000;
    font-family: "Inter Tight";
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px; /* 116.667% */
    letter-spacing: -0.72px;
    margin-bottom: 24px;
}

.post__aside .post__img{
    margin-bottom: 4px;
    max-width: 300px;
}

.post__aside .post__img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.post__aside p{
    color: #000;
    font-family: "Inter Tight";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 133.333% */
    letter-spacing: -0.18px;
    margin-bottom: 16px;
}

/* form */


.post__form {
    border-right: 2px solid #F00;
    border-bottom: 2px solid #F00;
    border-left: 2px solid #F00;
    background: #F5F5F5;
    padding: 16px 15px;
}
.form {
}
.marguee {
}
.post__form .form__title {
    margin-bottom: 16px;
}

@media screen and (max-width:480px){
    .post__form .form__title {
        color: #111;
        text-align: center;
        font-family: "Inter Tight";
        font-size: 24px;
        font-style: normal;
        font-weight: 700;
        line-height: 28px; /* 116.667% */
        letter-spacing: -0.72px;
    }
}

.form-block {
}
.form-block-top {
}
.validate-form {
}
.form__content {
}
.form__row {
    display: flex;
    gap: 15px;
    margin-bottom: 16px;
}

@media screen and (max-width:678px){
    .form__row {
        flex-direction: column;
    }
}

.form__input-wrapper {
    flex:0 1 50%;
}
.first__name {
    border: 1px solid #A5AAAB;
    background: #FFF;
    border-radius:0;
}
input.form__input {
    border-radius:0;
}
.phone {
}
.range {
}
.range__title {
}
.btn {
}
.form__btn {
}
.button_style_2 {
}
.form__residue {
    background: #F00;
    display: flex;
    padding: 3px 8px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    align-self: stretch;

    color: #FFF;
    font-family: "Inter Tight";
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px; /* 133.333% */
    margin-bottom: 30px;
}



.marquee {
  overflow: hidden;
  display: flex;
  gap: 10px;
  max-width: 708px;
  background: #F00;
  display: flex;
padding: 3px 8px;
justify-content: center;
align-items: center;
align-self: stretch;
}

.marquee p{
  white-space: nowrap;
  color: #FFF;
font-family: "Inter Tight";
font-size: 18px;
font-style: normal;
font-weight: 700;
line-height: 24px; /* 133.333% */
display: flex;
gap: 10px;
}


.range {
    width: 100%; 
    font-family: sans-serif;
    margin-bottom: 16px;
}

.range__title {
    margin-bottom: 8px;
    color: #999;
    font-size: 14px;
}

.range__input {
    width: 100%;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    height: 6px;
    background: #ddd;
    border-radius: 3px;
    outline: none;
    cursor: pointer;
}

/* Прогресна частина */
.range__input::-webkit-slider-runnable-track {
    height: 6px;
    background: -webkit-gradient(linear, left top, right top, from(#00bfff), to(#ddd));
    background: linear-gradient(to right, #00bfff var(--percent, 0%), #ddd var(--percent, 0%));
    border-radius: 3px;
}

.range__input::-moz-range-track {
    height: 6px;
    background: #ddd;
    border-radius: 3px;
}

.range__input::-webkit-slider-thumb {
    -webkit-appearance: none;
            appearance: none;
    width: 16px;
    height: 16px;
    background: #00bfff;
    border-radius: 50%;
    cursor: pointer;
    margin-top: -5px;
}

.range__labels {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 5px;
    font-size: 14px;
    color: #999;
}

.range__labels span.active {
    color: #000;
    font-weight: bold;
}


.btn{
    box-shadow: rgba(0, 195, 255, 0.9) 0px 2px 8px 0px;

    background: #00C3FF;
    display: flex;
    height: 60px;
    padding: 0 20px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    width: 100%;

    color: #FFF;
    text-align: center;
    font-family: "Inter Tight";
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.54px;
    text-transform: uppercase;
        animation: glow-shadow 1.5s infinite ease-in-out;
}

@keyframes glow-shadow {
    0%, 100% {
        box-shadow: rgba(0, 195, 255, 0.9) 0px 2px 8px 0px;
    }
    50% {
        box-shadow: rgba(0, 195, 255, 0.3) 0px 2px 20px 4px;
    }
}

.post__comments {
}
.comments {
}
.comments h2{
    color: #111;
    font-family: "Inter Tight";
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px; /* 116.667% */
    letter-spacing: -0.72px;
    border-bottom: 1px solid #A5AAAB;
    padding-bottom: 8px;
    margin-bottom: 16px;
}
.comments__list {
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.comments__item {
    display: flex;
    gap: 8px;
}
.comments__icon {
}
.comments__content {
}
.commetns__name {
    color: #111;
    font-family: "Inter Tight";
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 18px; /* 128.571% */
    letter-spacing: -0.42px;
    margin-bottom: 8px;
}
.comment__text {
    color: #111;
    font-family: "Inter Tight";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 125% */
    letter-spacing: -0.16px;
}
.comments__btn {
    margin-top: 16px;
}

.footer {
    border-top: 1px solid #A5AAAB;
    background: #FFF;
}

.footer__links{
    display: flex;
    gap: 16px;
}

.footer__content{
    padding: 30px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;   
}

.footer__content p{
    color: #111;
    text-align: center;
    font-family: "Inter Tight";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 125% */
}

.form-block{
    position:relative;
}