@media (min-width: 992px) {
    .Intro-Subheading-Dop {
        margin-bottom: 25px;
    }
}

@media (max-width: 768px) {
    .Intro-Content {
        max-width: none;
    }
    .Intro-Player {
        max-width: 740px;
        margin-bottom: 15px;
    }
}

@media (min-width: 0px) and (max-width: 380px) {
    .Intro-Player {
        height: 176px;
    }
}
@media (min-width: 381px) and (max-width: 450px) {
    .Intro-Player {
        height: 235px;
    }
}
@media (min-width: 451px) and (max-width: 550px) {
    .Intro-Player {
        height: 295px;
    }
}
@media (min-width: 551px) and (max-width: 768px) {
    .Intro-Player {
        height: 295px;
    }
}


.Feedback-TextColor-Blue {
    color: #034da2;
}

@media (max-width: 480px){
    .Heading-Text-Center {
        text-align: center;
    }
}

.Feedback-Heading-Bot {
  margin-bottom: 20px; }
  @media (min-width: 992px) {
    .Feedback-Heading-Bot {
      margin-bottom: 40px; } }


.gift-conteiner {
    border: 2px dashed #e6e6e6;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.WhyWe-Item{
    text-decoration: none;
}

.gift-course__img {
    margin-top: -50px;
    margin-bottom: -25px;
    margin-right: 46px;
    position: relative;
}
.gift-course__img img {
    z-index: 2;
    position: relative;
}
.gift-course__img:before {
    background: url(../img/gift-course__shadow.png) no-repeat;
    background-size: 100%;
    width: 642px;
    height: 456px;
    content: "";
    position: absolute;
    right: -250px;
    bottom: -60px;
}
.gift-conteiner > div:first-child {
    padding-left: 65px;
    padding-top: 80px;
}
.gift-course__text {
    color: #034da2;
    font-size: 36px;
    text-transform: uppercase;
    font-weight: 800;
    margin-top: 10px;
    margin-bottom: 40px;
}
.gift-conteiner .Form_line .Form-Column_btn {
    width: 45%;
}
.how-find-people__form-content {
    width: 100%;
    padding-left: 32px;
    padding-top: 34px;
    padding-bottom: 42px;
    -webkit-box-shadow: 13px 0px 117px rgba(3,77,162,0.15);
    box-shadow: 13px 0px 117px rgba(3,77,162,0.15);
    background: #fff;
}
.gift-course {
    padding: 40px 0px;
}
.how-find-people {
    padding-top: 30px;
    padding-bottom: 100px;
}
.how-find-people__form-text {
    color: #034da2;
    margin-bottom: 20px;
    font-size: 26px;
    font-weight: 500;
}
.how-find-people__text span {
    color: #034da2;
    display: block;
}
.how-find-people__text {
    font-size: 36px;
    font-weight: 800;
    margin-bottom: 20px;
    margin-top: 20px;
    line-height: 130%;
}
.how-find-peopl-conteiner {
    position: relative;
}
.how-find-people__img {
    position: absolute;
    top: 50px;
    right: 0px;
}
.how-find-people__img .how-find-people__btn-like {
    background: url(../img/btn-play.png) no-repeat;
    background-size: cover;
    width: 104px;
    height: 104px;
    position: absolute;
    left: 50%;
    margin-left: -52px;
    top: 45%;
    margin-top: -52px;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}
.how-find-people__img .how-find-people__btn-like:hover {
        opacity: 0.95;
    }
.no-desctop {
    display: none;
}
@media (max-width: 768px)
{
    .gift-course__img {
        max-width: 250px;
    }
    .how-find-people-Heading {
        max-width: 100%;
    }
    .how-find-people__text {
        max-width: 100%;
    }
    .how-find-people__img {
    position: absolute;
    top: 50px;
    right: auto;
    width: 270px;
    left: 230px;
}
    .how-find-people__img {
    position: absolute;
    top: 50px;
    right: 0px;
    width: 470px;
    left: auto;
}
    .how-find-people__img .how-find-people__btn-like {
            left: 75%;
    margin-left: -52px;
    top: 40%;
    }
}
@media (max-width: 480px)
{
    .gift-conteiner > div:first-child {
    padding-left: 15px;
    padding-top: 15px;
        padding-right: 30px;
}
    .gift-course__text {
        font-size: 24px;
    }
    .gift-conteiner .Form_line .Form-Column_btn {
        width: 100%;
    }
    .gift-course__img {
            margin-top: 0px;
    margin-bottom: 0px;
    margin-right: 0px;
            margin: 0 auto;
        max-width: 70%;
        margin-bottom: 30px;
    }
    .gift-course__img img {
        width: 100%;
    }
    .gift-conteiner {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: 30px;
        padding-bottom: 30px;
    }
    .no-mobile {
        display: none;
    }
    .no-desctop {
        display: block;
    }
    .how-find-people__form-content {
        padding-top: 110px;
    }
    .how-find-people__img {
        position: absolute;
        top: 90px;
        right: auto;
        width: 270px;
        left: 100px;
    }
    .how-find-people__form-text {
        font-size: 18px;
    }
    .how-find-people__img img {
        width: 100%;
    }
    .how-find-people__text {
         font-size: 24px;
        max-width: 340px;
    }
    .how-find-people-Heading {
        max-width: 340px;
    }
    .how-find-people__img .how-find-people__btn-like {
        width: 50px;
        height: 50px;
        top: 55%;
        left: 60%;

    }

    .how-find-people__form-content {
        padding-left: 10px;
    padding-right: 10px;
    }
    .how-find-people {
        padding-bottom: 30px;
    }
    .gift-course {
        padding: 0px;
    }
}
@media (min-width: 992px)
{
    /*
    .Intro .Heading_lvl2
    {
        font-size: 24px !important;
    }*/
    .Methodology
    {
        margin-top: 120px;
        margin-bottom: 20px;
    }
    .Intro-Body
    {
        padding-bottom: 120px !important;
    }
}


@media (max-width: 992px)
{
    /*
    .Intro .Heading_lvl2
    {
        font-size: 24px !important;
    }*/
    .Methodology
    {
        margin-top: 100px;
        margin-bottom: 20px;
    }
    .Intro-Body
    {
        padding-bottom: 60px !important;
    }
}

@media (max-width: 600px) {

    .NoRisk-FormHeading
    {
        text-align: center !important;
    }
    .NoRisk-FormWrap
    {
        max-width: inherit !important;
    }

}

@media (max-width: 600px) {

    .SpecCallback-Heading
    {
        text-align: center !important;
    }
    .SpecCallback-FormWrap
    {
        max-width: inherit !important;
    }

}

.clients__slider {
    margin-top: 70px;
}

.clients__slider .slick-prev, .clients__slider .slick-next {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    position: absolute;
    top: 45%;
    background-color: #c8c8c8;
    border:none;
    font-size: 0px;
}
.clients__slider .slick-prev:hover, .clients__slider .slick-next:hover {
    background-color: #034da2; 
}
.clients__slider .slick-prev {
    background-image: url(../img/arr-prev.png);
    background-repeat: no-repeat;
    background-position: center;
    left: 0px;
    z-index: 2;
}
.clients__slider .slick-next {
    background-image: url(../img/arr-next.png);
    background-repeat: no-repeat;
    background-position: center;
    right: 0px;
    z-index: 2;
}

.clients__slider__img {
    max-width: 770px;
    margin: 0 auto;
    border: 1px solid #d3d3d3;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    height: 300px;
}
.clients__slider__text {
    text-align: center;
    margin-top: 35px;
}
.clients__slider__text span {
    font-size: 18px;
    color: #034da2;
    display: block;
    margin-top: 20px;
}
.clients__slider__text div {
    font-size: 24px;
    font-weight: 500;
}

@media (max-width: 600px) { 
    .clients__slider .slick-prev, .clients__slider .slick-next {
        width: 28px;
        height: 28px;
        top: 75%;
    }
    .clients__slider .slick-prev {
        background-size: 6px;
    }
    .clients__slider .slick-next {
        background-size: 6px;
    }
    .clients__slider__text {
        margin-top: 20px;
    }
    .clients__slider__text span {
        font-size: 14px;
    }
    .clients__slider__text div {
        font-size: 18px;
    }
    .clients__slider__img {
        max-width: 98%;
        left: 1%;
        height: 170px;
        position: relative;
    }
    .clients__slider {
        margin-top: 30px;
    }
}

.FeedbackArticle-VideoWrap {
    max-width: 100%;
    width: 100%;
    height: 350px;
}

@media (min-width: 992px) {
    .FeedbackArticle-VideoWrap {
        height: 500px;
    }
}

@media (max-width: 520px) {
    .FeedbackArticle-VideoWrap {
        height: 250px;
    }
}

.whatsapp-widget {
    position: fixed;
    bottom: 10px;
    right: 10px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    box-sizing: border-box;
    z-index: 9000;
}

.whatsapp-widget .whatsapp-icon {
    width: 91px;
    height: 91px;
    margin-top: 20px;
    border: none;
    border-radius: 50%;
    background-color: #189d0e;
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.1' id='Слой_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 85 85' style='enable-background:new 0 0 85 85;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bopacity:0.3;fill:%23189D0E;%7D .st1%7Bfill:%23189D0E;%7D .st2%7Bfill:%23FFFFFF;%7D %3C/style%3E%3Cg%3E%3Cg%3E%3Ccircle class='st0' cx='42.5' cy='42.5' r='42.5'/%3E%3Ccircle class='st1' cx='42.5' cy='42.5' r='36.2'/%3E%3C/g%3E%3Cg%3E%3Cpath class='st2' d='M24.6,60.5c0.1-0.3,0.2-0.5,0.2-0.7c1-2.8,1.9-5.7,2.9-8.5c0-0.1,0-0.2,0-0.3c-1.2-2.1-2-4.3-2.3-6.7 c-0.7-6.1,1.2-11.2,5.8-15.4c2.4-2.2,5.2-3.5,8.3-4.1c1.6-0.3,3.2-0.4,4.8-0.3c3.2,0.3,6.1,1.3,8.7,3.2c3.8,2.7,6.2,6.3,7.1,10.8 c1.1,5.4-0.2,10.4-3.7,14.7c-2.7,3.3-6.2,5.3-10.4,6.1c-4,0.7-7.8,0.1-11.4-1.8c-0.1-0.1-0.2-0.1-0.4,0c-3.1,1-6.2,2-9.3,3 C24.8,60.5,24.7,60.5,24.6,60.5z M29.1,56.1c0.1,0,0.2,0,0.2-0.1c1.7-0.6,3.5-1.1,5.2-1.7c0.1,0,0.2,0,0.4,0 c3.3,2.1,6.8,2.8,10.6,2c3.2-0.6,5.9-2.1,8-4.5c3.2-3.5,4.4-7.6,3.6-12.3c-0.4-2.8-1.7-5.3-3.6-7.4c-3.7-4.1-9.3-5.8-14.7-4.3 c-3.6,1-6.4,3.1-8.5,6.2c-1.9,2.9-2.6,6.1-2.2,9.5c0.3,2.5,1.2,4.8,2.6,6.8c0.1,0.1,0.1,0.2,0,0.3c-0.5,1.6-1.1,3.2-1.6,4.8 C29.3,55.7,29.2,55.9,29.1,56.1z'/%3E%3Cpath class='st2' d='M34.1,37.8c0-1.6,0.6-2.9,1.8-4c0.3-0.3,0.7-0.4,1.2-0.4c0.3,0,0.6,0,1,0.1c0.3,0,0.4,0.1,0.5,0.3 c0.1,0.2,0.2,0.4,0.3,0.7c0.4,1.1,0.8,2.2,1.2,3.3c0.1,0.2,0.1,0.5,0,0.7c-0.3,0.6-0.7,1-1.2,1.5c-0.4,0.4-0.4,0.6-0.2,1 c1.3,2.4,3.1,4.2,5.6,5.3c0.1,0.1,0.3,0.1,0.4,0.2c0.3,0.1,0.6,0.1,0.8-0.2c0.5-0.6,1-1.1,1.5-1.7c0.3-0.3,0.5-0.4,0.9-0.2 c0.6,0.3,1.1,0.5,1.7,0.8c0.6,0.3,1.2,0.7,1.9,1c0.4,0.2,0.5,0.4,0.5,0.8c-0.1,0.6-0.2,1.2-0.5,1.8c-0.1,0.1-0.2,0.3-0.3,0.4 c-0.7,0.7-1.5,1.2-2.5,1.5c-0.9,0.2-1.9,0.2-2.8-0.2c-1.3-0.5-2.5-0.9-3.7-1.6c-1.5-0.8-2.7-1.9-3.8-3.1c-1.4-1.5-2.5-3.1-3.4-4.9 C34.4,40,34,38.8,34.1,37.8z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
    outline: none;
    overflow: visible;
}

.whatsapp-widget .whatsapp-icon:hover {
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.1' id='Слой_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 85 85' style='enable-background:new 0 0 85 85;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bopacity:0.3;%7D .st1%7Bfill:%231FB114;%7D .st2%7Bfill:%23FFFFFF;%7D %3C/style%3E%3Cg%3E%3Cg%3E%3Cg class='st0'%3E%3Ccircle class='st1' cx='42.5' cy='42.5' r='42.5'/%3E%3C/g%3E%3Cg%3E%3Ccircle class='st1' cx='42.5' cy='42.5' r='36.2'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cpath class='st2' d='M24.6,60.5c0.1-0.3,0.2-0.5,0.2-0.7c1-2.8,1.9-5.7,2.9-8.5c0-0.1,0-0.2,0-0.3c-1.2-2.1-2-4.3-2.3-6.7 c-0.7-6.1,1.2-11.2,5.8-15.4c2.4-2.2,5.2-3.5,8.3-4.1c1.6-0.3,3.2-0.4,4.8-0.3c3.2,0.3,6.1,1.3,8.7,3.2c3.8,2.7,6.2,6.3,7.1,10.8 c1.1,5.4-0.2,10.4-3.7,14.7c-2.7,3.3-6.2,5.3-10.4,6.1c-4,0.7-7.8,0.1-11.4-1.8c-0.1-0.1-0.2-0.1-0.4,0c-3.1,1-6.2,2-9.3,3 C24.8,60.5,24.7,60.5,24.6,60.5z M29.1,56.1c0.1,0,0.2,0,0.2-0.1c1.7-0.6,3.5-1.1,5.2-1.7c0.1,0,0.2,0,0.4,0 c3.3,2.1,6.8,2.8,10.6,2c3.2-0.6,5.9-2.1,8-4.5c3.2-3.5,4.4-7.6,3.6-12.3c-0.4-2.8-1.7-5.3-3.6-7.4c-3.7-4.1-9.3-5.8-14.7-4.3 c-3.6,1-6.4,3.1-8.5,6.2c-1.9,2.9-2.6,6.1-2.2,9.5c0.3,2.5,1.2,4.8,2.6,6.8c0.1,0.1,0.1,0.2,0,0.3c-0.5,1.6-1.1,3.2-1.6,4.8 C29.3,55.7,29.2,55.9,29.1,56.1z'/%3E%3Cpath class='st2' d='M34.1,37.8c0-1.6,0.6-2.9,1.8-4c0.3-0.3,0.7-0.4,1.2-0.4c0.3,0,0.6,0,1,0.1c0.3,0,0.4,0.1,0.5,0.3 c0.1,0.2,0.2,0.4,0.3,0.7c0.4,1.1,0.8,2.2,1.2,3.3c0.1,0.2,0.1,0.5,0,0.7c-0.3,0.6-0.7,1-1.2,1.5c-0.4,0.4-0.4,0.6-0.2,1 c1.3,2.4,3.1,4.2,5.6,5.3c0.1,0.1,0.3,0.1,0.4,0.2c0.3,0.1,0.6,0.1,0.8-0.2c0.5-0.6,1-1.1,1.5-1.7c0.3-0.3,0.5-0.4,0.9-0.2 c0.6,0.3,1.1,0.5,1.7,0.8c0.6,0.3,1.2,0.7,1.9,1c0.4,0.2,0.5,0.4,0.5,0.8c-0.1,0.6-0.2,1.2-0.5,1.8c-0.1,0.1-0.2,0.3-0.3,0.4 c-0.7,0.7-1.5,1.2-2.5,1.5c-0.9,0.2-1.9,0.2-2.8-0.2c-1.3-0.5-2.5-0.9-3.7-1.6c-1.5-0.8-2.7-1.9-3.8-3.1c-1.4-1.5-2.5-3.1-3.4-4.9 C34.4,40,34,38.8,34.1,37.8z'/%3E%3C/g%3E%3C/svg%3E%0A");
    cursor: pointer;
}

.Form-Column_input{
    border: 1px solid #003a7d;
    border-radius: 5px;
}