.footer-bottom {
  background-color: var(--black);
  display: flex;
  height: 63px;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 12px;
}

.footer-left {
  max-width: 578px;
}

.footer-left-top {
  background-color: var(--main-color);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 100%;
}

.footer-left h2 {
  line-height: 56px;
  font-size: 48px;
  margin-bottom: 12px;
  font-weight: 600;
}

.footer-left-top p {
  font-size: 18px;
  font-weight: 200;
  line-height: 28px;
}

.footer-right {
  width: 100%;
  display: flex;
  width: 100%;
  justify-content: center;
  padding: 0 20px;
  background-color: #fff;
}

.footer-right form {
  max-width: 565px;
  width: 100%;
}

.form-row {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-bottom: 20px;
}

.footer-right input,
.input-block,
.footer-right textarea {
  width: 100%;
}

.footer-right input,
.footer-right textarea {
  border: none;
  border-bottom: 2px solid #000;
  outline: none;
}

.footer-right input:focus {
  outline: none;
}

.footer-right input {
  height: 42px;
}

.footer-right label {
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
  margin-bottom: 8px;
}

.footer-right label span {
  color: var(--accent-color);
}

.footer-right textarea {
  height: 92px;
  padding-top: 10px;
  font-size: 14px;
}

.textarea-block {
  margin-bottom: 24px;
}

.footer-right button {
  outline: none;
  border: none;
  height: 72px;
  width: 100%;
  font-size: 21px;
  font-weight: 400;
}

.footer-top {
  margin-bottom: -3px;
}

.footer-top .flex-wrapper {
  justify-content: unset;
}

.footer-center {
  background-color: var(--footer-bg);
  padding: 24px 0;

  gap: 30px;
}

.footer-center-right {
  max-width: 513px;
  width: fit-content;
}

.footer-center-logo {
  max-width: 259px;
  margin-bottom: 32px;
}

.footer-center-left {
  width: 100%;
}

.footer-menu-row {
  display: flex;
  align-items: center;
  gap: 14px;
}

.footer-flex {
  display: flex;
  gap: 20px;
  justify-content: space-between;
}

@media screen and (min-width: 1260px) {
	.footer-flex {
		gap: 72px;
	}
}

.footer-menu-title {
  margin-bottom: 24px;
  font-size: 14px;
  font-weight: 600;
  color: var(--accent-color);
}

.footer-menu-row {
  margin-bottom: 12px;
}

.footer-menu-block a {
  line-height: 24px;
  font-size: 14px;
  font-weight: 300;
}

.footer-center .flex-wrapper {
  gap: 30px;
}

.footer-bottom-right a {
  color: var(--accent-color);
}

.footer-bottom .container .flex-wrapper,
.footer-bottom .container {
  width: 100%;
}

.footer-bottom-title {
  font-size: 12px;
  text-transform: uppercase;
}

.footer-left-bottom {
  display: none;
}

footer form {
  margin-bottom: 100px;
  margin-top: 100px;
}

/* .footer-center-right {
  background-color: #fff;
  padding: 24px 64px;
} */

.footer-right-block {
  margin-bottom: 4px;
  display: flex;
  align-items: center;
  margin-left: auto;
}

.footer-right-block .day {
  color: var(--accent-color);
  font-size: 14px;
  line-height: 24px;
  font-weight: 600;
  white-space: nowrap;
}

.footer-right-block .time {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  white-space: nowrap;
}

.ti-widget[data-layout-id='97'][data-set-id='soft'] .ti-widget-container {
	text-align:left !important;
	margin-top:10px ;
}

.footer-menu-row svg{
	min-width:24px;
}

.subscribe-input {
	margin-bottom: 25px;
	margin-top: 0px;
	position: relative;
}

.subscribe-input input {
	box-sizing: border-box;
    padding: 0px 0px 0px 16px;
    height: 52px;
    text-align: left;
    color: rgb(0, 0, 0);
    font-family: Montserrat, "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0px;
    background-color: rgb(255, 255, 255);
	border: none;
	outline: none;
}

.subscribe-input button {
	position: absolute;
	top:0;
	right: 0;
	width: 52px;
	height: 52px;
	display: flex;
	align-items:center;
	justify-content:center;
	border: none;
	background-color: #E53B78;
}

.subscribe-input button svg {
	width:25px;
	height:25px;
	fill: #fff;
}

footer button {
  background: var(--accent-color)!important;
  color: #fff !important;
}

footer button:hover {
	background: #000 !important;
}

#rich-text-01KC7NC6RPE82DQ3DBAV7C2TB6 span {
	color: var(--accent-color) !important;
}

@media screen and (min-width: 850px) {
  .footer-right img {
    display: none;
  }

  /* .footer-top {
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
  } */

  .footer-left img {
    max-height: 225px;
    object-fit: cover;
    max-width: 100%;
    width: 100%;
  }

  .footer-left {
    width: 40%;
    max-width: 40%;
    min-width: 370px;
  }
}

.footer-left-top:empty {
    display: none;
}


@media screen and (max-width: 1250px) {
  .footer-left {
    max-width: 465px;
  }

  .footer-flex-column {
    flex-direction: column;
    gap: 27px;
  }

  .footer-flex {
    justify-content: space-between;
  }
}

@media screen and (max-width: 950px) {
  .footer-left-top {
    padding: 120px 20px 77px 50px;
  }

  .footer-left {
    max-width: 400px;
  }
}

@media screen and (max-width: 850px) {
  .footer-top .flex-wrapper {
    flex-direction: column;
  }

  .footer-left {
    max-width: 100%;
  }

  .footer-left-bottom {
    display: none;
  }

  .footer-right {
    padding-left: 33px;
    padding-right: 33px;
    width: 100%;
    max-width: 100%;
    margin-top: 32px;
    margin-bottom: 16px;
  }
}

@media screen and (max-width: 650px) {
  .footer-center-right {
    padding: 15px;
  }

  .form-row {
    flex-direction: column;
  }

  .footer-center-right {
    width: 100%;
  }
	
	.footer-right-block{
		flex-wrap:wrap;
	}
	
}

@media screen and (max-width: 600px) {
  .footer-left-top {
    padding: 32px;
  }

  .footer-left-top h2 {
    font-size: 32px;
    line-height: 56px;
  }
	
	.footer-center-right {
		padding:15px 33px;
	}

  .footer-center .flex-wrapper {
    flex-direction: column;
  }

  .footer-center .container {
    padding: 0px;
  }

  .footer-center-right {
    max-width: unset;
    margin-bottom: -1px;
  }

  .footer-center {
    padding: 0;
  }

  .footer-center-left {
    padding: 24px 33px 0 33px;
  }

  .footer-right button {
    height: 64px;
  }
  footer form {
    margin-bottom: 32px;
    margin-top: 0;
  }

  .footer-right {
    margin-bottom: 0;
  }
	
  .footer-center .flex-wrapper {
	gap: 0px;	
  }
}

@media screen and (max-width: 450px) {
  .footer-bottom .flex-wrapper {
    flex-direction: column;
  }
}
