@font-face {
  font-family: Golos;
  src: url("../fonts/Golos_Text_Regular.ttf") format("ttf"),
       url("../fonts/Golos_Text_Regular.eot") format("eot"),
       url("../fonts/GolosText-Regular.woff") format("woff"),
       url("../fonts/Golos_Text_Regular.woff2") format("woff2");
  font-weight: 400;
}

@font-face {
  font-family: Golos;
  src: url("../fonts/Golos_Text_DemiBold.ttf") format("ttf"),
       url("../fonts/Golos_Text_DemiBold.eot") format("eot"),
       url("../fonts/GolosText-DemiBold.woff") format("woff"),
       url("../fonts/Golos_Text_DemiBold.woff2") format("woff2");
  font-weight: 600;
}

body{
  margin-top: 0px; 
  margin-bottom: 0px; 
  margin-left: 0px; 
  margin-right: 0px;
  padding: 0;
  color: #000000;
  font-size: 16px;
  background-color: #FFFFFF;
  overflow-x: hidden;
}

h1{
  font-family: Golos;
  font-weight: 600;
  font-size: 44px;
  line-height: 48px;
}

p{
  font-family: Golos;
  font-weight: 400;
  font-style: normal;
  font-weight: normal;
  line-height: 24px;
  margin: 0;
  color: #3D3D3D;
}

a{
  font-family: Golos;
  font-weight: 400;
  text-decoration: none;
}

.closed__wrapper{
  position: relative;
  height: 100vh;
  display: flex;
  padding: 0 82px;
  min-height: 720px;
  overflow-x: hidden;
}

.closed__container{
  margin-top: 40px;
  display: flex;
  flex: 1;
  flex-direction: column;
  position: relative;
  margin-bottom: 80px;
  z-index: 1;
}

.closed__logo{
  width: 69.49px;
}

.closed__header{
  margin: 64px 0 40px 0;
}

.closed__break-mobile{
  display: none;
}

.closed__button{
  border-radius: 8px;
  background-color: #2AA08D;
  color: #FFFFFF;
  padding: 16px 24px;
  display: inline-block;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  margin: 40px 0;
  width: 281px;
}

.closed__email{
  text-decoration: underline;
}

.closed__footer-image{
  position: absolute;
  bottom: 0;
  left: 0;
}

.closed__working-time{
  position: absolute;
  bottom: 0;
  right: 0;
  width: 510px;
}

.green{
  color: #2AA08D;
}

@media screen and (max-width: 1200px) {
  .closed__wrapper{
    padding: 0 58px;
  }
}

@media screen and (max-width: 1024px) {
  .closed__container{
    margin-bottom: 40px;
  }
  .closed__wrapper{
    padding: 0 42px;
  }
  .closed__working-time{
    width: 460px;
    right: -33px;
  }
}

@media screen and (max-width: 768px) {
  h1{
    font-size: 32px;
    line-height: 40px;
  }
  p{
    font-size: 14px;
    line-height: 20px;
  }
  .closed__wrapper{
    padding: 0 32px;
  }
  .closed__header{
    margin: 40px 0 32px 0;
  }
  .closed__button{
    margin: 32px 0;
    padding: 14px 16px;
    font-size: 14px;
    line-height: 20px;
    width: 246px;
  }
  .closed__working-time{
    width: 437px;
  }
}

@media screen and (max-width: 600px) {
  h1{
    font-size: 26px;
    line-height: 32px;
  }
  .closed__working-time{
    width: 185px;
    right: 0;
  }
}

@media screen and (max-width: 320px) {
  .closed__wrapper{
    padding: 0 16px;
    min-height: 650px;
  }
  .closed__container{
    margin-top: 24px;
    margin-bottom: 24px;
  }
  .closed__logo{
    width: 60px;
  }
  .closed__header{
    margin: 32px 0;
  }
  .closed__footer-image{
    width: 112px;
    height: 32px;
  }
  .closed__break-desk{
    display: none;
  }
  .closed__break-mobile{
    display: inline;
  }
}