@charset "UTF-8";
/*
This file is used to contain all abstracts imports.
Files inside this folder can contain abstract settings,
helpers or functions. They have no direct output.
*/
button {
  background-color: #ff5300;
  color: #ffffff;
  font-size: 20px;
  line-height: 30px;
  border-radius: 5px;
  border-color: transparent;
  filter: drop-shadow(4px 5px 15px rgba(255, 83, 0, 0.1));
  cursor: pointer;
  height: 50px;
  padding: 0 20px;
}

.header_button {
  background-color: transparent;
  color: #373737;
  border: 1px solid #7b7b7b;
  width: 135px;
}

.buttons__row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.buttons__row button {
  background-color: transparent;
  border-color: transparent;
  color: #7b7b7b;
  margin-bottom: 30px;
}

.buttons__row button:hover {
  background-color: #ff5300;
  color: #ffffff;
  border-radius: 10px;
}

/*
This file is used to contain all base imports.
Files inside this folder can contain global styles used in
the project.
*/
html,
body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html *,
body * {
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
}

html {
  font-family: "Poppins", sans-serif;
  line-height: 24px;
}
@media only screen and (min-width: 600px) {
  html {
    font-size: 15px;
  }
}
@media only screen and (min-width: 1080px) {
  html {
    font-size: 16px;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-style: normal;
  margin: 0;
}

h1 {
  font-weight: bold;
}

h2 {
  font-size: 39px;
  line-height: 59px;
  font-weight: 600;
  color: #373737;
}

h3 {
  font-weight: 600;
  font-size: 25px;
  line-height: 37px;
}

h5 {
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  color: #373737;
  padding: 10px 0;
}

p {
  font-size: 16px;
  font-weight: 400px;
  line-height: 24px;
  color: #7b7b7b;
}

ul {
  color: #373737;
}

/*
This file is used to contain all component imports.
Files inside this folder should contain all styles relating
to a reusable component.
*/
.container, footer div {
  display: block;
  margin: 0 auto;
  padding: 0 15px;
  max-width: 1200px;
}

.container__row {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin: 115px 0;
}

.section {
  padding: 120px 0;
}

.section__title {
  margin-bottom: 60px;
  text-align: center;
}

.section__title p {
  position: relative;
  display: inline-block;
  margin-bottom: 8px;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #ff5300;
}

.section__title p::before,
.section__title p::after {
  content: "";
  position: absolute;
  top: calc(50% + 8px);
  width: 40px;
  height: 2px;
  background: #ff5300;
  transform: translateY(-50%);
}

.section__title p::before {
  left: calc(0% - 10px);
  transform: translate(-100%, -50%);
}

.section__title p::after {
  left: calc(100% + 10px);
}

.section--red {
  background: #fff7f4;
}

.main__content h2 {
  margin-bottom: 20px;
}
.main__content__red {
  color: #ff5300;
}

.main__content > ul > li {
  list-style-image: url(/img/list_item.svg);
}

.section__images {
  display: flex;
  flex-wrap: wrap;
}

.project__image {
  position: relative;
  height: auto;
  display: inline-block;
}
.project__image img {
  vertical-align: middle;
}

.web__template {
  position: absolute;
  width: 266px;
  height: 230px;
  left: 62px;
  top: 45px;
  background: rgb(255, 83, 0);
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 64px 35px;
  opacity: 0;
  cursor: pointer;
}
.web__template h4 {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 25px;
  line-height: 38px;
  color: #ffffff;
  padding: 15px 0;
}

.web__template:hover {
  opacity: 75%;
}

.header {
  position: absolute;
  width: 100%;
  padding: 40px 0;
}

.menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.menu nav ul {
  display: flex;
  list-style: none;
  margin: 0;
}

.menu li a {
  position: relative;
  color: #373737;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  text-decoration: none;
  margin: 0 20px;
}

.menu li a:hover {
  color: #ff5300;
}

.logo {
  line-height: 0.5em;
}

/*
This file is used to contain all layout imports.
Files inside this folder should contain all styles relating
to layouts.
*/
footer {
  padding: 2em;
  background: url(../img/footer.png);
}
.company__information {
  display: flex;
  flex-direction: row;
  position: relative;
  max-width: 1200px;
  padding: 30px 0;
  width: 100%;
}
.company__information h3 {
  color: #ff5300;
  margin-bottom: 20px;
}
.company__information p {
  color: #ffffff;
}
.company__information a {
  color: #ffffff;
  text-decoration: none;
}

.company__about,
.company__location,
.company__call,
.company__followus {
  padding: 0;
}

.company__information::after {
  position: absolute;
  content: "";
  border: 1px solid #ffffff;
  width: 100%;
  top: 100%;
}

.company__followus {
  display: flex;
  flex-direction: column;
}
.company__followus h3 {
  margin-bottom: 15px;
}

.company__followus__item {
  display: flex;
}
.company__followus__item a {
  margin: 0 10px;
}
.company__followus__item a:hover svg path {
  fill: #ff5300;
}

.copyriting {
  display: flex;
  flex-direction: row;
  margin: 0;
  padding: 0;
}

.copyriting__item {
  padding: 0 100px 0 0;
}

.copyriting__item__info {
  padding: 0;
}

.copyriting__item,
.copyriting__item__info {
  display: flex;
  flex-direction: row;
  margin: 0;
}
.copyriting__item p,
.copyriting__item__info p {
  padding: 0 10px;
  font-size: 16px;
  line-height: 150.6%;
  color: #ffffff;
}

.scroll-up {
  position: fixed;
  right: 20px;
  bottom: 25px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #ff5300;
  padding: 0;
  text-align: center;
  line-height: 4em;
}

.card-group {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.card {
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1);
  padding: 15px;
  max-width: 370px;
}

.card__subtitle {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.card__subtitle__data {
  display: flex;
  flex-direction: row;
}
.card__subtitle__data p {
  font-size: 10.24px;
  line-height: 19px;
  color: #373737;
}

.main__title h1 {
  color: #373737;
  font-size: 49px;
  line-height: 73px;
  margin-bottom: 18px;
  font-weight: 700;
}
.main__title h2 {
  color: #373737;
  font-size: 39px;
  line-height: 59px;
  margin-bottom: 18px;
}
.main__title p {
  color: #7b7b7b;
  font-weight: 400px;
  margin-bottom: 30px;
}

/*секция 9 блоков*/
.section__block {
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 1200px;
}

.section__block__content {
  position: relative;
  display: flex;
  flex-direction: column;
  max-width: 360px;
  background: #ffffff;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 30px 20px 20px 25px;
  margin-bottom: 30px;
  margin-right: 30px;
}
.section__block__content p {
  color: #7b7b7b;
}

.number {
  position: absolute;
  left: 72%;
  font-weight: 600;
  font-size: 64px;
  line-height: 73px;
  color: #efefef;
  opacity: 0.2;
}

.main_content h3 {
  margin-bottom: 5px;
}

.section__block__little__text {
  font-weight: 300;
  font-size: 12.8px;
  line-height: 19px;
}

.subscribe {
  max-width: 1170px;
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 50px 40px;
  margin: 60px 0;
  background: #ff5300;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}

.subscribe__title p {
  position: relative;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
}
.subscribe__title p::after {
  content: "";
  position: absolute;
  top: calc(50% + 8px);
  width: 40px;
  height: 2px;
  background: #ffffff;
  transform: translateY(-50%);
  left: calc(100% - 180px);
}
.subscribe__title h2 {
  font-weight: 600;
  font-size: 39.0625px;
  line-height: 59px;
  color: #ffffff;
}

.input_group {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.input_group input {
  background: #ffffff;
  box-sizing: border-box;
  border-radius: 5px;
  border: transparent;
  height: 60px;
  width: 600px;
  padding: 23px 25px;
}

.input_group button {
  position: absolute;
  right: 1%;
}

.block {
  display: flex;
  flex-direction: row;
}

.block__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  padding: 11px 20px 15px 19px;
  width: 122px;
}
.block__item h3 {
  color: #ff5300;
  font-size: 25px;
  line-height: 37px;
  margin-bottom: 5px;
}
.block__item p {
  margin: 0;
}

.block__item:not(:last-child) {
  margin-right: 23px;
}

.rectangle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #ff5300;
  border-radius: 10px;
  margin: 120px 0 0 0;
  padding: 50px 0;
}
.rectangle h2,
.rectangle p {
  color: #ffffff;
}

.rectangle__block {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 5px 20px;
}

.rectangle__block:not(:last-child)::after {
  left: 100%;
  position: absolute;
  content: "";
  top: 0;
  width: 3px;
  height: 100%;
  transform: translateX(50%);
  background: #ffffff;
  border-radius: 4px;
}

.section__review {
  display: flex;
  position: relative;
}
.section__review__block {
  position: relative;
  background-color: #ffffff;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 25px;
  margin-right: 30px;
}
.section__review__block__image {
  margin-bottom: 12px;
}

.client__profile {
  display: flex;
  align-items: center;
}

.client_name p {
  margin: 0 15px;
  font-weight: 300;
  font-size: 12.8px;
  line-height: 19px;
}

.client_name--red {
  margin: 0 15px;
  color: #ff5300;
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
}

.quotes {
  position: absolute;
  right: 5%;
  bottom: 10%;
}

.left {
  position: absolute;
  left: -8%;
  top: 40%;
  cursor: pointer;
}

.right {
  position: absolute;
  right: -5%;
  top: 40%;
  cursor: pointer;
}

.left:hover svg path,
.right:hover svg path {
  fill: #ff5300;
}

.left:hover svg circle,
.right:hover svg circle {
  stroke: #ff5300;
}/*# sourceMappingURL=style.css.map */