html, body, 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, 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;
}

:focus {
  outline: 0;
}

body {
  font: normal 75%/150% 'Roboto', Arial, Tahoma, Verdana, Georgia, sans-serif;
  font-size: 14px;
  min-width: 100%;
}

a {
  color: #E48D3E;
  text-decoration: underline;
}

a:hover {
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  color: #FF7900;
}

img {
  max-width: 100%;
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

iframe {
  max-width: 100%;
}

.ps {
  position: relative;
  float: left;
  width: 100%;
}

.wrapper {
  margin: 0 auto;
  max-width: 1625px;
  padding: 0 15px;
  width: 100%;
}

header {
  height: 100px;
  background: #FFFFFF;
}

header .header {
  height: 100px;
  box-shadow: 0px 10px 60px rgba(35, 111, 153, 0.07);
}

header .header .buger {
  position: absolute;
  left: 0;
  top: 38px;
  width: 25px;
  height: 24px;
  border-top: 4px solid #E48D3E;
  border-bottom: 4px solid #E48D3E;
  cursor: pointer;
}

header .header .buger:before {
  content: '';
  position: absolute;
  left: 0;
  top: 6px;
  width: 100%;
  height: 4px;
  background: #E48D3E;
}

header .header .menu-hover {
  display: none;
  position: absolute;
  top: 62px;
  left: 0;
  width: 155px;
  background: #fff;
  border: 1px solid #eee;
  border-radius: 3px;
  z-index: 20;
}

header .header .menu-hover ul {
  list-style: none;
  padding: 10px 10px;
}

header .header .menu-hover ul li {
  margin: 7px 0;
}

header .header .menu-hover ul li a {
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 19px;
  color: #848484;
  text-decoration: none;
}

header .header .menu-hover ul li a:hover {
  color: #000;
}

header .header .logo-block {
  position: absolute;
  top: 25px;
  left: 79px;
  padding-top: 6px;
  padding-left: 86px;
}

header .header .logo-block .logo {
  position: absolute;
  top: 0;
  left: 0;
}

header .header .logo-block .logo-prev {
  position: relative;
  float: left;
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 19px;
}

/*header .header .select-city {
  position: absolute;
  top: 34px;
  left: 350px;
  display: flex;
  justify-content: center;
  border: 1px solid #E48D3E;
  border-radius: 50px;
  overflow: hidden;
}

header .header .select-city .city {
  position: relative;
  float: left;
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 21px;
  padding: 7px 16px 8px 17px;
  color: #E48D3E;
  text-decoration: none;
}

header .header .select-city .city.active {
  color: #fff;
  background: #E48D3E;
}*/

header .header .select-city {
  position: absolute;
  top: 34px;
  left: 350px;
  display: flex;
  justify-content: center;
  border: 1px solid #E48D3E;
  border-radius: 50px;
  overflow: hidden;
  width: 150px;
  flex-wrap: wrap;
  border-radius: 5px;
  z-index: 5;
  background: #fff;
}

header .header .select-city .city {
  font-size: 14px;
  width: 100%;
  padding: 0;
  text-align: center;
  height: 0;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-right: 15px;
}
header .header .select-city a.city {
  color: #000;
  text-decoration: none;
  border-bottom: 1px solid #E48D3E;
}
header .header .select-city a.city:last-child {
  /*border-top: 1px solid #E48D3E;*/
  border-bottom: none;
}
header .header .select-city:hover .city {
  height: 30px;
}
header .header .select-city .city.active {
  height: 30px;
  background: #E48D3E;
  color: #fff;
}
header .header .select-city .city.active:after {
  content: '';
  position: absolute;
  right: 7px;
  top: 11px;
  width: 9px;
  height: 9px;
  background: url(../img/arrow_bottom.svg) center center no-repeat;
  background-size: 100% auto;
}







header .header .contacts {
  position: absolute;
  top: 31px;
  left: 550px;
}

header .header .contacts .phone {
  position: relative;
  float: left;
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 19px;
  color: #333335;
  text-decoration: none;
  margin-right: 24px;
}

header .header .contacts .graph {
  margin-top: -1px;
}

header .menu-block {
  position: absolute;
  top: 40px;
  left: 901px;
}

header .menu-block ul li {
  position: relative;
  float: left;
  list-style: none;
  margin-right: 17px;
}

header .menu-block ul li a {
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 19px;
  color: #848484;
  text-decoration: none;
}

header .menu-block ul li a:hover {
  color: #000;
}

header .nets {
  position: absolute;
  top: 38px;
  /*left: 1356px;
  left: 1370px;*/
  right: 144px;
}



header .nets .s-net {
  position: relative;
  float: left;
  /*margin-right: 15px;*/
  margin-right: 9px;
}

header .nets .s-net.inst {
  width: 24px;
  height: 24px;
  background: url(../img/inst.svg) center center no-repeat;
}

header .nets .s-net.wa {
  width: 24px;
  height: 24px;
  background: url(../img/wa.svg) center center no-repeat;
}

header .nets .s-net.vb {
  width: 24px;
  height: 24px;
  background: url(../img/viber.svg) center center no-repeat;
}

header .nets .s-net.vk {
  width: 24px;
  height: 24px;
  background: url(../img/vk.svg) center center no-repeat;
  background-size: 100% auto;
}

header .nets .s-net.ok {
  width: 24px;
  height: 24px;
  background: url(../img/ok.svg) center center no-repeat;
  background-size: 100% auto;
}

header .nets .s-net.yb {
  width: 24px;
  height: 24px;
  background: url(../img/youtobe.svg) center center no-repeat;
  background-size: 100% auto;
}


header .order {
  position: absolute;
  top: 34px;
  right: 0;
  background: #000;
  padding: 8px 0;
  width: 143px;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  color: #FFFFFF;
  text-align: center;
  border-radius: 18px;
  cursor: pointer;
}

header .order:hover {
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  background: #FF7900;
}

header .header.fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  height: 55px;
  background: #fff;
}

header .header.fixed .logo-block .logo {
  max-width: 58px;
}

header .header.fixed .contacts {
  top: 8px;
}

header .header.fixed .select-city {
  top: 12px;
}

header .header.fixed .select-city .city {
  font-size: 14px;
  /*padding: 4px 16px 5px 17px;*/
}

header .header.fixed .logo-block .logo-prev {
  font-size: 14px;
  line-height: 16px;
}

header .header.fixed .logo-block {
  top: 6px;
  padding-left: 72px;
}

header .header.fixed .buger {
  top: 16px;
}

header .header.fixed .menu-hover {
  top: 40px;
}

header .header.fixed .menu-block {
  top: 16px;
}

header .header.fixed .nets {
  top: 16px;
}

header .header.fixed .order {
  top: 11px;
}

header .tooltip {
  display: none;
  position: absolute;
  bottom: 100%;
  left: -38px;
  background: #000;
  z-index: 3;
  padding: 3px 5px;
  font-size: 11.5px;
  width: 100px;
  line-height: 14px;
  border-radius: 3px;
  border: 1px solid #000;
  margin-bottom: 3px;
  color: #fff;
  text-align: center;
}

header .tooltip:after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -8px;
  width: 10px;
  height: 10px;
  background: url(../img/tooltip.svg) center center no-repeat;
  background-size: 100% auto;
  margin-left: -5px;
}

header .s-net:hover .tooltip {
  display: block;
}

@media(max-width:415px){
  header .s-net:hover .tooltip {
    display: none;
  }
}

.slider {
  background: #F8F9FC;
}

.slider .slide {
  height: 648px;
}

.slider.slide-srv {
  margin-top: -80px;
}

.slider .slide-left {
  position: relative;
  float: left;
  width: 100%;
  padding-top: 112px;
  /*padding-right: 889px;*/
  padding-right: 920px;
}

.slider .slide-left .slide-title {
  font-family: Roboto;
  font-style: normal;
  font-weight: 300;
  font-size: 72px;
  line-height: 84px;
  letter-spacing: 0.4px;
  color: #333335;
  margin-bottom: 53px;
}

.slider .slide-left .slide-prev {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 32px;
  color: #333335;
}

.slider .slide-right {
  position: absolute;
  top: 101px;
  right: 0;
  width: 889px;
}

.slider .slide-right .sld-men {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
}

.slider.slide-srv .slide-right .sld-men {
  left: 11%;
}

.slider .slide-right .sld-form {
  position: relative;
  float: right;
  width: 100%;
  max-width: 800px;
  height: 440px;
  background: #fff;
  border-radius: 17px;
  overflow: hidden;
}

.slider .slide-right .sld-form:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 50%;
  background: #E48D3E;
}

.slider .slide-right .sld-form .form-in {
  position: relative;
  float: right;
  width: 50%;
}

.slider .slide-right .sld-form .form-in .form-prev {
  margin-top: 30px;
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 23px;
  letter-spacing: 0.4px;
  color: #333335;
  padding: 0 25px 0 92px;
  margin-bottom: 30px;
}

.slider .slide-right .sld-form .form-in .form-prev:before {
  content: '';
  position: absolute;
  top: 6px;
  left: 25px;
  width: 51px;
  height: 58px;
  background: url(../img/frame.svg) center center no-repeat;
}

.slider .slide-right .sld-form .form-in .form-filds {
  padding: 0 32px;
}

.slider .slide-right .sld-form .form-in .form-input {
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid #333335;
  font-family: Roboto;
  font-style: normal;
  font-weight: 300;
  font-size: 24px;
  line-height: 28px;
  color: #333335;
  padding-bottom: 10px;
  margin-bottom: 26px;
}

.slider .slide-right .sld-form .form-in .form-smb {
  color: #fff;
  width: 181px;
  padding: 16px 0;
  text-align: center;
  background: #E48D3E;
  border-radius: 50px;
  border: none;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  margin-top: 6px;
  cursor: pointer;
}

.slider .slide-right .sld-form .form-in .form-smb:hover {
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  background: #FF7900;
}

.slider .slide-right .sld-form .form-in .form-agreed {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 18px;
  color: #848484;
  margin-top: 30px;
  padding-left: 2px;
}

.slide-info {
  position: relative;
  float: left;
  width: 48%;
}

.slide-info h1 {
  font-family: Roboto;
  font-style: normal;
  font-weight: 300;
  /*font-size: 72px;
  line-height: 84px;*/
  font-size: 63px;
  line-height: 74px;
  letter-spacing: 0.4px;
  color: #333335;
  margin-top: 136px;
  margin-bottom: 47px;
}

.slide-info .slide-line {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.slide-info .slide-line .slide-line-one {
  position: relative;
  float: left;
  width: 42.5%;
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 36px;
  letter-spacing: 0.4px;
  color: #333335;
  height: 75px;
  display: flex;
  align-items: center;
  padding-left: 101px;
  margin-bottom: 34px;
}

.slide-info .slide-line .slide-line-one.slide-line-1:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/sl_info_1.svg) left center no-repeat;
  width: 75px;
  height: 75px;
}

.slide-info .slide-line .slide-line-one.slide-line-2:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/sl_info_2.svg) left center no-repeat;
  width: 75px;
  height: 75px;
}

.slide-info .slide-line .slide-line-one.slide-line-3:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/sl_info_3.svg) left center no-repeat;
  width: 75px;
  height: 75px;
}

.slide-info .slide-line .slide-line-one.slide-line-4:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/sl_info_4.svg) left center no-repeat;
  width: 75px;
  height: 75px;
}

.quality {
  border-top: 1px solid #333335;
  border-bottom: 1px solid #333335;
  padding-top: 30px;
  padding-bottom: 30px;
  margin-top: 64px;
  margin-bottom: 30px;
  min-height: 189px;
  border-radius: 0 16px 16px 0;
}

.quality .quality-left {
  padding-right: 420px;
  padding-left: 152px;
}

.quality .quality-left:before {
  content: '';
  position: absolute;
  top: 10px;
  left: 51px;
  width: 66px;
  height: 77px;
  background: url(../img/quality.svg) center center no-repeat;
}

.quality .quality-left .quality-left-title {
  font-family: Roboto;
  font-style: normal;
  font-weight: 300;
  font-size: 36px;
  line-height: 50px;
  letter-spacing: 0.4px;
  color: #333335;
  margin-bottom: 17px;
}

.quality .quality-left .quality-left-prev {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #333335;
}

.quality .quality-right {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 399px;
  background-color: #333335;
  color: #fff;
  padding: 30px 15px 20px 58px;
  border-radius: 16px;
}

.quality .quality-right:after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  background: url(../img/quality_right.svg) center center no-repeat;
  width: 137.1px;
  height: 140px;
  opacity: 0.2;
}

.quality .quality-right-title {
  font-family: Roboto;
  font-style: normal;
  font-weight: 300;
  font-size: 36px;
  line-height: 50px;
  letter-spacing: 0.4px;
  margin-bottom: 17px;
}

.quality .quality-right-prev {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #FFFFFF;
}

.equipment .quality {
  margin-top: -1px;
}
.equipment .quality .quality-left {
    padding-right: 677px;
}

.equipment .quality .quality-left .quality-left-prev {
  padding-top: 9px;
}

.equipment .quality .quality-right {
  width: 655px;
  padding: 30px 6% 20px 33px;
}

.privilege {
  margin-top: 33px;
  margin-bottom: 50px;
}

.privilege .title {
  font-family: Roboto;
  font-style: normal;
  font-weight: 300;
  font-size: 36px;
  line-height: 50px;
  letter-spacing: 0.4px;
  color: #333335;
  margin-bottom: 33px;
}

.privilege .privilege-block {
  background: #333335;
  color: #fff;
  border-radius: 16px;
  border: 1px solid #333335;
  overflow: hidden;
}

.privilege .privilege-block .priv-block {
  position: relative;
  float: left;
  width: 25%;
  min-height: 198px;
  padding: 33px 15px 10px 89px;
}

.privilege .privilege-block .priv-block:after {
  content: '';
  position: absolute;
  right: 0;
  width: 1px;
  top: 35px;
  bottom: 41px;
  background: #DDDFE7;
  opacity: 0.4;
}

.privilege .privilege-block .priv-block.priv-1:before {
  content: '';
  position: absolute;
  top: 35px;
  left: 31px;
  width: 44px;
  height: 44px;
  background: url(../img/priv_1.svg) center center no-repeat;
}

.privilege .privilege-block .priv-block.priv-2:before {
  content: '';
  position: absolute;
  top: 35px;
  left: 31px;
  width: 44px;
  height: 44px;
  background: url(../img/priv_2.svg) center center no-repeat;
}

.privilege .privilege-block .priv-block.priv-3:before {
  content: '';
  position: absolute;
  top: 35px;
  left: 34px;
  width: 44px;
  height: 44px;
  background: url(../img/priv_3.svg) center center no-repeat;
}

.privilege .privilege-block .priv-block.priv-4:before {
  content: '';
  position: absolute;
  top: 35px;
  left: 29px;
  width: 44px;
  height: 44px;
  background: url(../img/priv_4.svg) center center no-repeat;
}

.privilege .privilege-block .priv-block.priv-4:after {
  display: none;
}

.privilege .privilege-block .priv-block .pr-title {
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.4px;
  color: #FFFFFF;
  margin-bottom: 20px;
}

.privilege .privilege-block .priv-block .pr-text {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.4px;
  color: #FFFFFF;
}

.privilege .privilege-bottom {
  display: flex;
  justify-content: space-between;
  min-height: 439px;
}

.privilege .privilege-bottom .worker-block {
  position: relative;
  float: left;
  width: 75%;
  background: #fff;
}

.privilege .worker {
  position: absolute;
  right: 0;
  top: 0;
  border-bottom: 1px solid #333335;
}

.privilege .worker-block .worker-title {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 32px;
  color: #E48D3E;
  padding: 32px 410px 24px 89px;
  border-bottom: 1px solid #848484;;
}

.privilege .privilege-bottom .worker-block .worker-info {
  width: calc(100% - 410px);
  /*padding: 78px 410px 14px 89px;*/
  padding: 40px 410px 14px 89px;
  color: #333335;
}

.privilege .worker-block .worker-info .worker-logo {
  position: absolute;
  top: 64px;
  right: 77px;
}

.privilege .worker-block .worker-info .worker-name {
  font-family: Roboto;
  font-style: normal;
  font-weight: 300;
  font-size: 36px;
  line-height: 42px;
  color: #333335;
  margin-bottom: 36px;
}

.privilege .worker-block .worker-info .worker-about, .privilege .worker-block .worker-info .worker-more {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.4px;
  color: #333335;
}

.privilege .worker-block .worker-info .worker-about {
  margin-bottom: 55px;
}

.privilege .privilege-fb {
  position: relative;
  float: right;
  width: 25%;
  padding-bottom: 33px;
}

.privilege .privilege-fb .form-prev {
  margin-top: 26px;
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 23px;
  letter-spacing: 0.4px;
  color: #fff;
  padding: 0 25px 0 92px;
  margin-bottom: 30px;
}

.privilege .privilege-fb .form-prev:before {
  content: '';
  position: absolute;
  top: 6px;
  left: 25px;
  width: 51px;
  height: 58px;
  background: url(../img/prev_form.svg) center center no-repeat;
}

.privilege .privilege-fb .form-filds {
  padding: 0 32px;
}

.privilege .privilege-fb .form-input {
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid #fff;
  font-family: Roboto;
  font-style: normal;
  font-weight: 300;
  font-size: 24px;
  line-height: 28px;
  background: #333335;
  color: #fff;
  padding-bottom: 10px;
  margin-bottom: 26px;
}

.privilege .privilege-fb .form-smb {
  color: #fff;
  width: 181px;
  padding: 16px 0;
  text-align: center;
  background: #E48D3E;
  border-radius: 50px;
  border: none;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  margin-top: 6px;
  cursor: pointer;
}

.privilege .privilege-fb .form-smb:hover {
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  background: #FF7900;
}

.privilege .privilege-fb .form-agreed {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 18px;
  color: #848484;
  margin-top: 30px;
  padding-left: 2px;
}

.privilege .privilege-fb .form-agreed a {
  color: #848484;
}

.services .title {
  font-family: Roboto;
  font-style: normal;
  font-weight: 300;
  font-size: 36px;
  line-height: 50px;
  letter-spacing: 0.4px;
  color: #333335;
  margin-bottom: 22px;
}

.services .services-block {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.services .serv {
  width: 23.5%;
  margin-right: 2%;
  background: #FFFFFF;
  box-shadow: 0px 10px 60px rgba(35, 111, 153, 0.07);
  border-radius: 16px;
  padding: 31px 10px 31px 28px;
  margin-bottom: 25px;
}


.services .serv .serv-in {
  min-height: 315px;
}

.services .serv:nth-child(4n){
  margin-right: 0;
}

.services .serv .serv-name {
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  /*font-size: 24px;
  line-height: 28px;*/
  font-size: 19px;
  line-height: 26px;
  letter-spacing: 0.4px;
  color: #333335;
  text-transform: uppercase;
  /*margin-bottom: 18px;*/
  margin-bottom: 10px;
  min-height: 56px;
}

.services .serv .serv-name a {
  color: #333335;
  text-decoration: none;
}

.services .serv .serv-list.serv-list-height {
  min-height: 180px;
  overflow: hidden;
}

.services .serv .serv-list.serv-list-height:hover {
  overflow: visible;
  z-index: 40;
}

.services .serv .serv-list.serv-list-height ul {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
}

.services .serv .serv-list ul {
  list-style: none;
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 18px;
  letter-spacing: 0.4px;
}

.services .serv .serv-list ul li {
  padding-left: 15px;
  margin-bottom: 14px;
}

.services .serv .serv-list ul a {
  color: #E48D3E;
  list-style: none;
}

.services .serv .serv-links {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
}

.services .serv .serv-links .serv-order {
  position: relative;
  float: left;
  padding: 14px 0 15px 0;
  text-align: center;
  width: 142px;
  height: 54px;
  background: #E48D3E;
  border-radius: 50px;
  color: #fff;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.4px;
  margin-right: 7px;
  cursor: pointer;
}

.services .serv .serv-links .serv-order:hover {
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  background: #FF7900;
}

.services .serv .serv-links .serv-link {
  position: relative;
  float: left;
  padding: 14px 0 15px 0;
  text-align: center;
  width: 134px;
  height: 54px;
  border: 1px solid #E48D3E;
  border-radius: 50px;
  color: #E48D3E;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.4px;
}

.services .serv .serv-links .serv-link:hover {
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  border-color: #FF7900;
  color: #FF7900;
}

.projects {
  background: #F8F9FC;
  margin-top: 31px;
  padding-top: 34px;
  margin-bottom: 69px;
}

.projects .proj-arrow {
  position: absolute;
  width: 48px;
  height: 48px;
  top: 87px;
  background-color: #FFFFFF;
  box-shadow: 0px 10px 60px rgba(35, 111, 153, 0.07);
  border-radius: 27px;
  cursor: pointer;
  z-index: 5;
}

.projects .proj-arrow.proj-arr-left {
  left: -88px;
  background-image: url(../img/arrow_left.svg);
  background-position: center center;
  background-repeat: no-repeat;
}

.projects .proj-arrow.proj-arr-right {
  right: -88px;
  background-image: url(../img/arrow_right.svg);
  background-position: center center;
  background-repeat: no-repeat;
}

.projects .title {
  font-family: Roboto;
  font-style: normal;
  font-weight: 300;
  font-size: 36px;
  line-height: 50px;
  letter-spacing: 0.4px;
  color: #333335;
  margin-bottom: 39px;
}

.projects .proj-in {
  display: flex;
  justify-content: space-between;
  padding-bottom: 45px;
}

.projects .proj-in .proj-info {
  position: relative;
  width: 50%;
  overflow: hidden;
}

.projects .proj-in .proj-info .proj-left {
  float: left;
}

.projects .proj-in .proj-info.proj-left .proj-top {
  border-radius: 16px 0px 0px 16px;
}

.projects .proj-in .proj-info .proj-right {
  float: right;
}

.projects .proj-in .proj-info.proj-right .proj-top {
  border-radius: 0px 16px 16px 0px;
}

.projects .proj-in .proj-info .proj-top {
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: right center;
  height: 223px;
  display: flex;
  align-items: center;
  padding-bottom: 9px;
  padding-left: 6.5%;
}

.projects .proj-in .proj-info .proj-top .proj-title {
  position: relative;
  float: left;
  font-family: Roboto;
  font-style: normal;
  /*font-size: 24px;
  line-height: 32px;*/
  font-size: 22px;
  line-height: 29px;
  color: #333335;
}

.projects .proj-in .proj-info .proj-top .proj-title span {
  font-weight: bold;
}

.projects .proj-in .proj-info .proj-bottom .proj-prev {
  position: relative;
  float: left;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.4px;
  color: #333335;
  margin-top: 60px;
  width: 100%;
  /*min-height: 124px;*/
  min-height: 160px;
  border-bottom: 1px solid #333335;
}

.projects .proj-in .proj-info .proj-bottom .proj-prev span {
  font-weight: bold;
}

.projects .proj-in .proj-info .proj-bottom .proj-prev.proj-prev-left {
  max-width: 287px;
  padding-right: 10px;
  border-right: 1px solid #333335;
}

.projects .proj-in .proj-info .proj-bottom .proj-prev.proj-prev-right {
  max-width: 422px;
  padding-left: 9%;
}

.projects .proj-in .proj-info.proj-right .proj-bottom .proj-prev.proj-prev-right {
  float: right;
}

.projects .proj-in .proj-info.proj-right .proj-bottom .proj-prev.proj-prev-left {
  float: right;
}

.projects .proj-in .proj-info .proj-bottom .proj-sum {
  padding-top: 32px;
  max-width: 709px;
}

.projects .proj-in .proj-info.proj-right .proj-bottom .proj-sum {
  float: right;
}

.projects .proj-in .proj-info .proj-bottom .proj-sum .proj-sum-prev {
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.4px;
  color: #333335;
}

.projects .proj-in .proj-info .proj-bottom .proj-sum .proj-sum-val {
  font-family: Roboto;
  font-style: normal;
  font-weight: 300;
  font-size: 36px;
  line-height: 50px;
  letter-spacing: 0.4px;
  color: #333335;
}

@media(max-width: 1785px){
  .projects .proj-arrow.proj-arr-left {
    left: -20px;
  }
  .projects .proj-arrow.proj-arr-right {
    right: -20px;
  }
}

.video-sgeo {
  display: flex;
  justify-content: center;
  margin-bottom: 103px;
}

.video-sgeo .video-left, .video-sgeo .video-right {
  position: relative;
  float: left;
  width: 50%;
}

.video-sgeo .video-prev-img {
  position: absolute;
  left: 0;
  top: 0;
  max-width: 100%;
}

.video-sgeo .video-title {
  font-family: Roboto;
  font-style: normal;
  font-weight: 300;
  font-size: 36px;
  line-height: 50px;
  letter-spacing: 0.4px;
  color: #333335;
  padding-top: 35px;
  min-height: 129px;
  margin-bottom: 12px;
}

.video-sgeo .video-prev {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 32px;
  color: #333335;
}

#video_1, #video_2 {
  height: 383px;
}

.equipment .video-sgeo {
  margin-top: 19px;
  margin-bottom: 55px;
}

/*
.video .play {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  height: 95px;
  width: 95px;
  margin: -47.5px 0 0 -47.5px;
  background: url(../img/play.svg) center center no-repeat;
  background-size: 100% auto;
  border-radius: 45px;
  cursor: pointer;
}
*/

.about {
  background: #FFFFFF;
  box-shadow: 0px 10px 60px rgba(35, 111, 153, 0.07);
  border-radius: 16px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  margin-bottom: 74px;
}

.about .about-left {
  position: relative;
  float: left;
  width: 50%;
}

.about .about-left .title {
  padding: 50px 15px 53px 79px;
  border-bottom: 1px solid #848484;
}

.about .about-left .about-link {
  position: absolute;
  top: 64px;
  right: 24.3%;
  width: 157px;
  height: 54px;
  background: #E48D3E;
  border-radius: 50px;
  padding: 16px 0;
  text-align: center;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.4px;
  color: #FFFFFF;
  text-decoration: none;
}

.about .about-left .about-link:hover {
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  background: #FF7900;
}

.about .about-left .title span {
  font-family: Roboto;
  font-style: normal;
  font-weight: 300;
  font-size: 36px;
  line-height: 50px;
  letter-spacing: 0.4px;
  color: #333335;
}

.about .about-left .about-text {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.4px;
  color: #333335;
  /*padding: 54px 10% 15px 10%;*/
  padding: 36px 10% 15px 10%;
}

.about .about-left .about-text .about-text-left {
  position: relative;
  float: left;
  width: 49%;
}

.about .about-left .about-text .about-text-right {
  position: relative;
  float: right;
  width: 42%;
}

.about .about-right {
  position: relative;
  float: right;
  width: 50%;
  background: #333335;
}

.about .about-right .about-main {
  position: relative;
  float: left;
  width: 50%;
}

.about .about-right .about-main-text {
  position: relative;
  float: right;
  width: 50%;
  color: #FFFFFF;
  /*padding: 30px 10px 0 7%;*/
  padding: 20px 10px 0 5.5%;
}

.about .about-right .about-main-name {
  font-family: Roboto;
  font-style: normal;
  font-weight: 300;
  /*font-size: 36px;
  line-height: 50px;*/
  font-size: 34px;
  line-height: 37px;
  letter-spacing: 0.4px;
  /*margin-bottom: 15px;*/
  margin-bottom: 10px;
}

.about .about-right .about-staff {
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.4px;
  color: #FFFFFF;
  /*margin-bottom: 21px;*/
  margin-bottom: 15px;
}

.about .about-right .about-main-prev {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.4px;
  color: #FFFFFF;
  padding-right: 10%;
}

.clients {
  margin-bottom: 65px;
}

.clients .title {
  font-family: Roboto;
  font-style: normal;
  font-weight: 300;
  font-size: 36px;
  line-height: 50px;
  letter-spacing: 0.4px;
  color: #333335;
  padding-left: 5%;
}

.clients .clients-line {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 56px;
}

.clients .clients-line .one-client {
  position: relative;
  float: left;
  width: 100%;
  display: flex;
  justify-content: center;
  max-height: 320px;
  padding-top: 11px;
  border-right: 1px solid #333335;
}

.clients .clients-line:after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 5px;
  background: #fff;
}

/*.clients .clients-line .one-client:first-child {
  border-left: 1px solid #333335;
}*/

.clients .clients-line .one-client {
  display: flex;
  justify-content: center;
}

.clients .clients-line .one-client .one-client-img {
  position: relative;
  float: left;
  max-width: 80%;
}

.clients .clients-line .one-client img {
  max-width: 100%;
}

.clients .clients-line .one-client:first-child {
  margin-left: 0;
}

.clients .clients-line .one-client:last-child {
  margin-right: 0;
}

.serts {
  padding-bottom: 67px;
}

.serts .title {
  font-family: Roboto;
  font-style: normal;
  font-weight: 300;
  font-size: 36px;
  line-height: 50px;
  letter-spacing: 0.4px;
  color: #333335;
  padding-left: 5%;
  margin-top: 57px;
}

.serts .serts-prev {
  margin-top: 13px;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 32px;
  padding-left: 5%;
  color: #333335;
}

.serts .sert-line {
  margin-top: 60px;
  padding-left: 3.2%;
  padding-right: 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.serts .sert-line .one-sert {
  position: relative;
  float: left;
  width: 12.5%;
  text-align: center;
}

.serts .sert-line .one-sert img {
  max-width: 100%;
}

.contacts-block {
  min-height: 548px;
}

.contacts-block.contacts-tpl-1 {
  min-height: 800px;
}

.contacts-block .contacts-info {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: -797.5px;
  padding-left: 79px;
}

.contacts-block .title {
  font-family: Roboto;
  font-style: normal;
  font-weight: 300;
  font-size: 36px;
  line-height: 50px;
  letter-spacing: 0.4px;
  color: #333335;
  margin-top: -6px;
}

.contacts-block .contacts-graph {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.4px;
  color: #333335;
  margin-top: 5px;
  margin-bottom: 34px;
}

.contacts-block .contacts-office {
  margin-bottom: 32px;
}

.contacts-block .address {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.4px;
  color: #333335;
  margin-bottom: 3px;
}

.contacts-block .phone {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 32px;
  color: #333335;
  margin-bottom: 4px;
}

.contacts-block .phone a {
  color: #333335;
  text-decoration: none;
}

.contacts-block .cont-email {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.4px;
  color: #E48D3E;
  padding-left: 24px;
  background: url(../img/email.svg) left 7px no-repeat;
}

.contacts-block .map {
  position: absolute;
  top: 0;
  right: 2px;
  width: calc(50% + 189px);
}

footer {
  background: #333335;
}

footer .footer {
  min-height: 100px;
  color: #fff;
}

footer .footer a {
  color: #fff;
}

footer .footer .logo-block {
  position: absolute;
  top: 25px;
  left: 79px;
  padding-left: 86px;
  padding-top: 7px;
}

footer .footer .logo-block .logo {
  position: absolute;
  top: 0;
  left: 0;
}

footer .footer .logo-block .logo-prev {
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 19px;
}

footer .footer .menu {
  position: absolute;
  top: 41px;
  left: 391px;
}

footer .footer .menu ul li {
  list-style: none;
  float: left;
  margin-right: 17px;
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 19px;
  text-align: right;
  color: #FFFFFF;
}

footer .footer .menu ul li a {
  text-decoration: none;
}

footer .footer .order {
  position: absolute;
  top: 35px;
  right: 0;
  padding: 8px 0;
  width: 143px;
  text-align: center;
  background: #E48D3E;
  border-radius: 50px;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  color: #FFFFFF;
  cursor: pointer;
}

footer .footer .order:hover {
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  background: #FF7900;
}

footer .nets {
  position: absolute;
  top: 38px;
  /*left: 1356px;*/
  right: 156px;
}

footer .nets .s-net {
  position: relative;
  float: left;
  margin-right: 15px;
}

footer .nets .s-net.inst {
  width: 24px;
  height: 24px;
  background: url(../img/inst_white.svg) center center no-repeat;
}

footer .nets .s-net.wa {
  width: 24px;
  height: 24px;
  background: url(../img/wa_white.svg) center center no-repeat;
}

footer .nets .s-net.yb {
  width: 24px;
  height: 24px;
  background: url(../img/youtobe_white.svg) center center no-repeat;
}

footer .nets .s-net.ok {
  width: 24px;
  height: 24px;
  background: url(../img/ok_white.svg) center center no-repeat;
}

footer .nets .s-net.vb {
  width: 24px;
  height: 24px;
  background: url(../img/viber_white.svg) center center no-repeat;
}
footer .nets .s-net.vk {
  width: 24px;
  height: 24px;
  background: url(../img/vk_white.svg) center center no-repeat;
  background-size: 100% auto;
}

.warning {
  background-color: #ffdede;
  border-color: red !important;
}

#success-ticket-fade {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  bottom: 0;
  background: #000;
  opacity: 0.5;
    z-index: 149;
}

#success-ticket {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    width: 100%;
    max-width: 508px;
    margin-top: -190px;
    margin-left: -254px;
    text-align: center;
    background: #fff;
    box-sizing: border-box;
    padding: 30px 15px 95px 15px;
    z-index: 150;
    box-shadow: 0 0 5px #bbb;
}

@media(max-width: 550px){
  #success-ticket  {
    left: 5%;
    width: 90%;
    margin-left: 0;
  }
}

#success-ticket .x {
  position: absolute;
  top: 21px;
  right: 20px;
  width: 57px;
  height: 57px;
  border-radius: 67px;
  cursor: pointer;
  z-index: 2;
  background: url(../img/close.svg) center center no-repeat;
  background-size: 15px 15px !important;
  border: 2px solid #E48D3E;
  background-size: 100% auto;
  -webkit-transition: -webkit-transform .5s ease-in-out;
  transition: transform .5s ease-in-out;
}

#success-ticket .x:hover {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

#success-ticket .success-ticket-1 {
    margin-top: 75px;
    font-size: 22px;
    color: #000;
}

#success-ticket .success-ticket-2 {
    margin-top: 35px;
    margin-left: 2px;
    font-size: 14px;  
}


#success-ticket .success-ticket-3 {
  position: absolute;
    bottom: 13px;
    right: 20px;
    font-size: 12px;
}

#fade {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 101;
  background: #000;
  opacity: 0.6;
  display: none;
}

.submit-form {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-left: -227px;
  margin-top: -245px;
  border: 1px solid #cdcdcd;
  border-radius: 5px;
  background: #fff;
  width: 100%;
  max-width: 454px;
  padding: 10px 50px 20px 50px;
  min-height: 410px;
  z-index: 102;
}

/*.submit-form.submit-form-geo {
  height: 490px;
}*/

.submit-form .x {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 25px;
  height: 25px;
  background: url(../img/close.svg) center center no-repeat;
  background-size: 100% auto;
  cursor: pointer;
}

.submit-form .submit-form-title {
  text-align: center;
  font-size: 30px;
  font-family: Arial, Helvetica, sans-serif;
  color: #2c2c2c;
  text-align: center;
  padding-bottom: 18px;
  margin-top: 25px;
}

.submit-form .submit-form-line {
  display: flex;
  justify-content: center;
}

.submit-form.submit-form-geo .submit-form-title {
  margin-top: 15px;
}

.submit-form .submit-form-line-input {
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid #333335;
    font-family: Roboto;
    font-style: normal;
    font-weight: 300;
    font-size: 20px;
    line-height: 28px;
    color: #333335;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-bottom: 26px;
}

.submit-form .submit-form-line-textarea.submit-form-line-input {
  height: 90px;
  line-height: 18px;
  padding-top: 4px;
  padding-bottom: 4px;
}

.submit-form .submit-form-line-submit {
    color: #fff;
    width: 181px;
    padding: 16px 0;
    text-align: center;
    background: #E48D3E;
    border-radius: 50px;
    border: none;
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 22px;
    margin-top: 6px;
    cursor: pointer;
}

.submit-form .submit-form-line-submit:hover {
  background:#ff6e2f;
}

.submit-form .submit-form-policy {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 18px;
    color: #848484;
    margin-top: 10px;
    padding-left: 2px;
    text-align: center;
}

.page {
  padding-top: 38px;
  background: #F8F9FC;
  padding-bottom: 46px;
}

.page .page-h1 {
  font-family: Roboto;
  font-style: normal;
  font-weight: 300;
  font-size: 36px;
  line-height: 50px;
  letter-spacing: 0.4px;
  color: #333335;
}

.breadcrumbs {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.4px;
  color: #E48D3E;
  margin-bottom: 28px;
  z-index: 1;
}

.breadcrumbs a {
  color: #333335;
  text-decoration: none;
}

.breadcrumbs .divider {
  width: 9px;
  height: 9px;
  background: url(../img/round.svg) center 11px no-repeat;
  background-size: 100% auto;
  margin: 6px 12px 0 12px;
  padding: 1px;
}

.cont-page .contacts-info {
  padding-top: 55px;
}

.contacts-tpl-1.cont-page .contacts-info {
  padding-top: 0;
}

#faq-form form {
  margin-top: 42px;
  background: #FFFFFF;
  box-shadow: 0px 10px 60px rgba(35, 111, 153, 0.07);
  border-radius: 16px;
  padding: 20px 60px 54px 60px;
  margin-bottom: 40px;
}

#faq-form form .form-title {
  font-family: Roboto;
  font-style: normal;
  font-weight: 300;
  font-size: 36px;
  line-height: 50px;
  letter-spacing: 0.4px;
  color: #333335;
  padding-left: 74px;
  /*margin-top: 39px;*/
  margin-top: 29px;
  padding-top: 3px;
  padding-bottom: 6px;
  background: url(../img/fb-form.svg) left top no-repeat;
  margin-bottom: 31px;
}

#faq-form .faq-input {
  border-top: none;
  border-right: none;
  border-left: none;
}

#faq-form .faq-form-filds {
  position: relative;
  float: left;
  width: 72%;
}

#faq-form .faq-form-filds .faq-form-left {
  display: flex;
  justify-content: space-between;
  margin-bottom: 38px;
}

#faq-form .faq-form-filds .faq-form-left .faq-form-line {
  width: 31.7%;
}

#faq-form .faq-form-filds .faq-form-left .faq-form-line .faq-input {
  font-family: Roboto;
  font-style: normal;
  font-weight: 300;
  font-size: 24px;
  line-height: 28px;
  color: #333335;
  border-bottom: 1px solid #333335;
  padding: 5px 0 9px 0;
}

#faq-form .faq-form-right textarea {
  border-top: none;
  border-right: none;
  border-left: none;
  font-family: Roboto;
  font-style: normal;
  font-weight: 300;
  font-size: 24px;
  line-height: 28px;
  border-bottom: 1px solid #333335;
  height: 41px;
}

#faq-form .faq-bottom {
  position: relative;
  float: right;
  width: 24.5%;
}

#faq-form .faq-form-submit {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  display: flex;
  align-items: center;
  letter-spacing: 0.4px;
  color: #FFFFFF;
  background: #E48D3E;
  border-radius: 50px;
  border: none;
  padding: 16px 25px;
  margin-bottom: 20px;
  cursor: pointer;
}

#faq-form .faq-form-submit:hover {
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  background: #FF7900;
}

#faq-form .policy {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 18px;
  color: #848484;
}

#faq-form .policy a {
  color: #848484;
}


.service-page {
  padding-bottom: 45px;
  padding-top: 25px;
}

.service-page .service-title {
    font-weight: bold;
    text-align: center;
    font-size: 50px;
    color: #fe5a12;
    line-height: 51px;
    margin-bottom: 20px;
}

.service-page .service-sub-title {
    text-align: center;
    font-weight: bold;
    font-size: 36px;
    margin-top: 15px;
    border-bottom: 1px solid #bbb;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.service-page .service-page-prev {
  text-align: center;
  margin-top: 13px;
  font-size: 14px;  
}

.service-page .service-block {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.service-page .service-block .service-block-one {
  position: relative;
  float: left;
  width: 47.9%;
  height: 438px;
  margin-top: 15px;
  margin-bottom: 25px;
  overflow: hidden;
  border-radius: 16px;
  background: #FFFFFF;
  box-shadow: 0px 10px 60px rgba(35, 111, 153, 0.07);
}

.service-page .service-block .service-block-one a {
    color: #fe5a12;
}

.service-page .service-block .service-block-one .service-block-left {
  position: relative;
  float: left;
  width: 54%;
  padding-left: 5.3%;
}

.service-page .service-block .service-block-one .service-block-title {
  margin-top: 34px;
  font-family: Roboto;
  font-style: normal;
  font-weight: 300;
  font-size: 36px;
  line-height: 50px;
  letter-spacing: 0.4px;
  color: #333335;
  margin-bottom: 31px;
}

.service-page .service-block .service-block-one .service-block-title a {
  text-decoration: none;
  color: #333335;
}

.service-page .service-block .service-block-one li {
  list-style: none;
  padding-left: 24px;
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 16px;
  letter-spacing: 0.4px;
  color: #E48D3E;
  margin-bottom: 18px;
}

.service-page .service-block .service-block-one .service-block-ul {
  list-style: none;
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.4px;
  color: #E48D3E;
  margin-bottom: 18px;
}

.service-page .service-block .service-block-one li {
  display: block;
  position: relative;
  float: left;
  width: 100%;
}

.service-page .service-block .service-block-one li:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 10px;
  margin-top: -2px;
  width: 4px;
  height: 4px;
  border-radius: 3px;
  background: #E48D3E;
}

.service-page .service-block .service-block-one li a {
  color: #E48D3E;
}

.service-page .service-block .service-block-one .service-block-right {
  position: relative;
  float: right;
  width: 42.5%;
  display: flex;
  justify-content: center;
  overflow: hidden;
  flex-wrap: wrap;
}

.service-page .service-block .service-block-one .service-block-right img {
  max-width: none;
  max-height: 438px;
}

/*.service-page .service-block .service-block-one .service-block-right:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  bottom: 0;
  background: #fff;
  opacity: 0.5;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;  
}

.service-page .service-block .service-block-one:hover .service-block-right:before {
  opacity: 0;
}*/

/* нижняя часть страницы услуг */

.service-text .service-text-top {
  background: #FFFFFF;
  box-shadow: 0px 10px 60px rgba(35, 111, 153, 0.07);
  border-radius: 0px 16px 16px 0px;
  margin-bottom: 33px;
}

.service-text .service-text-top .service-video {
  position: relative;
  float: left;
  width: 52.3%;
}

.service-text .service-text-top .service-text-top-right {
  position: relative;
  float: right;
  width: 43.9%;
  display: flex;
  align-items: center;
  height: 520px;
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 28px;
  letter-spacing: 0.4px;
  color: #333335;
  padding-right: 2%;
}

.service-text .service-text-top .service-text-top-right h2 {
  font-family: Roboto;
  font-style: normal;
  font-weight: 300;
  font-size: 36px;
  line-height: 50px;
  letter-spacing: 0.4px;
  color: #333335;
  margin-bottom: 33px;
  padding-bottom: 10px;
}

.service-text .service-text-1 {
  margin-bottom: 22px;
}

.service-text .service-text-1 {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.4px;
  color: #333335;
}

.service-text .service-text-1 p {
  margin-bottom: 25px;
}

.service-text-2 {
  margin-bottom: 40px;
}

.service-text-2 .service-text-2-left {
  position: relative;
  float: left;
  width: 48%;
  background: #FFFFFF;
  padding: 34px 2% 36px 2.6%;
  box-shadow: 0px 10px 60px rgba(35, 111, 153, 0.07);
  border-radius: 16px;
}

.service-text-2 .service-text-2-left h2 {
  font-family: Roboto;
  font-style: normal;
  font-weight: 300;
  font-size: 36px;
  line-height: 50px;
  letter-spacing: 0.4px;
  color: #333335;
  margin-bottom: 43px;
}

.service-text-2 .service-text-2-left table {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.4px;
  color: #333335;
  max-width: 483px;
}

.service-text-2 .service-text-2-left table .srv-bold {
  font-weight: bold;
}

.service-text-2 .service-pr-right {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 47.7%;
  display: flex;
  align-items: center;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.4px;
  color: #333335;
}

.service-text-2 .service-pr-right .service-pr-right-in {
  max-width: 450px;
}

.service-text-3 {
  background: #FFFFFF;
  box-shadow: 0px 10px 60px rgba(35, 111, 153, 0.07);
  border-radius: 16px;
  padding: 44px 3.9% 62px 3.9%;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.4px;
  color: #333335;
  margin-bottom: 35px;
}

.service-text-3 .service-text-3-title {
  padding: 10px 0 38px;
  border-bottom: 1px solid #333335;
  margin-bottom: 31px;
}

.service-text-3 .service-text-3-title h2 {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 36px;
  line-height: 50px;
  letter-spacing: 0.4px;
  color: #333335;
}

.service-text-3 p {
  margin-bottom: 23px;
}

.service-text-3 li {
  position: relative;
  float: left;
  width: 100%;
  list-style: none;
  padding-left: 23px;
  margin-bottom: 24px;
}

.service-text-3 li:before {
  content: '';
  position: absolute;
  top: 9px;
  left: 9px;
  width: 4px;
  height: 4px;
  background: #000;
  border-radius: 3px;
}

.service-text-cols {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.4px;
  color: #333335;
  margin-bottom: 17px;
}

.service-text-cols h2 {
  font-family: Roboto;
  font-style: normal;
  font-weight: 300;
  font-size: 36px;
  line-height: 50px;
  letter-spacing: 0.4px;
  color: #333335;
  margin-bottom: 18px;
}

.service-text-cols p {
  margin-bottom: 25px;
}

.service-text-cols ul {
  margin-bottom: 28px;
  position: relative;
  float: left;
  width: 100%;
}

.service-text-cols li {
  position: relative;
  float: left;
  width: 100%;
  list-style: none;
  padding-left: 23px;
  margin-bottom: 0;
}

.service-text-cols li:before {
  content: '';
  position: absolute;
  top: 9px;
  left: 9px;
  width: 4px;
  height: 4px;
  background: #000;
  border-radius: 3px;
}

.service-text-cols .service-text-col-1 {
  position: relative;
  float: left;
  width: 48%;
}

.service-text-cols .service-text-col-2 {
  position: relative;
  float: right;
  width: 47.7%;
}

.service-text-4 {
  margin-bottom: 35px;
}

.service-text-4 .service-text-4-video {
  position: relative;
  float: left;
  width: 48%;
}

.service-text-4 .service-text-4-right {
  position: relative;
  float: right;
  width: 48.2%;
  padding-right: 4%;
  padding-top: 36px;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.4px;
  color: #333335;
}

.service-text-4 .service-text-4-right h2 {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 36px;
  line-height: 50px;
  letter-spacing: 0.4px;
  color: #333335;
  margin-bottom: 14px;
}

.service-text-4 .service-text-4-right p {
  margin-bottom: 25px;
}

.service-text-4 .service-text-4-right ul {
  margin-bottom: 28px;
  position: relative;
  float: left;
  width: 100%;
}

.service-text-4 .service-text-4-right li {
  position: relative;
  float: left;
  width: 100%;
  list-style: none;
  padding-left: 23px;
  margin-bottom: 0;
}

.service-text-4 .service-text-4-right li:before {
  content: '';
  position: absolute;
  top: 9px;
  left: 9px;
  width: 4px;
  height: 4px;
  background: #000;
  border-radius: 3px;
}

/* кадастровая карта */

.cad-cart {
  margin-bottom: 46px;
}

.cad-cart .map {
  margin-top: 41px;
  margin-bottom: 20px;
}

.cad-cart .text {
  margin-top: 13px;
}

.cad-cart .text p {
    margin-bottom: 25px;
}

.cad-cart .cad-cart-top {
  margin-bottom: 13px;
}

.cad-cart .col-1 {
  position: relative;
  float: left;
  width: 48%;
}

.cad-cart .col-2 {
  position: relative;
  float: right;
  width: 48%;
}

/* комментарии */

.comments .comments-title {
  display: block;
  position: relative;
  float: left;
  width: 100%;
  font-family: Roboto;
  font-style: normal;
  font-weight: 300;
  font-size: 36px;
  line-height: 50px;
  letter-spacing: 0.4px;
  color: #333335;
  margin-bottom: 4px;
}

.form-comments form {
  background: #FFFFFF;
  padding: 20px 0 35px 0;
}

.form-comments form .form-title {
  font-family: Roboto;
  font-style: normal;
  font-weight: 300;
  font-size: 36px;
  line-height: 50px;
  letter-spacing: 0.4px;
  color: #333335;
  padding-left: 63px;
  margin-top: 39px;
  padding-top: 3px;
  padding-bottom: 6px;
  background: url(../img/fb-form.svg) right top no-repeat;
  margin-bottom: 31px;
}

.form-comments .faq-input {
  border-top: none;
  border-right: none;
  border-left: none;
}

.form-comments {
  position: relative;
  float: left;
  width: 100%;
}

.form-comments .faq-form-left {
  position: relative;
  float: left;
  width: 48%;
}

.form-comments .faq-form-right {
  position: relative;
  float: right;
  width: 48%;
}

.form-comments  .faq-form-left .faq-form-line {
  width: 100%;
  margin-bottom: 24px;
}

.form-comments .faq-form-left .faq-form-line .faq-input {
  font-family: Roboto;
  font-style: normal;
  font-weight: 300;
  font-size: 24px;
  line-height: 28px;
  color: #333335;
  border-bottom: 1px solid #333335;
  padding: 5px 0 9px 0;
}

.form-comments .faq-form-right textarea {
  border-top: none;
  border-right: none;
  border-left: none;
  font-family: Roboto;
  font-style: normal;
  font-weight: 300;
  font-size: 24px;
  line-height: 28px;
  border-bottom: 1px solid #333335;
  height: 108px;
}

.form-comments .faq-bottom {
  position: relative;
  float: right;
  width: 24.5%;
}

.form-comments .faq-form-submit {
  position: relative;
  float: left;
    margin-top: 24px;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  display: flex;
  align-items: center;
  letter-spacing: 0.4px;
  color: #FFFFFF;
  background: #E48D3E;
  border-radius: 50px;
  border: none;
  padding: 16px 25px;
  margin-bottom: 20px;
  cursor: pointer;
  margin-right: 20px;
}

.form-comments .faq-form-submit:hover {
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  background: #FF7900;
}

.form-comments .policy {
  position: relative;
  float: left;
  width: 100%;
  float: right;
  max-width: 610px;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 18px;
  color: #848484;
  margin-top: 27px;
}

.form-comments .policy a {
  color: #848484;
}

.comments {
  margin-top: 25px;
}

.text .comments h2 {
  margin-bottom: 0;
}

.comments .one-comment {
  margin-bottom: 30px;
  border-bottom: 1px solid #eee;
  padding-bottom: 20px;
}

.comments .one-comment .comment-name {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 5px;
}

.comments .one-comment .comment-answer {
  margin-top: 20px;
  font-style: italic;
}






/* текстовый блок */

.text {
  margin-top: 53px;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.4px;
  color: #333335;
}

.text img {
  height: auto !important;
}

.text p {
  margin-bottom: 15px;
}

.text ul, .text ol {
  margin-left: 19px;
  margin-bottom: 5px;
}

.text ul li {
  margin-bottom: 10px;
}

.text h2, .text h3, .text h4 {
  font-family: Roboto;
  font-style: normal;
  /*font-weight: normal;*/
  font-weight: 300;
  line-height: 50px;
  letter-spacing: 0.4px;
  margin-bottom: 15px;
}

.text h2 strong, .text h3 strong, .text h4 strong {
  font-weight: 300;
}

.text h2 {
  font-size: 30px;
}

.text h3 {
  font-size: 26px;
}

.text h4 {
  font-size: 22px;
}

.text table {
  max-width: 100%;
  margin-bottom: 15px;
  border-spacing: 0px;
  border-collapse: collapse;
}

.text table td {
  border: 1px solid #eee;
  padding: 4px 5px;
}

.order-spets {
  /*min-height: 288px;*/
  min-height: 250px;
  background: #FFFFFF;
  box-shadow: 0px 10px 60px rgba(35, 111, 153, 0.07);
  border-radius: 16px 0px 0px 16px;
  margin-top: 20px;
  margin-bottom: 30px;
  /*padding: 48px 20px 20px 20px;*/
  padding: 35px 20px 20px 20px;
  /*padding-left: 288px;*/
  padding-left: 244px;
  display: flex;
  /*align-items: center;*/
  flex-wrap: wrap;
}

.order-spets strong {
  display: block;
  position: relative;
  float: left;
  width: 100%;
  font-family: Roboto;
  font-style: normal;
  font-weight: 300;
  font-size: 36px;
  line-height: 50px;
  letter-spacing: 0.4px;
  color: #333335;
  margin-bottom: 14px;
}

.order-spets a {
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 36px;
  line-height: 70px;
  letter-spacing: 0.4px;
  color: #333335;
  text-decoration: none;
}

.order-spets .order-spets-prev {
  position: relative;
  float: left;
  font-size: 16px;
  line-height: 25px;
}

.order-spets .order-spets-img {
  position: absolute;
  left: 38px;
  top: 40px;
  /*height: 208px !important;*/
  border-radius: 16px;
  height: 170px !important;
}

.order-spets .order-spets-btn {
  position: absolute;
  right: 6.2%;
  width: 250px;
  height: 45px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  border-radius: 20px;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  cursor: pointer;
}

.order-spets .order-spets-btn.btn-1 {
  /*top: 82px;*/
  top: 55px;
  padding: 16px 0;
  text-align: center;
  width: 190px;
  height: 54px;
  background: #E48D3E;
  border-radius: 50px;
  color: #fff;
  text-transform: lowercase; 
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
}

.order-spets .order-spets-btn.btn-2 {
  /*bottom: 83px;*/
  bottom: 45px;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  color: #E48D3E;
  border: 1px solid #E48D3E;
  text-transform: lowercase; 
  text-align: center;
  padding: 16px 0;
  width: 190px;
  height: 54px;
  border-radius: 50px;
}

.order-spets .order-spets-btn.btn-1:hover {
  background: #ff6e2f;
}

.order-spets .order-spets-btn.btn-2:hover {
  color: #ff6e2f;
  border-color: #ff6e2f;
}

/* персонал */

.about-personal {
  margin-top: 40px;
  margin-bottom: 30px;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.about-personal .worker {
  position: relative;
  float: left;
  width: 18.4%;
  overflow: hidden;
  margin-right: 1.9%;
  margin-bottom: 34px;
  background: #FFFFFF;
  box-shadow: 0px 10px 60px rgba(35, 111, 153, 0.07);
  border-radius: 16px;
  padding-bottom: 11px;
}

.about-personal .worker:nth-child(5n) {
  margin-right: 0;
}

.about-personal .worker .worker-photo {
  height: 348px;
  overflow: hidden;
  display: flex;
  justify-content: center;
}

.about-personal .worker .worker-photo img {
  max-height: 430px;
}

.about-personal .worker .worker-name {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  /*font-size: 24px;*/
  font-size: 22px;
  line-height: 32px;
  text-align: center;
  color: #E48D3E;
  margin-top: 24px;
}

.about-personal .worker .worker-post {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  letter-spacing: 0.4px;
  color: #333335;
  min-height: 40px;
  color: #a9a9a9;
  text-align: center;
  margin-top: 19px;
}

.about-personal .worker .worker-post:before {
  content: '';
  position: absolute;
  top: -8px;
  margin-left: -25px;
  left: 50%;
  width: 50px;
  height: 1px;
  background: #E48D3E;
}

/* персонал на странице услуг */

.personal-service.about-personal {
  margin-top: 5px;
}

.personal-service.about-personal .worker .worker-post {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  letter-spacing: 0.4px;
  color: #333335;
  height: 65px;
  padding-left: 10%;
  padding-right: 10%;
}

.personal-service.about-personal .worker .worker-btn-line {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding-bottom: 15px;
}

.personal-service.about-personal .worker .worker-btn-line .worker-btn {
  position: relative;
  float: left;
  background: #000;
  padding: 8px 0;
  width: 186px;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 16px;
  color: #FFFFFF;
  text-align: center;
  border-radius: 18px;
  cursor: pointer;
}

.personal-service.about-personal .worker .worker-btn-line .worker-btn:hover {
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  background: #FF7900;
}


.about-page {
  background: #FFFFFF;
  box-shadow: 0px 10px 60px rgba(35, 111, 153, 0.07);
  border-radius: 16px;
  padding: 29px 3.8%;
  margin-bottom: 25px;
}

.about-page .about-page-prev {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 32px;
  color: #333335;
  padding-bottom: 44px;
  margin-bottom: 37px;
  border-bottom: 1px solid #333335;
}

.about-page a {
  color: #333335;
}

.about-page .col-1 {
  position: relative;
  float: left;
  width: 47%;
}

.about-page .col-2 {
  position: relative;
  float: right;
  width: 47%;
}

.about-page .text {
  margin-top: 1px;
}

.about-page .text p {
    margin-bottom: 23px;
}

.about-page .text ul li {
  margin-bottom: 21px;
}

/* франшиза */

.franchise-top {
  background: #F8F9FC;
}

.franchise-top .franchise-img {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 335px;
  border-radius: 16px;
}

.franchise-top .franchise-top-text {
  margin-top: 0;
  background: #FFFFFF;
  box-shadow: 0px 10px 60px rgba(35, 111, 153, 0.07);
  border-radius: 16px 0px 0px 16px;
  padding: 59px 5% 26px 5%;
}

.franchise-top .franchise-top-text.text p {
    margin-bottom: 24px;
}

.franchise-top .franchise-top-in {
  padding-left: 368px;
  padding-bottom: 37px;
}

.franchise-top .franchise-col-1 {
  position: relative;
  float: left;
  width: 51%;
}

.franchise-top .franchise-col-2 {
  position: relative;
  float: right;
  width: 36.75%;
}

.franchise-1 {
  padding: 36px 604px 70px 0.8%;
  border-bottom: 1px solid #333335;
}

.franchise-1.text h2 {
  font-size: 39px;
  margin-bottom: 20px;
}

.franchise-1.text p {
  margin-bottom: 24px;
}

.franchise-1-img {
  position: absolute;
  right: 13px;
  top: 43px;
}

.franchise-2 {
  margin-top: 35px;
  border-bottom: 1px solid #333335;
  padding-bottom: 18px;
}

.franchise-2 h2 {
  font-size: 36px;
  margin-bottom: 21px;
}

.franchise-2.text p {
  margin-bottom: 24px;
}

.franchise-2 .franchise-2-col-1 {
  position: relative;
  float: left;
  width: 48%;
}

.franchise-2 .franchise-2-col-2 {
  position: relative;
  float: right;
  width: 48%;
}


.franchise-3 {
  margin-top: 35px;
  margin-bottom: 41px;
}

.franchise-3 h2 {
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 36px;
  line-height: 50px;
  letter-spacing: 0.4px;
  color: #333335;
  margin-bottom: 42px;
}

.franchise-3.text p {
  margin-bottom: 24px;
}

.franchise-3.text ul li {
  position: relative;
  float: left;
  width: 100%;
  list-style: none;
  margin-left: 5px;
}

.franchise-3.text ul li:before {
  content: '';
  position: absolute;
  top: 9px;
  left: -14px;
  background: #000;
  width: 4px;
  height: 4px;
  border-radius: 3px;
}

.franchise-3 .franchise-3-col-1 {
  position: relative;
  float: left;
  width: 48%;
}

.franchise-3 .franchise-3-col-2 {
  position: relative;
  float: right;
  width: 48%;
}

.franchise-4 {
  background: #F8F9FC;
  border-radius: 16px;
  padding: 53px 2.85%;
  margin-bottom: 40px;
}

.franchise-4 h2 {
  font-family: Roboto;
  font-style: normal;
  font-weight: 300;
  font-size: 36px;
  line-height: 50px;
  letter-spacing: 0.4px;
  color: #333335;
  margin-bottom: 21px;
}

.franchise-4 p {
  margin-top: 18px;
}

.franchise-4 .franchise-4-col-1 {
  position: relative;
  float: left;
  width: 45%;
}

.franchise-4 .franchise-4-col-2 {
  position: relative;
  float: right;
  width: 47.5%;
}

.franchise-4 .franchise-4-col-in {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.4px;
  color: #333335;
}

.franchise-4 .franchise-4-col-in ul {
  padding-left: 25px;
  position: relative;
  float: left;
  width: 100%;
  margin-bottom: 12px;
}

.franchise-4 .franchise-4-col-in ul li {
  position: relative;
  float: left;
  width: 100%;
  list-style: none;
  margin-bottom: 24px;
}

.franchise-4 .franchise-4-col-in ul li:before {
  content: '';
  position: absolute;
  top: 9px;
  left: -14px;
  background: #000;
  width: 4px;
  height: 4px;
  border-radius: 3px;
}


.franchise-5 {
  margin-bottom: 40px;
}

.franchise-5 .franchise-5-in {
  display: flex;
  justify-content: space-between;
  box-shadow: 0px 10px 60px rgba(35, 111, 153, 0.07);
  border-radius: 16px;
}

.franchise-5 .franchise-5-in .franchise-5-left {
  position: relative;
  float: left;
  width: 52.2%;
}

.franchise-5 .franchise-5-in .franchise-5-right {
  position: relative;
  float: right;
  width: 47.75%;
}

#franch-form form {
  background: #FFFFFF;
  padding: 20px 60px 35px 68px;
}

#franch-form form .form-title {
  font-family: Roboto;
  font-style: normal;
  font-weight: 300;
  font-size: 36px;
  line-height: 50px;
  letter-spacing: 0.4px;
  color: #333335;
  padding-left: 63px;
  margin-top: 39px;
  padding-top: 3px;
  padding-bottom: 6px;
  background: url(../img/fb-form.svg) right top no-repeat;
  margin-bottom: 31px;
}

#franch-form .faq-input {
  border-top: none;
  border-right: none;
  border-left: none;
}

#franch-form .faq-form-filds {
  position: relative;
  float: left;
  width: 100%;
}

#franch-form .faq-form-filds .faq-form-left {
  margin-bottom: -6px;
}

#franch-form .faq-form-filds .faq-form-left .faq-form-line {
  width: 100%;
  margin-bottom: 24px;
}

#franch-form .faq-form-filds .faq-form-left .faq-form-line .faq-input {
  font-family: Roboto;
  font-style: normal;
  font-weight: 300;
  font-size: 24px;
  line-height: 28px;
  color: #333335;
  border-bottom: 1px solid #333335;
  padding: 5px 0 9px 0;
}

#franch-form .faq-form-right textarea {
  border-top: none;
  border-right: none;
  border-left: none;
  font-family: Roboto;
  font-style: normal;
  font-weight: 300;
  font-size: 24px;
  line-height: 28px;
  border-bottom: 1px solid #333335;
  height: 108px;
}

#franch-form .faq-bottom {
  position: relative;
  float: right;
  width: 24.5%;
}

#franch-form .faq-form-submit {
  position: relative;
  float: left;
    margin-top: 24px;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  display: flex;
  align-items: center;
  letter-spacing: 0.4px;
  color: #FFFFFF;
  background: #E48D3E;
  border-radius: 50px;
  border: none;
  padding: 16px 25px;
  margin-bottom: 20px;
  cursor: pointer;
  margin-right: 20px;
}

#franch-form .faq-form-submit:hover {
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  background: #FF7900;
}

#franch-form .policy {
  position: relative;
  float: left;
  width: 100%;
  float: right;
  max-width: 415px;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 18px;
  color: #848484;
  margin-top: 27px;
}

#franch-form .policy a {
  color: #848484;
}

/* вопрос-ответ */

.faq #faq-form {
  position: relative;
  float: left;
  width: 100%;
}

.faq .faq-line {
  padding: 54px 60px 60px 60px;
  background: #F8F9FC;
  border-radius: 16px;
  margin-bottom: 39px;
}

.faq .faq-line h2 {
  font-family: Roboto;
  font-style: normal;
  font-weight: 300;
  font-size: 36px;
  line-height: 50px;
  letter-spacing: 0.4px;
  margin-bottom: 33px;
}

.faq .faq-line h2 a {
  color: #E48D3E;
  text-decoration: none;
}

.faq .faq-line .faq-prev {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 36px;
  letter-spacing: 0.4px;
}

.faq .faq-line .faq-more {
  display: block;
  position: relative;
  float: left;
  width: 79px;
  padding: 6px 0;
  text-align: center;
  background: #E48D3E;
  border-radius: 50px;
  color: #fff;
  text-decoration: none;
  margin-top: 37px;
}

.faq .faq-line .faq-more:hover {
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  background: #FF7900;
}

.faq-page .faq-page-qw {
  background: #FFFFFF;
  box-shadow: 0px 10px 60px rgba(35, 111, 153, 0.07);
  border-radius: 16px;
  padding: 56px 60px 57px 143px;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 36px;
  letter-spacing: 0.4px;
  color: #333335;
  margin-top: -13px;
  margin-bottom: 39px;
}

.faq-page .faq-page-qw span {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.4px;
  color: #333335;
}

.faq-page .faq-page-qw:before {
  content: '';
  position: absolute;
  left: 60px;
  top: 60px;
  width: 51px;
  height: 58px;
  background: url(../img/fb-form.svg) center center no-repeat;
  background-size: 100% auto;
}

.faq-page .faq-page-after {
  margin-top: 27px;
  margin-bottom: 45px;
  padding-top: 36px;
  border-top: 1px solid #333335;;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 36px;
  letter-spacing: 0.4px;
  color: #333335;
}

/* оборудование */

.equipment:before {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  height: 260px;
  background: #F8F9FC;
}

.equipment-sh.equipment:before {
  max-height: 210px;
}

.equipment .equipment-top {
  background: #FFFFFF;
  box-shadow: 0px 10px 60px rgba(35, 111, 153, 0.07);
  border-radius: 16px 0px 0px 16px;
  display: flex;
  justify-content: space-between;
  padding: 57px 3.8% 25px 3.8%;
  margin-top: 2px;
  margin-bottom: 43px;
}

.equipment .equipment-top:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 1px;
  margin-left: -0.5px;
  background: #848484;;
}

.equipment .equipment-top .equipment-top-left {
  position: relative;
  float: left;
  width: 50%;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 32px;
  color: #333335;
  padding-right: 4%;
}

.equipment .equipment-top .equipment-top-right {
  position: relative;
  float: right;
  width: 50%;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.4px;
  color: #333335;
  padding-left: 4%;
}

.equipment .equipment-top .equipment-top-right p {
  margin-bottom: 17px;
}

.equipment .equipment-top .equipment-top-right li {
  position: relative;
  float: left;
  width: 100%;
  list-style: none;
  padding-left: 23px;
  margin-bottom: 24px;
}

.equipment .equipment-top .equipment-top-right li:before {
  content: '';
  position: absolute;
  top: 9px;
  left: 9px;
  width: 4px;
  height: 4px;
  background: #000;
  border-radius: 3px;
}

.equipment-1 {
  padding-bottom: 53px;
  border-bottom: 1px solid #333335;
  margin-bottom: 43px;
}

.equipment-1 .equipment-1-text {
  /*padding-right: 350px;*/
  padding-right: 530px;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.4px;
  color: #333335;
  padding-left: 4.7%;
}

.equipment-1 .equipment-1-text h2 {
  font-family: Roboto;
  font-style: normal;
  font-weight: 300;
  font-size: 36px;
  line-height: 50px;
  letter-spacing: 0.4px;
  color: #333335;
  margin-bottom: 20px;
}

.equipment-1 .equipment-1-text p {
  margin-bottom: 24px;
}

.equipment-1 .equipment-1-text li {
  position: relative;
  float: left;
  width: 100%;
  list-style: none;
  padding-left: 23px;
  margin-bottom: 10px;
}

.equipment-1 .equipment-1-text li:before {
  content: '';
  position: absolute;
  top: 9px;
  left: 9px;
  width: 4px;
  height: 4px;
  background: #000;
  border-radius: 3px;
}

.equipment-1 .equipment-img {
  position: absolute;
  top: 10px;
  right: 4.7%;
}

.equipment-list h2 {
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 36px;
  line-height: 50px;
  letter-spacing: 0.4px;
  color: #333335;
  margin-bottom: 55px;
}

.equipment-list .equipment-block {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.4px;
  color: #333335;
  background: #FFFFFF;
  box-shadow: 0px 10px 60px rgba(35, 111, 153, 0.07);
  border-radius: 16px 0px 0px 16px;
  margin-bottom: 51px;
  padding: 0 3.7% 0 3.7%;
}

.equipment-list .equipment-block.equipment-block-1 {
  padding: 0 5.7% 0 3.7%;
}

.equipment-list .equipment-block.equipment-block-1 .equipment-block-img {
  position: relative;
  float: right;
}

.equipment-list .equipment-block.equipment-block-2 {
  padding: 0 0 0 3.7%;
}

.equipment-list .equipment-block.equipment-block-2 .equipment-block-img {
  position: relative;
  float: right;
}

.equipment-list .equipment-block.equipment-block-3 .equipment-block-img {
  position: absolute;
  right: -23px;
  top: 0;
}

.equipment-list .equipment-block.equipment-block-3 .equipment-block-text {
  position: relative;
  float: left;
  max-width: 1010px;
  min-height: 620px;
  z-index: 2;
}

.equipment-list .equipment-block.equipment-block-4 {
  padding: 0 9% 0 3.7%;
}

.equipment-list .equipment-block.equipment-block-4 .equipment-block-img {
  position: relative;
  float: right;
}

.equipment-list .equipment-block.equipment-block-5 {
  padding: 0 3.7% 0 3.7%;
}

.equipment-list .equipment-block.equipment-block-6 {
  padding: 0 2.3% 0 3.7%;
}

.equipment-list .equipment-block.equipment-block-6 .equipment-block-img {
  position: relative;
  float: right;
  margin-top: 38px;
}

.equipment-list .equipment-block .equipment-block-text {
  padding: 56px 0 30px 0;
}

.equipment-list .equipment-block .equipment-block-text .equipment-block-ul {
  margin-bottom: 25px;
}

.equipment-list .equipment-block h3 {
  font-family: Roboto;
  font-style: normal;
  font-weight: 300;
  font-size: 36px;
  line-height: 50px;
  letter-spacing: 0.4px;
  color: #333335;
  margin-bottom: 20px;
}

.equipment-list .equipment-block p {
  margin-bottom: 24px;
}

.equipment-list .equipment-block ul {
  float: left;
}

.equipment-list .equipment-block li {
  position: relative;
  list-style: none;
  padding-left: 23px;
  margin-bottom: 0;
}

.equipment-list .equipment-block li:before {
  content: '';
  position: absolute;
  top: 9px;
  left: 9px;
  width: 4px;
  height: 4px;
  background: #000;
  border-radius: 3px;
}

/* 404 */

.page-404 {
  background: #F8F9FC;
  border-radius: 16px;
  margin: 39px 0 41px 0;
}

.page-404 .page-404-left {
  position: relative;
  float: left;
  width: 50.6%;
  text-align: center;
  padding: 43px 0 20px 7px;
}

.page-404 .page-404-left:after {
  content: '';
  position: absolute;
  right: 0;
  top: 30px;
  bottom: 30px;
  width: 1px;
  background: #848484;
}

.page-404 .page-404-right {
  position: relative;
  float: right;
  width: 49%;
  padding-top: 125px;
  padding-left: 13.2%;
  min-height: 380px;
}

.page-404 .page-404-title {
  font-family: Roboto;
  font-style: normal;
  font-weight: 300;
  font-size: 36px;
  line-height: 50px;
  letter-spacing: 0.4px;
  color: #333335;
  margin-bottom: 22px;
}

.page-404 .go-main {
  display: block;
  position: relative;
  float: left;
  background: #E48D3E;
  border-radius: 50px;
  width: 230px;
  color: #fff;
  text-align: center;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.4px;
  padding: 16px 0;
  text-decoration: none;
}

.page-404 .go-main:hover {
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  background: #FF7900;
}

/* новости */


#articls .articl {
  position:relative;
  float:right;
  width:100%;
  padding-top: 40px;
  min-height: 300px;
}

#articls .articl .article-date {
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.4px;
  color: #333335;
  margin-top: 29px;
}

#articls .articl .articl_one {
  position:relative;
  float:left;
  width:100%;
  padding-bottom:19px;
  margin-bottom: 40px;
  border-bottom: 1px solid #5a4017;
}
#articls .articl .articl_one:last-child {
  border: none;
}
#articls .articl .articl_one .articl_text {
  position:relative;
  float:left;
  width:58%;
  font-size: 13.5px;
  line-height: 17px;
  margin-top: -6px;
}
#articls .articl .articl_one .articl_text.full-art-lang {
  width: 100%;
}
#articls .articl .articl_one .articl_text.articl_text-full-width {
  width:100%;
}
#articls .articl .articl_one .articl_text h2 {
  font-family: Roboto;
  font-style: normal;
  font-weight: 300;
  font-size: 36px;
  line-height: 50px;
  letter-spacing: 0.4px;
  color: #333335;
}
#articls .articl .articl_one .articl_text h2 a {
  color: #333335;
  text-decoration: none;
}
#articls .articl .articl_one .articl_text h2 a:hover {
  color: #FF7900;
}
#articls .articl .article-more {
  display: block;
  position: relative;
  float: left;
  margin-top: 15px;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.4px;
  color: #FFFFFF;
  text-align: center;
  width: 177px;
  height: 54px;
  background: #E48D3E;
  border-radius: 50px;
  padding-top: 14px;
  text-decoration: none;
}

#articls .articl .article-more:hover {
  color: #fff !important;
  text-decoration: none;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  background: #FF7900;
}

#articls .articl .articl_text.full-art-lang .article-more {
  margin-right: 0;
}
#articls .articl .article-more.article-more-fix-margin {
  margin-top: 15px;
  margin-right: 0;
}
#articls .articl .articl_one .articl_text .article-prev {
  margin-top: 24px;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.4px;
  color: #333335;
}
#articls .articl .articl_one .articl_text p {
  margin-bottom:10px;
}
#articls .articl .articl_one .articl_img {
  position:relative;
  float:left;
  width:37.5%;
  max-height: 292px;
  margin-right:2.5%;
  overflow: hidden;
  display: flex;
  align-items: center;
  border-radius: 8px;
}
#articls .articl .articl_one .articl_img img {
  max-width:100%;
}
#text-article .page-article-img {
  position: relative;
  float: left;
  margin-right: 25px;
  border-radius: 8px;
}

#text-article li {
  list-style-position: inside;
}

.text blockquote {
  position: relative;
  float: left;
  width: 100%;
  padding: 40px 100px;
  margin: 0 0 20px;
  background: #F8F9FC;
  border-radius: 16px;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 36px;
  margin: 19px 0;
  letter-spacing: 0.4px;
}

.text blockquote:before {
  content: '';
  position: absolute;
  top: 50px;
  bottom: 50px;
  left: 63px;
  width: 2px;
  background: #E48D3E;
}

.project-line {
  margin-bottom: 35px;
}

.project-line .project-block {
    position: relative;
    width: 17%;
    /* margin: 5px 0.5%; */
    margin: 5px 1.5% 15px 0;
    float: left;
    height: 215px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
}

.project-line .project-block img {
  max-width: 100%;
}

.project-line .project-block .fix-horizont-height {
  max-height: 215px;
  width: auto;
  max-width: none;
}

.reqv {
  text-align: center;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.reqv table {
  margin-top: 15px;
  margin-bottom: 20px;
  border-collapse: collapse;
}

.reqv table td {
  border: 1px solid #bbb;
  padding: 8px 12px;
  text-align: left;
}

.vacancies {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.4px;
    color: #333335;
}

.vacancies .vacancies-top {
  margin-top: 42px;
  background: #FFFFFF;
  box-shadow: 0px 10px 60px rgb(35 111 153 / 7%);
  border-radius: 16px;
  padding: 40px 60px 40px 60px;
  margin-bottom: 40px;
}

.vacancies .vacancies-top img {
  width: 100%;
  max-width: 310px;
}

.vacancies .vacancies-top .vacancies-text {
  position: relative;
  float: right;
  width: calc(100% - 340px);
}

.vacancies h2 {
  font-family: Roboto;
  font-style: normal;
  font-weight: 300;
  font-size: 36px;
  line-height: 42px;
  letter-spacing: 0.4px;
  color: #333335;
  margin-bottom: 19px;
}

.vacancies p {
  margin-bottom: 19px;
}

.vacancies ul li {
  list-style-position: inside;
  margin-bottom: 2px;
}

.vacancies .vacancies-line {
  background: #FFFFFF;
  box-shadow: 0px 10px 60px rgb(35 111 153 / 7%);
  border-radius: 16px;
  padding: 40px 60px 40px 60px;
  margin-bottom: 40px;
}

.video-block {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.video-block .one-video {
  position: relative;
  float: left;
  width: 32%;
  margin-right: 2%;
  margin-bottom: 20px;
}

.video-block .one-video:nth-child(3n) {
  margin-right: 0;
}

.video-block .video-title {
    font-family: Roboto;
    font-style: normal;
    font-weight: 300;
    font-size: 36px;
    line-height: 50px;
    letter-spacing: 0.4px;
    color: #333335;
    margin-bottom: 22px;
}

@media(max-width: 1300px){
  .video-block {
    justify-content: space-between;
  }
  .video-block .one-video {
    width: 49%;
    margin-right: 0;
  }
}

@media(max-width: 735px){
  .video-block .one-video {
    width: 100%;
  }
  .video-block .video-title {
    text-align: center;
  }
}

@media(max-width: 1170px){
  .project-line .project-block {
    width: 24%;
  }
}

@media(max-width: 900px){
  .project-line .project-block {
    width: 32%;
  }
}

@media(max-width: 720px){
  .project-line {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
  }
  .project-line .project-block {
    width: 41%;
    margin-right: 0;
    margin-left: 0;
  }
}

@media(max-width: 570px){
  .project-line .project-block {
    width: 48%;
  }
  .project-line .project-block .fix-horizont-height, .project-line .project-block img {
    max-height: none;
  }
}

@media(max-width: 470px){
  .project-line .project-block {
    width: 90%;
    height: auto;
  }
}


@media(max-width: 1645px){
  .wrapper {
    max-width: 1280px;
  }
  header {
    z-index: 10;
  }
  header .header {
    overflow: visible;
  }
  header .header .logo-block {
    left: 50px;
    padding-left: 80px;
  }
  header .header .logo-block .logo-prev {
    font-size: 14px;
  }
  header .header .select-city .city {
    font-size: 14px;
    width: 100%;
    padding: 0;
    text-align: center;
    height: 0;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-right: 15px;
  }
  header .header .select-city:hover .city {
    height: 30px;
  }
  header .header .select-city .city.active {
    height: 30px;
  }
  header .header .select-city .city.active:after {
    content: '';
    position: absolute;
    right: 7px;
    top: 11px;
    width: 9px;
    height: 9px;
    background: url(../img/arrow_bottom.svg) center center no-repeat;
    background-size: 100% auto;
  }
  header .header .select-city {
    left: 290px;
    width: 120px;
    flex-wrap: wrap;
    border-radius: 5px;
    z-index: 5;
    background: #fff;
  }
  header .header .contacts {
    left: 438px;
  }
  header .header .contacts .phone {
    font-size: 14px;
    margin-right: 12px;
  }
  header .menu-block {
    left: 700px;
  }
  header .menu-block ul li {
    margin-right: 13px;
  }
  header .menu-block ul li a {
    font-size: 15px;
  }
  header .nets {
    top: 72px;
    left: 438px;
    right: auto;
  }
  header .nets .s-net.inst {
    width: 16px;
    height: 16px;
    background: url(../img/inst.svg) center center no-repeat;
    background-size: 100% auto;
    margin-right: 8px;
  }
  header .nets .s-net.wa {
    width: 16px;
    height: 16px;
    background: url(../img/wa.svg) center center no-repeat;
    background-size: 100% auto;
    margin-right: 7px;
  }
  header .nets .s-net.vb {
    width: 17px;
    height: 17px;
    background: url(../img/viber.svg) center center no-repeat;
    background-size: 100% auto;
    margin-right: 6px;
  }
  header .nets .s-net.ok {
    width: 16px;
    height: 16px;
    background: url(../img/ok.svg) center center no-repeat;
    background-size: 100% auto;
    margin-right: 5px;
  }
  header .nets .s-net.yb {
    width: 16px;
    height: 16px;
    background: url(../img/youtobe.svg) center center no-repeat;
    background-size: 100% auto;
    margin-right: 5px;
  }

  header .nets .s-net.vk {
    width: 16px;
    height: 16px;
    margin-right: 8px;
  }

  header .header.fixed .nets {
    display: none;
  }

  header .header.fixed .select-city .city {
    padding: 0 15px 0 0;
  }


  .services .serv .serv-list {
    font-size: 13px;
    line-height: 19px;
  }
  /* виджет */
  .order-spets strong {
    font-size: 33.5px;    
  }
  .order-spets .order-spets-btn.btn-1 {
    /*top: 110px;*/
    top: 96px;
  }
  .order-spets .order-spets-btn.btn-2 {
    /*bottom: 58px;*/
    bottom: 29px;
  }

  /* слайдер */

  .slider .slide-left .slide-title {
    font-size: 51px;
    line-height: 55px;
  }
  .slider .slide-left .slide-prev {
    font-size: 19px;
    line-height: 30px;
  }


  /* экран 2 */
  .quality .quality-left:before {
    left: 0;
  }
  .quality .quality-left {
    padding-left: 100px;
  }

  /* экран 3 - преимущества */
  
  .privilege .privilege-block .priv-block {
    padding-left: 77px;
  }
  .privilege .privilege-block .priv-block.priv-1:before, .privilege .privilege-block .priv-block.priv-2:before, .privilege .privilege-block .priv-block.priv-3:before, .privilege .privilege-block .priv-block.priv-4:before {
    left: 20px;
  }
  .privilege .privilege-block .priv-block .pr-text {
    font-size: 14px;
    line-height: 19px;
  }
  .privilege .worker-block .worker-title {
    padding-left: 30px;
  }
  .privilege .privilege-bottom .worker-block .worker-info {
    padding-top: 61px;
    padding-left: 30px;
    padding-right: 250px;
  }
  .privilege .worker-block .worker-info {
    padding-right: 250px;
  }
  .privilege .worker-block .worker-info .worker-logo {
    width: 175px;
    right: 50px;
  }
  .privilege .worker-block .worker-info .worker-name {
    font-size: 34px;
    line-height: 38px;
  }
  .privilege .worker-block .worker-info .worker-about {
    margin-bottom: 36px;
  }
  .privilege .privilege-fb {
    padding-bottom: 27px;
  }
  .privilege .privilege-fb .form-prev {
    margin-top: 14px;
  }

  /* услуги  */
  .services .serv {
    padding-left: 21px;
  }
  .services .serv .serv-name {
    font-size: 18px;
    line-height: 22px;
    min-height: 48px;
  }
  .services .serv .serv-list {
    min-height: 190px;
  }
  .services .serv .serv-list ul {
    font-size: 14px;
    line-height: 19px;
    margin-bottom: 10px;
  }
  .services .serv .serv-list ul li {
    margin-bottom: 5px;
  }
  .services .serv .serv-links .serv-order {
    width: 122px;
    font-size: 14px;
    line-height: 15px;
    height: 45px;
  }
  .services .serv .serv-links .serv-link {
    width: 122px;
    font-size: 14px;
    line-height: 15px;
    height: 45px;
  }

  /* выполненные проекты */

  .projects .proj-in .proj-info .proj-top .proj-title {
    font-size: 19px;
    line-height: 26px;
  }
  .projects .proj-in .proj-info .proj-top {
    background-position: 370px center;
  }
  .projects .proj-in .proj-info .proj-bottom .proj-prev {
    font-size: 14px;
  }
  .projects .proj-in .proj-info .proj-bottom .proj-prev.proj-prev-left {
    max-width: 235px;
  }
  .projects .proj-in .proj-info .proj-bottom .proj-prev.proj-prev-right {
    max-width: 375px;
    padding-left: 5%;
  }

  /* видео */
  #video_1, #video_2 {
    height: 301px;
  }
  .video-sgeo {
    margin-bottom: 70px;
  }
  .video-sgeo .video-title {
    font-size: 29px;
    line-height: 39px;
    padding-top: 25px;
    min-height: 110px;
  }
  .video-sgeo .video-prev {
    font-size: 20px;
    line-height: 31px;
  }

  /* о нас */
  .about {
    flex-wrap: wrap;
  }
  .about .about-left {
    width: 100%;
    margin-bottom: 40px;
  }
  .about .about-right {
    width: 100%;
  }
  .about .about-right .about-main {
    width: 250px;
    padding: 20px;
  }
  .about .about-left .title {
    padding: 20px 15px 18px 9%;
  }
  .about .about-left .about-link {
    top: 18px;
  }
  .about .about-left .about-text {
    padding-top: 31px;
    padding-left: 9%;
  }
  .about .about-left .about-text .about-text-left {
    margin-bottom: 10px;
  }
  .about .about-left .about-text .about-text-left, .about .about-left .about-text .about-text-right {
    width: 100%;
  }
  .about .about-right .about-main-name {
    font-size: 28px;
    line-height: 34px;
  }
  .about .about-right .about-main-text {
    padding-top: 33px;
    width: 78%;
    padding-left: 0;
  }
  .about .about-right .about-staff {
    margin-bottom: 17px;
  }
  .about .about-left .about-text, .about .about-left .title {
    padding-left: 3.5%;
    padding-right: 3.5%;
  }
  /*.about .about-right .about-main-prev {
    font-size: 15px;
    line-height: 21px;
  }*/
  .about .about-right .about-main-name br:nth-child(2) {
    display: none;
  }

  /* сертификаты */
  .serts .serts-prev {
    font-size: 21px;
    line-height: 28px;
  }

  /* блок с контактной информацией */
  .contacts-block .contacts-info {
    margin-left: -640px;
  }
  .contacts-block .map {
    width: calc(50% + 135px);
  }

  /* подвал */
  footer .footer .logo-block {
    left: 67px;
  }
  footer .footer .logo-block .logo-prev {
    font-size: 14px;
    line-height: 16px;
  }
  footer .footer .menu {
    left: 315px;
  }
  footer .footer .menu ul li {
    font-size: 15px;
  }
  footer .nets {
    display: none;
  }
  footer .footer .order{
    display: none;
  }

  /* услуги */
  .service-page .service-block .service-block-one .service-block-title {
    font-size: 33px;
    line-height: 36px;
  }
  .service-page .service-block .service-block-one .service-block-ul {
    font-size: 15px;
  }
  .service-page .service-block .service-block-one li {
    font-size: 15px;
    margin-bottom: 14px;
  }
  /* низ страницы услуг */
  .service-text .service-text-top .service-text-top-right h2 {
    font-size: 31px;
    line-height: 39px;
  }
  .service-text .service-text-top .service-text-top-right {
    font-weight: bold;
    font-size: 20px;
  }
  .service-text-2 .service-text-2-left h2 {
    font-size: 31px;
    line-height: 39px;
  }
  .service-text-4 .service-text-4-right h2 {
    font-size: 29px;
    line-height: 40px;
  }
  .service-text-3 .service-text-3-title h2 {
    font-size: 31px;
    line-height: 41px;
  }
  .service-text-4 .service-text-4-right {
    padding-right: 1%;
    padding-top: 10px;
  }
  .service-text-4 .service-text-4-right h2 {
    font-size: 25px;
    line-height: 35px;
  }

  /* страница о компании */
  .about-personal .worker .worker-photo {
    height: 280px;
  }
  .about-personal .worker .worker-name {
    font-size: 18px;
    line-height: 29px;
  }
  .about-personal .worker .worker-post {
    font-size: 14px;
    line-height: 18px;
  }

  /* вопрос-ответ */
  .faq .faq-line h2 {
    font-size: 31px;
    line-height: 38px;
  }
  .faq .faq-line .faq-prev {
    font-size: 20px;
    line-height: 29px;
  }
  /* 404 */
  .page-404 .page-404-right {
    padding-left: 5.2%;
  }

  /* страница услуги */
  .slider.slide-srv .slide {
    height: 580px;
  }
  .slider.slide-srv .slide-info {
    width: 35%;
  }
  .slider.slide-srv .slide-info h1 {
    font-size: 45px;
    line-height: 55px;
  }
  .slider.slide-srv .slide-info .slide-line .slide-line-one {
    background-size: 100% auto;
    padding-left: 65px;
    font-size: 17px;
    width: 49.5%;
    height: 60px;
  }
  .slide-info .slide-line .slide-line-one.slide-line-1:before, .slide-info .slide-line .slide-line-one.slide-line-2:before, .slide-info .slide-line .slide-line-one.slide-line-3:before, .slide-info .slide-line .slide-line-one.slide-line-4:before {
    height: 60px;
    width: 53px;
    background-size: 100% auto;
  }
  /* оборудование */
  .equipment .equipment-top .equipment-top-left {
    font-size: 21px;
  }
  .equipment-1 .equipment-img {
    max-width: 300px;
  }
  .equipment-list .equipment-block {
    font-size: 15px;
    line-height: 20px;
  }
  .equipment-list .equipment-block h3 {
    line-height: 47px;
  }
  .equipment-list .equipment-block.equipment-block-1 .equipment-block-img {
    position: relative;
    float: right;
    max-width: 480px;
  }
  .equipment-list .equipment-block.equipment-block-2 .equipment-block-text {
    max-width: 835px;
  }
  .equipment-list .equipment-block.equipment-block-3 .equipment-block-text {
    width: 664px;
  }
  .equipment-list .equipment-block.equipment-block-4 .equipment-block-img {
    margin-top: 17px;
  }
  .equipment-list .equipment-block.equipment-block-4 {
    padding-right: 4%;
  }
}

@media(max-width: 1309px){
  .projects .proj-arrow.proj-arr-left {
    left: -10px;
  }
  .projects .proj-arrow.proj-arr-right {
    right: -10px;
  }
}

@media(max-width: 1290px){
  header .header.fixed .buger {
    display: block;
  }
  .wrapper {
    max-width: 1080px;
  }
  header .header .logo-block {
    left: 41px;
  }
  header .header .select-city {
    left: 270px;
  }
  header .header .contacts {
    left: 410px;
  }
  header .menu-block {
    left: 670px;
  }
  header .header .select-city {
    width: 110px;
  }
  header .header .select-city .city {
    font-size: 13px;
  }
  header .header .contacts {
    left: 400px;
  }
  header .nets {
    left: 400px;
  }
  header .menu-block {
    left: 660px;
  }
  header .header .contacts .graph span {
    display: none;
  }
  header .header .logo-block .logo-prev {
    display: none;
  }
  header .header .select-city {
    left: 130px;
  }
  header .header .contacts {
    left: 260px;
  }
  header .header .contacts .phone {
    margin-right: 10px;
  }
  header .nets {
    top: 52px;
    left: 404px;
  }
  header .menu-block {
    left: 512px;
  }
  header .order {
    width: 133px;
  }

  /* виджет */
  .order-spets strong {
    font-size: 25.5px;
    line-height: 33px;
  }
  .order-spets .order-spets-btn.btn-1 {
    top: 177px;
    right: 246px;
    width: 165px;
  }
  .order-spets .order-spets-btn.btn-2 {
    /*bottom: 58px;*/
    bottom: 20px;
    width: 165px;
  } 

  /* слайдер  */
  .slider .slide {
    height: 700px;
  }
  .slider .slide-left {
    padding-right: 0;
    padding-top: 40px;
  }
  .slider .slide-left .slide-title {
    margin-bottom: 25px;
  }
  .slider .slide-right {
    top: 220px;
    right: auto;
    left: 50%;
    margin-left: -444.5px;
  }
  /* преимущества  */
  .privilege .privilege-block .priv-block .pr-text {
    position: relative;
    float: left;
    width: calc(100% + 53px);
    margin-left: -53px;
  }
  .privilege .privilege-fb .form-prev:before {
    left: 15px;
    width: 34px;
    height: 51px;
    background-size: 100% auto;
    line-height: 20px;
  }
  .privilege .privilege-fb .form-prev {
    font-size: 14px;
    padding-left: 65px;
  }
  .privilege .privilege-fb .form-agreed {
    font-size: 11px;
    line-height: 15px;
  }
  .privilege .privilege-bottom .worker-block .worker-info {
    padding-right: 60px;
  }
  /* услуги */
  .services .serv {
    width: 32%;
  }
  .services .serv:nth-child(4n) {
    margin-right: 2%;
  }
  .services .serv:nth-child(3n) {
    margin-right: 0;
  }

  /* проекты  */

  .projects .proj-in .proj-info .proj-top .proj-title {
    font-size: 15px;
    line-height: 21px;
  }
  .projects .proj-in .proj-info .proj-top {
    background-position: 276px center;
  }
  .projects .proj-in .proj-info .proj-bottom .proj-prev.proj-prev-left {
    max-width: 195px;
  }
  .projects .proj-in .proj-info .proj-bottom .proj-prev.proj-prev-right {
    max-width: 306px;
    padding-left: 5%;
  }

  /* видео */
  #video_1, #video_2 {
    height: 252px;
  }
  .video-sgeo {
    margin-bottom: 70px;
  }
  .video-sgeo .video-title {
    font-size: 24px;
    line-height: 30px;
    padding-top: 25px;
    min-height: 100px;
  }
  .video-sgeo .video-prev {
    font-size: 19px;
    line-height: 30px;
  }
  /* о компании  */
  .about {
    flex-wrap: wrap;
  }
  .about .about-left {
    width: 100%;
    margin-bottom: 40px;
  }
  .about .about-right {
    width: 100%;
  }
  .about .about-left .title {
    padding-left: 5%;
  }
  .about .about-right .about-main {
    width: 250px;
    padding: 20px;
  }
  .about .about-left .about-text {
    padding-left: 5%;
    padding-right: 5%;
  }
  .about .about-right .about-main-text {
    width: 76%;
    padding-left: 1%;
    font-size: 18px;
    line-height: 27px;
  }
  .about .about-right .about-main-name {
    font-size: 32px;
    line-height: 37px;
  }
  .about .about-right .about-main-prev {
    font-size: 16px;
    line-height: 25px;
  }
  .about .about-right .about-main-name br {
    display: none;
  }
  .about .about-left .about-link {
    left: 290px;
    right: auto;
  }
  /* клиенты */
  .clients .title {
    padding-left: 0;
  }
  .clients .clients-line .one-client img {
    max-width: 80%;
    margin-left: 10%;
  }
  /* сертификаты  */
  .serts .title {
    padding-left: 0;
    margin-top: 15px;
  }
  .serts .sert-line {
    padding-left: 0;
  }
  .serts .serts-prev {
    padding-left: 0;
  }
  .serts .sert-line .one-sert img {
    max-width: 90%;
    margin-left: 5%;
  }
  .contacts-block .contacts-info {
    margin-left: -525px;
    padding-left: 0;
  }
  .contacts-block .address, .contacts-block .contacts-graph {
    font-size: 15px;
  }
  footer .footer .logo-block {
    left: 0;
  }
  footer .footer .menu {
    left: 240px;
  }
  footer .footer .menu ul li {
    margin-right: 9px;
  }
  /* форма контакты */
  #faq-form form {
    padding: 20px 60px 30px 60px;
  }
  #faq-form .faq-form-filds .faq-form-left {
    flex-wrap: wrap;
  }
  #faq-form .faq-form-filds .faq-form-left .faq-form-line {
    width: 100%;
    margin-bottom: 25px;
  }
  #faq-form .faq-form-filds .faq-form-left {
    margin-bottom: 0;
  }
  #faq-form .faq-form-filds {
    margin-bottom: 25px;
  }
  #faq-form .faq-form-filds, #faq-form .faq-bottom {
    width: 100%;
  }
  #faq-form .faq-form-filds .faq-form-left .faq-form-line .faq-input {
    font-size: 18px;
    padding: 3px 0 5px 0;
  }
  #faq-form .faq-form-right textarea {
    font-size: 18px;
  }
  #faq-form form .form-title {
    margin-top: 14px;
    font-size: 31px;
    background-size: 38px auto;
    line-height: 36px;
    padding-left: 55px;
    margin-bottom: 15px;
  }
  #faq-form .faq-form-submit {
    margin-bottom: 10px;
  }
  /* услуги */
  .service-page .service-block .service-block-one .service-block-title {
    font-size: 28px;
    line-height: 30px;
  }
  .service-page .service-block .service-block-one li {
    font-size: 15px;
    margin-bottom: 12px;
  }
  /* страница о компании */
  .about-personal .worker, .about-personal .worker:nth-child(5n) {
    width: 23.5%;
    margin-right: 1.9%;
  }
  .about-personal .worker:nth-child(4n) {
    margin-right: 0;
  }

  /* франшиза */
  .franchise-4 h2, .franchise-2 h2 {
    font-size: 28px;
    line-height: 36px;
  }
  .franchise-1-img {
    display: none;
  }
  .franchise-1 {
    padding-right: 0;
    padding-bottom: 20px;
  }
  .franchise-top .franchise-col-1 {
    width: 100%;
  }
  .franchise-top .franchise-col-2 {
    width: 100%;
  }
  .franchise-1-img {
    top: 100px;
  }
  .franchise-5 .franchise-5-in {
    flex-wrap: wrap;
  }
  #franch-form form .form-title {
    background-position: left top;
  }
  .franchise-5 .franchise-5-in .franchise-5-left {
    width: 100%;
  }
  .franchise-5 .franchise-5-in .franchise-5-right {
    width: 100%;
  }
  /* новости */
  #articls .articl .articl_one .articl_text h2 {
    font-size: 30px;
    line-height: 35px;
  }
  /* вопрос-ответ */
  .faq .faq-line h2 {
    font-size: 27px;
    line-height: 33px;
  }
  .faq .faq-line .faq-prev {
    font-size: 18px;
    line-height: 27px;
  }
  /* страница услуги */
  .slider.slide-srv .slide-info h1 {
    margin-top: 40px;
  }
  .slider.slide-srv .slide-info .slide-line .slide-line-one {
    width: 24.5%;
  }
  .slider.slide-srv .slide-info .slide-line {
    display: flex;
    justify-content: center;
  }
  .slider.slide-srv .slide {
    height: auto;
    padding-bottom: 20px;
  }
  .slider.slide-srv .slide-info {
    width: 100%;
  }
  .slider.slide-srv .slide-right {
    position: relative;
    float: left;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    margin-left: auto;
  }
  .slider.slide-srv .slide-right {
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .slider.slide-srv .slide-right {
    margin-top: 40px;
  }
  /* оборудование */
  .equipment-list .equipment-block.equipment-block-2 .equipment-block-text {
    max-width: 635px;
  }
  .equipment-list .equipment-block .equipment-block-text {
    padding-top: 39px;
  }
  .equipment-list .equipment-block h3 {
    line-height: 40px;
    font-size: 32px;
  }
  .equipment-list .equipment-block p {
    margin-bottom: 18px;
  }
  .equipment-list .equipment-block.equipment-block-3 .equipment-block-img {
    position: absolute;
    top: 70px;
    max-width: 500px;
  }
  .equipment-list .equipment-block.equipment-block-3 .equipment-block-text {
    width: 524px;
  }
  .equipment-list .equipment-block.equipment-block-4 .equipment-block-text {
    max-width: 500px;
  }
  .equipment-list .equipment-block.equipment-block-6 .equipment-block-img {
    margin-bottom: 10px;
  }
  .equipment .quality .quality-left {
    padding-right: 490px;
  }
  .equipment .quality .quality-right {
    width: 440px;
  }
  .privilege .worker-block .worker-info .worker-logo {
    width: 130px;
    right: 10px;
    top: 136px;
  }
}

@media(max-width: 1080px){
  .wrapper {
    max-width: 980px;
  }
  header .menu-block {
    display: none;
  }
  header .order {
    /*right: 70px;*/
    right: 50px;
  }
  header .header .buger {
    left: auto;
    right: 5px;
    height: 25px;
    border-top: 5px solid #E48D3E;
    border-bottom: 5px solid #E48D3E;
  }
  header .header .buger:before {
    top: 5px;
    height: 5px;
  }
  header .header .buger:after {
    content: '';
    position: absolute;
    top: -11px;
    border: 3px solid #E48D3E;
    left: -5px;
    width: 36px;
    height: 37px;
    border-radius: 4px;
  }
  .set-menu {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 110;
    background: #fff;
    box-shadow: 0px 10px 60px rgb(35 111 153 / 7%);
    overflow: hidden;
    max-height: 0;
  }
  .set-menu ul {
    position: relative;
    float: left;
    width: 100%;
  }
  .set-menu .menu-block ul {
    padding: 10px 0 0 0;
  }
  header .header .menu-hover ul {
    padding: 0 0 15px 0;
  }
  header .header.fixed .menu-block {
    top: auto;
  }
  header .header.fixed .menu-hover {
    top: auto;
  }
  header .menu-block {
    display: block;
    position: relative;
    float: left;
    width: 100%;
    left: auto;
    right: auto;
    top: auto;
    padding: 0;
  }
  header .menu-block ul li {
    margin-right: 0;
  }
  header .menu-block li {
    position: relative;
    float: left;
    width: 100%;
    margin: 7px 0;
  }
  header .header .menu-hover {
    display: block;
    position: relative;
    float: left;
    width: 100%;
    left: auto;
    right: auto;
    top: auto;
    border: none;
    padding: 0;
  }
  header .header .set-menu .x {
    position: absolute;
    top: 10px;
    right: 30px;
    width: 25px;
    height: 25px;
    background: url(../img/x.svg) center center no-repeat;
    background-size: 100% auto;
    z-index: 111;
  }
  header .header .set-menu ul li {
    margin: 0 0 5px 0;
    padding: 5px 0 8px 0;
    width: calc(100% - 60px);
    margin-left: 30px;
    border-bottom: 1px solid #eee;
    text-align: center;
  }
  header .header .set-menu .menu-hover ul li:last-child {
    border: none;
  }
  header .header .set-menu ul li a {
    font-size: 15px;
    margin: 0;
    line-height: 19px;
  }
  /* виджет */
  .order-spets {
    padding-left: 230px;
  }
  #text .order-spets-img {
    top: 30px;
    height: 170px !important;
  }
  .order-spets {
    padding-top: 31px;
    min-height: 240px;
    min-height: 230px;
  }
  .order-spets .order-spets-btn.btn-1, .order-spets .order-spets-btn.btn-2 {
    top: 112px;
    bottom: auto;
  }
  .order-spets a {
    font-size: 25px;
  }
  .order-spets .order-spets-btn {
    right: 20px;
  }
  .order-spets .order-spets-btn.btn-1 {
    right: 199px;
  }

  /* привелегии  */
  .privilege .privilege-block .priv-block .pr-title {
    font-size: 15px;
  }
  .privilege .privilege-block .priv-block .pr-text {
    font-size: 13px;
  }
  .privilege .privilege-bottom .worker-block {
    width: 100%;
    min-height: 439px;
  }
  .privilege .worker {
    border: none;
  }
  .privilege .privilege-bottom {
    flex-wrap: wrap;
  }
  .privilege .privilege-fb .form-prev {
    margin-bottom: 50px;
    min-height: 40px;
    display: flex;
    align-items: center;
    margin-bottom: 25px;
    font-size: 16px;
  }
  .privilege .privilege-fb .form-prev:before {
    top: -4px;
  }
  .privilege .privilege-fb {
    width: 100%;
  }
  .privilege .form-filds-line {
    width: 48%;
  }
  .privilege .form-filds-line.form-filds-1 {
    float: left;
  }
  .privilege .form-filds-line.form-filds-2 {
    float: right;
  }
  .privilege .privilege-fb .form-prev {
    margin-bottom: 50px;
  }

  /* услуги */
  .services .serv .serv-list ul {
    font-size: 13px;
  }

  /* проекты  */
  .projects .proj-in .proj-info .proj-bottom .proj-prev {
    font-size: 13px;
    line-height: 20px;
  }
  .projects .proj-in .proj-info .proj-bottom .proj-prev.proj-prev-left {
    max-width: 175px;
  }
  .projects .proj-in .proj-info .proj-bottom .proj-prev.proj-prev-right {
    max-width: 280px;
  }
  .projects .proj-in .proj-info .proj-bottom .proj-sum .proj-sum-val {
    font-size: 32px;
  }

  /* видео */
  #video_1, #video_2 {
    height: 228px;
  }

  /* о компании */
  .about .about-right .about-main-text {
    width: 73%;
  }
  .about .about-right .about-main-prev {
    font-size: 16px;
    line-height: 25px;
  }
  .contacts-block .contacts-info {
    margin-left: -475px;
    padding-left: 0;
  }

  /* контакты */
  .contacts-block .address, .contacts-block .contacts-graph {
    font-size: 14px;
  }

  /*подвал*/
  footer .footer .logo-block .logo-prev {
    display: none;
  }
  footer .footer .menu {
    left: 125px;
  }

  /* услуги */
  .service-page .service-block {
    justify-content: center;
  }
  .service-page .service-block .service-block-one {
    width: 100%;
    max-width: 765px;
  }
  
  /* низ страницы услуг */
  .service-text .service-text-top .service-video {
    width: 100%;
  }
  .service-text .service-text-top .service-text-top-right {
    width: 100%;
    padding: 34px 3.9% 62px 3.9%;
    height: auto;
  }
  .service-text-2 .service-text-2-left {
    width: 60%;
  }
  .service-text-2 .service-pr-right {
    width: 35%;
  }
  .service-text-cols .service-text-col-1, .service-text-cols .service-text-col-2 {
    width: 100%;
  }
  .service-text-4 .service-text-4-video {
    width: 100%;
  }
  .service-text-4 .service-text-4-right {
    width: 100%;
  }

  /* страница о компании */
  .about-personal .worker, .about-personal .worker:nth-child(4n), .about-personal .worker:nth-child(5n) {
    width: 32%;
    margin-right: 1.9%;
  }
  .about-personal .worker:nth-child(3n) {
    margin-right: 0;
  }
  .about-page .col-1, .about-page .col-2 {
    width: 100%;
  }
  /* франшиза */
  .franchise-top .franchise-top-in {
    padding-left: 0;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  .franchise-top .franchise-img {
    position: relative;
    float: left;
    top: auto;
    left: auto;
    right: auto;
    margin-bottom: 30px;
  }
  .franchise-1.text {
    margin-top: 0;
  }
  .franchise-2 .franchise-2-col-1 {
    width: 100%;
  }
  .franchise-2 .franchise-2-col-2 {
    width: 100%;
  }
  .franchise-3 .franchise-3-col-1 {
    width: 100%;
  }
  .franchise-3 .franchise-3-col-2 {
    width: 100%;
  }
  .franchise-4 .franchise-4-col-1 {
    width: 100%;
  }
  .franchise-4 .franchise-4-col-2 {
    width: 100%;
  }

  .text blockquote {
    font-size: 18px;
    line-height: 30px;
  }

  /* оборудование */
  .equipment-list .equipment-block.equipment-block-3 .equipment-block-img {
    top: auto;
    bottom: 0;
  }
  .equipment-list .equipment-block.equipment-block-3 .equipment-block-text {
    min-height: 570px;
    width: 856px;
  }
  .equipment-list .equipment-block.equipment-block-2 .equipment-block-text {
    max-width: 540px;
  }
}

@media(max-width: 970px){
  .wrapper {
    max-width: 740px;
  }
  header .header .logo-block {
    left: 0;
  }
  .services .services-block {
    justify-content: space-between;
  }
  .text h2, .text h3, .text h4 {
    line-height: 38px;
  }
  /* виджет */
  .order-spets {
    padding-top: 17px;
    padding-left: 240px;
    padding-bottom: 90px;
  }
  #text .order-spets-img {
    top: 20px;
    left: 20px;
    height: 130px !important;
  }
  .order-spets .order-spets-btn.btn-1, .order-spets .order-spets-btn.btn-2 {
    top: auto;
    bottom: 20px;
  }
  .order-spets .order-spets-btn.btn-2 {
    right: 180px;
  }
  .order-spets .order-spets-btn.btn-1 {
    right: 368px;
  }
  /* слайдер */
  .slider .slide-left {
    margin-bottom: 30px;
  }
  .slider .slide-right {
    position: relative;
    float: left;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    top: auto;
    left: auto;
  }
  .slider .slide-right .sld-men {
    left: -75px;
  }

  /* качество */
  .quality {
    border-radius: 0;
    padding-top: 15px;
  }
  .quality .quality-left {
    padding-right: 0;
    padding-left: 60px;
    margin-bottom: 25px;
  }
  .quality .quality-right {
    position: relative;
    float: left;
    top: auto;
    right: auto;
    bottom: auto;
    width: 100%;
  }
  .quality .quality-left:before {
    width: 44px;
    height: 54px;
    background-size: 100% auto;
  }
  .quality .quality-left .quality-left-title {
    margin-bottom: 5px;
  }
  .quality .quality-right {
    padding-left: 60px;
    padding-top: 12px;
  }
  .quality .quality-right-title {
    margin-bottom: 5px;
  }
  .privilege .privilege-block .priv-block {
    width: 50%;
  }
  .privilege .worker-block .worker-info .worker-logo {
    display: none;
  }
  /* услуги */
  .services-block {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .services .serv {
    width: 48%;
    margin-right: 0;
  }
  /* низ страницы услуг */
  .service-text-2 .service-text-2-left {
    width: 100%;
  }
  .service-text-2 .service-pr-right {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    width: 100%;
    height: auto;
    padding: 10px 0 10px;
  }
  .service-text-3 {
    padding: 20px 3.9% 11px 3.9%;
  }
  .service-text-3 .service-text-3-title h2 {
    font-size: 24px;
    line-height: 29px;
  }
  .service-text-4 {
    margin-bottom: 15px;
  }
  .service-text-cols h2 {
    font-size: 30px;
  }
  .service-text-3 .service-text-3-title {
    padding: 10px 0 26px;
  }
  /* проекты */
  .projects .proj-in {
    flex-wrap: wrap;
  }
  .projects .proj-in .proj-info {
    width: 100%;
  }
  .projects .proj-in .proj-info.proj-right {
    display: none;
  }
  .projects .proj-in .proj-info .proj-top {
    background-position: right center;
  }
  .projects .proj-in .proj-info .proj-bottom .proj-prev.proj-prev-left {
    max-width: 45%;
  }
  .projects .proj-in .proj-info .proj-bottom .proj-prev.proj-prev-right {
    max-width: 45%;
  }
  /* видео */
  .video-sgeo {
    flex-wrap: wrap;
  }
  .video-sgeo .video-left, .video-sgeo .video-right {
    width: 100%;
  }
  .video-sgeo .video-left {
    margin-bottom: 35px;
  }
  .video-sgeo .video-title {
    min-height: auto;
    margin-bottom: 5px;
  }
  /* видео */
  #video_1, #video_2 {
    height: 341px;
  }
  /* о компании */
  .about .about-right .about-main {
    position: absolute;
    top: 0;
    left: 0;
  }
  .about .about-right .about-main-text {
    width: 100%;
    padding-left: 260px;
    padding-bottom: 30px;
  }
  /* клиенты */
  .clients .clients-line {
    flex-wrap: wrap;
  }
  /*.clients .clients-line .one-client {
    width: 33.3%;
  }*/
  .clients .clients-line .one-client:nth-child(4n) {
    border-left: 1px solid #333335;
  }
  /* сертификаты */
  .serts .serts-prev br {
    display: none;
  }
  .serts .sert-line .one-sert {
    width: 25%;
    margin-bottom: 15px;
  }
  /* контакты */
  .contacts-block .contacts-info {
    margin-left: -355px;
  }
  .contacts-block .map {
    width: calc(50% + 40px);
  }
  .contacts-block .contacts-info {
    max-width: 310px;
  }
  /* новости */
  #articls .articl .articl_one .articl_img {
    width: 100%;
    margin-right: 0;
    padding-right: 0;
    justify-content: center;
    margin-bottom: 30px;
  }
  #articls .articl .articl_one .articl_text {
    width: 100%;
  }
  /* вопрос-ответ */
  .faq-page .faq-page-qw {
    font-size: 19px;
    line-height: 28px;
  }
  .page-404 .page-404-left {
    width: 100%;
  }
  .page-404 .page-404-left img {
    max-width: 275px;
    width: 100%;
  }
  .page-404 .page-404-right {
    width: 100%;
  }
  .page-404 .page-404-left:after {
    display: none;
  }
  .page-404 .page-404-right {
    padding-top: 25px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 55px;
    min-height: auto;
  }
  .page-404 .page-404-title {
    text-align: center;
    font-size: 28px;
  }
  .page-404 .go-main-line {
    display: flex;
    justify-content: center;
  }
  /* страница услуги */
  .slider.slide-srv .slide-info .slide-line .slide-line-one {
    width: 45%;
  }
  .slider.slide-srv .slide-right .sld-men {
    left: 0;
  }
  /* оборудование */
  .equipment .equipment-top {
    display: block;
    padding-top: 25px;
  }
  .equipment .equipment-top:before {
    display: none;
  }
  .equipment .equipment-top .equipment-top-left {
    width: 100%;
    margin-bottom: 25px;
  }
  .equipment .equipment-top .equipment-top-right {
    width: 100%;
    padding-left: 0;
  }
  .equipment-list h2 {
    font-size: 27px;
  }
  .equipment-list .equipment-block h3 {
    position: relative;
    float: left;
    width: 100%;
  }
  .equipment-list .equipment-block .equipment-block-img {
    margin-top: 20px;
  }
  .equipment-list .equipment-block {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  .equipment-list .equipment-block .equipment-block-text {
    position: relative;
    float: left;
    width: 100%;
    padding-right: 3%;
  }
  .equipment-list .equipment-block h3 {
    line-height: 32px;
    font-size: 23px;
  }
  .equipment-list .equipment-block.equipment-block-1 .equipment-block-img {
    max-width: 100%;
  }
  .equipment-list .equipment-block.equipment-block-2 .equipment-block-text {
    max-width: 100%;
  }
  .equipment-list .equipment-block.equipment-block-3 .equipment-block-img {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    max-width: 100%;
  }
  .equipment .quality .quality-left {
    padding-right: 0;
  }
  .equipment .quality .quality-right {
    width: 100%;
    padding-top: 20px;
  }
  /* кадастровая карта */
  .cad-cart .col-1 {
    width: 100%;
  }
  .cad-cart .col-2 {
    width: 100%;
  }
  /* комментарии */
  .form-comments .faq-form-left {
    position: relative;
    float: left;
    width: 100%;
  }

  .form-comments .faq-form-right {
    position: relative;
    float: right;
    width: 100%;
  }
  .form-comments .policy {
    float: left;
  }
  .form-comments .faq-form-submit {
    margin-bottom: 0;
  }
  .form-comments .policy {
    margin-top: 16px;
  }
  .order-spets a {
    width: 100%;
  }
  .order-spets a {
    width: 100%;
    display: block;
    margin-top: -17px;
  }
  .vacancies .vacancies-top img {
    display: none;
  }
  .vacancies .vacancies-top .vacancies-text {
    width: 100%;
  }
  .vacancies h2 {
    font-size: 27px;
    line-height: 33px;
  }
  .vacancies .vacancies-top, .vacancies .vacancies-line {
    padding: 30px 30px 30px 30px;
  }
}

@media(max-width: 735px){
  .wrapper {
    max-width: 490px;
  }
  header .header .logo-block {
    top: 15px;
  }
  header .header .select-city {
    top: 13px;
    left: 78px;
    width: 116px;
  }
  header .order {
    right: auto;
    top: 52px;
    left: 78px;
    font-size: 13px;
    width: 116px;
    border-radius: 3px;
  }
  header .header .contacts {
    top: 11px;
    left: 207px;
    max-width: 145px;
  }
  header .nets {
    left: 209px;
    top: 66px;
  }
  header .header.fixed .select-city, header .header.fixed .order, header .header.fixed .contacts .graph {
    display: none;
  }
  header .header.fixed .contacts {
    left: 74px;
  }
  .page .page-h1 {
    font-size: 30px;
    line-height: 35px;
  }
  /* виджет */
  .order-spets {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: ;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .order-spets-img {
    position: relative !important;
    float: left;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    bottom: auto !important;
    margin-bottom: 15px;
  }
  .order-spets .order-spets-prev {
    text-align: center;
  }
  .order-spets .order-spets-btn.btn-1 {
    left: 20px;
    right: auto;
  }
  .order-spets .order-spets-btn.btn-2 {
    left: auto;
    right: 20px;
  }

  .privilege .title, .slider .slide-left .slide-title, .quality .quality-left .quality-left-title, .services .title, .projects .title, .about .about-left .title span, .clients .title, .serts .title, .quality .quality-right-title {
    font-size: 28px;
    line-height: 33px;
  }
  /*слайдер*/
  .slider .slide {
    height: auto;
  }
  .slider .slide-left .slide-title {
    font-size: 37px;
    line-height: 44px;
  }
  .slider .slide-right {
    margin-bottom: 30px;
  }
  .slider .slide-left .slide-prev {
    font-size: 16px;
    line-height: 25px;
  }
  .slider .slide-right .sld-form:before, .slider .slide-right .sld-men {
    display: none;
  }
  .slider .slide-right .sld-form .form-in {
    width: 100%;
  }

  /* привелегии */
  .privilege .privilege-block .priv-block {
    width: 100%;
    min-height: auto;
    margin-bottom: 0;
    padding-bottom: 25px;
  }
  .privilege .privilege-block .priv-block:after {
    content: '';
    position: absolute;
    left: 26.5px;
    right: 10px;
    width: calc(100% - 53px);
    top: auto;
    bottom: 0;
    height: 1px;
    background: #DDDFE7;
    opacity: 0.4;
  }
  .privilege .worker {
    width: 190px;
  }
  .privilege .worker-block .worker-title {
    height: 210px;
    padding-right: 192px;
    display: flex;
    align-items: center;
    font-size: 20px;
    line-height: 28px;
  }
  .privilege .privilege-bottom .worker-block .worker-info {
    width: 100%;
    padding-top: 21px;
  }
  .privilege .privilege-fb .form-prev {
    margin-bottom: 30px;
    margin-top: 30px;
  }

  /* услуги */
  .services .serv {
    width: 100%;
  }
  .services .serv .serv-name {
    min-height: auto;
  }
  .services .serv .serv-list {
    min-height: auto;
    margin-bottom: 15px;
  }
  /* низ страницы услуг */
  .service-text .service-text-top .service-text-top-right h2, .service-text-cols h2 {
    font-size: 25px;
    line-height: 31px;
  }
  .service-text-2 .service-text-2-left h2 {
    font-size: 25px;
    line-height: 31px;
    margin-bottom: 20px;
  }
  .service-text-2 .service-text-2-left {
    padding-left: 20px;
    padding-right: 20px;
  }
  /* проекты */
  .projects .proj-bottom-in {
    display: flex;
    justify-content: space-between;
  }
  .projects .proj-in .proj-info .proj-top .proj-title {
    padding-left: 20px;
  }
  .projects .proj-in .proj-info .proj-bottom .proj-prev.proj-prev-left, .projects .proj-in .proj-info .proj-bottom .proj-prev.proj-prev-right {
    width: 50%;
    max-width: 50%;
  }
  .projects .proj-in .proj-info .proj-bottom .proj-prev {
    min-height: 195px;
  }
  .projects .proj-in .proj-info .proj-top {
    background-position: 290px center;
  }
  /* видео */
  #video_1, #video_2 {
    height: 222px;
  }
  .video-sgeo .video-info {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    overflow: hidden;
  }
  .video-sgeo .video-prev-img {
    height: 222px;
    width: auto;
    max-width: none;
    position: relative;
    float: left;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    margin-top: -222px;
  }
  /* о компании */
  .about .about-right {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  .about .about-left .about-link {
    left: auto;
    right: 10px;
  }
  .about .about-right .about-main {
    position: relative;
    float: left;
    top: auto;
    left: auto;
    right: auto;
    width: 100%;
    /*max-width: 350px;*/
  }
  .about .about-right .about-main-text {
    padding-top: 10px;
  }
  .about .about-right .about-main-text {
    padding-right: 25px;
    padding-left: 25px;
  }
  .about .about-right .about-main-prev {
    padding-right: 0;
  }
  /* сертификаты */
  .serts .serts-prev {
    font-size: 19px;
    line-height: 26px;
  }
  /* контакты */
  .contacts-block .contacts-info {
    position: relative;
    float: left;
    width: 100%;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    margin-left: 0;
  }
  .contacts-block .map {
    position: relative;
    float: left;
    width: 100%;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
  }
  .contacts-block .title, .contacts-block .contacts-graph, .contacts-block .contacts-office {
    text-align: center;
  }
  .contacts-block .map:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 105px;
    background: #fff;
    opacity: 0.4;
  }

  /* подвал */
  footer .footer .logo-block {
    position: relative;
    float: left;
    width: 100%;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding-left: 0;
  }
  footer .footer .logo-block .logo {
    position: relative;
    float: left;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  footer .footer .logo-block .logo-prev {
    display: block;
    position: relative;
    float: left;
    width: 100%;
    text-align: center;
  }
  footer .footer .menu {
    margin-top: 25px;
    margin-bottom: 25px;
    position: relative;
    float: left;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
  }
  footer .footer .menu ul li {
    text-align: center;
    width: 100%;
    margin-right: 0;
    margin-bottom: 12px;
  }
  /* услуги */
  .service-page .service-block .service-block-one {
    padding-right: 20px;
    height: auto;
    padding-bottom: 30px;
  }
  .service-page .service-block .service-block-one .service-block-left {
    width: 100%;
  }
  .service-page .service-block .service-block-one .service-block-right {
    display: none;
  }
  .services .serv .serv-in {
    min-height: auto;
    padding-bottom: 40px;
  }
  .services .serv .serv-list.serv-list-height {
    min-height: auto;
  }
  .services .serv .serv-list.serv-list-height ul {
    position: relative;
    float: left;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
  }
  .services .serv .serv-links {
    bottom: -10px;
  }
  /* страница о компании */
  .about-personal {
    justify-content: center;
  }
  .about-personal .worker, .about-personal .worker:nth-child(4n), .about-personal .worker:nth-child(5n) {
    width: 100%;
    margin-right: 0;
    max-width: 310px;
  }
  /* франшиза */
  #franch-form form .form-title {
    font-size: 25px;
    line-height: 26px;
    background-size: 34px auto;
    padding-left: 45px;
  }
  .text blockquote {
    padding: 40px 50px;
  }
  .text blockquote:before {
    display: none;
  }
  /* вопрос-ответ */
  .faq .faq-line h2 {
    font-size: 22px;
    line-height: 26px;
  }
  .faq .faq-line .faq-prev {
    font-size: 16px;
    line-height: 24px;
  }
  .faq-page .faq-page-qw {
    font-size: 17px;
    line-height: 25px;
    padding: 56px 40px 57px 115px;
  }
  .faq-page .faq-page-qw:before {
    left: 35px;
  }
  .faq-page .faq-page-after {
    font-size: 18px;
    line-height: 29px;
  }
  .contacts-block .contacts-info {
    padding-left: 10px;
    padding-right: 10px;
  }
  .contacts-block .contacts-info {
    max-width: 100%;
  }

  /* оборудование */
  .equipment .equipment-top {
    margin-top: 10px;
  }
  .equipment .equipment-top .equipment-top-left {
    line-height: 28px;
    font-size: 19px;
  }
  .equipment-1 .equipment-1-text h2 {
    font-size: 31px;
    line-height: 41px;
  }
  .equipment-list h2 {
    font-size: 24px;
    line-height: 30px;
  }
  .equipment-1 .equipment-1-text {
    padding-right: 0;
  }
  .equipment-1 .equipment-img {
    display: none;
  }
  .equipment-list .equipment-block h3 {
    line-height: 27px;
    font-size: 23px;
  }
  .equipment .equipment-top {
    padding-left: 18px;
    padding-right: 18px;
  }
  .equipment-list .equipment-block {
    padding: 0 18px 0 18px !important;
  }

  /* 404 */
  .page-404 .page-404-left {
    padding-left: 10px;
    padding-right: 10px;
  }
  /* страница услуги */
  .slider.slide-srv .slide-info .slide-line {
    justify-content: space-between;
  }
  .slider.slide-srv .slide-info h1 {
    font-size: 37px;
    line-height: 43px;
  }
  .clients .clients-line .one-client {
    border-right: none;
  }
  .clients .clients-line .one-client .one-client-img {
    max-width: 100%;
  }
}

@media(max-width: 490px){
  .submit-form {
    width: 90%;
    left: 5%;
    margin-left: 0;
  }
  #franch-form form {
    padding-left: 30px;
    padding-right: 30px;
  }
  #articls .articl .articl_one .articl_text h2 {
    font-size: 24px;
    line-height: 29px;
  }
  #articls .articl .article-date {
    margin-top: 15px;
  }
  #articls .articl .articl_one .articl_text .article-prev {
    margin-top: 15px;
  }
  #articls .articl .article-more {
    float: right;
  }
  .text blockquote {
    padding: 30px 20px 15px 20px;
    font-size: 17px;
    line-height: 26px;
  }
  header .header .select-city .city.active {
    height: 23px;
    padding-top: 5px;
  }
}

@media(max-width: 470px){
  #faq-form form {
    padding: 20px 30px 54px 30px;
  }
  #faq-form form .form-title {
    margin-top: 10px;
    margin-bottom: 15px;
    font-size: 28px;
    line-height: 33px;
    padding-left: 44px;
    background-size: 34px auto;
  }
  #faq-form .faq-form-filds .faq-form-left .faq-form-line .faq-input, #faq-form .faq-form-right textarea {
    font-size: 19px;
    line-height: 22px;
  }
  .franchise-1.text h2, .franchise-4 h2, .franchise-2 h2, .franchise-3 h2 {
    font-size: 25px;
    line-height: 32px;
  }
  /* о компании */
  .about-page .about-page-prev {
    font-size: 19px;
    line-height: 30px;
  }
  /* вопрос-ответ */
  .faq .faq-line {
    padding: 35px 30px 35px 30px;
  }
  /* низ страницы услуг */
  .service-text-2 .service-text-2-left table tr {
    display: block;
    position: relative;
    float: left;
    width: 100%;
    margin-bottom: 10px;
  }
  .service-text-2 .service-text-2-left table td {
    display: block;
    position: relative;
    float: left;
    width: 100%;
  }
  .service-text-3 .service-text-3-title h2, .service-text-4 .service-text-4-right h2, .service-text .service-text-top .service-text-top-right h2, .service-text-cols h2 {
    font-size: 21px;
    line-height: 26px;
  }
  .service-text .service-text-top .service-text-top-right h2 {
    margin-bottom: 15px;
  }
  .service-text .service-text-top .service-text-top-right {
    font-size: 15px;
    line-height: 23px;
    padding-bottom: 30px;
  }
  header .header .contacts .graph {
    font-size: 12.7px;
  }
}

@media(max-width: 430px){
  .slider.slide-srv .slide-info h1 {
    text-align: center;
  }
  .slider.slide-srv .slide-info .slide-line {
    justify-content: center;
  }
  .slider.slide-srv .slide-info .slide-line .slide-line-one {
    width: 100%;
    max-width: 203px;
    margin-bottom: 14px;
  }
  .slider.slide-srv .slide-info h1 {
    margin-bottom: 25px;
    font-size: 31px;
    line-height: 39px;
  }
}

@media(max-width: 415px){
  .page .page-h1 {
    font-size: 25px;
    line-height: 30px;
  }
  /* виджет */
  .order-spets {
    padding-bottom: 160px;
  }
  .order-spets a {
    font-size: 24px;
  }
  .order-spets .order-spets-btn.btn-1 {
    left: 50%;
    margin-left: -82.5px;
    bottom: 91px;
  }
  .order-spets .order-spets-btn.btn-2 {
    left: 50%;
    margin-left: -82.5px;
  }
  /* слайдер */
  .slider .slide-right .sld-form {
    height: auto;
    min-height: 440px;
    padding-bottom: 20px;
  }
  /* привелегии */
  .privilege .form-filds-line.form-filds-1, .privilege .form-filds-line.form-filds-2 {
    width: 100%;
  }
  /* проекты */
  .projects .proj-bottom-in {
    flex-wrap: wrap;
  }
  .projects .proj-in .proj-info .proj-bottom .proj-prev {
    margin-top: 25px;
    padding-bottom: 22px;
  }
  .projects .proj-in .proj-info .proj-bottom .proj-prev.proj-prev-left, .projects .proj-in .proj-info .proj-bottom .proj-prev.proj-prev-right {
    width: 100%;
    max-width: 100%;
    min-height: auto;
    padding-left: 0;
    border-right: none;
  }
  .projects .proj-in .proj-info .proj-top {
    background-position: 245px center;
  }
  /* о компании */
  .about .about-left .about-link {
    font-size: 14px;
    width: 128px;
    height: 43px;
    padding: 9px 0;
  }
  /* сертификаты */
  .serts .sert-line .one-sert {
    width: 33.3%;
  }
  /* новости */
  #articls .articl .articl_one .articl_text h2 {
    font-size: 21px;
    line-height: 26px;
  }
  /*вопрос-ответ*/
  .faq-page .faq-page-qw {
    padding: 105px 40px 37px 40px;
  }
  .faq-page .faq-page-qw:before{
    left: 50%;
    top: 25px;
    width: 51px;
    margin-left: -25.5px;
  }
}

@media(max-width: 412px){
  header .nets {
    /*left: 14px;
    left: 3px;*/
    left: -9px;
    width: 83px;
    display: flex;
    justify-content: center;
  }
  header .header .buger {
    top: 20px;
  }
  header .nets .s-net {
    margin-right: 2px !important;
    margin-left: 2px;
  }
}


@media(max-width: 395px){
  header, header .header {
    height: 135px;
  }
  header .nets {
    /*left: 14px;*/
    /*left: 4px;*/
    left: -8px;
  }
  header .header .buger {
    top: 20px;
  }
  header .header .select-city {
    top: 95px;
    left: 0;
  }
  header .order {
    left: auto;
    right: 0;
    top: 95px;
  }
  header .header .contacts {
    top: 14px;
    left: 80px;
    max-width: 145px;
  }
  .submit-form {
    padding-left: 30px;
    padding-right: 30px;
  }
  .submit-form .submit-form-title {
    font-size: 25px;
  }
  /* о компании */
  .about .about-right .about-main-prev {
    font-size: 15px;
    line-height: 23px;
  }

  /* 404 */
  .page-404 .page-404-left {
    padding-left: 10px;
    padding-right: 10px;
  }
  .page-404 .page-404-title {
    text-align: center;
    line-height: 37px;
    font-size: 24px;
  }
  .page-404 .go-main {
    font-size: 15px;
    width: 215px;
    padding: 14px 0;
  }
  .vacancies h2 {
    font-size: 21px;
    line-height: 28px;
  }
  .vacancies .vacancies-top {
    margin-top: 26px;
  }
  .vacancies .vacancies-top, .vacancies .vacancies-line {
    padding: 20px 24px 15px 24px;
  }
}

@media(max-width: 375px){
  .privilege .worker-block .worker-title {
    padding-left: 20px;
    font-size: 18px;
  }
  .privilege .privilege-bottom .worker-block .worker-info {
    padding-left: 20px;
  }
}

@media(max-width: 360px){
  /* о компании */
  .about .about-left .about-link {
    display: none;
  }
}

@media(max-width: 335px){
  .privilege .worker {
    width: 140px;
  }
  .privilege .worker-block .worker-title {
    height: 155px;
    font-size: 18px;
    line-height: 24px;
  }
  .privilege .privilege-bottom .worker-block {
    min-height: auto;
    padding-bottom: 20px;
  }
  .privilege .privilege-bottom .worker-block .worker-info {
    padding-right: 30px;
  }
}

#text-article.real-estate {
  padding-top: 25px;
}

#text-article.real-estate .real-estate-photo {
  position: relative;
  float: left;
  width: 49%;
}

#text-article.real-estate .real-estate-text {
  position: relative;
  float: right;
  width: 49%;
  font-size: 16px;
  line-height: 22px;
}

#text-article.real-estate .real-items-block {
  position: relative;
  float: left;
  width: 100%;
}

#text-article.real-estate .real-items-block .real-img-item {
  height: 600px;  
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

#text-article.real-estate .real-items-block .real-img-item img {
  min-width: 100%;
  width: auto;
  max-width: none;
  height: 600px;
}

#text-article.real-estate .real-items-block .real-img-item img.fix-horizont-width {
  height: auto;
  width: 100%;
  max-width: none;
}




#text-article.real-estate .real-points-block {
  position: relative;
  float: left;
  width: calc(100% + 10px);
  margin-left: -5px;
  margin-top: 10px;
}

#text-article.real-estate .real-points-block .real-img-point {
  height: 100px;  
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  margin: 0 2px;
  overflow: hidden;
  border: 3px solid #fff;
}

#text-article.real-estate .real-points-block .real-img-point.active {
  border: 3px solid #FF7900;
}

#text-article.real-estate .real-points-block .real-img-point img {
  width: 100%;
}

#text-article.real-estate .real-points-block .real-img-point img.fix-horizont-height {
  height: 100px;
  width: auto;
  max-width: none;
}

#text-article.real-estate .arrow {
  position: absolute;
  top: 50%;
  margin-top: -15px;
  width: 30px;
  height: 30px;
  background: url(../img/arr_left.svg) center center no-repeat;
  background-size: 100% auto;
  z-index: 5;
  cursor: pointer;
}

#text-article.real-estate .arrow.left {
  left: 15px;
  transform: rotate(180deg);
}

#text-article.real-estate .arrow.right {
  right: 15px;
}

#text-article.real-estate .insert-points {
  position: relative;
  float: left;
}

#text-article.real-estate .insert-points.set-video-point {
  max-width: calc(100% - 112px);
}

#text-article.real-estate .video-point {
  position: relative;
  float: right;
  width: 103px;
  height: 100px;
  margin-top: 10px;
  background: url(../img/video.svg) top center no-repeat;
  background-size: 100% auto;
  cursor: pointer;
}

#text-article.real-estate .real-estate-price {
  font-family: Roboto;
  font-style: normal;
  font-weight: 300;
  font-size: 36px;
  line-height: 50px;
  letter-spacing: 0.4px;
  color: #333335;
}

#text-article.real-estate .real-estate-price-kv {
  margin-top: 13px;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 32px;
  color: #333335;
  font-weight: bold;
}

#text-article.real-estate .real-estate-contacts {
  margin-top: 12px;
}

#text-article.real-estate .real-estate-contacts .real-estate-cont {
  position: relative;
  float: left;
  width: 35px;
  height: 35px;
  margin-right: 12px;
  background: #000;
  border-radius: 4px;
}

#text-article.real-estate .real-estate-cont.real-estate-wa {
  background: url(../img/r_wa.svg) center center no-repeat #000;
  background-size: 60% auto;
}

#text-article.real-estate .real-estate-cont.real-estate-vb {
  background: url(../img/r_vb.svg) center center no-repeat #000;
  background-size: 55% auto;
}

#text-article.real-estate .real-estate-cont.real-estate-tg {
  background: url(../img/r_tg.svg) center center no-repeat #000;
  background-size: 60% auto;
}

#text-article.real-estate .real-estate-cont.real-estate-vk {
  background: url(../img/r_vk.svg) center center no-repeat #000;
  background-size: 60% auto;
}


#text-article.real-estate .real-estate-price-text {
  margin-top: 15px;
}

#text-article {
  padding-bottom: 30px;
}

#text-article.real-estate .real-estate-fb-btn {
  position: relative;
  float: left;
  padding: 10px 0;
  text-align: center;
  width: 179px;
  height: 45px;
  margin-top: 20px;
  background: #E48D3E;
  border-radius: 4px;
  color: #fff;
  text-transform: lowercase;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  cursor: pointer;
  transition: 0.3s;
  margin-right: 18px;
}

#text-article.real-estate .real-estate-fb-btn:hover {
  background: #ff6e2f;
}

#text-article.real-estate .real-estate-fb-chat {
  position: relative;
  float: left;
  padding: 9px 0;
  text-align: center;
  width: 179px;
  height: 45px;
  margin-top: 20px;
  border: 2px solid #E48D3E;
  border-radius: 4px;
  color: #E48D3E;
  text-transform: lowercase;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  cursor: pointer;
  transition: 0.3s;
}

#text-article.real-estate .real-estate-fb-chat:hover {
  border-color: #ff6e2f;
  color: #ff6e2f;
}

.real-tab.active {
  display: block;
}

.real-tab {
  display: none;
}

.real-tab video {
  height: 600px;
}

.real-estate-table {
  margin-top: 15px;
}

.real-estate-table .real-estate-table-line {
  margin-bottom: 15px;
  border-bottom: 1px dashed #bbb;
}

.real-estate-table .real-estate-title {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 32px;
  color: #333335;
  margin-bottom: 14px;
}

.real-estate-table .real-estate-table-text {
  margin-bottom: 18px;
}

.real-estate-table .real-estate-table-line .real-estate-prop {
  position: relative;
  float: left;
  padding-bottom: 3px;
  padding-right: 5px;
  background: #fff;
  margin-bottom: -2px;
}

.real-estate-table .real-estate-table-line .real-estate-val {
  position: relative;
  float: right;
  padding-bottom: 3px;
  padding-left: 5px;
  background: #fff;
  margin-bottom: -2px;
}

.real-estate-tabs .real-estate-tab {
  position: relative;
  float: left;
  padding: 5px 15px;
  border: 1px solid #bbb;
  font-size: 16px;
}

.real-estate-tabs .real-estate-tab:nth-child(1){
  margin-right: -1px;
}

.real-estate-more .real-estate-more-title {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 32px;
  color: #333335;
  margin-bottom: 14px;
}

.real-estate-more {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 15px;
  margin-top: 30px;
}

.real-estate-more .real-estate-prod {
  position: relative;
  float: left;
  width: 24%;
  font-size: 16px;
}

.real-estate-more .real-estate-prod .real-estate-prod-name {
  font-size: 18px;
  line-height: normal;
  margin-bottom: 7px;
}

.real-estate-more .real-estate-prod .real-estate-prod-name a {
  text-decoration: none;
  color: #000;
}

@media(max-width: 1645px){
  #text-article.real-estate .real-points-block .real-img-point {
    height: 120px;
  }
  #text-article.real-estate .real-points-block .real-img-point img.fix-horizont-height {
    height: 120px;
  }
  #text-article.real-estate .video-point {
    margin-top: 18px;
  }
}

@media (max-width: 1290px){
  #text-article.real-estate .real-estate-photo {
    width: 58%;
  }
  #text-article.real-estate .real-estate-text {
    width: 40%;
  }
}

@media (max-width: 1080px){
  #text-article.real-estate .real-estate-photo {
    width: 100%;
    margin-bottom: 30px;
  }
  #text-article.real-estate .real-estate-text {
    width: 100%;
  }
  .real-estate-more .real-estate-prod {
    position: relative;
    float: left;
    width: 49%;
    font-size: 16px;
    margin-bottom: 30px;
  }
}


@media (max-width: 970px){

  #text-article.real-estate .real-items-block .real-img-item {
    height: 450px;  
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
  }

  #text-article.real-estate .real-items-block .real-img-item img {
    min-width: 100%;
    width: auto;
    max-width: none;
    height: 450px;
  }

}

@media (max-width: 730px){
  .real-estate-more .real-estate-prod {
    position: relative;
    float: left;
    width: 100%;
    font-size: 16px;
  }
}

@media (max-width: 500px){
  #text-article.real-estate .real-estate-price {
    font-size: 30px;
  }
}

@media (max-width: 410px){
  #text-article.real-estate .real-estate-fb {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  #text-article.real-estate .real-estate-fb-btn {
    margin-right: 0;
  }
  #text-article.real-estate .real-estate-fb-btn, #text-article.real-estate .real-estate-fb-chat {
    width: 160px;
  }
}

@media (max-width: 380px){
  .real-estate-table .real-estate-table-line .real-estate-prop {
    width: 100%;
    font-weight: bold;
    padding: 0;
  }
  .real-estate-table .real-estate-table-line .real-estate-val {
    width: 100%;
    padding: 0;
  }
}


@media (max-width: 360px){
  #text-article.real-estate .real-estate-fb-btn, #text-article.real-estate .real-estate-fb-chat {
    width: 100%;
  }
}

.partners-page .partners-line {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 11px 0;
  padding: 11px 0;
}

.partners-page .partners-line .partners-left {
  position: relative;
  float: left;
  width: 100%;
  max-width: 300px;
  padding: 5px 15px 15px 15px;
}

.partners-page .partners-line .partners-right {
  position: relative;
  float: right;
  width: calc(100% - 320px);
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.4px;
}

.partners-page .partners-line .partners-right p {
  margin-bottom: 10px;
}

@media (max-width: 735px){
  .partners-page .partners-line .partners-left {
    max-width: 100%;
    text-align: center;
  }
  .partners-page .partners-line .partners-right {
    width: 100%;
    text-align: center;
  }
}


.text-article-video {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}