@font-face {
   font-family: 'AvenirNextCyr';
   src: url('../fonts/avenirnextcyr-medium.eot');
   /* IE 9 Compatibility Mode */
   src: url('../fonts/avenirnextcyr-medium.eot?#iefix') format('embedded-opentype'),
      /* IE < 9 */
      url('../fonts/avenirnextcyr-medium.woff2') format('woff2'),
      /* Super Modern Browsers */
      url('../fonts/avenirnextcyr-medium.woff') format('woff'),
      /* Firefox >= 3.6, any other modern browser */
      url('../fonts/avenirnextcyr-medium.ttf') format('truetype'),
      /* Safari, Android, iOS */
      url('../fonts/avenirnextcyr-medium.svg#avenirnextcyr-medium') format('svg');
   /* Chrome < 4, Legacy iOS */

   font-weight: 500;
}

@font-face {
   font-family: 'AvenirNextCyr';
   src: url('../fonts/avenirnextcyr-regular.eot');
   /* IE 9 Compatibility Mode */
   src: url('../fonts/avenirnextcyr-regular.eot?#iefix') format('embedded-opentype'),
      /* IE < 9 */
      url('../fonts/avenirnextcyr-regular.woff2') format('woff2'),
      /* Super Modern Browsers */
      url('../fonts/avenirnextcyr-regular.woff') format('woff'),
      /* Firefox >= 3.6, any other modern browser */
      url('../fonts/avenirnextcyr-regular.ttf') format('truetype'),
      /* Safari, Android, iOS */
      url('../fonts/avenirnextcyr-regular.svg#avenirnextcyr-regular') format('svg');
   /* Chrome < 4, Legacy iOS */

   font-weight: 400;
}

@font-face {
   font-family: 'AvenirNextCyr';
   src: url('../fonts/avenirnextcyr-bold.eot');
   /* IE 9 Compatibility Mode */
   src: url('../fonts/avenirnextcyr-bold.eot?#iefix') format('embedded-opentype'),
      /* IE < 9 */
      url('../fonts/avenirnextcyr-bold.woff2') format('woff2'),
      /* Super Modern Browsers */
      url('../fonts/avenirnextcyr-bold.woff') format('woff'),
      /* Firefox >= 3.6, any other modern browser */
      url('../fonts/avenirnextcyr-bold.ttf') format('truetype'),
      /* Safari, Android, iOS */
      url('../fonts/avenirnextcyr-bold.svg#avenirnextcyr-bold') format('svg');
   /* Chrome < 4, Legacy iOS */

   font-weight: 600;
}



/*----Specification-----*/

html {
   overflow-x: hidden;
}

body {
   font-family: 'AvenirNextCyr';
   padding: 0;
   margin: 0;
   font-weight: 400;
   overflow-x: hidden;
   background: #fff !important;
}

div,
p,
form,
input,
a,
span,
button {
   box-sizing: border-box;
}

p {
   margin: 0;
   z-index: 99;
   line-height: normal;
   color: #000;

}

ul,
li {
   display: block;
   padding: 0;
   margin: 0;
}


a,
a:hover,
a:active {
   text-decoration: none;
}

a,
button,
input {
   transition: all 0.5s ease;
}

input,
input:hover,
input:focus,
input:active,
button,
button:hover,
button:focus,
button:active {
   outline: none;
}

.text-align-center {
   text-align: center;
}


.justify-content-space-between {
   justify-content: space-between;
}

.strong {
    font-weight: 600;
}

/* HEADER */

.header {
   background: url(../img/баннер1.jpg) no-repeat center center;
   padding: 100px 0;
   margin-top: 100px;
    background-size: cover;
}

.header__title {
    font-size: 44px !important;
    text-align: right;
}


/* TECH */

.tech {
   margin-top: 55px;
   margin-bottom: 60px;
   
   
}

.zoomIn, .slideInUp {
    opacity: 1 !important;
}

.animate__animated {
    opacity: 0;
}

.tech__main {
   margin-left: 14px;
}

.tech__text {
   color: #000;
   font-weight: bold;
   text-transform: uppercase;
   font-size: 24px;
}

.tech__text1 {
   color: #454444;
   font-size: 16px;
}

.tech__text-new {
    margin-bottom: 60px !important;
}

.tech__img {
   height: 42px !important;
   width: 36px;
}

.tech__img1 {
   width: 40px;
   height: 36px !important;
}

/* LOGE */
.loge {
   overflow: hidden;
}

.loge__title {
   font-size: 19px;
   margin-bottom: 5px !important;
}

.loge__title-red {
   font-size: 21px;
   color: #ff0000;
   font-weight: 600;
   text-transform: uppercase;
    margin-bottom: 10px !important;
}

.loge__elem-title {
   font-size: 19px;
   font-weight: 600;
   margin-bottom: 8px;
   color: #000;
}

.loge__el {
   border-radius: 10px;
   background: #ebe9e9;
   width: 100%;
   height: auto;
   margin: 0 auto;
   padding: 30px 0;

}

.loge__img {
   /* margin-top: 18px; */
}

.loge__line {
   width: 5px;
   background: #ebe9e9;
   margin: 0 auto;
   margin-top: 90px;
   height: 100%;

}

.loge__elem1 {
   margin-top: 25px;
}

.loge__elem2 {
   margin-top: 43px;
}

/* LOGE */

.loge__img {
   width: 80%;
}

.loge__namber {
   font-size: 138px;
   font-weight: 700;
   height: 141px;
   width: 138px;
   background: #ff9696;
   display: flex;
   justify-content: center;
   align-items: center;
   border-radius: 50%;
   margin: 0 auto;
   margin-top: 40px;
   color: #000;
}

.loge__text {
   font-size: 19px;
   text-align: center;
   margin-top: 34px;
}

.loge__img-1 {
   width: 60%;
}

/* MATERIALS */

.materials {
   margin-top: 56px;

}

.materials__title {
   font-size: 24px;
   font-weight: 600;
   text-transform: uppercase;
   color: #ff0000;
   margin-bottom: 0 !important;
}

.materials__text {
   color: #454444;
   font-size: 21px;
   margin-bottom: 10px;
}

.row-spec {
   border: 1px solid #ebe9e9;
   border-radius: 10px;
   padding-top: 41px;
   margin: 0px 30px;
   padding-bottom: 21px;
}

.materials__elem {
   height: 195px;
   background: #ebe9e9;
   width: 199px;
   margin: 0 auto;
}


.materials__elem-title {
   font-size: 18px;
   font-weight: 500;
   width: 199px;
   margin: 0 auto;
   text-align: left;
   margin-top: 13px;
   color: #000;
}

.materials__elem1 {
   margin-top: 63px;
   
}

/* COST */

.cost {
   margin-top: 45px;
   
}

.cost__title {
   font-weight: 600;
   font-size: 20px;
   text-transform: uppercase;
}

.cost__text {
   font-weight: 500;
   font-size: 18px;
}

.cost__text1 {
   margin-top: 16px;
}

.cost__btn {
   font-size: 16px;
   color: #f40606;
   background: none;
   border: none;
   margin-top: 60px;
   align-items: center;
   display: flex;
   font-weight: 600;
   text-transform: none;
   padding: 0;
}

.cost__btn img {
   margin-right: 6px;
}

/* ORDER */

.order {
   margin-top: 55px;
}

.order .container {
   padding-left: 50px;
}

.order__title {
   text-transform: uppercase;
   font-weight: 600;
   font-size: 19px;
   margin-bottom: 55px;
   text-align: center;
   color: #ff0000;
   margin-top: 40px;
}

.order__elem {
   display: flex;
   align-items: center;
   padding: 0px 5px;
}

.order__anim {
    
}

.order__arrow {
   width: 100%;
   margin-top: 35px;

}

.order__img {
   width: 100%;
}

.order__title-mini {
   font-size: 14px;
   text-transform: uppercase;
   font-weight: 600;
   margin-top: 10px;
   width: 145px;
}

.order__title-mini1 {
   text-align: center;
   width: 100%;
}

.order__title-mini2 {
   width: 110%;
}

/* CONDITIONS */


.conditions .container {
   background: url(../img/back.jpg) no-repeat center center;
   margin-top: 50px;
   padding-bottom: 50px;
    background-size: cover;
}

.conditions__img {
   width: 54px;
   margin: 0 auto;
   margin-top: -28px;
   text-align: center;
   display: flex;
}

.conditions__title {
   font-weight: 600;
}

.conditions__main {
   display: flex;
}

.conditions__main .conditions__text {
   margin-left: 5px;
}

.conditions__text {
   font-weight: 500;
}

/* WORK */

.work__text {
   font-size: 18px;
   text-align: center;
   margin-top: 60px;
}

.work__btn {
   text-transform: uppercase;
   font-size: 17px;
   color: #fff;
   background: #ff0000;
   border-radius: 20px;
   width: 295px;
   height: 50px;
   display: flex;
   align-items: center;
   justify-content: center;
   margin: 0 auto;
   margin-top: 50px;
   border: none;
   line-height: normal;
   font-family: 'AvenirNextCyr' !important;
    font-weight: 600 !important;
    letter-spacing: inherit;
}

.footer__text {
   font-weight: 400;
   font-size: 18px;
   color: #000 !important;
}






 .header__text {
   font-weight: 400;
   line-height: normal;
   text-align: right;
    font-size: 34px;
   color: #ff0000;
   }


.wpcf7-submit {
    width: 100% !important;
    background: #ff0000 !important;
}

.wpcf7-submit:hover {
    width: 100% !important;
    background: #ff0000 !important;
}

.wpcf7-submit:active {
    width: 100% !important;
    background: #ff0000 !important;
}

.form__title {
    text-align: center;
    margin-bottom: 10px;
}

.work__btn:focus {
   background: #ff0000 !important;
   color: #fff;
}

.work__btn:active {
   background: #ff0000 !important;
}

button:hover {
   background: #ff0000 !important;
}

.cost__btn:hover {
    background: #fff !important;
    color: #ff0000 !important;
}

.cost__btn:active {
    background: #fff !important;
     color: #ff0000 !important;
}


.cost__btn:focus {
    background: #fff !important;
     color: #ff0000 !important;
}

.header__title {
   font-size: 50px;
   line-height: 1 !important;
   font-weight: 600 !important;
   margin-bottom: 0 !important;
}

.work__btn1 {
   margin-left: 0;
   line-height: 1;
   font-family: Avenir Next;
}

.work__btn1 span {
   margin-left: 0;
   display: contents;
   text-transform: none;
}

.header__main {
   max-width: max-content;
}

.back {
    background: #ebe9e9;
}

/* MATERIALS */

.material__main,
.materials__elem1 {
   border: 1px solid #b1b1b1;
   margin: 10px;
   padding: 10px;
   border-radius: 10px;
}

.material__main {
   padding: 15px;
}

.material__main1 {
   display: flex;
}

.materials__elem {
   background: none;
   border-radius: 10px;
   width: 200px;
   height: auto;
   margin-right: 50px;
}

.materials__elem1 {
   border: 1px solid #b1b1b1;
   padding: 15px;
   width: 232px;
   margin-right: 0;
   margin: 0 auto;
}

.materials__elem2 {
   margin-right: 0;
}

.material__item {
   display: flex;
   justify-content: space-between;
}

.materials__elem-title {
   text-align: center;
   font-weight: 600;
   width: 100%;
}

.materials__img {
   width: 100%;
}

.materials__img1 {
   margin-top: -2px;
}


/*LOGE*/

.loge__namber {
   background: url(../img/border-red.png) no-repeat center center;
   font-size: 142px;
   font-weight: 600;
   width: auto;
   height: auto;
}

.loge__namber1 {
   margin-top: 0;
}

.loge__text {
   text-align: left;
}

.loge__namber3 {
   margin-top: 80px;
}

.loge__title-new {
   font-size: 30px;
   font-weight: 600;
   font-style: italic;
   text-align: center;
   margin-bottom: 50px;
}

/* MATERIALS */

.materials-black {
   background: #f9f9f9;
   padding: 30px 0;
}

.materials__elem {
   border: none;
   width: 100%;
   font-size: 22px;
}

.materials__elem-title {
   font-size: 22px;
   margin-bottom: 10px;
}

.materials__img {
   width: 150px;
   margin-top: 20px;
}

.m-el {
   border: 1px solid #b1b1b1;
   border-radius: 5px;
}

.materials__main {
   display: flex;
   justify-content: space-between;
}

.materials__main-1 {
   display: flex;
   justify-content: right;

}

.materials__main-1 a {
   margin-left: 30px;
}

/*769 - 993 px*/ 

@media screen and (max-width: 993px) {
   .tech__text-new {
    margin-bottom: 25px !important;
    }

    .loge__title-red {
    font-size: 20px;
    }

    .loge__text {
    font-size: 16px;
    }

    .materials__elem {
    width: 135px;
    margin-right: 25px;
    } 
    .materials__elem1 {
    width: 167px;
    } 
    
    .materials__elem2 {
        margin-right: 0;
    }
    
    .header__title {
    font-size: 32px !important;
    }
    
    .materials__elem {
    font-size: 18px;
    text-align: justify;
    }
}

/*576 - 768 px*/
@media screen and (max-width: 768px) {
   .container {
      max-width: 560px;
   }

   .loge__el {
      width: 100%;
   }

   .materials__elem {
      width: 100%;
      height: 150px;
   }

   .materials__elem img {
      width: 100%;
   }

   .row-spec {
      margin: 0;
   }

    .order__title-mini {
      width: 100%;
      text-align: center;
      margin-bottom: 25px;
   }

   .order .container {
      padding-left: 0px;
   }

   .conditions__img {
      margin-top: 0;
   }
   
   .order__arrow {
    margin-top: 60px;
    }
    
    .materials__elem {
    height: auto;
    
    }
    
    .material__main1 {
    flex-direction: column;
    }
    
    .materials__elem {
        margin-top: 15px;
    }
    
    .m-el {
      margin-top: 20px;  
    }
    
    .or-1 {
      order: 1;
   }
   
   .or__1 {
      order: -1;
   }
   
   .header__main {
       margin-top: 50px;
       max-width: initial;
   }
   
   .header__main, .header__text {
       text-align: center;
   }
   
   .work__btn {
       margin: 0 auto;
   }
   
   .header {
      background: none;
      margin-top: 50px;
   }

   .header-mini {
      background: url(../img/back-mobile.jpg) no-repeat;
      background-size: cover;
      padding-bottom: 50px;
    margin-top: 40px;
   }
   
   .pl-mini {
       padding: 0;
   }
   
   .frame__360 {
       height: 700px !important;
   }
   
   .rotation__text {
    margin-top: 30px;
    }
    
    .header__title {
    text-align: center;
    }


}

/*320 - 576 px*/
@media screen and (max-width: 576px) {

   .container {
      width: 100%;
      padding-right: 15px;
      padding-left: 15px;
      margin-right: auto;
      margin-left: auto;
   }
   
   

    .elementor-top-section {
    border-radius: 0 !important;
    }
    
    .elementor-section {
        background-position: center left 40% !important;
    }

   .tech__main1 {
      margin-top: 30px;
   }

   .tech__img1 {
      margin-top: 30px;
   }

   .loge__title {
      margin-top: 40px;
   }

   .loge__elem2 {
      margin-top: 25px;
   }

   .materials__elem {
    font-size: 18px;
      padding-bottom: 40px;
   }

   .materials__elem-title {
      margin-bottom: 20px;
   }

   .materials__elem1 {
      margin-top: 0;
   }

   .cost__btn {
      margin-bottom: 40px;
   }

    .materials__elem img {
    width: 100%;
    height: 100% !important;
    }


   .p-0 {
      padding-left: 15px !important;
   }
   
   .conditions__title, .conditions__text  {
       text-align: center;
   }
   
   .conditions__main {
       justify-content: center;
   }
   
   .header__text {
        font-size: 22px !important;
    }
    
    .order__elem {
    margin-top: 50px;
    }
    
    .conditions {
        display: none !important;
    }
    
    .tech__text-new {
    margin-bottom: 1em !important;
    }
    
    
    .loge__title {
    font-size: 22px;
    margin-top: 20px;
    }
    
    .loge__elem-title {
        margin-top: 50px;
    }
    
    .header {
            background-position: initial;
    }

}

.log-1, .log-2, .log-3 {
    
}


.order__img-1, .order__arrow-1 {
    animation-delay: 300ms !important;
}

.order__img-2, .order__arrow-2 {
    animation-delay: 700ms !important;
}

.order__img-3, .order__arrow-3 {
    animation-delay: 1100ms !important;
}

.order__img-4 {
    animation-delay: 1500ms !important;
}


/**
 * jQuery lightzoom v1.1.0
 */

a.lightzoom {
  cursor: zoom-in;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
}

#lz-container {
  display: block;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  white-space: nowrap;
  position: absolute;
  z-index: 9999990 !important;
}

#lz-box {
  position: fixed;
  height: 100%;
  width: 100%;
  line-height: 1px;
  text-align: center;
  display: inline-block;
  z-index: 9999998 !important;
}

#lz-overlay {
  display: block;
  opacity: 0.6;
  background: #000;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 9999991 !important;
}

#lz-box:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px;
}

#lz-box img {
  float: none;
  display: inline-block;
  max-height: 80%;
  max-width: 100%;
  margin: 0;
  padding: 0;
  width: auto;
  height: auto;
  vertical-align: middle;
  opacity: 0;
  position: relative;
  z-index: 9999995 !important;
}

#lz-box p {
  position: relative;
  bottom: 0;
  margin-top: -30px;
  margin-bottom: 0;
  line-height: 20px;
  font-size: 18px;
  z-index: 9999997 !important;
}

#lz-close {
  display: block;
  position: absolute;
  top: 2%;
  right: 2%;
  background: url("image/close.png") no-repeat 5px 5px;
  width: 16px;
  height: 16px;
  text-indent: -9999px;
  padding: 5px;
  opacity: 0.5;
  z-index: 9999998 !important;
}

#lz-close:hover {
  opacity: 1;
}

#lz-loading-center {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 9999999 !important;
}

#lz-loading-center > .lz-loading-center-box {
  position: fixed;
  left: 50%;
  top: 50%;
  height: 150px;
  width: 150px;
  margin-top: -75px;
  margin-left: -75px;
}

.lz-object {
  width: 20px;
  height: 20px;
  background-color: #FFF;
  float: left;
  margin-right: 20px;
  margin-top: 65px;
  -moz-border-radius: 50% 50% 50% 50%;
  -webkit-border-radius: 50% 50% 50% 50%;
  border-radius: 50% 50% 50% 50%;
}

#lz-object_one {
  -webkit-animation: object_one 1.5s infinite;
  animation: object_one 1.5s infinite;
}

#lz-object_two {
  -webkit-animation: object_two 1.5s infinite;
  animation: object_two 1.5s infinite;
  -webkit-animation-delay: 0.25s;
  animation-delay: 0.25s;
}

#lz-object_three {
  -webkit-animation: object_three 1.5s infinite;
  animation: object_three 1.5s infinite;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

@-webkit-keyframes object_one {
  75% {
    -webkit-transform: scale(0);
  }
}

@keyframes object_one {
  75% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
}

@-webkit-keyframes object_two {
  75% {
    -webkit-transform: scale(0);
  }
}

@keyframes object_two {
  75% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
}

@-webkit-keyframes object_three {
  75% {
    -webkit-transform: scale(0);
  }
}

@keyframes object_three {
  75% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
}


/*модальное окно*/

.arcticmodal-overlay,
.arcticmodal-container { position: fixed; left: 0; top: 0; right: 0; bottom: 0; z-index: 1000; }
.arcticmodal-container { overflow: auto; margin: 0; padding: 0; border: 0; border-collapse: collapse; }
*:first-child+html .arcticmodal-container { height: 100% }
.arcticmodal-container_i { height: 100%; margin: 0 auto; }
.arcticmodal-container_i2 { padding: 24px; margin: 0; border: 0; vertical-align: middle; }
.arcticmodal-error { padding: 20px; border-radius: 10px; background: #000; color: #fff; }
.arcticmodal-loading { width: 80px; height: 80px; border-radius: 10px; background: #000 url(loading.gif) no-repeat 50% 50%; }


.box-modal_close {
    margin-left: auto;
    display: flex;
    justify-content: center;
    font-size: 19px;
    background-color: rgba( 49, 91, 124, 1.00 );
    width: 28px;
    border-radius: 50%;
    height: 28px;
    align-items: center;
    cursor: pointer;
    color: #fff;
}

.rotation__text {
    font-size: 18px !important;
}


#rotation {
			max-width: 600px;
			overflow: hidden;
			padding: 0;
		}

		#rotation img {
			width: 100%;
			cursor: move;
		}


.img__360 {
    width: 50px;
}





