@font-face {
    font-family: 'archangelsk';
    src: url(shrifts/Archangelsk\ font.ttf);
}

@font-face {
    font-family: 'roboto';
    src: url(shrifts/Roboto-Regular.ttf);
}

.container {
    
  max-width: 1280px; 
  padding: 0 15px; 
  margin: 0 auto; 

}

.header {
    background: url(img/11.jpg);
}

.header__body {
    display: flex;
    justify-content: space-between;
    
}

.icon {
    margin-top: 20px;
    margin-left: 16px;
}

.social-icon {
    margin-top: 42px;
    margin-right: -86px;
    display: flex; 
}

.social-icon img {
    margin-right: 40px; 
}

.yellowBlock {
    clip-path: polygon(7.9% 0, 100% 0, 100% 86.8%, 92.2% 100%, 0 100%, 0 13.5%);
    margin-top: 537px;
    background-color: #F8F200;
    width: 625px;
    height: 369px;
    top: 631px;
    left: 976px;
    margin-left: 672px;
}

.yellowBlock p {
    font-size: 62px;
    padding: 70px 0 0 70px;
    font-family: archangelsk;
}

.yellowBlock button{
    margin-left: 70px;
    margin-top: 25px;
    background-color: black;
    color: #F8F200;
    width: 272px;
    height: 78px;
    font-size: 24px;
    font-family: roboto;
}

.text h1 {
    font-family: Archangelsk;
    font-weight: 15px;
    /*margin-top: 70px;
    margin-left: 320px;*/
    font-size: 62px;
}

.text p {
    /*margin-left: 320px;
    margin-top: 30px;*/
    font-family: roboto;
    color: #777777;
    font-size: 18px;
}

.text span {
    color: #52BEDC;
}

.text .image  {
    height: auto;
    width: 10px;
    clip-path: polygon(7.8% 0, 100% 0, 100% 86.5%, 92.2% 100%, 0 100%, 0 13.5%);
}

.image1 {
    padding-top: 50px;
    width: 30%;
    clip-path: polygon(7.9% 10%, 100% 10%, 100% 86.8%, 92.2% 90%, 0 90%, 0 13.5%);
}

.text {
    padding-top: 70px;
    padding-left: 320px ;
}