@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v18/memnYaGs126MiZpBA-UFUKWyV-hs.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v18/mem6YaGs126MiZpBA-UFUJ0e.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v18/memnYaGs126MiZpBA-UFUKXGUehs.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v18/memnYaGs126MiZpBA-UFUKWiUOhs.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v18/memnYaGs126MiZpBA-UFUKW-U-hs.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v18/mem5YaGs126MiZpBA-UN_r8-VQ.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v18/mem8YaGs126MiZpBA-U1Ug.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v18/mem5YaGs126MiZpBA-UNirk-VQ.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v18/mem5YaGs126MiZpBA-UN7rg-VQ.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v18/mem5YaGs126MiZpBA-UN8rs-VQ.ttf) format('truetype');
}

.wrap1{
    display: block;
    opacity: 0.8;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    padding: 16px;
    background-color: rgba(1, 1, 1, 0.725);
    z-index: 100;
    overflow: auto;
  }

    .window1{
    width: 310px;
    height: 150px;
    margin: 50px auto;
    background: #000000;
    z-index: 200;
    position: fixed;
    left: 0;
    right: 0;
    top: 20%;
    bottom: 0;
    padding: 16px;
    text-align: center;
  }

  .window1 p{
  	color: white!important;
    border: none!important;
    padding: 30px!important;
    font-size: 16px!important;
  }

.up {
  text-transform: uppercase;
}
.none {
  text-decoration: none;
}
.th {
  font-weight: 100;
}
.el {
  font-weight: 200;
}
.l {
  font-weight: 300;
}
.reg {
  font-weight: 400;
}
.med {
  font-weight: 500;
}
.sb {
  font-weight: 600;
}
.bold {
  font-weight: 700;
}
.eb {
  font-weight: 800;
}
.black {
  font-weight: 900;
}
.un {
  text-decoration: underline;
}
.in {
  display: inline-block;
}
.vam {
  vertical-align: middle;
}
.rel {
  position: relative;
}
.bl {
  display: block;
}
.abs {
  position: absolute;
}
.tr {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.try {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.trx {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.tc {
  display: table-cell;
  vertical-align: middle;
}
.dn {
  display: none;
}
.tac {
  text-align: center;
}
.tal {
  text-align: left;
}
.tar {
  text-align: right;
}
.taj {
  text-align: justify;
}
.it {
  font-style: italic;
}
.sn {
  font-style: normal;
}
.popup {
  position: fixed;
  width: 120%;
  height: 100%;
  left: -10%;
  top: 0;
  overflow-y: scroll;
  background: rgba(11, 37, 53, 0.8);
  z-index: 11;
  display: none;
}
.b0 {
  border: 0;
}
.bn {
  background: none;
}
.w100 {
  width: 100%;
}
.h100 {
  height: 100%;
}
.wa {
  width: auto;
}
.p0 {
  padding: 0;
}
.m0 {
  margin: 0;
}
.poi {
  cursor: pointer;
}
.auto {
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
}
.noup {
  text-transform: none;
}
.fix {
  position: fixed;
}
.tn {
  transform: none;
}
.bf {
  background: #fff;
}
.cf {
  color: #fff;
}
.c0 {
  color: #000;
}
.ap {
  appearance: none;
}
.nw {
  white-space: nowrap;
}
.ma {
  margin: 0 auto;
}
.oh {
  overflow: hidden;
}
body,
html {
  width: 100%;
  height: 100%;
}
body {
  background: url('/img/bg.jpg');
  overflow-x: hidden;
}
body,
th,
td {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  color: #000;
}
body,
form,
object,
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  padding: 0;
}
img,
table {
  border: none;
}
table {
  border-collapse: collapse;
}
table td {
  padding: 0;
}
a {
  color: #000;
  cursor: pointer;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
a:hover {
  text-decoration: none;
}
input,
textarea,
button,
select {
  margin: 0;
  outline: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 14px;
  border: 0;
  font-family: 'Open Sans', sans-serif;
}
button,
input[type='submit'] {
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
  cursor: pointer;
  border: 0;
}
ol,
ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
img {
  max-width: 100%;
}
h2 {
    margin: 25px 0;
}

.an {
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
.box {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
section,
header,
footer,
nav,
main {
  display: block;
}
.wrap {
  margin: 0 auto;
  width: 1170px;
}
.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.flex2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
}
* {
  outline: none!important;
}
.index-first-block {
  background: url('/img/index-first-block.jpg') center / cover;
  padding-bottom: 156px;
}
.index-first-block.inner {
  padding-bottom: 0px;
  /*height: 230px;*/
}
.index-first-block.inner .header {
  margin-bottom: 0px;
}
.index-first-block .top-menu {
  background: rgba(1, 1, 1, 0.3);
}
.index-first-block .top-menu ul {
  font-size: 0;
}
.index-first-block .top-menu ul li {
  display: inline-block;
}
.index-first-block .top-menu ul li a {
  display: block;
  color: #fff;
  font-weight: 600;
  text-decoration: none;
  font-size: 16px;
  padding: 18px 30px;
}
.index-first-block .top-menu ul li a:hover {
  background: #109eda;
}
.index-first-block .top-menu .social {
  padding-top: 10px;
}
.index-first-block .top-menu .social a {
  display: inline-block;
  width: 32px;
  height: 32px;
  line-height: 30px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  text-align: center;
  margin-right: 10px;
}
.index-first-block .top-menu .social a:hover {
  border: 1px solid #fff;
}
.index-first-block .top-menu .social a:last-child {
  margin-right: 0;
}
.index-first-block .top-menu .social a img {
  vertical-align: middle;
  padding: 5px;
}
.index-first-block .header {
  padding-top: 30px;
  margin-bottom: 235px;
}
.index-first-block .header .logo {
  margin-left: -20px;
}
.index-first-block .header .phones {
  padding-left: 32px;
  background: url('/img/phone.png') no-repeat 0 12px;
}
.index-first-block .header .phones a {
  font-weight: 700;
  color: #fff;
  display: block;
  text-decoration: none;
  font-size: 20px;
}
.index-first-block .header .phones a.mail {
  font-weight: 400;
  font-size: 16px;
  color: #109eda;
  padding-left: 32px;
  background: url('/img/mail.png') no-repeat left;
  margin-left: -32px;
  text-decoration: underline;
}
.index-first-block .header .phones a.mail:hover {
  color: #fff;
}
.index-first-block .header .phones a:hover {
  color: #109eda;
}
.index-first-block .header input[type='button'] {
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  background: #f85d08;
  width: 320px;
  height: 54px;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
  cursor: pointer;
}
.index-first-block .header input[type='button']:hover {
  background: #109eda;
}
.index-first-block .header .menu-button {
  cursor: pointer;
  color: #fff;
  font-size: 24px;
  margin-top: 24px;
  display: none;
}
.index-first-block .filter {
  background: #fff;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.index-first-block .filter select {
  width: 18%;
  height: 62px;
  font-weight: 600;
  font-size: 16px;
  appearance: none;
  padding: 0 10px;
  border-right: 1px solid #e3e3e3;
  background: #ffffff url('/img/select.png') no-repeat right 10px top 50%;
}
.index-first-block .filter select:first-child {
  border-radius: 6px 0 0 6px;
}
.index-first-block .filter input[type='text'] {
  width: 16%;
  height: 62px;
  font-size: 15px;
  padding: 0 20px;
  border-right: 1px solid #e3e3e3;
  font-weight: 700;
}
/*.index-first-block .filter input[type='submit'] {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  font-weight: 600;
  font-size: 16px;
  color: #fff;
  background: #109eda;
  width: 13%;
  height: 52px;
  margin: 5px 0.5%;
}*/
.index-first-block .filter input[type='submit']:hover {
  background: #f85d08;
}
.index-first-block .navi {
  background: rgba(1, 1, 1, 0.3);
  padding: 10px 0;
  font-size: 13px;
  color: #109eda;
}
.index-first-block .navi a {
  color: #fff;
}
.index-first-block .navi .fa {
  color: #999;
  margin: 0 3px;
}
.index-catalog {
  padding: 50px 0 5px;
}
.index-catalog.inner {
  background: #fff;
  clear: both;
}
.index-catalog.inner .list .slick-prev,
.index-catalog.inner .list .slick-next {
  top: -80px;
  margin-right: -10px;
}
.index-catalog .block-name {
  font-weight: 600;
  font-size: 36px;
  margin-bottom: 30px;
  padding-left: 55px;
  background: url('/img/block-name.png') no-repeat 0 14px;
}
.index-catalog .list-name {
  margin-bottom: 50px;
  background: rgba(1, 1, 1, 0.05);
  font-weight: 700;
  font-size: 30px;
  padding: 10px;
}
.index-catalog .list-name img {
  vertical-align: middle;
  margin-right: 20px;
}
.index-catalog .list-name a {
  display: inline-block;
  text-decoration: none;
  font-weight: 600;
  font-size: 15px;
  color: #109eda;
  border: 1px solid #109eda;
  background: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  margin-left: 15px;
  padding: 15px 30px;
}
.index-catalog .list-name a:hover {
  background: #109eda;
  color: #fff;
}
.index-catalog .list {
  margin: 0 -10px 50px -10px;
}
.index-catalog .list .item {
  margin: 10px;
  box-shadow: rgba(1, 1, 1, 0.1) 0 0 10px;
  position: relative;
  background: #fff;
}
.index-catalog .list .item:hover .image:after {
  opacity: 1;
}
.index-catalog .list .item:hover .image a {
  display: block;
}
.index-catalog .list .item .image {
  position: relative;
}
.index-catalog .list .item .image:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.3);
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
  opacity: 0;
}
.index-catalog .list .item .image a {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-decoration: none;
  font-weight: 600;
  font-size: 16px;
  color: #f85d08;
  border: 1px solid #f85d08;
  background: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 15px 60px;
  z-index: 4;
  display: none;
}
.index-catalog .list .item .image a:hover {
  background: #f85d08;
  color: #fff;
}
.index-catalog .list .item .image span {
  position: absolute;
  left: 0;
  bottom: 0;
  font-weight: 700;
  color: #fff;
  font-size: 13px;
  background: #109eda url('/img/hand.png') no-repeat 5px 50%;
  padding: 2px 10px 4px 30px;
  z-index: 3;
}
.index-catalog .list .item .image img {
	height: 278px;
    width: auto;
    max-width: none;
    margin: 0 auto;
}
.index-catalog .list .item .info {
  padding: 20px 15px;
}
.index-catalog .list .item .info .name {
  display: block;
  font-weight: 600;
  text-decoration: none;
  font-size: 16px;
  margin-bottom: 20px;
  min-height: 66px;
}
.index-catalog .list .item .info .size {
  font-size: 13px;
  padding-left: 25px;
  background: url('/img/size.png') no-repeat 0 5px;
  margin-bottom: 5px;
}
.index-catalog .list .item .info .adress {
  font-size: 13px;
  padding: 3px 0 3px 25px;
  background: url('/img/pointer.png') no-repeat 0 5px;
  margin-bottom: 15px;
  min-height: 55px;
}
.index-catalog .list .item .info .price {
  font-weight: 700;
  font-size: 20px;
}
.index-catalog .list .item .link {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
}
.index-catalog .list .slick-prev,
.index-catalog .list .slick-next {
  position: absolute;
  padding: 0;
  font-size: 0;
  z-index: 2;
  width: 44px;
  height: 44px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  box-shadow: rgba(1, 1, 1, 0.2) 0 0 10px;
  filter: grayscale(100%);
  top: -110px;
}
.index-catalog .list .slick-prev:hover,
.index-catalog .list .slick-next:hover {
  filter: none;
}
.index-catalog .list .slick-prev {
  right: 80px;
  background: url('/img/prev.png');
}
.index-catalog .list .slick-next {
  right: 20px;
  background: url('/img/next.png');
}
.index-about {
  background: #fff;
  padding: 60px 0;
}
.index-about .block-name {
  font-weight: 600;
  font-size: 36px;
  margin-bottom: 30px;
  padding-left: 55px;
  background: url('/img/block-name.png') no-repeat 0 14px;
}
.index-about .text {
  padding-bottom: 30px;
}
.index-about .text p {
  font-size: 16px;
  margin-bottom: 30px;
  line-height: 22px;
}
.index-about .list {
  margin: 0 -10px;
}
.index-about .list .item {
  margin: 10px;
  background: #fff;
  height: 144px;
  line-height: 144px;
  text-align: center;
  box-shadow: rgba(1, 1, 1, 0.2) 0 0 10px;
}
.index-about .list .item img {
  vertical-align: middle;
  display: inline-block;
  padding-top: 7px;
}
.index-about .list .slick-prev,
.index-about .list .slick-next {
  position: absolute;
  padding: 0;
  font-size: 0;
  z-index: 2;
  width: 44px;
  height: 44px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  box-shadow: rgba(1, 1, 1, 0.2) 0 0 10px;
  filter: grayscale(100%);
  top: -75px;
}
.index-about .list .slick-prev:hover,
.index-about .list .slick-next:hover {
  filter: none;
}
.index-about .list .slick-prev {
  right: 70px;
  background: url('/img/prev.png');
}
.index-about .list .slick-next {
  right: 10px;
  background: url('/img/next.png');
}
.calc-block {
  padding: 220px 0;
  text-align: center;
  background: url('/img/calc-block.jpg') center / cover;
}
.calc-block a {
  display: inline-block;
  text-decoration: none;
  margin-right: 80px;
  font-weight: 600;
  font-size: 18px;
  background: #f85d08;
  padding: 15px 60px;
  color: #fff;
  box-shadow: rgba(255, 255, 255, 0.3) 0 0 0 10px;
}
.calc-block a:hover {
  background: #109eda;
}
.calc-block a:last-child {
  margin-right: 0;
  background: #109eda;
}
.calc-block a:last-child:hover {
  background: #f85d08;
}
.calc-block a img {
  vertical-align: middle;
  margin-right: 12px;
}
.contacts-block {
  position: relative;
}
.contacts-block .map {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.contacts-block .contacts {
  display: inline-block;
  position: relative;
  z-index: 2;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 385px;
  background: rgba(13, 47, 61, 0.7);
  padding: 30px 30px 100px 30px;
  color: #fff;
}
.contacts-block .contacts p {
  font-weight: 600;
  font-size: 36px;
  margin-bottom: 50px;
}
.contacts-block .contacts .phones {
  padding-left: 32px;
  background: url('/img/phone.png') no-repeat 0 12px;
  margin-bottom: 30px;
}
.contacts-block .contacts .phones a {
  font-weight: 700;
  color: #fff;
  display: block;
  text-decoration: none;
  font-size: 20px;
}
.contacts-block .contacts .phones a:hover {
  color: #109eda;
}
.contacts-block .contacts .mail {
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  padding-left: 32px;
  background: url('/img/mail.png') no-repeat 0 5px;
  text-decoration: underline;
}
.contacts-block .contacts .mail:hover {
  color: #109eda;
}
.footer {
  padding: 40px 0;
  position: relative;
}
.footer .phone {
  position: fixed;
  z-index: 6;
  bottom: 20px;
  right: 20px;
  width: 54px;
  height: 54px;
  background: url('/img/phone2.png');
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  box-shadow: rgba(1, 1, 1, 0.1) 0 0 20px;
}
.footer .totop {
  position: fixed;
  z-index: 6;
  bottom: 20px;
  right: 160px;
  width: 54px;
  height: 54px;
  background: url('/img/totop.png');
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  box-shadow: rgba(1, 1, 1, 0.1) 0 0 20px;
}
.footer .logo {
  margin-left: -20px;
}
.footer ul {
  column-count: 2;
  column-gap: 0px;
}
.footer ul li {
  margin-bottom: 10px;
  padding-left: 15px;
  position: relative;
}
.footer ul li:before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  background: #109eda;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  left: 0;
  top: 7px;
}
.footer ul li a {
  font-size: 15px;
  display: block;
  text-decoration: none;
}
.footer ul li a:hover {
  text-decoration: underline;
  color: #109eda;
}
.footer .dev {
  padding: 5px 0 20px 50px;
  background: url('/img/dev.png') no-repeat 0 0;
}
.footer .dev a {
  color: #00295d;
}
.popup .window {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 500px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 30px;
  background: #e1e4e6;
  top: 100px;
  margin-bottom: 100px;
}
.popup .window .close {
  position: absolute;
  right: -30px;
  top: -30px;
  width: 20px;
  height: 20px;
  background: url('/img/close.png');
}
.popup .window .close:hover {
  transform: rotate(180deg);
}
.popup .window p {
  text-align: center;
  font-weight: 600;
  font-size: 30px;
  margin-bottom: 30px;
}
.popup .window input[type='text'] {
  width: 100%;
  height: 60px;
  font-size: 15px;
  padding: 0 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  margin-bottom: 20px;
  border: 1px solid #cfcfcf;
}
.popup .window .checkbox {
  display: none;
}
.popup .window .checkbox + label {
  display: block;
  font-weight: 300;
  cursor: pointer;
  margin-bottom: 20px;
  padding-left: 35px;
  background: url('/img/checkbox.png') no-repeat 0 0;
}
.popup .window .checkbox:checked + label {
  background: url('/img/checkbox2.png') no-repeat 0 0;
}
.popup .window input[type='submit'] {
  display: block;
  margin: 0 auto 20px auto;
  font-weight: 700;
  color: #fff;
  font-size: 18px;
  background: #109eda;
  padding: 15px 60px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.popup .window input[type='submit']:hover {
  background: #f85d08;
}
.popup .window .phone {
  text-align: center;
  font-size: 16px;
}
.popup .window .phone a {
  display: block;
  font-weight: 700;
  text-decoration: none;
  font-size: 30px;
}
.popup .window .phone a:hover {
  color: #109eda;
}
.page-filter {
  background: #fff;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  margin: 20px 0 30px;
  box-shadow: rgba(1, 1, 1, 0.05) 0 0 30px;
}
.page-filter select {
  width: 18%;
  height: 62px;
  font-weight: 600;
  font-size: 16px;
  appearance: none;
  padding: 0 10px;
  border-right: 1px solid #e3e3e3;
  background: #ffffff url('/img/select.png') no-repeat right 10px top 50%;
}
.page-filter select:first-child {
  border-radius: 6px 0 0 6px;
}
.page-filter input[type='text'] {
  width: 16%;
  height: 62px;
  font-size: 15px;
  padding: 0 20px;
  border-right: 1px solid #e3e3e3;
  font-weight: 700;
}
.page-filter input[type='submit'] {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  font-weight: 600;
  font-size: 16px;
  color: #fff;
  background: #109eda;
  width: 13%;
  height: 52px;
  margin: 5px 0.5%;
}
.page-filter input[type='submit']:hover {
  background: #f85d08;
}
h1 {
  font-size: 30px;
  margin: 30px 0;
}
.item-page {
  padding-bottom: 50px;
}
.item-page .photos {
  width: 56%;
  margin-bottom: 30px;
}
.item-page .photos img {
  width: 100%;
  height: auto;
}
.item-page .photos .slider-for {
  background: #fff;
  padding: 5px;
  box-shadow: rgba(1, 1, 1, 0.05) 0 0 30px;
  margin-bottom: 20px;
}


.item-page .photos .slider-for .slick-prev,
.item-page .photos .slider-for .slick-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  padding: 0;
  font-size: 0;
  z-index: 2;
  width: 44px;
  height: 44px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  box-shadow: rgba(1, 1, 1, 0.2) 0 0 10px;
  filter: grayscale(100%);
}
.item-page .photos .slider-for .slick-prev:hover,
.item-page .photos .slider-for .slick-next:hover {
  filter: none;
}
.item-page .photos .slider-for .slick-prev {
  left: 10px;
  background: url('/img/prev.png');
}
.item-page .photos .slider-for .slick-next {
  right: 10px;
  background: url('/img/next.png');
}
.item-page .photos .slider-nav {
  margin: 0 -20px;
}
.item-page .photos .slider-nav .item {
  margin: 0 20px;
  border: 3px solid transparent;
  cursor: pointer;
}
.item-page .photos .slider-nav .item.slick-current {
  border: 3px solid #109eda;
}
.item-page .info {
  width: 41%;
}
.item-page .info .item {
  background: rgba(1, 1, 1, 0.1);
  padding: 15px 200px 15px 30px;
  margin-bottom: 10px;
}
.item-page .info .item div {
  display: table-cell;
  vertical-align: middle;
  font-weight: 600;
  font-size: 18px;
}
.item-page .info .item div img {
  max-width: 1000000px;
  margin-right: 30px;
}
.item-page .info .price {
  padding: 10px 0 20px;
  font-weight: 600;
  font-size: 24px;
}
.item-page .info .price span {
  font-weight: 700;
  font-size: 30px;
  color: #109eda;
}
.item-page .info .phone {
  text-align: center;
  background: url('/img/bg2.jpg') center / cover;
  padding: 15px;
  margin-bottom: 30px;
}
.item-page .info .phone input {
  display: block;
  margin: 0 auto;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  background: #f85d08;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 16px 50px;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
  cursor: pointer;
}
.item-page .info .phone input:hover {
  background: #109eda;
}
.item-page .info .phone a {
  display: inline-block;
  margin-top: 10px;
  font-weight: 600;
  font-size: 30px;
  padding-left: 30px;
  background: url('/img/phone.png') no-repeat left;
  text-decoration: none;
}
.item-page .info .phone a:hover {
  color: #109eda;
}
.item-page .text {
  padding: 30px 0;
}
.item-page .text .block-name {
  font-weight: 600;
  font-size: 36px;
  margin-bottom: 30px;
  padding-left: 55px;
  background: url('/img/block-name.png') no-repeat 0 14px;
}
.item-page .text p {
  font-size: 16px;
  margin-bottom: 30px;
  line-height: 22px;
}
.item-page .text .datas .item {
  overflow: hidden;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 22px;
  position: relative;
}
.item-page .text .datas .item:after {
  content: "";
  position: absolute;
  width: 100%;
  bottom: 5px;
  left: 0;
  border-top: 1px dotted #000;
}
.item-page .text .datas .item div {
  display: inline-block;
  z-index: 2;
  position: relative;
  padding-right: 10px;
  background: url('/img/bg.jpg');
}
.item-page .text .datas .item div:last-child {
  float: right;
  padding: 0 0 0 10px;
}
.item-page .text .map {
  float: right;
  margin: 0 0 30px 30px;
  width: 45%;
}
.item-page .text .map.mob {
  display: none;
}
.item-page .text .map #map,
.item-page .text .map #map2 {
  height: 420px;
}



.index-first-block .filter .select:first-child, .page-filter .select:first-child {
    border-radius: 6px 0 0 6px;
}

.index-first-block .filter .select, .page-filter .select {
    width: 14%;
    height: 62px;
    font-weight: 600;
    font-size: 16px;
    appearance: none;
    padding: 0 10px;
    border-right: 1px solid #e3e3e3;
    background: #ffffff url(/img/select.png) no-repeat right 10px top 50%;
    align-items: center;
    display: flex;
}

.index-first-block .filter .input, .page-filter .input {
    width: 14%;
    height: 62px;
    font-size: 15px;
    padding: 0 20px;
    border-right: 1px solid #e3e3e3;
    font-weight: 700;
    align-items: center;
    display: flex;
    color: #8c8c8c;
}

.index-first-block .filter .submit, .page-filter .submit{
  -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    font-weight: 600;
    font-size: 16px;
    color: #fff;
    background: #109eda;
    width: 13%;
    height: 52px;
    margin: 5px 0.5%;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
    cursor: pointer;
    border: 0;
    align-items: center;
    display: flex;
}

.index-first-block .filter .submit:hover, .page-filter .submit:hover {
  background: #f85d08;
}

.index-first-block .filter .submit input, .page-filter .submit input {
    width: 100%;
    background: no-repeat;
    font-family: 'Open Sans', sans-serif;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    height: 52px;
}

/*--filter--*/
.filter-block {
    background: #fff;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    padding: 10px;
    text-align: center;
    margin: 20px 0;
}

.filter-block div {
    display: inline-block;
    width: 15%;
    vertical-align: bottom;
    margin: 0 1% 0 0;
    text-align: left;
    font-size: 17px;
    font-weight: 600;
}

.filter-block .select select {
    height: 62px;
    font-size: 16px;
    appearance: none;
    padding: 0 10px;
    border-right: 1px solid #e3e3e3;
    background: #ffffff url(/img/select.png) no-repeat right 10px top 50%;
    width: 100%;
    margin-top: 5px;
}

.filter-block .input input {
    height: 52px;
    font-size: 15px;
    padding: 0 20px;
    font-weight: 700;
    background: whitesmoke;
    width: 100%;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    margin: 10px 0 5px 0;
}

.filter-block .submit input {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    font-weight: 600;
    font-size: 16px;
    color: #fff;
    background: #109eda;
    height: 52px;
    margin: 5px 0;
    width: 100%;
}

.filter-block .submit input:hover {
    background: #f85d08;
}

.filter-block div:last-child {
    margin-right: 0;
}
/*--end-filter--*/
.crumbs-block {
    background: rgba(1, 1, 1, 0.3);
    padding: 10px 0;
    font-size: 13px;
    color: #109eda;
}

.crumbs-block a {
    color: #fff;
}

.catalog {
    text-align: center;
}

.catalog .list-name {
  margin-bottom: 50px;
  background: rgba(1, 1, 1, 0.05);
  font-weight: 700;
  font-size: 30px;
  padding: 10px;
}
.catalog .list-name img {
  vertical-align: middle;
  margin-right: 20px;
}
.catalog .list-name a {
  display: inline-block;
  text-decoration: none;
  font-weight: 600;
  font-size: 15px;
  color: #109eda;
  border: 1px solid #109eda;
  background: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  margin-left: 15px;
  padding: 15px 30px;
}
.catalog .list-name a:hover {
  background: #109eda;
  color: #fff;
}
.catalog .list {
  margin: 0 -10px 50px -10px;
}
.catalog .list .item {
  margin: 10px;
  box-shadow: rgba(1, 1, 1, 0.1) 0 0 10px;
  position: relative;
  background: #fff;
  display: inline-block;
  width: 23%;
	text-align: left;
	vertical-align: top;
}
.catalog .list .item .rieltor {
    min-height: 57px;
}

.catalog .list .item:hover .image:after {
  opacity: 1;
}
.catalog .list .item:hover .image a {
  display: block;
}
.catalog .list .item .image {
  position: relative;
}
.catalog .list .item .image:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.3);
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
  opacity: 0;
}
.catalog .list .item .image a {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-decoration: none;
  font-weight: 600;
  font-size: 16px;
  color: #f85d08;
  border: 1px solid #f85d08;
  background: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 15px 60px;
  z-index: 4;
  display: none;
}
.catalog .list .item .image a:hover {
  background: #f85d08;
  color: #fff;
}
.catalog .list .item .image span {
  position: absolute;
  left: 0;
  bottom: 0;
  font-weight: 700;
  color: #fff;
  font-size: 13px;
  background: #109eda url('/img/hand.png') no-repeat 5px 50%;
  padding: 2px 10px 4px 30px;
  z-index: 3;
}
.catalog .list .item .image img {
  width: 100%;
}
.catalog .list .item .info {
  padding: 20px 15px;
}
.catalog .list .item .info .name {
  display: block;
  font-weight: 600;
  text-decoration: none;
  font-size: 16px;
  margin-bottom: 20px;
}
.catalog .list .item .info .size {
  font-size: 13px;
  padding-left: 25px;
  background: url('/img/size.png') no-repeat 0 5px;
  margin-bottom: 5px;
}
.catalog .list .item .info .adress {
  font-size: 13px;
  padding: 3px 0 3px 25px;
  background: url('/img/pointer.png') no-repeat 0 5px;
  margin-bottom: 15px;
  min-height: 65px;
}
.catalog .list .item .info .price {
  font-weight: 700;
  font-size: 20px;
}
.catalog .list .item .link {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
}
.catalog .list .slick-prev,
.catalog .list .slick-next {
  position: absolute;
  padding: 0;
  font-size: 0;
  z-index: 2;
  width: 44px;
  height: 44px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  box-shadow: rgba(1, 1, 1, 0.2) 0 0 10px;
  filter: grayscale(100%);
  top: -110px;
}
.catalog .list .slick-prev:hover,
.catalog .list .slick-next:hover {
  filter: none;
}
.catalog .list .slick-prev {
  right: 80px;
  background: url('/img/prev.png');
}
.catalog .list .slick-next {
  right: 20px;
  background: url('/img/next.png');
}

.map_more img {
    max-width: 100%;
    display: block;
    margin: 0 auto;
}

.map_more a {
    text-decoration: none;
}

.map_more a p {
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background: #f85d08;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
    max-width: 315px;
    text-align: center;
    padding: 15px 5px;
    margin: 10px auto 20px auto;
}


.map_more a p:hover {
    background: #109eda
}

.text p {
  font-size: 16px;
  margin-bottom: 30px;
  line-height: 22px;
}

.text ul {
    list-style-type: disclosure-closed;
    padding-left: 25px;
    margin-bottom: 25px;
    }

.text ul li {
    font-size: 16px;
   }

.form_razdel1 label input {
    height: 52px;
    font-size: 15px;
    padding: 0 20px;
    font-weight: 700;
    background: whitesmoke;
    width: 100%;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    margin: 10px 0 5px 0;
}

.form_razdel1 label {
    display: inline-block;
    width: 32%;
    margin-right: 15px;
    font-size: 16px;
    text-align: left;
}

.form_razdel1 label:last-child {
    margin-right: 0;
}

.kredit_iptech {
    background: white;
    padding: 30px;
    margin-bottom: 25px;
    box-shadow: rgb(1 1 1 / 10%) 0 0 10px;
}

.pol_div div {
    font-size: 15px;
    padding: 0 20px;
    font-weight: 700;
    background: whitesmoke;
    width: 110px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    margin: 10px 0 5px 0;
    padding: 15px 15px;
    display: inline-block;
}

.form_razdel2 {
    font-size: 16px;
    margin-bottom: 15px;
    border-bottom: 1px solid #f85d08;
    text-align: center;
    padding-bottom: 10px;
}

.form_razdel1 {
    margin-bottom: 15px;
    border-bottom: 1px solid #f85d08;
    text-align: center;
    padding-bottom: 10px;
}

.date_b input, .form_razdel3 input {
    height: 52px;
    font-size: 15px;
    padding: 0 20px;
    font-weight: 700;
    background: whitesmoke;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    margin: 10px 0 5px 0;
    display: block;
}

.date_b {
    display: inline-block;
    vertical-align: top;
    margin-right: 15px;
    text-align: left;
}

.pol_div {
    display: inline-block;
    vertical-align: top;
    margin-right: 15px;
    text-align: left;
}

.form_razdel3 {
    font-size: 16px;
    margin-bottom: 15px;
    border-bottom: 1px solid #f85d08;
    text-align: center;
    padding-bottom: 10px;
}

.form_razdel3 label {
    display: inline-block;
    margin-right: 15px;
    vertical-align: top;
    text-align: left;
}

.birth-location {
    width: 65%;
    margin-right: 0;
}

.birth-location input {width: 100%;}

.form_razdel3 .pas input {display: inline-block;}

.form_razdel3 .pas span {
    display: block;
}

.form_razdel3 .pas {margin-bottom: 15px;}

.form_razdel3 .kod-podrazd {
    margin: 0;
    width: 33%;
}

.form_razdel3 .pas .seria {
    margin-right: 15px;
}

.form_razdel3 .kod-podrazd input {
    width: 98%;
}

.form_razdel3 .myfil input {
    padding-top: 15px;
}

.form_razdel3 .t_area textarea {
    height: 52px;
    font-size: 15px;
    padding: 0 20px;
    font-weight: 700;
    background: whitesmoke;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    margin: 10px 0 5px 0;
    display: block;
    width: 100%;
}

.form_razdel3 .t_area {
    width: 44%;
    margin-right: 0;
}

.form_razdel4 {
    font-size: 16px;
    margin-bottom: 15px;
}

.form_razdel4 .phone.time_pl {display: none;}

.form_razdel4 input {
    height: 52px;
    font-size: 15px;
    padding: 0 20px;
    font-weight: 700;
    background: whitesmoke;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    margin: 10px 0 5px 0;
    display: block;
    width: 99%;
}

.form_razdel4 label {
    display: inline-block;
    width: 32%;
    margin-right: 15px;
}

.form_razdel4 label:nth-child(3) {margin-right: 0;}

.kredit_iptech .subbtn {
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background: #f85d08;
    width: 265px;
    height: 54px;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
    cursor: pointer;
    margin: 0 0 0 auto;
    display: block;
}

.phone.time_pl {
    display: none;
}

.kredit_iptech .subbtn:hover {
    background: #109eda;
}


.office {
    text-align: center;
}

.office__item {
    background: white;
    -webkit-border-radius: 6px 6px 0 0;
    -moz-border-radius: 6px 6px 0 0;
    border-radius: 6px 6px 0 0;
    box-shadow: rgb(1 1 1 / 10%) 0 0 10px;
    margin-bottom: 25px;
    padding-bottom: 15px;
	display: inline-block;
	width: 47%;
    margin-right: 2%;
    text-align: left;
    vertical-align: top;
}

.office__item .office__title {
    background: #f85d08;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    padding: 15px 5px 15px 25px;
    -webkit-border-radius: 6px 6px 0 0;
    -moz-border-radius: 6px 6px 0 0;
    border-radius: 6px 6px 0 0;
    margin-bottom: 10px;
}

.office__item div {
    padding: 15px 5px 15px 50px;
}

.office__item div span {
    font-weight: 700;
}

.office__location, .employee__location {
    background: url(/pics/location.png) no-repeat left 20px center;
    background-size: 17px;
}

.office__phone, .employee__phone {
    background: url(/img/phone.png) no-repeat left 21px center;
    background-size: 15px;
}

.office__time, .employee__time {
    background: url(/pics/time.png) no-repeat left 20px center;
    background-size: 17px;
}

.office__mail, .employee__mail {
    background: url(/img/mail.png) no-repeat left 21px center;
    background-size: 15px;
}

.office__item:last-child {
    margin-right: 0;
}

.employee {
    text-align: center;
}

.employee__item {
    background: white;
    -webkit-border-radius: 6px 6px 0 0;
    -moz-border-radius: 6px 6px 0 0;
    border-radius: 6px 6px 0 0;
    box-shadow: rgb(1 1 1 / 10%) 0 0 10px;
    margin-bottom: 25px;
    padding-bottom: 15px;
    display: inline-block;
    width: 29%;
    margin-right: 2%;
    text-align: left;
    min-height: 325px;
    vertical-align: top;
}

.employee__item .employee__title {
    background: #179cd8;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    padding: 15px 5px 15px 17px;
    -webkit-border-radius: 6px 6px 0 0;
    -moz-border-radius: 6px 6px 0 0;
    border-radius: 6px 6px 0 0;
    margin-bottom: 10px;
}

.employee__item div {
    padding: 15px 5px 15px 50px;
}

.employee__item div span {
    font-weight: 700;
}

.office__item:last-child {
    margin-right: 0;
}

.employee__item:last-child {
    margin-right: 0;
}

.employee__experience {
    background: url(/pics/experience.png) no-repeat left 21px center;
    background-size: 15px;
}
.office__item div a {
    white-space: nowrap;
}


.item-page .photos .slick-initialized .slick-slide a {
    display: flex;
    align-items: center;
    max-height: 465px;
}

.item-page .photos .slider-nav.slick-initialized .slick-slide a {
    max-height: 90px;
}

.list .item .image {  
max-height: 300px;
overflow: hidden;
}

.credit {
    background: white;
    padding: 30px;
    margin-bottom: 25px;
    box-shadow: rgb(1 1 1 / 10%) 0 0 10px;
}

.max_cr {
    font-size: 22px;
    margin-bottom: 20px;
    font-weight: 600;
}

.calc_form {
    display: inline-block;
    width: 60%;
    vertical-align: middle;
}

.cred_img {
    display: inline-block;
    width: 39%;
    vertical-align: middle;
}

.mim_cr {
    font-size: 15px;
    margin: 20px 0 0 0;
}

.calc_form label {
    display: block;
    font-size: 18px;
    margin-bottom: 30px;
}

.calc_form label input {
    display: inline-block;
    vertical-align: middle;
    font-size: 15px;
    padding: 15px 0 15px 20px;
    font-weight: 700;
    background: whitesmoke;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    margin: 0;
}

.calc_form label span {
    display: inline-block;
    min-width: 320px;
    vertical-align: middle;
}

.calc_form input[type="button"] {
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background: #f85d08;
    width: 265px;
    height: 54px;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
    cursor: pointer;
    margin: 0 auto;
    display: block;
}


.application-form {
    background: white;
    padding: 30px;
    margin-bottom: 25px;
    box-shadow: rgb(1 1 1 / 10%) 0 0 10px;
    text-align: center;
}

.application-form__item {
    display: inline-block;
    width: 31%;
    margin-right: 2%;
    vertical-align: top;
}

.application-form input {
    height: 52px;
    font-size: 15px;
    padding: 0 20px;
    font-weight: 700;
    background: whitesmoke;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    margin: 0 0 25px 0;
    display: block;
    width: 100%;
}

.application-form select {
    height: 52px;
    font-size: 16px;
    appearance: none;
    padding: 0 10px;
    background: whitesmoke url(/img/select.png) no-repeat right 10px top 50%;
    width: 100%;
    margin: 0 0 25px 0;
    border-radius: 6px;
}

.application-form textarea {
    background: whitesmoke;
    border-radius: 6px;
    width: 100%;
    min-height: 52px;
    box-sizing: border-box;
    height: 52px;
    padding: 15px 15px 15px 20px;
}

.application-form form span {
    font-size: 18px;
    margin-bottom: 10px;
    display: block;
    text-align: left;
}

.application-form__item img {
    margin-top: 45px;
    cursor: pointer;
}

.application-form__btn {
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background: #f85d08;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
    cursor: pointer;
    display: block;
    font-size: 17px;
    padding: 14px 5px;
    margin-top: 35px;
}

.application-form__btn:hover {
    background: #109eda;
}

.top-btn {
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background: #f85d08;
    width: 320px;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    padding: 15px 5px;
    height: 54px;
    box-sizing: border-box;
}

.top-btn:hover {
    background: #109eda;
}

.content p{
    padding: 5px 0;
    font-size: 16px;
}


.content ul li {
    padding: 5px 0;
    list-style-type: disc;
    font-size: 16px;
}

.content ul{
  margin-left: 20px;
}

.content{
  margin-bottom: 30px;
}
.footer .phone.email {
    right: 91px;
    background: url(/img/email2.png);
}




@media (max-width: 1200px) {
  .wrap {
    width: 970px;
  }
  .index-first-block .top-menu ul li a {
    padding: 18px 12px;
  }
  .index-first-block .header input[type='button'] {
    width: 100%;
    margin-top: 20px;
  }
  .index-first-block .filter input[type='text'] {
    padding: 0 10px;
  }
  .calc-block a {
    margin: 20px!important;
  }
  .footer .logo {
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
  }
  .page-filter input[type='text'] {
    padding: 0 10px;
  }
  .item-page .info .item {
    padding: 15px 100px 15px 30px;
  }
  .item-page .photos .slider-nav {
    margin: 0 -10px;
  }
  .item-page .photos .slider-nav .item {
    margin: 0 10px;
  }
    /*--filter--*/
  .filter-block div {
		font-size: 15px;
	}

	.filter-block .select select {
		font-size: 14px;
	}
	/*--filter-end--*/

.catalog .list .item {
    width: 31%;
}
.office__item {
    min-height: 365px;
}
.employee__item {
    min-height: 365px;
}
.top-btn {
    width: 100%;
    margin-top: 20px;
}

}
@media (max-width: 992px) {
  .wrap {
    width: 747px;
  }
  .index-first-block .top-menu ul li a {
    font-size: 13px;
    padding: 10px 6px;
  }
  .index-first-block .top-menu .social {
    padding-top: 2px;
  }
  .index-first-block .header .logo {
    width: 300px;
  }
  .index-first-block .header {
    margin-bottom: 150px;
  }
  .index-catalog .list-name {
    margin-bottom: 100px;
  }
  .index-catalog .list .slick-prev,
  .index-catalog .list .slick-next {
    top: -75px;
    margin-right: -10px;
  }
  .index-catalog .list-name a {
    display: block;
    margin: 10px 0 0 0;
    text-align: center;
  }
  .index-first-block .filter input[type='submit'] {
    width: 100%;
    margin: 0;
    border-radius: 0 0 6px 6px;
  }
  .index-first-block .filter select {
    width: 20%;
  }
  .index-first-block .filter input[type='text'] {
    width: 20%;
  }
  .index-first-block .filter input[type='text']:nth-child(5) {
    border-right: 0;
    border-radius: 0 6px 0 0;
  }
  .calc-block {
    padding: 150px 0;
  }
  .footer ul {
    width: 100%;
    margin-bottom: 30px;
    column-count: 3;
  }
  .footer .dev {
    margin: 0 auto;
  }
  .page-filter input[type='submit'] {
    width: 100%;
    margin: 0;
    border-radius: 0 0 6px 6px;
  }
  .page-filter select {
    width: 20%;
  }
  .page-filter input[type='text'] {
    width: 20%;
  }
  .page-filter input[type='text']:nth-child(5) {
    border-right: 0;
    border-radius: 0 6px 0 0;
  }
  .item-page .info .item {
    padding: 15px 30px;
  }
  .item-page .text .map {
    width: auto;
    float: none;
    margin: 0 0 30px 0;
    display: none;
  }
  .item-page .text .map.mob {
    display: block;
  }
  /*--filter--*/
  .filter-block div:last-child {
    width: 100%;
}

.filter-block div {
    width: 18%;
}

.filter-block {
    padding: 10px 0 0 0;
}

.filter-block .submit input {
    margin: 0;
    -webkit-border-radius: 0 0 6px 6px;
    -moz-border-radius: 0 0 6px 6px;
    border-radius: 0 0 6px 6px;
}
/*--filter-end--*/
.catalog .list .item {
    width: 30%;
}

.form_razdel1 label {
    width: 100%;
    margin-right: 0;
}

.form_razdel2 {
    text-align: left;
}

.birth-location {
    width: 100%;
}

.form_razdel3 .pas {
    width: 100%;
}

.form_razdel3 .pas input {
    width: 48%;
}

.form_razdel3 label {
    width: 100%;
    margin-right: 0;
}

.form_razdel3 {
    text-align: left;
}

.date_b input, .form_razdel3 input {
    width: 100%;
}

.form_razdel3 .kod-podrazd input {
    width: 100%;
}

.form_razdel3 .kod-podrazd {
    width: 100%;
}

.form_razdel3 .t_area {
    width: 100%;
}

.form_razdel4 label {
    width: 100%;
    margin-right: 0;
}

.kredit_iptech .subbtn {
    margin: 20px auto;
}
.office__item {
    width: 100%;
    min-height: auto;
    margin-right: 0;
}

.employee__item {
    width: 100%;
    min-height: auto;
    margin-right: 0;
}
.calc_form {
    display: block;
    width: 100%;
    margin-bottom: 25px;
}

.cred_img {
    display: block;
    width: 100%;
    text-align: center;
}

.application-form__item {
    width: 47%;
}

.application-form__btn {
    margin: 5px auto 25px auto;
    display: block;
}

}
@media (max-width: 768px) {
  .wrap {
    width: 556px;
  }
  .menubg {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(1, 1, 1, 0.7);
    z-index: 11;
    display: none;
  }
  .top-menu {
    position: fixed;
    width: 280px;
    height: 100%;
    top: 0;
    left: -280px;
    z-index: 12;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
  }
  .top-menu.opened {
    left: 0;
  }
  .index-first-block .top-menu .wrap {
    width: auto;
    padding: 0;
  }
  .index-first-block .top-menu ul {
    width: 100%;
  }
  .index-first-block .top-menu ul li {
    display: block;
  }
  .index-first-block .top-menu ul li a {
    padding: 10px 20px;
    font-size: 16px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    display: block;
  }
  .index-first-block .top-menu .social {
    width: 100%;
    text-align: center;
    padding: 15px 0;
  }
  .index-first-block .header .phones:nth-child(2) {
    display: none;
  }
  .index-first-block .header .menu-button {
    display: block;
  }
  .index-first-block {
    padding-bottom: 40px;
  }
  .index-first-block .header {
    margin-bottom: 40px;
  }
  .index-first-block .filter select {
    width: 33.33334%;
    border-bottom: 1px solid #e3e3e3;
  }
  .index-first-block .filter input[type='text'] {
    width: 50%;
  }
  .index-first-block .filter {
    overflow: hidden;
  }
  .footer .phone {
    right: 10px;
  }
  .footer .totop {
    right: 133px;
}
  .footer .phone.email {
    right: 71px;
  }
  .page-filter select {
    width: 33.33334%;
    border-bottom: 1px solid #e3e3e3;
  }
  .page-filter input[type='text'] {
    width: 50%;
  }
  .page-filter {
    overflow: hidden;
  }
  .item-page .photos {
    width: 100%;
  }
  .item-page .info {
    width: 100%;
  }
  .index-first-block .header input[type='button'] {
    order: 100;
  }
  /*--filter--*/
  .filter-block .select {
		width: 31%;
	}

	.filter-block .input {
		width: 47%;
		margin-top: 5px;
	}

	.filter-block .select:nth-child(3) select {
		border: none;
	}
/*--filter-end--*/
.catalog .list .item {
    width: 45%;
}
.calc_form label span {
    display: block;
    width: 100%;
    margin-bottom: 10px;
}

.calc_form label input {
    display: block;
    width: 100%;
}

.top-btn {
    order: 100;
}

}
@media (max-width: 576px) {
  .wrap {
    width: auto;
    padding: 0 10px;
  }
  .index-first-block .header .logo {
    width: 100%;
    text-align: center;
    margin-left: 0;
  }
  .index-first-block .filter select {
    width: 100%;
  }
  .index-catalog .list-name {
    font-size: 24px;
  }
  .index-catalog .list-name img {
    zoom: .8;
  }
  .index-about .block-name {
    font-size: 24px;
    background: url('/img/block-name.png') no-repeat 0 8px;
  }
  .index-about .list {
    margin: 80px -10px 0 -10px;
  }
  .index-about .list .slick-prev,
  .index-about .list .slick-next {
    top: -55px;
  }
  .calc-block {
    padding: 60px 0;
  }
  .calc-block a img {
    display: block;
    margin: 0 auto 10px auto;
  }
  .calc-block a {
    padding: 15px 20px;
  }
  .contacts-block .contacts {
    width: auto;
    position: relative;
    padding: 30px 0;
    background: none;
    color: #000;
  }
  .contacts-block .contacts a {
    color: #000 !important;
  }
  .contacts-block .contacts a:hover {
    color: #109eda !important;
  }
  .contacts-block .map {
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    width: auto;
    height: 300px;
  }
  .footer ul {
    column-count: 1;
    margin: 0 auto;
    width: auto;
    margin-bottom: 30px;
  }
  .popup .window {
    width: 300px;
    padding: 20px;
  }
  .popup .window p {
    font-size: 24px;
  }
  .popup .window .close {
    right: 0;
  }
  .page-filter select {
    width: 100%;
  }
  .index-first-block .navi {
    margin-top: 20px;
  }
  .item-page .photos .slider-nav {
    margin: 0 -5px;
  }
  .item-page .photos .slider-nav .item {
    margin: 0 5px;
  }
  .item-page .info .item {
    padding: 15px 20px;
  }
  .item-page .info .item div img {
    margin-right: 20px;
  }
  .item-page .text p .dots {
    display: none;
  }
  .index-catalog .block-name {
    margin-bottom: 100px;
  }
  .footer {
    padding: 40px 0 80px;
  }
  .contacts-block {
    text-align: center;
  }
  /*--filter--*/
  .filter-block .select {
    width: 100%;
    margin: 0;
    padding: 10px 10px;
    box-sizing: border-box;
    border-bottom: 1px solid #e3e3e3;
}

.filter-block .select select {
    border-right: none;
    height: 35px;
    margin-top: 0;
}

.filter-block .input input {
    height: 45px;
}

.filter-block .submit input {
    height: 45px;
}
/*--filter-end--*/

.catalog .list .item {
    width: 95%;
    margin: 10px 0;
    max-width: 320px;
}
.catalog .list .item .info .adress {
    min-height: auto;
}
h1 {
    font-size: 24px;
}
.kredit_iptech {
    padding: 30px 10px;
}

.form_razdel3 .pas input {
    width: 100%;
    margin-right: 0;
}

.date_b {
    width: 100%;
}

.pol_div {
    width: 100%;
}

.pol_div div {
    width: 100%;
    box-sizing: border-box;
}
.item-page .photos .slick-initialized .slick-slide a {
    max-height: 350px;
}

.item-page .photos .slider-nav.slick-initialized .slick-slide a {
    max-height: 70px;
}
.credit {
    padding: 30px 10px;
}

.max_cr {
    font-size: 19px;
}

.application-form__item {
    width: 100%;
    margin-right: 0;
}

.application-form__btn {
    margin: 20px auto 25px auto;
}

.application-form textarea {
    height: 90px;
}

.application-form {
    padding: 30px 10px;
}

}
