@font-face {
  font-family: 'Proxima Nova';
  src: url('/fonts/ProximaNova-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Proxima Nova';
  src: url('/fonts/ProximaNova-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Proxima Nova';
  src: url('/fonts/ProximaNova-Extrabld.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
}
* {
  cursor: default;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  cursor: default;
  -webkit-tap-highlight-color: transparent;
}
:before,
:after {
  box-sizing: border-box;
}
html {
  width: 100%;
  margin: 0;
  background-color: #fff;
  font-size: 10px;
}
body {
  width: 100%;
  margin: 0;
  padding: 0;
  font-family: 'Proxima Nova', sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.4;
  color: #353544;
  background-color: #fff;
}
#loader{
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  background: rgba(221, 226, 248, 0.98);
}
#loader div{
  width: 225px;
  height: 144px;
  background-color: transparent;
  background-image: url(../image/logo.png);
  background-repeat: no-repeat;
  background-size: inherit;
}
#loader {
    opacity: 1;
    transition: opacity 400ms ease;
}

#loader.is-hidden {
    opacity: 0;
    pointer-events: none;
}

button,
input,
textarea,
select,
.form-input {
  position: relative;
  -webkit-user-select: initial;
  -khtml-user-select: initial;
  -moz-user-select: initial;
  -ms-user-select: initial;
  user-select: initial;
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 25px 45px;
  background-color: transparent;
  border: 1px solid;
  color: initial;
  font-family: inherit;
  text-align: left;
  cursor: pointer;
}
button:before,
button:after,
input:before,
input:after,
textarea:before,
textarea:after,
select:before,
select:after,
.form-input:before,
.form-input:after {
  -webkit-user-select: initial;
  -moz-user-select: initial;
  -ms-user-select: initial;
  user-select: initial;
}
button:focus,
button:target,
button:active,
button:hover,
input:focus,
input:target,
input:active,
input:hover,
textarea:focus,
textarea:target,
textarea:active,
textarea:hover,
select:focus,
select:target,
select:active,
select:hover,
.form-input:focus,
.form-input:target,
.form-input:active,
.form-input:hover {
  outline: none !important;
}
button:disabled,
input:disabled,
textarea:disabled,
select:disabled,
.form-input:disabled {
  cursor: default;
  background-color: #e2e2e2;
}
button::-webkit-input-placeholder,
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
select::-webkit-input-placeholder,
.form-input::-webkit-input-placeholder {
  color: #878787;
}
button:-moz-placeholder,
input:-moz-placeholder,
textarea:-moz-placeholder,
select:-moz-placeholder,
.form-input:-moz-placeholder {
  color: #878787;
}
button::-moz-placeholder,
input::-moz-placeholder,
textarea::-moz-placeholder,
select::-moz-placeholder,
.form-input::-moz-placeholder {
  color: #878787;
}
button:-ms-input-placeholder,
input:-ms-input-placeholder,
textarea:-ms-input-placeholder,
select:-ms-input-placeholder,
.form-input:-ms-input-placeholder {
  color: #878787;
}
button,
input[type="submit"] {
  width: initial;
  -webkit-appearance: none;
}
textarea{
  resize: none;
  height: 160px;
}
h1,
h2,
h3 {
  margin-top: 30px;
  margin-bottom: 30px;
  line-height: 1.25;
  font-weight: 800;
}
h1 {
  margin-top: 145px;
  padding-right: 15px;
  font-size: 100px;
  line-height: 100px;
}
h2 {
  font-size: 26px;
}
h3 {
  font-size: 20px;
}
a {
  cursor: pointer;
  color: #353544;
  text-decoration: none;
}
a * {
  cursor: pointer;
}
a:hover {
  color: #FF6E00;
  text-decoration: none;
}
p {
  margin: 0 0 25px;
}
ul{
  padding: 0;
  margin: 0;
  list-style-type: none;
}
::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
::-webkit-scrollbar-button {
  width: 0;
  height: 0;
}
::-webkit-scrollbar-thumb {
  border: none;
  background-color: #999;
  border-radius: 5px;
  width: 20px;
  max-width: 20px;
  margin-left: -10px;
}
::-webkit-scrollbar-thumb:hover {
  background-color: #555;
  cursor: pointer;
}
::-webkit-scrollbar-thumb:active {
  background: #666;
}
::-webkit-scrollbar-track {
  border: none;
  background-color: #f5f5f5;
}
::-webkit-scrollbar-track:hover {
  background-color: #eee;
  cursor: pointer;
}
::-webkit-scrollbar-track:active {
  background: #aaa;
}
::-webkit-scrollbar-corner {
  background: transparent;
}
.wr{
  position: relative;
  width: 100%;
  margin: auto;
  overflow: hidden!important;
  background: url(../image/footerBg.png) no-repeat bottom;
}
.wr-notmain{
  background-image: url('../image/bg1.png'), url('../image/bg2.png'), url('../image/bg3.png'), url('../image/bg5.png'), url('../image/bg4.png'), url('../image/bg6.png'), url('../image/bg7.png');
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat;
  background-position: 0 55vh, 0 65vh, 70% -50px, 0 0, 0 0, 0 0, 60% 0;
}
.fx {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
}
.fxc {
  align-items: center;
  justify-content: center;
}
.fxb {
  align-items: flex-start;
  justify-content: space-between;
}
.main-text1 h2{
  font-size: 75px;
  background-image: url(../image/h1text.png);
  background-position: right 10px;
  background-repeat: no-repeat;
}
.main-text2 {
  background-image: url(../image/text2bg.png);
  background-position: center;
  background-repeat: no-repeat;
}
.main-text2 #column-right{
  float: none;
  margin: 0 auto;
  width: 320px;
}
.main-text2 #column-right h2{
  font-size: 52px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}
.main-text2 #column-right span {
  display: inline-block;
  background: #FF6E00;
  color: #fff;
  padding: 5px 20px;
  border-bottom-right-radius: 20px;
}
.fac {
  align-items: center;
}
.bi {
  background-repeat: no-repeat;
  background-position: center center;
}
#content{
  height: auto;
  float: left;
  width: 100%;
}
.container {
  width: 100%;
  max-width: 1379px;
  margin: 0 auto 0 100px;
  padding: 0 20px 0 45px;
}
.container:before, .container:after{
  content: "";
  width: 100%;
  display: table;
  clear: both;
}
.btn {
  position: relative;
  display: inline-block;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action:manipulation;
  touch-action:manipulation;
  -webkit-appearance: none;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}
header{
  height: 0;
}
.header-logo, .menu-btn, .header-cart, .header-lang, .header-phone{
  position: fixed;
  z-index: 10;
  top: 0;
}
.header-logo{
  z-index: 12;
  left: 0;
  width: 225px;
  height: 94px;
  border-radius: 0px 0px 30px 0px;
  background-color: #fff;
  background-image: url('../image/logo.png');
  background-size: 102px 70px;
  background-position: 61px 12px;
  -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.2);
  -moz-box-shadow: 0 0 10px 0 rgba(0,0,0,0.2);
  box-shadow: 0 0 10px 0 rgba(0,0,0,0.2);
}
.header-logo-dark{
  background-image: url('../image/logo.png');
}
.header-logo-dark a{
  display: block;
  width: 100%;
  height: 100%;
}
.menu-btn{
  z-index: 11;
  width: 171px;
  height: 94px;
  left: 178px;
  border-radius: 0px 0px 30px 30px;
  font-weight: 400;
  font-size: 22px;
  line-height: 19px;
  text-transform: uppercase;
  color: #432811;
  cursor: pointer;
  background-color: #F9E7DF;
}
.menu-btn span{
  display: block;
  margin-left: 40px;
  margin-right: 10px;
  position: relative;
  width: 18px;
  height: 2px;
  background: #432811;
  transform: translateY(-50%);
  border-radius: 2px;
}


.menu-btn span::before {
  content: "";
  position: absolute;
  top: -6px;     /* смещение вверх */
  left: 2px;     /* делаем чуть короче */
  width: 14px;
  height: 2px;
  background: #432811;
  border-radius: 2px;
}
.menu-btn span::after {
  content: "";
  position: absolute;
  top: 6px;      /* смещение вниз */
  left: 2px;     /* тоже чуть короче */
  width: 14px;
  height: 2px;
  background: #432811;
  border-radius: 2px;
}

.menu-btn.menu-btn-act span:before, .menu-btn.menu-btn-act span:after, .menu-btn.menu-btn-constructor span:before, .menu-btn.menu-btn-constructor span:after{
  width: 20px;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  transform-origin: 0 0;
}
.menu-btn.menu-btn-act span:before, .menu-btn.menu-btn-constructor span:before{
  -webkit-transform: rotate(-45deg) translate(-1px, 1px);
  -moz-transform: rotate(-45deg) translate(-1px, 1px);
  transform: rotate(-45deg) translate(-1px, 1px);
}
.menu-btn.menu-btn-act span:after, .menu-btn.menu-btn-constructor span:after{
  -webkit-transform: rotate(45deg) translate(-2px, -4px);
  -moz-transform: rotate(45deg) translate(-2px, -4px);
  transform: rotate(45deg) translate(-2px, -4px);
}
.menu-btn.menu-btn-act span, .menu-btn.menu-btn-constructor span{
  background-color: #353544;
}
.menu-btn *{
  cursor: pointer;
}
.menu-btn:hover{
  color: #000000;
  -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.2);
  -moz-box-shadow: 0 0 10px 0 rgba(0,0,0,0.2);
  box-shadow: 0 0 10px 0 rgba(0,0,0,0.2);
}
.menu-btn:before:hover,.menu-btn:after:hover {
  color: #000000;
}
.menu-btn:hover span {
  background: transparent;
}
.header-cart{
  width: 178px;
  height: 90px;
  left: 315px;
  top: 0px;
  background: #FF6E00;
  border-radius: 0px 0px 30px 30px;
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  text-transform: uppercase;
  color: #FFF;
  opacity: 0.92;
  cursor: pointer;
}
.header-cart *{
  cursor: pointer;
}
.header-cart:hover{
  opacity: 1;
  color: #fff;
}
.header-cart span.bi{
  position: relative;
  top: -2px;
  display: block;
  width: 27px;
  height: 27px;
  margin-left: 35px;
  margin-right: 10px;
  background-image: url('../image/cart.png');
}
.header-cart-hidden, .header-cart.header-cart-hidden:hover{
  display: none;
  opacity: 0;
}
.header-lang{
  left: 1377px;
}
.lang-active, .language-select{
  width: 82px;
  height: 94px;
  left: 0px;
  top: 0px;
  background-color: #00ADEE;
  border-radius: 0px 0px 0px 30px;
  cursor: pointer;
  color: #fff;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0.05em;
  -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.2);
  -moz-box-shadow: 0 0 10px 0 rgba(0,0,0,0.2);
  box-shadow: 0 0 10px 0 rgba(0,0,0,0.2);
}
.lang-active{
  position: relative;
  z-index: 11;
}
.language-select{
  position: relative;
  top: 0px;
  z-index: 10;
  height: 50px;
  background-color: transparent;
  color: #000;
  border-radius: 0 30px 0 30px;
}
.lang-active:hover{
  background-color: #FF6E00;
}
.language-select:hover{
  background-color: #FF6E00;
  color: #FFFFFF;
}
div.menu-act .header-lang{
  left: unset;
  right: 8px;
}
.header-phone{
  left: 1120px;
  height: 90px;
}
.header-phone ul li{
  float: left;
  margin-right: 5px;
}
.header-phone ul li.watsup a{
  background: url("../image/headerWatsup.png")  no-repeat center;
  background-size: 100%;
}
.header-phone ul li.telegram a{
  background: url("../image/headerTelegram.png")  no-repeat center;
  background-size: 100%;
}
.header-phone ul li.watsup a,.header-phone ul li.telegram a{
  width: 22px;
  height: 25px;
  cursor: pointer;
  display: block;
}
.header-phone ul li.watsup a:hover,.header-phone ul li.telegram a:hover{
  color: transparent;
  opacity: 0.8;
}
.header-phone ul li:last-child{
  margin-right: 0px;
}
.header-phone a{
  width: 100%;
  height: 100%;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0.05em;
}
.header-phone a span{
  margin-left: 10px;
  font-weight: 700;
  font-size: 22px;
  line-height: 22px;
}
div.menu-act .header-phone{
  left: unset;
  right: 112px;
}
header.scrlld .header-lang, header.scrlld .header-phone{
  display: none;
}
header.scrlld.menu-act .header-lang, header.scrlld.menu-act .header-phone{
  display: block;
}
footer{
  margin-top: 100px;
  background: url("../image/footerBg.png") no-repeat;
}

.common-home footer:after{
  content: '';
  position: absolute;
  right: 0;
  z-index: 1;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%;
  background-image: url(../image/orangeFooterVector.png);
  width: 659px;
  height: 619px;
  bottom: 0px
}
.footer-top{
  position: relative;
  /*height: 160px;*/
  padding: 52px 10px;
}
.phone-img{
  position: relative;
  width: 277px;
  margin:0 10px;
}
.phone-img div.bi{
  position: absolute;
  top: -304px;
  left: 0;
  width: 277px;
  height: 489px;
  background-image: url('../image/phone.png');
  background-size: 100%;
}
.mobile-apps{
  margin-right: 60px;
}
.mobile-apps a:first-child{
  margin-right: 25px;
}
.mobile-apps a:hover svg{
  fill: #FF6E00;
}
.footer-menu{
  width: 170px;
  margin-right: 60px;
}
.footer-menu a{
  display: block;
  color: #000000;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  text-transform: uppercase;
}
.footer-menu a:hover{
  color: #FF6E00;
}
.our-payments{
  width: 215px;
}
.our-payments span{
  display: block;
  width: 100%;
  font-size: 8px;
  line-height: 15px;
  color: #000000;
}
.our-payments .maestro{
  width: 60px;
  height: 36px;
  margin-right: 20px;
  background-image: url('../image/maestro.png');
  background-size: 100%;
}
.our-payments .visa{
  width: 70px;
  height: 59px;
  margin-right: 25px;
  background-image: url('../image/visa.png');
  background-size: 100%;
}
.our-payments .privat{
  width: 32px;
  height: 32px;
  background-image: url('../image/privat.png');
  background-size: 100%;
}
.scroll-top{
  position: absolute;
  top: 20px;
  right: 25px;
  width: 50px;
  margin-left: 125px;
  z-index: 2;
}
.scroll-top *{
  cursor: pointer;
}
.scroll-top-img{
  width: 21px;
  height: 41px;
  margin-left: auto;
  margin-bottom: 8px;
  background-image: url('../image/scroll.png');
  background-size: 100%;
}
.scroll-top-text{
  font-weight: 500;
  font-size: 10px;
  line-height: 12px;
  text-align: right;
  color: rgba(255,255,255,0.3);
}
.scroll-top:hover .scroll-top-text{
  color: #fff;
}
.scroll-top-text span{
  display: block;
  font-size: 12px;
  line-height: 14.52px;
  font-weight: 600;
}
.footer-figure{
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  height: 60px;
  overflow: hidden;
}
.footer-figure div{
  position: relative;
  top: -60px;
  width: 120px;
  height: 120px;
  border: 15px solid #22222F;
  border-radius: 50px;
  z-index: 1;
}
.footer-bottom{
  height: 77px;
  padding: 35px 50px 25px 294px;
  font-size: 14px;
  line-height: 17px;
  color: rgba(53,53,68,0.5);
}
.footer-bottom a{
  color: rgba(53,53,68,0.5);
}
.footer-bottom a:hover{
  color: #EB5757;
}
.fixed-left{
  flex-direction: column;
  justify-content: center;
  position: fixed;
  left: 40px;
  top: 350px;
  z-index: 7;
  width: 16px;
  font-weight: 700;
  font-size: 12px;
  line-height: 15px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
.fixed-left-socials a{
  display: block;
  margin: 38px 0;
}
.fixed-left-socials a:hover svg{
  fill: #EB5757;
}
.fixed-left-sep{
  width: 1px;
  background-color: #353544;
  opacity: 0.2;
}
.fixed-left-sep1{
  height: 30px;
  margin: 20px 7px 0;
}
.fixed-left-sep2{
  height: 130px;
  margin: 0 7px 20px;
}
.fixed-left-intro{
  width: 220px;
  transform-origin: 0 0;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.fixed-left-rights{
  width: 135px;
  transform-origin: 0 0;
  -webkit-transform: rotate(-90deg) translate(-130px, 0);
  -moz-transform: rotate(-90deg) translate(-130px, 0);
  transform: rotate(-90deg) translate(-130px, 0);
}
.fixed-right{
  position: fixed;
  right: 0;
  top: 0;
  z-index: 7;
  width: calc(100% - 1459px);
  max-width: 453px;
  height: 100vh;
  -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.2);
  -moz-box-shadow: 0 0 10px 0 rgba(0,0,0,0.2);
  box-shadow: 0 0 10px 0 rgba(0,0,0,0.2);
}
.right-long{
  width: 100%;
  height: 100%;
  background-color: #9A9AB4;
}
.right-short{
  display: none;
  background-color: #9A9AB4;
}
.right-long-body, .right-short-body{
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-size: auto 100%;
  background-position: 0 0;
  background-color: transparent;
}
.right-long-body{
  overflow: auto;
}
.right-long-body:before, .right-short-body:before, .right-long-body:after, .right-short-body:after{
  content: '';
  position: absolute;
  right: 0;
  z-index: -1;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%;
}
.right-long-body:before, .right-short-body:before{
  top: 0;
  background-image: url('../image/constructor_bgtop.png')
}
.right-long-body:before{
  width: 195px;
  height: 304px;
}
.right-long-body:after, .right-short-body:after{
  bottom: 0;
  background-image: url('../image/constructor_bgbottom.png')
}
.right-long-body:after{
  width: 259px;
  height: 251px;
}
.right-long-content{
  padding: 35px 50px 25px;
}
.right-long-text{
  width: 100%;
  margin-bottom: 40px;
}
.right-long-text1{
  margin-bottom: 10px;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
}
.right-long-text2{
  font-weight: 800;
  margin-bottom: 15px;
  font-size: 70px;
  line-height: 50px;
  letter-spacing: -2px;
  text-transform: uppercase;
  color: #9A9AB4;
  text-shadow: #fff 0px 0px 2px, #fff 0px 0px 2px, #fff 0px 0px 2px, #fff 0px 0px 2px, #fff 0px 0px 2px, #fff 0px 0px 2px;
    -webkit-font-smoothing: antialiased;
}
.right-long-text3{
  font-weight: 800;
  font-size: 20px;
  line-height: 24px;
  text-transform: uppercase;
}
.right-long-visual{
  width: 100%;
  position: relative;
  padding-left: 30px;
  margin-bottom: 45px;
}
.right-long-image{
  position: relative;
  width: 257px;
  height: 185px;
  background-image: url('../image/constructor_bg.png');
  background-size: 100%;
}
.right-long-price{
  position: absolute;
  z-index: 2;
  bottom: -10px;
  left: 147px;
  padding: 5px 40px;
  background: #FFFFFF;
  border-radius: 150px;
  font-size: 18px;
  line-height: 21.92px;
}
.right-long-price span{
  margin-right: 3px;
  font-weight: 800;
  font-size: 32px;
  line-height: 39px;
}
.right-long-quantity{
  font-size: 14px;
  line-height: 17px;
  text-align: right;
  color: rgba(255,255,255,0.5);
}
.right-long-quantity span{
  max-width: 80px;
  font-weight: 700;
}
.right-long-quantity input {
    width: 45px;
    margin-left: 20px;
    background-color: transparent;
    border: 0;
    padding: 0;
    font-weight: 700;
    font-size: 36px;
    line-height: 1;
    text-transform: uppercase;
    color: #fff;
}
.constructor-quantity-btn {
    width: 60px;
    height: 60px;
    margin-right: 10px;
    border-radius: 50%;
    border: 1px solid rgba(255,255,255, 0.1);
    background-color: rgba(255,255,255, 0.1);
    font-weight: 800;
    font-size: 26px;
    line-height: 32px;
    text-transform: uppercase;
    color: #fff;
    cursor: pointer;
}
.constructor-quantity-btn:hover {
    border: 1px solid rgba(255,255,255, 0.3);
    background-color: rgba(255,255,255, 0.3);
}
.constructor-cart-btn{
  width: 100%;
  margin-top: 25px;
  padding: 19px 40px;
  border: 3px solid rgba(53, 53, 68, 0.5);
  border-radius: 150px;
  font-weight: 800;
  font-size: 18px;
  line-height: 22px;
  text-transform: uppercase;
  text-align: center;
  color: #FFF;
  cursor: pointer;
}
.constructor-cart-btn:hover{
  border: 3px solid rgba(53, 53, 68, 0.5);
  background-color: rgba(53, 53, 68, 1);
}
#constructor_menu_list{
  justify-content: center;
}
.constructor-menu-list-item{
  font-weight: 800;
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  text-transform: uppercase;
  color: rgba(53, 53, 68, 0.3);
  border: 3px solid rgba(53, 53, 68, 0.3);
  cursor: pointer;
}
.constructor-menu-list-item:hover{
  border: 3px solid rgba(53, 53, 68, 0.5);
  background-color: rgba(53, 53, 68, 1);
  color: #FFFFFF;
}
.right-long-fields{
  width: 100%;
}
.right-long-field{
  width: 100%;
  margin-bottom: 18px;
}
.right-long-selected{
  display: none;
  width: calc(100% - 55px);
  height: 50px;
  padding: 5px;
  overflow: hidden;
  border-radius: 150px;
  background-color: rgba(255,255,255,0.1);
  font-size: 16px;
  line-height: 19px;
}
.right-long-selected-content{
  width: 9999px;
  display: flex;
}
.right-long-selected-act{
  display: flex;
  flex-wrap: wrap;
}
.right-long-select{
  width: 100%;
  height: 50px;
  padding: 16px 5% 14px 30px;
  border-radius: 150px;
  background-color: rgba(255,255,255,0.1);
  background-image: url('../image/constructor_arr.png');
  background-repeat: no-repeat;
  background-position: 95% center;
  font-size: 18px;
  line-height: 1;
  color: #fff;
  cursor: pointer;
}
.right-long-select.right-long-select-act{
  width: 50px;
  padding: 0;
  border-radius: 50%;
  background-color: rgba(255,255,255,0.2);
  background-position: center center;
  font-size: 0;
}
.right-long-select:hover{
  background-color: rgba(53, 53, 68, 0.5);
}
.right-long-item{
  width: max-content;
  height: 40px;
  position: relative;
  padding: 13px 40px 11px 20px;
  margin-right: 5px;
  background: #FFF;
  border-radius: 150px;
  font-size: 16px;
  line-height: 1;
  cursor: pointer;
}
.right-long-item *{
  cursor: pointer;
}
.right-long-item:before, .right-long-item:after{
  content: '';
  position: absolute;
  right: 15px;
  top: 21px;
  z-index: 23;
  width: 15px;
  height: 1px;
  background-color: #9D9DB6;
}
.right-long-item:before{
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.right-long-item:after{
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}
.right-long-item:hover:before, .right-long-item:hover:after{
  background-color: #000;
}
@media screen and (min-width: 1920px) {
  .header-lang {
      left: unset;
      right: 453px;
  }
  .header-phone {
      left: unset;
      right: 120px;
  }
}
@media screen and (max-width: 1750px) {
	.container{
		max-width: calc(100% - 160px);
	}
  .wr-notmain {
     background-position: 0 55vh, 0 65vh, 115% -50px, 0 0, 0 0, 0 0, 100% 0;
  }
  .fixed-right{
    width: min-content
  }
  .right-long{
    display: none;
    position: fixed;
    z-index: 8;
    top: 0;
    right: 0;
    width: 453px;
    height: 100vh;
  }
  .header-phone.header-phone-hide, .header-lang.header-lang-hide{
    display: none;
  }
  .right-long-close{
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 2;
  }
  .right-long-close div{
    position: relative;
    width: 50px;
    height: 50px;
    background: linear-gradient(227.79deg, #DDE2F8 1.28%, #E3D3E0 105.94%);
    border-radius: 50%;
    cursor: pointer;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
  }
  .right-long-close div:before, .right-long-close div:after {
      content: '';
      position: absolute;
      right: 18px;
      top: 26px;
      z-index: 23;
      width: 15px;
      height: 1px;
      background-color: #000;
  }
  .right-long-close div:before {
      -webkit-transform: rotate(-45deg);
      -moz-transform: rotate(-45deg);
      transform: rotate(-45deg);
  }
  .right-long-close div:after {
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      transform: rotate(45deg);
  }
  .right-long-close:hover div{
      background: rgba(53, 53, 68, 0.5);
  }
  .right-long-close:hover div:after, .right-long-close:hover div:before{
    background-color: #fff
  }
  .right-long-act{
    display: block;
  }
  .right-short{
      display: block;
      width: 80px;
      height: 100%;
      cursor: pointer;
  }
  .right-short *{
    cursor: pointer;
  }
  .right-short-body:after{
    width: 108px;
    height: 160px;
  }
  .right-short-body:before{
    width: 144px;
    height: 161px;
  }
  .right-short-content{
    width: 100%;
    height: 100%;
    flex-direction: column;
    justify-content: flex-end;
    -webkit-transform: translate(0, -250px);
    -moz-transform: translate(0, -250px);
    transform: translate(0, -250px);
  }
  .right-short-img{
    width: 100%;
    height: 200px;
    margin-bottom: 15px;
    background-image: url('../image/constructor_bg_short.png');
    background-size: auto 100%
  }
  .right-short-text{
    text-align: right;
    -webkit-transform: rotate(-90deg) translate(-100%, 9px);
      -moz-transform: rotate(-90deg) translate(-100%, 9px);
      transform: rotate(-90deg) translate(-100%, 9px);
      transform-origin: left top;
  }
  .right-short-text-open{
    position: absolute;
    left: -25px;
    top: 100px;
    font-weight: 700;
    font-size: 10px;
    line-height: 12px;
    letter-spacing: 0.2em;
    color: rgba(53, 53, 68, 0.5);
    cursor: pointer;
  }
  .right-short-text1{
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    color: rgba(255,255,255,0.5);
    animation: textcolor 5s 1s infinite linear;
  }
  .right-short-text2{
    font-weight: 800;
    font-size: 38px;
    line-height: 1;
    text-transform: uppercase;
    font-stretch: expanded;
    letter-spacing: 1px;
    color: #9A9AB4;
    text-shadow: rgba(255,255,255,0.5) 0px 0px 2px, rgba(255,255,255,0.5) 0px 0px 2px, rgba(255,255,255,0.5) 0px 0px 2px, rgba(255,255,255,0.5) 0px 0px 2px, rgba(255,255,255,0.5) 0px 0px 2px, rgba(255,255,255,0.5) 0px 0px 2px;
        -webkit-font-smoothing: antialiased;
    animation: textshadow 5s 2s infinite linear;
  }
  .right-short-text3{
    font-size: 13px;
    font-weight: 800;
    line-height: 1;
    text-transform: uppercase;
    color: rgba(255,255,255,0.5);
    animation: textcolor 5s 3s infinite linear;
  }
  .header-lang {
      left: unset;
      right: 8px;
  }
  .header-phone {
      left: unset;
      right: 120px;
  }
}
#menu{
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  transition: opacity 0.5s;
  opacity: 0;
}
#menu.menu-act{
  opacity: 1;
  z-index: 8
}
.menu-bg{
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8;
  width: 100%;
  min-height: 100%;
  background: rgba(221, 226, 248, 0.98);
}
.menu-items{
  position: relative;
  z-index: 9;
  width: 100%;
  min-height: 100vh;
  padding-top: 200px;
  text-align: center
}
.menu-phone{
  display: none;
  width: 100%;
  margin-bottom: 50px;
  text-align: center;
}
.menu-phone > span{
  display: block;
  width: 100%;
  font-size: 12px;
  line-height: 18px;
  opacity: 0.5;
}
.menu-phone a{
  width: 100%;
  height: 100%;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0.05em;
}
.menu-phone a > span{
  margin-left: 10px;
  font-weight: 700;
  font-size: 30px;
  line-height: 36px;
}
.menu-items > a{
  display: inline-block;
  vertical-align: top;
  width: 18%;
  height: 240px;
  margin-bottom: 100px;
  font-weight: 500;
  font-size: 30px;
  line-height: 37px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  text-align: center;
}
.menu-items > a > span.bi{
  display: block;
  width: 210px;
  height: 150px;
  background-size: contain;
  margin: 0 auto 50px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}
.menu-items > a:hover span.bi{
  -webkit-transform: translate(0, -10px);
  -moz-transform: translate(0, -10px);
  transform: translate(0, -10px);
}
#constroctor_menu{
  opacity: 1;
  z-index: 8
}
#constroctor_menu .menu-bg{
  background: rgba(221, 226, 248, 0.98);
}
.menu-content{
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
  width: 100%;
  min-height: calc(100vh + 14px);
  padding-top: 14px;
}
.menu-top{
  padding-left: 520px;
  font-size: 12px;
  line-height: 15px;
  color: rgba(53, 53, 68, 0.5);
}
.menu-top-text{
  max-width: 100px;
  margin-right: 13px;
}
.menu-top-img{
  position: relative;
  z-index: 2;
}
.menu-top-price{
  position: relative;
  left: -40px;
  min-width: 200px;
  padding: 3px 30px;
  background: #EB5757;
  border-radius: 150px;
  color: #FFFFFF;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
}
.menu-top-price span{
  font-weight: 800;
  font-size: 28px;
  line-height: 34px;
}
#constroctor_menu .menu-bg{
  height: 100%;
  min-height: 100vh;
}
.constructor-items{
  width: calc(100% - 150px);
  height: min-content;
  min-height: 100%;
  margin: 50px auto 30px;
  padding-top: 0;
}
.constructor-item{
  width: 170px;
  height: 250px;
  margin: 0 5px 10px;
  border-radius: 15px;
}
.constructor-option{
  background-color: transparent;
}
.constructor-option *{
  cursor: pointer;
}
.constructor-option-body{
  width: 100%;
  height: 100%;
}
.constructor-option-top{
  visibility: hidden;
  width: 100%;
  padding: 0 15px;
  border-radius: 15px 15px 0 0
}
.constructor-option-remove{
  position: relative;
  top: 10px;
  width: 15px;
  height: 15px;
  background-image: url('../image/trash.png');
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer !important;
  animation-name: trashicon;
  animation-duration: 1.2s;
  animation-iteration-count: infinite;
}
.constructor-option-quantity{
  font-size: 12px;
  line-height: 15px;
  color: rgba(53, 53, 68, 0.5);
}
.constructor-option-quantity span{
  max-width: 55px;
  text-align: right;
}
.constructor-option-quantity input{
  width: 45px;
  margin-left: 10px;
  background-color: transparent;
  border: 0;
  padding: 0;
  font-weight: 800;
  font-size: 36px;
  line-height: 1;
  text-transform: uppercase;
  color: #EB5757;
  text-align: center;
}

.constructor-option-img{
  width: 99px;
  height: 99px;
  margin: 0 auto;
}
.constructor-option:hover .constructor-option-img{
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  transform: scale(1.05);
}
.constructor-option-name{
  width: 100%;
  height: 40px;
  padding: 0 15px;
  font-size: 18px;
  line-height: 20px;
  text-align: center;
}
.constructor-option:hover .constructor-option-name{
  color: #000;
}
.constructor-option-weight{
  width: 100%;
  margin-bottom: 10px;
  padding: 0 15px;
  font-size: 14px;
  line-height: 17px;
  color: rgba(53, 53, 68, 0.5);
  text-align: center;
}
.constructor-option-bottom{
  visibility: hidden;
  width: 100%;
  height: 40px;
  background: #353544;
  border-radius: 0 0 15px 15px
}
.constructor-option-decr, .constructor-option-incr{
  margin: 0 15px;
  font-weight: 800;
  font-size: 18px;
  line-height: 22px;
  text-transform: uppercase;
  color: #EB5757;
  cursor: pointer !important
}
.constructor-option-decr:hover, .constructor-option-incr:hover{
  -webkit-transform: scale(1.25);
  -moz-transform: scale(1.25);
  transform: scale(1.25)
}
.constructor-option-price{
  text-align: center;
  font-size: 17px;
  line-height: 17px;
  color: #FFF
}
.constructor-option-price span{
  font-size: 18px;
  line-height: 22px;
}
.constructor-option-selected{
  background-color: #fff;
  box-shadow: 6px 4px 30px rgba(0, 0, 0, 0.05);
}
.constructor-option-selected *{
  cursor: default;
}
.constructor-option-selected .constructor-option-top, .constructor-option-selected .constructor-option-bottom{
  visibility: visible;
}
.constructor-option-selected:hover .constructor-option-name{
  color: #353544;
}
.constructor-option-selected:hover .constructor-option-img{
  -webkit-transform: none;
  -moz-transform: none;
  transform: none;
}
.constructor-add{
  flex-direction: column;
  justify-content: center;
  background-color: transparent;
  border: 3px solid rgba(53, 53, 68, 0.3);
  box-shadow: 6px 4px 30px rgba(0, 0, 0, 0.05);
  cursor: pointer;
}
.constructor-add *{
  cursor: pointer;
}
.constructor-add:hover{
  background-color: #353544;
  border: 3px solid #353544;
}
.constructor-add span.bi{
  display: block;
  width: 50px;
  height: 38px;
  margin-bottom: 25px;
  background-image: url('../image/poke_cart.png');
}
.constructor-add div{
  width: 100%;
  font-weight: 800;
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
}
.menu-bottom{
  width: 100%;
  padding-bottom: 250px;
}
.menu-bottom-close{
  width: 60px;
  height: 60px;
  margin-right: 20px;
  border-radius: 50%;
  border: 3px solid rgba(53, 53, 68, 0.3);
  background-color: transparent;
  background-image: url('../image/constructor_arr.png');
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  transform: rotate(180deg);
  cursor: pointer;
}
.menu-bottom-btn{
  max-width: 345px;
  height: 60px;
  padding: 15px 30px;
  background-color: transparent;
  border: 3px solid rgba(53, 53, 68, 0.3);
  border-radius: 150px;
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  text-transform: uppercase;
  color: #FFFFFF;
  cursor: pointer;
}
.menu-bottom-btn span{
  display: block;
  width: 8px;
  height: 14px;
  margin-left: 13px;
  background-image: url('../image/constructor_arr.png');
}
.menu-bottom-close:hover, .menu-bottom-btn:hover, .constructor-add:hover{
  background-color: #353544;
  border: 3px solid #353544;
}
@media screen and (max-width: 1599px) {
  .container {
    max-width: calc(100% - 97px);
    margin: 0 auto 0 45px;
    padding: 0 20px 0 45px;
  }
  .wr-notmain {
    background-image: url(../image/bg3.png), url(../image/bg5.png), url(../image/bg4.png), url(../image/bg6.png), url(../image/bg7.png);
    background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat;
    background-position: 115% -50px, 0 0, 0 0, 0 0, 100% 0;
  }
}
@media screen and (max-width: 1599px),
screen and (min-width: 1599px) and (max-height: 900px) {
  .menu-items {
  	padding-top: 125px;
  }
  .menu-items > a{
  	margin-bottom: 50px;
  }
  .menu-items > a > span.bi{
  	width: 170px;
    height: 121px;
  }
  .mobile-apps svg{
  	width: 112px;
  	height: 40px;
  }
  .mobile-apps a:first-child {
    margin-right: 20px;
  }
  .mobile-apps,.footer-menu {
    margin-right: 50px;
  }
  .phone-img{
  	width: 228px
  }
  .phone-img div.bi {
    position: absolute;
    top: -214px;
    left: 0;
    width: 228px;
    height: 427px;
  }
  .scroll-top {
  	margin-left: 25px;
  }
  .constructor-item {
    height: 225px;
  }
  .constructor-option-img {
    width: 75px;
    height: 75px;
  }
  .constructor-items{
    padding-top: 0;
  }
  h1{
  	font-size: 60px;
	  line-height: 60px;
  }
  .fixed-left-socials a {
    margin: 22px 0;
  }
  .fixed-left-sep1 {
    height: 20px;
    margin: 8px 7px 0;
  }
  .fixed-left-sep2 {
    height: 50px;
    margin: 0 7px;
  }
  .fixed-left {
    top: 300px;
    width: 16px;
    font-weight: 800;
    font-size: 12px;
    letter-spacing: 1px;
  }
}
@media screen and (max-width: 1366px),
screen and (min-width: 1366px) and (max-height: 700px) {
  .fixed-left-socials a {
    margin: 15px 0;
  }
  .fixed-left-sep1 {
    margin: 0 7px;
  }
  .fixed-left-sep2 {
    height: 25px;
    margin: 0 7px;
  }
  .fixed-left {
    top: 280px;
    font-weight: 800;
    font-size: 11px;
    letter-spacing: 0.5px;
  }
  .fixed-left-rights {
    width: 110px;
    -webkit-transform: rotate(-90deg) translate(-115px, 0);
    -moz-transform: rotate(-90deg) translate(-115px, 0);
    transform: rotate(-90deg) translate(-115px, 0);
  }
}
@media screen and (max-width: 1199px) {
  .container {
    max-width: calc(100% - 92px);
    margin: 0 auto 0 40px;
    padding: 0 20px 0 45px;
  }
  .menu-items > a{
  	height: 200px;
  	font-size: 26px;
    line-height: 28px;
  }
  .menu-items > a > span.bi{
  	width: 150px;
    height: 107px;
  }
  .mobile-apps{
  	flex-direction: column;
  }
  .mobile-apps a:first-child {
    margin-right: 0;
  }
  .phone-img{
  	width: 121px
  }
  .phone-img div.bi {
    position: absolute;
    top: -55px;
    left: 0;
    width: 121px;
    height: 226px;
  }
  footer{
  	margin-top: 60px;
  }
  .footer-top{
  	padding: 38px 0 0;
  }
  .footer-bottom {
    height: 46px;
    padding: 10px 30px 10px 145px;
  }
  .constructor-item {
      width: 150px;
      height: 200px;
  }
  .constructor-option-top {
    padding: 2px 10px 0 15px;
  }
  .constructor-option-img {
    width: 65px;
    height: 65px;
  }
  .constructor-option-quantity {
    font-size: 10px;
    line-height: 1;
  }
  .constructor-option-quantity input {
    width: 35px;
    font-size: 28px;
  }
  .constructor-option-name{
    font-size: 16px;
  }
  .constructor-option-weight{
    margin-bottom: 5px;
  }
  .constructor-option-bottom{
    height: 38px;
  }
  .constructor-option-price{
    font-size: 15px;
    line-height: 1
  }
  .constructor-option-decr, .constructor-option-incr{
    margin: 0 10px;
  }
  .menu-bottom-btn {
    height: 50px;
    font-size: 14px;
    line-height: 17px;
  }
  .menu-bottom-close{
    width: 50px;
    height: 50px;
  }
  footer:after {
    display: none;
  }
}
.fixed-bottom{
  display: none;
}
.h-d{
  display: none !important;
}


/*@media (max-width: 767px) {*/
/*    .header-logo {*/
/*        height: 80px;*/
/*        width: 154px;*/
/*        background-size: 102px 70px;*/
/*        background-position: 25px 4px;*/
/*    }*/

/*}*/

@media screen and (max-width: 959px) {
  .h-d{
    display: block !important;
  }
  .h-m{
    display: none !important;
  }
  h1{
    font-size: 50px;
    line-height: 50px;
    margin-top: 125px;
  }
  .container {
    max-width: 100%;
    margin: 0 auto;
    padding: 0 15px;
  }
  .menu-btn {
    width: 143px;
    height: 80px;
    left: 0;
    border-radius: 0px 0px 30px 0;
  }
  .menu-btn span{
  	margin-left: -5px;
  }
  .header-cart {
    width: 178px;
    height: 80px;
    left: 70px;
    top: 0px;
  }
  .lang-active, .language-select{
  	height: 80px
  }
  .right-short{
    display: none;
  }
  .right-long{
  width: 400px;
  }
  .header-lang {
    right: 0;
  }
  .header-phone {
    right: 120px;
  }
  .fixed-bottom{
    display: flex;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 7;
    width: 100%;
    height: 60px;
    background-color: rgba(53, 53, 68, 0.9);
    border-radius: 25px 25px 0 0;
  }
  .fixed-bottom-logo{
    width: 111px;
    height: 30px;
    /*background-image: url('../image/small_logo.png');*/
    background-image: url('../image/logo-small.png');
    background-size: 100%;
  }
  .fixed-bottom-logo a{
  	display: block;
  	width: 100%;
  	height: 100%;
  }
  .fixed-bottom-socials{
    margin: 0 20px;
  }
  .fixed-bottom-socials a{
    position: relative;
    top: 4px;
    margin: 0 9px;
  }
  .fixed-bottom-socials a:hover svg{
    fill: #EB5757
  }
  .fixed-bottom-constr{
    margin-left: 20px;

  }
  .fixed-bottom-constr-body{
  	position: relative;
  	background-color: #9A9AB4;
    border-radius: 150px;
    padding: 5px 92px 8px 26px;
    color: #fff;
    line-height: 1;
    font-weight: 700;
  }
  .fixed-bottom-constr-body div{
    position: absolute;
    top: -22px;
    right: -31px;
    width: 113px;
    height: 81px;
    background-image: url('../image/small_constr.png');
    background-size: 100%;
    animation-name: smallconstr;
    animation-duration: 6s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
  }
  .fixed-bottom-constr span{
    display: block;
    text-transform: uppercase;
  }
  .menu-items > a{
  	width: 30%
  }
  footer{
  	padding-bottom: 60px;
  }
  footer .container{
  	width: 100%;
  	padding: 0;
  }
  .footer-top{
  	justify-content: space-between;
  	height: 150px;
    padding: 33px 15px 0;
  }
  .footer-bottom{
  	padding: 10px 30px;
  }
  .mobile-apps, .footer-menu{
  	margin-right: 35px;
  }
  .our-payments .maestro{
  	margin-right: 5px;
  }
  .our-payments .visa{
  	margin-right: 8px;
  }
  .header-cart span.bi{
    margin-left: 50px;
  }
  .wr-notmain{
    background-image: url('../image/mobile_bg1.png'), url('../image/mobile_bg2.png');
    background-repeat: no-repeat, no-repeat;
    background-position: 78% 0, 100% 0;
  }
}
@media screen and (max-width: 959px),
screen and (min-width: 959px) and (max-height: 700px) {

  .right-long-image{
    width: 122px;
    height: 88px;
  }
  .right-long-image img{
    width: 47px !important;
    height: 47px !important;
  }
  .right-long-visual{
    padding-left: 0;
    margin-bottom: 5px;
  }
  .right-long-price {
    position: absolute;
    width: 200px;
    z-index: -1;
    bottom: 20px;
    left: 65px;
    padding: 5px 25px 5px 60px;
    text-align: center;
  }
  .right-long-content {
      padding: 50px 25px 25px;
  }
  .right-long-text2 {
    margin-bottom: 10px;
    font-size: 48px;
    line-height: 35px;
  }
  .right-long-text {
    margin-bottom: 10px;
  }
  .right-long-field {
    margin-bottom: 15px;
  }
  .right-long-select {
    height: 40px;
    padding: 12px 10% 12px 30px;
    border-radius: 150px;
    font-size: 16px;
  }
  .right-long-select.right-long-select-act{
    width: 40px;
  }
  .right-long-selected{
    width: calc(100% - 45px);
    height: 40px;
  }
  .right-long-item {
    height: 30px;
    padding: 8px 40px 6px 20px;
    font-size: 15px;
  }
  .right-long-item:before, .right-long-item:after {
    right: 13px;
    top: 16px;
  }
  .constructor-quantity-btn {
    width: 50px;
    height: 50px;
    margin-right: 6px;
  }
  .right-long-quantity input{
    font-size: 30px;
  }
  .constructor-cart-btn {
    margin-top: 15px;
    padding: 16px 30px;
    font-size: 16px;
    line-height: 20px;
  }
  .menu-top {
    padding-left: 280px;
    font-size: 10px;
    line-height: 1;
  }
  .menu-top-text {
    max-width: 90px;
    margin-right: 0px;
  }
  .menu-top-price {
    min-width: 165px;
    padding: 3px 15px;
    font-size: 14px;
    line-height: 1;
    text-align: center;
  }
  .constructor-items {
    width: calc(100% - 100px);
    margin: 5px auto 25px;
    padding-top: 0;
  }
}
#popup{
  position: fixed;
  left: 0;
  top: 0;
  z-index: 20;
  width: 100%;
  height: 100%;
  background: rgba(221, 226, 248, 0.5);
}
.popup-bg{
  position: fixed;
  left: 0;
  top: 0;
  z-index: 21;
  width: 100%;
  height: 100%;
}
.popup-content{
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 22;
  max-width: 95%;
  max-height: 95%;
  overflow: hidden;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.popup-content-body{
  position: relative;
  width: 100%;
  max-width: 836px;
  padding: 90px;
  background: rgba(53, 53, 68, 1);
  background-image: url('../image/fp_bg.png');
  background-repeat: no-repeat;
  background-position: 100% 100%;
  border-radius: 50px 0 0 0;
  text-align: center;
  color: #fff;
  font-size: 18px;
  line-height: 28px;
}
.popup-content-body a{
  color: #EB5757;
}
.popup-close{
  position: absolute;
  right: 25px;
  top: 25px;
  z-index: 23;
  width: 50px;
  height: 50px;
  background: linear-gradient(227.79deg, #DDE2F8 1.28%, #E3D3E0 105.94%);
  border-radius: 50%;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s
}
.popup-close:before,.popup-close:after{
  content: '';
  position: absolute;
  right: 18px;
  top: 26px;
  z-index: 23;
  width: 15px;
  height: 1px;
  background-color: #000;
}
.popup-close:before{
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.popup-close:after{
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}
.popup-close:hover{
  background: #EB5757;
}
.popup-close:hover:before, .popup-close:hover:after{
  background-color: #fff;
}
.category-products{
    justify-content: center;
}
@media screen and (max-width: 639px) {
  h1{
    font-size: 40px;
    line-height: 50px;
    padding-right: 0;
  }
  .menu-phone{
    display: block
  }
    .right-long{
    width: 320px;
  }
  .header-phone {
	display: none;
  }
  .header-cart{
  	left: 60px;
  }
  .fixed-bottom-socials {
    margin: 0 0 0 20px;
  }
  .fixed-bottom-constr{
  	position: fixed;
  	right: 35px;
  	bottom: 76px;
  	z-index: 7;
  	margin-left: 0;
  }
  .menu-items > a{
  	width: 48%
  }
  .menu-phone{
  	padding-left: 35px;
  	text-align: left;
  }
  .menu-items > a > span.bi{
  	width: 119px;
    height: 84px;
    margin-bottom: 30px;
  }
  .menu-items > a {
    height: 175px;
    margin-bottom: 30px;
    font-size: 20px;
    line-height: 24px;
  }
  .menu-items {
    padding-top: 110px;
  }
  .menu-phone{
  	margin-bottom: 40px;
  }
  .footer-top {
    height: initial;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 33px 15px 23px;
  }
  .footer-bottom {
  	height: initial;
  	padding: 15px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .footer-bottom > a{
  	margin-bottom: 10px;
  }
  .footer-menu{
  	width: 205px;
  	order: 2;
  	margin-right: 0;
  	margin-bottom: 30px;
  }
  .footer-menu a{
  	margin-bottom: 10px;
  	font-size: 18px;
  }
  .our-payments{
  	order: 3;
  	margin-bottom: 30px;
  }
  .mobile-apps{
  	order: 4;
  	margin-right: 0;
  }
  .menu-top{
    display: none;
  }
  .constructor-items {
    width: calc(100% - 20px);
    margin: 80px auto 25px;
    padding-top: 0;
    justify-content: center;
  }
  .menu-bottom-btn{
    display: none;
  }
  .menu-bottom-close{
    margin-right: 0;
  }
  .popup-content-body {
    padding: 45px;
    min-width: 300px;
  }
}
.hdn{
  display: none;
}
.hdn.actv{
  display: block;
}
@keyframes trashicon {
	0% {
		top:10px;
	}
	50%{
		top: 9px;
	}
	100%{
		top: 10px;
	}
}
@keyframes smallconstr{
  0% {
    transform: translate(0, 0)
  }
  50%{
    transform: translate(0, -10px)
  }
  100%{
    transform: translate(0, 0)
  }
}

@keyframes textcolor{
  0% {
    color: rgba(255,255,255,0.5)
  }
  50%{
    color: rgba(255,255,255,1)
  }
  100%{
    color: rgba(255,255,255,0.5)
  }
}

@keyframes textshadow{
  0% {
    text-shadow: rgba(255,255,255,0.5) 0px 0px 2px, rgba(255,255,255,0.5) 0px 0px 2px, rgba(255,255,255,0.5) 0px 0px 2px, rgba(255,255,255,0.5) 0px 0px 2px, rgba(255,255,255,0.5) 0px 0px 2px, rgba(255,255,255,0.5) 0px 0px 2px
  }
  50%{
    text-shadow: #fff 0px 0px 2px, #fff 0px 0px 2px, #fff 0px 0px 2px, #fff 0px 0px 2px, #fff 0px 0px 2px, #fff 0px 0px 2px
  }
  100%{
    text-shadow: rgba(255,255,255,0.5) 0px 0px 2px, rgba(255,255,255,0.5) 0px 0px 2px, rgba(255,255,255,0.5) 0px 0px 2px, rgba(255,255,255,0.5) 0px 0px 2px, rgba(255,255,255,0.5) 0px 0px 2px, rgba(255,255,255,0.5) 0px 0px 2px
  }
}