@font-face {
    font-family: 'FrizQuadrataCTT';
    src: url('FrizQuadrataC.woff2') format('woff2'),
        url('FrizQuadrataC.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


body {
  background: #303034;
  color: #000;
}

.d-main {
  font-family: 'Muller';
  min-height: initial;
  color: #222;
  background-image: url("../img/bg.png");
}


.adv-section {
  padding: 60px 0;
  background: #fff;
}

.adv-section__container {
  width: 1260px;
  margin: 0 auto;
}

.advants-slider {
  display: flex;
  align-items: center;
}
.advants-slider__image {
  position: relative;
  flex: 0 0 600px;
  height: 440px;
  margin-right: 50px;
  border-radius: 60px;
  overflow: hidden;
}
.advants-slider__image img {
  position: absolute;
  top: 0; right: 0; bottom: 0; left: 0;
  width: 100%; height: 100%;
  opacity: 0;
  transition: .3s;
  z-index: -1;
  object-fit: cover;
  object-position: center;
}
.advants-slider__image img.-active{
  width: 100%; height: 100%;
  opacity: 1;
  z-index: 1;
}
.advants-slider__list {
  flex: 0 0 340px;
}
.advants-slider__prev,
.advants-slider__next {
  flex: 0 0 80px;

  display: flex;
  align-items: center;
}
.advants-slider__prev {
	margin-right: 30px;
}
.advants-slider__next {
	margin-left: 80px;
}
.advants-slider__prev button,
.advants-slider__next button {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border: none;
  background-color: #958058;
  cursor: pointer;
  outline: none;
}
.advants-slider__prev button img,
.advants-slider__next button img {
  display: block;
  width: 40px;
  margin: 0 auto;
}
.advants-slider__prev button img {
  transform: rotate(-180deg);
}
.advants-slider__prev button[disabled],
.advants-slider__next button[disabled] {
  background-color: #f4f4f4;
}
.advants-slider__next {
  flex: 0 0 80px;
}

.adv-slider {}


.adv-item {
  display: flex;
  align-items: center;
  padding: 10px 16px;
  border-radius: 45px;
  background-color: transparent;
  transition: .6s;
}
.adv-item.-active {
  background-color: #958058;
}
.adv-item img {
  display: block;
  width: 56px;
  height: auto;
  margin-right: 20px;
}
.adv-item svg {
	display: block;
	width: 46px;
	height: auto;
	margin-right: 20px;
	transition: .3s;
}
.adv-item svg path {
	fill: #222;
}
.adv-item.-active svg path {
	fill: #fff;
}
.adv-item span {
  transition: .3s;
  color: #222;
}
.adv-item.-active span {
  color: #fff;
}


.d-header__inner {
	margin-bottom: 52px;
  justify-content: flex-start;
}
.d-header__logo {
  margin-right: 50px;
}
.content__title {
	/* font-size: 70px;
	line-height: 1.1;
	letter-spacing: 1.7px;
	margin-bottom: 32px;
  color: #3f3b3d; */

  font-size: 57px;
  line-height: 1.1;
  letter-spacing: 1px;
  margin-bottom: 32px;
  color: #3f3b3d;
  font-family: Muller;
  font-weight: 600;
  text-transform: uppercase;
}


.btn-circle {
	display: flex;
	align-items: center;
	background-color: #958058;
	border: none;

	padding: 20px 77px;
	border-radius: 40px;
}
.btn-circle img {
	max-width: 40px;
	margin-right: 27px;
}
.btn-circle span {
	font-size: 20px;
	letter-spacing: 0.3px;
	line-height: 1;
	color: #fff;
}



.d-header__button {
	color: #75bf44;
	background-color: #fff;
	border: none;
	border-radius: 30px;
	padding-left: 45px;
	padding-right: 45px;
}


.d-wrapper {
	padding-bottom: 154px;
}


.footer-new {
	background-color: #f4f4f4;
	padding: 40px;
}
.footer-new__container {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.footer-new__text {
	font-size: 16px;
	letter-spacing: 0.2px;
	line-height: 1.5;
}
.footer-new__text a {
	color: #222;
	text-decoration: underline;
	transition: .3s;
}
.footer-new__text a:hover {
	color: #958058;
}
.footer-new__text,
.footer-new__text a {
  color: #222;
}
.footer-new__left {}
.footer-new__right {}


.modal-horizontal {}
.modal-horizontal__body {
  display: flex;
  margin-bottom: 30px;
}
.modal-horizontal__field {
  margin-bottom: 0;
  background-color: #fff;
  margin-right: 20px;
  border-radius: 30px;
  overflow: hidden;
}
.modal-horizontal__field .input-group__icon {
  left: 20px;
}
.modal-horizontal__field .input-group__input {
  padding: 14px 16px 14px 50px;
  line-height: 1;
  border: none;
  color: #000;
}
.modal-horizontal__field .input-group__input::placeholder {
  color: #4f4242;
  opacity: 1; /* Firefox */
}
.modal-horizontal__field .input-group__input::-ms-input-placeholder { /* Edge 12 -18 */
  color: #4f4242;
}
.content__description {
  margin-bottom: 50px;
  color: #222;
}

.desktop-map {
  display: flex;
  justify-content: center;
  background-color: #f4f4f4;
  padding-top: 40px;
  height: auto;
}

.selected,
.d-header__address > .icon
{
  color: #958058;
}
.d-header__address {
  flex: 1 0 0;
}


.modal-horizontal__field .input-group__icon
{
  color: #958058;
}

.btn-red {
  background-color: #958058;
  background-image: none;
  box-shadow: none;
  color: #fff;
  text-shadow: none;
}


/* h1, h2, h3 {
  font-family: 'FrizQuadrataCTT';
}*/

.d-header__inner div {
    display: flex;
    align-items: center;
}

.d-header__inner div > i {
    margin-right: 6px;
}

.d-header__inner div > a {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
}
.icon.icon-phone {
  color: #fff;
}

.slick-tooltip {
  display: flex;
  flex-direction: column;
  padding: 20px;
  background: #fff;
  box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.3);
  max-height: calc(100vh - 2 * 34px);
  z-index: 999;
}
.slick-tooltip__content {
  margin-bottom: 20px;
  overflow: auto;
  height: 100%;
  padding-right: 30px;
}
.slick-tooltip__text {
  font-size: 13px;
  color: #222;
  line-height: 1.2;
}
.slick-tooltip__buttons {
  display: flex;
  justify-content: space-between;
}
.slick-tooltip__button {
  color: #fff;
  background-color: #958058;
  border: none;
  font-size: 13px;
  padding: 4px 8px;
}
.slick-tooltip__text.hide,
.slick-tooltip.hide {
  display: none;
}
.desktop-rules {
  width: 360px;
  position: fixed;
  bottom: 30px;
  right: 30px;
}

.slick-tooltip {
  display: flex;
  flex-direction: column;
  padding: 20px;
  background: #fff;
  box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.3);
  max-height: calc(100vh - 2 * 34px);
  z-index: 999;
}
.slick-tooltip__content {
  margin-bottom: 20px;
  overflow: auto;
  height: 100%;
  padding-right: 30px;
}
.slick-tooltip__text {
  font-size: 13px;
  color: #222;
  line-height: 1.2;
}
.slick-tooltip__buttons {
  display: flex;
  justify-content: space-between;
}
.slick-tooltip__button {
  color: #fff;
  background-color: #958058;
  border: none;
  font-size: 13px;
  padding: 4px 8px;
}
.slick-tooltip__text.hide,
.slick-tooltip.hide {
  display: none;
}

.slick-tooltip__agree {}
.slick-tooltip__reject {
  border: 1px solid #958058;
  background-color: transparent;
  color: #958058;
}
