:root {
    --white: #ffffff;
    --black: #3C3C3C;
    --orange: #F76D04;
    --lblue: #8daed7
}

* {
    font-family: "Roboto Flex","system-ui","verdana","tahoma",sans-serif;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: var(--black)
}

html,body {
    margin: 0;
    padding: 0;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased
}

img {
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

.container {
    width: 100%;
    padding: 0 15px;
    margin: 0 auto;
    position: relative;
    max-width: 1140px;
    z-index: 20
}

.f {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.justify-between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.justify-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.align-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.grid {
    display: grid;
    gap: 30px;
    grid-template-columns: repeat(1, 1fr)
}

.grid-1 {
    grid-template-columns: repeat(1, 1fr)
}

.h-100 {
    height: 100%
}

.w-100 {
    width: 100%
}

.mt-0 {
    margin-top: 0 !important
}

.mb-0 {
    margin-bottom: 0 !important
}

.mr-0 {
    margin-right: 0 !important
}

.ml-0 {
    margin-left: 0 !important
}

.m-0 {
    margin: 0 !important
}

.text,.text * {
    line-height: 1.3;
    color: var(--black)
}

p.text,.text>p {
    margin-bottom: 25px;
    font-size: 24px;
}

.text-center {
    text-align: center
}

.btn,.input-submit input {
    position: relative;
    display: inline-block;
    width: 285px;
    height: 70px;
    padding: 20px 0;
    color: #fff;
    text-align: center;
    text-decoration: none;
    border: 0;
    font-size: 24px;
    font-weight: 700;
    outline: none;
    cursor: pointer;
    background: -o-linear-gradient(203.09deg, #F8AA02 23.36%, #F76204 101.53%);
    background: linear-gradient(246.91deg, #F8AA02 23.36%, #F76204 101.53%);
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    border-radius: 35px;
    color: #fff !important
}

.btn:hover,.input-submit input:hover {
    background: -o-linear-gradient(203.09deg, #F76204 23.36%, #F8AA02 101.53%);
    background: linear-gradient(246.91deg, #F76204 23.36%, #F8AA02 101.53%);
    text-decoration: none
}

.cover-link {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 50;
    cursor: pointer
}

.icon {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center
}

.icon:before,.icon::after {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center
}

.h1 {
    font-size: 48px;
    margin: 0 0 50px
}

.h2 {
    font-size: 36px;
    margin: 0 0 40px
}

.h3 {
    font-size: 28px;
    margin: 20px 0
}

.block {
    padding: 90px 0;
    border-top: 1px solid var(--black)
}

@media screen and (min-width: 992px) {
    .grid-lg-2 {
        grid-template-columns:repeat(2, 1fr)
    }
}

.footer {
    padding: 1px
}

.footer-logo {
    padding: 1px
}

.copyright {
    padding: 1px
}

.header {
    height: 163px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999
}

.header-logos {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 27px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.logo {
    width: 66px;
}

.logo-cloudera {
    width: 190px
}

.header-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 5px 0 20px;
}

.loader {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -36px;
    width: 72px;
    height: 72px;
    border: 3px dotted #9d7132;
    border-style: solid solid dotted dotted;
    border-radius: 50%; 
    box-sizing: border-box;
    animation: rotation 2s linear infinite;
    z-index: 222;
  }
.form-messages {
    position: absolute;
    background-color: rgba(255, 255, 255, .7);
    z-index: 20;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    font-size: 24px;
    font-weight: 600;
    align-items: center;
    justify-content: center;
    padding: 2rem;
    display: none;
}
.form-messages.active {
    display: block;
}
.hedaer--date {
    font-size: 24px
}

.hedaer--place {
    margin-left: 43px;
    padding-left: 30px;
    border-left: 2px solid var(--black)
}

.hedaer--place span:first-child {
    font-size: 24px
}

.hedaer--place span:last-child {
    font-size: 16px
}

.hero {
    position: relative;
    overflow: hidden;
    height: 870px;
    background-color: #d3ddde;
    padding-bottom: 113px
}

.hero-circle {
    position: absolute;
    z-index: 1
}

.hero-circle-1 {
    top: -74px;
    left: 0;
    width: 761px;
    height: 760px;
    background-image: url("../images/am-tv/circle1.png");
}

.hero-circle-2 {
    bottom: -31px;
    right: 0;
    width: 500px;
    height: 500px;
    background-image: url("../images/am-tv/circle2.png");
}

@media screen and (min-width: 1400px) {
    .hero-circle-1 {
        width: 800px;
        top: -31%;
        left: -5%;
        height: 800px;
          background-image: url("../images/am-tv/c1.png");
    }
    
    .hero-circle-2 {
        right: -5%;
        width: 700px;
        height: 700px;
        bottom: -156px;
          background-image: url("../images/am-tv/c2.png");
    }
}

.hero-bottom {
    height: 113px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.hero-bottom span {
    color: #fff;
    font-size: 28px;
    font-weight: 700
}

.hero-content {
    position: relative;
    margin-top: 161px;
    border-radius: 25px;
    border: 2px solid var(--orange);
    padding-top: 85px;
    text-align: center;
    padding-bottom: 187px;
    overflow: hidden;
}

.hero--type {
    font-size: 24px;
    position: relative;
    z-index: 22;
}

h1 {
    font-size: 56px;
    line-height: 1.2;
    margin: 18px 0 70px;
    position: relative;
    z-index: 22;
}

h2 {
    font-size: 48px;
    margin: 0 0 24px
}

.hero--img {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.grid-what {
    padding: 110px 0 101px 0;
    gap: 34px;
}

.grid-what img {
    max-width: 473px
}

.text p {
    font-size: 24px
}

.grid-expect {
    gap: 30px;
    margin: 88px 0 0;
}

.grid-expect-item {
    padding: 50px 40px 21px 40px;
    border-radius: 25px;
    border: 2px solid var(--orange);
    position: relative
}

.grid-expect-item h3 {
    font-size: 24px;
    margin: 5px 0 27px;
    line-height: 1;
    padding-right: 15px;
}

.grid-expect-item::before {
    position: absolute;
    content: "";
    width: 20px;
    height: 20px;
    background-image: url("../images/am-tv/arrow.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    right: 18px;
    top: 20px;
}

.line {
    overflow: hidden
}

.hero-line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: -o-linear-gradient(202.52deg, #F8AA02 0%, #F76204 101.56%);
    background: linear-gradient(247.48deg, #F8AA02 0%, #F76204 101.56%);
    height: 98px;
    width: 100%;
    white-space: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    margin: 120px 0
}

.liveline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    will-change: transform
}

.liveline a {
    color: #fff;
    opacity: .77;
    font-size: 32px;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    font-weight: 700;
    text-align: center;
    padding: 0 30px
}

.liveline--1 {
    -webkit-animation: animate1 40s -40s linear infinite;
    animation: animate1 40s -40s linear infinite
}

.liveline--2 {
    -webkit-animation: animate2 40s -20s linear infinite;
    animation: animate2 40s -20s linear infinite
}

@-webkit-keyframes animate1 {
    0% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }

    100% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }
}

@keyframes animate1 {
    0% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }

    100% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }
}

@-webkit-keyframes animate2 {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    100% {
        -webkit-transform: translateX(-200%);
        transform: translateX(-200%)
    }
}

@keyframes animate2 {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    100% {
        -webkit-transform: translateX(-200%);
        transform: translateX(-200%)
    }
}
.programm {
    margin: 86px auto 126px auto;
    max-width: 785px;
}
.programm-item {
    font-size: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 48px;
    margin-bottom: 22px;
}

.programm-item span {
    font-weight: 700;
    color: var(--orange);
    white-space: nowrap
}

.programm-item p {
    color: #564c4c;
    line-height: 1.1;
    font-size: 24px;
}

@media screen and (min-width: 576px) {
    .contact {
         background-image: url("../images/am-tv/formbg.png");
}}
.contact {
    margin: 135px 0;
    background-image: url("../images/am-tv/formbg.png");
    background-size: contain;
    background-repeat: no-repeat;
    padding: 80px 65px;
    border-radius: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.contact-info {
    max-width: 505px
}

.contact-info * {
    color: #fff
}
.contact-info span {display: inline-block;margin: 10px 0 0;}

.contact-info h2 {
    line-height: 1.4;
    margin: 21px 0 28px;
}

.contact-info-where {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 40px
}

.contact-info-warning {
    margin-top: 64px;
}

.contact-info-warning p:last-child {
    margin: 0
}

.contact-form {
    background-color: #fff;
    padding: 37px 0 56px 0;
    width: 100%;
    max-width: 459px;
    margin: 0 0 0 auto;
    border-radius: 10px;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    -webkit-box-shadow: 0px 1px 80px 0px rgba(0,0,0,0.2392156863);
    box-shadow: 0px 1px 80px 0px rgba(0,0,0,0.2392156863)
}

.contact-form form {
    width: 100%;
    max-width: 290px;
    margin: 0 auto
}

.input-item {
    margin-bottom: 10px;
    width: 100%
}

.input-item input {
    border: 0;
    width: 100%;
    padding: 15px 0;
    color: #3c3c3c;
    border-bottom: 2px solid #3c3c3c;
    outline: none;
    font-size: 24px;
}

.input-item input:active {
    outline: none
}

.input-item input::-webkit-input-placeholder {
    color: #3c3c3c
}

.input-item input::-moz-placeholder {
    color: #3c3c3c
}

.input-item input:-ms-input-placeholder {
    color: #3c3c3c
}

.input-item input::-ms-input-placeholder {
    color: #3c3c3c
}

.input-item input::placeholder {
    color: #3c3c3c
}

.input-checkbox {
    margin-top: 35px
}

.input-checkbox input {
    width: 18px;
    height: 18px;
}

.input-checkbox label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 12px
}

.input-checkbox label span {
    font-size: 12px
}

.input-submit {
    margin-top: 50px
}

.speakers {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    margin: 90px 0 0;
}

.speaker {
    position: relative
}

.speaker-img {
    position: relative;
    border-radius: 25px;
    overflow: hidden;
    padding-bottom: 0;
}

.speaker-img img {
    position: relative;
    z-index: 22;
    transform: translateY(10px);
}

.speaker-img::after {
    position: absolute;
    content: "";
    right: 0;
    bottom: -7px;
    background-image: url("../images/am-tv/speakerbg.png");
    width: 260px;
    height: 216px;
    background-repeat: no-repeat;
    z-index: 1
}

.speaker-img::before {
    position: absolute;
    content: "";
    right: 12px;
    top: 88px;
    opacity: .74;
    background-image: url("../images/am-tv/arroww.png");
    background-repeat: no-repeat;
    background-size: contain;
    width: 15px;
    height: 15px;
    z-index: 2
}

.speaker-info {
    text-align: center
}

.speaker-info h3 {
    margin: 40px 0 10px;
    font-size: 24px
} 

.speaker-info p {
    font-size: 20px
}

@media screen and (max-width: 1200px) {
    .contact {
        padding: 60px 35px;
    }

    .contact-form {
        padding: 25px 0;
    }

    .text p {
        font-size: 22px;
    }

    .contact-info {
        padding-right: 15px;
    }
}

@media screen and (max-width: 992px) {
    .grid-what img {
        margin-left: auto;
    }

    .grid-what {
        padding: 50px 0;
    } 

    .speakers,
    .grid-expect {
        margin: 50px 0 0;
    }

    .grid-expect-item {
        padding: 40px 40px 15px;
    }
    .programm,
    .hero-line {
        margin: 80px 0;
    }

    .speakers {
        grid-template-columns: repeat(2, 1fr);
    }

    .speaker-img::after {
        width: 360px;
        height: 316px;
        background-size: contain;
    }
    .contact {
        flex-direction: column;
        background-size: cover;
    }

    .contact-info {
        max-width: 100%;
        padding: 0 0 30px;
    }

    .contact-info-warning {
        margin-top: 24px;
    }

    .contact-form {
        margin: 0 auto;
        max-width: 100%;
        padding: 40px 0;
    }
    
    h2 br {
        display: none;
    }
}
@media screen and (max-width: 768px) {
    .hero--img {
        display: none
    }
    
    .header-logos {
        gap: 27px;
        padding-left: 10px;
    }

    .header-info {
        padding: 0;
    }

    .hedaer--place {
        padding-left: 10px;
        margin-left: 10px;
    }

    .logo-cloudera {
    }

    .logo {
    }

    .hedaer--place {
        max-width: 200px;
    }

    .hedaer--place span:first-child,
    .hedaer--date {
        /* font-size: 18px; */
    }

    .hero-content {
        padding-top: 60px;
        border: 0;
    }

    h1 {
        font-size: 40px;
        margin-bottom: 40px;
    }

    .hero-bottom span:last-child {
        display: none;
    }

    .hero {
        height: 100vh;
        min-height: 750px;
    }

    .hero-circle-1 {
        width: 590px;
        height: 560px;
    }

    .hero-circle-2 {
        width: 400px;
        height: 400px;
    }

    .hero-bottom {
        height: 80px;
    }

    .hero--type,
    .programm-item span,
    .programm-item p,
    p.text, .text>p,
    .text p {
        font-size: 20px;
    }

    h2 {
        font-size: 32px;
    }

    .grid-expect-item h3 {
        font-size: 20px;
        margin-bottom: 20px;
    }

    .grid-expect-item {
        padding: 30px;
    }

    .liveline a {
        font-size: 20px;
    }

    .hero-line {
        height: 60px;
    }

    .programm, .hero-line {
        margin: 50px 0;
    }

    .programm-item {
        gap: 30px;
    }
    .speaker-img::after {
        width: 100%;
        height: 217px;
        background-size: cover;
    }

    .contact {
        padding: 20px 30px 40px;
    }
}


@media screen and (max-width: 576px) {
    .header-info {
        width: 100%;
        position: relative;
        padding: 14px 0 0;
    }

    .header {
        height: 85px;
        top: 38px;
    }

    .hedaer--place {
        /* position: absolute; */
        top: 160%;
        width: 200px;
        right: 0;
        /* border: 0; */
    }
.hedaer--place:after {position: absolute;content: '';width: 2px;background: #3c3c3c;height: 40px;left: 12px;top: 17px;}
    .hedaer--place {
        padding: 11px 0 0 40px;
        margin: 0 0 0 auto;
        line-height: 1.3;
        border: 0;
        position: relative;
    }

    .hero-content {
        padding-top: 40px;
    }

    .hero--type {
        font-size: 24px
    }
    .programm-item span,
    .programm-item p,
    p.text, .text>p,
    .speaker-info p,
    .input-item input,
    .text p {
        font-size: 18px;
    }

    h1 {
        font-size: 48px;
        padding: 0 15px;
        line-height: 1.15;
        margin-bottom: 47px;
    }

    .hero-bottom {
        justify-content: center;
    }
    .hero-bottom span:first-child {
        display: none;
    }
    
    .hero-content {
        padding-bottom: 100px;
        margin-top: 200px;
    }

    .btn {
        /* height: 60px; */
        /* font-size: 20px; */
        min-width: 230px;
    }

     .input-submit input {
         min-width: 100%;
         font-size: 20px;
         max-width: 100%;
     }

    .hero {
        min-height: 570px;
    }

    .hero-circle-2 {
        width: 272px;
        height: 272px;
        display: none;
    }

    h2 {
        font-size: 28px;
    }

    .grid-what {
        padding: 50px 0 20px;
    }

    .speakers, .grid-expect {
        margin-top: 30px;
    }

    .programm, .hero-line {
        margin: 30px 0;
    }

    .grid-expect-item {
        padding: 20px 20px 0;
        border-radius: 20px;
    }

    .speakers {
        gap: 30px 10px;
    }

    .speaker-info h3 {
        margin: 20px 0 10px;
        font-size: 20px;
    }

    .speaker-img::after {
        height: 140px;
    }

    .contact {margin-top: 50px;padding: 20px;}

    .contact-info-where,
    .contact-info-warning {
        display: none
    }

    .contact-info h2 {
        margin-bottom: 0;
    }

    .contact-form {
        padding: 20px;
    }
}