/* Изменение главного экрана 16.02.2021 */
.container-intro {
    width: 100%;
    max-width: 1266px;
    padding: 0 15px;
    margin: 0 auto;
}

header {
    width: auto;
    position: static;
    max-width: 0;
    margin: 0;
    top: 0;
    right: 0;
    left: 0;
}

.header {
    background: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

.header__inner {
    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: 49px 0 6px;
}

.header__left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    width: 380px;
}

.header__logo-link {
    display: block;
    max-width: 124px;
    width: 50%;
}

.header__logo-link img {
    display: block;
    max-width: 100%;
    height: auto;
}

.header__description {
    width: 50%;
    max-width: 180px;
    position: relative;

    font-family: GothamPro, sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    color: #fff;
    
    -webkit-transform: translateY(3px);
    
    transform: translateY(3px);
}

.header-deco {
    display: block;
    width: 2px;
    height: 37px;
    background: rgba(255, 255, 255, 0.5);
}

.header__phone {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
}

.header__phone-icon {
    display: block;
    width: 21px;
    height: 21px;
    margin-right: 8px;
}

.header__phone-phone {
    display: block;
    position: relative;

    font-family: GothamPro, sans-serif;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.04em;
    color: #fff;
}

.header__phone-phone::after {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    left: 0;
    bottom: -6px;
    width: 0%;
    height: 2px;
    background: #fff;

    -webkit-transition: all .3s;

    transition: all .3s;
}

.header__phone:hover {
    text-decoration: none;
}

.header__phone:hover .header__phone-phone::after {
    width: 100%;
}

.intro {
    background: url(../img/new-bg.jpg) no-repeat center;
    background-size: cover;
}

.intro__inner {
    padding: 154px 0 63px;
}

.intro__wrapper {
    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;
}

.intro__info {
    width: 40%;
    padding-right: 8px;
}

.intro__title {
    padding-left: 12px;
    max-width: 493px;
    position: relative;

    font-family: GothamPro, sans-serif;
    font-size: 34px;
    line-height: 38px;
    color: #fff;
}

.intro__title span {
    color: #FFD800;
}

.intro__title::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 2px;
    background: #FFD800;
}

.intro__preview {
    width: 60%;
}

.intro__box {
    display: block;
    max-width: 720px;
    height: 405px;
    margin-left: auto;

    background: rgba(0, 0, 0, 0.9);
    border: 1px solid #FFD800;
    border-bottom: none;
    -webkit-box-shadow: 0px 4px 4px 0px rgba(255, 216, 0, .5);
    box-shadow: 0px 4px 4px 0px rgba(255, 216, 0, .5);
}

.intro__form {
    padding: 30px 60px 25px;
    background: #ffd800;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-around;
}

.intro__form-title {
    font-size: 18px;
    font-weight: 400;
    margin-right: 30px;
    margin-bottom: 13px;
}

.intro__form-title span {
    font-weight: 700;
}

.intro__form-text {
    font-size: 18px;
    font-weight: 400;
    margin-right: 30px;
    line-height: 22px;
    max-width: 558px;
}

.intro__form-group--second {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    row-gap: 15px;
    align-items: center;
}

.intro__form-input {
    border: 1px solid #d3d3d3;
    border-radius: 4px;
    height: 40px;
    width: 100%;
    max-width: 250px;
    min-width: 250px;
    padding: 0 15px;
    /* margin-right: 25px; */
    font: 300 14px/24px GothamPro, sans-serif;
}

.intro__form-radio-items {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    /*display: flex;*/
    /*justify-content: space-evenly;*/
    width: 100%;
}

.intro__form-custom-radio {
    margin-bottom: 0;
}

.intro__form-custom-radio input[type="radio"] {
    position: absolute;
    height: 1px;
    width: 1px;
    opacity: 0;
}

.intro__form-custom-radio span {
    position: relative;
    display: flex;
    align-items: center;
    color: #626262;
    font-size: 19px;
    font-weight: 300;
    line-height: 38px;
}

.intro__form-custom-radio span::before {
    content: "";
    width: 25px;
    height: 25px;
    display: inline-block;
    margin-right: 6px;
    border-radius: 100%;
    background-color: #fff;
}

.intro__form-custom-radio span::after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(8px, -50%);
    display: block;
    width: 10px;
    height: 10px;
    background-color: #000;
    border-radius: 100%;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}

.intro__form-custom-radio input[type="radio"]:checked + span::after {
    opacity: 1;
}

.intro__form-button {
    height: 40px;
    min-width: 186px;
    border-radius: 4px;
    text-transform: uppercase;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
    background: #000408;
    font-size: 18px;
    font-weight: 300;
    color: #fff;
    border: none;
    cursor: pointer;
    -webkit-transition: all .3s;
    transition: all .3s;
    width: 100%;
}

.intro__form-button img {
    display: block;
    max-width: 100%;
    height: auto;
}

.intro__form-button span {
    display: block;
    margin-right: 10px;
}

.intro__form-button:hover {
    color: #FFD800;
}

@media (max-width: 768px) {
    .header__inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 28px 0;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .header__left {
        margin-bottom: 29px;
        width: auto;
        max-width: 308px;
        width: 100%;
    }

    .header__logo-link {
        display: block;
        max-width: 126px;
        width: auto;
    }

    .header__logo-link img {
        display: block;
        width: 90px;
        height: auto;
        padding-bottom: 0;
    }

    .header__description {
        width: auto;
        max-width: 140px;
        position: relative;
        padding-top: 8px;

        font-size: 12px;
        line-height: 16px;
    }

    .header-deco {
        display: block;
        width: 2px;
        height: 30px;
        background: rgba(255, 255, 255, 0.5);
    }

    .header__phone {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        text-decoration: none;
    }

    .header__phone-icon {
        display: block;
        width: 16px;
        height: 16px;
        margin-right: 6px;
    }

    .header__phone-phone {
        display: block;

        font-family: GothamPro, sans-serif;
        font-size: 14px;
        font-weight: 700;
        color: #fff;
    }

    .header__phone:hover {
        text-decoration: none;
    }

    .container-intro-special {
        padding: 0;
    }

    .intro {
        background: url(../img/intro-bg-mb.jpg) no-repeat center;
        background-size: cover;
    }

    .intro__inner {
        padding: 140px 0 60px;
    }

    .intro__wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;

        -webkit-box-orient: vertical;

        -webkit-box-direction: normal;

        -ms-flex-direction: column;

        flex-direction: column;
    }

    .intro__info {
        width: 100%;
        padding-right: 0;
        padding: 0 15px;
        margin-bottom: 26px;
    }

    .intro__title {
        padding-left: 9px;
        max-width: 493px;
        position: relative;

        font-family: GothamPro, sans-serif;
        font-size: 22px;
        line-height: 30px;
        color: #fff;
    }

    .intro__title span {
        color: #FFD800;
    }

    .intro__title::before {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 2px;
        background: #FFD800;
    }

    .intro__preview {
        width: 100%;
    }

    .intro__box {
        display: block;
        max-width: none;
        max-height: none;
        width: 100%;
        margin-left: 0;
        max-height: 200px;

        background: rgba(0, 0, 0, 0.9);
        border: none;
        border-top: 1px solid #FFD800;
        -webkit-box-shadow: 0px 4px 4px 0px rgba(255, 216, 0, .5);
        box-shadow: 0px 4px 4px 0px rgba(255, 216, 0, .5);
    }

    .intro__form {
        padding: 27px 16px 32px;
        background: #ffd800;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .intro__form-title {
        font-size: 18px;
        font-weight: 400;
        margin-right: 30px;
        margin-bottom: 13px;
    }

    .intro__form-title span {
        font-weight: 700;
    }

    .intro__form-text {
        font-size: 18px;
        font-weight: 400;
        margin-right: 30px;
        line-height: 22px;
        max-width: 558px;
    }

    .intro__form-group {
        margin-bottom: 22px;
    }

    .intro__form-group--second {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 0;
        width: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .intro__form-input {
        border: 1px solid #d3d3d3;
        border-radius: 4px;
        height: 40px;
        width: 100%;
        max-width: none;
        min-width: none;
        padding: 0 15px;
        margin-right: 0;
        margin-bottom: 8px;
        font: 300 14px/24px GothamPro, sans-serif;
    }

    .intro__form-button {
        height: 40px;
        min-width: 186px;
        border-radius: 4px;
        text-transform: uppercase;
        display: -ms-flexbox;
        display: -webkit-box;
        display: flex;
        -ms-flex-pack: center;
        -webkit-box-pack: center;
        justify-content: center;
        -ms-flex-align: center;
        -webkit-box-align: center;
        align-items: center;
        -ms-flex-line-pack: center;
        align-content: center;
        background: #000408;
        font-size: 18px;
        font-weight: 300;
        color: #fff;
        border: none;
        cursor: pointer;
        -webkit-transition: all .3s;
        transition: all .3s
    }

    .intro__form-button img {
        display: block;
        max-width: 100%;
        height: auto;
    }

    .intro__form-button span {
        display: block;
        margin-right: 10px;
    }
}



::-webkit-scrollbar {
    width: 5px;
}

::-webkit-scrollbar-track {
    background: #000;
}

::-webkit-scrollbar-thumb {
    background: #FFD800;
    border-radius: 8px;
}

.embed,
.fr-video {
    display: block;
    position: relative;
    overflow: hidden;
}

.embed:before,
  .fr-video:before {
    content: "";
    display: block;
    padding-top: 56.25%;
}

.embed iframe,
  .embed video,
  .embed object,
  .embed embed,
  .fr-video iframe,
  .fr-video video,
  .fr-video object,
  .fr-video embed {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.video-section {
    background: #181818;   
}

.video__descr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 91px 40px 85px 0;
}

.video__title h2 {
    font-family: GothamPro;
    font-style: normal;
    font-weight: bold;
    font-size: 34px;
    line-height: 50px;
    color: #000000;
    background-color: #ffd800;
    display: inline;
    width: 50%;
}

.video__text p{
    font-family: GothamPro;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    color: #FFFFFF;
}

.video__image {
    max-width: 1170px;
    width: 100%;
}

.video__text-end {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 60px 0 90px 0;    
}

.video__text-next {
    width: 50%;
}


@media (max-width: 1200px){
    .video__text p {
        padding-top: 41px;
        text-align: center;
    }

    .video__title h2 {
        width: 100%;
        display: block;
        text-align: center;
    }

    .video__text br {
        display: none;
    }

    .video__text-end {
        text-align: center;
    }

    .video__text-next {
        width: 100%;
    }

    .video__text-prev {
        margin: auto;
    }
}

@media (max-width: 767px){
    .video__text p {
        padding-top: 20px;        
    }

    .video__descr {       
        padding: 40px 0px 20px 0;
    }

    .video__text-end {
        padding: 20px 0;
    }
}

@media (max-width: 479px){
    .video__title h2 {        
        font-size: 31px;   
    }
}
@media (min-width: 1900px){
    .whatsappLink{
        height: 75px;
        width: 75px;
    }
    .whatsappLink svg {
        width: 48px;
        height: 48px;
    }

}
.new_video{
    cursor: pointer;
}
.new_video iframe{
    min-height:500px;
}

@media (max-width: 479px){
    .new_video iframe{
        min-height:200px;
    }
}

@media (min-width: 1024px){
    .video__text-prev.video__text{
        margin-left:100px;
    }
}