* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
html,body {
    margin:0;
	padding:0;
	width:100%;
	font-family: 'Montserrat', sans-serif;
	color: #cbcbcd;
	font-size: 18px;
	background:#212123;
}
body {
	position: relative;
	overflow-x: hidden;
}
.bodyBefore {
	width: 100%;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0);
	z-index: 0;
	transition:.5s all ease;
}
.hidden {
	background: rgba(0,0,0,.7)!important;
	z-index: 3!important;
}
.wrapper {
    width:1310px;
    margin:0 auto;
    position:relative;
}
h1,h2,h3,h4,h5,h6 {
	margin:0;
	padding:0;
}
ul,li {
    list-style:none;
    vertical-align: baseline;
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    background: transparent;
	
}
textarea, input[type="text"], input[type="submit"], input[type="password"], 
input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], 
input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], 
input[type="tel"], input[type="color"] {
    -webkit-appearance: none;
    text-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
	outline:none;
}
a {
	text-decoration:none;
	color: #cbcbcd;
}
.delay-1  {
	animation-delay:.3s;
}
.delay-2  {
	animation-delay:.5s;
}
.delay-3  {
	animation-delay:.7s;
}
.delay-4  {
	animation-delay:.9s;
}
.delay-5  {
	animation-delay:1.1s;
}
.delay-6  {
	animation-delay:1.3s;
}
.delay-7  {
	animation-delay:1.5s;
}
.delay-8  {
	animation-delay:1.7s;
}
.delay-9  {
	animation-delay:1.9s;
}
.delay-10  {
	animation-delay:2.1s;
}
.delay-11  {
	animation-delay:2.3s;
}
.delay-12  {
	animation-delay:2.5s;
}
.delay-13  {
	animation-delay:2.7s;
}
.delay-14  {
	animation-delay:2.9s;
}
.container {
	position: relative;
	width: 100%;
	margin: 0 auto;
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
}
.alignItCentr {
    align-items: center;
}
header {
	position: relative;
	width: 100%;
	margin: 0 auto;
	padding: 50px 0;
	background: #212123;
}
.logo {
    position: relative;
    width: 30%;
    font-size: 44px;
    font-weight: 700;
    letter-spacing: 1px;
    display: flex;
    align-items: center;
}
.logo img {
    width: 160px;
    margin-right: 10px;
    max-width: 100%;
    object-fit:cover;
}
.topNav {
    position: relative;
    width: 60%;
     padding: 0 10px;
    display: flex;
    align-items: center;
}
.topNav ul {
    width: 100%;
    display: flex;
    flex-wrap:wrap;
    justify-content: space-around;
}
.topNav ul li {
    position: relative;
}
.topNav ul li:before {
    position: absolute;
    content:"";
    bottom: -6px;
    left: 0;
    width: 100%;
    height: 2px;
    background: #c7aa6a;
    transform:scale(0);
    transition:.5s all ease;
}
.topNav ul li:hover:before {
    transform:scale(1);
}
.topNav ul li a {
     transition:.5s all ease;
     font-weight: 500;
     font-size: 20px;
}
.topNav ul li a:hover {
     color: #c7aa6a;
}
.topNav ul li ul {
    position: absolute;
    top: 101%;
    left: -5px;
    width: 100%;
    text-transform: lowercase;
    font-size: 14px;
    display: flex;
    opacity: 0;
    flex-direction: column;
    transition:.5s all ease;
}
.topNav ul li ul li {
    margin-bottom: 0;
    padding: 5px 7px;
    background: #cbcbcd;
}
.topNav ul li ul li a {
    font-size: 16px; 
    color: #212123;
}
.topNav ul li ul li a:hover {
    color: #212123;
}
.topNav ul li ul li:hover:before {
    transform:scale(0);
}
.topNav ul li:last-child:hover > ul {
    /*display: flex;*/
    opacity: 1;
}
.burger {
    display: flex;
    align-items: center;
    justify-content: center;
    display: none;
}
.burger img {
    width: 40px;
    max-width: 100%;
    object-fit:cover;
    cursor: pointer;
}
.phone {
    position: relative;
    width: 10%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    
}
.phone img {
    width: 100px;
    max-width: 100%;
    object-fit:cover;
    cursor: pointer;
}

section {
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding: 40px 0;
}
/**slider**/
.topSlider {
    padding-top: 0;
}
canvas{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	opacity: .3;
	z-index: -10;
}
.topSlider .wrapper {
    overflow: hidden;
}
.mob-sl {
        display: none;
    }
.otDo {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: -50px;
    display: flex;
    align-items: center;
    flex-wrap:wrap;
    z-index: 1;
}
.otDo img {
    /*width: 446px;*/
    width: 430px;
    height: 492px;
    max-width: 100%;
    object-fit:cover;
}
.mySwiper  {
      width: 100%;
     height: 100%;
     overflow-x: hidden;
    }
.mySwiper .swiper-slide {
      min-height: 510px;
      background: transparent;
      display: flex;
      justify-content: center;
      align-items:center;
    }
.mySwiper .swiper-slide .slZagl{
    width: 387px;
}
.mySwiper .swiper-slide .slTextItem {
    width: 470px;
    padding: 10px;
    margin-top: -35px;
    display: flex;
    flex-direction: column;
    justify-content:center;
}
.mySwiper .swiper-slide .slImgItem {
   width: 495px;
   /*width: 500px;*/
    padding: 10px;
}
.mySwiper .swiper-slide .slImgItem img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
      animation: lupa 5s linear infinite;
    }
    @keyframes lupa {
    0% {
        transform:rotate(2deg);
        margin-left: -2px;
        }
    10% {
        transform:rotate(4deg);
          margin-left: 5px;  
        }
    25% {
        transform:rotate(6deg);
          margin-left: 8px;  
        }
    35% {
        transform:rotate(8deg);
          margin-left: 10px;  
        }
    50% {
        transform:rotate(10deg);
        margin-left: 12px;
       }
    65% {
        transform:rotate(8deg);
        margin-left: 10px;
       }
    75% {
          transform:rotate(6deg);
           margin-left: 8px;
       }
    90% {
        transform:rotate(4deg);
        margin-left: 0px;
    }
100% {
    transform:rotate(2deg);
    margin-left: -2px;
}
}
.mySwiper .swiper-slide .slTextItem div {
     width: 100%;
    font-size: 2.9em;
      font-weight: bold;
      letter-spacing: 1px;
      font-weight: 600;
      line-height: 1.2;
      text-align: justify;
      text-transform: uppercase;
}
.mySwiper .swiper-slide .slTextItem div span {
      color: #c7aa6a;
    }
.mySwiper .swiper-pagination {
    text-align:left;
      bottom: 0;
    margin-left: 80px;
}
.mySwiper .swiper-pagination-bullet {
     position: relative;
     min-width: 30px;
      margin-left: 20px!important;
     text-align: center;
      line-height: 30px;
      letter-spacing: 1px;
      font-size: 20px;
      font-weight: 500;
      opacity: 1;
      background: transparent;
      transition:.5s all ease;
    }
.mySwiper .swiper-pagination-bullet:first-child {
    margin-left: 0 !important;
}
.mySwiper .swiper-pagination-bullet-active {
      color: #c7aa6a;
       min-width: 80px;
      font-size: 24px;
      text-align:left;
      background: transparent;
    }
.mySwiper .swiper-pagination-bullet:before {
       position: absolute;
       content:"";
       width: 100%;
       height: 1px;
       left: 0;
       bottom:-20px;
       background:#c7aa6a;
    }
/**section1**/
.section1 {
    padding: 0;
}
.section1 .container {
    align-items: center;
}
.section1Left {
    width: 40%;
    padding: 10px;
    overflow: hidden;
}
.section1Left img {
    width: 520px;
    height: 520px;
    max-width: 100%;
    object-fit:cover;
    animation: globus 4s linear infinite;
} 
@keyframes globus {
    0% {
        transform:rotate(2deg);
        margin-left: -2px;
        }
    10% {
        transform:rotate(4deg);
          margin-left: 5px;  
        }
    25% {
        transform:rotate(6deg);
          margin-left: 8px;  
        }
    35% {
        transform:rotate(8deg);
          margin-left: 10px;  
        }
    50% {
        transform:rotate(10deg);
        margin-left: 12px;
       }
    65% {
        transform:rotate(8deg);
        margin-left: 10px;
       }
    75% {
          transform:rotate(6deg);
           margin-left: 8px;
       }
    90% {
        transform:rotate(4deg);
        margin-left: 0px;
    }
100% {
    transform:rotate(2deg);
    margin-left: -2px;
}
}
.section1Right {
    width: 60%;
    padding: 10px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    font-weight: 500;
}
.section1Right div:first-child h2 {
    font-size: 34px;
    font-weight: 400;
}
.section1Right div:last-child {
    width: 70%;
    margin-top: 30px;
}
.section1Right div:last-child h1 {
    font-size: 20px;
    font-weight: 400;
}
.section1Right div:last-child h1 span {
    color: #c7aa6a;
}
/**section2**/
.section2  {
    margin-bottom: 0;
}
.section2 .container {
    justify-content: space-between;
}
.uslItem {
    width:48%;
    margin-bottom: 80px;
    display: flex;
    flex-direction: column;
}
.spanColor {
    color: #c7aa6a;
}
.uslItem h2 {
    position: relative;
    width: 100%;
    font-size: 2.1em;
    font-weight: 600;
    text-transform: uppercase;
}
.uslItem span {
    color: #c7aa6a;
}
.uslItem h2:before {
    position: absolute;
    content:"";
    left: 0;
    bottom: -10px;
    width: 90px;
    height: 4px;
    background:currentColor;
    transition:.5s all ease;
}
.uslItem h2:hover:before {
    width: 150px;
}
.uslItem div {
    width: 100%;
    margin-top: 40px;
    display: flex;
    flex-wrap:wrap;
    justify-content: space-between;
}
.uslItem div ul {
    position: relative;
    width: 50%;
    font-size: 14px;
    font-weight: 500;
}
.uslItem div ul li {
    position: relative;
    margin-left: 10px;
    display: flex;
    align-items: center;
    transition:.5s all ease;
}
.uslItem div ul li:before {
    position: absolute;
    content:"";
    left: -14px;
    width: 6px;
    height: 1px;
    background:currentColor;
    transition:.5s all ease;
}
.uslItem div ul li:hover:before {
    width: 10px;
    left: -18px;
}
.uslItem div ul li:hover {
    transform:translateX(4px);
}
/**section3**/
.section3 .container {
    justify-content: space-between;
}
.section3 .prItem:nth-child(1) {
    width: 35%;
    padding-right: 10px;
}
.section3 .prItem:nth-child(1) h3 {
    width: 100%;
    position: relative;
    font-size: 1.6em;
    font-weight: 600;
    padding: 30px 0;
    margin-left: 20px;
    margin-bottom: 50px;
    color: #c7aa6a;
    text-transform: uppercase;
}
.section3 .prItem:nth-child(1) h3:before {
    position: absolute;
    content:"";
    left: -20px;
    top: 0;
    width: 2px;
    height: 100%;
    background: #c7aa6a;
}
.section3 .prItem:nth-child(1) img {
    width: 520px;
    max-width: 100%;
    object-fit:cover;
    animation:sdvig 5s ease infinite;
}
/*.section3 .prItem:nth-child(1):hover > img {
   animation:sdvig 5s ease infinite; 
}*/
@keyframes sdvig {
    0% {
        transform:rotate(-3deg);
        }
    50% {
        transform:rotate(6deg);
       }
100% {
    transform:rotate(-3deg);
}
}
.section3 .prItem:nth-child(2) {
    width: 65%;
    display: flex;
    justify-content: space-between;
    flex-wrap:wrap;
}
.prItems {
    width: 50%;
    padding: 20px;
    margin-bottom: 50px;
    display: flex;
    flex-direction: column;
}
.section3 .prItems:nth-child(3),
.section3 .prItems:nth-child(4) {
    margin-bottom: 0;
}
.prLogo {
    width: 100%;
    display: flex;
    flex-wrap:wrap;
    align-items: center;
    
}
.prZagl {
    font-size: 23px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 0 20px;
}
.prImg {
    display: flex;
    align-items: center;
    transition:.5s all ease;
}
.prImg img {
    width: 60px;
    max-width: 60px;
    object-fit:contain;
    
}
.prTxt {
    width: 100%;
    font-size: 16px;
    max-height: 40px;
}
.prLogo:hover >  .prImg {
    transform:scale(1.1);
}
/**section4**/
.section4 {
    padding-top: 80px;
    padding-bottom: 150px;
}
.mySwiper1 {
     width: 100%;
     height: 100%;
     overflow-x: hidden;
    }
.mySwiper1 .swiper-slide {
    position: relative;
    border:1px solid #c7aa6a;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.mySwiper1 .swiper-slide:before {
    position: absolute;
    content:"Подробнее";
    width: 99%;
    height: 99%;
    top: 51.5%;
    left: 51.5%;
    background: rgba(199, 170, 106, .85);
    color: #212123;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 22px;
    font-weight: 600;
    text-transform: uppercase;
    transform:scale(0) translate(-51.5%,-51.5%);
    transform-origin: left top;
    transition:.5s all ease;
    z-index: 1;
}
.mySwiper1 .swiper-slide:hover:before {
    transform:scale(1) translate(-51.5%,-51.5%);
    transform-origin: left top;
}
.mySwiper1 .swiper-slide img {
      display: block;
      width: 100%;
     height: 100%;
      object-fit: cover;
}
.mySwiper1 .swiper-pagination {
    text-align:left;
      bottom: -80px;
      margin-left: 50px;
}
.mySwiper1 .swiper-pagination-bullet {
     position: relative;
     min-width: 30px;
      margin-left: 20px!important;
     text-align: center;
      line-height: 30px;
      letter-spacing: 1px;
      font-size: 20px;
      font-weight: 500;
      opacity: 1;
      background: transparent;
      transition:.5s all ease;
    }
.mySwiper1 .swiper-pagination-bullet:first-child {
    margin-left: 0 !important;
}
.mySwiper1 .swiper-pagination-bullet-active {
      color: #c7aa6a;
       min-width: 80px;
      font-size: 24px;
      text-align:left;
      background: transparent;
    }
.mySwiper1 .swiper-pagination-bullet:before {
       position: absolute;
       content:"";
       width: 100%;
       height: 1px;
       left: 0;
       bottom:-20px;
       background:#c7aa6a;
    }
/**section5**/
.section5 h2 {
    width: 100%;
    position: relative;
    font-size: 1.6em;
    font-weight: 600;
    padding: 30px 0;
    margin-bottom: 50px;
    margin-left: 40px;
    color: #c7aa6a;
    text-transform: uppercase;
}
.section5 h2:before {
    position: absolute;
    content:"";
    left: -20px;
    top: 0;
    width: 2px;
    height: 100%;
    background: #c7aa6a;
}
.prtnItem {
    width: 25%;
    padding: 100px 30px;
    display: flex;
    border-bottom:1px solid #c7aa6a;
    border-right:1px solid #c7aa6a;
    justify-content: center;
    align-items: center;
}
.prtnItem img {
    width: 120px;
    max-width: 120%;
    object-fit:cover;
    transition:.3s all ease;
}
.prtnItem img:hover {
    transform:scale(1.1);
}
.section5 .prtnItem:nth-child(5),
.section5 .prtnItem:nth-child(9),
.section5 .prtnItem:nth-child(13) {
    border-right:none;
}

.section5 .prtnItem:nth-child(10),
.section5 .prtnItem:nth-child(11),
.section5 .prtnItem:nth-child(12),
.section5 .prtnItem:nth-child(13){
    border-bottom:none;
}
/**footer**/
footer {
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding: 50px 0;
}
.footerContacts {
    width: 50%;
    padding: 20px;
    margin-bottom: 80px;
    display: flex;
    justify-content: center;
    align-content: center;
}
footer .footerContacts:nth-child(1) {
    justify-content: flex-end;
}
footer .footerContacts:nth-child(2) {
    justify-content: flex-start;
}
.footIcon {
    display: flex;
    justify-content: center;
    align-items: center;
}
.footIcon,.footNumber {
    padding: 20px;
}
.footIcon img {
    width: 35px;
    max-width: 35px;
    object-fit:contain;
}
.footNumber {
    display: flex;flex-direction: column;
    border-left:1px solid #c7aa6a;
    font-size: 16px;
}
.footNumber a {
    color: #cbcbcd;
}
.footNumber span {
    text-transform: uppercase;
    color: #c7aa6a;
    font-size: 18px;
    margin-bottom: 5px;
    font-weight: 600;
}
.footerImg,.footerForm {
    width: 50%;
}
.footerImg {
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.footerImg img {
    width: 400px;
    max-width: 100%;
    object-fit:cover;
    animation:puls 4s linear infinite;
}
@keyframes puls {
    0% {
        transform:scale(1);
        }
    25% {
        transform:scale(1.02); 
        }
    35% {
       transform:scale(1.04); 
        }
    50% {
        transform:scale(1.05); 
       }
    65% {
        transform:scale(1.04);
       }
    75% {
         transform:scale(1.03); 
       }
100% {
    transform:scale(1); 
}
}
.footerForm {
    min-height: 500px;
    padding: 60px 70px;
    background: #cbcbcd;
}
.footerForm h2 {
    width: 100%;
    position: relative;
    font-size: 1.7em;
    font-weight: 400;
    padding: 30px 0;
    margin-bottom: 50px;
    margin-left: 20px;
    color: rgba(33, 33, 35, .7);
    text-transform: uppercase;
}
.footerForm h2:before {
    position: absolute;
    content:"";
    left: -20px;
    top: 0;
    width: 2px;
    height: 100%;
    background:rgba(33, 33, 35, .7);
}
.footerForm h2 span {
   color: #212123;
    font-weight: 600;
}
.footerForm form {
    position: relative;
    display: flex;
    flex-direction: column;
}
.footerForm form input[type="text"],
.footerForm form textarea {
    width: 50%;
    border: none;
    border-bottom:1px solid rgba(33, 33, 35, .7);
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
    padding: 10px 0;
    margin-bottom: 40px;
    color:rgba(33, 33, 35, .7);
    background: transparent;
}
.footerForm form input[type="text"]:focus {
    background: #cbcbcd!important;
}
.footerForm form label {
    color:rgba(33, 33, 35, .7);
    text-transform: uppercase;
    margin-bottom: 10px;
    font-size: 16px;
}
.footerForm form textarea {
    height: 100px;
    resize:none;
    padding: 5px;
    border:1px solid rgba(33, 33, 35, .7);
}
.footerForm .check {
   margin-top: 40px; 
   font-size: 14px;
   color: rgba(33, 33, 35, .7);
}
.footerForm .check input[type='checkbox'] {
    appearance: none;
    position: relative;
    background: #212123;
    width: 15px;
     height: 15px;
     margin-bottom: -2px;
     margin-right: 5px;
     border: 1px solid #212123;
}
.footerForm .check input[type='checkbox']:before {
    position: absolute;
    content: "\2714";
    top: -5px;
     left: 3px;
     width: 0px;
     height: 0px;
     color: #cbcbcd;
     font-size: 14px;
     overflow: hidden;
}
.footerForm .check input[type='checkbox']:checked:before {
     width: 15px;
     height: 15px; 
}
.footerForm .check input[type='checkbox']:disabled {
    background: #cbcbcd;
    border:1px solid rgba(33, 33, 35, .7);
}
.footerCopy {
    width: 100%;
    text-align: center;
    margin-top: 50px;
}
.footerCopy span {
    font-size: 14px;
}
.sogl {
    cursor: pointer;
}
.btn {
    background: #212123;
    border:1px solid #212123;
    color: #cbcbcd;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 18px;
    padding: 10px;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    transition:.5s all ease;
    cursor: pointer;
}
.btn:hover {
    transform:scale(1.1);
}
.footerForm .btn {
    width: 50%;
}
/**popupForm**/
.popupForm {
    position: fixed;
    width: 40%;
    height: 100%;
    top: 0;
    right: -101%;
    overflow-y: auto;
    z-index: 10;
    background: #cbcbcd;
    transition:.5s all ease;
}
.popupForm  .footerForm {
    width: 100%;
}
.popupForm .footerForm img {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 40px;
    max-width: 40px;
    odject-fit:contain;
    z-index: 2;
    cursor: pointer;
}
.popupForm .footerForm form input[type="text"],
.popupForm .footerForm form textarea,
.popupForm .footerForm .btn {
    width: 100%;
}
.popupForm .footerForm .btn {
    margin-top: 30px;
}
/**mobMenu**/
.mobMenu {
    position: fixed;
    width: 50%;
    height: 100%;
    top: 0;
    left: -101%;
    padding: 100px 70px;
    overflow-y: auto;
    z-index: 10;
    background: #cbcbcd;
    display: flex;
    flex-direction: column;
    align-items: center;
    transition:.5s all ease;
}
.mobMenu img {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 40px;
    max-width: 40px;
    odject-fit:contain;
    z-index: 2;
    cursor: pointer;
}
.mobMenu ul {
    display: flex;
    flex-direction: column;
}
.mobMenu ul li {
    text-transform: uppercase;
    font-size: 30px;
    margin-bottom: 20px;
    color: #212123;
    cursor: pointer;
}
.mobMenu ul li:last-child {
    margin-bottom: 0;
    margin-top: 20px;
}
.mobMenu ul li a {
    font-weight: 600;
    color: #c7aa6a;
}
/**coockies**/
.coockie {
    position: fixed;
    bottom: 10px;
    left: 0;
    width:100%;
    font-size: 16px;
    padding: 20px 40px;
    background: #cbcbcd;
    color: rgba(33, 33, 35, .7);
    z-index: 100;
}
.coockie .footBtn {
    border: 1px solid #c7aa6a;
    background: #c7aa6a;
    color: #fff;
    padding: 5px 7px;
    font-size: 14px;
}
.decline-cookies {
    border: 1px solid rgba(33, 33, 35, .7);
    color: rgba(33, 33, 35, .7);
    outline: none;
    background: transparent;
    margin-top: 10px;
    font-size: 14px;
    padding: 4px 6px;
    font-weight: 500;
    cursor: pointer;
    transition: .5s
}
.decline-cookies:hover {
    transform:scale(1.05);
}
.coockie.hidden {
    display: none;
}
/**soglashenie**/
.soglashenie {
    position: fixed;
    width: 98%;
    height: 98%;
    left: 50%;
    top: 50%;
    transform:translate(-50%,-50%) scale(0);
    z-index: 1000;
    background: #cbcbcd;
    padding: 20px;
    font-size: 14px;
     color: rgba(33, 33, 35, .7);
    overflow-y: auto;
    transition:.5s all ease;
}
.soglashenie::-webkit-scrollbar { width: 0; }
.soglashenie { -ms-overflow-style: none; }
.soglashenie { overflow: -moz-scrollbars-none; }
.closeSogl {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 22px;
    max-width: 22px;
    object-fit:cover;
    cursor: pointer;
    z-index: 10001;
}
.soglashenie h3 {
    width: 100%;
    position: relative;
    font-size: 16px;
    font-weight: 400;
    padding: 30px 0;
    color: rgba(33, 33, 35, .7);
    text-transform: uppercase;
}
/**babel**/
.babelWrapper {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 16px;
    display: none;
    z-index: 100;
}
.babelWrapper ul {
    width: 100%;
    display: flex;
   flex-wrap:wrap;
}
.babelWrapper ul li:last-child {
   margin-left: 3px; 
}
/**media**/
@media only screen and (max-width:1320px) {
    .wrapper {
        width: 100%;
        padding:20px;
    }
    .otDo {
        left: 0;
    }
    .topNav ul {
        display: none;
    }
    .topNav {
        justify-content: center;
    }
    .topNav .burger {
        display: flex;
    }
    .mySwiper .swiper-slide .slImgItem {
        display: none;
    }
    .mySwiper .swiper-slide .slZagl {
        width: 40%;
    }
    .mySwiper .swiper-slide .slTextItem {
        width: 60%;
        padding-left: 30px;
    }
    .mySwiper .swiper-pagination,
    .mySwiper1 .swiper-pagination{
        margin-left: 0;
        padding-left: 70px;
    }
    .babelWrapper {
        display: flex;
    }
}
@media only screen and (max-width:991px) {
    /*.otDo {
        opacity:0.5;
    }*/
    section {
        padding: 0;
    }
    .logo img {
        width: 130px;
    } 
    .desc-sl {
        display: none;
    }
    .mob-sl {
        display: block;
    }
    .mob-sl .container {
        align-items: center;
    }
    .mob-sl .otDo {
        position: relative;
        width: 40%;
    }
     .mob-sl .otDo img {
         width: 320px;
         height: auto;
     }
    .mob-sl .mySwiper {
        width: 60%;
    }
    .mySwiper .swiper-slide .slZagl {
        display: none;
    }
    .mySwiper .swiper-slide .slTextItem {
        padding-left: 0;
        margin-top: 0;
    }
    .mySwiper .swiper-slide .slTextItem div {
        font-size: 30px;
    }
     .mySwiper .swiper-pagination, .mySwiper1 .swiper-pagination {
        display: none;
    }
    /*.mySwiper .swiper-slide .slTextItem {
        width: 100%;
        padding-left: 0;
        text-align: center;
    }*/
    .section1Left,.section1Right {
        width: 50%;
    }
    .section1Left img {
        height: auto;
    }
    .section1Right div:first-child h2 {
        font-size: 28px;
    }
    .section3 .prItem:nth-child(1),.section3 .prItem:nth-child(2) {
        width: 100%;
    }
    .section3 .prItem:nth-child(1) img {
        max-width: 63%;
    }
    .section3 .prItem:nth-child(1) h3 {
        font-size: 28px;
    }
    .uslItem h2 {
        font-size: 28px;
    }
    .section5 {
        display: none;
    }
    /*.prtnItem  {
        width: 48%;
        border: 1px solid #c7aa6a!important;
    }*/
    .footerImg {
        width: 40%;
    }
    .footerForm {
        width: 60%;
    }
    .footerImg img {
        min-width: 95%;
    }
    .mobMenu,.popupForm {
        width: 80%;
    }
}
@media only screen and (max-width:780px) {
    /*.otDo {
        opacity:0.3;
    }*/
     header {
        padding: 10px 0;
    }
    /*canvas{
	  opacity: .1;
    }
    .mySwiper .swiper-slide .slZagl {
        display: none;
    }*/
    .mySwiper .swiper-slide .slTextItem div {
        /*text-align: center;*/
        font-size: 28px;
    }
    .section1Left,.section1Right {
        width: 100%;
    }
    .section1Left img {
        max-width: 94%;
    }
    .section1Right div:last-child {
        width: 100%;
    }
    .uslItem {
        width: 100%;
    }
    .footerImg, .footerForm {
        width: 100%;
    }
    .footerImg {
        padding-bottom: 20px;
    }
    .footerImg img {
        min-width: 70%;
    }
    .footerForm form input[type="text"], .footerForm form textarea {
        width: 100%;
    }
    .footerForm .btn {
        width: 100%;
    }
}
@media only screen and (max-width:720px) {
    /*.logo {
        width: 100%;
        margin-bottom: 20px;
    }
    .topNav,.phone {
        width: 50%;
    }
    .topNav {
        justify-content: flex-start;
    }*/
    .mySwiper .swiper-slide .slTextItem div {
        font-size: 26px;
    }
    .prItems {
        width: 100%;
    }
    .prTxt {
        max-height:100px;
    }
    .mobMenu,.popupForm {
        width: 100%;
    }
}
@media only screen and (max-width:650px) {
     .logo {
        font-size: 22px;
    }
    .logo img {
        width: 60px;
    }
    .burger img {
        width: 30px;
    }
    .phone img {
        width: 50px;
    }
    .mySwiper .swiper-slide .slTextItem div {
        font-size: 22px;
    }
    footer .footerContacts:nth-child(1) {
        justify-content: center;
    }
    .babelWrapper {
        top: 10px;
    }
}
@media only screen and (max-width:550px) {
    /*.mySwiper .swiper-slide .slTextItem div {
        font-size: 2.5em;
    }*/
    .mySwiper .swiper-slide .slTextItem div {
        font-size: 20px;
    }
    .uslItem div ul {
        width: 100%;
    }
}
@media only screen and (max-width:480px) {
    /*.logo img {
        width: 130px;
    }
    section h2 {
        font-size: 1.7em!important;
    }*/
     section h2 {
        font-size: 24px!important;
    }
    .topSlider {
        height: 300px;
    }
    .mySwiper .swiper-wrapper {
        height: auto;
    }
    .mySwiper .swiper-slide {
        height: 300px;
        min-height: 300px;
    }
    .mySwiper .swiper-slide .slTextItem div {
        font-size: 16px;
    }
    /*.mySwiper .swiper-slide .slTextItem div {
        font-size: 1.7em;
    }
    .mySwiper .swiper-pagination, .mySwiper1 .swiper-pagination {
        padding-left: 0;
        text-align: center;
    }*/
    .prtnItem {
        width: 100%;
        margin-bottom: 5px;
    }
    .prZagl {
        font-size: 19px;
    }
    .section1Right div:last-child h1 {
        font-size: 16px;
    }
    .section1Right div:first-child h2 {
        font-size: 23px;
    }
    .section3 .prItem:nth-child(1) h3 {
        font-size: 23px;
    }
    .uslItem h2 {
        font-size: 23px;
    }
    .section5 .prtnItem:last-child {
        margin-bottom: 0;
    }
     footer .footerContacts {
         width: 100%;
     }
     footer .footerContacts:nth-child(1) {
        justify-content: flex-start;
    }
    .footerForm {
        padding: 60px 20px;
    }
}
@media only screen and (max-width:360px) {
    /* section h2 {
        font-size: 1.5em!important;
    }
    .mySwiper .swiper-slide .slTextItem div,*/.section3 .prItem:nth-child(1) h3 {
        font-size: 1.5em;
    }
     .mySwiper .swiper-slide .slTextItem div {
        font-size: 15px;
    }
    .prZagl {
        font-size: 18px;
    }
}