body {
    margin: 0;
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    color: #6c7279;
    -webkit-font-smoothing: antialiased;
    background-color: #fff;
}

*,
*:before,
*:after {
    box-sizing: border-box;
}

h1,h2,h3,h4,h5,h6 {
    margin: 0;

}

p {
    margin: 30px 0 30px;
}

а {
    text-decoration: none;
    color: #D9D9D9;
}

/*


/* container
=====================*/

.container {
    width: 100%;
    max-width: 1170px;
    margin: 0 auto;
}


/* Header /
=====================*/

.header {
    width: 100%;
    padding: 35px 0;
    height: 10px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1000;
}

.header.fixed {
    padding-bottom: 5px;
    padding-top: 5px;
    height: auto;
    position: fixed;
    background: #0C2638;

}

.header.fixed .header__inner {
    padding-bottom: 15px;
    padding-top: 15px;
    border-bottom: 0px;
}

.header__inner {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #F4F3EE;
    padding: 25px 0;
}

.header__logo {
    text-align: center;
    font-size: 26px;
    font-weight: 700;
    color: #D9D9D9;
    height: 45px;
}

.spisok {
    flex-direction: column;
    position: absolute;

    clip: rect(0 0 0 0);
    width: 1px;
    height: 1px;
    margin: -1px;

}

li {
    position: relative;
    list-style-type: none;
}

li:focus-within > .spisok,
li:hover .spisok {
    display: flex;
    clip: auto;
    width: auto;
    height: auto;
    margin: 0;
}

ul {
    display: flex;
    padding: 13px 6px;
    background-color: #0C2638;
    border-radius: 5px;
    font-size: 13px;
    position: absolute;
    left: -15px;

}


/* Nav /
=====================*/

.nav {
    margin-top: 5px;
    display: flex;
    font-size: 13px;
    align-items: center;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
/*    height: 45px;*/

}

.nav__link {
    margin-left: 30px;
    color: #fff;
    text-decoration: none;
    opacity: 0.85;
    transition: opacity .2s linear;
    white-space: nowrap;
}

.nav__link__btn {
    display: inline-block;
    vertical-align:top;
    margin-left: 50px;
    padding: 0px px;

    border-radius: 5px;
    border: 0;
    cursor: pointer;

    font-family: 'Raleway', sans-serif;
    font-size: 13px;
    color: #000000;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;

    transition: background .1s linear;
}

.nav__link__btn__form {
    display: inline-block;
    vertical-align:top;
    margin-left: 20px;
    padding: 7px 7px;

    border-radius: 5px;
    border: 0;
    cursor: pointer;

    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    color: #000000;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;

    transition: background .1s linear;
}

.nav__link__btn__call {
    display: inline-block;
    vertical-align:top;
    margin-left: 20px;
    padding: 3px 7px;

    border-radius: 5px;
    border: 0;
    cursor: pointer;

    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    color: #000000;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;

    transition: background .1s linear;
}

.nav__link__text {
    color: #fff;
    display: flex;
    padding: 5px 0;
    cursor: pointer;

    text-decoration: none;
    opacity: 0.85;
    transition: opacity .2s linear;
    position: relative;
}


.nav__link:first-child {
    margin: 0;
}

.nav__link:hover {
    opacity: 1;
}

.nav__link__text:first-child {
    margin: 0;
}

.nav__link__text:hover {
    opacity: 1;
}

.nav__link__btn:first-child {
    margin: 0;
}

.nav__link__btn:hover {
    opacity: 1;
}

.nav__link__btn__call:first-child {
    margin: 1;
}

.nav__link__btn_call:hover {
    opacity: 1;
}
/* Intro /
=====================*/

.intro {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 750px;
    padding-top: 100px;
    background: url("/wp-content/themes/redhat/assets/img/header.jpg") center no-repeat;
    background-size: cover;
}

.intro__inner {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    margin: 0 auto;
    max-width: 970px;

    text-align: center;
    position:relative;
    padding-bottom:50px;


}


.intro__title {
    margin: 0 0 -50px;

    font-family: 'Open Sans', sans-serif;
    font-size: 45px;
    color: #fff;
    line-height: 1.1;
    font-weight: 700;
    text-transform: uppercase;
}

.intro__subtitle {
    margin-bottom: 42px;
    font-size: 38px;
    color: #fff;
    line-height: 1.5;
    font-weight: 600;

}

.intro__icon {
    display: inline-block;
    position: relative;
    top: 75px;
    right: -223px;
}


/* button /
=====================*/

.btn {
    display: inline-block;
    vertical-align: top;
    padding: 12px 8px;

    border-radius: 5px;
    border: 0;
    cursor: pointer;

    font-family: 'Raleway', sans-serif;
    font-size: 17px;
    color: #000000;
    font-weight: 600;
    text-transform: none;
    text-decoration: none;

    transition: background .1s linear;
}

.btn--red {
    background-color: #D9D9D9;
}

.btn--peru {
    background-color: #D9D9D9;
}

.btn--peru2 {
    background-color: #D9D9D9;
}

.btn--red:hover {
    background-color: #8F8D8D;
}

.btn--peru:hover {
    background-color: #8F8D8D;
}

.btn--peru2:hover {
    background-color: #8F8D8D;
}

/* features
=====================*/



.features {
    display: flex;
    margin: 0px 0;
    position: relative;
    top: 100px;



}

.features__item {
    width: 33.3%;
    padding: 15px 11px;
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    color: #FFFFFF;
    border-bottom: 1px solid #F4F3EE;
    border-top: 1px solid #F4F3EE;



}


/* seotext
=====================*/

.seo__intro1 {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 20px 20px;
    background: url("/wp-content/themes/redhat/assets/img/fon/fon-1.jpg") center no-repeat;
    background-size: cover;
}

.seotext {
    display: flex;
    margin: 100 0%;

}

.seotext__title {
    font-size: 19px;
    color: #FFFFFF;
    font-weight: 400;
    text-transform: none;
    font-family: sans-serif;
    text-align: left;
}

b {
    color: #4cb4ff;
}



/* start
=====================*/
.start__intro6 {
    display: flex;
    padding: 30px 0px;
    flex-direction: column;
    justify-content: space-between;
    text-align: center;
    background: url("/wp-content/themes/redhat/assets/img/fon/fon-1.jpg") center no-repeat;
    background-size: cover;
}

.centr {
    float: left;
    border-radius: 10px;
    text-align: center;
    width: 33.33333%;
    position: relative;
    overflow: hidden;
    height: 508px;
    left: -23px;
    background: url("/wp-content/themes/redhat/assets/img/fon/centr.jpg") center no-repeat;
    background-size: cover;
    border: 5px solid #000;
}

.bragino {
    float: right;
    border-radius: 10px;
    text-align: center;
    width: 33.33333%;
    position: relative;
    overflow: hidden;
    height: 508px;
    right: 0px;
    background: url("/wp-content/themes/redhat/assets/img/fon/bragino.jpg") center no-repeat;
    background-size: cover;
    border: 5px solid #000;

}

.bragino_3 {
    float: right;
    border-radius: 10px;
    text-align: center;
    width: 33.33333%;
    position: relative;
    overflow: hidden;
    height: 508px;
    right: 12px;
    background: url("/wp-content/themes/redhat/assets/img/fon/bragino_3.png") center no-repeat;
    background-size: cover;
    border: 5px solid #000;

}

.center__title {
    font-size: 25px;
    color: #000;
    font-weight: bold;
    text-shadow: 1px 0 1px #fff, 0 1px 1px #fff, -1px 0 1px #fff, 0 -1px 1px #fff;
}

.utp1 {
    font-size: 29px;
    color: #000;
    text-align: left;
    margin-left: 40px;
    text-shadow: 1px 0 1px #fff, 0 1px 1px #fff, -1px 0 1px #fff, 0 -1px 1px #fff;
    font-weight: bold;
}

.nav__link__btn__detailed {
    display: inline-block;
    vertical-align: top;
    padding: 6px 14px;
    border-radius: 5px;
    border: 0;
    cursor: pointer;
    font-family: 'Raleway', sans-serif;
    font-size: 32px;
    color: #000000;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
    transition: background .1s linear;
    top: 80px;
    position: relative;
}


.centr:hover {
    background-color: #000;
    opacity: 1;
    border: 5px solid #000;
}

.bragino:hover {
    background-color: #fff;
    opacity: 1;
    border: 5px solid #000;
}

.bragino_3:hover {
    background-color: #fff;
    opacity: 1;
    border: 5px solid #000;
}

/* menu
=====================*/
.menu__intro2 {
    display: flex;
    flex-direction: column;
    text-align: center;
    background: url("/wp-content/themes/redhat/assets/img/fon/fon-2.jpg") center no-repeat;
    background-size: cover;


}


.menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    /* padding: 0px 0; */
    text-align: center;
    top: 30px;
    position: relative;


}

.menu__item {
    text-align: center;
    width: 33,3%;
    position: relative;
    overflow: hidden;
    height: 515px;
    padding: 0px 15px;
}


.menu__img {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 0;

    transform: translate3d(-50%, -50%, 0);

}

.menu__title {
    margin-top: 30px;
    position: relative;
    font-size: 40px;
    text-align: center;
    color: #F4F3EE;
    text-transform: none;
    font-family: sans-serif;

}

.btnmenu {
    display: inline-block;
    vertical-align: top;
    padding: 9px 22px;


    border-radius: 5px;
    border: 0;
    cursor: pointer;

    font-family: 'Raleway', sans-serif;
    font-size: 17px;
    color: #000000;
    font-weight: 600;
    text-transform: none;
    text-decoration: none;

    transition: background .1s linear;
    margin-bottom: 33px;
    margin-top: 71px;

}

}

.menu__text {
    position: relative;
    font-size: 20px;
    text-align: center;
    color: #F4F3EE;
    text-transform: none;
    font-family: sans-serif;
    z-index: 2;
    top: 815px;

}

/* utp
=====================*/
.utp {
    display: flex;
    flex-wrap: wrap;
    margin: 9px 0;
}

.utp__item {
    width: 33.33333%;
    padding: 0 40px;
    margin: 25px 0;

    text-align: center;
}

.utp__icon {
    margin-bottom: 10px;
}

.utp__title {
    margin-bottom: 20px;

    font-size: 19px;
    color: #F4F3EE;
    font-weight: 700;
    text-transform: uppercase;
}

.utp__text {
    font-size: 14px;
    line-height: 1.5;
    color: #d9d9d9;
}

.utp__intro5 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    background: url("/wp-content/themes/redhat/assets/img/fon/utp1.jpg") center no-repeat;
    background-size: cover;

}


/* photo
=====================*/

.photo__intro3 {
    display: block;
    padding: 30px 0px;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    background: url("/wp-content/themes/redhat/assets/img/fon/fon-3.jpg") center no-repeat;
    background-size: cover;

}

.photo__title {
    position: relative;
    font-size: 40px;
    text-align: center;
    color: #F4F3EE;
    text-transform: none;
    font-family: sans-serif;


}

.photo {
    flex-wrap: wrap;
    position: relative;
    top: 20px;
    display: flex;

}


.photo__item {
    position: relative;
    width: 25%;
    padding: 20px 20px;
    text-align: center;
    transition: 0.3s;
   }


.photo__icon {
    min-width: 80%;
}

.photo__item:hover {
    transform: scale(1.25); /* Увеличиваем масштаб */
   }

.btnphoto {
    display: inline-block;
    vertical-align: top;
    padding: 12px 8px;

    border-radius: 5px;
    border: 0;
    cursor: pointer;

    font-family: 'Raleway', sans-serif;
    font-size: 17px;
    color: #000000;
    font-weight: 600;
    text-transform: none;
    text-decoration: none;

    transition: background .1s linear;
    margin-top: 30px;
}



/* cards
=====================*/

.cards__intro4 {
    display: block;
    padding: 30px 0px;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    background: url("/wp-content/themes/redhat/assets/img/fon/fon-4.jpg") center no-repeat;
    background-size: cover;

}

.cards {
    display: flex;
    padding: 25px 0px;
    text-align: center;
    justify-content: center;
}

.cards__title {
    position: relative;
    font-size: 40px;
    text-align: center;
    color: #F4F3EE;
    text-transform: none;
    font-family: sans-serif;

}

.cards2 {
    position: relative;
    padding: 20px;
}

/* Footer
===================*/

.footer {
    background-color: #3a3e64;
}

.footer__inner {
    display: flex;

    flex-wrap: wrap;
    padding: 50px 0;
}

.footer__block {
    width: 25%;
    padding: 0 15px;
    max-height: 100px;
    text-align: center;
}

.footer__title {
    margin-bottom: 10px;

    font-size: 14px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
}

.footer__address {
    font-size: 14px;
    line-height: 1.5;
    font-style: normal;
    color: rgba(255, 255, 255, .5);
}

.footer__text {
    font-size: 14px;
    line-height: 1.5;
    color: rgba(255, 255, 255, .5);
}

.tel {
    font-size: 14px;
    line-height: 1.5;
    font-style: normal;
    color: rgba(255, 255, 255, .5);
}


/* Copyright
===================*/

.copyright {
    padding: 20px 0;

    background-color: #313454;
}

.copyright__text {
    text-align: center;
    font-size: 14px;
    line-height: 1.5;
    color: #808080;
}

.copyright__text span {
    color: #fff;
}


/*burger*/

.burger {
    display: none;
    padding: 9px 10px;
    background: none;
    background: none;
    border: 0;
    cursor: pointer;

}

.burger__item {
    display: block;
    width: 30px;
    height: 3px;

    background-color: #fff;

    font-size: 0;
    color: transparent;

    position: relative;
}

.burger__item:before,
.burger__item:after {
    content: "";
    width: 100%;
    height: 100%;

    background-color: #fff;

    position: absolute;
    left: 0;
    z-index: 1;

}

.burger__item:before {
    top: -8px;
}

.burger__item:after {
    bottom: -8px;
}



/*pupops*/

.popups__inner {
    position: fixed;
    width: 60%;
    display: none; /* changed */
    justify-content: center;
    align-content: center;
    z-index: 1;
    display: flex;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.popups__inner2 {
    position: fixed;
    width: 60%;

    justify-content: center;
    align-content: center;
    z-index: 1;
    display: flex;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}


.callme__popup {
    position: relative;
}

.callme__popup2 {
    position: relative;
}


.popup {
    width: 400px;
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
    background: #0C2638;
    padding: 40px 70px;
    border-radius: 10px;

}

.popup2 {
    width: 400px;
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
    background: #0C2638;
    padding: 40px 70px;
    border-radius: 10px;
    display: none;
    z-index: 1010;

}

.popup__shadow {
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1001;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: none;
}

.popup__shadow2 {
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1001;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: none;
}

.popup__shadow.active {
    display: flex;
}

.popup__shadow.active2 {
    display: flex;
}

.popup input {
    display: block;
    margin: 0 auto 15px;

    width: 250px;
    border: 2px solid #000;
    border-radius: 10px;
    padding: 10px 25px;


}

.popup h3 {
    font-size: 25px;
    text-transform: uppercase;
    font-weight: 600;
    color: #FFFFFF;
}

.popup2 h3 {
    font-size: 25px;
    text-transform: uppercase;
    font-weight: 600;
    color: #FFFFFF;
}

.popup p {
    color: #FFFFFF;
    margin-top: 10px;
}

.popup2 p {
    padding: 10px 0;
    color: #FFFFFF;
    margin-top: 10px;
}

.popup5 p {
    padding: 10px 0;
    color: #FFFFFF;
    margin-top: 10px;
}


.popup form {
    margin-top: 15px;
}

.popup input[type="submit"] {
    margin-bottom: 0;
 }



.close__popup {
    position: absolute;
    top: 17px;
    right: 34px;
    font-size: 27px;
    color: #FFFFFF;
    cursor: pointer;

}

.close__popup2 {
    position: absolute;
    top: 17px;
    right: 34px;
    font-size: 27px;
    color: #FFFFFF;
    cursor: pointer;

}



.overlay {
    position: absolute;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .5);
    display: none;
}

.popup5 {
    position: absolute;
    width: 401px;
    height: 334px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: #0C2638;
    padding: 110px 70px;
    border-radius: 10px;
    z-index: 1100;
    text-align: center;
    position: fixed;
}

.popup5 h2 {
    font-size: 25px;
    text-transform: uppercase;
    font-weight: 600;
    color: #FFFFFF;
}

.close-popup {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 23px;
    height: 23px;
    cursor: pointer;
}



/*comments*/

.colmd12 {
    display: flex;
    overflow: auto;
    height: 500px;
}

.colmd12::-webkit-scrollbar {
    width: 10px;
}

.colmd12::-webkit-scrollbar-track {
    background: #0C2638;
    box-shadow: 0 0 2px rgba(0,0,0,.2) inset;
    border-radius: 5px;
}

.colmd12::-webkit-scrollbar-thumb {
    background: #E7E7ED;
    border-radius: 5px;
    border: 1px solid #d4d4d4;
    height: 50px;
}

.media {
    padding: 8px 27px;
}

.comments {
    display: flex;
    background: url("/wp-content/themes/redhat/assets/img/fon/fon-5.jpg") center no-repeat;
    background-size: cover;
    flex-direction: column;
    color: #D9D9D9;
    padding: 30px;

}

.comments__title {
    position: relative;
    font-size: 40px;
    text-align: center;
    color: #F4F3EE;
    text-transform: none;
    font-family: sans-serif;
    margin-bottom: 20px;
}

.rov {
    border-style: solid;
    border-width: thick;
    border-radius: 10px;
    border-color: #000;
    margin-bottom: 50px;
    font-size: 25px;
}

.mt-0 {
    font-size: 25px;
    text-decoration: underline;
    text-decoration-color: #000;

}

.comment {
    border-bottom: 1px solid #F4F3EE;
    border-bottom-color: #000;
    border-width: medium;

}

/*komment*/

.comment-reply-title {
    font-size: 30px;
    color: #f6f6f6;
}

/* Media
===================*/

@media (max-width: 1300px) {
    /* photo*/
    .photo__item {
        width: 50%;
    }
}

@media (max-width: 991px) {

    /* nav */
    .nav {
        display: none;

        flex-direction: column;

        background-color: #0C2638;

        text-align: right;

        position: absolute;
        top: 100%;
        right: 0;
    }

    nav.show {
        display: flex;
    }

    .nav__link {
        padding: 9px 15px;
    }

    .burger {
        display: block;
    }

    /* Intro */

    .intro__title {
        font-size: 35px;
    }

    .photo__item {
        width: 50%;
    }



}

@media (max-width: 767px) {

    /* header */

    .header__logo {
        font-size: 20px;
    }

    .intro {
        height: auto;
        padding-top: 200px;
    }

      /* Intro */

    .intro__title {
        font-size: 30px;
    }

    .intro__subtitle {
        font-size: 20px;
        margin-bottom: 20px;
    }

    /* features */

    .features {
        top: -25px;
    }

    /* menu__intro2*/


    /* photo*/
    .photo__item {

    width: 100%;
    padding-left: 0;
    padding-right: 0;
    height: 220px;

    }

    .btnphoto {
        margin-top: 50px;
    }


}

















