@font-face {
  font-family: 'Ubuntu';
  font-style: italic;
  font-weight: 300;
  src: url(https://fonts.gstatic.com/s/ubuntu/v15/4iCp6KVjbNBYlgoKejZftVyLN4Q.ttf) format('truetype');
}

@font-face {
  font-family: 'Ubuntu';
  font-style: italic;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/ubuntu/v15/4iCu6KVjbNBYlgoKej7wl0w.ttf) format('truetype');
}

@font-face {
  font-family: 'Ubuntu';
  font-style: italic;
  font-weight: 500;
  src: url(https://fonts.gstatic.com/s/ubuntu/v15/4iCp6KVjbNBYlgoKejYHtFyLN4Q.ttf) format('truetype');
}

@font-face {
  font-family: 'Ubuntu';
  font-style: italic;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/ubuntu/v15/4iCp6KVjbNBYlgoKejZPslyLN4Q.ttf) format('truetype');
}

@font-face {
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 300;
  src: url(https://fonts.gstatic.com/s/ubuntu/v15/4iCv6KVjbNBYlgoC1CzjtGyI.ttf) format('truetype');
}

@font-face {
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/ubuntu/v15/4iCs6KVjbNBYlgoKew7z.ttf) format('truetype');
}

@font-face {
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 500;
  src: url(https://fonts.gstatic.com/s/ubuntu/v15/4iCv6KVjbNBYlgoCjC3jtGyI.ttf) format('truetype');
}

@font-face {
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/ubuntu/v15/4iCv6KVjbNBYlgoCxCvjtGyI.ttf) format('truetype');
}

@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 300;
  src: url(https://fonts.gstatic.com/s/roboto/v20/KFOjCnqEu92Fr1Mu51TjASc-CsE.ttf) format('truetype');
}

@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/roboto/v20/KFOjCnqEu92Fr1Mu51TzBic-CsE.ttf) format('truetype');
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmSU5fABc9.ttf) format('truetype');
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmWUlfABc9.ttf) format('truetype');
}

@font-face {
  font-family: 'Fira Sans';
  font-style: italic;
  font-weight: 300;
  src: url(https://fonts.gstatic.com/s/firasans/v10/va9f4kDNxMZdWfMOD5VvkrBiQyf8VFw.ttf) format('truetype');
}

@font-face {
  font-family: 'Fira Sans';
  font-style: italic;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/firasans/v10/va9f4kDNxMZdWfMOD5VvkrByRCf8VFw.ttf) format('truetype');
}

@font-face {
  font-family: 'Fira Sans';
  font-style: normal;
  font-weight: 300;
  src: url(https://fonts.gstatic.com/s/firasans/v10/va9B4kDNxMZdWfMOD5VnPKreQhf_.ttf) format('truetype');
}

@font-face {
  font-family: 'Fira Sans';
  font-style: normal;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/firasans/v10/va9B4kDNxMZdWfMOD5VnLK3eQhf_.ttf) format('truetype');
}
a.no_link {
  text-decoration: none;
}
a.button_service {
  display: inline-block;
  text-decoration: none;
  padding: .5em 2em;
  border-color: #FDBE33 #000 #D77206;
  background: linear-gradient(#F3AE0F, #E38916) #E38916;
  transition: 0.2s;
}

a.button_service:hover {
  background: linear-gradient(#f5ae00, #f59500) #f5ae00;
}

a.button_service:active {
  background: linear-gradient(#f59500, #f5ae00) #f59500;
}
.dropbtn {
  background-color: #f58e37;
  color: black;
  padding: 10px;
  width: 40px;
  font-size: 16px;
  border: none;
  cursor: pointer;
}

.dropbtn:hover,
.dropbtn:focus {
  background-color: #ffffff;
}

.dropdown {
  position: absolute;
  right: 25px;
  top: -15px;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #ffffff;
  min-width: 80px;
  overflow: auto;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
  right: 0;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown a:hover {
  background-color: #ddd;
}

.show {
  display: block;
}
a.example {
  text-decoration: none;
}
body {
  background-image: url(construct-bg.jpg);
  background-position: left top;
  background-size: auto;
  background-repeat: repeat;
  background-attachment: scroll;
}

.scroll-top {
  background: #2896d6;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.4);
  bottom: 20px;
  height: 40px;
  width: 40px;
  position: fixed;
  border-radius: 1px;
  right: 20px;
  text-align: center;
  overflow: hidden;
  z-index: 9999;
  opacity: 0.5;
}

.scroll-top i {
  font-size: 14px;
  line-height: 40px;
  color: #fff!important;
}

.fixed {
  position: fixed;
  z-index: 99;
  top: 0;
  background: #222222;
  opacity: 0.7;
  width: 100%;
}
#article {

}
#article .first-part h1,
#article .second-part h1{
  font-size: 4rem!important;
}
#article .first-part h2,
#article .second-part h2{
  font-size: 3rem!important;
  padding-bottom: 20px;
}
#article .first-part h3,
#article .second-part h3{
  font-size: 2rem!important;
  padding-bottom: 20px;
}
#article .read-more {
  cursor: pointer;
  font-size: 1.5rem!important;
  transition: .3s ease-in-out;
  font-weight: bold!important;
}
#article .first-part p,
#article .second-part p {
  padding-bottom: 20px;
}
#article .first-part {

}
#article .second-part {
  display: none;
}
#article .read-more:hover {
  color: #f89d13;
}


/* FIXED CONTACTS */

.fixed-contacts {
  display: none;
  justify-content: space-around;
  align-items: center;
  position: fixed;
  bottom: 0;
  left: 0;
  height: 60px;
  z-index: 1000;
  width: 100%;
  background: #222;
}
.fixed-contacts .item {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  font-size: 14px;
  line-height: 22px;
  color: #FFFFFF;
  width: 50%;
  height: 100%;
  border: 1px solid #FFF;
}
.fixed-contacts .link {
  color: #fff !important;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  height: 100%;
  width: 100%;
  position: relative;
}

.fixed-contacts .link img {

}
.fixed-contacts .link span {
  color: inherit;
}
.fixed-contacts::before {
  content: '';
  position: absolute;
  top: 0;
  right: 50%;
  width: 1px;
  height: 60px;
  background: #FFFFFF;
  opacity: 0.3;
}
@media (max-width: 768px) {
  .scroll-top {
    bottom: 80px;
  }
  .footer-contacts {
    margin-bottom: 60px;
  }
  .fixed-contacts {
    display: flex;
  }
}


/* FIXED CONTACTS */