@import url('https://fonts.googleapis.com/css?family=Montserrat:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&display=swap&subset=cyrillic,cyrillic-ext');
.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%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.try {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.trx {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-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;
}
.popup {
  position: fixed;
  width: 120%;
  height: 100%;
  left: -10%;
  top: 0;
  overflow-y: scroll;
  background: rgba(1, 1, 1, 0.7);
  z-index: 11;
  display: none;
}
.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 {
  -webkit-transform: none;
          transform: none;
}
.bf {
  background: #fff;
}
.cf {
  color: #fff;
}
.c0 {
  color: #000;
}
.ap {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
body,
html {
  width: 100%;
  height: 100%;
}
body {
  background: #fff;
  overflow-x: hidden;
}
body,
th,
td {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  color: #333333;
}
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: #333333;
  cursor: pointer;
  -webkit-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;
  box-sizing: border-box;
  font-size: 14px;
  border: 0;
  font-family: 'Montserrat', sans-serif;
}
button,
input[type='submit'] {
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  cursor: pointer;
  border: 0;
}
button:hover,
input[type='submit']:hover {
  opacity: .8;
  margin-top: -5px;
}
ol,
ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
img {
  max-width: 100%;
}
.an {
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}
.box {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
section,
header,
footer,
nav,
main {
  display: block;
}
.clear {
  clear: both;
}
.wrap {
  margin: 0 auto;
  width: 1108px;
}
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.header {
  z-index: 10!important;
  -webkit-box-shadow: rgba(1, 1, 1, 0.1) 0 0 30px;
          box-shadow: rgba(1, 1, 1, 0.1) 0 0 30px;
  background: #fff;
}
.header ul {
  padding-top: 50px;
}
.header ul li {
  display: inline-block;
  margin-right: 20px;
}
.header ul li:last-child {
  margin-right: 0;
}
.header ul li a {
  text-decoration: none;
  font-weight: 600;
  font-size: 18px;
}
.header .phone {
  padding-top: 22px;
}
.header .phone a {
  text-decoration: none;
  font-weight: 700;
  font-size: 26px;
  display: block;
}
.header .phone button {
  font-weight: 600;
  width: 254px;
  height: 40px;
  background: -webkit-gradient(linear, left bottom, left top, from(#dae4e9), to(#dae4e9));
  background: linear-gradient(0deg, #dae4e9, #dae4e9);
  border-radius: 15px;
  margin-top: 10px;
}
.header .phone button:hover {
  margin-top: 5px;
}
.header .menu-button {
  cursor: pointer;
  width: 22px;
  height: 22px;
  background: url('img/menu.svg') no-repeat center;
  margin-top: 30px;
  display: none;
}
.header .menu-button.active {
  background: url('img/close.svg') no-repeat center;
}
.top-image {
  height: 800px;
  background: url('img/port-675539.jpg') center / cover;
  position: relative;
}
.top-image .content {
  position: absolute;
  width: 100%;
  height: 224px;
  background: url('img/bg1.jpg') center / cover;
  bottom: 0;
  left: 0;
}
.top-image .content:before {
  content: "";
  width: 47px;
  height: 26px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 40px;
  background: url('img/arrow.svg');
  margin-left: 50px;
}
.top-image .content .b1 {
  font-weight: 300;
  font-size: 42px;
  line-height: 51px;
  color: #F2F2F2;
  padding-left: 40px;
  border-left: 4px solid #FFCA08;
  margin-top: 35px;
}
.top-image .content .b2 {
  margin-top: 55px;
  font-size: 24px;
  line-height: 40px;
  width: 48%;
}
.top-image .content .b2 div {
  display: table-cell;
  vertical-align: middle;
  font-size: 24px;
  line-height: 40px;
  color: #FFCA08;
}
.top-image .content .b2 div img {
  max-width: 10000px;
  margin-right: 20px;
}
.about {
  background: #eef5f7;
  padding: 55px 0 85px;
}
.about .content {
  -webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);
  background: #fff;
  padding: 0 0 0 45px;
}
.about .content .b1 {
  width: 45%;
  padding: 75px 0 30px;
}
.about .content .b1 p {
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 30px;
}
.about .content .b1 p:last-child {
  margin-bottom: 0;
}
.about .content .b1 p span {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 24px;
  line-height: 30px;
}
.about .content .b2 {
  width: 538px;
}
.about .content .b2 img {
  width: 100%;
  border-bottom: 6px solid #FFCA08;
}
.about .content .b2 .text {
  padding: 40px 45px 60px 0;
  font-size: 18px;
  line-height: 30px;
}
.about .content .b2 .text span {
  display: block;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 30px;
}
.about .content .b2 ul {
  margin-bottom: 30px;
}
.about .content .b2 ul li {
  padding-left: 20px;
  position: relative;
}
.about .content .b2 ul li:before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  background: #FFCA08;
  left: 0;
  top: 12px;
}
.about .content .b2 button {
  font-weight: 600;
  width: 350px;
  height: 40px;
  background: -webkit-gradient(linear, left bottom, left top, from(#dae4e9), to(#dae4e9));
  background: linear-gradient(0deg, #dae4e9, #dae4e9);
  border-radius: 15px;
}
.about .content .b2 button:hover {
  margin: -5px 0 5px;
}
.about .item {
  width: 48.5%;
  -webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);
  background: #fff;
}
.about .item img {
  width: 100%;
  border-bottom: 6px solid #FFCA08;
}
.about .item .text {
  padding: 50px 40px;
  font-size: 18px;
  line-height: 30px;
}
.about .item .text p {
  margin-bottom: 30px;
}
.about .item .text p:last-child {
  margin-bottom: 0;
}
.about .item .text span {
  display: block;
  font-weight: 500;
  margin-bottom: 20px;
  font-size: 40px;
  line-height: 42px;
  color: #195AAA;
}
.about .item .text .block {
  margin-bottom: 30px;
}
.about .item .text .block div {
  display: table-cell;
  vertical-align: middle;
  text-transform: uppercase;
  font-size: 17px;
  font-weight: 600;
  color: #195AAA;
}
.about .item .text .block div span {
  color: #000;
  font-weight: 700;
  margin-bottom: 0px;
  font-size: 32px;
}
.about .item .text .block div img {
  max-width: 132px;
  width: 132px;
  margin-right: 25px;
}
.about .item .text ul {
  margin-bottom: 30px;
}
.about .item .text ul li {
  padding-left: 20px;
  position: relative;
  line-height: 24px;
  margin-bottom: 16px;
}
.about .item .text ul li:before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  background: #FFCA08;
  left: 0;
  top: 8px;
}
.advantages {
  background: url('img/advantages.jpg') center / cover;
  padding: 65px 0 30px;
  color: #fff;
}
.advantages .name {
  font-weight: 500;
  font-size: 40px;
  line-height: 42px;
  border-bottom: 3px solid #FFCA08;
  padding-bottom: 60px;
  margin-bottom: 60px;
}
.advantages .item {
  width: 46%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-weight: 500;
  font-size: 18px;
  line-height: 25px;
  color: #F2F2F2;
  margin-bottom: 40px;
  padding-left: 40px;
  background: url('img/arrow2.svg') no-repeat 0 3px;
}
.we-do {
  background: url('img/we-do.jpg') center / cover;
  color: #fff;
  padding: 55px 0;
}
.we-do .name {
  font-weight: 500;
  font-size: 40px;
  line-height: 42px;
  border-bottom: 3px solid #FFCA08;
  padding-bottom: 60px;
  margin-bottom: 60px;
}
.we-do .item {
  margin-bottom: 70px;
  width: 20%;
}
.we-do .item .text {
  padding-left: 40px;
  background: url('img/arrow2.svg') no-repeat 0 3px;
  margin-top: 40px;
  color: #F2F2F2;
  font-size: 18px;
  line-height: 30px;
}
.we-do .item .text span {
  display: block;
  font-weight: 600;
  font-size: 20px;
  padding-top: 5px;
}
.we-do .bottom-text {
  font-size: 24px;
  line-height: 34px;
  /*padding: 15px 0 15px 120px;
  background: url('img/logo2.svg') no-repeat 0 0;*/
	color: #FFCA08;
}
.services {
  background: #eef5f7;
  padding: 85px 0 30px;
}
.services .name {
  font-weight: 500;
  font-size: 54px;
  line-height: 40px;
  color: #195AAA;
  margin-bottom: 50px;
}
.services .item {
  background: #fff;
  -webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);
  margin-bottom: 55px;
  padding: 0 0 40px 40px;
  position: relative;
}
.services .item .image {
  position: absolute;
  right: 0;
  top: 0;
}
.services .item .b1 {
  padding-right: 474px;
  min-height: 320px;
}
.services .item .b1 .n {
  padding: 20px 0 30px;
  border-bottom: 4px solid #FFCA08;
  margin-bottom: 18px;
}
.services .item .b1 .n div {
  display: table-cell;
  vertical-align: middle;
  font-weight: 500;
  font-size: 40px;
  line-height: 42px;
}
.services .item .b1 .n div img {
  max-width: 100000px;
  margin-right: 25px;
}
.services .item .b1 p {
  font-weight: 500;
  font-size: 18px;
  line-height: 30px;
  color: #195AAA;
}
.services .item .b2 {
  padding: 40px 30px 0 0;
}
.services .item .b2 span {
  display: block;
  font-weight: 600;
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 30px;
}
.services .item .b2 p {
  font-size: 18px;
  margin: -20px 0 20px;
  line-height: 30px;
}
.services .item .b2 ul {
  margin-bottom: 30px;
}
.services .item .b2 ul li {
  padding-left: 20px;
  font-size: 18px;
  margin-bottom: 10px;
  position: relative;
}
.services .item .b2 ul li:before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  background: #FFCA08;
  left: 0;
  top: 8px;
}
.services .block-name {
  padding-bottom: 20px;
  border-bottom: 4px solid #FFCA08;
  margin: 0 40px 40px 40px;
}
.services .block-name div {
  display: table-cell;
  vertical-align: middle;
  font-weight: 500;
  font-size: 40px;
  line-height: 42px;
}
.services .block-name div img {
  max-width: 10000px;
  margin-right: 25px;
}
.insurance {
  background: url('img/insurance.jpg') center / cover;
  padding: 95px 0 10px;
}
.insurance .item {
  margin-bottom: 65px;
  background: #fff;
  -webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);
  width: 48.5%;
}
.insurance .item img {
  width: 100%;
}
.insurance .item .text {
  padding: 45px 42px;
}
.insurance .item .text .name {
  font-weight: 600;
  font-size: 24px;
  line-height: 30px;
  border-bottom: 3px solid #FFCA08;
  margin-bottom: 20px;
  padding: 0 100px 30px 0;
  min-height: 90px;
  position: relative;
}
.insurance .item .text .name img {
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
}
.insurance .item .text ul li {
  padding-left: 20px;
  font-size: 18px;
  margin-bottom: 15px;
  position: relative;
}
.insurance .item .text ul li:last-child {
  margin-bottom: 0;
}
.insurance .item .text ul li:before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  background: #FFCA08;
  left: 0;
  top: 8px;
}
.contacts {
  background: #eef5f7;
  padding: 85px 0 50px;
}
.contacts .name {
  margin-bottom: 40px;
  font-weight: 500;
  font-size: 64px;
  color: #195AAA;
}
.contacts .content {
  padding: 50px 130px 80px 130px;
  background: #fff;
  -webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);
}
.contacts .content .b1 {
  width: 48%;
}
.contacts .content .b1 .map {
  margin-top: 20px;
}
.contacts .content .b1 .map div {
  display: table-cell;
  vertical-align: middle;
  font-size: 24px;
  line-height: 40px;
  color: #3F83C4;
}
.contacts .content .b1 .map div img {
  max-width: 10000px;
  margin-right: 20px;
}
.contacts .content .b2 {
  width: 48%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 18px;
  line-height: 30px;
  border-left: 4px solid #FFCA08;
  padding-left: 50px;
  margin-top: 40px;
}
.contacts .content .b2 span {
  font-weight: 600;
  display: block;
}
.contacts .content .b2 a {
  text-decoration: none;
}
.contacts .content .b2 a.mail {
  text-decoration: underline;
  color: #195AAA;
}
.footer {
  background: #eef5f7;
  padding: 40px 0 50px;
  position: relative;
}
.footer .totop {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: -10px;
  width: 66px;
  height: 66px;
  background: url('img/up.svg');
}
.footer div {
  font-weight: 600;
  line-height: 20px;
  margin-bottom: 30px;
}
.footer div a {
  text-transform: uppercase;
  text-decoration: none;
}
.footer p {
  width: 100%;
  line-height: 24px;
  font-weight: 300;
}
.mobile-menu {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 93px;
  left: 0;
  z-index: 5;
  background: url('img/menu.jpg') center / cover;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 60px 30px;
  display: none;
}
.mobile-menu p {
  font-weight: 300;
  font-size: 24px;
  line-height: 29px;
  color: #F2F2F2;
  padding-left: 25px;
  border-left: 2px solid #FFCA08;
  margin-bottom: 65px;
}
.mobile-menu ul {
  padding-bottom: 30px;
}
.mobile-menu ul li {
  padding-left: 20px;
  position: relative;
  margin-bottom: 25px;
}
.mobile-menu ul li:before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  background: #FFCA08;
  left: 0;
  top: 6px;
}
.mobile-menu ul li a {
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  color: #FFFFFF;
  text-decoration: none;
}
.mobile-menu .map {
  padding-top: 20px;
  background: url('img/arrow.svg') no-repeat 0 0;
}
.mobile-menu .map div {
  display: table-cell;
  vertical-align: middle;
  font-size: 24px;
  line-height: 40px;
  color: #3F83C4;
  font-size: 18px;
  line-height: 30px;
  color: #FFCA08;
}
.mobile-menu .map div img {
  max-width: 142px;
  margin-right: 20px;
}
@media (max-width: 1138px) {
  .wrap {
    width: 970px;
  }
  .header .logo img {
    width: 200px;
  }
  .header ul {
    padding-top: 40px;
  }
  .header .phone {
    padding-top: 8px;
  }
  .header .phone button {
    margin-top: 5px;
  }
  .about .content .b1 {
    width: 40%;
  }
  .we-do .item {
    width: 48%;
  }
  .services .item .b1 .n div {
    font-size: 30px;
    line-height: 36px;
  }
  .insurance .item .text .name {
    font-size: 20px;
    line-height: 26px;
  }
  .contacts .content {
    padding: 50px 70px;
  }
}
@media (max-width: 991px) {
  .wrap {
    width: 747px;
  }
  .header ul {
    display: none;
  }
  .header .menu-button {
    display: block;
  }
  .about .content .b1 {
    width: 100%;
  }
  .about .content .b2 {
    width: 100%;
  }
  .about .item {
    width: 100%;
  }
  .about .item.f {
    margin-bottom: 50px;
  }
  .services .name {
    line-height: 70px;
  }
  .services .item .b1 {
    padding-right: 0;
  }
  .services .item .image {
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    width: 100%;
  }
  .services .item {
    padding: 40px;
  }
  .insurance .item {
    width: 100%;
  }
  .contacts .content {
    padding: 20px;
  }
  .footer .flex div {
    width: 100%;
  }
  .footer {
    padding: 80px 0 50px;
  }
  .top-image .content .b1 {
    font-size: 30px;
    line-height: 36px;
    padding: 20px 0 20px 40px;
  }
}
@media (max-width: 767px) {
  .privacy-block {
    display: none;
  }
  .wrap {
    width: auto;
    padding: 0 10px;
  }
  .header .logo img {
    width: 120px;
  }
  .header .phone button {
    height: 25px;
  }
  .header .phone a {
    font-size: 14px;
  }
  .header .phone {
    padding-top: 15px;
  }
  .header .menu-button {
    margin-top: 13px;
  }
  .top-image {
    height: auto;
    padding-top: 200px;
    background: none;
    position: relative;
  }
  .top-image:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 200px;
    top: 0;
    left: 0;
    background: url('img/port-675539.jpg') center / cover;
  }
  .top-image .content {
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    height: auto;
  }
  .top-image .content .b1 {
    width: 100%;
    font-size: 24px;
    line-height: 32px;
  }
  .top-image .content:before {
    display: none;
  }
  .top-image .content .b2 {
    width: 100%;
    margin: 0;
    padding: 30px 0;
  }
  .top-image .content .b2 br {
    display: none;
  }
  .about .content {
    padding: 30px 20px;
  }
  .about .content .b1 {
    padding: 0 0 30px 0;
  }
  .about .content .b2 .text {
    padding: 20px 0 0 0;
  }
  .about .content .b2 button {
    width: 100%;
    height: 50px;
  }
  .advantages .name {
    font-size: 30px;
    line-height: 36px;
  }
  .advantages .item {
    width: 100%;
  }
  .about .item .text {
    padding: 20px;
  }
  .about .item .text span {
    font-size: 30px;
    line-height: 36px;
  }
  .about .item .text .block div img {
    max-width: 70px;
    width: 70px;
  }
  .about .item .text .block div {
    font-size: 16px;
    line-height: 24px;
  }
  .about .item .text .block div span {
    font-size: 24px;
  }
  .we-do .name {
    font-size: 30px;
    line-height: 36px;
  }
  .we-do .item {
    width: 100%;
  }
  .we-do .bottom-text {
    background: none;
    padding-left: 0;
  }
  .services .name {
    font-size: 30px;
    line-height: 36px;
  }
  .services .item {
    padding: 20px;
  }
  .services .item .b1 .n div {
    font-size: 16px;
    line-height: 22px;
  }
  .services .item .b1 .n div img {
    width: 50px;
    max-width: 50px;
  }
  .services .item .b2 {
    padding-right: 0;
  }
  .services .block-name {
    margin: 0 0 40px 0;
  }
  .services .block-name div {
    font-size: 24px;
    line-height: 32px;
  }
  .insurance .item .text {
    padding: 20px;
  }
  .insurance .item .text .name {
    padding-right: 0;
    font-size: 18px;
  }
  .insurance .item .text .name img {
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    display: block;
    margin-bottom: 15px;
  }
  .contacts .name {
    font-size: 30px;
    line-height: 36px;
  }
  .contacts .content .b1 {
    width: 100%;
  }
  .contacts .content .b2 {
    width: 100%;
    padding-left: 20px;
  }
  .header {
    padding: 5px 0 0px;
  }
  .mobile-menu {
    top: 60px;
    padding: 40px 30px;
  }
  .top-image .content .b1 {
    padding: 15px 0 15px 30px;
  }
  .contacts .content .b2 a {
    display: block;
  }
  .top-image .content .b2 {
    background: url('img/arrow.svg') no-repeat 0 0;
    margin-top: 20px;
  }
  .top-image .content .b2 div img {
    max-width: 143px;
    margin-right: 20px;
  }
  .top-image .content .b2 div {
    line-height: 30px;
    font-size: 18px;
  }
  .contacts .content .b1 .map div img {
    max-width: 143px;
    margin-right: 20px;
  }
  .contacts .content .b1 .map div {
    font-size: 18px;
    line-height: 30px;
  }
  .we-do .item .text {
    margin-top: 0;
  }
  .we-do .item img {
    display: none;
  }
}
@media (min-width: 992px) {
  .mobile-menu {
    display: none !important;
  }
}
.privacy-block {
  font-size: 12px;
  a {
    color: blue;
  }
}
.cookie-notify {
  position: fixed;
  background: #dae4e9;
  padding: 5px;
  bottom: 0;
  width: 100%;
  color: #000000;
  justify-content: space-between;
  z-index: 5000;
  display: flex;
  left: 0;
}
