body {
    font-family: 'Montserrat';
}
.center-block {
    text-align: center;
}
.card {
    border: none !important;
}
.right {
    margin-right: -40px !important;
}
.page-header h2{
    padding: 20px 0px;
}
.icon{
    color: white;
    font-family: 'Montserrat-Medium';
}
.slide_p{
    font-size: 24px;
    
}

@media (max-width: 1200px) {
    .right {
        margin-right: 0 !important;
    }
}
.page-header {
    font-family: 'Montserrat-Bold';
}
.blavtors {
    display: none;
}
/*-------------------шапка---------------*/
.begin-text {
    font-family: 'CyrillicOld';
    font-size: 36px;
}
.begin-text__pad {
    padding-top: 80px;
}

/* ------------------- новости ------------------------------------------- */
.news-tittle1 {
    font-family: 'Montserrat-Bold';
    font-size: 20px;
    text-transform: uppercase;
    color: #8a888a;
}
.news-tittle2 {
    font-family: 'Montserrat-Bold';
    font-size: 36px;
    text-transform: uppercase;
}
.news-pos {
    padding-top: 110px;
}
/* ------------------- подвал ------------------------------------------- */
.footer-bg {
    background-image: url("../img/footer.png");
    background-repeat: no-repeat;
    width: 100%;
    height: 300px;
    color: white;
}
.footer-marginMenu a {
    margin-left: 0 !important;
}
.menu-footer a {
    font-size: 18px;
    text-decoration: none;
    color: white;
}
.menu-2{
    padding-top: 53px;
    padding-bottom: 50px;
}
.pad-top-textFooter {
    padding-top: 10px;
}
.font-medium {
    font-family: 'Museo Sans Cyrl 700 normal';
}
.main-pad {
    padding-top: 5px;
}
.text-rightFooter {
    text-align: right;
}




@media (max-width: 1200px) {
    .begin-text__pad {
        text-align: center;
    }
}
.logo__pos {
    padding-top: 45px;
}
@media (max-width: 1200px) {
    .logo__pos {
        display: none;
    }
}
.begin-text__number {
    font-family: 'Montserrat-SemiBold';
    font-size: 24px;
    color: #efab00;
}
.begin-text__number-pad {
    padding-top: 40px;
    text-align: right;
}
@media (max-width: 1200px) {
    .begin-text__number-pad {
        padding-top: 20px;
        padding-bottom: 20px;
        text-align: center;
    }
}
.begin-text__contact {
    font-family: 'Montserrat-Bold';
    font-size: 14px;
    color: #666666;
}
/* ------------------- меню ------------------------------------------- */
.menu-style a:hover {
    color: #000000;
    font-family: 'Montserrat-Bold';
}
.menu-style a {
    font-size: 14px;
    text-decoration: none;
    color: #efab00;
    margin-left: 34px;
    font-family: 'Montserrat-Bold';
}
.menu-style2 a:hover {
    color: tan;
}
.menu-style2 a {
    font-size: 17px;
    text-decoration: none;
    color: #efefef;
    margin-left: 34px;
}
#mainNav {
    background-color: #ffffff;
}
#mainNav .navbar-toggler { /* кнопка Меню */
    border: none;

}
#mainNav .navbar-brand.active, #mainNav .navbar-brand:active, #mainNav .navbar-brand:focus, #mainNav .navbar-brand:hover {
    color: #fec503;
}

#mainNav .navbar-nav .nav-item .nav-link {
    font-size: 90%;
    font-weight: 400;
    padding: 0.75em 0;
    letter-spacing: 1px;
    color: white;

}

#mainNav .navbar-nav .nav-item .nav-link.active, #mainNav .navbar-nav .nav-item .nav-link:hover {
    color: #fed136;
    font-family: 'Montserrat-Bold';
}

@media (min-width: 1200px) {
    #mainNav {
        padding-top: 0;
        padding-bottom: 20px;
        transition: padding-top 0.3s, padding-bottom 0.3s;
        border: none;
        background-color: transparent;
    }
    #mainNav .navbar-brand {
        font-size: 19px;
        transition: all 0.3s;
    }
    #mainNav .navbar-nav .nav-item .nav-link {
        padding: 1.1em 1em !important;
    }
    #mainNav.navbar-shrink {
        padding-top: 0;
        padding-bottom: 0;
        background-color: #212529;
    }
    #mainNav.navbar-shrink .navbar-brand {
        font-size: 19px;
        padding: 12px 0;
    }
}
@media (max-width: 1200px) {
    .fixed-topMenu {
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        z-index: 1030;
    }
    .logo-big {
        padding-top: 70px;
    }
    .navbar-shadow {
        box-shadow: 0 4px 28px rgba(0,0,0,0.15), 0 5px 10px rgba(0,0,0,0.12);
    }
}
/* гамбургер*/
.ham {
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    transition: transform 400ms;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.hamRotate.active {
    transform: rotate(45deg);
}
.hamRotate180.active {
    transform: rotate(180deg);
}
.line {
    fill:none;
    transition: stroke-dasharray 400ms, stroke-dashoffset 400ms;
    stroke: #eeaa00;
    stroke-width:5.5;
    stroke-linecap:round;
}
.ham8 .top {
    stroke-dasharray: 40 160;
}
.ham8 .middle {
    stroke-dasharray: 40 142;
    transform-origin: 50%;
    transition: transform 400ms;
}
.ham8 .bottom {
    stroke-dasharray: 40 85;
    transform-origin: 50%;
    transition: transform 400ms, stroke-dashoffset 400ms;
}
.ham8.active .top {
    stroke-dashoffset: -64px;
}
.ham8.active .middle {
/*stroke-dashoffset: -20px;*/
    transform: rotate(90deg);
}
.ham8.active .bottom {
    stroke-dashoffset: -64px;
}
/* ------------------- баннер ------------------------------------------- */
.main-banner__img {
    position: relative;
    z-index: 1;
}
/* ------------------- баннер ------------------------------------------- */
.main-banner__text1 {
    position: absolute;
    z-index: 2;
    top: 400px;
}
.main-banner__text {
    position: absolute;
    font-family: 'Montserrat-Bold';
    top: 160px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #6a6a6a;
    font-size: 38px;
}
@media (max-width: 1570px) {
    .main-banner__text  {
        top: 100px;
        left: 7%;
    }
}
@media (max-width: 1300px) {
    .main-banner__text  {
        top: 20px;
        left: 5%;
    }
}
.main-banner__text2 {
    position: absolute;
    font-family: 'Century Gothic normal';
    top: 340px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #6a6a6a;
    font-size: 16px;
    font-family: 'Montserrat-Medium';
}
@media (max-width: 1570px) {
    .main-banner__text2  {
        top: 270px;
        left: 7%;
    }
}
@media (max-width: 1300px) {
    .main-banner__text2  {
        top: 200px;
        left: 5%;
    }
}
/* ------------------- Жёлтый блок ------------------------------------------- */
.yellow-block {
    background-color: #eeaa00;
    height: 225px;
    width: 100%;
    box-shadow: 30px 2px 30px rgba(0, 0, 0, 0.1), 0 10px 10px rgba(0, 0, 0, 0.13);
}
.yellow-block2 {
    background-color: #eeaa00;
    height: 20px;
    width: 100%;
    padding-bottom: 10px;
}
/* ------------------- About ------------------------------------------- */
.about-text {
    font-family: 'Montserrat-Bold';
    font-size: 49px;
}
@media (max-width: 1200px) {
    .about-text {
        font-size: 40px;
    }
}
@media (max-width: 777px) {
    .about-text {
        font-size: 30px;
    }
}
@media (max-width: 470px) {
    .about-text {
        font-size: 20px;
    }
}
.about-text__pos {
    padding-top: 60px;
    padding-bottom: 40px;
}
.about-text__long {
    font-size: 16px;
    font-family: 'Montserrat-Medium';
    color: #303030;
}


.menu-style a:hover, .menu-style a:focus, .menu-style a:active {
    color: rgba(0, 0, 0, 0.7);
    border-bottom: 5px solid #eeaa00;
}
/* ------------------- Деятельность ------------------------------------------- */
.work-text {
    font-family: 'Montserrat-Bold';
    font-size: 36px;
    text-transform: uppercase;
}
@media (max-width: 1200px) {
    .work-text {
        font-size: 35px;
    }
}
@media (max-width: 777px) {
    .work-text {
        font-size: 25px;
    }
    .menu-2 {
    padding-top: 10px;
    padding-bottom: 0px;
    }
    .footer-bg {
    background-repeat: no-repeat;
    width: 100%;
    height: 300px;
    color: #fff;
    background-color: #ea0;
    background-image: none;
    }
}
@media (max-width: 470px) {
    .work-text {
        font-size: 17px;
    }
}
.work-text__pos {
    padding-top: 120px;
    padding-bottom: 40px;
}
@media (max-width: 480px) {
    .work-text__pos {
        padding-top: 20px;
    }
}
.work__tittle-pos {
    position: absolute;
    right: 0;
    top: 30px;
}
.work-img {
    position: relative;
}
.work__tittle-style {
    font-family: 'Montserrat-Medium';
    font-size: 24px;
    background-color: #eeaa00;
    padding-right: 50px;
    padding-left: 50px;
    padding-top: 12px;
    padding-bottom: 12px;
}
@media (max-width: 480px) {
    .work__tittle-style {
        font-size: 17px;
    }
}
.works-link a {
    text-decoration: none;
    color: white;
}
.works-link a:hover {
    text-decoration: none;
    color: #000000;
}

@media (max-width: 480px) {
    .news-pos {
        padding-top: 40px;
    }
}

@media (max-width: 1200px) {
    .footer-bg {
        height: 400px;
    }
}

@media screen and (max-width: 480px) {
    .text-rightFooter {
        text-align: center;
        padding-top: 30px;
    }
}
.font-footerMenu {
    font-family: 'Montserrat-medium';
}
@media screen and (max-width: 480px) {
    .font-footerMenu {
        font-family: 'Montserrat-medium';
        text-align: center;
    }
}

/* ------------------- вмдео ------------------------------------------- */
.video-wrap {
    position: relative;
    padding-bottom: 56.25%; /* задаёт высоту контейнера для 16:9 (если 4:3 — поставьте 75%) */
    height: 0;
    overflow: hidden;
}
.video-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-width: 0;
    outline-width: 0;
}