@charset "utf-8";
/*   
Theme Name: SiteSeed Theme
Theme URI: http://dontforget.pro/wordpress/chistyiy-shablon-wordpress-dlya-razrabotki/
Description: Шаблон разработанный веб-мастерской SiteSeed.
Author: Site Seed
Author URI: http://siteseed.ru/
Version: 1.0
*/
/* CSS Document */
@font-face {
  font-family: 'Museo Sans Cyrl';
  src: local('Museo Sans Cyrl 500'), local('css/MuseoSansCyrl-500'), url('css/Museosanscyrl500.woff2') format('woff2'), url('css/Museosanscyrl500.woff') format('woff'), url('css/Museosanscyrl500.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'gothic';
  src: url('css/gothic.eot#') format('eot'), url('css/gothic.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'gothicb';
  src: url('css/gothicb.eot#') format('eot'), url('css/gothicb.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
html {
  /*min-width: 960px;*/
  min-height: 100%;
  position: relative;
  font-family: 'Museo Sans Cyrl';
  margin: 0;
  padding: 0px;
}
body {
  /*min-width: 960px;*/
  min-height: 100%;
  position: relative;
  font-family: 'Museo Sans Cyrl';
  margin: 0;
  padding: 0px;
  overflow-x: hidden;
}
* {
  margin: 0;
  padding: 0;
  outline: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.clear {
  clear: both;
  height: 0;
  font-size: 0;
}
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}
p {
  margin-bottom: 1.5em;
  line-height: 1.7em;
  text-indent: 20px;
}
a {
  color: #607D8B;
  text-decoration: none;
}
a:visited {
  color: #78909c;
  text-decoration: underline;
}
a:hover,
a:active {
  outline: 0;
}
a:hover {
  text-decoration: none;
}
a img {
  border: 0;
}
dd {
  margin: 0 1.5em 1.5em;
}
dfn,
cite,
em,
i {
  font-style: italic;
}
blockquote {
  border-left: 5px solid #455A64;
  background: #F5f5f5;
  font-size: 18px;
  font-style: italic;
  margin-left: 0.5em;
}
blockquote p {
  font-size: 18px;
}
code {
  white-space: normal;
  color: #666;
}
table {
  border-collapse: separate;
  border-spacing: 0;
  width: 100%;
}
table caption {
  text-align: center;
  text-transform: uppercase;
}
thead {
  background-color: #fff;
  color: #212121;
}
table,
th,
td {
  border: 1px solid #ddd;
}
th,
td {
  padding: 0.7em;
  text-align: left;
}
tbody tr:nth-child(odd) {
  background: #eee;
}
button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  max-width: 100%;
  vertical-align: baseline;
}
embed,
iframe,
object {
  max-width: 100%;
}
iframe {
  width: 100%;
}
.alignnone {
  margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}
.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
a img.alignnone {
  margin: 5px 20px 20px 0;
}
a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}
.error_screen {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff;
}
.error_container {
  width: 100%;
  position: absolute;
  top: 20%;
  left: 0;
  z-index: 9999;
  color: #696969;
}
.error_block {
  width: 400px;
  margin: 0px auto;
  padding: 20px 15px;
  box-sizing: border-box;
  border: 2px solid #545454;
  text-align: center;
}
.error_block a {
  text-decoration: none;
  border-bottom: 2px solid #545454;
  color: #696969;
  transition: 0.3s linear;
}
.error_block a:hover {
  border-bottom: 2px solid #000;
  color: #000;
  transition: 0.2s linear;
}
header {
  position: fixed;
  width: 99px;
  height: 100vh;
  z-index: 100;
  background: #fff;
  border-right: 1px solid #E9E9E9;
  top: 0;
  left: 0;
  overflow: hidden;
  transition: 0.2s all;
  /* Навигация */
}
header a,
header a:visited {
  color: rgba(130, 130, 130, 0) !important;
  transition: 0.2s all;
}
header:hover a,
header:hover a:visited {
  color: #828282 !important;
  transition: 0.2s all;
}
header:hover .menuposition-img {
  -moz-transform: rotate(-180deg);
  /* Для Firefox */
  -ms-transform: rotate(-180deg);
  /* Для IE */
  -webkit-transform: rotate(-180deg);
  /* Для Safari, Chrome, iOS */
  -o-transform: rotate(-180deg);
  /* Для Opera */
  transform: rotate(-180deg);
}
header .logo {
  width: 59px;
  height: 49px;
  background: url("css/logo_min.png") 50% no-repeat;
  margin: 20px;
}
header:hover {
  width: 250px;
  transition: 0.2s all;
}
header nav ul {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  margin: 40px 0 40px 20px;
}
header nav ul #menu-item-167 a {
  padding: 10px 0px 10px 40px;
  background: url("css/home.png") 0 50% no-repeat;
}
header nav ul #menu-item-8 a {
  padding: 10px 0px 10px 40px;
  background: url("css/technics_.png") 0 50% no-repeat;
}
header nav ul #menu-item-9 a {
  padding: 10px 0px 10px 40px;
  background: url("css/catlog_tov.png") 0 50% no-repeat;
}
header nav ul #menu-item-123 a {
  padding: 10px 0px 10px 40px;
  background: url("css/q_contact.png") 0 50% no-repeat;
}
header nav ul #menu-item-126 a {
  padding: 10px 0px 10px 40px;
  background: url("css/q_about.png") 0 50% no-repeat;
}
header nav ul #menu-item-12 a {
  padding: 10px 0px 10px 40px;
  background: url("css/m_news.png") 0 50% no-repeat;
}
header nav ul #menu-item-365 a {
  padding: 10px 0px 10px 40px;
  background: url("css/q_portfolio.png") 0 50% no-repeat;
}
header nav ul li {
  padding-left: 18px;
  list-style-type: none;
}
header nav ul li a {
  white-space: nowrap;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-align: left;
  margin-bottom: 10px;
  display: block;
}
header .menuposition {
  text-align: center;
  width: 100%;
  color: #7e7e7e;
  font-size: 13px;
  font-weight: bold;
}
header .menuposition-img {
  width: 100%;
  height: 42px;
  background: url("css/manuposit.png") 50% no-repeat;
  -moz-transform: rotate(0deg);
  /* Для Firefox */
  -ms-transform: rotate(0deg);
  /* Для IE */
  -webkit-transform: rotate(0deg);
  /* Для Safari, Chrome, iOS */
  -o-transform: rotate(0deg);
  /* Для Opera */
  transform: rotate(0deg);
}
header .menuposition-img-mobile {
  background: url("css/mobile-menu.png") 50% no-repeat;
  background-size: cover;
  width: 40px;
  height: 40px;
}
/* Главный блок */
.qmenu-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 90px;
  width: calc(100% - 100px);
  box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.2);
  margin-left: 100px;
  padding: 0 20px;
  font-size: 13px;
  color: #7e7e7e;
  font-weight: bold;
  z-index: 99;
  position: relative;
}
.qmenu-wrap a,
.qmenu-wrap a:visited {
  color: #7e7e7e;
}
.qmenu a,
.qmenu a:visited,
.qmenu a:active {
  color: #fff;
  font-size: 21px;
  font-weight: bold;
}
.qlogo {
  font-size: 33px;
  color: #FF6E3D;
  font-weight: bold;
}
.qlogo span {
  display: block;
  font-size: 13px;
  font-weight: normal;
  color: #7e7e7e;
}
.qadres {
  padding: 10px 0 10px 30px;
  background: url("css/qmark.png") 0 50% no-repeat;
}
.qphone {
  padding: 10px 0 10px 40px;
  background: url("css/qphone.png") 0 50% no-repeat;
}
.qmail {
  padding: 10px 0 10px 40px;
  background: url("css/qmail.png") 0 50% no-repeat;
}
.index2-slider-wrap {
  /*height: 680px;*/
  background: #fff;
}
.index2-slider-main {
  height: 410px!important;
  background-color: #FEFEFE;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.index2-slider-main-wrap .slick-next {
  width: 30px;
  height: 30px;
  background: url("css/keyboard-arrow-button.png") 50% no-repeat;
  opacity: 0.7;
  background-size: cover;
  top: 100px;
  right: 25px!important;
  z-index: 40;
}
.index2-slider-main-wrap .slick-next:before {
  content: '' !important;
}
.index2-slider-main-wrap .slick-next:hover {
  opacity: 1!important;
  background: url("css/keyboard-arrow-button.png") 50% no-repeat !important;
}
.index2-slider-main-wrap .slick-prev {
  width: 30px;
  height: 30px;
  background: url("css/keyboard-arrow-button_.png") 50% no-repeat;
  opacity: 0.7;
  background-size: cover;
  top: 100px;
  left: 25px!important;
  z-index: 40;
}
.index2-slider-main-wrap .slick-prev:before {
  content: '' !important;
}
.index2-slider-main img {
  width: 100%;
}
.index2-slider-nav {
  height: 80px!important;
  background: #ff6e3d;
  background: linear-gradient(180deg, #ff6e3d 0%, #fe632f 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  padding: 10px;
  color: #fff;
  text-align: center;
}
.index2-slider-nav:hover {
  background: #EC5F30;
}
.index2-slider-nav-wrap {
  position: relative;
}
.index2-slider-nav-wrap .slick-current:before {
  content: '';
  position: absolute;
  /* Абсолютное позиционирование */
  left: calc(50% - 10px);
  top: 0px;
  /* Положение треугольника */
  border: 10px solid transparent;
  /* Прозрачные границы */
  border-top: 10px solid #fff;
  /* Добавляем треугольник */
}
.index2-slider-content-wrap {
  width: 50%;
  height: 100%;
  background: url('css/nayada_logo_bg.png') 0% 100% no-repeat, #FEFEFE;
  background-size: 80%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  position: relative;
}
.index2-slider-content-wrap h2 {
  padding-top: 80px;
  color: #363636;
  max-width: 390px;
  height: 130px;
  font-size: 24px;
  text-transform: uppercase;
}
.index2-slider-content-wrap button {
  background: #363636;
  border: none;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  padding: 20px 25px;
  border-radius: 30px;
  cursor: pointer;
}
.index2-slider-content-text {
  width: 60%;
  padding: 60px 25px 65px 30px;
  color: #888888;
  font-size: 13px;
  font-weight: bold;
  min-height: 235px;
}
.index2-slider-content-text-wrap {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.index2-slider-content-subproof {
  width: 40%;
  height: 148px;
  padding: 40px 15px 40px 15px;
  background-color: #fff;
  box-shadow: 0px 0px 51px 0px #e0e0e0;
  border: #f9f9f9 3px solid;
  display: flex;
  align-items: center;
  justify-content: center;
}
.index2-slider-content-subproof img {
  max-width: 100%;
  width: auto;
  max-height: 100%;
}
.index2-slider-img-count {
  padding: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: #363636;
  color: #ff6e3d;
  font-size: 56px;
  font-weight: bold;
}
.index2-slider-img-count span {
  font-size: 13px;
  color: #787681;
  display: inline-block;
}
.index2-slider-img-count-btn {
  height: 148px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: #FC6230;
  font-size: 15px;
  font-weight: bold;
  color: #fff;
  padding: 0 40px 0 30px;
}
.index2-slider-img-count-btn span {
  padding: 10px 0;
}
.index2-slider-img-count-btn button {
  width: 200px;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  background: #363636;
  border: none;
  padding: 20px 15px;
}
.index2-slider-img-count-wrap {
  position: absolute;
  top: 175px;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.index2-slider-img-wrap {
  position: relative;
  width: 50%;
  height: 100%;
  background-size: cover!important;
}
.pagecash img {
  width: 100%;
}
.page-wrap {
  margin-left: 100px;
  width: calc(100% - 100px);
}
.index-slider {
  width: calc(100% - 245px);
  height: 100%;
  overflow: hidden;
}
.index-slider-list {
  width: 245px;
  height: 100%;
  background: #F1F1F1;
  padding: 100px 0 50px;
}
.index-slider-list .slick-current .index-slider-saubtitle-wrap {
  background-color: #EE7443;
  color: #fff;
  transition: 0.2s all;
}
.index-slider-list .slick-current .index-slider-saubtitle {
  border-top: 2px #EE7443 solid;
  border-bottom: 2px #EE7443 solid;
  transition: 0.2s all;
}
.index-slider-list .slick-slide {
  border: none!important;
}
.index-slider-saubtitle {
  padding: 30px 0;
  border-top: 2px #F1F1F1 solid;
  border-bottom: 2px #E3E3E3 solid;
  margin: 0 10px;
  box-sizing: border-box;
}
.index-slider-saubtitle-wrap {
  max-width: 100%;
  width: 250px;
}
.index-slider-block {
  position: relative;
  width: 100%;
  height: 587px!important;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.index-slider-block-img {
  padding: 57px 0 30px 0;
  width: 50%;
  height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.index-slider-block-content {
  height: 100%;
  width: 50%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  padding: 0 30px;
}
.index-slider-block-content h2 {
  max-width: 500px;
  font-size: 44px;
}
.index-slider-block-content button {
  background: #EE4C09;
  padding: 18px 30px;
  border: none;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  cursor: pointer;
}
.index-slider-block-content a {
  cursor: pointer;
  position: relative;
  z-index: 20;
}
.index-slider-block-text {
  font-size: 19px;
  color: #888888;
  max-width: 500px;
  padding: 30px 0;
}
.index-slider-block-bg {
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0.1;
  background-size: 70%!important;
}
.index-slider-wrap {
  padding-top: 108px;
  width: 100%;
  height: 695px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.index-proof {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
  color: #fff;
}
.index-proof-block {
  background: #FFFFFF;
  width: 330px;
  padding: 20px 40px;
}
.index-proof-block p {
  line-height: normal;
  text-indent: 0px;
  margin: 0;
  font-weight: bold;
  font-size: 14px;
  color: #6e6e6e;
}
.index-proof-block h3 {
  color: #ed4c09;
  margin: 10px 0;
  font-size: 21px;
  font-weight: bold;
}
.index-proof-block img {
  margin: 0;
  padding: 0;
}
.index-proof-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 312px;
  background: #F8F6F7;
  padding: 65px 0px;
}
.index-proof-wrap h2 {
  font-weight: bold;
  font-size: 44px;
  color: #363636;
  text-align: center;
  padding-bottom: 60px;
}
.index-portfolio-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.index-portfolio-wrap a,
.index-portfolio-wrap a:visited {
  height: 240px;
  width: calc(100% / 3);
  color: #fff;
}
.index-portfolio-wrap a:nth-child(n+4):nth-child(-n+7),
.index-portfolio-wrap a:visited:nth-child(n+4):nth-child(-n+7) {
  height: 150px!important;
  width: 25%!important;
}
.index-portfolio-block {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: cover!important;
  position: relative;
  border: #E9E9E9 3px solid;
}
.index-portfolio-block:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #828282;
  opacity: 0;
}
.index-portfolio-block h5 {
  position: relative;
  z-index: 30;
  opacity: 0;
  transition: 0.2s all;
  text-shadow: 0px 0px 10px #000000, 0px 0px 16px #000000;
}
.index-portfolio-block:hover h5 {
  opacity: 1;
  transition: 0.2s all;
}
.index-serv-text {
  width: 960px;
  margin: 0 auto;
  font-size: 16px;
  font-weight: bold;
  color: #b4b4b4;
  text-align: center;
  padding: 90px 0 60px;
}
.index-serv-text h2 {
  font-weight: bold;
  font-size: 44px;
  color: #363636;
  text-align: center;
  padding-top: 130px;
  padding-bottom: 110px;
  position: relative;
  background: url("css/servlogo.png") 50% 0px no-repeat;
}
.index-serv-text h2:before {
  content: '';
  position: absolute;
  width: 100px;
  height: 3px;
  background: #F05E22;
  bottom: 50px;
  left: calc(50% - 50px);
}
.index-serv-blocks-wrap {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 960px;
  margin: 0 auto;
}
.index-serv-block-img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 200px;
  background-color: #F07C55;
  position: relative;
}
.index-serv-block-img :hover {
  background-size: 110%;
}
.index-serv-block-img img {
  z-index: 30;
}
.index-serv-block-img:before {
  opacity: 0.8;
  z-index: 20;
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #FF6E3D;
}
.index-serv-block-wrap {
  background-color: #fff;
  width: 300px;
  text-align: center;
  padding-bottom: 25px;
  margin-bottom: 50px;
}
.index-serv-block-wrap h2 {
  padding: 0 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 75px;
  font-weight: bold;
  font-size: 21px;
  text-align: center;
}
.index-serv-block-wrap p {
  font-size: 16px;
  line-height: normal;
  text-indent: inherit;
  padding: 0 20px 10px;
}
.index-serv-block-wrap a {
  font-size: 16px;
  color: #f05e22;
  font-weight: bold;
  text-align: center;
  margin: 0 auto;
}
.index-serv-wrap {
  background: url("css/servbg1.png") -90px 100% no-repeat, url("css/servbg2.png") 100% 130px no-repeat, url("css/servbg3.png") calc(100% - -100px) calc(100% - -40px) no-repeat, #F4F8FB;
  width: 100%;
  padding-bottom: 150px;
}
.index-feedback {
  text-align: center;
  z-index: 6;
  position: relative;
}
.index-feedback-wrap {
  width: 100%;
  height: 550px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url("css/feedback.jpg") no-repeat 50%;
  background-size: cover;
  position: relative;
}
.index-feedback-text p {
  margin-bottom: 30px;
  line-height: normal;
  text-indent: 0px;
  font-size: 30px;
  color: #fff;
  font-weight: bold;
  -moz-transform: matrix(1.00019654, 0, 0, 0.99722002, 0, 0);
  -webkit-transform: matrix(1.00019654, 0, 0, 0.99722002, 0, 0);
  text-shadow: 0px 0px 1px #000000;
}
.index-feedback-text .min {
  font-size: 20px;
}
.index-feedback-text button {
  cursor: pointer;
  padding: 20px;
  border: none;
  font-weight: bold;
  background: #000;
  color: #fff;
}
.index-news {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  flex-direction: column;
  width: 100%;
  height: 200px;
  padding: 30px 50px;
  color: #fff;
  position: relative;
  background-size: cover!important;
}
.index-news:before {
  width: 100%;
  height: 100%;
  content: '';
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
}
.index-news-min {
  width: calc(40% - 20px);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 0 0 20px;
}
.index-news-min-cat {
  border: 2px solid #fff;
  padding: 7px 15px;
  z-index: 6;
}
.index-news-min-title {
  width: 100%;
  font-size: 14px;
  font-weight: bold;
  padding: 25px 0px;
  z-index: 6;
  text-shadow: 1px 1px 2px black;
}
.index-news-min a {
  width: 100%;
}
.index-news-min a:first-child {
  margin-bottom: 30px;
}
.index-news-main {
  width: 100%;
  height: 430px;
  padding: 30px 50px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  flex-direction: column;
  color: #fff;
  position: relative;
  background-size: cover!important;
}
.index-news-main:before {
  width: 100%;
  height: 100%;
  content: '';
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
}
.index-news-main-cat {
  border: 2px solid #fff;
  padding: 7px 15px;
  z-index: 6;
}
.index-news-main-title {
  width: 100%;
  font-size: 30px;
  font-weight: bold;
  padding: 25px 0px;
  z-index: 6;
  text-shadow: 1px 1px 2px black;
}
.index-news-main-meta {
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 6;
}
.index-news-main-meta * {
  padding-right: 20px;
}
.index-news-wrap {
  width: 960px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.index-news-wrap h2 {
  width: 100%;
  font-size: 30px;
  text-align: left;
  padding: 95px 0 95px 150px;
  background: url('css/newslogo.png') 0% 50% no-repeat;
}
.index-geo {
  max-width: 960px;
  margin: 0px auto;
}
.index-geo-wrap {
  width: 100%;
  padding: 0 0px 120px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.index-geo-wrap h4 {
  width: 100%;
  font-size: 30px;
  text-align: center;
  margin-bottom: 40px;
  padding-top: 260px;
  background: url("css/geologo.png") 50% 50% no-repeat;
}
.index-geo-wrap p {
  font-weight: bold;
  color: #3E3E3E;
}
.index-geo-wrap ul {
  padding-top: 20px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.index-geo-wrap ul li {
  width: 160px;
  padding: 55px 10px 0px;
  list-style-type: none;
  text-align: center;
  color: #717171;
  font-weight: bold;
  background: url("css/mark2.png") 50% 0% no-repeat;
  font-size: 16px;
}
.servs {
  width: 960px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.servs-info {
  font-size: 20px;
  padding: 15px 0 50px;
}
.servs h1 {
  width: 100%;
  padding-bottom: 50px;
}
.servs a {
  color: #fff;
  width: 30%;
  background-color: #F3F3F3;
  margin-bottom: 30px;
}
.servs a:hover .servs-block-wrap:before {
  background: rgba(83, 81, 80, 0.6);
  transition: 0.2s all;
}
.servs-block-wrap {
  width: 100%;
  height: 170px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 15px 0;
  position: relative;
}
.servs-block-wrap:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  background: rgba(83, 81, 80, 0.8);
  z-index: 1;
  transition: 0.2s all;
}
.servs-block-wrap h2 {
  position: relative;
  z-index: 2;
  font-size: 19px;
  text-align: center;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  color: #fff;
  font-weight: normal;
  transition: 0.2s all;
}
.servs-block-wrap img {
  position: relative;
  z-index: 2;
  width: 100%;
  margin: 0!important;
}
.servs-wrap {
  padding: 100px 0 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin-left: 100px;
}
.servs-wrap h1 {
  font-size: 30px;
  text-align: center;
}
.servs-wrap img {
  display: block;
  padding-top: 10px;
  margin: 0 auto!important;
  width: 50px;
}
.serv {
  width: 960px;
  margin: 0 auto;
  min-height: 50vh;
}
.serv h1 {
  font-size: 30px;
  padding-bottom: 20px;
  border-bottom: #EE7443 3px solid;
  margin-bottom: 20px;
}
.serv p {
  margin-bottom: 0!important;
  line-height: 1.7em;
  text-indent: 20px;
}
.serv img {
  max-width: 100%;
  margin-bottom: 30px;
}
.serv-wrap {
  width: 100%;
  padding: 100px 0 200px;
}
.serv-nav {
  padding-top: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.serv-nav a {
  width: 48%;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #EE7443;
  color: #fff;
  padding: 30px;
}
.products {
  width: 960px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.products-cat {
  margin-bottom: 40px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.products-cat h2 {
  width: 100%;
  margin-bottom: 20px;
}
.products-cat .index2-slider-nav-wrap {
  width: 33.33333%;
}
.products-info {
  padding: 15px 0 20px;
}
.products h1 {
  width: 100%;
  padding-bottom: 50px;
}
.products a {
  color: #8B8B8B;
  width: 30%;
  background-color: #F3F3F3;
  margin-bottom: 30px;
}
.products a:hover h2 {
  color: #000000;
  transition: 0.2s all;
}
.products-block-galimg {
  width: 100%;
  height: 170px;
  background-size: cover;
}
.products-block-wrap h2 {
  font-size: 19px;
  text-align: center;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  color: #8B8B8B;
  transition: 0.2s all;
}
.products-block-wrap img {
  width: 100%;
  margin: 0!important;
}
.products-wrap {
  padding: 100px 0 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin-left: 0;
}
.products-wrap h1 {
  font-size: 30px;
  text-align: center;
}
.product {
  width: 960px;
  margin: 0 auto;
  min-height: 50vh;
}
.product h1 {
  font-size: 20px;
  padding-bottom: 20px;
  border-bottom: #EE7443 3px solid;
  margin-bottom: 20px;
}
.product h1 a {
  color: black;
  text-decoration: underline;
}
.product p {
  margin-bottom: 30px!important;
  line-height: 1.7em;
  text-indent: 20px;
}
.product-help {
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  text-align: center;
  color: #fff;
  display: flex;
  margin: 0 300px;
  height: 100%;
  background: linear-gradient(90deg, #887781 0%, #4b5166 100%);
}
.product-help h4 {
  padding-top: 15px;
  width: 100%;
  font-size: 24px;
  display: block;
}
.product-help p {
  display: block;
  width: 100%;
  margin-bottom: 0!important;
  padding-bottom: 0;
}
.product-help button {
  margin-top: 20px;
  padding: 15px;
  margin-bottom: 30px;
  background: #EC5F30;
  border: none;
  color: #fff;
  -webkit-box-shadow: 0px 0px 8px 0px rgba(50, 50, 50, 0.75);
  -moz-box-shadow: 0px 0px 8px 0px rgba(50, 50, 50, 0.75);
  box-shadow: 0px 0px 8px 0px rgba(50, 50, 50, 0.75);
  cursor: pointer;
}
.product-help a {
  height: auto;
}
.product-help-wrap {
  margin-top: 100px;
  margin-bottom: 100px;
  width: 100%;
  height: 200px;
  background: url("css/nestandart_.jpg") 100% 50% no-repeat, url("css/nestandart_2.jpg") 0% 50% no-repeat, #4b5166;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.product-galery {
  height: 500px!important;
}
.product-galerynav {
  height: 100px!important;
  margin: 10px 30px;
  border-bottom: 4px solid rgba(255, 110, 61, 0);
  transition: 0.2s all;
}
.product-galerynav-wrap {
  width: 100%;
  padding: 30px 0px 10px;
}
.product-galerynav-wrap .slick-current {
  border-bottom: 4px solid #ff6e3d !important;
  transition: 0.2s all;
}
.product-sub {
  text-align: center;
  width: 100%;
  font-size: 14px;
  margin-bottom: 30px!important;
  line-height: normal;
  text-indent: 0;
  color: #686868;
}
.product-wrap {
  width: 100%;
  padding: 100px 50px 0 150px;
}
.product-wrap img {
  float: left;
  margin: 0 40px 40px 0;
}
.product-singl {
  width: 30%;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  background-color: #FEFEFE;
  padding-bottom: 15px;
  position: relative;
}
.product-singl h3 {
  width: 100%;
  padding: 10px 0;
  text-align: center;
  position: relative;
  z-index: 33;
  cursor: default;
}
.product-singl a {
  width: 80%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-singl button {
  border: 2px solid #FF6E3D;
  padding: 15px 20px;
  position: relative;
  z-index: 33;
  cursor: pointer;
}
.product-singl:hover {
  -webkit-box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.1);
  -moz-box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.1);
  box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.1);
}
.product-singl:hover .product-singl-info {
  opacity: 1;
}
.product-singl-info {
  padding: 15px 30px;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 30;
  background-color: #fff;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: default;
}
.product-singl-info p {
  line-height: normal;
  text-indent: 0;
}
.product-singl-img {
  height: 250px;
  width: 100%;
}
.product-singl-wrap {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.subpage h4 {
  width: 100%;
  color: #E9E9E9;
  text-align: center;
  font-size: 30px;
  padding: 30px 0;
}
.contact {
  width: 960px;
  margin: 0 auto;
}
.contact .vc_column_container {
  width: 100%;
}
.contact h2 {
  display: inline-block;
  padding-bottom: 20px;
  margin: 0 auto 20px;
  font-size: 26px;
  font-weight: bold;
  text-align: center;
  border-bottom: 3px solid #EE7443;
}
.contact .dhvc-form-validation-errors,
.contact .dhvc-form-error {
  display: none!important;
}
.contact .dhvc-form-submit {
  margin-top: 30px!important;
}
.contact-form {
  padding-top: 30px;
}
.contact-mes {
  padding-right: 20px;
}
.contact-info {
  width: 100%;
  padding-left: 20px;
}
.contact-info ul {
  margin-left: 20px;
}
.contact-info li {
  font-size: 20px;
  padding-bottom: 10px;
}
.contact-wrap {
  width: 100%;
  padding-top: 100px;
}
.contact-map {
  padding-top: 60px;
}
.contact-map-wrap {
  width: 100%;
}
.contact-map-wrap iframe {
  max-width: 100%;
}
.about-wrap {
  padding-top: 108px;
  width: 100%;
}
.about-slide {
  width: 800px;
  padding-right: 450px;
  margin: 0 auto;
}
.about-slide-wrap h1 {
  font-size: 30px;
  margin-bottom: 20px;
}
.about-slide-wrap p {
  font-size: 16px;
  margin-bottom: 0;
  line-height: normal;
  text-indent: 0;
}
.about-content {
  width: 960px;
  margin: 0 auto;
}
.about-content h2 {
  display: inline-block;
  padding-bottom: 20px;
  margin: 0 auto 20px;
  font-size: 26px;
  font-weight: bold;
  text-align: center;
  border-bottom: 3px solid #EE7443;
}
.about-content-wrap {
  width: 100%;
}
.news-info {
  width: 100%;
  margin-bottom: 50px;
}
.news-info h1 {
  font-size: 30px;
  text-align: center;
}
.news-block-wrap {
  width: 100%;
  height: 300px;
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  background-size: cover!important;
}
.news-block-wrap:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: #ff6e3d;
  background: linear-gradient(0deg, #ff6e3d 0%, #ff6e3d 25%, rgba(255, 110, 61, 0) 60%, rgba(255, 110, 61, 0) 100%);
  top: 0;
  left: 0;
}
.news-block-wrap:hover:before {
  background-color: rgba(0, 0, 0, 0.3);
  transition: 0.2s all;
}
.news-block-wrap h2 {
  line-height: 31px;
  padding: 0 50px 30px;
  font-size: 16px;
  color: #fff;
  position: relative;
  z-index: 3;
  text-shadow: 1px 1px 2px black;
}
.news-block-wrap:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: ' ';
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 2;
  transition: 0.2s all;
}
.news-block-wrap img {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: 50%;
  background-size: contain;
}
.news-wrap {
  padding: 100px 50px 0 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.news-wrap a {
  margin: 30px;
  display: block;
  width: calc(50% - 60px);
}
.new {
  width: 960px;
  margin: 0 auto;
  min-height: 50vh;
}
.new h1 {
  font-size: 30px;
  padding-bottom: 20px;
  border-bottom: #EE7443 3px solid;
  margin-bottom: 20px;
}
.new p {
  margin-bottom: 0!important;
  line-height: 1.7em;
  text-indent: 20px;
}
.new-galery {
  width: 300px;
  height: 300px;
  float: left;
  margin-right: 30px;
}
.new-galery-single {
  text-align: center;
}
.new-galery-single img {
  max-width: 300px;
  max-height: 300px;
  display: block;
  margin: 0 auto;
}
.new-galery-single-wrap {
  width: 100%;
}
.new-galery-all {
  padding-top: 40px;
}
.new-galery-all-wrap img {
  width: 30px;
  display: block;
  margin: 0 auto;
}
.new-tag {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  color: #D0D0D0;
}
.new-tag:before {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  content: '';
}
.new-tag a,
.new-tag a:visited,
.new-tag a:active {
  margin: 20px;
  color: #8B8B8B;
}
.new-wrap {
  width: 100%;
  padding: 100px 0 0;
}
.new-nav {
  padding-top: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.new-nav a {
  width: 48%;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #EE7443;
  color: #fff;
  padding: 30px;
}
.newsmod-wrap {
  padding: 0!important;
}
/* Нижний блок */
.footer-menu {
  color: #fff;
  width: 1000px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.footer-menu a,
.footer-menu a:focus,
.footer-menu a:visited {
  color: #fff;
}
.footer-menu-wrap {
  padding-top: 60px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  height: 425px;
  width: 100%;
  background: url("css/footer_bg.jpg") 50% no-repeat;
  background-size: cover;
}
.footer-menu-block {
  width: 25%;
  padding: 0px 20px;
}
.footer-menu-block h5 {
  margin-bottom: 30px;
}
.footer-menu-block li {
  font-weight: bold;
  opacity: 0.6;
  list-style-type: none;
  margin-bottom: 10px;
}
.footer-menu-block li:hover {
  opacity: 1;
}
.footer-menu-block p {
  margin-bottom: 10px;
  line-height: normal;
  text-indent: 0;
}
.footer-menu-block p .wrap {
  white-space: normal;
}
.footer-menu-block p a {
  font-size: 18px;
  font-weight: bold;
  white-space: nowrap;
  opacity: 0.8;
}
.footer-menu-block p a:hover {
  opacity: 1;
}
.footer-menu-block span {
  opacity: 0.6;
  font-weight: bold;
}
.footer-copyright {
  height: 75px;
  background: #000;
}
.footer-copyright {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #3E3E3E;
}
.footer-copyright p {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 0;
  line-height: normal;
  text-indent: 0;
}
.footer-copyright span {
  font-family: 'gothicb';
  font-size: 25px;
  font-weight: bold;
  padding-left: 10px;
}
.mobile-wrap {
  display: none;
}
/* Модальное окно */
.popup h1 {
  font: 24px Monotype Corsiva, Arial;
  font-weight: bold;
  text-align: left;
  color: #008000;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}
.popup h2 {
  font: 22px Monotype Corsiva, Arial;
  color: #008000;
  text-align: left;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}
/* Базовые стили модального окна  */
.overlay {
  background-color: rgba(0, 0, 0, 0.7);
  bottom: 0;
  cursor: default;
  left: 0;
  opacity: 0;
  position: fixed;
  right: 0;
  top: 0;
  visibility: hidden;
  z-index: 1;
  -webkit-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -ms-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.overlay:target {
  visibility: visible;
  opacity: 1;
}
.is-image {
  width: 100%;
  display: inline-block;
  height: auto;
  margin: auto;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
embed,
iframe {
  width: 100%;
  display: block;
  min-width: 320px;
  max-width: 600px;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.popup {
  min-width: 320px;
  max-width: 600px;
  /* padding: 40px; */
  margin: auto;
  background-color: #fff;
  border: 3px solid #fff;
  display: block;
  left: 0;
  right: 0;
  opacity: 0;
  padding: 15px;
  position: absolute;
  font-size: 14px;
  top: 0;
  visibility: hidden;
  z-index: 10;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 0 1px 1px 2px rgba(0, 0, 0, 0.4) inset;
  -moz-box-shadow: 0 1px 1px 2px rgba(0, 0, 0, 0.4) inset;
  -ms-box-shadow: 0 1px 1px 2px rgba(0, 0, 0, 0.4) inset;
  -o-box-shadow: 0 1px 1px 2px rgba(0, 0, 0, 0.4) inset;
  box-shadow: 0 1px 1px 2px rgba(0, 0, 0, 0.4) inset;
  -webkit-transition: opacity 0.5s, top 0.5s;
  -moz-transition: opacity 0.5s, top 0.5s;
  -ms-transition: opacity 0.5s, top 0.5s;
  -o-transition: opacity 0.5s, top 0.5s;
  transition: opacity 0.5s, top 0.5s;
}
.overlay:target + .popup {
  top: 20%;
  opacity: 1;
  visibility: visible;
}
.close {
  background-color: rgba(0, 0, 0, 0.8);
  border: 2px solid #ccc;
  height: 24px;
  line-height: 24px;
  position: absolute;
  right: -13px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  padding: 0;
  top: -15px;
  width: 24px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  border-radius: 15px;
  -moz-box-shadow: 1px 1px 3px #000;
  -webkit-box-shadow: 1px 1px 3px #000;
  box-shadow: 1px 1px 3px #000;
}
.close:before {
  color: rgba(255, 255, 255, 0.9);
  content: "X";
  font-size: 14px;
  text-shadow: 0 -1px rgba(0, 0, 0, 0.9);
}
.close:hover {
  background-color: rgba(64, 128, 128, 0.8);
}
.popup p,
.popup div {
  margin-bottom: 10px;
}
/* Планшет */
@media only screen and (min-width: 480px) and (max-width: 980px) {
  .container {
    width: 768px;
  }
  h1 {
    font-size: 2.2em;
  }
  h2 {
    font-size: 1.3em;
  }
  p {
    font-size: 26px;
  }
  header {
    width: 100%;
    height: 140px;
    display: flex;
    align-items: flex-start;
    justify-content: space-around;
    flex-wrap: wrap;
    border-bottom: 3px solid #FF6E3D;
    box-shadow: 0px 0px 11px 0px #FF6E3D;
    overflow: revert;
    padding-bottom: 30px;
  }
  header .menuposition {
    width: 80px;
    padding: 20px 0 0;
    font-size: 20px;
  }
  header .menuposition-img-mobile {
    width: 80px;
    height: 80px;
  }
  header:hover {
    width: 100%;
  }
  header .logo {
    width: 79px;
    height: 79px;
  }
  header nav {
    width: 100%;
  }
  header nav ul {
    margin: 20px 0 20px 20px;
  }
  header nav ul li {
    margin: 20px 0;
  }
  header nav ul li a {
    font-size: 40px;
  }
  header a,
  header a:visited {
    color: #828282 !important;
    transition: 0.2s all;
  }
  /* Мобильное меню */
  .overlay {
    background-color: rgba(0, 0, 0, 0.7);
    bottom: 0;
    cursor: default;
    left: 0;
    opacity: 0;
    position: fixed;
    right: 0;
    top: 0;
    visibility: hidden;
    z-index: 1;
    -webkit-transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
    -ms-transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
    transition: opacity 0.5s;
  }
  .overlay:target {
    visibility: visible;
    opacity: 1;
  }
  .is-image {
    width: 100%;
    display: inline-block;
    height: auto;
    margin: auto;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
  }
  embed,
  iframe {
    width: 100%;
    display: block;
    min-width: 320px;
    max-width: 600px;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
  }
  .mobilemenu {
    width: 100%;
    margin: auto;
    background-color: #fff;
    display: block;
    opacity: 0;
    padding: 15px;
    position: relative;
    font-size: 14px;
    top: 0;
    visibility: hidden;
    z-index: 120;
    /*box-shadow: 0px 0px 1000px 200px #FF6E3D;*/
    -webkit-transition: opacity 0.5s, top 0.5s;
    -moz-transition: opacity 0.5s, top 0.5s;
    -ms-transition: opacity 0.5s, top 0.5s;
    -o-transition: opacity 0.5s, top 0.5s;
    transition: opacity 0.5s, top 0.5s;
  }
  .overlay:target + .mobilemenu {
    top: 10px;
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
    -ms-transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
    transition: opacity 0.5s;
  }
  .closemob {
    background: url("css/close_.png") 50% no-repeat;
    background-size: 60px;
    height: 100px;
    line-height: 24px;
    position: absolute;
    right: 13px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    padding: 0;
    top: 15px;
    width: 100px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    border-radius: 15px;
  }
  /*  .closemob:before {  color: rgba(255, 255, 255, 0.9);  content: "X";  font-size: 14px;  text-shadow: 0 -1px rgba(0, 0, 0, 0.9);}
  .closemob:hover {  background-color: rgba(64, 128, 128, 0.8);}*/
  .nav-form {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .qmenu-wrap {
    height: auto;
    width: 100%;
    margin: 0;
    box-shadow: none;
    padding: 0 30px 0;
    font-size: 30px;
  }
  .page-wrap {
    width: 100%;
    margin-left: 0;
    margin-top: 140px;
  }
  .index2-slider-nav-wrap {
    display: none;
  }
  .index2-slider-content-wrap {
    width: 70%;
    top: 0;
    left: 15%;
    z-index: 10;
    position: absolute;
    background: url('css/nayada_logo_bg.png') 0% 100% no-repeat, rgba(254, 254, 254, 0.9);
  }
  .index2-slider-content-wrap h2 {
    text-align: center;
  }
  .index2-slider-img-wrap {
    width: 100%;
  }
  .index2-slider-content-text {
    padding: 0;
    min-height: auto;
  }
  .index2-slider-content-text button {
    margin-top: 10px;
    width: 100%;
  }
  .index2-slider-content-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .index2-slider-content-wrap h2 {
    font-size: 30px;
    height: auto;
    padding: 0;
  }
  .index2-slider-content-subproof {
    display: none;
  }
  .index2-slider-img-count-wrap {
    display: none;
  }
  .index2-slider-main {
    height: 240px!important;
    border-bottom: 2px #FF6E3D solid;
    position: relative;
  }
  .index-proof-wrap h2,
  .index-news-wrap h2,
  .index-geo-wrap h2 {
    font-size: 40px!important;
  }
  .index-proof h4,
  .index-news h4,
  .index-geo h4 {
    font-size: 40px;
  }
  .index-proof {
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
  }
  .index-proof h3 {
    font-size: 30px;
  }
  .index-proof p {
    font-size: 20px;
  }
  .index-portfolio-wrap a {
    width: 50%;
    height: 240px;
  }
  .index-portfolio-wrap a:nth-child(n+4):nth-child(-n+7) {
    height: 240px!important;
    width: 50%!important;
  }
  .index-portfolio-wrap a:nth-child(n+7):nth-child(-n+10) {
    display: none;
  }
  .index-portfolio-count {
    width: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    padding: 30px 0;
  }
  .index-portfolio-count-text {
    font-size: 30px;
  }
  .index-portfolio-count-numb {
    padding: 0 30px;
    font-size: 80px;
  }
  .index-portfolio-count button {
    height: 100px;
    padding: 0 40px;
    background: #fff;
    border: none;
    color: #FF490C;
    font-weight: bold;
  }
  .index-portfolio-count-wrap {
    width: 100%;
    background: #ff6e3d;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .index-news-main {
    background-position: 50% 0%!important;
  }
  .index-news-wrap {
    width: 100%;
  }
  .index-news-wrap h2 {
    width: 100%;
    font-size: 30px;
    padding: 155px 0 45px 0;
    margin-top: 30px;
    background: url('css/newslogo.png') calc(50%) calc(50% - 40px) no-repeat;
    text-align: center;
  }
  .index-news-wrap a {
    width: 100%!important;
    position: relative;
  }
  .index-news-wrap a:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #ff6e3d;
    background: linear-gradient(0deg, #ff6e3d 0%, #ff6e3d 25%, rgba(255, 110, 61, 0) 60%, rgba(255, 110, 61, 0) 100%);
    top: 0;
    left: 0;
  }
  .index-geo {
    padding: 0 40px;
  }
  .index-geo ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }
  .index-geo ul li {
    width: 190px;
    margin-top: 20px;
    font-size: 24px;
  }
  .index-feedback-wrap {
    height: auto;
    padding: 50px 100px;
  }
  .servs,
  .serv,
  .product,
  .contact,
  .about,
  .news,
  .new {
    width: 100%;
  }
  .servs h1,
  .serv h1,
  .product h1,
  .contact h1,
  .about h1,
  .news h1,
  .new h1 {
    font-size: 40px;
  }
  .servs-wrap,
  .serv-wrap,
  .product-wrap,
  .contact-wrap,
  .about-wrap,
  .news-wrap,
  .new-wrap {
    padding: 200px 50px 200px;
    margin-left: 0;
  }
  .servs a {
    width: 47%;
  }
  .servs-info {
    font-size: 26px;
  }
  .products {
    width: 100%;
  }
  .products a {
    width: 47%;
  }
  .products-block-wrap {
    border: 1px solid #b9b9b9;
  }
  .products-block-wrap h2 {
    color: #000000;
  }
  .products-wrap {
    padding: 50px 0 200px;
  }
  .product-help {
    margin: 0;
  }
  .product-singl {
    width: 47%;
  }
  .product-singl-img {
    height: 170px;
  }
  .product-wrap {
    /*      h1 {
        font-size: 30px;
      }*/
  }
  .mobile-3,
  .mobile2-3 {
    display: none;
  }
  .contact {
    display: flex;
    flex-wrap: wrap;
  }
  .contact h2 {
    font-size: 40px;
  }
  .contact-info {
    padding-left: 0;
  }
  .contact-map {
    position: relative;
  }
  .contact-map:before {
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
  }
  .about-wrap h2 {
    font-size: 40px;
  }
  .about-content {
    width: 100%;
  }
  .news-block-wrap {
    background-size: cover;
  }
  .news-block-wrap h2 {
    font-size: 26px;
  }
  .news-info h1 {
    font-size: 40px;
  }
  .news-wrap a {
    width: 100%;
  }
  .fullscrean-wrap {
    display: none;
  }
  .mobile-wrap {
    display: block;
  }
}
