* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  outline: none;
}

html, body {
  font-family: 'EB Garamond', sans-serif;
  font-weight: normal;
  font-size: 16px;
  min-width: 320px;
  scroll-behavior: smooth;
  background-color: #EBECF1;
  height: 100vh;
  padding: env(safe-area-inset-top, 0) env(safe-area-inset-right, 0) env(safe-area-inset-bottom, 0) env(safe-area-inset-left, 0);
}

a {
  outline: none;
  text-decoration: none;
}

img {
  outline: none;
  max-width: 100%;
  border: none;
}

ul {
  list-style: none;
}

a:hover {
  text-decoration: none !important;
}

input[type="text"]::-webkit-input-placeholder {
  opacity: 1;
  transition: opacity 0.3s ease;
}

input[type="text"]::-moz-placeholder {
  opacity: 1;
  transition: opacity 0.3s ease;
}

input[type="text"]:-moz-placeholder {
  opacity: 1;
  transition: opacity 0.3s ease;
}

input[type="text"]:-ms-input-placeholder {
  opacity: 1;
  transition: opacity 0.3s ease;
}

input[type="text"]:focus::-webkit-input-placeholder {
  opacity: 0;
  transition: opacity 0.3s ease;
}

input[type="text"]:focus::-moz-placeholder {
  opacity: 0;
  transition: opacity 0.3s ease;
}

input[type="text"]:focus:-moz-placeholder {
  opacity: 0;
  transition: opacity 0.3s ease;
}

input[type="text"]:focus:-ms-input-placeholder {
  opacity: 0;
  transition: opacity 0.3s ease;
}

input[type="text"]::-moz-placeholder {
  color: #717171;
  font-size: 14px;
}

input[type="text"]::-webkit-input-placeholder {
  color: #717171;
  font-size: 14px;
}

input[type="text"]:-ms-input-placeholder {
  color: #717171;
  font-size: 14px;
}

.main {
  background: url('../images/bg.jpg') no-repeat top center;
  height: 100vh;
  max-width: 100%;
  width: 100%;
  align-content: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}

.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}

.light {
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
  background: url('../images/bgLight.png') no-repeat 0 38px;
  background-size: 100%;
  justify-content: center;
  align-content: center;
  height: 100vh;
}

.light img {
  max-width: 700px;
  width: 100%;
}

.light3 {
  background: url(../images/light3.png) no-repeat 0 0;
  background-size: cover;
  max-width: 800px;
  width: 100%;
  position: absolute;
  bottom: 0;
  right: 0;
  height: 670px;
}

.light2 {
  background: url(../images/light2.png) no-repeat 0 0;
  max-width: 717px;
  width: 100%;
  position: absolute;
  top: -180px;
  right: -90px;
  background-size: cover;
  height: 740px;
}

.light1 {
  background: url(../images/light3.png) no-repeat 0 0;
  background-size: cover;
  max-width: 700px;
  width: 100%;
  position: absolute;
  top: -150px;
  left: 0;
  height: 700px;
  transform: rotate(0);
}

/*#########
Start index
###########*/

.mainBlock {
  height: 100vh;
}

.bgFonHtml {
  background: url('../images/bg2.jpg') no-repeat top center fixed;
  background-size: cover;
  max-width: 100%;
  width: 100%;
}

.header {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
  justify-content: flex-end;
  position: relative;
  z-index: 1;
  padding-top: 7px;
}

.logo {
  width: 350px;
}

.header2 .logo {
  position: relative;
  left: 0;
  width: 250px;
}

.logo img {
  width: 100%;
  object-fit: cover;
}

.headerTop {
  justify-content: space-between;
  max-width: 732px;
  width: 100%;
  align-items: center;
}

.headerTop__phone {
  font: normal 500 25px 'EB Garamond', sans-serif;
  margin-top: 15px;
  color: #5d5d5d;
}

.nav {
  max-width: 100%;
  width: 100%;
  justify-content: space-between;
}

.nav li a .nav__title {
  color: #5D5D5D;
  font: normal normal 24px 'EB Garamond', sans-serif;
}

.catalogMenu2 li a .nav__title {
  color: #575757;
}

.contentBlock {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
  padding-top: 0;
  z-index: 1;
  height: 380px;
}

.contentBlock__title {
  color: #797763;
  font: normal normal 45px 'EB Garamond', sans-serif;
  text-transform: uppercase;
  max-width: 780px;
  width: 100%;
}

.navigation {
  position: absolute;
  max-width: 1200px;
  width: 100%;
  margin: 60px auto 0;
  left: 0;
  right: 0;
}

.next {
  position: absolute;
  right: 0;
  top: 5px
}

.contentBlock__paragraf {
  font: normal normal 32px 'EB Garamond', sans-serif;
  color: #797763;
  max-width: 600px;
  width: 100%;
  padding-top: 30px;
}

.contentBlock__paragraf_modif3 {
  font: normal normal 22px 'EB Garamond', sans-serif;
  color: #797763;
  max-width: 600px;
  width: 100%;
  padding-top: 30px;
  text-align: center;
  margin: 0 auto;
}

.delay {
  opacity: 0;
  animation: delayBlock 1s linear forwards;
  animation-delay: 4s;
}


@keyframes delayBlock {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.delay2 {
  opacity: 0;
  animation: delayBlock2 1s linear forwards;
  animation-delay: 3s;
}


@keyframes delayBlock2 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}


.nav__hover {
  display: block;
  width: 180px;
  height: 42px;
  opacity: 1;
  -webkit-transition: all, 0.5s;
  -moz-transition: all, 0.5s;
  -o-transition: all, 0.5s;
  transition: all, 0.5s;
  position: absolute;
}


.nav li a:hover .nav__hover {
  animation: hover 1s infinite;
  opacity: 1;
}


.nav li a {
  position: relative;
}

.mainBlock2 {
  background: #f8f8f8;
  padding-top: 0;
}

.bgFonColor {
  background: #f8f8f8;
  max-width: 100%;
  width: 100%;
}

.nav__hover2 {
  display: block;
  width: 100%;
  border-bottom: 1px solid #FFFFFF;
  margin-top: 10px;
  position: absolute;
  top: 0;
  height: 40px;
  opacity: 0;
  -webkit-transition: all, 0.5s;
  -moz-transition: all, 0.5s;
  -o-transition: all, 0.5s;
  transition: all, 0.5s;
}

.nav li a .nav__hover2:hover {
  opacity: 1;
}

.nav__hover2 img {
  width: 50px;
  position: absolute;
  top: 17px;
  left: -23px;
}

@keyframes hover2 {
  0% {
    left: -23px;
  }

  50% {
    left: 80%;
  }
}

.nav li a:hover .nav__hover2 img {
  animation: hover2 2s infinite;
  animation-timing-function: linear;
  opacity: 1;
}

.nav__hover3 {
  display: block;
  width: 100%;
  margin-top: 10px;
  position: absolute;
  top: 0;
  height: 40px;
  opacity: 0;
  -webkit-transition: all, 0.5s;
  -moz-transition: all, 0.5s;
  -o-transition: all, 0.5s;
  transition: all, 0.5s;
}

.nav__hover3 img {
  position: absolute;
  top: 13px;
  left: -30px;
}

@keyframes hover3 {
  0% {
    left: -31px;
  }

  50% {
    left: 60%;
  }
}


.nav li a .nav__hover3 {
  margin-top: -22px;
}

.nav li a:hover .nav__hover3 {
  opacity: 1;
}

@keyframes nav__hover_project {
  0% {
    left: -31px;
  }

  50% {
    left: 80%;
  }
}

.nav li a:hover .nav__hover_modif3 img {
  animation: nav__hover_project 3s infinite;
  animation-timing-function: linear;
  opacity: 1;
}


@keyframes nav__hover3_size {
  0% {
    left: -31px;
  }

  50% {
    left: 65%;
  }
}

.nav li a:hover .nav__hover3_size img {
  animation: nav__hover3_size 2s infinite;
  animation-timing-function: linear;
  opacity: 1;
}


@keyframes nav__hover_about {
  0% {
    left: -31px;
  }

  50% {
    left: 50%;
  }
}

.nav li a:hover .nav__hover3_about img {
  animation: nav__hover_about 2s infinite;
  animation-timing-function: linear;
  opacity: 1;
}

@keyframes nav__hover_contacts {
  0% {
    left: -31px;
  }

  50% {
    left: 60%;
  }
}

.nav li a:hover .nav__hover3_contacts img {
  animation: nav__hover_contacts 2s infinite;
  animation-timing-function: linear;
  opacity: 1;
}

@keyframes nav__hover_guarant {
  0% {
    left: -31px;
  }

  50% {
    left: 60%;
  }
}

.nav li a:hover .nav__hover3_guarant img {
  animation: nav__hover_guarant 2s infinite;
  animation-timing-function: linear;
  opacity: 1;
}

.nav li a .nav__hover3_about img {
  top: 19px;
}

.contentBlock__title_modif {
  text-align: center;
  margin: 0 auto;
}

.contentBlock__title_modif span {
  display: block;
  text-transform: none;
}

.contentBlock__paragraf_modif {
  text-align: center;
  width: 400px;
  margin: 0 auto;
}

.contentBlock .prev {
  position: absolute;
  left: -60px;
  transform: rotate(181deg);
}

.topMobil .prev {
  left: 0;
}

.flowplayer {
  height: 100%;
}

.chandeliers {
  max-width: 1230px;
  width: 100%;
  margin: 0 auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.chandeliers__img {
  position: relative;
  left: -200px;
}

.chandeliers__img2 {
  position: absolute;
  left: -43px;
}

.chandeliers__img4,
.chandeliers__img3 {
  position: absolute;
  right: -220px;
}

.chandeliers__img4 {
  right: -98px;
}

@keyframes down {
  0% {
    top: -250px;
  }

  100% {
    top: 0;
  }
}

.chandeliers__img {
  animation: down 1s;
}

@keyframes down2 {
  0% {
    top: -250px;
  }

  100% {
    top: 0;
  }
}


.chandeliers__img2 {
  animation: down2 2s;
}


@keyframes down3 {
  0% {
    top: -250px;
  }

  100% {
    top: 0;
  }
}


.chandeliers__img3 {
  animation: down3 1.5s;
}

@keyframes down4 {
  0% {
    top: -250px;
  }

  100% {
    top: 0;
  }
}


.chandeliers__img4 {
  animation: down4 2s;
}

.mainBlock3 {
  overflow: hidden;
  padding-top: 0;
}

.mainBlock3:before {
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  background-color: transparent;
  z-index: 1;
}

.contentBlock__paragraf_modif2 {
  max-width: 560px;
}

.ourBtn {
  position: relative;
  justify-content: center;
  align-items: center;
  width: 230px;
  height: 60px;
  background: linear-gradient(90deg, #AF9385 0%, #D5BCAE 24.66%, #D8C0B2 49.31%, #C7AB9E 79.33%, #B39789 102.91%),
  linear-gradient(0deg, #FFFFFF, #FFFFFF);
  margin-top: 40px;
  -webkit-transition: all, 0.5s;
  -moz-transition: all, 0.5s;
  -o-transition: all, 0.5s;
  transition: all, 0.5s;
}

.ourBtn span {
  font: normal normal 22px 'EB Garamond', sans-serif;
  color: #797763;
  background-color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  width: 226px;
  height: 56px;
  -webkit-transition: all, 0.5s;
  -moz-transition: all, 0.5s;
  -o-transition: all, 0.5s;
  transition: all, 0.5s;
}

.ourBtn:hover span {
  background: #ecd0c2;
}

.popupOur {
  max-width: 680px !important;
  width: 100% !important;
  box-shadow: 4px 4px 15px rgba(0, 0, 0, 0.18)
}

.fancybox-is-open .fancybox-bg {
  opacity: 0 !important;
}

.popupOurForm {
  max-width: 590px !important;
  width: 100% !important;
  margin: 0 auto;
  align-items: center;
  justify-content: space-between;
}

.popupOurFormLeft {
  max-width: 370px;
  width: 100%;
}

.popupOurFormLeft__input {
  background: linear-gradient(90deg, #AF9385 0%, #D5BCAE 24.66%, #D8C0B2 49.31%, #C7AB9E 79.33%, #B39789 102.91%),
  linear-gradient(0deg, #FFFFFF, #FFFFFF);
  max-width: 370px;
  width: 100%;
  height: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  margin-bottom: 13px;
}

.popupOurFormLeft input {
  background-color: #fff;
  border: none;
  max-width: 366px;
  width: 100%;
  height: 26px;
  padding-left: 10px;
  padding-right: 10px;
  color: rgba(121, 119, 99, 0.6);
  font: normal normal 16px 'EB Garamond', sans-serif;
}

.popupOurFormLeft input[type="text"]::-moz-placeholder {
  color: rgba(121, 119, 99, 0.6);
  font: normal normal 16px 'EB Garamond', sans-serif;
}

.popupOurFormLeft input[type="text"]::-webkit-input-placeholder {
  color: rgba(121, 119, 99, 0.6);
  font: normal normal 16px 'EB Garamond', sans-serif;
}

.popupOurFormLeft input[type="text"]:-ms-input-placeholder {
  color: rgba(121, 119, 99, 0.6);
  font: normal normal 16px 'EB Garamond', sans-serif;
}

.popupOurFormLeft__input_modif {
  height: 71px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}

.popupOurFormLeft__input textarea {
  height: 67px;
  max-width: 366px;
  width: 100%;
  resize: none;
  border: none;
  padding: 7px 10px;
  color: rgba(121, 119, 99, 0.6);
}

.popupOurFormLeft__input textarea::-moz-placeholder {
  color: rgba(121, 119, 99, 0.6);
  font: normal normal 16px 'EB Garamond', sans-serif;
}

.popupOurFormLeft__input textarea::-webkit-input-placeholder {
  color: rgba(121, 119, 99, 0.6);
  font: normal normal 16px 'EB Garamond', sans-serif;
}

.popupOurFormLeft__input textarea:-ms-input-placeholder {
  color: rgba(121, 119, 99, 0.6);
  font: normal normal 16px 'EB Garamond', sans-serif;
}

.popupOurFormLeft__file {
  position: relative;
  justify-content: flex-end;
}

.popupOurFormLeft__title {
  color: rgba(121, 119, 99, 0.6);
  font: normal normal 16px 'EB Garamond', sans-serif;
  position: relative;
  z-index: 1;
  align-items: center;
}

.popupOurFormLeft__file input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 2;
  cursor: pointer;
}

.dateCheckbox .blockCheckbox {
  display: block;
  position: relative;
  cursor: pointer;
  user-select: none;
}

.dateCheckbox .blockCheckbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.dateCheckbox .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 16px;
  width: 16px;
  background-color: #FFFFFF;
  border: 1px solid #1F1F1F;
  border-radius: 5px;
}

.dateCheckbox .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.dateCheckbox .blockCheckbox input:checked ~ .checkmark:after {
  display: block;
}

.dateCheckbox .blockCheckbox .checkmark:after {
  left: 4px;
  top: 1px;
  width: 4px;
  height: 8px;
  border: solid black;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.dateCheckbox .blockCheckbox span {
  color: rgba(121, 119, 99, .6);
  font: normal normal 14px 'EB Garamond', sans-serif;
  margin: 5px 0 0 0;
}

.dateCheckbox .blockCheckbox span a {
  color: rgba(121, 119, 99, .6);
  font: normal normal 14px 'EB Garamond', sans-serif;
  display: inline-block;
}

.dateCheckbox .blockCheckbox span a:after {
  content: "";
  display: block;
  border-bottom: 1px solid rgba(121, 119, 99, .6);
  width: 90%;
  margin: 0 auto;
}

.dateCheckbox__title {
  padding: 0 0 0 25px;
}

.popupOurForm .popupOurFormRight {
  width: 190px;
}

.popupOur .popupOurFormRight__btn {
  width: 190px;
  height: 50px;
  justify-content: center;
  align-items: center;
  background: linear-gradient(90deg, #AF9385 0%, #D5BCAE 24.66%, #D8C0B2 49.31%, #C7AB9E 79.33%, #B39789 102.91%),
  linear-gradient(0deg, #FFFFFF, #FFFFFF);
  margin-top: 85px;
}

.popupItem2 .popupOurFormRight__btn:before,
.popupItem .popupOurFormRight__btn:before,
.popupOur .popupOurFormRight__btn:before {
  content: "";
  background: url('../images/lamp.svg') no-repeat center;
  display: block;
  width: 127px;
  height: 161px;
  position: absolute;
  top: 35px;
  -webkit-transition: all, 0.5s;
  -moz-transition: all, 0.5s;
  -o-transition: all, 0.5s;
  transition: all, 0.5s;
}

.popupItem2 .popupOurFormRight__btn:hover:before,
.popupItem .popupOurFormRight__btn:hover:before,
.popupOur .popupOurFormRight__btn:hover:before {
  background: url('../images/lampHover.svg') no-repeat center;
}

.popupOurFormRight__btn span {
  font: normal normal 16px 'EB Garamond', sans-serif;
  color: #797763;
  background-color: #B8B490;
  width: 186px;
  height: 46px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -webkit-transition: all, 0.5s;
  -moz-transition: all, 0.5s;
  -o-transition: all, 0.5s;
  transition: all, 0.5s;
}

.popupOurFormRight__btn:hover span {
  background-color: #FFFFFF;
}

.contentBlock.active {
  opacity: 0;
  -webkit-transition: all, 0.5s;
  -moz-transition: all, 0.5s;
  -o-transition: all, 0.5s;
  transition: all, 0.5s;
}

.coubs {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.coubs__item-1 {
  background: url('../images/cubs.png') no-repeat top center;
  width: 63px;
  height: 61px;
  position: absolute;
  bottom: 233px;
  left: 253px;
}

.coubs__item-2 {
  background: url('../images/cubs2.png') no-repeat top center;
  width: 63px;
  height: 61px;
  position: absolute;
  bottom: 136px;
  left: 373px;
}

.coubs__item-3 {
  background: url('../images/cubs3.png') no-repeat top center;
  width: 63px;
  height: 61px;
  position: absolute;
  bottom: 60px;
  left: 488px;
}

.coubs__item-4 {
  background: url('../images/cubs4.png') no-repeat top center;
  width: 63px;
  height: 61px;
  position: absolute;
  bottom: 184px;
  left: 694px;
}

.coubs__item-5 {
  background: url('../images/cubs5.png') no-repeat top center;
  width: 63px;
  height: 61px;
  position: absolute;
  bottom: 112px;
  left: 795px;
}

.coubs__item-6 {
  background: url('../images/cubs6.png') no-repeat top center;
  width: 63px;
  height: 61px;
  position: absolute;
  bottom: 122px;
  left: 902px;
}

.coubs__item-7 {
  background: url('../images/cubs7.png') no-repeat top center;
  width: 63px;
  height: 61px;
  position: absolute;
  bottom: 46px;
  left: 931px;
}

.coubs__item-8 {
  background: url('../images/cubs8.png') no-repeat top center;
  width: 63px;
  height: 61px;
  position: absolute;
  bottom: 20px;
  left: 1670px;
}

.coubs__item-9 {
  background: url('../images/cubs9.png') no-repeat top center;
  width: 63px;
  height: 61px;
  position: absolute;
  bottom: 109px;
  left: 1490px;
}

.coubs__item-10 {
  background: url('../images/cubs10.png') no-repeat top center;
  width: 63px;
  height: 61px;
  position: absolute;
  bottom: 207px;
  left: 1490px;
}

.coubs__item-11 {
  background: url('../images/cubs11.png') no-repeat top center;
  width: 63px;
  height: 61px;
  position: absolute;
  bottom: 443px;
  left: 1584px;
}

.coubs__item-12 {
  background: url('../images/cubs12.png') no-repeat top center;
  width: 63px;
  height: 61px;
  position: absolute;
  bottom: 557px;
  left: 1625px;
}

.coubs__item-13 {
  background: url('../images/cubs13.png') no-repeat top center;
  width: 63px;
  height: 61px;
  position: absolute;
  bottom: 724px;
  left: 94%;
}

.mainBlock3 {
  background: none;
}

.mainBlock3 video {
  position: absolute;
  top: 0;
  overflow: hidden;
  height: 100vh;
  width: 100vw;
  object-fit: cover;
}


.mainBlock3 .header {
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.contentBlock3 {
  position: absolute;
  top: 300px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.lightRoute {
  background: url('../images/starRoute.png') no-repeat center;
  background-size: contain;
  position: absolute;
  width: 962px;
  height: 1005px;
  margin: 0 0 0 -6px;
}

.nav__hover4 {
  display: block;
  width: 100%;
  border-bottom: 1px solid #FFFFFF;
  margin-top: 10px;
  position: absolute;
  top: 0;
  height: 40px;
  opacity: 0;
  -webkit-transition: all, 0.5s;
  -moz-transition: all, 0.5s;
  -o-transition: all, 0.5s;
  transition: all, 0.5s;
}

.nav__hover4 img {
  position: absolute;
  top: 19px;
  left: -24px;
}

@keyframes hover4 {
  0% {
    left: -24px;
  }

  50% {
    left: 80%;
  }
}

.nav li a:hover .nav__hover4 img {
  animation: hover4 2s infinite;
  animation-timing-function: linear;
  opacity: 1;
}

.nav li a:hover .nav__hover4 {
  opacity: 1;
}

.ourBtn__star {
  position: absolute;
  left: -34px;
  bottom: -27px;
  -webkit-transition: all, 0.5s;
  -moz-transition: all, 0.5s;
  -o-transition: all, 0.5s;
  transition: all, 0.5s;
  opacity: 0;
}

@keyframes star {
  0% {
    left: -34px;
  }

  50% {
    left: 80%;
  }
}

.ourBtn:hover .ourBtn__star {
  animation: star 2s infinite;
  animation-timing-function: linear;
  opacity: 1;
}


/*
Start mainBlockContent
*/
.bread {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
  padding-top: 60px;
}

.bread li a {
  font: normal normal 18px 'EB Garamond', sans-serif;
  color: #CABF99;
}

.bread li span {
  font: normal normal 18px 'EB Garamond', sans-serif;
  color: #797763;
}

.bread li a:after {
  content: " / ";
  font: normal normal 18px 'EB Garamond', sans-serif;
  color: #CABF99;
  padding-left: 2px;
  padding-right: 5px;
}

.ourHistory {
  max-width: 850px;
  width: 100%;
  margin: 0 auto;
  padding-top: 50px;
}

.ourHistory__title {
  text-transform: uppercase;
  font: normal normal 32px 'EB Garamond', sans-serif;
  color: #797763;
}

.ourHistory__paragraf {
  font: normal normal 20px 'EB Garamond', sans-serif;
  line-height: 30px;
  color: #797763;
  padding-top: 15px;
  width: 100%;
}

.youtube {
  max-width: 1280px;
  width: 100%;
  height: 730px;
  margin: 80px auto 0;
}

.youtube iframe {
  width: 100%;
  height: 100%;
}

.ourDirections {
  max-width: 820px;
  width: 100%;
  margin: 80px auto 0;
}

.ourDirectionsIn {
  margin: 0 auto;
}

.ourDirectionsIn__title {
  font: normal normal 20px 'EB Garamond', sans-serif;
  color: #797763;
  text-align: center;
}

.ourDirectionsList {
  margin: 0 auto;
  width: 100%;
  padding-top: 10px;
}

.ourDirectionsList li {
  text-align: center;
  padding-bottom: 10px;
}

.ourDirectionsList li a span {
  text-transform: uppercase;
  color: #797763;
  font: normal normal 32px 'EB Garamond', sans-serif;
  -webkit-transition: all, 0.5s;
  -moz-transition: all, 0.5s;
  -o-transition: all, 0.5s;
  transition: all, 0.5s;
  border-bottom: 1px solid transparent;
}

.ourDirectionsList li a:hover span {
  border-bottom: 1px solid #797763;
}

.ourDirectionsContent__text {
  font: normal normal 20px 'EB Garamond', sans-serif;
  color: #797763;
  display: block;
  text-align: center;
}

.ourDirectionsContent {
  margin-top: 75px;
  justify-content: space-between;
}

.ourDirectionsContent__img {
  display: block;
  margin: 0 auto 30px;
  height: 130px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  justify-content: flex-end;
  align-items: center;
  flex-direction: column;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}

.ourDescription {
  max-width: 690px;
  width: 100%;
  margin: 0 auto;
  padding-top: 170px;
}

.ourDescription__paragraf {
  color: #797763;
  font: normal normal 20px 'EB Garamond', sans-serif;
  line-height: 26px;
  margin-bottom: 30px;
}

.ourDescription__paragraf span {
  color: #797763;
  font: normal bold 20px 'EB Garamond', sans-serif;
}

.ourHrefList {
  max-width: 830px;
  width: 100%;
  margin: 0 auto;
  padding-top: 70px;
  justify-content: space-between;
}

.ourHrefList li {
  max-width: 240px;
  width: 100%;
  margin-bottom: 28px;
}

.ourHrefList li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  max-width: 240px;
  width: 100%;
  height: 63px;
  margin-top: 0;
}

.ourHrefList li a span {
  font: normal normal 18px 'EB Garamond', sans-serif;
  color: #797763;
  text-align: center;
  padding: 0 10px;
  height: 59px;
  width: 236px;
  -webkit-transition: all, 0.5s;
  -moz-transition: all, 0.5s;
  -o-transition: all, 0.5s;
  transition: all, 0.5s;
}

.ourHrefList li a:hover span {
  background: #EEEAD2;
}


.ourWe {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  padding-top: 160px;
  position: relative;
}

.ourWe__title {
  text-align: center;
  color: #797763;
  font: normal normal 32px 'EB Garamond', sans-serif;
  display: block;
  margin-bottom: 40px;
}

.ourWeContent {
  background: rgba(0, 0, 0, 0.5);
  padding: 35px 0;
  position: absolute;
  bottom: 6px;
  z-index: 1;
  width: 100%;
}

.ourWeContentIn {
  max-width: 650px;
  width: 100%;
  margin: 0 auto;
}

.ourWeContentIn__text {
  color: #FFFFFF;
  font: normal normal 20px 'EB Garamond', sans-serif;
  line-height: 27px;
  padding-bottom: 20px;
}

.ourWeContentIn__text:last-of-type {
  padding-bottom: 0;
}

.ourAdvantages {
  max-width: 660px;
  width: 100%;
  margin: 40px auto;
  background: url('../images/bg4.svg') no-repeat top center;
  height: 820px;
}

.ourAdvantagesContent {
  position: relative;
  max-width: 550px;
  width: 100%;
}

.ourAdvantagesItem {
  width: 130px;
  position: absolute;
  top: 530px;
  left: 60px;
}

.ourAdvantagesItem__title {
  color: #797763;
  font: normal bold 20px 'EB Garamond', sans-serif;
  text-align: center;
}

.ourAdvantagesItem__paragraf {
  text-align: center;
  color: #797763;
  font: normal normal 16px 'EB Garamond', sans-serif;
  padding-top: 10px;
}

.ourAdvantagesItem__paragraf span {
  color: #797763;
  font: normal bold 22px 'EB Garamond', sans-serif;
}

.ourAdvantagesItem2 {
  top: 335px;
  left: 255px;
  width: 170px;
}

.ourAdvantagesItem3 {
  top: 620px;
  left: 430px;
  width: 170px;
}

.ourAdvantagesItem3__line {
  border: none;
  border-bottom: 1px solid #797763;
  width: 150px;
  margin: 10px auto 0;
}

.ourСooperate {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  align-items: center;
  justify-content: space-between;
  padding-top: 80px;
}

.ourСooperateLeft {
  max-width: 650px;
  width: 100%;
}

.ourСooperate__title {
  font: normal normal 32px 'EB Garamond', sans-serif;
  color: #797763;
  text-transform: uppercase;
}

.ourСooperate__text {
  font: normal normal 20px 'EB Garamond', sans-serif;
  color: #797763;
  line-height: 27px;
  padding-top: 20px;
}

.ourСooperateRight {
  max-width: 415px;
  width: 100%;
}

.btnBlock {
  width: 240px;
  height: 60px;
  background: linear-gradient(90deg, #AF9385 0%, #D5BCAE 24.66%, #D8C0B2 49.31%, #C7AB9E 79.33%, #B39789 102.91%), linear-gradient(0deg, #FFFFFF, #FFFFFF);
  align-items: center;
  justify-content: center;
  margin-top: 40px;
}

.btnBlock span {
  font: normal normal 20px 'EB Garamond', sans-serif;
  color: #797763;
  background-color: #EBECF1;
  height: 58px;
  width: 238px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -webkit-transition: all, 0.5s;
  -moz-transition: all, 0.5s;
  -o-transition: all, 0.5s;
  transition: all, 0.5s;
}

.btnBlock:hover span {
  background: #EEEAD2;
}

.footer {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
  padding-top: 160px;
}

.footerTop {
  max-width: 100%;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}

.footerList {
  max-width: 460px;
  width: 100%;
  justify-content: flex-end;
}

.footerList li a {
  font: normal 500 25px 'EB Garamond', sans-serif;
  margin-top: 15px;
  color: #797763;
}

.footerList li {
  margin-left: 20px;
}

.footerCenter {
  max-width: 100%;
  width: 100%;
  justify-content: flex-end;
}

.footerCenterList {
  width: 130px;
  align-items: center;
  justify-content: space-between;
}

.footer__line {
  border: none;
  border-bottom: 1px solid #797763;
  margin: 30px 0;
}

.footerBottom {
  padding-bottom: 50px;
  justify-content: space-between;
  align-items: center;
}

.footerBottom a {
  font: normal normal 23px 'EB Garamond', sans-serif;
  color: #797763;
}

.footerBottom span {
  font: normal normal 23px 'EB Garamond', sans-serif;
  color: #797763;
}

.aboutSwipe {
  margin-top: 50px;
}

.aboutSwipe .swiper-slide img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}

.service {
  max-width: 600px;
  width: 100%;
  margin: 0 auto;
  padding-top: 45px;
}

.service__title {
  color: #797763;
  font: normal normal 20px 'EB Garamond', sans-serif;
  text-align: center;
  line-height: 27px;
}

.service__title span {
  text-transform: uppercase;
}

.service__h2 {
  font: normal normal 32px 'EB Garamond', sans-serif;
  color: #797763;
  padding-top: 50px;
  text-align: center;
}

.serviceList {
  margin-top: 70px;
  justify-content: space-between;
}

.serviceList li {
  max-width: 45%;
  width: 100%;
  margin-bottom: 45px;
}

.serviceList__img {
  height: 125px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}

.serviceList__paragraf {
  color: #797763;
  font: normal normal 20px 'EB Garamond', sans-serif;
  line-height: 25px;
  text-align: center;
  padding-top: 20px;
}

.serviceList__paragraf span {
  color: #797763;
  font: normal bold 20px 'EB Garamond', sans-serif;
}

.headerRight {
  max-width: 765px;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}

.headerRightMenu {
  max-width: 100%;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  margin-top: 0;
}

.headerIn {
  justify-content: space-between;
  align-items: center;
}

.headerRightMenu li a span.nav__title {
  color: #797763;
  font: normal normal 24px 'EB Garamond', sans-serif;
}

.sectionSwipe {
  max-width: 1280px;
  width: 100%;
  margin: 50px auto 0;
  position: relative;
  height: 600px;
}

.sectionSwipe > img {
  height: 600px;
  margin: 0 auto;
  display: block;
}

.swiper-button-prev,
.swiper-button-next {
  top: 30px !important;
  width: 40px !important;
  height: 40px !important;
  background: rgba(255, 255, 255, 0.4);
  border-radius: 100px;
}

.swiper-button-prev:after,
.swiper-button-next:after {
  font-size: 15px !important;
  color: #383830;
}

.photoSlider {
  max-width: 850px;
  width: 100%;
  margin: 60px auto 0;
  position: relative;
}

.photoSlider__title {
  color: #797763;
  font: normal normal 20px 'EB Garamond', sans-serif;
}

.photoSliderSwipe {
  margin-top: 20px;
}

.swiper-pagination {
  bottom: -40px !important;
}

.swiper-pagination-bullet {
  width: 40px !important;
  height: 2px !important;
  background: #CABF99 !important;
  opacity: 1 !important;
  cursor: pointer;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #797763 !important;
}

.photoSliderSwipe .swiper-slide img {
  height: 230px;
  object-fit: cover;
}

.sectionSwipe .swiper-slide img {
  height: 720px;
  width: 100%;
  object-fit: cover;
}

.lightSection {
  max-width: 1280px;
  width: 100%;
  margin: 50px auto 0;
  position: relative;
}

.lightSectionContent {
  position: absolute;
  z-index: 1000;
  top: 190px;
  left: 0;
  background: #FFFFFF;
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.25);
  padding: 33px 75px;
  -webkit-transition: all, 0.5s;
  -moz-transition: all, 0.5s;
  -o-transition: all, 0.5s;
  transition: all, 0.5s;
  opacity: 0;
}

.lightSection__title {
  font: normal normal 32px 'EB Garamond', sans-serif;
  color: #CABF99;
}

.lightSection__title2 {
  font: normal 700 20px 'EB Garamond', sans-serif;
  color: #CABF99;
  padding-top: 20px;
  padding-bottom: 5px;
}

.lightSectionList li {
  padding-bottom: 5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}

.lightSectionList li span {
  font: normal normal 20px 'EB Garamond', sans-serif;
  color: #CABF99;
}

.lightSectionList li:before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background-color: #CABF99;
  border-radius: 50px;
  margin-right: 10px;
}

.lightBtn2,
.lightBtn {
  background: url('../images/light6.svg') no-repeat center;
  width: 230px;
  height: 280px;
  position: absolute;
  bottom: -95px;
  cursor: pointer;
}

.lightBtn2 {
  display: none;
}

.lightBtn:hover {
  background: url('../images/light7.svg') no-repeat center;
  left: -3px;
}

.lightBtn:hover + .lightSectionContent {
  opacity: 1;
}

.contacts {
  max-width: 830px;
  width: 100%;
  margin: 130px auto 0;
  border-top: 1px solid #797763;
}

.contacts__title {
  text-align: center;
  color: #797763;
  font: normal normal 20px 'EB Garamond', sans-serif;
  padding-top: 50px;
}

.contactsList {
  justify-content: space-between;
  padding-top: 40px;
}

.contactsList li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}

.contactsList li span {
  font: normal normal 20px 'EB Garamond', sans-serif;
  color: #797763;
  padding-left: 15px;
}

.contactsInfo {
  max-width: 320px;
  width: 100%;
  margin: 0 auto;
  padding-top: 40px;
}

.contactsInfo__title {
  text-transform: uppercase;
  color: #797763;
  font: normal normal 32px 'EB Garamond', sans-serif;
  text-align: center;
}

.contactsInfoList {
  margin-top: 30px;
  margin-left: 30px;
}

.contactsInfoList li a {
  color: #797763;
  font: normal normal 22px 'EB Garamond', sans-serif;
  align-items: center;
}

.contactsInfoList__phone:before {
  content: "";
  display: block;
  background: url('../images/icon4.svg') no-repeat center;
  width: 44px;
  height: 44px;
  margin-right: 30px;
}

.contactsInfoList__email:before {
  content: "";
  display: block;
  background: url('../images/icon5.svg') no-repeat center;
  width: 44px;
  height: 44px;
  margin-right: 30px;
}

.contactsInfoList li {
  margin-bottom: 20px;
}

.cooperation__title {
  font: normal normal 32px 'EB Garamond', sans-serif;
  color: #797763;
}

.cooperationIn {
  max-width: 1106px;
  width: 100%;
  margin: 0 auto;
  justify-content: space-between;
  align-items: flex-start;
}

.cooperation__paragraf {
  color: #797763;
  font: normal normal 20px 'EB Garamond', sans-serif;
  padding-top: 20px;
}

.cooperationRight {
  max-width: 490px;
  width: 100%;
  position: relative;
}

.cooperationLeft {
  max-width: 495px;
  width: 100%;
}

.cooperationLeft .popupOurForm {
  margin-top: 40px;
}

.cooperationLeft .popupOurForm .popupOurFormLeft__file {
  justify-content: flex-start;
}

.cooperationLeft .popupOurForm .dateCheckbox {
  margin: 15px 0 35px;
}

.popupOurFormRight {
  width: 365px;
  justify-content: center;
}

.popupOurFormLeft__input.mistake {
  background: none;
}

.popupOurFormLeft__input.mistake input {
  border: 2px solid red;
  height: 30px;
}

.mistake__span {
  color: red;
  margin-bottom: 5px;
  display: block;
  position: relative;
  top: -5px;
}

.mistake input[type="text"]::-moz-placeholder {
  color: red;
}

.mistake input[type="text"]::-webkit-input-placeholder {
  color: red;
}

.mistake input[type="text"]:-ms-input-placeholder {
  color: red;
}

.prevPage:before,
.nextPage:before {
  content: "";
  border: 2px solid #5d5d5d;
  border-top: none;
  border-left: none;
  transform: rotate(316deg);
  width: 45px;
  height: 45px;
  display: block;
}

.prevPage {
  left: -47px;
}

.prevPage:before {
  transform: rotate(135deg);
}

.footerCatalog {
  background: #D5E0E8;
}

.footerCatalogIn {
  position: relative;
  z-index: 10;
}

.footerCatalogIn .footer {
  padding-top: 20px;
}

.footerCatalogIn .footerList li a {
  color: #38464F;
}

.footerCatalogIn .nav li a .nav__hover3 {
  color: #38464F;
}

.footerCatalogIn .footerBottom a {
  color: #38464F;
}

.footerCatalogIn .footerBottom span {
  color: #38464F;
}

.contentCatalog {
  max-width: 1020px;
  width: 100%;
  margin: 50px auto 0;
}

.catalogTitle {
  max-width: 560px;
  width: 100%;
  margin: 0 auto;
}

.catalogTitle__ttile {
  text-transform: uppercase;
  color: #416983;
  font: normal normal 32px 'EB Garamond', sans-serif;
  text-align: center;
}

.catalogTitle2 .catalogTitle__ttile {
  color: #000000;
}

.catalogTitle__paragraf {
  color: #416983;
  font: normal normal 20px 'EB Garamond', sans-serif;
  max-width: 410px;
  width: 100%;
  text-align: center;
  margin: 15px auto;
}

.catalogTop {
  max-width: 100%;
  width: 100%;
  justify-content: space-between;
  align-items: flex-end;
}

.catalogBread {
  margin-top: 50px;
  max-width: 860px;
  width: 100%;
}

.catalogBread li span,
.catalogBread li a {
  color: #416983;
  font: normal normal 18px 'EB Garamond', sans-serif;
}

.catalogBread li a:after {
  content: " / ";
  color: #416983;
  font: normal normal 18px 'EB Garamond', sans-serif;
  margin: 0 5px;
}

.catalogTop__rezult {
  color: #416983;
  font: normal normal 18px 'EB Garamond', sans-serif;
  position: relative;
  top: 20px;
}

.catalogContentBlock {
  margin-top: 50px;
}

.catalogContentBlockItem {
  max-width: 320px;
  width: 100%;
  margin-right: 30px;
  margin-bottom: 60px;
}

.catalogContentBlockItem__img {
  background-color: #fff;
  -webkit-transition: all, 0.5s;
  -moz-transition: all, 0.5s;
  -o-transition: all, 0.5s;
  transition: all, 0.5s;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  border: 1px solid #84ADC8;
  height: 250px;
  max-width: 320px;
  width: 100%;
}

.catalogContentBlockItem__title {
  text-align: center;
  color: #416983;
  font: normal normal 18px 'EB Garamond', sans-serif;
  display: block;
  margin-top: 25px;
}

.catalogContentBlockItem__href:hover .catalogContentBlockItem__img {
  box-shadow: 0 0 20px rgba(0, 0, 0, .2);
}

.catalogContentBlockItem:nth-child(3n+3) {
  margin-right: 0;
}


.catalogBg {
  background-color: #fff;
}

.bgFon {
  margin-top: 10px;
  height: 580px;
  max-width: 100%;
  width: 100%;
  background: url('../images/bg5.jpg') no-repeat top center;
  background-size: cover;
  position: relative;
  animation: moveObject .5ms linear forwards;
  animation-delay: 1s;
}

@keyframes moveObject {
  0% {
    background: url('../images/bg5.jpg') no-repeat top center;
    background-size: cover;
  }
  100% {
    background: url('../images/bg6.jpg') no-repeat top center;
    background-size: cover;
  }
}

.headerCatalog {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
  padding-top: 7px;
  align-items: center;
  justify-content: space-between;
}

.catalogMenu {
  max-width: 75%;
  width: 100%;
  justify-content: space-between;
  margin-top: 0;
}

.catalogMenu.nav li a .nav__hover3 {
  margin-top: -14px;
}

.catalogMenu li a {
  color: #416983;
  font: normal normal 24px 'EB Garamond', sans-serif;
}

.catalogTitle2 {
  max-width: 710px;
  width: 100%;
}

.catalogTitle2 .catalogTitle__paragraf {
  max-width: 100%;
  text-align: justify;
}

.catalogBread2 {
  margin-top: 0;
  margin-bottom: 40px;
}

.paginationBlock {
  max-width: 1020px;
  width: 100%;
  justify-content: flex-end;
  margin-bottom: 80px;
}

.paginationList {
  justify-content: space-between;
  max-width: 380px;
  width: 100%;
  align-items: center;
}

.paginationList li a {
  color: #A0C2D9;
  font: normal normal 22px 'EB Garamond', sans-serif;
}

.paginationList li a.active {
  color: #416983;
}

.headerGradient {
  background: linear-gradient(90deg, #2D4657 0%, #557B93 100%);
  background-size: cover;
  height: 100px;
}

.headerGradient .catalogMenu li a {
  color: #FFFFFF;
}

.catalogBread3 {
  margin-top: 90px;
  margin-bottom: 50px;
}

.typeContent {
  max-width: 930px;
  width: 100%;
  margin: 0 auto;
  justify-content: space-between;
  align-items: center;
}

.typeIng {
  align-items: center;
  justify-content: center;
  max-width: 320px;
  width: 100%;
  height: 250px;
}

.typeBlock__title {
  color: #416983;
  font: normal normal 32px 'EB Garamond', sans-serif;
}

.typeContent2 .typeBlock__title {
  color: #000;
}

.typeBlock {
  max-width: 490px;
  width: 100%;
}

.typeBlock__paragraf {
  color: #416983;
  font: normal normal 18px 'EB Garamond', sans-serif;
  padding-top: 10px;
}

.typeBlockItem {
  max-width: 320px;
  width: 100%;
  height: 85px;
  overflow: hidden;
  border: 1px solid #A0C2D9;
  padding: 18px 0;
  justify-content: center;
  align-items: center;
  margin-right: 30px;
  margin-bottom: 65px;
  -webkit-transition: all, 0.5s;
  -moz-transition: all, 0.5s;
  -o-transition: all, 0.5s;
  transition: all, 0.5s;
  background-color: #fff;
}

.typeBlockContnet {
  margin-top: 80px;
}

.typeBlockItem span {
  display: block;
  text-align: center;
  color: #416983;
  font: normal normal 18px 'EB Garamond', sans-serif;
  width: 100%;
}

.typeBlockItem:nth-child(3n+3) {
  margin-right: 0;
}

.typeBlockItem:hover {
  transform: scale(1.3);
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.1);
}

.tab-container .etabs li a {
  font: normal normal 18px 'EB Garamond', sans-serif;
  color: #416983;
}

.tabList {
  margin-top: 20px;
}

.tabList li {
  padding-bottom: 5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}

.tabList li span {
  font: normal normal 18px 'EB Garamond', sans-serif;
  color: #416983;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}

.tab-container .etabs li a.active {
  color: #38464F;
  border-bottom: 1px solid #38464F;
  padding-bottom: 3px;
}

.tab-container .etabs li {
  margin-right: 20px;
}

.typeIng2 {
  max-width: 400px;
  width: 100%;
  align-items: center;
}

.typeIng2 img {
  object-fit: cover;
}

.tabList li:before {
  content: "";
  display: block;
  border: 3px solid transparent;
  border-left: 3px solid #416983;
  margin-right: 5px;
}

.tab-container2 .tabList li:before {
  border-left: 3px solid #CABF99;
}

.tab-container3 .tabList li:before {
  border-left: 3px solid #A3A3A3;
}

.tab-container {
  margin-top: 50px;
}

.typeContent2 {
  align-items: flex-start;
  margin-top: 50px;
}

.filterSortingCheckbox__title,
.filter__title {
  color: #416983;
  font: normal normal 18px 'EB Garamond', sans-serif;
}

.filterSorting .catalogTop__rezult {
  top: 0;
  color: #000 !important;
}

.filterBlock {
  width: 100%;
  margin-top: 50px;
}

.filterSorting {
  width: 100%;
  justify-content: flex-end;
  margin-top: 40px;
  position: relative;
  z-index: 20;
}

.filterSortingIn {
  max-width: 1020px;
  width: 100%;
  justify-content: flex-end;
  position: relative;
  top: -26px;
}

.filterSetting.active + .filterSortingIn {
  position: relative;
  top: 50px;
}

.filterSortingCheckbox .blockCheckbox {
  display: block;
  position: relative;
  margin-bottom: 12px;
  cursor: pointer;
  font: normal normal 18px 'EB Garamond', sans-serif;
  color: #416983;
  user-select: none;
}

.filterSortingCheckbox .blockCheckbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.filterSortingCheckbox .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.filterSortingCheckbox .blockCheckbox input:checked ~ .checkmark {
  color: #416983;
  font: normal bold 18px 'EB Garamond', sans-serif;
  border-bottom: 1px solid;
}

.filterSortingRadio {
  width: 100px;
  justify-content: space-between;
}

.filterSortingCheckbox {
  max-width: 240px;
  width: 100%;
  justify-content: space-between;
  margin-right: 40px;
}

.filterSetting {
  width: 100%;
  margin-top: 20px;
  display: none;
}

.filterSetting.active {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}

.filterSettingPrice__title {
  color: #416983;
  font: normal normal 18px 'EB Garamond', sans-serif;
}


.example-val {
  overflow: hidden;
  color: #416983 !important;
  font: normal normal 14px 'EB Garamond', sans-serif;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  background-color: #ECECEC;
  border: 1px solid #000000;
  width: 80px;
  height: 30px;
}

.rangeSliderPrice {
  font-weight: bold;
  color: #FFFFFF;
  font-size: 13px;
  position: relative;
  top: -10px;
}

.rangeSliderPrice span {
  color: #20c063;
  padding: 0 3px;
}

.filterRange {
  position: relative;
  top: 0;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  flex-basis: 320px;
  max-width: 320px;
  width: 100%;
  margin: 10% auto 0;
}

.filterSettingPrice {
  max-width: 200px;
  width: 100%;
}

.filterRangePrice {
  position: absolute;
  top: -3px;
  width: 100%;
}

#upper-value {
  right: 0;
  position: absolute;
}

.rangeSlider {
  position: absolute;
  top: 50px;
  left: 8px;
}

.noUi-connect {
  background: #38464F !important;
}

.noUi-horizontal {
  height: 1px !important;
}

.noUi-handle:after {
  display: none !important;
}

.noUi-handle {
  border-radius: 100px !important;
  width: 15px !important;
  height: 15px !important;
  box-shadow: 0 0 0 !important;
  border: none !important;
  background-color: #38464F !important;
}

.noUi-base {
  top: 4px;
}

.noUi-target {
  box-shadow: 0 0 0 0 !important;
  background: none !important;
}

.rangeSlider {
  max-width: 182px;
  width: 100%;
  position: relative;
  margin: 0 auto;
}

html:not([dir="rtl"]) .noUi-horizontal .noUi-handle {
  right: -1px !important;
  cursor: pointer;
  top: -7px !important;
}

.filterSettingSelect {
  max-width: 186px;
  width: 100%;
  margin-left: 0;
}

.filterSettingSelect__title4,
.filterSettingSelect__title3,
.filterSettingSelect__title2,
.filterSettingSelect__title {
  color: #416983;
  font: normal normal 18px 'EB Garamond', sans-serif;
  align-items: center;
  cursor: pointer;
}

.filterSettingSelect__title4:after,
.filterSettingSelect__title3:after,
.filterSettingSelect__title2:after,
.filterSettingSelect__title:after {
  content: "";
  background: url('../images/icon6.svg') no-repeat center;
  width: 12px;
  height: 8px;
  display: block;
  margin: 5px 0 0 10px;
}

.filterSettingSelectBlock4,
.filterSettingSelectBlock3,
.filterSettingSelectBlock2,
.filterSettingSelectBlock {
  background-color: #fff;
  border: 1px solid #C1C1C1;
  max-width: 250px;
  width: 100%;
  min-height: 200px;
  max-height: 380px;
  position: absolute;
  z-index: 1;
  padding: 11px;
  margin-top: 35px;
  display: none;
  box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.1);
}

.filterSettingSelectBlock4.active4,
.filterSettingSelectBlock3.active3,
.filterSettingSelectBlock2.active2,
.filterSettingSelectBlock.active {
  display: block;
}

.filterSettingSelectBlockScroll {
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
  min-height: 170px;
  max-height: 354px;
  overflow-y: scroll;
}


.filterSettingSelectBlockScroll::-webkit-scrollbar-track {
  border-radius: 0;
  background-color: #E0E0E0;
}


.filterSettingSelectBlockScroll::-webkit-scrollbar {
  width: 3px;
  background-color: #E0E0E0;
}

.filterSettingSelectBlockScroll::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
  background-color: #555;
}


.filterSettingSelectBlockScroll .blockCheckbox {
  display: block;
  position: relative;
  padding-left: 25px;
  margin-bottom: 12px;
  cursor: pointer;
  user-select: none;
}

.filterSettingSelectBlockScroll .blockCheckbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.filterSettingSelectBlockScroll .checkmark {
  position: absolute;
  top: 3px;
  left: 0;
  height: 15px;
  width: 15px;
  background-color: #FFFFFF;
  border: 1px solid #7C919F;
  border-radius: 3px;
}

.filterSettingSelectBlockScroll .blockCheckbox input:checked ~ .checkmark {
  background-color: #2196F3;
}

.filterSettingSelectBlockScroll .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.filterSettingSelectBlockScroll .blockCheckbox input:checked ~ .checkmark:after {
  display: block;
}

.filterSettingSelectBlockScroll .blockCheckbox .checkmark:after {
  left: 4px;
  top: 1px;
  width: 3px;
  height: 7px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.filterSettingSelectLast {
  margin-left: 30px;
}

.filterSettingSelectFirst {
  margin-left: 45px;
}

.etabs__paragraf {
  font: normal normal 18px 'EB Garamond', sans-serif;
  color: #416983;
  line-height: 23px;
  padding-top: 15px;
}


.itemHeader {
  border-bottom: 1px solid #416983;
  margin-top: 70px;
  justify-content: space-between;
  padding-bottom: 30px;
}

.itemHeader li {
  position: relative;
}

.itemHeader li span {
  color: #416983;
  font: normal normal 18px 'EB Garamond', sans-serif;
}

.itemHeader__ispolnenie {
  max-width: 100px;
  width: 100%;
}

.itemHeader__corpus {
  max-width: 115px;
  width: 100%;
}

.itemHeader__light {
  max-width: 166px;
  width: 100%;
  text-align: center;
}

.itemHeader__kct {
  max-width: 65px;
  width: 100%;
}

.itemHeader__power {
  max-width: 120px;
  width: 100%;
}

.itemHeader__articule {
  max-width: 365px;
  width: 100%;
  padding-left: 146px;
}

.itemContent {
  max-width: 1030px;
  width: 100%;
  margin: 0 auto;
}

.itemBody li img {
  object-fit: cover;
  width: 120px;
  height: 90px;
  display: block;
  margin-top: 20px;
}

.itemBody__article {
  text-transform: uppercase;
  color: #38464F;
  font: normal normal 22px 'EB Garamond', sans-serif;
  margin-left: 0;
  border-bottom: 1px solid #38464F;
}

.itemBody {
  align-items: center;
}

.itemBody__power {
  color: #38464F;
  font: normal normal 22px 'EB Garamond', sans-serif;
  max-width: 85px;
  width: 100%;
  display: block;
  text-align: center;
}

.itemBody__kct {
  color: #38464F;
  font: normal normal 22px 'EB Garamond', sans-serif;
  max-width: 160px;
  width: 100%;
  text-align: center;
}

.itemBody__svetok {
  color: #38464F;
  font: normal normal 22px 'EB Garamond', sans-serif;
  max-width: 120px;
  width: 100%;
  text-align: center;
}

.itemBody__colorWhite {
  width: 44px;
  height: 44px;
  background-color: #fff;
  border: 1px solid #7C919F;
  border-radius: 100px;
  display: block;
}

.itemBody__ispolnenie {
  color: #38464F;
  font: normal normal 22px 'EB Garamond', sans-serif;
  max-width: 116px;
  width: 100%;
  text-align: right;
}

.itemBody__color {
  max-width: 150px;
  width: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
}

.itemBlockWidth {
  max-width: 100%;
  width: 100%;
  justify-content: flex-end;
}

.itemBlock {
  justify-content: space-between;
  margin-top: 40px;
  max-width: 890px;
  width: 100%;
}

.itemBlockRight {
  max-width: 280px;
  width: 100%;
}

.itemBlockLeft {
  max-width: 490px;
  width: 100%;
}

.itemBlock__title {
  text-transform: uppercase;
  color: #416983;
  font: normal normal 18px 'EB Garamond', sans-serif;
  line-height: 25px;
  max-width: 409px;
  width: 100%;
}

.itemBlockList {
  padding-top: 10px;
}

.itemBlockList li {
  padding-bottom: 5px;
}

.itemBlockList li span {
  color: #000000;
  font: normal normal 18px 'EB Garamond', sans-serif;
}

.itemTable {
  max-width: 890px;
  width: 100%;
  border: 1px solid #7C919F;
  padding: 25px 45px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.itemTableList li {
  border-bottom: 1px solid #7C919F;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-bottom: 5px;
  padding-top: 5px;
}

.itemTableList li span {
  color: #000000;
  font: normal normal 18px 'EB Garamond', sans-serif;
}

.itemTableList li:last-of-type {
  border-bottom: none;
}

.borderTop {
  border-top: 1px solid #416983;
}

.btnPrice {
  max-width: 230px;
  width: 100%;
  height: 50px;
  background: #A0C2D9;
  justify-content: center;
  align-items: center;
  margin: 40px auto 130px;
  -webkit-transition: all, 0.5s;
  -moz-transition: all, 0.5s;
  -o-transition: all, 0.5s;
  transition: all, 0.5s;
}

.btnPrice:hover {
  background: #43667D;
}

.btnPrice span {
  color: #FFFFFF;
  font: normal normal 20px 'EB Garamond', sans-serif;
}

.callBtn {
  max-width: 230px;
  width: 100%;
  height: 60px;
  background: linear-gradient(90deg, #AF9385 0%, #D5BCAE 24.66%, #D8C0B2 49.31%, #C7AB9E 79.33%, #B39789 102.91%),
  linear-gradient(0deg, #FFFFFF, #FFFFFF);
  align-items: center;
  justify-content: center;
  margin: 25px auto 0;
}

.callBtn span {
  background-color: #fff;
  color: #797763;
  font: normal normal 22px 'EB Garamond', sans-serif;
  width: 226px;
  height: 56px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -webkit-transition: all, 0.5s;
  -moz-transition: all, 0.5s;
  -o-transition: all, 0.5s;
  transition: all, 0.5s;
}

.callBtn:hover span {
  background-color: #a98d7f;
  color: #FFFFFF;
}

.catalogBg .fancybox-is-open .fancybox-bg {
  opacity: .5 !important;
}

.popupItem {
  background: #D5E0E8 !important;
  box-shadow: 4px 4px 15px rgba(0, 0, 0, 0.18) !important;
  padding: 20px 40px 50px !important;
  max-width: 670px !important;
  width: 100% !important;
}

.popupItem__title {
  width: 320px;
  margin: 0 auto;
  text-align: center;
  color: #43667D;
  font: normal normal 18px 'EB Garamond', sans-serif;
}

.popupOurForm2 {
  margin-top: 30px;
}

.popupOurForm2 .popupOurFormLeft__input {
  border: 1px solid #38464F;
  background: none;
}

.popupOurForm2 .dateCheckbox .blockCheckbox span {
  color: rgba(65, 105, 131, .6);
}

.popupOurForm2 .dateCheckbox .blockCheckbox span a {
  color: rgba(65, 105, 131, 0.6);
}

.popupOurForm2 .dateCheckbox .blockCheckbox span a:after {
  border-bottom: 1px solid rgba(121, 119, 99, 0.6);
}

.popupOurForm2 .popupOurFormRight__btn {
  background: #43667D;
  height: 50px;
}

.popupOurForm2 .popupOurFormRight__btn span {
  background: #43667D;
  color: #FFFFFF;
  width: 188px;
  height: 48px;
  position: relative;
  left: 1px;
  top: 1px;
}

.popupOurForm2 .popupOurFormRight__btn:before {
  background: url('../images/lamp2.svg') no-repeat center;
}

.popupOurForm2 .popupOurFormRight__btn:hover:before {
  background: url('../images/lampHover2.svg') no-repeat center;
}

.popupOurForm2 .popupOurFormRight__btn:hover {
  box-shadow: 4px 4px 15px rgba(0, 0, 0, 0.18);
}

.popupOurForm2 .popupOurFormRight__btn:hover {
  background: #FFFFFF;
}

.popupOurForm2 .popupOurFormRight__btn:hover span {
  color: #797763;
}

.popupOurForm2 .popupOurFormLeft input {
  color: rgba(65, 105, 131, 0.6);
}

.popupOurForm2 .popupOurFormLeft input[type="text"]::-moz-placeholder {
  color: rgba(65, 105, 131, 0.6);
  font: normal normal 16px 'EB Garamond', sans-serif;
}

.popupOurForm2 .popupOurFormLeft input[type="text"]::-webkit-input-placeholder {
  color: rgba(65, 105, 131, 0.6);
  font: normal normal 16px 'EB Garamond', sans-serif;
}

.popupOurForm2 .popupOurFormLeft input[type="text"]:-ms-input-placeholder {
  color: rgba(65, 105, 131, 0.6);
  font: normal normal 16px 'EB Garamond', sans-serif;
}

/*
Start selects
$$$$$$$$$$$$$*/
.ms-parent {
  width: 100% !important;
  max-width: 370px;
  margin-bottom: 10px;
}

.ms-parent .ms-choice {
  height: 31px !important;
  border: 1px solid #38464F;
  border-radius: 0;
  color: rgba(65, 105, 131, 0.6);
}

.ms-parent .ms-choice span {
  height: 31px !important;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}

.popupItem .popupOurFormRight__btn {
  margin-top: 116px;
}

.popupItem .popupOurFormRight__btn:before {
  top: 82px;
}

.ti-cursor {
  display: none !important;
}

.footerCooperation .footerList li a {
  color: #797763;
}

.footerCooperation .nav li a .nav__title {
  color: #797763;
}

.cooperation {
  margin-top: 100px;
}

.popupOurFormRight__btn2 {
  max-width: 190px;
  width: 100%;
  height: 50px;
  background: linear-gradient(90deg, #AF9385 0%, #D5BCAE 24.66%, #D8C0B2 49.31%, #C7AB9E 79.33%, #B39789 102.91%),
  linear-gradient(0deg, #EEEAD2, #EEEAD2);
  align-items: center;
  justify-content: center;
  border: none;
}

.cooperation .popupOurFormRight {
  margin-left: 100px;
}

.popupOurFormRight__btn2 span {
  background-color: #EEEAD2;
  max-width: 188px;
  width: 100%;
  height: 48px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  color: #797763;
  font: normal normal 16px 'EB Garamond', sans-serif;
  -webkit-transition: all, 0.5s;
  -moz-transition: all, 0.5s;
  -o-transition: all, 0.5s;
  transition: all, 0.5s;
}

.popupOurFormRight__btn2:hover span {
  background-color: #fff;
}

.headerCatalogDesine .catalogMenu li a {
  color: #797763;
}

.bgFon2 {
  margin-top: 10px;
  height: 520px;
  max-width: 100%;
  width: 100%;
  background: url('../images/bg7.jpg') no-repeat top center;
  background-size: cover;
  position: relative;
  animation: moveObject2 .5ms linear forwards;
  animation-delay: 1s;
}

@keyframes moveObject2 {
  0% {
    background: url('../images/bg7.jpg') no-repeat top center;
    background-size: cover;
  }
  100% {
    background: url('../images/bg8.jpg') no-repeat top center;
    background-size: cover;
  }
}


.catalogTitle__ttile_modif {
  color: #CABF99;
}

.catalogTitle__paragraf_modif {
  max-width: 420px;
  color: #CABF99;
}

.catalogBread2 li a {
  color: #CABF99;
}

.catalogBread2 li a:after {
  color: #CABF99;
}

.downloadCatalog {
  margin: 0 auto;
  align-items: center;
}

.downloadCatalog span {
  color: #797763;
  font: normal normal 18px 'EB Garamond', sans-serif;
  border-bottom: 1px solid;
}

.btnCenter {
  justify-content: center;
  margin-bottom: 50px;
  margin-top: 20px;
}

.downloadCatalog:before {
  content: "";
  display: block;
  background: url('../images/icon8.svg') no-repeat center;
  width: 36px;
  height: 36px;
  margin-right: 10px;
}

.catalogRazdel__title {
  color: #797763;
  font: normal normal 18px 'EB Garamond', sans-serif;
  cursor: pointer;
}

.catalogRazdelList {
  justify-content: space-between;
  padding-top: 15px;
}

.catalogRazdelList li a {
  color: #CABF99;
  font: normal normal 22px 'EB Garamond', sans-serif;
}

.catalogRazdelList li a.active {
  color: #797763;
  border-bottom: 1px solid;
}

.footerCatalogDesine {
  background: #EEEAD2;
  background-size: cover;
}

.footerCatalogDesine .footerBottom a,
.footerCatalogDesine .footerBottom span,
.footerCatalogDesine .nav li a .nav__title,
.footerCatalogDesine .footerList li a {
  color: #797763;
}

.catalogDesineFilter .filterSortingCheckbox .blockCheckbox input:checked ~ .checkmark,
.catalogDesineFilter .filterSortingCheckbox .blockCheckbox,
.catalogDesineFilter .filterSorting .catalogTop__rezult,
.catalogDesineFilter .filterSortingCheckbox__title {
  color: #797763;
}

.catalogRazdel {
  margin-top: 70px;
  max-width: 100%;
  width: 100%;
}

.catalogDesineItem {
  background: #FFFFFF;
  border: 1px solid #CABF99;
  max-width: 324px;
  width: 100%;
  height: 370px;
  margin-right: 23px;
  margin-bottom: 65px;
  -webkit-transition: all, 0.5s;
  -moz-transition: all, 0.5s;
  -o-transition: all, 0.5s;
  transition: all, 0.5s;
}

.catalogDesineItem:hover {
  transform: scale(1.15);
  box-shadow: 0 0 10px rgba(0, 0, 0, .2);
}

.catalogDesineItem__img {
  height: 270px;
  align-items: center;
  justify-content: center;
  padding-top: 30px;
}

.catalogDesineItem__img img {
  height: 100%;
  object-fit: cover;
}

.catalogdesineContent {
  max-width: 1020px;
  width: 100%;
  margin: 0 auto;
  padding-top: 80px;
  position: relative;
  z-index: 10;
}

.catalogDesineItem__text {
  text-align: center;
  display: block;
  font: normal normal 20px 'EB Garamond', sans-serif;
  color: #CABF99;
  overflow: hidden;
  max-height: 82px;
  padding: 30px 5px 0;
}

.catalogDesineItem:nth-child(3n+3) {
  margin-right: 0;
}

.paginationList2 li a {
  color: #CABF99;
}

.paginationList2 li a.active {
  color: #797763;
}

.filterSortingLeft {
  position: relative;
}

.filterSortingLeft {

}

.filterSortingLeft .filterSortingLeft__send {
  cursor: pointer;
  background: none;
  border: none;
  position: relative;
  top: 7px;
  left: -7px;
}

.filterSortingLeft input {
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid #797763;
  height: 30px;
}


.filterSortingLeft input[type="text"]::-moz-placeholder {
  color: rgba(121, 119, 99, 0.6);
  font: normal normal 18px 'EB Garamond', sans-serif;
}

.filterSortingLeft input[type="text"]::-webkit-input-placeholder {
  color: rgba(121, 119, 99, 0.6);
  font: normal normal 18px 'EB Garamond', sans-serif;
}

.filterSortingLeft input[type="text"]:-ms-input-placeholder {
  color: rgba(121, 119, 99, 0.6);
  font: normal normal 18px 'EB Garamond', sans-serif;
}

.filterSortingDesine {
  justify-content: space-between;
}

.filterSortingDesine .filterSortingLeft {
  max-width: 500px;
  width: 100%;
  position: relative;
  top: -5px;
  z-index: 1;
}

.filterBtn__title {
  flex-direction: row-reverse;
  align-items: center;
  justify-content: flex-end;
  cursor: pointer;

}

.filterBtn__title:after {
  content: "";
  background: url('../images/filter.svg') no-repeat center;
  width: 33px;
  height: 33px;
  margin: 5px 10px 0 0;
}

.filterBtn {
  margin-right: 60px;
}

.headerGradient2 {
  background: url('../images/bg10.png') no-repeat center;
  background-size: cover;
  height: 100px;
}

.headerGradient2 .catalogMenu li a {
  color: #FFFFFF;
}

.contentCatalog__modif {
  margin: 0 auto;
}

.typeBlock__title2 {
  color: #797763;
}

.tab-container2 .etabs li a {
  color: #CABF99;
}

.tab-container2 .etabs li a.active {
  color: #797763;
}

.tab-container2 .etabs__paragraf,
.tab-container2 .tabList li span {
  color: #CABF99;
}

.itemHeader2 li span {
  color: #CABF99;
}

.itemBody2 li span {
  color: #797763;
}

.itemBody li.itemBody__li,
.itemBody2 li.itemBody__li {
  max-width: 255px;
  width: 100%;
  margin-left: 22px;
}

.itemBody2 li.itemBody__li span {
  display: inline;
  border-bottom: none;
  font-size: 32px;
}

.itemBody__colorWhite.yellow {
  background: #E0C47C;
  border: none;
}

.btnPrice2 {
  background: #EEEAD2;
}

.btnPrice2 span {
  color: #797763;
}

.btnPrice2:hover {
  background: #E0C47C;
}

.tab-container2 .tabList li span:before {
  border-left: 3px solid #CABF99;
}

.popupItem2 {
  background: #EEEAD2 !important;
}

.popupItem2 .popupItem__title {
  color: #797763;
}

.popupItem2 .popupOurForm2 .popupOurFormLeft__input {
  border: 1px solid #797763;
  background-color: #fff;
}

.popupItem2 .popupOurFormRight__btn {
  border: 1px solid #797763;
  background: #B8B490;
  height: 50px;
  justify-content: center;
  align-items: center;
}

.popupItem2 .popupOurFormRight__btn span {
  background: transparent;
  width: auto;
  left: 0;
  height: auto;
}

.popupItem2 .popupOurFormRight__btn:before {
  background: url('../images/lamp3.svg') no-repeat center;
  margin: 0 auto;
  right: 70px;
}

.popupItem2 .popupOurFormRight__btn:hover:before {
  background: url('../images/lampHover3.svg') no-repeat center;
}

.popupItem .popupOurFormRight__btn:before {
  right: 80px;
}

.filterSettingSelect2 {
  margin-right: 50px;
}

.filterSortingDesine .noUi-handle {
  background: #CABF99 !important;
}

.filterSortingDesine .noUi-connect {
  background: #797763 !important;
}

.filterSortingDesine .filterSettingPrice__title {
  color: #797763;
  position: relative;
  top: 10px;
}

.filterSortingDesine .filterSettingSelect__title4,
.filterSortingDesine .filterSettingSelect__title3,
.filterSortingDesine .filterSettingSelect__title2,
.filterSortingDesine .filterSettingSelect__title {
  color: #797763;
}

.filterSortingDesine .filterSettingSelect__title4:after,
.filterSortingDesine .filterSettingSelect__title3:after,
.filterSortingDesine .filterSettingSelect__title2:after,
.filterSortingDesine .filterSettingSelect__title:after {
  background: url('../images/icon9.svg') no-repeat center;
}

.filterSortingDesine .filterSettingSelectBlockScroll .blockCheckbox {
  color: #797763;
}

.filterSortingDesine .filterSettingSelectBlockScroll .checkmark {
  border: 1px solid #797763;
}

.filterSortingDesine .filterSettingSelectBlockScroll::-webkit-scrollbar-track {
  border-radius: 0;
  background-color: #E0E0E0;
}


.filterSortingDesine .filterSettingSelectBlockScroll::-webkit-scrollbar {
  width: 3px;
  background-color: #E0E0E0;
}

.filterSortingDesine .filterSettingSelectBlockScroll::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
  background-color: #797763;
}

.catalogBreadBlue li span,
.catalogBreadBlue li a {
  color: #416983;
}

.catalogBreadBlue {
  margin-bottom: 50px;
}

.filterSortingBlue .filterBtn__title,
.filterSortingBlue .filterSortingCheckbox .blockCheckbox input:checked ~ .checkmark,
.filterSortingBlue .filterSortingCheckbox .blockCheckbox,
.filterSortingBlue .catalogTop__rezult,
.filterSortingBlue .filterSortingCheckbox__title {
  color: #416983 !important;
}

.filterSortingBlue .filterBtn__title:after {
  background: url('../images/filter2.svg') no-repeat center;
}

.filterSortingBlue .filterSortingLeft input {
  border-bottom: 1px solid #416983;
}

.filterSortingBlue .filterSortingForm input[type="text"]::-moz-placeholder {
  color: rgba(65, 105, 131, 0.6) !important;
  font: normal normal 18px 'EB Garamond', sans-serif;
}

.filterSortingBlue .filterSortingForm input[type="text"]::-webkit-input-placeholder {
  color: rgba(65, 105, 131, 0.6) !important;
  font: normal normal 18px 'EB Garamond', sans-serif;
}

.filterSortingBlue .filterSortingForm input[type="text"]:-ms-input-placeholder {
  color: rgba(65, 105, 131, 0.6) !important;
  font: normal normal 18px 'EB Garamond', sans-serif;
}

.filterSortingBlue .filterSetting.active + .filterSortingIn {
  margin-bottom: 50px;
}

.filterSortingBlue .filterSettingPrice__title {
  color: #416983;
}

.filterSortingBlue .filterSettingSelect__title4,
.filterSortingBlue .filterSettingSelect__title3,
.filterSortingBlue .filterSettingSelect__title2,
.filterSortingBlue .filterSettingSelect__title {
  color: #416983;
}

.filterSortingBlue .filterSettingSelect__title4:after,
.filterSortingBlue .filterSettingSelect__title3:after,
.filterSortingBlue .filterSettingSelect__title2:after,
.filterSortingBlue .filterSettingSelect__title:after {
  background: url('../images/icon10.svg') no-repeat center;
}

.filterSortingBlue .filterSettingSelectBlockScroll .blockCheckbox,
.filterSortingBlue .filterBtn__title,
.filterSortingBlue .filterSettingSelect__title {
  color: #000;
}

.filterSortingBlue .noUi-handle {
  background: #38464F !important;
}

.filterSortingBlue .filterSettingSelectBlockScroll .blockCheckbox {
  color: #7C919F;
}

.filterSortingBlue .filterSettingSelectBlockScroll .checkmark {
  border: 1px solid #7C919F;
}

.catalogTitle__paragraf_modif2,
.catalogTitle__ttile_modif2 {
  color: #000000;
}

.catalogMenu2 li a {
  color: #575757;
}

.bgFon3 {
  margin-top: 10px;
  height: 520px;
  max-width: 100%;
  width: 100%;
  background: url('../images/bg11.jpg') no-repeat top center;
  background-size: cover;
  position: relative;
  animation: moveObject3 .5ms linear forwards;
  animation-delay: 1s;
}

@keyframes moveObject3 {
  0% {
    background: url('../images/bg11.jpg') no-repeat top center;
    background-size: cover;
  }
  100% {
    background: url('../images/bg12.jpg') no-repeat top center;
    background-size: cover;
  }
}

.downloadCatalog2 span {
  color: #575757;
}

.btnCenter2 {
  margin-bottom: 0;
}

.breadStreet li a {
  color: #000000;
}

.breadStreet li span {
  color: #000000;
}

.catalogRazdelList__modif li a {
  color: #000000;
}

.catalogRazdelList__modif li a.active {
  font-weight: bold;
}

.filterSortingStreet .filterSortingCheckbox .blockCheckbox input:checked ~ .checkmark,
.filterSortingStreet .filterSortingCheckbox .blockCheckbox, .filterSortingStreet .catalogTop__rezult,
.filterSortingStreet .filterSortingCheckbox__title {
  color: #575757 !important;
}

.filterSortingStreet .filterBtn__title {
  color: #000000;
}

.filterSortingStreet .filterBtn__title:after {
  background: url('../images/filter3.svg') no-repeat center;
}

.filterSortingStreet .filterSortingLeft input {
  border-bottom: 1px solid #797763;
}

.filterSortingStreet input[type="text"]::-moz-placeholder {
  color: rgba(87, 87, 87, 0.6);
  font: normal normal 18px 'EB Garamond', sans-serif;
}

.filterSortingStreet input[type="text"]::-webkit-input-placeholder {
  color: rgba(87, 87, 87, 0.6);
  font: normal normal 18px 'EB Garamond', sans-serif;
}

.filterSortingStreet input[type="text"]:-ms-input-placeholder {
  color: rgba(87, 87, 87, 0.6);
  font: normal normal 18px 'EB Garamond', sans-serif;
}

.filterSortingStreet .noUi-handle {
  background: #575757 !important;
}

.filterSortingStreet .filterSettingSelectBlockScroll .blockCheckbox,
.filterSortingStreet .filterSettingPrice__title,
.filterSortingStreet .filterSettingSelect__title4, .filterSortingStreet .filterSettingSelect__title3, .filterSortingStreet .filterSettingSelect__title2, .filterSortingStreet .filterSettingSelect__title {
  color: #575757;
}

.filterSortingStreet .filterSettingSelectBlockScroll .blockCheckbox,
.filterSortingStreet .filterSettingSelect__title {
  color: #000;
}


.footerCatalogStreet {
  background-color: #737373;
}

.footerCatalogStreet .footerList li a {
  color: #FFFFFF;
}

.footerCatalogStreet .footerBottom span,
.footerCatalogStreet .footerBottom a,
.footerCatalogStreet .nav li a .nav__title {
  color: #FFFFFF;
}

.footer__line {
  border-bottom: 1px solid #FFFFFF;
}

.paginationList3 li a {
  color: #A3A3A3;
}

.paginationList3 li a.active {
  color: #797763;
}

.headerGradient3 {
  background: linear-gradient(90deg, #404040 0%, #808080 49.48%, #515151 100%);
  background-size: cover;
  height: 100px;
}

.headerGradient3 .catalogMenu li a {
  color: #FFFFFF;
}

.typeBlock__title3 {
  color: #575757;
}

.tab-container3 .etabs li a {
  color: #A3A3A3;
}

.tab-container3 .etabs li a.active {
  color: #575757;
  border-bottom: 1px solid #575757;
}

.tab-container3 .tabList li span {
  color: #A3A3A3;
}

.tab-container3 .tabList li span:before {
  border-left: 3px solid #A3A3A3;
}

.tab-container3 .etabs__paragraf {
  color: #A3A3A3;
}

.itemHeader3 li span {
  color: #A3A3A3;
}

.itemBody3 li span,
.itemBody3 li.itemBody__li span {
  color: #575757;
}

.itemBody__colorWhite.black {
  background-color: #000000;
  border: none;
}

.itemTitle__title {
  color: #797763;
  font: normal normal 18px 'EB Garamond', sans-serif;
  padding-top: 90px;
}

.catalogStreetContent {
  padding-top: 40px;
}

.catalogdesineContent2 .catalogDesineItem__text {
  color: #A3A3A3;
}

.catalogdesineContent2 .catalogDesineItem {
  border: 1px solid #A3A3A3;
}

.catalogdesineContent2:hover .catalogDesineItem {
  box-shadow: 0 0 5px rgba(0, 0, 0, .3);
}

.btnPrice3 {
  background-color: #E1E1E1;
}

.btnPrice3 span {
  color: #575757;
}

.btnPrice3:hover {
  background-color: #969696;
}

.btnPrice3:hover span {
  color: #FFFFFF;
}

.popupItem3 {
  background: #E1E1E1 !important;
  box-shadow: 4px 4px 15px rgba(0, 0, 0, 0.18);
}

.popupItem3 .popupItem__title {
  color: #575757;
}

.catalogBg2 .fancybox-bg {
  background: rgba(56, 70, 79, .3) !important;
}

.popupItem3 .popupOurForm2 .popupOurFormLeft__input {
  border: 1px solid #575757;
  background-color: #fff;
}

.popupItem3 .popupOurForm2 .dateCheckbox .blockCheckbox span a,
.popupItem3 .popupOurForm2 .dateCheckbox .blockCheckbox span {
  color: #575757;
}

.popupItem3 .popupOurForm2 .popupOurFormRight__btn {
  background: #A3A3A3;
  border: 1px solid #575757;
  justify-content: center;
  align-items: center;
  -webkit-transition: all, 0.5s;
  -moz-transition: all, 0.5s;
  -o-transition: all, 0.5s;
  transition: all, 0.5s;
  box-shadow: 3px 3px 9px rgba(46, 46, 46, 0.25);
}

.popupItem3 .popupOurForm2 .popupOurFormRight__btn span {
  background: none;
  height: auto;
  width: auto;
}

.popupItem3 .popupOurFormRight__btn:before {
  background: url('../images/icon11.png') no-repeat center;
}

.popupItem3 .popupOurForm2 .popupOurFormRight__btn:hover:before {
  background: url('../images/icon12.svg') no-repeat center;
}

.popupItem3 .popupOurForm2 .popupOurFormRight__btn:hover {
  background: #FFFFFF;
}

.iti--allow-dropdown.iti--show-flags {
  max-width: 100%;
  width: 100%;
}

.popupItem2 .popupOurForm2 .dateCheckbox .blockCheckbox span a,
.popupItem2 .popupOurForm2 .dateCheckbox .blockCheckbox span {
  color: #797763;
}

.lamp {
  background: url('../images/lamp-1.svg') no-repeat top center;
  width: 13px;
  height: 13px;
  position: absolute;
  bottom: 233px;
  left: 0;
}

.lamp2 {
  background: url('../images/lamp-2.svg') no-repeat top center;
  width: 13px;
  height: 13px;
  position: absolute;
  bottom: 280px;
  left: -22px;
}

.cooperationRight .coubs {
  overflow: visible;
}

.lamp3 {
  background: url('../images/lamp-3.svg') no-repeat top center;
  width: 13px;
  height: 13px;
  position: absolute;
  bottom: 360px;
  left: -22px;
}

.lamp4 {
  background: url('../images/lamp-4.svg') no-repeat top center;
  width: 13px;
  height: 13px;
  position: absolute;
  bottom: 420px;
  left: -22px;
}

.lamp5 {
  background: url('../images/lamp-5.svg') no-repeat top center;
  width: 13px;
  height: 13px;
  position: absolute;
  bottom: 480px;
  left: -22px;
}

.lamp6 {
  background: url('../images/lamp-6.svg') no-repeat top center;
  width: 13px;
  height: 13px;
  position: absolute;
  bottom: 560px;
  left: 42px;
}

.lamp7 {
  background: url('../images/lamp-7.svg') no-repeat top center;
  width: 13px;
  height: 13px;
  position: absolute;
  bottom: 630px;
  left: 110px;
}

.lamp8 {
  background: url('../images/lamp-8.svg') no-repeat top center;
  width: 13px;
  height: 13px;
  position: absolute;
  bottom: 615px;
  left: 220px;
}

.lamp9 {
  background: url('../images/lamp-9.svg') no-repeat top center;
  width: 13px;
  height: 13px;
  position: absolute;
  bottom: 635px;
  left: 280px;
}

.lamp10 {
  background: url('../images/lamp-10.svg') no-repeat top center;
  width: 13px;
  height: 13px;
  position: absolute;
  bottom: 576px;
  left: 298px;
}

.lamp11 {
  background: url('../images/lamp-11.svg') no-repeat top center;
  width: 13px;
  height: 13px;
  position: absolute;
  bottom: 534px;
  left: 407px;
}

.lamp12 {
  background: url('../images/lamp-12.svg') no-repeat top center;
  width: 13px;
  height: 13px;
  position: absolute;
  bottom: 416px;
  left: 475px;
}

.lamp13 {
  background: url('../images/lamp-13.svg') no-repeat top center;
  width: 13px;
  height: 13px;
  position: absolute;
  bottom: 340px;
  left: 475px;
}

.lamp14 {
  background: url('../images/lamp-14.svg') no-repeat top center;
  width: 13px;
  height: 13px;
  position: absolute;
  bottom: 273px;
  left: 475px;
}

.lamp15 {
  background: url('../images/lamp-15.svg') no-repeat top center;
  width: 13px;
  height: 13px;
  position: absolute;
  bottom: 195px;
  left: 415px;
}

.lamp16 {
  background: url('../images/lamp-16.svg') no-repeat top center;
  width: 13px;
  height: 13px;
  position: absolute;
  bottom: 145px;
  left: 415px;
}

.thanks__img {
  margin: 0 auto 10px;
  display: block;
  padding-top: 40px;
}

.thanks__text {
  text-align: center;
  color: #38464F;
  font: normal normal 18px 'EB Garamond', sans-serif;
  padding-bottom: 40px;
}

/*
Start parallax
*/

/* ---- stats.js ---- */

.count-particles {
  background: #000022;
  position: absolute;
  top: 48px;
  left: 0;
  width: 80px;
  color: #13E8E9;
  font-size: .8em;
  text-align: left;
  text-indent: 4px;
  line-height: 14px;
  padding-bottom: 2px;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
}

.js-count-particles {
  font-size: 1.1em;
}

#stats,
.count-particles {
  -webkit-user-select: none;
  margin-top: 5px;
  margin-left: 5px;
}

#stats {
  border-radius: 3px 3px 0 0;
  overflow: hidden;
}

.count-particles {
  border-radius: 0 0 3px 3px;
}


/* ---- particles.js container ---- */
#particlesNasa,
#particlesSnow,
#particles2-js,
#particles-js {
  width: 100%;
  background-color: transparent;
  position: absolute;
  height: 282px;
}

.logoMobil {
  display: none;
}

.mobilPopup {
  background: #EBECF1 !important;
  padding: 0 !important;
  max-width: 100% !important;
  width: 100% !important;
  height: 100% !important;
}

.mobilPopup__logo {
  justify-content: center;
  width: 200px;
  margin: 10px auto 0;
}

.fancybox-slide--html .fancybox-close-small {
  padding: 5px !important;
  left: 5px !important;
  top: 8px !important;
}

.popupMenu {
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-top: 90px;
}

.popupMenu li {
  margin-bottom: 25px;
}

.popupMenu li a {
  color: #797763;
  font: normal normal 20px 'EB Garamond', sans-serif;
}

.mobilHr {
  border: none;
  border-bottom: 1px solid #797763;
  width: 80%;
  margin: 30px auto 0;
}

.telMobil {
  text-align: center;
  color: #797763;
  font: normal normal 20px 'EB Garamond', sans-serif;
  display: block;
  margin-top: 40px;
}

.mobilBtn {
  display: none;
}

.formPopup.fancybox-active .fancybox-slide--html .fancybox-close-small {
  left: 92% !important;
}

.footerCenterList li a svg {
  fill: #797763;
}

.sectionSwipeNav {
  max-width: 1400px;
  width: 100%;
  position: absolute;
  top: 275px;
  margin: 0 auto;
  justify-content: space-between;
}

.sectionSwipeNav .prevPage {
  position: relative;
  left: -4px;
}

.sectionSwipeNav .nextPage {
  position: absolute;
  right: 10px;
}

.footerCatalog .footerCenterList li a svg {
  fill: #38464F;
}

.footerCatalog .nav li a .nav__title {
  color: #38464F;
}

.headerBlue .nav li a span.nav__title {
  color: #575757;
}

.catalogContentMobil {
  color: #000000;
  padding-bottom: 10px;
  align-items: center;
  position: relative;
  top: 0;
}

.catalogContentMobil.active:after {
  transform: rotate(180deg);
}

.catalogContentMobil:after {
  content: "";
  display: block;
  background: url('../images/icon13.svg') no-repeat center;
  width: 10px;
  height: 6px;
  margin: 4px 0 0 5px;
}

.catalogLogo img {
  width: 250px;
  object-fit: cover;
}

.fancybox-container {
  z-index: 9999999 !important;
}

.filterSettingSelectBlock4.active4 + .filterSettingSelect__title4:after,
.filterSettingSelectBlock3.active3 + .filterSettingSelect__title3:after,
.filterSettingSelectBlock2.active2 + .filterSettingSelect__title2:after,
.filterSettingSelectBlock.active + .filterSettingSelect__title:after {
  transform: rotate(180deg);
}

.filterSettingPriceBlock {
  max-width: 200px;
  width: 100%;
}

.filterSettingSelectMain {
  max-width: 819px;
  width: 100%;
}

.setka {
  position: absolute;
  top: 0;
  height: 72%;
  width: 77%;
}

.mobilSlider,
.itemMobil {
  display: none;
}

.mySwiperVerticale {
  height: 685px;
}

*::-webkit-media-controls-panel {
  display: none !important;
  -webkit-appearance: none;
}

/* Old shadow dom for play button */

*::-webkit-media-controls-play-button {
  display: none !important;
  -webkit-appearance: none;
}

/* New shadow dom for play button */

/* This one works! */

*::-webkit-media-controls-start-playback-button {
  display: none !important;
  -webkit-appearance: none;
}

video::-webkit-media-controls-start-playback-button {
  display: none !important;
}

.custom-video-controls {
  z-index: 2147483647;
}

.footerCatalogDesine .footerCenterList li a svg {
  fill: #797763;
}

.footerCatalogDesine .nav li a .nav__title {
  color: #797763;
}

.headerCatalogDesine .nav {
  max-width: 75%;
}

.catalogRazdelList.active {
  display: none;
}

.headerGradient .nav li a .nav__title {
  color: #FFFFFF;
}

.headerGradient2 .nav li a .nav__title {
  color: #FFFFFF;
}

.footerCatalogStreet .nav li a .nav__title {
  color: #FFFFFF;
}

.nav.itemStreetMenu {
  max-width: 830px;
  width: 100%;
}

.nav.itemStreetMenu li a .nav__title {
  color: #FFFFFF;
}

.headerTopBanner {
  justify-content: center;
  max-width: 100%;
  width: 100%;
}

.catalogDesineFilterBlue .catalogRazdelList li a {
  color: #416983;
}

/*
Start acardeon hover my
*/
/*.accordian {*/
/*  max-width: 1280px;*/
/*  width: 100%;*/
/*  margin: 0 auto;*/
/*  position: relative;*/
/*}*/

/*.accordian li {*/
/*  max-width: 34%;*/
/*  width: 100%;*/
/*  height: 790px;*/
/*  -webkit-transition: all, 0.5s;*/
/*  -moz-transition: all, 0.5s;*/
/*  -o-transition: all, 0.5s;*/
/*  transition: all, 0.5s;*/
/*}*/

/*.accordian li.lightDecor:hover + .lightPro {*/
/*  width: 10%;*/
/*  margin-right: 100px;*/
/*}*/

/*.accordian  div img {*/
/*  height: 100%;*/
/*  object-fit: cover;*/
/*}*/

/*.lightDecor {*/
/*  position: absolute;*/
/*  z-index: 3;*/
/*  max-width: 100%;*/
/*  width: 100%;*/
/*}*/

/*.lightPro {*/
/*  position: absolute;*/
/*  max-width: 100%;*/
/*  width: 100%;*/
/*  z-index: 2;*/
/*  left: 0;*/
/*  right: 0;*/
/*  margin: 0 auto;*/
/*  text-align: center;*/
/*}*/

/*.lightStreet {*/
/*  z-index: 1;*/
/*  position: absolute;*/
/*  max-width: 100%;*/
/*  width: 100%;*/
/*  right: 0;*/
/*  display: -webkit-box;*/
/*  display: -webkit-flex;*/
/*  display: -moz-box;*/
/*  display: -ms-flexbox;*/
/*  display: flex;*/
/*  -webkit-box-orient: horizontal;*/
/*  -webkit-box-direction: normal;*/
/*  justify-content: flex-end;*/
/*  align-items: center;*/
/*  flex-direction: row;*/
/*  flex-wrap: wrap;*/
/*  -ms-flex-wrap: wrap;*/
/*  -webkit-flex-wrap: wrap;*/
/*}*/

/*.accordian li:after {*/
/*  content: "";*/
/*  max-width: 100%;*/
/*  width: 100%;*/
/*  background-color: rgba(0, 0, 0, .5);*/
/*  display: block;*/
/*  height: 100%;*/
/*  position: absolute;*/
/*  top: 0;*/
/*}*/

/*.lightDecor__img {*/
/*  background: url('../images/acardeon.jpg') no-repeat 0 0;*/
/*  display: block;*/
/*  height: 100%;*/
/*  background-size: cover;*/
/*}*/

/*.lightPro__pro {*/
/*  background: url('../images/acardeon2.jpg') no-repeat -382px;*/
/*  display: block;*/
/*  height: 100%;*/
/*  background-size: cover;*/
/*}*/

/*.lightStreet__street {*/
/*  background: url('../images/acardeon3.png') no-repeat -77px;*/
/*  display: block;*/
/*  height: 100%;*/
/*  background-size: cover;*/
/*  width: 100%;*/
/*}*/

/*
Start acardeon hover
*/


#conteneur {
  max-width: 100%;
  width: 100%;
  margin: 30px auto;
  height: 841px;
  font-family: 'Montserrat', sans-serif;
  overflow: hidden;
}

.accordeon {
  width: 100%;
  height: 100%;
  transform: translateZ(0);
}

.accordeon:hover .link {
  width: 12.9%;
}

.accordeon .link {
  position: relative;
  float: left;
  width: 33.3333%;
  height: 100%;
  color: black;
  overflow: hidden;
  cursor: pointer;
  transition: .5s ease-out;
}

.accordeon .link:hover {
  width: 74.2%;
}

.acardeonContent {
  display: block;
  height: 100%;
  background: url('../images/acardeon.jpg') no-repeat 0 0;
  background-size: cover;
}

.acardeonContent2 {
  background: url('../images/acardeon2.jpg') no-repeat -280px 0;
  background-size: cover;
}

.acardeonContent3 {
  background: url('../images/acardeon3.png') no-repeat -80px 0;
  background-size: cover;
}

.acardeonContent3:hover,
.acardeonContent2:hover {
  background-position: 0 0;
}

.acardeonContent:before {
  content: "";
  position: absolute;
  background-color: rgba(0, 0, 0, .5);
  width: 100%;
  height: 100%;
  z-index: 1;
  -webkit-transition: all, 0.5s;
  -moz-transition: all, 0.5s;
  -o-transition: all, 0.5s;
  transition: all, 0.5s;
}

.acardeonContent:hover:before {
  opacity: 0;
}

.acardeonContent__title {
  text-transform: uppercase;
  color: #FFFFFF;
  font: normal normal 32px 'EB Garamond', sans-serif;
  z-index: 2;
  position: absolute;
  top: 45%;
  left: 25%;
  width: 220px;
  -webkit-transition: all, 0.5s;
  -moz-transition: all, 0.5s;
  -o-transition: all, 0.5s;
  transition: all, 0.5s;
  display: block;
}

.acardeonContent img {
  height: 100%;
  object-fit: cover;
}

.acardeonMobilItem .acardeonMobilItemMobilIn {
  display: none;
  bottom: 170px;
}

.acardeonContent__title_modif {
  text-transform: uppercase;
  color: #797763;
  font: normal normal 32px 'EB Garamond', sans-serif;
  z-index: 2;
  position: absolute;
  top: 74%;
  left: 32%;
  width: 450px;
  display: block;
  text-align: center;
  -webkit-transition: all, 0.5s;
  -moz-transition: all, 0.5s;
  -o-transition: all, 0.5s;
  transition: all, 0.5s;
  opacity: 0;
}

.acardeonContent__title_modif span {
  color: #797763;
  font: normal normal 20px 'EB Garamond', sans-serif;
  text-transform: none;
  display: block;
}

.acardeonContent:hover .acardeonContent__title {
  opacity: 0;
}

.acardeonContent:hover .acardeonContent__title_modif {
  opacity: 1;
}

.acardeonContent2 .acardeonContent__title {
  top: 64%;
  left: 30%;
  text-align: center;
}

.acardeonContent2 .acardeonContent__title_modif span,
.acardeonContent2 .acardeonContent__title_modif {
  color: #FFFFFF;
}

.acardeonContent2 .acardeonContent__title_modif {
  left: 17%;
  top: 84%;
}

.acardeonContent3 .acardeonContent__title {
  width: 240px;
  top: 75%;
}

.acardeonContent3 .acardeonContent__title_modif {
  top: 650px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.link.active .acardeonContent .acardeonContent__title {
  left: 17%;
}

.link.active .acardeonContent__title {
  left: 5px;
  font-size: 22px;
}

.link.active .acardeonContent2 .acardeonContent__title {
  left: 0%;
}

.link.active .acardeonContent3 .acardeonContent__title {
  left: 19%;
}

.acardeonMobilItemMobilIn__title {
  color: #797763;
  font: normal normal 22px 'EB Garamond', sans-serif;
  text-transform: uppercase;
  display: block;
  text-align: center;
  text-decoration: underline;
  padding-bottom: 10px;
}

.acardeonMobilItemMobilIn__desc {
  color: #797763;
  font: normal normal 17px 'EB Garamond', sans-serif;
  text-align: center;
  text-transform: none;
}

.acardeonMobilItemBtn2.active .acardeonMobilItemMobilIn__desc,
.acardeonMobilItemBtn2.active .acardeonMobilItemMobilIn__title {
  color: #FFFFFF;
}

.acardeonMobilItem.acardeonMobilItemBtn.height .acardeonMobilItem__href {
  background: url('../images/acardeonMobilSmail2.jpg') no-repeat top center;
  background-size: cover;
  height: 90px;
}

.acardeonMobilItem.acardeonMobilItemBtn3.height .acardeonMobilItem__href3 {
  background: url('../images/acardeonMobilSmail3.jpg') no-repeat top center;
  background-size: cover;
  height: 90px;
}

.acardeonMobil {
  display: none;
}

.mistake__text {
  color: #FF0000;
  font-size: 11px;
  text-align: center;
  position: absolute;
}


.loader-wrapper {
  opacity: 1;
  transition: opacity 0.3s ease-in;
}


/* Loader Styles start here */
.loader-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100000000;
}

#loaderPage {
  opacity: 0;
}

.typeContent .mySwiper2 .swiper-slide a img {
  width: 100%;
}

.typeContent .mySwiper .swiper-slide img {
  cursor: pointer;
}

.typeContent2 {
  position: relative;
}

.navSlider {
  position: absolute;
  bottom: 80px;
  max-width: 470px;
  width: 100%;
  left: -45px;
}

.navSlider .swiper-button-next {
  right: 0;
}

.filterSortingStreet .filterSortingCheckbox .blockCheckbox input:checked ~ .checkmark,
.filterSortingStreet .filterSortingCheckbox__title,
.filterSortingStreet .catalogTop__rezult {
  color: #000 !important;
}

.catalogBread3 li a,
.catalogBread3 li span {
  color: #416983;
}

.filterSortingDesine .filterSortingLeft input {
  border-bottom: 1px solid #797763 !important;
}

.filterSortingDesine .filterBtn__title {
  color: #797763 !important;
}

.filterSortingDesine .filterBtn__title:after {
  background: url('../images/filter.svg') no-repeat;
}

.catalogBreadBlue + .catalogTitle2 .catalogTitle__ttile {
  color: #416983;
}

.catalogBreadBlue li a,
.catalogBreadBlue li a span {
  color: #416983 !important;
}

/*
Start responsive
################*/
@media (min-width: 1921px) {
  .bgFonHtml {
    background: url('../images/bg2ipone.jpg') no-repeat top center fixed;
    background-size: cover;
  }

  .mainBlock2 {
    background: #f8f8f8;
  }
}

@media (max-width: 1920px) {
  .lightRoute {
    margin: -2px 0 0 -6px;
  }
}

@media (max-width: 1840px) {
  .light3 {
    background-position: 151px 43px;
  }
}

@media (max-width: 1660px) {
  .mainBlock2 .header {
    max-width: 900px;
  }

  .mainBlock2 .headerTop {
    max-width: 600px;
    margin: 0 auto;
  }

  .chandeliers__img {
    left: -55px;
  }

  .chandeliers__img2 {
    left: 55px;
  }

  .chandeliers__img4 {
    right: 0;
  }

  .chandeliers__img3 {
    right: -64px;
  }
}

@media (max-width: 1540px) {
  .light3 {
    background-position: 58px 142px;
  }

  .light1 {
    max-width: 590px;
    background-position: -44px -17px;
    height: 520px;
    background-size: 100%;
  }

  .lightRoute {
    margin: -1px 0 0 -6px;
  }
}

@media (max-width: 1490px) {
  .sectionSwipe {
    max-width: 1090px;
  }

  .sectionSwipeNav {
    top: 290px;
  }

  .link.active .acardeonContent3 .acardeonContent__title {
    left: 4%;
  }

  .sectionSwipeNav .nextPage {
    right: -52px;
  }

  .sectionSwipeNav .prevPage {
    left: -49px;
  }
}

@media (max-width: 1370px) {
  .mainBlock2 .header {
    max-width: 800px;
  }

  .mainBlock2 .headerTop {
    max-width: 560px;
  }

  .chandeliers__img4 {
    right: 55px;
  }

  .chandeliers__img3 {
    right: -5px;
  }

  .chandeliers__img2 {
    left: 110px;
  }

  .chandeliers__img {
    left: 0;
  }

  .light2 {
    max-width: 580px;
    height: 630px;
  }

  .light3 {
    max-width: 570px;
    background-position: 55px 146px;
    background-size: 100%;
  }

  .lightRoute {
    width: 770px;
  }

  .light {
    max-width: 745px;
  }


  .link.active .acardeonContent .acardeonContent__title {
    left: 6%;
  }

  .link.active .acardeonContent2 .acardeonContent__title {
    left: -13%;
  }
}

@media (max-width: 1280px) {
  .header2 .headerRightMenu li a span.nav__title {
    font-size: 20px;
  }

  .header2 .headerRight {
    max-width: 72%;
  }

  .header2 .logo {
    width: 250px;
  }

  .nav li a .nav__title {
    font-size: 22px;
  }

  .header {
    max-width: 900px;
  }

  .headerBlue {
    max-width: 1110px;
  }

  .contentBlock {
    max-width: 900px;
  }

  .contentBlock__title {
    font-size: 40px;
  }

  .contentBlock__paragraf {
    font-size: 28px;
  }

  .navigation {
    max-width: 900px;
  }

  .contentBlock__title_modif {
    max-width: 500px;
  }

  .chandeliers__img {
    width: 140px;
    left: 62px;
  }

  .chandeliers__img2 {
    width: 160px;
    left: 124px;
  }

  .chandeliers__img3 {
    width: 140px;
    right: 54px;
  }

  .chandeliers__img4 {
    width: 170px;
    right: 94px;
  }

  .mainBlock2 .header {
    max-width: 700px;
  }

  .contentBlock .prev {
    left: -50px;
  }

  .bread {
    max-width: 90%;
  }

  .footer {
    max-width: 90%;
  }

  .lightSection img {
    height: 685px;
    object-fit: cover;
  }

  .sectionSwipe {
    max-width: 900px;
  }

  .sectionSwipeNav {
    top: 220px;
  }

  .cooperation {
    max-width: 1000px;
    margin: 100px auto 0;
    width: 100%;
  }

  .bgFon {
    height: 420px;
  }

  .lightSectionContent.active {
    display: block;
    opacity: 1;
  }

  .headerTop {
    max-width: 573px;
  }

  .acardeonContent__title {
    left: 77px;
  }

  .acardeonContent2 .acardeonContent__title {
    left: 65px;
  }

  .accordeon .link:hover {
    width: 74.2%;
  }

  .link.active .acardeonContent__title {
    font-size: 18px;
  }

  .sectionSwipe > img,
  .sectionSwipe {
    height: 550px;
  }
}

@media (max-width: 1450px) {
  .lightRoute {
    width: 640px;
    margin: -56px 0 0 -6px;
  }

  .light {
    max-width: 603px;
    background-position: 0 140px;
  }

  .light img {
    max-width: 450px;
  }

  .light3 {
    max-width: 443px;
    background-position: 0 260px;
    background-size: 100%;
  }

  .light1 {
    max-width: 500px;
    background-position: -37px 65px;
    height: 520px;
    background-size: 100%;
  }

  .light2 {
    max-width: 430px;
    background-size: 100%;
    top: 0;
    right: -34px;
  }
}

@media (max-width: 1200px) {
  .link.active .acardeonContent .acardeonContent__title {
    left: 0;
  }

  .link.active .acardeonContent2 .acardeonContent__title {
    left: -19%;
  }
}

@media (max-width: 1130px) {
  .mainBlock2 .header {
    max-width: 60%;
  }

  .mainBlock2 .headerTop {
    max-width: 490px;
  }

  .contentBlock .prev {
    left: 0;
  }

  .contentBlock3 .prev {
    left: -46px;
  }

  .contentBlock3 {
    max-width: 800px;
  }

  .aboutSwipe .swiper-slide img {
    height: 200px;
  }

  .ourСooperateLeft {
    max-width: 550px;
  }

  .cooperationIn {
    max-width: 1000px;
  }

  .headerBlue,
  .headerCatalog {
    max-width: 95%;
  }

  .nav.itemStreetMenu {
    max-width: 75%;
  }

  .link.active .acardeonContent2 .acardeonContent__title {
    left: -26%;
  }
}

@media (max-width: 1080px) {
  .sectionSwipeNav .prevPage {
    left: -32px;
  }

  .itemHeader__light {
    max-width: 120px;
  }

  .itemHeader__kct {
    max-width: 84px;
  }

  .sectionSwipeNav .nextPage {
    right: -34px;
  }

  .cooperation {
    max-width: 900px;
  }

  .cooperationLeft {
    max-width: 400px;
  }

  .cooperation__paragraf {
    font-size: 17px;
  }

  .contentCatalog {
    max-width: 900px;
  }

  .catalogContentBlockItem {
    max-width: 286px;
    margin-right: 21px;
  }

  .catalogBread {
    max-width: 650px;
  }

  .header2.headerBlue,
  .headerCatalog {
    max-width: 95%;
  }

  .catalogMenu {
    max-width: 73%;
  }

  .headerBlue .logo,
  .catalogLogo img {
    width: 200px;
  }

  .catalogMenu li a {
    font-size: 20px;
  }

  .typeBlockItem {
    max-width: 280px;
  }

  .filterSettingSelectFirst {
    margin-left: 0;
  }

  .filterSettingSelect {
    max-width: 165px;
  }

  .filterSettingSelect__title4, .filterSettingSelect__title3, .filterSettingSelect__title2, .filterSettingSelect__title {
    font-size: 16px;
  }

  .filterSettingSelectMain {
    max-width: 691px;
  }

  .itemContent {
    max-width: 900px;
  }

  .itemHeader li span {
    font-size: 16px;
  }

  .itemBody__svetok,
  .itemBody__article {
    font-size: 18px;
  }

  .itemBody__svetok {
    margin-left: 50px;
  }

  .itemBody__ispolnenie {
    font-size: 18px;
    margin-left: 20px;
  }

  .navigation {
    margin: 100px auto 0;
  }

  .catalogdesineContent {
    max-width: 900px;
  }

  .catalogDesineItem {
    max-width: 32.5%;
    margin-right: 10px;
    height: 280px;
    margin-bottom: 15px;
  }

  .catalogDesineItem__img {
    height: 200px;
  }

  .catalogDesineItem__text {
    font-size: 18px;
  }

  .itemBody li.itemBody__li,
  .itemBody2 li.itemBody__li {
    max-width: 165px;
  }

  #conteneur {
    height: 683px;
  }

  .itemHeader__articule {
    max-width: 300px;
  }

  .itemBody2 li.itemBody__li {
    max-width: 172px;
  }

  .itemBody__svetok {
    max-width: 140px;
  }

  .itemBody__color {
    max-width: 103px;
  }

  .itemBody__power {
    max-width: 102px;
    text-align: left;
  }

  .itemBody__svetok {
    margin-left: 0;
  }

  .itemBody__kct {
    max-width: 105px;
  }
}

@media (max-width: 990px) {
  .header {
    max-width: 90%;
    padding-top: 10px;
  }

  .ourDescription {
    padding-top: 100px;
  }

  .headerTop__phone {
    font-size: 20px;
  }

  .contentBlock {
    max-width: 90%;
  }

  .contentBlock__title {
    font-size: 33px;
  }

  .contentBlock__paragraf {
    font-size: 22px;
  }

  .navigation {
    max-width: 780px;
  }

  .chandeliers__img3 {
    width: 100px;
  }

  .chandeliers__img4 {
    width: 136px;
    right: 73px;
  }

  .chandeliers__img {
    width: 100px;
  }

  .chandeliers__img2 {
    width: 132px;
    left: 107px;
  }

  .contentBlock3 {
    max-width: 700px;
  }

  .ourСooperateLeft {
    max-width: 500px;
  }

  .ourСooperateRight {
    max-width: 350px;
    margin-right: 30px;
  }

  .ourСooperate__title {
    font-size: 28px;
  }

  .sectionSwipe {
    max-width: 800px;
  }

  .ourHistory {
    max-width: 800px;
  }

  .sectionSwipeNav {
    top: 190px;
  }

  .header2 .headerRight {
    max-width: 67%;
  }

  .header2 .headerRightMenu li a span.nav__title {
    font-size: 22px;
  }

  .cooperation {
    max-width: 800px;
    margin: 50px auto;
  }

  .cooperationRight {
    max-width: 365px;
  }

  .coubs {
    display: none;
  }

  .filterSettingSelectMain {
    margin-top: 90px;
    max-width: 100%;
  }

  .filterSettingSelect {
    max-width: 179px;
  }

  .filterSetting {
    padding-left: 4px;
  }

  .catalogBread3 {
    margin-top: 0;
  }

  .typeIng2 {
    max-width: 380px;
  }

  .navSlider {
    bottom: 133px;
    max-width: 450px;
  }

  .typeContent2 .tabList li span {
    width: 80%;
  }

  .typeContent2 {
    margin-top: 0;
  }

  .typeContent2 .typeBlock {
    margin: 0;
  }

  .typeContent2 .typeBlock__title {
    text-align: center;
    font-size: 28px;
  }

  .tab-container .etabs {
    border-top: 1px solid #416983;
    border-bottom: 1px solid #416983;
    padding: 30px 0;
    justify-content: center;
  }

  .tab-container {
    margin-top: 30px;
  }

  .catalogRazdelList li a {
    font-size: 18px;
  }

  .catalogdesineContent {
    max-width: 900px;
  }

  .contentCatalog .bread {
    padding-top: 0;
  }

  .catalogRazdel {
    margin-top: 40px;
  }

  .catalogDesineItem {
    max-width: 32.3%;
  }

  .contentCatalog__modif {
    margin-top: 50px;
  }

  .typeContent2 {
    margin-top: 50px;
  }

  .tab-container2 .etabs {
    border: none;
  }

  .headerTop {
    max-width: 570px;
  }

  .acardeonContent2 .acardeonContent__title {
    left: 15%;
  }

  .acardeonContent__title {
    left: 57px;
  }

  .link.active .acardeonContent2 .acardeonContent__title {
    left: -41%;
  }

  .acardeonContent3 .acardeonContent__title_modif {
    top: 570px;
  }

  .itemBody li.itemBody__li {
    max-width: 121px;
  }

  .itemBody2 li.itemBody__li {
    max-width: 164px;
  }

  .sectionSwipe > img,
  .sectionSwipe {
    height: 450px;
  }
}

@media (max-width: 910px) {
  .chandeliers__img3 {
    right: 0;
  }

  .chandeliers__img4 {
    right: 15px;
  }

  .chandeliers__img {
    left: 10px;
  }

  .chandeliers__img2 {
    left: 50px;
  }

  .typeIng2 {
    max-width: 340px;
  }

  .navSlider {
    bottom: 181px;
    max-width: 325px;
    left: 0;
    right: 0;
  }

  .ourHistory {
    padding-top: 50px;
    max-width: 70%;
    width: 100%;
  }

  .youtube,
  .youtube iframe {
    height: 520px;
  }

  .ourDirections {
    max-width: 700px;
  }

  .ourDescription {
    padding-top: 100px;
  }

  .ourHrefList {
    max-width: 90%;
    padding-top: 50px;
  }

  .ourHrefList li {
    max-width: 32%;
  }

  .ourHrefList li a span {
    max-width: 99%;
  }

  .ourСooperateLeft {
    max-width: 400px;
  }

  .sectionSwipe {
    max-width: 700px;
  }

  .contentCatalog {
    max-width: 750px;
  }

  .catalogContentBlockItem {
    max-width: 235px;
  }

  .catalogContentBlockItem__img {
    height: 215px;
  }

  .catalogBread {
    max-width: 100%;
  }

  .catalogTitle__ttile {
    font-size: 28px;
  }

  .bgFon {
    height: 320px;
  }

  .filterSortingIn {
    position: absolute;
    top: 47px;
    left: -39%;
  }

  .typeBlockItem {
    max-width: 230px;
    margin-bottom: 40px;
  }

  .filterSettingPriceBlock {
    max-width: 100%;
  }

  .itemContent {
    max-width: 800px;
  }

  .itemBody__ispolnenie,
  .itemBody__kct,
  .itemBody__power,
  .itemBody__svetok, .itemBody__article {
    font-size: 14px;
  }

  .tab-container2 .etabs {
    border-top: 1px solid rgba(121, 119, 99, .5);
    border-bottom: 1px solid rgba(121, 119, 99, .5);
  }

  .typeContent2 .typeBlock__title {
    padding-top: 70px;
    padding-bottom: 10px;
  }

  .tab-container2 > div {
    padding-left: 30px;
  }

  .itemBody2 li.itemBody__li {
    max-width: 150px;
  }

  .itemBody2 li.itemBody__li span {
    font-size: 18px;
  }

  .catalogdesineContentMobil {
    max-width: 100%;
    padding-top: 30px;
  }

  .itemHeader__articule {
    max-width: 260px;
  }

  .itemBody2 li.itemBody__li {
    max-width: 123px;
  }

  .itemBody__power {
    max-width: 82px;
    padding-left: 10px;
  }

  .itemBody__svetok {
    max-width: 109px;
  }

  .itemBody__color {
    max-width: 130px;
  }

  .itemBody__ispolnenie {
    max-width: 100px;
    margin-left: 0;
  }

  .itemTitle__title {
    padding-top: 40px;
  }

  .catalogTitle {
    margin-bottom: 50px;
  }

  .catalogdesineContent {
    max-width: 750px;
  }

  .tab-container3 > div {
    padding-left: 30px;
  }

  .headerTop {
    max-width: 580px;
  }

  .typeBlock {
    max-width: 410px;
  }

  .light3 {
    height: 420px;
    background-position: 50px 15px;
  }

  .light1 {
    background-position: -40px 23px;
  }

  .light2 {
    height: 400px;
  }

  .acardeonContent:before,
  .accordeon .link,
  .acardeonContent {
    height: 660px;
  }

  .acardeonContent__title {
    font-size: 26px;
    left: 50px;
  }

  .acardeonContent2 .acardeonContent__title {
    left: 20px;
  }

  .acardeonContent3 .acardeonContent__title {
    top: 580px;
  }

  .acardeonContent {
    background-position: -50px 0;
  }

  .acardeonContent2 {
    background-position: -355px 0;
  }

  .acardeonContent3 {
    background-position: -115px 0;
  }

  .accordeon:hover .link {
    width: 13.6%;
  }

  .link.active .acardeonContent__title {
    font-size: 16px;
  }

  .link.active .acardeonContent2 .acardeonContent__title {
    left: -45px;
  }

  .acardeonContent3 .acardeonContent__title_modif {
    top: 515px;
  }

  .acardeonContent3:hover, .acardeonContent2:hover {
    background-position: -105px 0;
  }

  .acardeonContent__title_modif {
    left: 60px;
  }

  .acardeonContent2 .acardeonContent__title_modif {
    left: 35px;
    top: 490px;
  }

  .mainBlock2 .header {
    max-width: 73%;
  }

  .accordeon .link:hover {
    width: 72.75%;
  }
}

@media (max-width: 850px) {
  .navigation {
    max-width: 600px;
  }

  .logo {
    width: 240px;
  }

  .headerBlue .nav li a span.nav__title,
  .nav li a .nav__title {
    font-size: 18px;
  }

  .contentBlock__title {
    font-size: 26px;
    max-width: 500px;
    width: 100%;
  }

  .contentBlock__paragraf {
    max-width: 500px;
    width: 100%;
  }

  .bgFonHtml {
    background-size: cover;
  }

  .mainBlock2 .headerTop {
    max-width: 410px;
    margin: 0 auto;
  }

  .chandeliers__img3 {
    width: 70px;
  }

  .chandeliers__img4 {
    width: 110px;
  }

  .chandeliers__img {
    width: 70px;
  }

  .chandeliers__img2 {
    width: 100px;
    left: 40px;
  }

  .contentBlock3 {
    max-width: 500px;
  }

  .ourHrefList li a span {
    font-size: 16px;
  }

  .ourWe img {
    height: 550px;
    object-fit: cover;
  }

  .ourСooperateLeft {
    max-width: 350px;
  }

  .ourСooperate__title {
    font-size: 22px;
  }

  .ourСooperate__text {
    font-size: 18px;
  }

  .ourСooperateRight {
    max-width: 310px;
  }

  .footerLogo {
    width: 200px;
  }

  .footerList li a {
    font-size: 20px;
  }

  .footerList {
    max-width: 350px;
  }

  .footerBottom a,
  .footerBottom span {
    font-size: 18px;
  }

  .prevPage:before, .nextPage:before {
    width: 35px;
    height: 35px;
  }

  .sectionSwipe img {
    height: 390px;
    width: 100%;
    object-fit: cover;
  }

  .photoSlider {
    max-width: 700px;
  }

  .ourHistory {
    padding-top: 30px;
  }

  .sectionSwipeNav .prevPage {
    left: 0;
  }

  .sectionSwipeNav .nextPage {
    right: 0;
  }

  .sectionSwipeNav {
    max-width: 95%;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 435px;
  }

  .cooperation {
    max-width: 700px;
  }

  .cooperationLeft {
    max-width: 330px;
  }

  .cooperation__title {
    font-size: 28px;
  }

  .cooperation__paragraf {
    font-size: 14px;
  }

  .popupOurFormLeft__input textarea,
  .popupOurFormLeft input {
    max-width: 326px;
  }

  .popupOurForm2 .popupOurFormLeft__input textarea,
  .popupOurForm2 .popupOurFormLeft input {
    max-width: 100%;
  }

  .popupOur .popupOurFormLeft__input textarea,
  .popupOur .popupOurFormLeft input {
    max-width: 366px;
  }

  .contacts {
    margin: 50px auto 0;
  }

  #particlesNasa,
  #particlesSnow,
  #particles2-js,
  #particles-js {
    height: 250px;
  }

  .headerBlue .logo,
  .catalogLogo img {
    width: 150px;
  }

  .headerGradient {
    height: 70px;
  }

  .catalogMenu li a {
    font-size: 16px;
  }

  .catalogMenu {
    max-width: 75%;
  }

  .itemBody li img {
    width: 80px;
    height: 60px;
  }

  .itemContent {
    max-width: 650px;
  }

  .itemBody__ispolnenie, .itemBody__kct, .itemBody__power, .itemBody__svetok, .itemBody__article {
    font-size: 12px;
  }

  .itemHeader li span {
    font-size: 14px;
  }

  .itemHeader__articule {
    padding-left: 0;
    max-width: 127px;
    text-align: right;
  }

  .itemHeader__power {
    max-width: 87px;
    margin-left: 6px;
  }

  .itemBody__power {
    max-width: 65px;
  }

  .itemBody__kct {
    max-width: 73px;
  }

  .itemHeader__kct {
    max-width: 85px;
  }

  .itemHeader__ispolnenie {
    max-width: 70px;
  }

  .itemHeader__corpus {
    max-width: 85px;
  }

  .itemHeader__light {
    max-width: 105px;
  }

  .itemBody__svetok {
    max-width: 123px;
  }

  .itemBody__ispolnenie {
    max-width: 70px;
  }

  .lightBtn {
    display: none;
  }

  .lightBtn2 {
    display: block;
    z-index: 100000;
    margin: 0 auto;
    left: 0;
    right: 0;
    background: url('../images/light8.png') no-repeat center;
    bottom: -128px;
  }

  .lightSectionContent.active + .lightBtn2 {
    background: url('../images/light9.png') no-repeat center;
  }

  .itemBlockLeft {
    max-width: 370px;
  }

  .itemBlockList li span,
  .itemBlock__title {
    font-size: 16px;
  }

  .contentBlock__paragraf {
    font-size: 25px;
  }

  .catalogDesineItem__img {
    height: 170px;
  }

  .headerGradient2 {
    height: 70px;
  }

  .itemBody2 li.itemBody__li {
    max-width: 105px;
    margin-left: 0;
  }

  .catalogDesineItem {
    height: 250px;
  }

  .catalogDesineItem__text {
    font-size: 16px;
  }

  .headerGradient3 {
    height: 80px;
  }

  .ourWe {
    padding-top: 100px;
  }

  .headerTop {
    max-width: 486px;
  }
}

@media (max-width: 768px) {
  .aboutSwipe .swiper-slide img {
    height: 250px;
  }

  .ourAdvantages {
    max-width: 500px;
    background-size: cover;
    height: 626px;
  }

  .ourAdvantagesItem {
    top: 390px;
    left: 25px;
  }

  .ourAdvantagesItem2 {
    top: 258px;
    left: 174px;
  }

  .ourAdvantagesItem3 {
    top: 465px;
    left: 315px;
  }

  .ourAdvantagesItem__paragraf span,
  .ourAdvantagesItem__title {
    font-size: 18px;
  }

  .ourAdvantagesItem__paragraf {
    font-size: 14px;
    width: 157px;
    margin: 0 auto;
  }

  .ourСooperateRight {
    max-width: 280px;
  }

  .photoSlider {
    max-width: 600px;
  }

  .cooperation {
    max-width: 640px;
  }

  .cooperationRight {
    max-width: 310px;
  }

  .contentCatalog {
    max-width: 600px;
  }

  .catalogContentBlock {
    justify-content: space-between;
  }

  .catalogContentBlockItem {
    margin-right: 0;
    max-width: 280px;
  }

  .catalogContentBlockItem__img {
    height: 270px;
  }

  .catalogTop {
    position: relative;
  }

  .catalogTop__rezult {
    position: absolute;
    top: 100px;
    right: 0;
  }

  .catalogContentBlock {
    margin-top: 80px;
  }

  .filterSortingIn {
    left: 0;
    max-width: 100%;
  }

  .filterSortingCheckbox {
    max-width: 250px;
    position: absolute;
    left: 0;
    margin-right: 0;
  }

  .filterSortingRadio {
    width: 41%;
  }

  .paginationBlock {
    justify-content: center;
  }

  .typeBlockContnet {
    justify-content: space-between;
  }

  .typeBlockItem {
    margin-right: 0;
    max-width: 47%;
  }

  .filterSettingSelect__title4, .filterSettingSelect__title3, .filterSettingSelect__title2, .filterSettingSelect__title {
    font-size: 13px;
  }

  .filterSettingSelect {
    max-width: 140px;
  }

  .itemBody__colorWhite {
    margin-left: 0;
  }

  .bgFon3,
  .bgFon2 {
    height: 400px;
  }

  .catalogdesineContent {
    max-width: 600px;
  }

  .catalogDesineItem {
    max-width: 193px;
    height: 245px;
  }

  .catalogDesineItem__text {
    font-size: 14px;
    max-height: 68px;
  }

  .catalogRazdelList li a {
    font-size: 14px;
  }

  .catalogdesineContentMobil {
    max-width: 100%;
  }

  .headerTop {
    max-width: 454px;
  }

  .typeBlock {
    max-width: 309px;
  }

  .typeIng {
    max-width: 290px;
  }

  .typeContent2 .typeBlock {
    max-width: 80%;
  }

  .typeIng2 {
    margin: 0 auto;
  }

  .tab-container > div {
    padding-left: 30px;
  }

  .typeContent2 .typeBlock__title {
    padding-top: 20px;
  }

  .light img {
    max-width: 370px;
  }

  .light {
    max-width: 405px;
    background-position: 0 230px;
  }

  .lightRoute {
    width: 440px;
    margin: -62px 0 0 -6px;
  }

  .light3 {
    background-position: 40px 50px;
  }

  .light2 {
    background-position: 12px 0;
    right: -120px;
  }

  .light1 {
    background-position: -46px 48px;
    left: -65px;
  }

  .navSlider {
    bottom: auto;
    top: 349px;
    margin: 0 auto;
    max-width: 400px;
  }
}

@media (max-width: 680px) {
  .popupOur {
    max-width: 400px !important;
    padding: 34px 20px !important;
    height: 550px;
  }

  .popupOurFormLeft__input textarea {
    max-width: 356px;
  }

  .popupOurFormLeft input {
    max-width: 356px;
  }

  .formPopup.fancybox-active .fancybox-slide--html .fancybox-close-small {
    left: 87% !important;
  }

  .popupOurForm {
    margin-top: 20px;
  }

  .popupOurForm .popupOurFormRight {
    margin: 0 auto;
  }

  .popupOur .popupOurFormRight__btn {
    margin-top: 130px;
  }

  .popupOur .popupOurFormRight__btn:before {
    width: 90px;
    height: 100px;
    background-size: cover !important;
    top: 19px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }

  .popupOurForm .popupOurFormRight {
    position: relative;
  }

  .ourDirections {
    max-width: 580px;
  }

  .ourDirectionsContent li {
    max-width: 30%;
    width: 100%;
  }

  .ourDescription {
    max-width: 500px;
    margin: 0 auto;
  }

  .ourHrefList li {
    max-width: 48%;
  }

  .ourHrefList {
    max-width: 480px;
  }

  .ourHrefList li a span {
    max-width: 98%;
  }

  .ourWe {
    padding-top: 100px;
  }

  .ourWeContentIn {
    max-width: 80%;
  }

  .ourWeContentIn__text {
    font-size: 16px;
    line-height: 20px;
  }

  .ourWe img {
    height: 437px;
  }

  .ourСooperateLeft {
    max-width: 100%;
  }

  .ourСooperateLeft img {
    width: 100%;
  }

  .ourСooperateRight {
    max-width: 400px;
    margin: 0 auto;
  }

  .ourСooperate__title {
    position: absolute;
    top: 21px;
    text-align: center;
    width: 100%;
    left: 0;
  }

  .ourСooperate {
    position: relative;
  }

  .ourСooperate__text {
    max-width: 310px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }

  .btnBlock {
    margin: 40px auto;
    height: 40px;
    width: 160px;
  }

  .btnBlock span {
    height: 38px;
    width: 158px;
    font-size: 13px;
  }

  .footer {
    padding-top: 40px;
  }

  .lightSectionContent {
    padding: 33px;
    max-width: 90%;
    width: 100%;
    margin: 0 auto;
    right: 0;
    top: 60px;
  }

  .lightSection__title {
    font-size: 30px;
    text-align: center;
  }

  .lightSection__title2 {
    text-align: center;
  }

  .lightSectionList li {
    justify-content: center;
  }

  .lightSection img {
    height: 490px;
  }

  .photoSlider {
    margin-bottom: 80px;
  }

  .cooperation {
    max-width: 500px;
  }

  .cooperationIn {
    flex-direction: column-reverse;
  }

  .cooperationRight {
    max-width: 100%;
  }

  .cooperationLeft {
    max-width: 100%;
  }

  .cooperation__paragraf,
  .cooperation__title {
    text-align: center;
  }

  .cooperationLeft .popupOurForm {
    max-width: 360px !important;
    width: 100% !important;
  }

  .catalogContentMobil {
    display: flex;
    justify-content: flex-start;
    z-index: 10;
  }


  .catalogLogo img {
    width: 160px;
  }

  .mobilBtnWhite {
    top: 30px;
  }

  .itemContent {
    max-width: 490px;
  }

  .itemBody,
  .itemHeader {
    display: none;
  }

  .itemMobil {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    margin-top: 50px;
  }

  .itemMobilImg {
    max-width: 130px;
    width: 100%;
  }

  .itemMObilRightList {
    max-width: 100%;
    width: 100%;
  }

  .itemMObilRightList li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
  }

  .itemMObilRightList__title {
    color: #8BA5CC;
    font: normal normal 20px 'EB Garamond', sans-serif;
  }

  .itemMObilRightList__num {
    color: #416983;
    font: normal normal 20px 'EB Garamond', sans-serif;
  }

  .itemMObilRightList li {
    border-bottom: 1px solid rgba(65, 105, 131, .3);
    padding-bottom: 21px;
    padding-top: 16px;
  }

  .itemMObilRightList li:last-of-type {
    border-bottom: none;
  }

  .itemMObilRightList__block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
  }

  .itemMObilRight {
    max-width: 320px;
    width: 100%;
  }

  .itemBody__colorWhite {
    margin-left: 0;
    width: 30px;
    height: 30px;
    margin-top: 10px;
  }

  .itemMObilRightList__num {
    padding-top: 10px;
  }

  .itemBlockLeft {
    max-width: 100%;
  }

  .itemBlockRight {
    margin: 20px auto 0;
  }

  .itemTable {
    padding: 20px;
  }

  .sliderVerticaleNav .swiper-button-prev:after,
  .sliderVerticaleNav .swiper-button-next:after {
    font-size: 30px !important;
    color: #416983 !important;
  }

  .sliderVerticaleNav .swiper-button-next {
    position: absolute;
    top: -50px !important;
    left: 0;
    right: 0;
    margin: 0 auto;
    transform: rotate(269deg);
  }

  .sliderVerticaleNav .swiper-button-prev {
    position: absolute;
    top: auto !important;
    bottom: 30px !important;
    left: 0;
    right: 0;
    margin: 0 auto;
    transform: rotate(269deg);
  }

  .mobilSlider {
    position: relative;
    border-bottom: 1px solid rgba(65, 105, 131, .3);
    display: block;
    background: white;
  }

  .sliderVerticaleNav {
    position: absolute;
    top: 20px;
    max-width: 100%;
    width: 100%;
    height: 100%;
    border-top: 1px solid rgba(65, 105, 131, .3);
  }

  .catalogLogo img {
    width: 140px;
  }

  .itemMobil2 .itemMObilRightList__title {
    color: #CABF99;
  }

  .itemMobil2 .itemMObilRightList__num {
    color: #797763;
  }

  .itemMobil2 .itemBody__colorYellow {
    border: 1px solid #BABC56;
    background: #E0C47C;
    border-radius: 100px;
    width: 22px;
    height: 22px;
    margin-top: 10px;
  }

  .headerTop {
    max-width: 422px;
  }

  #conteneur {
    display: none;
  }

  .acardeonMobil {
    max-width: 100%;
    width: 100%;
    margin: 20px auto 0;
    display: block;
  }

  .acardeonMobil .metismenu .has-arrow::after {
    display: none !important;
  }

  .acardeonMobil .metismenu .has-arrow:before {
    content: "";
    position: absolute;
    background-color: rgba(0, 0, 0, .5);
    width: 100%;
    height: 100%;
    z-index: 1;
    -webkit-transition: all, 0.5s;
    -moz-transition: all, 0.5s;
    -o-transition: all, 0.5s;
    transition: all, 0.5s;
  }

  .acardeonMobil .metismenu .mm-active .has-arrow:before {
    opacity: 0;
  }

  .metismenuTree,
  .metismenuTwo,
  .metismenuOne {
    background: url('../images/acardeonMobil.jpg') no-repeat top center;
    background-size: cover;
    height: 370px;
    max-width: 100%;
    width: 100%;
    display: block;
  }

  .acardeonMobil .metismenu .mm-active .metismenuOne {
    background: url('../images/acardeonMobilBig.jpg') no-repeat top center;
    background-size: cover;
    height: 600px;
  }

  .metismenuTwo {
    background: url('../images/acardeonMobil2.jpg') no-repeat top center;
    background-size: cover;
  }

  .metismenuTree {
    background: url('../images/acardeonMobil3.png') no-repeat top center;
    background-size: cover;
  }

  .acardeonMobil .metismenu .mm-active .metismenuTwo {
    background: url('../images/acardeonMobilBig2.jpg') no-repeat top center;
    background-size: cover;
    height: 600px;
  }

  .acardeonMobil .metismenu .mm-active .metismenuTree {
    background: url('../images/acardeonMobilBig3.jpg') no-repeat top center;
    background-size: cover;
    height: 600px;
  }

  .acardeonMobilItem {
    position: relative;
  }

  .acardeonMobilItem:before {
    content: "";
    position: absolute;
    background-color: rgba(0, 0, 0, .5);
    width: 100%;
    height: 270px;
    z-index: 1;
  }

  .acardeonMobilItem__href3 > span,
  .acardeonMobilItem__href2 > span,
  .acardeonMobilItem__href > span {
    text-transform: uppercase;
    color: #FFFFFF;
    font: normal normal 22px 'EB Garamond', sans-serif;
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: block;
    width: 100%;
    text-align: center;
    z-index: 1;
  }

  .acardeonMobilItemBtn3.active:before,
  .acardeonMobilItemBtn2.active:before,
  .acardeonMobilItemBtn.active:before {
    display: none;
  }


  .acardeonMobilItemMobilIn {
    -webkit-transition: all, 0.5s;
    -moz-transition: all, 0.5s;
    -o-transition: all, 0.5s;
    transition: all, 0.5s;
    opacity: 0;
    display: none;
  }

  .acardeonMobilItem.acardeonMobilItemBtn2.active .acardeonMobilItemMobilIn,
  .acardeonMobilItem.acardeonMobilItemBtn.active .acardeonMobilItemMobilIn {
    display: block;
  }

  .acardeonMobilItem__title {
    color: #fff;
    position: absolute;
    z-index: 1;
    bottom: 40px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    text-align: center;
    font: normal normal 22px 'EB Garamond', sans-serif;
  }

  .mm-active .acardeonMobilItem__title {
    opacity: 0;
  }

  .acardeonMobil .metismenu .mm-active .metismenuOne .acardeonMobilItemMobilIn {
    opacity: 1;
    display: block;
    width: 100%;
    position: absolute;
    bottom: 200px;
    text-align: center;
  }

  .metismenu .mm-active {
    position: relative;
  }

  .metismenu .mm-active .metismenuOne + .mm-collapse.mm-show li .acardeonMobilItemMobilIn {
    opacity: 1;
    position: absolute;
    display: block;
    bottom: 200px;
    width: 100%;
    text-align: center;
    z-index: 10;
  }


  .metismenu .mm-active .metismenuTwo + .mm-collapse.mm-show li .acardeonMobilItemMobilIn {
    opacity: 1;
    position: absolute;
    display: block;
    bottom: 180px;
    width: 100%;
    text-align: center;
    z-index: 10;
  }

  .metismenu .mm-active .metismenuTree + .mm-collapse.mm-show li .acardeonMobilItemMobilIn {
    opacity: 1;
    position: absolute;
    display: block;
    bottom: 160px;
    width: 100%;
    text-align: center;
    z-index: 10;
  }

  .metismenu .mm-active .metismenuTwo + .mm-collapse.mm-show li .acardeonMobilItemMobilIn .acardeonMobilItemMobilIn__title {
    color: #FFFFFF;
  }

  .metismenu .mm-active .metismenuTwo + .mm-collapse.mm-show li .acardeonMobilItemMobilIn .acardeonMobilItemMobilIn__desc {
    color: #FFFFFF;
  }

  .metismenu li.height a,
  .metismenu li.height {
    height: 90px;
  }

  .popupOur .popupOurFormLeft__input textarea,
  .popupOur .popupOurFormLeft input {
    max-width: 356px;
  }
}

@media (max-width: 640px) {
  .catalogMenu,
  .nav,
  .headerTop__phone {
    display: none;
  }

  .contentBlock {
    max-width: 450px;
  }

  .callBtn {
    height: 47px;
    width: 180px;
  }

  .callBtn span {
    font-size: 17px;
    height: 43px;
    width: 176px;
  }

  .contentBlock__title {
    text-align: center;
    font-size: 22px;
  }

  .contentBlock__paragraf {
    font-size: 20px;
    text-align: center;
    margin: 0 auto;
  }

  .headerTop {
    margin: 0 auto;
    position: relative;
    justify-content: space-between;
  }

  .bread {
    max-width: 75%;
    padding-top: 50px;
  }

  .logoDesc {
    display: none;
  }

  .logo {
    width: 160px;
  }

  .logo img.logoMobil {
    display: block;
    object-fit: cover;
  }

  .prev,
  .next {
    width: 14px;
  }

  .navigation {
    max-width: 80%;
  }

  .mainBlock {
    padding-top: 10px;
  }

  .mobilBtn {
    position: absolute;
    right: 0;
    top: 15px;
    display: block;
  }

  .mobilBtn span {
    width: 28px;
    border-bottom: 1px solid #797763;
    display: block;
    margin-bottom: 5px;
  }

  .headerGradient3 .mobilBtn span {
    border-bottom: 1px solid #FFFFFF;
  }

  .catalogBg .mobilBtn {
    top: 25px;
    right: 0;
  }

  .mobilBtnWhite {
    top: 30px;
  }

  .typeBlock__paragraf {
    font-size: 14px;
    text-align: center;
  }

  .typeBlock__title {
    font-size: 20px;
    text-align: center;
  }

  .catalogBread3 {
    margin-top: 30px;
    margin-bottom: 0;
  }

  .mobilBtnWhite span {
    border-bottom: 1px solid #FFFFFF;
  }

  .contentBlock__title_modif {
    max-width: 400px;
  }

  .chandeliers__img {
    display: none;
  }

  .chandeliers__img2 {
    left: 59%;
    width: 120px;
  }

  .contentBlock__paragraf {
    max-width: 270px;
  }

  .chandeliers__img4 {
    right: 40%;
    width: 160px;
  }

  .chandeliers__img3 {
    width: 135px;
    right: 34%;
  }

  .navigation {
    margin-top: 140px;
  }

  .fancybox-slide--html {
    padding: 0 !important;
  }

  .mainBlock3 .header {
    max-width: 400px;
    margin: 0 auto;
  }

  .contentBlock__paragraf_modif2 {
    margin: 0 auto;
  }

  .contentBlock .prev {
    left: 0;
  }

  .ourBtn {
    margin: 50px auto 0;
    height: 47px;
    max-width: 180px;
  }

  .ourBtn span {
    height: 44px;
    max-width: 176px;
    font-size: 17px;
  }

  .mainBlock3 video {
    height: 100vh;
  }

  .bread {
    max-width: 90%;
  }

  .ourHistory__title {
    font-size: 20px;
  }

  .ourHistory__paragraf {
    font-size: 18px;
    line-height: 25px;
  }

  .ourDirections {
    max-width: 350px;
  }

  .ourDirectionsList li a span {
    font-size: 17px;
  }

  .ourDirectionsIn__title {
    font-size: 14px;
  }

  .ourDirectionsContent {
    flex-direction: column;
    margin-top: 30px;
  }

  .ourDirectionsContent li {
    max-width: 100%;
    margin-bottom: 50px;
  }

  .ourDescription {
    padding-top: 0;
  }

  .ourDescription__paragraf {
    text-align: justify;
    font-size: 16px;
  }

  .ourDescription__paragraf span {
    font-size: 16px;
  }

  .footerLogo {
    width: 100%;
    text-align: center;
    position: absolute;
    top: 15px;
  }

  .footerBottom {
    flex-direction: column;
    padding-bottom: 0;
    margin-top: -11px;
  }

  .footerBottom li {
    padding-bottom: 5px;
  }

  .footer__line {
    border: none;
    border-bottom: 1px solid #797763;
    margin: -23px 0 18px 0;
  }

  .footerList li a {
    color: #797763;
    display: block;
    text-align: right;
    margin-top: 3px;
    font-size: 17px;
  }

  .footerList li {
    max-width: 100%;
    width: 100%;
  }

  .footer .nav {
    display: block;
    position: absolute;
    top: 65px;
    max-width: 200px;
    width: 100%;
  }

  .footer .nav li {
    margin-bottom: 10px;
  }

  .footer {
    position: relative;
    height: 300px;
  }

  .footerCenterList {
    margin: 0 auto;
  }

  .footer .footerTop {
    height: 245px;
  }

  .footerCatalog .footer .footerTop {
    height: 240px;
  }

  .footerList {
    position: absolute;
    top: 65px;
    right: 0;
    width: 180px;
  }

  .footer .nav li a .nav__title {
    color: #797763;
    font-size: 17px;
  }

  .footerCenterList li a svg {
    fill: #797763;
  }

  .lightSection__title {
    font-size: 17px;
  }

  .lightSection__title2 {
    font-size: 13px;
  }

  .lightSectionList li span {
    font-size: 13px;
  }

  .lightSectionList li {
    text-align: center;
  }

  .lightSectionContent {
    top: 125px;
    max-width: 400px;
    width: 100%;
  }

  .lightSection img {
    height: 420px;
  }

  .lightSectionList li:before {
    width: 4px;
    height: 4px;
    margin-right: 5px;
  }

  .lightSection {
    margin: 20px auto;
  }

  .service {
    max-width: 500px;
  }

  .serviceList__paragraf,
  .service__title {
    font-size: 18px;
  }

  .service__h2 {
    font-size: 28px;
  }

  .ourHistory__paragraf,
  .ourHistory__title {
    text-align: center;
  }

  .prevPage:before, .nextPage:before {
    width: 25px;
    height: 25px;
  }

  .ourHistory {
    padding-top: 100px;
    padding-bottom: 30px;
  }

  .ourHrefList li a {
    margin-bottom: 0;
  }

  .photoSlider {
    max-width: 500px;
    margin: 0 auto 50px;
  }

  .photoSliderSwipe .swiper-slide img {
    width: 100%;
    height: auto;
  }

  .catalogLogo,
  .header2 .logo {
    left: 0;
    width: 150px;
  }

  .header2 .mobilBtn {
    top: 20px;
  }

  .headerBlue .mobilBtn {
    top: 30px;
  }

  .contactsList {
    flex-direction: column;
    align-items: center;
  }

  .contactsList li span {
    width: 280px;
  }

  .contactsList li {
    margin-bottom: 20px;
  }

  .contactsList li:last-of-type {
    margin-bottom: 0;
  }

  .contacts__title {
    padding: 50px 20px 0;
  }

  .bgFon {
    height: 250px;
  }

  .catalogTitle__ttile {
    font-size: 20px;
    padding: 0 86px;
  }

  .contentCatalog {
    max-width: 90%;
  }

  .catalogContentBlockItem {
    max-width: 48%;
  }

  .catalogContentBlockItem__img {
    height: 250px;
  }

  #particlesNasa,
  #particlesSnow,
  #particles2-js,
  #particles-js {
    height: 80%;
  }

  .footerCatalog,
  .footerCatalogDesine {
    position: relative;
    height: 302px;
  }

  .filterSortingCheckbox .blockCheckbox input:checked ~ .checkmark,
  .filterSortingCheckbox .blockCheckbox,
  .filterSortingCheckbox__title, .filter__title,
  .catalogTop__rezult {
    font-size: 14px;
  }

  .filterSortingCheckbox__title {
    padding-top: 5px;
  }

  .filterSortingCheckbox {
    max-width: 200px;
  }

  .filterSortingRadio {
    width: 90px;
    position: relative;
    top: 5px;
  }

  .filterSorting .catalogTop__rezult {
    top: 5px;
  }

  .filterSettingSelectMain {
    flex-direction: column;
    max-width: 270px;
    margin-top: 24px;
  }

  .filterSetting.active + .filterSortingIn {
    top: 15px;
  }

  .filterSetting.active {
    align-items: flex-start;
  }

  .filterSettingSelect__title4, .filterSettingSelect__title3, .filterSettingSelect__title2, .filterSettingSelect__title {
    font-size: 16px;
  }

  .filterSettingSelect {
    max-width: 200px;
    margin-bottom: 20px;
  }

  .filterSettingSelectLast {
    margin-left: 0;
  }

  .tabList li span {
    width: 90%;
    font-size: 15px;
  }

  .etabs__paragraf,
  .tab-container .etabs li a {
    font-size: 15px;
  }

  .tab-container .etabs {
    padding: 15px 0 20px;
  }

  .ourWe {
    padding-top: 50px;
  }

  .ourDirections {
    margin: 40px auto;
  }

  .catalogLogo img {
    width: 150px;
  }


  .bgFon3,
  .bgFon2 {
    height: 320px;
  }

  .catalogdesineContent {
    max-width: 500px;
    justify-content: space-between;
  }

  .catalogDesineItem {
    max-width: 48%;
    margin-right: 0;
  }

  .filterSettingPriceBlock {
    max-width: 200px;
  }

  .headerGradient2 {
    height: 70px;
  }

  .headerGradient3 {
    height: 70px;
  }

  .headerGradient2 .mobilBtn span {
    border-bottom: 1px solid #FFFFFF;
  }

  .footerCatalogStreet .nav li a .nav__title {
    color: #FFFFFF;
  }

  .footerCatalogStreet .footer__line {
    border-bottom: 1px solid #FFFFFF;
  }

  .contentBlock {
    max-width: 90%;
    position: absolute;
    left: 0;
    right: 0;
    top: 250px;
  }

  .mainBlock2 .headerTop {
    justify-content: space-between;
  }

  .headerGradient {
    height: 70px;
  }

  .headerTopBanner {
    justify-content: space-between;
  }

  .mobilBtn {
    top: 20px;
  }

  .typeContent {
    justify-content: center;
  }

  .mainBlock3 .header,
  .mainBlock2 .header {
    max-width: 90%;
    padding-top: 0;
  }

  .footerCenter {
    max-width: 145px;
    width: 100%;
    justify-content: flex-end;
    position: absolute;
    bottom: 78px;
    right: 0;
  }

  .footerBottom a, .footerBottom span {
    font-size: 16px;
  }

  .footerBottom a {
    font-size: 14px;
  }

  .header2.headerBlue, .headerCatalog {
    max-width: 90%;
    padding-top: 10px;
    position: relative;
  }
}

@media (max-width: 560px) {
  .filterSettingSelectMain {
    max-width: 220px;
  }

  .light1 {
    background: url('../images/light10.png') no-repeat 0 0;
    top: 0;
    left: -140px;
    height: 350px;
  }

  .light2 {
    background: url('../images/light11.png') no-repeat 0 0;
    right: -200px;
    top: 20px;
  }

  .light3 {
    background: url(../images/light12.png) no-repeat 0 35px;
    right: -146px;
  }

  .metismenuTree, .metismenuTwo, .metismenuOne {
    height: 290px
  }
}

@media (max-width: 500px) {
  .contentBlock__title {
    max-width: 309px;
    margin: 0 auto;
  }

  .contentBlock__paragraf {
    max-width: 250px;
    margin: 0 auto;
    padding-top: 40px;
  }

  .chandeliers__img3 {
    right: 29%;
  }

  .contentBlock__paragraf_modif {
    padding-top: 10px;
  }

  .contentBlock3 .contentBlock__paragraf {
    padding-top: 20px;
  }

  .formPopup.fancybox-active .fancybox-slide--html .fancybox-close-small {
    left: 85% !important;
  }

  .chandeliers__img4 {
    right: 36%;
  }

  .ourHistory {
    max-width: 85%;
    padding-top: 70px;
  }

  .ourHistory__paragraf {
    font-size: 17px;
    text-align: justify;
  }

  .ourHistory__title {
    font-size: 17px;
    text-align: center;
  }

  .youtube iframe {
    height: 300px;
  }

  .ourDescription {
    max-width: 80%;
  }

  .ourHrefList {
    max-width: 205px;
    margin: 0 auto;
  }

  .ourHrefList li a,
  .ourHrefList li {
    max-width: 100%;
    margin-bottom: 25px;
  }

  .ourHrefList li a span {
    width: 100%;
    font-size: 14px;
  }

  .ourWeContentIn {
    max-width: 90%;
  }

  .ourWeContent {
    padding: 15px 0;
  }

  .ourAdvantages {
    max-width: 360px;
    height: 452px;
  }

  .ourAdvantagesItem {
    top: 287px;
    left: 4px;
  }

  .ourAdvantagesItem2 {
    top: 165px;
    left: 100px;
  }

  .ourAdvantagesItem3 {
    top: 321px;
    left: 203px;
    max-width: 164px;
    width: 100%;
  }

  .ourAdvantagesItem__paragraf,
  .ourAdvantagesItem__paragraf span, .ourAdvantagesItem__title {
    font-size: 10px;
  }

  .ourAdvantagesItem__paragraf {
    width: 100px;
  }

  .ourAdvantagesItem3__line {
    width: 90px;
  }

  .ourСooperate__title {
    font-size: 17px;
    width: 220px;
    margin: 0 auto;
    text-align: center;
    left: 0;
    right: 0;
  }

  .serviceList {
    flex-direction: column;
    align-items: center;
  }

  .serviceList__paragraf, .service__title {
    font-size: 14px;
    line-height: 120%;
  }

  .service__title {
    line-height: 20px;
    padding: 0 30px;
  }

  .service__h2 {
    font-size: 20px;
    width: 180px;
    margin: 0 auto;
    padding-top: 30px;
  }

  .service {
    padding-top: 30px;
  }

  .serviceList {
    margin-top: 50px;
  }


  .serviceList__paragraf span {
    font-size: 17px;
  }

  .serviceList__img {
    height: 80px;
  }

  .serviceList__img img {
    height: 100%;
  }

  .photoSlider__title {
    text-align: center;
    font-size: 14px;
  }

  .cooperationRight {
    max-width: 90%;
    margin: 0 auto;
  }

  .cooperation__paragraf, .cooperation__title {
    padding: 5px 20px;
  }

  .cooperationLeft .popupOurForm .popupOurFormLeft__file {
    justify-content: flex-end;
  }

  .catalogContentBlockItem__img {
    height: 200px;
  }

  .catalogBread li span, .catalogBread li a {
    font-size: 14px;
  }

  .catalogTop__rezult {
    font-size: 14px;
  }

  .catalogContentBlockItem__title {
    font-size: 14px;
  }

  .catalogContentBlockItem {
    margin-bottom: 40px;
  }

  .catalogTitle__paragraf {
    font-size: 16px;
  }

  .catalogTitle__ttile {
    padding: 0 54px;
  }

  .bgFon {
    height: 220px;
  }

  .typeBlockItem span {
    font-size: 16px;
  }

  .filterSortingDesine .filterSortingLeft {
    padding-bottom: 20px;
    border-bottom: 1px solid #797763;
  }

  .filterSortingBlue .filterSortingLeft {
    padding-bottom: 20px;
    border-bottom: 1px solid #416983;
  }


  .filterSetting {
    margin-top: 0;
  }

  .mainBlockMobil {
    background: url('../images/bgMobil.jpg') no-repeat top center;
    background-size: 100% 100%;
  }

  .youtube, .youtube iframe {
    height: 300px;
  }

  .ourDirections {
    margin: 40px auto 0;
  }

  .ourDescription {
    padding-top: 0;
  }

  .ourHrefList li {
    margin-bottom: 0;
  }

  .ourHrefList {
    padding-top: 30px;
  }

  .ourWe {
    padding-top: 30px;
  }

  .youtube {
    margin-top: 40px;
  }

  .ourDirectionsContent li {
    margin-bottom: 20px;
  }

  .btnBlock {
    margin-bottom: 20px;
  }

  .itemMobil {
    max-width: 90%;
    margin: 30px auto 0;
  }

  .itemMobilImg {
    max-width: 100px;
  }

  .itemMObilRightList__num,
  .itemMObilRightList__title {
    font-size: 14px;
  }

  .itemBody__colorWhite {
    width: 22px;
    height: 22px;
  }

  .itemMObilRight {
    max-width: 70%;
  }

  .itemBlock {
    max-width: 95%;
    margin-top: 20px;
  }

  .itemTable {
    max-width: 95%;
    margin: 30px auto;
  }

  .itemBlockList li span,
  .itemBlock__title,
  .itemTableList li span {
    font-size: 14px;
  }

  .mySwiperVerticale {
    height: 346px;
  }

  .mobilSlider {
    margin-top: 20px;
  }

  .navigation {
    position: absolute;
    top: 120px;
    margin-top: 0;
  }

  .contentBlock3 .navigation {
    top: 220px;
  }

  .sectionSwipe {
    margin-top: 30px;
  }

  .bgFon3,
  .bgFon2 {
    height: 260px;
  }

  .catalogdesineContent {
    max-width: 400px;
  }

  .catalogDesineItem__img {
    height: 150px;
  }

  .catalogDesineItem {
    height: 220px;
  }

  .filterSortingDesine .filterSortingLeft input {
    border: 1px solid #CABF99;
    padding-left: 10px;
  }

  .filterSortingStreet .filterSortingLeft input {
    border: 1px solid #A3A3A3;
    padding-left: 10px;
  }

  .filterSortingBlue .filterSortingLeft input {
    border: 1px solid #416983;
    padding-left: 10px;
  }

  .bread {
    padding-top: 30px;
    max-width: 90%;
  }

  .catalogRazdel {
    margin-top: 30px;
  }

  .filterSetting.active {
    flex-direction: column;
    padding-left: 40px;
  }

  .filterSettingSelectMain {
    margin-top: 80px;
  }

  .catalogRazdelList {
    flex-direction: column;
    align-items: center;
    max-width: 100%;
    width: 100%;
  }

  .catalogRazdelList li {
    margin-bottom: 10px;
  }

  .filterSortingIn {
    top: 70px;
  }

  .filterSetting.active + .filterSortingIn {
    border-top: 1px solid #797763;
    padding-top: 15px;
  }

  .filterSorting .catalogTop__rezult {
    top: 22px;
  }

  .typeContent2 .typeBlock__title {
    font-size: 22px;
    padding-top: 40px;
  }

  .itemTitle__title {
    max-width: 90%;
    width: 100%;
    margin: 0 auto;
  }

  .contentBlock3 {
    top: 150px;
  }

  .popupItem3 .popupItem__title {
    width: 100%;
    font-size: 14px;
    padding: 0;
  }

  .mainBlock3:before {
    height: 95%;
  }
}

@media (max-width: 430px) {
  .navigation {
    max-width: 90%;
  }

  .contentBlock3 .navigation {
    top: 220px;
  }

  .prev,
  .next {
    width: 9px;
  }

  .popupItem__title {
    padding: 0 30px;
    font-size: 15px;
  }

  .mainBlock .coubs {
    display: none;
  }

  .mainBlock2 {
    background: #f8f8f8;
  }

  .chandeliers__img2 {
    left: 64%;
  }

  .chandeliers__img3 {
    right: 23%;
  }

  .chandeliers__img4 {
    right: 31%;
  }

  .popupOur {
    max-width: 330px !important;
  }

  .popupOur .popupOurFormLeft__input textarea,
  .popupOur .popupOurFormLeft input {
    max-width: 286px;
  }

  .bread {
    max-width: 95%;
  }

  .footerLogo {
    width: 200px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }

  .lightSectionContent {
    padding: 20px;
  }

  .lightSection img {
    height: 400px;
  }

  .prevPage:before, .nextPage:before {
    width: 8px;
    height: 8px;
  }

  .sectionSwipeNav {
    max-width: 90%;
    top: 418px;
  }

  .footerCenterList {
    width: 100%;
  }

  .cooperation .popupOurFormLeft__input textarea,
  .cooperation .popupOurFormLeft input {
    max-width: 356px;
  }

  .catalogContentBlockItem__img {
    height: 153px;
  }

  .catalogTitle__ttile {
    padding: 0 24px;
    font-size: 16px;
  }

  .filterBtn {
    margin-right: 0;
  }

  .filterSortingDesine .filterSortingLeft {
    justify-content: space-between;
  }

  .typeBlockItem span {
    font-size: 14px;
  }

  .typeBlockItem {
    margin-bottom: 20px;
  }

  .lightSectionContent {
    top: 115px;
    max-width: 340px;
    padding: 20px 0;
  }

  .bread li a,
  .bread li span {
    font-size: 16px;
  }

  .typeContent2 .typeBlock {
    max-width: 100%;
  }

  .light2 {
    background-position: 50px 0;
  }

  .light3 {
    right: -115px;
  }

  .light img {
    max-width: 280px;
  }

  .light {
    max-width: 310px;
    background-position: 0 265px;
  }

  .light img {
    max-width: 230px;
  }

  .lightRoute {
    width: 353px;
  }
}

@media (max-width: 390px) {
  .chandeliers__img2 {
    left: 65%;
  }

  .chandeliers__img4 {
    right: 30%;
  }

  .chandeliers__img3 {
    right: 18%;
  }

  .chandeliers__img4 {
    right: 26%;
  }

  .logo {
    width: 150px;
  }

  .ourWe__title {
    font-size: 18px;
  }

  .ourWeContentIn__text {
    font-size: 13px;
    line-height: 18px;
    padding-bottom: 10px;
  }

  .ourWe img {
    height: 378px;
  }

  .ourAdvantages {
    max-width: 300px;
    height: 375px;
  }

  .ourAdvantagesItem {
    top: 225px;
    left: -9px;
  }

  .ourAdvantagesItem2 {
    top: 138px;
    left: 68px;
  }

  .ourAdvantagesItem3 {
    top: 261px;
    left: 187px;
    max-width: 100px;
    width: 100%;
  }

  .cooperation {
    max-width: 310px;
  }

  .cooperation .popupOurFormLeft__input textarea,
  .cooperation .popupOurFormLeft input {
    max-width: 306px;
  }

  .cooperation__title {
    font-size: 22px;
  }

  .contactsList li span {
    width: 230px;
    font-size: 16px;
  }

  .contactsInfoList li a {
    font-size: 18px;
  }

  .contactsInfoList__phone:before,
  .contactsInfoList__email:before {
    width: 30px;
    height: 30px;
    background-size: cover;
    margin-right: 15px;
  }

  .contactsInfo__title {
    font-size: 20px;
  }

  .catalogTop__rezult {
    font-size: 12px;
  }

  .filterSortingCheckbox .blockCheckbox input:checked ~ .checkmark,
  .filterSortingCheckbox .blockCheckbox {
    font-size: 12px;
  }

  .filterSortingRadio {
    width: 63px;
    top: 0;
  }

  .filterSortingCheckbox__title {
    padding-top: 0;
  }

  .filterSortingIn {
    top: 70px;
  }

  .filterSortingCheckbox {
    max-width: 180px;
  }

  .itemMObilRight {
    max-width: 68%;
  }

  .ourHistory {
    padding-top: 50px;
  }

  .bgFon2 {
    height: 220px;
  }

  .catalogdesineContent {
    max-width: 320px;
  }

  .catalogDesineItem__img {
    height: 120px;
  }

  .catalogDesineItem {
    height: 190px;
  }

  .catalogDesineItem__text {
    font-size: 12px;
    max-height: 61px;
  }

  .filterSorting .catalogTop__rezult {
    top: 15px;
  }

  .typeContent2 {
    margin-top: 30px;
  }

  .light3 {
    right: -45px;
  }

  .light2 {
    right: -220px;
    top: 40px;
    background-position: 0 0;
  }
}

@media (max-width: 350px) {
  .popupOurFormLeft__input textarea,
  .popupOurFormLeft input {
    max-width: 266px;
  }

  .popupOur {
    max-width: 310px !important;
  }

  .itemMObilRight {
    max-width: 65%;
  }

  .filterSortingForm {
    width: 55%;
  }

  .filterSortingDesine .filterSortingLeft input {
    width: 82%;
  }

  .filterSortingCheckbox {
    max-width: 170px;
  }
}

@media (max-height: 785px) {
  .contentBlock3 {
    top: 200px
  }
}

@media (max-height: 680px) {
  .contentBlock3 {
    top: 130px
  }
}

@media (max-height: 620px) {
  .contentBlock3 {
    top: 120px
  }

  .contentBlock__paragraf_modif2 {
    font-size: 25px;
  }
}

@media (max-height: 500px) {
  .mainBlock3 video {
    height: 115vh;
  }
}

@media (max-height: 430px) {
  .mainBlock3 video {
    height: 125vh;
  }
}

@media (max-width: 670px) and (max-height: 380px) {
  .ourBtn {
    margin-top: 10px;
  }
}

@media (max-width: 376px) and (max-height: 668px) {
  .contentBlock {
    padding-top: 0;
    top: 250px
  }

  .topMobil {
    top: 250px;
  }

  .contentBlock3 {
    top: 150px;
  }

  .contentBlock3 .navigation {
    top: 212px;
  }
}

@media (max-width: 878px) and (max-height: 410px) {
  .mainBlock3 {
    overflow: scroll;
    padding-bottom: 50px;
  }

  .contentBlock3 {
    padding-top: 50px;
  }
}

@media (max-width: 897px) and (max-height: 415px) {
  .mainBlock3 {
    overflow: scroll;
    padding-bottom: 50px;
  }

  .contentBlock3 {
    padding-top: 50px;
  }

  .mainBlock {
    padding-top: 0;
  }

  .ourBtn {
    margin-top: 10px;
  }


  .nav {
    margin-top: 5px;
  }

  .contentBlock__paragraf {
    padding-top: 10px;
  }

  .contentBlock__title {
    padding-top: 20px;
  }

  .contentBlock3 {
    top: 30px;
  }
}

@media (max-width: 845px) and (max-height: 391px) {
  .mainBlock {
    padding-top: 0;
    background-size: cover;
    height: auto;
  }

  .mainBlock3 video,
  .mainBlock3 {
    height: auto;
  }

  .contentBlock {
    padding-top: 55px;
    padding-bottom: 20px;
    max-width: 80%;
  }

  .navigation {
    max-width: 100%;
  }

  .contentBlock__paragraf {
    padding-top: 10px;
    font-size: 20px;
    max-width: 90%;
  }

  .topMobil {
    padding-top: 0;
    position: relative;
    top: 10px;
  }

  .contentBlockOne {
    padding-top: 0;
    position: relative;
    top: 0;
  }

  .bread {
    padding-top: 17px;
  }

  .sectionSwipe {
    margin: 20px auto;
  }

  .catalogBread {
    margin-top: 0;
  }

  .bgFon3,
  .bgFon2 {
    height: 316px;
  }

  .contentCatalog__modif {
    margin-top: 20px;
  }

  .typeContent2 {
    margin-top: 0;
  }
}
