/* новые стили  */
@font-face {
  font-family: Roboto;
  src: url("../fonts/Roboto-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: Roboto;
  src: url("../fonts/Roboto-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: Gilroy;
  src: url("../fonts/Gilroy-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: pf_agora_sans_pro;
  src: url(../fonts/pfagorasanspro-reg.woff2) format("woff2");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: pf_agora_sans_pro;
  src: url(../fonts/pfagorasanspro-bold.woff2) format("woff2");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: pf_agora_sans_pro;
  src: url(../fonts/pfagorasanspro-medium.ttf) format("ttf");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: pf_agora_sans_pro;
  src: url(../fonts/pfagoraslabpro-light.woff2) format("woff2");
  font-weight: 300;
  font-style: normal;
}
.graphic-link-block {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;

}
.js-abonents-fastsearch-result {
  border-radius: 5px;
  -webkit-box-shadow: 0 0 2px 0 hsla(0, 0%, 42.7%, .37);
  box-shadow: 0 0 2px 0 hsla(0, 0%, 42.7%, .37);
  background-color: #fff;
  padding: 8px 0 22px;
  position: absolute;
  width: 337px;
  top: 100%;
  z-index: 10;
  font-size: 16px;
  margin-top: 5px;
  -webkit-transition: opacity .3s ease 0s, visibility .3s ease 0s, -webkit-transform .3s ease 0s;
  transition: opacity .3s ease 0s, visibility .3s ease 0s, -webkit-transform .3s ease 0s;
  -o-transition: opacity .3s 0s ease, transform .3s 0s ease, visibility .3s 0s ease;
  transition: opacity .3s ease 0s, transform .3s ease 0s, visibility .3s ease 0s;
  transition: opacity .3s ease 0s, transform .3s ease 0s, visibility .3s ease 0s, -webkit-transform .3s ease 0s;
  opacity: 0;
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
  -webkit-transform: rotateX(-50deg);
  transform: rotateX(-50deg);
  max-height: calc(100vh - 175px);
  overflow: auto;
  visibility: hidden
}

.js-abonents-fastsearch-result.active {
  opacity: 1;
  -webkit-transform: rotateX(0deg);
  transform: rotateX(0deg);
  visibility: visible
}

.js-abonents-search-inner .js-abonents-fastsearch-result {
  max-height: 300px
}
.wrapper-dogazification__action-request {
  height: 48px;
  max-width: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 207px;
  border-radius: 100px;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  transition: 0.3s 0s ease;
  margin-right: 20px;
  margin-top: 0;
  padding-left: 25px;
  padding-right: 25px;
  text-align: center;
  background-color: #F5D025;
  color: #000;
  font-family: pf_agora_sans_pro;
  text-transform: none;
}
@media (max-width: 730px) {
  .wrapper-dogazification__action-request {
    order: 1;
    margin-right: 0;
    width: 100%;
    margin-bottom: 20px;
    margin-top: 30px;
  }
  .wrapper-dogazification__action-request.blue {
    margin-top: 20px;
    margin-bottom: 0;
    background-color: #12438f !important;
    color: #fff !important;
    border: 1px solid #12438f !important;
  }
}
@media(max-width:460px) {
  .js-abonents-fastsearch-result {
    width: 100%;
  }

  .wrapper-dogazification__action-request {
    font-size: 20px;
  }
}

@media (max-width: 359px) {
  .wrapper-dogazification__action-request {
    width: 100%;
  }
}
.service-abonents-search-result-wrap .wrapper-dogazification__action-request{
  margin-top: 30px;
}
@media(max-width:730px){
  .service-abonents-search-result-wrap .wrapper-dogazification__action-request{
    margin-top: 10px;
  }
}
.graphic-link-item {
  padding: 20px;
  margin-bottom: 20px;
  width: 367px;
  height: 117px;
  border: 1px solid rgba(3, 70, 106, 0.2);
  border-radius: 20px;
}

.graphic-link-item .links-pdf:hover {
  opacity: 1;
}

.graphic-link-item a {
  display: block;
  margin-left: 43px;
  margin-top: 10px;
  font-weight: 500;
  font-size: 14px;
  text-decoration-line: underline;
  color: #109AF3;
}

.graphic-link__title {
  font-size: 18px;
  line-height: 22px;
  color: #12438F;
}
.sg-wrapper {
  max-width: 1200px;
  padding-bottom: 0;
}
.sg-head {
  padding-top: 80px;
  display: flex;
  justify-content: space-between;
}
.sg-head-left {
  width: 100%;
  max-width: 600px;
}
.sg-head-right {
  flex:1;
  margin-left: 30px;
  padding-top: 17px;
}
.sg-head-right-bg{
  position: relative;
  height: 100%;
}
.sg-head-right-bg-inner{
  position: absolute;
  left: -5%;
  right: -10%;
  bottom:-29%;
}
.sg-head-right-bg-inner img{
  display: block;
  width: 100%;
  height: auto;
}
.sg-head-title {
  font-style: normal;
  font-weight: bold;
  font-size: 46px;
  line-height: 51px;
}
.sg-head-description {
  font-size: 18px;
  line-height: 24px;
  color: #1E1E1E;
  margin-top: 18px;
}

.sg-head-buttons {
  margin-top: 12px;
  display: flex;
  justify-content: space-between;
}
.sg-head-buttons .button {
  height: 52px;
  width: 193px;
  max-width: none;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  -webkit-transition: 0.3s 0s ease;
  -moz-transition: 0.3s 0s ease;
  -ms-transition: 0.3s 0s ease;
  -o-transition: 0.3s 0s ease;
  transition: 0.3s 0s ease;
}
.sg-head-buttons .button:hover {
  opacity: 0.8;
}
.sg-head-buttons .btn--blue {
  background: #1E458A;
  border-color: #1E458A;
  color: #fff;
}
.sg-head-buttons .btn--yellow {
  color: #000000;
  background: #F5D025;
}
.sg-diagram-block-wrapper {
  opacity: 0;
  transition:opacity 0.3s 0s ease;
}
.sg-diagram-block-wrapper.initialized {
  opacity: 1;
}
.sg-diagram-block-tabs-wrapper {

}
.sg-diagram-block-tabs {
  border-bottom: 1px solid #CFDAE0;
  display: flex;
}
.sg-diagram-block-tabs-link {
  font-size: 16px;
  line-height: 18px;
  text-align: center;
  color: #000000;
  padding-bottom: 10px;
  border-bottom: 2px solid transparent;
  margin-bottom: -1px;
  cursor: pointer;
  margin-left: 24px;
}
.sg-diagram-block-tabs-link:first-child {
  margin-left: 0;
}
.sg-diagram-block-tabs-link.active {
  border-bottom-color: #1E458A;
  cursor: default;
  color: #1E458A;
}
.sg-diagram-block-tabs-content {
  display: none;
}
.sg-diagram-block-tabs-content.active {
  display: block;
}
.sg-diagram-block-list {
  position: relative;
  padding-top: 28px;
  padding-bottom: 97px;
}
.sg-diagram-block-list-inner {
  display: flex;
  justify-content: space-between;
}
.sg-diagram-block-list-arrows {
  display: none;
}
.sg-diagram-block-list-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 150px;
}
.sg-diagram {
  margin-top: 8px;
  margin-bottom: 49px;
  width: 122px;
  height: 122px;
  transform: rotate(180deg);
  cursor: pointer;
}
.sg-diagram:before {
  top: 8px;
  bottom: 8px;
  left: 8px;
  right: 8px;
}
.sg-diagram-icon {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 6;
  transform: rotate(-180deg);
  display: flex;
  align-items: center;
  justify-content: center;
}
.sg-diagram-icon img {
  max-width: 59px;
}
.sg-diagram-block-list-item-text {
  font-family: 'pf_agora_sans_pro', Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 18px;
  text-align: center;
  color: #12438F;
}
.sg-diagram-block-list-item-text.count {
  font-weight: bold;
}

.sg-diagram-block-list-item-info {
  background: #FFFFFF;
  border: 1px solid rgba(1, 69, 138, 0.2);
  box-sizing: border-box;
  border-radius: 10px;
  padding: 15px 20px;
  font-size: 16px;
  line-height: 18px;
  color: #1E458A;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: 0.3s 0s ease;
  -moz-transition: 0.3s 0s ease;
  -ms-transition: 0.3s 0s ease;
  -o-transition: 0.3s 0s ease;
  transition: 0.3s 0s ease;
}
.sg-diagram:hover + .sg-diagram-block-list-item-info,
.sg-diagram-block-list-item-info.active {
  opacity: 1;
}
.sg-diagram-block-list-item-info p {
  margin-top: 4px;
}
.sg-diagram-block-list-item-info p:first-child{
  margin-top: 0;
}
.service-abonents-search-field{
  height: 48px;
  font-size: 18px;
  line-height: 22px;
  font-family: pf_agora_sans_pro,Helvetica,Arial,sans-serif !important;
}
.service-abonents-search-form-icon {
  color: #212222;
  height: 14px;
  width: 14px;
  font-size: 14px;
}
.service-abonents-search-submit {
  height: 48px;
}
.service-abonents-search-wrapper {
  padding: 37px 28px 47px;
}
.service-abonents-search-description{
  margin-top: 0;
  font-size: 18px;
  line-height: 26px;
}
.service-abonents-search-form-wrapper {
  width: 100%;
  max-width: none;
  margin-top: 24px;
}



.left-col-download {
  font-family: pf_agora_sans_pro,Helvetica,Arial,sans-serif !important;
  display: block;
  position: relative;
  margin: 60px 0;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  color: #1E1E1E;
  padding-left: 40px;
  max-width: 315px;
}
.left-col-download:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 6px;
  width: 25px;
  height: 32px;
  background-image: url('../images/doc-blue-light.svg');
  background-size: contain;
  background-repeat: no-repeat;
}

.left-col-download-tip {
  display: inline-block;
  margin-top: 8px;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  color: #429AEC;
}
.left-col-download:hover .left-col-download-tip{
  text-decoration: underline;
}
.faq-list__item-title{
  font-weight: 500 !important;
  font-size: 20px !important;
  line-height: 28px !important;
}
.faq-list-item__title-icon{
  top: 25px;
}
@media (max-width: 992px) and (min-width: 741px){
  .left-col-download {
    margin-top: -20px;
    margin-bottom: 40px;
    margin-right: 20px;
    order: -1;
    max-width: none;
    width: 100%;
  }
}

@media (max-width: 740px) {
  .left-col-download {
    margin-top: 20px;
    margin-bottom: 50px;
    margin-left: 20px;
    margin-right: 20px;
    padding: 76px 0 0 0;
    text-align: center;
  }
  .left-col-download:before {
    width: 47px;
    height: 61px;
    left: 50%;
    top: 0;
    margin-left: -23px;
  }
  .left-col-download-tip {
    margin-top: 12px;
  }
}

.sg-reviews-link {
  display: block;
  position: relative;
  height: 220px;
}
.sg-reviews-link-bg {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 1;
  border-radius: 10px;
}

.sg-reviews-link-bg:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: 0.3s 0s ease;
  background-image: url('../images/sg-reviews-bg.jpg');
  background-size: cover;
  background-position: center;
}
.sg-reviews-link:hover .sg-reviews-link-bg:before {
  transform: scale(1.02);
}
.sg-reviews-link-description {
  max-width: 420px;
  background: rgba(255,255,255,0.7);
  border-radius: 8px;
  padding: 12px 18px;
  position: absolute;
  left: 20px;
  bottom: 20px;

  font-weight: 500;
  font-size: 18px;
  line-height: 22px;

  color: #1E1E1E;
  z-index: 2;
}
.sg-reviews-link-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.7);

  position: absolute;
  right: 20px;
  bottom: 30px;
  z-index: 2;
  transform: rotate(180deg);

  color: #12438F;
}
.sg-reviews-link-arrow.mobile {
  display: none;
}
.sg-reviews-link-arrow span {
  position: relative;
  left: -3px;
}

.modal {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  font-family: Roboto;
  z-index: 11;
}

.modal-question {
  display: none;
  padding: 50px 60px;
  max-width: 478px;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #FFFFFF;
}

.modal-callback {
  display: none;
  padding: 50px 60px;
  max-width: 478px;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #FFFFFF;
}

.modal-verification {
  display: none;
  padding: 50px 60px;
  max-width: 879px;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #FFFFFF;
}

.modal-verification__form {
  margin-top: 27px;
}

.modal-verification__form label {
  font-weight: 500;
  font-size: 14px;
}

.modal-verification__form input {
  max-width: 365px;
  width: 100%;
}

.modal-verification__btn {
  margin-top: 30px;
  display: flex;
}

.modal-verification__send {
  cursor: pointer;
  width: 164px;
  height: 36px;
  border: none;
  background: #F4CF3C;
  font-size: 14px;
  color: #1A1A1A;
  font-family: Roboto;
  margin-right: 35px;
}

.modal-verification__reset {
  cursor: pointer;
  width: 164px;
  height: 36px;
  border: 1px solid #F4CF3C;
  background-color: transparent;
  font-size: 14px;
  color: #1A1A1A;
  font-family: Roboto;
}

.modal-verification .time-block {
  margin-top: 12px;
  font-size: 14px;
}

.modal-verification .time-block__wrap {
  display: flex;
}

.modal-verification .time-block p {
  margin-top: 0;
}

.modal-verification .time-block span {
  padding-left: 5px;
}

.modal-verification .repeat-verification {
  display: none;
  font-size: 14px;
  color: #469549;
  text-decoration: underline;
}

.modal-close {
  position: absolute;
  right: 15px;
  top: 15px;
  cursor: pointer;
}

.modal-title {
  font-weight: 500;
  font-size: 24px;
}

.modal-title__sub {
  margin-top: 12px;
  font-size: 14px;
  line-height: 20px;
  color: #000;
}

.modal-form {
  margin-top: 15px;
}

.modal .input-wrap {
  margin-bottom: 15px;
}

.modal .input-wrap label {
  margin-bottom: 8px;
  display: block;
  color: #2C2C2C;
  font-weight: 500;
  font-size: 14px;
}

.modal .input-wrap input {
  padding-left: 20px;
  width: 100%;
  height: 40px;
  border: 1px solid #D3D3D3;
}

.modal .input-wrap input::placeholder {
  font-family: Roboto;
  font-size: 14px;
  color: rgba(44, 44, 44, 0.5);
}

.modal .input-wrap select {
  padding-left: 15px;
  width: 100%;
  height: 40px;
  border: 1px solid #D3D3D3;
  font-family: Roboto;
  font-size: 14px;
  color: rgba(44, 44, 44, .5);
}

.modal .input-wrap select::placeholder {
  font-family: Roboto;
  font-size: 14px;
  color: rgba(44, 44, 44, 0.5);
}

.modal-police {
  margin-top: 15px;
  font-size: 10px;
  line-height: 10px;
  text-align: center;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.modal-police a {
  color: #00A8E1;
  text-decoration: underline;
}

.modal-btn {
  cursor: pointer;
  font-family: Roboto;
  margin-top: 23px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 165px;
  height: 35px;
  background: #F4CF3C;
  font-size: 14px;
  color: #03466A;
  border: none;
}

@media (max-width: 730px) {
  .modal-question,
  .modal-callback,
  .modal-verification {
    padding-left: 25px;
    padding-right: 25px;
  }
}

.sg-content {
  display: flex;
  flex-wrap: wrap;
  margin-top: 70px;
}
.sg-content__left {
  width: calc(100% - 288px);
}
.sg-content__right {
  width: 260px;
  margin-left: 28px;
}
.sg-content__right-sticky {
  position: sticky;
  top: 30px;
}
.sg-side-block{
  background: #f8f8f8;
  border-radius: 10px;
  padding: 107px 20px 15px;
  text-align: center;
  background-image: url('./../images/sidebar-icon-phone.svg');
  background-position: center 12px;
  background-repeat: no-repeat;
}
.sg-side-block:not(:first-child){
  margin-top: 20px;
}
.sg-feedback-ctn {
  background-image: url('./../images/sidebar-icon-phone.svg');
}
.sg-feedback-phone {
  font-weight: 500;
  font-size: 22px;
  line-height: 24px;
  color: #12438F;
}
.sg-side-block__description {
  margin-top: 7px;
  font-size: 16px;
  line-height: 22px;
  color: #1E1E1E;
}
.sg-side-block .button {
  margin: 14px auto 0;
  width: 100%;
  height: 42px;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
}
.sg-registry-ctn {
  background-image: url('./../images/sidebar-icon-registry.svg');
  padding-top: 104px;
}
.sg-feedback-mail {
  margin-top: 18px;
  padding-top: 10px;
  font-size: 16px;
  line-height: 20px;
  color: #12438f;
  display: flex;
  align-items: flex-start;
  text-align: left;
  position: relative;
  cursor: pointer;
  -webkit-transition: 0.3s 0s ease;
    -moz-transition: 0.3s 0s ease;
    -ms-transition: 0.3s 0s ease;
    -o-transition: 0.3s 0s ease;
    transition: 0.3s 0s ease;
}
.sg-feedback-mail:hover {
  opacity: 0.7;
}
.sg-feedback-mail img {
  display: block;
  margin-right: 10px;
  margin-top: 4px;
}
.sg-feedback-mail:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  display: block;
  height: 1px;
  background: #DADADA;
}
.sg-calculator {
  background-image: url('./../images/sidebar-icon-calc.svg');
  padding-top: 104px;
}
.sg-video-wrap {
  margin-top: 20px;
}
.sg-video {
  display: block;
  cursor: pointer;
  background: #EDF4FF;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  height: 152px;
  background-size: cover;
  background-position: center;
}

.sg-video-carousel__item {
  height: 188px;
}

.sg-right-column-mobile {
  display: none;
}
.sg-video.play:after {
  content: '';
  display: block;
  width: 52px;
  height: 52px;
  background-image: url('../images/play-icon.svg');
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -26px 0 0 -26px ;
}
.sg-video-title {
  margin-top: 12px;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  color: #000000;
}
.sg-content-title,
.wrapper-dogazification__block .title{
  margin-top: 75px;
  margin-bottom: 40px;
  width: 100%;
  font-size: 28px;
  line-height: 36px;
  color: #1e1e1e;
}
.sg-content-title {
  display: flex;
  align-items: flex-end;
}

.sg-content-title + p {
  display: block;
  margin-top: -27px;
  margin-bottom: 40px;
}
.sg-descr{
  font-size: 18px;
  padding-bottom: 40px;
}
.title-h2__main {
  width: 452px;
}

@media (max-width: 1100px) {
  .sg-content-title + p {
    margin-top: -4px;
    margin-bottom: 16px;
  }
  .title-h2__main {
    width: 100%;
    font-size: 20px;
  }
}

.sg-geolocation-link {
  font-size: 16px;
  margin-bottom: 0px;
  margin-left: 5px;
  color: #12438f;
  border-bottom: 1px dotted;
  font-weight: normal;
  cursor: pointer;
}
.wrapper-dogazification__block .faq-list {
  padding-top: 0;
}
.sg-content-title a{
  font-weight: normal;
  font-size: 16px;
  line-height: 18px;
  color: #12438f;
  margin-left: 16px;
}
.emotion-map-link {
  position: relative;
  display: block;
  min-height: 164px;
  width: 100%;
  background-image: url('./../images/emotion-map-image.png');
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: right center;
  background-color: #F8F8F8;
  border-radius: 10px;
  margin-bottom: 40px;
  padding: 29px 40px 29px 109px;
}
.emotion-map-link::before{
  content:'';
  display: block;
  position: absolute;
  top: 30px;
  left: 30px;
  width: 57px;
  height: 53px;
  background-image: url('./../images/emotion-map-heart.svg');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left top;
}
.emotion-map-link-title {
  display: block;
  font-weight: 500;
  font-size: 28px;
  line-height: 34px;
  max-width: 410px;
  color: #000;
  -webkit-transition: 0.3s 0s ease;
    -moz-transition: 0.3s 0s ease;
    -ms-transition: 0.3s 0s ease;
    -o-transition: 0.3s 0s ease;
    transition: 0.3s 0s ease;
}
.emotion-map-link-description {
  position: relative;
  margin-top: 7px;
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  display: flex;
  align-items: center;
  text-align: center;
  left: 0;

  color: #12438F;

  -webkit-transition:left 0.3s 0s ease;
    -moz-transition:left 0.3s 0s ease;
    -ms-transition:left 0.3s 0s ease;
    -o-transition:left 0.3s 0s ease;
    transition:left 0.3s 0s ease;
}

.emotion-map-link-description img {
  margin-left: 8px;
  width: 15px;
  position: relative;
  top: -1px;
}

.emotion-map-link:hover .emotion-map-link-title{
  color: #12438F;
}
.emotion-map-link:hover .emotion-map-link-description{
  left: 20px;
}
.faq-list-item{
  max-width: none;
  border-radius: 10px;
}
.faq-list-item__title {
  padding-right: 55px;
}
.sg-wrapper .faq-list .faq-list-item{
  box-shadow: none;
}
.sg-wrapper .faq-list .faq-list-item.active{
  box-shadow: 0 8px 13px -9px rgb(98 123 162 / 20%);
}
.sg-schedule {
  color: #000;
  position: relative;
  z-index: 8;
}
.sg-schedule .swiper {

}
.sg-schedule-item {
  width: calc(50% - 14px);
  background: #FFFFFF;
  border: 1px solid #D5E4FF;
  box-sizing: border-box;
  border-radius: 10px;
  padding: 22px 20px 26px;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.sg-schedule-item:nth-child(1) {
  margin-right: 28px;
}
.sg-schedule-item-title {
  font-weight: 500;
  font-size: 20px;
  line-height: 26px;
  /* or 130% */
  color: #000000;
}
.sg-schedule-nearest {
  display: flex;
  align-items: center;
  color: #000;
  opacity: 0.6;
  cursor: pointer;
  font-size: 14px;
  line-height: 24px;
  margin-top: 8px;
  -webkit-transition: 0.3s 0s ease;
    -moz-transition: 0.3s 0s ease;
    -ms-transition: 0.3s 0s ease;
    -o-transition: 0.3s 0s ease;
    transition: 0.3s 0s ease;
}
.sg-schedule-nearest-no-geo {
  display: none;
}
.sg-schedule-nearest.geolocation {
  pointer-events: none;
  opacity: 0.3;
}
.sg-schedule-nearest.geolocation .sg-schedule-nearest-no-geo{
  display: inline;
}
.sg-schedule-nearest svg {
  position: relative;
  top: -2px;
  margin-right: 3px;
}
.sg-schedule-nearest svg *{
  -webkit-transition: 0.3s 0s ease;
    -moz-transition: 0.3s 0s ease;
    -ms-transition: 0.3s 0s ease;
    -o-transition: 0.3s 0s ease;
    transition: 0.3s 0s ease;
}

.sg-schedule-nearest:hover {
  opacity: 1;
  color: #12438f;
}
.sg-schedule-nearest:hover svg *{
  stroke: #12438f;
}
.sg-schedule-select {
  position: relative;
  font-size: 16px;
  line-height: 24px;
}
.sg-schedule-select-title {
  cursor: pointer;
  display: inline-block;
  position: relative;
  padding-right: 14px;
}
.sg-schedule-select-title:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -3px;
  right: 0;
  border-width: 5px 4px 0 4px;
  border-color: #000 transparent transparent transparent;
  border-style: solid;
  -webkit-transition: 0.3s 0s ease;
    -moz-transition: 0.3s 0s ease;
    -ms-transition: 0.3s 0s ease;
    -o-transition: 0.3s 0s ease;
    transition: 0.3s 0s ease;
}
.sg-schedule-select-title.active:after {
  transform: rotate(180deg);
}
.sg-schedule-select-list {
  position: absolute;
  left: -21px;
  right: -21px;
  top: 100%;
  background: #FFFFFF;
  border: 1px solid #D5E4FF;
  box-sizing: border-box;
  box-shadow: 0 10px 20px rgba(30, 69, 138, 0.15);
  border-radius: 8px;
  margin-top: 11px;
  padding: 12px 20px;
  font-size: 16px;
  line-height: 18px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s 0s ease;
    -moz-transition: 0.3s 0s ease;
    -ms-transition: 0.3s 0s ease;
    -o-transition: 0.3s 0s ease;
    transition: 0.3s 0s ease;
  z-index: 10;
}
.sg-schedule-select-list.active {
  opacity: 1;
  visibility: visible;
}
.sg-schedule-select-list-item {
  cursor: pointer;
  padding: 8px;
  -webkit-transition: 0.3s 0s ease;
    -moz-transition: 0.3s 0s ease;
    -ms-transition: 0.3s 0s ease;
    -o-transition: 0.3s 0s ease;
    transition: 0.3s 0s ease;
}
.sg-schedule-select-list-item.active {
  opacity: 0.6;
  pointer-events: none;
}
.sg-schedule-select-list-item:hover {
  color: #12438f;
}
.sg-schedule-bottom {
  border-top: 1px solid #D5E4FF;
  padding-top: 12px;
  margin-top: 11px;
}
.sg-schedule-bottom-item {
  display: flex;
  padding-left: 27px;
  position: relative;
}

.sg-schedule-bottom-item a {
  color: #12438f;
}
.grey-icon {
  background: #EDF4FF;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.grey-icon .text {
  font-weight: 500;
  font-size: 17px;
  line-height: 23px;
  color: #12438f;
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.grey-icon img {
  max-width: 100%;
  max-height: 100%;
}
.grey-icon.small {
  width: 22px;
  height: 22px;
}
.grey-icon.small img {
  max-height: 14px;
  max-width: 14px;

}
.grey-icon.medium {
  width: 46px;
  height: 46px;
}
.grey-icon.medium img {
  width: 100%;
  height: auto;
}
.grey-icon.large {
  width: 46px;
  height: 46px;
}
.grey-icon.large img {
  max-height: 28px;
  max-width: 30px;
}
.sg-schedule-bottom-item .grey-icon {
  position: absolute;
  left: 0;
  top: 0;
}

.sg-useful {

}
.sg-useful .swiper{
  overflow: hidden;
}
.sg-useful .swiper-wrapper{
  display: grid;
  gap: 28px 0;
}
.sg-useful .swiper-bottom {
  justify-content: center;
  align-items: center;
  margin-top: 12px;
  display: none;
}
.sg-useful .swiper-bottom {
  display: none;
}
.sg-useful .swiper-bottom.active {
  display: flex;
}
/*.sg-useful .swiper:not(.swiper-container-initialized) .swiper-wrapper {
  display: block;
}*/
.sg-useful .swiper-pagination {
  display: inline-flex;
  align-items: center;
  padding: 0 7px;
}
.sg-useful .swiper-pagination-bullet {
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #D5E4FF;
  margin: 0 3px;
  cursor: pointer;
}
.sg-useful .swiper-pagination-bullet-active {
  background: #12438f;
  pointer-events: none;
}
.sg-useful .swiper-button-prev,
.sg-useful .swiper-button-next {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #EFF5FC;
  border-radius: 50%;
  cursor: pointer;
}
.sg-useful .swiper-button-disabled {
  cursor: default;
  opacity: 0.5;
  pointer-events: none;
}
.sg-useful .swiper-button-icon {
  font-size: 18px;
  color: #12438f;
}
.sg-useful .swiper-button-next .swiper-button-icon {
  transform: rotate(-180deg);
}
.sg-useful-item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: #FFFFFF;
  border: 1px solid #D5E4FF;
  box-sizing: border-box;
  border-radius: 10px;
  padding: 27px 20px 24px;
  color: #000;
}
.sg-useful-item-top {
  min-height: 46px;
}
.sg-useful-item .grey-icon.medium {
  position: absolute;
  left: 20px;
  top: 16px;
  z-index: 5;
  background: rgba(25, 110, 209, 0.07);
}
.sg-useful-title {
  padding-left: 57px;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
}
.sg-useful-description {
  font-size: 16px;
  line-height: 22px;
  margin-top: 6px;
  margin-bottom: 6px;
  padding-left: 57px;
}
.sg-useful-title + .sg-useful-list {
  margin-top: 13px;
}
.sg-useful-description + .sg-useful-list {
  margin-top: 19px;
}
.sg-useful-list{
  display: flex;
  flex-direction: column;
}
.sg-useful-list-item {
  font-size: 16px;
  line-height: 20px;
  margin-top: 9px;
  min-height: 22px;
  padding-left: 57px;
  display: inline-block;
  position: relative;
  -webkit-transition: 0.3s 0s ease;
    -moz-transition: 0.3s 0s ease;
    -ms-transition: 0.3s 0s ease;
    -o-transition: 0.3s 0s ease;
    transition: 0.3s 0s ease;
}
.sg-useful-list-item:hover {
  opacity: 0.7;
}
.sg-useful-list-item .grey-icon.small{
  position: absolute;
  left: 12px;
  top: -1px;
  background: rgba(25, 110, 209, 0.07);
}
.sg-news-item {
  display: block;
  max-width: 335px;
}
.sg-news-card-image {
  display: block;
  border-radius: 10px;
  background-size: cover;
  background-position: 50%;
  height: 188px;
}
.sg-news-card-info {
  display: block;
  margin-top: 16px;
  font-size: 18px;
  line-height: 22px;
}
.sg-news-card-date {
  margin-top: 12px;
  display: block;
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  /* identical to box height, or 150% */

  letter-spacing: 0.6px;
  text-transform: uppercase;

  color: #12438f;
}

.sg-news {
  width: 100%;
  position: relative;
}
.sg-news .swiper{
  overflow: hidden;
}
.sg-news .swiper-button-prev,
.sg-news .swiper-button-next {
  position: absolute;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FFFFFF;
  box-shadow: 0 4px 20px rgba(18, 67, 143, 0.15);
  border-radius: 40px;
  cursor: pointer;
  top: 70px;
  -webkit-transition: 0.3s 0s ease;
    -moz-transition: 0.3s 0s ease;
    -ms-transition: 0.3s 0s ease;
    -o-transition: 0.3s 0s ease;
    transition: 0.3s 0s ease;
}
.sg-news .swiper-button-prev {
  left: -61px;
}
.sg-news .swiper-button-next {
  right: -61px;
}
.sg-news .swiper-button-disabled {
  cursor: default;
  opacity: 0;
}
.sg-news .swiper-button-icon {
  font-size: 30px;
  color: #12438f;
}
.sg-news .swiper-button-next .swiper-button-icon {
  transform: rotate(-180deg);
}

.sg-news .swiper-arrow-next, .sg-news .swiper-arrow-prev {
  top: 90px;
}

@media (max-width: 1300px) {
  .sg-news .swiper-arrow-next, .sg-news .swiper-arrow-prev {
    display: none;
  }
}

.sg-about-more {
  display: block;
  width: 100%;
  margin-top: 75px;
  min-height: 263px;
  background: #F8F8F8;
  border-radius: 24px;
  padding: 49px 59px;
  background-image: url('./../images/about-house-desc.svg');
  background-repeat: no-repeat;
  background-position: right top;
  background-size: auto 100%;
}
.sg-about-more-info {
  display: block;
  max-width: 495px;
  font-size: 20px;
  line-height: 28px;
  color: #1e1e1e;
  position: relative;
}
.sg-about-more-title {
  display: block;
}
.sg-about-more-info .button {
  margin-top: 13px;
  height: 52px;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
}
.sg-news-wrapper {
  width: 100%;
}
@media screen and (max-width: 1230px) {
  .sg-wrapper {
    padding: 0 20px 40px;
  }
  .sg-news-wrapper {
    width: auto;
    overflow: hidden;
    margin: 0 -40px;
    padding: 0 40px;
  }
  .sg-news .swiper-button-prev{
    left: 5px;
    z-index: 2;
  }
  .sg-news .swiper-button-next {
    right: 5px;
    z-index: 2;
  }
}
@media screen and (min-width: 1100px){
  .sg-useful .swiper-pagination-bullet:nth-child(2n){
    display: none;
  }

}
@media screen and (max-width: 1160px) {
  .sg-head-title {
    font-size: 36px;
    line-height: 40px;
  }

}
@media screen and (max-width: 1100px) {
  .sg-wrapper{
    overflow: hidden;
  }
  .sg-news .swiper {
    overflow: visible;
  }
  .sg-content {
    margin-top: 40px;
  }
  .emotion-map-link {
    margin-bottom: 46px;
  }
  .sg-head {
    padding-top: 61px;
  }
  .sg-head-description {
    font-size: 16px;
    line-height: 24px;
  }
  .sg-head-buttons .button {
    height: 46px;
  }
  .sg-head-left {
    max-width:468px;
  }
  .sg-head-right{
    position: relative;
    right: -20px;
  }
  .sg-head-right-bg-inner{
    right: -30%;
    bottom: -49%;
    left: -8%;
  }
  .emotion-map-link{
    background-image: url('./../images/emotion-map-tablet-image.png');
    min-height: 125px;
    padding: 20px 20px 20px 84px;
  }
  .emotion-map-link::before{
    top: 23px;
    left: 21px;
    width: 47px;
  }
  .emotion-map-link-title{
    font-size: 20px;
    line-height: 25px;
    max-width:220px;
  }
  .emotion-map-link-description{
    margin-top: 10px;
  }
  .service-abonents-search-wrapper{
    padding: 36px 20px 20px;
    min-height: 0;
  }
  .service-abonents-search-description {
    font-size: 16px;
    line-height: 24px;
  }
  .service-abonents-search-form-wrapper{
    max-width: none;
    margin-top: 20px;
  }
  .service-abonents-search-form{
    padding: 28px 20px;
  }
  .service-abonents-search-field-wrap {
    margin-top: 0;
  }
  .service-abonents-search-item-list {
    width: calc(100% - 176px);
    max-width: none;
  }
  .service-abonents-search-field {
    height: 46px;
    padding-left: 44px;
  }
  .sg-content-title, .wrapper-dogazification__block .title {
    margin-top: 40px;
    margin-bottom: 16px;
    font-size: 20px;
    line-height: 24px;
  }
  .sg-geolocation-link {
    font-size: 14px;
    margin-bottom: 0;
  }
  .service-abonents-search-field,
  .service-abonents-search-submit{
    height: 46px;
  }
  .sg-schedule .swiper-wrapper {
    flex-direction: column;
  }
  .sg-schedule-item {
    padding-top: 17px;
    padding-bottom: 15px;
  }
  .sg-schedule-item-title {
    font-size: 16px;
    line-height: 26px;
  }
  .sg-useful .swiper-wrapper{
    gap: 20px 0;
  }
  .sg-about-more {
    margin-top: 28px;
    padding: 206px 40px 38px;
    background-image: url('./../images/about-house-tablet.svg');
    background-position: center top;
  }
  .sg-about-more-info {
    font-size: 16px;
    line-height: 24px;
    margin: 0 auto;
    text-align: center;
  }
  .sg-about-more-info .button{
    margin: 10px auto 0;
  }
  .sg-news-card-image {
    height: 132px;
  }
  .sg-news-card-info {
    margin-top: 13px;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    color: #1E1E1E;
  }
  .sg-news-card-date {
    color: #627BA2;
  }
  .sg-feedback-description {
    margin-top: 8px;
  }
  .sg-feedback-mail {
    padding-top: 9px;
  }
  .sg-content__left{
    width: 100%;
  }
  .sg-content__right{
    display: none;
  }
  .sg-right-column-mobile{
    display: flex;
    padding: 40px 0;
  }
  .faq-list__item-title{
    font-weight: 400 !important;
    font-size: 18px !important;
    line-height: 26px !important;
  }
  .sg-video-title{
    font-weight: 400;
  }
}
@media screen and (max-width: 1100px) and (min-width: 768px){
  .sg-schedule-item {
    margin-right: 0 !important;
    width: 100% !important;
  }
  .sg-schedule-item + .sg-schedule-item {
    margin-top: 20px;
  }
  .sg-side-block{
    padding-bottom: 27px;
    width: calc(33% - 21px/3);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .sg-side-block:not(:first-child){
    margin: 0 0 0 21px;
  }
  .sg-feedback-mail img{
    width: 28px;
    height: 28px;
  }
}
@media screen and (max-width: 960px) {
  .sg-head-right-bg-inner{
    right: -60%;
    bottom: -41%;
  }
  .sg-wrapper .faq-list-item{
    max-width: none;
  }
}
@media screen and (max-width: 880px) {
  /*.sg-content-title{
    display: block;
  }
  .sg-geolocation-link {
    margin-left: 0;
  }*/
}
@media screen and (min-width: 871px) {
  .sg-diagram-block-list-item-text.name {
    position: absolute;
    top: 189px;
    min-width: 126px;
    max-width: 160px;
  }
}
@media screen and (max-width: 870px) {
  .sg-head-right-bg-inner{
    left: -35%;
    bottom: -32%;
  }
  .sg-diagram:before{
    opacity: 0.7;
    top: 8px;
    bottom: 8px;
    right: 8px;
    left: 8px;
  }
  .sg-diagram-icon img {
    max-width: 68px;
  }
  .sg-diagram-block-list-item-text.name {
    max-width: 160px;
  }
  .sg-diagram-block-list {
    padding-bottom: 0;
    padding-top: 16px;
  }
  .sg-diagram-block-list-inner {
    justify-content: center;
  }
  .sg-diagram-block-list-arrows {
    display: block;
  }
  .sg-diagram-block-list-arrow {
    position: absolute;
    top: 130px;
    cursor: pointer;
    width: 62px;
    height: 62px;
    margin-top: -43px;
    z-index: 2;
    transition: opacity 0.3s 0s ease;
  }
  .sg-diagram-block-list-arrow.left {
    left: 26px;
  }
  .sg-diagram-block-list-arrow.right {
    right: 26px;
    transform: rotateY(180deg);
  }
  .sg-diagram-block-list-arrow.disabled {
    opacity: 0.3;
    pointer-events: none;
  }
  .sg-diagram-block-list-item {
    width: 100%;
    max-width: none;
    min-height: 286px;
  }
  .sg-diagram-block-list-item:not(.active) {
    display: none;
  }
  .sg-diagram {
    width: 130px;
    height: 130px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .sg-diagram-block-list-item-info {
    position: static;
    width: 100%;
    opacity: 1;
    order: 3;
    margin-top: 10px;
    padding: 11px 16px;
  }
  .sg-diagram-block-list-item-text br {
    display: none;
  }
  .diagram .progress-circle {
    opacity: 1;
  }
  .emotion-map-link {
    margin-top: 0;
  }

}
@media screen and (min-width: 769px) {
  .sg-useful .swiper-slide {
    width: auto !important;
  }
  .sg-useful .swiper-wrapper {
    height: auto !important;
    align-items: initial;
  }
}
.swiper-slide {
  text-align: left;
}

@media screen and (max-width: 768px) {
  .sg-wrapper {
    padding: 0 20px 34px;
    overflow: hidden;
  }
  .sg-head {
    display: block;
    padding-top: 33px;
  }
  .sg-head-left {
    width: 100%;
    max-width: none;
  }
  .sg-head-right {
    display: none;
  }
  .sg-head-title {
    font-size: 28px;
    line-height: 32px;
  }
  .sg-head-description {
    margin-top: 10px;
  }
  .sg-head-buttons {
    margin-top: 0;
  }
  .sg-head-buttons .button {
    margin-top: 15px;
    font-size: 16px;
    line-height: 24px;
  }
  .sg-diagram-block-list {
    padding-top: 32px;
  }
  .sg-diagram-block-list-item {
    min-height: 0;
  }
  .sg-diagram-block-tabs-link {
    margin-left: 19px;
  }
  .sg-diagram {
    width: 142px;
    height: 142px;
  }
  .sg-diagram-block-list-item-info{
    padding: 14px 16px;
  }
  .sg-diagram-block-list-arrow.right{
    right: 0;
  }
  .sg-diagram-block-list-arrow.left{
    left: 0;
  }
  .flex-row.dogazification {
    margin-top: 0;
  }
  .wrapper-dogazification{
    margin-top: 62px;
  }
  .service-abonents-search-wrapper {
    margin: 0 0 20px !important;
    padding: 28px 20px 32px;
  }
  .service-abonents-search-item-list {
    width: 100%;
    margin-right: 0;
  }
  .service-abonents-search-field {
    padding-left: 38px;
    font-size: 16px;
  }
  .service-abonents-search-submit{
    width: 100%;
    margin-top: 16px;
    font-size: 16px;
    max-width: none;
  }
  .service-abonents-search-form {
    padding: 24px 16px 28px;
  }
  .sg-content {
    margin-top: 46px;
  }
  .emotion-map-link {
    margin: 0 auto 20px;
    min-height: 380px;
    padding: 79px 20px 64%;
    background-image: url('../images/emotion-map-mobile-image.png');
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: bottom left;
    max-width: 480px;
  }
  .emotion-map-link-title {
    font-size: 16px;
    line-height: 24px;
    max-width: 250px;
    font-weight: 400;
  }
  .emotion-map-link::before{
    width: 54px;
    height: 50px;
    left: 50%;
    margin-left: -27px;
  }
  .emotion-map-link-title{
    margin: 0 auto;
    font-size: 24px;
    line-height: 26px;
    text-align: center;
  }
  .emotion-map-link-description {
    display: block;
    margin: 10px auto 0;
    line-height: 24px;
  }
  .emotion-map-link-description img {
    top: 1px;
    margin-left: 5px;
  }
  .sg-content__left {
    width: 100%;
  }
  .sg-content__right {
    display: none;
  }
  .sg-content-title, .wrapper-dogazification__block .title {
    margin-top: 40px;
    margin-bottom: 17px;
    display: flex;
    flex-direction: column;
    font-size: 18px;
    line-height: 26px;
  }
  .sg-content-title a {
    display: inline-block;
    margin-left: 0;
  }
  .sg-schedule .swiper-wrapper {
    flex-direction: row;
  }
  .sg-schedule .swiper-pagination {
    display: none;
  }
  /*.sg-schedule .swiper-pagination {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 0 7px;
    width: 100%;
  }*/
  .sg-schedule .swiper-pagination-bullet {
    display: block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #D5E4FF;
    margin: 0 3px;
    cursor: pointer;
  }
  .sg-schedule .swiper-pagination-bullet-active {
    background: #12438f;
    pointer-events: none;
  }
  .sg-schedule-item-title,
  .sg-schedule-select-title{
    line-height: 22px;
  }
  .sg-reviews-link {
    min-height: 388px;
  }
  .sg-reviews-link-description {
    padding: 12px 28px 12px 16px;
    font-weight: 400;
  }
  .sg-reviews-link-description {
    max-width: none;
    left: 18px;
    right: 18px;
    bottom: 18px;
    padding-right: 43px;
    font-size: 16px;
    line-height: 18px;
  }
  .sg-reviews-link-arrow:not(.mobile) {
    display: none;
  }
  .sg-reviews-link-arrow.mobile {
    display: flex;
    position: absolute;
    top: 50%;
    right: 16px;
    bottom: auto;
    margin-top: -10px;
    background: transparent;
    width: 14px;
    height: 20px;
  }
  .sg-useful .swiper-wrapper {
    display: flex;
  }
  .sg-useful .swiper-pagination-bullet:nth-child(2n) {
    display: block;
  }
  .sg-about-more {
    display: block;
    padding: 40% 44px 40px;
    text-align: center;
    margin-top: 28px;
    background-image: url('./../images/about-house-mobile.svg');
    background-size: 100% auto;
  }
  .sg-about-more-img {
    display: block;
    margin: 0 auto;
  }
  .sg-about-more-info {
    display: block;
    margin-top: 29px;
  }
  .sg-about-more-title{
    margin: 0 auto;
    max-width: 243px;
    font-size: 18px;
    line-height: 22px;
  }
  .sg-about-more-info .button{
    margin-top: 14px;
    height: 46px;
    font-size: 16px;
    line-height: 24px;
    padding: 10px 31px;
  }
  .sg-news {
    padding: 0 20px 0 0;
  }
  .sg-news-card-image {
    height: 172px;
  }
  .sg-news .swiper-button-prev, .sg-news .swiper-button-next {
    display: none;
  }
  .sg-schedule-item {
    width: 100% !important;
  }
  .sg-right-column-mobile {
    display: block;
  }
  .sg-video-wrap {
    margin-top: 40px;
  }
  .sg-content-title{
    align-items: flex-start;
  }
  .sg-side-block{
    padding-top: 104px;
    padding-bottom: 26px;
  }
  .sg-registry-ctn,
  .sg-calculator{
    padding-top: 98px;
  }
  .sg-feedback-mail{
    align-items: center;
  }
  /*.sg-schedule{
    margin-bottom: -5px;
  }*/
  .sg-useful .swiper-button-prev, .sg-useful .swiper-button-next{
    display: none;
  }
  .sg-useful-item .grey-icon.medium{
    left: 16px;
  }
  .grey-icon.medium{
    width: 44px;
    height: 44px;
  }
  .sg-useful-item{
    padding: 19px 20px 22px;
  }
  .sg-useful-title{
    font-size: 16px;
    line-height: 22px;
    padding-left: 49px;
  }
  .sg-useful-description{
    margin-top: 9px;
    padding-left: 49px;
  }
  .sg-useful-list-item{
    margin-top: 3px;
    padding-left: 49px;
  }
  .faq-list__item-title{
    font-size: 16px !important;
    line-height: 22px !important;
    font-weight: 500 !important;
  }
  .faq-list-item__text-inner{
    font-size: 16px;
    line-height: 24px;
  }
  .sg-geolocation-link{
    margin-left: 0;
  }
}
@media screen and (max-width: 550px) {
  .sg-news-item {
    max-width: none;
  }
  .faq-list-item__text-inner:after{
    bottom: 96px;
  }
}
@media screen and (max-width: 500px){
  .wrapper-left-col.calc .calc-btn{
    width: 100%;
    max-width: 300px;
  }
}
@media screen and (max-width: 400px){
  .sg-about-more{
    padding: 40% 20px 40px;
  }
}
