@font-face {
  font-family: 'Fixel Display';
  src: url('../fonts/FixelDisplay-Black.eot');
  src: local('Fixel Display Black'), local('FixelDisplay-Black'), url('../fonts/FixelDisplay-Black.eot?#iefix') format('embedded-opentype'), url('../fonts/FixelDisplay-Black.woff2') format('woff2'), url('../fonts/FixelDisplay-Black.woff') format('woff'), url('../fonts/FixelDisplay-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fixel Display';
  src: url('../fonts/FixelDisplay-Bold.eot');
  src: local('Fixel Display Bold'), local('FixelDisplay-Bold'), url('../fonts/FixelDisplay-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/FixelDisplay-Bold.woff2') format('woff2'), url('../fonts/FixelDisplay-Bold.woff') format('woff'), url('../fonts/FixelDisplay-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fixel Display';
  src: url('../fonts/FixelDisplay-Thin.eot');
  src: local('Fixel Display Thin'), local('FixelDisplay-Thin'), url('../fonts/FixelDisplay-Thin.eot?#iefix') format('embedded-opentype'), url('../fonts/FixelDisplay-Thin.woff2') format('woff2'), url('../fonts/FixelDisplay-Thin.woff') format('woff'), url('../fonts/FixelDisplay-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fixel Display Extra';
  src: url('../fonts/FixelDisplay-ExtraBold.eot');
  src: local('Fixel Display Extra Bold'), local('FixelDisplay-ExtraBold'), url('../fonts/FixelDisplay-ExtraBold.eot?#iefix') format('embedded-opentype'), url('../fonts/FixelDisplay-ExtraBold.woff2') format('woff2'), url('../fonts/FixelDisplay-ExtraBold.woff') format('woff'), url('../fonts/FixelDisplay-ExtraBold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fixel Display Semi';
  src: url('../fonts/FixelDisplay-SemiBold.eot');
  src: local('Fixel Display Semi Bold'), local('FixelDisplay-SemiBold'), url('../fonts/FixelDisplay-SemiBold.eot?#iefix') format('embedded-opentype'), url('../fonts/FixelDisplay-SemiBold.woff2') format('woff2'), url('../fonts/FixelDisplay-SemiBold.woff') format('woff'), url('../fonts/FixelDisplay-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fixel Display';
  src: url('../fonts/FixelDisplay-Medium.eot');
  src: local('Fixel Display Medium'), local('FixelDisplay-Medium'), url('../fonts/FixelDisplay-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/FixelDisplay-Medium.woff2') format('woff2'), url('../fonts/FixelDisplay-Medium.woff') format('woff'), url('../fonts/FixelDisplay-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fixel Display Extra';
  src: url('../fonts/FixelDisplay-ExtraLight.eot');
  src: local('Fixel Display Extra Light'), local('FixelDisplay-ExtraLight'), url('../fonts/FixelDisplay-ExtraLight.eot?#iefix') format('embedded-opentype'), url('../fonts/FixelDisplay-ExtraLight.woff2') format('woff2'), url('../fonts/FixelDisplay-ExtraLight.woff') format('woff'), url('../fonts/FixelDisplay-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fixel Display';
  src: url('../fonts/FixelDisplay-Regular.eot');
  src: local('Fixel Display Regular'), local('FixelDisplay-Regular'), url('../fonts/FixelDisplay-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/FixelDisplay-Regular.woff2') format('woff2'), url('../fonts/FixelDisplay-Regular.woff') format('woff'), url('../fonts/FixelDisplay-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fixel Display';
  src: url('../fonts/FixelDisplay-Light.eot');
  src: local('Fixel Display Light'), local('FixelDisplay-Light'), url('../fonts/FixelDisplay-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/FixelDisplay-Light.woff2') format('woff2'), url('../fonts/FixelDisplay-Light.woff') format('woff'), url('../fonts/FixelDisplay-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
.up {
  text-transform: uppercase;
}
.none {
  text-decoration: none;
}
.th {
  font-weight: 100;
}
.el {
  font-weight: 200;
}
.l {
  font-weight: 300;
}
.reg {
  font-weight: 400;
}
.med {
  font-weight: 500;
}
.sb {
  font-weight: 600;
}
.bold {
  font-weight: 700;
}
.eb {
  font-weight: 800;
}
.black {
  font-weight: 900;
}
.un {
  text-decoration: underline;
}
.in {
  display: inline-block;
}
.vam {
  vertical-align: middle;
}
.rel {
  position: relative;
}
.bl {
  display: block;
}
.abs {
  position: absolute;
}
.tr {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.try {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.trx {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.tc {
  display: table-cell;
  vertical-align: middle;
}
.dn {
  display: none;
}
.tac {
  text-align: center;
}
.tal {
  text-align: left;
}
.tar {
  text-align: right;
}
.taj {
  text-align: justify;
}
.it {
  font-style: italic;
}
.sn {
  font-style: normal;
}
.b0 {
  border: 0;
}
.bn {
  background: none;
}
.w100 {
  width: 100%;
}
.h100 {
  height: 100%;
}
.wa {
  width: auto;
}
.p0 {
  padding: 0;
}
.m0 {
  margin: 0;
}
.poi {
  cursor: pointer;
}
.auto {
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
}
.noup {
  text-transform: none;
}
.fix {
  position: fixed;
}
.tn {
  transform: none;
}
.bf {
  background: #fff;
}
.cf {
  color: #fff;
}
.c0 {
  color: #000;
}
.ap {
  appearance: none;
}
.nw {
  white-space: nowrap;
}
.ma {
  margin: 0 auto;
}
.oh {
  overflow: hidden;
}
.pen {
  pointer-events: none;
}
body,
html {
  width: 100%;
  min-height: 100%;
}
body {
  background: #fff;
}
body,
th,
td {
  font-family: 'Fixel Display';
  font-size: 14px;
  color: #000;
}
body,
form,
object,
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  padding: 0;
}
img,
table {
  border: none;
}
table {
  border-collapse: collapse;
}
table td {
  padding: 0;
}
a {
  color: #000;
  cursor: pointer;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
a:hover {
  text-decoration: none;
}
input,
textarea,
button,
select {
  margin: 0;
  outline: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 14px;
  border: 0;
  font-family: 'Fixel Display';
}
input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder,
button:focus::-webkit-input-placeholder,
select:focus::-webkit-input-placeholder {
  color: transparent;
}
input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder,
button:focus::-moz-placeholder,
select:focus::-moz-placeholder {
  color: transparent;
}
input:focus:-moz-placeholder,
textarea:focus:-moz-placeholder,
button:focus:-moz-placeholder,
select:focus:-moz-placeholder {
  color: transparent;
}
input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder,
button:focus:-ms-input-placeholder,
select:focus:-ms-input-placeholder {
  color: transparent;
}
button,
input[type='submit'] {
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
  cursor: pointer;
  border: 0;
}
ol,
ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
img {
  max-width: 100%;
}
.an {
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
.box {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
section,
header,
footer,
nav,
main {
  display: block;
}
* {
  outline: none!important;
}
.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.flex2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
}
.header {
  padding: 20px 0;
}
.header.inner {
  margin-bottom: 80px;
}
.header .container-fluid {
  width: 1410px;
}
.header .logo a img {
  vertical-align: middle;
}
.header .logo a span {
  display: inline-block;
  vertical-align: middle;
  font-weight: 500;
  line-height: 140%;
  margin-left: 15px;
}
.header ul {
  margin-top: 12px;
}
.header ul li {
  display: inline-block;
}
.header ul li:not(:last-child) {
  margin-right: 30px;
}
.header ul li a {
  display: block;
  font-size: 16px;
  font-weight: 500;
  line-height: 140%;
}
.header ul li a:hover {
  color: #0588f0;
}
.header .mail {
  margin-top: 3px;
  color: rgba(0, 0, 0, 0.6);
  font-size: 10px;
  font-weight: 600;
  line-height: 140%;
  letter-spacing: 0.4px;
  text-transform: uppercase;
}
.header .mail a {
  display: block;
  text-transform: none;
  margin-top: 6px;
  font-size: 14px;
  font-weight: 500;
  line-height: 140%;
}
.header .mail a:hover {
  color: #0588f0;
}
.header .phones {
  margin-top: 3px;
}
.header .phones a {
  display: block;
  font-weight: 500;
  line-height: 140%;
}
.header .phones a:hover {
  color: #0588f0;
}
.header .mess {
  margin-top: 3px;
}
.header .mess a:not(:last-child) {
  margin-right: 10px;
}
.header button {
  margin-top: 5px;
  background: #fff;
  width: 154px;
  height: 36px;
  border-radius: 8px;
  border: 1px solid #0588F0;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.48px;
  text-transform: uppercase;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 3px;
}
.header button:hover {
  color: #fff;
  background: #0588F0;
}
.index-page-slider {
  margin-bottom: 70px;
}
.index-page-slider .item {
  padding: 140px 0 164px;
  color: #fff;
}
.index-page-slider .item .container-fluid {
  width: 1070px;
}
.index-page-slider .item .text {
  font-size: 32px;
  line-height: 43px;
  padding-top: 76px;
}
.index-page-slider .item .text span {
  display: block;
  font-weight: 700;
}
.index-page-slider .item .text nav {
  padding-top: 43px;
}
.index-page-slider .item .text nav a {
  display: inline-block;
  width: 60px;
  height: 60px;
  margin-right: 10px;
}
.index-page-slider .item .text nav a.prev {
  background: url('../img/prev.svg');
}
.index-page-slider .item .text nav a.next {
  background: url('../img/next.svg');
}
.index-page-slider .item .text2 {
  background: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 416px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  padding: 52px 50px 55px 32px;
  color: #000;
}
.index-page-slider .item .text2 h3 {
  margin-bottom: 16px;
  font-size: 18px;
  font-weight: 500;
}
.index-page-slider .item .text2 p {
  margin-bottom: 16px;
  color: rgba(0, 0, 0, 0.49);
  font-size: 12px;
}
.index-page-slider .item .text2 button {
  width: 184px;
  height: 50px;
  color: #fff;
  border-radius: 8px;
  background: #0588F0;
  font-size: 12px;
  letter-spacing: 0.48px;
  text-transform: uppercase;
}
.index-page-slider .item .text2 button:hover {
  background: #fff;
  color: #0588f0;
  border: 1px solid #0588f0;
}
.index-catalog-block {
  padding-bottom: 54px;
}
.index-catalog-block .container-fluid {
  width: 1254px;
}
.index-catalog-block .item {
  margin-bottom: 16px;
  height: 170px;
  border-radius: 12px;
  position: relative;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
.index-catalog-block .item:hover {
  filter: brightness(120%);
}
.index-catalog-block .item.big {
  height: 356px;
}
.index-catalog-block .item a {
  position: absolute;
  top: 32px;
  left: 32px;
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  line-height: 130%;
  width: 44%;
}
.index-catalog-block .item2 {
  margin-bottom: 24px;
  position: relative;
}
.index-catalog-block .item2:hover a {
  background: #fff;
}
.index-catalog-block .item2 img {
  width: 100%;
  border-radius: 12px;
}
.index-catalog-block .item2 a {
  position: absolute;
  left: 10px;
  bottom: 10px;
  width: calc(100% - 20px);
  height: 70px;
  background: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(5px);
  border-radius: 10px;
  font-weight: 700;
  font-size: 24px;
  line-height: 110%;
  color: #000;
}
.index-catalog-block .item2 a span {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  padding: 0 16px;
}
.advantages-block {
  padding-bottom: 106px;
}
.advantages-block .container-fluid {
  width: 1086px;
}
.advantages-block h2 {
  text-align: center;
  font-weight: 400;
  margin-bottom: 48px;
  font-size: 32px;
}
.advantages-block .item {
  height: 100%;
  background: #ffffff url('../img/check.svg') no-repeat 24px 24px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  box-shadow: 0px 0px 0px 0px rgba(32, 39, 46, 0.08), 0px 4px 8px 0px rgba(32, 39, 46, 0.08), 0px 12px 16px 0px rgba(32, 39, 46, 0.06);
  padding: 70px 72px 24px 24px;
  font-size: 16px;
  font-weight: 500;
}
.bg1 {
  background: #ffffff url('../img/bg.png') no-repeat bottom 342px left 50%;
}
.bg2 {
  background: #ffffff url('../img/bg2.png') no-repeat top left;
}
.bg3 {
  background: #ffffff url('../img/bg.png') no-repeat top left;
}
.bg4 {
  background: #ffffff url('../img/bg4.png') no-repeat 80px 226px;
}
.bg5 {
  background: #ffffff url('../img/bg5.png') no-repeat left 50% bottom 175px;
}
.bg6 {
  background: #ffffff url('../img/bg6.png') no-repeat bottom center;
}
.page-form {
  padding-bottom: 128px;
}
.page-form .container-fluid {
  width: 838px;
}
.page-form form {
  text-align: center;
  border-radius: 20px;
  background: #FFF;
  box-shadow: 0px 0px 0px 0px rgba(32, 39, 46, 0.08), 0px 4px 8px 0px rgba(32, 39, 46, 0.08), 0px 12px 16px 0px rgba(32, 39, 46, 0.06);
  padding: 40px 48px;
}
.page-form form p {
  margin-bottom: 24px;
  font-size: 18px;
  font-weight: 500;
}
.page-form form p span {
  color: rgba(0, 0, 0, 0.5);
}
.page-form form input[type='text'] {
  width: 100%;
  height: 48px;
  border-radius: 12px;
  border: 1px solid rgba(30, 30, 30, 0.4);
  padding: 0 20px;
  font-size: 16px;
}
.page-form form button {
  width: 100%;
  height: 48px;
  color: #fff;
  border-radius: 8px;
  background: #0588F0;
  font-size: 12px;
  letter-spacing: 0.48px;
  text-transform: uppercase;
}
.page-form form button:hover {
  background: #fff;
  color: #0588f0;
  border: 1px solid #0588f0;
}
.faq-block {
  padding-bottom: 112px;
}
.faq-block .container-fluid {
  width: 838px;
}
.faq-block h2 {
  text-align: center;
  margin-bottom: 48px;
  font-weight: 400;
  font-size: 32px;
}
.faq-block .item {
  margin-bottom: 16px;
  border-radius: 12px;
  border: 1px solid rgba(0, 0, 0, 0.4);
  padding: 20px 24px;
}
.faq-block .item .name {
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  padding-right: 30px;
  background: url('../img/faq.svg') no-repeat right;
}
.faq-block .item .name.active {
  background: url('../img/faq2.svg') no-repeat right;
}
.faq-block .item .text {
  margin-top: 22px;
  line-height: 140%;
  max-width: 480px;
  display: none;
}
.clients-block {
  text-align: center;
  padding-bottom: 116px;
}
.clients-block .container-fluid {
  width: 1200px;
}
.clients-block h2 {
  margin-bottom: 48px;
  font-weight: 400;
  font-size: 32px;
}
.clients-block .list .item {
  display: inline-block;
  white-space: nowrap;
  background: #fff;
  font-weight: 500;
  font-size: 16px;
  padding: 16px 20px;
  border-radius: 12px;
  box-shadow: 0px 0px 0px 0px rgba(32, 39, 46, 0.08), 0px 4px 8px 0px rgba(32, 39, 46, 0.08), 0px 12px 16px 0px rgba(32, 39, 46, 0.06);
  margin: 6px;
}
.article {
  padding-bottom: 42px;
}
.article .container-fluid {
  width: 838px;
}
.article p {
  margin-bottom: 32px;
  font-size: 18px;
}
.footer {
  padding-bottom: 40px;
}
.footer .container-fluid {
  width: 1210px;
}
.footer .logo {
  margin-top: 10px;
}
.footer .logo a span {
  display: block;
  margin-top: 20px;
  font-size: 12px;
}
.footer nav {
  width: 384px;
}
.footer nav p {
  margin-bottom: 6px;
  color: rgba(0, 0, 0, 0.6);
  font-size: 10px;
  font-weight: 600;
  line-height: 140%;
  letter-spacing: 0.4px;
  text-transform: uppercase;
}
.footer nav ul {
  width: 48%;
}
.footer nav ul li {
  margin-bottom: 6px;
}
.footer nav ul li a {
  display: block;
  font-weight: 500;
  line-height: 140%;
}
.footer nav ul li a:hover {
  color: #0588f0;
}
.footer .contacts {
  width: 360px;
}
.footer .contacts .item {
  width: 48%;
  margin-bottom: 17px;
  font-weight: 500;
  line-height: 140%;
}
.footer .contacts .item p {
  margin-bottom: 6px;
  color: rgba(0, 0, 0, 0.6);
  font-size: 10px;
  font-weight: 600;
  line-height: 140%;
  letter-spacing: 0.4px;
  text-transform: uppercase;
}
.footer .contacts .item a {
  display: block;
}
.footer .contacts .item a:hover {
  color: #0588f0;
}
.popup form {
  text-align: center;
  padding: 0 20px;
}
.popup p {
  margin-bottom: 32px;
  font-size: 18px;
  font-weight: 500;
}
.popup p span {
  color: rgba(0, 0, 0, 0.5);
}
.popup input[type='text'] {
  width: 100%;
  height: 48px;
  border-radius: 12px;
  border: 1px solid rgba(30, 30, 30, 0.4);
  padding: 0 20px;
  font-size: 16px;
  margin-bottom: 12px;
}
.popup .button {
  width: 100%;
  height: 48px;
  color: #fff;
  border-radius: 8px;
  background: #0588F0;
  font-size: 12px;
  letter-spacing: 0.48px;
  text-transform: uppercase;
}
.popup .button:hover {
  background: #fff;
  color: #0588f0;
  border: 1px solid #0588f0;
}
h1 {
  margin-bottom: 48px;
  font-size: 32px;
  font-weight: 400;
  line-height: 43px;
}
.service-page {
  padding-bottom: 170px;
}
.service-page .container-fluid {
  width: 1046px;
}
.service-page .content {
  position: relative;
}
.service-page .content img {
  width: 100%;
}
.service-page .content .text {
  position: absolute;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 416px;
  right: 80px;
  bottom: -95px;
  border-radius: 12px;
  background: #FFF;
  box-shadow: 0px 0px 0px 0px rgba(32, 39, 46, 0.08), 0px 4px 8px 0px rgba(32, 39, 46, 0.08), 0px 12px 16px 0px rgba(32, 39, 46, 0.06);
  padding: 52px 24px 65px 32px;
}
.service-page .content .text p {
  margin-bottom: 16px;
  font-size: 16px;
  font-weight: 500;
}
.service-page .content .text ul {
  padding-left: 20px;
  list-style: disc;
}
.service-page .content .text ul li {
  margin-bottom: 8px;
  color: rgba(0, 0, 0, 0.49);
  font-size: 16px;
}
.prices-block {
  padding-bottom: 72px;
}
.prices-block .container-fluid {
  width: 1150px;
}
.prices-block h2 {
  text-align: center;
  margin-bottom: 48px;
  font-size: 32px;
  font-weight: 400;
  line-height: 43px;
}
.prices-block .item {
  margin-bottom: 10px;
}
.prices-block .item.main div {
  color: #000;
  font-weight: 500;
}
.prices-block .item div {
  border-radius: 8px;
  border: 1px solid #D9D9D9;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 16px 17px;
  color: rgba(0, 0, 0, 0.7);
  font-size: 20px;
}
.prices-block .item div.name {
  width: 61%;
}
.prices-block .item div.price {
  width: 37%;
}
.text-image-block {
  padding-bottom: 120px;
}
.text-image-block .container-fluid {
  width: 944px;
}
.text-image-block .container-fluid.other {
  width: 1054px;
}
.text-image-block h2 {
  text-align: center;
  margin-bottom: 64px;
  font-size: 32px;
  font-weight: 400;
}
.text-image-block .content div {
  display: table-cell;
  vertical-align: middle;
}
.text-image-block .content div img {
  width: 392px;
  max-width: 392px;
  margin-right: 24px;
  border-radius: 12px;
  box-shadow: 0px 0px 0px 0px rgba(32, 39, 46, 0.08), 0px 4px 8px 0px rgba(32, 39, 46, 0.08), 0px 12px 16px 0px rgba(32, 39, 46, 0.06);
}
.text-image-block .content div p {
  font-size: 18px;
}
.text-image-block .content div p:not(:last-child) {
  margin-bottom: 20px;
}
.text-image-block .content div p.big {
  font-size: 20px;
  font-weight: 600;
}
.contacts-page {
  padding-bottom: 100px;
}
.contacts-page .container-fluid {
  width: 1046px;
}
.contacts-page .item {
  margin-bottom: 12px;
  border-radius: 12px;
  background: #FFF;
  box-shadow: 0px 0px 0px 0px rgba(32, 39, 46, 0.08), 0px 4px 8px 0px rgba(32, 39, 46, 0.08), 0px 12px 16px 0px rgba(32, 39, 46, 0.06);
  padding: 24px 24px 28px 24px;
  font-weight: 500;
  line-height: 140%;
}
.contacts-page .item p {
  margin-bottom: 10px;
  color: rgba(0, 0, 0, 0.6);
  font-size: 10px;
  font-weight: 600;
  line-height: 140%;
  letter-spacing: 0.4px;
  text-transform: uppercase;
}
.contacts-page .item a {
  display: block;
}
.contacts-page .item a:hover {
  color: #0588f0;
}
.contacts-page .item .hours {
  margin-top: 10px;
  color: rgba(0, 0, 0, 0.5);
}
.contacts-page .item .data span {
  color: rgba(0, 0, 0, 0.5);
}
.contacts-page .map {
  height: calc(100% - 10px);
  overflow: hidden;
  border-radius: 12px;
  box-shadow: 0px 0px 0px 0px rgba(32, 39, 46, 0.08), 0px 4px 8px 0px rgba(32, 39, 46, 0.08), 0px 12px 16px 0px rgba(32, 39, 46, 0.06);
}
