body{
    margin: 0;
    padding:0;
}
.global-container{
    background-color: #fafbfc;
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}
.global-container-about{
    width: 1000px;
    margin: 20px auto;
    padding: 10px;
    background-color: white;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
    border-radius: 10px;
}
.global-container-about ul{
    padding: 0 0 0 20px;
    margin: 0;
    font-size: 20px;
}
.global-container__img{

}
.global-container__img img{
    padding: 25px 0px;
    display: flex;
    margin: auto;
    width: 500px;
}

.global-container__h1 h1{
    text-align: center;
    font-size: 20px;
}

.global-container__p p{
    text-align: start;
    font-size: 20px;
}
.global-container__text p{
    text-align: center;
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 10px;
}

.r-link{
    color: black;
    text-decoration: none;
    text-align: center;
}
.r-list{
    padding-left: 0px;
    margin-top: 0px;
    margin-bottom: 0;
    list-style: none;
}

.menu{
/*11111111111111111111111111*/
    /*background-image: linear-gradient(*/
    /*        255deg,*/
    /*        hsl(295deg 79% 23%) 20%,*/
    /*        hsl(315deg 100% 26%) 40%,*/
    /*        hsl(327deg 100% 32%) 46%,*/
    /*        hsl(341deg 77% 41%) 49%,*/
    /*        hsl(357deg 59% 50%) 50%,*/
    /*        hsl(14deg 67% 50%) 50%,*/
    /*        hsl(28deg 82% 47%) 50%,*/
    /*        hsl(40deg 100% 42%) 50%,*/
    /*        hsl(51deg 100% 39%) 50%,*/
    /*        hsl(65deg 81% 43%) 50%,*/
    /*        hsl(86deg 72% 57%) 50%,*/
    /*        hsl(120deg 92% 71%) 50%,*/
    /*        hsl(96deg 72% 61%) 51%,*/
    /*        hsl(79deg 59% 51%) 52%,*/
    /*        hsl(66deg 65% 43%) 53%,*/
    /*        hsl(55deg 74% 38%) 56%,*/
    /*        hsl(47deg 77% 38%) 58%,*/
    /*        hsl(39deg 74% 37%) 62%,*/
    /*        hsl(32deg 69% 37%) 67%,*/
    /*        hsl(25deg 63% 35%) 73%,*/
    /*        hsl(17deg 57% 33%) 80%,*/
    /*        hsl(9deg 52% 30%) 89%,*/
    /*        hsl(0deg 46% 26%) 100%*/
    /*);*/

/*22222222222222222222*/
/*    background-image: linear-gradient(*/
/*            125deg,*/
/*            hsl(87deg 57% 15%) 0%,*/
/*            hsl(92deg 59% 21%) 7%,*/
/*            hsl(97deg 59% 28%) 14%,*/
/*            hsl(104deg 58% 35%) 21%,*/
/*            hsl(111deg 55% 44%) 28%,*/
/*            hsl(166deg 100% 34%) 34%,*/
/*            hsl(194deg 100% 43%) 41%,*/
/*            hsl(205deg 100% 50%) 47%,*/
/*            hsl(235deg 92% 67%) 52%,*/
/*            hsl(242deg 93% 67%) 56%,*/
/*            hsl(250deg 93% 64%) 58%,*/
/*            hsl(258deg 92% 60%) 64%,*/
/*            hsl(268deg 90% 53%) 71%,*/
/*            hsl(279deg 86% 38%) 78%,*/
/*            hsl(288deg 78% 28%) 85%,*/
/*            hsl(296deg 58% 21%) 93%,*/
/*            hsl(308deg 33% 14%) 100%*/
/*    );*/


    background-image: linear-gradient(
            310deg,
            hsl(320deg 74% 66%) 0%,
            hsl(318deg 65% 63%) 6%,
            hsl(315deg 58% 59%) 12%,
            hsl(312deg 51% 55%) 18%,
            hsl(309deg 45% 51%) 26%,
            hsl(305deg 45% 47%) 35%,
            hsl(301deg 49% 42%) 48%,
            hsl(295deg 57% 38%) 64%,
            hsl(295deg 60% 37%) 74%,
            hsl(300deg 55% 40%) 80%,
            hsl(304deg 53% 45%) 85%,
            hsl(307deg 51% 48%) 89%,
            hsl(310deg 54% 52%) 92%,
            hsl(312deg 61% 55%) 95%,
            hsl(314deg 68% 58%) 98%,
            hsl(315deg 76% 61%) 100%
    );


/*main color*/
    /*background-image: linear-gradient(*/
    /*        45deg,*/
    /*        hsl(274deg 91% 17%) 0%,*/
    /*        hsl(304deg 100% 19%) 7%,*/
    /*        hsl(321deg 100% 27%) 13%,*/
    /*        hsl(333deg 90% 36%) 20%,*/
    /*        hsl(349deg 64% 50%) 27%,*/
    /*        hsl(7deg 79% 58%) 33%,*/
    /*        hsl(22deg 94% 58%) 40%,*/
    /*        hsl(35deg 100% 55%) 47%,*/
    /*        hsl(40deg 100% 50%) 53%,*/
    /*        hsl(37deg 100% 50%) 60%,*/
    /*        hsl(33deg 100% 49%) 67%,*/
    /*        hsl(30deg 100% 49%) 73%,*/
    /*        hsl(26deg 100% 49%) 80%,*/
    /*        hsl(22deg 100% 48%) 87%,*/
    /*        hsl(17deg 100% 48%) 93%,*/
    /*        hsl(10deg 100% 47%) 100%*/
    /*);*/
    /*color: white;*/
    box-shadow: var(--menuBoxShadow, 0 1px 3px 0 rgba(0, 0, 0, .12), 0 1px 2px 0 rgba(0, 0, 0, .24));
}


/*checkbox*/

/*.menu [type="checkbox"]{*/
/*    display: none;*/
/*}*/
/*.menu label.toggleMenu{*/
/*    background: orange;*/
/*    display: block;*/
/*    padding: 15px 0 0 40px;*/
/*    !*text-align: center;*!*/
/*}*/
/*.toggleMenu .icon{*/
/*    position: absolute;*/
/*    top: 30%; right: 95%;*/
/*}*/

.menu__list{
    display: flex;
}

.menu__link{
    display: flex;
    align-items: center;
    border: 1px solid rgba(255,255,255,0.5);
    height: 25px;
    padding: 1.2em 1.5rem;
    font-weight: 700;
    text-transform: uppercase;
    color:white;
}
menu-link2{
    padding: 1.2em 0rem;
}
.menu-btn{
    display: none;
}


.text-underlined{
    position: relative;
    will-change: color;
    transition: color .25s ease-out;
    color: white;
}

.text-underlined::before,
.text-underlined::after{
    content: "";
    width: 0;
    height: 3px;
    background-color: currentColor;

    will-change: width;
    transition: width .1s ease-out;

    position: absolute;
    bottom: 0;
}

.text-underlined::before{
    left: 50%;
    transform: translateX(-50%);
}

.text-underlined::after{
    right: 50%;
    transform: translateX(50%);
}

.text-underlined:hover::before,
.text-underlined:hover::after{
    width: 100%;
    transition-duration: .2s;
}

.page{
    margin: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    /*background-color: #bfff00;*/

    /*box-shadow: 0 0 10px rgba(0,0,0,0.5);*/
}
/*/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

.icon{
    position: relative;
    top: auto; left: auto;
}

/*main container*/
.main-container{
    display: flex;
    width: 1000px;
    margin: auto;
    padding-top: 35px;
}

.main-container__right{
    width: 50%;
    height: 375px;
    margin: 0px;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
}
.main-container__left{
    width: 50%;
    margin: 0px;
    text-align: center;
    line-height: 3em;
    background-color: white;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
    font-family: Arial, sans-serif;
}

.main-container__left img{
    width: 90%;
}
.main-container__left__text{
    margin:0;

}

.main-container__right-photo{
    width: 100%;
}

.main-container__left__top{
    padding-top: 35px;
    padding-bottom: 25px;
    color:black;
}

/*main container*/

/*body container*/

.body-container{
    margin: auto;
    width: 1000px;
    height: 450px;
    padding-top: 50px;
    display: flex;
    justify-content: center;
    text-align: center;
}

.body-container__left{
    height: 400px;
    width: 300px;
    padding-right: 50px;

}

.body-container__right{
    height: 400px;
    width: 300px;
    padding-left: 50px;

}

.body-container__p{
    font-size: 20px;

}

.body-container__image{
    width: 300px;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
}

.body-container__btn{
    width: 130px;
    height: 40px;
    color: #000000;
    border-radius: 5px;
    padding: 10px 25px;
    font-family: 'Lato', sans-serif;
    font-weight: 800;
    background: transparent;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    display: inline-block;
    /*box-shadow: rgba(0,0,0,0.5);*/
    outline: none;
}

/*body container*/

/*contacts*/

.contacts-h1{
    width: 60%;
    margin: 20px auto;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
    border-radius: 10px;
}

.contacts-h1 h1{
    text-align: center;
}

.container-contacts{
    width: 900px;
    margin: 25px auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.container-contacts__left{
width: 350px;
}
.container-contacts__left img{
    width: 100%;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
    border-radius: 5px;
}

.container-contacts__right{
    width: 55%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.container-contacts__right p {
    font-size: 20px;
}
.contact-section{
    width: 100%;

}

.contact-btn{
    width: 100%;
    height: 100%;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
    border-radius: 5px;
    border: 1px solid white;
    cursor: pointer;
}
.contact-btn:hover{
    background-color: #F0DFF0;
    opacity: 0.9;
}
.contact-section img{
    width: 100px;
}

/*contacts*/


/*button*/

.btn-three {
    height: 50px;
    width: 100%;
    margin:auto;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    font-size: 20px;
}

/*.box-3 { background-color: #66A182; }*/

/*///////////////////////////////////////////////////////////////кнопка*/

.body-container .button{
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: transparent;
    border: 2px solid #BFFF00;
    border-radius: 0.6em;
    color: #BFFF00;
    cursor: pointer;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    font-size: 0.8rem;
    font-weight: 400;
    line-height: 1;
    margin-bottom: 20px;
    padding: 0em 0em;
    text-decoration: none;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;


}
.button:hover, .button:focus {
    color: #fff;
    outline: 0;

}

.first {
    -webkit-transition: box-shadow 500ms ease-in-out, color 500ms ease-in-out;
    transition: box-shadow 500ms ease-in-out, color 500ms ease-in-out;
}
.first:hover {
    box-shadow: 0 0 40px 40px #BFFF00 inset;
}


.portraits-body__top__container{
    margin: auto;
}


.portraits-body__top{
    background-color: #ffffff;
    margin-bottom: 50px;
    width: 1200px;
    padding: 0px;
    display:flex;
    justify-content: center;
    align-items: center;
    /*border: solid white;*/
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
}
.portraits-body__top2{
    margin-bottom: 0px;
}

.portraits-body__top h1{
    margin:0.7em 0em;
    font-size:28px;
}

.picture-body{
    margin: 15px auto;
    width: 1400px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 10px;

}
.picture-box{
    margin: 10px 100px;
    width: 380px;
}

/*.picture-box{*/
/*    margin: 10px 100px;*/
/*}*/


.portraits-body__name{
    width: 600px;
    margin: 15px auto;
    display: flex;
    justify-content: center;
    background-color: white;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
}

.portraits-body__name h2{
    margin-block-start: 0.7em;
    margin-block-end: 0.7em;
}

.image{
    width:400px;
    margin: auto;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
    cursor: pointer;
}

.picture-box__h3{
    text-align: center  ;
    width: 100%;
    line-height: 1.5em;
}

.reviews-picture__box{
    display: flex;
    width: 1000px;
    margin:auto;
    justify-content: center;
    flex-direction: column;
}
.reviews-image{
    width: 100%;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
}

.artificial-margin{
    height: 30px;
}


/*Увеличение картинки при нажатии*/

.image:hover {opacity: 0.7;}

.picture-body .popup-image{
    position: fixed;
    top:0; left: 0;
    background: rgba(51, 48, 49 ,0.9);
    /*background: #e0d5db ;*/
    height: 100%;
    width:100%;
    z-index: 100;
    display: none;
}

.picture-body .popup-image .span{
    position: absolute;
    top:0; right:10px;
    font-size: 60px; font-weight: bolder;
    color: #fff;
    cursor:pointer;
    z-index: 100;
}

.picture-body .popup-image img{
    position:absolute;
    top: 50%; left: 50%;
    transform: translate(-50%, -50%);
    border: 5px solid #fff;
    border-radius: 5px;
    object-fit: cover;
    height: 85%;
}

/*@media (max-width: 768px) {*/
/*    .picture-body .popup-image img{*/
/*        width:95%;*/
/*    }*/
/*}*/


/*Увеличение картинки при нажатии*/

/*footer*/
.footer .container{
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
    margin: 0px 200px;
}

.footer{
    width: 100%;
    padding: 0;
    margin: 0;
    background-color: #e868be;
}

.footer .footer-section{
    display: flex;
    flex-direction: row;
    padding: 0;
}

.footer-section:hover{
    opacity: 0.8;
}

.footer .footer-p {
    margin:auto;
    padding: 0;
}

.footer button{
    margin: 25px 0;
    width: 250px;
    display: flex;
    align-items: center;
    flex-direction: row;
    background-color: #f5dfed;
    border: 0;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
    cursor:pointer;
    color: black;
    font-weight: 600;
    font-size: 0.9em;

}

.footer img{
    width: 35px;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
}

/*footer*/

/*MEDIA*/

@media (max-width: 1500px) {
    .menu__link{
        height: 25px;
        padding: 1.2em 1.5rem;
    }
    .picture-body{
        width: 1100px;
        gap: 30px;
    }
    .image{
        width: 380px;
    }
    .picture-box{
        margin: 10px 50px;
    }
    .portraits-body__top{
        width: 1000px;
    }
}

@media (max-width: 1200px) {

    .menu__link{
        height: 40px;
        padding: 0.5em 0.9rem;
        width: auto;
    }
    .main-container{
        width: 955px;
        margin: auto;
        padding-top: 35px;
    }
    .body-container{
        width: 980px;
    }
    .main-container__right{
        height: auto;
    }
    .main-container__left__top{
        padding: 15px 0;
    }
    .main-container__right-photo{
        height: 100%
    }
    .global-container-about{
        width: 800px;
    }
    .picture-body{
        width: 900px;
        gap: 30px;
    }
    .portraits-body__top{
        width: 800px;
    }
    .image{
        width: 360px;
    }
    .picture-box{
        margin: 10px 20px;
    }
    .reviews-picture__box{
        width: 800px;
    }
    .picture-body .popup-image img {
        height: 85%;
    }
}

@media (max-width: 992px) {
    .menu__link {
        height: 55px;
        padding: 0.5em 0rem;
        width: auto;
    }
    icon{
        top: 0px; left: 0px;
    }

    .main-container {
        width: 750px;
    }

    .main-container__right {
        width: 50%;
        height: auto;
    }

    .main-container__left__top {
        padding: 0;
        line-height: 1.1em;
        margin-top: 25px;
    }

    .main-container__left__bot {
        padding: 0;
        margin: 0;
    }

    .main-container__left__text {
        padding: 0;
        margin-top: 25px;
        line-height: 1.1em;
    }

    .body-container {
        width: 750px;
    }

    .body-container__right {
        padding-left: 25px;
    }

    .body-container__left {
        padding-right: 25px;
    }

    .global-container-about {
        width: 700px;
    }

    .footer .footer-section {
        height: 48px;
    }

    .portraits-body__top {
        width: 700px;
    }

    .picture-body {
        width: 700px;
        gap: 5px;
    }

    .picture-box{
        width: 300px;
    }
    .image {
        width: 300px;
    }

    .reviews-picture__box {
        width: 700px;
    }

    .picture-body .popup-image img {
        height: 85%;
    }
    .container-contacts{
        width: 700px;
    }
    .container-contacts__left{
        width: 350px;
    }
    .container-contacts__right{
        width: 45%;
    }

}

@media (max-width: 768px) {

    .page{
        background-color: #fafbfc;
        box-shadow: none;
    }
    .icon{
        position: relative;
        top: 0px; left: 5px;
    }
    .menu{
        width: 80%;
        background-color: #fafbfc;

    }
    .menu__list {
        display: block;
        /*display: flex;*/
        /*flex-direction: column;*/
    }

    .menu__link {
        height: 35px;
        /*padding: 1.2em 0.9rem;*/
        padding: 0em 0rem;
        width: 100%;
        margin: 0 auto;
        background-color: #f2eded;
        border-radius: 8px;
    }
    menu__link2{
        margin:0;
        padding: 0;
    }
    .menu-text{
        display: flex;
        text-align: center;
        align-items: center;
        height: 35px;
        font-size: 20px;
        font-weight: bold;

        background-image: linear-gradient(
                hsl(320deg 74% 66%) 0%,
                hsl(318deg 65% 63%) 6%,
                hsl(315deg 58% 59%) 12%,
                hsl(312deg 51% 55%) 18%,
                hsl(309deg 45% 51%) 26%,
                hsl(305deg 45% 47%) 35%,
                hsl(301deg 49% 42%) 48%,
                hsl(295deg 57% 38%) 64%,
                hsl(295deg 60% 37%) 74%,
                hsl(300deg 55% 40%) 80%,
                hsl(304deg 53% 45%) 85%,
                hsl(307deg 51% 48%) 89%,
                hsl(310deg 54% 52%) 92%,
                hsl(312deg 61% 55%) 95%,
                hsl(314deg 68% 58%) 98%,
                hsl(315deg 76% 61%) 100%
        );

        color: white;

        /*background-image: linear-gradient(*/
        /*        90deg,*/
        /*        hsl(19deg 70% 61%) 0%,*/
        /*        hsl(11deg 75% 67%) 5%,*/
        /*        hsl(3deg 78% 73%) 9%,*/
        /*        hsl(355deg 78% 75%) 14%,*/
        /*        hsl(347deg 75% 77%) 18%,*/
        /*        hsl(338deg 68% 78%) 23%,*/
        /*        hsl(328deg 58% 78%) 27%,*/
        /*        hsl(314deg 45% 79%) 32%,*/
        /*        hsl(294deg 36% 80%) 36%,*/
        /*        hsl(273deg 40% 83%) 41%,*/
        /*        hsl(255deg 40% 86%) 45%,*/
        /*        hsl(237deg 37% 87%) 50%,*/
        /*        hsl(255deg 40% 86%) 55%,*/
        /*        hsl(273deg 40% 83%) 59%,*/
        /*        hsl(294deg 36% 80%) 64%,*/
        /*        hsl(314deg 45% 79%) 68%,*/
        /*        hsl(328deg 58% 78%) 73%,*/
        /*        hsl(338deg 68% 78%) 77%,*/
        /*        hsl(347deg 75% 77%) 82%,*/
        /*        hsl(355deg 78% 75%) 86%,*/
        /*        hsl(3deg 78% 73%) 91%,*/
        /*        hsl(11deg 75% 67%) 95%,*/
        /*        hsl(19deg 70% 61%) 100%*/
        /*);*/

        /*background-image: linear-gradient(*/
        /*        90deg,*/
        /*        hsl(345deg 5% 84%) 0%,*/
        /*        hsl(332deg 4% 87%) 10%,*/
        /*        hsl(314deg 4% 90%) 20%,*/
        /*        hsl(286deg 4% 93%) 30%,*/
        /*        hsl(262deg 6% 96%) 40%,*/
        /*        hsl(240deg 20% 99%) 50%,*/
        /*        hsl(262deg 6% 96%) 60%,*/
        /*        hsl(286deg 4% 93%) 70%,*/
        /*        hsl(314deg 4% 90%) 80%,*/
        /*        hsl(332deg 4% 87%) 90%,*/
        /*        hsl(345deg 5% 84%) 100%*/
        /*);*/
    }
    .menu-text__div{
        margin: auto;
    }
    .menu__link-text{
        margin-left: 50px;
        font-size: 16px;
    }

    .page-menu__active{
        display: none;


        background-image: linear-gradient(
                hsl(320deg 74% 66%) 0%,
                hsl(318deg 65% 63%) 6%,
                hsl(315deg 58% 59%) 12%,
                hsl(312deg 51% 55%) 18%,
                hsl(309deg 45% 51%) 26%,
                hsl(305deg 45% 47%) 35%,
                hsl(301deg 49% 42%) 48%,
                hsl(295deg 57% 38%) 64%,
                hsl(295deg 60% 37%) 74%,
                hsl(300deg 55% 40%) 80%,
                hsl(304deg 53% 45%) 85%,
                hsl(307deg 51% 48%) 89%,
                hsl(310deg 54% 52%) 92%,
                hsl(312deg 61% 55%) 95%,
                hsl(314deg 68% 58%) 98%,
                hsl(315deg 76% 61%) 100%
        );
        /*margin: 0 5px;*/
        color: white;
    }
    .menu-btn{
        display: block;
        height: 100%;
        width: 100%;
        background-color: white;
        border-radius: 5px;
        padding: 0;
        margin: 0;
        /*display:none*/
    }

    .text-underlined{
        will-change: color;
        transition: color .25s ease-out;
    }

    .main-container {
        display: flex;
        flex-direction: column;
        width: 80%;
    }

    .main-container__right {
        width: 100%;
        height: auto;
    }

    .main-container__left {
        width: 100%;
        height: auto;
    }

    .main-container__left__top {
        padding: 0;
        line-height: 1.5em;
        margin-top: 20px;
    }

    .main-container__left__bot {
        padding: 0;
        margin: 25px auto;
    }

    .main-container__left__text {
        padding: 0;
        margin-top: 25px;
        margin-bottom: 25px;
        line-height: 1.5em;
    }
    .body-container{
        width: 500px;
    }
    .body-container__right {
        height: 200px;
        width: 255px;
        padding-left: 5px;
    }

    .body-container__left {
        height: 200px;
        width: 255px;
        padding-right: 5px;
    }
    .body-container__image{
        width: 200px
    }
    .body-container__p{
        width: 255px;
    }
    .global-container-about{
        width: 90%;
    }
    .footer .container{
        margin: 0px auto;
    }
    .portraits-body__top {
        width: 500px;
    }
    .portraits-body__name{
        width: 400px;
        margin-top: 25px;
    }

    .picture-body {
        width: 500px;
        gap: 5px;
    }
    .image {
        width: 100%;
    }
    .reviews-picture__box {
        width: 90%;
    }
    .picture-body .popup-image img {
        width: 85%;
        height: auto;
    }
    .container-contacts{
        width: 500px;
    }
    .container-contacts__left{
        width: 250px;
    }
    .container-contacts__right{
        width: 45%;
    }
    .contact-section{
        display: flex;
        flex-direction: row;
        width: 100%;
        height: 105px;
    }
    .contact-btn p{
        margin: 0 auto;
    }
    .contact-p{
        margin: 5px auto;
    }
    .contact-section img{
        width: 50px;
    }
}
@media (max-width: 576px) {
    .menu__link {
        height: 35px;
        padding: 0em 0rem;
        width: auto;
        margin: 0 auto;
        background-color: wheat;
    }

    .menu__link-text {
        margin: 0 0 0 15px;
        font-size: 15px;
    }
    .main-container {
        width: 80%;
        padding-top: 10px;
        font-size: 10px;
    }
    .main-container__right{
        height: auto;
    }
    .body-container{
        flex-direction: column;
        height: auto;
        width: 300px;
    }
    .body-container__left{
        height: 400px;
        margin: auto;
    }
    .body-container__right{
        height: 400px;
        margin: auto;
    }
    .global-container-about{
        width: 90%;
    }
    .portraits-body__top__container{
        width: 85%;
    }
    .portraits-body__top{
        width: 100%;
        margin:auto;
        align-items:center;
    }
    .portraits-body__name{
        width: 75%;
        margin: 15px auto 0;
        align-items:center;
    }
    .portraits-body__name h2{
        margin: auto;
        text-align: center;
        padding: 10px 0;
    }
    .portraits-body__top h1{
        text-align: center;
        margin:auto;
    }
    .picture-body{
        width: 80%;
    }
    .global-container__img img{
        width: 95%;
    }
    .reviews-picture__box{
        width: 90%;
    }
    .container-contacts{
        width: 90%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .contacts-h1 h1{
        font-size: 20px;
    }
    .container-contacts__right{
        width: 90%;
    }
    .contact-section{
        width: 100%;
        height: 90px;
        margin-top: 10px;
    }


}