h1 {
    color: brown;
}

.content {
    display: none;
}

/* LINKS "A" */
a {
    color: #ff0000;
}

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;
    display: inline-block;
}

html {
    font-size: 16px;
}

html,
body {
    /*overflow: hidden;*/
    height: 100vh;
}


p {
    margin: 0 0 10px;
    font-size: 12pt;
    line-height: 2;
    display: inline-block;
}

.container {
    width: 100%;
    max-width: 2048px;
    margin: 0 auto;
    padding: 0 1rem;
    display: inline-block;
    cursor: pointer;
}


/* Page
=================*/

.page {
    width: 100%;
    height: 50px;
    min-width: 770px;
    /*Зона видимости  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;
}

.ham6 .top {
    stroke-dasharray: 40 172;
}

.ham6 .middle {
    stroke-dasharray: 40 111;
}

.ham6 .bottom {
    stroke-dasharray: 40 172;
}

.ham6.active .top {
    stroke-dashoffset: -132px;
}

.ham6.active .middle {
    stroke-dashoffset: -71px;
}

.ham6.active .bottom {
    stroke-dashoffset: -132px;
}


/* 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;
    z-index: 1;
    opacity: 0.9;
}

.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;
    font-size: 14pt;
    padding-left: 40px;
    padding-top: 25%;
}

.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: -9px;
}


/* Block_1
=================*/

.block_1_container {
    text-align: center;
    padding-left: 150px;
    padding-right: 150px;
    padding-top: 50px;
    font-size: 20pt;
}

.headerHighlight {
    font-size: 36pt;
    margin-right: 10px;
    color: red;
}

div.block1Text1 {
    padding: 20px;
}


/* Block_2
=================*/

* {
    box-sizing: border-box;
}

.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 20px;
    padding-top: 20px;
    overflow: hidden; /* Скрываем всё за контуром */
}

.center img {
    transition: 1s; /* Время эффекта */
}

.center img:hover {
    transform: scale(1.3); /* Увеличиваем масштаб */
}


/* Create five equal columns that floats next to each other */
.block2Column {
    float: left;
    width: 20%;
    padding: 20px;
    text-align: center;
    padding-top: 50px;
    padding-bottom: 80px;
}

.block2Column h5 {
    font-size: 16pt;
}

.list_1 {
    width: 100%;
}

/* Clear floats after the columns */
.block2Row:after {
    content: "";
    display: table;
    clear: both;
}

/* Responsive layout - makes a two column-layout instead of four columns */
/* @media screen and (max-width: 900px) {
    .block2Column  {
        width: 50%;
    }
} */

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
/* @media screen and (max-width: 600px) {
    .block2Column  {
        width: 100%;
    }
} */


/* Block_3
=================*/

* {
    box-sizing: border-box;
}

.block_3_row {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
    text-align: justify;
}

.textHighlight {
    font-weight: bold;
    font-size: large;
    margin-right: 5px;
    color: red;
}

/* .block_3_column {
    float: left;
    width: 25%;
    padding: 5px;
    margin-top: 0;
}

.block_3_row::after {
    content: "";
    clear: both;
    display: table;
}

@media screen and (max-width: 500px) {
    .block_3_column {
        width: 100%;
    }
} */


/* Block_4 Google Maps
=================*/

.map_responsive {
    /* overflow: hidden; */
    padding-bottom: 35%;
    position: relative;
    height: 0;
    margin-top: 5%;
}

.map_responsive iframe {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
}


/* 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: 1366px) {
    .page {
        min-width: 1480px;
    }

    .breadcrumbs_row {
        height: 150px;
    }

    .breadcrumbs_title {
        font-size: 46pt;
        line-height: 0.3;
        text-align: center;
    }

    .block2Column {
        width: 20%;
        /* margin-left: 140px; */
        font-size: 28pt;
        padding: 15px;
    }

    .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*/
@media screen  and (min-width: 601px)
and (max-width: 900px) {
    .page {
        min-width: 1280px;
    }

    .breadcrumbs_row {
        height: 150px;
    }

    .breadcrumbs_title {
        font-size: 36pt;
        line-height: 0.3;
        text-align: center;
    }

    .block_1_container {
        font-size: 14pt;
    }

    .iconResponsive {
        margin-top: -82px;
    }

    .block2Column {
        width: 80%;
        margin-left: 130px;
        font-size: 28pt;
        padding: 5px;
    }

    .textResponsive {
        font-size: 14pt;
    }

    .textHighlight {
        font-size: 14pt;
    }

    .block_3_row {
        width: 80%;
        padding-top: 50px;
    }

    .footer {
        height: 100%;
    }

    .footerRow {
        width: 100%;
        padding-left: 5%;
        padding-right: 5%;
    }

    .socialWrapper {
        height: 130px;
        width: 100%;
        padding-top: 1%;
    }

    .menu_button {
        margin-left: 93%;
        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;
    }

    .block_1_container {
        font-size: 14pt;
    }

    .iconResponsive {
        margin-top: -82px;
    }

    .block2Column {
        width: 80%;
        margin-left: 80px;
        font-size: 36pt;
        padding: 5px;
    }

    .textResponsive {
        font-size: 16pt;
    }

    .textHighlight {
        font-size: 20pt;
    }

    .block_3_row {
        width: 80%;
        padding-top: 50px;
    }

    .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: 20%;
    }

    .menu_button {
        margin-left: 700px;
        padding-top: 30px;
    }
}