@font-face {
  font-family: 'Caviar Dreams';
  font-style: normal;
  font-weight: 400;
  src: local('Caviar Dreams'), local('CaviarDreams-Regular'), url(../font/cav/cav-dr.woff) format('woff'), url(../font/cav/cav-dr.ttf) format('truetype');
}
html {
  position: relative;
  margin: 0;
  padding: 0;
  font-family: Arial, Helvetica, sans-serif;
  background: #fdfdfd;
  max-width: 100%;
}
body {
  position: relative;
  margin: 0;
  padding: 0;
  max-width: 100%;
  background: #ffffff;
  margin: 0 auto;
  color: #3e4e53;
}
img {
  border: 0;
  height: auto;
}
header .wrap .wrapInner {
  background: linear-gradient(-90deg, #4977D5 0%, #80AFEC 100%);
  width: 100%;
}
header .wrap .wrapInner .top {
  max-width: 1240px;
  height: 40px;
  margin: 0 auto;
  color: #ffffff;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .wrap .wrapInner .top .firmName {
  padding-left: 1em;
}
header .wrap .wrapInner .top nav ul {
  list-style: none;
  display: flex;
  justify-content: space-between;
  margin: 0;
  padding: 0;
}
header .wrap .wrapInner .top nav ul li a {
  color: #fff;
  padding: 0px 1em;
}
header .wrap .bottom {
  max-width: 1240px;
  margin: 0 auto;
  margin-top: 30px;
  margin-bottom: 30px;
  display: flex;
  justify-content: space-between;
}
header .wrap .bottom .logo img {
  width: 134px;
}
header .wrap .bottom .headAdress {
  display: flex;
}
header .wrap .bottom .headAdress > div {
  display: flex;
  align-items: center;
  max-width: 420px;
  margin-left: 2em;
}
header .wrap .bottom .headAdress > div .textAdr {
  padding-right: 1em;
  text-align: right;
  font-size: 14px;
}
header .wrap .bottom .headAdress > div .textAdr .mapsLinkTop a {
  border-radius: 10px;
  color: #444444;
  font-weight: 400;
}
header .wrap .bottom .headAdress > div .textAdr .mapsLinkTop a img {
  width: 22px;
  height: 22px;
  border-radius: 50px;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}
header .wrap .bottom .headAdress > div .textAdr b {
  display: block;
}
header .wrap .bottom .headAdress > div .mapsAdr img {
  width: 72px;
  max-height: 100%;
  border: 1px solid #E9E9E9;
}
.slide {
  background: url(../img/bkg-slide.jpg) no-repeat;
  background-size: cover;
  max-height: 650px;
}
.slide .wrap h1 {
  font-family: 'Caviar Dreams';
  text-align: center;
  color: #ffffff;
  font-size: 2.95em;
  line-height: 1.5em;
  padding: 35px 0;
}
.slide .wrap h1.innerPage {
  font-size: 2em;
}
.slide .wrap .advant {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 760px;
  margin: 0 auto;
  margin-top: 40px;
  padding-bottom: 40px;
}
.slide .wrap .advant > div {
  display: flex;
  align-items: center;
  width: 31%;
  margin: 0.5em 1%;
}
.slide .wrap .advant > div div img {
  max-width: 46px;
  margin-right: 1em;
}
.innerPage .slide {
  background: #6894f5 !important;
}
.block .wrap {
  padding: 100px 0;
  max-width: 1240px;
  margin: 0 auto;
}
.block .wrap h2 {
  font-family: 'Caviar Dreams';
  text-align: center;
  margin: 0 0 60px 0;
}
.blue {
  background: #F0F5FF;
}
.btn-default {
  display: block;
  margin: 0 auto;
  text-align: center;
  max-width: 420px;
  background: #6894f5;
  border: 1px solid #4977D5;
  border-radius: 9px;
  color: #ffffff !important;
  text-transform: uppercase;
  padding: 1em 2em;
  transition: all 0.3s ease;
  text-decoration: none !important;
}
.btn-default:hover {
  color: #fff;
  background: #4977d4;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.49);
}
.btn-default:active {
  box-shadow: inset 0px 0px 3px rgba(0, 0, 0, 0.49);
}
.menuExpert {
  list-style: none;
  -webkit-column-width: 33%;
  -moz-column-width: 33%;
  column-width: 33%;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
  padding-bottom: 30px;
}
.menuExpert > li {
  margin-bottom: 0.5em;
}
.menuExpert > li > img {
  max-width: 22px;
  max-height: 22px;
  margin-right: 0.3em;
}
.menuExpert > li > a {
  font-weight: bold;
  vertical-align: middle;
  color: #3F3F3F;
}
.menuExpert > li ul {
  list-style: none;
  margin-top: 0.5em;
}
.menuExpert > li ul li {
  margin: 0.2em 0;
}
.menuExpert > li ul li a {
  color: #7F7F7F;
}
.menuExpert > li ul li a:before {
  content: '\2014';
  display: inline-block;
  padding-right: 0.5em;
  font-weight: 100;
}
.zakazBox {
  display: flex;
  justify-content: space-between;
}
.zakazBox div {
  margin-right: 1em;
}
.zakazBox div:last-child {
  margin-right: 0;
}
.zakazBox div b {
  color: #3F3F3F;
  font-family: 'Caviar Dreams';
  font-size: 2em;
  font-weight: bold;
  display: block;
  text-align: center;
}
.zakazBox div span {
  color: #7F7F7F;
  display: block;
  text-align: center;
}
footer {
  background: #22262C;
  max-height: 200px;
  padding: 2em 0;
}
footer a {
  color: #6895F5;
}
footer a:hover {
  color: #6895F5;
}
footer .wrap {
  max-width: 1240px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
footer .wrap .logo {
  margin-right: 2em;
}
footer .wrap .logo img {
  max-width: 130px;
}
footer .wrap .textBox {
  text-align: right;
}
footer .wrap .textBox .contact {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 0.5em;
}
footer .wrap .textBox .contact > div {
  margin-right: 2em;
}
footer .wrap .textBox .contact > div:last-child {
  margin-right: 0;
}
footer .wrap .textBox .contact > div b {
  color: #ffffff;
  display: block;
  font-size: 0.9em;
}
footer .wrap .textBox .contact > div b a {
  color: #ffffff;
  font-weight: 100;
}
footer .wrap .politic {
  font-size: 0.85em;
  color: #ffffff;
  text-align: justify;
  line-height: 1.3em;
  font-weight: 100;
}
footer .wrap .siteintime {
  text-align: right;
  color: #7F7F7F;
  font-size: 0.8em;
  margin-top: 1em;
  opacity: 0.8;
}
.myClient > div {
  vertical-align: middle;
  text-align: center;
}
.myClient > div img {
  max-width: 250px;
  max-width: 80%;
  max-height: 140px;
  display: inline-block;
  margin: 0 auto;
  padding: 0 10%;
}
.myClient > div .slick-slide {
  outline: none;
}
.maps {
  width: 100%;
  height: 280px;
  position: relative;
  border-top: 1px solid #dbdbdb;
}
.maps .wrap {
  max-width: 100%;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
}
.maps .wrap .title {
  font-size: 1.8em;
  width: 380px;
  background: #fff;
  padding: 5px 40px 15px 40px;
  position: absolute;
  top: 0px;
  left: 50%;
  margin-left: -180px;
  border-radius: 0px 0px 15px 15px;
  border-bottom: 1px solid #dbdbdb;
  border-left: 1px solid #dbdbdb;
  border-right: 1px solid #dbdbdb;
}
.maps .wrap #spbMapBut,
.maps .wrap #murmMapBut {
  padding: 10px 15px;
  background: #fff;
}
.maps .wrap .buttonMaps {
  position: absolute;
  z-index: 100;
}
.maps .wrap #spbMap {
  top: 0;
}
.maps .wrap .active {
  opacity: 1;
  width: 100%;
  height: 250px;
  display: block;
}
.maps .wrap #map {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
}
.maps .wrap #my-listbox {
  margin-left: 0.5em;
}
.maps .wrap #my-listbox li {
  padding: 0.5em 1em;
}
.maps .wrap #my-listbox li:hover {
  background: #d7d7d7;
  cursor: pointer;
}
.linkBlack {
  color: #3F3F3F !important;
}
.mobileHide {
  display: none;
}
.desktopHide {
  display: block;
}
.popupFeedback {
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  background: #fff;
  display: none;
  justify-content: center;
  overflow: scroll;
}
.popupFeedback .wrap {
  height: auto;
  display: block;
  margin: 0 auto;
  max-width: 680px;
  overflow: scroll;
}
.popupFeedback .wrap .error {
  font-size: 0.9em;
}
.breadcrumb {
  padding: 1em;
  list-style: none;
  color: #7f7f7f;
  font-size: 0.7em;
  font-weight: 100;
  background: #f0f5ff;
}
.breadcrumb li {
  display: inline-block;
  max-width: 300px;
  overflow: hidden;
  white-space: nowrap;
  position: relative;
  text-overflow: ellipsis;
  vertical-align: top;
  padding: 0 2px 0 2px;
}
.breadcrumb li:hover {
  max-width: 100%;
  background: #ffffff;
  /* Цвет фона */
  white-space: normal;
  /* Обычный перенос текста */
  border-radius: 5px;
}
.breadcrumb li a {
  color: #4977d4;
}
.breadcrumb li a:after {
  content: '>';
  color: #9a9a9a;
  vertical-align: middle;
  padding: 0 0px 0 5px;
}
.breadcrumb li a:hover {
  text-decoration: none;
  color: #4977d4;
}
.content .wrap {
  padding: 50px 0;
}
.content .wrap h2 {
  margin: 35px 0 25px 0;
}
.titleForm {
  font-family: 'Caviar Dreams';
  text-align: center;
  color: #000000;
  font-size: 2em;
  line-height: 1em;
  padding: 35px 0;
}
.marginZero {
  flex: 1;
  margin-right: 2em;
}
.cmn-toggle-switch__htx {
  background-color: #6594e1;
  border-radius: 5px;
}
.cmn-toggle-switch__htx span {
  -webkit-transition: background 0 0.3s;
  transition: background 0 0.3s;
}
.cmn-toggle-switch__htx span::before,
.cmn-toggle-switch__htx span::after {
  -webkit-transition-duration: 0.3s, 0.3s;
  transition-duration: 0.3s, 0.3s;
  -webkit-transition-delay: 0.3s, 0;
  transition-delay: 0.3s, 0;
}
.cmn-toggle-switch__htx span::before {
  -webkit-transition-property: top, -webkit-transform;
  transition-property: top, transform;
}
.cmn-toggle-switch__htx span::after {
  -webkit-transition-property: bottom, -webkit-transform;
  transition-property: bottom, transform;
}
/* active state*/
.cmn-toggle-switch__htx.active {
  background-color: #6493e0;
}
.cmn-toggle-switch__htx.active span {
  background: none;
}
.cmn-toggle-switch__htx.active span::before {
  top: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cmn-toggle-switch__htx.active span::after {
  bottom: 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.cmn-toggle-switch__htx.active span::before,
.cmn-toggle-switch__htx.active span::after {
  -webkit-transition-delay: 0, 0.3s;
  transition-delay: 0, 0.3s;
}
.cmn-toggle-switch {
  display: inline-block;
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 50px;
  height: 40px;
  font-size: 0;
  text-indent: -9999px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-shadow: none;
  border-radius: none;
  border: none;
  cursor: pointer;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
.cmn-toggle-switch:focus {
  outline: none;
}
.cmn-toggle-switch span {
  display: block;
  position: absolute;
  top: 19px;
  left: 10px;
  right: 10px;
  height: 3px;
  background: white;
}
.cmn-toggle-switch span::before,
.cmn-toggle-switch span::after {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #fff;
  content: "";
}
.cmn-toggle-switch span::before {
  top: -10px;
}
.cmn-toggle-switch span::after {
  bottom: -10px;
}
/*# sourceMappingURL=styles.css.map */
