@font-face {
  font-family: 'Montserrat-Light';
  src: url('../fonts/mont/Montserrat-Light.eot');
  src: url('../fonts/mont/Montserrat-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/mont/Montserrat-Light.woff2') format('woff2'), url('../fonts/mont/Montserrat-Light.woff') format('woff'), url('../fonts/mont/Montserrat-Light.ttf') format('truetype'), url('../fonts/mont/Montserrat-Light.svg#Montserrat-Light') format('svg');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Montserrat-ExtraBold';
  src: url('../fonts/mont/Montserrat-ExtraBold.eot');
  src: url('../fonts/mont/Montserrat-ExtraBold.eot?#iefix') format('embedded-opentype'), url('../fonts/mont/Montserrat-ExtraBold.woff2') format('woff2'), url('../fonts/mont/Montserrat-ExtraBold.woff') format('woff'), url('../fonts/mont/Montserrat-ExtraBold.ttf') format('truetype'), url('../fonts/mont/Montserrat-ExtraBold.svg#Montserrat-ExtraBold') format('svg');
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: 'OpenSans-CondLight';
  src: url('../fonts/mont/OpenSans-CondensedLight.eot');
  src: url('../fonts/mont/OpenSans-CondensedLight.eot?#iefix') format('embedded-opentype'), url('../fonts/mont/OpenSans-CondensedLight.woff2') format('woff2'), url('../fonts/mont/OpenSans-CondensedLight.woff') format('woff'), url('../fonts/mont/OpenSans-CondensedLight.ttf') format('truetype'), url('../fonts/mont/OpenSans-CondensedLight.svg#OpenSans-CondensedLight') format('svg');
  font-weight: 300;
  font-style: normal;
}
html,
body {
  font-family: Montserrat-Light;
  color: #000;
  background-color: #fff;
  letter-spacing: -1px;
  font-size: 0px;
  line-height: 0px;
}
a {
  font-size: 14px;
  color: #000;
  transition: 0.5s;
}
a:hover {
  color: #000;
  transition: 0.5s;
}
ul li {
  list-style-type: none;
}
ul {
  margin: 0px;
  padding: 0px;
}
a:link,
a:visited,
a:active,
a:hover {
  text-decoration: none;
}
input,
textarea,
button {
  transition: 0.5s;
}
input:focus,
textarea:focus,
button:hover {
  transition: 0.5s;
}
.error_input {
  border: 1px solid red!important;
  background-color: rgba(255, 0, 0, 0.1) !important;
}
.ThanksText {
  display: none;
  width: 100%;
  text-align: center;
  font-size: 28px;
  color: #fff;
  letter-spacing: normal;
  font-family: Montserrat-Light;
  line-height: 1;
  height: 448px;
  width: 455px;
  padding-top: 140px;
  position: relative;
}
.ThanksText > img {
  position: absolute;
  left: -200px;
  top: 50px;
}
.wrapper {
  width: 100%;
  float: left;
  overflow: hidden;
  position: relative;
}
.FormBg {
  width: 100%;
  float: left;
}
.link_top_active {
  color: #A2A2A2!important;
}
::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #fff;
}
::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
}
:-ms-input-placeholder {
  /* IE 10+ */
  color: #fff;
}
:-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
}
/****/
::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 2px #000;
  background-color: #fff;
  border-left: 0px solid #dbdbdb;
}
::-webkit-scrollbar {
  width: 7px;
  background-color: #000;
}
::-webkit-scrollbar-thumb {
  background-color: #000;
  border: 1px solid #000;
  border-radius: 5px;
  background-image: -webkit-linear-gradient(90deg, transparent, rgba(0, 0, 0, 0.1) 50%, transparent, transparent);
}
::-webkit-scrollbar-thumb:hover {
  background-color: #6762c6;
}
::-webkit-scrollbar-thumb:active {
  background-color: #6762c6;
}
/**** Header ****/
.TopTop {
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 10;
  background-color: #fff;
  width: 100%;
  transition: .3s;
}
.HeaderBg {
  transition: .3s;
  padding-top: 12px;
  padding-bottom: 12px;
}
.HeaderBg .row {
  display: flex;
  align-items: center;
}
.HeaderLogo {
  width: 100%;
  text-align: left;
  padding-left: 10px;
}
.HeaderLogo a {
  display: inline-block;
  vertical-align: middle;
}
.Move {
  padding-top: 5px;
  padding-bottom: 5px;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.3);
  transition: .3s;
}
.Move .HeaderLogo,
.Move .HeaderMenu > li > a,
.Move .PurpleBtn,
.Move .HeaderPhone {
  line-height: 30px;
}
.Move .MorePhones {
  top: 41px;
}
/**** Menu ****/
.HeaderMenu {
  width: 100%;
  text-align: center;
}
.HeaderMenu > li {
  display: inline-block;
  width: 20%;
}
.HeaderMenu > li > a {
  display: inline-block;
  font-size: 12px;
  line-height: 30px;
  letter-spacing: normal;
  font-family: Montserrat-ExtraBold;
  width: 100%;
}
.HeaderMenu > li > a:hover,
.HeaderMenu > li.active > a {
  color: #a2a2a2;
}
.PurpleBtn {
  width: 100%;
  text-align: center;
  line-height: 30px;
}
.PurpleBtn a {
  display: inline-block;
  font-size: 12px;
  line-height: 30px;
  vertical-align: middle;
  letter-spacing: normal;
  font-family: Montserrat-ExtraBold;
  background-color: #7958a2;
  /*Purple*/
  border: 1px solid #7958a2;
  /*Purple*/
  color: #fff;
  width: 100%;
  border-radius: 15px;
}
.PurpleBtn a:hover {
  background-color: #fff;
  color: #7958a2;
  /*Purple*/
}
.HeaderPhone {
  line-height: 30px;
  width: 100%;
  text-align: center;
  position: relative;
  z-index: 3;
}
.HeaderPhone a {
  height: 32px;
  width: 100%;
  line-height: 32px;
  vertical-align: middle;
  letter-spacing: normal;
  font-size: 12px;
  font-family: Montserrat-ExtraBold;
  position: relative;
  border: 1px solid #fff;
  display: inline-block;
  transition: 0.5s;
}
.HeaderPhone a.active {
  background-color: #000;
  color: #fff;
  transition: 0.5s;
  border: 1px solid #000;
}
.HeaderPhone a.active img {
  -webkit-filter: invert(1);
  filter: invert(1);
}
.HeaderPhone a img {
  display: inline-block;
  position: relative;
  top: -2px;
}
.HeaderPhone a i {
  font-size: 16px;
  transition: 0.5s;
}
.MorePhones {
  position: absolute;
  left: 0px;
  top: 48px;
  width: 100%;
  text-align: left;
  padding-left: 15px;
  padding-right: 15px;
  z-index: 3;
}
.MorePhonesInner {
  display: none;
  border: 1px solid #000;
  background-color: #fff;
}
.MorePhones a {
  height: 32px;
  width: 100%;
  text-align: center;
  line-height: 32px;
  vertical-align: middle;
  letter-spacing: normal;
  font-size: 12px;
  font-family: Montserrat-ExtraBold;
  position: relative;
  display: inline-block;
}
.MorePhones a:hover {
  background-color: #000;
  color: #fff;
}
.MorePhones a:hover img {
  -webkit-filter: invert(1);
  filter: invert(1);
}
.Rotate {
  transform: rotate(-180deg);
  transition: 0.5s;
}
/**** Block 1 ****/
.BlockOneBg {
  height: 525px;
  width: 100%;
  display: inline-block;
  position: relative;
  border-bottom: 5px solid #fff;
  margin-top: 65px;
  margin-bottom: 21px;
}
.m_arrow_down__wrap {
  width: 100%;
  float: left;
  display: flex;
  justify-content: center;
}
.m_arrow_down {
  display: flex;
  justify-content: center;
  margin-bottom: 80px;
}
.m_arrow_down a {
  width: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #000000;
  font-family: 'OpenSans-CondLight';
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: normal;
}
.m_arrow_down a img {
  width: auto;
  float: left;
  height: auto;
  max-width: 14px;
  margin-top: 5px;
}
.LeftWrapOne {
  position: absolute;
  top: 0px;
  left: 15px;
  width: 100%;
  height: 520px;
  line-height: 520px;
  background: #0d0d0d;
  background: -moz-linear-gradient(left, #0d0d0d 0%, #0d0d0d 50%, #232323 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #0d0d0d), color-stop(50%, #0d0d0d), color-stop(100%, #232323));
  background: -webkit-linear-gradient(left, #0d0d0d 0%, #0d0d0d 50%, #232323 100%);
  background: -o-linear-gradient(left, #0d0d0d 0%, #0d0d0d 50%, #232323 100%);
  background: -ms-linear-gradient(left, #0d0d0d 0%, #0d0d0d 50%, #232323 100%);
  background: linear-gradient(to right, #0d0d0d 0%, #0d0d0d 50%, #232323 100%);
}
.LeftWrapOneInner {
  width: 380px;
  height: 250px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 80px;
}
.LeftOneText {
  line-height: 1;
}
.LeftOneText span {
  line-height: 1.4;
  font-size: 24px;
  letter-spacing: normal;
  color: #fff;
  display: inline-block;
}
.LeftOneText b {
  font-family: Montserrat-ExtraBold;
}
.LeftLine {
  width: 100%;
  height: 1px;
  background-color: #fff;
  line-height: 1;
  margin-top: 10px;
  margin-bottom: 10px;
}
.LeftSmallText {
  line-height: 1;
}
.LeftSmallText span {
  color: #959595;
  line-height: 1.4;
  font-size: 13px;
  letter-spacing: normal;
  display: inline-block;
  font-family: OpenSans-CondLight;
}
.LeftBtn {
  margin-top: 35px;
  line-height: 1;
}
.LeftBtn a {
  display: inline-block;
  line-height: 42px;
  border: 1px solid #fff;
  padding: 0px 45px;
  border-radius: 22px;
  background: #2a2a2a;
  background: -moz-linear-gradient(left, #2a2a2a 0%, #2a2a2a 50%, #343434 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #2a2a2a), color-stop(50%, #2a2a2a), color-stop(100%, #343434));
  background: -webkit-linear-gradient(left, #2a2a2a 0%, #2a2a2a 50%, #343434 100%);
  background: -o-linear-gradient(left, #2a2a2a 0%, #2a2a2a 50%, #343434 100%);
  background: -ms-linear-gradient(left, #2a2a2a 0%, #2a2a2a 50%, #343434 100%);
  background: linear-gradient(to right, #2a2a2a 0%, #2a2a2a 50%, #343434 100%);
  font-size: 16px;
  color: #fff;
  letter-spacing: normal;
}
.LeftBtn a:hover {
  color: rgba(255, 255, 255, 0.75);
}
.RightImg {
  padding-left: 0px;
}
@keyframes imgscale {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.2);
  }
}
.RightImgWrap {
  width: 100%;
  height: 520px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  overflow: hidden;
}
.RightImgWrap img {
  width: 100%;
  float: left;
  height: 100%;
  object-fit: cover;
  position: relative;
  animation: imgscale 10s ease-in-out forwards;
}
/**** Block 2 ****/
.BlockTwoBg {
  height: 590px;
  border-bottom: 5px solid #fff;
  overflow: hidden;
}
.Block2BgWrap {
  width: 100%;
  height: 585px;
  display: niline-block;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url('../img/block-2.jpg');
  overflow: hidden;
}
.EnotWrap {
  display: inline-block;
  width: 100%;
  height: 585px;
  position: relative;
}
.EnotWrap img {
  display: inline-block;
  position: absolute;
  left: 0px;
  bottom: -45px;
  z-index: 5;
}
.BlockTwoTitle {
  width: 640px;
  text-align: left;
  margin-top: 130px;
  margin-left: 90px;
  margin-bottom: 30px;
  position: relative;
  z-index: 5;
}
.BlockTwoTitle span {
  color: #fff;
  font-size: 36px;
  font-family: Montserrat-ExtraBold;
  line-height: 1.3;
  letter-spacing: normal;
}
.BlockTwoText p {
  width: 510px;
  font-size: 24px;
  line-height: 1.3;
  letter-spacing: normal;
  color: #fff;
  font-family: OpenSans-CondLight;
  margin-left: 140px;
  margin-bottom: 0px;
}
.BigerText {
  font-size: 30px;
  line-height: 1;
}
/**** Services ****/
.ServicesBg {
  margin-bottom: 5px solid #fff;
  height: 525px;
}
.ServicesWrap {
  width: 100%;
  height: 520px;
  background: #dfdfdf;
  background: -moz-linear-gradient(left, #dfdfdf 0%, #dfdfdf 50%, #f4f5f4 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #dfdfdf), color-stop(50%, #dfdfdf), color-stop(100%, #f4f5f4));
  background: -webkit-linear-gradient(left, #dfdfdf 0%, #dfdfdf 50%, #f4f5f4 100%);
  background: -o-linear-gradient(left, #dfdfdf 0%, #dfdfdf 50%, #f4f5f4 100%);
  background: -ms-linear-gradient(left, #dfdfdf 0%, #dfdfdf 50%, #f4f5f4 100%);
  background: linear-gradient(to right, #dfdfdf 0%, #dfdfdf 50%, #f4f5f4 100%);
  position: relative;
}
.ServicesWrap > img {
  position: absolute;
  z-index: 2;
  left: 5px;
  top: 15px;
}
.ServicesTitle {
  width: 100%;
  text-align: center;
  margin-top: 150px;
  margin-bottom: 100px;
  display: inline-block;
}
.ServicesTitle span {
  color: #000;
  font-size: 36px;
  font-family: Montserrat-ExtraBold;
  line-height: 1;
  letter-spacing: normal;
  display: inline-block;
}
.ServicesImgWrap {
  width: 100%;
  text-align: center;
}
.ServicesImgWrap > span {
  display: inline-block;
  width: 25%;
  text-align: center;
  vertical-align: top;
}
.ServicesImgWrap > span > img {
  display: inline-block;
}
.ServicesImgWrap > span > div {
  line-height: 1.2;
  font-size: 16px;
  letter-spacing: normal;
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
  margin-top: 30px;
}
/**** Sale ****/
.SaleBg {
  border-bottom: 5px solid #fff;
}
.BlockTwoTextWrap {
  height: auto;
  margin-top: 50px;
}
.parallax1 .BlockTwoTextWrap {
  overflow: hidden;
}
.SaleWrap {
  width: 100%;
  background: #9fd947;
  background: -moz-linear-gradient(left, #9fd947 0%, #9fd947 50%, #c3da4f 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #9fd947), color-stop(50%, #9fd947), color-stop(100%, #c3da4f));
  background: -webkit-linear-gradient(left, #9fd947 0%, #9fd947 50%, #c3da4f 100%);
  background: -o-linear-gradient(left, #9fd947 0%, #9fd947 50%, #c3da4f 100%);
  background: -ms-linear-gradient(left, #9fd947 0%, #9fd947 50%, #c3da4f 100%);
  background: linear-gradient(to right, #9fd947 0%, #9fd947 50%, #c3da4f 100%);
  position: relative;
  padding-top: 65px;
}
.SaleWrap > img {
  position: absolute;
  z-index: 2;
  left: 15px;
  top: 15px;
}
.SaleTitle {
  width: 100%;
  text-align: center;
  margin-top: 150px;
  margin-bottom: 100px;
  display: inline-block;
}
.SaleTitle span {
  color: #000;
  font-size: 36px;
  font-family: Montserrat-ExtraBold;
  line-height: 1;
  letter-spacing: normal;
  display: inline-block;
}
.SaleText p {
  font-family: Montserrat-Light;
  font-size: 16px;
  color: #000;
}
.SaleTitle {
  color: #000;
  margin-bottom: 50px;
  text-align: left;
}
.SaleBtn {
  margin-left: 140px;
}
.SaleBtn a {
  border: 1px solid #000;
  color: #000;
  background: none;
}
.SaleBtn a:hover {
  background-color: #000;
  color: #fff;
}
.SaleImgWrap img {
  bottom: 90px;
  left: -210px;
}
/**** Corporste ****/
.CorporateBg {
  border-bottom: 5px solid #fff;
  height: 585px;
}
.CorporateWrap {
  width: 100%;
  background: #414cd0;
  background: -moz-linear-gradient(left, #414cd0 0%, #414cd0 50%, #41b7ff 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #414cd0), color-stop(50%, #414cd0), color-stop(100%, #41b7ff));
  background: -webkit-linear-gradient(left, #414cd0 0%, #414cd0 50%, #41b7ff 100%);
  background: -o-linear-gradient(left, #414cd0 0%, #414cd0 50%, #41b7ff 100%);
  background: -ms-linear-gradient(left, #414cd0 0%, #414cd0 50%, #41b7ff 100%);
  background: linear-gradient(to right, #414cd0 0%, #414cd0 50%, #41b7ff 100%);
  position: relative;
}
.CorporateWrap > img {
  position: absolute;
  z-index: 2;
  left: 0px;
  top: 15px;
}
.CorporateTitle {
  width: 100%;
  text-align: center;
  margin-top: 150px;
  margin-bottom: 100px;
  margin-left: 0px;
  display: inline-block;
}
.CorporateTitle span {
  color: #fff;
  font-size: 36px;
  font-family: Montserrat-ExtraBold;
  line-height: 1;
  letter-spacing: normal;
  display: inline-block;
}
.CorporateText p {
  font-family: Montserrat-Light;
  font-size: 16px;
  color: #fff;
}
.CorporateTitle {
  color: #fff;
  margin-bottom: 50px;
  text-align: left;
}
.CorporateBtn {
  margin-left: 140px;
}
.CorporateText p {
  margin-left: 0px;
  padding-left: 40px;
  padding-right: 60px;
  width: 100%;
}
.CorporateBtn {
  margin-left: 40px;
}
.CorporateBtn a {
  border: 1px solid #fff;
  color: #fff;
  background: none;
}
.CorporateBtn a:hover {
  background-color: #fff;
  color: #000;
}
.CorporateImgWrap img {
  bottom: 90px;
  left: -30px;
}
/**** Sale2 ****/
.Sale2Wrap {
  background: #ed2f61;
  background: -moz-linear-gradient(left, #ed2f61 0%, #ed2f61 50%, #fa4b84 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #ed2f61), color-stop(50%, #ed2f61), color-stop(100%, #fa4b84));
  background: -webkit-linear-gradient(left, #ed2f61 0%, #ed2f61 50%, #fa4b84 100%);
  background: -o-linear-gradient(left, #ed2f61 0%, #ed2f61 50%, #fa4b84 100%);
  background: -ms-linear-gradient(left, #ed2f61 0%, #ed2f61 50%, #fa4b84 100%);
  background: linear-gradient(to right, #ed2f61 0%, #ed2f61 50%, #fa4b84 100%);
}
.Sale2ImgWrap img {
  left: 0px;
  top: inherit;
  bottom: 10px;
}
.SaleTitle2 {
  padding-right: 50px;
}
.SaleText2 p {
  margin-left: 130px;
  padding-right: 100px;
}
.SaleBtn2 {
  margin-left: 130px;
}
.Sale2Wrap > img {
  left: -75px;
  top: -50px;
}
.Sale2Wrap {
  overflow: hidden;
}
/**** Sale 3 ****/
.Sale3Wrap {
  background: #fedd01;
  background: -moz-linear-gradient(left, #fedd01 0%, #fedd01 50%, #fff600 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #fedd01), color-stop(50%, #fedd01), color-stop(100%, #fff600));
  background: -webkit-linear-gradient(left, #fedd01 0%, #fedd01 50%, #fff600 100%);
  background: -o-linear-gradient(left, #fedd01 0%, #fedd01 50%, #fff600 100%);
  background: -ms-linear-gradient(left, #fedd01 0%, #fedd01 50%, #fff600 100%);
  background: linear-gradient(to right, #fedd01 0%, #fedd01 50%, #fff600 100%);
  overflow: hidden;
}
.Sale3Title span {
  color: #000;
}
.Sale3Text p {
  color: #000;
}
.Sale3Btn a {
  border: 1px solid #000;
  color: #000;
}
.Sale3Btn a:hover {
  background-color: #000;
  color: #fff;
}
.Sale3Wrap > img {
  left: auto;
  right: 0px;
  top: -30px;
}
.Sale3ImgWrap {
  left: 220px;
}
/**** AllProg ****/
.AllProdBg {
  border-bottom: 5px solid #fff;
}
.AllProgWrap {
  width: 100%;
  height: auto;
  min-height: 300px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url('../img/prog-bg.jpg');
}
.AllProgTitle {
  width: 100%;
  text-align: center;
  margin-top: 95px;
  display: inline-block;
  margin-bottom: 45px;
}
.AllProgTitle span {
  color: #000;
  font-size: 40px;
  font-family: Montserrat-ExtraBold;
}
.Tabs {
  width: 100%;
  text-align: center;
  margin-bottom: 20px;
}
.Tabs > li {
  display: inline-block;
}
.Tabs > li > a {
  display: inline-block;
  line-height: 42px;
  border: 1px solid #000;
  padding: 0px 15px;
  font-size: 16px;
  color: #000;
  letter-spacing: normal;
  margin: 0px 5px;
}
.Tabs > li > a:hover,
.Tabs > li.active > a {
  background-color: #000;
  color: #fff;
}
.CartWrap {
  width: 100%;
  height: 320px;
  display: inline-block;
  border-radius: 10px;
  background-color: #fff;
  margin-bottom: 40px;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.15);
  transition: 0.5s;
}
.CartWrap:hover {
  transition: 0.5s;
  transform: scale(1.02);
}
.CartOuter {
  padding: 0px 25px;
}
.CartImg {
  margin-top: 35px;
  margin-bottom: 25px;
}
.CartImg > a > span {
  display: inline-block;
  width: 100%;
  height: 180px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.CartTitle {
  width: 100%;
  text-align: left;
  padding: 0px 30px;
}
.CartTitle span {
  font-size: 16px;
  letter-spacing: normal;
  font-family: Montserrat-ExtraBold;
}
.CartTitle a:hover {
  color: #a2a2a2;
}
.CartIntro {
  font-size: 14px;
  letter-spacing: normal;
  line-height: 1;
  font-family: OpenSans-CondLight;
  padding: 0px 25px;
}
.CartLine {
  width: 100%;
  padding: 15px 25px;
}
.CartLine span {
  width: 100%;
  height: 1px;
  background-color: #000;
  display: inline-block;
}
#Tab2 {
  display: none;
}
.MoreBtn {
  margin-top: 40px;
  margin-bottom: 120px;
  width: 100%;
  text-align: center;
  display: inline-block;
}
.MoreBtn a,
.MoreBtn button {
  display: inline-block;
  line-height: 42px;
  border: 1px solid #000;
  padding: 0px 29px;
  font-size: 16px;
  border-radius: 22px;
  color: #000;
  letter-spacing: normal;
  margin: 0px 5px;
}
.MoreBtn button {
  border-radius: 0;
  padding: 0 75px;
}
.MoreBtn a:hover,
.MoreBtn button:hover {
  background-color: #000;
  color: #fff;
}
/**** Form ****/
.FooterFormWrap {
  background: #0d0d0d;
  background: -moz-linear-gradient(left, #0d0d0d 0%, #0d0d0d 50%, #232323 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #0d0d0d), color-stop(50%, #0d0d0d), color-stop(100%, #232323));
  background: -webkit-linear-gradient(left, #0d0d0d 0%, #0d0d0d 50%, #232323 100%);
  background: -o-linear-gradient(left, #0d0d0d 0%, #0d0d0d 50%, #232323 100%);
  background: -ms-linear-gradient(left, #0d0d0d 0%, #0d0d0d 50%, #232323 100%);
  background: linear-gradient(to right, #0d0d0d 0%, #0d0d0d 50%, #232323 100%);
  padding-top: 120px;
}
.FormTitle {
  width: 100%;
  text-align: center;
  margin-top: 95px;
  display: inline-block;
  margin-bottom: 35px;
  margin-top: 65px;
}
.FormTitle span {
  color: #000;
  font-size: 40px;
  font-family: Montserrat-ExtraBold;
  color: #fff;
}
.FormInput {
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
}
.FormInput > img {
  position: absolute;
  left: 20px;
  top: 10px;
}
.FormInput input,
.FormInput textarea {
  width: 100%;
  text-align: left;
  border: 1px solid #fff;
  padding: 13px 15px 13px 65px;
  font-size: 16px;
  background: none;
  outline: none;
  color: #fff;
}
.FormInput textarea {
  resize: none;
  height: 90px;
  color: #fff;
  line-height: 1;
}
.FormInput input:focus,
.FormInput textarea:focus {
  border: 1px solid #7958a2;
  /*Purple*/
}
.FormBtn button {
  color: #fff;
  background: none;
  border: 1px solid #fff;
}
.FormBtn button:hover {
  background-color: #fff;
  color: #000;
}
.IcosWrap {
  width: 100%;
  text-align: center;
}
.IcosWrap > span {
  display: inline-block;
  text-align: left;
  position: relative;
}
.IcosWrap > span > img {
  display: inline-block;
}
.IcosWrap > span > img:nth-child(2) {
  margin-left: 10px;
  margin-right: 10px;
}
.Poss {
  position: absolute;
  top: 22px;
  right: 2px;
}
.IcoText {
  width: 100%;
  text-align: left;
  line-height: 1;
  font-size: 16px;
  letter-spacing: normal;
  color: #fff;
  margin-top: 5px;
}
#FEEDBACK_FORM {
  position: relative;
}
#FEEDBACK_FORM > img,
.ThanksText > img {
  position: absolute;
  left: -200px;
  top: 50px;
}
.FooterBg {
  height: 75px;
}
.FooterLogo {
  line-height: 75px;
  text-align: center;
}
.FooterLogo img {
  display: inline-block;
  width: 100%;
  padding: 5px 10px;
  max-width: 230px;
}
.FooterPhones > span {
  width: 50%;
  text-align: left;
  display: inline-block;
}
.FooterEmail {
  width: 100%;
  text-align: left;
}
.FooterEmail a {
  display: flex!important;
  align-items: center;
}
.FooterEmail svg {
  width: 22px;
  height: auto;
  margin-right: 10px;
  margin-top: -1px;
}
.FooterPhones a,
.FooterEmail a {
  display: inline-block;
  text-align: left;
  line-height: 1;
  font-size: 20px;
  letter-spacing: normal;
  font-family: Montserrat-ExtraBold;
  line-height: 37px;
}
.FooterPhones a img,
.FooterEmail a img {
  margin-right: 5px;
}
.FooterPhones a:hover,
.FooterEmail a:hover {
  color: #a2a2a2;
}
#alert p {
  padding-bottom: 0px;
  margin-bottom: 0px;
}
/**** MobileMenu ****/
.NavHamWrap {
  width: 100%;
  text-align: center;
}
.NavHamWrap a,
.NavHamWrap a:link,
.NavHamWrap a:visited,
.NavHamWrap a:active {
  width: 35px;
  line-height: 31px;
  text-align: center;
  font-size: 20px;
  border-radius: 50%;
  display: inline-block;
  margin-top: 15px;
  border: 2px solid #000;
  color: #000;
}
.NavHamWrap a:hover {
  color: #a2a2a2;
  border: 2px solid #a2a2a2;
}
/**** MobileMenu ****/
#main {
  position: fixed;
  display: block;
  width: 270px;
  height: 100%;
  background: #fff;
  color: #fff;
  z-index: 10000;
  padding: 60px 30px 0px 30px;
  box-shadow: 2px 0px 15px 0px rgba(0, 0, 0, 0.15);
  left: -275px;
  top: 0px;
  border-right: 1px solid #e2e2e2;
}
.MenuClose a,
.MenuClose a:link,
.MenuClose a:visited,
.MenuClose a:active {
  position: absolute;
  color: #161616;
  top: 15px;
  right: 17px;
  font-size: 24px;
  width: 25px;
  line-height: 23px;
  text-align: center;
  border-radius: 50%;
}
.MenuClose a:hover {
  color: #a2a2a2;
}
#overflow {
  display: none;
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  left: 0;
  overflow: hidden;
  z-index: 5000;
  overflow: auto;
  overflow-y: none;
  background: rgba(0, 0, 0, 0.75);
}
.oh {
  overflow: hidden;
}
.MobileMenu {
  width: 100%;
  font-size: 0;
  /*Отступы*/
  line-height: 0;
  letter-spacing: -1px;
}
.MobileMenu > li {
  font-size: 14px;
  /*Востановление нормальных значений отступов*/
  line-height: normal;
  letter-spacing: normal;
  display: inline-block;
  width: 100%;
}
.MobileMenu > li > a {
  color: #161616;
  font-size: 20px;
  font-weight: bold;
}
.MobileMenu > li > a:hover,
.MobileMenu > li.active > a {
  color: #a2a2a2!important;
  font-size: 20px;
  font-weight: bold;
}
.SmHid {
  display: none;
}
.CartOuter {
  display: none;
}
.a1,
.b1,
.c1,
.d1,
.e1 {
  display: block;
}
#Tab2,
#Tab3,
#Tab4,
#Tab5 {
  display: none;
}
.SaleImgWrap img {
  transition: .3s;
}
.SaleWrap > img {
  transition: .3s;
}
.CorporateImgWrap img,
.Sale3Wrap > img,
.CorporateWrap > img,
.CorporateImgWrap img,
.Sale2ImgWrap img,
.Sale2Wrap > img {
  transition: .3s;
}
.HeaderMenu > li > a {
  transition: .3s;
}
.parallax3 .SaleWrap > img {
  width: 100%;
  float: left;
  left: 0;
  top: -10px;
}
.Sale2Wrap {
  padding-top: 150px;
}
.SaleWrap > img {
  top: 95px;
}
.parallax1 .SaleImgWrap img {
  left: -160px;
  bottom: 60px;
}
.CorporateWrap {
  padding-top: 65px;
}
.CorporateTitle span {
  color: #000;
}
.CorporateText p {
  color: #000;
}
.CorporateBtn a {
  color: #000;
  border-color: #000;
}
.parallax2 .CorporateWrap > img {
  top: 110px;
  width: 100%;
  float: left;
}
.parallax3 .BlockTwoTextWrap {
  margin-top: 0;
}
.parallax3 .Sale2Wrap {
  padding-top: 65px;
}
.parallax4 .CorporateImgWrap img {
  bottom: inherit;
  top: -65px;
}
.parallax4 .BlockTwoTextWrap {
  margin-top: 0;
}
.m_portfolio {
  width: 100%;
  float: left;
  display: flex;
  justify-content: center;
}
.m_portfolio__wrap {
  width: 100%;
  float: left;
  padding-top: 110px;
}
.m_portfolio__wrap > span {
  width: 100%;
  float: left;
  text-align: center;
  color: #000000;
  font-family: "Montserrat-ExtraBold";
  font-size: 40px;
  font-weight: 400;
  line-height: 50px;
  text-transform: uppercase;
  margin-bottom: 45px;
}
.m_portfolio__tabs_list {
  width: 100%;
  float: left;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.m_portfolio__tabs_list li {
  width: auto;
  float: left;
  margin-left: 5px;
  margin-right: 5px;
  margin-bottom: 20px;
}
.m_portfolio__tabs_list li a {
  width: auto;
  float: left;
  color: #000000;
  font-family: 'Montserrat-Light';
  font-size: 16px;
  font-weight: 400;
  line-height: 42px;
  text-transform: uppercase;
  border-radius: 22px;
  border: 1px solid #000000;
  padding-left: 15px;
  padding-right: 15px;
  text-decoration: none;
  transition: .3s;
}
.m_portfolio__tabs_list li a:hover {
  color: #FFF;
  background-color: #7958A2;
}
.m_portfolio__tabs_list--active {
  background-color: #000!important;
  color: #FFF!important;
}
.m_portfolio__cont_wrap {
  width: 100%;
  float: left;
}
.m_portfolio__cont_wrap {
  width: 100%;
  float: left;
}
.m_portfolio__cont {
  width: 100%;
  float: left;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  visibility: hidden;
  transition: .7s;
}
.m_portfolio__cont--active {
  position: relative;
  opacity: 1;
  visibility: visible;
}
.m_portfolio__list_mod,
.m_portfolio__list {
  width: 100%;
  float: left;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 7px;
}
.m_portfolio__list_mod li,
.m_portfolio__list li {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-left: 41px;
  padding-top: 35px;
  padding-right: 41px;
  padding-bottom: 35px;
  float: left;
  border-radius: 4px;
  height: 325px;
  overflow: hidden;
}
.m_portfolio__list_mod li > a,
.m_portfolio__list li > a {
  width: 100%;
  float: left;
  height: 100%;
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.m_portfolio__list_mod li > a > img,
.m_portfolio__list li > a > img {
  width: 100%;
  float: left;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
  border-radius: 4px;
  z-index: 1;
}
.m_portfolio__list_mod li:first-child,
.m_portfolio__list li:first-child {
  width: calc(100% / 3 * 2 - 3px);
}
.m_portfolio__list_mod li:last-child,
.m_portfolio__list li:last-child {
  width: calc(100% / 3 * 1 - 4px);
}
.m_portfolio__list_mod--active_link > .m_port_hover {
  opacity: 1!important;
  visibility: visible!important;
}
.m_portfolio__list_mod--active_link > a .m_portfolio__info {
  opacity: 0;
  visibility: hidden;
  transition-delay: .3s;
}
.m_portfolio__list_mod--active_link > a .m_portfolio__logo {
  opacity: 0;
  visibility: hidden;
  transition-delay: .3s;
}
.m_portfolio__info {
  width: 100%;
  float: left;
  max-width: 285px;
  position: relative;
  z-index: 2;
  transition: .3s;
}
.m_portfolio__info span {
  width: 100%;
  float: left;
  color: #ffffff;
  font-family: "Montserrat-ExtraBold";
  font-size: 16px;
  font-weight: 400;
  line-height: 24.36px;
  text-transform: uppercase;
  padding-bottom: 3px;
  margin-bottom: 15px;
  border-bottom: 1px solid #fff;
}
.m_portfolio__info p {
  width: 100%;
  float: left;
  color: #ffffff;
  font-family: "OpenSans-CondLight";
  font-size: 12px;
  font-weight: 400;
  letter-spacing: normal;
}
.m_portfolio__logo {
  width: 100%;
  float: left;
  position: relative;
  z-index: 2;
  display: flex;
  transition: .3s;
  justify-content: space-between;
  align-items: center;
}
.m_portfolio__logo img {
  width: auto;
  float: left;
  height: auto;
  max-width: 50%;
}
.m_portfolio__logo a {
  width: auto;
  float: left;
  color: #fff;
  font-family: "OpenSans-CondLight";
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  letter-spacing: normal;
  transition: .3s;
}
.m_portfolio__logo a:hover {
  opacity: 0.8;
}
.m_portfolio__logo a img {
  width: auto;
  float: left;
  height: auto;
  max-width: 6px;
  margin-right: 5px;
}
.m_port_hover {
  width: 100%;
  float: left;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  height: 100%;
  visibility: hidden;
  z-index: 3;
  transition: .3s;
  background-color: rgba(0, 0, 0, 0.9);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-left: 41px;
  padding-top: 35px;
  padding-right: 41px;
  padding-bottom: 35px;
}
.m_port__text {
  width: 100%;
  float: left;
}
.m_port__text p {
  width: 100%;
  float: left;
  color: #ffffff;
  font-family: "OpenSans-CondLight";
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
.m_portfolio__list li {
  width: calc(100% / 3 - 4px) !important;
  float: left;
}
.m_portfolio__list_mod--reverse li:last-child {
  width: calc(100% / 3 * 2 - 3px);
}
.m_portfolio__list_mod--reverse li:first-child {
  width: calc(100% / 3 * 1 - 4px);
}
.m_port__text p {
  max-height: 120px;
  overflow: hidden;
}
.m_all_port {
  width: 100%;
  float: left;
  display: flex;
  justify-content: center;
  margin-top: 33px;
  margin-bottom: 85px;
}
.m_all_port a {
  width: auto;
  float: left;
  color: #000000;
  font-family: Montserrat-Light;
  font-size: 16px;
  font-weight: 300;
  line-height: 42px;
  border-radius: 22px;
  border: 1px solid #000000;
  text-transform: uppercase;
  padding-left: 30px;
  padding-right: 30px;
  text-decoration: none;
  transition: .3s;
}
.m_all_port a:hover {
  background-color: #000;
  color: #FFF;
}
.m_portfolio__list--hide {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  transition: .7s;
}
.m_portfolio__list--hide__active {
  opacity: 1;
  visibility: visible;
  position: relative;
}
.m_thanks__modal {
  width: 100%;
  float: left;
  position: absolute;
  left: 0;
  top: 0;
  background-image: linear-gradient(45deg, #000000 0%, #3f3f3f 100%);
  height: 100vh;
  display: flex;
  justify-content: center;
  transform: translateY(-110%);
  transition: .4s;
}
.m_thanks__modal .container {
  position: relative;
  display: flex;
  align-items: center;
}
.m_thanks__modal--active {
  transform: translateY(0%);
}
.wrapper--mod {
  width: 100%;
  float: left;
  min-height: 100vh;
}
.m_thanks__modal--header {
  width: 100%;
  float: left;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 22px;
  position: absolute;
  left: 0;
  top: 0;
  padding-left: 15px;
  padding-right: 15px;
}
.m_thanks__modal--header a {
  width: auto;
  float: left;
  color: #ffffff;
  font-family: Montserrat-Light;
  font-size: 18px;
  font-weight: 300;
  line-height: 34px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
}
.m_thanks__modal--header a img {
  width: auto;
  float: left;
  height: auto;
  max-width: 10px;
  margin-right: 20px;
}
.m_thanks__modal--header p {
  width: auto;
  float: left;
  color: #ffffff;
  font-family: "Montserrat-ExtraBold";
  font-size: 20px;
  font-weight: 400;
  line-height: 36px;
  text-transform: uppercase;
  /* Text style for "ПОРТФОЛИО:" */
  color: #4b4b4b;
  margin-bottom: 0;
}
.m_thanks__modal--header p span {
  color: #FFF;
}
.close_modal {
  width: 30px;
  height: 30px;
  border: none;
  background: none;
  padding: 0;
  margin: 0;
  cursor: pointer;
}
.close_modal:focus {
  border: none!important;
  outline: none!important;
}
.close_modal img {
  width: 100%;
  float: left;
  height: auto;
}
.m_thanks__modal--body {
  width: 100%;
  float: left;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.m_thanks__modal--body span {
  width: 100%;
  float: left;
  text-align: center;
  color: #ffffff;
  font-family: "Montserrat-ExtraBold";
  font-size: 40px;
  font-weight: 400;
  line-height: 50px;
  text-transform: uppercase;
  margin-bottom: 40px;
}
.m_thanks__modal--body p {
  width: 100%;
  float: left;
  text-align: center;
  color: #ffffff;
  font-family: "OpenSans-CondLight";
  font-size: 24px;
  font-weight: 400;
  line-height: 40px;
}
.m_thanks__modal--body a {
  width: auto;
  float: left;
  color: #fff;
  margin-top: 60px;
  font-family: Montserrat-Light;
  font-size: 16px;
  font-weight: 300;
  line-height: 42px;
  border-radius: 22px;
  border: 1px solid #fff;
  text-transform: uppercase;
  padding-left: 30px;
  padding-right: 30px;
  text-decoration: none;
  transition: .3s;
  position: relative;
  z-index: 2;
}
.m_thanks__modal--body a:hover {
  background-color: #000;
  color: #FFF;
}
.m_thanks__modal--body > img {
  width: auto;
  float: left;
  height: auto;
  max-width: 285px;
  position: absolute;
  left: 100px;
  bottom: 20px;
  transform: translateY(50%);
  z-index: 1;
}
.m_modal_link_wrap {
  width: 100%;
  float: left;
  display: flex;
  justify-content: center;
  margin-top: 10px;
}
.m_modal_link_wrap a {
  width: auto;
  float: left;
  font-size: 14px;
  line-height: normal;
  letter-spacing: normal;
}
.m_portf__modal {
  background-image: none;
  background-color: #000;
}
.m_portf__modal .container {
  padding-top: 50px;
}
.m_portf_links {
  width: 100%;
  float: left;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}
.m_portf__modal .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.m_portf__modal .m_thanks__modal--body {
  width: 100%;
  float: left;
  height: 620px;
  background-color: #FFF;
  border-radius: 10px;
  padding: 10px;
}
.m_thanks__modal--body_wrap {
  width: 100%;
  float: left;
  height: auto;
  padding-left: 50px;
  padding-right: 50px;
  overflow-y: auto;
}
.m_thanks__modal--body_wrap img {
  width: 100%;
  float: left;
  height: auto;
}
.m_portf_links--left {
  width: auto;
  float: left;
}
.m_portf_links--left a {
  width: auto;
  float: left;
  color: #ffffff;
  font-family: Montserrat-Light;
  border-radius: 22px;
  border: 1px solid #ffffff;
  font-size: 16px;
  font-weight: 300;
  line-height: 42px;
  text-transform: uppercase;
  padding-left: 33px;
  padding-right: 33px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.m_portf_links--left a:first-child {
  margin-right: 10px;
}
.m_portf_links--left a:last-child {
  background-color: #191919;
}
.m_portf_links--left a:last-child:hover {
  background-color: #fff;
  color: #191919;
}
.m_portf_links--left a:hover {
  background-color: #191919;
  color: #fff;
}
.m_portf_links--left a img {
  width: auto;
  float: left;
  height: auto;
  max-width: 18px;
  margin-right: 10px;
}
.m_portf_links--right {
  width: auto;
  float: left;
}
.m_portf_links--right a {
  width: auto;
  float: left;
  color: #000;
  font-family: Montserrat-Light;
  border-radius: 22px;
  border: 1px solid #ffffff;
  font-size: 16px;
  font-weight: 300;
  line-height: 42px;
  text-transform: uppercase;
  padding-left: 33px;
  padding-right: 33px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #FFF;
}
.m_portf_links--right a:hover {
  background-color: #000;
  color: #fff;
}
.parallax2 {
  border: none;
}
.parallax2 .CorporateWrap {
  margin-bottom: 5px;
}
#Label_5{
  display: flex;
  clear: both;
  width: 100%;
  float: left;
  position: relative;
  height: 1px;
}
.HeaderLogo img,
.main_logo img{
  width: 100%;
}
@media (min-width: 991px) {
  .m_portfolio__list_mod li:hover > .m_port_hover,
  .m_portfolio__list li:hover > .m_port_hover {
    opacity: 1!important;
    visibility: visible!important;
  }
  .m_portfolio__list_mod li:hover > a .m_portfolio__info,
  .m_portfolio__list li:hover > a .m_portfolio__info {
    opacity: 0;
    visibility: hidden;
    transition-delay: .3s;
  }
  .m_portfolio__list_mod li:hover > a .m_portfolio__logo,
  .m_portfolio__list li:hover > a .m_portfolio__logo {
    opacity: 0;
    visibility: hidden;
    transition-delay: .3s;
  }
}
@media (max-width: 1890px) {
  .m_portf__modal .m_thanks__modal--body {
    height: 420px;
  }
}
@media (max-width: 1500px) {
  .SaleImgWrap img {
    left: -200px;
    width: 550px;
  }
  .parallax3 .Sale2ImgWrap img {
    left: 0;
    width: auto;
  }
}
@media (max-width: 1199px) {
  .HeaderMenu > li > a {
    font-size: 12px;
  }
  .HeaderLogo {
    padding-left: 0px;
  }
  .HeaderLogo img {
    width: 150px;
  }
  .PurpleBtn a {
    width: 150px;
  }
  .HeaderMenu > li {
    width: auto;
    margin: 0px 5px;
  }
  .BlockTwoTitle {
    margin-left: 50px;
    width: 600px;
    margin-top: 85px;
  }
  .SaleTitle {
    margin-top: 150px;
  }
  .BlockTwoText p {
    width: 400px;
    margin-left: 80px;
  }
  .EnotWrap img {
    left: -60px;
  }
  .SaleImgWrap img {
    width: 450px;
    left: -180px;
    bottom: 80px;
  }
  .CorporateWrap {
    overflow: hidden;
  }
  .CorporateImgWrap img {
    width: 550px;
    left: 20px;
  }
  .CorporateTitle {
    margin-left: -30px;
    width: 100%;
    margin-top: 150px;
  }
  .CorporateText p {
    margin-left: 0px;
    width: 100%;
  }
  .SaleTitle2 {
    width: 450px;
  }
  .parallax3 .Sale2ImgWrap img {
    width: 450px;
    left: -50px;
    top: 110px;
  }
  .SaleBtn {
    margin-left: 80px;
  }
  .Sale3ImgWrap img {
    width: 350px;
    left: -140px;
    top: 0px;
  }
  .Sale3Wrap > img {
    right: -100px;
  }
  .CorporateText p {
    padding-left: 0px;
  }
  .Sale3Btn {
    margin-left: 0px;
  }
  .Tabs > li > a {
    padding: 0px 10px;
    font-size: 14px;
  }
  .CorporateBtn {
    margin-left: 0px;
  }
  .CorporateTitle span {
    font-size: 28px;
  }
  .AllProgTitle span {
    font-size: 32px;
  }
  .FormTitle span {
    font-size: 32px;
  }
  .SaleTitle span {
    font-size: 28px;
  }
  .BlockTwoTitle span {
    font-size: 28px;
  }
  .BlockTwoText p {
    font-size: 18px;
  }
  .BigerText {
    font-size: 24px;
  }
  .ServicesTitle span {
    font-size: 28px;
  }
  .ServicesTitle {
    margin-top: 100px;
  }
  .m_thanks__modal--body span {
    font-size: 30px;
    margin-bottom: 25px;
  }
  .m_thanks__modal--body p {
    font-size: 18px;
    line-height: 30px;
  }
  .m_thanks__modal--body a {
    margin-top: 35px;
  }
  .m_thanks__modal--header a {
    font-size: 14px;
  }
  .m_thanks__modal--header a img {
    width: 8px;
    margin-right: 10px;
  }
  .close_modal {
    width: 20px;
    height: 20px;
  }
  .m_portf_links {
    margin-bottom: 15px;
  }
}
@media (max-width: 991px) {
  .BlockOneBg {
    margin-top: 50px;
  }
  .MorePhones {
    top: 41px;
  }
  .HeaderLogo img {
    width: 210px;
  }
  .LeftWrapOneInner {
    width: 300px;
    margin-left: 30px;
  }
  .BlockTwoTitle {
    width: 340px;
    margin-left: 30px;
    margin-top: 65px;
  }
  .BlockTwoTitle span {
    font-size: 30px;
  }
  .BlockTwoText p {
    margin-left: 60px;
    width: 300px;
    font-size: 22px;
    line-height: 1.2;
  }
  .BigerText {
    font-size: 26px;
  }
  .EnotWrap img {
    left: -110px;
    bottom: -35px;
  }
  .BlockTwoText p {
    font-size: 18px;
  }
  .SaleBtn {
    margin-left: 60px;
  }
  .SaleTitle {
    width: 400px;
    margin-top: 100px;
  }
  .SaleImgWrap img {
    width: 370px;
    left: -160px;
    bottom: 150px;
  }
  .CorporateImgWrap img {
    width: 360px;
    left: 20px;
    bottom: 165px;
  }
  .CorporateTitle {
    margin-top: 135px;
    margin-left: -70px;
  }
  .CorporateText p {
    margin-left: -40px;
  }
  .CorporateBtn {
    margin-left: -40px;
  }
  .parallax3 .Sale2ImgWrap img {
    width: 320px;
    left: -10px;
    top: 165px;
  }
  .SaleText2 p {
    width: 360px;
  }
  .SaleTitle2 {
    margin-top: 130px;
  }
  .Sale3ImgWrap img {
    left: -225px;
  }
  .Tabs > li > a {
    font-size: 10px;
  }
  .IcosWrap > span > img:nth-child(2) {
    display: none;
  }
  .Poss {
    display: none!important;
  }
  .IcosWrap > span {
    margin: 0px 25px;
  }
  .FooterLogo img {
    width: 100%;
  }
  .FooterPhones a,
  .FooterEmail a {
    font-size: 16px;
  }
  .HeaderLogo img {
    width: 100%;
  }
  .NavHamWrap {
    text-align: left;
  }
  .HeaderBg {
    height: auto;
  }
  .PurpleBtn,
  .HeaderLogo,
  .HeaderPhone {
    line-height: 50px;
  }
  .NavHamWrap a,
  .NavHamWrap a:link,
  .NavHamWrap a:visited,
  .NavHamWrap a:active {
    margin-top: 5px;
  }
  .IcosWrap span {
    text-align: center;
  }
  .ThanksText {
    width: 100%;
  }
  .m_portfolio__list_mod li,
  .m_portfolio__list li {
    padding: 15px;
  }
  .m_port_hover {
    padding: 15px;
  }
  .m_arrow_down {
    margin-bottom: 35px;
  }
  .Sale2Wrap {
    padding-top: 0px!important;
  }
  .Sale3Wrap {
    padding-top: 0;
  }
  .CorporateWrap {
    padding-top: 0;
  }
  .SaleWrap {
    padding-top: 0;
  }
  .SaleWrap > img {
    top: 10px;
    left: 0;
  }
  .parallax2 .CorporateWrap > img {
    top: 10px;
  }
  .m_portfolio__wrap {
    padding-top: 45px;
  }
  .m_portfolio__wrap > span {
    margin-bottom: 24px;
    font-size: 28px;
  }
  .m_portfolio__logo a {
    font-size: 12px;
    line-height: 12px;
    position: relative;
    z-index: 10;
  }
  .m_portfolio__logo a img {
    width: 5px;
  }
  .BlockTwoTitle span {
    font-size: 24px;
  }
  .m_portf_links--left a,
  .m_portf_links--right a {
    font-size: 10px;
    padding-left: 15px;
    padding-right: 15px;
    line-height: 36px;
    letter-spacing: normal;
  }
  .m_portf__modal .m_thanks__modal--body {
    height: 300px;
  }
  .m_thanks__modal--body_wrap {
    padding-left: 0;
    padding-right: 0;
  }
  .m_thanks__modal--header p {
    font-size: 16px;
  }
  .m_thanks__modal--header p span {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .IcosWrap span {
    width: 50%;
    margin: 0px;
    text-align: center;
  }
  .IcoText {
    text-align: center;
  }
  .PadNone {
    padding-left: 0px;
    padding-right: 0px;
  }
  .LeftWrapOne {
    position: static;
    height: auto;
    line-height: 10px;
    padding-top: 35px;
  }
  .RightImgWrap {
    height: 400px;
    display: inline-block;
  }
  .BlockOneBg {
    height: auto;
    margin-top: 0px;
  }
  .MorePhones {
    top: 41px;
  }
  .Block2BgWrap {
    height: 965px;
  }
  .BlockTwoTitle {
    width: 100%;
    margin-left: 0px;
  }
  .BlockTwoTitle span {
    font-size: 28px;
    padding-left: 20px;
    padding-right: 20px;
    display: inline-block;
  }
  .BlockTwoText {
    width: 100%;
    text-align: center;
  }
  .BlockTwoText p {
    margin-left: 0px;
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
  }
  .BlockTwoText p {
    width: 380px;
    display: inline-block;
  }
  .BlockTwoBg {
    height: 970px;
  }
  .EnotWrap {
    height: auto;
  }
  .EnotWrap img {
    bottom: -575px;
    left: 50%!important;
    width: 320px;
    margin-left: 0px!important;
  }
  .ServicesImgWrap > span {
    width: 50%;
  }
  .ServicesImgWrap > span > div {
    margin-top: 15px;
    margin-bottom: 30px;
  }
  .ServicesBg {
    height: auto;
    border-bottom: 5px solid #fff;
  }
  .ServicesWrap {
    height: auto;
    padding-bottom: 50px;
  }
  .ServicesTitle span {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 28px;
  }
  .ServicesTitle {
    margin-bottom: 70px;
  }
  .SaleBg {
    height: auto;
  }
  .SaleImgWrap img {
    position: static;
    width: 360px;
    display: inline-block;
  }
  .SaleWrap {
    height: auto;
    overflow: hidden;
    text-align: center;
  }
  .SaleTitle {
    text-align: center;
  }
  .SaleText {
    text-align: center;
    width: 100%;
  }
  .SmRow {
    margin-left: 0px;
    margin-right: 0px;
  }
  .SaleBtn {
    margin-left: 0px;
  }
  .SaleImgWrap {
    margin-top: 50px;
    margin-bottom: 70px;
    margin-left: 0px;
  }
  .CorporateBg {
    height: auto;
  }
  .CorporateImgWrap {
    margin-top: 50px;
    margin-bottom: 70px;
    margin-left: 0px;
    text-align: center;
  }
  .CorporateImgWrap img {
    position: static;
    margin-left: 0px;
    width: 360px;
  }
  .CorporateBtn {
    margin-left: 0px;
    width: 100%;
    text-align: center;
  }
  .CorporateWrap {
    height: auto;
  }
  .BlockTwoTitle {
    width: 100%;
    text-align: center;
    padding-right: 0px;
  }
  .SaleImgWrap {
    text-align: center;
    width: 100%;
    position: static!important;
  }
  .SaleImgWrap img {
    display: inline-block;
    position: static!important;
    margin-left: 0px;
  }
  .Sale3ImgWrap {
    position: relative;
    z-index: 2;
    left: 0px;
    margin-top: 0px;
  }
  .Sale3Title {
    margin-top: 0px;
  }
  .Sale3Wrap {
    padding-bottom: 70px;
  }
  .Tabs > li {
    margin-bottom: 10px;
  }
  .Tabs > li > a {
    font-size: 14px;
  }
  .CartWrap {
    margin-bottom: 20px;
  }
  .MoreBtn {
    margin-bottom: 70px;
  }
  .FormTitle {
    line-height: 1;
  }
  .FormTitle span {
    font-size: 28px;
  }
  .IcoText {
    margin-bottom: 10px;
  }
  .FormTitle {
    margin-top: 55px;
  }
  .FormInput {
    padding-left: 20px;
    padding-right: 20px;
  }
  .FormInput > img {
    left: 40px;
  }
  #FEEDBACK_FORM > img,
  .ThanksText > img {
    left: -140px;
  }
  .FooterPhones a,
  .FooterEmail a {
    font-size: 14px;
  }
  .FooterLogo img {
    width: 340px;
  }
  .LeftWrapOne {
    margin-top: 100px;
  }
  .FooterContacts {
    width: 100%;
    float: left;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .FooterPhones > span {
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .FooterEmail {
    display: flex;
    justify-content: center;
  }
  .IcosWrap span {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .Block2BgWrap {
    position: relative;
    height: auto;
  }
  .EnotWrap {
    position: inherit;
    width: 100%;
    float: left;
  }
  .EnotWrap--mod img {
    position: relative !important;
    bottom: -20px !important;
    margin-left: 0;
    margin-right: 0;
  }
  .HeaderBg .row {
    flex-wrap: wrap;
  }
  .PurpleBtn {
    width: 100%;
    float: left;
  }
  .PurpleBtn a {
    float: right;
  }
  .HeaderPhone {
    width: 100%;
    float: left;
    display: flex;
    justify-content: flex-end;
  }
  .HeaderPhone a {
    width: auto;
    float: left;
  }
  .MobileMenu > li > a {
    font-size: 16px;
  }
  .MobileMenu > li {
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .NavHamWrap {
    display: block!important;
  }
  .BlockTwoBg .EnotWrap img {
    transform: translateX(-50%);
  }
  .m_portfolio__list_mod li,
  .m_portfolio__list li {
    width: calc(50% - 3px) !important;
    float: left;
    margin-bottom: 7px;
  }
  .m_portfolio__list_mod li:nth-child(3),
  .m_portfolio__list li:nth-child(3) {
    display: none;
  }
  .m_portfolio__list_mod,
  .m_portfolio__list {
    margin-bottom: 0;
  }
  .m_portfolio__tabs_list li a {
    line-height: 36px;
  }
  .m_portfolio__tabs_list li a {
    font-size: 14px;
  }
  .m_portfolio__tabs_list li {
    margin-bottom: 10px;
  }
  .BlockTwoTextWrap {
    margin-top: 0;
  }
  .FooterFormWrap {
    padding-top: 35px;
  }
  .m_portfolio__tabs_list li a {
    font-size: 12px;
  }
  .m_thanks__modal--body span {
    font-size: 18px;
    line-height: 24px;
  }
  .m_thanks__modal--body p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 0;
  }
  .m_thanks__modal--body a {
    font-size: 12px;
    line-height: 36px;
  }
  .m_thanks__modal--body > img {
    bottom: 50%;
    left: 50%;
    transform: translate(-50%, 50%);
  }
  .m_portf_links--left {
    margin-bottom: 10px;
  }
  .m_portf_links {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
@media (max-width: 550px) {
  .m_portfolio__list_mod li,
  .m_portfolio__list li {
    width: 100%!important;
    float: left;
  }
  .Sale3Wrap > img {
    width: 500px;
  }
  .parallax3 .SaleWrap > img {
    width: 500px;
  }
  .parallax2 .CorporateWrap > img {
    width: 500px;
  }
  .SaleWrap > img {
    width: 500px;
  }
  .m_thanks__modal--header p {
    font-size: 12px;
  }
  .m_portf_links--left a,
  .m_portf_links--right a {
    line-height: 28px;
  }
  .m_portf_links--left {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 0;
  }
  .m_portf_links--left a {
    margin-bottom: 10px;
    margin-right: 0!important;
  }
  .m_portf__modal .m_thanks__modal--body {
    height: 250px;
  }
  .m_portf__modal .m_thanks__modal--header {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }
  .m_portf__modal .close_modal {
    order: 1;
  }
  .m_portf__modal p {
    order: 2;
    width: 100%;
    float: left;
    text-align: center;
    margin-top: 15px;
  }
  .m_portf__modal p span {
    font-size: 12px;
  }
  .parallax3 .Sale2ImgWrap img {
    width: 290px;
  }
  .HeaderBg {
    width: 100%;
    float: left;
  }
}
@media (max-width: 399px) {
  .EnotWrap img {
    width: 300px;
    margin-left: -150px;
    bottom: -530px;
  }
  .LeftWrapOneInner {
    width: 290px;
    margin-left: 10px;
  }
  .LeftOneText span {
    font-size: 22px;
  }
  .RightImgWrap {
    height: 300px;
  }
  .BlockTwoText p {
    width: 300px;
  }
  .BlockTwoBg {
    overflow: hidden;
  }
  .ServicesBg {
    overflow: hidden;
  }
  .FooterLogo img {
    width: 260px;
  }
  .SaleImgWrap img {
    width: 290px;
  }
  .CorporateImgWrap img {
    width: 290px;
  }
  .AllProgTitle span {
    font-size: 28px;
  }
  .Tabs > li > a {
    font-size: 10px;
  }
  .IcosWrap > span {
    margin: 0px 10px;
  }
  .FormInput input,
  .FormInput textarea {
    padding: 13px 15px 13px 45px;
    font-size: 12px;
  }
  .FormInput > img {
    left: 23px;
  }
  .FooterPhones > span {
    width: 100%;
  }
  .FormInput {
    padding-left: 10px;
    padding-right: 10px;
  }
  .PurpleBtn a {
    width: 130px;
    font-size: 12px;
  }
  .CorporateImgWrap img,
  .Sale2ImgWrap img,
  .SaleImgWrap img {
    margin-left: 0px;
  }
  .ServicesText {
    padding-left: 5px;
    padding-right: 5px;
  }
  .ThanksText {
    font-size: 22px;
    padding-top: 195px;
  }
  .HeaderPhone {
    width: 110%;
    margin-left: -10%;
  }
  .MorePhones a {
    width: 110%;
    margin-left: -10%;
  }
  .MorePhonesInner {
    width: 110%;
    margin-left: -10%;
  }
  .BlockTwoTitle span {
    font-size: 24px;
  }
  .ServicesTitle span {
    font-size: 24px;
  }
  .FormTitle span {
    font-size: 24px;
  }
  .LeftOneText span {
    text-align: center;
    width: 100%;
    float: left;
  }
  .LeftLine {
    width: 100%;
    float: left;
  }
  .LeftSmallText span {
    width: 100%;
    float: left;
    text-align: center;
  }
  .LeftWrapOne .LeftBtn {
    display: flex;
    justify-content: center;
    width: 100%;
    float: left;
  }
  .LeftWrapOneInner {
    width: 100%;
    margin-left: 0;
  }
  .PurpleBtn a {
    font-size: 11px;
    width: auto;
    padding-left: 7px;
    padding-right: 7px;
  }
}
