h1 {
    color: brown;
}

.contentNav {
    display: none;
}

/* LINKS "A" */
a {
    color: #ff0000;
    font-size: 16pt;
}

a:link {
    text-decoration: none;
    color: #ff0000;
}

/* a:active {
    text-decoration: none;
    color: #ff0000 ;
} */
/* a:visited { 
    text-decoration: none; 
    color: #1575f3;
} */
a:hover {
    text-decoration: underline; /* Делает ссылку подчеркнутой при наведении на нее курсора */
    color: black; /* Цвет ссылки */
}

body {
    margin: 0;
    font-family: 'Montserrat', sans-serif;
    font-size: 1em;
    line-height: 1.6;
    background-color: ghostwhite;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
}

html {
    font-size: 16px;
}

html,
body {
    /*overflow: hidden;*/
    height: 100vh;
}

p {
    margin: 0 0 10px;
    display: inline-block;
}

.container {
    width: 100%;
    /* max-width: 1030px; */
    margin: 0 auto;
    padding: 0 1rem;
}


/* Page
=================*/

.page {
    width: 100%;
    height: 50px;
    min-width: 780px !important;
    /*Зона видимости  1 экран */
    position: relative;
    /* overflow: hidden; */
    background: url(../img/img_1.jpg) center,
    no-repeat;
    background-size: cover;
}


/* Header
=================*/

.header {
    background-color: #1f2732;
    opacity: 90%;
    position: fixed;
    /* top: -80pt; */
    width: 100%;
    display: block;
    /* transition: top 0.5s; */
    z-index: 2;
    height: 70pt;
}

.company_logo {
    margin-left: 1%;
    float: left;
    padding-top: .5%;
    position: fixed;
    z-index: 3;
}

.company_name {
    float: left;
    padding-top: 0.7%;
    padding-left: 5%;
    position: fixed;
    z-index: 3;
    color: red;
}

.menu_button {
    margin-left: 92%;
    top: -20px;
    padding-top: 1%;
    color: white;
    position: fixed;
    z-index: 2;
}


/*///////////////////// HUM ////////////////////////////////*/

.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;
    z-index: 5;
}

.hamRotate.active {
    transform: rotate(45deg);
}

.hamRotate180.active {
    transform: rotate(180deg);
}

.line {
    fill: none;
    transition: stroke-dasharray 400ms, stroke-dashoffset 400ms;
    stroke: red;
    stroke-width: 5.5;
    stroke-linecap: round;
    z-index: 5;
}

.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;
}


/* Right-Sided Navigation
=================*/

/* Clearfix (clear floats) */
.header::after {
    content: "";
    clear: both;
    display: table;
}

.sidenav {
    height: 100%;
    position: fixed;
    padding-top: 80px;
    top: 0;
    right: 0;
    background-color: #111;
    overflow-x: hidden;
    font-size: 16pt;
}

.sidenav a {
    padding: 8px 100px 8px 50px;
    text-decoration: none;
    font-size: 22px;
    /* color: #818181; */
    color: ghostwhite;
    display: block;
    transition: 0.5s;
}

.sidenav a:hover {
    color: #ff0000;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    display: block;
    font-size: 36px;
    margin-left: 50px;
}

@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }

    .sidenav a {
        font-size: 18px;
    }
}

.phone_navbar {
    color: ghostwhite;
    font-weight: 500;
    padding-left: 40px;
    padding-top: 100px;
    font-size: 14pt;
}

.phone_highlight {
    color: #ff497c !important;
}


/* Breadcrumbs
=================*/

.breadcrumbs_container {
    display: flex;
    padding-top: 80pt;
    align-content: center;
    position: relative;
    background: url(../img/breadcrumbs.jpg) no-repeat center / cover;
    clip-path: polygon(0% 0%, 0% 75%, 50% 100%, 100% 75%, 100% 0%);
}

.breadcrumbs_row {
    display: flex;
    flex-direction: column;
    align-content: center;
    padding-top: 2%;
    margin: auto;
    min-height: 150px;
    justify-content: space-around;
    font-size: 36pt;

}

.breadcrumbs-title {
    display: flex;
    width: 100%;
    align-content: center;
    text-align: center;
    margin: auto;
    text-transform: none;
    word-wrap: break-word;
    line-height: 1;
}

.breadcrumb {
    display: flex;
    width: 100%;
    margin: auto;
    text-align: center;
    flex-flow: row wrap;
    justify-content: space-evenly;
    margin: 5px 0 10px 0;
    padding: 0;
    background-color: transparent;
    color: #1f2732;
    font-size: 14px;
    font-weight: 600;
    line-height: 40px;
    text-transform: uppercase;
}

.first-item {
    display: flex;
    font-size: 50px;
}

.last-item {
    display: flex;
    margin-top: -10px;
}


/* Block_1
=================*/

* {
    box-sizing: border-box;
}

/* Center website */
.main {
    max-width: 70%;
    margin: auto;
    text-align: center;
    margin-top: 100px;
    margin-bottom: 100px;
}

h1 {
    font-size: 50px;
    word-break: break-all;
}

.block_1_row {
    margin: 10px -16px;
}

/* Add padding BETWEEN each column */
.block_1_row,
.block_1_row > .column {
    padding: 8px;
}

/* Create three equal columns that floats next to each other */
.column {
    float: left;
    width: 33.33%;
    display: none; /* Hide all elements by default */
}

/* Clear floats after rows */
.block_1_row:after {
    content: "";
    display: table;
    clear: both;
}

/* Content */
.content {
    background-color: #f1f1f1;
    padding: 10px;
    text-align: center;
}


.overlay {
    opacity: 1;
    display: block;
    width: 100%;
    height: auto;
    transition: .5s ease;
    backface-visibility: hidden;
}

.content:hover .overlay {
    opacity: 0.3;
}

/* The "show" class is added to the filtered elements */
.show {
    display: block;
}

.PortfolioHeader h5 {
    font-size: 36pt;
}

.PortfolioHeader p {
    font-size: 14pt;
    font-style: italic;
}

/* Style the buttons */
.btn {
    display: none;
    border: none;
    outline: none;
    padding: 15px 30px;
    background-color: transparent;
    cursor: pointer;
    font-size: 9pt;
    font-weight: 750;
    text-transform: uppercase;
}

.btn:hover {
    background-color: transparent;
    text-decoration: underline;
}

.btn.active {
    background-color: transparent;
    color: red;
    transition-delay: 0.1s
}


/* Footer
=================*/

* {
    box-sizing: border-box;
}

.footer {
    left: 0;
    bottom: 0;
    width: 100%;
    height: 400px;
    background: url(../img/img_99.jpg) center;
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    /*background-position: center;*/
    background-repeat: no-repeat;
    background-size: cover;
    color: ghostwhite;
    text-align: center;
}

.footerRow {
    padding-left: 15%;
    padding-right: 15%;
    text-align: center;
}

.footerRow::after {
    content: "";
    clear: both;
    display: table;
}

.footerColumn {
    float: left;
    width: 33.33%;
    padding: 50px;
    padding-top: 10vh;
}

.footer_icon_wrap {
    padding-bottom: 20px;
}

.footerColumn p {
    color: #666666;
    font-size: 14pt;
    font-weight: 500;
}

.email-text {
    font-size: 14pt;
    color: #666666 !important;
    font-weight: 500;
}

.phoneFoot a {
    font-size: 14pt;
    color: #666666;
}

@supports (-webkit-overflow-scrolling: touch) {
    .footer {
        background-attachment: scroll;
    }
}


/* Copyrights & Social Links
=================*/

.socialWrapper {
    background: url(../img/img_1.jpg) center;
    height: 100px;
    padding-left: 20%;
    padding-right: 20%;
    text-align: center;
}

.socialColumn {
    float: left;
    width: 50%;
    padding: 5px;
    padding-top: 10px;
}

.socialText {
    color: #8d8787;
    padding-top: 3%;
    font-size: 10pt;
}

.socialText a:link {
    text-decoration: underline;
}

.socialText a:hover {
    text-decoration: underline; /* Делает ссылку подчеркнутой при наведении на нее курсора */
    color: red; /* Цвет ссылки */
}


/* Style the Un-order list by setting its list-style to none */
.socialColumn ul {
    list-style: none;
    float: right;
    padding-top: 2%;
}

/* Style the list items inside the UL list, by setting its width, height and line-height
  and float them to left and set its border and border-radius.
 */
.socialColumn ul li {
    width: 55px;
    height: 55px;
    line-height: 55px;
    margin: 0 10px;
    text-align: center;
    cursor: pointer;
    border-radius: 50%;
    border: 5px solid #c5d1dd;
    float: left;
    transition: all 0.5s ease;
}

/* Style the icons by setting its color and margin-top value to 20px
to align it properly */
.socialColumn ul li .fa {
    color: #c5d1dd;
    /*margin-top: 20px;*/
    transition: all 0.5s ease;
}

/* Now target the specific li classes for styling and use box-shadow effect to border and text-shadow effect
  to icons for glowing effect and use transition property for smooth transition effect. */
/*facebook*/
.socialColumn ul li:hover.facebook {
    border: 5px solid #3b5998;
    box-shadow: 0 0 15px #3b5998;
    transition: all 0.5s ease;
}

.socialColumn ul li:hover .fa-facebook {
    color: #3b5998;
    text-shadow: 0 0 15px #3b5998;
    transition: all 0.5s ease;
}

/*linkedin*/
.socialColumn ul li:hover.linkedin {
    border: 5px solid #00aced;
    box-shadow: 0 0 15px #00aced;
    transition: all 0.5s ease;
}

.socialColumn ul li:hover .fa-linkedin {
    color: #00aced;
    text-shadow: 0 0 15px #00aced;
    transition: all 0.5s ease;
}

/* instagram */
.socialColumn ul li:hover.instagram {
    border: 5px solid #bc2a8d;
    box-shadow: 0 0 15px #bc2a8d;
    transition: all 0.5s ease;
}

.socialColumn ul li:hover .fa-instagram {
    color: #bc2a8d;
    text-shadow: 0 0 15px #bc2a8d;
    transition: all 0.5s ease;
}


/* Scroll Up Button
=================*/

.topNubex {
    position: fixed;
    right: 45px;
    bottom: 45px;
    color: orange;
    animation: pulse 1.2s ease infinite;
}




/* Media
=======================================================*/

/* Responsive layout - iPad Fucking Pro*/
@media screen and (max-width: 1368px) {
    .page {
        min-width: 1280px;
    }

    .breadcrumbs_row {
        height: 150px;
    }

    .breadcrumbs_title {
        font-size: 46pt;
        line-height: 0.3;
        text-align: center;
    }

    .main {
        width: 95%;
        margin: auto;
        text-align: center;
    }

    .content {
        height: 300px;
    }


    .footer {
        height: 100%;
    }

    .footerRow {
        width: 100%;
        padding-left: 10%;
        padding-right: 10%;
    }

    .socialWrapper {
        height: 130px;
        width: 100%;
        padding-top: 1%;
    }

    .menu_button {
        margin-left: 93%;
        padding-top: 25px;
    }
}


/* Responsive layout - Tablets (big landscape tablets, laptops, and desktops)*/
@media screen and (min-width: 962px)and (max-width: 1024px) {

    .page {
        min-width: 1024px;
    }

    .breadcrumbs_row {
        height: 150px;
    }

    .breadcrumbs_title {
        font-size: 46pt;
        line-height: 0.3;
        text-align: center;
    }

    .main {
        width: 95%;
        margin: auto;
        text-align: center;
    }

    .content {
        height: 300px;
    }


    .footer {
        height: 100%;
    }

    .footerRow {
        width: 100%;
        padding-left: 10%;
        padding-right: 10%;
    }

    .socialWrapper {
        height: 130px;
        width: 100%;
        padding-top: 1%;
    }

    .menu_button {
        margin-left: 93%;
        padding-top: 25px;
    }
}


/* Responsive layout - Tablets (tablet, landscape iPad, lo-res laptops and desktops)*/
@media screen  and (min-width: 721px)and (max-width: 961px) {
    .page {
        min-width: 961px;
    }

    .breadcrumbs_row {
        height: 150px;
    }

    .breadcrumbs_title {
        font-size: 36pt;
        line-height: 0.3;
        text-align: center;
    }

    .main {
        width: 95%;
        margin: auto;
        text-align: center;
    }

    .content {
        height: 320px;
    }

    .footer {
        height: 100%;
    }

    .footerRow {
        width: 100%;
        display: block;
    }

    .footerColumn {
        width: 100%;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .socialWrapper {
        height: 200px;
        width: 100%;
        padding-top: 1%;
    }

    .socialColumn {
        width: 100%;
        /*padding: 0;*/
    }

    .socialColumn ul {
        padding-top: 0;
        padding-left: 20%;
        padding-right: 25%;
    }

    .menu_button {
        margin-left: 90%;
        padding-top: 25px;
    }
}


/* Responsive layout - Tablets (portrait tablets, portrait iPad, landscape e-readers, landscape phones)*/
@media screen  and (min-width: 601px)and (max-width: 720px) {
    
.page {
        min-width: 720px;
    }

    .breadcrumbs_row {
        height: 150px;
    }

    .breadcrumbs_title {
        font-size: 36pt;
        line-height: 0.3;
        text-align: center;
    }

    .main {
        width: 95%;
        margin: auto;
        text-align: center;
    }

    .content {
        height: 320px;
    }


    .footer {
        height: 100%;
    }

    .footerRow {
        width: 100%;
        display: block;
    }

    .footerColumn {
        width: 100%;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .socialWrapper {
        height: 200px;
        width: 100%;
        padding-top: 1%;
    }

    .socialColumn {
        width: 100%;
        /*padding: 0;*/
    }

    .socialColumn ul {
        padding-top: 0;
        padding-left: 20%;
        padding-right: 25%;
    }

    .menu_button {
        margin-left: 90%;
        padding-top: 25px;
    }
}



/* Responsive layout - Phones*/
@media screen and (max-width: 600px) {
    
.page {
        min-width: 780px;
    }

    .breadcrumbs_row {
        height: 150px;
    }

    .breadcrumbs_title {
        font-size: 36pt;
        line-height: 0.3;
        text-align: center;
    }

    .main {
        width: 95%;
        margin: auto;
        text-align: center;
    }

    .content {
        height: 320px;
    }


    .footer {
        height: 100%;
    }

    .footerRow {
        width: 100%;
        display: block;
    }

    .footerColumn {
        width: 100%;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .socialWrapper {
        height: 200px;
        width: 100%;
        padding-top: 1%;
    }

    .socialColumn {
        width: 100%;
        /*padding: 0;*/
    }

    .socialColumn ul {
        padding-top: 0;
        padding-left: 20%;
        padding-right: 25%;
    }

    .menu_button {
        margin-left: 700px;
        padding-top: 30px;
    }
}
