body {
  background-color: rgb(225, 225, 175);
  font-size: 15px;
  font-weight: 400;
  color: #b3861a;
}

ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

header a.buttonlink,
#lbl-mnu-burger {
  color: #ffff96;
}

footer {
  background-color: #b3861a;
  padding: 0;
  font-size: 1.2em;
}

a {
  text-decoration: none;
  color: inherit;
}

a.buttonlink:hover {
  color: #ffffc8;
}

#headsection {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  background-color: #b3861a;
  box-shadow: 4px 4px 12px rgba(0, 0, 0, 0.25);
  z-index: 99;
}

#headarea {
  max-width: 1200px;
  padding: 6px 10px;
  margin: 0 auto;
}

#topmenu {
  font-size: 1.3em;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.menuitems {
  padding-left: 15px;
  display: flex;
}

.menuitem {
  padding-right: 20px;
  text-align: center;
}

#topmenu a.phone {
  margin: 0 0 0 auto;
}

#headlogo {
  width: 58px;
  height: 58px;
  display: block;
  border-radius: 10px;
}

#lbl-mnu-burger {
  display: none;
}

#lbl-mnu-burger {
  font-size: 2.3em;
  font-weight: inherit;
  cursor: pointer;
}

.buttonlink {
  text-transform: uppercase;
}

#headphone {
  padding-right: 5px;
  min-width: 210px;
}

.iconphone {
  height: 36px;
  width: 36px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.phone {
  display: flex;
  align-items: center;
  color: blue;
}

.phone:hover {
  background-image: url("../imgs/phone_active.svg");
  background-size: contain;
  background-position: left;
  background-repeat: no-repeat;
}

.iconvk {
  height: 54px;
  width: 54px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.vk:hover {
  background-image: url("../imgs/vk_active.svg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

#area-section-our-works {
  max-width: 1200px;
  margin: 0 auto;
  padding-bottom: 25px;
}

#caption-our-works {
  padding: 70px 0 10px;
  font-size: 1.6em;
  line-height: 54px;
  text-align: center;
}

#photo-our-works {
  width: 100%;
  padding-bottom: 25px;
}

#row-photo-our-works {
  display: flex;
  justify-content: space-around;
  padding-bottom: 30px;
}

.photo {
  border: 10px solid #b3861a;
  box-shadow: 6px 6px 12px rgba(0, 0, 0, 0.5);
}

#item-group-photo_0 {
  width: 30%;
}

#item-group-photo_1 {
  width: 60%;
}

#description-our-works {
  font-size: 1.9em;
  text-align: center;
}

#our-services {
  background-color: #d4af37;
  color: whitesmoke;
}

#area-section-our-services {
  max-width: 1200px;
  margin: 0 auto;
  padding-bottom: 25px;
}

#row-our-services {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

#row-our-services {
  display: flex;
  justify-content: space-between;
  padding-bottom: 25px;
}

.img-item-row-services {
  width: 360px;
  font-size: 1.2em;
  text-align: center;
}

.title-img-services {
  padding: 10px 0;
  font-size: 1.1em;
  font-weight: inherit;
  text-transform: uppercase;
}

.img-item-services {
  width: 270px;
  margin: 10px;
  box-shadow: 6px 6px 12px rgba(0, 0, 0, 0.25);
}

#sellhits {
  background-color: #e1e164;
  color: #7b3f00;
}

#area-section-sellhits {
  max-width: 1200px;
  margin: 0 auto;
}

#row-sellhits {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 25px;
}

.slide {
  height: 450px;
  border-radius: 15px;
  margin: 10px;
  cursor: pointer;
  color: whitesmoke;
  flex: 1;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  transition: all 500ms ease-in-out;
  border: 3px solid goldenrod;
  box-shadow: 4px 4px 12px rgba(0, 0, 0, 0.25);
}

.title-img-sellhits {
  position: absolute;
  font-size: 1.1em;
  font-weight: inherit;
  text-transform: uppercase;
  bottom: 20px;
  left: 20px;
  margin: 0;
  opacity: 0;
}

.slide.active {
  flex: 10;
}

.slide.active .title-img-sellhits {
  opacity: 1;
  transition: opacity 0.3s ease-in 0.4s;
}

#our-advantages {
  background-color: inherit;
}

#area-section-our-advanteges {
  max-width: 1200px;
  margin: 0 auto;
}

#img-row-advanteges {
  display: flex;
  justify-content: space-around;
  margin-bottom: 25px;
}

.img-item-row-advanteges {
  width: 230px;
  font-size: 1.2em;
  text-align: center;
}

.title-img-advanteges {
  padding: 10px 0;
  font-size: 1.1em;
  font-weight: inherit;
  text-transform: uppercase;
}

.img-item-advanteges {
  height: 160px;
  margin: 10px;
}

#address {
  background-color: #e1e164;
  color: #7b3f00;
}

#area-section-address {
  max-width: 1200px;
  margin: 0 auto;
}

#title-our-services,
#title-sellhits,
#title-advantages,
#title-address,
#title-message {
  padding: 25px 0;
  font-size: 1.7em;
  text-align: center;
  font-weight: inherit;
  text-transform: uppercase;
}

.img-item-row-address {
  width: 45%;
}

#img-row-address_0 {
  width: 730px;
  margin: 0 auto 20px;
}

#img-row-address_1 {
  display: flex;
  justify-content: space-around;
}

.img-item-address {
  width: 100%;
  border: 2px solid goldenrod;
  border-radius: 15px;
  box-shadow: 4px 4px 6px rgba(0, 0, 0, 0.25);
  margin-bottom: 25px;
}

.title-img {
  font-size: 1.2em;
  text-align: center;
  font-weight: inherit;
  padding-bottom: 5px;
}

.address-item {
  font-size: 1.1em;
  padding: 0 25px;
  margin-bottom: 5px;
}

#message {
  background-color: #d4af37;
  font-weight: 400;
  color: whitesmoke;
}

#area-message {
  max-width: 600px;
  margin: 0 auto;
  padding: 0 15px;
  text-align: center;
}

#field-msg,
.item-msg input {
  width: 100%;
  background: transparent;
  font-size: 1.1em;
  color: inherit;
  outline: 0;
  padding: 10px 10px;
  margin-bottom: 10px;
  border: none;
  border-bottom: 2px solid #d3d3d3;
}

#email-msg {
  margin-bottom: 25px;
}

#btn-msg {
  margin-bottom: 25px;
  padding: 13px 60px;
  border: none;
  border-radius: 30px;
  background-color: #f5f5f5;
  font-size: 1.1em;
  text-transform: uppercase;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.25);
  cursor: pointer;
}

#footcaption {
  background-color: #ffff96;
  padding: 3px 0 1px;
  margin: 0;
  font-size: 1.7em;
  line-height: 40px;
  text-align: center;
}

#footarea {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 10px;
}

#footeritems {
  display: flex;
  align-items: center;
}

#downicon {
  display: flex;
  align-items: center;
}

#footphone {
  margin-left: 10px;
}

#copyright {
  font-size: 0.9em;
  color: rgb(255, 255, 150);
  text-transform: uppercase;
  text-align: center;
}

#footeritem0 {
  min-width: 260px;
  flex-grow: 1;
  flex-basis: 0;
}

#footeritem2 {
  flex-grow: 1;
  flex-basis: 0;
  text-align: right;
}

#footlogo {
  width: 32px;
  height: 32px;
  display: flexbox;
  border-radius: 50%;
}

.logo {
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.25);
}
