#ho_adv {
    display: none !important;
}

*, *:after, *:before { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.clearfix:before, .clearfix:after { content: ''; display: table; }
.clearfix:after { clear: both; }

@font-face {
  font-family: 'reg';
  src: url('../fonts/MuseoSansCyrl_1.otf');
}

@font-face {
  font-family: 'bold';
  src: url('../fonts/MuseoSansCyrl_3.otf');
}


body {
  color: #777;
  font-size: 14px;
  font-family: 'reg';
  background: #191919;
  font-family: 'EB Garamond', serif;
  font-weight: 700;
}

header .logo {
}

body, html {
  overflow: hidden;
} 

img  {
  max-width: 100%
} 

.wrap {
  width: 100%;
  float: left;
  position: relative;
  overflow: hidden;
}

.wrap .bg {
  z-index: -10;
  width: 100%;
  height: 100%;
  top: 0%;
  left: 0%;
  position: absolute;
  background: url(../img/bg.jpg);
  background-position: center;
  background-size: cover;
  opacity: 0.3
} 

.wrap span.redline:nth-of-type(1) {
  top: 17%;
  left: 25%
}

.wrap span.redline:nth-of-type(2) {
  top: 30%;
  right: 25%
} 

.wrap span.redline:nth-of-type(3) {
  top: 50%;
  right: 50%
}

.wrap span.redline:nth-of-type(4) {
  top: 65%;
  right: 25%
}

.wrap span.redline:nth-of-type(5) {
  top: 85%;
  left: 25%
}



.loader{
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0%;
  left: 0%;
  background: #191919;
  z-index: 999;
}

.loaderMain .gr,
.loaderMain .red {
  position: absolute;
  width: 200px;
  overflow: hidden;
  top: calc(50% - 12px);
  left: calc(50% - 100px);
}

.loaderMain .red {
  width: 0%;
}

.loaderMain img {
  width: 200px !important;
  max-width: initial !important;
}


.lds-ring {
  display: inline-block;
  position: relative;
  width: 32px;
  top: calc(50% - 16px);
  left: calc(50% - 16px);
  height: 32px;
}
.lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 25px;
  height: 25px;
  margin: 4px;
  border: 4px solid #FF012B;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #FF012B transparent transparent transparent;
}
.lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}
.lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}
.lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}
@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}




* {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility:    hidden;
  -ms-backface-visibility:     hidden; 
   -webkit-font-smoothing: subpixel-antialiased;
}

*:before,
*:after {
  position: absolute;
  content: '';
  z-index: -1;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1.3;
  margin: 0px;
}

p {
  line-height: 2.5;
  font-size: 15px;
  margin: 0px;
}

a {
  outline: none !important; 
  text-decoration: none !important;
  color: #777;
}

a:hover,
a:active {
  color: #777;
}

.lines {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0%;
  left: 0%;
  z-index: -1;
}

.lines span {
  position: relative;
  width: 25%;
  border-right: 1px solid #151515;
  float: left;
  height: 100%;
}

span.redline {
  height: 30px;
  width: 5px;
  background: #FF012B;
  position: absolute;
}

.lines span:nth-of-type(1) span:nth-of-type(1) {
  bottom: 140px;
}

.lines span:nth-of-type(1) span:nth-of-type(2) {
  top: 140px;
}

.lines span:nth-of-type(3) span {
  top: 47%
}

header {
  width: 100%;
  position: fixed;
  z-index: 100;
  padding: 40px 0px;
  left: 0px;
}

section.block {
  width: 100%;
  float: left;
  position: relative;
  padding: 100px 0px;
  margin-bottom: 150px;
}

input, button {
  background: transparent;
  width: 100%;
  float: left;
  height: 50px;
  padding: 10px 5px;
  font-size: 10px;
  text-align: left;
  font-family: 'bold';
  margin-bottom: 15px;
  outline: none;
  border: none;
  letter-spacing: 5px;
  text-transform: uppercase;
  border-bottom: 3px solid;
}


.menu {
  position: fixed;
  width: calc(100% - 20px);
    top: 10px;
    left: 10px;
    height: calc(100% - 20px);
  background: #191919;
  z-index: 100;
  opacity: 0;
  transform: translateY(-100%);
  box-shadow: 0px 0px 19px #101010;
  display: flex;
}

.menu .container {
  display: flex;
  margin: auto auto;
}

.menu ul {
  margin: auto auto;
  list-style: none;
}

.menu ul li {
  font-size: 30px;
  margin: 20px 0px;
  line-height: 1;
  text-transform: uppercase;
  list-style: none;
  letter-spacing: 0px;
  cursor: pointer;
  position: relative;
  text-align: left;
  font-family: bold;
  color: #2b2b2b;
}

.menu ul li a {
  position: relative;
  line-height: normal;
  color: #333;
  overflow: hidden;
}

.menu ul li a:before {
  width: 0%;
  height: 100%;
  font-size: 30px;
  color: #FF012B;
  text-shadow: 0px 0px 5px;
  left: 0%;
  top: 0%;
  z-index: 1;
  content: attr(data-let);
  overflow: hidden;
}

.menu ul li.active a:before,
.menu ul li:hover a:before {
  width:100%
}

.but {
  text-decoration: none !important;
  text-align: center;
  text-transform: uppercase;
  color: #ff012b;
  font-size: 15px;
  letter-spacing: 5px;
  font-family: 'bold';
  outline: none;
  text-shadow: 0px 0px 5px;
  position relative;
  overflow: hidden;
  position: relative;
}

.but:hover {
  color: transparent;
}

.but:before {
 width: 0%;
 left: 0%;
 height: 100%;
 position: absolute;
 top: 0%;
 content: attr(data-let);
 font-size: 15px;
 letter-spacing: 5px;
 overflow: hidden;
 color: black;
 text-shadow: 1px 0px 8px;
 z-index: 1;
}

.but.red {
  background: #ff012b;
  box-shadow: 0px 0px 20px #ff012b;
  text-shadow: none;
  letter-spacing: 4px;
  font-family: 'bold';
  color: black;
  cursor: pointer;
  border-bottom: 0px;
  margin: 30px 0px;
  height: 55px;
  display: inline-block;
  float: initial;
  font-size: 12px;
  width: auto;
  padding: 18px 30px;
}

.but.red:before {
  display: none;
}

.but.red:hover {
  box-shadow: 0px 0px 40px #ff012b
}


.but:hover:before {width: 100%;}


header a.phone {
  float: right;
  margin-right: 15px;
  font-family: 'bold';
}

header a.phone:hover {
  color: #ff012b;
  text-shadow: 0px 0px 10px;
}

.mainPage.top:before {
  width: calc(100% - 20px);
  top: 10px;
  left: 10px;
  height: calc(100vh - 50px);
  background: url(../img/mainPage1.jpg);
  background-position: center;
  background-size: cover;
  box-shadow: 0px 0px 19px #101010;
  filter: brightness(0.6);
}

.anim_dur,
.anim_dur:before, 
.anim_dur:after {
    transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
}

.logo img {
  max-width: 120px;
  width: auto;
  float: left;
  cursor: pointer;
}

.menuBut {
  width: 38px;
  float: right;
  margin-top: -5px;
  cursor: pointer;
  margin-right: 15px;
  height: 30px;
  position: relative;
}

.navigation__language {
  float:right;
  padding: 0px;
  margin: 0px 15px 0px 0px;
}

.navigation__language li {
  width: auto;
  float: left;
  margin: 0px 5px;
  list-style: none;
  font-family: bold;
  text-transform: uppercase;
}
 
.navigation__language li  a {
    transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
}

.navigation__language li.navigation__current a,
.navigation__language li a:hover {
  color:#ff012b;
  text-shadow: 0px 0px 10px;
}

.menuBut span {
  height: 3px;
  background: #777777;
  margin-bottom: 3px;
  position: absolute;
  right: 0%;
}

.menuBut span:nth-of-type(1) {
  width: 100%;
  top: 0%;
}

.menuBut span:nth-of-type(2) {
  width: 50%;
  bottom: 0%;
}

.menuBut:hover span,
.menuBut.active span {
  background: #ff012b;
  box-shadow: 0px 0px 7px #ff012b;
}

.menuBut:hover span:nth-of-type(1),
.menuBut.active span:nth-of-type(1)  {
  width: 50%;
}

.menuBut:hover span:nth-of-type(2),
.menuBut.active span:nth-of-type(2) {
  width: 100%;
}

.menuBut.active span:nth-of-type(2) {
  transform: rotate(45deg) translateY(-9px) translateX(-1px);
}

.menuBut.active span:nth-of-type(1) {
  transform: rotate(-45deg) translateY(10px) translateX(-10px);
  width: 100%;
}

.menuBut p {
  margin: 0px;
  width: 100%;
  text-align: right;
  line-height: normal;
  font-size: 13px;
  font-family: bold;
  position: relative;
  margin-top: 5px;
  overflow: hidden;
}

.menuBut:hover p {
  color: transparent
}

.menuBut p:before {
  width: 0%;
  height: 100%;
  left: 0%;
  content: attr(data-let);
  position: absolute;
  color: #ff012b;
  overflow: hidden;
  z-index: 1;
  top: 0%;
  font-size: 13px;
}

.menuBut:hover p:before  {
  width: 100%;
}

.menuBut.active p {
  width: 0%
}

section.block.top,
section.block.top .container {
    min-height: 100vh;
    padding: 0px;
}

section.block.top .container {
  display: flex;
}

.mainPage.top .title {
  margin: auto auto;
  text-align: center;
}

.mainPage.top h1{
  font-size: 15px;
  line-height: 2;
  font-family: 'bold';
  text-align: center;
  float: initial;
  display: inline-block;
  letter-spacing: 3px;
}

.mainPage.top h1 span {
  font-family: 'bold';
  color: #FF012B;
  font-size: 50px;
  display: block;
  line-height: normal;
  text-shadow: 0px 0px 10px;
  text-transform: uppercase;
  letter-spacing: 10px;
  padding-left: 5px;
}

.mainPage.top .text {
  float: left;
  padding-top: 10vh;
  padding-right: 70%;
}

.mainPage.top svg {
  width: 80px;
  height: 80px;
  position: absolute;
  left: calc(50% - 40px);
  bottom: 80px;
  animation: jump 1s infinite ease-in-out;
}

@keyframes jump {
  0% {
    transform: translateY(0%);
  }
  50% {
    transform: translateY(-10%);
  }
  100% {
    transform: translateY(0%);
  }
}

.titleblock {
  font-size: 35px;
  word-wrap: break-word;
  color: #ff012b;
  text-shadow: 0px 0px 10px;
  text-transform: uppercase;
  font-family: 'bold';
  text-align: left;
  width: 100%;
  margin: 50px 0px 20px 0px;
  float: left;
  letter-spacing: 10px;
  line-height: initial;
}

.titleblock span{
  font-size: 35%;
  letter-spacing: 15px;
  line-height: 2;
  width: 100%;
  float: left;
}

.subtitle {
  font-size: 12px;
  color: #ff012b;
  text-shadow: 0px 0px 10px;
  text-transform: uppercase;
  font-family: 'bold';
  text-align: left;
  width: 100%;
  margin: 0px 0px 20px 0px;
  float: left;
  letter-spacing: 4px;
  line-height: 2;
}

.text {
  width: 100%;
  float: left;
  text-align: justify;
}

.textBlock .but {
  float: right;
}

.mainPage.about:before{
  right: 0%;
  z-index: 0;
  top: 0%;
  height: 100%;
  width: 80%;
  background-size: 80%;
  background-position: right;
  background-image: url(/img/about.png);
  position: absolute;
  background-repeat: no-repeat;
}


.mainPage.about .but,
.mainPage.works .but {
  margin-top: 40px;
}


.mainPage.works .text,
.mainPage.works .but,
.mainPage.works .titleblock {
  z-index: 1;
  position: relative 
}

.mainPage.es img {
  top: -15vh;
  left: 0px;
  position: absolute;
  width: 100%;
  opacity: 0.3;
}


.mainPage.es .but{
  float: right;
  margin-top: 40px;
}

.mainPage.works .lSSlideOuter {
  box-shadow: 0px 0px 40px 10px rgba(0,0,0,0.5);
  position: relative;
  width: 100%;
  height: auto;
  background-position: center;
  background-size: cover;
}

.mainPage.works #lightSlider li {
  background-position: center;
  background-size: cover;
  height: 500px;
  overflow: hidden;
}

.mainPage.works #lightSlider li img{
  filter: grayscale(0.3);
  opacity: 0.7;
  -
  height: 100%;
}

.lSAction>.lSPrev {
  right: 0px;
  left: initial;
  background-image: url(../img/lchvrn.png);
}

.lSAction>.lSNext {
  right: -50px;
  background-image: url(../img/rchvrn.png);
}

.lSAction> a{
  background-repeat: no-repeat;
  height: 50px;
  width: 50px;
  opacity: 1 !important;
  display: block;
  top: 45%;
  bottom: -5%;
  transition: all 0.3s;
  background-position: center !important;
  background-size: 15px 25px;
  background-color: #ff012b;
  box-shadow: 0px 0px 7px #ff012b;
}

.lSAction> a:hover{
  box-shadow: 0px 0px 27px #ff012b
}

.lSSlideWrapper,
.lSSlideOuter {
 overflow: inherit !important;
background: #191919;
}

.mainPage.works .but {
  float: right;
}

.mainPage.detail:before {
  right: 0%;
  z-index: 0;
  top: 0%;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-image: url(/img/det.png);
  position: absolute;
  background-repeat: no-repeat;
}

.mainPage.detail {
  margin-bottom: 0px
}


.mainPage.detail .text {
  box-shadow: 0px 0px 10px 1px #1b1b1b;
  text-align: justify;
  background: #1b1b1b;
  padding: 30px 50px;
}

.mainPage.detail .subtitle{
  text-align: center;
  padding: 50px 40px 0px 40px;
  background: #1b1b1b;
  margin-bottom: 0px;
}



.mainPage.detail .but {
  float: right;
  margin-top: 40px;

}

.mainPage.detail .item {
  text-align: center;
  padding-top: 30px;
}

i:before, i:after {
  position: initial;
}


.mainPage.getform:before {
  left: 0%;
  z-index: 0;
  top: 10%;
  height: 100%;
  width: 80%;
  background-size: 80%;
  background-position: left;
  background-image: url(/img/mainget.png);
  position: absolute;
  background-repeat: no-repeat;
  opacity: 0.6;
}

.mainPage.getform form {
  float: left;
  text-align: center;
  margin: 20px 0px;
}

.socBox {
  width: 100%;
  float: left;
  margin-top: 10px;
  text-align: center;
}

.socBox .subtitle {
  color: #777;
  text-shadow: none;
  width: auto;
  text-align: center;
  margin-bottom: 0px;
  display: inline-block;
  vertical-align: middle;
  float: initial;
}

.socBox a {
  text-decoration: none;
  outline: none;
  display: inline-block;
  margin: 0px 5px;
  vertical-align: middle;
}

.socBox i {
  color: #777;
}

.socBox i:hover {
  cursor: pointer;
  color: #ff012b
} 

.socBoxMain {
  width: 80px;
  position: fixed;
  right: 25px;
  font-size: 25px;
  z-index: 150;
  bottom: 20px;
}

.socBoxMain a {
  margin-bottom: 10px;
  font-size: 14px 
}


footer {
  padding: 30px 0px;
  float: left;
  width: 100%;
  margin-top: -39px;
  position: relative;
  z-index: 99;
  background: #191919;
  box-shadow: 0px -11px 24px -6px #151515;
}
 
footer span {
  display: inline-block;
  font-family: 'bold';
  vertical-align: top;
  margin: -3px 5px;
  font-size: 15px;
}

.headPage {margin-top: 70px;}

.headPage .title {
  margin: 50px 0vh 130px 0px;
  text-align: center;
}

.headPage h1{
  color: #FF012B;
  font-size: 15px;
  line-height: initial;
  font-family: 'bold';
  float: initial;
  display: inline-block;
  letter-spacing: 3px;
  text-align: left;
  text-transform: uppercase;
}

.headPage h1 span {
  font-family: 'bold';
  color: #FF012B;
  font-size: 35px;
  display: block;
  line-height: normal;
  text-shadow: 0px 0px 15px;
  text-transform: uppercase;
  letter-spacing: 10px;
}

.headPage .text {
  float: left;
  padding-top: 10vh;
  padding-right: 70%;
}


/*works*/

.works {
  position: relative;
  z-index: 1;
  padding-bottom: 0px !important;
}

.works .item {
  padding: 15px;
  margin-bottom: 15px;
  background #191919;
  overflow: hidden;
}

.works .item:before{
  width 100%;
  height: 100%;
  background: #191919;
  width: 100%;
  z-index: -100;
  left: 15px;
  top: 15px;
  width: calc(100% - 30px);
  height: calc(100% - 30px);
}

.works .item .bg{
  box-shadow: 0px 4px 21px 3px #0d0d0d;
  background-position: center;
  background-size: cover;
  height: 100%;
  position: absolute;
  width: 100%;
  height: calc(100% - 30px);
  width: calc(100% - 30px);
  top: 15px;
  left: 15px;
  opacity: 0.7;
  transition: all .3s;
}

.works .item .bg:before {
  padding: 20px 60px;
  width: 100%;
  height: 40%;
  position: absolute;
  left: 0%;
  bottom: 0%;
  background: linear-gradient(to top, #191919 0%, transparent 100% );
}

.works .item:hover .bg {
  transform: scale(1.02);
  transition: all 3s;
}

.works .item p {
  position: absolute;
  bottom: 35px;
  left:50px;
  font-family: 'bold';
  text-transform: uppercase;
  font-size:13px;
  letter-spacing:5px;
  color: #ff012b;
  overflow: hidden;
  text-shadow: 0px 0px 10px;
}

.works .item p:before {
  width: 0%;
  top: 0%;
  height: 100%;
  left: 0%;
  padding: 0px;
  position: absolute;
  font-family: 'bold';
  text-transform: uppercase;
  font-size:13px;
  letter-spacing:5px;
  color: black;
  content: attr(data-let);
  overflow: hidden;
}

.works .item:hover p {
  color: transparent;
}

.works .item:hover p:before {
  width: 100%;
}

.works .item a {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  height: calc(100% - 30px);
  width: calc(100% - 30px);
  top: 15px;
  left: 15px;
}


/*works*/




/*album*/

.album {
  min-height: 78vh
}

.grid {
  width: 100%
}

.grid-item {
  float: left;
  width: 25%;
  position: relative;
  padding: 0px 15px 30px 15px 
}

.grid-item .inner {
  width: 100%;
  float: left;
  position: relative;
  overflow: hidden;
} 

.grid-item .img {
  width: 100%;
  opacity: 1;
  z-index: 1;
  position: absolute;
  height: 100%;
  top: 0%;
  left: 0%;
  background-position: center;
  background-size: cover;
}

.grid-item .zoom {
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  left: 0%;
  top: 0%;
  display: flex;
  opacity: 0;
  transition: all .3s
}

.grid-item:hover .zoom {
  background: rgba(31, 31, 31, 0.4);
  opacity: 1;
}

.grid-item .zoom i{
  display: block;
  margin: auto auto;
  color: #ff012b;
  font-size: 1.5em

}

.caption {
  width: 100%;
  padding: 30px;
  margin: auto auto;
  height: 100%;
}

.caption .title {
  text-align: center;
  font-family: 'bold';
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 5px;
  color: #ff012b;
  overflow: hidden;
  text-shadow: 0px 0px 10px;
  float: left;
}

.caption .text{
  width: 100%;
  float: left;
  text-align: justify;
  color: #777;
  max-height: 70vh;
  overflow: auto;
  font-size: 13px;
  padding-right: 10px
}


.caption .text::-webkit-scrollbar {
    width: 5px;
}
 
.caption .text::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}
 
.caption .text::-webkit-scrollbar-thumb {
  background-color: #ff022b;
  outline: 1px solid #121212;
}

.up {
  display: none;
  width: 50px;
  height: 50px;
  position: fixed;
  bottom: 6%;
  font-size: 20px;
  padding-top: 9px;
  left: 43%;
  text-align: center;
  color: rgb(24, 24, 24);
  font-family: 'reg';
  font-weight: 100;
  background: #ff012b;
  box-shadow: 0px 0px 2px #ff012b;
}



/*album*/


/*contacts*/

.conactsP {
  min-height: 93vh;
  padding-top: 110px !important;
  padding-bottom: 60px !IMPORTANT;
  margin-bottom: 0px !important;
}

.map {
  position: relative;
}
 
#map {
  width: 100%;
  position: relative;
  height: 420px;
  top: 0%;
  left: 0%;
  box-shadow: 0px 0px 30px #000000;
}

.conactsP .headPage {
  padding: 0px;
  height: auto;
  display: block;
  margin: 10px 0px;
}

.conactsP .headPage .title {
  padding: 0px;
  margin: 0px 0px 20px 0px;
  text-align: left;
}

.conactsP .box {
  width: 100%;
  float: left;
  margin: 0px 0px 10px 0px;
  font-size: 13px;
  letter-spacing: 1px;
}

.conactsP .box a {
  float: left;
  width: 100%;
  margin-bottom: 10px;
}

.conactsP .box i {
  color: #FF012B;
  display: inline-block; 
  margin-right: 5px;
}

.conactsP .box {
  float: left;
  width: 100%;
}

.conactsP .box p {
  float: left
  
} 

.conactsP p.title {
  font-family: 'bold';
  font-size: 13px;
  text-transform: uppercase;
  color: #FF012B;
  letter-spacing: 2px;
  margin-bottom: 10px !important;
}

.conactsP form {
  width: 100%;
  float: left;
}

.conactsP form input {
  margin-bottom: 10px;
}

.conactsP form input {
}

.conactsP form textarea {
  width: 65%;
  margin-left: 5%;
  float:left;
  background: transparent;
  border: none;
  border-bottom: 3px solid #777777;
  outline: none;
  height: 110px;
  padding: 19px 5px;
  font-size: 10px;
  font-family: 'bold';
  letter-spacing: 3px;
  text-transform: uppercase;
}


.conactsP form > div {
  width: 30%;
  float: left;
}

.conactsP form button {
  float: right !important;
}

.conactsP .socBox{
  width: 100%;
  margin-top: 0px;
  float: left;
  margin-bottom: 0px;
  text-align: left;
} 

.conactsP .socBox a {
  width: auto;
  float: left
}

.conactsP .socBox i {
  color: #ff012b;
  font-size: 25px;
}



/*contacts*/

/*about*/

.aboutP p {
  margin-bottom: 30px;
  float: left;
  width: 100%;
  text-align: justify;
}

.aboutP p span {
  width: 100%;
  float: left;
  font-family: 'bold';
  letter-spacing: 5px;
  text-shadow: 0px 0px 10px;
  line-height: 1.6;
  color: #ff012b;
  text-transform: uppercase;
  text-align: left;
}

.aboutP p:nth-of-type(1) span{
  font-size: 15px;
  line-height: 2;
}

.aboutP .img {
  position: relative; 
}

.aboutP .img img {
  width: 160%;
  left: 0%;
  top: 0vh;
  position: relative;
  max-width: initial;
}

.aboutP .video {
  box-shadow: 0px -5px 10px -1px black;
  padding: 0px;
  float: left;
}

.aboutP .video video {
  width: 100%;
  position: relative;
}


.aboutP .getform {
  padding-left: 50px
}

.aboutP .getform .titleblock {
  margin-top: 0px
}

.aboutP .getform .but {
  float: right
}


/*about*/

/*details*/

.det .box  {
  width: 100%;
  float: left;
  margin-bottom: 60px;
  margin-top: 60px;
}

.aboutP .img img {
  width: 160%;
  left: 0%;
  top: -10vh;
  position: relative;
  max-width: initial;
}

.det .box.right .img img {
  right: 62%;
  left: inherit;
}

.det .box.right.care .img img {
  width: 400%;
  right: inherit;
  left: -250%
}

.det .box ul {
  width: 100%;
  float: left;
  line-height: 2;
  padding: 0px 15px;
  margin: 0px;
}

.det .box ul li{
  list-style: square outside ;
  list-color: red
}

.det .line {
  width: 100%;
  float: left;
  margin-bottom: 50px;
}

.det .line p {
  width: 100%;
  float: left;
  margin-bottom: 5px;
  text-transform: uppercase;
  font-family: bold;
  letter-spacing: 5px;
  line-height: 2;
}

.det .line p span {
  letter-spacing: 5px;
  width: auto;
  float: right;
}

.swal2-popup,
.swal2-modal,
.swal2-success-circular-line-left,
.swal2-success-circular-line-right {
  background: #191919 !important;
}

.swal2-success-fix {
  background: transparent !important;
}

.swal2-popup .swal2-title {
  color: #777 !important
}





 

@media screen and (max-width: 720px) {
  header {
    padding: 20px 0px;
  }

  .menuBut {
    margin-right: 0px;
    margin-top: -7px;
  }

  .logo {
    margin-top: 1px;
    padding-left: 0px;
  }

  .logo img {
    max-width: 70px;
    margin-top: 1px;
  }

  header a.phone {
    font-size: 10px;
    margin-right: 5px;
  }

  .navigation__language {
    font-size: 11px;
    margin: 0px 5px 0px 0px;
  }

  .menu ul li {
    margin: 10px 0px
  }

  .mainPage.works .but {
    margin-bottom: 40px
  }

  .menu ul li a,
  .menu ul li a:before {
    font-size: 20px
  }

  .socBoxMain {
    width: 100%;
    left: 0px;
    bottom: 10px
  }

  .socBoxMain a {
    margin-bottom: 0px;
    font-size: 10px 
  }

  .mainPage.top h1{
    font-size: 12px;
  }

  .mainPage.top h1 span {
    font-size: 40px;
    margin-bottom: 20px;
  }

  section.block {
    margin-bottom: 150px;
    padding: 5px 0px
  }

  section.block.top {
    margin: 0px;
    padding: 0px; 
  }

  .titleblock {
    font-size: 40px
  }

  .mainPage.about:before,
  .mainPage.es img,
  .mainPage.detail:before,
  .mainPage.getform:before {
    display: none
  }

  .mainPage.works .col-xs-12 {
    margin-bottom: 40px;
  }

  .mainPage.works #lightSlider li {
    height: 190px
  }

  .lg-outer .lg-actions {
    z-index: 1200;
  }

  .lSSlideWrapper, .lSSlideOuter {
    height: 180px;
  }

  .lSAction>.lSPrev {
    left: 0px;
    left: calc(50% - 50px);
    background-image: url(../img/lchvrn.png);
  }

  .lSAction>.lSNext {
    right: 0px;
    right: calc(50% - 50px);
    background-image: url(../img/rchvrn.png);
  }

  .lSAction> a{
    background-repeat: no-repeat;
    height: 50px;
    width: 50px;
    opacity: 1 !important;
    display: block;
    bottom: -25px;
    top: inherit;
    transition: all 0.3s;
    background-position: center !important;
    background-size: 15px 25px;
    background-color: #ff012b;
    box-shadow: 0px 0px 7px #ff012b;
  }

  .headPage h1 span {
    margin: 10px 0px;
  }

  .headPage .title {
    margin-bottom: 20px;
  }

  .aboutP .img img {
    width: 139%;
    left: 0%;
    top: 0vh;
  }

  .aboutP .video {
    margin: 40px 0px
  }

  .aboutP p {
    margin-bottom: 40px
  }

  .aboutP .getform {
    padding: 0px;
  }

  .socBox .subtitle {
    width: 100%;
    margin-bottom: 10px
  }

  .grid-item {
    width: 100%;
  }

  .lg-outer .lg-img-wrap {
    width: 100%;
    height: 100%;
    top: 0%;
  }

  .lg-sub-html {
    height: 80%;
    bottom: 0%;
    top: initial;
    padding: 10px 0px;
    width: 100%;
    transform: translateY(95%);
  }

  .caption {
    padding:0px 10px
  }

.up {
    z-index: 9999;
  }

  .caption .title {
    text-align: center;
    width: 100%;
    padding-top: 5px;
    font-size: 11px;
    margin-top: 0%;
  }

  .lg-toolbar .lg-icon {
    padding-top: 3px;
    padding-right: 20px;
  }

  .caption .text {
    height: 52vh;
  }

  .lg-outer .lg-actions {
    left: 49%;
    top: 9%;
  }

  .det .box ul {
    padding: 0px 
  }

  .det .line {
    margin-top: 40px 
  }

  .det .line p {
    letter-spacing: 1px
  }

  .conactsP form > div {
    width: 100%;
  }

  .conactsP form textarea {
    width: 100%;
    margin-left: 0px
  }

  .aboutP .img {
    display: none;
  }

  .mainPage.detail .subtitle,
  .mainPage.detail .text {
    padding: 15px;
  }

  .mainPage.detail .text {
    margin-bottom: 20px;
    padding: 0px;
  }

  .mainPage.detail .but {
    margin-bottom: 40px;
  }

}


@media screen  and (min-width: 720px) and (max-width: 1050px) {
  .section.block.top {
    margin-bottom: 0px;
  }

  .conactsP .headPage .title {
    margin-top: 50px
  }

  .section.block {
    margin-bottom: 100px
  }

  .mainPage.about:before {
    right: -20%;
    height: 100%;
    width: 100%;
  }

  .mainPage.es img {
      top: 10vh;
      width: auto;
      height: 40vh;
  }

  .mainPage.works #lightSlider li {
    height: 230px;
  }

  .lSSlideOuter .lSPager, .lSSlideOuter .lightSlider {
    height: 230px;
  }

  .mainPage.works .lSSlideOuter {
    margin-top: 50px
  }

  .mainPage.detail .text {
    margin-bottom: 30px;
  }

  .menuBut {
  }

  header .logo {
    padding-left: 15px;
    margin-left: 0px;
  }

  .aboutP p {
    margin-bottom: 50px
  }

  .aboutP .getform .titleblock {
    margin-top: 50px;
  }

  .grid-item {
    width: 50%
  }

  .lg-outer .lg-img-wrap {
      width: 100%;
      height: 50%;
      top: 0%;
    }

    .lg-sub-html {
      height: 48%;
      bottom: 0%;
      top: initial;
      padding: 10px 0px;
      width: 100%;
    }

    .caption {
      padding:0px 40px
    }

    .caption .title {
      text-align: center;
      width: 100%;
      padding-top: 5px;
    }

    .caption .text {
      height: 31vh
    }

    .lg-outer .lg-actions {
      left: 50%;
      top: 47%
    }

    .aboutP .img img {
      width: 250%;
      left: -33%;
      top: 0vh;
    }

    .det .box.right .img img {
      right: 142%;
    }

    .socBox .subtitle {
      width: 100%;
      margin-bottom: 10px
    }

    .det .line p {
      letter-spacing: 2px
    }

    .aboutP .care .img {
      display: none;
    }

    .aboutP .col-sm-12 p {
      width: 100%
    }

    section.block {
      margin-bottom: 0px
    }

    .works {
      padding-bottom: 100px !important
    }

}
