@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600&display=swap');



@media screen and (min-width: 320px) and (max-width: 1920px){     

:root{
    --main-color: #2e363e;
    --write-color: red;
    --black-color: #000000;
    --gray-color: #7e868e;
    --price-color: #434B53;

    --bg-color-yellow: #FFB600;
    --bg-color-blue: #30d5c8;
    --bg-color-blue-light: #0776A0;

     --font-family-main: 'Lato', sans-serif;
    
--font-weight-bold: 700;

--font-size-light: 21px;
--font-size-medium: 24px;
--font-size-height: 28px;
--font-size-h4: 32px;
--font-size-h3: 36px;
--font-size-h2: 48px;
--font-size-h1: 58px; 
}
 
*{
    font-family:var(--font-family-main) ;
    color:  var(--main-color);
    box-sizing: border-box;
    text-decoration: none;
}





/* Общие стили */

.wrapper{
    width: 61.35%;
    margin: 0 auto;
}


header *{
    color: var(--write-color);
}
/* Блок heading */

.heading{
    padding: 46.5px 0;
    background-color: var(--bg-color-blue);
}

.flex-container_heading{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo {
    width: 100px;
    height: 100px;
}

.info-heading{
    display: flex;
    gap: 15px;
    align-items: center;
}

.phone{
    font-size: var(--font-size-medium);
    font-weight: var(--font-weight-bold);
    line-height: 152%;
}

.graphWork{
    font-size: var(--font-size-light);
    line-height: 150%;
}

/* Секция heading-content*/

.heading-content{
    padding: 100px 0;
    background-image: url(../img/Fon.png);
    background-size: cover;
}

.flex-container_heading-content{
    margin-left: 2.6%;
}

.text_heading-content{
    margin-bottom: 60px;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.text_heading-content h1 {
    font-size: var(--font-size-h1);
    font-weight: var(--font-weight-bold);
    letter-spacing: -1px;
    text-align: center;
}



.text_heading-content h4 {
    font-size: var(--font-size-h4);
    font-weight: var(--font-weight-bold);
    color: #000000;
    
}

.link-button_heading-content a {
    display:inline-block;
background-color: var(--bg-color-yellow);
color: var(--black-color);
font-size: var(--font-size-light);
padding: 30px 50px;
border-radius: 5px;
font-weight: var(--font-weight-bold);
line-height: 152% /* 31.92px */;
}

.button {
    width: 150px; 
    height: 50px;
    margin: 50px;
    color: green;
    font-size: medium;
    font-weight: bold;
    background-color: transparent;
    border: 2px solid white; /* Параметры рамки */
    border-radius: 10px;
    position: absolute;
    z-index: 5;
}

.button2 {
    width: 150px; 
    height: 50px;
    margin: 90px;
    color: green;
    font-size: medium;
    font-weight: bold;
    background-color: transparent;
    border: 2px solid white; /* Параметры рамки */
    border-radius: 10px;
    position: absolute;
    z-index: 5;
}

.button3 {
    width: 150px; 
    height: 50px;
    margin: 130px;
    color: green;
    font-size: medium;
    font-weight: bold;
    background-color: transparent;
    border: 2px solid white; /* Параметры рамки */
    border-radius: 10px;
    position: absolute;
    z-index: 5;
}

.cer {
    flex-direction: row;
    align-self: center;
    
}
.cer4{
    display: flex;
     position: absolute;
     left: 600PX;
     top: 850px;
}
.cer5{
    padding-left: 1480px;
    padding-bottom: 430px;
    margin: -430px;
    padding-top: 35px;
}
.mcd{
    padding: 300px 0px 00px;
}



/* Блок info-footer */

.info-footer {
    padding: 48px 0;
}

.flex-container__info-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.flex-container__info-footer p {
    color: var(--grey-color);
    font-size: var(--font-size-light);
    line-height: 150%; /* 31.5px */
}

.social-icon {
    display: flex;
    gap: 40px;
    margin-right: 24px;
}

.social-icon a {
    display: inline-block;
    width: 48px;
    height: 48px;
    transition: 0.3s;
}
.social-icon a:first-child {
    background-image: url(../img/icon-vk-blue.svg);
}
.social-icon a:first-child:hover {
    background-image: url(../img/icon-vk-yellow.svg);
}
/* last-child */
.social-icon a:last-child {
    background-image: url(../img/5516204768.svg)
}


}
/* CSS */

p {
    color: #333;
  }
  
  .some-page p {
    color: #b33;
  }