@import url("https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,400&display=swap");
* {
  padding: 0;
  margin: 0;
  border: 0;
  transition: all 0.3s;
}
*,
*:before,
*:after {
  box-sizing: border-box;
}
:focus,
:active {
  outline: none;
}
a:focus,
a:active {
  outline: none;
}
aside,
nav,
footer,
header,
section {
  display: block;
}
html,
body {
  height: 100%;
}
body {
  line-height: 1;
  font-size: 16px;
  font-family: 'Ubuntu', sans-serif;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-display: swap;
}
input,
button,
textarea {
  font-family: 'Lato', sans-serif;
}
input::-ms-clear {
  display: none;
}
button {
  cursor: pointer;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
a,
a:visited,
a:hover {
  text-decoration: none;
}
img {
  vertical-align: top;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
  font-size: inherit;
}
ul,
ol {
  list-style: none;
}
#tablewrap::-webkit-scrollbar {
  width: 15px !important;
}
#tablewrap::-webkit-scrollbar:vertical {
  width: 15px !important;
}
#tablewrap::-webkit-scrollbar:horizontal {
  height: 15px !important;
}
#tablewrap::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3) !important;
}
#tablewrap::-webkit-scrollbar-thumb {
  background: #ccc !important;
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5) !important;
}
#tablewrap::-webkit-scrollbar-thumb:window-inactive {
  background: #ccc !important;
}
input[type=text]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}
input[type=text]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none;
}
body {
  background: #f9fbfd;
  color: #003b62;
}
@media (max-width: 830px) {
  body.forMobModal {
    overflow: hidden;
  }
}
.section {
  max-width: 1920px;
  margin: 0 auto;
}
.container {
  max-width: 1170px;
  margin: 0 auto;
  position: relative;
}
.openModal {
  cursor: pointer;
}
@media (max-width: 1200px) {
  .container {
    padding: 0 22px;
  }
}
a {
  color: #003b62;
}
.header {
  background: url("../img/topline.jpg") top center no-repeat;
  padding-top: 5px;
  background-color: #fff;
}
.header__container {
  height: 105px;
  position: relative;
  display: -ms-flex;
  display: flex;
  align-items: center;
}
.header__logo {
  display: block;
  width: 320px;
  height: 81px;
  background: url("../img/logo.png") center no-repeat;
  background-size: contain;
  font-size: 0;
  margin-top: 10px;
  flex-shrink: 0;
}
.header__search {
  position: relative;
  width: 416px;
  margin-left: 81px;
}
.header__search_mobBtn {
  display: none;
}
.header__searchForm {
  position: relative;
}
.header__input,
.header__button {
  border: none;
  outline: none;
  background: transparent;
}
.header__input {
  width: 100%;
  height: 35px;
  padding-left: 18px;
  letter-spacing: 0.17px;
  border-radius: 18px;
  border: 1px solid #e4e7ec;
  font-size: 13px;
  font-weight: 300;
  line-height: 22px;
}
.header input::-webkit-input-placeholder {
  color: #57829e;
  font-size: 13px;
  font-weight: 300;
  line-height: 22px;
}
.header input:-moz-placeholder {
  color: #57829e;
  font-size: 13px;
  font-weight: 300;
  line-height: 22px;
}
.header input:-ms-input-placeholder {
  color: #57829e;
  font-size: 13px;
  font-weight: 300;
  line-height: 22px;
}
.header__searchCloseIcon,
.header__searchCloseWord {
  display: none;
}
.header__button {
  height: 34px;
  width: 35px;
  position: absolute;
  font-size: 0;
  top: 1px;
  right: 5px;
  cursor: pointer;
  background: url("../img/icons/search.svg") center no-repeat;
  background-size: 15px;
}
.header__callback {
  margin: 0 20px 0 auto;
  font-size: 13px;
  font-weight: 300;
  color: #57829e;
  border-bottom: 1px solid #57829e;
  cursor: pointer;
}
.header__callback:hover {
  border-bottom: 1px solid #fff;
}
.header__phone {
  font-size: 20px;
  font-weight: 500;
  line-height: 22px;
  color: #185891;
}
.header__languages {
  position: absolute;
  right: 0;
  top: -5px;
  display: -ms-flex;
  display: flex;
  font-size: 13px;
  font-weight: 400;
  line-height: 22px;
}
.header__lang {
  display: -ms-flex;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  width: 25px;
  height: 30px;
  border-top: 5px solid transparent;
  color: #57829e;
}
.header__lang.active,
.header__lang:hover {
  border-top: solid 5px #ffa900;
}
@media (max-width: 1200px) {
  .header__logo {
    width: 282px;
    height: 70px;
    background-size: contain;
  }
  .header__search {
    position: relative;
    width: 316px;
    margin-left: auto;
  }
  .header__languages {
    right: 20px;
  }
}
@media (max-width: 992px) {
  .header__callback {
    display: none;
  }
  .header__search {
    width: 250px;
    margin-right: auto;
  }
}
@media (max-width: 830px) {
  .header__container {
    height: 161px;
    align-items: flex-end;
    justify-content: center;
  }
  .header__logo {
    width: 100%;
    margin: 0 auto 55px auto;
  }
  .header__input,
  .header__button {
    display: none;
  }
  .header__input {
    padding-left: 14px;
    border: 1px solid #b7c1ce;
  }
  .header__button {
    top: 0;
    right: 8px;
    background: url("../img/icons/searchmobbtn.svg") center no-repeat;
    background-size: 22px;
  }
  .header__search {
    display: block;
    width: 100%;
    height: 0;
  }
  .header__search_mobBtn {
    display: block;
    position: absolute;
    width: 22px;
    height: 22px;
    right: 67px;
    bottom: 16px;
    cursour: pointer;
    background: url("../img/icons/searchmobbtn.svg") center no-repeat;
  }
  .header__search.active {
    position: absolute;
    left: 0;
    top: 165px;
    height: 170px;
    background: #fff;
    z-index: 100;
    padding: 48px 10px;
  }
  .header__search.active .header__input,
  .header__search.active .header__button {
    display: block;
  }
  .header__search.active .header__searchCloseIcon {
    display: block;
  }
  .header__search.active .header__searchCloseWord {
    display: block;
  }
  .header__searchCloseIcon {
    display: none;
    position: absolute;
    bottom: 39px;
    left: 19px;
    width: 26px;
    height: 16px;
    cursor: pointer;
    z-index: 50000;
  }
  .header__searchCloseIcon span {
    top: 6px;
    left: 0;
    position: absolute;
    width: 100%;
    height: 3px;
    background-color: #185891;
    transform: rotate(45deg);
  }
  .header__searchCloseIcon span:first-child {
    display: none;
  }
  .header__searchCloseIcon span:nth-child(3) {
    top: auto;
    bottom: 3px;
    transform: rotate(-45deg);
  }
  .header__searchCloseWord {
    width: 150px;
    margin-left: 33px;
    font-size: 14px;
    line-height: 18px;
  }
  .header__phone {
    position: absolute;
    right: 23px;
    bottom: 16px;
    font-size: 0;
    display: block;
    width: 23px;
    height: 21px;
    background: url("../img/icons/callme.svg") center no-repeat;
  }
  .header__languages {
    right: 20px;
    line-height: 22px;
  }
  .header__lang {
    height: 26px;
    margin-left: 5px;
  }
}
.topMenu {
  box-shadow: 3px 4px 5px rgba(0,0,0,0.1);
  font-size: 20px;
  font-weight: 400;
  line-height: 22px;
  padding-bottom: 10px;
  background-color: #fff;
}
.topMenu__container {
  position: relative;
  z-index: 1000;
}
.topMenu__menuIcon {
  display: none;
}
.topMenu__list {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
}
.topMenu__wrap li {
  height: 35px;
}
.topMenu__wrap li ul {
  display: none;
}
.topMenu__wrap a {
  display: flex;
  align-items: center;
  height: 100%;
  margin-right: 20px;
  font-weight: 500;
  color: #185891;
}
.topMenu__wrap a:hover,
.topMenu__wrap li.active a {
  color: #ffa900;
}
.topMenu__wrap a:hover {
  text-decoration: underline;
}
.topMenu__social {
  position: absolute;
  width: 110px;
  height: 32px;
  right: 0;
  top: 0;
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0;
}
.topMenu__socLink {
  width: 32px;
  height: 32px;
}
.topMenu__socLink_vk {
  background: url("../img/icons/vk.png") center no-repeat;
}
.topMenu__socLink_yt {
  background: url("../img/icons/yt.png") center no-repeat;
}
.topMenu__socLink_fb {
  background: url("../img/icons/fb.png") center no-repeat;
}
@media (max-width: 1200px) {
  .topMenu {
    font-size: 18px;
  }
  .topMenu__wrap a {
    margin-right: 15px;
  }
  .topMenu__social {
    right: 20px;
  }
}
@media (max-width: 992px) {
  .topMenu {
    font-size: 16px;
  }
  .topMenu__social {
    display: none;
  }
}
@media (max-width: 830px) {
  .topMenu {
    width: 100%;
    position: absolute;
    top: 156px;
    height: 0px;
  }
  .topMenu__mobiHide {
    width: 100%;
    display: block;
    position: absolute;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    height: 39px;
    top: 0;
    left: 0;
    overflow: auto;
  }
  .topMenu__mobiHide.active {
    height: auto;
    padding: 18px 0 70px;
    background-color: #fff;
  }
  .topMenu__mobiHide.active ul {
    display: block;
  }
  .topMenu ul {
    display: none;
    margin-top: 20px;
    padding: 0 10px 0 19px;
    height: auto;
  }
  .topMenu li {
    height: auto;
    min-height: 40px;
    margin-bottom: 7px;
  }
  .topMenu li ul {
    display: block;
    margin: 18px 0 26px;
    padding: 0 20px;
  }
  .topMenu li ul li {
    margin-bottom: 20px;
    min-height: 0;
  }
  .topMenu li ul a {
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
  }
  .topMenu__wrap a:hover,
  .topMenu__wrap li.active a {
    color: #185891;
  }
  .topMenu__wrap li.active a:only-child {
    color: #ffa900;
  }
  .topMenu__wrap li.active ul li a:only-child {
    color: #185891;
  }
  .topMenu__wrap li.active ul li.active a {
    color: #ffa900;
  }
  .topMenu a {
    font-size: 20px;
    line-height: 1.5em;
  }
  .topMenu__menuIcon {
    display: block;
    position: absolute;
    top: -26px;
    left: 22px;
    width: 26px;
    height: 16px;
    cursor: pointer;
    z-index: 50000;
  }
  .topMenu__menuIcon_bottom {
    display: none;
    top: auto;
    bottom: 29px;
  }
  .topMenu__menuIcon_bottom.active {
    display: block;
  }
  .topMenu__menuIcon span {
    top: 7px;
    left: 0;
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #185891;
  }
  .topMenu__menuIcon span:first-child {
    top: 0;
  }
  .topMenu__menuIcon span:last-child {
    top: auto;
    bottom: 0;
  }
  .topMenu__menuIcon.active {
    left: 18px;
  }
  .topMenu__menuIcon.active span {
    height: 3px;
    transform: rotate(45deg);
    z-index: 1000;
    top: 5px;
  }
  .topMenu__menuIcon.active span:first-child {
    display: none;
  }
  .topMenu__menuIcon.active span:nth-child(3) {
    top: auto;
    bottom: 4px;
    transform: rotate(-45deg);
  }
  .topMenu__bottomCloseWord {
    width: 150px;
    margin-left: 35px;
    font-size: 14px;
    line-height: 18px;
  }
}
.slides {
  height: 660px;
  overflow: hidden;
  position: relative;
  border-top: 4px solid #d5d5d5;
}
.slides__container.owl-carousel {
  position: absolute;
  max-width: 1920px;
  width: 100%;
}
.slides__item {
  width: 100%;
  height: 660px;
  position: relative;
}
.slides__itemBg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -10;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: contain !important;
  background-color: #003b63 !important;
}
.slides__itemBg_mobile {
  display: none;
  background-size: normal !important;
}
.slides__txtWrp {
  width: 1170px;
  height: 660px;
  margin: 0 auto;
  position: relative;
  display: -ms-flex;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  color: #fff;
}
.slides__desc {
  position: absolute;
  width: 760px;
  height: 73px;
  left: 0;
  top: 0;
  background-color: #003b62;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  border-radius: 0 0 13px 13px;
  padding: 10px 30px;
  box-shadow: 0 22px 10px -20px rgba(0,0,0,0.5);
}
.slides__heading {
  padding-top: 160px;
  width: 585px;
  font-size: 42px;
  font-weight: 500;
  line-height: 48px;
}
.slides__heading span {
  display: block;
  font-size: 60px;
  margin-top: 19px;
}
.slides__subheading {
  padding-top: 47px;
  width: 585px;
  font-size: 25px;
  font-weight: 400;
  line-height: 32px;
}
.slides__notes {
  margin-top: 54px;
}
.slides__note {
  width: 585px;
  margin-bottom: 13px;
  color: #84beff;
  font-size: 16px;
  font-weight: 300;
}
.slides__txtWrp_right {
  color: #003b62;
  align-items: flex-end;
  text-align: right;
}
.slides__txtWrp_right .slides__desc {
  width: 390px;
  height: 43px;
  left: auto;
  right: 0;
  color: #fff;
  padding: 7px 25px;
}
.slides__txtWrp_right .slides__heading {
  padding-top: 95px;
  width: 900px;
}
.slides__txtWrp_right .slides__authors {
  margin-top: 14px;
  font-size: 20px;
  font-weight: 400;
}
.slides__txtWrp_right .slides__authors br {
  display: none;
}
.slides__txtWrp_right .slides__list {
  margin-top: 10px;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}
.slides__txtWrp_right .slides__notes {
  margin-top: 54px;
}
.slides__txtWrp_right .slides__note {
  width: 585px;
  margin-bottom: 13px;
  color: #84beff;
  font-size: 16px;
  font-weight: 300;
}
.slides .slides__button {
  position: absolute;
  margin-top: 0;
  left: 50%;
  margin-left: -91px;
  bottom: 60px;
  width: 182px;
  height: 52px;
  text-align: center;
  text-transform: uppercase;
  box-shadow: inset 0 -2px 2px rgba(0,0,0,0.2), inset 0 2px 2px rgba(255,255,255,0.36), 0 10px 8px -5px rgba(0,0,0,0.2);
  border-radius: 10px;
  background: #ffc000;
  background: linear-gradient(to bottom, #ffc000 1%, #ff9a00 100%);
  text-shadow: -1px -1px 1px #ff8a00;
  color: #fff;
  font-size: 17px;
  font-weight: 700;
  line-height: 48px;
  letter-spacing: 1.7px;
  cursor: pointer;
}
.slides .slides__button:hover {
  box-shadow: inset 0 -2px 2px rgba(0,0,0,0.2), inset 0 2px 2px rgba(255,255,255,0.36), 0 5px 3px -3px rgba(0,0,0,0.2);
  background: #ffc000;
  background: linear-gradient(to bottom, #ffc000 23%, #ffc000 79%, #ff9a00 100%);
}
.slides .slides__button:active {
  box-shadow: inset 0 -2px 2px rgba(0,0,0,0.2), inset 0 2px 2px rgba(255,255,255,0.36), 0 0 0 -3px rgba(0,0,0,0.2);
  background: #ff9a00;
  background: linear-gradient(to bottom, #ff9a00 6%, #ffc000 99%);
}
.slides .owl-dots {
  position: absolute;
  top: 624px;
  left: 50%;
  margin-left: -150px;
  padding: 0;
  z-index: 1000;
  width: 300px;
  text-align: center;
}
.slides .owl-dots button.owl-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #909090;
  margin: 0 4px;
  padding: 0;
}
.slides .owl-dots button.owl-dot.active {
  background-color: #1ba3fa;
}
.slides .owl-dots button.owl-dot span {
  display: none;
}
.slides .owl-nav {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
}
.slides .owl-nav button {
  position: absolute;
  display: block;
  width: 25px;
  height: 58px;
  top: 301px;
  left: 20px;
  font-size: 0 !important;
  background: url("../img/icons/arrowl.svg") center no-repeat !important;
}
.slides .owl-nav button.owl-next {
  left: auto;
  right: 20px;
  background: url("../img/icons/arrowr.svg") center no-repeat !important;
}
.slides .owl-nav button:hover {
  background-size: 95% !important;
}
@media (max-width: 1200px) {
  .slides__container {
    padding: 0;
  }
  .slides__txtWrp {
    width: 980px;
    height: 660px;
    margin: 0 auto 0 30px;
  }
  .slides__txtWrp_right {
    margin: 0 30px 0 auto;
  }
}
@media (max-width: 992px) {
  .slides__item_right {
    background-position: -350px center !important;
  }
  .slides__container {
    padding: 0;
  }
  .slides__txtWrp {
    width: 100%;
  }
  .slides__desc {
    position: absolute;
    width: 100%;
    left: -30px;
    top: 0;
    background-color: #003b62;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    border-radius: 0;
    padding: 10px 30px;
    box-shadow: 0 22px 10px -20px rgba(0,0,0,0.5);
  }
  .slides__heading {
    padding-top: 130px;
    font-size: 32px;
    line-height: 38px;
  }
  .slides__subheading {
    width: 400px;
    font-size: 20px;
    line-height: 27px;
  }
  .slides__note {
    width: 400px;
  }
  .slides__txtWrp_right {
    padding-right: 30px;
  }
  .slides__txtWrp_right .slides__heading {
    width: 500px;
  }
  .slides__txtWrp_right .slides__authors {
    width: 500px;
  }
  .slides__txtWrp_right .slides__list {
    width: 500px;
    font-size: 18px;
    line-height: 25px;
  }
  .slides .owl-nav button {
    position: absolute;
    display: block;
    width: 25px;
    height: 36px;
    top: 301px;
    left: 5px;
    font-size: 0 !important;
    background: url("../img/icons/arrowl.svg") center no-repeat !important;
  }
  .slides .owl-nav button.owl-next {
    left: auto;
    right: 5px;
    background: url("../img/icons/arrowr.svg") center no-repeat !important;
  }
  .slides .owl-nav button:hover {
    background-size: 95% !important;
  }
}
@media (max-width: 830px) {
  .slides {
    height: 658px;
  }
  .slides__container {
    padding: 0;
  }
  .slides__container.owl-carousel {
    position: relative;
    max-width: auto;
  }
  .slides__item_right {
    background-position: -350px center !important;
  }
  .slides__itemBg none,
  .slides__itemBg_mobile {
    display: block;
  }
  .slides__txtWrp {
    margin: 0;
  }
  .slides__desc {
    left: 0;
    height: 123px;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: normal;
    font-style: normal;
    color: #9dd1f4;
    text-align: center;
    padding: 16px 20px;
    box-shadow: none;
  }
  .slides__heading {
    width: 100%;
    padding: 159px 25px 0 25px;
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    line-height: 26px;
  }
  .slides__heading span {
    font-size: 40px;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    margin-top: 3px;
  }
  .slides__subheading {
    width: 100%;
    padding: 14px 25px 0 25px;
    text-align: center;
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
  }
  .slides__notes {
    padding: 154px 25px 0 25px;
  }
  .slides__note {
    width: 100%;
    text-align: center;
    font-size: 12px;
    font-weight: 300;
    line-height: 14px;
    margin-bottom: 4px;
  }
  .slides__txtWrp_right {
    padding-right: 0;
  }
  .slides__txtWrp_right .slides__desc {
    width: 100%;
    left: 0;
    height: 41px;
    color: #9dd1f4;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    padding: 11px;
  }
  .slides__txtWrp_right .slides__heading {
    width: 100%;
    text-align: right;
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    padding: 77px 19px 0;
  }
  .slides__txtWrp_right .slides__subheading {
    width: 200px;
    margin-top: 54px;
    text-align: right;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.2em;
    padding: 0 19px;
  }
  .slides__txtWrp_right .slides__authors {
    width: 100%;
    margin-top: 27px;
    font-size: 13px;
    font-weight: 400;
    line-height: 18px;
    padding: 0 19px;
  }
  .slides__txtWrp_right .slides__authors br {
    display: inline;
  }
  .slides__txtWrp_right .slides__list {
    width: 130px;
    margin-top: 14px;
    padding-right: 19px;
    font-size: 12px;
    font-weight: 300;
    line-height: 14px;
    text-align: right;
  }
  .slides .slides__button {
    position: absolute;
    margin-top: 0;
    left: 50%;
    margin-left: -72.5px;
    bottom: 40px;
    width: 145px;
    height: 45px;
    font-size: 14px;
  }
  .slides .owl-nav button {
    top: 310px;
  }
  .slides .owl-dots button.owl-dot {
    width: 9px;
    height: 9px;
  }
}
.indexAbout__container {
  max-width: 1615px;
}
.indexAbout__wrp {
  width: 1170px;
  margin: 0 auto;
  display: -ms-flex;
  display: flex;
}
.indexAbout__left {
  width: 50%;
  min-height: 585px;
  border-right: solid 1px #e3eaf1;
  padding-right: 20px;
  font-size: 23px;
  font-weight: 300;
  line-height: 36px;
  color: #003b62;
}
.indexAbout__heading {
  margin: 168px 0 55px;
  font-size: 40px;
  line-height: 1em;
  font-weight: 500;
}
.indexAbout__heading span {
  font-size: 80px;
}
.indexAbout__desc {
  margin-bottom: 42px;
}
.indexAbout__link {
  font-size: 18px;
  font-weight: 500;
  line-height: 25px;
  color: #ffa900;
}
.indexAbout__link:hover {
  text-decoration: underline;
}
.indexAbout__right {
  width: 50%;
  min-height: 585px;
  display: -ms-flex;
  display: flex;
  flex-wrap: wrap;
}
.indexAbout__item {
  position: relative;
  width: 50%;
  padding: 167px 10px 10px 30px;
  border-right: solid 1px #e3eaf1;
  font-size: 18px;
  font-weight: 500;
  line-height: 25px;
  color: #003b62;
}
.indexAbout__item:nth-child(1),
.indexAbout__item:nth-child(2) {
  border-bottom: solid 1px #e3eaf1;
}
.indexAbout__item:nth-child(1) {
  background: url("../img/about1.png") 165px 30px no-repeat;
}
.indexAbout__item:nth-child(2) {
  background: url("../img/about2.png") 158px 25px no-repeat;
}
.indexAbout__item:nth-child(3) {
  background: url("../img/about3.png") 168px 25px no-repeat;
}
.indexAbout__item:nth-child(4) {
  background: url("../img/about4.png") 168px 24px no-repeat;
}
.indexAbout__img {
  position: absolute;
}
@media (max-width: 1200px) {
  .indexAbout__wrp {
    max-width: 1170px;
    width: auto;
  }
  .indexAbout__item:nth-child(1) {
    background: url("../img/about1.png") 95% 30px no-repeat;
  }
  .indexAbout__item:nth-child(2) {
    background: url("../img/about2.png") 95% 25px no-repeat;
  }
  .indexAbout__item:nth-child(3) {
    background: url("../img/about3.png") 95% 25px no-repeat;
  }
  .indexAbout__item:nth-child(4) {
    background: url("../img/about4.png") 95% 24px no-repeat;
  }
  .indexAbout__img {
    position: absolute;
  }
}
@media (max-width: 1200px) {
  .indexAbout__wrp {
    max-width: 1170px;
    width: auto;
  }
  .indexAbout__heading:nth-child(1),
  .indexAbout margin 168px 0 55px:nth-child(1),
  .indexAbout font-size 40px:nth-child(1),
  .indexAbout line-height 1em:nth-child(1),
  .indexAbout font-weight 500:nth-child(1),
  .indexAbout__item:nth-child(1) {
    background: url("../img/about1.png") 95% 30px no-repeat;
  }
  .indexAbout__heading:nth-child(2),
  .indexAbout margin 168px 0 55px:nth-child(2),
  .indexAbout font-size 40px:nth-child(2),
  .indexAbout line-height 1em:nth-child(2),
  .indexAbout font-weight 500:nth-child(2),
  .indexAbout__item:nth-child(2) {
    background: url("../img/about2.png") 95% 25px no-repeat;
  }
  .indexAbout__heading:nth-child(3),
  .indexAbout margin 168px 0 55px:nth-child(3),
  .indexAbout font-size 40px:nth-child(3),
  .indexAbout line-height 1em:nth-child(3),
  .indexAbout font-weight 500:nth-child(3),
  .indexAbout__item:nth-child(3) {
    background: url("../img/about3.png") 95% 25px no-repeat;
  }
  .indexAbout__heading:nth-child(4),
  .indexAbout margin 168px 0 55px:nth-child(4),
  .indexAbout font-size 40px:nth-child(4),
  .indexAbout line-height 1em:nth-child(4),
  .indexAbout font-weight 500:nth-child(4),
  .indexAbout__item:nth-child(4) {
    background: url("../img/about4.png") 95% 24px no-repeat;
  }
  .indexAbout__img {
    position: absolute;
  }
}
@media (max-width: 992px) {
  .indexAbout__heading {
    margin: 130px 0 35px;
    font-size: 30px;
    line-height: 1em;
    font-weight: 500;
  }
  .indexAbout__desc {
    font-size: 20px;
  }
  .indexAbout__item {
    font-size: 16px;
    padding: 140px 10px 10px 10px;
  }
}
@media (max-width: 830px) {
  .indexAbout {
    display: none;
  }
}
.indexHits {
  background-color: #f5f8fc;
  border-top: solid 1px #e3eaf1;
}
.indexHits__container {
  max-width: 1615px;
}
.indexHits__wrp {
  width: 1170px;
  margin: 0 auto;
  padding: 80px 0 85px;
}
.indexHits__heading {
  margin-bottom: 65px;
  font-size: 45px;
  font-weight: 500;
  line-height: 32px;
  color: #003b62;
}
.indexHits__row {
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
}
.indexHits__item {
  width: 456px;
  height: 513px;
  box-shadow: 4px 6px 7px rgba(0,0,0,0.18);
  border-radius: 10px;
  background-color: #fff;
  padding: 0 30px;
  overflow: hidden;
}
.indexHits__item:hover .indexHits__itemHeading {
  color: #ffa900;
}
.indexHits__item_catalog {
  cursor: pointer;
  width: 218px;
  padding: 320px 25px 0;
  box-shadow: 4px 6px 9px rgba(9,48,90,0.55), 2px 2px 0 #163e68;
  background: #1b5089 url("../img/hitcats.jpg") center 33px no-repeat;
}
.indexHits__item_catalog .indexHits__itemHeading {
  color: #fff;
}
.indexHits__item_catalog .indexHits__itemHeading::after {
  background-color: #3a6899;
}
.indexHits__item_catalog .indexHits__itemLink {
  color: #b2cfef;
  font-size: 18px;
}
.indexHits__item_catalog .indexHits__itemLink span {
  display: block;
}
.indexHits__item_catalog .indexHits__itemLink span.more {
  font-size: 75px;
  line-height: 1em;
  margin-left: 17px;
  padding-left: 20px;
  background: url("../img/icons/more.png") 0 27px no-repeat;
}
.indexHits__item_catalog .indexHits__itemLink span.word {
  margin-left: 82px;
  line-height: 1em;
}
.indexHits__item_catalog .indexHits__itemLink:hover {
  text-decoration: none;
}
.indexHits__item_catalog:hover span.more {
  text-decoration: none;
  text-shadow: 0 0 5px #fff;
}
.indexHits__imgWrp {
  width: 100%;
  height: 320px;
  display: -ms-flex;
  display: flex;
  justify-content: center;
  align-items: center;
}
.indexHits__img {
  max-height: 300px;
}
.indexHits__itemHeading {
  display: inline-block;
  font-size: 24px;
  font-weight: 500;
  line-height: 1em;
  margin-bottom: 28px;
  color: #003b62;
  position: relative;
  z-index: 999;
}
.indexHits__itemHeading::after {
  content: '';
  display: block;
  position: absolute;
  width: 456px;
  height: 1px;
  background-color: #e8edf3;
  right: -466px;
  top: 12px;
}
.indexHits__itemDesc {
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
  margin-bottom: 22px;
}
.indexHits__itemLink {
  font-size: 15px;
  font-weight: 500;
  line-height: 1em;
  color: #ffa900;
}
.indexHits__itemLink:hover {
  text-decoration: underline;
}
@media (max-width: 1200px) {
  .indexHits__wrp {
    width: 100%;
  }
  .indexHits__item {
    width: 39%;
    padding: 0 15px;
    margin-right: 1%;
  }
  .indexHits__item_catalog {
    width: 20%;
    margin-right: 0;
    padding: 320px 25px 0;
  }
}
@media (max-width: 992px) {
  .indexHits__itemDesc {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 10px;
  }
  .indexHits__item {
    width: 35.5%;
    margin-right: 1%;
  }
  .indexHits__item_catalog {
    width: 27%;
  }
}
@media (max-width: 830px) {
  .indexHits__wrp {
    padding-bottom: 69px;
  }
  .indexHits__container {
    padding: 0 10px;
  }
  .indexHits__heading {
    display: none;
  }
  .indexHits__item {
    height: 500px;
    box-shadow: 4px 6px 7px rgba(0,0,0,0.18);
    display: none;
  }
  .indexHits__item_catalog {
    display: block;
    padding: 310px 20px 0;
    margin: 0;
    width: 100%;
    background: #1b5089 url("../img/hitcatb.jpg") center 23px no-repeat;
    background-size: 522px;
  }
  .indexHits__item_catalog .indexHits__itemHeading::after {
    content: '';
    display: block;
    position: absolute;
    width: 456px;
    height: 1px;
    right: -478px;
    top: 13px;
  }
  .indexHits__item_catalog .indexHits__itemLink span.more {
    margin-left: 115px;
  }
  .indexHits__item_catalog .indexHits__itemLink span.word {
    margin-left: 181px;
  }
}
.calendar {
  background-color: #eff2f5;
  min-height: 622px;
}
.calendar__container {
  padding: 75px 0;
}
.calendar__heading {
  font-size: 35px;
  line-height: 1em;
  font-weight: 500;
  color: #003b62;
}
.calendar__row {
  margin-top: 56px;
  display: -ms-flex;
  display: flex;
  flex-shrink: 0;
  justify-content: space-between;
}
.calendar__left {
  width: 460px;
}
.calendar__calScr {
  margin-bottom: 17px;
}
.calendar__leftLink {
  color: #003b62;
}
.calendar__leftLink:hover {
  text-decoration: underline;
}
.calendar__right {
  width: 710px;
}
.calendar__event {
  border-bottom: solid 1px #c9d5e3;
  padding: 17px 0;
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
}
.calendar__event:first-child {
  padding-top: 0;
}
.calendar__event:last-child {
  border-bottom: 0;
}
.calendar__date {
  width: 38px;
  height: 40px;
  border-radius: 5px;
  background-color: #ffa900;
  display: -ms-flex;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.calendar__date_active {
  background-color: #30609c;
}
.calendar__num {
  font-size: 18px;
  font-weight: 500;
}
.calendar__mnth {
  font-size: 12px;
  font-weight: 400;
}
.calendar__txt {
  width: 652px;
  color: #003b62;
}
.calendar__eventHeading {
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 6px;
}
.calendar__eventDesc {
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
}
@media (max-width: 1200px) {
  .calendar__container {
    padding: 75px 22px;
  }
  .calendar__row {
    justify-content: space-around;
  }
  .calendar__right {
    width: 510px;
  }
  .calendar__txt {
    width: 450px;
  }
}
@media (max-width: 992px) {
  .calendar {
    min-height: 850px;
  }
  .calendar__container {
    padding: 55px 22px;
  }
  .calendar__row {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .calendar__left {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
  }
  .calendar__left img {
    width: 400px;
  }
  .calendar__right {
    width: 100%;
  }
  .calendar__txt {
    width: calc(100% - 50px);
  }
}
@media (max-width: 830px) {
  .calendar {
    min-height: 570px;
  }
  .calendar__container {
    padding: 55px 10px;
  }
  .calendar__heading {
    font-size: 28px;
    font-weight: 500;
    font-style: normal;
    letter-spacing: normal;
    line-height: 32px;
    padding: 0 9px;
  }
  .calendar__row {
    margin-top: 34px;
  }
  .calendar__left {
    align-items: flex-start;
    margin-bottom: 39px;
  }
  .calendar__left img {
    max-width: 100%;
    margin-bottom: 8px;
    height: auto;
  }
  .calendar__leftLink {
    font-size: 14px;
    font-weight: 300;
    font-style: normal;
    letter-spacing: normal;
    line-height: 32px;
    margin-left: 9px;
  }
  .calendar__right {
    padding: 0 10px;
  }
  .calendar__event {
    display: none;
  }
  .calendar__event:first-child {
    display: flex;
    border-bottom: none;
  }
  .calendar__txt {
    width: calc(100% - 60px);
  }
  .calendar__eventHeading {
    line-height: 1.4;
    margin-top: -4px;
  }
}
.indexNews {
  min-height: 100px;
}
.indexNews__container {
  padding: 75px 0 0;
}
.indexNews__heading {
  font-size: 35px;
  line-height: 1em;
  font-weight: 500;
  color: #003b62;
}
.indexNews__row {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 25px 0 0;
}
.indexNews__item {
  display: flex;
  justify-content: flex-start;
  width: 49%;
  height: auto;
  margin-top: 30px;
}
.indexNews__item:hover {
  color: #185891;
  text-decoration: underline;
}
.indexNews__item:hover .indexNews__date {
  background: #003b62;
}
.indexNews__itemHeading {
  font-weight: 600;
}
.indexNews__date {
  width: 38px;
  height: 40px;
  border-radius: 5px;
  background-color: #ffa900;
  display: -ms-flex;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  flex-shrink: 0;
}
.indexNews__num {
  font-size: 18px;
  font-weight: 500;
}
.indexNews__mnth {
  font-size: 12px;
  font-weight: 400;
}
.indexNews__txt {
  margin: 0 0 0 20px;
  line-height: 20px;
}
.indexNews {
  min-height: 100px;
}
.indexNews__container {
  padding: 75px 0 0;
}
.indexNews__heading {
  font-size: 35px;
  line-height: 1em;
  font-weight: 500;
  color: #003b62;
}
.indexNews__row {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 25px 0 0;
}
.indexNews__item {
  display: flex;
  justify-content: flex-start;
  width: 49%;
  height: auto;
  margin-top: 30px;
}
.indexNews__item:hover {
  color: #185891;
  text-decoration: underline;
}
.indexNews__item:hover .indexNews__date {
  background: #003b62;
}
.indexNews__itemHeading {
  font-weight: 600;
}
.indexNews__date {
  width: 38px;
  height: 40px;
  border-radius: 5px;
  background-color: #ffa900;
  display: -ms-flex;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  flex-shrink: 0;
}
.indexNews__num {
  font-size: 18px;
  font-weight: 500;
}
.indexNews__mnth {
  font-size: 12px;
  font-weight: 400;
}
.indexNews__txt {
  margin: 0 0 0 20px;
  line-height: 20px;
}
@media (max-width: 992px) {
  .indexNews__container {
    padding: 75px 20px 0 20px;
  }
  .indexNews__row {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .indexNews__item {
    width: 100%;
  }
}
.carousel {
  height: 420px;
}
.carousel__container {
  max-width: 1240px;
  padding: 75px 20px;
}
.carousel__heading {
  width: 1170px;
  margin: 0 auto;
  font-size: 35px;
  font-weight: 500;
  color: #003b62;
}
.carousel__row {
  position: relative;
  width: 1200px;
  padding: 0 15px;
  margin-top: 55px;
  height: 174px;
}
.carousel__item {
  width: 269px;
  height: 159px;
  margin-bottom: 15px;
  margin-left: 5px;
  box-shadow: 1px 3px 12px rgba(0,0,0,0.15);
  border-radius: 10px;
  background-color: #fff;
  display: -ms-flex;
  display: flex;
  justify-content: center;
  align-items: center;
}
.carousel__img {
  width: auto !important;
}
.carousel .owl-item {
  padding-top: 5px;
}
.carousel .owl-nav,
.carousel .owl-nav.disabled {
  display: block;
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
}
.carousel .owl-nav button,
.carousel .owl-nav.disabled button {
  position: absolute;
  display: block;
  width: 25px;
  height: 58px;
  top: 54px;
  left: -20px;
  font-size: 0 !important;
  background: url("../img/icons/barrowl.png") center no-repeat !important;
}
.carousel .owl-nav button.owl-next,
.carousel .owl-nav.disabled button.owl-next {
  left: auto;
  right: -20px;
  background: url("../img/icons/barrowr.png") center no-repeat !important;
}
.carousel .owl-nav button:hover,
.carousel .owl-nav.disabled button:hover {
  background-size: 90% !important;
}
@media (max-width: 1300px) {
  .carousel__row {
    position: relative;
    width: 1160px;
    padding: 0 5px;
  }
  .carousel__item {
    width: 263px;
  }
}
@media (max-width: 1200px) {
  .carousel__heading {
    width: 100%;
  }
  .carousel__row {
    width: 930px;
    padding: 0 30px;
    margin: 55px auto 0;
  }
  .carousel__item {
    width: 263px;
  }
}
@media (max-width: 992px) {
  .carousel {
    height: 370px;
  }
  .carousel__container {
    padding: 50px 20px;
  }
  .carousel__heading {
    width: 100%;
  }
  .carousel__row {
    width: 100%;
    margin: 45px auto 0;
  }
  .carousel__item {
    margin: 0 auto;
  }
}
@media (max-width: 830px) {
  .carousel {
    height: 255px;
  }
  .carousel__container {
    padding: 50px 0 20px;
  }
  .carousel__heading {
    width: 100%;
    font-size: 28px;
    font-weight: 500;
    line-height: 32px;
    margin-top: 14px;
    padding: 0 20px;
  }
  .carousel__row {
    width: 100%;
    padding: 0;
    margin: 22px auto 0;
  }
  .carousel__item {
    width: 192px;
    height: 120px;
    padding: 5px;
  }
  .carousel__img {
    max-width: 90%;
    max-height: 90%;
  }
  .carousel .owl-nav,
  .carousel .owl-nav.desabled {
    display: none;
  }
  .carousel .owl-stage {
    padding-bottom: 10px;
  }
}
.footer {
  height: 250px;
  background: url("../img/footer.jpg") center no-repeat;
  color: #fff;
  padding-top: 83px;
  margin-top: 85px;
  color: #f9fbfd;
}
.footer a {
  color: #f9fbfd;
}
.footer__topPart,
.footer__bottomPart,
.footer__topBottomLeft,
.footer__topBottomRight,
.footer__bottomLeft,
.footer__bottomRight {
  width: 100%;
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
}
.footer__topPart {
  margin-bottom: 50px;
  font-size: 15px;
}
.footer__logo {
  width: 165px;
  height: 80px;
  padding-top: 40px;
  background: url("../img/blogo.png") top left no-repeat;
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
}
.footer__topBottomLeft {
  width: 437px;
}
.footer__topBottomRight {
  width: 562px;
}
.footer__address {
  line-height: 22px;
}
.footer__link {
  display: inline;
  font-weight: 300;
  text-decoration: underline;
}
.footer__link:hover {
  text-decoration: none;
}
.footer__phone {
  font-size: 30px;
  font-weight: 400;
  line-height: 30px;
}
.footer__bottomPart {
  opacity: 0.7;
  font-size: 13px;
}
.footer__bottomPart a:hover {
  text-decoration: underline;
}
.footer__bottomLeft {
  width: 375px;
}
.footer__pc {
  margin-right: 35px;
}
.footer__bottomRight {
  width: 525px;
}
@media (max-width: 1200px) {
  .footer__logo {
    width: 165px;
    height: 80px;
    padding-top: 40px;
    background: url("../img/blogo.png") top left no-repeat;
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
  }
  .footer__topBottomLeft {
    width: 437px;
  }
  .footer__topBottomRight {
    width: 462px;
  }
  .footer__address {
    line-height: 22px;
  }
  .footer__link {
    display: inline;
    font-weight: 300;
    text-decoration: underline;
  }
  .footer__link:hover {
    text-decoration: none;
  }
  .footer__phone {
    font-size: 30px;
    font-weight: 400;
    line-height: 30px;
  }
  .footer__bottomPart {
    opacity: 0.7;
    font-size: 13px;
  }
  .footer__bottomPart a:hover {
    text-decoration: underline;
  }
  .footer__bottomLeft {
    width: 375px;
  }
  .footer__pc {
    margin-right: 35px;
  }
  .footer__bottomRight {
    width: 525px;
  }
}
@media (max-width: 1200px) and (max-width: 992px) {
  .footer__year {
    margin-right: 10px;
  }
}
@media (max-width: 1200px) and (max-width: 830px) {
  .footer {
    height: 531px;
    padding-top: 40px;
    background: url("../img/footerm.jpg") center top no-repeat;
  }
  .footer__container {
    padding: 0 20px;
  }
  .footer__topPart,
  .footer__bottomPart,
  .footer__topBottomLeft,
  .footer__topBottomRight,
  .footer__bottomLeft,
  .footer__bottomRight {
    flex-direction: column;
    width: 100%;
  }
  .footer__topPart {
    margin-bottom: 36px;
  }
  .footer__bottomPart {
    color: #f9fbfd;
  }
  .footer__address {
    margin-top: 33px;
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
  }
  .footer__link {
    margin-top: 19px;
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
  }
  .footer__phone {
    margin-top: 27px;
  }
  .footer__bottomLeft {
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: wrap;
    font-size: 13px;
    font-weight: 400;
    line-height: 27px;
  }
  .footer__pc {
    margin-right: auto;
    text-decoration: none;
  }
  .footer__year {
    margin-right: 10px;
  }
  .footer__bottomRight {
    margin-top: 11px;
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
  }
  .footer__madeIn {
    margin-top: 14px;
  }
}
.content__container {
  display: flex;
}
.content__left {
  width: 300px;
  flex-shrink: 0;
  padding: 85px 69px 0 0;
  font-size: 15px;
  font-weight: 500;
  line-height: 16px;
}
.content__left li {
  padding: 12px 0;
  border-bottom: 1px solid #eef2f6;
}
.content__left li:first-child {
  padding-top: 0;
}
.content__left li a {
  color: #185891;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}
.content__left li a:hover {
  color: #ffa900;
  text-decoration: underline;
}
.content__left li.active a {
  color: #ffa900;
  text-decoration: none;
}
.content__right {
  flex: auto;
}
.content__brcr {
  margin-top: 36px;
  margin-bottom: 20px;
}
.content__brcr ul {
  display: flex;
  flex-wrap: wrap;
  font-size: 13px;
  font-weight: 400;
  line-height: 18px;
  color: #3d3d3d;
}
.content__brcr ul li {
  margin: 0;
}
.content__brcr ul li:first-child {
  margin-left: 0;
}
.content__brcr ul li a {
  color: #7e94a8;
  text-decoration: underline;
}
.content__brcr ul li a:hover {
  text-decoration: none;
}
.content__brcr ul li:last-child a {
  text-decoration: none;
}
.content__brcr .divider {
  margin: 0 7px;
  color: #7e94a8;
}
.content__bottomNum {
  margin-top: 30px;
}
.content ul.content__pagesNav {
  display: flex;
}
.content ul.content__pagesNav li {
  margin-right: 28px;
  margin-left: 0;
}
.content ul.content__pagesNav li::before {
  display: none;
}
.content__pageNum {
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  color: #003b62;
}
.content__pageNum.active,
.content__pageNum:hover {
  color: #ffa900;
}
.content__txt {
  font-size: 18px;
  line-height: 28px;
  min-height: 600px;
  font-weight: 300;
}
.content__txt div[itemprop="articleBody"] a {
  text-decoration: underline;
}
.content__txt div[itemprop="articleBody"] a:hover {
  text-decoration: none;
}
.content__txt .search dt.result-title {
  margin-top: 20px;
  text-decoration: underline;
  font-weight: bold;
}
.content__txt .search dt.result-title:hover,
.content__txt .search dt.result-title a:hover {
  color: #ffa900;
  text-decoration: none;
}
.content__txt ol {
  counter-reset: num;
  position: relative;
}
.content__txt ol li {
  margin-bottom: 5px;
  margin-left: 28px;
}
.content__txt ol li::before {
  content: counter(num) '. ';
  counter-increment: num;
  font-size: 15px;
  font-weight: 700;
  width: 20px;
  display: block;
  position: absolute;
  left: 0;
}
.content__txt ul {
  position: relative;
}
.content__txt ul li {
  margin-bottom: 5px;
  margin-left: 28px;
}
.content__txt ul li::before {
  content: '—  ';
  font-weight: 700;
  display: block;
  position: absolute;
  left: 0;
}
.content__txt ul ul {
  margin-left: 33px;
}
.content img {
  max-width: 100%;
  margin-top: 50px;
  margin-bottom: 20px;
}
.content img.nomargin {
  margin-top: 0;
  margin-bottom: 0;
}
.content h1 {
  font-size: 55px;
  font-weight: 500;
  line-height: 60px;
  margin-bottom: 40px;
}
.content h2 {
  font-size: 40px;
  font-weight: 500;
  line-height: 40px;
  margin: 43px 0 28px;
}
.content h3 {
  font-size: 30px;
  font-weight: 500;
  line-height: 32px;
  margin: 50px 0 27px;
}
.content h4 {
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
  margin: 73px 0 27px;
}
.content p.big {
  font-size: 20px;
  line-height: 32px;
  margin-bottom: 30px;
}
.content p {
  margin: 10px 0 0 0;
}
.content p.photo {
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  margin-bottom: 45px;
  margin-top: 0;
}
.content #tablewrap {
  width: 100%;
  overflow: auto;
}
.content table {
  width: 770px;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
  border: 1px solid #003b62;
  border-collapse: collapse;
}
.content table th {
  padding: 14px 30px 14px 14px;
  font-weight: 700;
  text-align: left;
  padding-bottom: 15px;
  border: 1px solid #003b62;
  border-bottom: 2px solid #003b62;
}
.content table td {
  padding: 14px 30px 14px 14px;
  border: 0;
  border-collapse: collapse;
  border-spacing: 0;
  border: 1px solid #003b62;
}
.content__tabs {
  width: 100%;
  margin-top: 80px;
}
.content ul.content__tabsCaption,
.content ul.content__tabsCaption_news {
  display: -ms-flex;
  display: flex;
  margin-bottom: 33px;
  border-bottom: 1px solid #d1dcea;
}
.content ul.content__tabsCaption li,
.content ul.content__tabsCaption_news li {
  cursor: pointer;
  height: 43px;
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
  border-bottom: 3px solid #fff;
  margin: 0 40px 0 0;
}
.content ul.content__tabsCaption li:hover,
.content ul.content__tabsCaption_news li:hover {
  color: #ffa900;
}
.content ul.content__tabsCaption li.active,
.content ul.content__tabsCaption_news li.active,
.content ul.content__tabsCaption li.current,
.content ul.content__tabsCaption_news li.current {
  border-bottom: 3px solid #003b62;
  font-size: 24px;
}
.content ul.content__tabsCaption li.active:hover,
.content ul.content__tabsCaption_news li.active:hover,
.content ul.content__tabsCaption li.current:hover,
.content ul.content__tabsCaption_news li.current:hover {
  color: #003b62;
}
.content ul.content__tabsCaption li:before,
.content ul.content__tabsCaption_news li:before {
  display: none;
}
.content__tabContent {
  display: none;
}
.content__tabContent ul {
  margin-top: 10px;
}
.content__tabContent ul li {
  margin: 10px 0 0 28px;
}
.content__tabContent h4 {
  margin-top: 63px;
}
.content__tabContent.active {
  display: block;
}
.content__modalBtn {
  display: block;
  width: 250px;
  height: 50px;
  border: 1px solid #ffa900;
  border-radius: 50px;
  color: #ffa900;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  padding: 14px 15px;
  margin-top: 5px;
  margin-bottom: 45px;
  margin: 5px auto 45px;
  line-height: 18px;
  text-decoration: none !important;
  cursor: pointer;
}
@media (max-width: 1200px) {
  .content__left {
    width: 200px;
    flex-shrink: 0;
    padding: 85px 25px 0 0;
  }
  .content table {
    width: 100%;
  }
  .content ul.content__tabsCaption li,
  .content ul.content__tabsCaption_news li {
    cursor: pointer;
    height: 38px;
    font-size: 17px;
    font-weight: 500;
    line-height: 32px;
    border-bottom: 3px solid #f9fbfd;
    margin: 0 25px 0 0;
  }
  .content ul.content__tabsCaption li span,
  .content ul.content__tabsCaption_news li span {
    border-bottom: 1px dashed #7c9baf;
  }
  .content ul.content__tabsCaption li.active,
  .content ul.content__tabsCaption_news li.active,
  .content ul.content__tabsCaption li.current,
  .content ul.content__tabsCaption_news li.current {
    border-bottom: 3px solid #003b62;
    font-size: 22px;
    margin-left: -1px;
  }
  .content ul.content__tabsCaption li.active span,
  .content ul.content__tabsCaption_news li.active span,
  .content ul.content__tabsCaption li.current span,
  .content ul.content__tabsCaption_news li.current span {
    border-bottom: none;
  }
  .content ul.content__tabsCaption li:before,
  .content ul.content__tabsCaption_news li:before {
    display: none;
  }
}
@media (max-width: 992px) {
  .content__left {
    width: 200px;
    flex-shrink: 0;
    padding: 85px 25px 0 0;
  }
  .content ul.content__tabsCaption,
  .content ul.content__tabsCaption_news {
    display: -ms-flex;
    display: flex;
    flex-direction: column;
    margin-bottom: 0;
    border-bottom: none;
    border-left: 1px solid #d1dcea;
  }
  .content ul.content__tabsCaption li,
  .content ul.content__tabsCaption_news li {
    cursor: pointer;
    height: 33px;
    font-size: 18px;
    font-weight: 500;
    line-height: 32px;
    border-bottom: none;
    border-left: 3px solid #fff;
    margin: 0 40px 0 0;
    padding-left: 10px;
  }
  .content ul.content__tabsCaption li span,
  .content ul.content__tabsCaption_news li span {
    border-bottom: 1px dashed #7c9baf;
  }
  .content ul.content__tabsCaption li.active,
  .content ul.content__tabsCaption_news li.active,
  .content ul.content__tabsCaption li.current,
  .content ul.content__tabsCaption_news li.current {
    border-left: 3px solid #003b62;
    border-bottom: none;
    font-size: 24px;
    margin-left: -1px;
  }
  .content ul.content__tabsCaption li.active span,
  .content ul.content__tabsCaption_news li.active span,
  .content ul.content__tabsCaption li.current span,
  .content ul.content__tabsCaption_news li.current span {
    border-bottom: none;
  }
  .content ul.content__tabsCaption li:before,
  .content ul.content__tabsCaption_news li:before {
    display: none;
  }
}
@media (max-width: 830px) {
  .content h1 {
    margin-bottom: 20px;
  }
  .content__container {
    margin-bottom: 70px;
  }
  .content__left {
    display: none;
  }
  .content__brcr {
    margin-top: 18px;
    margin-bottom: 30px;
  }
  .content ul.content__tabsCaption li,
  .content ul.content__tabsCaption_news li {
    padding-left: 5px;
    margin-right: 0;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    margin-top: 10px;
  }
  .content ul.content__tabsCaption li:first-child,
  .content ul.content__tabsCaption_news li:first-child {
    margin-top: 0;
  }
  .content ul.content__tabsCaption li.active,
  .content ul.content__tabsCaption_news li.current {
    font-size: 22px;
    font-weight: 500;
    line-height: 28px;
  }
  .content__txt {
    line-height: 24px;
    font-size: 14px;
    font-weight: 400;
  }
  .content__txt ol {
    counter-reset: num;
  }
  .content__txt ol li::before {
    content: counter(num) '. ';
    counter-increment: num;
    font-weight: 700;
    margin-right: 10px;
  }
  .content__txt ul li::before {
    content: '—  ';
    font-weight: 700;
    margin-right: 10px;
  }
  .content img {
    max-width: 100%;
    margin: 18px 0 0;
  }
  .content h1 {
    font-size: 36px;
    font-weight: 600;
    line-height: 40px;
  }
  .content h2 {
    font-size: 28px;
    font-weight: 500;
    line-height: 35px;
    margin: 44px 0 28px;
  }
  .content h3 {
    font-size: 24px;
    font-weight: 500;
    line-height: 28px;
    margin: 48px 0 20px;
  }
  .content h4 {
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
    margin: 56px 0 24px;
  }
  .content p.big {
    font-size: 17px;
    line-height: 28px;
    margin-bottom: 23px;
  }
  .content p {
    margin: 10px 0 10px;
    font-size: 15px;
    font-weight: 300;
    line-height: 24px;
  }
  .content p + br {
    display: none;
  }
  .content p.photo {
    font-size: 13px;
    line-height: 18px;
    margin: 11px 0 31px;
  }
  .content #tablewrap {
    width: 536px;
    overflow: auto;
  }
  .content table {
    display: block;
    width: 800px;
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
  }
  .content table th {
    font-weight: 700;
    text-align: left;
    padding-bottom: 15px;
    border: 1px solid #003b62;
    border-bottom: 2px solid #003b62;
  }
  .content table td {
    padding: 20px 30px 20px 20px;
    border: 0;
    border-collapse: collapse;
    border-spacing: 0;
    border: 1px solid #003b62;
  }
  .content table tr {
    border-bottom: 1px solid #b7c1ce;
  }
}
@media (max-width: 576px) {
  .content #tablewrap {
    width: 345px;
  }
  .content table {
    width: 600px;
  }
}
@media (max-width: 413px) {
  .content #tablewrap {
    width: 335px;
  }
  .content table {
    width: 600px;
  }
}
@media xxisscr {
  .content #tablewrap {
    width: 325px;
  }
  .content table {
    width: 600px;
  }
}
@media (max-width: 340px) {
  .content #tablewrap {
    width: 280px;
  }
  .content table {
    width: 600px;
  }
}
.prodList__row {
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 27px;
}
.prodList__item {
  width: 430px;
  height: 470px;
  box-shadow: 4px 6px 7px rgba(0,0,0,0.18);
  border-radius: 10px;
  background-color: #fff;
  padding: 0 30px;
  margin: 10px 0;
  overflow: hidden;
  position: relative;
}
.prodList__item:hover .prodList__itemHeading {
  color: #ffa900;
}
.prodList__imgWrp {
  width: 100%;
  height: 300px;
  display: -ms-flex;
  display: flex;
  justify-content: center;
  align-items: center;
}
.prodList__img {
  max-height: 260px;
}
.prodList__itemHeading {
  display: inline-block;
  font-size: 24px;
  font-weight: 500;
  line-height: 1em;
  margin: 5px 0 10px 0 !important;
  color: #003b62;
  position: relative;
}
.prodList__itemHeading::after {
  content: '';
  display: block;
  position: absolute;
  width: 430px;
  height: 1px;
  background-color: #e8edf3;
  right: -466px;
  top: 12px;
}
.prodList__itemDesc {
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
  margin-top: 0 !important;
}
.prodList__itemLink {
  display: block;
  position: absolute;
  left: 30px;
  bottom: 30px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1em;
  color: #ffa900;
}
.prodList__itemLink:hover {
  text-decoration: underline;
}
.prodList h2.bottomTiles__heading {
  display: none;
}
@media (max-width: 1200px) {
  .prodList__row {
    justify-content: flex-start;
  }
  .prodList__item {
    width: 365px;
    height: 470px;
    margin: 10px 20px 10px 0;
  }
}
@media (max-width: 830px) {
  .prodList {
    margin-top: 30px;
  }
  .prodList__item {
    margin: 0 -11px 20px -11px;
    padding: 0 20px;
    width: calc(100% + 22px);
    height: 482px;
  }
  .prodList h3.prodList__itemHeading {
    font-size: 24px;
    font-weight: 500;
    line-height: 36px;
    top: -25px;
  }
  .prodList h3.prodList__itemHeading::after {
    top: 17px;
    right: -436px;
  }
  .prodList p.prodList__itemDesc {
    margin-top: -20px;
  }
  .prodList a.prodList__itemLink {
    bottom: 31px;
    left: 20px;
    font-size: 14px;
    font-weight: 500;
    line-height: 25px;
  }
}
.content .contacts h1 {
  margin-bottom: 23px;
}
.content .contacts table {
  width: 100%;
}
.content .contacts table td {
  border-bottom: 1px solid #e0e7ed;
}
.content .contacts table tr {
  border-bottom: 1px solid #e0e7ed;
}
.content__contacts ul {
  display: -ms-flex;
  display: flex;
  margin-bottom: 50px;
}
.content__contacts ul li {
  margin-right: 50px;
  margin-left: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 1em;
}
.content__contacts ul li::before {
  display: none;
}
.content__contacts ul li a {
  text-decoration: none !important;
  cursor: default;
}
.content__contacts ul li a.content__linkDil {
  cursor: pointer;
}
.content__linkDil {
  border-bottom: 1px dashed #003b62;
}
.content__linkDil:hover {
  border-bottom: none;
}
.content__contPhones {
  display: flex;
  flex-direction: column;
}
.content__contWrp {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.content__contPhone {
  width: 46%;
  font-size: 30px;
  font-weight: 500;
  line-height: 1em;
  margin-bottom: 33px;
}
.content__contPhone_scnd {
  margin-right: auto;
}
.content__contPhone span {
  display: block;
  font-size: 14px;
  font-weight: 300;
  line-height: 1em;
  margin-top: 10px;
}
.content__contAddr {
  width: 46%;
  display: -ms-flex;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  min-height: 65px;
  margin: 0 0 44px;
  font-size: 24px;
  font-weight: 300;
  line-height: 32px;
}
.content__contAddr span {
  display: block;
  font-size: 18px;
  font-weight: 300;
}
.content__contAddr:last-child {
  margin-right: auto;
}
.content__contAddr_email {
  justify-content: flex-start;
  padding-left: 125px;
}
.content__tableRow {
  display: flex;
  justify-content: flex-start;
  border-bottom: 1px solid #e0e7ed;
}
.content__tableCell {
  padding: 11px 0;
}
.content__tableCell:first-child {
  width: 200px;
}
.content__tableCell:nth-child(2n) {
  width: 299px;
}
.content__contMap {
  width: 100%;
  height: 408px;
  margin: 63px 0 87px;
}
.content__contDil {
  margin-top: 55px;
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  font-size: 18px;
  font-weight: 300;
  line-height: 32px;
}
.content__contDil strong {
  font-size: 20px;
  font-weight: 500;
}
.content__contOneDil {
  width: 50%;
  margin-bottom: 45px;
}
.content__contOneDil:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .content__contPhone {
    font-size: 24px;
    font-weight: 500;
    line-height: 32px;
  }
}
@media (max-width: 830px) {
  .content__contacts ul {
    flex-direction: column;
    margin: 31px 0 41px;
  }
  .content__contacts ul li {
    margin-right: 0;
    font-size: 22px;
    font-weight: 500;
    line-height: 28px;
  }
  .content__contacts ul li:last-child {
    margin-top: 11px;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
  }
  .content__contWrp {
    width: 100%;
    max-width: 100%;
    flex-direction: column;
  }
  .content__contWrp:first-child {
    margin-right: 0;
  }
  .content__contPhones {
    flex-direction: column;
  }
  .content__contPhone {
    width: 100%;
    margin-bottom: 23px;
  }
  .content__contPhone span {
    margin-top: 0;
  }
  .content__contPhone:last-child {
    margin-bottom: 21px;
  }
  .content__contAddr {
    width: 100%;
    font-size: 20px;
    font-weight: 300;
    line-height: 26px;
    margin-bottom: 21px;
    min-height: auto;
  }
  .content__contAddr span {
    font-size: 15px;
    font-weight: 300;
    line-height: 26px;
  }
  .content__contAddr_email {
    padding-left: 0;
  }
  .content__contAddr_email span {
    font-size: 20px;
    font-weight: 300;
    line-height: 26px;
  }
  .content__contTable {
    margin-top: 11px;
  }
  .content__tableRow {
    flex-direction: column;
    padding-bottom: 8px;
    margin-bottom: 8px;
  }
  .content__tableCell {
    padding: 0;
    line-height: 1.75;
  }
  .content__tableCell:first-child {
    width: 100%;
  }
  .content__tableCell:nth-child(2n) {
    width: 100%;
  }
  .content__contMap {
    margin: 37px 0 35px;
    height: 338px;
  }
  .content__dilHeading {
    display: none;
  }
  .content__contDil {
    flex-direction: column;
    font-size: 15px;
    font-weight: 300;
    line-height: 24px;
    margin-top: 0;
  }
  .content__contDil strong {
    font-size: 16px;
    font-weight: 500;
    line-height: 32px;
  }
  .content__contOneDil {
    width: 100%;
    margin-bottom: 20px;
  }
}
.catItem {
  font-size: 18px;
}
.catItem h1 {
  margin-bottom: 5px;
}
.catItem h2.catItem__subheading {
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  font-size: 24px;
  font-weight: 400;
}
.catItem__mainInfo {
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}
.catItem__imgs,
.catItem__itemDesc {
  width: 50%;
}
.catItem__imgs {
  margin-right: 70px;
}
.catItem__mainImgWrp {
  width: 432px;
  height: 420px;
  box-shadow: 3px 4px 5px rgba(0,0,0,0.1);
  border-radius: 10px;
  padding: 10px;
  background-color: #fff;
}
.catItem__mainImgWrpInn {
  width: 100%;
  height: 100%;
  display: none;
}
.catItem__mainImgWrpInn.active {
  display: -ms-flex;
  display: flex;
  justify-content: center;
  align-items: center;
}
.catItem__mainImgLnk {
  display: block !important;
  max-width: 100%;
  height: 100%;
}
.catItem__mainImg {
  display: block;
  max-width: 100%;
  max-height: 100%;
  margin: 0 !important;
  object-fit: contain;
}
.catItem__imgTiles {
  display: -ms-flex;
  display: flex;
  flex-wrap: wrap;
  margin-top: 6px;
}
.catItem__thum {
  margin-right: 6px;
  margin-bottom: 6px;
  width: 67px;
  height: 67px;
  box-shadow: 3px 4px 5px rgba(0,0,0,0.1);
  border-radius: 3px;
  background-color: #fff;
  position: relative;
  cursor: pointer;
  display: -ms-flex;
  display: flex;
  justify-content: center;
  align-items: center;
}
.catItem__thum:hover {
  box-shadow: 3px 4px 5px rgba(0,0,0,0.25);
}
.catItem__thum_video::before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  background: rgba(255,255,255,0.5) url("../img/icons/thumplay.svg") center no-repeat;
}
.catItem__thum_video:hover::before {
  background-size: 39%;
}
.catItem__thum img.catItem__thumImg {
  margin: 0;
  max-width: 100%;
  max-height: 100%;
}
.catItem__itemNote {
  border: 4px double #ffac09;
  font-size: 0.8em;
  line-height: 1.5em;
  padding: 10px;
  margin-bottom: 15px;
}
.catItem__itemDesc {
  font-weight: 300;
  line-height: 28px;
}
.catItem a.catItem__btn {
  display: block;
  width: 208px;
  height: 50px;
  border: 1px solid #ffa900;
  border-radius: 50px;
  color: #ffa900;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  padding: 14px 0;
  margin-top: 5px;
  margin-bottom: 45px;
  line-height: 18px;
  cursor: pointer;
}
.catItem a.catItem__btn:hover {
  background-color: #ffa900;
  color: #fff;
}
.catItem a.spoiler_links {
  display: none;
}
@media (max-width: 992px) {
  .catItem__mainInfo {
    flex-direction: column;
  }
  .catItem__imgs,
  .catItem__itemDesc {
    width: 100%;
  }
  .catItem__itemDesc {
    font-weight: 300;
    line-height: 28px;
  }
  .catItem a.catItem__btn {
    margin-top: 40px;
  }
  .catItem ul.content__tabsCaption {
    display: none;
  }
  .catItem .content__tabContent.active {
    display: none;
  }
  .catItem .content__tabs {
    display: flex;
    flex-direction: column;
    margin-top: 55px;
  }
  .catItem a.spoiler_links {
    display: inline-block;
    margin: 0 auto 8px 0;
    width: auto;
    font-size: 18px;
    font-weight: 500;
    line-height: 32px;
    padding-right: 17px;
    background: url("../img/icons/spoilerib.png") right 17px no-repeat;
  }
  .catItem a.spoiler_links.spActive {
    font-size: 24px;
    background: url("../img/icons/spoilerit.png") right 15px no-repeat;
  }
}
@media (max-width: 830px) {
  .catItem__imgs {
    width: calc(100% + 22px);
    margin-left: -11px;
  }
  .catItem__mainImgWrp {
    width: 100%;
    height: 300px;
  }
  .catItem h2.catItem__subheading {
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
  }
  .catItem__mainInfo {
    margin-top: 35px;
  }
  .catItem a.catItem__btn {
    margin: 51px 0 30px;
  }
  .catItem__itemDesc {
    font-size: 15px;
    font-weight: 300;
    line-height: 24px;
  }
  .catItem .content__tabContent.spoiler_body {
    padding-top: 9px;
    margin-bottom: 26px;
  }
  .catItem .content__tabContent.spoiler_body h4 {
    margin: 50px 0 10px;
    font-size: 20px;
    font-weight: 500;
    line-height: 32px;
  }
}
.bottomTiles,
.ctgrs ~ .prodList {
  margin-top: 108px;
}
.bottomTiles__container,
.ctgrs ~ .prodList__container {
  margin: inherit;
}
.bottomTiles__heading,
.ctgrs ~ .prodList__heading {
  font-size: 40px;
  font-weight: 500;
  line-height: 40px;
  margin: 0 0 40px;
}
.bottomTiles__row,
.ctgrs ~ .prodList__row {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.bottomTiles .prodList__item,
.ctgrs ~ .prodList .prodList__item {
  width: 376px;
  height: 424px;
  margin-right: 20px;
}
.bottomTiles .prodList__item:nth-child(3n+3),
.ctgrs ~ .prodList .prodList__item:nth-child(3n+3) {
  margin-right: 0;
}
.bottomTiles .prodList__imgWrp,
.ctgrs ~ .prodList .prodList__imgWrp {
  width: 100%;
  height: 256px;
}
.bottomTiles .prodList__imgWrp img,
.ctgrs ~ .prodList .prodList__imgWrp img {
  max-height: 220px;
}
.bottomTiles .prodList__itemHeading,
.ctgrs ~ .prodList .prodList__itemHeading {
  display: inline-block;
  font-size: 24px;
  font-weight: 500;
  line-height: 1em;
  margin-bottom: 28px;
  color: #003b62;
  position: relative;
  z-index: 10000;
}
.bottomTiles .prodList__itemHeading::after,
.ctgrs ~ .prodList .prodList__itemHeading::after {
  content: '';
  display: block;
  position: absolute;
  width: 456px;
  height: 1px;
  background-color: #e8edf3;
  right: -466px;
  top: 12px;
}
.bottomTiles .prodList__itemDesc,
.ctgrs ~ .prodList .prodList__itemDesc {
  font-size: 18px;
}
.bottomTiles img.prodList__img,
.ctgrs ~ .prodList img.prodList__img {
  max-width: 300px;
  max-height: 250px;
}
.ctgrs ~ .prodList img.prodList__img {
  max-height: 220px;
}
.ctgrs ~ .prodList h2.bottomTiles__heading {
  display: block;
}
@media (max-width: 1200px) {
  .bottomTiles .prodList__item,
  .ctgrs ~ .prodList .prodList__item {
    width: 365px;
  }
}
@media (max-width: 992px) {
  .bottomTiles__row,
  .ctgrs ~ .prodList__row {
    flex-direction: column;
    align-items: center;
  }
}
@media (max-width: 830px) {
  .bottomTiles,
  .ctgrs ~ .prodList {
    margin-top: -30px;
  }
  .bottomTiles__heading,
  .ctgrs ~ .prodList__heading {
    font-size: 28px;
    font-weight: 500;
    line-height: 35px;
  }
  .bottomTiles__row,
  .ctgrs ~ .prodList__row {
    flex-direction: column;
    align-items: center;
  }
  .bottomTiles .prodList__item,
  .ctgrs ~ .prodList .prodList__item {
    width: 300px;
    height: 469px;
    box-shadow: 2px 3px 4px rgba(0,0,0,0.08);
    margin: 0 0 27px -11px;
    padding: 0 20px;
  }
  .bottomTiles .prodList__item:last-child,
  .ctgrs ~ .prodList .prodList__item:last-child {
    margin-bottom: 10px;
  }
  .bottomTiles h3.prodList__itemHeading,
  .ctgrs ~ .prodList h3.prodList__itemHeading {
    top: 14px;
  }
  .bottomTiles p.prodList__itemDesc,
  .ctgrs ~ .prodList p.prodList__itemDesc {
    margin-top: 23px !important;
    font-size: 16px;
    font-weight: 300;
    line-height: 22px;
  }
  .bottomTiles a.prodList__itemLink,
  .ctgrs ~ .prodList a.prodList__itemLink {
    bottom: 42px;
    left: 20px;
    font-size: 14px;
    font-weight: 500;
    line-height: 25px;
  }
}
.spoiler_body {
  display: none;
  width: 100%;
  margin-bottom: 45px;
  font-size: 18px;
}
.spoiler_body ol li {
  margin-top: 10px;
}
.spoiler_body a {
  text-decoration: underline;
}
.spoiler_body a:hover {
  text-decoration: none;
}
.spoiler_links {
  display: block;
  width: 100%;
  margin: 27px 0;
  background: url("../img/icons/spoilerb.png") right center no-repeat;
  cursor: pointer;
  font-size: 20px;
  font-weight: 300;
  line-height: 32px;
  letter-spacing: 0.2px;
}
.spoiler_links span {
  display: inline-block;
  border-bottom: 1px dashed #003b62;
  font-weight: 500;
}
.spoiler_links.spActive {
  background: url("../img/icons/spoilert.png") right center no-repeat;
}
.spoiler_links.spActive + .spoiler_body {
  display: block;
}
.spoiler_links:hover {
  color: #ffa900;
}
.spoiler_links:hover span {
  border-color: #ffa900;
}
.qa .content__tabs {
  margin-top: 45px;
}
.qa ul.content__tabsCaption {
  margin-bottom: 44px;
}
.qa__formWrp h2 {
  margin-top: 0;
  margin-bottom: 33px;
  color: #fff;
}
.qa__formWrp {
  width: 100%;
  height: 455px;
  margin-top: 75px;
  padding: 55px 50px;
  box-shadow: 4px 6px 9px rgba(9,48,90,0.55), 2px 2px 0 #163e68;
  border-radius: 10px;
  background-color: #1b5089;
}
.qa__formWrp textarea,
.qa__formWrp input {
  background: none;
  color: #d0e7ff;
  font-size: 18px;
  font-weight: 400;
}
.qa__formWrp textarea::-webkit-input-placeholder,
.qa__formWrp input::-webkit-input-placeholder {
  color: #d0e7ff;
  font-size: 18px;
  font-weight: 400;
}
.qa__formWrp textarea:-moz-placeholder,
.qa__formWrp input:-moz-placeholder {
  color: #d0e7ff;
  font-size: 18px;
  font-weight: 400;
}
.qa__formWrp textarea:-ms-input-placeholder,
.qa__formWrp input:-ms-input-placeholder {
  color: #d0e7ff;
  font-size: 18px;
  font-weight: 400;
}
.qa__formWrp textarea {
  width: 363px;
  height: 179px;
  border-radius: 10px;
  border: 1px solid #3b79bd;
  padding: 15px 20px;
  resize: none;
}
.qa__inpTxt {
  width: 365px;
  margin: 3px 0 13px 10px;
  padding: 13px 0;
  border-bottom: 1px solid #3b79bd;
}
.qa__formToppart,
.qa__formBottompart {
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
}
.qa__formToppart {
  margin-bottom: 28px;
}
.qa__formLeft,
.qa__formRight {
  width: 50%;
}
.qa__formRight {
  display: -ms-flex;
  display: flex;
  flex-direction: column;
}
.qa__formBottompart {
  align-items: center;
  justify-content: flex-start;
}
.qa__btn {
  width: 158px;
  height: 50px;
  border-radius: 50px;
  box-shadow: inset 0 -2px 2px rgba(0,0,0,0.2), inset 0 2px 2px rgba(255,255,255,0.36), 0 10px 8px 5px rgba(0,0,0,0.2);
  background: #ffc000;
  background: linear-gradient(to bottom, #ffc000 1%, #ff9a00 100%);
  text-shadow: -1px -1px 1px #ff8a00;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  line-height: 25px;
  letter-spacing: 1px;
  cursor: pointer;
  margin-right: 30px;
}
.qa__btn:hover {
  box-shadow: inset 0 -2px 2px rgba(0,0,0,0.2), inset 0 2px 2px rgba(255,255,255,0.36), 0 5px 3px -3px rgba(0,0,0,0.2);
  background: #ffc000;
  background: linear-gradient(to bottom, #ffc000 23%, #ffc000 79%, #ff9a00 100%);
}
.qa__btn:active {
  box-shadow: inset 0 -2px 2px rgba(0,0,0,0.2), inset 0 2px 2px rgba(255,255,255,0.36), 0 0 0 -3px rgba(0,0,0,0.2);
  background: #ff9a00;
  background: linear-gradient(to bottom, #ff9a00 6%, #ffc000 99%);
}
.qa__chb {
  position: absolute;
  z-index: -1;
  opacity: 0;
  border: 1px solid #3b79bd;
}
.qa__chb+label {
  display: inline-flex;
  align-items: center;
  -webkit-user-select: none;
          user-select: none;
  cursor: pointer;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.2em;
  color: #5f84ac;
}
.qa__chb+label a {
  color: #5f84ac;
  border-bottom: 1px dashed #5f84ac;
}
.qa__chb+label a:hover {
  border-bottom: 0;
}
.qa__chb+label::before {
  content: '';
  display: inline-block;
  width: 16px;
  height: 16px;
  border-radius: 1px;
  border: 1px solid #5f84ac;
  flex-shrink: 0;
  flex-grow: 0;
  margin-right: 11px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}
.qa__chb:checked+label::before {
  background: url("../img/icons/chb.png") center no-repeat;
}
.qa h2.qa__heading {
  margin-top: 80px;
}
.qa__service {
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
  font-size: 18px;
  margin-bottom: 5px;
}
.qa__service ul li {
  margin-bottom: 10px;
}
.qa__service ul li:last-child {
  margin-bottom: 0;
}
.qa h3.qa__serviceHeading {
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
  margin-top: 9px;
  margin-bottom: 24px;
}
.qa__serviceLeft {
  width: 393px;
}
.qa__serviceRight {
  width: 369px;
}
.qa__person {
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
  margin-bottom: 35px;
}
.qa__personPhotoWrp {
  width: 94px;
  height: 94px;
  border-radius: 50%;
  overflow: hidden;
}
.qa img.qa__personPhoto {
  margin: 0;
}
.qa__phone {
  display: inline-block;
  font-size: 24px;
  font-weight: 300;
  line-height: 28px;
  margin-bottom: 10px;
}
@media (max-width: 1200px) {
  .spoiler_links {
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0;
  }
  .spoiler_links span {
    display: inline;
  }
  .qa__formWrp {
    padding: 25px;
  }
  .qa__formWrp textarea {
    width: 300px;
  }
  .qa__inpTxt {
    width: 300px;
    margin: 3px 0 13px 10px;
    padding: 13px 0;
    border-bottom: 1px solid #3b79bd;
  }
  .qa__serviceLeft {
    width: 50%;
  }
  .qa__serviceRight {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .spoiler_links {
    padding-right: 20px;
  }
  .qa__formWrp {
    min-height: 620px;
  }
  .qa__formWrp textarea {
    width: 100%;
  }
  .qa__formToppart,
  .qa__formBottompart {
    flex-wrap: wrap;
  }
  .qa__formLeft,
  .qa__formRight {
    width: 100%;
  }
  .qa__inpTxt {
    width: 100%;
    margin-left: 0;
  }
  .qa__btn {
    margin-bottom: 20px;
  }
  .qa__service {
    flex-direction: column;
  }
  .qa__serviceLeft,
  .qa__serviceRight {
    width: 100%;
  }
  .qa__personDesc {
    margin-right: auto;
  }
  .qa__serviceRight {
    margin-top: 40px;
  }
}
@media (max-width: 830px) {
  .spoiler_links {
    padding-right: 0;
    margin: 35px 0 0 0;
    background: none;
  }
  .spoiler_links:first-child {
    margin-top: 0;
  }
  .spoiler_links.spActive {
    background: none;
  }
  .spoiler_body {
    padding-top: 15px;
    font-size: 15px;
    font-weight: 300;
    line-height: 24px;
  }
  .spoiler_body ol li {
    margin-left: 23px;
  }
  .qa .content__tabs {
    margin-top: 30px;
  }
  .qa ul.content__tabsCaption {
    margin-bottom: 28px;
  }
  .qa__formWrp {
    width: calc(100% + 44px);
    margin: 66px 0 0 -22px;
    border-radius: 0;
    padding: 42px 20px;
    min-height: 465px;
    box-shadow: 2px 3px 4px rgba(0,0,0,0.08);
  }
  .qa__formWrp h2 {
    font-size: 28px;
    font-weight: 500;
    line-height: 35px;
    margin-bottom: 14px;
  }
  .qa__formWrp textarea {
    width: 100%;
    height: 46px;
    border-radius: 0;
    border: none;
    border-bottom: 1px solid #3b79bd;
    padding: 13px 0 0;
    resize: none;
  }
  .qa__formWrp textarea,
  .qa__formWrp input {
    font-size: 16px;
    font-weight: 400;
    line-height: 32px;
  }
  .qa__formWrp textarea::-webkit-input-placeholder,
  .qa__formWrp input::-webkit-input-placeholder {
    font-size: 16px;
    font-weight: 400;
    line-height: 32px;
  }
  .qa__formWrp textarea:-moz-placeholder,
  .qa__formWrp input:-moz-placeholder {
    font-size: 16px;
    font-weight: 400;
    line-height: 32px;
  }
  .qa__formWrp textarea:-ms-input-placeholder,
  .qa__formWrp input:-ms-input-placeholder {
    font-size: 16px;
    font-weight: 400;
    line-height: 32px;
  }
  .qa__inpTxt {
    width: 100%;
    margin: 20px 0 7px 0;
    padding: 0;
    border-bottom: 1px solid #3b79bd;
  }
  .qa__inpTxt:last-child {
    margin-bottom: 0;
  }
  .qa__btn {
    width: 122px;
    height: 40px;
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 500;
    line-height: 25px;
  }
  .qa__chb+label {
    font-size: 11px;
    font-weight: 300;
    line-height: 18px;
  }
  .qa__service {
    flex-direction: column;
  }
  .qa h2.qa__heading {
    margin: 65px 0 27px;
  }
  .qa__person {
    flex-direction: column;
    margin-bottom: 24px;
  }
  .qa ul li {
    font-size: 15px;
    font-weight: 300;
    line-height: 24px;
    margin-left: 23px;
  }
  .qa__personPhoto {
    width: 96px;
    height: 96px;
  }
  .qa__personDesc {
    width: 100%;
    font-size: 15px;
    font-weight: 300;
    line-height: 24px;
  }
  .qa__phone {
    font-size: 20px;
    font-weight: 300;
    line-height: 28px;
    margin: 24px 0 6px 0;
  }
  .qa__serviceRight {
    margin-top: 24px;
  }
  .qa__serviceRight h3.qa__serviceHeading {
    padding-left: 10px;
    margin-bottom: 18px;
  }
}
.ctgrs__wrp {
  margin-top: 73px;
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.ctgrs__item {
  width: 575px;
  height: 220px;
  box-shadow: 2px 3px 4px rgba(0,0,0,0.08);
  border-radius: 10px;
  background-color: #fff;
  margin-bottom: 20px;
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px;
}
.ctgrs__imgWrp {
  width: 177px;
  height: 140px;
  display: -ms-flex;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ctgrs__img {
  display: block;
  width: auto;
  height: auto;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.ctgrs__itemTxt {
  width: 310px;
  height: 100%;
  padding-top: 6px;
  line-height: 1.2;
}
.ctgrs__itemMainCtgr {
  font-size: 20px;
  font-weight: 500;
  text-decoration: none;
  box-shadow: inset 0 -0.075em #fff, inset 0 -0.1em #003b62;
  display: inline;
}
.ctgrs__itemSubCtgrs {
  display: -ms-flex;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  font-size: 14px;
  font-weight: 400;
  line-height: 27px;
  margin-top: 20px;
}
.ctgrs__itemSubCtgr {
  margin-right: 10px;
}
.ctgrs a:hover {
  color: #ffa900;
  box-shadow: none;
}
.ctgrs_in .ctgrs__item {
  width: 48%;
  height: auto;
  min-height: 280px;
  padding: 30px 5px 30px 5px;
}
.ctgrs_in ~ .prodList {
  display: none;
}
.ctgrs_in .ctgrs__itemSubCtgr {
  display: none;
}
.bottomTiles.ctgrs {
  margin-top: 63px;
}
.bottomTiles.ctgrs .prodList__item:hover {
  box-shadow: 4px 6px 7px rgba(0,0,0,0.18);
}
.bottomTiles.ctgrs .prodList__item:hover .prodList__itemDesc {
  color: #003b62;
}
@media (max-width: 1200px) {
  .ctgrs__wrp {
    justify-content: center;
  }
  .ctgrs__item {
    width: 465px;
    height: auto;
  }
  .ctgrs__item:nth-child(2n+1) {
    margin-right: 20px;
  }
  .ctgrs_in .ctgrs__item {
    width: 100%;
    max-width: 500px;
  }
}
@media (max-width: 830px) {
  .ctgrs__wrp {
    width: calc(100% + 11px);
    margin-top: 30px;
    margin-left: -11px;
    justify-content: center;
  }
  .ctgrs__item {
    width: 100%;
    height: auto;
    flex-direction: column;
    min-height: 307px;
    padding-bottom: 20px;
  }
  .ctgrs__item:nth-child(2n+1) {
    margin-right: 0;
  }
  .ctgrs__itemTxt {
    width: 100%;
    text-align: center;
    margin-top: 30px;
  }
  .ctgrs__itemSubCtgrs {
    justify-content: center;
    margin-top: 6px;
  }
  .ctgrs__itemSubCtgr {
    margin-right: 0;
    padding: 0 6px;
    font-size: 13px;
    font-weight: 400;
    line-height: 25px;
  }
  .ctgrs .bottomTiles__container {
    margin-top: 0;
  }
  .ctgrs.bottomTiles {
    margin-top: -35px;
  }
}
.newsCalendar .content__tabs {
  width: 875px;
  margin-top: 44px;
  margin-bottom: -10px;
  line-height: 1;
}
.newsCalendar .calendar__right {
  width: 405px;
}
.newsCalendar .calendar__event {
  width: 405px;
  padding: 16px 0;
}
.newsCalendar .calendar__event:first-child {
  padding-top: 0;
}
.newsCalendar .calendar__event:hover {
  cursor: pointer;
}
.newsCalendar .calendar__event:hover .calendar__txt,
.newsCalendar .calendar__event:hover h3.calendar__eventHeading {
  text-decoration: underline;
}
.newsCalendar .calendar__event:hover h3.calendar__eventHeading {
  color: #ffa900;
}
.newsCalendar .calendar__event:hover .calendar__date {
  background-color: #30609c;
}
.newsCalendar .calendar__txt {
  width: 345px;
}
.newsCalendar h3.calendar__eventHeading {
  font-size: 15px;
  font-weight: 500;
  margin: -4px 0 7px;
  line-height: 1.3;
}
.newsCalendar p {
  margin: 0;
  color: #557189;
}
.newsCalendar .calendar__left {
  width: 400px;
  margin-right: 25px;
}
.newsCalendar img.calendar__calScr {
  margin: -5px 0 15px;
}
.newsCalendar .calendar__leftLink {
  font-size: 15px;
  margin-left: 5px;
}
@media (max-width: 1200px) {
  .newsCalendar .content__tabs {
    width: auto;
  }
  .newsCalendar .calendar__right {
    width: 350px;
  }
  .newsCalendar .calendar__event {
    width: 100%;
  }
  .newsCalendar .calendar__txt {
    width: 345px;
    margin-left: 5px;
  }
  .newsCalendar .calendar__left {
    width: 340px;
    margin-right: 0;
    margin-left: 30px;
  }
  .newsCalendar img.calendar__calScr {
    width: 100%;
  }
  .newsCalendar .calendar__leftLink {
    font-size: 15px;
    margin-left: 5px;
  }
}
@media (max-width: 992px) {
  .newsCalendar .calendar__left {
    margin-right: 0;
    margin-left: 0;
    order: -1;
  }
}
@media (max-width: 830px) {
  .newsCalendar .calendar__event {
    display: flex;
  }
  .newsCalendar .calendar__left {
    width: 276px;
  }
  .newsCalendar .calendar__right {
    width: 100%;
    padding: 0;
    margin-top: -23px;
  }
  .newsCalendar .calendar__txt {
    margin-left: 0;
    width: calc(100% - 55px);
  }
  .newsCalendar .content__tabs {
    margin-top: 0;
  }
  .newsCalendar h1 {
    margin-bottom: 30px;
  }
  .newsCalendar ul.content__tabsCaption li {
    padding-left: 5px;
    margin-right: 0;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
  }
  .newsCalendar ul.content__tabsCaption li:last-child {
    margin-top: 12px;
  }
  .newsCalendar ul.content__tabsCaption li.active {
    font-size: 22px;
    font-weight: 500;
    line-height: 28px;
  }
  .newsCalendar .calendar__leftLink {
    margin-left: 0;
    font-size: 13px;
    font-weight: 300;
    line-height: 32px;
  }
  .newsCalendar h3.calendar__eventHeading {
    margin-bottom: 11px;
  }
  .newsCalendar .calendar__event:last-child {
    border-bottom: solid 1px #c9d5e3;
  }
}
.onlyNews {
  line-height: 1;
}
.onlyNews .content__tabs {
  margin-top: 44px;
  margin-bottom: 5px;
  line-height: 1;
}
.onlyNews .content__tabContent {
  margin-top: 55px;
}
.onlyNews .calendar__event {
  width: 100%;
  padding: 32px 0 35.5px 0;
  border-bottom: 1px solid #c9d5e3;
  justify-content: flex-start;
}
.onlyNews .calendar__event:first-child {
  padding-top: 0;
}
.onlyNews .calendar__event:hover .calendar__date {
  background: #003b62;
}
.onlyNews .calendar__date {
  margin-right: 22px;
  flex-shrink: 0;
}
.onlyNews .calendar__txt {
  width: auto;
}
.onlyNews h3.calendar__eventHeading {
  font-size: 18px;
  font-weight: 500;
  margin: -4px 0 0;
  line-height: 1.35;
}
.onlyNews h3.calendar__eventHeading:hover {
  color: #0d69a6;
  text-decoration: underline;
  cursor: pointer;
}
.onlyNews p {
  margin: 15px 0 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}
.onlyNews p:hover {
  color: #0d69a6;
  text-decoration: underline;
  cursor: pointer;
}
.onlyNews .content__tabsCaption_news ~ p:hover {
  cursor: default;
  color: #003b62;
  text-decoration: none;
}
.onlyNews .calendar__newsImgWrp {
  width: 305px;
  height: 170px;
  padding-left: 35px;
  flex-shrink: 0;
  margin-left: auto;
}
.onlyNews .calendar__newsImg {
  margin: 0;
  max-width: none;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.onlyNews ul.onlyNews__pagination,
.onlyNews .pagination ul {
  display: -ms-flex;
  display: flex;
  list-style-type: none;
  margin-top: 17px;
}
.onlyNews ul.onlyNews__pagination li,
.onlyNews .pagination ul li {
  margin-right: 33px;
  margin-left: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  color: #ffa900;
}
.onlyNews ul.onlyNews__pagination li::before,
.onlyNews .pagination ul li::before {
  display: none;
}
.onlyNews ul.onlyNews__pagination li a:hover,
.onlyNews .pagination ul li a:hover {
  color: #ffa900;
}
.onlyNews ul.onlyNews__pagination .pagination-start,
.onlyNews .pagination ul .pagination-start,
.onlyNews ul.onlyNews__pagination .pagination-prev,
.onlyNews .pagination ul .pagination-prev,
.onlyNews ul.onlyNews__pagination .pagination-next,
.onlyNews .pagination ul .pagination-next,
.onlyNews ul.onlyNews__pagination .pagination-end,
.onlyNews .pagination ul .pagination-end {
  display: none;
}
@media (max-width: 992px) {
  .onlyNews {
    line-height: 1;
  }
  .onlyNews .content__tabs {
    margin-top: 44px;
    margin-bottom: 5px;
    line-height: 1;
  }
  .onlyNews .content__tabContent {
    margin-top: 55px;
  }
  .onlyNews .calendar__event {
    flex-wrap: wrap;
    width: 100%;
    padding: 32px 0 35.5px 0;
    border-bottom: 1px solid #c9d5e3;
  }
  .onlyNews .calendar__event:first-child {
    padding-top: 0;
  }
  .onlyNews .calendar__txt {
    width: calc(100% - 60px);
  }
  .onlyNews .calendar__newsImgWrp {
    margin: 20px 0 0 60px;
    padding: 0;
    width: 270px;
  }
}
@media (max-width: 830px) {
  .onlyNews .content__tabs {
    margin-top: 0;
  }
  .onlyNews .content__tabContent {
    margin-top: 39px;
  }
  .onlyNews ul.content__tabsCaption li span {
    border-bottom: 1px dashed #003b62;
  }
  .onlyNews ul.content__tabsCaption li.active span {
    border-bottom: none;
  }
  .onlyNews .calendar__event {
    display: flex;
    padding: 19px 0 17px 0;
    border-bottom: 1px solid #c9d5e3;
  }
  .onlyNews .calendar__event:first-child {
    padding-top: 0;
  }
  .onlyNews .calendar__date {
    margin-right: 17px;
  }
  .onlyNews .calendar__txt {
    width: calc(100% - 55px);
  }
  .onlyNews h3.calendar__eventHeading {
    font-size: 15px;
    font-weight: 500;
    line-height: 20px;
  }
  .onlyNews .calendar__eventDesc {
    margin-top: 7px;
    font-size: 13px;
    font-weight: 300;
    line-height: 20px;
  }
  .onlyNews .calendar__newsImgWrp {
    max-width: 216px;
    max-height: 136px;
    margin-left: 55px;
  }
}
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0,0,0,0.55);
  opacity: 0;
  z-index: -1000;
}
.overlay.active {
  opacity: 1;
  z-index: 10000;
  cursor: pointer;
}
.itsModalWrp,
.itsModal_thanksWrp {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  justify-content: center;
  align-items: center;
  display: none;
  z-index: 60001;
}
.itsModalWrp.active,
.itsModal_thanksWrp.active {
  display: flex;
}
.itsModal,
.itsModal_thanks {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -300px;
  width: 600px;
  margin-top: -360px;
  height: 720px;
  box-shadow: 3px 4px 5px rgba(0,0,0,0.1);
  border-radius: 10px;
  background-color: #fff;
  z-index: 10001;
}
.itsModal__heading,
.itsModal_thanks__heading {
  width: 100%;
  text-align: center;
  font-size: 40px;
  font-weight: 500;
  margin-top: 73px;
}
.itsModal__subHeading,
.itsModal_thanks__subHeading {
  font-size: 20px;
  font-weight: 300;
  line-height: 32px;
  text-align: center;
  margin-top: 20px;
  letter-spacing: 0.3px;
}
.itsModal__formInputs,
.itsModal_thanks__formInputs {
  width: 365px;
  margin: 39px auto 0;
}
.itsModal__inpTxt,
.itsModal_thanks__inpTxt,
.itsModal__inpTxtarea,
.itsModal_thanks__inpTxtarea {
  width: 365px;
  margin: 3px 0 16px 0;
  padding: 9px 0 10px;
  border-bottom: 1px solid #3b79bd;
  background: none;
  color: #003b62;
  font-size: 18px;
  font-weight: 400;
  resize: none;
}
.itsModal__inpTxt::-webkit-input-placeholder,
.itsModal_thanks__inpTxt::-webkit-input-placeholder,
.itsModal__inpTxtarea::-webkit-input-placeholder,
.itsModal_thanks__inpTxtarea::-webkit-input-placeholder {
  color: #003b62;
  font-size: 18px;
  font-weight: 400;
}
.itsModal__inpTxt:-moz-placeholder,
.itsModal_thanks__inpTxt:-moz-placeholder,
.itsModal__inpTxtarea:-moz-placeholder,
.itsModal_thanks__inpTxtarea:-moz-placeholder {
  color: #003b62;
  font-size: 18px;
  font-weight: 400;
}
.itsModal__inpTxt:-ms-input-placeholder,
.itsModal_thanks__inpTxt:-ms-input-placeholder,
.itsModal__inpTxtarea:-ms-input-placeholder,
.itsModal_thanks__inpTxtarea:-ms-input-placeholder {
  color: #003b62;
  font-size: 18px;
  font-weight: 400;
}
.itsModal__formBottompart,
.itsModal_thanks__formBottompart {
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
  justify-content: flex-start;
  width: 365px;
  margin: 23px auto 0;
}
.itsModal__btn,
.itsModal_thanks__btn {
  width: 158px;
  height: 50px;
  border-radius: 50px;
  box-shadow: inset 0 -2px 2px rgba(0,0,0,0.2), inset 0 2px 2px rgba(255,255,255,0.36), 0 10px 8px 5px rgba(0,0,0,0.2);
  background: #ffc000;
  background: linear-gradient(to bottom, #ffc000 1%, #ff9a00 100%);
  text-shadow: -1px -1px 1px #ff8a00;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  line-height: 25px;
  letter-spacing: 1px;
  cursor: pointer;
  margin-right: 20px;
  flex-shrink: 0;
}
.itsModal__btn:hover,
.itsModal_thanks__btn:hover {
  box-shadow: inset 0 -2px 2px rgba(0,0,0,0.2), inset 0 2px 2px rgba(255,255,255,0.36), 0 5px 3px -3px rgba(0,0,0,0.2);
  background: #ffc000;
  background: linear-gradient(to bottom, #ffc000 23%, #ffc000 79%, #ff9a00 100%);
}
.itsModal__btn:active,
.itsModal_thanks__btn:active {
  box-shadow: inset 0 -2px 2px rgba(0,0,0,0.2), inset 0 2px 2px rgba(255,255,255,0.36), 0 0 0 -3px rgba(0,0,0,0.2);
  background: #ff9a00;
  background: linear-gradient(to bottom, #ff9a00 6%, #ffc000 99%);
}
.itsModal__chb,
.itsModal_thanks__chb {
  position: absolute;
  z-index: -1;
  opacity: 0;
  border: 1px solid #3b79bd;
  right: 50%;
}
.itsModal__chb+label,
.itsModal_thanks__chb+label {
  display: block;
  position: relative;
  padding-left: 27px;
  -webkit-user-select: none;
          user-select: none;
  cursor: pointer;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.2em;
  color: #5f84ac;
}
.itsModal__chb+label a,
.itsModal_thanks__chb+label a {
  color: #5f84ac;
  border-bottom: 1px dashed #5f84ac;
}
.itsModal__chb+label a:hover,
.itsModal_thanks__chb+label a:hover {
  border-bottom: 0;
}
.itsModal__chb+label::before,
.itsModal_thanks__chb+label::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  width: 16px;
  height: 16px;
  border-radius: 1px;
  border: 1px solid #5f84ac;
  margin-right: 11px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}
.itsModal__chb:checked+label::before,
.itsModal_thanks__chb:checked+label::before {
  background: url("../img/icons/chbf.png") center no-repeat;
}
.itsModalWrp.callBack .itsModal,
.itsModalWrp.contentForm .itsModal {
  margin-top: -360px;
  height: 720px;
}
.itsModal_thanks {
  margin-left: -200px;
  margin-top: -150px;
  width: 400px;
  height: 300px;
  text-align: center;
  font-size: 25px;
  line-height: 1.2;
  display: flex;
  justify-content: center;
  align-items: center;
}
.closeModal {
  position: absolute;
  top: 22px;
  right: 20px;
  width: 26px;
  height: 16px;
  cursor: pointer;
}
.closeModal span {
  top: 6px;
  left: 0;
  position: absolute;
  width: 100%;
  height: 3px;
  background-color: #185891;
  transform: rotate(45deg);
}
.closeModal span:last-child {
  top: auto;
  bottom: 3px;
  transform: rotate(-45deg);
}
.closeModal:hover span {
  transform: rotate(-45deg);
}
.closeModal:hover span:last-child {
  transform: rotate(45deg);
}
@media (max-width: 830px) {
  .itsModalWrp,
  .itsModal_thanksWrp {
    height: 100%;
  }
  .itsModalWrp.callBack .itsModal,
  .itsModalWrp.contentForm .itsModal {
    margin-top: 0;
    height: 100%;
    max-height: 720px;
    overflow: auto;
    padding-bottom: 10px;
  }
  .itsModalWrp.callBack .itsModal .closeModal,
  .itsModalWrp.contentForm .itsModal .closeModal {
    position: relative;
    bottom: 0;
    margin-bottom: 30px;
    margin-top: 50px;
    left: 0;
  }
  .itsModal,
  .itsModal_thanks {
    left: 0;
    top: 0;
    margin-left: 0;
    margin-top: 0;
    width: 100%;
    height: 100%;
    max-height: 560px;
    padding: 0 20px;
    overflow: auto;
    box-shadow: 3px 4px 5px rgba(0,0,0,0.1);
    border-radius: 0;
  }
  .itsModal__heading,
  .itsModal_thanks__heading {
    width: 100%;
    text-align: left;
    font-size: 28px;
    font-weight: 500;
    line-height: 35px;
    margin-top: 28px;
  }
  .itsModal__subHeading,
  .itsModal_thanks__subHeading {
    font-size: 17px;
    font-weight: 300;
    line-height: 28px;
    text-align: left;
    margin-top: 17px;
  }
  .itsModal__subHeading br,
  .itsModal_thanks__subHeading br {
    display: none;
  }
  .itsModal__formInputs,
  .itsModal_thanks__formInputs {
    width: 100%;
    margin: 20px auto 0;
  }
  .itsModal__inpTxt,
  .itsModal_thanks__inpTxt,
  .itsModal__inpTxtarea,
  .itsModal_thanks__inpTxtarea {
    width: 100%;
    margin: 3px 0 20px 0;
    padding: 2px 0 2px;
    font-size: 16px;
    line-height: 32px;
  }
  .itsModal__inpTxt::-webkit-input-placeholder,
  .itsModal_thanks__inpTxt::-webkit-input-placeholder,
  .itsModal__inpTxtarea::-webkit-input-placeholder,
  .itsModal_thanks__inpTxtarea::-webkit-input-placeholder {
    font-size: 16px;
    line-height: 32px;
  }
  .itsModal__inpTxt:-moz-placeholder,
  .itsModal_thanks__inpTxt:-moz-placeholder,
  .itsModal__inpTxtarea:-moz-placeholder,
  .itsModal_thanks__inpTxtarea:-moz-placeholder {
    font-size: 16px;
    line-height: 32px;
  }
  .itsModal__inpTxt:-ms-input-placeholder,
  .itsModal_thanks__inpTxt:-ms-input-placeholder,
  .itsModal__inpTxtarea:-ms-input-placeholder,
  .itsModal_thanks__inpTxtarea:-ms-input-placeholder {
    font-size: 16px;
    line-height: 32px;
  }
  .itsModal__formBottompart,
  .itsModal_thanks__formBottompart {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    margin: 10px auto 0;
  }
  .itsModal__btn,
  .itsModal_thanks__btn {
    width: 122px;
    height: 40px;
    font-size: 16px;
    font-weight: 500;
    line-height: 25px;
    margin-bottom: 24px;
  }
  .itsModal__chb+label,
  .itsModal_thanks__chb+label {
    font-size: 11px;
    font-weight: 300;
    line-height: 18px;
  }
  .closeModal {
    top: auto;
    right: auto;
    position: relative;
    bottom: 0;
    margin-bottom: 30px;
    margin-top: 50px;
    left: 0;
  }
  /*.closeModal::after {
    content: 'Закрыть форму';
    display: block;
    position: absolute;
    left: 34px;
    top: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    width: 110px;
  }*/
}
.page-header ~ .page-header h1 {
  font-size: 28px;
  line-height: 1.4;
}
dd time {
  color: #3d3d3d;
  font-size: 0.9em;
}
@media (max-width: 830px) {
  .page-header ~ .page-header h1 {
    font-size: 23px;
  }
}
.iccalendar {
  width: 400px;
  padding: 20px !important;
  margin-left: 0 !important;
  box-shadow: 2px 7px 10px rgba(0,0,0,0.15);
}
.ic_eventlist .default_eventlist .ic-date-div {
  text-shadow: none;
  color: #fff !important;
  padding: 3px 1px;
}
.ic_eventlist .default_eventlist.ic-col {
  margin: 5px 0;
  padding: 5px 0;
  line-height: 1.2em;
  border-bottom: solid 1px #c9d5e3;
}
.ic_eventlist .default_eventlist.ic-col .iceventlist-title {
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 6px;
}
.ic_eventlist .default_eventlist.ic-col .iceventlist-venue,
.ic_eventlist .default_eventlist.ic-col .iceventlist-desc {
  font-size: 14px;
  padding: 4px 0;
}
.ic_eventlist .default_eventlist.ic-col:last-child {
  border-bottom: none;
}
.ic_eventlist .default_eventlist .ic-date-img-box {
  margin-right: 20px;
  height: 100%;
}
.ic_eventlist .default_eventlist .ic-block {
  margin: 0;
}
.ic_eventlist .ic-block-wrp {
  padding-left: 60px;
}
@media (max-width: 413px) {
  .iccalendar {
    width: 100%;
  }
  .ic-1 {
    width: 100%;
  }
  .ic-1 table {
    display: table;
  }
}
.module__sitemap ul {
  display: block;
}
.page__button {
  display: flex;
  text-decoration: none !important;
  text-align: center;
  border-bottom: none;
  justify-content: center;
  align-items: center;
  width: 280px;
  height: 50px;
  border-radius: 50px;
  box-shadow: inset 0 -2px 2px rgba(0,0,0,0.2), inset 0 2px 2px rgba(255,255,255,0.36), 0 10px 8px 5px rgba(0,0,0,0.2);
  background: #ffc000;
  background: linear-gradient(to bottom, #ffc000 1%, #ff9a00 100%);
  text-shadow: -1px -1px 1px #ff8a00;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: 1px;
  cursor: pointer;
  padding: 0 5px;
}
.page__button:hover {
  box-shadow: inset 0 -2px 2px rgba(0,0,0,0.2), inset 0 2px 2px rgba(255,255,255,0.36), 0 5px 3px -3px rgba(0,0,0,0.2);
  background: #ffc000;
  background: linear-gradient(to bottom, #ffc000 23%, #ffc000 79%, #ff9a00 100%);
}
.page__button:active {
  box-shadow: inset 0 -2px 2px rgba(0,0,0,0.2), inset 0 2px 2px rgba(255,255,255,0.36), 0 0 0 -3px rgba(0,0,0,0.2);
  background: #ff9a00;
  background: linear-gradient(to bottom, #ff9a00 6%, #ffc000 99%);
}

/*добавления*/

.ic-details-cat {
    display: none !important;
}

.popover {
    display: none !important;
}
