@charset "UTF-8";
/*Обнуление*/
@import url("https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@300;400;600;700;900&display=swap");
* {
  padding: 0;
  margin: 0;
  border: 0;
}

*, *:before, *:after {
  -webk-box-sizing: border-box;
  box-sizing: border-box;
}

:focus, :active {
  outline: none;
}

a:focus, a:active {
  outline: none;
}

nav, footer, header, aside {
  display: block;
}

html, body {
  height: 100%;
  width: 100%;
  font-size: 100%;
  line-height: 1;
  font-size: 14px;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

input, button, textarea {
  font-family: inherit;
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

a, a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

a {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*--------------------*/
body {
  font-family: "Source Sans Pro", sans-serif;
}

a {
  text-decoration: none;
}

.container {
  max-width: 1170px;
  margin: auto;
  padding: 70px 0px;
}

.block {
  width: 390px;
  height: 390px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.header {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.85))), url("../img/header_photo.webp") 0 0/cover no-repeat;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.85)), url("../img/header_photo.webp") 0 0/cover no-repeat; 
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.85)), url("../img/header_photo.webp") 0 0/cover no-repeat; 
  background: linear-gradient(rgba(0, 0, 0, 0.85)), url("../img/header_photo.webp") 0 0/cover no-repeat;
}
.header__burger {
  margin-left: 20px;
  background: none;
  border: none;
  display: none;
}
.header__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 58px 0px;
}
.header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header__logotext {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-right: 2px solid #FFFFFF;
  padding-right: 35px;
  margin-right: 35px;
}
.header__logotext_title {
  font-size: 32px;
  line-height: 40px;
  font-weight: 900;
  letter-spacing: -0.06em;
  color: #FAFF00;
  text-transform: uppercase;
}
.header__logotext_subtitle {
  font-weight: 900;
  font-size: 30px;
  line-height: 38px;
  letter-spacing: -0.06em;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-top: -20px;
}
.header__menutitle {
  font-size: 16px;
  line-height: 20px;
  text-transform: capitalize;
  font-weight: 400;
  color: #FFFFFF;
  margin-right: 109px;
}
.header__menubox {
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
  font-weight: 400;
  color: #FFFFFF;
  margin-right: 28px;
}
.header__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header__menu li {
  margin-right: 79px;
}
.header__menu a {
  color: #FFFFFF;
}
.header__menu a:hover {
  color: #FAFF00;
}
.header__contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
}
.header__mobile {
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
  font-weight: 400;
  color: #FFFFFF;
}
.header__about {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 95px;
}
.header__city {
  font-size: 18px;
  line-height: 23px;
  letter-spacing: 0.02em;
  font-weight: 400;
  color: #FFFFFF;
  margin-bottom: 35px;
}
.header__text_title {
  font-weight: 900;
  font-size: 50px;
  line-height: 63px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-bottom: 35px;
}
.header__text_subtitle {
  font-size: 18px;
  line-height: 23px;
  letter-spacing: 0.02em;
  font-weight: 400;
  color: #FFFFFF;
  margin-bottom: 35px;
}
.header__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 170px;
  height: 50px;
  background: #FAFF00;
  -webkit-box-shadow: 0px 0px 30px rgba(157, 125, 10, 0.79);
          box-shadow: 0px 0px 30px rgba(157, 125, 10, 0.79);
  margin-bottom: 75px;
}
.header__btn a {
  font-weight: 900;
  font-size: 18px;
  line-height: 23px;
  color: #000000;
}
.header__photo {
  margin-left: 87px;
}

.portfolio__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.portfolio__title {
  font-weight: 600;
  font-size: 36px;
  line-height: 45px;
  letter-spacing: 0.04em;
  color: #262626;
  padding-bottom: 25px;
  margin-bottom: 50px;
  text-align: center;
  position: relative;
}
.portfolio__title:after {
  content: "";
  position: absolute;
  width: 190px;
  bottom: 0;
  height: 3px;
  left: 50%;
  background-color: #FAFF00;
  margin: 0px 0px 0px -100px;
}
.portfolio__blocks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.portfolio__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.portfolio__text_y {
  background: #FAFF00;
}
.portfolio__text_title {
  font-weight: 600;
  font-size: 30px;
  line-height: 110%;
  text-align: center;
  color: #262626;
  margin: 15px 67px;
}
.portfolio__text_subtitle {
  font-weight: 300;
  font-size: 18px;
  line-height: 23px;
  text-align: center;
  letter-spacing: 0.02em;
  color: #000000;
  margin: 15px 42px;
}
.portfolio__text_b {
  background: #000000;
}
.portfolio__text_titleb {
  font-weight: 600;
  font-size: 30px;
  line-height: 110%;
  text-align: center;
  letter-spacing: 0.01em;
  color: #FAFF00;
  margin: 15px 67px;
}
.portfolio__text_subtitleb {
  font-weight: 300;
  font-size: 18px;
  line-height: 23px;
  text-align: center;
  letter-spacing: 0.02em;
  color: #FFFFFF;
  margin: 15px 42px;
}
.portfolio__text_g {
  background: #E5E5E5;
}

.price {
  background-color: #000000;
}
.price__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.price__title {
  font-weight: 600;
  font-size: 36px;
  line-height: 45px;
  letter-spacing: 0.04em;
  color: #ffffff;
  padding-bottom: 25px;
  margin-bottom: 50px;
  text-align: center;
  position: relative;
}
.price__title:after {
  content: "";
  position: absolute;
  width: 190px;
  bottom: 0;
  height: 3px;
  left: 50%;
  background-color: #FAFF00;
  margin: 0px 0px 0px -90px;
}
.price__bigblock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.price__smallblock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 570px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
}
.price__smallblock_number {
  margin-right: -15px;
}
.price__smallblock_text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  font-weight: 600;
  width: 410px;
  height: 310px;
  padding: 0px 0px 30px 40px;
}
.price__smallblock_title {
  font-size: 24px;
  line-height: 30px;
  letter-spacing: 0.04em;
  color: #FFFFFF;
  margin-bottom: 10px;
}
.price__smallblock_subtitle {
  font-size: 18px;
  line-height: 23px;
  letter-spacing: 0.04em;
  color: #FFFFFF;
}
.price__block1 {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(75, 75, 75, 0.85))), url("../img/content1.webp") 0 0/100% auto no-repeat;
  background: linear-gradient(rgba(75, 75, 75, 0.85)), url("../img/content1.webp") 0 0/100% auto no-repeat;
}
.price__block1:after {
  width: 327.49px;
}
.price__block2 {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(75, 75, 75, 0.85))), url("../img/content2.webp") 0 0/100% auto no-repeat;
  background: linear-gradient(rgba(75, 75, 75, 0.85)), url("../img/content2.webp") 0 0/100% auto no-repeat;
}
.price__block2:after {
  width: 173px;
}
.price__block3 {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(75, 75, 75, 0.85))), url("../img/content3.webp") 0 0/100% auto no-repeat;
  background: linear-gradient(rgba(75, 75, 75, 0.85)), url("../img/content3.webp") 0 0/100% auto no-repeat;
}
.price__block3:after {
  width: 234px;
}
.price__block4 {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(75, 75, 75, 0.85))), url("../img/content4.webp") 0 0/100% auto no-repeat;
  background: linear-gradient(rgba(75, 75, 75, 0.85)), url("../img/content4.webp") 0 0/100% auto no-repeat;
}
.price__block4:after {
  width: 283px;
}

.smallblock {
  margin-left: 30px;
}

.contact__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.contact__title {
  font-weight: 600;
  font-size: 36px;
  line-height: 45px;
  letter-spacing: 0.04em;
  color: #262626;
  padding-bottom: 25px;
  margin-bottom: 50px;
  text-align: center;
  position: relative;
}
.contact__title:after {
  content: "";
  position: absolute;
  width: 190px;
  bottom: 0;
  height: 3px;
  left: 50%;
  background-color: #FAFF00;
  margin: 0px 0px 0px -100px;
}
.contact__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 84px;
}
.contact__leftblock {
  background: rgba(37, 37, 37, 0.9);
}
.contact__leftblock_container {
  margin: 40px 45px;
}
.contact__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.contact__info_text {
  font-weight: 600;
  font-size: 24px;
  line-height: 30px;
  letter-spacing: 0.04em;
  color: #FFFFFF;
  text-align: center;
  margin-bottom: 20px;
}
.contact__info_list {
  font-weight: 400;
  font-size: 18px;
  line-height: 23px;
  color: #FFFFFF;
  margin-right: 64px;
}
.contact__info_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 26px;
}
.contact__info_block a {
  color: #FFFFFF;
}
.contact__info_block a:hover {
  color: #FAFF00;
}
.contact__info_block img {
  vertical-align: middle;
}
.contact__info_block div {
  margin-right: 39px;
}
.contact__worktext {
  font-weight: 600;
  font-size: 24px;
  line-height: 30px;
  letter-spacing: 0.04em;
  color: #FFFFFF;
  margin-top: 10px;
  margin-bottom: 30px;
  text-align: center;
}
.contact__work {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 400;
  font-size: 18px;
  line-height: 23px;
  color: #FFFFFF;
  letter-spacing: 0.04em;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.contact__work img {
  margin-right: 35px;
}
.contact__map {
  max-height: 570px;
}

.footer {
  background: #000000;
}
.footer__container {
  padding: 58px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer__text {
  font-weight: 400;
  font-size: 15px;
  line-height: 19px;
  letter-spacing: 0.04em;
  color: #FFFFFF;
}

.header .show-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  background: rgba(0, 0, 0, 0.85);
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 40px 20px 20px 40px;
}

.burgerBtn {
  background: none;
  border: none;
}

@media screen and (max-width: 1545px) {
  .header {
    background-size: auto 100%;
  }
}
@media screen and (max-width: 1250px) {
  .header__mobile {
    display: none;
  }
  .header__menu {
    display: none;
  }
  .header__menu li {
    margin-right: 20px;
    margin-bottom: 30px;
  }
  .header__burger {
    display: block;
  }
  .header__nav {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .container {
    width: 960px;
  }
}
@media screen and (max-width: 1180px) {
  .contact__map {
    display: none;
  }
}
@media screen and (max-width: 1100px) {
  .header__about {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .header__photo {
    margin-left: 0px;
  }
}
@media screen and (max-width: 991px) {
  .container {
    width: 720px;
  }
}
@media screen and (max-width: 767px) {
  .block {
    width: 145px;
    height: 145px;
  }

  .container {
    width: 540px;
    padding: 50px 0px;
  }

  .header__logotext {
    padding-right: 5px;
    margin-right: 5px;
  }
  .header__logotext_title {
    font-size: 21px;
    line-height: 26px;
  }
  .header__logotext_subtitle {
    font-size: 18px;
    line-height: 23px;
    margin-top: -13px;
  }
  .header__menutitle {
    font-size: 11px;
    line-height: 14px;
    margin-right: 47px;
  }
  .header__photo img {
    width: 100%;
  }
  .header__city {
    font-size: 11px;
    line-height: 14px;
  }
  .header__text_title {
    font-size: 24px;
    line-height: 30px;
  }
  .header__text_subtitle {
    font-size: 14px;
    line-height: 18px;
  }
  .header__btn {
    width: 150px;
    height: 44px;
  }
  .header__btn a {
    font-size: 14px;
    line-height: 18px;
  }

  .portfolio__title {
    font-size: 21px;
    line-height: 26px;
    padding-bottom: 10px;
    margin-bottom: 35px;
  }
  .portfolio__text_title {
    font-size: 16px;
    margin: 3px 12.5px;
  }
  .portfolio__text_subtitle {
    font-size: 12px;
    line-height: 15px;
    margin: 3px 12.5px;
  }
  .portfolio__text_titleb {
    font-size: 16px;
    margin: 3px 12.5px;
  }
  .portfolio__text_subtitleb {
    font-size: 12px;
    line-height: 15px;
    margin: 3px 12.5px;
  }

  .smallblock {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    margin-left: 0px;
  }

  .price__title {
    font-size: 21px;
    line-height: 26px;
    padding-bottom: 10px;
    margin-bottom: 35px;
  }
  .price__smallblock {
    width: 295px;
    margin-bottom: 20px;
  }
  .price__smallblock_number {
    margin: 0px -12px;
  }
  .price__smallblock_number img {
    width: 95px;
    height: 155px;
  }
  .price__smallblock_text {
    width: 210px;
    height: 160px;
    padding: 0px 15px 15px 15px;
  }
  .price__smallblock_title {
    font-size: 16px;
    line-height: 20px;
  }
  .price__smallblock_subtitle {
    font-size: 11px;
    line-height: 14px;
  }

  .contact__title {
    font-size: 21px;
    line-height: 26px;
    padding-bottom: 10px;
    margin-bottom: 35px;
  }
  .contact__block {
    margin-bottom: 30px;
  }
  .contact__info_text {
    font-size: 18px;
    line-height: 23px;
  }
  .contact__info_list {
    font-size: 14px;
    line-height: 18px;
    margin-right: 0px;
  }
  .contact__info_block {
    margin-bottom: 20px;
  }
  .contact__info_block img {
    max-width: 18px;
    max-height: 18px;
  }
  .contact__info_block div {
    margin-right: 15px;
  }
  .contact__worktext {
    font-size: 18px;
    line-height: 23px;
  }
  .contact__work {
    font-size: 14px;
    line-height: 18px;
  }
  .contact__work img {
    max-width: 18px;
    max-height: 18px;
    margin-right: 15px;
  }

  .footer__text {
    font-size: 6px;
    line-height: 8px;
  }
}
@media screen and (max-width: 575px) {
  .container {
    width: 100%;
    padding: 50px 15px;
  }
}