@font-face {
  font-family: 'RussianRoadSign';
  font-style: normal;
  font-weight: 400;
  src: local("RussianRoadSign"), local("RussianRoadSign"), url("../fonts/RussianRoadSign.woff2") format("woff2"), url("../fonts/RussianRoadSign.woff") format("woff"), url("../fonts/RussianRoadSign.ttf") format("truetype"), url("../fonts/RussianRoadSign.svg") format("svg"); }

body {
  background-color: #5DA6E4;
  background: -o-radial-gradient(35% 35%, #8CBBE4, #5DA6E4);
  background: radial-gradient(35% 35%, #8CBBE4, #5DA6E4);
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
  color: #000;
  margin: 0;
  overflow: hidden;
  padding: 0;
  height: 100%;
  width: 100%;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  -webkit-text-size-adjust: none;
  text-align: center;
  font-size: 18px; }

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0; }

.avatar-block__avatar {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  -webkit-box-shadow: 0px 3px 10px 0 rgba(101, 112, 115, 0.5);
          box-shadow: 0px 3px 10px 0 rgba(101, 112, 115, 0.5);
}

.blocks {
  margin: auto;
  width: 100%;
  max-width: 400px;
}
.beach img{
  width: 100%;
}
.beach{
  width: 165px;
  position: absolute;
  top: -150px;
  left: 110px;
}
.description-text {
  line-height: 28px; }
.cloud1{
  position: absolute;
  top: 0;
  left: 0;
}
.cloud2{
  position: absolute;
  top: 0;
  left: 50%;
}
.cloud3{
  position: absolute;
  top: 0;
  left: 100%;
}
.icon {
  width: 24px;
  height: 24px;
  display: inline-block; }

.header__h {
  margin-top: 10px;
  font-weight: 500;
  font-size: 26px; }
 .header h3 {
    font-weight: normal;
    font-size: 18px; }
.bg__canvas {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  position: fixed;
  z-index: -1; }

.link {
  display: block;
  margin: 10px 0; }
.contacts{
  text-align: center;
  margin-top: 25px;
  display: flex;
  justify-content: center;
}
.dug{
  position: absolute;
  top: -75px;
  left: 65px;
}
.buttonsoc a{
  display: block;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  color: #3681ff;
  border:  2px solid #3681ff;
  padding: 5px;
  transition: all .2s ease-out;
}
.buttonsoc a:hover{
  color: blue;
  border:  2px solid blue;
}
.buttonsoc a svg{
  position: relative;
  top: 2px;
}
.centtop {
  position: relative;
  top: 1px;
  left: 0;
  width: 100%;
  height: 30px;
  z-index: 0;
}
.wrapper{
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  min-width: 320px;
  max-width: 340px;
  padding: 0 10px;
}
.cent {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  padding: 50px 65px;
  border-radius: 0 0 7px 7px;
  background-color: #fff;
}
@media only screen and (max-width: 1024px) {
  #clouds{
    display: none;
  }
}
@media only screen and (max-width: 508px) {
  .cent {
    top: 50%; }
  .header__h {
    font-size: 22px; }
}

@media only screen and (max-width: 394px) {
  .header__h {
    font-size: 20px;
    margin: 1px 0; }
  .header h3 {
    font-size: 16px;
    margin: 1px 0; }
  .contacts__item a {
    font-size: 16px; } }
