* {
    margin: 0 auto;
    font-family: "Montserrat", sans-serif;
    color: #424242;
    box-sizing: border-box;
}

body,
html {
    height: 100%;
    line-height: 1;
}

body {
    margin: 0 auto;
    padding: 0 20px;
    max-width: 1380px;
}

a {
    text-decoration: none;
    font-size: 22px;
    color: #424242;
}

a:hover {
    color: #d81b60;
}

address>span>a {
    color: #ff5c8d;
}

address>span>a:hover {
    color: #d81b60;
}

.wrapper {
    display: flex;
    justify-content: space-between;
    margin: 50px 0;
}

.wrapper {
    display: flex;
    flex-direction: column;
    height: 100%;
    margin: 0;
}

.custom-container {
    width: 100%;
    margin-top: 166px;
}

.alert {
    padding: 20px;
    text-align: center;
}

#menuBtn {
    color: #424242;
}

#menuBtn:hover {
    color: #ff5c8d;
}

a {
    cursor: pointer;
}

.menu_underheader {
    z-index: 10;
    position: absolute;
    left: 0;
    top: 0;
}

.container_table {
    font-size: 20px;
}

.container_header {
    margin: auto;
    border-bottom: 1px solid #d81b60;
}

.header {
    position: fixed;
    width: 100%;
    margin: 0 auto;
    top: 0;
    left: 0;
    z-index: 20;
    background: white;
}

.header_paragraph {
    width: 540px;
}

.header_row {
    margin: 20px 20px;
    display: flex;
    justify-content: space-between;
    max-width: 1340px;
    width: 100%;
    position: relative;
    margin: 0px auto;
}

.stripe {
    border-bottom: 1px solid #d81b60;
    padding: 20px 0;
}

.logo {
    margin: 0 0 0 25px;
    display: flex;
    flex-direction: column;
    cursor: pointer;
}

.col_nav {
    display: flex;
    position: absolute;
    top: 40px;
    right: 20px;
}

.header__menu {
    display: flex;
}

.logo_text {
    font-family: "Bebas Neue", cursive;
    font-size: 40px;
    color: #d81b60;
}

.top_header {
    background-color: #fff;
}

.nav {
    text-transform: uppercase;
}

.nav_link {
    text-decoration: none;
    display: inline-block;
    vertical-align: top;
    margin: 0px 21px;
    text-transform: uppercase;
}

.main_img {
    height: auto;
    align-self: center;
}

.contacts_img {
    height: 485px;
}

.btn {
    margin-top: 40px;
    font-size: 25px;
    padding: 10px 20px;
    border-radius: 5px;
    background-color: white;
    color: #424242;
    border: 2px solid #d81b60;
    -webkit-transition-duration: 0.4s;
    /* Safari */
    transition-duration: 0.4s;
}

.btn:hover {
    background-color: #d81b60;
    color: white;
}


.postInfo {
    margin: 5% 15% 0 15%;
    border-radius: 10px;
    background-color: #d81b60;
    border: 3px solid #424242;
    border-radius: 15px;
    box-shadow: 0 7px gray;
}

.cardFeedback {
    border-radius: 10px;
    margin: 20px;
}

.adaptive_img h2 {
    text-align: center;
}

@keyframes colorShift {

    0%,
    100% {
        background: #d81b60;
    }

    33% {
        background: #fce4ec;
    }

    66% {
        background: #ff5c8d;
    }
}

/* Declare border pulse animation */
@keyframes borderPulse {
    0% {
        box-shadow: inset 0px 0px 0px 5px rgba(255, 255, 255, 0.4),
            0px 0px 0px 0px rgba(255, 255, 255, 1);
    }

    100% {
        box-shadow: inset 0px 0px 0px 3px rgba(117, 117, 255, 0.2),
            0px 0px 0px 10px rgba(255, 255, 255, 0);
    }
}

/* Declare shine on hover animation */
@keyframes hoverShine {
    0% {
        background-image: linear-gradient(135deg,
                rgba(255, 255, 255, 0.4) 0%,
                rgba(255, 255, 255, 0) 50%,
                rgba(255, 255, 255, 0) 100%);
    }

    50% {
        background-image: linear-gradient(135deg,
                rgba(255, 255, 255, 0) 0%,
                rgba(255, 255, 255, 0.4) 50%,
                rgba(255, 255, 255, 0) 100%);
    }

    100% {
        background-image: linear-gradient(135deg,
                rgba(255, 255, 255, 0) 0%,
                rgba(255, 255, 255, 0) 50%,
                rgba(255, 255, 255, 0.4) 100%);
    }
}

.btn_hover {
    margin: 0 10px;
    font-size: 22.5px;
    padding: 8px 16px;
    border-radius: 5px;
    background-color: #d81b60;
    color: white;
    border: 4px solid #ffffff;
    -webkit-transition-duration: 0.4s;
    /* Safari */
    transition-duration: 0.4s;
}

.btn_hover:hover {
    background-color: white;
    /* Green */
    color: #424242;
}

.content h2 {
    font-size: 48px;
}

.logo {
    margin: 0 0 0 25px;
}

.adpt_img {
    display: none;
}

.underheader_column {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    max-width: 700px;
    line-height: 1.4;
}

.underheader_column h2 {
    font-size: 50px;
    margin-bottom: 40px;
}

.underheader_column p {
    display: flex;
    font-size: 26px;
    text-align: center;
}

.footer_row {
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    margin-bottom: 20px;
    width: 55%;
    align-items: center;
    margin: 20px auto;
}

.footer_info {
    display: flex;
    justify-content: space-between;
    width: 70%;
    align-items: center;
}

.footer_row a {
    font-size: 15px;
}

.dot {
    font-size: 20px;
}

.menu-burger__header,
.addBtn {
    display: none;
}

@media (max-width: 1000px) {
    .footer_row {
        width: 100%;
        padding: 0 20px;
    }

}

@media (max-width: 767px) {
    /* .custom-container {
        margin-top: 150px;
    } */

    .dot {
        display: none;
    }

    .footer_row {
        flex-direction: column;
        margin-top: 50px;
    }

    .footer_row a {
        margin: 3px 0;
        align-self: flex-start;
        color: #8d8d8d;
    }


    .footer_info {
        align-self: flex-start;
        margin: 0;
        flex-wrap: wrap;
    }

    .addBtn {
        display: flex;
        align-items: center;
        margin: 10px;
    }
}

@media (max-width: 768px) {
    * {
        font-family: "Montserrat", sans-serif;
    }

    body {
        width: 100%;
        max-width: 768px;
        margin: 0 auto;
    }

    a {
        font-size: 17px;
    }

    .adpt_img {
        display: block;
        min-width: 200px;
        width: 100%;
        height: auto;
        align-self: center;
        flex-shrink: 1;
    }

    .adaptive_img {
        display: flex;
    }

    .underheader_row {
        display: flex;
        flex-direction: column;
        max-width: 450px;
        line-height: 1.4;
        margin: 0 auto;
    }

    .main_img {
        display: none;
    }
}

@media (max-width: 670px) {
    * {
        font-family: "Montserrat", sans-serif;
    }

    body {
        width: 100%;
        max-width: 660px;
        margin: 0 auto;
    }

    a {
        font-size: 17px;
    }

    .postInfo {
        font-size: 20px;
    }

    .postInfo p {
        font-size: 18px;
    }

    .adpt_img {
        display: block;
        min-width: 100px;
        width: 100%;
        height: auto;
        align-self: center;
        flex-shrink: 1;
    }

    .adaptive_img {
        display: flex;
    }

    .contacts_img_mobile {
        display: flex;
        flex-direction: column;
        font-size: 18px;
        text-align: center;
    }

    .underheader_row {
        display: flex;
        flex-direction: column;
        max-width: 450px;
        line-height: 1.4;
        margin: 0 auto;
    }

    .main_img {
        display: none;
    }

    .underheader_column p {
        font-size: 15px;
    }

    .block_info {
        font-size: 12px;
    }

    .btn_bottom {
        flex-direction: column;
    }

    .btn_bottom .btn_hover {
        border: 2px solid #ffffff;
        font-size: 12px;
        margin-top: 5px;
        text-align: center;
    }
}

@media (max-width: 480px) {
    * {
        font-family: "Montserrat", sans-serif;
        max-width: 480px;
    }

    .adpt_img {
        display: block;
        min-width: 100px;
        width: 80%;
        height: auto;
        align-self: center;
        flex-shrink: 1;
    }

    .adaptive_img {
        display: flex;
    }

    body {
        max-width: 480px;
        width: 100%;
        margin-right: 0px;
        /* padding-right: 0px; */
        /* padding-left: 0px; */
    }

    .underheader_row {
        display: flex;
        flex-direction: column;
        line-height: 1.4;
        margin: 0 auto;
    }

    .main_img {
        display: none;
    }

    .header_row {
        display: flex;
        justify-content: space-between;
    }

    .col_nav {
        margin: 0;
        display: flex;
        align-items: center;
        flex-direction: column;
    }

    .adaptive_img h2 {
        font-size: 40px;
        margin-bottom: 40px;
        align-self: center;
    }

    .underheader_column h2 {
        font-size: 20px;
    }

    .underheader_column {
        padding: 0 20px;
    }

    .content_container {
        /* margin-top: 140px; */
    }

    .logo {
        width: 100%;
    }

    .addBtn {
        display: flex;
        align-items: center;
        margin: 10px;
    }
}



.menu-burger__header span,
.menu-burger__header:after,
.menu-burger__header:before {
    height: 3px;
    width: 100%;
    position: absolute;
    background: #515758;
    margin: 0 auto;
}

.menu-burger__header span {
    top: 16px;
}

.menu-burger__header:after,
.menu-burger__header:before {
    content: "";
}

.menu-burger__header:after {
    bottom: 5px;
}

.menu-burger__header:before {
    top: 5px;
}

@media (max-width: 767px) {
    .menu-burger__header {
        position: relative;
        /* задаем относительное позиционирование */
        width: 35px;
        /* определяем размеры блока */
        height: 35px;
        display: block;
        align-self: center;
        margin: 0 25px;
    }

    .col_nav {
        display: none;
    }

    .menu-burger__header.open-menu span {
        opacity: 0;
        transition: 0.5s;
    }

    .menu-burger__header.open-menu:before {
        transform: rotate(38deg);
        top: 16px;
        transition: 0.4s;
    }

    .menu-burger__header.open-menu:after {
        transform: rotate(-38deg);
        bottom: 16px;
        transition: 0.4s;
    }

    .col_nav {
        display: block;
        position: absolute;
        top: 75px;
        right: 0;
        background: white;
        box-shadow: #ccc;
        width: 100%;
        box-shadow: 0 4px 2px -2px rgba(36, 36, 36, 0.17);
        right: -100%;
        transition: all 0.4s ease;
        padding-right: 20px;
    }

    .col_nav.open-menu {
        right: 0;
    }

    .header__menu {
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        overflow: auto;
    }

    .header__menu a {
        margin: 20px 0;
        font-size: 17px;
    }

    .logo_text {
        font-size: 30px;
    }


    .logo p {
        font-size: 10px;
    }

    .stripe {
        padding: 10px 0;
    }
}