@charset "UTF-8";
@import "../css/button-switcher.css";
@font-face {
  font-family: 'pfdintextcompproregular';
  src: url('../fonts/pfdintextcompproregular.eot');
  src: url('../fonts/pfdintextcompproregular.eot') format('embedded-opentype'), url('../fonts/pfdintextcompproregular.woff2') format('woff2'), url('../fonts/pfdintextcompproregular.woff') format('woff'), url('../fonts/pfdintextcompproregular.ttf') format('truetype'), url('../fonts/pfdintextcompproregular.svg#pfdintextcompproregular') format('svg');
}
html {
  position: relative;
  min-height: 100%;
}
body {
  margin-bottom: 467px;
  /* Margin bottom by footer height */
  font-family: 'PT Sans', sans-serif;
  font-size: 16px;
  line-height: normal;
}
.container {
  /*width: 1170px;
	min-width: 1170px;*/
}
a {
  color: #1b6fb8;
  text-decoration: none;
}
a:focus,
a:active {
  outline: none;
}
input,
textarea {
  outline: none;
}
.enter {
  color: #ffffff;
  font-family: "pfdintextcompproregular";
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0.16px;
  width: 126px;
  height: 28px;
  background-color: #ff6700;
  display: block;
  text-align: center;
  margin: 0 auto;
  outline: none;
}
.enter:hover,
.enter:active,
.enter:focus {
  color: #ffffff;
  text-decoration: none;
  outline: none;
}
.sigin {
  color: #ff6700;
  font-family: "pfdintextcompproregular";
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0.16px;
  border: 2px solid #ff6700;
  width: 126px;
  height: 28px;
  display: block;
  text-align: center;
  margin: 5px auto 0 auto;
  outline: none;
}
.sigin:hover,
.sigin:active,
.sigin:focus {
  color: #ff6700;
  text-decoration: none;
  outline: none;
}
.header.index {
  height: 931px;
  background: url(../images/top-bg.jpg) no-repeat center top #ffffff;
  min-width: 1170px;
}
.header .wrap {
  border-bottom: 1px solid #e1e1e1;
  position: relative;
}
.header .logo {
  padding: 15px 0 25px 0;
  /*border-right: 1px solid #e1e1e1;*/
  width: 224px;
  position: relative;
}
.header .logo img {
  max-width: 100%;
}
.header .logo:after {
  position: absolute;
  top: 0;
  right: -12px;
  width: 1px;
  height: 100%;
  display: block;
  content: "";
  background: #e1e1e1;
}
.header .adr {
  padding: 18px 0 0 0;
  color: #595959;
  font-family: "pfdintextcompproregular";
  font-size: 16px;
  font-weight: 400;
  white-space: nowrap;
  line-height: 20px;
}
.header .adr span {
  color: #8f8e8e;
}
.header .links {
  padding: 20px 0 0 0;
}
.header .linksMobile {
  display: none;
  padding: 0 0 0 25px;
  float: left;
}
.header .linksMobile .enter {
  float: left;
  margin: 0 10px 0 0;
}
.header .linksMobile .sigin {
  float: left;
  margin: 0;
}
.header .phoneList {
  float: right;
}
.header .phone {
  text-align: right;
  padding-top: 24px;
  position: relative;
  float: right;
  padding-left: 35px;
  font-family: "pfdintextcompproregular";
  float: left;
}
.header .phone a {
  color: #323232;
  font-size: 22px;
  font-weight: 400;
  line-height: 18px;
}
.header .phone a:hover {
  text-decoration: none;
}
.header .phone:after {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: 32px;
  background: #e1e1e1;
  top: 26px;
  right: -19px;
}
.header .phone:first-child {
  padding-left: 0;
}
.header .phone:last-child:after {
  display: none;
}
.header .phone span {
  color: #5d5d5d;
  font-size: 14px;
}
.header .phone i {
  font-style: normal;
  color: #ff6700;
}
.header #mobileMenuButton {
  display: none;
  float: left;
}
.header .langMobile {
  float: right;
  width: 32px;
  height: 32px;
  border: 4px solid #1b6fb8;
  text-align: center;
  line-height: 23px;
  color: #1c1c1c;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: -0.07px;
  margin: 18px 0 0 0;
  display: none;
}
.header .langMobile:hover {
  text-decoration: none;
}
.header .phonesMobile {
  float: right;
  width: 32px;
  height: 32px;
  border: 4px solid #1b6fb8;
  background: url(../images/phone-mobile.png) no-repeat center;
  cursor: pointer;
  margin: 18px 0 0 8px;
  display: none;
  padding: 0;
}
.header .phonesMobile:focus {
  outline: none;
}
.header .phonesMobile.active {
  background-image: url(../images/phone-mobile-white.png);
  background-color: #1b6fb8;
}
.header .menu {
  padding: 13px 36px 15px 0;
  position: relative;
  width: 100%;
  float: left;
}
.header .menu .lang {
  width: 36px;
  height: 36px;
  border: 4px solid #1b6fb8;
  float: right;
  text-align: center;
  line-height: 28px;
  position: absolute;
  display: block;
  right: 0;
  top: 7px;
  color: #1c1c1c;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: -0.07px;
  -webkit-transition: color 200ms linear;
  -moz-transition: color 200ms linear;
  -ms-transition: color 200ms linear;
  -o-transition: color 200ms linear;
  transition: color 200ms linear;
}
.header .menu .lang:hover {
  color: #1b6fb8;
  text-decoration: none;
  -webkit-transition: color 200ms linear;
  -moz-transition: color 200ms linear;
  -ms-transition: color 200ms linear;
  -o-transition: color 200ms linear;
  transition: color 200ms linear;
}
.header .menu ul li {
  text-align: left;
  /*&:last-child {
					text-align: right;
					width: 0.5%;

					a {
						width: 36px;
						height: 36px;
						border: 4px solid #1b6fb8;
						float: right;
						text-align: center;
						line-height: 28px;
						margin-top: -7px;
					}
				}*/
}
.header .menu ul li a {
  color: #1c1c1c;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: -0.07px;
  -webkit-transition: color 200ms linear;
  -moz-transition: color 200ms linear;
  -ms-transition: color 200ms linear;
  -o-transition: color 200ms linear;
  transition: color 200ms linear;
}
.header .menu ul li a:hover {
  color: #1b6fb8;
  text-decoration: none;
  -webkit-transition: color 200ms linear;
  -moz-transition: color 200ms linear;
  -ms-transition: color 200ms linear;
  -o-transition: color 200ms linear;
  transition: color 200ms linear;
}
.header .menu ul li.active a {
  color: #1b6fb8;
}
.header .menu ul li .dropdown-toggle:after {
  color: #b0b0b0;
}
.header .menu ul li.dropdown.show .dropdown-toggle {
  color: #1b6fb8;
}
.header .menu ul li.dropdown.show .dropdown-toggle:after {
  border-bottom: .3em solid;
  border-top: 0;
}
.header .menu .dropdown-menu {
  background: #f3f3f3;
  border-radius: 0;
  border: 0;
  margin-top: 17px;
}
.header .menu .dropdown-menu a.dropdown-item {
  color: #636363;
  padding: 11px 28px;
  font-size: 13px;
}
.header .menu .dropdown-menu a.dropdown-item:focus,
.header .menu .dropdown-menu a.dropdown-item:hover {
  background: transparent;
  color: #1b6fb8;
}
.header .menu .dropdown-menu .active a.dropdown-item {
  color: #1b6fb8;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 467px;
  background-color: #ffffff;
  border-top: 1px solid #e1e1e1;
}
.footer .sitemapMobile {
  display: none;
}
.footer .border {
  background: #e1e1e1;
  width: 1px;
  height: 467px;
  margin: 0 auto;
}
.footer .logo {
  padding-top: 29px;
  padding-bottom: 32px;
}
.footer .title {
  font-weight: 700;
  font-size: 18px;
  color: #2a2a2a;
  text-transform: uppercase;
  padding-bottom: 12px;
  letter-spacing: 0.8px;
}
.footer .title a {
  font-weight: 700;
  font-size: 18px;
  color: #2a2a2a;
}
.footer .text {
  font-size: 16px;
  color: #545454;
  padding-top: 9px;
}
.footer .text a {
  font-size: 16px;
  color: #1d62a2;
  text-decoration: underline;
  display: inline-block;
  margin-top: 8px;
}
.footer .phone {
  padding: 29px 0 18px 0;
  font-size: 24px;
  color: #181818;
  line-height: 20px;
}
.footer .phone a {
  font-size: 24px;
  color: #181818;
}
.footer .phone a:hover {
  text-decoration: none;
}
.footer .phone span {
  font-size: 13px;
}
.footer .phone2 {
  font-size: 24px;
  color: #323232;
  line-height: 36px;
}
.footer .phone2 a {
  font-size: 24px;
  color: #323232;
}
.footer .phone2 a:hover {
  text-decoration: none;
}
.footer .menu {
  list-style: none;
  margin: 0;
  padding: 3px 0 0 0;
}
.footer .menu li {
  list-style: none;
  padding-bottom: 18px;
  letter-spacing: 0.8px;
  line-height: 18px;
}
.footer .menu li.sitemap {
  padding-left: 35px;
  background: url(../images/sitemap.png) no-repeat left 2px;
}
.footer .menu li a {
  font-size: 16px;
  color: #3b3b3b;
  text-decoration: none;
}
.footer .links {
  padding-top: 20px;
}
.footer .links .enter {
  margin: 0;
}
.footer .links .sigin {
  margin: 6px 0 0 0;
}
.footer .copy {
  color: #3b3b3b;
  font-size: 16px;
  padding-top: 32px;
}
.footer .pl55 {
  padding-left: 55px;
}
.footer .pt130 {
  padding-top: 123px;
}
.fancybox-enabled .footer {
  left: -8.5px;
}
.modal-open .footer {
  left: -8.5px;
}
.contentTop {
  border-top: 1px solid #e6e6e6;
}
.contentTop .breadcrumb {
  padding: 18px 0 29px 0;
  background: #ffffff;
  margin: 0;
}
.contentTop .breadcrumb .breadcrumb-item {
  line-height: 21px;
  font-size: 13px;
}
.contentTop .breadcrumb .breadcrumb-item a {
  color: #505050;
}
.contentTop .breadcrumb .breadcrumb-item.active {
  color: #ff6700;
}
.contentTop .breadcrumb .breadcrumb-item + .breadcrumb-item:before {
  content: '\2192';
  padding-right: 6px;
  padding-left: 6px;
}
.contentTop h1 {
  color: #1d62a2;
  font-size: 24px;
  font-weight: 700;
  line-height: 36px;
  text-transform: uppercase;
  letter-spacing: 2.5px;
  margin: 0;
  padding: 0 0 43px 0;
}
#up {
  display: block;
  position: fixed;
  width: 60px;
  height: 60px;
  border: 3px solid #4086c3;
  color: #1a72bf;
  font-size: 12px;
  font-weight: 700;
  line-height: 28px;
  text-transform: uppercase;
  bottom: 30px;
  right: 30px;
  text-align: center;
  background: url(../images/up.png) no-repeat center 11px #ffffff;
  padding-top: 24px;
}
#up:hover,
#up:focus,
#up:active {
  text-decoration: none;
}
.modal-dialog {
  max-width: 750px;
  width: 100%;
}
.modal-dialog.width977 {
  max-width: 1000px;
}
.modal-dialog.width523 {
  max-width: 523px;
}
.modal-content {
  background: #ffffff;
  border: 0;
  border-radius: 0;
}
.modal-header {
  padding: 46px 40px 20px 40px;
  position: relative;
  border: 0;
}
.modal-header h4 {
  color: #1d62a2;
  font-size: 24px;
  font-weight: 700;
  line-height: 36px;
  text-transform: uppercase;
  letter-spacing: 2.5px;
  text-align: left;
  margin: 0;
}
.modal-header .close {
  width: 20px;
  height: 20px;
  background: url(../images/modal-close.png) no-repeat;
  opacity: 1;
  position: absolute;
  padding: 0;
  top: 28px;
  right: 30px;
  cursor: pointer;
}
.modal-body {
  border: 0;
  padding: 17px 40px 40px 40px;
}
.modal-body p:last-child {
  margin: 0;
  padding: 0;
}
.pdnText {
  color: #2a2a2a;
  font-size: 15px;
  font-weight: 400;
  line-height: 23px;
}
.pdnText a {
  color: #1b6fb8;
  text-decoration: underline;
}
.pdnText2 {
  padding: 24px 28px;
  background: #f2f3f4;
  margin: 38px 0;
}
.pdnText2 p {
  margin-bottom: 22px;
}
.pdnText2 p.big {
  color: #2a2a2a;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 22px;
  letter-spacing: 1px;
  margin-bottom: 25px;
}
.pdnText2 a {
  text-decoration: underline;
}
.checkboxField {
  padding: 5px 0 5px 0;
  position: relative;
  overflow: hidden;
}
.checkboxField.paddingTop {
  padding: 8px 0 0 0;
}
.checkboxField input[type="checkbox"] {
  visibility: hidden;
  width: 0;
  position: absolute;
  left: -99999px;
}
.checkboxField input[type="checkbox"] + label {
  color: #494949;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  padding-left: 30px;
}
.checkboxField input[type="checkbox"] + label:before {
  content: "";
  display: inline-block;
  height: 13px;
  width: 13px;
  margin: 0 0 0 0;
  background-image: url(../images/checkbox.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  position: absolute;
  top: 12px;
  left: 0;
}
.checkboxField input[type="checkbox"]:checked + label:before {
  background-position: 0 -70px;
}
.modalForm .input {
  position: relative;
  display: inline-block;
  width: 100%;
  padding: 0 0 11px 0;
}
.modalForm .input.req:after {
  content: "*";
  position: absolute;
  right: 15px;
  top: 13px;
  color: #ff4200;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}
.modalForm input[type="text"] {
  width: 100%;
  height: 42px;
  border: 1px solid #f4f4f4;
  padding: 0 25px 0 10px;
  vertical-align: middle;
  background: #f4f4f4;
  font-size: 17px;
}
.modalForm input[type="text"].error {
  border-color: #ff0000;
}
.modalForm textarea {
  width: 100%;
  height: 129px;
  border: 1px solid #f4f4f4;
  padding: 10px 10px;
  background: #f4f4f4;
  font-size: 17px;
}
.modalForm .text {
  padding: 0 0 11px 0;
}
.modalForm .checkboxField input[type="checkbox"] + label {
  color: #494949;
  font-size: 17px;
  font-weight: 400;
  line-height: 20px;
}
.modalForm .checkboxField input[type="checkbox"] + label a {
  color: #494949;
  text-decoration: underline;
}
.modalForm input[type="submit"] {
  width: 100%;
  max-width: 215px;
  height: 41px;
  text-align: center;
  color: #1d62a2;
  font-size: 16px;
  font-weight: 700;
  line-height: 35px;
  border: 3px solid #1d62a2;
  padding: 0 15px;
  background: transparent;
  cursor: pointer;
  outline: none;
  display: block;
  margin: 30px auto 0 auto;
}
.modalForm input[type="submit"]:hover,
.modalForm input[type="submit"]:active,
.modalForm input[type="submit"]:focus {
  text-decoration: none;
  outline: none;
}
.modalForm .customFile {
  padding: 0 0 11px 0;
  /*.custom-file-label:lang(ru)::before {
			content: "";
			width: 51px;
		}*/
}
.modalForm .customFile .custom-file {
  height: 42px;
  width: 100%;
}
.modalForm .customFile .custom-file-input {
  height: 42px;
}
.modalForm .customFile .custom-file-label {
  border: 0;
  border-radius: 0;
  background: #efefef;
  padding-left: 61px;
  padding-top: 0;
  padding-bottom: 0;
  height: 42px;
}
.modalForm .customFile .custom-file-label::before {
  background: url(../images/file-input.png) no-repeat center #ff6700;
  width: 51px;
  content: "";
  border: 0;
  border-radius: 0;
  top: 0;
  left: 0;
  height: 42px;
  display: block;
  position: absolute;
}
.modalForm .customFile .custom-file-label::after {
  width: 100%;
  position: static;
  height: 42px;
  line-height: 28px;
  border: 0;
  background: transparent;
}
.modalForm .customFile .custom-file-label:lang(ru)::after {
  content: "Файл не выбран";
  color: #626262;
  font-size: 17px;
}
.modalForm .customFile .custom-file-label.selected:lang(ru)::after {
  content: "Файл выбран";
}
.modalForm .customFile .custom-file-label:lang(en)::after {
  content: "No file selected";
  color: #626262;
  font-size: 17px;
}
.modalForm .customFile .custom-file-label.selected:lang(en)::after {
  content: "File selected";
}
.modalForm .fileInputName {
  color: #474747;
  font-size: 17px;
  font-weight: 400;
  line-height: 24px;
  padding: 15px 0 8px 0;
}
#queryKpModal input[type="submit"] {
  max-width: 330px;
}
#becomePartnerModal input[type="submit"] {
  max-width: 200px;
}
#makeModal input[type="submit"] {
  max-width: 120px;
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
/* Slider */
.slick-loading .slick-list {
  background: #fff url('../images/ajax-loader.gif') center center no-repeat;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover,
.slick-next:hover,
.slick-prev:focus,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Icons */
  /*@font-face {
            font-family: 'slick';
            font-weight: normal;
            font-style: normal;
            src: url('@{slick-font-path}slick.eot');
            src: url('@{slick-font-path}slick.eot?#iefix') format('embedded-opentype'), url('@{slick-font-path}slick.woff') format('woff'), url('@{slick-font-path}slick.ttf') format('truetype'), url('@{slick-font-path}slick.svg#slick') format('svg');
        }*/
}
.slick-prev {
  left: -25px;
}
[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir="rtl"] .slick-prev:before {
  content: "→";
}
.slick-next {
  right: -25px;
}
[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir="rtl"] .slick-next:before {
  content: "←";
}
/* Dots */
.slick-dotted .slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
  left: 0;
  right: 0;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}
.slick-dots li {
  width: 6px;
  height: 6px;
}
.slick-dots li button {
  width: 6px;
  height: 6px;
  font-size: 0;
  background: url(../images/dots.png) no-repeat 0 0;
}
.slick-dots li button:before {
  display: none;
}
.slick-dots li.slick-active button {
  background-position: 0 -10px;
}
.promoBlock {
  max-width: 600px;
  width: 100%;
  margin: 190px auto 0 auto;
  padding: 60px 60px;
  background: url(../images/opacity.png) repeat;
  overflow: hidden;
}
.promoBlock .title {
  color: #ffffff;
  font-size: 31px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  padding: 0 0 20px 0;
}
.promoBlock .text {
  color: #ffffff;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
}
.services h2 {
  color: #1d62a2;
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 60px;
  text-align: center;
  letter-spacing: 2px;
}
.services .items {
  overflow: hidden;
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  padding: 12px;
}
.services .items span {
  color: #000000;
  font-size: 20px;
  font-weight: 700;
  position: absolute;
  top: 43px;
  left: 39px;
}
.services .items:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border: 2px solid #ff6700;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: visibility 300ms linear, opacity 300ms linear;
  -moz-transition: visibility 300ms linear, opacity 300ms linear;
  -o-transition: visibility 300ms linear, opacity 300ms linear;
  transition: visibility 300ms linear, opacity 300ms linear;
}
.services .items:hover:after {
  opacity: 1;
  visibility: visible;
  -webkit-transition: visibility 300ms linear, opacity 300ms linear;
  -moz-transition: visibility 300ms linear, opacity 300ms linear;
  -o-transition: visibility 300ms linear, opacity 300ms linear;
  transition: visibility 300ms linear, opacity 300ms linear;
}
.services .item1 {
  height: 281px;
  background-image: url(../images/service1.png);
  margin-bottom: 30px;
}
.services .item1 span {
  top: 41px;
  left: 48px;
}
.services .item1 span.catalogLink {
  top: 110px;
  width: 112px;
  height: 34px;
  background-color: #ff6700;
  font-size: 17px;
  font-weight: 400;
  color: #ffffff;
  display: block;
  line-height: 34px;
  text-align: center;
}
.services .item2 {
  height: 499px;
  background-image: url(../images/service2.png);
}
.services .item3 {
  height: 188px;
  background-image: url(../images/service3.png);
}
.services .item3 span {
  top: 27px;
  left: 31px;
}
.services .item4 {
  height: 188px;
  background-image: url(../images/service4.png);
}
.services .item4 span {
  top: 27px;
  left: 31px;
}
.advantage {
  padding-top: 120px;
  padding-bottom: 60px;
}
.advantage h2 {
  color: #1d62a2;
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 31px;
  text-align: left;
  line-height: 35px;
  letter-spacing: 2.2px;
}
.advantage .text {
  color: #505050;
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
  padding-bottom: 35px;
}
.advantage .partnerLink {
  width: 100%;
  max-width: 218px;
  height: 41px;
  text-align: center;
  display: block;
  color: #1d62a2;
  font-size: 16px;
  font-weight: 700;
  line-height: 35px;
  border: 3px solid #1d62a2;
  padding: 0 15px;
  background: transparent;
  cursor: pointer;
  outline: none;
}
.advantage .partnerLink:hover,
.advantage .partnerLink:active,
.advantage .partnerLink:focus {
  text-decoration: none;
  outline: none;
}
.advantage .pb45 {
  padding-bottom: 30px;
}
.advantage .col-md-3 {
  margin-bottom: 30px;
}
.advantage .items .img {
  background-position: center;
  background-repeat: no-repeat;
  height: 90px;
  overflow: hidden;
}
.advantage .items.item1 .img {
  background-image: url(../images/plus1.png);
}
.advantage .items.item2 .img {
  background-image: url(../images/plus2.png);
}
.advantage .items.item3 .img {
  background-image: url(../images/plus3.png);
}
.advantage .items.item4 .img {
  background-image: url(../images/plus4.png);
}
.advantage .items.item5 .img {
  background-image: url(../images/plus5.png);
}
.advantage .items.item6 .img {
  background-image: url(../images/plus6.png);
}
.advantage .items .title {
  text-align: center;
  color: #505050;
  font-size: 18px;
  font-weight: 700;
  padding-top: 35px;
}
.aboutCifra {
  padding: 70px 0 80px 0;
  background: url(../images/about-cifra.jpg) no-repeat center;
  background-size: cover;
}
.aboutCifra h2 {
  color: #1d62a2;
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 24px;
  text-align: left;
  letter-spacing: 2px;
}
.aboutCifra .text {
  color: #383838;
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
  padding-bottom: 50px;
}
.aboutCifra .item {
  width: 134px;
  height: 135px;
  background: url(../images/circle.png) no-repeat center;
  float: left;
  text-align: center;
  color: #1d62a2;
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
}
.aboutCifra .item:first-child {
  margin-bottom: 48px;
}
.aboutCifra .item .cifra {
  font-size: 24px;
  padding: 38px 0 14px 0;
}
.aboutCifra .grafikTitle {
  color: #4f4f4f;
  font-size: 20px;
  font-weight: 400;
  text-transform: uppercase;
  padding: 0 0 25px 54px;
}
.aboutCifra .grafik {
  max-width: 100%;
}
.aboutInfo {
  -webkit-box-shadow: -1px -3px 7px rgba(0, 0, 0, 0.07);
  -moz-box-shadow: -1px -3px 7px rgba(0, 0, 0, 0.07);
  box-shadow: -1px -3px 7px rgba(0, 0, 0, 0.07);
  padding: 90px 0 65px 0;
  background: url(../images/about-bg-el.jpg) no-repeat center top #ffffff;
}
.aboutInfo h2 {
  color: #1d62a2;
  font-size: 30px;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 105px;
  text-align: left;
  line-height: 39px;
  letter-spacing: 2.6px;
}
.aboutInfo h2 span {
  font-weight: bold;
}
.aboutInfo .partnerLink {
  width: 100%;
  max-width: 325px;
  height: 41px;
  text-align: center;
  display: block;
  color: #1d62a2;
  font-size: 16px;
  font-weight: 700;
  line-height: 35px;
  border: 3px solid #1d62a2;
  padding: 0 15px;
  background: transparent;
  cursor: pointer;
  outline: none;
}
.aboutInfo .partnerLink:hover,
.aboutInfo .partnerLink:active,
.aboutInfo .partnerLink:focus {
  text-decoration: none;
  outline: none;
}
.aboutInfo .text p {
  color: #2a2a2a;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  padding: 0 0 32px 0;
  margin: 0;
}
.aboutInfo .text .title {
  color: #1d62a2;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.18px;
}
.aboutInfo .priv {
  padding: 0 0 40px 0;
}
.aboutInfo .priv h2 {
  color: #1d62a2;
  font-size: 24px;
  font-weight: 700;
  line-height: 36px;
  text-transform: uppercase;
  letter-spacing: 2.2px;
  margin: 20px 0 0 0;
}
.aboutInfo .priv .item {
  margin: 48px 0 0 0;
  padding: 0 0 0 53px;
  background: url(../images/marker.png) no-repeat left 5px;
  font-size: 16px;
  line-height: 24px;
  color: #2a2a2a;
}
.aboutInfo .priv .first .item {
  margin: 41px 0 0 0;
}
.sliderActions {
  padding: 40px 0 15px 0;
}
.sliderActions #sliderIndex {
  height: 285px;
  overflow: hidden;
}
.sliderActions .item img {
  max-width: 100%;
}
.sliderActions .sliderDots .slick-dots li {
  width: 6px;
  height: 6px;
}
.sliderActions .sliderDots .slick-dots li button {
  width: 6px;
  height: 6px;
  font-size: 0;
  background: url(../images/dots.png) no-repeat 0 0;
}
.sliderActions .sliderDots .slick-dots li button:before {
  display: none;
}
.sliderActions .sliderDots .slick-dots li.slick-active button {
  background-position: 0 -10px;
}
.partners {
  background: url(../images/partner.png) no-repeat center;
  background-size: cover;
  padding: 75px 0 50px 0;
}
.partners h2 {
  color: #1d62a2;
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 0 0 29px 0;
  letter-spacing: 1.7px;
}
.partners .text {
  color: #2a2a2a;
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
  padding: 0 0 41px 0;
}
.partners .partnerLink {
  width: 100%;
  max-width: 240px;
  height: 41px;
  text-align: center;
  display: block;
  color: #1d62a2;
  font-size: 16px;
  font-weight: 700;
  line-height: 35px;
  border: 3px solid #1d62a2;
  padding: 0 15px;
  background: transparent;
  cursor: pointer;
  outline: none;
}
.partners .partnerLink:hover,
.partners .partnerLink:active,
.partners .partnerLink:focus {
  text-decoration: none;
  outline: none;
}
.partners .list {
  margin: -19px -10px 0 -10px;
}
.partners .list .item {
  width: 12.5%;
  float: left;
  padding: 5px 10px;
}
.partners .list .item a {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: block;
  width: 100%;
  height: 80px;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  filter: grayscale(100%);
}
.partners .list .item a:hover {
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  filter: grayscale(0%);
}
.about {
  background: url(../images/about-bg.jpg) no-repeat center #ffffff;
}
.about .row {
  padding-bottom: 38px;
}
.about .year {
  background: url(../images/circle2.png) no-repeat center;
  width: 145px;
  height: 134px;
  font-size: 28px;
  font-weight: 700;
  text-transform: uppercase;
  color: #ffffff;
  text-align: center;
  padding-top: 48px;
  padding-right: 10px;
}
.about .text {
  color: #2a2a2a;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  padding-top: 19px;
}
.about .text.npt {
  padding-top: 0;
}
.about .text h2 {
  color: #1d62a2;
  font-size: 30px;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 53px;
  text-align: left;
  line-height: 39px;
  letter-spacing: 2.6px;
}
.about .text h2 span {
  font-weight: 700;
}
.about .text p {
  padding-bottom: 24px;
  margin: 0;
}
.corpClient {
  padding-bottom: 82px;
}
.corpClient .text {
  color: #2a2a2a;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
.corpClient .text p {
  padding-bottom: 24px;
  margin: 0;
}
.corpClient .text .bigTitle {
  color: #1d62a2;
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 30px 0 42px 0;
  letter-spacing: 1.8px;
}
.corpClient .text .partnerLink {
  width: 100%;
  max-width: 332px;
  height: 41px;
  text-align: center;
  display: block;
  color: #1d62a2;
  font-size: 16px;
  font-weight: 700;
  line-height: 35px;
  border: 3px solid #1d62a2;
  padding: 0 15px;
  background: transparent;
  cursor: pointer;
  outline: none;
}
.corpClient .text .partnerLink:hover,
.corpClient .text .partnerLink:active,
.corpClient .text .partnerLink:focus {
  text-decoration: none;
  outline: none;
}
.keyClients {
  background: url(../images/partner.png) no-repeat center;
  background-size: cover;
  padding: 70px 0 50px 0;
}
.keyClients h2 {
  color: #1d62a2;
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 23px 0 30px 0;
  letter-spacing: 1.7px;
  margin: 0;
}
.keyClients .text {
  color: #2a2a2a;
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
  padding: 0 0 80px 0;
}
.keyClients .partnerLink {
  width: 100%;
  max-width: 282px;
  height: 41px;
  text-align: center;
  display: block;
  color: #1d62a2;
  font-size: 16px;
  font-weight: 700;
  line-height: 35px;
  border: 3px solid #1d62a2;
  padding: 0 15px;
  background: transparent;
  cursor: pointer;
  outline: none;
}
.keyClients .partnerLink:hover,
.keyClients .partnerLink:active,
.keyClients .partnerLink:focus {
  text-decoration: none;
  outline: none;
}
.keyClients .partnerLink.widthBig {
  max-width: 335px;
}
.keyClients .list .item {
  padding-bottom: 30px;
  text-align: center;
  width: 150px;
  height: 102px;
  line-height: 102px;
}
.keyClients .list .item img {
  max-width: 100%;
  max-height: 100%;
  line-height: 102px;
}
.keyClients .list .item a {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: block;
  width: 100%;
  height: 80px;
  text-align: center;
  line-height: 80px;
}
.keyClients .list .item a img {
  max-width: 100%;
  max-height: 100%;
}
.wholesale {
  background: url(../images/wholesale-bg.jpg) no-repeat center bottom;
}
.wholesale .text {
  color: #2a2a2a;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
.wholesale .text p {
  padding-bottom: 24px;
  margin: 0;
}
.wholesale .dopInfo {
  padding: 68px 0 72px 0;
}
.wholesale .dopInfo h2 {
  color: #1d62a2;
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.4px;
  padding: 0 0 25px 0;
  margin: 0;
}
.wholesale .dopInfo .text {
  color: #2a2a2a;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  padding: 0 0 23px 0;
}
.wholesale .dopInfo .text p {
  padding-bottom: 24px;
  margin: 0;
}
.wholesale .dopInfo .partnerLink {
  width: 100%;
  max-width: 231px;
  height: 41px;
  text-align: center;
  display: block;
  color: #1d62a2;
  font-size: 16px;
  font-weight: 700;
  line-height: 35px;
  border: 3px solid #1d62a2;
  padding: 0 15px;
  background: transparent;
  cursor: pointer;
  outline: none;
}
.wholesale .dopInfo .partnerLink:hover,
.wholesale .dopInfo .partnerLink:active,
.wholesale .dopInfo .partnerLink:focus {
  text-decoration: none;
  outline: none;
}
.wholesale .dopInfo .partnerLink.orange {
  border-color: #ff6700;
  margin: 20px 0 0 0;
  color: #ff6700;
}
.wholesale .dopInfo .items .img {
  height: 96px;
  overflow: hidden;
  background-position: center;
  background-repeat: no-repeat;
}
.wholesale .dopInfo .items .img.icon1 {
  background-image: url(../images/wholesale-icon1.png);
}
.wholesale .dopInfo .items .img.icon2 {
  background-image: url(../images/wholesale-icon2.png);
}
.wholesale .dopInfo .items .title {
  color: #505050;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.45px;
  text-align: center;
  padding: 22px 0 0 0;
  line-height: 22px;
}
.wholesale .dopInfo .items .desc {
  color: #2a2a2a;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
  padding: 18px 0 0 0;
}
.newsList {
  padding: 0 0 43px 0;
}
.newsList .tags {
  padding: 0 0 60px 0;
  overflow: hidden;
}
.newsList .tags .tag {
  float: left;
  margin: 0 30px 0 0;
  height: 27px;
  overflow: hidden;
  padding: 0 20px 0 0;
}
.newsList .tags a {
  color: #ffffff;
  font-family: "pfdintextcompproregular";
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  letter-spacing: 0.16px;
  min-width: 110px;
  padding: 0 15px;
  height: 27px;
  background-color: #ee570a;
  display: block;
  text-align: center;
  position: relative;
}
.newsList .tags a:after {
  width: 9px;
  height: 27px;
  display: block;
  content: "";
  position: absolute;
  top: 0;
  right: -9px;
  background: url(../images/tag-arrow1.png) no-repeat;
}
.newsList .tags a.nofill {
  background: #ffffff;
  border: 2px solid #ee570a;
  border-right: 0;
  color: #ee570a;
  line-height: 22px;
}
.newsList .tags a.nofill:after {
  background: url(../images/tag-arrow2.png) no-repeat;
  top: -2px;
}
.newsList .tags a:hover,
.newsList .tags a:active,
.newsList .tags a:focus {
  color: #ffffff;
  text-decoration: none;
}
.newsList .newsItem {
  padding-bottom: 55px;
}
.newsList .card {
  border: 0;
  border-radius: 0;
}
.newsList .card .card-img {
  height: 175px;
  overflow: hidden;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-color: #f2f2f2;
  border-radius: 0;
}
.newsList .card .card-img a {
  display: block;
  height: inherit;
}
.newsList .card .card-title {
  padding: 0 0 0 0;
  height: 48px;
  overflow: hidden;
  margin: 22px 0 0 0;
  line-height: 21px;
}
.newsList .card .card-title a {
  color: #2a2a2a;
  font-size: 18px;
  font-weight: 700;
}
.newsList .card .card-title a:hover {
  text-decoration: none;
}
.newsList .card .card-date {
  color: #898989;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  padding: 7px 0 0 0;
}
.newsList .card .card-date span {
  color: #1d62a2;
}
.newsList .card .card-text {
  color: #2a2a2a;
  font-size: 15px;
  font-weight: 400;
  padding: 7px 0 0 0;
  line-height: 18px;
}
.newsList .card .card-body {
  padding: 0;
}
.newsList .pagenav {
  padding: 10px 0 10px 0;
  overflow: hidden;
}
.newsList .pagenav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.newsList .pagenav ul li {
  margin: 0;
  padding: 0;
  list-style: none;
  float: left;
  color: #9e9e9e;
  font-size: 15px;
  font-weight: 700;
  margin-right: 5px;
  line-height: 28px;
}
.newsList .pagenav ul li a {
  width: 28px;
  height: 28px;
  line-height: 28px;
  color: #9e9e9e;
  font-size: 15px;
  font-weight: 700;
  text-align: center;
  display: block;
}
.newsList .pagenav ul li a:hover {
  text-decoration: none;
}
.newsList .pagenav ul li.nextPrev a {
  width: auto;
}
.newsList .pagenav ul li.nextPrev a:hover {
  text-decoration: none;
}
.newsList .pagenav ul li i {
  font-style: normal;
}
.newsList .pagenav ul li span {
  width: 28px;
  height: 28px;
  line-height: 28px;
  display: block;
  text-align: center;
  color: #ffffff;
  background: #1a6eb7;
  -weblit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.newsDetail {
  padding: 0 0 50px 0;
}
.newsDetail .detailNewsNav {
  padding: 30px 0 10px 0;
  text-align: center;
}
.newsDetail .detailNewsNav a {
  color: #adadad;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0.4px;
}
.newsDetail .detailNewsNav a br {
  display: none;
}
.newsDetail .detailNewsNav a:hover {
  color: #1d62a2;
  text-decoration: none;
}
.newsDetail .detailNewsNav a.prev {
  float: left;
  padding: 0 0 0 17px;
  background: url(../images/dn-prev.png) no-repeat left 6px;
}
.newsDetail .detailNewsNav a.prev:hover {
  background-position: left -64px;
}
.newsDetail .detailNewsNav a.next {
  float: right;
  padding: 0 17px 0 0;
  background: url(../images/dn-next.png) no-repeat right 6px;
}
.newsDetail .detailNewsNav a.next:hover {
  background-position: right -64px;
}
.newsDetail .newsBody {
  padding: 0 0 50px 0;
}
.newsDetail .newsBody .paddingRight {
  padding-right: 60px;
}
.newsDetail .newsBody .paddingLeftNone {
  padding-left: 0;
}
.newsDetail .newsBody .date {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  color: #898989;
  padding: 0 0 30px 0;
}
.newsDetail .newsBody .date span {
  color: #1d62a2;
}
.newsDetail .newsBody .text {
  color: #2a2a2a;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
}
.newsDetail .newsBody .left {
  padding-right: 60px;
  padding-bottom: 30px;
  width: 50%;
  float: left;
}
.newsDetail .newsBody .fotorama__stage {
  height: 420px;
  border: 1px solid #e0e0e0;
  overflow: hidden;
  text-align: center;
  margin: 0 0;
  width: 100%;
}
.newsDetail .newsBody .fotorama__thumb-border {
  border-color: #1b6fb8;
  background: transparent;
}
.newsDetail .newsBody .fotorama__thumb {
  background: #ffffff !important;
  border: 1px solid #e0e0e0;
}
.newsDetail .newsBody .fotorama__arr--next {
  width: 36px;
  height: 36px;
  background: url(../images/slider-next.png) no-repeat 0 0;
  right: 8px;
}
.newsDetail .newsBody .fotorama__arr--prev {
  width: 36px;
  height: 36px;
  background: url(../images/slider-prev.png) no-repeat 0 0;
  left: 8px;
}
.newsDetail .newsBody .detailImage {
  height: 420px;
  border: 1px solid #e0e0e0;
  overflow: hidden;
  line-height: 420px;
  text-align: center;
  margin: 0 1px;
}
.newsDetail .newsBody .detailImage img {
  max-width: 100%;
  max-height: 100%;
  display: inline;
}
.newsDetail .newsBody .detailImageMin {
  height: 91px;
  overflow: hidden;
  margin: 20px 0 0 0;
  /* the parent */
}
.newsDetail .newsBody .detailImageMin .slick-list {
  margin: 0 -9px;
}
.newsDetail .newsBody .detailImageMin .item {
  padding: 0 10px;
}
.newsDetail .newsBody .detailImageMin .item div {
  border: 1px solid #e0e0e0;
  height: 91px;
  line-height: 91px;
  overflow: hidden;
  text-align: center;
}
.newsDetail .newsBody .detailImageMin .item img {
  display: inline;
  max-width: 91px;
  max-height: 91px;
}
.newsDetail .newsBody .slick-prev,
.newsDetail .newsBody .slick-next {
  width: 36px;
  height: 36px;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 10;
}
.newsDetail .newsBody .slick-prev:before,
.newsDetail .newsBody .slick-next:before {
  display: none;
}
.newsDetail .newsBody .slick-prev {
  background-image: url(../images/slider-prev.png);
  left: 8px;
}
.newsDetail .newsBody .slick-next {
  background-image: url(../images/slider-next.png);
  right: 8px;
}
.newsLast {
  padding: 42px 0 60px 0;
  background: url(../images/spec-bg.png) repeat-x center top #ffffff;
}
.newsLast h2 {
  color: #1d62a2;
  font-size: 24px;
  font-weight: 700;
  line-height: 36px;
  text-transform: uppercase;
  letter-spacing: 2.3px;
  padding: 0 0 65px 0;
  margin: 0;
}
.newsLast .card {
  border: 0;
  border-radius: 0;
  background: transparent;
}
.newsLast .card .card-img {
  height: 175px;
  overflow: hidden;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-size: contain;
  border-radius: 0;
}
.newsLast .card .card-img a {
  display: block;
  height: inherit;
}
.newsLast .card .card-title {
  padding: 0 0 0 0;
  height: 48px;
  overflow: hidden;
  margin: 22px 0 0 0;
  line-height: 21px;
}
.newsLast .card .card-title a {
  color: #2a2a2a;
  font-size: 18px;
  font-weight: 700;
}
.newsLast .card .card-title a:hover {
  text-decoration: none;
}
.newsLast .card .card-date {
  color: #898989;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  padding: 7px 0 0 0;
}
.newsLast .card .card-date span {
  color: #1d62a2;
}
.newsLast .card .card-text {
  color: #2a2a2a;
  font-size: 15px;
  font-weight: 400;
  padding: 7px 0 0 0;
  line-height: 18px;
}
.newsLast .card .card-body {
  padding: 0;
}
.vacancy {
  padding: 0 0 47px 0;
}
.vacancy .vacancyContact {
  color: #2a2a2a;
  font-size: 16px;
  font-weight: 400;
  padding: 12px 0 0 0;
  line-height: 21px;
}
.vacancy .vacancyContact p {
  padding: 0 0 18px 0;
  margin: 0;
}
.vacancy .vacancyContact .info {
  color: #2a2a2a;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  text-transform: uppercase;
  padding: 14px 0 14px 0;
  letter-spacing: 1.3px;
}
.vacancy .vacancyContact .info a {
  text-decoration: none;
  color: #2a2a2a;
}
.vacancy .vacancyContact .info a:hover {
  text-decoration: none;
}
.vacancy .item {
  background: #f2f3f4;
  padding: 15px 35px;
  overflow: hidden;
  margin: 0 0 35px 0;
}
.vacancy .item .name {
  color: #1d62a2;
  font-size: 21px;
  font-weight: 700;
  line-height: 36px;
  text-transform: uppercase;
  letter-spacing: 1.9px;
  position: relative;
  padding: 0 40px 0 0;
  display: block;
}
.vacancy .item .name:after {
  width: 36px;
  height: 36px;
  border: 3px solid #1b6fb8;
  background: url(../images/vacancy-arrow.png) no-repeat center 9px;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: -19px;
  -webkit-transition: border-color 300ms;
  -moz-transition: border-color 300ms;
  -o-transition: border-color 300ms;
  transition: border-color 300ms;
}
.vacancy .item .name:hover,
.vacancy .item .name:focus,
.vacancy .item .name:active {
  text-decoration: none;
  color: #2a2a2a;
}
.vacancy .item .name.active {
  color: #2a2a2a;
}
.vacancy .item .name.active:after {
  border-color: #f2f3f4;
  background-position: center -89px;
  -webkit-transition: border-color 300ms;
  -moz-transition: border-color 300ms;
  -o-transition: border-color 300ms;
  transition: border-color 300ms;
}
.vacancy .item .content {
  display: none;
  padding: 0 0 15px 0;
  color: #2a2a2a;
  font-size: 15px;
}
.vacancy .item .content .title,
.vacancy .item .content h3 {
  color: #2a2a2a;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  text-transform: uppercase;
  padding: 30px 0 15px 0;
  letter-spacing: 1.6px;
  margin: 0;
}
.vacancy .item .content ul {
  margin: 0;
  padding: 0;
}
.vacancy .item .content ul li {
  margin: 0 0 9px 0;
  padding: 0 0 0 18px;
  list-style-type: none;
  background: url(../images/marker-list.png) no-repeat 0 9px;
  font-size: 15px;
}
.vacancy .item .content ul li:last-child {
  margin: 0;
}
.vacancy .item .content .text {
  color: #2a2a2a;
  font-size: 15px;
  padding: 0 0 0 0;
}
.make {
  background: url(../images/make-bg.jpg) no-repeat center bottom;
}
.make .text {
  color: #2a2a2a;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
.make .text p {
  padding-bottom: 24px;
  margin: 0;
}
.make .attention {
  color: #1d62a2;
  font-size: 24px;
  line-height: 40px;
  text-transform: uppercase;
  font-weight: 400;
  padding: 62px 0 0 0;
  letter-spacing: 1.8px;
}
.make .attention span {
  font-weight: 700;
}
.make .buttonWrap {
  padding-top: 45px;
}
.make .buttonWrap a {
  width: 100%;
  max-width: 120px;
  height: 41px;
  text-align: center;
  display: block;
  color: #1d62a2;
  font-size: 16px;
  font-weight: 700;
  line-height: 35px;
  border: 3px solid #1d62a2;
  padding: 0 15px;
  background: transparent;
  cursor: pointer;
  outline: none;
}
.make .buttonWrap a:hover,
.make .buttonWrap a:active,
.make .buttonWrap a:focus {
  text-decoration: none;
  outline: none;
}
.make .dopInfo {
  padding: 78px 0 65px 0;
}
.make .dopInfo h2 {
  color: #1d62a2;
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.4px;
  padding: 0 0 25px 0;
  margin: 0;
  line-height: 36px;
}
.make .dopInfo .text {
  color: #2a2a2a;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  padding: 0 0 23px 0;
}
.make .dopInfo .text p {
  padding-bottom: 24px;
  margin: 0;
}
.make .dopInfo .partnerLink {
  width: 100%;
  max-width: 231px;
  height: 41px;
  text-align: center;
  display: block;
  color: #1d62a2;
  font-size: 16px;
  font-weight: 700;
  line-height: 35px;
  border: 3px solid #1d62a2;
  padding: 0 15px;
  background: transparent;
  cursor: pointer;
  outline: none;
}
.make .dopInfo .partnerLink:hover,
.make .dopInfo .partnerLink:active,
.make .dopInfo .partnerLink:focus {
  text-decoration: none;
  outline: none;
}
.make .dopInfo .partnerLink.orange {
  border-color: #ff6700;
  margin: 20px 0 0 0;
  color: #ff6700;
}
.make .dopInfo .items .img {
  height: 86px;
  overflow: hidden;
  background-position: center;
  background-repeat: no-repeat;
}
.make .dopInfo .items .img.icon1 {
  background-image: url(../images/make1.png);
}
.make .dopInfo .items .img.icon2 {
  background-image: url(../images/make2.png);
}
.make .dopInfo .items .img.icon3 {
  background-image: url(../images/make3.png);
}
.make .dopInfo .items .title {
  color: #505050;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.45px;
  text-align: center;
  padding: 22px 0 0 0;
  line-height: 22px;
}
.make .dopInfo .items .desc {
  color: #2a2a2a;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
  padding: 24px 0 0 0;
}
.spec {
  padding: 67px 0 65px 0;
  background: url(../images/spec-bg.png) repeat-x center top #ffffff;
}
.spec .img {
  text-align: center;
}
.spec .img img {
  max-width: 100%;
}
.spec .title {
  color: #2a2a2a;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 0 0 20px 0;
  letter-spacing: 0.6px;
}
.spec .propTitle {
  color: #8b8b8b;
  font-size: 16px;
  padding: 0 0 20px 0;
}
.spec .propText {
  color: #2a2a2a;
  font-size: 16px;
  line-height: 20px;
  height: 141px;
  min-height: 141px;
  overflow: hidden;
}
.spec .propText.active {
  height: auto;
}
.spec .propLink {
  font-size: 16px;
  padding: 18px 0 0 0;
}
.spec .propLink a {
  color: #1d62a2;
  text-decoration: underline;
}
.spec .propLink a:hover {
  color: #1d62a2;
}
.spec .buyBlock {
  padding: 38px 0 0 0;
}
.spec .buyBlock .buyPrice {
  width: 100%;
  float: left;
  color: #ff6700;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  text-transform: uppercase;
  padding: 7px 0 0 0;
}
.spec .buyBlock .buyLink {
  width: 50%;
  float: left;
  text-align: right;
}
.spec .buyBlock .buyLink a {
  width: 100%;
  max-width: 120px;
  height: 41px;
  text-align: center;
  display: block;
  color: #1d62a2;
  font-size: 16px;
  font-weight: 700;
  line-height: 35px;
  border: 3px solid #1d62a2;
  padding: 0 15px;
  background: transparent;
  cursor: pointer;
  outline: none;
  float: right;
}
.spec .buyBlock .buyLink a:hover,
.spec .buyBlock .buyLink a:active,
.spec .buyBlock .buyLink a:focus {
  text-decoration: none;
  outline: none;
}
.contact {
  padding: 0 0 98px 0;
}
.contact .title {
  color: #2a2a2a;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  text-transform: uppercase;
  letter-spacing: 1.1px;
  padding: 0 0 0 35px;
  background-position: left center;
  background-repeat: no-repeat;
  margin: 0 0 25px 0;
}
.contact .title.icon1 {
  background-image: url(../images/contact-icon1.png);
}
.contact .title.icon2 {
  background-image: url(../images/contact-icon2.png);
}
.contact .title.icon3 {
  background-image: url(../images/contact-icon3.png);
}
.contact .text {
  color: #2a2a2a;
  font-size: 16px;
  line-height: 24px;
}
.contact .text a {
  color: #1d62a2;
  text-decoration: underline;
}
.contact .text.phone a {
  color: #2a2a2a;
  text-decoration: none;
}
.contact .text span {
  color: #999999;
}
.contact .paddingTop {
  padding-top: 52px;
}
.contact .rekvisitLink {
  width: 100%;
  max-width: 285px;
  height: 41px;
  text-align: center;
  display: block;
  color: #1d62a2;
  font-size: 16px;
  font-weight: 700;
  line-height: 35px;
  border: 3px solid #1d62a2;
  padding: 0 15px;
  background: transparent;
  cursor: pointer;
  outline: none;
}
.contact .rekvisitLink:hover,
.contact .rekvisitLink:active,
.contact .rekvisitLink:focus {
  text-decoration: none;
  outline: none;
}
.contactMap {
  height: 478px;
  overflow: hidden;
}
.garantyForm {
  display: none;
}
.garanty .form {
  padding: 21px 0 0 0;
  max-width: 1115px;
}
.garanty .form .tr {
  overflow: hidden;
  padding: 0 0 10px 0;
}
.garanty .form .td1,
.garanty .form .td3,
.garanty .form .td5 {
  width: 17%;
  float: left;
  padding: 4px 15px 0 0;
  color: #484848;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
.garanty .form .td1 br {
  display: none;
}
.garanty .form .td2 {
  width: 83%;
  float: left;
}
.garanty .form .td4 {
  width: 27%;
  float: left;
}
.garanty .form .td5 {
  width: 10%;
  float: left;
  text-align: right;
}
.garanty .form .td6 {
  width: 46%;
  float: left;
}
.garanty .form .input {
  position: relative;
  display: inline-block;
  width: 100%;
}
.garanty .form .input.short {
  max-width: 252px;
}
.garanty .form .input.req:after {
  content: "*";
  position: absolute;
  right: 15px;
  top: 10px;
  color: #ff4200;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}
.garanty .form input[type="text"] {
  width: 100%;
  height: 37px;
  border: 1px solid #dadada;
  padding: 0 25px 0 10px;
}
.garanty .form input[type="text"].error {
  border-color: #ff0000;
}
.garanty .form textarea {
  width: 100%;
  height: 83px;
  border: 1px solid #dadada;
  padding: 10px 10px;
}
.garanty .addLinkWrap {
  padding: 12px 0 20px 0;
  overflow: hidden;
  width: 100%;
}
.garanty .addLinkWrap .addLink {
  color: #ff6700;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-transform: uppercase;
  background: url(../images/add-icon.png) no-repeat left center;
  display: inline-block;
  padding: 0 0 0 28px;
  letter-spacing: 1.1px;
}
.garanty h2 {
  color: #1d62a2;
  font-size: 24px;
  font-weight: 700;
  line-height: 36px;
  text-transform: uppercase;
  letter-spacing: 2.5px;
  margin: 0;
  padding: 10px 0 15px 0;
}
.garanty .formError {
  padding: 15px 0 0 0;
  color: #ff0000;
}
.garanty .formSuccess {
  padding: 15px 0 0 0;
  color: #1d62a2;
  display: none;
}
.garanty .formTemplate {
  display: none;
}
.garanty1 {
  padding: 0 0 54px 0;
  background: url(../images/garanty-bg.jpg) no-repeat center bottom;
}
.garanty1 .text {
  color: #2a2a2a;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
.garanty1 .text p {
  margin-bottom: 25px;
}
.garanty1 .text p.big {
  font-size: 18px;
  font-weight: 700;
}
.garanty1 .text ul {
  margin: 0;
  padding: 0 0 25px 0;
}
.garanty1 .text ul li {
  margin: 0 0 0 0;
  padding: 0 0 0 21px;
  list-style-type: none;
  background: url(../images/marker-list2.png) no-repeat 0 9px;
  font-size: 16px;
}
.garanty1 .text ul li:last-child {
  margin: 0;
}
.garanty1 .text h2 {
  padding: 10px 0 34px 0;
}
.garanty1 .text h2.paddingTop {
  padding-top: 20px;
}
.garanty1 .dopInfo {
  padding-top: 37px;
}
.garanty1 .dopInfo .col-6:first-child {
  padding-right: 50px;
}
.garanty1 .dopInfo .col-6:last-child {
  padding-left: 50px;
}
.garanty1 .dopInfo .title {
  background-position: left center;
  background-repeat: no-repeat;
  min-height: 73px;
  padding: 11px 0 0 0;
  color: #505050;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.45px;
  text-align: center;
}
.garanty1 .dopInfo .title.icon1 {
  background-image: url(../images/garanty-icon1.png);
}
.garanty1 .dopInfo .title.icon2 {
  background-image: url(../images/garanty-icon2.png);
}
.garanty1 .dopInfo .desc {
  color: #2a2a2a;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  padding-top: 30px;
}
.garanty2 {
  -webkit-box-shadow: -1px -3px 9px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: -1px -3px 9px 1px rgba(0, 0, 0, 0.1);
  box-shadow: -1px -3px 9px 1px rgba(0, 0, 0, 0.1);
  color: #2a2a2a;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  padding: 44px 0 22px 0;
}
.garanty2 p {
  margin-bottom: 25px;
}
.garanty2 p.big {
  color: #505050;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.45px;
  margin-bottom: 37px;
}
.garanty2 ul {
  margin: 0;
  padding: 0 0 25px 0;
}
.garanty2 ul li {
  margin: 0 0 24px 0;
  padding: 0 0 0 21px;
  list-style-type: none;
  background: url(../images/marker-list2.png) no-repeat 0 9px;
  font-size: 16px;
}
.garanty2 ul li:last-child {
  margin: 0 0 18px 0;
}
.garanty2 .sendingGaranty {
  width: 100%;
  max-width: 242px;
  height: 41px;
  text-align: center;
  display: block;
  color: #1d62a2;
  font-size: 16px;
  font-weight: 700;
  line-height: 35px;
  border: 3px solid #1d62a2;
  padding: 0 15px;
  background: transparent;
  cursor: pointer;
  outline: none;
  margin-top: 41px;
}
.garanty2 .sendingGaranty:hover,
.garanty2 .sendingGaranty:active,
.garanty2 .sendingGaranty:focus {
  text-decoration: none;
  outline: none;
}
.garanty2 .sendingGaranty.widthBig {
  max-width: 342px;
}
.garanty2 .sendingGaranty.active {
  background: #1d62a2;
  color: #ffffff;
}
.garanty2 .sendingGaranty.active:hover {
  color: #ffffff;
}
#garantyFormError {
  display: none;
}
.garanty3 {
  background: url(../images/spec-bg.png) repeat-x center top #ffffff;
  padding: 46px 0 21px 0;
  border-bottom: 1px solid #e6e6e6;
}
.garanty3 h2 {
  padding: 10px 0 34px 0;
  color: #1d62a2;
}
.garanty3 p {
  margin-bottom: 25px;
}
.garanty3 p.big {
  font-size: 18px;
  font-weight: 700;
}
.garanty3 p span {
  color: #fe8802;
}
.garanty4 {
  padding: 27px 0 28px 0;
  border-bottom: 1px solid #e6e6e6;
}
.garanty4 h2 {
  padding: 10px 0 15px 0;
}
.garanty4 h3 {
  color: #3e3e3e;
  font-size: 18px;
  font-weight: 700;
  line-height: 36px;
  text-transform: uppercase;
  letter-spacing: 1.4px;
  margin: 0;
}
.garanty4 .note {
  color: #818181;
  font-size: 17px;
  font-weight: 400;
  line-height: 24px;
}
.garanty4 table {
  width: 100%;
  border-collapse: collapse;
  border: 0;
  margin: 10px 0 0 0;
}
.garanty4 table th {
  padding: 7px 10px;
  background: #c6ddf2;
  color: #4a4a4a;
  font-size: 16px;
  font-weight: 700;
  border: 2px solid #ffffff;
}
.garanty4 table th:first-child {
  border-left: 0;
}
.garanty4 table th:last-child {
  border-right: 0;
  border-left: 0;
  width: 0%;
  background: transparent;
  padding: 0;
}
.garanty4 table th.noBorderRight {
  border-right: 0;
}
.garanty4 table td {
  background: #efefef;
  padding: 7px 10px;
  border: 2px solid #ffffff;
}
.garanty4 table td:first-child {
  border-left: 0;
}
.garanty4 table td:last-child {
  border-right: 0;
  border-left: 0;
  width: 0%;
  background: transparent;
  padding: 0;
  position: relative;
}
.garanty4 table td.noBorderRight {
  border-right: 0;
}
.garanty4 .removeRow {
  width: 10px;
  height: 10px;
  display: inline-block;
  background: url(../images/remove-row.png) no-repeat center;
  position: absolute;
  top: 20px;
  right: -16px;
}
.garanty4 .itemsTable {
  width: 100%;
  padding: 20px 0 0 0;
}
.garanty4 .itemsTable .tr {
  background: #efefef;
  overflow: visible;
  padding: 0;
  position: relative;
  width: 100%;
  float: left;
}
.garanty4 .itemsTable .tr .th {
  padding: 7px 10px;
  background: #c6ddf2;
  color: #4a4a4a;
  font-size: 16px;
  font-weight: 700;
  border: 1px solid #ffffff;
  text-align: left;
  height: 60px;
}
.garanty4 .itemsTable .tr .td {
  background: #efefef;
  padding: 7px 10px;
  border: 1px solid #ffffff;
  width: 100%;
  height: 53px;
}
.garanty4 .itemsTable .tr .col1 {
  float: left;
  width: 3.5%;
}
.garanty4 .itemsTable .tr .col1 .th {
  border: 0;
  border-bottom: 1px solid #ffffff;
  display: none;
  text-align: center;
}
.garanty4 .itemsTable .tr .col1 .td {
  text-align: center;
  border-right: 0;
  border-left: 0;
  line-height: 36px;
}
.garanty4 .itemsTable .tr .col2 {
  float: left;
  width: 96.5%;
  border-left: 2px solid #ffffff;
}
.garanty4 .itemsTable .tr .col2 .row2 {
  display: table;
  width: 100%;
}
.garanty4 .itemsTable .tr .col2 .item {
  overflow: hidden;
  float: left;
  width: 14.28571428571429%;
}
.garanty4 .itemsTable .tr .col2 .item .th {
  display: none;
}
.garanty4 .itemsTable .tr .col2 .item:first-child .th,
.garanty4 .itemsTable .tr .col2 .item:first-child .td {
  border-left: 0;
}
.garanty4 .itemsTable .tr .col2 .item:last-child .th,
.garanty4 .itemsTable .tr .col2 .item:last-child .td {
  border-right: 0;
}
.garanty4 .itemsTable .tr .col2 .item input[type="text"] {
  padding: 0 10px;
}
.garanty4 .itemsTable .tr.first .col1 .th {
  display: block;
}
.garanty4 .itemsTable .tr.first .col2 .item .th {
  display: block;
  border-top: 0;
}
.garanty5 {
  padding: 42px 0 24px 0;
}
.garanty5 h3 {
  color: #3e3e3e;
  font-size: 18px;
  font-weight: 700;
  line-height: 36px;
  text-transform: uppercase;
  letter-spacing: 1.4px;
  margin: 0;
}
.garanty5 .formWrap {
  margin: 31px 0 11px 0;
  max-width: 1115px;
  position: relative;
}
.garanty5 .formWrap .removeListWrap {
  position: relative;
  height: 0;
}
.garanty5 .formWrap .removeList {
  width: 10px;
  height: 10px;
  display: inline-block;
  background: url(../images/remove-row.png) no-repeat center;
  position: absolute;
  top: 7px;
  right: -16px;
}
.garanty5 .formWrap .formHeader {
  color: #4a4a4a;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  overflow: hidden;
  background: #c6ddf2;
  padding: 6px 0;
  text-align: center;
}
.garanty5 .formWrap .form {
  background: #f2f2f2;
  max-width: 100%;
  padding: 21px 19px;
}
.garanty5 .formWrap .form .twoLine {
  padding-top: 0;
  line-height: 16px;
  text-align: left;
}
.garanty6 {
  background: url(../images/garanty-bg2.jpg) repeat-x center top #f8f8f8;
  background-size: contain;
  padding: 31px 0 20px 0;
  color: #2a2a2a;
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
}
.garanty6 h2 {
  padding: 10px 0 15px 42px;
  background: url(../images/alert-icon.png) no-repeat left 14px;
  font-size: 20px;
  letter-spacing: 1.5px;
}
.garanty6 p {
  margin-bottom: 20px;
}
.garanty6 .attention {
  border: 2px solid #ffc082;
  padding: 40px 45px;
  margin: 0 0 31px 0;
}
.garanty6 .attention p:last-child {
  margin-bottom: 0;
}
.garanty6 .checkboxField {
  padding-top: 11px;
}
.garanty6 .checkboxField input[type="checkbox"] + label {
  color: #494949;
  font-size: 17px;
}
.garanty6 .checkboxField input[type="checkbox"] + label a {
  color: #494949;
  text-decoration: underline;
}
.garanty6 input[type="submit"] {
  width: 100%;
  max-width: 195px;
  height: 41px;
  text-align: center;
  display: block;
  color: #1d62a2;
  font-size: 16px;
  font-weight: 700;
  line-height: 35px;
  border: 3px solid #1d62a2;
  padding: 0 15px;
  background: transparent;
  cursor: pointer;
  outline: none;
  margin-top: 28px;
}
.garanty6 input[type="submit"]:hover,
.garanty6 input[type="submit"]:active,
.garanty6 input[type="submit"]:focus {
  text-decoration: none;
  outline: none;
}
.garanty6 .note {
  font-size: 16px;
  color: #868686;
  line-height: 22px;
  padding: 30px 0 10px 0;
}
.garanty6 .note a {
  color: #868686;
}
.garanty6 .garantyInProcess {
  width: 100%;
  max-width: 195px;
  height: 41px;
  text-align: center;
  display: block;
  color: #1d62a2;
  font-size: 16px;
  font-weight: 700;
  line-height: 35px;
  border: 3px solid #1d62a2;
  padding: 0 15px;
  background: transparent;
  cursor: pointer;
  outline: none;
  margin-top: 28px;
  display: none;
}
.garanty6 .garantyInProcess:hover,
.garanty6 .garantyInProcess:active,
.garanty6 .garantyInProcess:focus {
  text-decoration: none;
  outline: none;
}
.sitemap .column {
  width: 33%;
  float: left;
}
.sitemap ul.map-level-0 {
  margin: 0;
  padding: 0;
  list-style: none;
}
.sitemap ul.map-level-0 li {
  list-style: none;
  padding: 0 0 15px 0;
  margin: 0;
}
.sitemap ul.map-level-0 li a {
  text-decoration: none;
  color: #3b3b3b;
  font-size: 17px;
  font-weight: 700;
  line-height: 24.99px;
  text-transform: uppercase;
  letter-spacing: 1.8px;
}
.sitemap ul.map-level-0 li a:hover {
  text-decoration: underline;
  color: #1b6fb8;
}
.sitemap ul.map-level-1 {
  padding: 16px 0 0 0;
  margin: 0;
  list-style: none;
}
.sitemap ul.map-level-1 li {
  margin: 0 0 16px 0;
  padding: 0 0 0 18px;
  list-style-type: none;
  background: url(../images/marker-list.png) no-repeat 0 11px;
  font-size: 17px;
}
.sitemap ul.map-level-1 li a {
  text-decoration: none;
  color: #3b3b3b;
  font-size: 17px;
  font-weight: 400;
  line-height: 24.99px;
  text-transform: none;
  letter-spacing: 0.78px;
}
.sitemap ul.map-level-1 li a:hover {
  text-decoration: underline;
  color: #1b6fb8;
}
.reviews {
  padding: 0 0 104px 0;
}
.reviews #reviewsSlider {
  margin: 0 -15px;
}
.reviews .reviewsSlider .item {
  background: #f3f3f3;
  padding: 38px 37px;
  margin: 0 15px;
}
.reviews .reviewsSlider .item .img {
  overflow: hidden;
  height: 403px;
  text-align: center;
  padding: 7px;
  margin: 0 0 30px 0;
}
.reviews .reviewsSlider .item .img img {
  display: inline-block;
  max-width: 100%;
  max-height: 100%;
  -webkit-box-shadow: 0 0 7px 1px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 7px 1px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 7px 1px rgba(0, 0, 0, 0.3);
}
.reviews .reviewsSlider .item .text {
  text-align: left;
  color: #1d62a2;
  font-size: 16px;
  font-style: italic;
  line-height: 24px;
  height: 96px;
  overflow: hidden;
}
.reviews .reviewsSlider .item .text a {
  color: #1d62a2;
}
.reviews .reviewsSlider .item .text a:hover {
  text-decoration: none;
}
.reviews .reviewsSlider .item .name {
  color: #353536;
  font-size: 18px;
  font-weight: 700;
  line-height: 36px;
  text-transform: uppercase;
  letter-spacing: 1.9px;
  padding-top: 20px;
}
.reviews .reviewsSlider .item .name a {
  color: #353536;
}
.reviews .reviewsSlider .item .name a:hover {
  text-decoration: none;
}
.reviews .reviewsSlider .slick-prev,
.reviews .reviewsSlider .slick-next {
  width: 36px;
  height: 36px;
  background-position: center;
  background-repeat: no-repeat;
}
.reviews .reviewsSlider .slick-prev:before,
.reviews .reviewsSlider .slick-next:before {
  display: none;
}
.reviews .reviewsSlider .slick-prev {
  background-image: url(../images/slider-prev.png);
  left: -55px;
}
.reviews .reviewsSlider .slick-next {
  background-image: url(../images/slider-next.png);
  right: -55px;
}
.reviews .reviewsSlider .sliderDots {
  margin: 57px 0 0 0;
}
.reviews .reviewsSlider .sliderDots .slick-dots li {
  width: 9px;
  height: 9px;
}
.reviews .reviewsSlider .sliderDots .slick-dots li button {
  width: 6px;
  height: 6px;
  font-size: 0;
  background: url(../images/slider-dots.png) no-repeat 0 0;
}
.reviews .reviewsSlider .sliderDots .slick-dots li button:before {
  display: none;
}
.reviews .reviewsSlider .sliderDots .slick-dots li.slick-active button {
  background-position: 0 -20px;
}
.tags {
  padding: 0 0 50px 0;
  overflow: hidden;
}
.tags .tag {
  float: left;
  margin: 0 12px 0 0;
  height: 27px;
  overflow: hidden;
  padding: 0 12px 0 0;
}
.tags a {
  font-family: "pfdintextcompproregular";
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.16px;
  min-width: 85px;
  padding: 0 15px;
  height: 27px;
  background-color: #ffffff;
  display: block;
  text-align: center;
  position: relative;
  color: #ee570a;
  border: 2px solid #ee570a;
  border-right: 0;
  line-height: 22px;
}
.tags a:after {
  width: 9px;
  height: 27px;
  display: block;
  content: "";
  position: absolute;
  top: -2px;
  right: -9px;
  background: url(../images/tag-arrow2.png) no-repeat;
}
.tags a.active {
  color: #ffffff;
  background-color: #ee570a;
  text-decoration: none;
}
.tags a.active:after {
  background: url(../images/tag-arrow1.png) no-repeat;
  top: -2px;
}
.tags a:hover,
.tags a:active,
.tags a:focus {
  color: #ffffff;
  background-color: #ee570a;
  text-decoration: none;
}
.tags a:hover:after,
.tags a:active:after,
.tags a:focus:after {
  background: url(../images/tag-arrow1.png) no-repeat;
  top: -2px;
}
.actionsList {
  padding: 0 0 43px 0;
}
.actionsList .sliderActionsWrap {
  padding-bottom: 90px;
}
.actionsList .sliderActionsWrap .sliderActions {
  padding-top: 0;
}
.actionsList .newsItem {
  padding-bottom: 55px;
}
.actionsList .card {
  border: 0;
  border-radius: 0;
}
.actionsList .card .card-img {
  height: 175px;
  overflow: hidden;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-color: #f2f2f2;
  border-radius: 0;
  position: relative;
}
.actionsList .card .card-img .tagLnk {
  position: absolute;
  float: left;
  left: 0;
  bottom: 14px;
}
.actionsList .card .card-img .tagLnk span {
  font-family: "pfdintextcompproregular";
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.16px;
  min-width: 85px;
  padding: 0 15px;
  height: 27px;
  background-color: #ffffff;
  display: block;
  text-align: center;
  position: relative;
  color: #ee570a;
  border: 2px solid #ee570a;
  border-right: 0;
  line-height: 22px;
}
.actionsList .card .card-img .tagLnk span:after {
  width: 9px;
  height: 27px;
  display: block;
  content: "";
  position: absolute;
  top: -2px;
  right: -9px;
  background: url(../images/tag-arrow2.png) no-repeat;
}
.actionsList .card .card-img .tagLnk span.active {
  color: #ffffff;
  background-color: #ee570a;
  text-decoration: none;
}
.actionsList .card .card-img .tagLnk span.active:after {
  background: url(../images/tag-arrow1.png) no-repeat;
  top: -2px;
}
.actionsList .card .card-img .tagLnk span:hover,
.actionsList .card .card-img .tagLnk span:active,
.actionsList .card .card-img .tagLnk span:focus {
  color: #ffffff;
  background-color: #ee570a;
  text-decoration: none;
}
.actionsList .card .card-img .tagLnk span:hover:after,
.actionsList .card .card-img .tagLnk span:active:after,
.actionsList .card .card-img .tagLnk span:focus:after {
  background: url(../images/tag-arrow1.png) no-repeat;
  top: -2px;
}
.actionsList .card .card-img a {
  display: block;
  height: inherit;
}
.actionsList .card .card-title {
  padding: 0 0 0 0;
  height: 48px;
  overflow: hidden;
  margin: 22px 0 0 0;
  line-height: 21px;
}
.actionsList .card .card-title a {
  color: #2a2a2a;
  font-size: 18px;
  font-weight: 700;
}
.actionsList .card .card-title a:hover {
  text-decoration: none;
}
.actionsList .card .card-date {
  color: #898989;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  padding: 7px 0 0 0;
}
.actionsList .card .card-date span {
  color: #1d62a2;
}
.actionsList .card .card-text {
  color: #2a2a2a;
  font-size: 15px;
  font-weight: 400;
  padding: 7px 0 0 0;
  line-height: 18px;
}
.actionsList .card .card-body {
  padding: 0;
}
.actionsList .pagenav {
  padding: 10px 0 10px 0;
  overflow: hidden;
}
.actionsList .pagenav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.actionsList .pagenav ul li {
  margin: 0;
  padding: 0;
  list-style: none;
  float: left;
  color: #9e9e9e;
  font-size: 15px;
  font-weight: 700;
  margin-right: 5px;
  line-height: 28px;
}
.actionsList .pagenav ul li i {
  font-style: normal;
}
.actionsList .pagenav ul li a {
  width: 28px;
  height: 28px;
  line-height: 28px;
  color: #9e9e9e;
  font-size: 15px;
  font-weight: 700;
  text-align: center;
  display: block;
}
.actionsList .pagenav ul li a:hover {
  text-decoration: none;
}
.actionsList .pagenav ul li.nextPrev a {
  width: auto;
}
.actionsList .pagenav ul li.nextPrev a:hover {
  text-decoration: none;
}
.actionsList .pagenav ul li span {
  width: 28px;
  height: 28px;
  line-height: 28px;
  display: block;
  text-align: center;
  color: #ffffff;
  background: #1a6eb7;
  -weblit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.actionDetail {
  padding: 0 0 50px 0;
}
.actionDetail .sliderActionsWrap {
  padding-bottom: 50px;
}
.actionDetail .detailActionNav {
  padding: 30px 0 10px 0;
  text-align: center;
}
.actionDetail .detailActionNav a {
  color: #adadad;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0.4px;
}
.actionDetail .detailActionNav a br {
  display: none;
}
.actionDetail .detailActionNav a:hover {
  color: #1d62a2;
  text-decoration: none;
}
.actionDetail .detailActionNav a.prev {
  float: left;
  padding: 0 0 0 17px;
  background: url(../images/dn-prev.png) no-repeat left 6px;
}
.actionDetail .detailActionNav a.prev:hover {
  background-position: left -64px;
}
.actionDetail .detailActionNav a.next {
  float: right;
  padding: 0 17px 0 0;
  background: url(../images/dn-next.png) no-repeat right 6px;
}
.actionDetail .detailActionNav a.next:hover {
  background-position: right -64px;
}
.actionDetail .tags {
  padding-top: 21px;
  padding-bottom: 47px;
}
.actionDetail .actionBody {
  padding: 0 0 50px 0;
}
.actionDetail .actionBody .actionName h1 {
  color: #1d62a2;
  font-size: 24px;
  font-weight: 700;
  line-height: 36px;
  text-transform: uppercase;
  letter-spacing: 2.5px;
  margin: 0;
  padding: 0 0 47px 0;
}
.actionDetail .actionBody .actionName .tagDetail {
  float: right;
  margin: 6px 0 0 0;
  overflow: hidden;
  padding: 0 12px 0 0;
}
.actionDetail .actionBody .actionName .tagDetail span {
  font-family: "pfdintextcompproregular";
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.16px;
  min-width: 85px;
  padding: 0 15px;
  height: 27px;
  background-color: #ffffff;
  display: block;
  text-align: center;
  position: relative;
  color: #ee570a;
  border: 2px solid #ee570a;
  border-right: 0;
  line-height: 22px;
}
.actionDetail .actionBody .actionName .tagDetail span:after {
  width: 9px;
  height: 27px;
  display: block;
  content: "";
  position: absolute;
  top: -2px;
  right: -9px;
  background: url(../images/tag-arrow2.png) no-repeat;
}
.actionDetail .actionBody .actionName .tagDetail span.active {
  color: #ffffff;
  background-color: #ee570a;
  text-decoration: none;
}
.actionDetail .actionBody .actionName .tagDetail span.active:after {
  background: url(../images/tag-arrow1.png) no-repeat;
  top: -2px;
}
.actionDetail .actionBody .actionName .tagDetail span:hover,
.actionDetail .actionBody .actionName .tagDetail span:active,
.actionDetail .actionBody .actionName .tagDetail span:focus {
  color: #ffffff;
  background-color: #ee570a;
  text-decoration: none;
}
.actionDetail .actionBody .actionName .tagDetail span:hover:after,
.actionDetail .actionBody .actionName .tagDetail span:active:after,
.actionDetail .actionBody .actionName .tagDetail span:focus:after {
  background: url(../images/tag-arrow1.png) no-repeat;
  top: -2px;
}
.actionDetail .actionBody .paddingRight {
  padding-right: 60px;
}
.actionDetail .actionBody .paddingLeftNone {
  padding-left: 0;
}
.actionDetail .actionBody .left {
  padding-right: 60px;
  padding-bottom: 30px;
  width: 50%;
  float: left;
}
.actionDetail .actionBody .date {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  color: #898989;
  padding: 0 0 30px 0;
}
.actionDetail .actionBody .date span {
  color: #1d62a2;
}
.actionDetail .actionBody .text {
  color: #2a2a2a;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
}
.actionDetail .actionBody .detailImage {
  height: 420px;
  border: 1px solid #e0e0e0;
  overflow: hidden;
  line-height: 420px;
  text-align: center;
  margin: 0 1px;
}
.actionDetail .actionBody .detailImage img {
  max-width: 100%;
  max-height: 100%;
  display: inline;
}
.delivery {
  padding: 0 0 0 0;
}
.delivery .text {
  color: #2a2a2a;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
.delivery .calculator {
  margin: 25px 0 0 0;
}
.delivery .calculator .title {
  height: 48px;
  background: #ff6700;
  padding: 0px 15px;
  text-align: center;
  float: left;
  min-width: 340px;
}
.delivery .calculator .title p {
  color: #f3f3f3;
  font-size: 16px;
  font-weight: 700;
  line-height: 48px;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  padding: 0 0 0 45px;
  margin: 0;
  height: 48px;
  display: inline-block;
  background: url(../images/calendar.png) no-repeat left center;
}
.delivery .calculator .body {
  background: #f1f1f1;
  padding: 35px 40px;
  width: 100%;
  float: left;
  margin-bottom: 40px;
}
.delivery .calculator .form {
  padding: 0 0 40px 0;
}
.delivery .calculator .form .tr {
  padding: 0;
  width: 100%;
  overflow: hidden;
}
.delivery .calculator .form .tr.paddingTop {
  padding-top: 5px;
}
.delivery .calculator .form .tr.paddingBottom {
  padding-bottom: 20px;
}
.delivery .calculator .form .tr.disable .label1 {
  opacity: 0.5;
}
.delivery .calculator .form .text {
  color: #ff6700;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  padding: 20px 0 15px 0;
}
.delivery .calculator .form .label {
  width: 12%;
  float: left;
  color: #2a2a2a;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  padding: 2px 0 0 35px;
}
.delivery .calculator .form .label.label1 {
  background: url(../images/calc-mark.png) no-repeat left center;
}
.delivery .calculator .form .label.label2 {
  background: url(../images/calc-calendar.png) no-repeat left center;
}
.delivery .calculator .form .label.label3 {
  background: url(../images/calc-clock.png) no-repeat left center;
  width: 15%;
}
.delivery .calculator .form .field1 {
  width: 85%;
  float: left;
}
.delivery .calculator .form .field1 .custom-select {
  height: 31px;
  max-width: 700px;
  width: 100%;
  border: 0;
  border-radius: 0;
  color: #2a2a2a;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  padding: 2px 35px 2px 20px;
  background: url(../images/calc-select.png) no-repeat right center #ffffff;
  -webkit-box-shadow: inset 1px 1px 1px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 1px 1px 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: inset 1px 1px 1px 1px rgba(0, 0, 0, 0.1);
}
.delivery .calculator .form .field2 {
  width: 27%;
  float: left;
  padding-right: 50px;
}
.delivery .calculator .form .field2 input {
  height: 31px;
  width: 100%;
  background: url(../images/calc-calendar-2.png) no-repeat right center #ffffff;
  border: 0;
  padding: 0 36px 0 20px;
  -webkit-box-shadow: inset 1px 1px 1px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 1px 1px 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: inset 1px 1px 1px 1px rgba(0, 0, 0, 0.1);
  color: #2a2a2a;
  font-size: 16px;
  font-weight: 400;
  vertical-align: middle;
}
.delivery .calculator .form .field3 {
  float: left;
  width: 15%;
}
.delivery .calculator .form .field3 input {
  width: 80px;
  height: 31px;
  background: #ffffff;
  border: 0;
  padding: 0 10px 0 10px;
  text-align: center;
  -webkit-box-shadow: inset 1px 1px 1px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 1px 1px 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: inset 1px 1px 1px 1px rgba(0, 0, 0, 0.1);
}
.delivery .calculator .form .field4 {
  float: left;
  width: 100%;
  padding-top: 35px;
}
.delivery .calculator .form .field4 input {
  width: 100%;
  max-width: 172px;
  height: 41px;
  text-align: center;
  display: block;
  color: #1d62a2;
  font-size: 16px;
  font-weight: 700;
  line-height: 35px;
  border: 3px solid #1d62a2;
  padding: 0 15px;
  background: transparent;
  cursor: pointer;
  outline: none;
  float: left;
  margin-top: 0;
  font-size: 18px;
}
.delivery .calculator .form .field4 input:hover,
.delivery .calculator .form .field4 input:active,
.delivery .calculator .form .field4 input:focus {
  text-decoration: none;
  outline: none;
}
.delivery .calculator .form .field4 input:disabled {
  color: #ffffff;
  background: #d5d5d5;
  border-color: #d5d5d5;
}
.delivery .calculator .checkYes {
  border-top: 1px solid #d1d1d1;
  padding: 22px 0 0 0;
  display: none;
}
.delivery .calculator .checkYes .status {
  padding: 5px 0 5px 45px;
  color: #48aa07;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-transform: uppercase;
  background: url(../images/calc-check.png) no-repeat left center;
}
.delivery .calculator .checkYes .tr1 {
  overflow: hidden;
  padding: 35px 0 15px 0;
}
.delivery .calculator .checkYes .tr1 .date {
  float: left;
  background: url(../images/calc-calendar.png) no-repeat left center;
  padding: 0 0 0 35px;
  margin: 0 40px 0 0;
}
.delivery .calculator .checkYes .tr1 .time {
  float: left;
  background: url(../images/calc-clock.png) no-repeat left center;
  padding: 0 0 0 35px;
}
.delivery .calculator .checkYes .tr2 {
  overflow: hidden;
  padding: 0 0 20px 0;
}
.delivery .calculator .checkYes .tr2 .name {
  float: left;
  background: url(../images/calc-mark.png) no-repeat left center;
  padding: 0 0 0 35px;
  width: 12%;
}
.delivery .calculator .checkYes .tr2 .way {
  float: left;
  padding: 0 0 0 5px;
  width: 88%;
}
.delivery .calculator .checkYes .deliveryItem {
  border-bottom: 1px solid #d1d1d1;
}
.delivery .calculator .checkYes .deliveryItem:last-child {
  border: 0;
}
.delivery .calculator .checkNo {
  border-top: 1px solid #d1d1d1;
  padding: 22px 0 0 0;
  display: none;
}
.delivery .calculator .checkNo .status {
  padding: 5px 0 5px 45px;
  color: #888888;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  background: url(../images/calc-check-not.png) no-repeat left center;
}
.delivery .calculator .checkNo .status a {
  text-decoration: underline;
}
.delivery h2 {
  color: #1d62a2;
  font-size: 24px;
  font-weight: 700;
  line-height: 36px;
  text-transform: uppercase;
  letter-spacing: 2.5px;
  margin: 0;
  padding: 40px 0 35px 0;
}
.delivery .ui-selectmenu-button.ui-button {
  height: 33px;
  max-width: 700px;
  width: 100%;
  border: 1px solid #f1f1f1;
  border-radius: 0;
  padding: 2px 0px 2px 35px;
  -webkit-box-shadow: inset 1px 1px 1px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 1px 1px 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: inset 1px 1px 1px 1px rgba(0, 0, 0, 0.1);
  background: #ffffff;
  overflow: hidden;
  outline: none;
}
.delivery .ui-selectmenu-button.ui-button:focus {
  outline: none;
}
.delivery .ui-selectmenu-icon.ui-icon {
  background: url(../images/calc-select.png) no-repeat right center #ffbe92;
  width: 34px;
  height: 31px;
  top: -2px;
}
.delivery .ui-selectmenu-text {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #2a2a2a;
  font-family: 'PT Sans', sans-serif;
  padding: 2px 0 0 0;
}
.delivery .ui-selectmenu-button.ui-button.ui-selectmenu-button-open {
  border: 1px solid #ffbe92;
  box-shadow: none;
}
.ui-widget.ui-widget-content {
  border: 0;
}
.ui-menu .ui-menu-item-wrapper {
  color: #2a2a2a;
  font-size: 16px;
  padding: 5px 35px;
  font-family: 'PT Sans', sans-serif;
}
.ui-widget-content .ui-state-active {
  border: 1px solid #ffe9da;
  background: #ffe9da;
  color: #2a2a2a;
}
.overflowSelect {
  max-height: 600px;
}
.deliveryMap {
  overflow: hidden;
  height: 518px;
}
@media only screen and (max-width: 767px) {
  .header.index {
    min-width: 100%;
    background-position: center -22px;
    height: 688px;
    margin-bottom: 50px;
  }
  .header .logo {
    width: 164px;
    padding-bottom: 18px;
  }
  .header .colAdr {
    display: none;
  }
  .header .colLinks {
    display: none;
  }
  .header .linksMobile {
    display: block;
  }
  .header .phone {
    padding-left: 18px;
    padding-top: 20px;
    line-height: 14px;
  }
  .header .phone:after {
    right: -10px;
    top: 21px;
  }
  .header .phone a {
    font-size: 18px;
  }
  .header .phone span {
    font-size: 14px;
  }
  .header .menu {
    padding-top: 10px;
    padding-bottom: 11px;
  }
  .header .menu .nav {
    display: none;
    position: absolute;
    top: 51px;
    left: 0;
    width: 248px;
    background: #ffffff;
    z-index: 100;
    border: 1px solid #dedede;
    padding: 5px 0 5px 0;
  }
  .header .menu .nav li {
    overflow: hidden;
  }
  .header .menu .nav li a {
    font-size: 14px;
    text-transform: uppercase;
    line-height: 21px;
    color: #3c3c3c;
    padding: 8px 15px;
    display: block;
  }
  .header .menu .dropdown-menu {
    position: static !important;
    transform: none !important;
    margin: 0;
    padding: 5px 0;
    width: 100%;
  }
  .header .menu .dropdown-menu li a.dropdown-item {
    padding: 8px 15px 8px 28px;
    font-size: 14px;
    line-height: 21px;
    text-transform: uppercase;
    color: #636363;
    white-space: normal;
  }
  .header #mobileMenuButton {
    display: block;
  }
  .promoBlock {
    margin-top: 150px;
  }
  #up {
    font-size: 0;
    width: 38px;
    height: 38px;
    background-position: center 10px;
    bottom: 70px;
    right: 15px;
  }
  body {
    margin-bottom: 525px;
  }
  .footer {
    height: 525px;
  }
  .footer .logo img {
    max-width: 212px;
  }
  .footer .text br:first-child {
    display: none;
  }
  .footer .pt130 {
    padding-top: 10px;
  }
  .footer .pl55 {
    padding-left: 15px;
  }
  .footer .links {
    overflow: hidden;
  }
  .footer .links .enter {
    float: left;
  }
  .footer .links .sigin {
    float: left;
    margin: 0 0 0 20px;
  }
  .footer .copy {
    padding-top: 20px;
    width: 50%;
    float: left;
  }
  .footer .sitemapMobile {
    width: 50%;
    float: left;
    padding-top: 20px;
    text-align: right;
    display: block;
  }
  .footer .sitemapMobile a {
    padding-left: 35px;
    background: url(../images/sitemap.png) no-repeat left 2px;
    display: inline-block;
    font-size: 16px;
    color: #3b3b3b;
    text-decoration: none;
    font-weight: 700;
    text-transform: uppercase;
  }
  .contentTop .breadcrumb {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
    color: #ff6700;
    font-size: 13px;
  }
  .contentTop .breadcrumb .breadcrumb-item {
    white-space: nowrap;
    display: inline;
  }
  .services h2 {
    font-size: 28px;
    margin-bottom: 45px;
  }
  .services .item1 {
    height: 247px;
  }
  .services .item1 span {
    top: 43px;
    left: 39px;
  }
  .services .item2 {
    height: 247px;
    margin-top: 30px;
  }
  .services .item3 {
    height: 165px;
  }
  .services .item4 {
    height: 165px;
  }
  .advantage {
    padding-top: 80px;
    padding-bottom: 30px;
  }
  .advantage h2 {
    font-size: 28px;
  }
  .advantage h2 br {
    display: none;
  }
  .advantage .partnerLink {
    margin-bottom: 40px;
  }
  .advantage .text {
    padding-bottom: 30px;
  }
  .aboutCifra h2 {
    font-size: 28px;
  }
  .aboutCifra .npl {
    padding-left: 0;
  }
  .aboutCifra .npr {
    padding-right: 0;
  }
  .aboutCifra .item {
    font-size: 15px;
    width: 129px;
    height: 130px;
    background-size: cover;
  }
  .aboutCifra .npl .item:first-child {
    margin-right: 7px;
  }
  .aboutCifra .npr .item:first-child {
    margin-right: 7px;
  }
  .aboutInfo {
    padding-top: 60px;
    background-image: url(../images/about-bg-el-m.png);
    background-position: left -30px;
  }
  .aboutInfo h2 {
    font-size: 28px;
    margin-bottom: 45px;
  }
  .aboutInfo .pt95 {
    padding-top: 95px;
  }
  .aboutInfo .priv .item br {
    display: none;
  }
  .modalForm .fileInputName br {
    display: none;
  }
  .sliderActions #sliderIndex {
    height: 150px;
  }
  .sliderActions .slick-dots {
    bottom: -10px;
  }
  .partners {
    padding-top: 60px;
  }
  .partners h2 {
    font-size: 24px;
    padding-bottom: 25px;
  }
  .partners .text br {
    display: none;
  }
  .partners .certSliderWrap {
    padding: 40px 0 15px 0;
  }
  .partners .slick-dots {
    bottom: -20px;
  }
  .partners .list {
    margin-top: 0;
  }
  .about {
    background-position: center 80%;
  }
  .about .text {
    padding-top: 0;
  }
  .about .text h2 {
    font-size: 28px;
  }
  .about .row {
    padding-bottom: 0;
  }
  .about .col-md-2,
  .about .col-md-4 {
    padding-bottom: 40px;
  }
  .reviews .reviewsSlider .slick-next {
    display: none !important;
  }
  .reviews .reviewsSlider .slick-prev {
    display: none !important;
  }
  .reviews .reviewsSlider .item .text {
    height: auto;
  }
  .reviews .reviewsSlider .sliderDots {
    margin-top: 10px;
  }
  .corpClient .text .bigTitle {
    line-height: 32px;
  }
  .keyClients {
    padding-top: 50px;
    padding-bottom: 70px;
  }
  .keyClients h2 br {
    display: none;
  }
  .keyClients .text {
    padding-bottom: 45px;
  }
  .keyClients .text br {
    display: none;
  }
  .keyClients .list {
    padding: 50px 0 0 0;
  }
  .keyClients .list .item {
    width: 100%;
    height: 80px;
    line-height: 80px;
    text-align: center;
    padding: 0;
  }
  .keyClients .list .item img {
    line-height: 80px;
    display: inline-block;
  }
  .keyClients .slick-dots {
    bottom: -35px;
  }
  .wholesale {
    background-image: url(../images/opt-bg-576.jpg);
    background-position: left 385px;
  }
  .wholesale .dopInfo .text br {
    display: none;
  }
  .wholesale .dopInfo .title br {
    display: none;
  }
  .wholesale .dopInfo h2 {
    font-size: 24px;
  }
  .wholesale .dopInfo .partnerLink {
    margin: 0;
    max-width: 100%;
  }
  .wholesale .dopInfo .partnerLink.orange {
    margin: 0;
  }
  .wholesale .items {
    padding-top: 65px;
  }
  .wholesale .items .col-md-6:first-child {
    padding-bottom: 45px;
  }
  .make {
    background-image: url(../images/make-bg-576.jpg);
    background-position: left bottom;
  }
  .make .dopInfo {
    padding-top: 55px;
  }
  .make .dopInfo .items .title br {
    display: none;
  }
  .make .dopInfo .items .paddingBottom {
    padding-bottom: 45px;
  }
  .make .dopInfo h2 br {
    display: none;
  }
  .spec {
    padding-top: 30px;
  }
  .spec .img {
    height: 320px;
    overflow: hidden;
    margin-bottom: 10px;
  }
  .spec .img img {
    max-height: 100%;
  }
  .spec .propText {
    /*height: auto;
			min-height: auto;*/
  }
  .newsList .card .card-img {
    background-size: contain;
  }
  .newsList .card .card-title {
    height: auto;
  }
  .actionsList .card .card-img {
    background-size: contain;
  }
  .actionsList .card .card-title {
    height: auto;
  }
  .newsDetail .newsBody {
    padding-bottom: 20px;
  }
  .newsDetail .newsBody .left {
    width: 100%;
    padding: 0 0 30px 0;
  }
  .newsDetail .detailNewsNav a {
    letter-spacing: 0;
  }
  .newsDetail .detailNewsNav a.next {
    padding-right: 15px;
  }
  .newsDetail .detailNewsNav a.prev {
    padding-left: 15px;
  }
  .contact .paddingTop2 {
    padding-top: 52px;
  }
  .actionDetail .actionBody {
    padding-bottom: 20px;
  }
  .actionDetail .actionBody .left {
    width: 100%;
    padding: 0 0 30px 0;
  }
  .actionDetail .detailActionNav a {
    letter-spacing: 0;
  }
  .actionDetail .detailActionNav a.next {
    padding-right: 15px;
  }
  .actionDetail .detailActionNav a.prev {
    padding-left: 15px;
  }
  .newsLast .newsItem {
    padding-bottom: 35px;
  }
  .actionsList .sliderActionsWrap {
    padding-bottom: 20px;
  }
  .tags {
    padding-bottom: 30px;
  }
  .delivery .calculator .body {
    padding: 35px 20px;
  }
  .delivery .calculator .form .label {
    width: 24%;
  }
  .delivery .calculator .form .field1 {
    width: 76%;
  }
  .delivery .calculator .checkYes .tr1 .date {
    margin: 0;
    width: 100%;
  }
  .delivery .calculator .checkYes .tr2 .name {
    width: 24%;
  }
  .delivery .calculator .checkYes .tr2 .way {
    width: 76%;
  }
  .garanty1 .dopInfo .paddingTop {
    padding-top: 40px;
  }
  .garanty .form .td1,
  .garanty .form .td3,
  .garanty .form .td5 {
    width: 22%;
    line-height: 16px;
    padding-top: 7px;
  }
  .garanty .form .td1.npt,
  .garanty .form .td3.npt,
  .garanty .form .td5.npt {
    padding-top: 0;
  }
  .garanty .form .td2,
  .garanty .form .td4,
  .garanty .form .td6 {
    width: 78%;
  }
  .garanty .form .td5 {
    text-align: left;
  }
  .garanty .form .td3,
  .garanty .form .td4 {
    padding-bottom: 10px;
  }
  .garanty .form .input.short {
    max-width: 100%;
  }
  .garanty4 .removeRow {
    top: 13px;
  }
  .garanty4 .itemsTable {
    padding-right: 20px;
  }
  .garanty4 .itemsTable .tr {
    margin-bottom: 30px;
  }
  .garanty4 .itemsTable .tr .th {
    height: 37px;
    border-left: 0;
    border-right: 0;
  }
  .garanty4 .itemsTable .tr .th br {
    display: none;
  }
  .garanty4 .itemsTable .tr .td {
    border-left: 0;
    border-right: 0;
  }
  .garanty4 .itemsTable .tr .col1 {
    width: 7%;
  }
  .garanty4 .itemsTable .tr .col1 .th {
    border-top: 1px solid #ffffff;
    display: block;
  }
  .garanty4 .itemsTable .tr .col1 .td {
    border-bottom: 0;
  }
  .garanty4 .itemsTable .tr .col2 {
    width: 93%;
  }
  .garanty4 .itemsTable .tr .col2 .item {
    width: 100%;
  }
  .garanty4 .itemsTable .tr .col2 .item .th {
    display: block;
  }
  .garanty4 .itemsTable .tr .col2 .item:last-child .td {
    border-bottom: 0;
  }
  .garanty4 .itemsTable .tr.first .col2 .item .th {
    border-top: 1px solid #ffffff;
  }
  .garanty5 .form .td1,
  .garanty5 .form .td3,
  .garanty5 .form .td5 {
    width: 33%;
  }
  .garanty5 .form .td2,
  .garanty5 .form .td4,
  .garanty5 .form .td6 {
    width: 67%;
  }
  .garanty5 .formWrap {
    padding-right: 20px;
  }
  .garanty5 .formWrap .removeList {
    right: -16px;
  }
  .garanty6 .attention {
    padding: 30px 35px;
  }
  .garanty3 p.big {
    font-size: 16px;
  }
  .sitemap {
    padding-bottom: 15px;
  }
  .sitemap .column {
    width: 100%;
  }
}
@media only screen and (max-width: 575px) {
  .container {
    min-width: 320px;
  }
  .contentTop h1 {
    letter-spacing: 1px;
    padding-bottom: 30px;
  }
  #up {
    bottom: 15px;
  }
  .header.index {
    height: 525px;
    margin-bottom: 50px;
    background-position: center -29px;
  }
  .header .logo {
    padding-top: 13px;
    padding-bottom: 15px;
    padding-right: 0;
  }
  .header .langMobile,
  .header .phonesMobile {
    display: block;
  }
  .header .phoneList {
    display: none;
    position: absolute;
    top: 50px;
    right: 15px;
    border: 1px solid #1b6fb8;
    background: #ffffff;
    padding: 20px 20px;
    z-index: 10;
    width: 190px;
  }
  .header .phone {
    padding-right: 0;
    padding-left: 0;
    line-height: 16px;
  }
  .header .phone:first-child {
    padding-top: 0;
  }
  .header .phone:after {
    display: none;
  }
  .header .phone a {
    font-size: 24px;
  }
  .header .linksMobile {
    padding: 0 0 0 12px;
  }
  .header .linksMobile .enter {
    width: 120px;
    margin-right: 8px;
  }
  .header .linksMobile .sigin {
    width: 110px;
  }
  .header .menu {
    padding-right: 0;
    padding-bottom: 9px;
  }
  .header .menu .lang {
    display: none;
  }
  .header .menu .nav {
    left: -16px;
    top: 49px;
  }
  .promoBlock {
    padding: 30px 15px;
    margin-top: 95px;
  }
  .promoBlock .title {
    font-size: 24px;
  }
  .promoBlock .text {
    font-size: 16px;
  }
  body {
    margin-bottom: 625px;
  }
  .footer {
    height: 625px;
  }
  .footer .text br:first-child {
    display: inline;
  }
  .footer .links {
    overflow: hidden;
  }
  .footer .links .enter {
    float: left;
    width: 100%;
  }
  .footer .links .sigin {
    float: left;
    margin: 11px 0 0 0;
    width: 100%;
  }
  .footer .copy {
    padding-top: 20px;
    width: 100%;
    float: left;
  }
  .footer .sitemapMobile {
    width: 100%;
    float: left;
    padding-top: 10px;
    text-align: left;
  }
  .footer .sitemapMobile a {
    padding-left: 35px;
    background: url(../images/sitemap.png) no-repeat left 2px;
    display: inline-block;
    font-size: 16px;
    color: #3b3b3b;
    text-decoration: none;
    font-weight: 700;
    text-transform: uppercase;
  }
  .keyClients .partnerLink.widthBig.en {
    font-size: 15px;
    padding: 0;
  }
  .services h2 {
    font-size: 28px;
    margin-bottom: 45px;
  }
  .services .item1 {
    height: 146px;
    margin-bottom: 15px;
  }
  .services .item1 span {
    top: 27px;
    left: 31px;
  }
  .services .item1 span.catalogLink {
    top: 88px;
  }
  .services .item2 {
    height: 146px;
    margin-top: 15px;
  }
  .services .item2 span {
    top: 27px;
    left: 31px;
  }
  .services .item3 {
    height: 146px;
  }
  .services .item4 {
    height: 146px;
    margin-top: 15px;
  }
  .aboutCifra .npl {
    padding-left: 15px;
  }
  .aboutCifra .npr {
    padding-right: 15px;
  }
  .aboutCifra .item {
    float: none;
    margin: 0 auto 35px auto;
  }
  .aboutCifra .npl .item:first-child {
    margin-right: auto;
  }
  .aboutCifra .npr .item:first-child {
    margin-right: auto;
  }
  .aboutCifra .grafikTitle {
    font-size: 13px;
    padding-left: 31px;
  }
  .aboutInfo {
    background-image: url(../images/about-bg-el-m2.png);
    background-position: left -2px;
  }
  .aboutInfo .partnerLink {
    padding: 0;
    font-size: 15px;
  }
  .aboutInfo .pt95 {
    padding-top: 80px;
  }
  .sliderActions #sliderIndex {
    height: auto;
  }
  .modal-dialog {
    margin-left: auto;
    margin-right: auto;
  }
  .modal-body {
    padding: 15px 15px 40px 15px;
  }
  .modal-header {
    padding-left: 15px;
    padding-right: 15px;
  }
  .modal-header h4 {
    line-height: 32px;
  }
  .modalForm .fileInputName {
    font-size: 16px;
  }
  .modalForm input[type="text"] {
    font-size: 16px;
  }
  .modalForm textarea {
    font-size: 16px;
  }
  .modalForm .customFile .custom-file-label::after,
  .modalForm .customFile .custom-file-label:lang(ru)::after,
  .modalForm .customFile .custom-file-label:lang(en)::after {
    font-size: 16px;
  }
  .modalForm .checkboxField input[type="checkbox"] + label {
    font-size: 16px;
  }
  #queryKpModal input[type="submit"] {
    font-size: 15px;
    padding: 0;
  }
  .about {
    background-position: center 80%;
  }
  .about .col-md-2 {
    padding-bottom: 20px;
  }
  .about .col-md-4 {
    padding-bottom: 55px;
  }
  .vacancy .item {
    padding: 20px 14px 16px 14px;
    min-height: 62px;
  }
  .vacancy .item .name {
    font-size: 18px;
    line-height: 24px;
  }
  .vacancy .item .name:after {
    top: -6px;
    right: 0;
  }
  .reviews .reviewsSlider .item {
    padding: 38px 10px;
  }
  .reviews .reviewsSlider .item .text {
    height: auto;
  }
  .reviews .reviewsSlider .sliderDots {
    margin-top: 30px;
  }
  .corpClient {
    padding-bottom: 50px;
  }
  .corpClient .text .partnerLink {
    font-size: 15px;
    padding: 0;
  }
  .wholesale {
    background: none;
  }
  .wholesale .dopInfo {
    position: relative;
  }
  .wholesale .dopInfo:before {
    background: url(../images/opt-bg-320.jpg) no-repeat;
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 293px;
    height: 509px;
    z-index: -1;
  }
  .wholesale .dopInfo .partnerLink {
    margin: 0;
    max-width: 100%;
  }
  .wholesale .dopInfo .partnerLink.orange {
    margin: 20px 0 0 0;
  }
  .contact .text br {
    display: none;
  }
  .contact .text span {
    display: block;
  }
  .contact .text1 br {
    display: inline;
  }
  .make {
    background-size: contain;
  }
  .make .dopInfo {
    padding-top: 35px;
  }
  .make .dopInfo .items .paddingBottom {
    padding-bottom: 45px;
  }
  .make .attention {
    font-size: 18px;
    line-height: 30px;
  }
  .spec .title {
    font-size: 17px;
  }
  .spec .img {
    height: 240px;
    overflow: hidden;
  }
  .newsList .pagenav ul li.prev a,
  .actionsList .pagenav ul li.prev a,
  .newsList .pagenav ul li.prev i,
  .actionsList .pagenav ul li.prev i {
    font-size: 0;
  }
  .newsList .pagenav ul li.prev a:before,
  .actionsList .pagenav ul li.prev a:before,
  .newsList .pagenav ul li.prev i:before,
  .actionsList .pagenav ul li.prev i:before {
    content: "Пред.";
    font-size: 15px;
  }
  .newsList .pagenav ul li.prev a:lang(en)::before,
  .actionsList .pagenav ul li.prev a:lang(en)::before,
  .newsList .pagenav ul li.prev i:lang(en)::before,
  .actionsList .pagenav ul li.prev i:lang(en)::before {
    content: "Prev";
    font-size: 15px;
  }
  .newsList .pagenav ul li.next a,
  .actionsList .pagenav ul li.next a,
  .newsList .pagenav ul li.next i,
  .actionsList .pagenav ul li.next i {
    font-size: 0;
  }
  .newsList .pagenav ul li.next a:before,
  .actionsList .pagenav ul li.next a:before,
  .newsList .pagenav ul li.next i:before,
  .actionsList .pagenav ul li.next i:before {
    content: "След.";
    font-size: 15px;
  }
  .newsList .pagenav ul li.next a:lang(en)::before,
  .actionsList .pagenav ul li.next a:lang(en)::before,
  .newsList .pagenav ul li.next i:lang(en)::before,
  .actionsList .pagenav ul li.next i:lang(en)::before {
    content: "Next";
    font-size: 15px;
  }
  .newsDetail .detailNewsNav {
    line-height: 16px;
  }
  .newsDetail .detailNewsNav a {
    line-height: 16px;
    font-size: 14px;
  }
  .newsDetail .detailNewsNav a br {
    display: inline;
  }
  .newsDetail .detailNewsNav a.next {
    background-position: right 11px;
    text-align: right;
  }
  .newsDetail .detailNewsNav a.next:hover {
    background-position: right -59px;
  }
  .newsDetail .detailNewsNav a.prev {
    background-position: left 11px;
    text-align: left;
  }
  .newsDetail .detailNewsNav a.prev:hover {
    background-position: right -59px;
  }
  .actionDetail {
    padding-bottom: 20px;
  }
  .actionDetail .detailActionNav {
    line-height: 16px;
  }
  .actionDetail .detailActionNav a {
    line-height: 16px;
    font-size: 14px;
  }
  .actionDetail .detailActionNav a br {
    display: inline;
  }
  .actionDetail .detailActionNav a.next {
    background-position: right 11px;
    text-align: right;
  }
  .actionDetail .detailActionNav a.next:hover {
    background-position: right -59px;
  }
  .actionDetail .detailActionNav a.prev {
    background-position: left 11px;
    text-align: left;
  }
  .actionDetail .detailActionNav a.prev:hover {
    background-position: right -59px;
  }
  .actionDetail .actionBody .detailImage {
    height: 250px;
    line-height: 250px;
  }
  .delivery .calculator .title {
    width: 100%;
    min-width: 290px;
    padding: 0 0 0 10px;
    text-align: left;
  }
  .delivery .calculator .title p {
    padding-left: 40px;
  }
  .delivery .calculator .body {
    padding: 25px 10px;
  }
  .delivery .calculator .form .label {
    width: 100%;
    margin-bottom: 10px;
  }
  .delivery .calculator .form .field1 {
    width: 100%;
  }
  .delivery .calculator .checkYes .tr1 .date {
    margin: 0;
    width: 100%;
  }
  .delivery .calculator .checkYes .tr2 .name {
    width: 100%;
    margin-bottom: 10px;
  }
  .delivery .calculator .checkYes .tr2 .way {
    width: 100%;
  }
  .garanty1 .dopInfo .paddingTop {
    padding-top: 40px;
  }
  .garanty1 .dopInfo .title {
    padding-top: 95px;
    background-position: center top;
  }
  .garanty1 .text h2 {
    letter-spacing: 0;
    line-height: 30px;
  }
  .garanty4 .form .tr {
    padding: 0;
  }
  .garanty4 .form .td1,
  .garanty4 .form .td3,
  .garanty4 .form .td5 {
    width: 100%;
    line-height: 16px;
    padding: 0 0 10px 0;
  }
  .garanty4 .form .td1.npt,
  .garanty4 .form .td3.npt,
  .garanty4 .form .td5.npt {
    padding-top: 0;
  }
  .garanty4 .form .td1 br {
    display: none;
  }
  .garanty4 .form .td2,
  .garanty4 .form .td4,
  .garanty4 .form .td6 {
    width: 100%;
    padding-bottom: 15px;
  }
  .garanty4 .form .td5 {
    text-align: left;
  }
  .garanty4 .form .input.short {
    max-width: 100%;
  }
  .garanty2 .sendingGaranty {
    padding: 0;
    font-size: 15px;
  }
  .garanty4 h3 {
    line-height: 24px;
    margin-bottom: 20px;
  }
  .garanty4 .removeRow {
    top: -15px;
    right: 0;
  }
  .garanty4 .itemsTable {
    padding-right: 0;
  }
  .garanty4 .itemsTable .tr {
    margin-bottom: 35px;
  }
  .garanty4 .itemsTable .tr .col1 {
    width: 8%;
  }
  .garanty4 .itemsTable .tr .col2 {
    width: 92%;
  }
  .garanty5 .form .tr {
    padding: 0;
  }
  .garanty5 .form .td1,
  .garanty5 .form .td3,
  .garanty5 .form .td5 {
    width: 100%;
    padding: 0 0 10px 0;
  }
  .garanty5 .form .td1 br,
  .garanty5 .form .td3 br,
  .garanty5 .form .td5 br {
    display: none;
  }
  .garanty5 .form .td2,
  .garanty5 .form .td4,
  .garanty5 .form .td6 {
    width: 100%;
    padding-bottom: 15px;
  }
  .garanty5 .formWrap {
    padding-right: 0;
  }
  .garanty5 .formWrap .removeListWrap {
    height: 30px;
    background: #ffffff;
    width: 100%;
  }
  .garanty5 .formWrap .removeList {
    right: 10px;
    top: 10px;
  }
  .garanty5 .formWrap .form {
    padding: 21px 15px;
  }
  .garanty5 .formWrap .formHeader {
    text-align: left;
    padding: 6px 15px;
  }
  .garanty6 .attention {
    padding: 15px 18px;
  }
  .pdnText2 {
    padding: 15px 18px;
  }
}
@media only screen and (max-width: 460px) {
  .garanty4 .itemsTable .tr .col1 {
    width: 10%;
  }
  .garanty4 .itemsTable .tr .col2 {
    width: 90%;
  }
}
@media only screen and (max-width: 420px) {
  .partners .slick-dots {
    display: none !important;
  }
}
@media only screen and (max-width: 380px) {
  .garanty4 .itemsTable .tr .col1 {
    width: 12%;
  }
  .garanty4 .itemsTable .tr .col2 {
    width: 88%;
  }
}
/*@media (min-width: 576px) {
	.container {
		width: 1170px;
		max-width: 100%;
	}
}*/
@media (min-width: 768px) {
  .container {
    width: 1170px;
    max-width: 100%;
    min-width: 1170px;
  }
  body {
    min-width: 1200px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 1170px;
    max-width: 100%;
    min-width: 1170px;
  }
  body {
    min-width: 1200px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
    max-width: 100%;
    min-width: 1170px;
  }
  body {
    min-width: 1200px;
  }
}
