


@font-face {
  font-family: 'Manrope';
  src: url('../fonts/Manrope-Thin.eot');
  src: local('Manrope-Thin'), local('Manrope-Thin'),
    url('../fonts/Manrope-Thin.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Manrope-Thin.woff2') format('woff2'),
    url('../fonts/Manrope-Thin.woff') format('woff'),
    url('../fonts/Manrope-Thin.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
}

@font-face {
  font-family: 'Manrope';
  src: url('../fonts/Manrope-Light.eot');
  src: local('Manrope-Light'), local('Manrope-Light'),
    url('../fonts/Manrope-Light.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Manrope-Light.woff2') format('woff2'),
    url('../fonts/Manrope-Light.woff') format('woff'),
    url('../fonts/Manrope-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Manrope';
  src: url('../fonts/Manrope-Regular.eot');
  src: local('Manrope-Regular'), local('Manrope-Regular'),
    url('../fonts/Manrope-Regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Manrope-Regular.woff2') format('woff2'),
    url('../fonts/Manrope-Regular.woff') format('woff'),
    url('../fonts/Manrope-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Manrope';
  src: url('../fonts/Manrope-Medium.eot');
  src: local('Manrope-Medium'), local('Manrope-Medium'),
    url('../fonts/Manrope-Medium.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Manrope-Medium.woff2') format('woff2'),
    url('../fonts/Manrope-Medium.woff') format('woff'),
    url('../fonts/Manrope-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Manrope';
  src: url('../fonts/Manrope-Semibold.eot');
  src: local('Manrope-Semibold'), local('Manrope-Semibold'),
    url('../fonts/Manrope-Semibold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Manrope-Semibold.woff2') format('woff2'),
    url('../fonts/Manrope-Semibold.woff') format('woff'),
    url('../fonts/Manrope-Semibold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'Manrope';
  src: url('../fonts/Manrope-Bold.eot');
  src: local('Manrope-Bold'), local('Manrope-Bold'),
    url('../fonts/Manrope-Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Manrope-Bold.woff2') format('woff2'),
    url('../fonts/Manrope-Bold.woff') format('woff'),
    url('../fonts/Manrope-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Manrope';
  src: url('../fonts/Manrope-ExtraBold.eot');
  src: local('Manrope-ExtraBold'), local('Manrope-ExtraBold'),
    url('../fonts/Manrope-ExtraBold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Manrope-ExtraBold.woff2') format('woff2'),
    url('../fonts/Manrope-ExtraBold.woff') format('woff'),
    url('../fonts/Manrope-ExtraBold.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
}

@font-face {
  font-family: 'ProstoOne';
  src: url('../fonts/ProstoOne-Regular.eot');
  src: local('ProstoOne-Regular'), local('ProstoOne-Regular'),
    url('../fonts/ProstoOne-Regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/ProstoOne-Regular.woff2') format('woff2'),
    url('../fonts/ProstoOne-Regular.woff') format('woff'),
    url('../fonts/ProstoOne-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}

html {
  scrollbar-gutter: stable;
}

* {
  box-sizing: border-box;
}

*::before,
*::after {
  box-sizing: border-box;

}

:hover {
  transition: 0.3s;
}

body {
  font-family: 'Manrope';
  font-style: normal;
  font-optical-sizing: auto;
  font-weight: 400;
  margin: 0 auto;
  background: #fff;
  color: #000;
  font-size: 16px;
  line-height: 1.2;
  padding: 20px 0 0 0;
}

img {
  max-width: 100%;
}

input:focus {
  
  outline:none;
}

textarea:focus {
  outline: none;
}

textarea {
  font: inherit;
  border: none;
}

input {
  font: inherit;
  border: none;
}

button {
  font: inherit;
  padding: 0;
  cursor: pointer;
  border: none;
  background: none;
}

a {
  font: inherit;
  text-decoration: none;
}

a:hover {
  transition: 0.3s;
}

button:hover {
  transition: 0.3s;
}

svg {
  transition: 0.3s;
}

b {
  font-weight: inherit;
}

p {
  padding: 0;
  margin: 0;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  font-weight: normal;
  font-family: inherit;
  font-size: inherit;
}

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

.clear {clear:both;}

.container {
  padding: 0 20px;
  max-width: 1320px;
  margin: 0 auto;
}

/*header*/

.header {
  padding: 15px 0;
}

.headerWrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.headerLeft {
  display: flex;
  align-items: center;
}

.headerLogo a {
  display: inline-block;
  font-family: 'ProstoOne';
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #FFB02E;
}

.headerNav ul {
  padding: 0 0 0 35px;
  display: flex;
  align-items: center;
  gap: 25px;
}

.headerNav ul li {
  display: flex;
  position: relative;
}

.headerNav ul li a {
  display: flex;
  align-items: center;
  font-size: 16px;
  line-height: 1.2;
  color: #1D1D20;
}

.headerNav ul li a:hover {
  text-decoration: underline;
}

.headerNav ul li a img {
  margin: 0 0 0 3px;
}

.headerAbsolute {
  position: absolute;
  top: 16px;
  left: 0;
  padding: 20px 0 0 0;
  width: auto;
  opacity: 0;
  visibility: hidden;
  z-index: 3;
}

.headerNav ul li:hover .headerAbsolute {
  opacity: 1;
  visibility: visible;
}

.headerAbsoluteBg {
  border: 1px solid #00000033;
  background: linear-gradient(180deg, #FFFFFF 0%, #FBFBFB 100%);
  box-shadow: 0px 4px 20px 0px #3838381A;
  border-radius: 16px;
  padding: 20px 20px;
  white-space: nowrap;
}

.headerAbsoluteBg a {
  margin: 0 0 10px 0;
}

.headerAbsoluteBg a:last-child {
  margin: 0;
}

.headerRight ul {
  display: flex;
  align-items: center;
  gap: 25px;
}

.headerRight ul li {
  display: flex;
}

.headerRight ul li a {
  display: flex;
  align-items: center;
  font-weight: 500;
  font-size: 13px;
  line-height: 1.2;
  color: #39393C;
}

.headerRight ul li a img {
  margin: 0 10px 0 0;
}

.headerRight ul li a:hover {
  color: #FFB02E;
}

/*work*/

.work {
  padding: 10px 0 25px 0;
}

.workWrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.workImg {
  display: flex;
}

.work h1 {
  font-weight: 700;
  font-size: 64px;
  line-height: 1.2;
  position: relative;
  z-index: 1;
}

.mainWork h1 {
  max-width: 566px;
}

.workRelative {
  width: fit-content;
  position: relative;
  margin: 30px 0 45px 0;
}

.workRelative:before {
  position: absolute;
  content: '';
  width: 207px;
  height: 207px;
  background: linear-gradient(180deg, rgba(211, 58, 40, 0.1) 0%, rgba(252, 117, 22, 0.1) 100%);
  filter: blur(15px);
  border-radius: 50%;
  mix-blend-mode: hard-light;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.work p {
  font-size: 24px;
  position: relative;
  z-index: 1;
}

.workBtn {
  position: relative;
  z-index: 1;
}

.globalBtn {
  display: flex;
  align-items: center;
  padding: 0 25px;
  height: 55px;
  background: linear-gradient(178.94deg, #FFB02E 0.91%, #FE6A10 99.09%);
  box-shadow: 0px 4px 20px 0px #0000001A;
  border-radius: 36px;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.8;
  letter-spacing: 0.05em;
  color: #fff;
  position: relative;
  overflow: hidden;
  width: fit-content;
}

.globalBtn:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(0deg, #FFB02E 0.91%, #FE6A10 99.09%);
  transform: translateY(100%);
  transition: 0.4s;
}

.globalBtn:hover:before {
  transform: translateY(0);
}

.globalBtn span {
  position: relative;
  z-index: 1;
}

.globalBtn img {
  position: relative;
  z-index: 1;
  margin: 0 0 0 10px;
}

/*advantages*/

.advantages {
  padding: 21px 0 0 0;
}

.advantagesWrap {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -12px;
}

.advantagesBlock {
  width: 25%;
  padding: 24px 12px 0 12px;
}

.advantagesBorder {
  height: 100%;
  background: linear-gradient(180deg, #FFFFFF 0%, #EFF1FD 100%);
  border-radius: 16px;
  border: 1px solid #00000033;
  padding: 20px 20px;
}

.advantagesIcon {
  display: flex;
}

.advantagesBorder h3 {
  margin-top: 16px;
  font-weight: 500;
  font-size: 20px;
}

.advantagesBorder p {
  margin-top: 16px;
}

/*mainAbout*/

.mainAbout {
  padding: 140px 0 0 0;
}

.mainAboutWrap {
  display: flex;
}

.mainAboutBlock {
  width: 50%;
  margin: 0 12px 0 0;
}

.mainAboutBlock:last-child {
  margin: 0;
  padding: 0 0 0 65px;
}

.mainAboutRelative {
  height: 100%;
  position: relative;
}

.mainAboutImg {
  overflow: hidden;
  border-radius: 16px;
  display: flex;
  position: relative;
  z-index: 1;
  height: 100%;
}

.mainAboutImg img {
  width: 100%;
  height: 100%;
}

.mainAboutAbsolute {
  position: absolute;
  display: flex;
  left: 0;
  top: -62px;
}

.mainAboutText {
  position: relative;
}

.mainAbout h2 {
  font-weight: 700;
  font-size: 40px;
}

.mainAboutInner {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -6px;
}

.mainAboutInnerBlock {
  width: 50%;
  padding: 45px 6px 0 6px;
}

.mainAboutInner h3 {
  display: flex;
  align-items: center;
  font-weight: 500;
  font-size: 20px;
}

.mainAboutInner h3 img {
  margin: 0 10px 0 0;
}

.mainAboutInner p {
  margin-top: 16px;
}

/*lider*/

.lider {
  padding: 130px 0 0 0;
}

.titleStyle h2 {
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  background-image: linear-gradient(90deg, #000000 0%, #666666 100%);
  font-size: 40px;
  font-weight: 700;
  text-align: center;
}

.liderBg {
  background: #FCFCFC url(../images/liderBg.svg) 100% 0 no-repeat;
  margin: 45px 0 0 0;
  padding: 64px 0;
}

.liderWrap {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 100px;
}

.liderBg h3 {
  width: fit-content;
  font-weight: 800;
  font-size: 62px;
  position: relative;
}

.liderBg h3:before {
  position: absolute;
  content: '';
  background: linear-gradient(90deg, #FFAC2B 0%, #FE6E12 100%);
  width: 100%;
  left: 0;
  bottom: -4px;
  height: 2px;
}

.liderBg p {
  font-size: 24px;
  margin-top: 20px;
}

/*formSection*/

.formSection {
  padding: 60px 0 80px 0;
}

.formSectionBorder {
  background: #FFB02E;
  box-shadow: 0px 4px 20px 0px #00000040;
  border-radius: 16px;
  padding: 45px 70px 100px 70px;
}

.formSection h2 {
  font-weight: 700;
  font-size: 60px;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  background-image: linear-gradient(90deg, #404040 0%, #A6A6A6 100%);
}

.formSection p {
  color: #404040;
  font-weight: 300;
  font-size: 24px;
  margin-top: 15px;
}

.formSectionInput {
  font-weight: 400;
  font-size: 14px;
  color: #000;
  margin: 0 0 0 0;
  width: 100%;
  padding: 0 10px;
  border-radius: 8px;
  height: 57px;
  box-sizing: border-box;
  background: #fff;
}

.formSectionInput::-webkit-input-placeholder {
  color: rgba(45, 45, 45, 0.8);
}

.formSectionInput::-moz-placeholder {
  color: rgba(45, 45, 45, 0.8);
}

.formSectionInput:-ms-input-placeholder {
  color: rgba(45, 45, 45, 0.8);
}

.formSectionInput::placeholder {
  color: rgba(45, 45, 45, 0.8);
}

.formSectionForm {
  margin: 6px 0 0 0;
}

.formSectionWrap {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -12px;
}

.formSectionBlock {
  width: 33.333333%;
  padding: 24px 12px 0 12px;
}

.formSectionWidth {
  max-width: 364px;
  margin: 30px 0 0 0;
}

.formSectionForm button {
  width: 100%;
  height: 40px;
  border-radius: 100px;
  border: 1px solid #404040;
  font-size: 14px;
  color: #404040;
}

.formSectionForm button:hover {
  background: #404040;
  color: #fff;
}

.formSectionForm span {
  margin-top: 13px;
  display: block;
  font-size: 14px;
  color: #404040;
}

.formSectionForm span a {
  color: #404040;
  text-decoration: underline;
}

.formSectionForm span a:hover {
  text-decoration: none;
}

/*partner*/

.partner {
  padding: 0 0 0 0;
}

.partnerWrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin: 35px 0 0 0;
  gap: 40px;
}

.partnerCard {
  display: flex;
}

/*footer*/

.footer {
  margin: 20px 0 0 0;
  background: #3D3D3D url(../images/footer.svg) 0 0 no-repeat;
  background-size: cover;
  border-radius: 16px 16px 0 0;
  padding: 45px 0 50px 0;
}

.footerLogo a {
  display: inline-block;
  font-family: 'ProstoOne';
  font-size: 32px;
  line-height: 1;
  color: #FFB02E;
  letter-spacing: 0.05em;
}

.footerWrap {
  margin: 30px 0 0 0;
  display: flex;
  justify-content: space-between;
}

.footerNumber a {
  display: flex;
  align-items: center;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  color: #fff;
  margin: 0 0 16px 0;
}

.footerNumber a img {
  margin: 0 10px 0 0;
}

.footerNumber p {
  color: #fff;
  padding: 10px 0 0 0;
}

.footerInner {
  display: flex;
}

.footerInnerBlock {
  margin: 0 140px 0 0;
}

.footerInnerBlock:last-child {
  margin: 0;
}

.footerInner ul li {
  display: flex;
  margin: 0 0 20px 0;
}

.footerInner ul li:last-child {
  margin: 0;
}

.footerInner ul li a {
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 0.05em;
  color: #fff;
  position: relative;
  display: inline-block;
}

.footerInner ul li a:before {
  position: absolute;
  content: '';
  width: 0;
  left: 0;
  height: 1.5px;
  bottom: -2px;
  background: #FFAC2B;
  transition: 0.3s;
}

.footerInner ul li a:hover {
  color: #FFAC2B;
}

.footerInner ul li a:hover:before {
  width: 100%;
}

.footerSocial ul {
  justify-content: flex-end;
  display: flex;
  gap: 10px;
}

.footerSocial ul li {
  display: flex;
}

.footerSocial ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 37px;
  height: 37px;
  border-radius: 50%;
  border: 1px solid #FFFFFF;
}

.footerSocial ul li a:hover {
  background: #FFAC2B;
  border-color: #FFAC2B;
}

.footerLinks {
  padding: 50px 0 0 0;
}

.footerLinks ul li {
  display: flex;
  margin: 0 0 15px 0;
  justify-content: flex-end;
}

.footerLinks ul li:last-child {
  margin: 0;
}

.footerLinks ul li a {
  font-size: 16px;
  color: #FFFFFF;
}

.footerLinks ul li a:hover {
  text-decoration: underline;
}

/*BURGER*/

.mt-munu-mb {
  
}


.body-open {
  position: relative;
  overflow: hidden;
}

.burger {
  position: absolute;
  top: 32px;
  right: 20px;
  display: none !important;
  cursor: pointer;
  z-index: 12;
  align-items: center;
}

.burger i:nth-of-type(1) {
  display: flex;
}

.burger i:nth-of-type(2) {
  display: none;
}

.burger.burger-open i:nth-of-type(1) {
  display: none;
}

.burger.burger-open i:nth-of-type(2) {
  display: flex;
}


.mt-mobile {
  overflow: auto;
  position: absolute;
  top: 0;
  z-index: -1;
  left: 0px;
  background: #FFAC2B;
  max-width: 100%;
  width: 100%;
  height: 100vh;
  padding: 70px 0 0 0;
  transition: 0.5s ease all;
  clip-path: circle(0 at 100% 0);
}


.mt-mobile.nav-open {
  clip-path: circle(200%);
  z-index: 11;
}

.burgerNav ul li {
  margin: 0 0 15px 0;
}

.burgerNav ul li:last-child {
  margin: 0;
}

.burgerNav ul li a {
  font-size: 24px;
  line-height: 1.2;
  color: #000;
  display: inline-block;
}

.burgerNav ol {
  padding: 20px 0 5px 20px;
}

.burgerNav ol li a {
  font-size: 20px;
}


.modal {
  position: fixed;
  top: 0px;
  z-index: 21;
  height: 100vh;
  width: 100%;
  overflow: hidden;
  padding: 0 20px;
}

.js-modal {
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.js-modal .modal__inner {
  transform: translateY(-100%);
  opacity: 0;
  transition: transform 0.5s ease-in-out 0.1s;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
}
.js-modal.is-open {
  visibility: visible;
  opacity: 1;
  overflow: auto;
}
.js-modal.is-open .modal__inner {
  opacity: 1;
  transform: translateY(0);
}

.js-modal.is-open:before {
  display: none;
}

.modal {
  background: rgba(59, 79, 96, 0.6);
}

body.is-open {
  overflow: hidden;
}

.modal-close-button {
  z-index: 1;
  position: absolute;
  top: 20px;
  right: 20px;
}

.modal-close-button button {
  display: flex;
}

.modal-border {
  position: relative;
  padding: 60px 20px 50px 20px;
  max-width: 600px;
  margin: 100px auto 0 auto;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0px 4px 20px 0px #3838381A;
}

.modalForm {
  max-width: 500px;
  margin: 0 auto;
}

.modalFormMr {
  margin: 0 0 15px 0;
}

.modalFormMr:last-child {
  margin: 0;
}

.modalFormInput {
  font-weight: 400;
  font-size: 14px;
  color: #000;
  margin: 0 0 0 0;
  width: 100%;
  padding: 0 15px;
  border-radius: 16px;
  height: 48px;
  box-sizing: border-box;
  background: #fff;
  border: 1px solid #000000;
}

.modalFormInput::-webkit-input-placeholder {
  color: #ABA8A5;
}

.modalFormInput::-moz-placeholder {
  color: #ABA8A5;
}

.modalFormInput:-ms-input-placeholder {
  color: #ABA8A5;
}

.modalFormInput::placeholder {
  color: #ABA8A5;
}

.modalFormTextarea {
  resize: none;
  height: 115px;
  padding: 15px 16px;
}

.modalForm button {
  height: 60px;
  width: 100%;
  border-radius: 36px;
  background: linear-gradient(90deg, #FFAD2C 0%, #FE6C11 100%);
  box-shadow: 0px 4px 20px 0px #0000001A;
  position: relative;
  overflow: hidden;
  font-weight: 500;
  font-size: 18px;
  line-height: 1;
  color: #fff;
  letter-spacing: 0.05em;
}

.modalForm button span {
  position: relative;
  z-index: 1;
}

.modalForm button:before {
  position: absolute;
  content: '';
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: linear-gradient(-90deg, #FFAD2C 0%, #FE6C11 100%);
  transition: 0.3s;
  transform: translateX(-100%);
}

.modalForm button:hover:before {
  transform: translateX(0);
}


/*blog*/

.blog {
  padding: 60px 0 40px 0;
}

.blogCard {
  margin: 0 0 50px 0;
  display: flex;
  border-radius: 16px;
  overflow: hidden;
  background: #FCFCFC;
}

.blogCardImg {
  width: 25%;
  height: 220px;
  display: flex;
}

.blogCardImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.blogCardInfo {
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  padding: 30px 40px 24px 40px;
  width: 75%;
}

.blogCardTop {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.blogCard h3 {
  font-weight: 400;
  font-size: 18px;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  width: 70%;
}

.blogCard data {
  font-weight: 700;
  font-size: 20px;
  color: #FE7113;
}

.blogCardBottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.blogCard p {
  display: flex;
  align-items: center;
  font-size: 18px;
}

.blogCard p img {
  margin: 0 10px 0 0;
}

.blogCard a {
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #000;
}

.blogCard a img {
  margin: 0 0 0 10px;
}

.blogCard a:hover {
  color: #FE7113;
}

.pagination {
  padding: 20px 0 0 0;
}

.pagination ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.pagination ul li {
  display: flex;
}

.pagination ul li a {
  width: 44px;
  height: 34px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #000;
  font-weight: 600;
  font-size: 16px;
  color: #000;
}

.pagination ul li a.active {
  color: #fff;
  background: #FFB02E;
  border-color: #FCCB0B;
}

.pagination ul li a.paginationArrow {
  width: 40px;
}

.pagination ul li a.paginationArrow:hover {
  background: #FFB02E;
  border-color: #FFB02E;
}

.pagination ul li a.paginationArrow:hover  svg path {
  stroke: #fff;
}

/*article*/

.article {
  padding: 60px 0 40px 0;
}

.articleImg {
  border-radius: 16px;
  overflow: hidden;
  width: fit-content;
  display: flex;
  margin-bottom: 30px;
}

.article data {
  font-weight: 700;
  display: block;
  font-size: 20px;
  color: #FE7113;
  margin-bottom: 50px;
}

.article h2 {
  font-weight: 700;
  font-size: 32px;
  margin-bottom: 30px;
}

.article p {
  margin-bottom: 20px;
}

/*about*/

.aboutWork p {
  max-width: 630px;
}

.about {
  padding: 80px 0 0 0;
}

.aboutWrap {
  display: flex;
  margin: 40px 0 0 0;
}

.aboutBlock {
  width: 50%;
  margin: 0 50px 0 0;
}

.aboutBlock:last-child {
  margin: 0;
}

.aboutRelative {
  position: relative;
  height: 100%;
}

.aboutImg {
  display: flex;
  overflow: hidden;
  border-radius: 16px;
  height: 100%;
  position: relative;
  z-index: 1;
}

.aboutImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.aboutAbsolute {
  position: absolute;
  display: flex;
  right: 0;
  bottom: -60px;
}

.about ul li {
  position: relative;
  margin: 0 0 40px 0;
  padding: 0 0 0 34px;
  font-weight: 600;
  font-size: 20px;
}

.about ul li:last-child {
  margin: 0;
}

.about ul li:before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 24px;
  height: 24px;
  background: url(../images/about.svg) 0 0 no-repeat;
}

/*energogis*/

.energogis {
  padding: 80px 0 0 0;
}

.energogisWrap {
  display: flex;
}

.energogisBlock {
  width: 55%;
  margin: 0 50px 0 0;
}

.energogisBlock:last-child {
  margin: 0;
  width: 45%;
}

.energogis h2 {
  font-weight: 700;
  font-size: 40px;
  margin-bottom: 30px;
}

.energogis p {
  margin: 0 0 1em 0;
  font-size: 18px;
}

.energogis p:last-child {
  margin: 0;
}

.energogis p strong {
  font-weight: 600;
}

.energogisRelative {
  position: relative;
  height: 100%;
}

.energogisImg {
  display: flex;
  height: 100%;
  border-radius: 16px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.energogisImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.energogisAbsolute {
  display: flex;
  position: absolute;
  right: -15px;
  bottom: -70px;
}

.energogisGoals {
  padding: 80px 0 0 0;
}

.energogisGoalsWrap {
  display: flex;
  flex-wrap: wrap;
  margin: 20px -10px 0 -10px;
}

.energogisGoalsBlock {
  width: 25%;
  padding: 20px 10px 0 10px;
}

.energogisGoalsBorder {
  background: linear-gradient(180deg, #FFFFFF 0%, #FAFAFA 100%);
  box-shadow: 0px 4px 20px 0px #3838381A;
  border: 1px solid #00000033;
  border-radius: 16px;
  height: 100%;
  padding: 20px 20px;
}

.energogisGoalsIcon {
  display: flex;
  margin-bottom: 16px;
}

.energogisGoalsBorder p {
  font-size: 18px;
  line-height: 1.3;
}

.energogisRelevance {
  padding: 80px 0 0 0;
}

.energogisRelevanceBg {
  background: #FEFEFE url(../images/energogisRelevanceBg.svg) 50% 50% no-repeat;
  background-size: cover;
  padding: 60px 0;
  margin: 40px 0 0 0;
}

.energogisRelevanceInner {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: -40px 0 0 0;
}

.energogisRelevanceBlock {
  padding: 40px 0 0 0;
  width: 444px;
}

.energogisRelevanceInner h3 {
  font-weight: 500;
  font-size: 24px;
}

.energogisRelevanceRestagle {
  height: 2px;
  background: #050505;
  margin: 10px 0 15px 0;
}

.energogisRelevanceInner p {
  font-size: 18px;
}

.energogisRelevanceIcon {
  width: 300px;
  height: 300px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #C2C2CB;
  box-shadow: 0px 4px 20px 0px #00000040;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: calc(50% + 30px);
  left: 50%;
  transform: translate(-50%, -50%);
}

/*energoscheme*/

.energoscheme {
  padding: 80px 0 0 0;
}

.energoscheme p {
  font-weight: 500;
  font-size: 24px;
  margin: 30px 0 0 0;
}

.energoscheme ul {
  padding: 30px 0 0 0;
}

.energoscheme ul li {
  padding: 0 0 0 45px;
  margin: 0 0 30px 0;
  font-size: 20px;
  position: relative;
}

.energoscheme ul li:last-child {
  margin: 0;
}

.energoscheme ul li:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  background: url(../images/energoscheme.svg) 0 0 no-repeat;
}

.energoschemeImg {
  margin: 40px 0 0 0;
  display: flex;
  border-radius: 16px;
  overflow: hidden;
}

.energoschemeWork .workImg {
  margin: 0 0 0 -50px;
}

.energoschemeModules {
  padding: 80px 0 40px 0;
}

.energoschemeModulesWrap {
  display: flex;
  flex-wrap: wrap;
  margin: 20px -10px 0 -10px;
}

.energoschemeModulesBlock {
  padding: 20px 10px 0 10px;
}

/*.energoschemeModulesBlock:nth-of-type(1), .energoschemeModulesBlock:nth-of-type(2),
.energoschemeModulesBlock:nth-of-type(3), .energoschemeModulesBlock:nth-of-type(4) {
  width: 25%;
}*/

.energoschemeModulesBlock:nth-of-type(1), .energoschemeModulesBlock:nth-of-type(2),
.energoschemeModulesBlock:nth-of-type(3), .energoschemeModulesBlock:nth-of-type(4),
.energoschemeModulesBlock:nth-of-type(5), .energoschemeModulesBlock:nth-of-type(6),
.energoschemeModulesBlock:nth-of-type(7), .energoschemeModulesBlock:nth-of-type(8),
.energoschemeModulesBlock:nth-of-type(9) {
  width: 33.33333333%;
}

.energoschemeModulesBlock:nth-of-type(10), .energoschemeModulesBlock:nth-of-type(11) {
  width: 50%;
}

.energoschemeModulesBorder {
  height: 100%;
  padding: 20px 20px 20px 20px;
  border: 1px solid #00000033;
  background: #fff;
  box-shadow: 0px 4px 20px 0px #3838381A;
  border-radius: 16px;
  position: relative;
}

/*.energoschemeModulesBorder:before {
  position: absolute;
  content: '';
  top: 20px;
  right: 20px;
  width: 10px;
  height: 10px;
  background: url(../images/energoschemeModulesBorder.svg) 0 0 no-repeat;
}*/

.energoschemeModulesBorder p {
  font-weight: 500;
  font-size: 30px;
  line-height: 1.3;
  display: flex;
  justify-content: space-between;
}

/*smarthome*/

.smarthome {
  padding: 80px 0 0 0;
}

.smarthomeWrap {
  align-items: center;
  display: flex;
}

.smarthomeBlock {
  width: 45%;
  margin: 0 50px 0 0;
}

.smarthomeBlock:last-child {
  width: 55%;
  margin: 0;
}

.smarthomeImg {
  border-radius: 16px;
  overflow: hidden;
  display: flex;
}

.smarthomeImg img {
  width: 100%;
}

.smarthome h2 {
  font-size: 40px;
}

.smarthome p {
  margin-top: 30px;
  font-size: 20px;
}

.smarthomeAdvantages {
  padding: 60px 0 0 0;
}

.smarthomeAdvantagesWrap {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}

.smarthomeAdvantagesBlock {
  padding: 20px 10px 0 10px;
  width: 50%;
}

.smarthomeAdvantagesBorder {
  position: relative;
  background: #fff;
  border: 1px solid #00000033;
  box-shadow: 0px 4px 20px 0px #3838381A;
  border-radius: 16px;
  min-height: 210px;
  height: 100%;
  padding: 20px 150px 20px 20px;
}

.smarthomeAdvantagesBorder h3 {
  font-size: 32px;
  font-weight: 500;
  margin-bottom: 16px;
}

.smarthomeAdvantagesBorder p {
  font-size: 20px;
}

.smarthomeAdvantagesIcon {
  position: absolute;
  right: 20px;
  bottom: 20px;
  display: flex;
}

.smarthomeFunctional {
  padding: 80px 0 40px 0;
  overflow: hidden;
}

.smarthomeFunctional .container {
  overflow: visible;
  position: relative;
}

.smarthomeFunctionalSlider {
  margin: 40px 0 0 0;
  position: relative;
  overflow: visible;
}

.smarthomeFunctionalSwiper {
  overflow: visible !important;
}

.smarthomeFunctionalSwiper .swiper-slide {
  width: 250px;
}

.smarthomeFunctionalImg {
  height: 175px;
  border-radius: 16px;
  overflow: hidden;
  display: flex;
}

.smarthomeFunctionalImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.smarthomeFunctionalCard p {
  font-weight: 600;
  font-size: 24px;
  margin-top: 20px;
}

/*contacts*/

.contacts {
  padding: 40px 0 60px 0;
}

.contacts h1 {
  font-weight: 700;
  font-size: 64px;
}

.contactsWrap {
  margin: 30px 0 0 0;
  display: flex;
}

.contactsBlock {
  width: 55%;
  margin: 0 30px 0 0;
}

.contactsBlock:last-child {
  width: 45%;
  margin: 0;
}

.contactsFlex {
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  height: 100%;
}

.contactsInner {
  width: 100%;
  display: flex;
}

.contactsInnerBlock {
  width: 50%;
  border-right: 1px solid rgba(60, 60, 59, 0.5);
  padding: 20px 40px 20px 0;
}

.contactsInnerBlock:last-child {
  border-right: none;
  padding: 20px 0 20px 40px;
}

.contactsPd {
  align-items: flex-start;
  display: flex;
  margin: 0 0 25px 0;
}

.contactsPd:last-child {
  margin: 0;
}

.contactsIcon {
  display: flex;
  margin: 0 20px 0 0;
}

.contactsInfo {
  width: 95%;
}

.contactsInfo p {
  font-size: 16px;
}

.contactsInfo a {
  display: block;
  font-size: 16px;
  color: #000;
  margin: 0 0 5px 0;
}

.contactsInfo a:hover {
  text-decoration: underline;
}

.contactsInfo a:last-child {
  margin: 0;
}

.contactsMap {
  border-radius: 16px;
  overflow: hidden;
  height: 350px;
}

.contactsSocial {
  width: 100%;
  margin: 30px 0 0 0;
  display: flex;
  align-items: center;
}

.contactsSocial h3 {
  font-weight: 700;
  font-size: 32px;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  background-image: linear-gradient(90deg, #000000 0%, #666666 100%);
}

.contactsSocial ul {
  display: flex;
  align-items: center;
  padding: 0 0 0 25px;
  gap: 10px;
}

.contactsSocial ul li {
  display: flex;
}

.contactsSocial ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 37px;
  height: 37px;
  border-radius: 50%;
  border: 1px solid #5D5D5D;
}

.workImgMobile {
  display: none;
}

.policy {
  padding: 40px 0 40px 0;
}

.policy h1 {
  font-size: 64px;
  margin-bottom: 30px;
}

.policy p {
  font-size: 20px;
  margin: 0 0 1em 0;
}




.footerInner ul li {
  position: relative;
}

.footerInner ul li:hover .headerAbsolute {
  opacity: 1;
  visibility: visible;
}

.footerInner ul li .headerAbsolute a {
  display: block !important;
  color: #000;
  font-size: 16px;
}

.footerInner ul li:hover .headerAbsolute a:hover:before {
  display: none;
}

.footerInner ul li:hover .headerAbsolute a:hover {
  text-decoration: underline;
}

.footerInner ul li a {
  cursor: pointer;
}