@font-face {
  font-family: 'Montserrat';
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: local('Montserrat-Regular'), url('../fnt/Montserrat-Regular.woff2') format("woff2");
}
@font-face {
  font-family: 'Montserrat';
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  src: local('Montserrat-Medium'), url('../fnt/Montserrat-Medium.woff2') format("woff2");
}
@font-face {
  font-family: 'Montserrat';
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  src: local('Montserrat-Bold'), url('../fnt/Montserrat-Bold.woff2') format("woff2");
}
@font-face {
  font-family: 'Montserrat';
  font-weight: 800;
  font-style: normal;
  font-display: swap;
  src: local('Montserrat-ExtraBold'), url('../fnt/Montserrat-ExtraBold.woff2') format("woff2");
}
@keyframes niceShow {
  0% {
    height: 0;
  }
  70% {
    height: 50px;
  }
  100% {
    height: auto;
  }
}
.niceShow {
  animation: niceShow 0.1s ease-in forwards;
}
[class*='i-']:before {
  content: '';
  background-position: 50% 50%;
  background-repeat: no-repeat;
  filter: grayscale(1);
}
*,
*:before,
*:after {
  box-sizing: border-box;
}
* {
  outline: 0;
}
body,
p,
ul,
h1,
h2,
h3,
h4 {
  margin: 0;
  padding: 0;
}
iframe {
  border: 0;
}
.disabled {
  pointer-events: none;
}
ul {
  list-style-type: none;
}
a {
  text-decoration: none;
  transition: all 0.3s ease-out;
}
a.mail:after {
  content: '';
  position: relative;
  display: block;
  width: 100%;
  height: 1px;
  bottom: -3px;
  border-bottom: 1px solid #40b4ed;
  transition: all 0.3s ease-out;
}
a.mail:hover:after {
  border-bottom-color: #fff0;
}
.b {
  font-weight: 700;
}
sup {
  font-size: 0.6em;
}
img,
svg {
  max-width: 100%;
  max-height: 100%;
  float: left;
}
.row {
  display: flex;
  flex-direction: row;
  width: 100%;
}
h1,
.h1 {
  font-weight: 400;
  font-size: 34px;
  line-height: 42px;
}
h2,
.h2 {
  text-align: center;
  font-size: 40px;
  line-height: 50px;
}
@media screen and (max-width: 700px) {
  h2,
  .h2 {
    font-size: 32px;
    line-height: 42px;
  }
}
.niceScrollbar {
  scrollbar-width: thin;
}
.niceScrollbar::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
.niceScrollbar::-webkit-scrollbar-thumb {
  background-color: #dadbdf;
  border-radius: 10px;
}
.spacer {
  flex-grow: 1;
}
html,
body {
  width: 100%;
  min-height: 100vh;
  font: 400 18px Montserrat, sans-serif;
  line-height: 24px;
  background-color: #f7f8fa;
  color: #27282c;
}
body {
  overflow-x: hidden;
  overflow-y: auto;
}
body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  font-family: Montserrat, sans-serif;
}
main {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  background-position: 80% 0;
}
main section:last-child {
  flex-grow: 1;
}
@media screen and (max-width: 700px) {
  main {
    background-size: 100%;
    background-position: 100px 0;
  }
}
.section-footer {
  flex-shrink: 0;
}
:root {
  --wWidth: 1280px;
  --wPadding: 30px;
}
@media screen and (max-width: 700px) {
  :root {
    --wPadding: 16px;
  }
}
section,
header,
footer {
  position: relative;
  width: 100%;
  float: left;
  margin-top: 60px;
  background: url('') 50% 50% / cover no-repeat;
}
section .w,
header .w,
footer .w,
section .ww,
header .ww,
footer .ww {
  position: relative;
  display: flex;
  width: 100%;
  min-height: 100%;
}
section .w,
header .w,
footer .w {
  z-index: 1;
  flex-direction: column;
  max-width: var(--wWidth);
  margin: 0 auto;
  padding: 0 var(--wPadding);
  overflow: visible;
}
@media screen and (max-width: 700px) {
  section .w,
  header .w,
  footer .w {
    padding: 0 40px;
  }
}
@media screen and (max-width: 480px) {
  section .w,
  header .w,
  footer .w {
    padding: 0 20px;
  }
}
.cols {
  display: flex;
  justify-content: space-between;
  width: 100%;
  overflow: hidden;
  align-items: flex-start;
}
.cols.-cols2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.itms {
  display: flex;
}
.itms:after {
  content: 'flickity';
  display: none;
}
.itms > .itm > .img {
  position: relative;
  float: left;
  overflow: hidden;
}
.itms > .itm > .img img {
  float: left;
  min-height: 100%;
  transition: all 0.3s ease-out;
}
.itms > .itm > .img + .txt {
  float: left;
  width: 100%;
}
.spacer {
  flex-grow: 1;
  min-width: 32px;
}
.button {
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  flex-grow: 0;
  min-width: 150px;
  height: 52px;
  float: left;
  margin: 0;
  padding: 3px 36px ;
  border-radius: 50px;
  outline: 0;
  font-weight: 400;
  font-size: 14px;
  line-height: 23px;
  color: #000;
  letter-spacing: 0.02em;
  white-space: nowrap;
  background-color: #fff;
  cursor: pointer;
  user-select: none;
  transition: all 0.3s ease-out;
}
.button.-disabled {
  pointer-events: none;
  filter: brightness(0.7);
}
.button.-dark {
  background-color: #f7f8fa;
  color: #fff;
}
.button:hover,
.button:focus {
  opacity: 0.7;
}
.button + .button {
  margin-left: 20px;
}
.button:hover {
  background-color: #ccc;
}
.buttons {
  display: flex;
  justify-content: center;
}
.btn-close,
.flickity-fullscreen-button-exit {
  position: absolute;
  float: left;
  width: 60px;
  height: 60px;
  top: 0;
  right: 0;
  cursor: pointer;
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAfCAYAAADwbH0HAAABMklEQVRIidWWwUoDMRCGPym0UJRFcC2CR0+FvoSP2cfYmx68i0gRb7UelIKiryDqYZIyLCsmcSbgDws7k53/25CdbEZAA3wAX9TRMTABWAFdDJy1AN6BpQ6ugGkFaAeMdfLVEX4GvAGXGqoHtw7wJF9reJafFbzIJxZdI+1WBaqLnwvgp8Am1B3kQodMUuC5z5uYmUJTTV2gffM7oFX5WcjfekA1/AG4D/A23Mc4WXsF8BZpE61zZB921xz4DNe8xODfzLi/pjFeI+vvoga4Qb7g2cDLbDzgDdKjP5n/Nu4CdYHnmpnA94PJY6ZJhD8hf7gsTZGW2ZYUK3hW/V+hRT5W0Cw/a2iS7xi4QM6+ltA+/AU5w++gHbLXLobrTOE7zrICNGqCTHIFcAScVIBGjYDDb+DxZtR3I+c9AAAAAElFTkSuQmCC') 50% 50% no-repeat;
  background-size: 30px;
  transition: all 0.3s ease-out;
}
.btn-close:hover,
.flickity-fullscreen-button-exit:hover {
  background-size: 20px;
}
.flickity-fullscreen-button-exit {
  filter: invert();
}
.flickity-fullscreen-button-exit .flickity-button-icon {
  display: none;
}
/*.mobmenu_shown {
	display: none;
	justify-content: flex-start;
	align-items: center;
	background: #fff url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHZpZXdCb3g9IjAgMCAxMCAxNiI+PHBhdGggZmlsbD0iIzJCNUE4NCIgZD0iTTkuNSA4IDIgMTUuNS45NSAxNC40NSA3LjQgOCAuOTUgMS41NSAyIC41IDkuNSA4WiIvPjwvc3ZnPg==') 98% 50% no-repeat;
	background-size: 12px;
	.f(500, 18px, 26px, @ctext);
	text-transform: none;

	&:hover {background-color: #fff}
}*/
.form .input {
  display: flex;
  flex-direction: column;
  align-items: start;
  transition: all 0.3s ease-out;
}
.form .input label {
  font-weight: 700;
  font-size: 14px;
  line-height: 14px;
}
.form .input input {
  height: 60px;
  padding: 0 16px;
  border: 1px solid #343434;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  background-color: transparent;
  transition: all 0.3s ease-out;
}
.form .input input:focus {
  border-color: #f7f8fa;
  background-color: #fff;
}
.form .input input.-err.-err {
  border-color: red;
}
.form .input label + input {
  margin-top: 12px;
}
.form .input.-err.-err input {
  border-color: red;
}
html.-modal,
html.-menuShown {
  overflow: hidden;
}
html.-modal,
html.-menuShown,
html.-modal .section-header,
html.-menuShown .section-header {
  padding-right: 17px;
}
.js-popup-open {
  cursor: pointer;
}
.popup_cont {
  display: flex;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-top: 0;
  padding: 0;
  background-color: rgba(0, 0, 0, 0.7);
  transition: all 0.3s ease-out;
}
.popup_cont.-shown {
  opacity: 1;
  pointer-events: all;
  z-index: 1000;
}
.popup_cont .popup {
  position: relative;
  display: flex;
  flex-direction: column;
  max-width: 560px;
  margin: 16px;
  padding: 74px 40px 60px;
  background-color: #f2f2f2;
  overflow: hidden;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
}
.popup_cont .popup-close {
  position: absolute;
  top: 20px;
  z-index: 100;
  right: 20px;
  width: 20px;
  height: 20px;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCIgZmlsbD0ibm9uZSI+PHBhdGggc3Ryb2tlPSIjMjMyMzIzIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIHN0cm9rZS13aWR0aD0iMiIgZD0ibTEgMSAxMiAxMk0xIDEzIDEzIDEiLz48L3N2Zz4=") 50% 50% no-repeat;
  cursor: pointer;
}
.popup_cont .popup-close:hover {
  opacity: 0.8;
}
.popup_cont .popup .title {
  text-align: center;
  font-size: 40px;
  line-height: 46px;
}
.popup_cont .popup .subttl {
  margin-top: 28px;
  text-align: center;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0.02em;
}
.popup_cont .popup .content {
  margin-top: 28px;
  max-height: 80vh;
  overflow-x: hidden;
  overflow-y: auto;
}
.popup_cont .popup .content.form {
  display: flex;
  flex-direction: column;
}
.popup_cont .popup .content.form input,
.popup_cont .popup .content.form textarea {
  width: 100%;
  height: 60px;
  padding: 0 40px;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0.02em;
}
.popup_cont .popup .content.form input::-webkit-input-placeholder,
.popup_cont .popup .content.form textarea::-webkit-input-placeholder {
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 26px;
  letter-spacing: 0.02em;
}
.popup_cont .popup .content.form input:-moz-placeholder,
.popup_cont .popup .content.form textarea:-moz-placeholder {
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 26px;
  letter-spacing: 0.02em;
}
.popup_cont .popup .content.form input::-moz-placeholder,
.popup_cont .popup .content.form textarea::-moz-placeholder {
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 26px;
  letter-spacing: 0.02em;
}
.popup_cont .popup .content.form input:-ms-input-placeholder,
.popup_cont .popup .content.form textarea:-ms-input-placeholder {
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 26px;
  letter-spacing: 0.02em;
}
.popup_cont .popup .content.form textarea {
  padding-top: 15px;
  background-color: transparent;
  border: 1px solid #343434;
}
.popup_cont .popup .content.form textarea:focus {
  background-color: #ffffff;
  border: 1px solid #013362;
}
.popup_cont .popup .content.form .input + .input {
  margin-top: 28px;
}
.popup_cont .popup .content.form .input input,
.popup_cont .popup .content.form .input textarea,
.popup_cont .popup .content.form .button {
  width: 100%;
}
.popup_cont .popup .content.form .input.checkbox {
  position: relative;
  display: flex;
  flex-direction: row;
  cursor: pointer;
}
.popup_cont .popup .content.form .input.checkbox input {
  display: none;
}
.popup_cont .popup .content.form .input.checkbox label {
  padding-left: 52px;
  font-weight: 400;
  font-size: 13px;
  line-height: 23px;
  letter-spacing: 0.02em;
  user-select: none;
}
.popup_cont .popup .content.form .input.checkbox label:before,
.popup_cont .popup .content.form .input.checkbox label:after {
  content: '';
  position: absolute;
  float: left;
  transition: all 0.3s ease-out;
}
.popup_cont .popup .content.form .input.checkbox label:before {
  top: 0;
  left: 0;
  width: 28px;
  height: 28px;
  border: 1px solid #343434;
  background-color: transparent;
}
.popup_cont .popup .content.form .input.checkbox label:after {
  opacity: 0;
  top: 8px;
  left: 8px;
  width: 12px;
  height: 12px;
  background-color: #f7f8fa;
}
.popup_cont .popup .content.form .input.checkbox input:checked ~ label:before {
  border-color: #f7f8fa;
  background-color: #fff;
}
.popup_cont .popup .content.form .input.checkbox input:checked ~ label:after {
  opacity: 1;
}
.popup_cont .popup .content.form .button {
  margin-top: 32px;
  border-radius: 2px;
  background-color: #f7f8fa;
  font-weight: 400;
  font-size: 16px;
  line-height: 27px;
  color: #fff;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 700px) {
  .popup_cont .popup {
    min-width: 90%;
    padding: 50px 30px;
  }
  .popup_cont .popup .title {
    font-size: 32px;
    line-height: 38px;
  }
  .popup_cont .popup .subttl {
    margin-top: 16px;
  }
}
.popup_cont.result .popup {
  text-align: center;
}
.popup_cont.result .popup .ttl {
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
}
.popup_cont.result .popup .txt {
  margin-top: 8px;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
}
.popup_cont.result .popup .err {
  display: none;
}
.popup_cont.result.-err .popup .succ {
  display: none;
}
.popup_cont.result.-err .popup .err {
  display: block;
}
.spoiler .spttl {
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-out;
}
.spoiler .spttl:before,
.spoiler .spttl:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  display: block;
  width: 20px;
  height: 2px;
  background-color: #27282c;
  transition: 0.3s;
}
.spoiler .spttl:after {
  transform: rotate(90deg);
}
.spoiler:not(.-opened) .spttl:hover {
  color: #f7f8fa;
}
.spoiler.-opened {
  padding-bottom: 36px;
}
.spoiler.-opened .spttl:after {
  transform: rotate(90deg) rotateY(90deg);
}
.spoiler.-opened .spcont {
  height: 100px;
  animation: niceShow 0.1s ease-in forwards;
}
.spoiler .spcont {
  overflow: hidden;
  height: 0;
  transition: all 0.3s ease-out;
}
.spoiler .spcont a {
  display: inline-block;
  color: #27282c;
}
.spoiler .spcont a:hover {
  background-color: #ccc;
}
html.-menuShown {
  overflow: hidden;
}
@media screen and (max-width: 700px) {
  html.-menuShown,
  html.-menuShown .section-header {
    padding-right: 0;
  }
}
:root {
  --section-header-height: 100px;
}
body.-scrolled .section-header {
  background-color: #f7f8fa;
}
body.-scrolled .section-header .itms .itm,
body.-scrolled .section-header .itms a,
body.-scrolled .section-header .itms .name,
body.-scrolled .section-header .itms .name a {
  color: #000;
}
body.-scrolled .section-header .itms .itm img {
  filter: invert();
}
body.-scrolled .section-header .logo.-white {
  opacity: 0;
}
body.-scrolled .section-header .logo.-color {
  opacity: 1;
}
.section-header {
  position: fixed;
  z-index: 100;
  height: var(--section-header-height);
  margin-top: 0;
  transition: all 0.3s ease-out;
  /*a.itm, .itms > .itm > .name,
		a.itm, .itms > .itm > .name a  {
			display: flex;
			align-items: center;
			height: 64px;
			white-space: nowrap;
			padding: 0 12px;
			.f(500, 14px, 17px, #fff);
			letter-spacing: .1em;
			text-transform: uppercase;
			border: 1px solid transparent;
			border-radius: 40px;
			.tr;

			&:hover, &.-sel {
				a, .name {opacity: .8}
			}
		}
		.itms > .itm > .name {cursor: pointer}
		a.itm:hover {opacity: .8}*/
}
.section-header .w {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 0;
}
@media screen and (max-width: 1300px) {
  .section-header .w {
    padding: 0 30px;
  }
}
.section-header .logo_cont {
  position: relative;
  z-index: 30;
  display: flex;
  align-items: center;
  flex-shrink: 0;
  width: 140px;
  margin-top: 0px;
  transition: all 0.3s ease-out;
  /*.logo.-color {opacity: 0}*/
}
.section-header .logo_cont .logo {
  position: absolute;
  width: 100%;
  top: -20px;
  transition: all 0.3s ease-out;
}
.section-header .logo_cont img {
  float: left;
}
.section-header .itms {
  flex-grow: 1;
  align-items: center;
  max-width: 840px;
  /*.itms > .itm > .name {cursor: pointer}
		a.itm:hover {opacity: .8}*/
}
.section-header .itms .itm a {
  display: flex;
  align-items: center;
  /*height: 64px;*/
  white-space: nowrap;
  /*padding: 0 12px;*/
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  color: #27282c;
  letter-spacing: 1px;
  cursor: pointer;
}
.section-header .itms .itm a:hover a,
.section-header .itms .itm a.-sel a {
  opacity: 0.7;
}
.section-header .itms .itm:hover a {
  color: #0d61c5;
  opacity: 0.7;
}
.section-header .itms .itm:hover .subm a {
  color: #27282c;
  opacity: 1;
}
.section-header .itm {
  position: relative;
}
.section-header .itm:hover .name {
  opacity: 0.8;
}
.section-header .itm:hover > .subm {
  opacity: 1 !important;
  pointer-events: all;
}
.section-header .itm > .subm {
  position: absolute;
  top: 100%;
  left: -12px;
  display: flex;
  flex-direction: column;
  min-width: 250px;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 12px;
  padding-right: 12px;
  background-color: #fff;
  border-radius: 15px;
  box-shadow: 0px 0px 28px 0px rgba(81, 77, 70, 0.45);
  transition: all 0.3s ease-out;
  pointer-events: none;
  opacity: 0;
  white-space: nowrap;
}
.section-header .itm > .subm a,
.section-header .itm > .subm .name {
  display: flex;
  align-items: center;
  height: 42px;
  /*padding: 0 24px;*/
  color: #000;
}
.section-header .itm > .subm a.-sel,
.section-header .itm > .subm .name.-sel {
  pointer-events: none;
}
.section-header .itm > .subm a:hover,
.section-header .itm > .subm .name:hover {
  background-color: #ddd;
  color: #0d61c5;
}
.section-header .itm > .subm .name {
  cursor: pointer;
}
.section-header .itm > .subm .itm:hover {
  background-color: #ddd;
}
.section-header .subm .subm {
  top: -12px;
  left: 100%;
}
.section-header .itms.menu {
  flex-wrap: wrap;
  justify-content: space-between;
}
.section-header .menuToggler_cont {
  display: none;
  position: relative;
  align-items: center;
  flex-shrink: 0;
  width: 40px;
  overflow: hidden;
}
.section-header .menuToggler {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 25px;
  cursor: pointer;
}
.section-header .menuToggler .line {
  position: absolute;
  width: 100%;
  height: 3px;
  background-color: #000;
  transition: all 0.3s ease-out;
}
.section-header .menuToggler .line.top {
  transform: translate(0, -9px);
}
.section-header .menuToggler .line.ctr {
  transform: translate(0, 0);
}
.section-header .menuToggler .line.btm {
  transform: translate(0, 9px);
}
.-menuShown .section-header .menuToggler .top {
  transform: translate(0, 0) rotate(45deg);
}
.-menuShown .section-header .menuToggler .ctr {
  width: 0;
}
.-menuShown .section-header .menuToggler .btm {
  transform: translate(0, 0) rotate(-45deg);
}
@media (max-width: 920px) {
  .section-header .menuToggler_cont {
    display: flex;
  }
  .section-header .itms {
    display: none;
  }
}
body.-scrolled .menuToggler_cont .line {
  background-color: #000;
}
html.-menuShown .menuMob {
  right: 0;
}
.menuMob {
  position: fixed;
  top: 100px;
  right: -100%;
  z-index: 1000;
  width: 400px;
  height: 100vh;
  display: flex;
  flex-direction: column;
  margin-top: 0;
  padding: 0;
  transition: all 0.3s ease-out;
}
@media screen and (max-width: 480px) {
  .menuMob {
    width: 380px;
  }
}
.menuMob .closeBtn {
  position: absolute;
  top: 35px;
  right: 35px;
  z-index: 100;
  display: block;
  width: 30px;
  height: 30px;
  background-size: 20px;
  cursor: pointer;
}
.menuMob .w {
  max-width: 100%;
  padding: 0;
  overflow-x: hidden;
  overflow-y: auto;
}
.menuMob .top {
  align-items: center;
  height: 0px;
  padding: 0 20px;
}
.menuMob .top .logo {
  margin-top: -15px;
  display: none;
}
.menuMob .itms {
  display: flex;
  flex-direction: column;
  user-select: none;
  align-items: center;
  background-color: #ffffff;
  /*&:hover {
			opacity: .7;
		}*/
}
.menuMob .itms > .itm {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 24px 40px;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #27282c;
  letter-spacing: 1px;
  border-bottom: 1px solid #eff1f4;
  cursor: pointer;
  transition: all 0.3s ease-out;
  /*&, a {.f(500, 16px, 24px, #21211b);}

		.itm {
			position: relative;
			display: flex;
			flex-direction: column;
			align-items:  start;
			width: 100%;
			padding: 44px 40px;
			border-bottom: 1px solid  #d4d4d5;
			.f(500, 16px, 24px, #21211b);
			text-transform: none;
			cursor: pointer;*/
  /*.subm {
				background-color:  #f6f4ee;
				width: 100%;
				overflow: hidden;

				height: 0;

				.itm {padding: 10px}

				a {
					display: block;
					padding: 10px;
				}					
			}*/
}
.menuMob .itms > .itm,
.menuMob .itms > .itm a {
  color: #27282c;
}
.menuMob .itms > .itm .name {
  position: relative;
}
.menuMob .itms > .itm .name:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  display: flex;
  width: 12px;
  height: 12px;
  margin-top: -5px;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMiIgaGVpZ2h0PSI4IiBmaWxsPSJub25lIj48cGF0aCBmaWxsPSIjQTJBMDlBIiBkPSJNNi4wMSAxLjA4NGMuMTk0IDAgLjM4My4wNjcuNTMzLjE5MWw1IDQuMTY3YS44MzQuODM0IDAgMSAxLTEuMDY3IDEuMjgzTDYuMDA5IDIuOTkybC00LjQ2NiAzLjZhLjgzMy44MzMgMCAwIDEtMS4xNzUtLjEyNS44MzMuODMzIDAgMCAxIC4xMTYtMS4yMTdsNS00LjAyNWEuODMzLjgzMyAwIDAgMSAuNTI1LS4xNDFaIi8+PC9zdmc+") 50% 50% no-repeat;
  transform: rotateX(180deg);
  transition: all 0.3s ease-out;
}
.menuMob .itms > .itm .subm {
  display: flex;
  flex-direction: column;
  margin: 24px -30px -24px;
  padding: 0 30px;
  background-color: #f7f8fa;
  font-weight: 400;
  font-size: 13px;
  line-height: 20px;
  color: #232323;
  overflow: hidden;
  transition: all 0.3s ease-out;
  height: 0;
}
.menuMob .itms > .itm.-opened .name:after {
  transform: none;
}
.menuMob .itms > .itm.-opened .subm {
  height: auto;
  padding: 20px 30px;
  background-color: #f6f4ee;
}
.menuMob .itms > .itm.-opened .subm a {
  display: block;
  padding: 12px 0;
}
.menuMob .itms > .itm.-sel > .subm {
  margin-top: 10px;
  padding: 10px 20px;
  height: auto;
}
.menuMob .itms img {
  width: 40px;
  height: 40px;
  border: 2px solid #fff;
  border-radius: 100%;
  margin-right: 16px;
  padding: 5px;
}
.menuMob .info {
  display: flex;
  flex-direction: column;
  padding: 100px 40px;
  padding-top: 30px;
  gap: 28px;
  background-color: #eff1f4;
}
.menuMob .info .itm .name {
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #27282c;
  letter-spacing: 1px;
}
.menuMob .info .itm .txt {
  font-weight: 700;
  font-size: 14px;
  line-height: 22px;
  color: #27282c;
  letter-spacing: 1px;
}
.section-footer {
  margin-top: 0;
  padding-top: 100px;
  background-color: #f7f8fa;
}
@media screen and (max-width: 920px) {
  .section-footer {
    padding-top: 60px;
  }
}
.section-footer .w {
  padding: 0 60px;
}
@media screen and (max-width: 1300px) {
  .section-footer .w {
    padding: 0 60px;
  }
}
.section-footer .w .footer-logo {
  display: flex;
  justify-content: space-between;
  align-items: start;
  width: 100%;
}
.section-footer .w .footer-logo + .row {
  margin-top: 56px;
}
@media screen and (max-width: 920px) {
  .section-footer .w .footer-logo + .row {
    margin-top: 40px;
  }
}
@media screen and (max-width: 700px) {
  .section-footer .w .footer-logo + .row {
    margin-top: 28px;
  }
}
.section-footer .w .footer-logo.-mob {
  display: none;
}
.section-footer .w .contacts {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  width: 100%;
  gap: 40px;
}
.section-footer .w .contacts + .row {
  margin-top: 56px;
}
@media screen and (max-width: 920px) {
  .section-footer .w .contacts + .row {
    margin-top: 20px;
  }
}
.section-footer .w .contacts .col .ttl {
  width: 100%;
  font-weight: 400;
  font-size: 13px;
  line-height: 20px;
  color: #27282c;
  letter-spacing: 0;
  margin-bottom: 8px;
}
@media screen and (max-width: 920px) {
  .section-footer .w .contacts .col .ttl {
    font-weight: 400;
    font-size: 13px;
    line-height: 20px;
    color: #27282c;
  }
}
@media screen and (max-width: 700px) {
  .section-footer .w .contacts .col .ttl {
    margin-bottom: 0;
  }
}
.section-footer .w .contacts .col .ttl2 {
  display: none;
}
.section-footer .w .contacts .col a {
  display: block;
  font-weight: 700;
  font-size: 13px;
  line-height: 21px;
  color: #27282c;
  letter-spacing: 0;
}
@media screen and (max-width: 920px) {
  .section-footer .w .contacts .col a {
    font-weight: 700;
    font-size: 13px;
    line-height: 20px;
    color: #27282c;
  }
}
.section-footer .w .contacts .col a:hover {
  opacity: 1;
}
.section-footer .w .contacts .col .itm {
  font-weight: 400;
  font-size: 13px;
  line-height: 20px;
  color: #27282c;
  text-decoration: underline;
}
@media screen and (max-width: 920px) {
  .section-footer .w .contacts .col .itm {
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    color: #27282c;
  }
}
.section-footer .w .contacts .col .txt {
  font-weight: 700;
  font-size: 13px;
  line-height: 21px;
  color: #27282c;
  letter-spacing: 0;
}
@media screen and (max-width: 920px) {
  .section-footer .w .contacts .col .txt {
    font-weight: 700;
    font-size: 12px;
    line-height: 20px;
    color: #27282c;
  }
}
.section-footer .w .contacts.-mob {
  display: none;
}
.section-footer .w .menu .ttls {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 4px 20px;
  align-items: start;
  width: 100%;
  border-top: 1px solid #d1d4d6;
  padding: 48px 0;
  padding-bottom: 60px;
}
.section-footer .w .menu .ttls .itm {
  font-weight: 400;
  font-size: 13px;
  line-height: 22px;
  color: #27282c;
  letter-spacing: 2%;
}
@media screen and (max-width: 920px) {
  .section-footer .w .menu .ttls .itm {
    font-weight: 400;
    font-size: 13px;
    line-height: 22px;
    color: #27282c;
  }
}
.section-footer .w .menu .ttls.-mob {
  display: none;
}
@media screen and (max-width: 920px) {
  .section-footer .w .menu .ttls {
    justify-content: flex-start;
  }
}
@media screen and (max-width: 700px) {
  .section-footer .w .menu .ttls {
    padding: 20px 0;
  }
}
@media screen and (max-width: 1300px) {
  .section-footer .w .contacts {
    grid-template-columns: 1fr 1fr 1fr 2fr;
  }
}
@media screen and (max-width: 700px) {
  .section-footer .w .contacts {
    grid-template-columns: 1fr 1fr;
    gap: 28px;
  }
  .section-footer .w .contacts .addr,
  .section-footer .w .contacts .copy {
    grid-column: 1/3;
  }
  .section-footer .w .contacts .copy .ttl {
    display: none;
  }
  .section-footer .w .contacts .copy .ttl2 {
    display: flex;
  }
}
@media screen and (max-width: 920px) {
  .section-txtimg {
    margin-top: 40px;
  }
}
.section-txtimg .w {
  padding: 0;
  align-items: start;
  margin-bottom: 60px;
}
.section-txtimg .w .subttl {
  font-weight: 700;
  font-size: 28px;
  line-height: 38px;
  color: #27282c;
}
@media screen and (max-width: 920px) {
  .section-txtimg .w .subttl {
    font-weight: 700;
    font-size: 24px;
    line-height: 34px;
    color: #27282c;
  }
}
.section-txtimg .w .cols {
  gap: 40px;
  margin-top: 40px;
}
.section-txtimg .w .cols .col.txt {
  position: relative;
  width: 50%;
  padding-top: 8px;
}
.section-txtimg .w .cols .col.img {
  display: flex;
  align-items: center;
}
.section-txtimg .w h4 {
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  color: #27282c;
}
@media screen and (max-width: 920px) {
  .section-txtimg .w h4 {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #27282c;
  }
}
.section-txtimg .w p {
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #485159;
}
@media screen and (max-width: 920px) {
  .section-txtimg .w p {
    font-weight: 400;
    font-size: 13px;
    line-height: 20px;
    color: #485159;
  }
}
.section-txtimg .w h4 + p,
.section-txtimg .w h4 + ul,
.section-txtimg .w h3 + ul {
  margin-top: 8px;
}
.section-txtimg .w h3 + p {
  margin-top: 12px;
}
.section-txtimg .w p + h4,
.section-txtimg .w ul + h4,
.section-txtimg .w ul + h3 {
  margin-top: 20px;
}
.section-txtimg .w p + h3 {
  margin-top: 32px;
}
.section-txtimg .w p + p {
  margin-top: 30px;
}
.section-txtimg .w ul > li {
  position: relative;
  counter-increment: css-counter 1;
  padding-left: 80px;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI2NiIgaGVpZ2h0PSIxNiIgZmlsbD0ibm9uZSI+PHBhdGggc3Ryb2tlPSIjMjMyMzIzIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIHN0cm9rZS13aWR0aD0iMiIgZD0iTTEgOGg2NG0wIDAtNi42OCA3TTY1IDhsLTYuNjgtNyIvPjwvc3ZnPg==") 0 6px no-repeat;
  background-size: 50px;
}
.section-txtimg .w ul > li + li {
  margin-top: 20px;
}
.section-txtimg .w.-txtfirst .cols {
  flex-direction: row-reverse;
}
.section-txtimg .w.-txtfirst .cols .col.txt:before {
  transform: rotate(180deg);
}
@media screen and (max-width: 1300px) {
  .section-txtimg .w {
    padding: 0 30px;
  }
}
@media screen and (max-width: 920px) {
  .section-txtimg .w {
    margin-bottom: 20px;
  }
  .section-txtimg .w .cols {
    flex-direction: column-reverse;
    gap: 0px;
    margin-top: 28px;
  }
  .section-txtimg .w .cols.colss {
    flex-direction: column;
    gap: 0px;
  }
  .section-txtimg .w .cols .col {
    justify-content: center;
  }
  .section-txtimg .w .cols .col.img {
    width: 100%;
  }
  .section-txtimg .w .cols .col.img img {
    width: 100%;
  }
  .section-txtimg .w .cols .col.img2 {
    display: none;
  }
  .section-txtimg .w .cols .col.txt {
    width: 100%;
    padding: 20px;
    padding-left: 0;
  }
  .section-txtimg .w .cols .col.txt h4 + p,
  .section-txtimg .w .cols .col.txt h4 + ul,
  .section-txtimg .w .cols .col.txt h3 + ul {
    margin-top: 6px;
  }
  .section-txtimg .w .cols .col.txt h3 + p {
    margin-top: 8px;
  }
  .section-txtimg .w .cols2 {
    margin-top: -10px;
  }
}
.page-404 .section-top {
  display: flex;
  height: auto;
  margin-top: var(--section-header-height);
  padding-top: 0;
  background: none;
}
.page-404 .section-top .img,
.page-404 .section-top .w {
  justify-content: center;
  width: 50%;
}
.page-404 .section-top .text {
  display: flex;
  flex-direction: column;
  gap: 8px;
  max-width: 100%;
  height: auto;
  padding-top: 4px;
  padding-left: 110px;
  background: url('../img/404-top-icon.svg') 0 0 no-repeat;
  color: #000;
}
.page-404 .section-top .text .txt {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
}
.page-404 .section-top .text .button {
  margin-top: 40px;
  padding: 14px 40px 14px 40px;
  width: 200px;
}
.page-404 .section-top .text .button::after {
  filter: invert(1) brightness(10);
}
.page-404 .section-top .text .back-links {
  display: flex;
  flex-direction: column;
}
.page-404 .section-top .text .back-links a {
  color: #40b4ed;
}
.page-404 .section-top .img {
  display: flex;
  left: calc(50% + 20px);
  align-items: center;
  width: 50%;
  padding-left: 80px;
}
.page-404 .section-top .img img {
  height: 73%;
  min-width: initial;
  min-height: initial;
  object-fit: contain;
}
.page-404 .section-top + .section-form {
  margin-top: 0;
}
@media screen and (max-width: 700px) {
  .page-404 .section-top .img {
    display: none;
  }
  .page-404 .section-top .w {
    width: 100%;
  }
  .page-404 .section-top .text {
    padding: 110px 0 60px;
    background-position: 50% 40px;
    text-align: center;
  }
  .page-404 .section-top .text .txt {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .page-404 .section-top .text .button {
    margin-top: 30px;
  }
}
.section-sitemap {
  padding-top: 50px;
}
.section-sitemap .w {
  align-items: start;
}
.section-sitemap ul {
  padding-left: 20px;
}
.section-sitemap .itms {
  flex-direction: column;
  margin-top: 20px;
}
.section-sitemap .itms .itm {
  font-weight: 700;
  font-size: 32px;
  line-height: 38px;
  color: #27282c;
  letter-spacing: 2px;
  padding: 12px 0;
}
.page-useful-itm .sideMenu,
.page-vacancies .sideMenu {
  position: absolute;
  top: 120px;
  right: var(--wPadding);
  z-index: 100;
  width: 280px;
  height: 100%;
}
.page-useful-itm .sideMenu + .section-blogContent,
.page-vacancies .sideMenu + .section-blogContent {
  padding-top: 0;
  padding-right: 360px;
}
.page-useful-itm .sideMenu .title,
.page-vacancies .sideMenu .title {
  font-weight: 500;
  font-size: 24px;
  line-height: 24px;
}
.page-useful-itm .sideMenu .itms,
.page-vacancies .sideMenu .itms {
  position: sticky;
  top: 120px;
  display: flex;
  flex-direction: column;
  gap: 20px 0;
}
.page-useful-itm .sideMenu .itms + .title,
.page-vacancies .sideMenu .itms + .title {
  margin-top: 60px;
}
.page-useful-itm .sideMenu .itm,
.page-vacancies .sideMenu .itm {
  position: relative;
  min-height: 50px;
  padding-right: 70px;
  transition: all 0.3s ease-out;
}
.page-useful-itm .sideMenu .itm .ttl,
.page-vacancies .sideMenu .itm .ttl {
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  color: #000;
}
.page-useful-itm .sideMenu .itm .img,
.page-vacancies .sideMenu .itm .img {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  width: 48px;
  height: 48px;
  border-radius: 8px;
  overflow: hidden;
}
.page-useful-itm .sideMenu .itm.-sel .ttl,
.page-vacancies .sideMenu .itm.-sel .ttl,
.page-useful-itm .sideMenu .itm:hover .ttl,
.page-vacancies .sideMenu .itm:hover .ttl {
  color: #f7f8fa;
}
.page-useful-itm .sideMenu .itm.-sel,
.page-vacancies .sideMenu .itm.-sel {
  pointer-events: none;
}
@media screen and (max-width: 700px) {
  .page-useful-itm .sideMenu,
  .page-vacancies .sideMenu {
    display: none;
  }
  .page-useful-itm .sideMenu + .section-blogContent,
  .page-vacancies .sideMenu + .section-blogContent {
    padding-right: 0;
  }
}
.section-blogContent {
  margin-bottom: 60px;
}
.section-blogContent p,
.section-blogContent ul,
.section-blogContent ol {
  font-size: 16px;
}
.section-blogContent h1,
.section-blogContent h2,
.section-blogContent h3 {
  align-self: start;
}
.section-blogContent h1 {
  margin-top: 80px;
  margin-bottom: 40px;
  font-weight: 500;
  font-size: 44px;
  line-height: 42px;
  color: 0.36px;
}
.section-blogContent h1 + .subttl {
  margin-top: 0.4em;
}
.section-blogContent h2 {
  width: 100%;
  margin-top: 80px;
  margin-bottom: 40px;
  padding-bottom: 30px;
  border-bottom: 2px solid #000;
  font-weight: 500;
  font-size: 36px;
  line-height: 42px;
  color: 0.36px;
}
.section-blogContent h3 {
  width: 100%;
  font-size: 18px;
  font-weight: 600;
}
.section-blogContent .subttl {
  font-size: 24px;
  color: #f7f8fa;
}
.section-blogContent .sect-info {
  display: flex;
  justify-content: space-between;
  padding: 28px 40px;
  background-color: #f8f8f8;
  cursor: default;
}
.section-blogContent .sect-info + .sect-cont {
  margin-top: 40px;
}
.section-blogContent .sect-info .itm.-per {
  position: relative;
  padding-left: 56px;
}
.section-blogContent .sect-info .itm.-per .img {
  position: absolute;
  top: -4px;
  left: 0;
  display: block;
  width: 44px;
  height: 44px;
  border-radius: 100%;
  overflow: hidden;
}
.section-blogContent .sect-info .itm.-per .img img {
  max-width: 100%;
  max-height: 100%;
}
.section-blogContent .sect-info .label {
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  white-space: nowrap;
}
.section-blogContent .sect-info .inf {
  margin-top: 8px;
  font-weight: 600;
  font-size: 12px;
  line-height: 14px;
  white-space: nowrap;
}
.section-blogContent .sect-info .inf.-time {
  padding-left: 20px;
  background: url() 0 50% no-repeat;
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAAMCAMAAACOacfrAAAAPFBMVEUAAABFYv1DYfpFYv1FYv1EYPtAYP9FYvxEYvxEYvxEYvpBYPpFY/1GYvxEYfxFYf1HYvpFYPpDY/xFYvxBVDTYAAAAE3RSTlMA3x9gn0AQgO+/cDDPsJDPcGBQsMMKuAAAAF5JREFUCNc9jgkOwCAIBBdUar16/f+vXbTphBCGQABEhzy5J0yCbApjdkmiQDTYcdIkMHlHxVAFn2EU3P23ED1I25PbmmTF9VgAdhcqui441ubBK28VVoTiaORnc+EFnfgB5OkJnyUAAAAASUVORK5CYII=') 0 50% no-repeat;
}
@media screen and (max-width: 700px) {
  .section-blogContent .sect-info {
    padding: 28px 20px;
  }
  .section-blogContent .sect-info .itm.-per {
    padding-left: 0;
  }
  .section-blogContent .sect-info .itm.-per .img {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  .section-blogContent .sect-info {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
}
.section-blogContent .sect-cont {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 40px;
  border: 1px solid #d0d4d9;
}
.section-blogContent .sect-cont .itm {
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  color: #000;
  cursor: pointer;
}
.section-blogContent .sect-cont .itm:hover {
  color: #f7f8fa;
}
.section-blogContent p,
.section-blogContent h2,
.section-blogContent h3,
.section-blogContent ul,
.section-blogContent ol {
  float: left;
}
.section-blogContent p,
.section-blogContent ul,
.section-blogContent ol {
  width: 100%;
}
.section-blogContent p + h3 {
  margin-top: 40px;
}
.section-blogContent h3 + p {
  margin-top: 0.5em;
}
.section-blogContent .a {
  text-decoration: underline;
  color: #0090e5;
}
.section-blogContent > .img {
  float: left;
  width: 100%;
}
.section-blogContent > .img img {
  width: 100%;
}
.section-blogContent > .img + p,
.section-blogContent > .img + h3 {
  margin-top: 30px;
}
.section-blogContent p + p,
.section-blogContent p + ul,
.section-blogContent p + ol,
.section-blogContent ul + h3,
.section-blogContent h3 + ul,
.section-blogContent ul + p,
.section-blogContent h3 + .img,
.section-blogContent p + .img,
.section-blogContent .sect-cont + p {
  margin-top: 30px;
}
.section-blogContent ul > li {
  position: relative;
  counter-increment: css-counter 1;
  padding-left: 80px;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI2NiIgaGVpZ2h0PSIxNiIgZmlsbD0ibm9uZSI+PHBhdGggc3Ryb2tlPSIjMjMyMzIzIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIHN0cm9rZS13aWR0aD0iMiIgZD0iTTEgOGg2NG0wIDAtNi42OCA3TTY1IDhsLTYuNjgtNyIvPjwvc3ZnPg==") 0 6px no-repeat;
  background-size: 50px;
}
.section-blogContent ul > li + li {
  margin-top: 20px;
}
.section-blogContent ol {
  list-style-type: none;
  padding: 0;
  counter-reset: css-counter 0;
}
.section-blogContent ol > li {
  position: relative;
  counter-increment: css-counter 1;
  padding-left: 80px;
}
.section-blogContent ol > li + li {
  margin-top: 20px;
}
.section-blogContent ol > li:before {
  content: counter(css-counter);
  position: absolute;
  top: -10px;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  background-color: #fcf2ee;
  border-radius: 100%;
  font-weight: 600;
  font-size: 16px;
  line-height: 12px;
}
.section-blogContent p.warn {
  margin: 30px 0;
  padding: 28px 40px 28px 140px;
  background: #fdf8f6 url("../blog/img/case.svg") 60px 40px no-repeat;
  font-size: 16px;
}
.section-blogContent p.warn + p {
  margin-top: 0;
}
@media screen and (max-width: 480px) {
  .section-blogContent p.warn {
    padding: 30px 20px 30px 90px;
    background-position: 25px 30px;
  }
}
.section-blogContent p.cit {
  position: relative;
  margin: 30px 0;
  padding: 40px 40px 40px 180px;
  font-size: 16px;
  line-height: 30px;
  font-style: italic;
  border: 1px solid #f3e3dc;
  border-width: 2px 0;
  background: url("../blog/img/quote.svg") 40px 40px no-repeat;
}
.section-blogContent p.cit + p {
  margin-top: 0;
}
@media screen and (max-width: 480px) {
  .section-blogContent p.cit {
    padding: 20px 20px 20px 90px;
    background-position: 25px 30px;
    background-size: 40px;
    line-height: 26px;
  }
}
.section-blogContent .sect-more {
  float: left;
  margin-top: 80px;
}
.section-blogContent .sect-more .title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 600;
  font-size: 28px;
  line-height: 46px;
}
.section-blogContent .sect-more .title .all {
  font-weight: 400;
  font-size: 12px;
  line-height: 26px;
  color: #f7f8fa;
  letter-spacing: 0.02em;
}
.section-blogContent .sect-more .title + .itms {
  margin-top: 40px;
}
.section-blogContent .sect-more .itms {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px 20px;
  width: 100%;
}
.section-blogContent .sect-more .itms .itm {
  display: flex;
  flex-direction: column;
}
.section-blogContent .sect-more .itms .itm:hover .img img {
  transform: translateX(-50%) scale(1.1);
}
.section-blogContent .sect-more .itms .itm:hover .ttl {
  color: #f7f8fa;
}
.section-blogContent .sect-more .itms .itm .img {
  position: relative;
  display: flex;
  width: 100%;
  height: 120px;
}
.section-blogContent .sect-more .itms .itm .img img {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  min-width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease-out;
}
.section-blogContent .sect-more .itms .itm .ttl {
  margin-top: 20px;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #000;
  transition: all 0.3s ease-out;
}
@media screen and (max-width: 700px) {
  .section-blogContent .sect-more .itms .itm .img {
    height: 200px;
  }
  .section-blogContent .sect-more .itms {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 480px) {
  .section-blogContent .sect-more .itms .itm .img {
    height: 170px;
  }
}
.section-blogContent-resh {
  margin-bottom: -60px;
}
.page-vopros-otvet .section-tabs {
  margin-top: var(--section-header-height);
  padding: 0;
  background-color: #f9f9f9;
}
.page-vopros-otvet .section-tabs .ttl::after {
  background: none;
}
/*.section-tabs {
	margin: 0;
	padding: 0;

    .w {
		align-items: start;
		padding: 0;

		@media @sdesktop {
			padding: 0 30px;
		}


		.ttl {
			position: relative;
			.f(700, 26px, 36px, @ctext);		
			margin-top: 60px;
			margin-bottom: 46px;
			padding-right: 34px;

			@media @desktop {
				.f(700, 24px, 34px, @ctext);
				margin-top: 40px;
				margin-bottom: 20px;
			}
		}

		.ttl::after {
			content: '';
			position: absolute;
			top: 9px;
			right: 0;
			z-index: -1;
			display: block;
			width: 24px;
			height: 24px;
			background: url("../img/icons/right.svg") no-repeat;			
		}

		.tabs {
			display: grid;
			grid-template-columns: repeat(1, 1fr);
			margin-bottom: 60px;
			width: 100%;
		
			.tab {
				padding: 32px 0;		
                border-top: 1px solid #eaeaea;

				.name {
					position: relative;
					display: flex;
					justify-content: space-between;	
					cursor: pointer;
					user-select: none;
					
					.name-ttl {
						.f(400, 18px, 26px, @ctext);
						margin-right: 15px; 
						flex-shrink: 8;

						@media @desktop {
							.f(400, 16px, 24px, @ctext);
						}
					}

					.open-btn {
						background: url("../img/icons/plus-circle.png") no-repeat;
						width: 40px;
						height: 40px;
					}
				}

				.content {
					display: flex;
					flex-direction: column;					
					overflow: hidden;
					.f(none, 14px, 22px);
					padding-right: 32px;
					height: 0;
					.tr;

					p + p {margin-top: 12px}

					@media @desktop {
						.f(none, 13px, 20px);				
					}
				}

				&.-opened {
					
                    .content {
                        transition: .7s ease-in;
                        height: auto;
						padding-top: 10px;
                    }

					.open-btn {
						background: url("../img/icons/minus-circle.png") no-repeat;
						width: 40px;
						height: 40px;
					}
                }
			}

			.tab-bottom {
				border-bottom: 1px solid #eaeaea;
			}
			
			@media @sdesktop {
				.tab {
					.name {
						.open-btn {
							margin-right: 20px;
						}
					}
				}
			}
				
		
			@media @mobile {
				grid-template-columns: repeat(1,1fr);

				.tab {
					.name {
						.open-btn {
							margin-right: 20px;
						}
					}
				}
			}

			@media @smobile {
				.tab {
					padding: 28px 0;

					.name {
						.open-btn {
							margin-right: 0px;
						}
					}
				}
			}


			.tab-bottom {
				border-bottom: 1px solid @clgray;
			}
		}
		
		@media @sdesktop {
			padding: 0 30px;
		}
    }
}

.page-vopros-otvet .section-tabs {
	margin-top: var(--section-header-height);
	padding: 0;

	.ttl::after {
		background: none;			
	}	
}*/
.button-price {
  font-size: 20px;
  font-weight: 500;
}
.product-link {
  color: #000000;
}
.product-link:hover {
  text-decoration: underline;
  color: #0d61c5;
}
.section-main-top {
  margin-top: var(--section-header-height);
}
@media screen and (max-width: 1300px) {
  .section-main-top {
    padding: 0 30px;
  }
}
.section-main-top .w {
  display: flex;
  justify-content: center;
  padding: 0;
  background: url('../img/main-top-bg.png') no-repeat center right;
  background-color: #020202;
  border-radius: 80px;
  height: 500px;
}
@media screen and (max-width: 700px) {
  .section-main-top .w {
    background-size: cover;
  }
}
.section-main-top .w .ttl {
  max-width: 940px;
  padding: 0px 60px;
  padding-top: 60px;
  font-weight: 700;
  font-size: 44px;
  line-height: 54px;
  color: #ffffff;
  letter-spacing: 1px;
  margin-bottom: 40px;
}
@media screen and (max-width: 920px) {
  .section-main-top .w .ttl {
    font-weight: 700;
    font-size: 34px;
    line-height: 44px;
    color: #ffffff;
    margin-bottom: 28px;
    padding: 0 40px;
  }
}
@media screen and (max-width: 480px) {
  .section-main-top .w .ttl {
    font-weight: 700;
    font-size: 26px;
    line-height: 36px;
    color: #ffffff;
    margin-bottom: 28px;
    padding: 0 28px;
  }
}
.section-main-top .w .content {
  max-width: 940px;
  padding: 60px 60px;
}
@media screen and (max-width: 920px) {
  .section-main-top .w .content {
    padding: 0 40px;
  }
}
@media screen and (max-width: 480px) {
  .section-main-top .w .content {
    padding: 0 28px;
  }
}
.section-main-top .w .content .subttl {
  font-weight: 700;
  font-size: 32px;
  line-height: 50px;
  color: #ffffff;
  letter-spacing: 2px;
}
@media screen and (max-width: 920px) {
  .section-main-top .w .content .subttl {
    font-weight: 700;
    font-size: 24px;
    line-height: 42px;
    color: #ffffff;
  }
}
@media screen and (max-width: 480px) {
  .section-main-top .w .content .subttl {
    font-weight: 700;
    font-size: 20px;
    line-height: 38px;
    color: #ffffff;
  }
}
.section-banks {
  margin-top: 60px;
  margin-bottom: 60px;
  background-color: #f7f8fa;
}
.section-banks .w {
  padding: 0 60px;
}
@media screen and (max-width: 920px) {
  .section-banks .w {
    padding: 0 40px;
  }
}
.section-banks .w .banks-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
}
@media screen and (max-width: 920px) {
  .section-banks .w .banks-list {
    gap: 0px 20px;
    justify-content: space-between;
  }
}
.section-services {
  margin-top: 0;
  margin-bottom: 100px;
  background-color: #f7f8fa;
}
@media screen and (max-width: 920px) {
  .section-services {
    margin-bottom: 60px;
  }
}
.section-services .w {
  padding: 0;
}
@media screen and (max-width: 1300px) {
  .section-services .w {
    padding: 0 30px;
  }
}
.section-services .w .services-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
}
@media screen and (max-width: 920px) {
  .section-services .w .services-list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.section-services .w .services-list .services-item {
  display: flex;
  align-items: center;
  padding: 60px 60px;
  border-radius: 80px;
  min-height: 300px;
}
@media screen and (max-width: 700px) {
  .section-services .w .services-list .services-item {
    padding: 60px 40px;
  }
}
@media screen and (max-width: 480px) {
  .section-services .w .services-list .services-item {
    padding: 40px;
    padding-top: 240px;
  }
}
.section-services .w .services-list .services-item .services-title {
  font-weight: 700;
  font-size: 26px;
  line-height: 36px;
  color: #27282c;
  letter-spacing: 1px;
  max-width: 336px;
}
@media screen and (max-width: 1300px) {
  .section-services .w .services-list .services-item .services-title {
    max-width: 300px;
  }
}
@media screen and (max-width: 920px) {
  .section-services .w .services-list .services-item .services-title {
    font-weight: 700;
    font-size: 24px;
    line-height: 34px;
    color: #27282c;
    max-width: 500px;
  }
}
@media screen and (max-width: 700px) {
  .section-services .w .services-list .services-item .services-title {
    max-width: 300px;
  }
}
@media screen and (max-width: 480px) {
  .section-services .w .services-list .services-item .services-title {
    font-weight: 700;
    font-size: 22px;
    line-height: 32px;
    color: #27282c;
  }
}
.section-services .w .services-list .serv1 {
  background: url("../img/serv-img1.png") center right 60px no-repeat;
  background-color: #d8e1ed;
}
@media screen and (max-width: 1300px) {
  .section-services .w .services-list .serv1 {
    background: url("../img/serv-img1.png") center right 28px no-repeat;
    background-color: #d8e1ed;
  }
}
@media screen and (max-width: 480px) {
  .section-services .w .services-list .serv1 {
    background: url("../img/serv-img1.png") top 24px left 40px no-repeat;
    background-color: #d8e1ed;
  }
}
.section-services .w .services-list .serv2 {
  background: url("../img/serv-img2.png") center right 60px no-repeat;
  background-color: #d8e1ed;
}
@media screen and (max-width: 1300px) {
  .section-services .w .services-list .serv2 {
    background: url("../img/serv-img2.png") center right 28px no-repeat;
    background-color: #d8e1ed;
  }
}
@media screen and (max-width: 480px) {
  .section-services .w .services-list .serv2 {
    background: url("../img/serv-img2.png") top 24px left 40px no-repeat;
    background-color: #d8e1ed;
  }
}
.section-services + .section-banks {
  margin-top: 0;
  margin-bottom: 100px;
}
.section-what {
  margin-top: 0;
  margin-bottom: 100px;
}
@media screen and (max-width: 1300px) {
  .section-what {
    padding: 0 30px;
  }
}
@media screen and (max-width: 920px) {
  .section-what {
    margin-bottom: 60px;
  }
}
.section-what .w {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  padding: 0 60px;
  background: url("../img/what-bg.jpg") no-repeat;
  background-size: cover;
  background-color: #133864;
  border-radius: 80px;
  height: 500px;
}
@media screen and (max-width: 920px) {
  .section-what .w {
    padding: 0 40px;
  }
}
@media screen and (max-width: 480px) {
  .section-what .w {
    padding: 0 28px;
  }
}
.section-what .w .ttl {
  position: relative;
  font-weight: 700;
  font-size: 32px;
  line-height: 38px;
  color: #ffffff;
  letter-spacing: 2px;
  text-align: left;
  margin-bottom: 40px;
  padding: 4px 0;
}
@media screen and (max-width: 920px) {
  .section-what .w .ttl {
    font-weight: 700;
    font-size: 28px;
    line-height: 38px;
    color: #ffffff;
    letter-spacing: 0px;
  }
}
@media screen and (max-width: 480px) {
  .section-what .w .ttl {
    font-weight: 700;
    font-size: 26px;
    line-height: 36px;
    color: #ffffff;
  }
}
.section-what .w .what-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 29px;
}
@media screen and (max-width: 920px) {
  .section-what .w .what-list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.section-what .w .what-list .what-item {
  padding-left: 60px;
  background: url("../img/icons/arrow-right-what.svg") left top no-repeat;
}
.section-what .w .what-list .what-item .what-title {
  font-weight: 700;
  font-size: 26px;
  line-height: 36px;
  color: #ffffff;
  letter-spacing: 1px;
}
@media screen and (max-width: 920px) {
  .section-what .w .what-list .what-item .what-title {
    font-weight: 700;
    font-size: 22px;
    line-height: 32px;
    color: #ffffff;
    letter-spacing: 0px;
  }
}
@media screen and (max-width: 480px) {
  .section-what .w .what-list .what-item .what-title {
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    color: #ffffff;
    letter-spacing: 0px;
  }
}
.section-expert {
  margin-top: 0;
  background-color: #f7f8fa;
  margin-bottom: 100px;
}
@media screen and (max-width: 920px) {
  .section-expert {
    margin-bottom: 60px;
  }
}
.section-expert .w {
  padding: 0;
}
@media screen and (max-width: 1300px) {
  .section-expert .w {
    padding: 0 30px;
  }
}
.section-expert .w .ttl {
  position: relative;
  font-weight: 700;
  font-size: 32px;
  line-height: 38px;
  color: #27282c;
  letter-spacing: 2px;
  padding: 4px 0;
  text-align: left;
  margin-bottom: 40px;
}
@media screen and (max-width: 920px) {
  .section-expert .w .ttl {
    font-weight: 700;
    font-size: 28px;
    line-height: 38px;
    color: #27282c;
    letter-spacing: 0px;
  }
}
@media screen and (max-width: 480px) {
  .section-expert .w .ttl {
    font-weight: 700;
    font-size: 26px;
    line-height: 36px;
    color: #27282c;
    letter-spacing: 0px;
  }
}
.section-expert .w .expert-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 4px;
}
@media screen and (max-width: 1300px) {
  .section-expert .w .expert-list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 700px) {
  .section-expert .w .expert-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 480px) {
  .section-expert .w .expert-list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.section-expert .w .expert-list .expert-item {
  padding: 28px;
  border-radius: 40px;
  min-height: 154px;
}
@media screen and (max-width: 920px) {
  .section-expert .w .expert-list .expert-item {
    padding: 20px;
    min-height: 180px;
  }
}
.section-expert .w .expert-list .expert-item .expert-link .expert-name {
  font-weight: 500;
  font-size: 11px;
  line-height: 12px;
  color: #a3a8ac;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 8px;
  text-align: center;
}
.section-expert .w .expert-list .expert-item .expert-link .expert-title {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 98px;
  font-weight: 700;
  font-size: 18px;
  line-height: 26px;
  color: #3f3d38;
  letter-spacing: 0;
  text-align: center;
}
@media screen and (max-width: 920px) {
  .section-expert .w .expert-list .expert-item .expert-link .expert-title {
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #3f3d38;
    letter-spacing: 1px;
  }
}
@media screen and (max-width: 480px) {
  .section-expert .w .expert-list .expert-item .expert-link .expert-title {
    font-weight: 700;
    font-size: 14px;
    line-height: 22px;
    color: #3f3d38;
    letter-spacing: 1px;
  }
}
.section-expert .w .expert-list .expert-item:hover {
  background-color: #e7f0fa;
}
.section-expert .w .expert-list .item11,
.section-expert .w .expert-list .item22,
.section-expert .w .expert-list .item33 {
  border-top: 2px solid #767d83;
}
.section-expert .w .expert-list .item12,
.section-expert .w .expert-list .item23,
.section-expert .w .expert-list .item32 {
  border-right: 2px solid #767d83;
}
.section-expert .w .expert-list .item14,
.section-expert .w .expert-list .item21,
.section-expert .w .expert-list .item34 {
  border-left: 2px solid #767d83;
}
.section-expert .w .expert-list .item13,
.section-expert .w .expert-list .item24,
.section-expert .w .expert-list .item31 {
  border-bottom: 2px solid #767d83;
}
.section-dec {
  margin-top: 0;
  margin-bottom: 100px;
}
@media screen and (max-width: 1300px) {
  .section-dec {
    padding: 0 30px;
  }
}
@media screen and (max-width: 920px) {
  .section-dec {
    margin-bottom: 60px;
  }
}
.section-dec .w {
  display: flex;
  justify-content: center;
  padding: 0 60px;
  background: url('../img/dec-note.png') no-repeat center center, url('../img/dec-bg.jpg') no-repeat center center;
  background-size: cover;
  min-height: 500px;
  border-radius: 80px;
}
@media screen and (max-width: 1300px) {
  .section-dec .w {
    background: url('../img/dec-note.png') no-repeat center right -300px, url('../img/dec-bg.jpg') no-repeat center center;
    background-size: cover;
  }
}
@media screen and (max-width: 920px) {
  .section-dec .w {
    padding: 0 40px;
    background: url('../img/dec-note.png') no-repeat center right -400px, url('../img/dec-bg.jpg') no-repeat center center;
    background-size: cover;
  }
}
@media screen and (max-width: 700px) {
  .section-dec .w {
    padding: 0 40px;
    background: url('../img/dec-note.png') no-repeat center right -500px, url('../img/dec-bg.jpg') no-repeat center center;
    background-size: cover;
  }
}
@media screen and (max-width: 480px) {
  .section-dec .w {
    padding: 0 28px;
    padding-top: 320px;
    padding-bottom: 60px;
    background: url('../img/dec-note-mob.png') no-repeat top 20px center;
    background-color: #c8dfdf;
  }
}
.section-dec .w .content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 560px;
}
@media screen and (max-width: 920px) {
  .section-dec .w .content {
    max-width: 400px;
  }
}
@media screen and (max-width: 700px) {
  .section-dec .w .content {
    max-width: 300px;
  }
}
.section-dec .w .content .name {
  padding: 4px 0;
  font-weight: 700;
  font-size: 32px;
  line-height: 38px;
  color: #27282c;
  letter-spacing: 2px;
  text-align: left;
  margin-bottom: 40px;
}
@media screen and (max-width: 920px) {
  .section-dec .w .content .name {
    font-weight: 700;
    font-size: 28px;
    line-height: 38px;
    color: #27282c;
    letter-spacing: 0px;
    margin-bottom: 20px;
  }
}
.section-dec .w .content .ttl {
  font-weight: 700;
  font-size: 44px;
  line-height: 48px;
  color: #27282c;
  letter-spacing: 1px;
  margin-bottom: 8px;
  text-align: left;
}
@media screen and (max-width: 920px) {
  .section-dec .w .content .ttl {
    font-weight: 700;
    font-size: 32px;
    line-height: 42px;
    color: #27282c;
    letter-spacing: 2px;
  }
}
.section-dec .w .content .subttl {
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #485159;
  letter-spacing: 1px;
  margin-bottom: 40px;
}
@media screen and (max-width: 920px) {
  .section-dec .w .content .subttl {
    margin-bottom: 28px;
  }
}
.section-dec .w .content .btn {
  background-color: transparent;
  border-radius: 100px;
  border: 2px solid #27282c;
  padding: 21px 58px;
  width: 234px;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  color: #27282c;
  letter-spacing: 1px;
  background-image: url(../img/icons/arrow-right-dec.svg);
  background-position: center right 58px;
  background-repeat: no-repeat;
}
@media screen and (max-width: 920px) {
  .section-dec .w .content .btn {
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    color: #27282c;
    background-position: center right 52px;
    width: 220px;
  }
}
.section-blogs {
  margin-top: 0;
  margin-bottom: 100px;
}
@media screen and (max-width: 1300px) {
  .section-blogs {
    padding: 0 30px;
  }
}
@media screen and (max-width: 920px) {
  .section-blogs {
    margin-bottom: 60px;
  }
}
.section-blogs .w {
  display: flex;
  justify-content: center;
  background-color: #133864;
  height: 500px;
  border-radius: 80px;
}
@media screen and (max-width: 1300px) {
  .section-blogs .w {
    height: 400px;
  }
}
.section-blogs .w .content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.section-blogs .w .content .name {
  padding: 4px 0;
  font-weight: 700;
  font-size: 32px;
  line-height: 38px;
  color: #ffffff;
  letter-spacing: 2px;
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 920px) {
  .section-blogs .w .content .name {
    font-weight: 700;
    font-size: 28px;
    line-height: 38px;
    color: #ffffff;
  }
}
.section-blogs .w .content .ttl {
  font-weight: 700;
  font-size: 44px;
  line-height: 54px;
  color: #ffffff;
  letter-spacing: 1px;
  text-align: center;
  padding-bottom: 80px;
  background-image: url(../img/icons/arrow-right-blog.svg);
  background-position: center bottom;
  background-repeat: no-repeat;
}
@media screen and (max-width: 920px) {
  .section-blogs .w .content .ttl {
    font-weight: 700;
    font-size: 32px;
    line-height: 42px;
    color: #ffffff;
  }
}
@media screen and (max-width: 480px) {
  .section-blogs .w .content .ttl {
    font-weight: 700;
    font-size: 30px;
    line-height: 40px;
    color: #ffffff;
  }
}
.section-form,
.section-job-form {
  margin-top: 0;
  background-color: #f7f8fa;
}
@media screen and (max-width: 1300px) {
  .section-form,
  .section-job-form {
    padding: 0 30px;
  }
}
.section-form .w,
.section-job-form .w {
  flex-direction: column;
  align-items: start;
  border: 2px solid #485159;
  border-radius: 80px;
  padding: 127px 60px;
}
@media screen and (max-width: 920px) {
  .section-form .w,
  .section-job-form .w {
    padding: 80px 28px;
  }
}
.section-form .w .text,
.section-job-form .w .text,
.section-form .w form,
.section-job-form .w form {
  width: 100%;
}
.section-form .w .text,
.section-job-form .w .text {
  display: flex;
  flex-direction: column;
  margin-bottom: 40px;
}
.section-form .w .text .ttl,
.section-job-form .w .text .ttl {
  padding: 4px 0;
  font-weight: 700;
  font-size: 32px;
  line-height: 38px;
  color: #27282c;
  letter-spacing: 2px;
  text-align: left;
}
@media screen and (max-width: 920px) {
  .section-form .w .text .ttl,
  .section-job-form .w .text .ttl {
    font-weight: 700;
    font-size: 28px;
    line-height: 38px;
    color: #27282c;
  }
}
@media screen and (max-width: 480px) {
  .section-form .w .text .ttl,
  .section-job-form .w .text .ttl {
    font-weight: 700;
    font-size: 26px;
    line-height: 36px;
    color: #27282c;
  }
}
.section-form .w form,
.section-job-form .w form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.section-form .w form .fields,
.section-job-form .w form .fields {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
}
@media screen and (max-width: 920px) {
  .section-form .w form .fields,
  .section-job-form .w form .fields {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 700px) {
  .section-form .w form .fields,
  .section-job-form .w form .fields {
    grid-template-columns: repeat(1, 1fr);
  }
}
.section-form .w form .fields input,
.section-job-form .w form .fields input,
.section-form .w form .fields textarea,
.section-job-form .w form .fields textarea {
  height: 56px;
  border: 1px solid #27282c;
  border-radius: 100px;
  font-weight: 400;
  font-size: 13px;
  line-height: 20px;
  color: #27282c;
  letter-spacing: 0;
  background-color: transparent;
  padding: 18px 20px;
}
.section-form .w form .fields input .placeholder,
.section-job-form .w form .fields input .placeholder,
.section-form .w form .fields textarea .placeholder,
.section-job-form .w form .fields textarea .placeholder {
  font-weight: 400;
  font-size: 13px;
  line-height: 20px;
  color: #27282c;
}
.section-form .w form .fields input:focus,
.section-job-form .w form .fields input:focus,
.section-form .w form .fields textarea:focus,
.section-job-form .w form .fields textarea:focus {
  border-color: #020202;
}
.section-form .w form .fields input.-err.-err,
.section-job-form .w form .fields input.-err.-err,
.section-form .w form .fields textarea.-err.-err,
.section-job-form .w form .fields textarea.-err.-err {
  border-color: red;
}
.section-form .w form .fields textarea,
.section-job-form .w form .fields textarea {
  min-height: 56px;
  resize: none;
  background: url("../img/icons/corner.svg") bottom 15px right 6px no-repeat;
  overflow: hidden;
}
.section-form .w form .fields .fname,
.section-job-form .w form .fields .fname {
  grid-column: 1/3;
}
@media screen and (max-width: 920px) {
  .section-form .w form .fields .fname,
  .section-job-form .w form .fields .fname {
    grid-column: 1/3;
  }
}
@media screen and (max-width: 700px) {
  .section-form .w form .fields .fname,
  .section-job-form .w form .fields .fname {
    grid-column: 1/2;
  }
}
.section-form .w form .fields .fphone,
.section-job-form .w form .fields .fphone {
  grid-column: 3/4;
}
@media screen and (max-width: 920px) {
  .section-form .w form .fields .fphone,
  .section-job-form .w form .fields .fphone {
    grid-column: 1/2;
  }
}
@media screen and (max-width: 700px) {
  .section-form .w form .fields .fphone,
  .section-job-form .w form .fields .fphone {
    grid-column: 1/2;
  }
}
.section-form .w form .fields .femail,
.section-job-form .w form .fields .femail {
  grid-column: 4/5;
}
@media screen and (max-width: 920px) {
  .section-form .w form .fields .femail,
  .section-job-form .w form .fields .femail {
    grid-column: 2/3;
  }
}
@media screen and (max-width: 700px) {
  .section-form .w form .fields .femail,
  .section-job-form .w form .fields .femail {
    grid-column: 1/2;
  }
}
.section-form .w form .fields .ftext,
.section-job-form .w form .fields .ftext {
  grid-column: 1/4;
}
@media screen and (max-width: 920px) {
  .section-form .w form .fields .ftext,
  .section-job-form .w form .fields .ftext {
    grid-column: 1/3;
  }
}
@media screen and (max-width: 700px) {
  .section-form .w form .fields .ftext,
  .section-job-form .w form .fields .ftext {
    grid-column: 1/2;
  }
}
.section-form .w form .fields .button,
.section-job-form .w form .fields .button {
  grid-column: 4/5;
  height: 56px;
  border-radius: 100px;
  background-color: #27282c;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  color: #ffffff;
  letter-spacing: 1px;
  padding: 19px 20px;
  background-image: url(../img/icons/arrow-right-form.svg);
  background-position: center right 24px;
  background-repeat: no-repeat;
}
@media screen and (max-width: 920px) {
  .section-form .w form .fields .button,
  .section-job-form .w form .fields .button {
    grid-column: 1/3;
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    color: #ffffff;
  }
}
@media screen and (max-width: 700px) {
  .section-form .w form .fields .button,
  .section-job-form .w form .fields .button {
    grid-column: 1/2;
  }
}
.section-form .w form .checkbox,
.section-job-form .w form .checkbox {
  position: relative;
  display: flex;
  flex-direction: row;
  cursor: pointer;
}
.section-form .w form .checkbox input,
.section-job-form .w form .checkbox input {
  display: none;
}
.section-form .w form .checkbox .txt,
.section-job-form .w form .checkbox .txt {
  padding-left: 54px;
  padding-right: 20px;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  color: #485159;
  letter-spacing: 1px;
  user-select: none;
}
.section-form .w form .checkbox .txt a,
.section-job-form .w form .checkbox .txt a {
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  color: #485159;
  letter-spacing: 1px;
  text-decoration: underline;
}
.section-form .w form .checkbox .txt:before,
.section-job-form .w form .checkbox .txt:before,
.section-form .w form .checkbox .txt:after,
.section-job-form .w form .checkbox .txt:after {
  content: '';
  position: absolute;
  float: left;
  transition: all 0.3s ease-out;
}
.section-form .w form .checkbox .txt:before,
.section-job-form .w form .checkbox .txt:before {
  top: 0;
  left: 26px;
  width: 20px;
  height: 20px;
  border: 1.4px solid #485159;
  border-radius: 6px;
  background-color: transparent;
}
.section-form .w form .checkbox .txt:after,
.section-job-form .w form .checkbox .txt:after {
  opacity: 0;
  top: 6px;
  left: 33px;
  width: 8px;
  height: 8px;
  background-color: #485159;
}
.section-form .w form .checkbox input:checked ~ .txt:after,
.section-job-form .w form .checkbox input:checked ~ .txt:after {
  opacity: 1;
}
.section-job-form .w {
  padding: 93px 60px;
}
@media screen and (max-width: 920px) {
  .section-job-form .w {
    padding: 80px 28px;
  }
}
.section-job-form .w .text .ttl {
  padding-bottom: 0;
  margin-bottom: 12px;
}
.section-job-form .w .text .txt {
  padding-bottom: 4px;
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  color: #1a1918;
  letter-spacing: 0px;
}
@media screen and (max-width: 920px) {
  .section-job-form .w .text .txt {
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    color: #1a1918;
  }
}
@media screen and (max-width: 480px) {
  .section-job-form .w .text .txt {
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #1a1918;
  }
}
.section-itms {
  margin-top: var(--section-header-height);
  padding: 0;
  background-color: #f7f8fa;
}
.section-itms .w {
  padding: 0;
}
@media screen and (max-width: 1300px) {
  .section-itms .w {
    padding: 0 30px;
  }
}
.section-itms .w h1 {
  position: relative;
  font-weight: 700;
  font-size: 44px;
  line-height: 54px;
  color: #27282c;
  letter-spacing: 2px;
  margin-bottom: 40px;
  text-align: center;
  padding: 4px 0;
}
@media screen and (max-width: 920px) {
  .section-itms .w h1 {
    font-weight: 700;
    font-size: 34px;
    line-height: 44px;
    color: #27282c;
  }
}
.section-itms .w .itms {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  margin-bottom: 100px;
}
@media screen and (max-width: 920px) {
  .section-itms .w .itms {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 700px) {
  .section-itms .w .itms {
    grid-template-columns: 1fr;
  }
}
.section-itms .w .itms .itm {
  display: flex;
  flex-direction: column;
  width: 100%;
  background-color: #ffffff;
  border-radius: 80px;
}
.section-itms .w .itms .itm .img {
  border-top-left-radius: 80px;
  border-top-right-radius: 80px;
}
.section-itms .w .itms .itm .img img {
  display: block;
  width: 100%;
  object-fit: cover;
}
@media screen and (max-width: 920px) {
  .section-itms .w .itms .itm .img img {
    height: 260px;
  }
}
.section-itms .w .itms .itm .t {
  display: grid;
  grid-template-rows: 64px 132px;
  padding: 40px;
  padding-top: 28px;
}
@media screen and (max-width: 700px) {
  .section-itms .w .itms .itm .t {
    padding: 28px;
    padding-bottom: 40px;
  }
}
.section-itms .w .itms .itm .t .ttl {
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  color: #27282c;
  letter-spacing: 0px;
  margin-bottom: 12px;
  align-self: center;
}
@media screen and (max-width: 920px) {
  .section-itms .w .itms .itm .t .ttl {
    font-weight: 700;
    font-size: 18px;
    line-height: 28px;
    color: #27282c;
  }
}
.section-itms .w .itms .itm .t .txt {
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #27282c;
  letter-spacing: 1px;
  overflow: hidden;
}
@media screen and (max-width: 920px) {
  .section-itms .w .itms .itm .t .txt {
    font-weight: 400;
    font-size: 13px;
    line-height: 20px;
    color: #27282c;
  }
}
.section-contacts {
  margin-top: var(--section-header-height);
  background-color: #f7f8fa;
}
.section-contacts .w {
  display: flex;
  flex-direction: column;
  margin-bottom: 100px;
  padding: 0;
}
@media screen and (max-width: 1300px) {
  .section-contacts .w {
    padding: 0 30px;
  }
}
@media screen and (max-width: 920px) {
  .section-contacts .w {
    margin-bottom: 60px;
  }
}
.section-contacts .w .col {
  position: relative;
  flex-shrink: 0;
  width: 100%;
}
.section-contacts .w .col.text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  /*&:before {
				content: '';
				position: absolute;
				top: 0;
				right: -20px;
				z-index: -1;
				width: 150%;
				height: 100%;
				background-color: #fff;
			}*/
}
.section-contacts .w .col.text h1 {
  font-weight: 700;
  font-size: 44px;
  line-height: 54px;
  color: #27282c;
  letter-spacing: 2px;
  text-align: center;
  padding: 4px 0;
  margin-bottom: 40px;
}
@media screen and (max-width: 920px) {
  .section-contacts .w .col.text h1 {
    font-weight: 700;
    font-size: 34px;
    line-height: 44px;
    color: #27282c;
  }
}
.section-contacts .w .col.text .itms {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
}
@media screen and (max-width: 920px) {
  .section-contacts .w .col.text .itms {
    grid-template-columns: repeat(1, 1fr);
  }
}
.section-contacts .w .col.text .itms .itm {
  display: flex;
  flex-direction: column;
  gap: 12px;
  border-radius: 80px;
  padding: 40px 60px;
  background-color: #ffffff;
  justify-content: center;
}
@media screen and (max-width: 920px) {
  .section-contacts .w .col.text .itms .itm {
    padding: 40px 28px;
  }
}
.section-contacts .w .col.text .itms .itm .name {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #647179;
  letter-spacing: 1px;
  text-align: center;
}
.section-contacts .w .col.text .itms .itm .txt {
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  color: #27282c;
  letter-spacing: 0px;
  text-align: center;
}
@media screen and (max-width: 920px) {
  .section-contacts .w .col.text .itms .itm .txt {
    font-weight: 700;
    font-size: 18px;
    line-height: 28px;
    color: #27282c;
  }
}
.section-contacts .w .col.text .itms .addr {
  grid-column: 1/3;
}
@media screen and (max-width: 920px) {
  .section-contacts .w .col.text .itms .addr {
    grid-column: 1/2;
  }
}
.section-contacts .w .col.map {
  display: flex;
  justify-content: center;
  height: 400px;
  overflow: hidden;
  background-color: #d8e1ed;
  border-radius: 80px;
  margin-bottom: 40px;
}
.section-contacts .w .col.map .mapc {
  position: relative;
  min-width: 200%;
  height: 100%;
  background-color: #d8e1ed;
}
.section-contacts .w .col.map .mapc .mapLogo {
  width: 30px;
  height: 30px;
}
.section-contacts .w .col.map .mapc .mapLogo img {
  max-width: initial;
}
.section-contacts .w .col.map .mapc:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
  display: block;
  width: 100px;
  height: 100%;
  background: linear-gradient(to left, #fff, #fff0);
}
.section-vacancies {
  margin-top: var(--section-header-height);
  margin-bottom: 40px;
  background-color: #f7f8fa;
  padding: 0;
}
@media screen and (max-width: 1300px) {
  .section-vacancies {
    padding: 0 30px;
  }
}
.section-vacancies .w {
  padding: 60px 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 406px;
  border-radius: 80px;
  background: url('../img/job-bg1.png') no-repeat right center, url('../img/job-bg2.png') no-repeat left top;
  background-color: #27282c;
}
@media screen and (max-width: 480px) {
  .section-vacancies .w {
    padding: 60px 28px;
  }
}
.section-vacancies .w .content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.section-vacancies .w .content .ttl {
  padding: 4px 0;
  font-weight: 700;
  font-size: 44px;
  line-height: 54px;
  color: #ffffff;
  letter-spacing: 2px;
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 920px) {
  .section-vacancies .w .content .ttl {
    font-weight: 700;
    font-size: 34px;
    line-height: 44px;
    color: #ffffff;
    letter-spacing: 1px;
  }
}
@media screen and (max-width: 480px) {
  .section-vacancies .w .content .ttl {
    font-weight: 700;
    font-size: 32px;
    line-height: 42px;
    color: #ffffff;
    letter-spacing: 1px;
  }
}
.section-vacancies .w .content .txt {
  font-weight: 700;
  font-size: 24px;
  line-height: 34px;
  color: #ffffff;
  letter-spacing: 0px;
  text-align: center;
}
@media screen and (max-width: 920px) {
  .section-vacancies .w .content .txt {
    font-weight: 700;
    font-size: 18px;
    line-height: 28px;
    color: #ffffff;
    letter-spacing: 0px;
  }
}
@media screen and (max-width: 480px) {
  .section-vacancies .w .content .txt {
    font-weight: 700;
    font-size: 16px;
    line-height: 26px;
    color: #ffffff;
    letter-spacing: 0px;
  }
}
.section-joins {
  margin-top: 0;
  margin-bottom: 40px;
  background-color: #f7f8fa;
}
.section-joins .w {
  padding: 60px 80px;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 920px) {
  .section-joins .w {
    padding: 40px;
  }
}
@media screen and (max-width: 480px) {
  .section-joins .w {
    padding: 28px 0;
  }
}
.section-joins .w .txt {
  font-weight: 700;
  font-size: 44px;
  line-height: 54px;
  color: #27282c;
  letter-spacing: 1px;
  text-align: center;
}
@media screen and (max-width: 920px) {
  .section-joins .w .txt {
    font-weight: 700;
    font-size: 34px;
    line-height: 44px;
    color: #27282c;
  }
}
@media screen and (max-width: 700px) {
  .section-joins .w .txt {
    font-weight: 700;
    font-size: 32px;
    line-height: 42px;
    color: #27282c;
  }
}
@media screen and (max-width: 480px) {
  .section-joins .w .txt {
    font-weight: 700;
    font-size: 28px;
    line-height: 38px;
    color: #27282c;
  }
}
.section-reasons {
  margin-top: 0;
  background-color: #f7f8fa;
  margin-bottom: 100px;
}
@media screen and (max-width: 920px) {
  .section-reasons {
    margin-bottom: 60px;
  }
}
.section-reasons .w {
  padding: 0;
}
@media screen and (max-width: 1300px) {
  .section-reasons .w {
    padding: 0 30px;
  }
}
.section-reasons .w .ttl {
  position: relative;
  font-weight: 700;
  font-size: 32px;
  line-height: 38px;
  color: #27282c;
  letter-spacing: 2px;
  padding: 4px 0;
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 920px) {
  .section-reasons .w .ttl {
    font-weight: 700;
    font-size: 28px;
    line-height: 38px;
    color: #27282c;
  }
}
@media screen and (max-width: 480px) {
  .section-reasons .w .ttl {
    font-weight: 700;
    font-size: 26px;
    line-height: 36px;
    color: #27282c;
  }
}
.section-reasons .w .reasons-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
}
@media screen and (max-width: 1300px) {
  .section-reasons .w .reasons-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 700px) {
  .section-reasons .w .reasons-list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.section-reasons .w .reasons-list .reasons-item {
  padding: 40px 60px;
  border-radius: 80px;
  background-color: #ffffff;
}
@media screen and (max-width: 480px) {
  .section-reasons .w .reasons-list .reasons-item {
    padding: 40px 28px;
  }
}
.section-reasons .w .reasons-list .reasons-item .num {
  font-weight: 700;
  font-size: 88px;
  line-height: 80px;
  color: #d8e1ed;
  letter-spacing: 1px;
  margin-bottom: 40px;
  text-align: right;
}
@media screen and (max-width: 920px) {
  .section-reasons .w .reasons-list .reasons-item .num {
    font-weight: 700;
    font-size: 80px;
    line-height: 80px;
    color: #d8e1ed;
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 480px) {
  .section-reasons .w .reasons-list .reasons-item .num {
    margin-bottom: 12px;
    font-weight: 700;
    font-size: 60px;
    line-height: 60px;
    color: #d8e1ed;
  }
}
.section-reasons .w .reasons-list .reasons-item .reasons-name {
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  color: #27282c;
  letter-spacing: 0px;
  margin-bottom: 12px;
  text-align: left;
}
@media screen and (max-width: 920px) {
  .section-reasons .w .reasons-list .reasons-item .reasons-name {
    font-weight: 700;
    font-size: 18px;
    line-height: 28px;
    color: #27282c;
  }
}
@media screen and (max-width: 480px) {
  .section-reasons .w .reasons-list .reasons-item .reasons-name {
    font-weight: 700;
    font-size: 16px;
    line-height: 26px;
    color: #27282c;
  }
}
.section-reasons .w .reasons-list .reasons-item .reasons-txt .txt {
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #27282c;
  letter-spacing: 1px;
  text-align: left;
}
@media screen and (max-width: 920px) {
  .section-reasons .w .reasons-list .reasons-item .reasons-txt .txt {
    font-weight: 400;
    font-size: 13px;
    line-height: 20px;
    color: #27282c;
  }
}
.section-reasons .w .reasons-list .reasons-item .reasons-txt .txt + .txt {
  margin-top: 12px;
}
.section-reasons .w .reasons-list .reasons-item:hover {
  background-color: #133864;
}
.section-reasons .w .reasons-list .reasons-item:hover .reasons-name {
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  color: #ffffff;
}
@media screen and (max-width: 920px) {
  .section-reasons .w .reasons-list .reasons-item:hover .reasons-name {
    font-weight: 700;
    font-size: 18px;
    line-height: 28px;
    color: #ffffff;
  }
}
.section-reasons .w .reasons-list .reasons-item:hover .reasons-txt .txt {
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #ffffff;
}
@media screen and (max-width: 920px) {
  .section-reasons .w .reasons-list .reasons-item:hover .reasons-txt .txt {
    font-weight: 400;
    font-size: 13px;
    line-height: 20px;
    color: #ffffff;
  }
}
.section-integr {
  margin-top: var(--section-header-height);
  margin-bottom: 40px;
  background-color: #f7f8fa;
}
@media screen and (max-width: 920px) {
  .section-integr {
    margin-bottom: 0px;
  }
}
.section-integr .w {
  padding: 60px 80px;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 480px) {
  .section-integr .w {
    padding: 60px 0;
  }
}
.section-integr .w .txt {
  font-weight: 700;
  font-size: 44px;
  line-height: 54px;
  color: #27282c;
  letter-spacing: 1px;
  text-align: center;
}
@media screen and (max-width: 920px) {
  .section-integr .w .txt {
    font-weight: 700;
    font-size: 34px;
    line-height: 44px;
    color: #27282c;
  }
}
@media screen and (max-width: 480px) {
  .section-integr .w .txt {
    font-weight: 700;
    font-size: 32px;
    line-height: 42px;
    color: #27282c;
  }
}
.section-integr-items {
  margin-top: 0;
  background-color: #f7f8fa;
  margin-bottom: 100px;
}
@media screen and (max-width: 920px) {
  .section-integr-items {
    margin-bottom: 60px;
  }
}
.section-integr-items .w {
  padding: 0;
}
@media screen and (max-width: 1300px) {
  .section-integr-items .w {
    padding: 0 30px;
  }
}
.section-integr-items .w .integr-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
}
@media screen and (max-width: 700px) {
  .section-integr-items .w .integr-list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.section-integr-items .w .integr-list .integr-item {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px 60px;
  border-radius: 80px;
  min-height: 360px;
}
.section-integr-items .w .integr-list .integr-item .integr-name {
  font-weight: 700;
  font-size: 24px;
  line-height: 34px;
  color: #ffffff;
  letter-spacing: 0px;
  text-align: center;
}
@media screen and (max-width: 920px) {
  .section-integr-items .w .integr-list .integr-item .integr-name {
    font-weight: 700;
    font-size: 22px;
    line-height: 32px;
    color: #ffffff;
  }
}
.section-integr-items .w .integr-list .integr-item:hover {
  opacity: 0.7;
}
.section-integr-items .w .integr-list .integr1 {
  background: url('../img/integr-bg1.svg') no-repeat right center;
  background-color: #394c64;
}
.section-integr-items .w .integr-list .integr2 {
  background: url('../img/integr-bg2.svg') no-repeat right center;
  background-color: #57989c;
}
.section-integr-items .w .integr-list .integr3 {
  background: url('../img/integr-bg3.svg') no-repeat right center;
  background-color: #548986;
}
.section-integr-items .w .integr-list .integr4 {
  background: url('../img/integr-bg4.svg') no-repeat right center;
  background-color: #5a798b;
}
.section-about-top {
  margin-top: var(--section-header-height);
  margin-bottom: 100px;
  background-color: #f7f8fa;
  padding: 0;
}
@media screen and (max-width: 1300px) {
  .section-about-top {
    padding: 0 30px;
  }
}
@media screen and (max-width: 920px) {
  .section-about-top {
    margin-bottom: 60px;
  }
}
.section-about-top .w {
  display: flex;
  justify-content: center;
  padding: 60px 60px;
  background: url('../img/main-about-bg2.png') no-repeat center right 20%, url('../img/main-about-bg1.png') no-repeat center right, url('../img/main-about-bg3.png') no-repeat center right;
  background-color: #111216;
  border-radius: 80px;
  height: 500px;
}
@media screen and (max-width: 920px) {
  .section-about-top .w {
    padding: 40px;
  }
}
@media screen and (max-width: 700px) {
  .section-about-top .w {
    background-size: cover;
  }
}
@media screen and (max-width: 480px) {
  .section-about-top .w {
    padding: 28px;
  }
}
.section-about-top .w .ttl {
  font-weight: 700;
  font-size: 44px;
  line-height: 54px;
  color: #ffffff;
  letter-spacing: 1px;
  margin-bottom: 40px;
}
@media screen and (max-width: 920px) {
  .section-about-top .w .ttl {
    font-weight: 700;
    font-size: 34px;
    line-height: 44px;
    color: #ffffff;
  }
}
@media screen and (max-width: 480px) {
  .section-about-top .w .ttl {
    font-weight: 700;
    font-size: 32px;
    line-height: 42px;
    color: #ffffff;
  }
}
.section-about-top .w .content {
  max-width: 820px;
}
.section-about-top .w .content .subttl {
  font-weight: 700;
  font-size: 40px;
  line-height: 50px;
  color: #ffffff;
  letter-spacing: 2px;
}
@media screen and (max-width: 920px) {
  .section-about-top .w .content .subttl {
    font-weight: 700;
    font-size: 32px;
    line-height: 42px;
    color: #ffffff;
  }
}
@media screen and (max-width: 700px) {
  .section-about-top .w .content .subttl {
    font-weight: 700;
    font-size: 28px;
    line-height: 38px;
    color: #ffffff;
  }
}
@media screen and (max-width: 480px) {
  .section-about-top .w .content .subttl {
    font-weight: 700;
    font-size: 26px;
    line-height: 36px;
    color: #ffffff;
  }
}
.section-about {
  margin-top: 0;
  background-color: #f7f8fa;
  margin-bottom: 100px;
}
@media screen and (max-width: 920px) {
  .section-about {
    margin-bottom: 60px;
  }
}
.section-about .w {
  padding: 0;
}
@media screen and (max-width: 1300px) {
  .section-about .w {
    padding: 0 30px;
  }
}
.section-about .w .about-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
}
@media screen and (max-width: 920px) {
  .section-about .w .about-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 700px) {
  .section-about .w .about-list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.section-about .w .about-list .about-item {
  display: flex;
  padding: 40px 60px;
  padding-top: 130px;
  border-radius: 80px;
  min-height: 340px;
}
@media screen and (max-width: 700px) {
  .section-about .w .about-list .about-item {
    padding: 40px 40px;
    padding-top: 130px;
    min-height: 216px;
  }
}
@media screen and (max-width: 480px) {
  .section-about .w .about-list .about-item {
    padding: 40px 28px;
    padding-top: 130px;
    min-height: 216px;
  }
}
.section-about .w .about-list .about-item .txt {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  color: #27282c;
  letter-spacing: 0px;
  text-align: left;
  min-height: 180px;
}
@media screen and (max-width: 920px) {
  .section-about .w .about-list .about-item .txt {
    font-weight: 700;
    font-size: 18px;
    line-height: 28px;
    color: #27282c;
    min-height: 120px;
  }
}
@media screen and (max-width: 480px) {
  .section-about .w .about-list .about-item .txt {
    font-weight: 700;
    font-size: 16px;
    line-height: 26px;
    color: #27282c;
    min-height: 120px;
  }
}
.section-about .w .about-list .about1 {
  grid-column: 1/3;
  background: url('../img/icons/about-icon1.png') no-repeat top 40px left 60px;
  background-color: #d8e1ed;
}
@media screen and (max-width: 700px) {
  .section-about .w .about-list .about1 {
    grid-column: 1/2;
    background: url('../img/icons/about-icon1.png') no-repeat top 40px left 40px;
    background-color: #d8e1ed;
  }
}
@media screen and (max-width: 480px) {
  .section-about .w .about-list .about1 {
    background: url('../img/icons/about-icon1.png') no-repeat top 40px left 28px;
    background-color: #d8e1ed;
  }
}
.section-about .w .about-list .about2 {
  background: url('../img/icons/about-icon2.png') no-repeat top 40px left 60px;
  background-color: #d8e1ed;
}
@media screen and (max-width: 700px) {
  .section-about .w .about-list .about2 {
    background: url('../img/icons/about-icon2.png') no-repeat top 40px left 40px;
    background-color: #d8e1ed;
  }
}
@media screen and (max-width: 700px) {
  .section-about .w .about-list .about2 {
    background: url('../img/icons/about-icon2.png') no-repeat top 40px left 28px;
    background-color: #d8e1ed;
  }
}
.section-about .w .about-list .about3 {
  background: url('../img/icons/about-icon3.png') no-repeat top 40px left 60px;
  background-color: #d8e1ed;
}
@media screen and (max-width: 700px) {
  .section-about .w .about-list .about3 {
    background: url('../img/icons/about-icon3.png') no-repeat top 40px left 40px;
    background-color: #d8e1ed;
  }
}
@media screen and (max-width: 700px) {
  .section-about .w .about-list .about3 {
    background: url('../img/icons/about-icon3.png') no-repeat top 40px left 28px;
    background-color: #d8e1ed;
  }
}
.section-about .w .about-list .about4 {
  background: url('../img/icons/about-icon4.png') no-repeat top 40px left 60px;
  background-color: #d8e1ed;
}
@media screen and (max-width: 700px) {
  .section-about .w .about-list .about4 {
    background: url('../img/icons/about-icon4.png') no-repeat top 40px left 40px;
    background-color: #d8e1ed;
  }
}
@media screen and (max-width: 700px) {
  .section-about .w .about-list .about4 {
    background: url('../img/icons/about-icon4.png') no-repeat top 40px left 28px;
    background-color: #d8e1ed;
  }
}
.section-about .w .about-list .about5 {
  background: url('../img/icons/about-icon5.png') no-repeat top 40px left 60px;
  background-color: #d8e1ed;
}
@media screen and (max-width: 700px) {
  .section-about .w .about-list .about5 {
    background: url('../img/icons/about-icon5.png') no-repeat top 40px left 40px;
    background-color: #d8e1ed;
  }
}
@media screen and (max-width: 700px) {
  .section-about .w .about-list .about5 {
    background: url('../img/icons/about-icon5.png') no-repeat top 40px left 28px;
    background-color: #d8e1ed;
  }
}
.section-advantages {
  margin-top: 0;
  background-color: #f7f8fa;
  margin-bottom: 100px;
}
@media screen and (max-width: 920px) {
  .section-advantages {
    margin-bottom: 60px;
  }
}
.section-advantages .w {
  padding: 0;
}
@media screen and (max-width: 1300px) {
  .section-advantages .w {
    padding: 0 30px;
  }
}
.section-advantages .w .advantages-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border-radius: 80px;
  min-height: 500px;
  gap: 8px;
  padding: 8px;
  background: url('../img/about-bg2.png') no-repeat center right, url('../img/about-bg1.png') no-repeat center right;
  background-color: #ffffff;
  background-size: cover;
}
@media screen and (max-width: 700px) {
  .section-advantages .w .advantages-list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.section-advantages .w .advantages-list .advantages-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 80px;
  padding: 89px 60px;
  background-color: #ffffff;
  opacity: 65%;
}
@media screen and (max-width: 700px) {
  .section-advantages .w .advantages-list .advantages-item {
    padding: 28px;
  }
}
.section-advantages .w .advantages-list .advantages-item .ttl {
  position: relative;
  max-width: 508px;
  font-weight: 700;
  font-size: 32px;
  line-height: 38px;
  color: #27282c;
  letter-spacing: 2px;
  padding: 4px 0;
  text-align: left;
  z-index: 5;
}
@media screen and (max-width: 920px) {
  .section-advantages .w .advantages-list .advantages-item .ttl {
    font-weight: 700;
    font-size: 28px;
    line-height: 38px;
    color: #27282c;
  }
}
@media screen and (max-width: 480px) {
  .section-advantages .w .advantages-list .advantages-item .ttl {
    font-weight: 700;
    font-size: 26px;
    line-height: 36px;
    color: #27282c;
  }
}
.section-advantages .w .advantages-list .advantages-item .txt {
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  color: #27282c;
  letter-spacing: 0px;
  text-align: left;
  opacity: 1;
  z-index: 5;
}
@media screen and (max-width: 920px) {
  .section-advantages .w .advantages-list .advantages-item .txt {
    font-weight: 700;
    font-size: 18px;
    line-height: 28px;
    color: #27282c;
  }
}
@media screen and (max-width: 480px) {
  .section-advantages .w .advantages-list .advantages-item .txt {
    font-weight: 700;
    font-size: 16px;
    line-height: 26px;
    color: #27282c;
  }
}
.section-advantages .w .advantages-list .tt {
  background-color: transparent;
  opacity: 1;
  justify-content: flex-start;
}
.section-advantages .w .advantages-list .adv10 {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.section-advantages .w .advantages-list .adv2 {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
@media screen and (max-width: 700px) {
  .section-advantages .w .advantages-list .adv2 {
    border-top-right-radius: 80px;
    border-bottom-left-radius: 0;
  }
}
.section-advantages .w .advantages-list .adv3 {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
@media screen and (max-width: 700px) {
  .section-advantages .w .advantages-list .adv3 {
    border-top-right-radius: 80px;
    border-bottom-left-radius: 0;
  }
}
.section-serv-top {
  margin-top: var(--section-header-height);
  margin-bottom: 40px;
  background-color: #f7f8fa;
}
.section-serv-top .w {
  padding: 60px 80px;
}
@media screen and (max-width: 920px) {
  .section-serv-top .w {
    padding: 40px;
  }
}
.section-serv-top .w .ttl {
  font-weight: 700;
  font-size: 44px;
  line-height: 54px;
  color: #27282c;
  letter-spacing: 1px;
  text-align: center;
}
@media screen and (max-width: 920px) {
  .section-serv-top .w .ttl {
    font-weight: 700;
    font-size: 34px;
    line-height: 44px;
    color: #27282c;
  }
}
@media screen and (max-width: 480px) {
  .section-serv-top .w .ttl {
    font-weight: 700;
    font-size: 32px;
    line-height: 42px;
    color: #27282c;
  }
}
.page-development .section-banks,
.page-migration .section-banks,
.page-integr-3ds-server .section-banks,
.page-platezh-api .section-banks,
.page-integrations .section-banks,
.page-autstaff .section-banks,
.page-service-kredit .section-banks,
.page-service-loyal .section-banks,
.page-service-chay .section-banks,
.page-service-synchr .section-banks,
.page-service-pay .section-banks,
.page-service-020 .section-banks,
.page-service-apple .section-banks,
.page-projects .section-banks,
.page-about .section-banks,
.page-integr-platezh-service .section-banks {
  margin-top: 0;
  margin-bottom: 100px;
}
.page-analitika .section-banks,
.page-services .section-services,
.page-services .section-banks {
  margin-bottom: 60px;
}
.section-integr-platezh-top {
  margin-top: var(--section-header-height);
  margin-bottom: 40px;
  background-color: #f7f8fa;
}
.section-integr-platezh-top .w {
  padding: 60px 80px;
}
@media screen and (max-width: 920px) {
  .section-integr-platezh-top .w {
    padding: 40px;
  }
}
@media screen and (max-width: 480px) {
  .section-integr-platezh-top .w {
    padding: 40px 0;
  }
}
.section-integr-platezh-top .w .ttl {
  font-weight: 700;
  font-size: 44px;
  line-height: 54px;
  color: #27282c;
  letter-spacing: 1px;
  text-align: center;
}
@media screen and (max-width: 920px) {
  .section-integr-platezh-top .w .ttl {
    font-weight: 700;
    font-size: 34px;
    line-height: 44px;
    color: #27282c;
  }
}
@media screen and (max-width: 480px) {
  .section-integr-platezh-top .w .ttl {
    font-weight: 700;
    font-size: 32px;
    line-height: 42px;
    color: #27282c;
  }
}
.section-integr-platezh {
  margin-top: 0;
  margin-bottom: 100px;
  background-color: #f7f8fa;
  padding: 0;
}
@media screen and (max-width: 1300px) {
  .section-integr-platezh {
    padding: 0 30px;
  }
}
@media screen and (max-width: 920px) {
  .section-integr-platezh {
    margin-bottom: 60px;
  }
}
.section-integr-platezh .w {
  padding: 40px 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 360px;
  border-radius: 80px;
  background: url('/integrations/img/integr-platezh-bg.svg') no-repeat right center;
  background-color: #394c64;
}
@media screen and (max-width: 920px) {
  .section-integr-platezh .w {
    padding: 40px;
  }
}
@media screen and (max-width: 480px) {
  .section-integr-platezh .w {
    padding: 28px;
    height: 500px;
  }
}
.section-integr-platezh .w .content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.section-integr-platezh .w .content .txt {
  font-weight: 700;
  font-size: 24px;
  line-height: 34px;
  color: #ffffff;
  letter-spacing: 0px;
  text-align: center;
}
@media screen and (max-width: 920px) {
  .section-integr-platezh .w .content .txt {
    font-weight: 700;
    font-size: 22px;
    line-height: 32px;
    color: #ffffff;
  }
}
@media screen and (max-width: 480px) {
  .section-integr-platezh .w .content .txt {
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    color: #ffffff;
  }
}
.section-realize,
.section-realize2 {
  margin-top: 0;
  background-color: #f7f8fa;
  margin-bottom: 100px;
}
@media screen and (max-width: 920px) {
  .section-realize,
  .section-realize2 {
    margin-bottom: 60px;
  }
}
.section-realize .w,
.section-realize2 .w {
  padding: 0;
}
@media screen and (max-width: 1300px) {
  .section-realize .w,
  .section-realize2 .w {
    padding: 0 30px;
  }
}
.section-realize .w .ttl,
.section-realize2 .w .ttl {
  position: relative;
  font-weight: 700;
  font-size: 32px;
  line-height: 38px;
  color: #27282c;
  letter-spacing: 2px;
  padding: 4px 0;
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 920px) {
  .section-realize .w .ttl,
  .section-realize2 .w .ttl {
    font-weight: 700;
    font-size: 28px;
    line-height: 38px;
    color: #27282c;
  }
}
.section-realize .w .cols,
.section-realize2 .w .cols {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
}
@media screen and (max-width: 1300px) {
  .section-realize .w .cols,
  .section-realize2 .w .cols {
    grid-template-columns: repeat(1, 1fr);
  }
}
.section-realize .w .cols .img,
.section-realize2 .w .cols .img {
  border-radius: 80px;
  padding-right: 8px;
}
.section-realize .w .cols .img img,
.section-realize2 .w .cols .img img {
  display: block;
  width: 100%;
  border-radius: 80px;
  object-fit: cover;
}
@media screen and (max-width: 1300px) {
  .section-realize .w .cols .img img,
  .section-realize2 .w .cols .img img {
    max-height: 360px;
  }
}
@media screen and (max-width: 480px) {
  .section-realize .w .cols .img img,
  .section-realize2 .w .cols .img img {
    max-height: 500px;
  }
}
.section-realize .w .cols .realize-list,
.section-realize2 .w .cols .realize-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
}
@media screen and (max-width: 480px) {
  .section-realize .w .cols .realize-list,
  .section-realize2 .w .cols .realize-list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.section-realize .w .cols .realize-list .realize-item,
.section-realize2 .w .cols .realize-list .realize-item {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px 40px;
  border-radius: 80px;
  background-color: #ffffff;
}
@media screen and (max-width: 920px) {
  .section-realize .w .cols .realize-list .realize-item,
  .section-realize2 .w .cols .realize-list .realize-item {
    padding: 40px;
  }
}
@media screen and (max-width: 480px) {
  .section-realize .w .cols .realize-list .realize-item,
  .section-realize2 .w .cols .realize-list .realize-item {
    padding: 40px 20px;
  }
}
.section-realize .w .cols .realize-list .realize-item .txt,
.section-realize2 .w .cols .realize-list .realize-item .txt {
  font-weight: 700;
  font-size: 18px;
  line-height: 26px;
  color: #27282c;
  letter-spacing: 0px;
  text-align: center;
}
@media screen and (max-width: 920px) {
  .section-realize .w .cols .realize-list .realize-item .txt,
  .section-realize2 .w .cols .realize-list .realize-item .txt {
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #27282c;
  }
}
.section-realize2 .w .cols .realize-list .itm1 {
  grid-column: 1/3;
}
.section-projects-top {
  margin-top: var(--section-header-height);
  margin-bottom: 100px;
  background-color: #f7f8fa;
  padding: 0;
}
@media screen and (max-width: 1300px) {
  .section-projects-top {
    padding: 0 30px;
  }
}
@media screen and (max-width: 920px) {
  .section-projects-top {
    margin-bottom: 60px;
  }
}
.section-projects-top .w {
  display: flex;
  justify-content: center;
  padding: 60px 60px;
  background: url('/projects/img/proj-bg3.png') no-repeat center right, url('/projects/img/proj-bg2.png') no-repeat center right, url('/projects/img/proj-bg1.png') no-repeat center right;
  background-color: #002449;
  border-radius: 80px;
  height: 500px;
}
@media screen and (max-width: 920px) {
  .section-projects-top .w {
    padding: 40px;
  }
}
.section-projects-top .w .ttl {
  font-weight: 700;
  font-size: 44px;
  line-height: 54px;
  color: #ffffff;
  letter-spacing: 1px;
  margin-bottom: 40px;
}
@media screen and (max-width: 920px) {
  .section-projects-top .w .ttl {
    font-weight: 700;
    font-size: 34px;
    line-height: 44px;
    color: #ffffff;
    margin-bottom: 28px;
  }
}
@media screen and (max-width: 480px) {
  .section-projects-top .w .ttl {
    font-weight: 700;
    font-size: 26px;
    line-height: 36px;
    color: #ffffff;
    margin-bottom: 28px;
  }
}
.section-projects-top .w .content .subttl {
  font-weight: 700;
  font-size: 40px;
  line-height: 50px;
  color: #ffffff;
  letter-spacing: 2px;
  max-width: 820px;
}
@media screen and (max-width: 920px) {
  .section-projects-top .w .content .subttl {
    font-weight: 700;
    font-size: 28px;
    line-height: 38px;
    color: #ffffff;
    max-width: 500px;
  }
}
@media screen and (max-width: 480px) {
  .section-projects-top .w .content .subttl {
    font-weight: 700;
    font-size: 22px;
    line-height: 32px;
    color: #ffffff;
    max-width: 500px;
  }
}
.section-proj-promo {
  margin-top: 0;
  background-color: #f7f8fa;
  margin-bottom: 100px;
  padding: 0;
}
@media screen and (max-width: 1300px) {
  .section-proj-promo {
    padding: 0 30px;
  }
}
@media screen and (max-width: 920px) {
  .section-proj-promo {
    margin-bottom: 60px;
  }
}
.section-proj-promo .w {
  padding: 0;
}
.section-proj-promo .w .cols {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border-radius: 80px;
  background-color: #ffffff;
}
@media screen and (max-width: 920px) {
  .section-proj-promo .w .cols {
    grid-template-columns: repeat(1, 1fr);
  }
}
.section-proj-promo .w .cols .img {
  border-top-right-radius: 80px;
  border-bottom-right-radius: 80px;
}
@media screen and (max-width: 920px) {
  .section-proj-promo .w .cols .img {
    order: -1;
    border-bottom-right-radius: 0px;
  }
}
.section-proj-promo .w .cols .img img {
  display: block;
  width: 100%;
  border-top-right-radius: 80px;
  border-bottom-right-radius: 80px;
  height: 500px;
  object-fit: cover;
}
@media screen and (max-width: 920px) {
  .section-proj-promo .w .cols .img img {
    border-bottom-right-radius: 0px;
  }
}
.section-proj-promo .w .cols .content {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 80px 80px;
  background-color: #ffffff;
  border-top-left-radius: 80px;
  border-bottom-left-radius: 80px;
  max-height: 500px;
}
@media screen and (max-width: 920px) {
  .section-proj-promo .w .cols .content {
    max-height: 600px;
    padding: 40px;
  }
}
.section-proj-promo .w .cols .content .txt {
  font-weight: 700;
  font-size: 26px;
  line-height: 36px;
  color: #27282c;
  letter-spacing: 1px;
  text-align: center;
}
@media screen and (max-width: 920px) {
  .section-proj-promo .w .cols .content .txt {
    font-weight: 700;
    font-size: 24px;
    line-height: 34px;
    color: #27282c;
  }
}
@media screen and (max-width: 480px) {
  .section-proj-promo .w .cols .content .txt {
    font-weight: 700;
    font-size: 22px;
    line-height: 32px;
    color: #27282c;
  }
}
.section-proj {
  margin-top: 0;
  background-color: #f7f8fa;
  margin-bottom: 100px;
}
@media screen and (max-width: 920px) {
  .section-proj {
    margin-bottom: 60px;
  }
}
.section-proj .w {
  padding: 0;
}
@media screen and (max-width: 1300px) {
  .section-proj .w {
    padding: 0 30px;
  }
}
.section-proj .w .ttl {
  font-weight: 700;
  font-size: 32px;
  line-height: 38px;
  color: #27282c;
  letter-spacing: 2px;
  padding: 4px 0;
  margin-bottom: 40px;
  text-align: center;
}
@media screen and (max-width: 920px) {
  .section-proj .w .ttl {
    font-weight: 700;
    font-size: 28px;
    line-height: 38px;
    color: #27282c;
  }
}
@media screen and (max-width: 480px) {
  .section-proj .w .ttl {
    font-weight: 700;
    font-size: 26px;
    line-height: 36px;
    color: #27282c;
  }
}
.section-proj .w .proj-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
}
.section-proj .w .proj-list .row1 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
}
@media screen and (max-width: 1300px) {
  .section-proj .w .proj-list .row1 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 700px) {
  .section-proj .w .proj-list .row1 {
    grid-template-columns: repeat(1, 1fr);
  }
}
.section-proj .w .proj-list .row2 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
}
@media screen and (max-width: 920px) {
  .section-proj .w .proj-list .row2 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 700px) {
  .section-proj .w .proj-list .row2 {
    grid-template-columns: repeat(1, 1fr);
  }
}
.section-proj .w .proj-list .row .proj-item {
  display: flex;
  padding: 40px 28px;
  padding-top: 140px;
  border-radius: 80px;
  justify-content: center;
  align-items: center;
}
.section-proj .w .proj-list .row .proj-item .txt {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  color: #27282c;
  letter-spacing: 0px;
  text-align: center;
}
@media screen and (max-width: 920px) {
  .section-proj .w .proj-list .row .proj-item .txt {
    font-weight: 700;
    font-size: 18px;
    line-height: 28px;
    color: #27282c;
  }
}
@media screen and (max-width: 480px) {
  .section-proj .w .proj-list .row .proj-item .txt {
    font-weight: 700;
    font-size: 16px;
    line-height: 26px;
    color: #27282c;
  }
}
.section-proj .w .proj-list .row .proj-item:hover {
  opacity: 0.5;
}
.section-proj .w .proj-list .row .item1 {
  background: url('/projects/img/proj-icon1.svg') no-repeat top 40px center;
  background-color: #d8e1ed;
}
.section-proj .w .proj-list .row .item2 {
  background: url('/projects/img/proj-icon2.svg') no-repeat top 40px center;
  background-color: #d8e1ed;
}
.section-proj .w .proj-list .row .item3 {
  background: url('/projects/img/proj-icon3.svg') no-repeat top 40px center;
  background-color: #d8e1ed;
}
.section-proj .w .proj-list .row .item4 {
  background: url('/projects/img/proj-icon4.svg') no-repeat top 40px center;
  background-color: #d8e1ed;
}
.section-proj .w .proj-list .row .item5 {
  background: url('/projects/img/proj-icon5.svg') no-repeat top 40px center;
  background-color: #d8e1ed;
}
.section-proj .w .proj-list .row .item6 {
  background: url('/projects/img/proj-icon6.svg') no-repeat top 40px center;
  background-color: #d8e1ed;
}
.section-proj .w .proj-list .row .item7 {
  background: url('/projects/img/proj-icon7.svg') no-repeat top 40px center;
  background-color: #d8e1ed;
}
@media screen and (max-width: 920px) {
  .section-proj .w .proj-list .row .item7 {
    grid-column: 1/3;
  }
}
@media screen and (max-width: 700px) {
  .section-proj .w .proj-list .row .item7 {
    grid-column: 1/2;
  }
}
.section-perpay-top {
  margin-top: var(--section-header-height);
  margin-bottom: 100px;
  padding: 0;
  background-color: #f7f8fa;
}
@media screen and (max-width: 1300px) {
  .section-perpay-top {
    padding: 0 30px;
  }
}
@media screen and (max-width: 920px) {
  .section-perpay-top {
    margin-bottom: 60px;
  }
}
.section-perpay-top .w {
  display: flex;
  justify-content: center;
  padding: 0 60px;
  background: url('../img/dec-note.png') no-repeat center right, url('../img/dec-bg.jpg') no-repeat center center;
  background-size: contain;
  min-height: 500px;
  border-radius: 80px;
}
@media screen and (max-width: 1300px) {
  .section-perpay-top .w {
    background: url('../img/dec-note.png') no-repeat center right -300px, url('../img/dec-bg.jpg') no-repeat center center;
    background-size: cover;
  }
}
@media screen and (max-width: 920px) {
  .section-perpay-top .w {
    padding: 0 40px;
    background: url('../img/dec-note.png') no-repeat center right -400px, url('../img/dec-bg.jpg') no-repeat center center;
    background-size: cover;
  }
}
@media screen and (max-width: 700px) {
  .section-perpay-top .w {
    padding: 0 40px;
    background: url('../img/dec-note.png') no-repeat center right -500px, url('../img/dec-bg.jpg') no-repeat center center;
    background-size: cover;
  }
}
@media screen and (max-width: 480px) {
  .section-perpay-top .w {
    padding: 0 28px;
    padding-top: 320px;
    padding-bottom: 60px;
    background: url('../img/dec-note-mob.png') no-repeat top 20px center;
    background-color: #c8dfdf;
  }
}
.section-perpay-top .w .content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 560px;
}
@media screen and (max-width: 920px) {
  .section-perpay-top .w .content {
    max-width: 400px;
  }
}
@media screen and (max-width: 700px) {
  .section-perpay-top .w .content {
    max-width: 300px;
  }
}
.section-perpay-top .w .content .ttl {
  font-weight: 700;
  font-size: 44px;
  line-height: 54px;
  color: #27282c;
  letter-spacing: 1px;
  margin-bottom: 40px;
  text-align: left;
}
@media screen and (max-width: 920px) {
  .section-perpay-top .w .content .ttl {
    font-weight: 700;
    font-size: 34px;
    line-height: 44px;
    color: #27282c;
  }
}
@media screen and (max-width: 480px) {
  .section-perpay-top .w .content .ttl {
    font-weight: 700;
    font-size: 32px;
    line-height: 42px;
    color: #27282c;
  }
}
.section-perpay-top .w .content .subttl {
  font-weight: 700;
  font-size: 40px;
  line-height: 50px;
  color: #27282c;
  letter-spacing: 2px;
  margin-bottom: 40px;
}
@media screen and (max-width: 920px) {
  .section-perpay-top .w .content .subttl {
    font-weight: 700;
    font-size: 30px;
    line-height: 40px;
    color: #27282c;
  }
}
@media screen and (max-width: 480px) {
  .section-perpay-top .w .content .subttl {
    font-weight: 700;
    font-size: 28px;
    line-height: 38px;
    color: #27282c;
  }
}
.section-perpay-top .w .content .btn {
  background-color: transparent;
  border-radius: 100px;
  border: 2px solid #27282c;
  padding: 16px 20px;
  width: 263px;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  color: #27282c;
  letter-spacing: 1px;
  background-image: url(../img/icons/arrow-right-dec.svg);
  background-position: center right 18px;
  background-repeat: no-repeat;
}
@media screen and (max-width: 920px) {
  .section-perpay-top .w .content .btn {
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    color: #27282c;
    background-position: center right 36px;
  }
}
.section-perpay-promo {
  margin-top: 0;
  margin-bottom: 100px;
  background-color: #f7f8fa;
  padding: 0;
}
@media screen and (max-width: 1300px) {
  .section-perpay-promo {
    padding: 0 30px;
  }
}
@media screen and (max-width: 920px) {
  .section-perpay-promo {
    margin-bottom: 60px;
  }
}
.section-perpay-promo .w {
  padding: 100px 80px;
  background-color: #ffffff;
  border-radius: 80px;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 920px) {
  .section-perpay-promo .w {
    padding: 60px 40px;
  }
}
.section-perpay-promo .w .txt {
  font-weight: 700;
  font-size: 26px;
  line-height: 36px;
  color: #27282c;
  letter-spacing: 1px;
  text-align: center;
}
@media screen and (max-width: 920px) {
  .section-perpay-promo .w .txt {
    font-weight: 700;
    font-size: 24px;
    line-height: 34px;
    color: #27282c;
  }
}
@media screen and (max-width: 480px) {
  .section-perpay-promo .w .txt {
    font-weight: 700;
    font-size: 22px;
    line-height: 32px;
    color: #27282c;
  }
}
.section-perpay-business {
  margin-top: 0;
  background-color: #f7f8fa;
  margin-bottom: 100px;
}
@media screen and (max-width: 920px) {
  .section-perpay-business {
    margin-bottom: 60px;
  }
}
.section-perpay-business .w {
  padding: 0;
}
@media screen and (max-width: 1300px) {
  .section-perpay-business .w {
    padding: 0 30px;
  }
}
.section-perpay-business .w .ttl {
  position: relative;
  font-weight: 700;
  font-size: 32px;
  line-height: 38px;
  color: #27282c;
  letter-spacing: 2px;
  padding: 4px 0;
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 920px) {
  .section-perpay-business .w .ttl {
    font-weight: 700;
    font-size: 28px;
    line-height: 38px;
    color: #27282c;
  }
}
@media screen and (max-width: 480px) {
  .section-perpay-business .w .ttl {
    font-weight: 700;
    font-size: 26px;
    line-height: 36px;
    color: #27282c;
  }
}
.section-perpay-business .w .cols {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
}
@media screen and (max-width: 920px) {
  .section-perpay-business .w .cols {
    grid-template-columns: repeat(1, 1fr);
  }
}
.section-perpay-business .w .cols .img {
  border-radius: 400px;
  min-height: 424px;
}
.section-perpay-business .w .cols .img img {
  display: block;
  width: 100%;
  height: 424px;
  border-radius: 400px;
  object-fit: cover;
}
@media screen and (max-width: 920px) {
  .section-perpay-business .w .cols .img {
    order: -1;
  }
}
.section-perpay-business .w .cols .business-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
}
@media screen and (max-width: 480px) {
  .section-perpay-business .w .cols .business-list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.section-perpay-business .w .cols .business-list .business-item {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 28px 40px;
  border-radius: 80px;
  min-height: 136px;
  border: 2px solid #d1d4d6;
}
@media screen and (max-width: 700px) {
  .section-perpay-business .w .cols .business-list .business-item {
    padding: 28px;
  }
}
.section-perpay-business .w .cols .business-list .business-item .txt {
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  color: #27282c;
  letter-spacing: 0px;
  text-align: center;
}
@media screen and (max-width: 920px) {
  .section-perpay-business .w .cols .business-list .business-item .txt {
    font-weight: 700;
    font-size: 18px;
    line-height: 28px;
    color: #27282c;
  }
}
@media screen and (max-width: 920px) {
  .section-perpay-business .w .cols .business-list .business-item .txt {
    font-weight: 700;
    font-size: 16px;
    line-height: 26px;
    color: #27282c;
  }
}
.section-perpay-adv {
  margin-top: 0;
  background-color: #f7f8fa;
  margin-bottom: 100px;
}
@media screen and (max-width: 920px) {
  .section-perpay-adv {
    margin-bottom: 60px;
  }
}
.section-perpay-adv .w {
  padding: 0;
}
@media screen and (max-width: 1300px) {
  .section-perpay-adv .w {
    padding: 0 30px;
  }
}
.section-perpay-adv .w .perpay-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
}
@media screen and (max-width: 700px) {
  .section-perpay-adv .w .perpay-list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.section-perpay-adv .w .perpay-list .perpay-item {
  display: flex;
  flex-direction: column;
  padding: 40px 60px;
  padding-top: 120px;
  border-radius: 80px;
}
@media screen and (max-width: 920px) {
  .section-perpay-adv .w .perpay-list .perpay-item {
    padding: 40px 60px;
  }
}
.section-perpay-adv .w .perpay-list .perpay-item .perpay-name {
  font-weight: 700;
  font-size: 24px;
  line-height: 34px;
  color: #27282c;
  letter-spacing: 0px;
  margin-bottom: 20px;
  text-align: left;
}
@media screen and (max-width: 920px) {
  .section-perpay-adv .w .perpay-list .perpay-item .perpay-name {
    font-weight: 700;
    font-size: 22px;
    line-height: 32px;
    color: #27282c;
  }
}
.section-perpay-adv .w .perpay-list .perpay-item .adv-list {
  list-style-type: disc;
}
.section-perpay-adv .w .perpay-list .perpay-item .adv-list .adv-item {
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  color: #27282c;
  letter-spacing: 0px;
}
@media screen and (max-width: 920px) {
  .section-perpay-adv .w .perpay-list .perpay-item .adv-list .adv-item {
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #27282c;
  }
}
.section-perpay-adv .w .perpay-list .perpay-item .adv-list .adv-item + .adv-item {
  margin-top: 8px;
}
.section-perpay-adv .w .perpay-list .pp1 {
  background: url('/img/perpay-bg1.svg') no-repeat right top;
  background-color: #d8e1ed;
}
.section-perpay-adv .w .perpay-list .pp2 {
  background: url('/img/perpay-bg2.svg') no-repeat right top;
  background-color: #d8e1ed;
}
.section-perpay-adv .w .perpay-list .pp3 {
  background: url('/img/perpay-bg3.svg') no-repeat right top;
  background-color: #d8e1ed;
}
.section-autstaff-top {
  margin-top: var(--section-header-height);
  margin-bottom: 100px;
  background-color: #f7f8fa;
  padding: 0;
}
@media screen and (max-width: 920px) {
  .section-autstaff-top {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 1300px) {
  .section-autstaff-top {
    padding: 0 30px;
  }
}
.section-autstaff-top .w {
  display: flex;
  justify-content: center;
  padding: 78px 60px;
  background: url('/img/autstaff-bg.png') no-repeat center right 40px;
  background-color: #d8e1ed;
  border-radius: 80px;
  height: 500px;
}
@media screen and (max-width: 1300px) {
  .section-autstaff-top .w {
    padding: 40px;
    background: url('/img/autstaff-bg.png') no-repeat center right -100px;
    background-color: #d8e1ed;
  }
}
@media screen and (max-width: 920px) {
  .section-autstaff-top .w {
    padding: 40px;
    background: url('/img/autstaff-bg.png') no-repeat center right -200px;
    background-color: #d8e1ed;
  }
}
@media screen and (max-width: 480px) {
  .section-autstaff-top .w {
    padding: 40px 28px;
  }
}
.section-autstaff-top .w .ttl {
  font-weight: 700;
  font-size: 44px;
  line-height: 54px;
  color: #27282c;
  letter-spacing: 1px;
  margin-bottom: 40px;
}
@media screen and (max-width: 920px) {
  .section-autstaff-top .w .ttl {
    font-weight: 700;
    font-size: 34px;
    line-height: 44px;
    color: #27282c;
    margin-bottom: 28px;
  }
}
@media screen and (max-width: 700px) {
  .section-autstaff-top .w .ttl {
    font-weight: 700;
    font-size: 32px;
    line-height: 42px;
    color: #27282c;
  }
}
@media screen and (max-width: 480px) {
  .section-autstaff-top .w .ttl {
    font-weight: 700;
    font-size: 30px;
    line-height: 40px;
    color: #27282c;
  }
}
.section-autstaff-top .w .content {
  max-width: 820px;
}
.section-autstaff-top .w .content .subttl {
  font-weight: 700;
  font-size: 40px;
  line-height: 50px;
  color: #27282c;
  letter-spacing: 2px;
}
@media screen and (max-width: 920px) {
  .section-autstaff-top .w .content .subttl {
    font-weight: 700;
    font-size: 28px;
    line-height: 38px;
    color: #27282c;
  }
}
@media screen and (max-width: 700px) {
  .section-autstaff-top .w .content .subttl {
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    color: #27282c;
  }
}
@media screen and (max-width: 480px) {
  .section-autstaff-top .w .content .subttl {
    font-weight: 700;
    font-size: 22px;
    line-height: 32px;
    color: #27282c;
  }
}
.section-works {
  margin-top: 0;
  background-color: #f7f8fa;
  margin-bottom: 100px;
}
@media screen and (max-width: 920px) {
  .section-works {
    margin-bottom: 60px;
  }
}
.section-works .w {
  padding: 0;
}
@media screen and (max-width: 1300px) {
  .section-works .w {
    padding: 0 30px;
  }
}
.section-works .w .ttl {
  position: relative;
  font-weight: 700;
  font-size: 32px;
  line-height: 38px;
  color: #27282c;
  letter-spacing: 2px;
  padding: 4px 0;
  text-align: left;
  margin-bottom: 40px;
}
@media screen and (max-width: 920px) {
  .section-works .w .ttl {
    font-weight: 700;
    font-size: 28px;
    line-height: 38px;
    color: #27282c;
    text-align: center;
  }
}
@media screen and (max-width: 480px) {
  .section-works .w .ttl {
    font-weight: 700;
    font-size: 26px;
    line-height: 36px;
    color: #27282c;
    text-align: center;
  }
}
.section-works .w .works-list {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 8px;
}
@media screen and (max-width: 920px) {
  .section-works .w .works-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 700px) {
  .section-works .w .works-list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.section-works .w .works-list .works-item {
  padding: 40px 60px;
  border-radius: 80px;
  background-color: #ffffff;
}
@media screen and (max-width: 920px) {
  .section-works .w .works-list .works-item {
    padding: 40px;
  }
}
@media screen and (max-width: 480px) {
  .section-works .w .works-list .works-item {
    padding: 40px 28px;
  }
}
.section-works .w .works-list .works-item .num {
  font-weight: 700;
  font-size: 88px;
  line-height: 80px;
  color: #d8e1ed;
  letter-spacing: 1px;
  margin-bottom: 40px;
  text-align: right;
}
@media screen and (max-width: 920px) {
  .section-works .w .works-list .works-item .num {
    font-weight: 700;
    font-size: 80px;
    line-height: 80px;
    color: #d8e1ed;
  }
}
@media screen and (max-width: 480px) {
  .section-works .w .works-list .works-item .num {
    margin-bottom: 28px;
    font-weight: 700;
    font-size: 60px;
    line-height: 60px;
    color: #d8e1ed;
  }
}
.section-works .w .works-list .works-item .works-name {
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  color: #27282c;
  letter-spacing: 0px;
  text-align: left;
}
@media screen and (max-width: 920px) {
  .section-works .w .works-list .works-item .works-name {
    font-weight: 700;
    font-size: 18px;
    line-height: 28px;
    color: #27282c;
  }
}
@media screen and (max-width: 480px) {
  .section-works .w .works-list .works-item .works-name {
    font-weight: 700;
    font-size: 16px;
    line-height: 26px;
    color: #27282c;
  }
}
.section-works .w .works-list .item1 {
  grid-column: 1/3;
}
@media screen and (max-width: 920px) {
  .section-works .w .works-list .item1 {
    grid-column: 1/2;
  }
}
@media screen and (max-width: 700px) {
  .section-works .w .works-list .item1 {
    grid-column: 1/2;
  }
}
.section-works .w .works-list .item2 {
  grid-column: 3/5;
}
@media screen and (max-width: 920px) {
  .section-works .w .works-list .item2 {
    grid-column: 2/3;
  }
}
@media screen and (max-width: 700px) {
  .section-works .w .works-list .item2 {
    grid-column: 1/2;
  }
}
.section-works .w .works-list .item3 {
  grid-column: 5/7;
}
@media screen and (max-width: 920px) {
  .section-works .w .works-list .item3 {
    grid-column: 1/2;
  }
}
@media screen and (max-width: 700px) {
  .section-works .w .works-list .item3 {
    grid-column: 1/2;
  }
}
.section-works .w .works-list .item4 {
  grid-column: 1/4;
}
@media screen and (max-width: 920px) {
  .section-works .w .works-list .item4 {
    grid-column: 2/3;
  }
}
@media screen and (max-width: 700px) {
  .section-works .w .works-list .item4 {
    grid-column: 1/2;
  }
}
.section-works .w .works-list .item5 {
  grid-column: 4/7;
}
@media screen and (max-width: 920px) {
  .section-works .w .works-list .item5 {
    grid-column: 1/3;
  }
}
@media screen and (max-width: 700px) {
  .section-works .w .works-list .item5 {
    grid-column: 1/2;
  }
}
.section-autstaff-items {
  margin-top: 0;
  background-color: #f7f8fa;
  margin-bottom: 100px;
}
@media screen and (max-width: 920px) {
  .section-autstaff-items {
    margin-bottom: 60px;
  }
}
.section-autstaff-items .w {
  padding: 0;
}
@media screen and (max-width: 1300px) {
  .section-autstaff-items .w {
    padding: 0 30px;
  }
}
.section-autstaff-items .w .ttl {
  position: relative;
  font-weight: 700;
  font-size: 32px;
  line-height: 38px;
  color: #27282c;
  letter-spacing: 2px;
  padding: 4px 0;
  text-align: left;
  margin-bottom: 40px;
}
@media screen and (max-width: 920px) {
  .section-autstaff-items .w .ttl {
    font-weight: 700;
    font-size: 28px;
    line-height: 38px;
    color: #27282c;
    text-align: center;
  }
}
@media screen and (max-width: 480px) {
  .section-autstaff-items .w .ttl {
    font-weight: 700;
    font-size: 26px;
    line-height: 36px;
    color: #27282c;
    text-align: center;
  }
}
.section-autstaff-items .w .autstaff-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  background: url('../img/autst-img.png') no-repeat right center;
  background-color: #27282c;
  border-radius: 80px;
  padding: 8px;
}
@media screen and (max-width: 700px) {
  .section-autstaff-items .w .autstaff-list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.section-autstaff-items .w .autstaff-list .autstaff-item {
  display: flex;
  align-items: center;
  padding: 40px 60px;
  border-radius: 80px;
  height: 288px;
  background-color: #3b6fac;
  opacity: 70%;
}
@media screen and (max-width: 920px) {
  .section-autstaff-items .w .autstaff-list .autstaff-item {
    padding: 20px 28px;
  }
}
@media screen and (max-width: 700px) {
  .section-autstaff-items .w .autstaff-list .autstaff-item {
    height: 160px;
    padding: 20px 40px;
  }
}
@media screen and (max-width: 480px) {
  .section-autstaff-items .w .autstaff-list .autstaff-item {
    padding: 20px 28px;
  }
}
.section-autstaff-items .w .autstaff-list .autstaff-item .autstaff-name {
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  color: #ffffff;
  letter-spacing: 0px;
  text-align: left;
}
@media screen and (max-width: 920px) {
  .section-autstaff-items .w .autstaff-list .autstaff-item .autstaff-name {
    font-weight: 700;
    font-size: 18px;
    line-height: 28px;
    color: #ffffff;
  }
}
@media screen and (max-width: 480px) {
  .section-autstaff-items .w .autstaff-list .autstaff-item .autstaff-name {
    font-weight: 700;
    font-size: 16px;
    line-height: 26px;
    color: #ffffff;
  }
}
.section-autstaff-items .w .autstaff-list .itm1,
.section-autstaff-items .w .autstaff-list .itm2,
.section-autstaff-items .w .autstaff-list .itm5 {
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
}
.section-autstaff-items .w .autstaff-list .itm4 {
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
}
.section-autstaff-items .w .autstaff-list .itm6 {
  border-top-left-radius: 0;
}
.section-autstaff-items .w .autstaff-list .itm3 {
  background-color: transparent;
}
@media screen and (max-width: 700px) {
  .section-autstaff-items .w .autstaff-list .itm1 {
    border-radius: 80px;
    border-bottom-left-radius: 0;
  }
}
@media screen and (max-width: 700px) {
  .section-autstaff-items .w .autstaff-list .itm2 {
    border-radius: 80px;
    border-bottom-left-radius: 0;
    border-top-right-radius: 0;
  }
}
@media screen and (max-width: 700px) {
  .section-autstaff-items .w .autstaff-list .itm3 {
    display: none;
  }
}
@media screen and (max-width: 700px) {
  .section-autstaff-items .w .autstaff-list .itm4 {
    border-radius: 80px;
    border-bottom-right-radius: 0;
    border-top-left-radius: 0;
  }
}
@media screen and (max-width: 700px) {
  .section-autstaff-items .w .autstaff-list .itm5 {
    border-radius: 80px;
    border-bottom-left-radius: 0;
    border-top-right-radius: 0;
  }
}
@media screen and (max-width: 700px) {
  .section-autstaff-items .w .autstaff-list .itm6 {
    border-radius: 80px;
    border-top-left-radius: 0;
  }
}
.section-spec {
  margin-top: 0;
  background-color: #f7f8fa;
  margin-bottom: 100px;
}
@media screen and (max-width: 920px) {
  .section-spec {
    margin-bottom: 60px;
  }
}
.section-spec .w {
  padding: 0;
}
@media screen and (max-width: 1300px) {
  .section-spec .w {
    padding: 0 30px;
  }
}
.section-spec .w .ttl {
  position: relative;
  font-weight: 700;
  font-size: 32px;
  line-height: 38px;
  color: #27282c;
  letter-spacing: 2px;
  padding: 4px 0;
  text-align: left;
  margin-bottom: 40px;
}
@media screen and (max-width: 920px) {
  .section-spec .w .ttl {
    font-weight: 700;
    font-size: 28px;
    line-height: 38px;
    color: #27282c;
    text-align: center;
  }
}
@media screen and (max-width: 480px) {
  .section-spec .w .ttl {
    font-weight: 700;
    font-size: 26px;
    line-height: 36px;
    color: #27282c;
    text-align: center;
  }
}
.section-spec .w .cols {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
}
@media screen and (max-width: 920px) {
  .section-spec .w .cols {
    grid-template-columns: repeat(1, 1fr);
  }
}
.section-spec .w .cols .img {
  border-radius: 400px;
  min-height: 424px;
}
.section-spec .w .cols .img img {
  display: block;
  width: 100%;
  height: 424px;
  border-radius: 400px;
  object-fit: cover;
}
@media screen and (max-width: 920px) {
  .section-spec .w .cols .img {
    order: -1;
  }
}
.section-spec .w .cols .spec-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
}
@media screen and (max-width: 480px) {
  .section-spec .w .cols .spec-list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.section-spec .w .cols .spec-list .spec-item {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 28px 40px;
  border-radius: 80px;
  min-height: 136px;
  border: 2px solid #d1d4d6;
}
@media screen and (max-width: 700px) {
  .section-spec .w .cols .spec-list .spec-item {
    padding: 28px;
  }
}
.section-spec .w .cols .spec-list .spec-item .txt {
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  color: #27282c;
  letter-spacing: 0px;
  text-align: center;
}
@media screen and (max-width: 920px) {
  .section-spec .w .cols .spec-list .spec-item .txt {
    font-weight: 700;
    font-size: 18px;
    line-height: 28px;
    color: #27282c;
  }
}
@media screen and (max-width: 480px) {
  .section-spec .w .cols .spec-list .spec-item .txt {
    font-weight: 700;
    font-size: 16px;
    line-height: 26px;
    color: #27282c;
  }
}
.section-3ds {
  margin-top: var(--section-header-height);
  margin-bottom: 40px;
  background-color: #f7f8fa;
  padding: 0;
}
@media screen and (max-width: 1300px) {
  .section-3ds {
    padding: 0 30px;
  }
}
.section-3ds .w {
  padding: 60px 80px;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 920px) {
  .section-3ds .w {
    padding: 40px;
  }
}
@media screen and (max-width: 480px) {
  .section-3ds .w {
    padding: 40px 0;
  }
}
.section-3ds .w .txt {
  font-weight: 700;
  font-size: 44px;
  line-height: 54px;
  color: #27282c;
  letter-spacing: 1px;
  text-align: center;
}
@media screen and (max-width: 920px) {
  .section-3ds .w .txt {
    font-weight: 700;
    font-size: 34px;
    line-height: 44px;
    color: #27282c;
  }
}
@media screen and (max-width: 480px) {
  .section-3ds .w .txt {
    font-weight: 700;
    font-size: 32px;
    line-height: 42px;
    color: #27282c;
  }
}
.section-3ds-promo {
  margin-top: 0;
  margin-bottom: 100px;
  background-color: #f7f8fa;
  padding: 0;
}
@media screen and (max-width: 1300px) {
  .section-3ds-promo {
    padding: 0 30px;
  }
}
@media screen and (max-width: 920px) {
  .section-3ds-promo {
    margin-bottom: 60px;
  }
}
.section-3ds-promo .w {
  padding: 40px 100px;
  background: url('/img/3ds-bg.png') no-repeat right center;
  background-color: #57989c;
  border-radius: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 360px;
}
@media screen and (max-width: 920px) {
  .section-3ds-promo .w {
    padding: 40px;
  }
}
@media screen and (max-width: 480px) {
  .section-3ds-promo .w {
    padding: 28px;
    height: 500px;
  }
}
.section-3ds-promo .w .txt {
  font-weight: 700;
  font-size: 24px;
  line-height: 34px;
  color: #ffffff;
  letter-spacing: 0px;
  text-align: center;
}
@media screen and (max-width: 920px) {
  .section-3ds-promo .w .txt {
    font-weight: 700;
    font-size: 22px;
    line-height: 32px;
    color: #ffffff;
  }
}
.section-3ds-promo2 {
  margin-top: 0;
  margin-bottom: 100px;
  background-color: #f7f8fa;
  padding: 0;
}
@media screen and (max-width: 1300px) {
  .section-3ds-promo2 {
    padding: 0 30px;
  }
}
@media screen and (max-width: 920px) {
  .section-3ds-promo2 {
    margin-bottom: 60px;
  }
}
.section-3ds-promo2 .w {
  padding: 100px 200px;
  background: url('/img/3ds-img.jpg') no-repeat right center;
  background-color: #0b0b0b;
  background-size: cover;
  border-radius: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 500px;
}
@media screen and (max-width: 920px) {
  .section-3ds-promo2 .w {
    padding: 40px;
  }
}
@media screen and (max-width: 480px) {
  .section-3ds-promo2 .w {
    padding: 28px;
  }
}
.section-3ds-promo2 .w .txt {
  font-weight: 700;
  font-size: 32px;
  line-height: 38px;
  color: #ffffff;
  letter-spacing: 2px;
  text-align: center;
}
@media screen and (max-width: 920px) {
  .section-3ds-promo2 .w .txt {
    font-weight: 700;
    font-size: 28px;
    line-height: 38px;
    color: #ffffff;
  }
}
@media screen and (max-width: 480px) {
  .section-3ds-promo2 .w .txt {
    font-weight: 700;
    font-size: 26px;
    line-height: 36px;
    color: #ffffff;
  }
}
.section-3ds-info {
  margin-top: 0;
  margin-bottom: 100px;
  background-color: #f7f8fa;
  padding: 0;
}
@media screen and (max-width: 1300px) {
  .section-3ds-info {
    padding: 0 30px;
  }
}
@media screen and (max-width: 920px) {
  .section-3ds-info {
    margin-bottom: 60px;
  }
}
.section-3ds-info .w {
  padding: 0;
}
.section-3ds-info .w .ttl {
  font-weight: 700;
  font-size: 32px;
  line-height: 38px;
  color: #27282c;
  letter-spacing: 2px;
  text-align: center;
}
@media screen and (max-width: 920px) {
  .section-3ds-info .w .ttl {
    font-weight: 700;
    font-size: 28px;
    line-height: 38px;
    color: #27282c;
  }
}
@media screen and (max-width: 480px) {
  .section-3ds-info .w .ttl {
    font-weight: 700;
    font-size: 26px;
    line-height: 36px;
    color: #27282c;
  }
}
.section-3ds-info .w .ds-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
}
@media screen and (max-width: 920px) {
  .section-3ds-info .w .ds-list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.section-3ds-info .w .ds-list .ds-item {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px;
  border-radius: 80px;
  min-height: 320px;
  background-color: #ffffff;
}
@media screen and (max-width: 920px) {
  .section-3ds-info .w .ds-list .ds-item {
    min-height: 120px;
  }
}
@media screen and (max-width: 480px) {
  .section-3ds-info .w .ds-list .ds-item {
    padding: 40px 28px;
  }
}
.section-3ds-info .w .ds-list .ds-item .txt {
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: #27282c;
  letter-spacing: 1px;
  text-align: center;
}
@media screen and (max-width: 480px) {
  .section-3ds-info .w .ds-list .ds-item .txt {
    font-weight: 700;
    font-size: 14px;
    line-height: 24px;
    color: #27282c;
  }
}
.section-migr {
  margin-top: var(--section-header-height);
  margin-bottom: 40px;
  background-color: #f7f8fa;
}
.section-migr .w {
  padding: 60px 80px;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 920px) {
  .section-migr .w {
    padding: 40px;
  }
}
@media screen and (max-width: 480px) {
  .section-migr .w {
    padding: 40px 0;
  }
}
.section-migr .w .txt {
  font-weight: 700;
  font-size: 44px;
  line-height: 54px;
  color: #27282c;
  letter-spacing: 1px;
  text-align: center;
}
@media screen and (max-width: 920px) {
  .section-migr .w .txt {
    font-weight: 700;
    font-size: 34px;
    line-height: 44px;
    color: #27282c;
  }
}
@media screen and (max-width: 480px) {
  .section-migr .w .txt {
    font-weight: 700;
    font-size: 28px;
    line-height: 38px;
    color: #27282c;
  }
}
.section-migr-promo {
  margin-top: 0;
  margin-bottom: 100px;
  background-color: #f7f8fa;
  padding: 0;
}
@media screen and (max-width: 1300px) {
  .section-migr-promo {
    padding: 0 30px;
  }
}
@media screen and (max-width: 920px) {
  .section-migr-promo {
    margin-bottom: 60px;
  }
}
.section-migr-promo .w {
  padding: 40px 100px;
  background: url('/img/migr-bg.png') no-repeat right center;
  background-color: #548986;
  border-radius: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 360px;
}
@media screen and (max-width: 920px) {
  .section-migr-promo .w {
    padding: 40px;
  }
}
@media screen and (max-width: 480px) {
  .section-migr-promo .w {
    padding: 40px 28px;
    height: 500px;
  }
}
.section-migr-promo .w .txt {
  font-weight: 700;
  font-size: 24px;
  line-height: 34px;
  color: #ffffff;
  letter-spacing: 0px;
  text-align: center;
}
@media screen and (max-width: 920px) {
  .section-migr-promo .w .txt {
    font-weight: 700;
    font-size: 22px;
    line-height: 32px;
    color: #ffffff;
  }
}
@media screen and (max-width: 480px) {
  .section-migr-promo .w .txt {
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    color: #ffffff;
  }
}
.section-migr-promo2 {
  margin-top: 0;
  margin-bottom: 100px;
  background-color: #f7f8fa;
  padding: 0;
}
@media screen and (max-width: 1300px) {
  .section-migr-promo2 {
    padding: 0 30px;
  }
}
@media screen and (max-width: 920px) {
  .section-migr-promo2 {
    margin-bottom: 60px;
  }
}
.section-migr-promo2 .w {
  padding: 0;
}
.section-migr-promo2 .w .rows {
  display: grid;
  grid-template-rows: 400px min-content;
  gap: 8px;
}
.section-migr-promo2 .w .rows .banner {
  padding: 100px 100px;
  background: url('/img/migr-img.jpg') no-repeat right center;
  background-color: #ffffff;
  background-size: cover;
  border-radius: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 920px) {
  .section-migr-promo2 .w .rows .banner {
    padding: 100px 0;
  }
}
.section-migr-promo2 .w .rows .banner .ttl {
  font-weight: 700;
  font-size: 32px;
  line-height: 38px;
  color: #ffffff;
  letter-spacing: 2px;
  text-align: center;
}
@media screen and (max-width: 920px) {
  .section-migr-promo2 .w .rows .banner .ttl {
    font-weight: 700;
    font-size: 28px;
    line-height: 38px;
    color: #ffffff;
  }
}
@media screen and (max-width: 480px) {
  .section-migr-promo2 .w .rows .banner .ttl {
    font-weight: 700;
    font-size: 26px;
    line-height: 36px;
    color: #ffffff;
  }
}
.section-migr-promo2 .w .rows .migr-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
}
@media screen and (max-width: 920px) {
  .section-migr-promo2 .w .rows .migr-list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.section-migr-promo2 .w .rows .migr-list .migr-item {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px;
  border-radius: 80px;
  min-height: 320px;
  background-color: #ffffff;
}
@media screen and (max-width: 920px) {
  .section-migr-promo2 .w .rows .migr-list .migr-item {
    min-height: 120px;
  }
}
@media screen and (max-width: 480px) {
  .section-migr-promo2 .w .rows .migr-list .migr-item {
    padding: 40px 28px;
  }
}
.section-migr-promo2 .w .rows .migr-list .migr-item .txt {
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: #27282c;
  letter-spacing: 1px;
  text-align: center;
}
@media screen and (max-width: 480px) {
  .section-migr-promo2 .w .rows .migr-list .migr-item .txt {
    font-weight: 700;
    font-size: 14px;
    line-height: 22px;
    color: #27282c;
  }
}
.section-migr-promo2 .w .rows .migr-list .itm1 {
  grid-column: 2/4;
}
@media screen and (max-width: 920px) {
  .section-migr-promo2 .w .rows .migr-list .itm1 {
    grid-column: 1/2;
  }
}
.section-api {
  margin-top: var(--section-header-height);
  margin-bottom: 40px;
  background-color: #f7f8fa;
}
.section-api .w {
  padding: 60px 80px;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 920px) {
  .section-api .w {
    padding: 40px;
  }
}
@media screen and (max-width: 480px) {
  .section-api .w {
    padding: 40px 0;
  }
}
.section-api .w .txt {
  font-weight: 700;
  font-size: 44px;
  line-height: 54px;
  color: #27282c;
  letter-spacing: 1px;
  text-align: center;
}
@media screen and (max-width: 920px) {
  .section-api .w .txt {
    font-weight: 700;
    font-size: 34px;
    line-height: 44px;
    color: #27282c;
  }
}
@media screen and (max-width: 480px) {
  .section-api .w .txt {
    font-weight: 700;
    font-size: 32px;
    line-height: 42px;
    color: #27282c;
  }
}
.section-api-promo {
  margin-top: 0;
  margin-bottom: 100px;
  background-color: #f7f8fa;
  padding: 0;
}
@media screen and (max-width: 1300px) {
  .section-api-promo {
    padding: 0 30px;
  }
}
@media screen and (max-width: 920px) {
  .section-api-promo {
    margin-bottom: 60px;
  }
}
.section-api-promo .w {
  padding: 40px 100px;
  background: url('/img/api-bg.png') no-repeat right center;
  background-color: #5a798b;
  border-radius: 80px;
  display: flex;
  justify-content: center;
  min-height: 360px;
  align-items: center;
}
@media screen and (max-width: 920px) {
  .section-api-promo .w {
    padding: 40px;
  }
}
@media screen and (max-width: 480px) {
  .section-api-promo .w {
    padding: 28px;
    height: 500px;
  }
}
.section-api-promo .w .txt {
  font-weight: 700;
  font-size: 24px;
  line-height: 34px;
  color: #ffffff;
  letter-spacing: 0px;
  text-align: center;
}
@media screen and (max-width: 920px) {
  .section-api-promo .w .txt {
    font-weight: 700;
    font-size: 22px;
    line-height: 32px;
    color: #ffffff;
  }
}
.section-api-adv {
  margin-top: 0;
  background-color: #f7f8fa;
  margin-bottom: 100px;
}
@media screen and (max-width: 920px) {
  .section-api-adv {
    margin-bottom: 60px;
  }
}
.section-api-adv .w {
  padding: 0;
}
@media screen and (max-width: 1300px) {
  .section-api-adv .w {
    padding: 0 30px;
  }
}
.section-api-adv .w .ttl {
  position: relative;
  font-weight: 700;
  font-size: 32px;
  line-height: 38px;
  color: #27282c;
  letter-spacing: 2px;
  padding: 4px 0;
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 920px) {
  .section-api-adv .w .ttl {
    font-weight: 700;
    font-size: 28px;
    line-height: 38px;
    color: #27282c;
  }
}
.section-api-adv .w .cols {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
}
@media screen and (max-width: 1300px) {
  .section-api-adv .w .cols {
    grid-template-columns: repeat(1, 1fr);
  }
}
.section-api-adv .w .cols .img {
  border-radius: 80px;
  padding-right: 8px;
  background-color: #e9eaeb;
}
.section-api-adv .w .cols .img img {
  display: block;
  width: 100%;
  border-radius: 80px;
  object-fit: cover;
}
@media screen and (max-width: 1300px) {
  .section-api-adv .w .cols .img img {
    max-height: 360px;
  }
}
@media screen and (max-width: 480px) {
  .section-api-adv .w .cols .img img {
    max-height: 500px;
  }
}
.section-api-adv .w .cols .apis-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
}
@media screen and (max-width: 480px) {
  .section-api-adv .w .cols .apis-list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.section-api-adv .w .cols .apis-list .apis-item {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px 40px;
  border-radius: 80px;
  background-color: #ffffff;
}
@media screen and (max-width: 920px) {
  .section-api-adv .w .cols .apis-list .apis-item {
    padding: 40px;
  }
}
.section-api-adv .w .cols .apis-list .apis-item .txt {
  font-weight: 700;
  font-size: 18px;
  line-height: 26px;
  color: #27282c;
  letter-spacing: 0px;
  text-align: center;
}
@media screen and (max-width: 920px) {
  .section-api-adv .w .cols .apis-list .apis-item .txt {
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #27282c;
  }
}
.section-script {
  margin-top: 0;
  background-color: #f7f8fa;
  margin-bottom: 100px;
}
@media screen and (max-width: 920px) {
  .section-script {
    margin-bottom: 60px;
  }
}
.section-script .w {
  padding: 0;
}
@media screen and (max-width: 1300px) {
  .section-script .w {
    padding: 0 30px;
  }
}
.section-script .w .script-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
}
@media screen and (max-width: 700px) {
  .section-script .w .script-list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.section-script .w .script-list .script-item {
  padding: 80px 60px;
  border-radius: 80px;
}
@media screen and (max-width: 920px) {
  .section-script .w .script-list .script-item {
    padding: 60px 40px;
  }
}
.section-script .w .script-list .script-item .num {
  font-weight: 700;
  font-size: 88px;
  line-height: 80px;
  color: #ffffff;
  letter-spacing: 1px;
  margin-bottom: 70px;
  text-align: left;
}
@media screen and (max-width: 920px) {
  .section-script .w .script-list .script-item .num {
    margin-bottom: 40px;
    font-weight: 700;
    font-size: 80px;
    line-height: 80px;
    color: #ffffff;
  }
}
@media screen and (max-width: 480px) {
  .section-script .w .script-list .script-item .num {
    margin-bottom: 28px;
    font-weight: 700;
    font-size: 60px;
    line-height: 60px;
    color: #ffffff;
  }
}
.section-script .w .script-list .script-item .script-name {
  font-weight: 700;
  font-size: 24px;
  line-height: 34px;
  color: #ffffff;
  letter-spacing: 0px;
  margin-bottom: 12px;
  text-align: left;
}
@media screen and (max-width: 920px) {
  .section-script .w .script-list .script-item .script-name {
    font-weight: 700;
    font-size: 22px;
    line-height: 32px;
    color: #ffffff;
  }
}
@media screen and (max-width: 480px) {
  .section-script .w .script-list .script-item .script-name {
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    color: #ffffff;
  }
}
.section-script .w .script-list .script-item .script-txt {
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  color: #ffffff;
  letter-spacing: 0px;
  text-align: left;
}
@media screen and (max-width: 920px) {
  .section-script .w .script-list .script-item .script-txt {
    font-weight: 700;
    font-size: 18px;
    line-height: 26px;
    color: #ffffff;
  }
}
@media screen and (max-width: 480px) {
  .section-script .w .script-list .script-item .script-txt {
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #ffffff;
  }
}
.section-script .w .script-list .itm1 {
  background: url('/img/script-bg1.png') no-repeat right center;
  background-color: #27282c;
}
.section-script .w .script-list .itm2 {
  background: url('/img/script-bg2.png') no-repeat right center;
  background-color: #27282c;
}
.section-features {
  margin-top: 0;
  background-color: #f7f8fa;
  margin-bottom: 100px;
}
@media screen and (max-width: 920px) {
  .section-features {
    margin-bottom: 60px;
  }
}
.section-features .w {
  padding: 0;
}
@media screen and (max-width: 1300px) {
  .section-features .w {
    padding: 0 30px;
  }
}
.section-features .w .ttl {
  position: relative;
  font-weight: 700;
  font-size: 72px;
  line-height: 82px;
  color: #27282c;
  letter-spacing: 1px;
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 920px) {
  .section-features .w .ttl {
    font-weight: 700;
    font-size: 50px;
    line-height: 60px;
    color: #27282c;
  }
}
@media screen and (max-width: 480px) {
  .section-features .w .ttl {
    font-weight: 700;
    font-size: 40px;
    line-height: 50px;
    color: #27282c;
  }
}
.section-features .w .features-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
}
@media screen and (max-width: 1300px) {
  .section-features .w .features-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 700px) {
  .section-features .w .features-list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.section-features .w .features-list .features-item {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px;
  border-radius: 80px;
  background-color: #ffffff;
}
@media screen and (max-width: 920px) {
  .section-features .w .features-list .features-item {
    padding: 40px 20px;
  }
}
.section-features .w .features-list .features-item .txt {
  font-weight: 700;
  font-size: 18px;
  line-height: 26px;
  color: #27282c;
  letter-spacing: 0px;
  text-align: center;
}
@media screen and (max-width: 920px) {
  .section-features .w .features-list .features-item .txt {
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #27282c;
  }
}
.section-openapi {
  margin-top: 0;
  background-color: #f7f8fa;
  margin-bottom: 100px;
}
@media screen and (max-width: 920px) {
  .section-openapi {
    margin-bottom: 60px;
  }
}
.section-openapi .w {
  padding: 0;
}
@media screen and (max-width: 1300px) {
  .section-openapi .w {
    padding: 0 30px;
  }
}
.section-openapi .w .ttl {
  position: relative;
  font-weight: 700;
  font-size: 56px;
  line-height: 66px;
  color: #27282c;
  letter-spacing: 1px;
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 920px) {
  .section-openapi .w .ttl {
    font-weight: 700;
    font-size: 40px;
    line-height: 50px;
    color: #27282c;
  }
}
@media screen and (max-width: 480px) {
  .section-openapi .w .ttl {
    font-weight: 700;
    font-size: 34px;
    line-height: 44px;
    color: #27282c;
  }
}
.section-openapi .w .openapis-list {
  display: grid;
  grid-auto-flow: column;
  grid-template-rows: 320px 220px;
  gap: 8px;
}
@media screen and (max-width: 700px) {
  .section-openapi .w .openapis-list {
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: repeat(3, 220px);
  }
}
@media screen and (max-width: 480px) {
  .section-openapi .w .openapis-list {
    grid-template-rows: repeat(3, 260px);
  }
}
.section-openapi .w .openapis-list .openapis-item {
  display: flex;
  align-items: end;
  justify-content: left;
  padding: 60px;
  border-radius: 80px;
}
@media screen and (max-width: 920px) {
  .section-openapi .w .openapis-list .openapis-item {
    padding: 40px;
  }
}
.section-openapi .w .openapis-list .openapis-item .text {
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  color: #27282c;
  letter-spacing: 0px;
  text-align: left;
}
@media screen and (max-width: 920px) {
  .section-openapi .w .openapis-list .openapis-item .text {
    font-weight: 700;
    font-size: 18px;
    line-height: 26px;
    color: #27282c;
  }
}
@media screen and (max-width: 480px) {
  .section-openapi .w .openapis-list .openapis-item .text {
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #27282c;
  }
}
.section-openapi .w .openapis-list .itm1 {
  background: url('/img/num-1.png') no-repeat top 60px left 60px, url('/img/openapi-bg1.png') no-repeat center center;
  background-color: #ffffff;
}
@media screen and (max-width: 920px) {
  .section-openapi .w .openapis-list .itm1 {
    background: url('/img/num-1.png') no-repeat top 40px left 40px, url('/img/openapi-bg1.png') no-repeat center center;
    background-color: #ffffff;
  }
}
.section-openapi .w .openapis-list .itm20 {
  background: url('/img/num-2.png') no-repeat top 60px left 60px, url('/img/openapi-bg2.png') no-repeat center center;
  background-color: #ffffff;
}
@media screen and (max-width: 920px) {
  .section-openapi .w .openapis-list .itm20 {
    background: url('/img/num-2.png') no-repeat top 40px left 40px, url('/img/openapi-bg2.png') no-repeat center center;
    background-color: #ffffff;
  }
}
.section-openapi .w .openapis-list .itm3 {
  grid-row: 1/3;
  background: url('/img/num-3.png') no-repeat top 60px left 60px, url('/img/openapi-bg3.png') no-repeat center center;
  background-color: #ffffff;
}
@media screen and (max-width: 920px) {
  .section-openapi .w .openapis-list .itm3 {
    background: url('/img/num-3.png') no-repeat top 40px left 40px, url('/img/openapi-bg3.png') no-repeat center center;
    background-color: #ffffff;
  }
}
@media screen and (max-width: 700px) {
  .section-openapi .w .openapis-list .itm3 {
    grid-row: 3/4;
  }
}
.section-development-top {
  margin-top: var(--section-header-height);
  margin-bottom: 100px;
  background-color: #f7f8fa;
  padding: 0;
}
@media screen and (max-width: 1300px) {
  .section-development-top {
    padding: 0 30px;
  }
}
@media screen and (max-width: 920px) {
  .section-development-top {
    margin-bottom: 60px;
  }
}
.section-development-top .w {
  display: flex;
  justify-content: center;
  padding: 78px 60px;
  padding-right: 140px;
  background: url('/img/service2.png') no-repeat center right 40px;
  background-color: #d8e1ed;
  border-radius: 80px;
  height: 500px;
}
@media screen and (max-width: 1300px) {
  .section-development-top .w {
    padding: 40px;
    padding-right: 140px;
    background: url('/img/service2.png') no-repeat center right -130px;
    background-color: #d8e1ed;
  }
}
@media screen and (max-width: 920px) {
  .section-development-top .w {
    padding: 40px;
    padding-right: 60px;
    background: url('/img/service2.png') no-repeat center right -230px;
    background-color: #d8e1ed;
  }
}
@media screen and (max-width: 480px) {
  .section-development-top .w {
    padding: 40px 28px;
  }
}
.section-development-top .w .ttl {
  font-weight: 700;
  font-size: 44px;
  line-height: 54px;
  color: #27282c;
  letter-spacing: 1px;
  margin-bottom: 40px;
}
@media screen and (max-width: 920px) {
  .section-development-top .w .ttl {
    font-weight: 700;
    font-size: 34px;
    line-height: 44px;
    color: #27282c;
    margin-bottom: 28px;
  }
}
@media screen and (max-width: 700px) {
  .section-development-top .w .ttl {
    font-weight: 700;
    font-size: 32px;
    line-height: 42px;
    color: #27282c;
  }
}
@media screen and (max-width: 480px) {
  .section-development-top .w .ttl {
    font-weight: 700;
    font-size: 30px;
    line-height: 40px;
    color: #27282c;
  }
}
.section-development-top .w .content {
  max-width: 820px;
}
.section-development-top .w .content .subttl {
  font-weight: 700;
  font-size: 40px;
  line-height: 50px;
  color: #27282c;
  letter-spacing: 2px;
}
@media screen and (max-width: 920px) {
  .section-development-top .w .content .subttl {
    font-weight: 700;
    font-size: 28px;
    line-height: 38px;
    color: #27282c;
  }
}
@media screen and (max-width: 700px) {
  .section-development-top .w .content .subttl {
    font-weight: 700;
    font-size: 24px;
    line-height: 34px;
    color: #27282c;
  }
}
@media screen and (max-width: 480px) {
  .section-development-top .w .content .subttl {
    font-weight: 700;
    font-size: 22px;
    line-height: 32px;
    color: #27282c;
  }
}
.section-development-items {
  margin-top: 0;
  background-color: #f7f8fa;
  margin-bottom: 100px;
}
@media screen and (max-width: 920px) {
  .section-development-items {
    margin-bottom: 60px;
  }
}
.section-development-items .w {
  padding: 0;
}
@media screen and (max-width: 1300px) {
  .section-development-items .w {
    padding: 0 30px;
  }
}
.section-development-items .w .ttl {
  position: relative;
  font-weight: 700;
  font-size: 32px;
  line-height: 38px;
  color: #27282c;
  letter-spacing: 2px;
  padding: 4px 0;
  text-align: left;
  margin-bottom: 40px;
}
@media screen and (max-width: 920px) {
  .section-development-items .w .ttl {
    font-weight: 700;
    font-size: 28px;
    line-height: 38px;
    color: #27282c;
    text-align: center;
  }
}
@media screen and (max-width: 480px) {
  .section-development-items .w .ttl {
    font-weight: 700;
    font-size: 26px;
    line-height: 36px;
    color: #27282c;
    text-align: center;
  }
}
.section-development-items .w .development-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  background: url('../img/autst-img.png') no-repeat right center;
  background-color: #27282c;
  border-radius: 80px;
  padding: 8px;
}
@media screen and (max-width: 920px) {
  .section-development-items .w .development-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 700px) {
  .section-development-items .w .development-list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.section-development-items .w .development-list .development-item {
  display: flex;
  align-items: center;
  padding: 40px 60px;
  border-radius: 80px;
  min-height: 288px;
  background-color: #3b6fac;
  opacity: 70%;
}
@media screen and (max-width: 920px) {
  .section-development-items .w .development-list .development-item {
    padding: 20px 28px;
  }
}
@media screen and (max-width: 700px) {
  .section-development-items .w .development-list .development-item {
    height: 160px;
    padding: 20px 40px;
  }
}
@media screen and (max-width: 480px) {
  .section-development-items .w .development-list .development-item {
    padding: 20px 28px;
  }
}
.section-development-items .w .development-list .development-item .development-name {
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  color: #ffffff;
  letter-spacing: 0px;
  text-align: left;
}
@media screen and (max-width: 920px) {
  .section-development-items .w .development-list .development-item .development-name {
    font-weight: 700;
    font-size: 18px;
    line-height: 28px;
    color: #ffffff;
  }
}
@media screen and (max-width: 480px) {
  .section-development-items .w .development-list .development-item .development-name {
    font-weight: 700;
    font-size: 16px;
    line-height: 26px;
    color: #ffffff;
  }
}
.section-development-items .w .development-list .itm1,
.section-development-items .w .development-list .itm2 {
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
}
.section-development-items .w .development-list .itm4 {
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
}
@media screen and (max-width: 700px) {
  .section-development-items .w .development-list .itm4 {
    border-radius: 80px;
    border-top-left-radius: 0;
    border-bottom-right-radius: 0;
  }
}
.section-development-items .w .development-list .itm6 {
  border-top-left-radius: 0;
}
.section-development-items .w .development-list .itm5 {
  grid-column: 2/4;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
}
@media screen and (max-width: 920px) {
  .section-development-items .w .development-list .itm5 {
    grid-column: 2/3;
  }
}
@media screen and (max-width: 700px) {
  .section-development-items .w .development-list .itm5 {
    grid-column: 1/2;
    border-radius: 80px;
    border-top-right-radius: 0;
  }
}
.section-development-items .w .development-list .itm3 {
  background-color: transparent;
}
@media screen and (max-width: 920px) {
  .section-development-items .w .development-list .itm3 {
    display: none;
  }
}
@media screen and (max-width: 920px) {
  .section-development-items .w .development-list .itm2 {
    border-top-right-radius: 80px;
  }
}
@media screen and (max-width: 700px) {
  .section-development-items .w .development-list .itm2 {
    border-radius: 80px;
    border-bottom-left-radius: 0;
    border-top-right-radius: 0;
  }
}
@media screen and (max-width: 700px) {
  .section-development-items .w .development-list .itm1 {
    border-radius: 80px;
    border-bottom-left-radius: 0;
  }
}
.section-works2 {
  margin-top: 0;
  background-color: #f7f8fa;
  margin-bottom: 100px;
}
@media screen and (max-width: 920px) {
  .section-works2 {
    margin-bottom: 60px;
  }
}
.section-works2 .w {
  padding: 0;
}
@media screen and (max-width: 1300px) {
  .section-works2 .w {
    padding: 0 30px;
  }
}
.section-works2 .w .ttl {
  position: relative;
  font-weight: 700;
  font-size: 32px;
  line-height: 38px;
  color: #27282c;
  letter-spacing: 2px;
  padding: 4px 0;
  text-align: left;
  margin-bottom: 40px;
}
@media screen and (max-width: 920px) {
  .section-works2 .w .ttl {
    font-weight: 700;
    font-size: 28px;
    line-height: 38px;
    color: #27282c;
    text-align: center;
  }
}
@media screen and (max-width: 480px) {
  .section-works2 .w .ttl {
    font-weight: 700;
    font-size: 26px;
    line-height: 36px;
    color: #27282c;
    text-align: center;
  }
}
.section-works2 .w .works-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
}
@media screen and (max-width: 920px) {
  .section-works2 .w .works-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 480px) {
  .section-works2 .w .works-list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.section-works2 .w .works-list .works-item {
  padding: 40px 60px;
  border-radius: 80px;
  background-color: #ffffff;
}
@media screen and (max-width: 920px) {
  .section-works2 .w .works-list .works-item {
    padding: 40px;
  }
}
@media screen and (max-width: 480px) {
  .section-works2 .w .works-list .works-item {
    padding: 40px 28px;
  }
}
.section-works2 .w .works-list .works-item .num {
  font-weight: 700;
  font-size: 88px;
  line-height: 80px;
  color: #d8e1ed;
  letter-spacing: 1px;
  margin-bottom: 40px;
  text-align: right;
}
@media screen and (max-width: 920px) {
  .section-works2 .w .works-list .works-item .num {
    font-weight: 700;
    font-size: 80px;
    line-height: 80px;
    color: #d8e1ed;
  }
}
@media screen and (max-width: 480px) {
  .section-works2 .w .works-list .works-item .num {
    margin-bottom: 28px;
    font-weight: 700;
    font-size: 60px;
    line-height: 60px;
    color: #d8e1ed;
  }
}
.section-works2 .w .works-list .works-item .works-name {
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  color: #27282c;
  letter-spacing: 0px;
  text-align: left;
}
@media screen and (max-width: 920px) {
  .section-works2 .w .works-list .works-item .works-name {
    font-weight: 700;
    font-size: 18px;
    line-height: 28px;
    color: #27282c;
  }
}
@media screen and (max-width: 480px) {
  .section-works2 .w .works-list .works-item .works-name {
    font-weight: 700;
    font-size: 16px;
    line-height: 26px;
    color: #27282c;
  }
}
.section-dev {
  margin-top: 0;
  background-color: #f7f8fa;
  margin-bottom: 100px;
}
@media screen and (max-width: 920px) {
  .section-dev {
    margin-bottom: 60px;
  }
}
.section-dev .w {
  padding: 0;
}
@media screen and (max-width: 1300px) {
  .section-dev .w {
    padding: 0 30px;
  }
}
.section-dev .w .ttl {
  position: relative;
  font-weight: 700;
  font-size: 32px;
  line-height: 38px;
  color: #27282c;
  letter-spacing: 2px;
  padding: 4px 0;
  text-align: left;
  margin-bottom: 40px;
}
@media screen and (max-width: 920px) {
  .section-dev .w .ttl {
    font-weight: 700;
    font-size: 28px;
    line-height: 38px;
    color: #27282c;
    text-align: center;
  }
}
@media screen and (max-width: 480px) {
  .section-dev .w .ttl {
    font-weight: 700;
    font-size: 26px;
    line-height: 36px;
    color: #27282c;
  }
}
.section-dev .w .dev-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
}
@media screen and (max-width: 920px) {
  .section-dev .w .dev-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 700px) {
  .section-dev .w .dev-list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.section-dev .w .dev-list .dev-item {
  display: flex;
  padding: 40px 60px;
  padding-top: 130px;
  border-radius: 80px;
  min-height: 340px;
}
@media screen and (max-width: 700px) {
  .section-dev .w .dev-list .dev-item {
    padding: 40px 40px;
    padding-top: 130px;
    min-height: 216px;
  }
}
@media screen and (max-width: 480px) {
  .section-dev .w .dev-list .dev-item {
    padding: 40px 28px;
    padding-top: 130px;
    min-height: 216px;
  }
}
.section-dev .w .dev-list .dev-item .txt {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  color: #27282c;
  letter-spacing: 0px;
  text-align: left;
  min-height: 180px;
}
@media screen and (max-width: 920px) {
  .section-dev .w .dev-list .dev-item .txt {
    font-weight: 700;
    font-size: 18px;
    line-height: 28px;
    color: #27282c;
    min-height: 120px;
  }
}
@media screen and (max-width: 480px) {
  .section-dev .w .dev-list .dev-item .txt {
    font-weight: 700;
    font-size: 16px;
    line-height: 26px;
    color: #27282c;
    min-height: 100px;
  }
}
.section-dev .w .dev-list .dev1 {
  grid-column: 1/3;
  background: url('../img/icons/dev-icon1.png') no-repeat top 40px left 60px;
  background-color: #d8e1ed;
}
@media screen and (max-width: 700px) {
  .section-dev .w .dev-list .dev1 {
    grid-column: 1/2;
    background: url('../img/icons/dev-icon1.png') no-repeat top 40px left 40px;
    background-color: #d8e1ed;
  }
}
@media screen and (max-width: 480px) {
  .section-dev .w .dev-list .dev1 {
    background: url('../img/icons/dev-icon1.png') no-repeat top 40px left 28px;
    background-color: #d8e1ed;
  }
}
.section-dev .w .dev-list .dev2 {
  background: url('../img/icons/dev-icon2.png') no-repeat top 40px left 60px;
  background-color: #d8e1ed;
}
@media screen and (max-width: 700px) {
  .section-dev .w .dev-list .dev2 {
    background: url('../img/icons/dev-icon2.png') no-repeat top 40px left 40px;
    background-color: #d8e1ed;
  }
}
@media screen and (max-width: 480px) {
  .section-dev .w .dev-list .dev2 {
    background: url('../img/icons/dev-icon2.png') no-repeat top 40px left 28px;
    background-color: #d8e1ed;
  }
}
.section-dev .w .dev-list .dev3 {
  background: url('../img/icons/dev-icon3.png') no-repeat top 40px left 60px;
  background-color: #d8e1ed;
}
@media screen and (max-width: 700px) {
  .section-dev .w .dev-list .dev3 {
    background: url('../img/icons/dev-icon3.png') no-repeat top 40px left 40px;
    background-color: #d8e1ed;
  }
}
@media screen and (max-width: 480px) {
  .section-dev .w .dev-list .dev3 {
    background: url('../img/icons/dev-icon3.png') no-repeat top 40px left 28px;
    background-color: #d8e1ed;
  }
}
.section-dev .w .dev-list .dev4 {
  background: url('../img/icons/dev-icon4.png') no-repeat top 40px left 60px;
  background-color: #d8e1ed;
}
@media screen and (max-width: 700px) {
  .section-dev .w .dev-list .dev4 {
    background: url('../img/icons/dev-icon4.png') no-repeat top 40px left 40px;
    background-color: #d8e1ed;
  }
}
@media screen and (max-width: 480px) {
  .section-dev .w .dev-list .dev4 {
    background: url('../img/icons/dev-icon4.png') no-repeat top 40px left 28px;
    background-color: #d8e1ed;
  }
}
.section-dev .w .dev-list .dev5 {
  background: url('../img/icons/dev-icon5.png') no-repeat top 40px left 60px;
  background-color: #d8e1ed;
}
@media screen and (max-width: 700px) {
  .section-dev .w .dev-list .dev5 {
    background: url('../img/icons/dev-icon5.png') no-repeat top 40px left 40px;
    background-color: #d8e1ed;
  }
}
@media screen and (max-width: 480px) {
  .section-dev .w .dev-list .dev5 {
    background: url('../img/icons/dev-icon5.png') no-repeat top 40px left 28px;
    background-color: #d8e1ed;
  }
}
.section-analitika-top {
  margin-top: var(--section-header-height);
  background-color: #f7f8fa;
  padding: 0;
}
@media screen and (max-width: 1300px) {
  .section-analitika-top {
    padding: 0 30px;
  }
}
.section-analitika-top .w {
  display: flex;
  justify-content: center;
  padding: 40px 60px;
  background: url('/img/analitika-img.png') no-repeat center right 40px;
  background-color: #d8e1ed;
  border-radius: 80px;
  height: 406px;
}
@media screen and (max-width: 700px) {
  .section-analitika-top .w {
    background: url('/img/analitika-img.png') no-repeat center right -100px;
    background-color: #d8e1ed;
    padding: 40px;
  }
}
@media screen and (max-width: 480px) {
  .section-analitika-top .w {
    background: url('/img/analitika-img.png') no-repeat center right -200px;
    background-color: #d8e1ed;
  }
}
.section-analitika-top .w .ttl {
  font-weight: 700;
  font-size: 44px;
  line-height: 54px;
  color: #27282c;
  letter-spacing: 1px;
  margin-bottom: 40px;
}
@media screen and (max-width: 920px) {
  .section-analitika-top .w .ttl {
    font-weight: 700;
    font-size: 34px;
    line-height: 44px;
    color: #27282c;
  }
}
.section-analitika {
  margin-top: 0;
  background-color: #f7f8fa;
  margin-bottom: 100px;
}
@media screen and (max-width: 920px) {
  .section-analitika {
    margin-bottom: 60px;
  }
}
.section-analitika .w {
  padding: 0;
}
@media screen and (max-width: 1300px) {
  .section-analitika .w {
    padding: 0 30px;
  }
}
.section-analitika .w .cols {
  display: grid;
  grid-template-columns: 2fr 3fr;
  border-radius: 80px;
  align-items: stretch;
}
@media screen and (max-width: 700px) {
  .section-analitika .w .cols {
    grid-template-columns: repeat(1, 1fr);
  }
}
.section-analitika .w .cols .analit-info {
  padding: 60px;
  padding-right: 40px;
  background: url('/img/analitika-bg.png') no-repeat bottom left;
  background-color: #e7f0fa;
}
.section-analitika .w .cols .analit-info .ttl-txt {
  font-weight: 700;
  font-size: 26px;
  line-height: 36px;
  color: #27282c;
  letter-spacing: 1px;
  margin-bottom: 20px;
}
.section-analitika .w .cols .analit-info .info-list {
  list-style-type: disc;
}
.section-analitika .w .cols .analit-info .info-list .itm {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #27282c;
  letter-spacing: 1px;
}
.section-analitika .w .cols .analit-info .info-list .itm + .itm {
  margin-top: 12px;
}
.section-analitika .w .cols .analit-info #d,
.section-analitika .w .cols .analit-info #dd,
.section-analitika .w .cols .analit-info #ddd,
.section-analitika .w .cols .analit-info #dddd,
.section-analitika .w .cols .analit-info #ddddd,
.section-analitika .w .cols .analit-info #dddddd {
  display: none;
}
.section-analitika .w .cols .analit-info #d.show,
.section-analitika .w .cols .analit-info #dd.show,
.section-analitika .w .cols .analit-info #ddd.show,
.section-analitika .w .cols .analit-info #dddd.show,
.section-analitika .w .cols .analit-info #ddddd.show,
.section-analitika .w .cols .analit-info #dddddd.show {
  display: block;
}
.section-analitika .w .cols .analit-list {
  background-color: #ffffff;
  padding: 60px;
  padding-left: 40px;
}
.section-analitika .w .cols .analit-list .analit-item {
  display: flex;
  align-items: start;
  justify-content: flex-start;
  padding: 28px 0;
  border-top: 1px solid #d1d4d6;
}
.section-analitika .w .cols .analit-list .analit-item .num {
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  color: #27282c;
  letter-spacing: 0px;
  margin-right: 40px;
}
.section-analitika .w .cols .analit-list .analit-item .txt {
  font-weight: 700;
  font-size: 18px;
  line-height: 26px;
  color: #27282c;
  letter-spacing: 0px;
}
.section-analitika .w .cols .analit-list .itm6 {
  border-bottom: 1px solid #d1d4d6;
}
.section-analitika .w .cols .analit-list .analit-item:hover .num,
.section-analitika .w .cols .analit-list .analit-item:hover .txt {
  color: #0A4B98;
}
.section-analitika .w .ttl {
  position: relative;
  font-weight: 700;
  font-size: 26px;
  line-height: 36px;
  color: #27282c;
  letter-spacing: 1px;
  margin-bottom: 40px;
}
@media screen and (max-width: 920px) {
  .section-analitika .w .ttl {
    font-weight: 700;
    font-size: 24px;
    line-height: 34px;
    color: #27282c;
  }
}
.section-analitika .w .tabs {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  border-radius: 80px;
  background-color: #ffffff;
  width: 100%;
  padding: 28px 0;
}
.section-analitika .w .tabs .tab {
  padding: 28px 40px;
  padding-right: 20px;
  border-bottom: 1px solid #eaeaea;
}
@media screen and (max-width: 480px) {
  .section-analitika .w .tabs .tab {
    padding: 28px 0;
  }
}
.section-analitika .w .tabs .tab .name {
  position: relative;
  display: flex;
  justify-content: space-between;
  cursor: pointer;
  user-select: none;
}
.section-analitika .w .tabs .tab .name .name-ttl {
  font-weight: 700;
  font-size: 18px;
  line-height: 26px;
  color: #27282c;
  margin-right: 15px;
  flex-shrink: 8;
}
@media screen and (max-width: 920px) {
  .section-analitika .w .tabs .tab .name .name-ttl {
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #27282c;
  }
}
@media screen and (max-width: 480px) {
  .section-analitika .w .tabs .tab .name .name-ttl {
    font-weight: 700;
    font-size: 14px;
    line-height: 22px;
    color: #27282c;
    margin-right: 5px;
  }
}
.section-analitika .w .tabs .tab .name .open-btn {
  background: url("../img/icons/plus-circle.png") no-repeat;
  width: 40px;
  height: 40px;
}
.section-analitika .w .tabs .tab .content {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  font-size: 14px;
  line-height: 22px;
  padding-right: 32px;
  height: 0;
  transition: all 0.3s ease-out;
}
.section-analitika .w .tabs .tab .content .info-list {
  list-style-type: disc;
  padding: 0 30px;
}
.section-analitika .w .tabs .tab .content .info-list .itm {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #27282c;
  letter-spacing: 1px;
}
@media screen and (max-width: 480px) {
  .section-analitika .w .tabs .tab .content .info-list .itm {
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #27282c;
  }
}
.section-analitika .w .tabs .tab .content .info-list .itm + .itm {
  margin-top: 12px;
}
.section-analitika .w .tabs .tab .content p + p {
  margin-top: 12px;
}
@media screen and (max-width: 920px) {
  .section-analitika .w .tabs .tab .content {
    font-size: 13px;
    line-height: 20px;
  }
}
.section-analitika .w .tabs .tab.-opened .content {
  transition: 0.7s ease-in;
  height: auto;
  padding-top: 10px;
}
.section-analitika .w .tabs .tab.-opened .open-btn {
  background: url("../img/icons/minus-circle.png") no-repeat;
  width: 40px;
  height: 40px;
}
.section-analitika .w .tabs .tab-bottom1 {
  border-bottom: none;
}
@media screen and (max-width: 1300px) {
  .section-analitika .w .tabs .tab .name .open-btn {
    margin-right: 20px;
  }
}
@media screen and (max-width: 700px) {
  .section-analitika .w .tabs {
    grid-template-columns: repeat(1, 1fr);
    margin-bottom: 40px;
  }
  .section-analitika .w .tabs .tab .name .open-btn {
    margin-right: 20px;
  }
}
@media screen and (max-width: 480px) {
  .section-analitika .w .tabs .tab .name .open-btn {
    margin-right: 0px;
  }
}
.section-analitika .w .tabs .tab-bottom {
  border-bottom: 1px solid #d1d4d6;
}
@media screen and (max-width: 1300px) {
  .section-analitika .w {
    padding: 0 30px;
  }
}
.a2 {
  display: none;
}
@media screen and (max-width: 920px) {
  .a2 {
    display: block;
  }
}
@media screen and (max-width: 920px) {
  .a1 {
    display: none;
  }
}
.section-project-top {
  margin-top: var(--section-header-height);
  margin-bottom: 100px;
  padding: 0;
  background-color: #f7f8fa;
}
@media screen and (max-width: 1300px) {
  .section-project-top {
    padding: 0 30px;
  }
}
@media screen and (max-width: 920px) {
  .section-project-top {
    margin-bottom: 60px;
  }
}
.section-project-top .w {
  display: flex;
  justify-content: center;
  background-color: #133864;
  min-height: 408px;
  border-radius: 80px;
  padding: 40px 60px;
}
@media screen and (max-width: 700px) {
  .section-project-top .w {
    padding: 40px;
  }
}
.section-project-top .w .content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  background: url('/services/img/kredit-icon.svg') no-repeat top center;
}
.section-project-top .w .content .ttl {
  font-weight: 700;
  font-size: 40px;
  line-height: 50px;
  color: #ffffff;
  letter-spacing: 2px;
  text-align: center;
}
@media screen and (max-width: 920px) {
  .section-project-top .w .content .ttl {
    font-weight: 700;
    font-size: 32px;
    line-height: 42px;
    color: #ffffff;
  }
}
@media screen and (max-width: 480px) {
  .section-project-top .w .content .ttl {
    font-weight: 700;
    font-size: 28px;
    line-height: 38px;
    color: #ffffff;
  }
}
.section-project-top .w .proj2 {
  background: url('/services/img/loyal-icon.png') no-repeat top center;
}
.section-project-top .w .proj3 {
  background: url('/services/img/chay-icon.png') no-repeat top center;
}
.section-project-top .w .proj4 {
  background: url('/services/img/synchr-icon.png') no-repeat top center;
}
.section-project-top .w .proj5 {
  background: url('/services/img/020-icon.png') no-repeat top center;
}
.section-project-top .w .proj6 {
  background: url('/services/img/pay-icon.png') no-repeat top center;
}
.section-project-top .w .proj7 {
  background: url('/services/img/apple-icon.png') no-repeat top center;
}
.section-project-promo {
  margin-top: 0;
  background-color: #f7f8fa;
  margin-bottom: 100px;
}
@media screen and (max-width: 920px) {
  .section-project-promo {
    margin-bottom: 60px;
  }
}
.section-project-promo .w {
  padding: 0;
}
@media screen and (max-width: 1300px) {
  .section-project-promo .w {
    padding: 0 30px;
  }
}
.section-project-promo .w .promo {
  padding: 0 60px;
  margin-bottom: 100px;
  font-weight: 700;
  font-size: 40px;
  line-height: 50px;
  color: #27282c;
  letter-spacing: 1px;
  text-align: center;
}
@media screen and (max-width: 920px) {
  .section-project-promo .w .promo {
    font-weight: 700;
    font-size: 32px;
    line-height: 42px;
    color: #27282c;
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 480px) {
  .section-project-promo .w .promo {
    font-weight: 700;
    font-size: 26px;
    line-height: 36px;
    color: #27282c;
    margin-bottom: 60px;
    padding: 0;
  }
}
.section-project-promo .w .proj2,
.section-project-promo .w .proj3,
.section-project-promo .w .proj4,
.section-project-promo .w .proj5,
.section-project-promo .w .proj6,
.section-project-promo .w .proj7 {
  margin-bottom: 0;
}
.section-project-promo .w .promo-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  min-height: 372px;
}
@media screen and (max-width: 700px) {
  .section-project-promo .w .promo-list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.section-project-promo .w .promo-list .promo-item {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 80px;
  padding: 40px 60px;
}
@media screen and (max-width: 920px) {
  .section-project-promo .w .promo-list .promo-item {
    padding: 40px;
  }
}
.section-project-promo .w .promo-list .promo-item .txt {
  font-weight: 700;
  font-size: 24px;
  line-height: 34px;
  color: #27282c;
  letter-spacing: 0px;
  text-align: center;
}
@media screen and (max-width: 920px) {
  .section-project-promo .w .promo-list .promo-item .txt {
    font-weight: 700;
    font-size: 22px;
    line-height: 32px;
    color: #27282c;
  }
}
@media screen and (max-width: 480px) {
  .section-project-promo .w .promo-list .promo-item .txt {
    font-weight: 700;
    font-size: 18px;
    line-height: 28px;
    color: #27282c;
  }
}
.section-project-promo .w .promo-list .itm1 {
  background: url('/services/img/proj1-bg1.png') no-repeat right center;
  background-color: #ffffff;
}
.section-project-promo .w .promo-list .itm2 {
  background: url('/services/img/proj1-bg2.png') no-repeat right center;
  background-color: #ffffff;
}
.section-project-realized {
  margin-top: 0;
  margin-bottom: 100px;
  background-color: #f7f8fa;
}
@media screen and (max-width: 920px) {
  .section-project-realized {
    margin-bottom: 60px;
  }
}
.section-project-realized .w {
  padding: 0;
}
@media screen and (max-width: 1300px) {
  .section-project-realized .w {
    padding: 0 30px;
  }
}
.section-project-realized .w .ttl {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px 60px;
  border-radius: 80px;
  height: 400px;
  background-color: #0b0b0b;
  font-weight: 700;
  font-size: 32px;
  line-height: 38px;
  color: #ffffff;
  letter-spacing: 2px;
  text-align: center;
  margin-bottom: 8px;
}
@media screen and (max-width: 920px) {
  .section-project-realized .w .ttl {
    font-weight: 700;
    font-size: 28px;
    line-height: 38px;
    color: #ffffff;
    padding: 40px;
  }
}
.section-project-realized .w .p1 {
  background: url('/services/img/proj1-img.jpg') no-repeat center center;
}
.section-project-realized .w .p2 {
  background: url('/services/img/proj2-img.jpg') no-repeat center center;
}
.section-project-realized .w .p3 {
  background: url('/services/img/proj3-img.jpg') no-repeat center center;
}
.section-project-realized .w .p4 {
  background: url('/services/img/proj4-img.jpg') no-repeat center center;
}
.section-project-realized .w .p5 {
  background: url('/services/img/proj5-img.jpg') no-repeat center center;
}
.section-project-realized .w .p6 {
  background: url('/services/img/proj6-img.jpg') no-repeat center center;
}
.section-project-realized .w .p7 {
  background: url('/services/img/proj7-img.jpg') no-repeat center center;
}
.section-project-realized .w .realized-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px 4px;
}
@media screen and (max-width: 920px) {
  .section-project-realized .w .realized-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 700px) {
  .section-project-realized .w .realized-list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.section-project-realized .w .realized-list .realized-item {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px;
  border-radius: 80px;
  min-height: 180px;
  background-color: #ffffff;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: #27282c;
  letter-spacing: 1px;
  text-align: center;
}
@media screen and (max-width: 700px) {
  .section-project-realized .w .realized-list .realized-item {
    min-height: 80px;
  }
}
.section-project-realized .w .proj2,
.section-project-realized .w .proj3,
.section-project-realized .w .proj5,
.section-project-realized .w .proj6 {
  grid-template-columns: repeat(4, 1fr);
}
@media screen and (max-width: 920px) {
  .section-project-realized .w .proj2,
  .section-project-realized .w .proj3,
  .section-project-realized .w .proj5,
  .section-project-realized .w .proj6 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 700px) {
  .section-project-realized .w .proj2,
  .section-project-realized .w .proj3,
  .section-project-realized .w .proj5,
  .section-project-realized .w .proj6 {
    grid-template-columns: repeat(1, 1fr);
  }
}
.section-project-realized .w .proj7 {
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 700px) {
  .section-project-realized .w .proj7 {
    grid-template-columns: repeat(1, 1fr);
  }
}
.flickity-enabled {
  position: relative;
  overflow-x: hidden;
}
.flickity-enabled:focus {
  outline: none;
}
.flickity-enabled.is-draggable {
  user-select: none;
}
.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}
.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
#inconsists .flickity-page-dots {
  display: none;
}
.flickity-viewport {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%;
}
.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}
.flickity-page-dots {
  position: absolute;
  width: 100%;
  top: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}
.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background-color: #f7f8fa;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer;
}
.flickity-page-dots .dot.is-selected {
  opacity: 1;
}
.flickity-button {
  position: absolute;
  top: 50%;
  width: 42px;
  height: 42px;
  margin-top: -21px;
  border: none;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMyIgaGVpZ2h0PSIzMiIgZmlsbD0ibm9uZSI+PHBhdGggc3Ryb2tlPSIjM0YzRDM4IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIHN0cm9rZS13aWR0aD0iMS42IiBkPSJNMi41IDE2aDI4LjI1bTAgMEwyNCAyMi43NU0zMC43NSAxNiAyNCA5LjI1Ii8+PC9zdmc+") 50% 50% no-repeat;
  background-size: 32px;
  cursor: pointer;
  /*@media @sdesktop {
		&.previous, &.next {
			top: 100%;
			left: 50%;
			right: initial;
			margin-top: 30px;
		}
		&.previous {margin-left: -54px}
		&.next.next {margin-left: 12px}
	}*/
  /*@media @mobile {
		&.previous, &.next {margin-top: 0}
	}*/
}
.flickity-button:disabled {
  opacity: 0.3;
  cursor: default;
  pointer-events: none;
}
.flickity-button .flickity-button-icon {
  display: none;
}
.flickity-button.previous {
  left: -4vw;
  transform: rotate(180deg);
}
.flickity-button.next {
  right: -4vw;
}
.flickity-button.previous,
.flickity-button.next {
  top: 100%;
  left: 50%;
  right: initial;
  margin-top: 30px;
}
.flickity-button.previous {
  margin-left: -54px;
}
.flickity-button.next.next {
  margin-left: 12px;
}
.flickity-button #bigSlider .flickity-enabled {
  overflow: hidden;
  padding-bottom: 50px;
}
#bigSlider.flickity-enabled {
  overflow: hidden;
  padding-bottom: 50px;
}
#bigSlider .flickity-button.previous,
.flickity-button.next {
  top: auto;
  bottom: 0;
}
.nooverflow .flickity-viewport {
  overflow: visible;
}
.nooverflow:not(.flickity-enabled) .itm:not(:first-child) {
  display: none;
}
.nooverflow .flickity-viewport .itm:not(.is-selected) {
  opacity: 0;
}
.nooverflow .flickity-viewport.is-pointer-down .itm:has(+ .itm.is-selected),
.nooverflow .flickity-viewport.is-pointer-down .itm.is-selected + .itm {
  opacity: 0.8;
}
.section-article {
  margin-top: var(--section-header-height);
  padding: 0;
  background-color: #f7f8fa;
}
@media screen and (max-width: 1300px) {
  .section-article {
    padding: 0 30px;
  }
}
.section-article .w {
  align-items: start;
  padding: 40px;
  background-color: #ffffff;
  border-radius: 80px;
  margin-bottom: 100px;
}
@media screen and (max-width: 1300px) {
  .section-article .w {
    padding: 40px 40px;
  }
}
@media screen and (max-width: 920px) {
  .section-article .w {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 700px) {
  .section-article .w {
    padding: 40px;
  }
}
@media screen and (max-width: 480px) {
  .section-article .w {
    padding: 0px;
  }
}
.section-article .w .article-cols {
  display: grid;
  grid-template-columns: 400px 1fr;
  gap: 40px;
}
@media screen and (max-width: 1300px) {
  .section-article .w .article-cols {
    grid-template-columns: 1fr;
  }
}
.section-article .w .article-cols .img img {
  display: block;
  width: 100%;
  height: 600px;
  object-fit: cover;
  border-radius: 80px;
}
@media screen and (max-width: 1300px) {
  .section-article .w .article-cols .img img {
    height: 380px;
  }
}
.section-article .w .article-cols .content h1 {
  position: relative;
  font-weight: 700;
  font-size: 32px;
  line-height: 38px;
  color: #27282c;
  letter-spacing: 2px;
  margin-top: 16px;
  margin-bottom: 16px;
  padding: 4px 0;
}
@media screen and (max-width: 920px) {
  .section-article .w .article-cols .content h1 {
    font-weight: 700;
    font-size: 28px;
    line-height: 38px;
    color: #27282c;
  }
}
.section-article .w .article-cols .content h2 {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  color: #27282c;
  letter-spacing: 0px;
  margin-top: 40px;
  margin-bottom: 16px;
  text-align: left;
}
@media screen and (max-width: 920px) {
  .section-article .w .article-cols .content h2 {
    font-weight: 700;
    font-size: 18px;
    line-height: 26px;
    color: #27282c;
  }
}
.section-article .w .article-cols .content h3 {
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  color: #27282c;
}
@media screen and (max-width: 920px) {
  .section-article .w .article-cols .content h3 {
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #27282c;
  }
}
.section-article .w .article-cols .content h4 {
  font-weight: 700;
  font-size: 16px;
  line-height: 26px;
  color: #27282c;
}
@media screen and (max-width: 920px) {
  .section-article .w .article-cols .content h4 {
    font-weight: 700;
    font-size: 14px;
    line-height: 22px;
    color: #27282c;
  }
}
.section-article .w .article-cols .content p {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #27282c;
}
@media screen and (max-width: 920px) {
  .section-article .w .article-cols .content p {
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #27282c;
  }
}
.section-article .w .article-cols .content ul {
  list-style-type: disc;
  margin-left: 30px;
}
.section-article .w .article-cols .content ul li {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #27282c;
}
@media screen and (max-width: 920px) {
  .section-article .w .article-cols .content ul li {
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #27282c;
  }
}
.section-article .w .article-cols .content ol li {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #27282c;
}
@media screen and (max-width: 920px) {
  .section-article .w .article-cols .content ol li {
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #27282c;
  }
}
.section-article .w .article-cols .content li ul {
  list-style-type: circle;
  margin-left: 20px;
}
.section-article .w .article-cols .content p + p,
.section-article .w .article-cols .content li + li,
.section-article .w .article-cols .content p + ul,
.section-article .w .article-cols .content ul + p,
.section-article .w .article-cols .content p + h3,
.section-article .w .article-cols .content h3 + p,
.section-article .w .article-cols .content h3 + ul,
.section-article .w .article-cols .content li {
  margin-top: 8px;
}
.section-article .w .article-cols .content p + h3,
.section-article .w .article-cols .content ul + h3,
.section-article .w .article-cols .content p + h4,
.section-article .w .article-cols .content ul + h4 {
  margin-top: 16px;
}
.section-article .w .article-cols .content .back {
  display: block;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  color: #27282c;
  padding-left: 28px;
  background: url('/blog/img/arrow-back.png') 0 0 no-repeat;
}
.section-requisites {
  margin-top: 100px;
  margin-bottom: 60px;
}
.section-requisites .w {
  padding: 0;
}
@media screen and (max-width: 1300px) {
  .section-requisites .w {
    padding: 0 30px;
  }
}
.section-requisites .w h1 {
  margin-top: 36px;
  font-weight: 600;
  font-size: 36px;
  line-height: 42px;
  color: #000;
}
@media screen and (max-width: 920px) {
  .section-requisites .w h1 {
    font-weight: 600;
    font-size: 32px;
    line-height: 42px;
    color: #000;
  }
}
.section-requisites .w table {
  border-collapse: collapse;
  margin-top: 36px;
}
.section-requisites .w table td,
.section-requisites .w table th {
  border: 1px solid #aaaaaa;
  padding: 5px;
}
@media screen and (max-width: 920px) {
  .section-requisites .w table td,
  .section-requisites .w table th {
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    color: #000;
  }
}
.section-requisites .w table .k1 {
  font-weight: 500;
}
@media screen and (max-width: 920px) {
  .section-requisites .w table .k1 {
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    color: #000;
  }
}
.section-policy {
  margin-top: 100px;
  margin-bottom: 60px;
}
.section-policy .w {
  padding: 0 30px;
}
@media screen and (max-width: 1300px) {
  .section-policy .w {
    padding: 0 30px;
  }
}
.section-policy .w h1 {
  margin: 0 auto;
  margin-top: 100px;
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  color: #000;
  text-align: center;
  width: 70%;
}
@media screen and (max-width: 920px) {
  .section-policy .w h1 {
    font-weight: 600;
    font-size: 22px;
    line-height: 30px;
    color: #000;
  }
}
@media screen and (max-width: 700px) {
  .section-policy .w h1 {
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    color: #000;
  }
}
.section-policy .w h2,
.section-policy .w h3 {
  margin: 0 auto;
  margin-top: 24px;
  margin-bottom: 12px;
  font-weight: 600;
  font-size: 22px;
  line-height: 30px;
  color: #000;
  text-align: center;
  width: 70%;
}
@media screen and (max-width: 920px) {
  .section-policy .w h2,
  .section-policy .w h3 {
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    color: #000;
  }
}
@media screen and (max-width: 700px) {
  .section-policy .w h2,
  .section-policy .w h3 {
    font-weight: 600;
    font-size: 18px;
    line-height: 26px;
    color: #000;
  }
}
.section-policy .w p {
  margin-top: 12px;
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  color: #000;
  text-align: justify;
}
@media screen and (max-width: 920px) {
  .section-policy .w p {
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    color: #000;
  }
}
@media screen and (max-width: 700px) {
  .section-policy .w p {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #000;
  }
}
.section-policy .w ul {
  list-style-type: disc;
  padding-left: 36px;
}
.section-policy .w ul li,
.section-policy .w ol li {
  margin-top: 12px;
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  color: #000;
  text-align: justify;
}
@media screen and (max-width: 920px) {
  .section-policy .w ul li,
  .section-policy .w ol li {
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    color: #000;
  }
}
@media screen and (max-width: 700px) {
  .section-policy .w ul li,
  .section-policy .w ol li {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #000;
  }
}
.section-sitemap {
  margin-top: 100px;
  margin-bottom: 60px;
}
.section-sitemap .w {
  padding: 0;
}
@media screen and (max-width: 1300px) {
  .section-sitemap .w {
    padding: 0 30px;
  }
}
.section-sitemap .w h1 {
  font-weight: 600;
  font-size: 36px;
  line-height: 42px;
  color: #000;
}
@media screen and (max-width: 700px) {
  .section-sitemap .w h1 {
    font-weight: 600;
    font-size: 32px;
    line-height: 40px;
    color: #000;
  }
}
.section-sitemap .w .itm {
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  color: #133864;
  text-decoration: underline;
  margin-bottom: 8px;
  text-align: left;
}
.section-sitemap .w .itm:hover {
  opacity: 0.7;
}
@media screen and (max-width: 920px) {
  .section-sitemap .w .itm {
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    color: #27282c;
  }
}
@media screen and (max-width: 480px) {
  .section-sitemap .w .itm {
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    color: #27282c;
  }
}
.section-breadcrumbs {
  margin-top: 120px;
}
.section-breadcrumbs .w .breadcrumbs .breadcrumbs__list {
  display: flex;
  gap: 12px;
  list-style-type: none;
}
/* Cookie consent banner */
.cookie-banner {
  position: fixed;
  right: 30px;
  bottom: 30px;
  z-index: 1000;
  background: rgba(39, 40, 44, 0.98);
  color: #fff;
  padding: 10px;
  transform: translateY(500%);
  border-radius: 20px;
  opacity: 0;
  transition: transform 0.3s ease-out, opacity 0.3s ease-out;
}
.cookie-banner.-shown {
  opacity: 1;
  transform: translateY(0);
}
.cookie-banner .w {
  display: flex;
  align-items: center;
}
.cookie-banner__content {
  display: flex;
  gap: 20px;
  width: 100%;
  align-items: center;
  justify-content: space-between;
}
.cookie-banner__text {
  font-size: 12px;
  line-height: 20px;
  opacity: 0.95;
}
.cookie-banner__text a {
  color: #40b4ed;
  text-decoration: underline;
}
.cookie-banner__actions {
  display: flex;
  gap: 12px;
}
.cookie-banner__actions .button {
  height: 30px;
  min-width: 120px;
  font-size: 14px;
}
.cookie-banner__actions .button.-dark {
  background-color: #3a3b40;
  color: #fff;
}
@media screen and (max-width: 700px) {
  .cookie-banner__content {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }
  .cookie-banner__actions {
    width: 100%;
  }
  .cookie-banner__actions .button {
    flex: 1;
    justify-content: center;
  }
}
@media screen and (max-width: 500px) {
  .cookie-banner {
    left: 30px;
  }
}
.section-seo {
  padding: 80px 0;
  background-color: #f7f8fa;
}
.section-seo .-smobile {
  display: none;
}
.section-seo.-opened .row-top .text {
  max-height: initial;
}
.section-seo.-opened .row-top .text:after,
.section-seo.-opened .row-top .text .button {
  opacity: 0;
  pointer-events: 0;
}
.section-seo.-opened .text-hidden {
  max-height: initial;
}
.section-seo .ttl {
  margin-bottom: 17px;
}
.section-seo h2 {
  font-size: 32px;
  line-height: 42px;
  font-weight: 600;
}
.section-seo h3 {
  margin: 2em 0 0.35em;
  font-size: 28px;
  font-weight: 500;
}
.section-seo h4 {
  margin: 2em 0 0.35em;
  font-size: 26px;
  font-weight: 500;
}
.section-seo h5 {
  margin: 1.5em 0 0.35em;
  font-weight: 600;
  font-size: 19px;
  line-height: 26px;
  color: 0.38px;
}
.section-seo h6 {
  margin: 1.5em 0 0.35em;
  font-weight: 500;
  font-size: 17px;
  line-height: 24px;
  color: 0.38px;
}
.section-seo b {
  font-weight: 600;
}
.section-seo p,
.section-seo ul,
.section-seo ol {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
.section-seo p + p,
.section-seo ul + p,
.section-seo ol + p {
  margin-top: 0.5em;
}
.section-seo ol {
  padding-left: 23px;
}
.section-seo ul li {
  position: relative;
  padding-left: 23px;
}
.section-seo ul li:first-child {
  margin-top: 10px;
}
.section-seo ul li:before {
  content: '';
  position: absolute;
  top: 10px;
  left: 10px;
  display: block;
  width: 3px;
  height: 3px;
  background-color: #000;
}
.section-seo .button {
  display: inline-flex;
  height: 34px;
  min-width: auto;
  padding: 0 12px;
  font-size: 13px;
  border: 1px solid #133864;
}
.section-seo .row-top {
  display: flex;
  flex-direction: row-reverse;
  gap: 40px;
  width: 100%;
}
.section-seo .row-top .img {
  flex-shrink: 0;
  width: 400px;
  max-width: 50%;
}
.section-seo .row-top .button {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 10;
}
.section-seo .text {
  position: relative;
  max-height: 280px;
  overflow: hidden;
  transition: all 0.3s ease-out;
}
.section-seo .text::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 40px;
  background-color: #f7f8fa;
  box-shadow: 0 0 20px 20px #f7f8fa;
  transition: all 0.3s ease-out;
}
.section-seo .text-hidden {
  position: relative;
  overflow: hidden;
  max-height: 0;
  transition: all 0.3s ease-out;
}
.section-seo .text-hidden .button {
  margin-top: 20px;
}
@media screen and (max-width: 700px) {
  .section-seo .w {
    max-width: 100%;
  }
  .section-seo .row-top {
    gap: 20px;
  }
  .section-seo .row-top .img {
    max-width: 40%;
    overflow: hidden;
  }
  .section-seo .row-top .img img {
    max-width: initial;
  }
  .section-seo .ttl {
    font-size: 22px;
    line-height: 28px;
  }
}
@media screen and (max-width: 480px) {
  .section-seo .row-top {
    flex-direction: column;
  }
  .section-seo .row-top .ttl.-smobile {
    display: block;
  }
  .section-seo .row-top .text .ttl {
    display: none;
  }
  .section-seo .row-top .ttl {
    margin-bottom: 0;
  }
  .section-seo .row-top .img {
    width: 100%;
    max-width: 100%;
  }
  .section-seo .row-top .img img {
    min-width: 100%;
  }
}
