@charset "UTF-8";
/*Контент начало*/
@font-face {
  font-family: 'PTSans-Reg';
  src: url("../fonts/PTSans-Reg.woff") format("woff"), url("../fonts/PT_Sans_Reg.woff2") format("woff2");
  font-weight: normal;
  font-style: normal; }

/*Размер шрифта для заголовков*/
/*Цвет шрифта для заголовков*/
html {
  padding: 0;
  margin: 0;
  font-size: 10px;
  line-height: 1.15; }

body {
  font-size: 1.6rem;
  margin: 0;
  font-family: 'PTSans-Reg', sans-serif;
  color: #676767;
  max-width: 1920px;
  min-width: 320px;
  position: relative;
  margin: 0 auto; }

h1, h2, h3, h4, h5, h6 {
  line-height: 1.15;
  font-family: 'PTSans-Reg', serif;
  text-transform: uppercase; }

h1 {
  font-size: 3rem;
  margin: 0 0 .76em;
  color: #4d6895; }

h2 {
  font-size: 2.4rem;
  margin: 0.67em 0;
  color: #0e8e97; }

h3 {
  font-size: 1.81818rem;
  margin: 0.81em 0;
  color: #469ebd; }

h4 {
  font-size: 1.57895rem;
  margin: 1.05em 0;
  color: #469ebd; }

h5 {
  font-size: 1.2605rem;
  margin: 1.375em 0;
  color: #000; }

h6 {
  font-size: 1.10701rem;
  margin: 1.78em 0;
  color: #000; }

p {
  margin: 1em 0;
  text-align: justify; }

ul, ol {
  margin: 0.8em 0;
  overflow: hidden;
  line-height: 1.3;
  padding: 0 0 0 2.6em; }

ul li {
  list-style-type: none;
  position: relative;
  padding: 0 0 0 1em;
  overflow: hidden; }

li:after {
  content: "";
  width: 7px;
  height: 7px;
  background: #0e8e97;
  position: absolute;
  top: 8px;
  left: 0;
  border-radius: 100%; }
ol li:after {
    display: none;
}
.table_wrap {
  overflow-x: auto; }

a {
  outline: none;
  color: #676767; }
a:hover, a:focus{
  text-decoration: none;
}
/*Контент конец*/
.section {
  padding: 0 6%; }

.content {
  padding: 0 6% 92px;
  display: block; }

.index .content {
  padding: 0; }

.advantage__title {
  color: #ffffff;
  font-size: 3rem;
  font-family: 'PTSans-Reg', sans-serif;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  max-width: 100%;
  width: 100%;
  -webkit-box-flex: 100px;
  -ms-flex: 100px;
  flex: 100px;
  text-align: center;
  position: relative;
  margin: 0 0 28px; }

.sectionAdvantage {
  background: url(../image/design/img_1920.jpg) no-repeat 100% 100%;
  width: 100%;
  position: relative;
  padding: 63px 0 88px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-position: 50% -250px; }

.sectionAdvantage:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.65); }

.advantage {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.advantage__item {
  max-width: 232px;
  width: 232px;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 10px 30px; }

.advantage__item:nth-child(1) {
  max-width: 204px;
  width: 204px; }

.advantage__item:nth-child(2) {
  max-width: 171px;
  width: 171px; }

.advantage__item:nth-child(3) {
  max-width: 190px;
  width: 190px; }

.advantage__item:nth-child(5) {
  max-width: 185px;
  width: 185px; }

.advantage__item img {
  display: block;
  width: 66px;
  height: 65px;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none; }

.advantage__text {
  color: #ffffff;
  font-family: 'PTSans-Reg', sans-serif;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.1;
  margin: 0 0 0 .75em; }

.wrapData {
  margin: 0 0 15px;
  width: 100%; }

.label {
  display: block;
  line-height: 1;
  margin: 0 0 8px;
  color: #666666;
  font-family: 'PTSans-Reg', sans-serif;
  font-weight: 400;
  font-size: 1.6rem; }

.field {
  width: 100%;
  height: 45px;
  border: 1px solid #dadada;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px 10px;
  box-sizing: border-box; }

.fieldComment {
  height: 173px;
  resize: none; }

.btn {
  height: 40px;
  border: none;
  background: #8b3d77;
  border-radius: 8px;
  color: #fffefe;
  font-family: 'PTSans-Reg', sans-serif;
  font-weight: 700;
  font-size: 1.6rem;
  text-transform: uppercase;
  margin: 20px 0 0; }

.send_form {
  width: 100%;
  opacity: .5; }

.contacts__title {
  font-family: 'PTSans-Reg', sans-serif;
  font-weight: 700;
  font-size: 2.4rem;
  color: #0e8e97;
  line-height: 1.15;
  margin: 0 0 .76em;
  letter-spacing: -0.24px;
  text-transform: uppercase; }

.contacts, .reviews, .faqs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  margin: 0 0 55px; }

.contacts__block1, .reviews__block1, .faqs__block1 {
  max-width: 834px;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100px;
  flex: 1 1 100px;
  margin: 0 55px 0 0; }

.contacts__block2, .reviews__block2, .faqs__block2 {
  max-width: 534px;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100px;
  flex: 1 1 100px; }

.footerInfo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 17px 30px 13px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  width: 100%;
  margin: 0 auto;
  font-size: 1.6rem;
  background: #469ebd;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: 'PTSans-Reg', sans-serif;
  font-weight: 700; }

.footerInfo__company {
  max-width: 100%;
  width: 100%;
  -webkit-box-flex: 100px;
  -ms-flex: 100px;
  flex: 100px; }

.footerInfo__grx {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  margin: 0 0 0 20px;
  line-height: 1.3; }

.goTop {
  position: fixed;
  bottom: 350px;
  right: 19px;
  width: 40px;
  height: 40px;
  border-radius: 8px;
  background: #8b3d77;
  border: none;
  padding: 12px;
  -webkit-box-shadow: 3px 4px 15px rgba(0, 0, 0, 0.25);
  box-shadow: 3px 4px 15px rgba(0, 0, 0, 0.25);
  border-right: 2px solid #59274d;
  border-bottom: 2px solid #59274d;
  cursor: pointer;
  visibility: hidden;
  z-index: 1;
  -webkit-transition: .7s;
  -o-transition: .7s;
  transition: .7s;
  -webkit-transform: translate(80px);
  -ms-transform: translate(80px);
  transform: translate(80px); }

.goTop_active {
  visibility: visible;
  -webkit-transition: .7s;
  -o-transition: .7s;
  transition: .7s;
  -webkit-transform: translate(0px);
  -ms-transform: translate(0px);
  transform: translate(0px); }

.footerInfo__grx a, .footerInfo__grx a:visited {
  color: #fff;
  font-size: 1.6rem; }

.cookies, .cookies:visited, .cookies:active {
  color: #fff; }

.cookies:hover, .footerInfo__grx a:hover {
  text-decoration: none; }

.wrapMap {
  height: 481px;
  border: 1px solid #e6e6e6;
  margin: 20px 0 0; }

.contact__addr {
  color: #676767;
  font-family: 'PTSans-Reg', sans-serif;
  font-weight: 400;
  line-height: 1.2; }

.contant__phone, .contant__phone a, .contant__phone a:visited, .contant__phone a:active {
  font-size: 1.8rem;
  color: #676767;
  text-decoration: none; }

.contact__addr strong {
  margin: 0 5px 0 0; }

.contant__phone strong {
  font-size: 1.6rem;
  margin: 0 5px 0 0; }

.confidentiality {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  line-height: 1;
  font-size: 1.4rem;
  margin: 17px 0 42px;
  margin: 0;
  width: 100%;
  padding: 0;
  font-family: 'PTSans-Reg', sans-serif;
  font-weight: 400;
  color: #808080; }

.confidentiality__text {
  color: #4d6895; }

.confidentiality__text:hover {
  text-decoration: none; }

.checkbox_1 {
  display: block;
  width: 23px;
  height: 21px;
  background: url(../image/design/ic_chek.png) no-repeat;
  background-position: -3px -3px;
  position: relative;
  overflow: hidden;
  margin: 0 10px 0 0;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  border: 1px solid transparent; }

.checkbox_1 input {
  position: absolute;
  top: -20px;
  right: -20px; }

.checkbox_1.active {
  background-position: -32px -3px; }

.checkbox_1.active:hover, .checkbox_1.active:focus {
  background-position: -32px -3px;
  border: 1px solid transparent; }

.sectionBreadcrumbs {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.breadcrumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin: 24px 0 21px; }

.bx-breadcrumb-item a, .bx-breadcrumb-item a:visited, .bx-breadcrumb-item a:active {
  font-family: 'PTSans-Reg', sans-serif;
  font-weight: 400;
  color: #a8779b;
  font-size: 1.4rem;
  line-height: 1.2;
  text-decoration: none; }

.bx-breadcrumb-item a span {
  border-bottom: 1px solid #a8779b; }

.bx-breadcrumb-item a span:hover, .bx-breadcrumb-item a span:focus {
  border-bottom: 1px solid transparent; }

.separator {
  margin: 3px 3px 0;
  display: block; }

.separator img {
  width: 9px;
  height: 9px;
  display: block; }

.breadcrumbs .lastItem {
  font-family: 'PTSans-Reg', sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.2;
  color: #878d99;
  cursor: default;
  border-bottom: 1px solid transparent; }

.bx-breadcrumb-item {
  margin: 0 0 3px; }

.gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-flex-pack: distribute;
  justify-content: space-around; }

.gallery__item {
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 16px 18px; }

.gallery img {
  width: 239px;
  height: 100px;
  border: 1px solid #e6e6e6; }

.gallery__title {
  color: #676767;
  font-family: 'PTSans-Reg', sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.2;
  text-align: center;
  margin: .875em 0 0; }

.pagination {
  margin: 33px 0 0; }

#listing {
  margin: 0 0 2px;
  text-align: center;
  overflow: hidden;
  cursor: default; }

p.prev, p.next, p.unactive {
  position: relative;
  top: 9px;
  padding-bottom: 7px;
  padding: 0 10px;
  vertical-align: baseline; }

p.unactive, p.unactive span {
  color: #cccccc; }

#listing p {
  display: inline-block;
  margin: 0; }

#listing p {
  position: relative;
  top: 10px; }

p.unactive, p.unactive span {
  color: #cccccc; }

.prev.unactive span {
  display: none; }

p.prev a {
  display: inline-block;
  background: url(../image/design/sp_arrPag.png) no-repeat center center;
  width: 33px;
  height: 32px;
  border-radius: 8px 0 0 8px;
  border: 1px solid #dadada; }

#listing .list {
  display: inline-block; }

#listing span.active, #listing .list a {
  color: #000;
  font-size: 16px;
  font-weight: 300;
  text-decoration: none;
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-width: 37px;
  height: 37px;
  padding: 9px 5px 2px;
  border-radius: 0px; }

#listing span.active, .listing1 .list a {
  display: inline-block; }

#listing span.active, #listing .list a {
  color: #000;
  font-size: 16px;
  font-weight: 300;
  text-decoration: none;
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-width: 35px;
  height: 35px;
  padding: 9px 5px 2px;
  border-radius: 0px;
  font-weight: 400; }

#listing .list span.active, #listing .list a:hover, #listing .list a:focus {
  color: #fff;
  border-radius: 8px;
  background-color: #8b3d77; }

p.next a {
  display: inline-block;
  background: url(../image/design/sp_arrPag.png) no-repeat center center;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  width: 33px;
  height: 32px;
  border-radius: 8px 0 0 8px;
  border: 1px solid #dadada; }

.next.unactive span {
  display: none; }

p.more-list {
  text-align: center;
  padding-top: 2px;
  padding-left: 2px;
  margin-top: 5px; }

p.more-list a {
  color: #000;
  color: #676767;
  font-family: 'PTSans-Reg', sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1; }

p.more-list a:hover {
  text-decoration: none; }

.sectionDownload {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 21px 0 0; }

.download__link, .download__link:visited, .download__link:active {
  color: #0e8e97;
  font-family: 'PTSans-Reg', sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.25; }

.download__link span {
  color: #676767;
  text-decoration: none; }

.download__link:hover, .download__link:focus {
  text-decoration: none; }

.download {
  margin: 0 0 21px;
  width: 100%;
  padding: 0 0 0 34px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative; }

.download:before {
  content: "";
  width: 20px;
  height: 18px;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../image/design/arrDownload.png) no-repeat center center; }

.slider_4 {
  padding: 0 0 58px;
  margin: 28px 0 0; }

.btnPrev, .btnNext {
  background: url(../image/design/sp_arrPag.png) no-repeat center center;
  width: 32px;
  height: 32px;
  border-radius: 8px 0 0 8px;
  border: 1px solid #dadada;
  padding: 0;
  position: absolute;
  bottom: 0; }

.btnNext {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  left: 50%; }

.btnPrev {
  left: calc(50% - 32px); }

.slider_4__item a {
  display: block;
  margin: 0 auto;
  overflow: hidden;
  width: 250px;
  height: 200px;
  border: 1px solid #e6e6e6; }

.slider_4__item img {
  width: 100%;
  height: 100%; }

.review {
  margin: 0 0 25px; }

.reviews__title, .faqs__title {
  font-family: 'PTSans-Reg', sans-serif;
  font-weight: 700;
  font-size: 3rem;
  color: #4d6895;
  line-height: 1.15;
  margin: 0 0 .76em;
  text-transform: uppercase; }

.form {
  max-width: 100%; }

.form_review .fieldComment {
  height: 213px; }

.review__title, .faq__title, .answer__title {
  color: #4aa7c8;
  font-family: 'PTSans-Reg', sans-serif;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1.2;
  margin: 0 0 .2em; }

.review__subtitle, .faq__subtitle, .answer__subtitle {
  color: #8c8c8c;
  font-family: 'PTSans-Reg', sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.2;
  margin: 0 0 .685em; }

.review__content {
  position: relative;
  height: 36px;
  overflow: hidden;
  text-align: justify; }

.btn_reviewMore, .btn_reviewLess, .btn_faqMore, .btn_faqLess {
  margin: 16px 0 0;
  color: #4d6895;
  font-family: 'PTSans-Reg', sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1;
  text-decoration: underline;
  background: none;
  height: auto;
  border: none;
  cursor: pointer;
  padding: 0; }

.btn_reviewLess, .btn_faqLess {
  display: none; }

.btn_reviewMore:hover, .btn_reviewLess:hover,
.btn_reviewMore:focus, .btn_reviewLess:focus,
.btn_faqMore:hover, .btn_faqLess:hover,
.btn_faqMore:focus, .btn_faqLess:focus {
  text-decoration: none; }

.btn_reviewMore span, .btn_reviewLess span, .btn_faqMore span, .btn_faqLess span {
  position: relative; }

.btn_reviewMore span:after, .btn_reviewLess span:before, .btn_faqMore span:after, .btn_faqLess span:before {
  content: "";
  width: 10px;
  height: 10px;
  background: url(../image/design/btnLink.png) no-repeat; }

.btn_reviewMore span:after, .btn_faqMore span:after {
  position: absolute;
  top: 8px;
  right: 0; }

.btn_reviewLess span:before, .btn_faqLess span:before {
  position: absolute;
  top: 8px;
  left: 0;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.btn_reviewLess span:after, .btn_reviewLess span:after {
  display: none; }

.btn_reviewLess span:before, .btn_reviewLess span:before {
  display: block; }

.btn_reviewMore span, .btn_faqMore span {
  padding: 0 15px 0 0; }

.btn_reviewLess span, .btn_faqLess span {
  padding: 0 0 0 15px; }

.shadowText {
  -webkit-box-shadow: 0 -150px 100px -100px #fff inset;
  box-shadow: 0 -150px 100px -100px #fff inset;
  height: 18px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0; }

.noActive, .noActiveShadow {
  display: none; }

.review__content_active {
  height: auto; }

.faq__answer {
  background: #f6f6f6;
  padding: 29px 33px 44px;
  margin: 24px 0 0;
  display: none; }

.faq {
  margin: 0 0 24px; }

.bgModalWindow {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: .15;
  background: #000;
  display: none; }

.bgModalWindow_active {
  display: block; }

.btnOk {
  width: 60px;
  margin: 26px 0; }

.wrapMw {
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  display: none;
  z-index: 2; }

.wrapMw_review {
  max-width: 498px;
  width: 100%; }

.mw {
  position: relative;
  padding: 36px 50px 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.mw__title {
  font-size: 3rem;
  line-height: 1.2;
  margin: 0 0 .8666em;
  font-family: 'PTSans-Reg', sans-serif;
  font-weight: 700;
  color: #4d6895;
  text-transform: uppercase;
  text-align: center; }

.mw__content {
  color: #666666;
  font-family: 'PTSans-Reg', sans-serif;
  font-weight: 400;
  font-size: 16px;
  text-align: center; }

.btnMwClose {
  width: 21px;
  height: 19px;
  position: absolute;
  top: 16px;
  right: 14px;
  border: none;
  background: none;
  padding: 0; }

.btnMwClose img {
  width: 100%;
  height: 100%; }

.gallery_2 img {
  width: 245px;
  height: 335px; }

.documentation {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 0 -92px; }

.documentation:after {
  content: "";
  width: 426px;
  height: 615px;
  max-height: 615px;
  background: url(../image/design/img_6.png) no-repeat;
  background-size: cover;
  display: block;
  max-width: 426px;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  -ms-flex-item-align: end;
  align-self: flex-end; }

.documentation .sectionDownload {
  margin: 21px 0 92px;
  max-width: 100%;
  width: 100%;
  -webkit-box-flex: 100px;
  -ms-flex: 100px;
  flex: 100px; }

.supervisory {
  max-width: 741px;
  width: 741px;
  -webkit-box-flex: 100px;
  -ms-flex: 100px;
  flex: 100px;
  margin: 0 0 92px; }

.sectionSupervisory {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 0 -92px; }

.supervisory__block {
  margin: 24px 0 0; }

.supervisory__name {
  font-family: 'PTSans-Reg', sans-serif;
  font-weight: 400;
  color: #0e8e97;
  font-size: 1.8rem;
  line-height: 1.2;
  text-decoration: underline;
  display: block;
  margin: 0 0 .7em;
  position: relative;
  padding: 0 0 0 30px; }

.supervisory__name:hover, .supervisory__name:focus {
  text-decoration: none; }

.supervisory__name:before {
  content: "";
  width: 19px;
  height: 17px;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../image/design/ic_6.png) no-repeat;
  display: block; }

.supervisory__addr,
.supervisory__phone,
.supervisory___fax,
.supervisory__mail {
  margin: 0 0 .37em;
  padding: 0 0 0 30px; }

.supervisory__addr span,
.supervisory__phone span, .supervisory__phone a, .supervisory__phone a:visited, .supervisory__phone a:visited,
.supervisory___fax span, .supervisory___fax a, .supervisory___fax a:visited, .supervisory___fax a:visited,
.supervisory__mail span {
  margin: 0 0 0 5px;
  color: #676767;
  text-decoration: none; }

.sectionSupervisory:after {
  content: "";
  max-width: 551px;
  width: 551px;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  height: 506px;
  background: url(../image/design/img_7.png) no-repeat;
  display: block;
  -ms-flex-item-align: end;
  align-self: flex-end; }

.vacancies {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.vacancies__title {
  margin: 0 0 0.67em;
  position: relative;
  padding: 0 0 0 27px; }

.vacancies__title:before {
  content: "";
  width: 21px;
  height: 21px;
  background: url(../image/design/ic_7.png) no-repeat;
  position: absolute;
  top: 4px;
  left: 0; }

.vacancies__block {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 430px;
  flex: 1 1 430px;
  margin: 0 10px 32px; }

.news {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap; }

.news__itemInfo {
  max-width: calc(100% - 167px);
  -webkit-box-flex: 300px;
  -ms-flex: 300px;
  flex: 300px; }

.news__itemFoto {
  max-width: 130px;
  width: 130px;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  margin: 0 27px 0 0; }

.news__itemFoto img {
  width: 130px;
  height: 130px;
  border: 1px solid #e6e6e6;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.news__content {
  text-align: justify; }

.news__date {
  color: #8c8c8c;
  margin: 0 0 .8125em;
  display: block; }

.news__link, .news__link:visited, .news__link:active {
  color: #4d6895;
  text-decoration: underline; }

.news__link:hover, .news__link:focus {
  text-decoration: none; }

.news__link_all {
  padding: 0 0 0 14px;
  line-height: 1;
  margin: 26px 0 0;
  display: block; }

.news__link_all span, .news__link_more span {
  position: relative; }

.news__link_all span:before {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  top: 7px;
  left: -14px;
  background: url(../image/design/btnLink.png) no-repeat;
  display: block;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.news__title {
  display: none;
  font-family: 'PTSans-Reg', sans-serif;
  font-weight: 700;
  color: #0e8e97;
  font-size: 1.8rem;
  margin: 0 0 .5em; }

.news__link_more {
  display: none;
  padding: 0 14px 0 0;
  line-height: 1;
  margin: 9px 0 0; }

.news__link_more span:before {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  top: 7px;
  right: -14px;
  background: url(../image/design/btnLink.png) no-repeat;
  display: block; }

.sectionNewsPreview .news__title {
  display: block; }

.sectionNewsPreview .news__link_more {
  display: block; }

.sectionNewsPreview .news__link_all {
  display: none; }

.sectionNewsPreview {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.sectionNewsPreview .news {
  margin: 0 10px 30px;
  max-width: 48%;
  width: 48%;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none; }

.sectionInfo ul {
  padding: 0; }

.block__title, .slider_title {
  font-family: 'PTSans-Reg', sans-serif;
  font-weight: 700;
  font-size: 3rem;
  color: #4d6895;
  line-height: 1.15;
  margin: 0 0 .76em;
  text-transform: uppercase; }

.sectionInfo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 63px 30px 98px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.sectionInfo__block1, .sectionInfo__block2, .sectionFeedback__block1, .sectionFeedback__block2 {
  max-width: 49%;
  width: 49%;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 300px;
  flex: 1 1 300px; }

.sectionInfo__block1, .sectionFeedback__block1 {
  margin: 0 26px 0 0; }

.sectionInfo__block2, .sectionFeedback__block2 {
  margin: 0 0 0 26px; }

.slider_1 .news__content {
  max-height: 56px;
  overflow: hidden; }

.slider_1 .news__title {
  display: block;
  margin: 0 0 .2em; }

.slider_1 .news__link {
  margin: 7px 0 0; }

.slider_1 .news__date {
  margin: 0 0 .4125em; }

.slider_1 .news {
  margin: 0 0 20px; }

.slider_1 .news__link_all {
  display: none; }

.slider_1 .news__link_more {
  display: block; }

.slider_1 .btnNext {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  left: calc(100% - 32px);
  top: -51px;
  bottom: initial; }

.slider_1 .btnPrev {
  left: calc(100% - 63px);
  top: -51px;
  bottom: initial; }

.slider_1 {
  width: 100%; }

.sectionFeedback {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 129px 30px 91px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.form_request {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap; }

.form_request .box {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1; }

.form_request .box:nth-child(1) {
  margin: 0 12px 0 0; }

.form_request .box:nth-child(2) {
  margin: 0 0 0 12px; }

.form_request .fieldComment {
  height: 60px; }

.form_request .btn {
  margin: 15px 0 0; }

.slider_1 .review {
  margin: 0;
  padding: 0 60px;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative; }

.slider_1 .review:after, .slider_1 .review:before {
  content: "";
  width: 33px;
  height: 26px;
  position: absolute;
  display: block; }

.slider_1 .review:before {
  top: 0;
  left: 0;
  background: url(../image/design/ic_9.png) no-repeat center center; }

.slider_1 .review:after {
  bottom: 0;
  right: 0;
  background: url(../image/design/ic_8.png) no-repeat center center; }

.slider_1 .review__content {
  max-height: 168px;
  height: auto; }

.form_request .confidentiality__text, .form_request .confidentiality__text:visited, .form_request .confidentiality__text:active {
  color: #808080; }

.form_request .confidentiality {
  margin: 20px 0 0; }

.wrapBtnMain {
  max-width: 1200px;
  padding: 0 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.btnMain {
  max-width: 537px;
  width: 537px;
  -webkit-box-flex: 300px;
  -ms-flex: 300px;
  flex: 300px;
  border-radius: 8px;
  background: #0e8e97;
  padding: 43px 33px;
  color: #ffffff;
  font-family: 'PTSans-Reg', sans-serif;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-box-shadow: 3px 4px 25px rgba(0, 0, 0, 0.25);
  box-shadow: 3px 4px 25px rgba(0, 0, 0, 0.25);
  display: block; }

.btnMain:nth-child(1) {
  margin: 0 52px 0 0; }

.btnMain__title {
  font-size: 3.6rem;
  margin: 0 0 .08em; }

.btnMain__subtitle {
  font-size: 1.6rem; }

.sectionBanner {
  position: relative;
  background: url(../image/design/imag_57mm.jpg) no-repeat; 
  background-size: cover;
  background-position: right top;}

.wrapBanner {
  position: absolute;
  top: 106px;
  left: 0;
  width: 100%;
  height: 100%; }

.banner {
  max-width: 1200px;
  margin: 0 auto;
  height: 640px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.logo {
  max-width: 282px;
  width: 100%;
  margin: 0 auto 37px; }

.logo img {
  width: 100%; }

.title {
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.91);
  color: #ffffff;
  font-family: 'PTSans-Reg', sans-serif;
  font-weight: 400;
  font-size: 3rem;
  text-transform: uppercase;
  max-width: 611px;
  width: 100%;
  text-align: center;
  margin: 0 auto;
  line-height: 1.2; }

.wrapBanner .title {
  display: none; }

.slider_3__item img {
  width: 100%;
  height: 683px;
  display: block; }

.slick-dots {
  width: 20px;
  right: 32px;
  bottom: 45%;
  z-index: 1; }

.slick-dots li {
  display: block;
  width: 8px;
  height: 8px;
  margin: 8px 0 8px 6px; }

.slick-dots li:after {
  display: none; }

.slick-dots li button:before {
  background: #fff;
  border-radius: 100%;
  width: 8px;
  height: 8px;
  content: '';
  opacity: 1; }

.slick-dots li.slick-active button:before {
  opacity: 1;
  top: 2px;
  left: 2px; }

.slick-dots .slick-active {
  border: 4px solid #fff;
  background: transparent;
  border-radius: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 20px;
  height: 20px;
  margin: 8px 0; }

.partners__title {
  color: #ffffff;
  font-size: 3rem;
  font-family: 'PTSans-Reg', sans-serif;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  max-width: 100%;
  width: 100%;
  -webkit-box-flex: 100px;
  -ms-flex: 100px;
  flex: 100px;
  text-align: center;
  position: relative;
  margin: 0 0 28px; }

.index .sectionPartners {
  background: url(../image/design/par_1920.jpg) no-repeat 100% 100%;
  position: relative;
  padding: 46px 0 55px; }

.index .sectionPartners:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.65); }

.partners {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.index .partners {
  padding: 0 30px; }

.slider_5__item img {
  width: 239px;
  height: 100px;
  display: block;
  margin: 0 auto; }

.slider_5 .slick-dots {
  bottom: 0; }

.sectionHeader {
  background: #469ebd; }
.sectionHeader_fixed{  
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
}
.menuMain__items {
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  overflow: visible; }

.menuMain {
  max-width: 100%;
  width: 100%;
  -webkit-box-flex: 100px;
  -ms-flex: 100px;
  flex: 100px; }

.menuMain__items ul {
  height: 0;
  padding: 0;
  margin: 0;
  min-width: 249px;
  position: absolute;
  top: 54px;
  left: 0;
  background: #ffffff;
  overflow: hidden;
  z-index: 1; }

.menuMain__item > ul {
  background: #dedede;
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #dedede), color-stop(11%, white), color-stop(100%, white));
  background: -o-linear-gradient(top, #dedede 0%, white 11%, white 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#dedede), color-stop(11%, white), to(white));
  background: linear-gradient(to bottom, #dedede 0%, white 11%, white 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dedede', endColorstr='#ffffff', GradientType=0 );
  -webkit-box-shadow: 3px 4px 25px rgba(0, 0, 0, 0.25);
  box-shadow: 3px 4px 25px rgba(0, 0, 0, 0.25); }

.menuMain__item:hover > ul {
  height: auto;
  overflow: visible; }

.menuMain__item, .menuMain__item li {
  padding: 0;
  margin: 0;
  position: relative;
  overflow: visible; }

.menuMain__item:after, .menuMain__item li:after {
  display: none; }

.menuMain__link, .menuMain__link:visited, .menuMain__link:active {
  color: #FFF;
  font-family: 'PTSans-Reg', sans-serif;
  font-weight: 700;
  font-size: 1.6rem;
  text-transform: uppercase;
  text-decoration: none;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  padding: 0 1.3125em;
  position: relative;
  z-index: 2; }

.menuMain__link:after {
  content: "";
  width: 100%;
  height: 2px;
  background: #33738a;
  position: absolute;
  bottom: -2px;
  left: 0;
  display: none; }

.menuMain__item:hover .menuMain__link:after {
  display: block; }

.menuMain__item:hover .menuMain__link, .menuMain__item:focus .menuMain__link, .menuMain__link_active {
  background: #66bad8; }

.menuMain__link span, .menuMain__link span, .menuMain__link_active span {
  border-bottom: 1px solid transparent; }

.menuMain__item:hover .menuMain__link span, .menuMain__item:focus .menuMain__link span, .menuMain__link_active span {
  border-bottom: 1px solid #fff; }

.menuMain__item li {
  padding: 0;
  margin: 0;
  border-left: 3px solid transparent; }

.menuMain__item li a {
  display: block; }

.menuMain__item li > a {
  color: #666;
  font-family: 'PTSans-Reg', sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  text-decoration: none;
  padding: 13px 0 13px 21px; }

.menuMain__item > ul li:hover, .menuMain__item > ul li:focus {
  background: #eee2eb;
  border-left: 3px solid #8b3d77; }

.menuMain__item > ul li:hover > a, .menuMain__item > ul li:focus > a {
  color: #8b3d77; }

.menuMain__item > ul li:hover > a span, .menuMain__item > ul li:focus > a span {
  border-bottom: 1px solid #8b3d77; }

.header__contact {
  margin: 10px 87px 10px 10px; }

.header__pnone, .header__pnone:visited, .header__pnone:active {
  color: #ffffff;
  font-family: 'PTSans-Reg', sans-serif;
  font-weight: 700;
  font-size: 1.8rem;
  letter-spacing: 0.27px;
  text-decoration: none;
  display: block; }

.header__pnone span {
  font-size: 2.4rem; }

.header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 50px;
  border-bottom: 2px solid #33738a;
  padding: 0 0 0 40px; }

.dashboard {
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  max-width: 150px;
  width: 150px;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none; }

.btnCall, .linkVk, .linkInst {
  width: 50px;
  height: 100%;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  padding: 0;
  cursor: pointer; }

.btnCall {
  background: #8b3d77;
  border-bottom: 2px solid #733263; }

.linkVk {
  background: #4d6895;
  border-bottom: 2px solid #395475; }

.linkInst {
  background: #0e8c95;
  border-bottom: 2px solid #0b757d; }

.btnCall span {
  max-width: 17px;
  width: 17px;
  height: 21px;
  background: url(../image/design/ic_11.png) no-repeat;
  background-position: -28px -4px;
  display: block;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  margin: 0 16px; }

.linkVk span {
  max-width: 21px;
  width: 21px;
  height: 11px;
  background: url(../image/design/ic_11.png) no-repeat;
  background-position: -53px -4px;
  display: block;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none; }

.linkInst span {
  max-width: 16px;
  width: 16px;
  height: 16px;
  background: url(../image/design/ic_11.png) no-repeat;
  background-position: -4px -4px;
  display: block;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none; }

.btnMobMenu {
  display: none;
  width: 16px;
  height: 13px;
  border: none;
  background: url(../image/design/btnClose1.png) no-repeat;
  background-position: -4px -4px;
  cursor: pointer; }

.btnMobMenu_active {
  width: 12px;
  height: 13px;
  background-position: -28px -4px; }

.dot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.dot_hover {
  position: absolute;
  right: 32px;
  width: 20px;
  bottom: 50%;
  height: 20px;
  text-align: center;
  z-index: 1; }

.dot_item {
  display: block;
  margin: 8px 0;
  width: 8px;
  height: 8px;
  background: #fff;
  border: none;
  border-radius: 0px;
  border-radius: 100%; }

.dot_item div {
  display: none; }

.dot_item_active {
  background: transparent;
  border: 4px solid #fff;
  width: 20px;
  height: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 100%; }

.dot_item_active div {
  display: block;
  margin: 2px;
  width: 8px;
  height: 8px;
  background: #fff;
  border: none;
  border-radius: 0px;
  border-radius: 100%; }

.grafslider {
  height: 680px; }

.grafslider .grafslider_item .slide_text {
  width: 611px;
  padding: 0; }

.grafslider .grafslider_item .slide_text p {
  line-height: 1.2; }

.grafslider .grafslider_item .rsp_left {
  left: calc((100% - 611px)/2); }

.wrapMw_call {
  max-width: 539px;
  width: 100%; }

.form_call .fieldComment {
  height: 124px; }

.text404__linkToCatalog, .text404__linkToCatalog:visited, .text404__linkToCatalog:active {
  color: #8b3d77; }

.text404__linkToIndex, .text404__linkToIndex:visited, .text404__linkToIndex:active {
  color: #4d6895; }

.img404 {
  text-align: center;
  margin: 62px 0 0; }

.index .header__logo {
  display: none; }

.header__logo {
  max-width: 146px;
  width: 146px;
  -webkit-box-flex: 50px;
  -ms-flex: 50px;
  flex: 50px;
  display: block; }

.header__logo img {
  width: 100%; }

.unfoldingParent {
  position: relative; }

.unfolding {
  position: relative;
  overflow: hidden; }

.unfolding:after {
  content: "";
  width: 100%;
  height: 90px;
  -webkit-box-shadow: 0 -150px 100px -100px #fff inset;
  box-shadow: 0 -150px 100px -100px #fff inset;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0; }

.unfolding.open:after {
  display: none; }

.btnHideShow {
  position: absolute;
  bottom: -27px;
  left: 0;
  border: none;
  background: none;
  font-size: 1.6rem;
  font-family: 'PTSans-Reg', sans-serif;
  color: #4d6895;
  text-decoration: underline;
  cursor: pointer;
  padding: 0 14px 0 0; }

.btnHideShow:hover, .btnHideShow:focus {
  text-decoration: none; }

.btnHideShow span:before {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  top: 8px;
  right: 0;
  background: url(../image/design/btnLink.png) no-repeat;
  display: block; }

.btnHideShow.open {
  padding: 0 0 0 14px; }

.btnHideShow.open span:before {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  right: calc(100% - 10px); }
/*Плагины начало*/
/*Плагины конец*/
@media screen and (max-width: 1440px) {
  .header__contact {
    margin: 0 27px 0 10px; }
  .menuMain__link, .menuMain__link:visited, .menuMain__link:active {
    padding: 0 .35em; } }

@media screen and (max-width: 1280px) {
  .sectionAdvantage {
    background: url(../image/design/img_1280.jpg) no-repeat 100% 100%;
    background-position: 50% -200px; }
  .sectionNewsPreview .news {
    max-width: 534px;
    width: 534px;
    -webkit-box-flex: 400px;
    -ms-flex: 400px;
    flex: 400px; }
  .index .sectionPartners {
    background: url(../image/design/par_1280.jpg) no-repeat 100% 100%; } }

@media screen and (max-width: 1279px) {
  .menuMain__link, .menuMain__link:visited, .menuMain__link:active {
    font-size: 1.5rem; }
  .header__pnone, .header__pnone:visited, .header__pnone:active {
    font-size: 1.6rem; }
  .header__pnone span {
    font-size: 2.2rem; }
  .header__contact {
    margin: 0 17px 0 10px; }
  .header {
    padding: 0 0 0 10px; } }

@media screen and (max-width: 1152px) {
  .btnMain {
    max-width: 465px;
    width: 465px; }
  .menuMain__link, .menuMain__link:visited, .menuMain__link:active {
    font-size: 1.4rem; }
  .header__logo {
    max-width: 116px;
    width: 116px; } }

@media screen and (max-width: 1023px) {
  h1, .mw__title, .reviews__title, .faqs__title, .block__title, .slider_title, .title {
    font-size: 2.802rem; }
  .sectionAdvantage {
    padding: 49px 0 60px; }
  .advantage__item {
    margin: 0 10px 15px; }
  .contacts__block1 {
    margin: 0 25px 0 0; }
  .contacts {
    margin: 0 0 35px; }
  .content {
    padding: 0 6% 72px; }
  .documentation:after, .sectionSupervisory:after {
    display: none; }
  .documentation, .supervisory, .sectionSupervisory {
    margin: 0; }
  .documentation .sectionDownload {
    margin: 21px 0 0; }
  .vacancies {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  .vacancies__block {
    margin: 0 0 32px;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none; }
  .news {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  .news__itemFoto {
    margin: 0 0 15px; }
  .news__itemInfo {
    max-width: 100%;
    width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none; }
  .sectionNewsPreview .news {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    max-width: 100%;
    width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none; }
  .sectionNewsPreview {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  .sectionInfo {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  .sectionInfo__block1, .sectionFeedback__block1 {
    margin: 0 0 50px;
    max-width: 100%;
    width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none; }
  .sectionInfo__block2, .sectionFeedback__block2 {
    margin: 0;
    max-width: 100%;
    width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none; }
  .sectionInfo {
    padding: 49px 20px 86px; }
  .sectionFeedback {
    padding: 48px 20px 64px; }
  .slider_1 .news__itemFoto {
    display: none; }
  .advantage, .wrapBtnMain {
    padding: 0 20px; }
  .slider_3 {
    display: none; }
  .wrapBanner {
    position: static;
    width: 100%;
    height: 100%; }
  .sectionBanner {
    padding: 30px 0;
}
  .wrapBtnMain {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .btnMain {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none; }
  .btnMain:nth-child(1) {
    margin: 0 0 20px; }
  .logo {
    max-width: 202px;
    margin: 0 auto 20px; }
  .btnMain__title {
    font-size: 2.8rem;
    text-align: center; }
  .btnMain__subtitle {
    text-align: center; }
  .wrapBtnMain {
    margin: 30px auto 0; }
  .index .sectionPartners {
    padding: 40px 0 49px; }
  .menuMain__item {
    position: relative;
    width: 100%; }
  .menuMain__items {
    position: absolute;
    top: 52px;
    left: 0;
    width: 100%;
    z-index: 1;
    background: #fff;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 10px 0 32px;
    height: 0;
    overflow: hidden;
    padding: 0;
    display: none; }
  .menuMain__link, .menuMain__link:visited, .menuMain__link:active {
    color: #666666;
    font-family: 'PTSans-Reg', sans-serif;
    font-weight: 400;
    font-size: 1.6rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-transform: none;
    padding: 13px 0 13px 21px;
    border-left: 3px solid transparent; }
  .menuMain__link:hover, .menuMain__link:focus, .menuMain__link_active, .menuMain__link_active:visited {
    background: #eee2eb;
    border-left: 3px solid #8b3d77;
    color: #8b3d77; }
  .btnMobMenu {
    display: block; }
  .grafslider_container {
    display: none; }
  .wrapBanner .title {
    display: block; }
  .banner {
    height: auto; }
  .menuMain__items ul {
    height: auto;
    min-width: 0;
    overflow: visible;
    max-width: 100%;
    width: 100%;
    position: static;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 10px 0 32px;
    background: #fff; }
  .menuMain__item:hover .menuMain__link:after {
    display: none; }
  .menuMain__link, .menuMain__link:visited, .menuMain__link:active {
    height: auto; }
  .menuMain__item li > a {
    padding: 13px 0 13px 38px; }
  .header {
    padding: 0 0 0 18px; }
  .menuMain__items > li:first-child:before {
    content: "";
    width: 100%;
    height: 1px;
    -webkit-box-shadow: 0px 2px 14px 1px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 2px 14px 1px rgba(0, 0, 0, 0.75);
    position: absolute;
    top: -10px;
    left: 0; }
  .menuMain__item:hover .menuMain__link span, .menuMain__item:focus .menuMain__link span, .menuMain__link_active span {
    border-bottom: 1px solid #8b3d77; }
  .menuMain__item:hover .menuMain__link, .menuMain__item:hover .menuMain__link, .menuMain__link_active {
    background: #eee2eb;
    border-left: 3px solid #8b3d77; }
  .menuMain__item ul {
    padding: 0; 
    display: none;}
  .menuMain {
    -webkit-box-flex: 13px;
    -ms-flex: 13px;
    flex: 13px;
    margin: 0 5px 0 0; }
  .header__contact {
    margin: 0 17px 0 0; }
  .menuMain__items_active {
    padding: 10px 0 32px;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .sectionHeader {
    position: relative;
    z-index: 1; }
  .header__logo {
    display: none; } }

@media screen and (max-width: 768px) {
  h1, .mw__title, .reviews__title, .faqs__title, .block__title, .slider_title, .btnMain__title {
    font-size: 2.604rem; }
  .footerInfo {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .footerInfo__company {
    max-width: 100%;
    width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    text-align: center; }
  .footerInfo__grx {
    margin: 0; }
  .contacts {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  .contacts__block1, .reviews__block1, .faqs__block1 {
    max-width: 100%;
    margin: 0 0 30px;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none; }
  .faq__answer {
    padding: 14px 16px 22px; }
  .contacts__block2, .reviews__block2, .faqs__block2 {
    max-width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none; }
  .wrapMap {
    height: 45vh; }
  .contacts {
    margin: 0; }
  body {
    font-size: 1.5rem; }
  .slider_1 .news__content {
    max-height: 52px; }
  .form_request {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  .form_request .box {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none; }
  .form_request .box:nth-child(1) {
    margin: 0; }
  .form_request .box:nth-child(2) {
    margin: 0; }
  .slider_1 .review:after, .slider_1 .review:before {
    width: 20px;
    height: 15px;
    background-size: 20px 15px; }
  .slider_1 .review {
    padding: 0 30px; }
  .slider_1 .review__content {
    max-height: 174px; }
  .sectionInfo {
    padding: 49px 15px 86px; }
  .sectionFeedback {
    padding: 48px 15px 64px; }
  .advantage, .wrapBtnMain {
    padding: 0 15px; }
  .logo {
    max-width: 133px; }
  .btnMain {
    max-width: 300px;
    width: 300px;
    padding: 17px 33px; }

  .title {
    font-size: 1.8rem; } }

@media screen and (max-width: 480px) {
  h1, .mw__title, .reviews__title, .faqs__title, .block__title, .slider_title, .btnMain__title {
    font-size: 2.406rem; }
  .contacts__title {
    font-size: 2rem; }
  .advantage__item {
    margin: 0 0 15px;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none; }
  .advantage__item:nth-child(1),
  .advantage__item:nth-child(2),
  .advantage__item:nth-child(3),
  .advantage__item:nth-child(5) {
    max-width: 232px;
    width: 232px; }
  .advantage {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  .sectionAdvantage {
    padding: 40px 0 42px;
    background: url(../image/design/img_480.jpg) no-repeat 100% 100%;
    background-position: 50% 0; }
  .breadcrumbs {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
  .mw {
    padding: 18px 34px 17px 25px; }
  .logo {
    margin: 0 auto 8px; }
  .wrapBtnMain {
    margin: 20px auto 0; }
  .btnMain:nth-child(1) {
    margin: 0 0 5px; }
  .btnMain__subtitle {
    font-size: 1.4rem; }
  .title {
    font-size: 1.6rem; }
  .btnMain {
    max-width: 295px;
    width: 295px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .wrapBtnMain {
    padding: 0 12px; }
  .index .sectionPartners {
    background: url(../image/design/par_480.jpg) no-repeat 100% 100%; }
  .header__pnone, .header__pnone:visited, .header__pnone:active {
    font-size: 1.2rem; }
  .header__pnone span {
    font-size: 1.6rem; }
  .header__contact {
    margin: 0 12px 0 0; } }

@media screen and (max-width: 320px) {
  .slider_5__item img {
    margin: 0; } }
