@font-face {
  font-family: 'Inter';
  src: url('/inc/fonts/Inter/Inter-Light.woff') format('woff'),
       url('/inc/fonts/Inter/Inter-Light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('/inc/fonts/Inter/Inter-Regular.woff') format('woff'),
       url('/inc/fonts/Inter/Inter-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Inter';
  src: url('/inc/fonts/Inter/Inter-Italic.woff') format('woff'),
       url('/inc/fonts/Inter/Inter-Italic.woff2') format('woff2');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('/inc/fonts/Inter/Inter-Medium.woff') format('woff'),
       url('/inc/fonts/Inter/Inter-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('/inc/fonts/Inter/Inter-Bold.woff') format('woff'),
       url('/inc/fonts/Inter/Inter-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

* {
  font-family: "Inter", sans-serif;
  box-sizing: border-box;
}

a {
  text-decoration: none;
  cursor: pointer;
}

html {
  overflow-x: hidden;
  margin: 0;
}

body {
  margin: 0;
  overflow-x: hidden;
  overflow-y: hidden;
}

.container {
  position: relative;
  max-width: 1040px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}

body {
  font-size: 14px;
  font-weight: 400;
}
body.main-page {
  background-position: top center;
}
img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
}

p {
  margin: 0;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

a {
  text-decoration: none;
}

h1 {
  font-weight: 400;
  font-size: 40px;
  line-height: 48px;
  margin-bottom: 63px;
  max-width: 695px;
  align-self: flex-end;
}

h2 {
  font-size: 43px;
  line-height: 52px;
  color: #264B82;
  font-weight: 400;
  position: relative;
}

h3 {
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 12px;
}

header {
  width: 100%;
  z-index: 2;
  padding: 30px 0 30px;
}
header .container {
  display: flex;
  align-items: flex-start;
}

footer {
  width: 100%;
  z-index: 2;
  padding: 42px;
}

.logo-block {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 2;
}
.logo-block a + a {
  margin-top: -18px;
}

.header-section *,
.article-block * {
  color: #fff;
}

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

.read-more {
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  border-bottom: 7px solid #FF6D00;
  display: inline-block;
  transition: all 0.5s ease;
  margin-top: auto;
  align-self: flex-start;
}

.btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 206px;
  height: 45px;
  border: 2px solid #fff;
  border-radius: 0;
  font-size: 14px;
  line-height: 17px;
  color: #fff;
  text-decoration: none;
  font-weight: 400;
  text-transform: none;
  text-align: center;
  cursor: pointer;
  vertical-align: middle;
}
.btn:hover {
  background: #fff;
  color: #011320;
  font-weight: 700;
}

.mob-photo-block {
  display: none;
}

.point, .point1, .point2, .point3 {
  display: none;
}

@media (min-width: 1040px) {
  .point, .point1, .point2, .point3 {
    display: block;
  }
  .point {
    position: absolute;
    top: 63px;
    left: 683px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 0 10px 4px #fff;
    animation-delay: 2s;
    animation-duration: 5s;
  }
  .blink {
    animation-name: blinker;
    animation-iteration-count: infinite;
    animation-timing-function: cubic-bezier(1, 0, 0, 1);
    animation-duration: 6s;
  }
  .point1 {
    position: absolute;
    top: -93px;
    left: 402px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 0 10px 4px #fff;
  }
  .point2 {
    position: absolute;
    top: 127px;
    right: 191px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 0 10px 4px #fff;
    animation-delay: 3s;
    animation-duration: 7s;
  }
  .point3 {
    position: absolute;
    top: 88px;
    right: -35px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 0 10px 4px #fff;
    animation-delay: 4s;
  }
}
@keyframes blinker {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes blinker {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.header-wrapper {
  background: url("https://filearchive.cnews.ru/img/zoom/2023/01/18/bg.jpg");
  background-position: top center;
  min-height: 800px;
  position: relative;
}
.header-wrapper:before {
  content: "";
  height: 65%;
  width: 100%;
  display: block;
  background: linear-gradient(180deg, rgba(1, 19, 32, 0) 0%, #011320 28.79%);
  background-position: bottom;
  position: absolute;
  bottom: 0;
}

.header-section {
  padding-top: 95px;
}

.photo-block {
  position: absolute;
  width: 308px;
  left: 10px;
  top: -115px;
}
.photo-block .red-figure {
  position: absolute;
  background: #FE000D;
  width: 365px;
  height: 333px;
  border-radius: 166px 0px 0px 0px;
  top: 105px;
  left: -150px;
}
.photo-block svg {
  position: absolute;
  top: 168px;
  left: -255px;
}
.photo-block img {
  position: absolute;
  top: 0;
  right: 0;
}

.main-title .d-flex {
  justify-content: flex-end;
}

.header-text {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  z-index: 2;
}
.header-text .main-title-text {
  display: flex;
  align-items: center;
}
.header-text .main-title-text p.name {
  font-size: 24px;
  line-height: 29px;
  min-width: 240px;
  margin-top: -10px;
}
.header-text .main-title-text p.name span {
  font-size: 14px;
  line-height: 17px;
}
.header-text .main-title-text .divider {
  height: calc(100% + 40px);
  width: 4px;
  background: #FE000D;
  margin: 0 40px 0 52px;
  flex-shrink: 0;
}
.header-text .main-title-text p.main-title-text-desc {
  font-size: 20px;
  line-height: 24px;
  max-width: 460px;
  margin-bottom: 20px;
}

.article-block {
  margin-top: 30px;
  padding-bottom: 310px;
}
.article-block .article-block-flex {
  display: flex;
  justify-content: space-between;
  align-self: stretch;
}
.article-block .article-block-flex .left-column {
  width: 50%;
  display: flex;
  flex-direction: column;
}
.article-block .article-block-flex .left-column .announce {
  margin-bottom: 30px;
}
.article-block .article-block-flex .left-column .announce a {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #fff;
}
.article-block .article-block-flex .left-column .btn {
  align-self: flex-end;
  margin-top: auto;
}
.article-block .article-block-flex .right-column {
  width: calc(50% - 38px);
  padding-right: 20px;
}
.article-block .article-block-flex .right-column b {
  color: #FE000D;
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 10px;
  display: block;
  font-weight: 400;
}
.article-block .article-block-flex .right-column .infograph {
  display: flex;
  justify-content: space-between;
  align-self: stretch;
}
.article-block .article-block-flex .right-column .infograph .item {
  width: 33%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.article-block .article-block-flex .right-column .infograph .item div {
  width: 98px;
  height: 98px;
  border-radius: 50%;
  background: #1A4B75;
  position: relative;
}
.article-block .article-block-flex .right-column .infograph .item div svg {
  position: absolute;
  left: -5px;
  bottom: 15px;
}
.article-block .article-block-flex .right-column .infograph .item p {
  align-self: flex-start;
  font-size: 14px;
  line-height: 17px;
  margin-top: 8px;
}

.ways {
  margin-top: -240px;
}
.ways .container:before {
  content: "";
  display: block;
  background: #fff;
  border-radius: 120px 0 0 0;
  width: 100vw;
  height: 270px;
  position: absolute;
  top: -60px;
  left: -64px;
}
.ways .container:after {
  content: "";
  display: block;
  background: url("https://filearchive.cnews.ru/img/zoom/2023/01/19/pattern2.svg");
  width: 333px;
  height: 230px;
  position: absolute;
  top: -94px;
  right: -142px;
}
.ways .ways-items {
  display: flex;
  justify-content: space-between;
  position: relative;
  flex-wrap: wrap;
}
.ways .ways-items .left-column {
  width: calc((100% - 22px) / 2);
}
.ways .ways-items .right-column {
  width: calc((100% - 22px) / 2);
}
.ways .ways-items .item {
  /*flex-basis: 312px;*/
  flex-basis: 238px;
  box-shadow: 0 11px 70px rgba(38, 75, 130, 0.2);
  border-radius: 10px;
  margin-bottom: 25px;
  position: relative;
}
.ways .ways-items .item .card-title {
  display: flex;
  align-items: center;
  min-height: 120px;
  justify-content: center;
  opacity: 1;
  cursor: pointer;
  position: relative;
  user-select: none;
  transition: 0.3s;
  z-index: 1;
  background: #fff;
  width: 100%;
  padding: 0 28px 0 23px;
  border-radius: 8px;
  box-shadow: 12px 12px 22px rgba(86, 144, 193, 0.25);
}
.ways .ways-items .item .way-img {
  width: 75px;
  flex-shrink: 0;
}
.ways .ways-items .item .card-title-text {
  font-family: OpenSans, sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  color: #1A4B75;
  text-align: center;
}
.ways .ways-items .item .card-title-more {
  flex-shrink: 0;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: #FE000D;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  position: absolute;
  bottom: -13px;
}
.ways-btn-wrap {
  display: flex;
  justify-content: flex-end;
}
.ways-btn-wrap a {
  z-index: 4;
  margin-top: 20px;
}
.card-desc {
  transition: all 0.4s ease-in-out;
  position: absolute;
  top: calc(100% - 20px);
  left: 0;
  width: 100%;
  background: transparent;
  height: 0;
  opacity: 0;
}

.item.remove_transition .card-desc {
  transition: none !important;
}

.card-desc-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: #FFFFFF;
  opacity: 0.95;
  box-shadow: 0 11px 70px rgba(38, 75, 130, 0.2);
  border-radius: 0 0 10px 10px;
  padding: 55px 20px 27px 30px;
}
.card-desc-inner ul {
  list-style: inside;
  font-size: 16px;
  line-height: 20px;
}
.card-desc-inner ul li {
  /*margin-bottom: 15px;*/
  margin-bottom: 7px;
}
.card-desc-inner .btn {
  border: 1px solid #264B82;
  font-weight: 600;
  font-size: 16px;
  color: #264B82;
  margin-top: 30px;
  width: 185px;
  height: 48px;
}
.card-desc-inner .btn:hover {
  background: #264B82;
  color: #fff;
}

.item.open .card-desc {
  height: 300px;
  opacity: 1;
}

.item.remove_transition .card-desc {
  transition: none !important;
}

.item.open {
  z-index: 5;
}
.item.open .card-title {
  box-shadow: none !important;
}
.item.open .card-title-more svg {
  transform: rotate(180deg);
  position: relative;
  top: -2px;
}

.card.open .card-desc {
  height: 300px;
  opacity: 1;
}

.cases {
  position: relative;
  margin-bottom: 60px;
}
.cases h2 {
  margin-top: 18px;
  margin-bottom: 25px;
}

.cases-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.cases-list .case-item {
  width: 312px;
  max-width: 100%;
  margin-bottom: 40px;
}
.cases-list .case-item .case-image {
  padding-bottom: 127%;
  margin-bottom: 25px;
  position: relative;
  background-position: center;
  background-size: cover;
}
.cases-list .case-item .case-image .hash {
  position: absolute;
  background: #FE000D;
  color: #fff;
  font-weight: 400;
  font-size: 16px;
  padding: 7px 15px;
  left: -10px;
  top: 28px;
}
.cases-list .case-item.case-item-1 .case-image {
  background-image: url("https://filearchive.cnews.ru/img/zoom/2023/01/20/case1.jpg");
}
.cases-list .case-item.case-item-2 .case-image {
  background-image: url("https://filearchive.cnews.ru/img/zoom/2023/01/20/case2.jpg");
}
.cases-list .case-item.case-item-3 .case-image {
  background-image: url("https://filearchive.cnews.ru/img/zoom/2023/01/20/case3.jpg");
}
.cases-list .case-item.case-item-4 .case-image {
  background-image: url("https://filearchive.cnews.ru/img/zoom/2023/01/20/case4.jpg");
}
.cases-list .case-item .case-desc {
  display: flex;
  flex-direction: column;
  color: #1A4B75;
}
.cases-list .case-item .case-desc span.customer {
  font-weight: 500;
  font-size: 20px;
}
.cases-list .case-item .case-desc .case-title {
  font-weight: 500;
  font-size: 20px;
  margin-top: 5px;
  line-height: 1.2;
  margin-bottom: 20px;
  min-height: 48px;
}
.cases-list .case-item .case-desc .read-more-btn {
  align-self: flex-end;
  margin-top: auto;
}

.read-more-btn {
  color: #FE000D;
  font-size: 14px;
  line-height: 30px;
  border-bottom: 4px solid #FE000D;
  display: inline-block;
  margin-bottom: 4px;
}
.read-more-btn:hover {
  color: #1A4B75;
  border-color: #1A4B75;
}

.contacts .container {
  display: flex;
  justify-content: space-between;
}
.contacts .container:before {
  content: "";
  position: absolute;
  width: 180px;
  height: 262px;
  background-image: url("https://filearchive.cnews.ru/img/zoom/2023/01/20/pattern-red.svg");
  z-index: -1;
  top: -251px;
  left: -217px;
}
.contacts .anketa {
  width: 600px;
  max-width: 100%;
  position: relative;
  flex-shrink: 0;
  padding-bottom: 16px;
  z-index: 1;
}
.contacts .anketa:before {
  content: "";
  display: block;
  width: 1116px;
  height: 740px;
  background-image: url("https://filearchive.cnews.ru/img/zoom/2023/01/20/footer-bg.png");
  position: absolute;
  right: -55px;
  top: -40px;
  z-index: -1;
}
.contacts .anketa * {
  color: #fff;
  font-size: 14px;
  line-height: 1.2;
}
.contacts .anketa .ss-form-title {
  font-weight: 400;
  font-size: 43px;
  line-height: 52px;
  margin-bottom: 20px;
}
.contacts .anketa .ss-form-desc {
  margin-bottom: 40px;
  max-width: 500px;
}
.contacts .partners {
  width: calc(100% - 90px - 600px);
}
.contacts .partners .partners-img-block {
  position: relative;
  height: 390px;
}
.contacts .partners .partners-img-block img {
  position: absolute;
  width: 460px;
  max-width: unset;
  left: -54px;
}
.contacts .partners h2 {
  margin-top: -52px;
  margin-bottom: 17px;
}
.contacts .partners p {
  line-height: 1.8;
  margin-bottom: 15px;
}
.contacts .partners .btn {
  position: relative;
  width: 176px;
  background: #1A4B75;
  color: #fff;
  border: 2px solid #1A4B75;
  top: -57px;
}
.contacts .partners .btn:hover {
  background: #fff;
  color: #1A4B75;
}

.ss-form-2005 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.ss-form-item {
  width: 100%;
  flex-shrink: 0;
  margin-bottom: 21px;
  position: relative;
}

.form-item-8078327 ~ .ss-form-item {
  width: 287px;
  flex-shrink: 0;
}

.ss-form-action {
  width: 287px;
  flex-shrink: 0;
}

.ss-item-title {
  margin-bottom: 8px;
}

.ss-form-input {
  width: 100%;
  background-color: #fff;
  height: 44px;
  line-height: 44px !important;
  outline: none;
  border: none;
  color: #1A4B75 !important;
  padding: 10px;
}
.ss-form-input * {
  color: #1A4B75 !important;
}

.ss-item-label {
  position: relative;
}
.ss-item-label .ss-item-title {
  position: relative;
}

.ss-required {
  color: #FE000D !important;
  position: absolute;
  left: calc(100% + 3px);
  top: 23px;
  font-weight: 900;
  font-size: 16px;
}

select.ss-form-input {
  cursor: pointer;
}

.ss-form-button {
  width: 287px;
  height: 44px;
  outline: none;
  border: 2px solid #fff;
  color: #fff !important;
  background: transparent;
  font-weight: 400;
  font-size: 14px;
  cursor: pointer;
}
.ss-form-button:hover {
  background: #5690C1;
  border-color: #5690C1;
  color: #fff !important;
}

.form-item-error {
  position: absolute;
  color: #FE000D !important;
  bottom: -16px;
  left: 0;
  font-size: 13px !important;
}

.ss-item-type-checkbox .ss-form-input {
  background: transparent;
  padding: 0;
}
.ss-item-type-checkbox .ss-input-value {
  color: #fff !important;
}

label[for=input_8078345_41495] {
  display: flex;
  margin: 20px 0;
  position: relative;
  cursor: pointer;
}

label[for=input_8078345_41495] .ss-input-value {
  padding-left: 26px;
  font-size: 12px;
  line-height: 17px;
}

label[for=input_8078345_41495] .ss-input-checkbox {
  display: none;
}

label[for=input_8078345_41495] .ss-input-value:before {
  content: "";
  background-color: #F8F8F8;
  border: 1px solid #D8D8D8;
  width: 14px;
  height: 14px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  left: 0;
  position: absolute;
  top: 2px;
}

label[for=input_8078345_41495] .ss-input-checkbox:checked + .ss-input-value:after {
  content: "";
  width: 14px;
  height: 14px;
  position: absolute;
  top: 3px;
  left: 1px;
  background-image: url(https://filearchive.cnews.ru/img/cnews/2021/10/17/icons8check64.png);
  background-size: contain;
  background-repeat: no-repeat;
}

.anketa-decor {
  position: absolute;
  width: 387px;
  height: 258px;
  background: url("https://filearchive.cnews.ru/img/cnews/2023/02/03/red-figure.png");
  z-index: -2;
  right: -286px;
  bottom: -9px;
}
.anketa-decor:after {
  content: "";
  display: block;
  width: 300px;
  height: 206px;
  background-image: url("https://filearchive.cnews.ru/img/zoom/2023/01/24/pattern3.svg");
  position: absolute;
  right: -259px;
  bottom: 93px;
}

select {
  appearance: none;
  padding-right: 35px;
  background-image: url("https://filearchive.cnews.ru/img/cnews/2023/02/03/arrow.svg");
  background-repeat: no-repeat;
  background-position: calc(100% - 17px) center;
  background-size: 14px;
}

.mob {
  display: none;
}

.article-body {
  margin-top: -145px;
  padding-bottom: 110px;
}
.article-wrap {
  position: relative;
}
.article-wrap:before {
  content: "";
  display: block;
  background: #fff;
  border-radius: 120px 0 0 0;
  width: 100vw;
  height: 270px;
  position: absolute;
  top: -60px;
  left: -64px;
}
.article-wrap p {
  position: relative;
  margin: 15px 0;
  line-height: 1.2;
}
.article-body h2 {
  font-size: 32px;
  line-height: 1.2;
}
.article-page .header-text .main-title-text {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.article-page .header-text .main-title-text .divider {
  width: 300px;
  height: 4px;
  margin: 20px 0;
}
.article-body .image {
  position: relative;
  z-index: 2;
}

@media (max-width: 1150px) {
  .ways .container:before {
    width: 110vw;
    left: -6vw;
  }
  .article-wrap:before {
    width: 110vw;
    left: -6vw;
  }
}
@media (max-width: 1120px) {
  .container {
    width: 100%;
  }
  .mob {
    display: block;
  }
  .desk {
    display: none;
  }
}
@media (max-width: 1040px) {
  .cases-list {
    flex-direction: column;
    align-items: center;
  }
  .cases-list .case-item .case-desc .case-title {
    min-height: unset;
  }
}
@media (max-width: 1020px) {
  .header-text {
    margin-left: 300px;
  }
  .header-text .main-title-text {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
  }
  .header-text .main-title-text .divider {
    width: 300px;
    height: 4px;
    margin: 20px 0;
  }
  .header-text .main-title-text p.main-title-text-desc {
    max-width: unset;
  }
  h1 {
    font-size: 34px;
    line-height: 38px;
    margin-bottom: 40px;
  }
  .contacts .container {
    flex-direction: column-reverse;
  }
  .contacts .partners {
    width: 100%;
    margin-bottom: 80px;
  }
  .contacts .partners .partners-img-block img {
    margin: 0 auto;
    left: 0;
    right: 0;
  }
  .contacts .partners .btn {
    top: 20px;
  }
}
@media (min-width: 840px) and (max-width: 1100px) {
  .ways .ways-items {
    justify-content: center;
  }
  .ways .ways-items .item {
    margin: 0 15px;
    margin-bottom: 25px;
    flex-basis: 312px;
  }
}
@media (max-width: 840px) {
  .article-page h1 {
    font-size: 26px;
    line-height: 30px;
  }
  .container {
    max-width: 650px;
    width: 100%;
  }
  h2 {
    font-size: 36px;
    line-height: 45px;
  }
  .header-wrapper:before {
    height: 75%;
  }
  .article-block .article-block-flex {
    flex-direction: column;
  }
  .article-block .article-block-flex .left-column {
    width: 100%;
    margin-bottom: 30px;
  }
  .article-block .article-block-flex .left-column .btn {
    margin-top: 30px;
  }
  .article-block .article-block-flex .right-column {
    width: 100%;
  }
  .ways .ways-items {
    flex-direction: column;
  }
  .ways .ways-items > div {
    width: 100% !important;
  }
  .ways .ways-items .item {
    flex-basis: unset;
  }
  .cases-list .case-item .case-desc {
    flex-direction: column;
    align-items: flex-start;
    min-height: 133px;
  }
  .cases-list .case-item .case-desc > div {
    width: 100% !important;
  }
  .cases-list .case-item .case-image .hash {
    padding: 7px 30px;
  }
  .cases {
    margin-bottom: 30px;
  }
  .contacts .anketa .ss-form-title {
    font-size: 34px;
    line-height: 38px;
  }
  .form-item-8078327 ~ .ss-form-item {
    width: 100%;
  }
  .contacts .anketa:before {
    height: calc(100% + 60px);
    background-size: cover;
  }
}
@media (max-width: 620px) {
  .ways .ways-items .item .way-img {
    width: 65px;
  }
  .ways .ways-items .item .card-title {
    padding: 0 20px 0 15px;
  }
  .card-desc-inner ul {
    list-style: disc;
  }
  .article-block .article-block-flex .right-column {
    padding-right: 0;
  }
  .cases-list {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  .cases-list .case-item {
    margin-bottom: 30px;
  }
  .cases-list .case-item .case-desc {
    min-height: unset;
  }
  .photo-block {
    position: relative;
    left: unset;
    top: unset;
  }
  .photo-block img {
    position: relative;
    left: unset;
    top: unset;
  }
  .header-text {
    margin-left: 0;
  }
  .mob-photo-block {
    display: flex;
    align-items: center;
    margin-top: -30px;
  }
  .mob-photo-block img {
    width: 50%;
    margin-left: -30px;
    margin-right: 30px;
  }
  .mob-photo-block p.name {
    min-width: unset !important;
  }
  .main-title-text > .name {
    display: none;
  }
  .main-title .d-flex {
    justify-content: flex-start;
  }
  .photo-block {
    display: none;
  }
  .logo-block a svg {
    max-width: 140px;
  }
  .contacts .anketa {
    padding-bottom: 30px;
  }
  .contacts .partners .partners-img-block {
    height: unset;
  }
  .contacts .partners .partners-img-block img {
    position: relative;
    width: 100%;
  }
  .article-body {
    margin-top: 0;
  }
  .article-wrap {
    padding-top: 15px;
  }
  .article-wrap:before {
    display: none;
  }
  .article-page.header-wrapper {
    min-height: unset;
  }
}
@media (max-width: 412px) {
  .header-section {
    padding-top: 10px;
  }
  h1 {
    font-size: 28px;
    line-height: 34px;
  }
}

@media (max-width: 620px) {
  body:not(.main-page) .contacts .anketa {
    padding-bottom: 115px;
  }
}

a.btn.btn-fixed {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 5;
  width: 230px;
  background: #264B82;
  height: 55px;
  border: 2px solid #264B82;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

/*# sourceMappingURL=main.css.map */
