@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v25/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCs16Ew-.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v25/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCtr6Ew-.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v25/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCtZ6Ew-.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v25/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCuM70w-.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v25/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCvC70w-.ttf) format('truetype');
}
* {
  padding: 0;
  margin: 0;
  border: none;
}
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
:focus,
:active {
  outline: none;
}
html {
  scroll-behavior: smooth;
}
body .sgk-bodyWrapper {
  background: -webkit-gradient(linear, left top, right bottom, from(#b1e3e9), color-stop(#999dce), to(#e46a6a));
  background: linear-gradient(to bottom right, #b1e3e9, #999dce, #e46a6a);
}
body * {
  font-family: Montserrat, sans-serif;
}
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;
}
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: Montserrat, sans-serif;
  color: #000000;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Montserrat, sans-serif;
}
input.sgk-btn,
button.sgk-btn {
  cursor: pointer;
}
.swal-button-container {
  display: block !important;
}
.swal-button-container button {
  margin: 0 auto;
  display: block;
  border: 1px solid #f33a00 !important;
  color: #ffffff !important;
  font-weight: 700;
  background: #f33a00 !important;
  transition: .3s;
}
.swal-button-container button:hover {
  background: #fff !important;
  color: #f33a00 !important;
}
.sgk-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.col-12,
.col-11,
.col-10,
.col-9,
.col-8,
.col-7,
.col-6,
.col-5,
.col-4,
.col-3,
.col-2,
.col-1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}
@media (min-width: 576px) {
  .col-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(91.66666667%);
    flex: 0 0 calc(91.66666667%);
  }
  .col-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(83.33333333%);
    flex: 0 0 calc(83.33333333%);
  }
  .col-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(75%);
    flex: 0 0 calc(75%);
  }
  .col-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(66.66666667%);
    flex: 0 0 calc(66.66666667%);
  }
  .col-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(58.33333333%);
    flex: 0 0 calc(58.33333333%);
  }
  .col-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(50%);
    flex: 0 0 calc(50%);
  }
  .col-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(41.66666667%);
    flex: 0 0 calc(41.66666667%);
  }
  .col-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(33.33333333%);
    flex: 0 0 calc(33.33333333%);
  }
  .col-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(25%);
    flex: 0 0 calc(25%);
  }
  .col-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(16.66666667%);
    flex: 0 0 calc(16.66666667%);
  }
  .col-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(8.33333333%);
    flex: 0 0 calc(8.33333333%);
  }
}
.sgk-container {
  max-width: 1200px;
  padding: 0 15px;
  margin: 0 auto;
}
.sgk-container2 {
  max-width: 1400px;
  padding: 0 15px;
  margin: 0 auto;
}
.sgk-container-fluid {
  width: 100%;
}
.sgk-clearfix:after {
  content: '';
  clear: both;
  display: table;
}
a.sgk-btn,
a.sgk-btn-reverse,
input.sgk-btn,
input.sgk-btn-reverse,
button.sgk-btn,
button.sgk-btn-reverse {
  display: inline-block;
  margin: 0 auto;
  background-color: #f33a00;
  color: #ffffff;
  border: 1px solid #f33a00;
  font-weight: 700;
  padding: 20px 30px;
  font-size: 20px;
  text-align: center;
  -webkit-box-shadow: 2px 4px 10px 4px rgba(255, 20, 20, 0.25);
  box-shadow: 2px 4px 10px 4px rgba(255, 20, 20, 0.25);
  border-radius: 40px;
}
a.sgk-btn:hover,
a.sgk-btn-reverse:hover,
input.sgk-btn:hover,
input.sgk-btn-reverse:hover,
button.sgk-btn:hover,
button.sgk-btn-reverse:hover,
a.sgk-btn:active,
a.sgk-btn-reverse:active,
input.sgk-btn:active,
input.sgk-btn-reverse:active,
button.sgk-btn:active,
button.sgk-btn-reverse:active,
a.sgk-btn:focus,
a.sgk-btn-reverse:focus,
input.sgk-btn:focus,
input.sgk-btn-reverse:focus,
button.sgk-btn:focus,
button.sgk-btn-reverse:focus {
  color: #f33a00;
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
a.sgk-btn-reverse,
input.sgk-btn-reverse,
button.sgk-btn-reverse {
  color: #f33a00;
  background-color: transparent;
  border-color: #f33a00;
}
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,
a.sgk-btn-reverse:focus,
input.sgk-btn-reverse:focus,
button.sgk-btn-reverse:focus {
  background-color: #f33a00;
  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 {
  min-height: 400px;
  display: flex;
  text-align: center;
  margin-bottom: 70px;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-evenly;
  align-content: center;
  flex-direction: column;
}
.sgk-404Info h1 {
  margin-bottom: 40px;
  font-weight: 900;
  font-size: 200px;
}
.sgk-404Info p {
  text-transform: uppercase;
  font-size: 30px;
  font-weight: 800;
  margin-bottom: 90px;
}

/*Modal*/
.sgk-modal {
  overflow: hidden;
  display: none;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0,0,0,.5);
}
.sgk-modal-open {
  overflow: hidden;
}
.sgk-modal__content {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: relative;
  padding: 20px;
  width: 100%;
  max-width: 600px;
  box-shadow: 0 0 10px rgba(0,0,0,.5);
  border-radius: 15px;
  background: linear-gradient(to bottom right, #b1e3e9, #999dce, #e46a6a);
}
.sgk-modal__header {
  padding: 10px;
  position: absolute;
  top: -10px;
  right: 0;
}
.sgk-modal__close {
  font-size: 32px;
  color: #000;
  cursor: pointer;
  transition: .3s;
}
.alm-btn-wrap {
  text-align: center;
}
.ajax-load-more-wrap .alm-btn-wrap {
  width: 100%;
}
.sgk-header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  padding: 15px 0;
}
.sgk-header .sgk-container {
  padding: 0;
}
.sgk-header .sgk-container .sgk-row {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.sgk-headerLeft,
.sgk-headerRight {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.sgk-header nav {
  width: 100%;
  height: 100%;
}
.sgk-header nav ul.sgk-header__menu {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.sgk-header nav ul.sgk-header__menu li a,
.sgk-header nav ul.sgk-header__menu li.sgk-active a {
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
}
.sgk-header nav ul.sgk-header__menu li a:hover,
.sgk-header nav ul.sgk-header__menu li.sgk-active a:hover {
  text-decoration: underline;
}
.sgk-header nav ul.sgk-header__menu li.sgk-active>a {
  text-decoration: underline;
}
.sgk-header nav ul.sgk-header__menu li {
  position: relative;
  margin-right: 60px;
}
.sgk-header nav ul.sgk-header__menu li:last-child {
  margin-right: 0;
}
.sgk-header nav ul.sgk-header__menu li ul.sgk-header__sub-menu {
  position: absolute;
  min-width: 200px;
  top: 30px;
  display: none;
  -webkit-transition: .3s;
  transition: .3s;
}
.sgk-header nav ul.sgk-header__menu li ul.sgk-header__sub-menu li {
  margin-bottom: 10px;
  margin-right: 0;
}
.sgk-header nav ul.sgk-header__menu li ul.sgk-header__sub-menu li:last-child {
  margin-bottom: 0;
}
.sgk-header nav ul.sgk-header__menu li ul.sgk-header__sub-menu li a {
  width: 100%;
}
.sgk-header nav ul.sgk-header__menu li ul.sgk-header__sub-menu--open {
  background: -webkit-gradient(linear, left top, right bottom, from(#b1e3e9), color-stop(#999dce), to(#e46a6a));
  background: linear-gradient(to bottom right, #b1e3e9, #999dce, #e46a6a);
  padding: 15px;
  display: block;
}
.sgk-header__phone {
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
}
.sgk-header__phone a:hover {
  color: #f33a00;
}
.sgk-header__callback.sgk-btn {
  font-size: 18px;
  line-height: 22px;
  color: #000000;
  background: transparent;
  border-color: #000000;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 13px 33px;
  margin: 0;
}
.sgk-header__callback.sgk-btn:hover {
  color: #ffffff;
  background: #000000;
}
.sgk-header__language {
  width: 25px;
  height: 25px;
}
.sgk-header__language ul {
  position: relative;
  top: 3px;
}
.sgk-header__language li {
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 5px;
}
.sgk-header__language li:hover a,
.sgk-header__language li:focus a,
.sgk-header__language li.current-lang a {
  color: #f33a00;
}
.sgk-header__language li:last-child {
  margin-bottom: 0;
}
#sgkHeader.sgkScroll {
  background: -webkit-gradient(linear, left top, right bottom, from(#b1e3e9), color-stop(#999dce), to(#e46a6a));
  background: linear-gradient(to bottom right, #b1e3e9, #999dce, #e46a6a);
}
.sgk-footer {
  padding: 20px 0;
  background: #000000;
  color: #ffffff;
}
.sgk-footer li {
  line-height: 2;
  transition: .3s;
  opacity: .7;
}
.sgk-footerLogo {
  margin-bottom: 20px;
}
.sgk-footerTitle {
  font-size: 24px;
  font-weight: 400;
  line-height: 1;
  margin: 20px 0;
  opacity: .8;
}
.sgk-footerSocial {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 10px;
}
.sgk-footerSocial li {
  width: 35px;
  margin-right: 15px;
}
.sgk-footerSocial li:last-child {
  margin-right: 0;
}
.sgk-footerSocial li a {
  opacity: 1;
}
.sgk-footer ul li span,
.sgk-footer ul li a {
  color: #ffffff;
  font-size: 16px;
  font-weight: 300;
  -webkit-transition: .3s;
  transition: .3s;
}
.sgk-footer ul li:hover {
  opacity: 1;
}
.sgk-load-more .sgk-btn {
  display: block;
  margin: 0 auto 80px;
}
.sgk-copyright {
  display: flex;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
}
.sgk-copyright * {
  color: #fff;
  display: inline-block;
  text-align: center;
}
.sgk-copyright span {
  margin-right: 10px;
}
.sgk-copyright a:hover {
  color: #f33a00;
}
.sgk-margintop {
  margin-top: 80px;
}
.sgk-paddingtop {
  padding-top: 80px;
}
h1 {
  font-size: 56px;
  line-height: 1.5;
  color: #000000;
  font-weight: 300;
}
.sgk-deskresp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.sgk-mobresp {
  display: none;
}
.sgk-title {
  font-weight: 900;
  font-size: 48px;
  line-height: 59px;
  text-transform: uppercase;
  margin-bottom: 60px;
}
.sgk-center {
  text-align: center;
}
.sgk-maxwidth940 {
  max-width: 940px;
}
.sgk-blog h1,
.sgk-article h1 {
  margin-top: 150px;
  margin-bottom: 50px;
  text-align: center;
}
.sgk-blogSubtext,
.sgk-articleSubtext {
  width: 50%;
  font-size: 24px;
  line-height: 1.4;
  text-align: center;
  color: #000000;
  opacity: .8;
  margin: 0 auto;
  margin-bottom: 80px;
  font-weight: 300;
}
.sgk-blogGrid,
.sgk-articleGrid {
  margin-bottom: 70px;
}
.sgk-blogGridItem,
.sgk-articleGridItem,
.sgk-blogGridItemFullWidth,
.sgk-articleGridItemFullWidth {
  max-width: 380px;
  margin: 0 auto 30px;
  -webkit-box-shadow: 0px 0px 1px #9f9f9f;
  box-shadow: 0px 0px 1px #9f9f9f;
  border-radius: 20px;
  overflow: hidden;
  background: #ffffff;
  position: relative;
}
.sgk-blogGridItem *,
.sgk-articleGridItem *,
.sgk-blogGridItemFullWidth *,
.sgk-articleGridItemFullWidth * {
  font-weight: 300;
}
.sgk-blogGridItem__img,
.sgk-articleGridItem__img,
.sgk-blogGridItemFullWidth__img,
.sgk-articleGridItemFullWidth__img {
  overflow: hidden;
  max-height: 210px;
}
.sgk-blogGridItem__img a img,
.sgk-articleGridItem__img a img,
.sgk-blogGridItemFullWidth__img a img,
.sgk-articleGridItemFullWidth__img a img {
  -webkit-transition: .3s;
  transition: .3s;
  max-width: 100%;
}
.sgk-blogGridItem__info,
.sgk-articleGridItem__info,
.sgk-blogGridItemFullWidth__info,
.sgk-articleGridItemFullWidth__info {
  padding: 0 40px;
}
.sgk-blogGridItem__title,
.sgk-articleGridItem__title,
.sgk-blogGridItemFullWidth__title,
.sgk-articleGridItemFullWidth__title {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 50px;
  overflow: hidden;
  margin-bottom: 20px;
}
.sgk-blogGridItem__title a,
.sgk-articleGridItem__title a,
.sgk-blogGridItemFullWidth__title a,
.sgk-articleGridItemFullWidth__title a {
  color: #000000;
  font-weight: 700;
  font-size: 16px;
  line-height: 25px;
}
.sgk-blogGridItem__title a:hover,
.sgk-articleGridItem__title a:hover,
.sgk-blogGridItemFullWidth__title a:hover,
.sgk-articleGridItemFullWidth__title a:hover {
  color: #f33a00;
}
.sgk-blogGridItem__desc,
.sgk-articleGridItem__desc,
.sgk-blogGridItemFullWidth__desc,
.sgk-articleGridItemFullWidth__desc {
  height: 105px;
  overflow: hidden;
  margin-bottom: 45px;
}
.sgk-blogGridItem__desc p,
.sgk-articleGridItem__desc p,
.sgk-blogGridItemFullWidth__desc p,
.sgk-articleGridItemFullWidth__desc p {
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  color: #000000;
}
.sgk-blogGridItem__date,
.sgk-articleGridItem__date,
.sgk-blogGridItemFullWidth__date,
.sgk-articleGridItemFullWidth__date {
  margin: 20px 0 50px;
}
.sgk-blogGridItem__date span,
.sgk-articleGridItem__date span,
.sgk-blogGridItemFullWidth__date span,
.sgk-articleGridItemFullWidth__date span {
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  text-transform: uppercase;
  color: #9f9f9f;
}
.sgk-blogGridItem__btn,
.sgk-articleGridItem__btn,
.sgk-blogGridItemFullWidth__btn,
.sgk-articleGridItemFullWidth__btn {
  position: absolute;
  bottom: 42px;
  right: 40px;
}
.sgk-blogGridItem__btn a,
.sgk-articleGridItem__btn a,
.sgk-blogGridItemFullWidth__btn a,
.sgk-articleGridItemFullWidth__btn a {
  width: 35px;
  height: 35px;
  display: block;
  background: url(../svg/btn_more.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.sgk-blogGridItemFullWidth,
.sgk-articleGridItemFullWidth {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1170px;
}
.sgk-blogGridItemFullWidth .sgk-blogGridItem__img,
.sgk-articleGridItemFullWidth .sgk-blogGridItem__img {
  max-height: 100%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 60%;
  flex: 0 0 60%;
}
.sgk-blogGridItemFullWidth .sgk-blogGridItem__img a img,
.sgk-articleGridItemFullWidth .sgk-blogGridItem__img a img {
  margin-bottom: -3px;
}
.sgk-blogGridItem:hover img,
.sgk-articleGridItem:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.sgk-blogPagination,
.sgk-articlePagination {
  margin: 20px auto;
}
.sgk-blogPagination nav,
.sgk-articlePagination nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.sgk-blogPagination nav a,
.sgk-articlePagination nav a {
  border-bottom: 3px solid transparent;
  margin: 0 7px;
  color: #2a292f;
  font-size: 32px;
  font-weight: 300;
  background-color: #ffffff;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  display: inline-block;
}
.sgk-blogPagination nav a:first-child,
.sgk-articlePagination nav a:first-child {
  margin-left: 0;
}
.sgk-blogPagination nav a:last-child,
.sgk-articlePagination nav a:last-child {
  margin-right: 0;
}
.sgk-blogPagination nav a:hover,
.sgk-articlePagination nav a:hover,
.sgk-blogPagination nav a.sgk-blogActive,
.sgk-articlePagination nav a.sgk-blogActive {
  border-color: #f33a00;
}
.sgk-blogPagination a,
.sgk-articlePagination a {
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  text-decoration: underline;
}
.sgk-blogPagination a:hover,
.sgk-articlePagination a:hover {
  color: #f33a00;
}
.sgk-general,
.sgk-article {
  margin-bottom: 70px;
}
.sgk-general *,
.sgk-article * {
  color: #000000;
}
.sgk-general h1,
.sgk-article h1 {
  font-weight: 700;
  font-size: 64px;
  margin: 0;
  margin-bottom: 20px;
  text-align: left;
}
.sgk-general h2,
.sgk-article h2 {
  margin-bottom: 20px;
  font-size: 36px;
  line-height: 1.4;
  font-weight: 600;
  text-transform: none;
}
.sgk-general h3,
.sgk-article h3 {
  margin-bottom: 20px;
  font-size: 26px;
  line-height: 1.4;
  font-weight: 500;
}
.sgk-general h4,
.sgk-article h4 {
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 1.4;
  font-weight: 500;
}
.sgk-general p,
.sgk-article p {
  font-weight: 400;
  font-size: 21px;
  margin-bottom: 20px;
}
.sgk-general img,
.sgk-article img {
  border-radius: 10px;
  margin-bottom: 20px;
  max-width: 100%;
}
.sgk-general ul,
.sgk-article ul,
.sgk-general ol,
.sgk-article ol {
  margin: 20px 0 20px 30px;
}
.sgk-general ul li,
.sgk-article ul li,
.sgk-general ol li,
.sgk-article ol li {
  padding-left: 10px;
  line-height: 1.8;
  list-style: auto;
}
.sgk-general ul li,
.sgk-article ul li {
  list-style: disc;
}
.sgk-general a,
.sgk-article a {
  font-weight: 300;
  text-decoration: underline;
}
.sgk-general a:hover,
.sgk-article a:hover {
  color: #f33a00;
}
.sgk-general span,
.sgk-article span {
  color: #f33a00;
  font-weight: 500;
}
.sgk-back {
  margin: 0 auto 30px;
}
.sgk-back a {
  color: #000000;
  font-weight: 700;
  font-size: 14px;
  line-height: 28px;
  padding-left: 10px;
}
.sgk-back a span {
  -webkit-transition: .3s;
  transition: .3s;
}
.sgk-back a:hover {
  color: #f33a00;
}
.sgk-back a:hover span {
  color: #f33a00;
}
.sgk-articleWrapper {
  max-width: 900px;
  margin: 0 auto;
  background: #ffffff;
  padding: 30px 50px 100px;
  border-radius: 20px;
}
.sgk-articleWrapper__date {
  margin: 20px 0 50px;
}
.sgk-articleWrapper__date span {
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  text-transform: uppercase;
  color: #9f9f9f;
}
.sgk-articleWrapper img.sgk-mainimg {
  border-radius: 20px;
  margin-bottom: 50px;
}
.sgk-articleRelative h4 {
  text-transform: uppercase;
  text-align: center;
  font-size: 36px;
}
.sgk-articleRelative img {
  border-radius: 0;
}
.sgk-articleRelative a {
  text-decoration: none;
}
.sgk-articleRelative .sgk-blogGridItem__date span {
  color: #9f9f9f;
}
.grecaptcha-badge {
  display: none;
}
.wpcf7 form .wpcf7-response-output {
  margin-top: 0em !important;
}
.sgk-contactForm br {
  display: none;
}
.sgk-contactForm {
  margin: 0 auto;
  max-width: 500px;
}
.sgk-contactForm .sgk-formGroup label {
  margin-top: 20px;
}
.sgk-contactForm .sgk-formGroup label,
.sgk-contactForm .sgk-formGroup input,
.sgk-contactForm .sgk-formGroup textarea {
  display: block;
  width: 100%;
  margin-bottom: 10px;
  color: #000000;
  border-radius: 3px;
}
.sgk-contactForm .sgk-formGroup input,
.sgk-contactForm .sgk-formGroup textarea {
  margin-bottom: 3px;
  text-align: left;
  padding: 15px;
  font-size: 18px;
  border: 1px solid #2a292f;
  font-weight: 300;
}
.sgk-contactForm .sgk-formGroup textarea {
  margin-bottom: 20px;
}
.sgk-contactForm .sgk-formGroup input:active,
.sgk-contactForm .sgk-formGroup textarea:active,
.sgk-contactForm .sgk-formGroup input:focus,
.sgk-contactForm .sgk-formGroup textarea:focus,
.sgk-contactForm .sgk-formGroup input:hover,
.sgk-contactForm .sgk-formGroup textarea:hover {
  border-color: #f33a00;
}
.sgk-contactForm .sgk-formGroup textarea {
  resize: none;
  height: 100px;
}
.sgk-contactForm .sgk-formGroup .sgk-btn {
  text-align: center;
  border-color: #f33a00;
  color: #ffffff;
  font-weight: 700;
  border-radius: 40px;
}
.sgk-contactForm .sgk-formGroup .sgk-btn:hover,
.sgk-contactForm .sgk-formGroup .sgk-btn:focus {
  color: #f33a00;
}
.sgk-contacts h1,
.sgk-contacts div.sgk-title {
  text-align: center;
  margin-top: 50px;
}
.sgk-contactsInfo {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 80px;
}
.sgk-contactsInfo p {
  margin-bottom: 10px;
}
.sgk-contactsInfo * {
  font-weight: 300;
}
.sgk-contactsInfo a {
  text-decoration: underline;
}
.sgk-contactsInfo a:hover {
  color: #f33a00;
}
.sgk-contactsMap iframe {
  width: 100%;
  border: 0;
  height: 450px;
  margin-bottom: -3px;
}
.sgk-services .sgk-contactForm {
  margin: 70px auto;
}
.sgk-servicesBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center right 50px;
  background-image: url(../img/diamond.png);
  padding: 15px;
  padding-top: 80px;
  padding-bottom: 100px;
}
.sgk-servicesBoxMessenger ul {
  margin-left: 20px;
  margin-right: 60px;
}
.sgk-servicesBoxMessenger ul li {
  width: 32px;
  margin-bottom: 40px;
}
.sgk-servicesBoxMessenger ul li a {
  width: 32px;
  height: 32px;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: .7;
}
.sgk-servicesBoxMessenger ul li a:hover {
  opacity: 1;
}
.sgk-servicesBoxMessenger ul li .messenger__facebook {
  background-image: url(../svg/facebook.svg);
}
.sgk-servicesBoxMessenger ul li .messenger__telegram {
  background-image: url(../svg/telegram.svg);
}
.sgk-servicesBoxMessenger ul li .messenger__instagram {
  background-image: url(../svg/instagram.svg);
}
.sgk-servicesBoxMessenger ul li .messenger__whatsapp {
  background-image: url(../svg/whatsapp.svg);
}
.sgk-servicesBoxMessenger ul li:last-child {
  margin-bottom: 0;
}
.sgk-servicesBoxText {
  width: 50%;
}
.sgk-servicesBoxText h1 {
  font-size: 72px;
  line-height: initial;
  margin-bottom: 32px;
}
.sgk-servicesBoxText p {
  font-size: 24px;
  line-height: 1.42;
  margin-bottom: 47px;
  font-weight: 300;
}
.sgk-servicesText p {
  font-size: 16px;
  margin-bottom: 15px;
  line-height: initial;
}
.sgk-mainhome .sgk-row {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.sgk-mainhomeName {
  margin-bottom: 50px;
}
.sgk-mainhomeName h1 {
  font-weight: 900;
  font-size: 64px;
  line-height: 78px;
}
.sgk-mainhomeDesc {
  font-weight: 500;
  font-size: 24px;
  line-height: 35px;
  margin-bottom: 45px;
}
.sgk-mainhome .sgk-btn {
  margin-bottom: 25px;
  font-size: 21px;
  line-height: 26px;
}
.sgk-mainhomeSocial {
  max-width: 365px;
  margin-bottom: 55px;
}
.sgk-mainhomeSocial nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.sgk-about {
  background: #ffffff;
  padding: 0;
  border-radius: 30px 0 0 30px;
  margin-bottom: 90px;
}
.sgk-about .sgk-row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.sgk-aboutInfo {
  padding: 55px;
}
.sgk-aboutInfo .sgk-title {
  margin-bottom: 20px;
  font-size: 21px;
  line-height: 26px;
}
.sgk-aboutInfo p {
  font-size: 16px;
  line-height: 25px;
}
.sgk-aboutInfo a {
  text-decoration: underline;
}
.sgk-aboutInfo a:hover {
  color: #f33a00;
}
.sgk-about img {
  float: right;
}
.sgk-help {
  background: #ffffff;
  padding: 30px 0 40px;
  margin-bottom: 70px;
}
.sgk-help .sgk-container {
  padding: 0;
  margin: 0 auto;
}
.sgk-help .sgk-container .sgk-row .col-6 {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.sgk-help .sgk-container .sgk-row .col-6:first-child {
  position: relative;
}
.sgk-help .sgk-container .sgk-row .col-6:first-child:after {
  position: absolute;
  content: '';
  display: block;
  width: 220px;
  height: 100%;
  background: #5e77ff;
  top: 0;
  right: 80px;
}
.sgk-help .sgk-title {
  max-width: 405px;
  position: relative;
  z-index: 1;
}
.sgk-helpText__title {
  font-weight: 900;
  font-size: 21px;
  line-height: 32px;
  margin-bottom: 20px;
}
.sgk-helpText__desc {
  font-weight: 500;
  font-size: 16px;
  line-height: 25px;
  margin-bottom: 50px;
}
.sgk-helpText__desc:last-child {
  margin-bottom: 0;
}
.sgk-proposal {
  margin-bottom: 80px;
  padding: 0;
}
.sgk-proposalWrapper {
  margin-bottom: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
}
.sgk-proposalItem {
  width: 400px;
  height: 390px;
  background: #ffffff;
  color: #000000;
  padding: 60px 60px 40px 40px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.333%;
  flex: 0 0 33.333%;
}
.sgk-proposalItem:nth-child(even) {
  background: #5e77ff;
}
.sgk-proposalItem:nth-child(6),
.sgk-proposalItem:nth-child(7) {
  background: #e1e1e1;
}
.sgk-proposalItem:nth-child(7) {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 66.666%;
  flex: 0 0 66.666%;
}
.sgk-proposalItem:last-child {
  background: #ffffff;
}
.sgk-proposalItem:first-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.sgk-proposalItem:first-child .sgk-proposalItem__title {
  font-size: 48px;
  line-height: 59px;
  margin-bottom: 0;
}
.sgk-proposalItem__title {
  font-weight: 900;
  font-size: 21px;
  line-height: 32px;
  margin-bottom: 30px;
  text-transform: uppercase;
}
.sgk-proposalItem__desc {
  font-weight: 500;
  font-size: 16px;
  line-height: 25px;
}
.sgk-proposal .sgk-btn {
  font-size: 21px;
  line-height: 26px;
}
.sgk-whyme {
  padding: 0;
}
.sgk-whymeWrapper {
  margin-bottom: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.sgk-whymeItem {
  background: #ffffff;
  color: #000000;
  padding: 35px 25px 50px;
  border-radius: 20px 20px 0 0;
  max-width: 280px;
  width: 100%;
}
.sgk-whymeItem__title {
  font-weight: 900;
  font-size: 20px;
  line-height: 32px;
  margin-bottom: 20px;
  height: 85px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-transform: uppercase;
}
.sgk-whymeItem__desc {
  font-weight: 500;
  font-size: 16px;
  line-height: 25px;
  height: 245px;
  overflow: hidden;
}
.sgk-reviews {
  margin-bottom: 100px;
  background: #5e77ff;
  padding: 65px 35px 85px;
}
.sgk-reviewsBlock {
  margin-bottom: 50px;
}
.sgk-reviewsBlock__item {
  padding: 0 70px;
  color: #000000;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.sgk-reviewsBlock__item-img {
  max-width: 175px;
  height: 175px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 35px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}
.sgk-reviewsBlock__item-name {
  font-weight: 900;
  font-size: 21px;
  line-height: 32px;
  margin-bottom: 10px;
}
.sgk-reviewsBlock__item-job {
  font-weight: 500;
  font-size: 16px;
  line-height: 32px;
  margin-bottom: 25px;
}
.sgk-reviewsBlock__item-text p {
  font-weight: 500;
  font-size: 16px;
  line-height: 25px;
}
.sgk-prev,
.sgk-next {
  width: 30px;
  height: 133px;
  background: url('../svg/arrow_prev.svg') no-repeat;
  display: block;
  position: absolute;
  top: 25%;
  z-index: 1;
  left: 0;
  -webkit-transition: .3s;
  transition: .3s;
}
.sgk-prev:hover,
.sgk-next:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  cursor: pointer;
}
.sgk-next {
  background: url('../svg/arrow_next.svg') no-repeat;
  left: unset;
  right: 0;
}
.navbar {
  position: relative;
  right: 0;
  top: 0;
  width: 100%;
  background: transparent;
  z-index: 999;
}
.navbar__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
  height: 100%;
}
.hamb {
  display: none;
  position: relative;
  right: 20px;
}
.popup {
  display: none;
}
.menu > li > a {
  text-decoration: none;
}
.navbar__wrap .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}
#ajax-load-more {
  width: 100%;
}
#ajax-load-more .alm-listing {
  display: flex;
  flex-wrap: wrap;
}
.sgk-copytext {
  width: 100%;
  margin-bottom: 10px;
}










/*Responsive*/
@media (max-width: 1200px) {
  .topblock-container {
    margin-left: 50px;
  }
}
@media (max-width: 1125px) {
  .sgk-deskresp {
    display: none;
  }
  .sgk-mobresp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .sgk-mobresp a {
    color: #000000;
  }
  .sgk-mobresp .topContact {
    margin-bottom: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .sgk-mobresp .popup .menu nav a {
    margin-bottom: 0;
  }
  .sgk-mobresp .logo {
    margin-right: 0;
  }
  .sgk-mobresp .topFeed {
    margin-left: 0;
  }
  .navbar__wrap .menu {
    display: none;
  }
  .hamb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 50px;
  }
  .hamb__field {
    cursor: pointer;
  }
  .bar {
    display: block;
    width: 30px;
    height: 6px;
    margin: 0;
    background: #000000;
    border-radius: 5px;
    -webkit-transition: .3s;
    transition: .3s;
    float: right;
  }
  .bar:nth-child(1) {
    width: 40px;
    margin-bottom: 15px;
  }
  .bar:nth-child(2) {
    display: none;
    opacity: 0;
  }
  .bar:nth-child(3) {
    width: 50px;
  }
  .hamb__field.active .bar:nth-child(1) {
    width: 50px;
  }
  .hamb__field.active .bar:nth-child(2) {
    opacity: 0;
  }
  .hamb__field.active .bar:nth-child(3) {
    width: 40px;
  }
  .popup {
    position: fixed;
    top: 0px;
    right: -100%;
    width: 100%;
    height: 100%;
    z-index: 100;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: .3s;
    transition: .3s;
  }
  .popup.open {
    right: 0;
  }
  .popup .menu {
    width: 100%;
    height: 100%;
    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;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0;
    overflow: auto;
    position: relative;
    background: -webkit-gradient(linear, left top, right bottom, from(#b1e3e9), color-stop(#999dce), to(#e46a6a));
    background: linear-gradient(to bottom right, #b1e3e9, #999dce, #e46a6a);
  }
  .popup .menu ul {
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 100%;
    margin-bottom: 50px;
  }
  .popup .menu ul li {
    margin-bottom: 20px;
  }
  .popup .menu ul ul {
    margin-bottom: 0;
  }
  .popup .menu ul a {
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    font-size: 30px;
  }
  .popup .menu ul a:last-child {
    margin-bottom: 0;
  }
  .popup .menu a {
    margin: 0 auto;
  }
  .sgk-headerLeft,
  .sgk-headerRight {
    width: 100%;
    display: block;
    text-align: center;
  }
  .sgk-headerLeft nav {
    margin-top: 200px;
  }
  .sgk-headerLeft nav ul.sgk-header__menu {
    -ms-flex-line-pack: center;
    align-content: center;
  }
  .sgk-headerLeft nav ul.sgk-header__menu li {
    margin: 0 auto 40px !important;
  }
  .sgk-headerLeft nav ul.sgk-header__menu li ul.sgk-header__sub-menu {
    display: none;
    position: relative;
  }
  .sgk-headerLeft nav ul.sgk-header__menu li ul.sgk-header__sub-menu li {
    margin: 0;
  }
  .sgk-headerRight .sgk-header__phone {
    font-size: 28px;
    line-height: initial;
    margin-bottom: 20px;
  }
  .sgk-headerRight .sgk-btn {
    margin-bottom: 20px;
  }
  .sgk-headerRight .sgk-header__language {
    margin: 0 auto;
  }
  .sgk-header__language #language-dropdown-toggle {
    display: none;
  }
  .sgk-header__language ul#language-dropdown {
    display: flex !important;
    flex-wrap: nowrap;
    flex-direction: initial;
  }
  .sgk-header__language ul#language-dropdown li {
    margin-bottom: 0;
    margin-right: 20px;
  }
  .sgk-header__language ul#language-dropdown li:last-child {
    margin-right: 0;
  }
  .sgk-headerRight .sgk-header__callback {
    display: none;
  }
  .sgk-header nav ul.sgk-header__menu li a,
  .sgk-header nav ul.sgk-header__menu li.sgk-active a {
    font-size: 32px;
    line-height: initial;
  }
}
@media (max-width: 992px) {
  .sgk-blogGrid .sgk-row {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .sgk-blogGridItem,
  .sgk-articleGridItem,
  .sgk-blogGridItemFullWidth,
  .sgk-articleGridItemFullWidth {
    max-width: 270px;
  }
  .sgk-blogGridItem__info,
  .sgk-articleGridItem__info,
  .sgk-blogGridItemFullWidth__info,
  .sgk-articleGridItemFullWidth__info {
    padding: 0 10px;
  }
  .sgk-mainhome .col-6:last-child {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(40%);
    flex: 0 0 calc(40%);
  }
  .sgk-mainhomeName h1 {
    font-weight: 900;
    font-size: 46px;
    line-height: initial;
  }
  .sgk-mainhomeDesc {
    font-size: 22px;
  }
  .sgk-mainhome .sgk-btn {
    font-size: 16px;
  }
  .sgk-about {
    border-radius: 20px;
    margin: 0 20px 50px;
  }
  .sgk-proposalItem {
    width: auto;
    padding: 30px 20px;
    max-width: 100%;
  }
  .sgk-whyme {
    margin-bottom: 40px;
  }
  .sgk-whyme .sgk-title {
    text-align: center;
    margin-bottom: 20px;
  }
  .sgk-whymeWrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .sgk-whymeItem {
    border-radius: 20px;
    margin: 20px;
  }
  .sgk-whymeItem__title {
    font-size: 18px;
    line-height: initial;
  }
}
@media (max-width: 768px) {
  .sgk-proposal {
    margin-bottom: 40px;
  }
  .sgk-proposalItem {
    -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;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }
  .sgk-proposalItem:nth-child(even) {
    background: #ffffff;
  }
  .sgk-proposalItem:nth-child(2),
  .sgk-proposalItem:nth-child(3),
  .sgk-proposalItem:nth-child(6),
  .sgk-proposalItem:nth-child(7) {
    background: #5e77ff;
  }
  .sgk-proposalItem:nth-child(7),
  .sgk-proposalItem:nth-child(8) {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }
  .sgk-proposalItem:first-child .sgk-proposalItem__title {
    font-size: 42px;
    line-height: initial;
  }
  .sgk-proposalItem__title {
    font-size: 28px;
    line-height: initial;
    margin-bottom: 20px;
  }
  .sgk-proposalItem__desc {
    font-size: 22px;
    line-height: initial;
  }
  .sgk-title {
    font-size: 42px;
    line-height: initial;
    margin-bottom: 40px;
  }
  .sgk-mainhome .sgk-row {
    text-align: center;
  }
  .sgk-mainhome .sgk-row .col-6:first-child {
    display: none;
  }
  .sgk-mainhome .sgk-row .col-6:last-child {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100%);
    flex: 0 0 calc(100%);
  }
  .sgk-mainhome .sgk-row .col-6 .sgk-btn {
    margin-bottom: 50px;
  }
  .sgk-mainhome .sgk-row .col-6 .sgk-mainhomeSocial {
    margin: 0 auto 55px;
  }
  .sgk-about .sgk-row .col-6,
  .sgk-help .sgk-row .col-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100%);
    flex: 0 0 calc(100%);
  }
  .sgk-about .sgk-row .col-6 img,
  .sgk-help .sgk-row .col-6 img {
    float: none;
    margin: 0 auto;
  }
  .topblock-container {
    margin-left: 0;
  }
  .topblock {
    background-image: none;
  }
  .topBlockInfo {
    text-align: center;
    line-height: initial;
  }
  .topSocBlock {
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
  }
  .block h2 {
    font-size: 36px;
  }
  .col-50 {
    width: 100%;
  }
  .helpBlock {
    width: 100%;
    margin-top: 0;
    margin-bottom: 40px;
  }
  .helpBlock:last-child {
    margin-bottom: 0;
  }
  .sgk-reviews {
    margin-top: 20px;
    margin-bottom: 0;
    padding-bottom: 55px;
  }
  .sgk-reviewsBlock__item {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 15px;
    text-align: center;
  }
  .sgk-reviewsBlock__item-img {
    margin: 0 auto 20px;
  }
  .sgk-reviewsBlock__item-name {
    font-size: 26px;
  }
  .sgk-reviewsBlock__item-text {
    padding: 0;
  }
  .sgk-reviews .sgk-title {
    text-align: center;
  }
  .sgk-footerTitle {
    margin-top: 0;
  }
  .sgk-footer ul {
    margin-bottom: 20px;
    margin-right: 0;
  }
  .sgk-footer .col-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(50%);
    flex: 0 0 calc(50%);
  }
  .sgk-footerSocial li {
    margin-right: 10px;
  }
  .sgk-footerSocial li:last-child {
    margin-right: 0;
  }
  .sgk-blogGridItem__title {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    height: 55px;
  }
  .sgk-blogGridItem__title a {
    font-size: 14px;
    line-height: initial;
  }
  .sgk-blogGridItem__desc p,
  .sgk-articleGridItem__desc p,
  .sgk-blogGridItemFullWidth__desc p,
  .sgk-articleGridItemFullWidth__desc p {
    font-size: 12px;
  }
  .sgk-blogGridItem__btn,
  .sgk-articleGridItem__btn,
  .sgk-blogGridItemFullWidth__btn,
  .sgk-articleGridItemFullWidth__btn {
    bottom: 12px;
    right: 15px;
  }
  .sgk-blogGridItem__date,
  .sgk-articleGridItem__date,
  .sgk-blogGridItemFullWidth__date,
  .sgk-articleGridItemFullWidth__date {
    margin: 20px 0 20px;
  }
  .homeServices {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
    margin-bottom: 40px;
  }
  .homeServices:last-child {
    margin-bottom: 0;
  }
  .homeServices:after {
    content: none !important;
  }
  :after {
    content: none !important;
  }
  .homeServices-block {
    width: 95%;
  }
  .sgk-general,
  .sgk-article {
    margin-bottom: 50px;
  }
  .sgk-general h1,
  .sgk-article h1 {
    font-size: 28px;
    line-height: initial;
  }
  .sgk-general h2,
  .sgk-article h2 {
    font-size: 24px;
    line-height: initial;
  }
  .sgk-general h3,
  .sgk-article h3 {
    font-size: 20px;
    line-height: initial;
  }
  .sgk-blogSubtext,
  .sgk-articleSubtext {
    width: 100%;
    font-size: 18px;
    margin-bottom: 30px;
  }
  .sgk-blog h1,
  .sgk-article h1 {
    text-align: center;
    margin-bottom: 30px;
  }
  .sgk-blogGridItemFullWidth,
  .sgk-articleGridItemFullWidth {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .sgk-blogGridItemFullWidth .sgk-blogGridItem__img,
  .sgk-articleGridItemFullWidth .sgk-blogGridItem__img,
  .sgk-blogGridItemFullWidth .sgk-blogGridItem__img,
  .sgk-articleGridItemFullWidth .sgk-blogGridItem__img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  .sgk-blogGridItem,
  .sgk-articleGridItem,
  .sgk-blogGridItemFullWidth,
  .sgk-articleGridItemFullWidth {
    max-width: 90%;
  }
  .sgk-servicesBox {
    width: 100%;
    padding-top: 20px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    background: transparent !important;
    padding-bottom: 20px;
  }
  .sgk-servicesBoxMessenger {
    margin-top: 30px;
  }
  .sgk-servicesBoxMessenger ul {
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .sgk-servicesBoxMessenger ul li {
    margin: 0;
    margin-right: 20px;
  }
  .sgk-servicesBoxMessenger ul li:last-child {
    margin-right: 0;
  }
  .sgk-servicesBoxText {
    width: 100%;
    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-servicesBoxText h1,
  .sgk-servicesBoxText div.sgk-title {
    font-size: 32px;
    width: 100%;
    word-wrap: break-word;
  }
  .sgk-servicesBoxText .sgk-btn {
    display: block;
    margin: 0 auto;
    padding: 20px;
  }
  .sgk-articleWrapper {
    padding: 30px 20px;
  }
  .sgk-blogGrid .sgk-row {
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
  }
  .sgk-contacts h1,
  .sgk-contacts div.sgk-title {
    margin-top: 0px;
    margin-bottom: 40px;
  }
  .sgk-contactsInfo .sgk-contactForm {
    margin-top: 40px;
  }
  .sgk-modal__content {
    max-width: 350px;
  }
  .sgk-contactForm .sgk-formGroup input,
  .sgk-contactForm .sgk-formGroup textarea {
    padding: 7px;
  }
  .sgk-contactForm .sgk-formGroup label,
  .sgk-contactForm .sgk-formGroup input,
  .sgk-contactForm .sgk-formGroup textarea {
    margin-bottom: 5px;
  }
  .sgk-contactForm .sgk-formGroup textarea {
    margin-bottom: 20px;
  }
  .sgk-contactForm .sgk-formGroup label {
    margin-top: 20px;
    margin-bottom: 0;
  }
  .sgk-blog .sgk-blogGrid .col-4 {
    flex: 0 0 calc(100%);
  }
}
@media (max-width: 425px) {
  .sgk-proposalItem {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  .sgk-proposalItem:nth-child(n) {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  .sgk-proposalItem:nth-child(odd) {
    background: #ffffff;
  }
  .sgk-proposalItem:nth-child(even) {
    background: #5e77ff;
  }
  .topBlockInfo h1,
  .topBlockInfo div.sgk-title {
    font-size: 55px;
  }
  .topBlockInfo span {
    font-size: 20px;
  }
  .sgk-blogGridItem__title {
    height: auto;
  }
  .sgk-blogGridItem,
  .sgk-articleGridItem,
  .sgk-blogGridItemFullWidth,
  .sgk-articleGridItemFullWidth {
    max-width: 270px;
  }
  .sgk-aboutInfo {
    padding: 25px;
  }
  .sgk-title {
    font-size: 38px;
  }
  .sgk-helpText__desc {
    margin-bottom: 30px;
  }
  .sgk-proposal .sgk-btn {
    font-size: 16px;
  }
  .sgk-whymeItem__title,
  .sgk-whymeItem__desc {
    height: auto;
  }
  .sgk-reviews {
    padding: 65px 0 10px;
  }
  .sgk-404Info h1 {
    font-size: 150px;
  }
}
