html {
  font-language-override: 'ENG';
}

body  {
	  font-feature-settings: 'locl' 0;
  position: relative;
  min-width: 320px;
  font-family: 'SofiaSans',  Arial,  Helvetica,  sans-serif;
  font-size: 22px;
  line-height: 1.2;
  color: #000;
  margin: 0;
}
a  {
  color: inherit;
  text-decoration: none;
}
a:focus,
button:focus  {
  outline: none;
}
ul  {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
p  {
  margin: 0;
}
img,
svg,
video  {
  max-height: 100%;
  max-width: 100%;
  vertical-align: middle;
}
video {
  outline: none;
}
svg  {
  width: auto;
}
h1,
h2,
h3,
h4,
h5,
h6  {
  margin: 0;
  padding: 0;  
  font-size: inherit;
  font-weight: inherit;
}
.wrapper  {
  overflow: hidden;
}
.sect {
  position: relative;
  z-index: 1;
}
.container {
  position: relative;
}
.content {
  position: relative;
  z-index: 1;
}
a,
a::before,
a::after,
.button,
button,
button::before,
button::after,
svg path,
i,
.catalog.sect .top .item .overlay,
.header.sect .nav,
.header.sect .sandwich .lines::before,
.header.sect .sandwich .lines::after  {
  transition: all 0.5s ease;
}
input[type="text"],
textarea {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  outline: none;
  border: none;
  width: 100%;
  max-width: 380px;
  font-family: 'GothamPro',  Arial,  Helvetica,  sans-serif;
  font-size: 21px;
  line-height: 1.2;
  color: #212121;
  background: #fff;
  border: 1px solid #fff;
  border-radius: 8px;
  padding: 17px 25px;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #8D8D8D;
}
::-ms-input-placeholder {  
  color: #8D8D8D;
}
::placeholder {  
  color: #8D8D8D;
}
input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
  color: transparent!important;
}
input:focus::-ms-input-placeholder,
textarea:focus::-ms-input-placeholder {
  color: transparent!important;
}
input:focus::placeholder,
textarea:focus::placeholder {
  color: transparent!important;
}
input[type="text"].error,
textarea.error {
  border-color: #f00!important;
}
.button {
  cursor: pointer;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  border: none;
  width: 100%;
  max-width: 380px;
  font-family: 'Ponomar',  Arial,  Helvetica,  sans-serif;
  text-align: center;
  font-size: 36px;
  line-height: 1.2;
  color: #E2BA5A;
  background: transparent;
  border: 1px solid #E2BA5A;
  padding: 17px 20px;
}
.button:hover {
  color: #fff;
  background: #E2BA5A;
}
p {
  font-size: 24px;
  
}
.intro {
  margin-bottom: 40px;
}
.intro .caption {
  font-family: 'Ponomar',  Arial,  Helvetica,  sans-serif;
  font-size: 45px;
}

.zag {
	font-size: 30px;
margin: 30px 0 10px 0;	  
}
.gold {
  color: #E2BA5A;
}
.ornament {
  position: absolute;
  top: 50px;
  left: 50%;
  width: 1920px;
  text-align: center;
  pointer-events: none;
  margin-left: -960px;
  z-index: -1;
}
.ornament img {
  max-width: none;
  max-height: none;
}
.video.youtube {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}
.video.youtube iframe,
.video.youtube object,
.video.youtube embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
ul.ul li {
  position: relative;
  font-size: 24px;
  font-weight: 500;
  padding-left: 26px;
  margin-top: 20px;
}
ul.ul li::before {
  content: '';
  position: absolute;
  top: 3px;
  left: 0;
  width: 16px;
  height: 15px;
  background-repeat: no-repeat;
  background-image: url('../img/catalog/marker.png');
}

.information.sect {
  background-repeat: no-repeat;
  background-image: url('../img/information/bg.jpg');
  background-position: bottom center;
  padding-top: 130px;
  padding-bottom: 100px;
}
.information.sect .icon {
  position: relative;
  display: inline-block;
  margin-left: 80px;
}
.information.sect .icon .border {
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  margin: -10% -20%;
  z-index: 1;
}

.about.sect {
  color: #fff;
  background-repeat: no-repeat;
  background-image: url('../img/about/bg.png');
  background-position: center center;
  background-size: cover;
  padding-top: 140px;
  padding-bottom: 160px;
  margin-bottom: -50px;
  margin-top: -50px;
  z-index: 2;
}
.about.sect .items {
  margin-top: 60px;
}
.about.sect .item {
  margin-top: 20px;
}
.about.sect .item .icon {
  margin-right: 10px;
}

.features.sect {
  background-repeat: no-repeat;
  background-image: url('../img/features/bg.jpg');
  background-position: top -120px center;
  padding-top: 60px;
  padding-bottom: 100px;
}
 .breadcrumbs {
  margin-bottom: 45px;
}
 .breadcrumbs ul {
  display: flex;
}
 .breadcrumbs ul li {
 font-family: 'SofiaSans',  Arial,  Helvetica,  sans-serif;
  position: relative;
  font-size: 26px;
  margin-left: 20px;
}
 .breadcrumbs ul li:first-child {
  margin-left: 0;
}
.breadcrumbs ul li::before {
  content: '/';
  position: absolute;
  top: 0;
  left: -14px;
}
 .breadcrumbs ul li:first-child::before {
  display: none;
}
.features.sect .item .caption,
.subcaption {
  font-family: 'Ponomar',  Arial,  Helvetica,  sans-serif;
  font-size: 30px;
  margin-bottom: 25px;
}
.features.sect .item {
  margin-top: 30px;
}

.videos.sect {
  color: #fff;
  background-repeat: no-repeat;
  background-image: url('../img/videos/bg.png');
  background-position: center center;
  background-size: cover;
  padding-top: 140px;
  padding-bottom: 160px;
  margin-bottom: -80px;
  margin-top: -50px;
  z-index: 2;
}
.videos.sect .ornament {
  top: auto;
  bottom: -250px;
  margin-left: -1020px;
}
.videos.sect .intro {
  position: relative;
  z-index: 2;
}
.videos.sect .items {
  max-width: 1190px;
  margin-left: auto;
  margin-right: auto;
}
.videos.sect .item {
  margin-top: 70px;
}
.videos.sect .item.big {
  margin-top: 0;
}
.videos.sect .item .video {
  position: relative;
  box-shadow: 0px 0px 27px 0px rgba(252, 236, 67, 0.2), inset 0px 0px 27px 0px rgba(252, 236, 67, 0.2);
}
.videos.sect .item.big .video {
  box-shadow: none;
}
.videos.sect .item.big .video .border {
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  margin: -11% -9%;
  z-index: 1;
}

.catalog.sect {
  background-repeat: no-repeat;
  background-image: url('../img/features/bg.jpg');
  background-position: top center;
  background-size: cover;
  padding-top: 130px;
  padding-bottom: 100px;
}
.catalog.sect .top .items {
  margin-top: -30px;
}
.catalog.sect .top .item {
  position: relative;
  display: inline-block;
  margin-top: 30px;
}
.catalog.sect .top .item .border {
  display: block;
}
.catalog.sect .top .item .inner {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  text-align: center;
  width: 100%;
  height: 100%;
  padding: 5%;
}
.catalog.sect .top .item .icon {
  z-index: -2;
}
.catalog.sect .top .item .icon img {
  width: 100%;
  height: 100%;
}
.catalog.sect .top .item .overlay {
  width: 100%;
  background-color: rgba(83, 97, 61, .78);
  opacity: 0;
  padding-top: 20px;
  z-index: -1;
}
.catalog.sect .top .item:hover .overlay {
  opacity: 1;
}
.catalog.sect .top .item .overlay .note {
  font-family: 'Ponomar',  Arial,  Helvetica,  sans-serif;
  font-size: 45px;
  color: #fff;
}
.catalog.sect .top .item .caption {
  width: 100%;
  font-family: 'Ponomar',  Arial,  Helvetica,  sans-serif;
  font-size: 18px;
  color: #fff;
  background-color: #000;
  padding: 10px;
  padding-bottom: 15px;
  z-index: -1;
}
.catalog.sect .bottom {
  margin-top: 90px;
}
.catalog.sect .bottom .items {
  margin-top: -20px;
}

.catalog.sect .top .item2 {
  padding: 20px;  
}
.catalog.sect .top .item2 .icon {
  position: relative; 
  display: flex;
}
.catalog.sect .top .item2 .overlay {
  z-index: auto;
}
.catalog.sect .top .item2 .caption {
  z-index: auto;
}
.catalog.sect .top .item2 .inner {
  padding: 0;
}
.catalog.sect .top .item2 .border {
  position: absolute;
  top: 0; 
  left: 0;
  width: 100%;  
  height: 100%; 
}
.catalog.sect .top .item2 .border .line,
.catalog.sect .top .item2 .border .line::before {
  position: absolute; 
  background-color: #000; 
}
.catalog.sect .top .item2 .border .line::before {
  content: '';
}
.catalog.sect .top .item2 .border .line.top,
.catalog.sect .top .item2 .border .line.bottom,
.catalog.sect .top .item2 .border .line.top::before,
.catalog.sect .top .item2 .border .line.bottom::before {
  width: 85%; 
  height: 5px;
}
.catalog.sect .top .item2 .border .line.top,
.catalog.sect .top .item2 .border .line.top::before {
  right: 10px;
}
.catalog.sect .top .item2 .border .line.top {
  top: 10px; 
}
.catalog.sect .top .item2 .border .line.top::before {
  top: -10px; 
  right: -10px;
}
.catalog.sect .top .item2 .border .line.bottom,
.catalog.sect .top .item2 .border .line.bottom::before {
  left: 10px;
}
.catalog.sect .top .item2 .border .line.bottom {
  bottom: 10px; 
}
.catalog.sect .top .item2 .border .line.bottom::before {
  bottom: -10px; 
  left: -10px;
}
.catalog.sect .top .item2 .border .line.left,
.catalog.sect .top .item2 .border .line.right,
.catalog.sect .top .item2 .border .line.left::before,
.catalog.sect .top .item2 .border .line.right::before {
  height: 85%; 
  width: 5px;
}
.catalog.sect .top .item2 .border .line.left,
.catalog.sect .top .item2 .border .line.left::before {
  bottom: 10px;
}
.catalog.sect .top .item2 .border .line.left {
  left: 10px; 
}
.catalog.sect .top .item2 .border .line.left::before {
  left: -10px; 
  bottom: -10px;
}
.catalog.sect .top .item2 .border .line.right,
.catalog.sect .top .item2 .border .line.right::before {
  top: 10px;
}
.catalog.sect .top .item2 .border .line.right {
  right: 10px; 
}
.catalog.sect .top .item2 .border .line.right::before {
  right: -10px; 
  top: -10px;
}

.footer.sect {
  color: #fff;
  background-repeat: no-repeat;
  background-image: url('../img/footer/bg.png');
  background-position: bottom center;
  background-size: cover;
  padding-top: 100px;
  padding-bottom: 75px;
  margin-top: -50px;
  z-index: 2;
}
.footer.sect .logo {
  font-family: 'Ponomar',  Arial,  Helvetica,  sans-serif;
  font-size: 100px;
  line-height: 1;
  color: #ECC683;
}
.footer.sect .nav {
  padding-bottom: 20px;
}
.footer.sect .nav ul {
  display: flex;
  justify-content: center;
}
.footer.sect .nav ul li {
  position: relative;
  font-family: 'Wolgadeutsche',  Arial,  Helvetica,  sans-serif;
  font-size: 24px;
  margin-left: 30px;
}
.footer.sect .nav ul li:first-child {
  margin-left: 0;
}
.footer.sect .nav ul li::before {
  content: '/';
  position: absolute;
  top: 0;
  left: -18px;
}
.footer.sect .nav ul li:first-child::before {
  display: none;
}

.main.sect {
  color: #fff;
  background-repeat: no-repeat;
  background-image: url('../img/main/bg.png');
  background-position: bottom center;
  background-size: cover;
  padding-top: 0;
  padding-bottom: 120px;
  margin-bottom: -60px;
  z-index: 9999;
}
.main.main2.sect {
	padding-bottom: 80px;
}
.main.sect .ornament {
  top: 0;
}
.main.sect > .container {
  text-align: center;
}
.main.sect > .container .intro {
  margin-bottom: 80px;
}
.main.sect > .container .intro .caption {
  font-size: 90px;
}
.main.sect > .container .border {
  position: relative;
  display: inline-block;
  margin: -3% -5%;
  padding-left: 0;
  padding-right: 0;
}
.main.sect > .container .border .icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; 
  pointer-events: none;
  padding: 10% 14%;
  margin-left: 0.5%;  
  z-index: -1;
}
.main.sect > .container .border .icon.icon2 {
  padding: 11% 14.3% 13% 14.3%;
}
.main.sect > .container .border .icon .inner {
  overflow: hidden; 
  height: 100%; 
}
.main.sect > .container .border .icon img {
  width: 100%;
  max-height: none;
  min-height: 100%;
}
.main.sect > .container .marketplace {
  margin-top: 80px;
}
.main.sect > .container .marketplace .items {
  margin-left: -60px;
}
.main.sect > .container .marketplace .item {
  display: inline-block;
  margin-left: 60px;
}

.header.sect  {
  padding-top: 60px;
  padding-bottom: 40px;
  z-index: 9999;
}
.header.sect .logo {
  position: relative;
  font-family: 'Ponomar',  Arial,  Helvetica,  sans-serif;
  font-size: 70px;
  line-height: 1;
  color: #ECC683;
  text-shadow: 2px 0 2px #554000, 0 2px 2px #554000, -2px 0 2px #554000, 0 -2px 2px #554000;
  margin-top: -20px;
  z-index: 1;
}
.header.sect .nav ul {
  display: flex;
  justify-content: center;
}
.header.sect .nav ul li {
  position: relative;
  font-family: 'Ponomar',  Arial,  Helvetica,  sans-serif;
  font-size: 24px;
  margin-left: 30px;
}
.header.sect .nav ul li:first-child {
  margin-left: 0;
}
.header.sect .nav ul li::before {
  content: '/';
  position: absolute;
  top: 0;
  left: -18px;
}
.header.sect .nav ul li:first-child::before {
  display: none;
}
.header.sect .contacts .items {
  margin-left: -15px;
}
.header.sect .contacts .item {
  margin-left: 15px;
}
.header.sect .sandwich {
  position: relative;
  display: block;
  width: 36px;
  height: 22px;
  z-index: 999;
  z-index: 1;
}
.header.sect .sandwich .lines {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.header.sect .sandwich .lines::before,
.header.sect .sandwich .lines::after,
.header.sect .sandwich .lines i {
 content: '';
 position: absolute;
 right: 0;
 width: 100%;
 height: 2px;
 background: #E8AA3B;
}
.header.sect .sandwich .lines::before {
 top: 0;
}
.header.sect .sandwich .lines::after {
  bottom: 0;
}
.header.sect .sandwich .lines i {
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.header.sect.active .sandwich .lines i {
  opacity: 0;
  width: 0;
  left: 50%;
}
.header.sect.active .sandwich .lines::before {
 top: 50%;
 -webkit-transform: translate(0, -50%) rotate(135deg);
 -ms-transform: translate(0, -50%) rotate(135deg);
 -o-transform: translate(0, -50%) rotate(135deg);
 transform: translate(0, -50%) rotate(135deg);
}
.header.sect.active .sandwich .lines::after {
 bottom: 50%;
 -webkit-transform: translate(0, 50%) rotate(45deg);
 -ms-transform: translate(0, 50%) rotate(45deg);
 -o-transform: translate(0, 50%) rotate(45deg);
 transform: translate(0, 50%) rotate(45deg);
}