@charset "UTF-8";
* {
  padding: 0;
  margin: 0;
  border: 0;
}

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

:focus, :active {
  outline: none;
}

a:focus, a:active {
  outline: none;
}

nav, footer, header, aside {
  display: block;
}

html, body {
  height: 100%;
  width: 100%;
  font-size: 100%;
  line-height: 1;
  font-size: 14px;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

input, button, textarea {
  font-family: inherit;
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

a, a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: 400;
}

@font-face {
  font-family: "PlayfairDisplay";
  src: url("../fonts/PlayfairDisplay-Italic.eot");
  src: local("☺"), url("../fonts/PlayfairDisplay-Italic.woff") format("woff"), url("../fonts/PlayfairDisplay-Italic.ttf") format("truetype"), url("../fonts/PlayfairDisplay-Italic.svg") format("svg");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "PlayfairDisplay";
  src: url("../fonts/PlayfairDisplay-Bold.eot");
  src: local("☺"), url("../fonts/PlayfairDisplay-Bold.woff") format("woff"), url("../fonts/PlayfairDisplay-Bold.ttf") format("truetype"), url("../fonts/PlayfairDisplay-Bold.svg") format("svg");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "PlayfairDisplay";
  src: url("../fonts/PlayfairDisplay-Black.eot");
  src: local("☺"), url("../fonts/PlayfairDisplay-Black.woff") format("woff"), url("../fonts/PlayfairDisplay-Black.ttf") format("truetype"), url("../fonts/PlayfairDisplay-Black.svg") format("svg");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Light.eot");
  src: local("☺"), url("../fonts/Poppins-Light.woff") format("woff"), url("../fonts/Poppins-Light.ttf") format("truetype"), url("../fonts/Poppins-Light.svg") format("svg");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Regular.eot");
  src: local("☺"), url("../fonts/Poppins-Regular.woff") format("woff"), url("../fonts/Poppins-Regular.ttf") format("truetype"), url("../fonts/Poppins-Regular.svg") format("svg");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-SemiBold.eot");
  src: local("☺"), url("../fonts/Poppins-SemiBold.woff") format("woff"), url("../fonts/Poppins-SemiBold.ttf") format("truetype"), url("../fonts/Poppins-SemiBold.svg") format("svg");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Black.eot");
  src: local("☺"), url("../fonts/Roboto-Black.woff") format("woff"), url("../fonts/Roboto-Black.ttf") format("truetype"), url("../fonts/Roboto-Black.svg") format("svg");
  font-weight: 900;
  font-style: normal;
}
/*
font-weight:
100 - thin
200 - UltraLite
300 - lite
400 – normal (regular)
500 - medium
600 - semibold
700 - bold
800 - Heavy
900 - black
*/
/*
	PlayfairDisplay-Italic
	PlayfairDisplay-Bold
	PlayfairDisplay-Black
	Poppins-Light
	Poppins-Regular
	Poppins-SemiBold
	Roboto-Black
*/
html {
  width: 100%;
  max-width: 100%;
  min-height: 100vh;
}

body {
  font-family: Poppins, Arial, Helvetica, sans-serif;
  font-weight: 400;
  color: #000;
}
body a {
  color: #23242C;
}
body.lock {
  overflow: hidden;
}

.container {
  width: 1141px;
  margin: 0 auto;
  padding: 0 15px;
}
@media (max-width: 1230px) {
  .container {
    width: 1000px;
  }
}
@media (max-width: 1030px) {
  .container {
    width: 750px;
  }
}
@media (max-width: 768px) {
  .container {
    width: 570px;
  }
}
@media (max-width: 580px) {
  .container {
    width: 100%;
  }
}

.wrapper {
  position: relative;
  min-height: 100vh;
}
.wrapper__lines {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
  overflow: hidden;
}
.wrapper__line {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 246px;
          flex: 0 0 246px;
  border-left: 1px solid rgba(0, 0, 0, 0.07);
  height: 100%;
}
@media (max-width: 988px) {
  .wrapper__line {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 200px;
            flex: 0 0 200px;
  }
}
@media (max-width: 830px) {
  .wrapper__line {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100px;
            flex: 0 0 100px;
  }
}
@media (max-width: 580px) {
  .wrapper__line {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100px;
            flex: 0 0 100px;
  }
}
.wrapper__line:last-child {
  border-right: 1px solid rgba(0, 0, 0, 0.07);
}
@media (max-width: 580px) {
  .wrapper__line-1 {
    display: none;
  }
}

.header {
  padding: 29px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #EDEDED;
  background-color: #FFF;
  position: fixed;
  width: 100%;
  z-index: 48;
}
@media (max-width: 1030px) {
  .header {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 20px 22px;
  }
}
.header__decoration {
  width: 9px;
  height: 9px;
  margin: 0 0 24px 0;
}
@media (max-width: 1030px) {
  .header__decoration {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 9px;
            flex: 0 0 9px;
    margin: 0 7px 0 0;
    position: relative;
    z-index: 50;
  }
}
@media (max-width: 580px) {
  .header__decoration {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 9px;
            flex: 0 0 9px;
    margin: 0 7px 0 0;
    position: relative;
    z-index: 50;
  }
}
.header__logo {
  width: 303px;
  height: 30px;
  margin: 0 0 22px 0;
}
@media (max-width: 1030px) {
  .header__logo {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 160px;
            flex: 0 0 160px;
    height: 15.8px;
    margin: 0 auto 0 0;
    position: relative;
    z-index: 50;
  }
}
.header__nav {
  -webkit-transition: all 0.25s ease 0s;
  transition: all 0.25s ease 0s;
}
@media (max-width: 1030px) {
  .header__nav {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: -100%;
    z-index: 49;
    overflow: auto;
    padding: 70px 0 0 0;
    background-color: rgba(150, 150, 150, 0.97);
  }
  .header__nav.active {
    top: 0;
  }
}
.header__burger {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 14.5px;
          flex: 0 0 14.5px;
  display: block;
  height: 11px;
  width: 14.5px;
  position: relative;
  z-index: 50;
}
.header__burger span {
  display: block;
  width: 100%;
  height: 1px;
  border-radius: 1px;
  background-color: #000;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  -webkit-transition: all 0.25s ease 0s;
  transition: all 0.25s ease 0s;
}
.header__burger:before, .header__burger:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  border-radius: 3px;
  background: #000;
  position: absolute;
  left: 0;
  -webkit-transition: all 0.25s ease 0s;
  transition: all 0.25s ease 0s;
}
.header__burger:before {
  top: 0;
}
.header__burger:after {
  bottom: 0;
}
.header__burger.active span {
  -webkit-transform: scale(0.001, 0.5);
          transform: scale(0.001, 0.5);
}
.header__burger.active:before {
  -webkit-transform: rotate(225deg) scale(1.414, 1) translate(0, 50%);
          transform: rotate(225deg) scale(1.414, 1) translate(0, 50%);
  top: 50%;
}
.header__burger.active:after {
  -webkit-transform: rotate(-225deg) scale(1.414, 1) translate(0, -50%);
          transform: rotate(-225deg) scale(1.414, 1) translate(0, -50%);
  bottom: 50%;
}
.header__burger:hover {
  cursor: pointer;
}
.header__burger:hover span, .header__burger:hover:before, .header__burger:hover:after {
  background-color: #EDEDED;
}
@media (min-width: 1030px) {
  .header__burger {
    display: none;
  }
}

.nav {
  color: #23242C;
  text-transform: capitalize;
}
.nav__ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1030px) {
  .nav__ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    text-align: center;
  }
}
@media (max-width: 580px) {
  .nav__ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    text-align: center;
  }
}
.nav__li {
  margin: 0 65px;
}
.nav__li a {
  display: block;
}
.nav__li:hover a {
  color: #EDEDED;
}
.nav__li:active a {
  color: #23242C;
}
@media (max-width: 1030px) {
  .nav__li {
    margin: 0 40px;
    font-size: 28px;
    line-height: 2;
  }
}
@media (max-width: 830px) {
  .nav__li {
    margin: 0 20px;
  }
}
@media (max-width: 580px) {
  .nav__li {
    margin: 0 0 30px 0;
  }
}

/*
//------------------------------------------------------------------------------
body{
	//........
	//........
	//........
	//........
	color: #ccc;
	&.lock{
		overflow: hidden;
	}
}
//------------------------------------------------------------------------------
$transition: all 0.4s ease 0s;
$burger-text-color:#fff;
$burger-text-color-hover:#aaa;
$nav-break-point-width: 1200px;
$nav-bg-color: #48fa;

.header {
	//........
	//........
	//........
	//........
	//........
	&__burger {
		flex: 0 0 40px;
		display: block;
		height: 40px;
		width: 40px;
		position: relative;
		z-index: 3;

		& span {
			display: block;
			width: 100%;
			height: 3px;
			border-radius: 3px;
			background-color: $burger-text-color;
			position: absolute;
			left: 0;
			top: 50%;
			transform: translate(0, -50%);
			transition: $transition;
		}
		&:before, &:after {
			content:"";
			display: block;
			width: 100%;
			height: 3px;
			border-radius: 3px;
			background: $burger-text-color;
			position: absolute;
			left: 0;
			transition: $transition;
		}
		&:before {
			top: 0;
		}
		&:after{
			bottom: 0;
		}

		&.active span {
			transform: scale(0.001, 0.5);
			//transform: scale(0);
		}
		&.active:before {
			transform: rotate(225deg) scale(1.414, 1) translate(0, 50%);
			top: 50%;
		}
		&.active:after {
			transform: rotate(-225deg) scale(1.414, 1) translate(0, -50%);
			bottom: 50%;
		}

		&:hover {
			cursor: pointer;
			span, &:before, &:after{
				background-color: $burger-text-color-hover;
			}
		}

		@media (min-width: $nav-break-point-width) {
			display: none;
		}
	}

	&__nav {
		//display: block;
		position: fixed;
		width: 100%;
		height: 100%;
		left: 0;
		top: -100%;
		z-index: 2;
		overflow: auto;
		padding: 100px 0 0 0;
		background-color: $nav-bg-color;
		transition: $transition;

		&.active{
			top: 0;
		}

		@media (min-width: $nav-break-point-width) {
			position: static;
			background-color: #fff0;
			flex: 1 0 50%;
			transition: $transition0;
			overflow: hidden;
			padding: 0;
		}
	}
}
//------------------------------------------------------------------------------
.nav {
	&__ul {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		//padding: 100px 0 0 0;
		@media (min-width: $nav-break-point-width) {
			display: flex;
			flex-direction: row;
			justify-content: end;
			align-items: center;
			padding: 0;
		}
	}
	&__li {
		//flex: 1 0 50%;
		align-self: stretch;
		text-align: center;
		display: block;
		font-size: 30px;
		line-height: 80px;
		font-weight: 700;
		cursor: pointer;
		&:hover a {
			color: $burger-text-color-hover;
		}
		&:active a {
			color: $burger-text-color;
		}
		& a {
			color: $burger-text-color;
		}
		@media (min-width: $nav-break-point-width) {
			font-size: 22px;
			line-height: 40px;
			margin: 0 27px 0 0;
		}
	}

	@media (min-width: $nav-break-point-width) {
			height: 40px;
	}
}
//------------------------------------------------------------------------------

*/
/*
контроллеры
кнопки, checkboxes, radiobuttons
*/
.btn {
  display: inline-block;
  position: relative;
}
@media (max-width: 768px) {
  .btn {
    display: block;
    text-align: center;
  }
}
@media (max-width: 580px) {
  .btn {
    display: block;
    text-align: center;
  }
}
.btn__btn {
  position: relative;
  background-color: #fff;
  color: #967675;
  padding: 18px 46px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  border-radius: 6px;
  border: 1px solid #CFADAC;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  z-index: 5;
}
@media (max-width: 768px) {
  .btn__btn {
    width: 300px;
    font-size: 18px;
    padding: 21px 0;
    text-align: center;
  }
}
@media (max-width: 580px) {
  .btn__btn {
    width: 300px;
    padding: 24px 0;
    text-align: center;
  }
}
.btn__btn:hover {
  color: #fff;
  background-color: #CFADAC;
  border: 1px solid #CFADAC;
}
.btn__btn:active {
  background-color: #fff;
  color: #967675;
  border: 2px solid #CFADAC;
}
.btn__shadow {
  position: absolute;
  width: 87%;
  height: 52.5%;
  border-radius: 6px;
  top: 42.6%;
  left: 6.5%;
  -webkit-box-shadow: 0px 8px 34px rgba(150, 79, 76, 0.32);
          box-shadow: 0px 8px 34px rgba(150, 79, 76, 0.32);
  z-index: 1;
}
@media (max-width: 768px) {
  .btn__shadow {
    width: 62.4%;
    left: 18.8%;
  }
}

.ibg {
  position: relative;
}
.ibg img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

.Title__subtitle {
  font-weight: 300;
  font-size: 16px;
  line-height: 1.5;
  color: #967675;
}
.Title__title {
  font-family: "PlayfairDisplay";
  font-weight: 700;
  font-size: 102px;
  line-height: 1.0784;
  color: #23242C;
}
.Title__title span {
  letter-spacing: -0.16em;
}
@media (max-width: 1230px) {
  .Title__title {
    font-size: 80px;
    line-height: 1.125;
  }
}
@media (max-width: 1030px) {
  .Title__title {
    font-size: 63px;
    line-height: 1.159;
  }
}
@media (max-width: 580px) {
  .Title__title {
    font-size: 66.38px;
    line-height: 1.0783;
  }
}
.card {
  background-color: #F6ECE8;
}
.card__img {
  width: 511px;
  height: 466px;
}
@media (max-width: 1230px) {
  .card__img {
    width: 455px;
    height: 414px;
  }
}
@media (max-width: 1030px) {
  .card__img {
    width: 355px;
    height: 324px;
  }
}
@media (max-width: 768px) {
  .card__img {
    width: 355px;
    height: 314px;
  }
}
@media (max-width: 580px) {
  .card__img {
    width: 302px;
    height: 263px;
  }
}
.card__body {
  padding: 45px 95px 37px 95px;
}
@media (max-width: 1230px) {
  .card__body {
    padding: 40px 85px 34.25px 85px;
  }
}
@media (max-width: 1030px) {
  .card__body {
    padding: 35px 75px 31.5px 75px;
  }
}
@media (max-width: 768px) {
  .card__body {
    padding: 30px 65px 28.75px 65px;
  }
}
@media (max-width: 580px) {
  .card__body {
    padding: 25px 55px 26px 55px;
  }
}
.card__title {
  font-family: "PlayfairDisplay";
  font-style: italic;
  font-weight: 400;
  font-size: 48px;
  line-height: 1.333;
  text-align: center;
  color: #967675;
  margin: 0 0 11px 0;
}
@media (max-width: 1230px) {
  .card__title {
    font-size: 43px;
  }
}
@media (max-width: 1030px) {
  .card__title {
    font-size: 38px;
  }
}
@media (max-width: 768px) {
  .card__title {
    font-size: 33px;
  }
}
@media (max-width: 580px) {
  .card__title {
    font-size: 28.34px;
  }
}
.card__txt {
  font-family: "Poppins";
  font-weight: 400;
  font-size: 16px;
  line-height: 1.659;
  text-align: center;
  color: #967675;
}
@media (max-width: 1230px) {
  .card__txt {
    font-size: 14.4px;
  }
}
@media (max-width: 1030px) {
  .card__txt {
    font-size: 12.75px;
  }
}
@media (max-width: 768px) {
  .card__txt {
    font-size: 11.125px;
  }
}
@media (max-width: 580px) {
  .card__txt {
    font-size: 9.5px;
  }
}
.card:hover .card__txt, .card:hover .card__title {
  color: #000;
}
.card:active .card__txt {
  color: #967675;
}
.card:active .card__title {
  color: #967675;
}

.btn-more__footer {
  position: relative;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.btn-more__bg {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
  font-family: "PlayfairDisplay";
  font-style: normal;
  font-weight: 700;
  font-size: 182.38px;
  line-height: 1.33;
  text-align: center;
  color: #23242C;
  opacity: 0.04;
}
@media (max-width: 1230px) {
  .btn-more__bg {
    font-size: 172px;
  }
}
@media (max-width: 1030px) {
  .btn-more__bg {
    font-size: 162px;
  }
}
@media (max-width: 768px) {
  .btn-more__bg {
    font-size: 152px;
  }
}
@media (max-width: 580px) {
  .btn-more__bg {
    font-size: 143.125px;
  }
}
.btn-more__btn {
  font-family: "PlayfairDisplay";
  font-weight: 900;
  font-size: 36.8465px;
  line-height: 1.33;
  text-align: center;
  color: #23242C;
  background-color: rgba(0, 0, 0, 0);
  white-space: nowrap;
  padding: 0 18px;
}
@media (max-width: 1230px) {
  .btn-more__btn {
    font-size: 35px;
  }
}
@media (max-width: 1030px) {
  .btn-more__btn {
    font-size: 33px;
  }
}
@media (max-width: 768px) {
  .btn-more__btn {
    font-size: 31px;
  }
}
@media (max-width: 580px) {
  .btn-more__btn {
    font-size: 28.92px;
  }
}
.btn-more__btn:hover {
  color: #CFADAC;
}
.btn-more__btn:active {
  color: #23242C;
}
.btn-more__line {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 50%;
          flex: 0 1 50%;
  height: 1px;
  -webkit-transform: translate(0, 3px);
          transform: translate(0, 3px);
  background-color: rgba(150, 118, 117, 0.6);
}

.form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  margin: 0 -17.5px;
}
@media (max-width: 768px) {
  .form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0;
  }
}
.form__edit {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 50%;
          flex: 1 0 50%;
  font-weight: 300;
  font-size: 28px;
  line-height: 1.5;
  padding: 9.5px 12.5px;
  margin: 0 17.5px;
  color: #000;
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 1px solid rgba(150, 118, 117, 0.5);
}
@media (max-width: 768px) {
  .form__edit {
    text-align: center;
    width: 400px;
    font-size: 21px;
    line-height: 1.524;
    margin: 0 0 43px 0;
  }
}
@media (max-width: 580px) {
  .form__edit {
    width: 300px;
  }
}
.form__edit::-webkit-input-placeholder {
  color: #DCCBC6;
}
.form__edit::-moz-placeholder {
  color: #DCCBC6;
}
.form__edit:-ms-input-placeholder {
  color: #DCCBC6;
}
.form__edit::-ms-input-placeholder {
  color: #DCCBC6;
}
.form__edit::placeholder {
  color: #DCCBC6;
}
.form__edit:hover, .form__edit:active, .form__edit:focus {
  border-bottom: 1px solid #000;
}
.form__edit:hover.form__edit::-webkit-input-placeholder {
  color: #CFADAC;
}
.form__edit:hover.form__edit::-moz-placeholder {
  color: #CFADAC;
}
.form__edit:hover.form__edit:-ms-input-placeholder {
  color: #CFADAC;
}
.form__edit:hover.form__edit::-ms-input-placeholder {
  color: #CFADAC;
}
.form__edit:hover.form__edit::placeholder {
  color: #CFADAC;
}
.form__btn {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin: 0 17.5px;
}

.main {
  font-size: 25px;
  line-height: 1.2;
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.main__header {
  height: 160px;
}
@media (max-width: 1030px) {
  .main__header {
    height: 56px;
  }
}

.HeroBar {
  position: relative;
  padding: 137px 0 0px 0;
  margin: 0 0 250px 0;
}
@media (max-width: 1230px) {
  .HeroBar {
    padding: 70px 0 0px 0;
    margin: 0 0 150px 0;
  }
}
@media (max-width: 768px) {
  .HeroBar {
    padding: 40px 0 0px 0;
    margin: 0 0 47px 0;
  }
}
@media (max-width: 580px) {
  .HeroBar {
    padding: 29px 0 0px 0;
    margin: 0 0 49px 0;
  }
}
.HeroBar .container {
  position: relative;
  left: -20px;
}
@media (max-width: 1230px) {
  .HeroBar .container {
    left: 0;
  }
}
.HeroBar__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
@media (max-width: 830px) {
  .HeroBar__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (max-width: 580px) {
  .HeroBar__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.HeroBar__body {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 63%;
          flex: 0 0 63%;
  padding: 64px 0 0 0;
}
@media (max-width: 1030px) {
  .HeroBar__body {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 67%;
            flex: 0 0 67%;
  }
}
@media (max-width: 1230px) {
  .HeroBar__body {
    padding: 40px 0 0 0;
  }
}
@media (max-width: 768px) {
  .HeroBar__body {
    padding: 67px 0 0 0;
  }
}
.HeroBar__subtitle {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 300;
  color: #967675;
  margin: 0 0 -2px 0;
}
@media (max-width: 580px) {
  .HeroBar__subtitle {
    font-size: 14px;
    line-height: 1.5;
    color: #A0A0A0;
  }
}
.HeroBar__title {
  font-family: "PlayfairDisplay";
  font-weight: 700;
  font-size: 102px;
  line-height: 1.0784;
  color: #23242C;
  margin: 0 0 22px 0;
}
.HeroBar__title span {
  position: relative;
  font-size: 43.5px;
  top: 5px;
}
.HeroBar__title span:nth-child(1) {
  top: -36px;
}
.HeroBar__title span:nth-child(2) {
  top: -18px;
  left: -7px;
}
.HeroBar__title span:nth-child(3) {
  top: -2px;
  left: -7px;
  margin: 0 11px 0 0;
}
@media (max-width: 1230px) {
  .HeroBar__title {
    font-size: 80px;
    line-height: 1.125;
  }
  .HeroBar__title span {
    font-size: 35px;
    top: 5px;
  }
  .HeroBar__title span:nth-child(1) {
    top: -22px;
  }
  .HeroBar__title span:nth-child(2) {
    top: -9px;
    left: -4px;
  }
  .HeroBar__title span:nth-child(3) {
    top: -2px;
    left: -7px;
    margin: 0 11px 0 0;
  }
}
@media (max-width: 1030px) {
  .HeroBar__title {
    font-size: 63px;
    line-height: 1.159;
    margin: 0 0 20px 0;
  }
  .HeroBar__title span {
    font-size: 27px;
  }
  .HeroBar__title span:nth-child(1) {
    top: -19px;
  }
  .HeroBar__title span:nth-child(2) {
    top: -7px;
    left: -4px;
  }
  .HeroBar__title span:nth-child(3) {
    top: -2px;
    left: -6px;
    margin: 0 11px 0 0;
  }
}
@media (max-width: 580px) {
  .HeroBar__title {
    font-size: 48px;
    line-height: 1.1667;
    margin: 0;
  }
  .HeroBar__title span {
    font-size: 21px;
    line-height: 40%;
  }
  .HeroBar__title span:nth-child(1) {
    top: -10px;
  }
  .HeroBar__title span:nth-child(2) {
    top: -4px;
    left: -4px;
  }
  .HeroBar__title span:nth-child(3) {
    top: 5px;
    left: -5px;
    margin: 0 13px 0 0;
  }
}
.HeroBar__btn {
  padding: 0px 0 0 0;
}
@media (max-width: 1230px) {
  .HeroBar__btn {
    padding: 0;
    margin: 24px 0 0 0;
  }
}
@media (max-width: 768px) {
  .HeroBar__btn {
    margin: 24px 0 0 0;
  }
}
.HeroBar__images {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 20%;
          flex: 1 0 20%;
  position: relative;
}
.HeroBar__img-1 {
  width: 256px;
  height: 370px;
  position: relative;
  z-index: 2;
}
@media (max-width: 1230px) {
  .HeroBar__img-1 {
    width: 220px;
    height: 320px;
  }
}
@media (max-width: 1030px) {
  .HeroBar__img-1 {
    width: 200px;
    height: 280px;
  }
}
@media (max-width: 580px) {
  .HeroBar__img-1 {
    width: 173px;
    height: 265px;
    left: -36px;
  }
}
.HeroBar__img-2 {
  width: 221px;
  height: 299px;
  position: absolute;
  top: 139px;
  left: 142px;
  z-index: 1;
}
@media (max-width: 1230px) {
  .HeroBar__img-2 {
    width: 207px;
    height: 280px;
    top: 103px;
    left: 116px;
  }
}
@media (max-width: 1030px) {
  .HeroBar__img-2 {
    width: 180px;
    height: 245px;
    top: 81px;
    left: 98px;
  }
}
@media (max-width: 580px) {
  .HeroBar__img-2 {
    width: 150px;
    height: 214px;
    top: 100px;
    left: 60px;
  }
}
.circles {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
}
.circles__box {
  position: absolute;
  width: 518px;
  height: 518px;
  left: 62.23%;
  top: 62.41%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media (max-width: 830px) {
  .circles__box {
    top: 35.6%;
    left: 20%;
    width: 360px;
    height: 360px;
  }
}
.circles__ellipse-small {
  position: absolute;
  width: 47.49%;
  height: 47.49%;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: rgba(250, 226, 214, 0.4);
}
.circles__ellipse-big {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 1px solid rgba(35, 36, 44, 0.1);
}

.ListSection {
  margin: 0 0 189px 0;
}
@media (max-width: 1230px) {
  .ListSection {
    margin: 0 0 135px 0;
  }
}
@media (max-width: 768px) {
  .ListSection {
    margin: 0 0 105px 0;
  }
}
@media (max-width: 580px) {
  .ListSection {
    margin: 0 0 93px 0;
  }
}
.ListSection__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
@media (max-width: 1030px) {
  .ListSection__row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.ListSection__col {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.333%;
          flex: 0 0 33.333%;
}
@media (max-width: 1030px) {
  .ListSection__col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    margin: 0 0 66px 0;
  }
  .ListSection__col:last-child {
    margin: 0 0 0 0;
  }
}
@media (max-width: 768px) {
  .ListSection__col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
}
.ListSection__title {
  position: relative;
  display: inline-block;
  font-family: "PlayfairDisplay";
  font-style: italic;
  font-weight: 400;
  font-size: 38px;
  line-height: 1.342;
  text-align: center;
  color: #111111;
  padding: 0 0 0 22px;
  margin: 0 0 27px 0;
}
.ListSection__title::before {
  content: "";
  position: absolute;
  width: 9px;
  height: 9px;
  left: 0;
  top: 23px;
  background: url("../img/main__decoration.svg") center/cover no-repeat;
}
.ListSection__text {
  width: 225px;
  margin: 0 0 0 62px;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.659;
  color: #9D8888;
}

.Issue {
  margin: 0 0 196px 0;
}
@media (max-width: 1230px) {
  .Issue {
    margin: 0 0 151.66px 0;
  }
}
@media (max-width: 1030px) {
  .Issue {
    margin: 0 0 107.33px 0;
  }
}
@media (max-width: 768px) {
  .Issue {
    margin: 0 0 63px 0;
  }
}
.Issue__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@media (max-width: 768px) {
  .Issue__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.Issue__col {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  margin: 0 0 20px 0;
}
@media (max-width: 768px) {
  .Issue__col {
    margin: 0 0 0 0;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}
.Issue__col-2 {
  padding: 0 0 0 81px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
@media (max-width: 1230px) {
  .Issue__col-2 {
    padding: 0 0 0 50px;
  }
}
@media (max-width: 1030px) {
  .Issue__col-2 {
    padding: 0 0 0 30px;
  }
}
@media (max-width: 768px) {
  .Issue__col-2 {
    padding: 0 0 0 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 400px;
  }
}
@media (max-width: 580px) {
  .Issue__col-2 {
    width: 300px;
  }
}
.Issue__img {
  padding: 0 0 77.3% 0;
}
@media (max-width: 1030px) {
  .Issue__img {
    padding: 0 0 89% 0;
  }
}
@media (max-width: 830px) {
  .Issue__img {
    padding: 0 0 89% 0;
  }
}
@media (max-width: 768px) {
  .Issue__img {
    padding: 0 0 77.3% 0;
    width: 400px;
    margin: 0 0 38px 0;
  }
}
@media (max-width: 580px) {
  .Issue__img {
    width: 300px;
    margin: 0 0 30px 0;
  }
}
.Issue__subtitle {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 2%;
          flex: 0 0 2%;
}
.Issue__title {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 20%;
          flex: 1 0 20%;
}
@media (max-width: 768px) {
  .Issue__title {
    margin: 0 0 24px 0;
  }
}
.Issue__btn {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 2%;
          flex: 0 0 2%;
}

.OurRange {
  margin: 0 0 374px 0;
}
@media (max-width: 580px) {
  .OurRange {
    margin: 0 0 245px 0;
  }
}
.OurRange__subtitle {
  text-align: center;
}
.OurRange__title {
  text-align: center;
  margin: 0 0 128px 0;
}
@media (max-width: 1230px) {
  .OurRange__title {
    margin: 0 0 98px 0;
  }
}
@media (max-width: 1030px) {
  .OurRange__title {
    margin: 0 0 67.5px 0;
  }
}
@media (max-width: 768px) {
  .OurRange__title {
    margin: 0 0 37px 0;
  }
}
.OurRange__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  margin: 0 -60px;
}
@media (max-width: 1230px) {
  .OurRange__row {
    margin: 0 -40px;
  }
}
@media (max-width: 1030px) {
  .OurRange__row {
    margin: 0 -10px;
  }
}
@media (max-width: 768px) {
  .OurRange__row {
    margin: 0 -20px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media (max-width: 580px) {
  .OurRange__row {
    margin: 0;
  }
}
.OurRange__col {
  padding: 0 60px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}
@media (max-width: 1230px) {
  .OurRange__col {
    padding: 0 40px;
  }
}
@media (max-width: 1030px) {
  .OurRange__col {
    padding: 0 10px;
  }
}
@media (max-width: 768px) {
  .OurRange__col {
    padding: 0;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
}
.OurRange__col-2 {
  padding: 83px 60px 0 60px;
}
@media (max-width: 1230px) {
  .OurRange__col-2 {
    padding: 58px 40px 0 40px;
  }
}
@media (max-width: 1030px) {
  .OurRange__col-2 {
    padding: 40px 10px 0 10px;
  }
}
@media (max-width: 768px) {
  .OurRange__col-2 {
    padding: 0;
  }
}
.OurRange__card {
  margin: 0 0 83px 0;
}
@media (max-width: 1230px) {
  .OurRange__card {
    margin: 0 0 60px 0;
  }
}
@media (max-width: 1030px) {
  .OurRange__card {
    margin: 0 0 20px 0;
  }
}
@media (max-width: 768px) {
  .OurRange__card {
    margin: 0 0 40px 0;
  }
}
.OurRange__card:last-child {
  margin: 0 0 50px 0;
}
@media (max-width: 768px) {
  .OurRange__card:last-child {
    margin: 0 0 40px 0;
  }
}
.OurRange__col-2 .OurRange__card:last-child {
  margin: 0 0 60px 0;
}
.Quote {
  padding: 0 0 323px 0;
}
@media (max-width: 580px) {
  .Quote {
    padding: 0 0 240px 0;
  }
}
.Quote__body {
  text-align: center;
}
.Quote__txt {
  display: inline;
  position: relative;
  font-family: "PlayfairDisplay";
  font-weight: 700;
  font-size: 48px;
  line-height: 1.333;
  text-align: center;
  color: #23242C;
}
@media (max-width: 580px) {
  .Quote__txt {
    display: block;
    font-size: 49.2486px;
    line-height: 1.055;
  }
}
.Quote__txt::before, .Quote__txt::after {
  content: "”";
  position: absolute;
  display: inline;
  display: block;
  font-family: "PlayfairDisplay";
  font-weight: 700;
  font-size: 218px;
  line-height: 0.65;
  color: rgba(0, 0, 0, 0);
  -webkit-text-stroke: 1px rgba(150, 79, 76, 0.29);
}
@media (max-width: 580px) {
  .Quote__txt::before, .Quote__txt::after {
    font-size: 198px;
  }
}
.Quote__txt::before {
  left: -63px;
  top: -104px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media (max-width: 580px) {
  .Quote__txt::before {
    top: -124px;
    left: 50%;
    -webkit-transform: translate(-50%, 0) rotate(180deg);
            transform: translate(-50%, 0) rotate(180deg);
  }
}
.Quote__txt::after {
  right: -68px;
  bottom: -104px;
}
@media (max-width: 580px) {
  .Quote__txt::after {
    bottom: -137px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
}
.Quote .container {
  position: relative;
}
.Quote__bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
}
.Quote__circles {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  min-width: 518px;
  min-height: 518px;
}
@media (max-width: 580px) {
  .Quote__circles {
    min-width: 485px;
    min-height: 485px;
  }
}
@media (max-width: 490px) {
  .Quote__circles {
    width: 100%;
  }
}
.Quote__circle-big {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 1px solid #EDD5C8;
}
.Quote__circle-small {
  position: absolute;
  width: 65.83%;
  height: 65.83%;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-box-shadow: 0px 0px 64px #EDD5C8;
          box-shadow: 0px 0px 64px #EDD5C8;
}
@media (max-width: 580px) {
  .Quote__circle-small {
    width: 52.37%;
    height: 52.37%;
  }
}

.Newsletter {
  position: relative;
  text-align: center;
  padding: 70px 0;
}
@media (max-width: 1230px) {
  .Newsletter {
    padding: 64px 0 63.25px 0;
  }
}
@media (max-width: 1030px) {
  .Newsletter {
    padding: 58px 0 56.5px 0;
  }
}
@media (max-width: 768px) {
  .Newsletter {
    padding: 52px 0 50px 0;
  }
}
@media (max-width: 580px) {
  .Newsletter {
    padding: 46px 0 43px 0;
  }
}
.Newsletter .container {
  padding: 0 92px;
}
@media (max-width: 768px) {
  .Newsletter .container {
    padding: 0;
  }
}
.Newsletter__title {
  margin: 0 0 85px 0;
}
@media (max-width: 580px) {
  .Newsletter__title {
    margin: 0 0 24px 0;
  }
}
@media (max-width: 490px) {
  .Newsletter__title {
    text-align: center;
    margin: 0 0 24px 0;
    font-size: 66.3px;
  }
}
.Newsletter__bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -2;
  background-color: #F9F2EF;
}

.footer {
  color: #fff;
  padding: 140px 0 162px 0;
  background-color: #23242C;
}
@media (max-width: 1230px) {
  .footer {
    padding: 124px 0 138px 0;
  }
}
@media (max-width: 1030px) {
  .footer {
    padding: 108px 0 115px 0;
  }
}
@media (max-width: 768px) {
  .footer {
    padding: 92px 0 91px 0;
  }
}
@media (max-width: 580px) {
  .footer {
    padding: 76px 0 67px 0;
  }
}
@media (max-width: 1230px) {
  .footer .container {
    padding: 0 30px;
  }
}
@media (max-width: 1030px) {
  .footer .container {
    padding: 0 30px;
  }
}
@media (max-width: 768px) {
  .footer .container {
    padding: 0 30px;
  }
}
@media (max-width: 580px) {
  .footer .container {
    padding: 0 30px;
  }
}
.footer__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@media (max-width: 1030px) {
  .footer__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
}
.footer__col {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin: 0 94px 0 0;
}
@media (max-width: 1030px) {
  .footer__col {
    margin: 0 0 49px 0;
  }
}
.footer__col:last-child {
  margin: 0;
}
.footer__col-1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 64%;
          flex: 0 0 64%;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
@media (max-width: 1230px) {
  .footer__col-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
}
@media (max-width: 1030px) {
  .footer__col-1 {
    margin: 0 0 45px 0;
  }
}
.footer__logo {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 245.82px;
  height: 23.83px;
  margin: 0 0 31px 0;
}
.footer__logo::before {
  content: "";
  position: absolute;
  width: 9px;
  height: 9px;
  left: -21px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  background: url("../img/footer__decoration.svg") center/cover no-repeat;
}
@media (max-width: 1030px) {
  .footer__logo::before {
    display: none;
  }
}
.footer__txt {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.777;
}
@media (max-width: 1030px) {
  .footer__txt {
    margin: 0 0 28px 0;
  }
}
.footer__copyrights {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  color: rgba(255, 255, 255, 0.5);
  font-weight: 400;
  font-size: 16px;
  line-height: 2;
  position: relative;
  top: 34px;
}
@media (max-width: 1030px) {
  .footer__copyrights {
    top: 0;
  }
}
.footer__title {
  color: #FAF7F3;
  position: relative;
  font-weight: 400;
  font-size: 24px;
  line-height: 0.85;
  margin: 0 0 16px 0;
}
@media (max-width: 768px) {
  .footer__title {
    font-size: 24px;
    line-height: 1.333;
    margin: 0 0 16px 32px;
  }
}
.footer__title::before {
  content: "";
  position: absolute;
  width: 9px;
  height: 9px;
  left: -21px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  background: url("../img/footer__decoration.svg") center/cover no-repeat;
}
.footer__ul {
  margin: 0;
}
.footer__li {
  display: block;
  margin: 0 0 5px 0;
  cursor: pointer;
}
@media (max-width: 768px) {
  .footer__li {
    margin: 0 0 5px 32px;
  }
}
.footer__li a {
  color: #fff;
  font-weight: 400;
  font-size: 16px;
  line-height: 32px;
}
.footer__li:hover a {
  color: #CFADAC;
}
.footer__li:active a {
  color: #FAF7F3;
}

/*
.block {

	@media (min-width: 900px){

	}
	@media (min-width: 1200px){

	}
	@media (min-width: 1300px){

	}
}
*/