* {
  padding: 0;
  margin: 0;
  border: none;
}
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
:focus,
:active {
  outline: none;
}
html {
  background-color: #ffffff;
  scroll-behavior: smooth;
}
body {
  background-color: #251d1d;
}
body.popup-open {
  overflow: hidden;
}
body * {
  font-family: 'Roboto', sans-serif;
  color: #ffffff;
}
body.sgk-noscroll {
  overflow: hidden;
}
a {
  text-decoration: none;
}
a:hover,
a:focus,
a:active {
  outline: none;
  text-decoration: none;
}
a,
a:link,
a:visited {
  text-decoration: none;
  display: inline-block;
}
a:hover {
  text-decoration: none;
  color: #756f97;
}
aside,
nav,
footer,
header,
section,
main {
  display: block;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
  font-size: inherit;
  font-weight: inherit;
  font-style: normal;
}
ul,
ol {
  margin: 0;
}
ul,
ul li {
  list-style: none;
}
img {
  display: block;
  vertical-align: top;
}
img,
svg {
  max-width: 100%;
  height: auto;
}
address {
  font-style: normal;
}
input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
input,
textarea,
button,
select {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  background-color: transparent;
}
input::-ms-clear {
  display: none;
}
button,
input[type="submit"] {
  display: inline-block;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: transparent;
  background: none;
  cursor: pointer;
}
input:focus,
input:active,
button:focus,
button:active {
  outline: none;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
label {
  cursor: pointer;
}
legend {
  display: block;
}
a,
input,
button {
  -webkit-transition: .3s;
  transition: .3s;
}
p,
a,
span,
input,
textarea {
  font-family: 'Roboto', sans-serif;
  color: #ffffff;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Martel', serif;
}
input.sgk-btn,
button.sgk-btn {
  cursor: pointer;
}
.sgk-container {
  max-width: 1030px;
  padding: 0 15px;
  margin: 0 auto;
  position: relative;
}
.sgk-container-fluid {
  width: 100%;
  position: relative;
}
.sgk-clearfix:after {
  content: '';
  clear: both;
  display: table;
}
a.sgk-btn,
a.sgk-btn-reverse,
button.sgk-btn,
button.sgk-btn-reverse,
input.sgk-btn,
input.sgk-btn-reverse {
  margin: 0 auto;
  background-color: #433c3c;
  color: #ffffff;
  border: 1px solid #433c3c;
  font-weight: 700;
  font-size: 16px;
  text-align: center;
  padding: 5px 15px;
  text-decoration: none;
}
a.sgk-btn:hover,
a.sgk-btn-reverse:hover,
button.sgk-btn:hover,
button.sgk-btn-reverse:hover,
input.sgk-btn:hover,
input.sgk-btn-reverse:hover,
a.sgk-btn:active,
a.sgk-btn-reverse:active,
button.sgk-btn:active,
button.sgk-btn-reverse:active,
input.sgk-btn:active,
input.sgk-btn-reverse:active {
  background-color: #ffffff;
  color: #433c3c;
}
a.sgk-btn-reverse,
input.sgk-btn-reverse,
button.sgk-btn-reverse {
  background-color: #ffffff;
  color: #433c3c;
  border-color: #ffffff;
}
a.sgk-btn-reverse:hover,
input.sgk-btn-reverse:hover,
button.sgk-btn-reverse:hover,
a.sgk-btn-reverse:active,
input.sgk-btn-reverse:active,
button.sgk-btn-reverse:active {
  background-color: #433c3c;
  color: #ffffff;
}
.sgk-nothingFound {
  text-align: center;
}
.sgk-nothingFoundInfo h1 {
  font-weight: 400;
  text-align: center;
  margin-bottom: 20px;
}
.sgk-nothingFoundInfo p {
  margin-bottom: 30px;
}
.sgk-searchForm {
  margin-bottom: 30px;
}
.sgk-searchForm input {
  border-radius: 3px;
  border: 1px solid #eee;
  padding: 10px;
}
.sgk-search {
  margin-bottom: 40px;
}
.sgk-search span {
  font-weight: 600;
}
.sgk-404Info,
.sgk-nothingFound {
  padding: 130px 0;
  min-height: 400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  margin-bottom: 70px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.sgk-404Info h1 {
  margin-bottom: 40px;
  font-weight: 900;
  font-size: 200px;
}
.sgk-no-scroll {
  overflow: hidden;
}
.sgk-hidden {
  display: none;
}
.sgk-h2 {
  font-family: 'Martel', serif;
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 35px;
}
.sgk-h3 {
  font-family: 'Martel', serif;
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 15px;
}
a.sgk-more {
  text-align: center;
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  display: block;
  margin: 0 auto;
}
a.sgk-more:hover {
  text-decoration: none;
}
.lightbox .lb-nav a.lb-prev,
.lightbox .lb-nav a.lb-next {
  background: url('../libs/lightbox/icon/arrow-left.png') no-repeat;
  background-size: contain !important;
  width: 50px;
  position: absolute;
  top: 50%;
}
.lightbox .lb-nav a.lb-next {
  background: url('../libs/lightbox/icon/arrow-right.png') no-repeat;
}
.lightbox .lb-cancel {
  background: url('../libs/lightbox/icon/loading.gif') no-repeat !important;
  background-size: contain !important;
}
.lightbox a.lb-close {
  background: url('../libs/lightbox/icon/close.png') no-repeat;
  background-size: contain;
  position: relative;
  z-index: 99;
}
.sgk-line {
  width: 100%;
  height: 80px;
  background: -webkit-gradient(linear, left bottom, left top, from(#271d1d), color-stop(55%, #1d1b1b), to(rgba(33, 30, 30, 0)));
  background: linear-gradient(0deg, #271d1d 0%, #1d1b1b 55%, rgba(33, 30, 30, 0) 100%);
  position: relative;
  bottom: -1px;
}
header {
  position: relative;
  background-image: url(../img/header_bg.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
header .sgk-container-fluid {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(9%, #1d1b1b), color-stop(29%, rgba(31, 28, 28, 0.55)), to(rgba(33, 30, 30, 0)));
  background: linear-gradient(180deg, #1d1b1b 9%, rgba(31, 28, 28, 0.55) 29%, rgba(33, 30, 30, 0) 100%);
}
header .sgk-container-fluid > .sgk-container {
/*  padding-bottom: 130px;*/
}
header .sgk-burger {
  position: absolute;
  visibility: hidden;
  width: 40px;
  height: 40px;
  z-index: 1;
  background-image: url('../svg/burger.svg');
  background-size: cover;
/*  transition: .3s;*/
}
header .sgk-headerWrapper {
  position: relative;
  z-index: 2;
}
header .sgk-headerWrapper .sgk-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px 0;
}
header .sgk-headerWrapper__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
header .sgk-headerWrapper__item a {
  font-family: 'Martel', serif;
  font-size: 25px;
  font-weight: 700;
}
header #sgk-headerWrapper {
  -webkit-transition: .3s;
  transition: .3s;
}
header #sgk-headerWrapper.sgk-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #251d1d;
  z-index: 1000;
  -webkit-box-shadow: 1px 1px 10px 10px rgba(0, 0, 0, 0.25);
          box-shadow: 1px 1px 10px 10px rgba(0, 0, 0, 0.25);
}
header #sgk-headerWrapper.sgk-fixed .sgk-container {
  padding: 15px 0;
}
header .sgk-contactsForm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #1d1b1b;
  -webkit-box-shadow: 3px 4px 10px 10px rgba(0, 0, 0, 0.25);
          box-shadow: 3px 4px 10px 10px rgba(0, 0, 0, 0.25);
  margin-top: 65px;
  padding: 50px 0;
}
header .sgk-contactsForm__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  padding: 30px 120px;
  border-right: 1px solid #4F4F4F;
}
header .sgk-contactsForm__item:last-child {
  border: none;
}
header .sgk-contactsForm__item .sgk-h2 {
  font-size: 48px;
  line-height: 60px;
}
header .sgk-contactsForm__item .sgk-h3,
.sgk-popup .sgk-contactsForm__item-form .sgk-h3 {
  text-align: center;
}
header .sgk-contactsForm__item p,
.sgk-popup .sgk-contactsForm__item-form p {
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 30px;
  text-align: center;
}
.sgk-popup .sgk-contactsForm__item-form form>div~p {
  margin-bottom: 0;
}
header .sgk-contactsForm__item-form form input,
header .sgk-contactsForm__item-form form select,
.sgk-popup .sgk-contactsForm__item-form form input,
.sgk-popup .sgk-contactsForm__item-form form select  {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 300;
  width: 100%;
  background: #000000;
  color: #ffffff;
  margin-bottom: 15px;
  padding: 7px 10px;
}
header .sgk-contactsForm__item-form form input[type=submit],
.sgk-popup .sgk-contactsForm__item-form form input[type=submit] {
  background: #433c3c;
  color: #ffffff;
  width: auto;
  margin: 0 auto;
  display: block;
  padding: 6px 29px;
}
header .sgk-contactsForm__item-form form input[type=submit]:hover,
.sgk-popup .sgk-contactsForm__item-form form input[type=submit]:hover {
  background: #ffffff;
  color: #433c3c;
}
.sgk-services {
  margin-bottom: 50px;
}
.sgk-services .sgk-h2 {
  text-align: center;
}
.sgk-servicesWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.sgk-servicesWrapper__item {
  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;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 21%;
          flex: 1 0 21%;
  margin-right: 40px;
  margin-bottom: 30px;
  height: 220px;
  border-radius: 50%;
  overflow: hidden;
}
.sgk-servicesWrapper__item:nth-child(4n) {
  margin-right: 0;
}
.sgk-servicesWrapper__item:nth-child(1) .sgk-servicesWrapper__item-bg {
  background-image: url(../img/serv_1.png);
}
.sgk-servicesWrapper__item:nth-child(2) .sgk-servicesWrapper__item-bg {
  background-image: url(../img/serv_2.png);
}
.sgk-servicesWrapper__item:nth-child(3) .sgk-servicesWrapper__item-bg {
  background-image: url(../img/serv_3.png);
}
.sgk-servicesWrapper__item:nth-child(4) .sgk-servicesWrapper__item-bg {
  background-image: url(../img/serv_4.png);
}
.sgk-servicesWrapper__item:nth-child(5) .sgk-servicesWrapper__item-bg {
  background-image: url(../img/serv_5.png);
}
.sgk-servicesWrapper__item:nth-child(6) .sgk-servicesWrapper__item-bg {
  background-image: url(../img/serv_6.png);
}
.sgk-servicesWrapper__item:nth-child(7) .sgk-servicesWrapper__item-bg {
  background-image: url(../img/serv_7.png);
}
.sgk-servicesWrapper__item:nth-child(8) .sgk-servicesWrapper__item-bg {
  background-image: url(../img/serv_8.png);
}
.sgk-servicesWrapper__item-bg {
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
  transition: -webkit-transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
}
.sgk-servicesWrapper__item-bg:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.sgk-servicesWrapper__item-bg span {
  position: relative;
  z-index: 1;
}
.sgk-servicesWrapper__item span {
  display: block;
  font-family: 'Martel', serif;
  font-size: 25px;
  text-align: center;
  width: 100%;
  max-width: 175px;
}
.sgk-we-have,
.sgk-prices {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #acaba9;
  -webkit-box-shadow: 3px 4px 10px 10px rgba(0, 0, 0, 0.25);
          box-shadow: 3px 4px 10px 10px rgba(0, 0, 0, 0.25);
  margin-bottom: 100px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  z-index: 2;
}
.sgk-we-have__block,
.sgk-prices__block {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-height: 500px;
  overflow: hidden;
}
.sgk-we-have__block-listWeHave,
.sgk-prices__block-listWeHave {
  padding-top: 140px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.sgk-we-have__block-listWeHave .sgk-h2,
.sgk-prices__block-listWeHave .sgk-h2 {
  width: 100%;
  color: #000000;
  margin-bottom: 55px;
  text-align: center;
}
.sgk-we-have__block-listWeHave ul,
.sgk-prices__block-listWeHave ul {
  padding-left: 30px;
  margin: 0 auto;
}
.sgk-we-have__block-listWeHave ul li,
.sgk-prices__block-listWeHave ul li {
  list-style: disc;
  color: #000000;
  margin-bottom: 35px;
  font-size: 21px;
  font-weight: 500;
}
.sgk-we-have__block-listWeHave ul li:last-child,
.sgk-prices__block-listWeHave ul li:last-child {
  margin-bottom: 0;
}
.sgk-we-have__block-bg,
.sgk-prices__block-bg {
  background-image: url(../img/serv_bg.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 500px;
}
.sgk-portfolio {
  margin-bottom: 85px;
}
.sgk-portfolio .sgk-h2 {
  text-align: center;
}
.sgk-portfolioWrapper {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.sgk-portfolioWrapper a {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 31%;
          flex: 0 0 31%;
  margin-right: 35px;
  margin-bottom: 35px;
}
.sgk-portfolioWrapper a:nth-child(3n) {
  margin-right: 0;
}
.sgk-prices {
  background: #1d1b1b;
  -webkit-box-shadow: 3px 4px 10px 10px rgba(0, 0, 0, 0.25);
          box-shadow: 3px 4px 10px 10px rgba(0, 0, 0, 0.25);
}
.sgk-prices__block-list {
  max-width: 240px;
  margin: 0 auto;
  padding: 40px 0;
}
.sgk-prices__block-list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.sgk-prices__block-list ul li {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  color: #ffffff;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 400;
  text-transform: capitalize;
  margin-bottom: 15px;
}
.sgk-prices__block-list ul li mark {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  border-bottom: 1px dotted #ffffff;
  position: relative;
  top: -4px;
  margin: 0 5px 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: transparent;
}
.sgk-prices__block-bg {
  background-image: url(../img/prices_bg.png);
}
footer {
  position: relative;
  z-index: 2;
  background: #000000;
}
footer .sgk-footerWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  padding: 60px 0;
  flex-wrap: wrap;
}
footer .sgk-footerWrapper__item {
  -webkit-box-flex: 0;
/*      -ms-flex: 0 0 33.33%;*/
/*          flex: 0 0 33.33%;*/
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
}
footer .sgk-footerWrapper__item-menu,
footer .sgk-footerWrapper__item-contact {
  width: 100px;
  margin: 0 auto;
}
footer .sgk-footerWrapper__item-menu nav a,
footer .sgk-footerWrapper__item-contact nav a {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 500;
  display: block;
  margin-bottom: 20px;
}
footer .sgk-footerWrapper__item-menu nav a:last-child,
footer .sgk-footerWrapper__item-contact nav a:last-child {
  margin-bottom: 0;
}
footer .sgk-footerWrapper__item-dev p {
  text-align: right;
}
footer .sgk-footerWrapper__item-dev a {
  float: right;
  clear: both;
}
.sgk-parallax {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  position: absolute;
  z-index: 1;
  top: 0;
}
#sgk-parallax__1,
#sgk-parallax__2,
#sgk-parallax__3,
#sgk-parallax__4,
#sgk-parallax__5 {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
#sgk-parallax__1 {
  background-image: url('../img/parallax_1.png');
  top: -200px;
  right: 0;
  width: 283px;
  height: 204px;
}
#sgk-parallax__2 {
  background-image: url('../img/parallax_2.png');
  left: -110px;
  width: 162px;
  height: 261px;
}
#sgk-parallax__3 {
  background-image: url('../img/parallax_3.png');
  top: -120px;
  right: 0;
  width: 297px;
  height: 238px;
}
#sgk-parallax__4 {
  background-image: url('../img/parallax_4.png');
  top: 300px;
  left: -90px;
  width: 152px;
  height: 293px;
}
#sgk-parallax__5 {
  background-image: url('../img/parallax_5.png');
  top: unset;
  bottom: -100px;
  left: -100px;
  width: 208px;
  height: 346px;
}
.sgk-popup {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .5);
  transition: opacity .3s ease, visibility .3s ease;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.sgk-popup.active {
  opacity: 1;
  visibility: visible;
}
.sgk-popupWrapper {
  position: relative;
  background-color: #251d1d;
  max-width: 400px;
  padding: 15px;
  border-radius: 4px;
  box-shadow: 3px 4px 10px 10px rgba(0, 0, 0, 0.25);
}
.sgk-close-button {
  position: absolute;
  top: -30px;
  right: -30px;
  color: #fff;
  cursor: pointer;
  width: 25px;
  height: 25px;
  background-image: url('../svg/close.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.sgk-textBlock {
  box-shadow: 3px 4px 10px 10px rgba(0, 0, 0, .25);
  padding: 50px;
  background-color: #1d1b1b;
  position: relative;
  z-index: 2;
  margin: 80px auto 100px;
}
.sgk-textBlock p {
  font-weight: 300;
  line-height: 1.6;
}
.sgk-textBlock h1,
.sgk-textBlock h2 {
  font-size: 28px;
  margin-bottom: 20px;
  text-align: center;
}











@media (max-width: 992px) {
  header .sgk-headerWrapper__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 30%;
            flex: 0 0 30%;
  }
  header .sgk-headerWrapper__item:last-child {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 70%;
            flex: 0 0 70%;
  }
  header .sgk-contactsForm__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    padding: 30px 70px;
  }
  .sgk-servicesWrapper__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    margin-right: 0;
    overflow: visible;
  }
  .sgk-portfolioWrapper a {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 48%;
            flex: 0 0 48%;
    margin-right: 35px !important;
  }
  .sgk-portfolioWrapper a:nth-child(2n) {
    margin-right: 0 !important;
  }
  footer .sgk-footerWrapper__item:nth-child(1),
  footer .sgk-footerWrapper__item:nth-child(4) {
    flex: 0 0 100%;
  }
  footer .sgk-footerWrapper__item:nth-child(2),
  footer .sgk-footerWrapper__item:nth-child(3) {
    flex: 0 0 50%;
  }
  footer .sgk-footerWrapper__item-dev {
    margin-top: 20px;
  }
  footer .sgk-footerWrapper__item-dev p {
    text-align: center;
    margin-bottom: 20px;
  }
  footer .sgk-footerWrapper__item-logo a,
  footer .sgk-footerWrapper__item-dev a {
    display: block;
    float: none;
  }
  footer .sgk-footerWrapper__item-logo img,
  footer .sgk-footerWrapper__item-dev img {
    display: block;
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  header .sgk-container-fluid > .sgk-container {
    padding: 0;
  }
  header .sgk-burger {
    position: relative;
    visibility: visible;
  }
  header .sgk-burger.sgk-burger_close {
    background-image: url('../svg/close.svg');
  }
  header .sgk-headerWrapper .sgk-container,
  header #sgk-headerWrapper.sgk-fixed .sgk-container {
    padding: 15px 15px;
  }
  header .sgk-headerWrapper__item:nth-child(n) {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
  header .sgk-headerWrapper__item:first-child {
    z-index: 1;
    position: relative;
  }
  header .sgk-headerWrapper__item--menu {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    display: none;
    background: #251d1d;
    padding: 35px;
    -ms-flex-line-pack: center;
        align-content: center;
    height: 100vh;
    padding-top: 90px;
  }
  header .sgk-headerWrapper__item--menu a {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    text-align: center;
    margin: 0 auto 80px;
  }
  header .sgk-headerWrapper__item--menu a img {
    margin: 0 auto;
  }
  header .sgk-headerWrapper__item--menu a:last-child {
    margin-bottom: 0;
  }
  header .sgk-headerWrapper__item--menu.open {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  header .sgk-contactsForm {
    padding: 50px 20px;
    margin: 15px;
  }
  header .sgk-contactsForm .sgk-h2 {
    text-align: center;
  }
  header .sgk-contactsForm__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    border-right: none;
    border-bottom: 1px solid #4F4F4F;
  }
  header .sgk-contactsForm__item-form p,
  .sgk-popup .sgk-contactsForm__item-form p {
    text-align: center;
  }
  .sgk-services {
    margin-bottom: 35px;
  }
  .sgk-we-have {
    margin-bottom: 35px;
  }
  .sgk-we-have__block:first-child {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .sgk-we-have__block,
  .sgk-prices__block {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  .sgk-we-have__block .sgk-h2,
  .sgk-prices__block .sgk-h2 {
    text-align: center;
  }
  .sgk-we-have__block-listWeHave,
  .sgk-prices__block-listWeHave {
    padding: 100px 0;
  }
  .sgk-we-have__block-bg,
  .sgk-prices__block-bg {
    height: 300px;
  }
  .sgk-portfolio {
    padding-top: 60px;
    margin-bottom: 35px;
  }
  .sgk-portfolioWrapper a {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin-right: 0 !important;
  }
  .sgk-parallax {
    display: none;
  }
  .sgk-close-button {
    top: 2px;
    right: 2px;
  }
}
@media (max-width: 575px) {
  .sgk-h2 {
    margin-bottom: 15px;
  }
  header .sgk-container-fluid > .sgk-container {
    padding-bottom: 50px;
  }
  header .sgk-contactsForm {
    margin-top: 35px;
  }
  header .sgk-contactsForm__item {
    padding: 0;
  }
  header .sgk-contactsForm__item-form,
  .sgk-popup .sgk-contactsForm__item-form {
    padding-top: 40px;
  }
  .sgk-servicesWrapper__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin-right: 0;
  }
  .sgk-we-have .sgk-h2 {
    margin-bottom: 35px;
  }
  .sgk-we-have__block-listWeHave {
    padding: 50px 0;
  }
  footer .sgk-footerWrapper__item {
    text-align: center;
  }
  footer .sgk-footerWrapper__item-contact nav {
    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;
  }
  .sgk-textBlock {
    margin: 0 auto;
  }
}
