@font-face {
  src: url("../fonts/RobotoFlexRegular/RobotoFlexRegular.woff2") format("woff2");
  font-family: "RobotoFlexRegular";
  font-weight: 400;
  font-style: normal;
}
@font-face {
  src: url("../fonts/RobotoRegular/RobotoRegular.woff2") format("woff2");
  font-family: "RobotoRegular";
  font-weight: 400;
  font-style: normal;
}
@font-face {
  src: url("../fonts/RobotoSemiBold/RobotoSemiBold.woff2") format("woff2");
  font-family: "RobotoSemiBold";
  font-weight: 400;
  font-style: normal;
}
h1, h2, h3, h4, h5, h6 {
  font-family: "RobotoFlexRegular", sans-serif;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.04rem;
}

.h1 {
  font-size: 32px;
}

.h2 {
  font-size: 24px;
}

.h3 {
  font-size: 20px;
}

.h4, .h5, .h6 {
  font-size: 18px;
}

.h4 {
  line-height: 1.5;
}

.underLine {
  display: inline-block;
}
.underLine::after {
  content: "";
  display: block;
  background-color: #3565B9;
  height: 3px;
  width: 60%;
}

.bttn {
  display: inline-block;
  font-family: "RobotoFlexRegular", sans-serif;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  background-color: #3565B9;
  padding: 16px 26px;
  line-height: 1;
  position: relative;
  border: none;
  cursor: pointer;
  border-radius: 10px;
  transition: all 0.3s ease;
}
.bttn i {
  margin-left: 10px;
  transition: all 0.3s ease;
}
.bttn:hover {
  background-color: #333333;
  text-decoration: none;
  color: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.25), 0 6px 14px rgba(0, 0, 0, 0.4);
}
.bttn:hover i {
  transform: translateX(6px);
}

.newsItem {
  display: block;
  width: 300px;
  height: 360px;
  background-color: #fff;
  border-radius: 20px;
  margin: 10px;
  overflow: hidden;
  text-decoration: none;
  position: relative;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.25), 0 6px 10px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease;
}
.newsItem .top {
  background-color: #333333;
  height: 180px;
  width: 100%;
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 1;
  transition: all 0.3s ease;
}
.newsItem .top::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  transition: all 0.3s ease;
}
.newsItem .bottom {
  width: 300px;
  height: 360px;
  padding: 15px;
  color: #333333;
  position: relative;
  z-index: 2;
  transition: all 0.3s ease;
}
.newsItem .bottom .h4 {
  -webkit-line-clamp: 4;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.newsItem .bottom .date {
  display: block;
  font-size: 14px;
  margin-bottom: 10px;
}
.newsItem .bottom .date i {
  padding-right: 10px;
}
.newsItem:hover {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.25), 0 6px 14px rgba(0, 0, 0, 0.4);
}
.newsItem:hover .top::after {
  background-color: rgba(0, 0, 0, 0.2);
}
.newsItem:hover .bottom {
  background-color: #f0f0f0;
}
.newsItem:nth-child(3n+1) {
  padding-top: 175px;
}
.newsItem:nth-child(3n+1) .top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.newsItem:nth-child(3n+1) .top::after {
  background-color: rgba(0, 0, 0, 0.3);
}
.newsItem:nth-child(3n+1) .bottom {
  color: #fff;
}
.newsItem:nth-child(3n+1):hover {
  padding-top: 95px;
}
.newsItem:nth-child(3n+1):hover .top::after {
  background-color: rgba(0, 0, 0, 0.7);
}
.newsItem:nth-child(3n+1):hover .bottom {
  background-color: transparent;
}

.newsItemBottom {
  display: block;
  padding: 30px;
  color: #333333;
  text-decoration: none;
  background-color: #fff;
  border-radius: 20px;
  margin: 10px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.25), 0 6px 10px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease;
}
.newsItemBottom .date {
  display: block;
  font-size: 14px;
  margin-bottom: 10px;
}
.newsItemBottom .date i {
  padding-right: 10px;
}
.newsItemBottom .h4 {
  display: block;
  border-left: 5px #FCDC0B solid;
  padding: 4px;
  padding-left: 20px;
}
.newsItemBottom:hover {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.25), 0 6px 14px rgba(0, 0, 0, 0.4);
}

.activityItem {
  display: block;
  padding: 40px 40px 50px 40px;
  color: #333333;
  text-decoration: none;
  background-color: #fff;
  border-radius: 20px;
  margin: 10px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.25), 0 6px 10px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease;
}
.activityItem .content {
  display: block;
  border-left: 5px #FCDC0B solid;
  padding: 4px;
  padding-left: 20px;
  margin-top: 30px;
}
.activityItem:hover {
  background-color: #f0f0f0;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.25), 0 6px 14px rgba(0, 0, 0, 0.4);
}

.reportItem {
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  padding: 40px 40px 50px 40px;
  color: #333333;
  text-decoration: none;
  background-color: #fff;
  border-radius: 20px;
  margin: 10px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.25), 0 6px 10px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease;
}
.reportItem .content {
  display: block;
  border-left: 5px #FCDC0B solid;
  padding: 4px;
  padding-left: 20px;
  margin-top: 20px;
  margin-bottom: 30px;
}
.reportItem:hover {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.25), 0 6px 14px rgba(0, 0, 0, 0.4);
}
.reportItem .textRight {
  width: 100%;
}

.content h1, .content h2, .content h3, .content h4, .content h5, .content h6 {
  margin-bottom: 0.5em;
}
.content img {
  max-width: 100%;
  height: auto;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.25), 0 6px 10px rgba(0, 0, 0, 0.2);
  margin-top: 10px;
  margin-bottom: 20px;
  border-radius: 20px;
}
.content a {
  color: #3565B9;
  text-decoration: none;
}
.content a:hover {
  text-decoration: underline;
}
.content span {
  font-style: italic;
}
.content table {
  width: 100%;
}
.content table thead {
  background-color: #3565B9;
  color: #fff;
}
.content table thead tr td {
  padding: 10px;
}
.content table tbody tr {
  border-bottom: 1px #b6b6b6 solid;
  border-top: 1px #b6b6b6 solid;
  transition: all 0.3s ease;
}
.content table tbody tr:nth-child(even) {
  background-color: #f0f0f0;
}
.content table tbody tr td {
  padding: 10px;
}
.content table tbody tr:hover {
  background-color: #b6b6b6;
}
.content blockquote {
  background-color: #f0f0f0;
  padding: 1rem;
  padding-bottom: 0.5rem;
  font-style: italic;
  border-left: 5px #3565B9 solid;
}

.sBreadcrumb {
  max-width: 1320px;
  padding: 0 15px;
  margin: auto;
}

.breadcrumb {
  list-style-type: none;
  margin: 0;
  padding: 0;
  margin-top: 20px;
}
.breadcrumb li {
  display: inline-block;
  color: #333333;
  text-decoration: none;
  border-right: 3px #FCDC0B solid;
  padding: 0px 14px;
}
.breadcrumb li:first-child {
  padding-left: 0;
}
.breadcrumb li:last-child {
  border-right: none;
}
.breadcrumb li a {
  color: #333333;
  text-decoration: none;
  border-bottom: 2px transparent dotted;
  transition: all 0.3s ease;
}
.breadcrumb li a:hover {
  color: #333333;
  border-bottom: 2px #333333 dotted;
}
.breadcrumb .active {
  color: #b6b6b6;
}

.neighbors {
  margin-top: 70px;
  padding-top: 10px;
  border-top: 1px #f0f0f0 solid;
  display: flex;
  justify-content: space-between;
}
.neighbors span a {
  color: #b6b6b6;
  text-decoration: none;
  transition: all 0.3s ease;
}
.neighbors span a:hover {
  color: #333333;
}
.neighbors span a i {
  padding: 0 6px;
  color: #333333;
}

.pagination {
  list-style-type: none;
  margin: 0;
  padding: 0;
  margin-top: 70px;
  padding-top: 20px;
  border-top: 1px #f0f0f0 solid;
}
.pagination li {
  display: inline-block;
  margin: 0 8px;
}
.pagination li a {
  font-size: 20px;
  color: #b6b6b6;
  line-height: 1;
  text-decoration: none;
  display: block;
  padding: 12px 10px;
  border: 1px #b6b6b6 solid;
  border-radius: 5px;
  transition: all 0.3s ease;
}
.pagination li:hover a {
  color: #333333;
  border: 1px #333333 solid;
  background-color: #f0f0f0;
}
.pagination .active a {
  color: #333333;
  border: 1px #333333 solid;
  background-color: #f0f0f0;
}

.sect {
  padding: 80px 0 100px 0;
}

.div900 {
  max-width: 900px;
  margin: auto;
}

.insideBlock {
  max-width: 1320px;
  margin: auto;
  padding: 0 15px;
}
.insideBlock .h1 {
  margin-bottom: 50px;
}

::-moz-selection {
  color: #fff;
  background-color: #3565B9;
}

::selection {
  color: #fff;
  background-color: #3565B9;
}

body {
  font-size: 18px;
  min-width: 320px;
  position: relative;
  line-height: 1.5;
  overflow-x: hidden;
  font-family: "RobotoFlexRegular", sans-serif;
  color: #333333;
}

.textCenter {
  text-align: center;
}

.textRight {
  text-align: right;
}

.topLine {
  background-color: #3565B9;
  padding: 12px;
}

.wrapTopNav {
  display: flex;
  max-width: 1320px;
  margin: auto;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.wrapTopNav .topMenu ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.wrapTopNav .topMenu ul li {
  display: inline-block;
  padding: 6px 20px 0px 20px;
  border-right: 1px #fff solid;
}
.wrapTopNav .topMenu ul li a {
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 0.04em;
  color: #fff;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
  display: block;
  padding-bottom: 3px;
  border-bottom: 3px transparent dotted;
  transition: all 0.3s ease;
}
.wrapTopNav .topMenu ul li a:hover {
  border-bottom: 3px #fff dotted;
  text-decoration: none;
}
.wrapTopNav .topMenu ul li:first-child {
  padding-left: 0;
}
.wrapTopNav .topMenu ul li:last-child {
  border-right: none;
}
.wrapTopNav .topMenu ul .active a {
  border-bottom: 3px #fff dotted;
  text-decoration: none;
}

.topSocial ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
}
.topSocial ul li {
  display: inline-block;
  margin-right: 20px;
}
.topSocial ul li a {
  font-size: 20px;
  line-height: 1;
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  display: block;
  transition: all 0.3s ease;
}
.topSocial ul li a i {
  font-size: 30px;
  transition: all 0.3s ease;
}
.topSocial ul li:hover a {
  color: #fff;
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.5);
}
.topSocial ul li:last-child {
  margin-right: 0;
}

.wrapSecondLine {
  background-color: #fff;
  border-bottom: 3px #3565B9 solid;
}

.secondLine {
  max-width: 1320px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 26px 15px;
}

.logo {
  width: 240px;
  display: block;
}
.logo img {
  display: block;
  width: 100%;
  height: auto;
}

.mainMenu ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  text-align: right;
}
.mainMenu ul li {
  display: inline-block;
  margin-right: 10px;
  position: relative;
}
.mainMenu ul li::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 0%;
  background-color: rgba(252, 220, 11, 0.2);
  z-index: 1;
  transition: all 0.3s ease;
}
.mainMenu ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 0px;
  background-color: #FCDC0B;
  z-index: 1;
}
.mainMenu ul li:last-child {
  margin-right: 0;
}
.mainMenu ul li a {
  color: #000;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.02em;
  text-decoration: none;
  position: relative;
  z-index: 2;
  display: block;
  padding: 16px;
}
.mainMenu ul li:hover::after {
  width: 100%;
}
.mainMenu ul li:hover::before {
  width: 3px;
}
.mainMenu ul .active::after {
  width: 100%;
}
.mainMenu ul .active::before {
  width: 3px;
}

.navIcon {
  display: none;
  width: 60px;
  height: 60px;
  position: fixed;
  transform: rotate(0deg);
  transition: 0.5s ease-in-out;
  cursor: pointer;
  z-index: 99;
  right: 20px;
  top: 20px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.25), 0 6px 10px rgba(0, 0, 0, 0.2);
}

.navIcon span {
  display: block;
  position: absolute;
  height: 6px;
  width: 40px;
  background: #333333;
  border-radius: 3px;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.25), 0 6px 10px rgba(0, 0, 0, 0.2);
}

.navIcon span:nth-child(1) {
  top: 15px;
  left: 9px;
}
.navIcon span:nth-child(2) {
  top: 29px;
  left: 9px;
}
.navIcon span:nth-child(3) {
  top: 42px;
  left: 9px;
}
.navIcon.open span {
  color: #FCDC0B;
  box-shadow: none;
}
.navIcon.open span:nth-child(1) {
  top: 26px;
  transform: rotate(135deg);
  background: #333333;
}
.navIcon.open span:nth-child(2) {
  opacity: 0;
  left: -60px;
}
.navIcon.open span:nth-child(3) {
  top: 26px;
  transform: rotate(-135deg);
  background: #333333;
}

.toggleMenu {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(51, 51, 51, 0.95);
  z-index: 98;
  padding: 40px;
}
.toggleMenu .wrapMobileMenu {
  display: flex;
  align-items: center;
  height: 100%;
}
.toggleMenu ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.toggleMenu ul li {
  position: relative;
  margin-bottom: 10px;
  transition: all 0.3s ease;
}
.toggleMenu ul li::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 5px;
  height: 100%;
  background-color: rgba(252, 220, 11, 0.2);
  transition: all 0.3s ease;
}
.toggleMenu ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 5px;
  background-color: #FCDC0B;
}
.toggleMenu ul li a {
  display: block;
  position: relative;
  text-decoration: none;
  color: #fff;
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0.04em;
  padding: 14px 20px 14px 26px;
  z-index: 2;
  text-transform: uppercase;
  transition: all 0.3s ease;
}
.toggleMenu ul li:hover::after {
  width: 100%;
}
.toggleMenu ul li:hover a {
  text-decoration: none;
}
.toggleMenu ul .active::after {
  width: 100%;
}

.mainSlider {
  padding: 100px 15px;
  max-width: 1320px;
  margin: auto;
}

.titleSliderItem {
  display: flex;
  min-height: 600px;
}
.titleSliderItem .wrapReportItem {
  display: flex;
  align-items: center;
}
.titleSliderItem .reportItem {
  position: relative;
  z-index: 2;
  width: 60%;
}
.titleSliderItem .photo {
  background-size: cover;
  background-position: center;
  position: absolute;
  width: 60%;
  height: 100%;
  right: 0;
  top: 0;
  background-color: #333333;
  z-index: 1;
}

.titleSlider .owl-dots {
  left: 0;
  bottom: 0;
  width: 100%;
}
.titleSlider .owl-dots .owl-dot span {
  border-radius: 3px;
  width: 50px;
  height: 10px;
  background-color: rgba(51, 51, 51, 0.3);
}
.titleSlider .owl-dots .owl-dot:hover span {
  background-color: #333333;
}
.titleSlider .owl-dots .owl-dot.active span {
  background-color: #333333;
}

.indexAbout {
  background-color: #f0f0f0;
}
.indexAbout .wrapCont {
  max-width: 1320px;
  margin: auto;
  padding: 0 15px;
}
.indexAbout .wrapCont .wrapAllCont {
  margin-left: 100px;
}
.indexAbout .wrapCont .wrapAllCont .cont {
  border-left: 3px #FCDC0B solid;
  padding: 4px 15px 4px 50px;
  margin-top: 40px;
  margin-bottom: 50px;
}

.sGallery {
  background-color: #3565B9;
}
.sGallery .container-fluid {
  padding: 0;
}

.ratio {
  width: 100%;
}
.ratio .ratioInner {
  position: relative;
  height: 0;
  border: 3px transparent solid;
  padding-top: 56.5%;
  transition: all 0.3s ease;
}
.ratio .ratioInner .ratioContent {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  display: block;
}
.ratio .ratioInner .ratioContent img {
  height: 100%;
  width: auto;
  filter: grayscale(1);
  transition: all 0.3s ease;
}
.ratio .ratioInner:hover {
  border: 3px #FCDC0B solid;
}
.ratio .ratioInner:hover .ratioContent img {
  transform: scale(1.1);
  filter: grayscale(0);
}

.sNewsMainPage {
  background-color: #f0f0f0;
}

.wrapNewsMainPage {
  max-width: 1320px;
  margin: auto;
  padding: 0 15px;
}
.wrapNewsMainPage .wrapBttn ul {
  text-align: center;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.wrapNewsMainPage .wrapBttn ul li {
  display: inline-block;
  margin-right: 20px;
}

.wrapItemNews {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 50px 0 70px 0;
}

.sIntro {
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  position: relative;
}
.sIntro::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

.wrapIntro {
  padding: 100px 15px;
  text-align: center;
  max-width: 870px;
  margin: auto;
  position: relative;
  z-index: 2;
}
.wrapIntro p {
  display: block;
  color: #fff;
  font-size: 32px;
  line-height: 1.5;
  margin-bottom: 40px;
}

.wrapBlockPartner {
  max-width: 1920px;
  padding: 0 15px;
  margin: auto;
}

.wrapPartner {
  margin-top: 40px;
}

.itemPartner a {
  display: block;
  height: 150px;
}
.itemPartner a img {
  height: 100%;
  width: auto;
}

.sCallBack {
  background-size: cover;
  background-position: top center;
  background-attachment: fixed;
}

.wrapForm {
  padding: 0 15px;
}

.callBack {
  max-width: 800px;
  background-color: #fff;
  margin: auto;
  padding: 50px 60px 80px 60px;
  border-radius: 20px;
}
.callBack .wrapTitle {
  margin-bottom: 40px;
}
.callBack .wrapTitle .h1 {
  margin-bottom: 20px;
}
.callBack .controls {
  width: 100%;
  margin-bottom: 26px;
  position: relative;
}
.callBack .controls input, .callBack .controls textarea {
  outline: none;
  width: 100%;
  line-height: 40px;
  padding: 0 16px;
  border: none;
  border-bottom: 1px #b6b6b6 solid;
  border-left: 6px #FCDC0B solid;
  background-color: #f0f0f0;
  display: block;
  color: #333333;
}
.callBack .controls input:placeholder, .callBack .controls textarea:placeholder {
  color: rgba(0, 0, 0, 0.6);
}
.callBack .controls input:focus, .callBack .controls textarea:focus {
  border-bottom: 1px #3565B9 solid;
}
.callBack .controls input:focus:required:invalid, .callBack .controls textarea:focus:required:invalid {
  border-bottom: 1px red solid;
}
.callBack .controls input:required:valid, .callBack .controls textarea:required:valid {
  border-bottom: 1px green solid;
}
.callBack .controls span {
  display: block;
  font-size: 14px;
  color: red;
  position: absolute;
}
.callBack .wrapBttn {
  padding-top: 20px;
}

footer .wrapSecondLine {
  background-color: #333333;
  border-bottom: 3px #FCDC0B solid;
}
footer .wrapSecondLine .mainMenu ul li a {
  color: #fff;
}

.bottomLine {
  padding: 6px 0;
  background-color: #000;
}
.bottomLine .wrapTopNav {
  padding: 0 15px;
}
.bottomLine p {
  display: inline-block;
  margin: 0;
  color: #fff;
}

.wrapWhatWeJob {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.wrapWhatWeJob .activityItem {
  width: 46%;
}

.wrapTitleNews {
  display: flex;
  margin-bottom: 40px;
}
.wrapTitleNews .wrapLinkNews {
  background-size: cover;
  background-position: center;
  border-radius: 20px;
  width: 50%;
  margin: 15px;
  text-align: center;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;
}
.wrapTitleNews .wrapLinkNews a {
  display: block;
  text-decoration: none;
  color: #fff;
  padding: 56px 0;
  position: relative;
  z-index: 2;
  transition: all 0.3s ease;
}
.wrapTitleNews .wrapLinkNews::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 1;
  transition: all 0.3s ease;
}
.wrapTitleNews .wrapLinkNews:hover {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.25), 0 6px 14px rgba(0, 0, 0, 0.4);
  text-decoration: none;
}
.wrapTitleNews .wrapLinkNews:hover::after {
  background-color: rgba(0, 0, 0, 0.8);
}
.wrapTitleNews .wrapLinkNews:hover a {
  text-decoration: underline;
}

.wrapNews {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.sNewsPage .insideBlock {
  max-width: 900px;
  margin: auto;
}

.wrapData {
  font-size: 14px;
  color: #333333;
  margin-bottom: 10px;
}
.wrapData i {
  color: #b6b6b6;
  margin-right: 6px;
}

.sLastNews {
  background-color: #f0f0f0;
}

.wrapNewsItemBottom {
  display: flex;
}

.sContact .insideBlock {
  max-width: 900px;
}

.accordeon {
  margin-bottom: 50px;
}
.accordeon dl {
  border-radius: 10px;
  transition: all 0.3s ease;
}
.accordeon dl:hover {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.25), 0 6px 14px rgba(0, 0, 0, 0.4);
}
.accordeon dl dt {
  font-weight: normal;
  color: #fff;
  font-size: 18px;
  padding: 16px 40px;
  position: relative;
  cursor: pointer;
  background-color: #3565B9;
  border-radius: 10px;
  transition: all 0.3s ease;
}
.accordeon dl dt .circle {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  border: 1px #fff solid;
  border-radius: 50%;
  height: 30px;
  width: 30px;
}
.accordeon dl dt .circle span {
  display: block;
  width: 2px;
  height: 18px;
  background-color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease;
}
.accordeon dl dt .circle span::after {
  content: "";
  position: absolute;
  display: block;
  width: 2px;
  height: 18px;
  background-color: #fff;
  transform: rotate(90deg);
  transition: all 0.3s ease;
}
.accordeon dl dd {
  padding: 30px 20px;
  position: relative;
  background-color: #f0f0f0;
  border-radius: 0 0 10px 10px;
}
.accordeon dt.active {
  border-radius: 10px 10px 0 0;
}
.accordeon dt.active .circle span {
  transform: translate(-50%, -50%) rotate(90deg);
}
.accordeon dt.active .circle span::after {
  height: 0;
  width: 0;
}

.accordeon.mainOffice dt {
  background-color: #333333;
  border-radius: 10px 10px 0 0;
}

.address {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.address li {
  margin-bottom: 16px;
}
.address li i {
  color: #3565B9;
  margin-right: 10px;
}

.sReport .insideBlock {
  max-width: 900px;
}
.sReport .wrapReport .reportItem {
  margin-bottom: 30px;
}

.grayLine {
  background-color: #333333;
  border-radius: 20px;
  padding: 24px;
  margin-bottom: 80px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.grayLine li {
  margin: 10px;
  text-align: center;
}
.grayLine li a {
  display: block;
  color: #FCDC0B;
  text-decoration: none;
}
.grayLine li a .svgIcon {
  display: block;
  filter: brightness(0) saturate(100%) invert(80%) sepia(79%) saturate(659%) hue-rotate(352deg) brightness(102%) contrast(98%);
  margin: 0 auto 6px;
}
.grayLine li a:hover {
  color: #fff;
}
.grayLine li a:hover .svgIcon {
  filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(5%) hue-rotate(65deg) brightness(102%) contrast(101%);
}

.sAbout .content, .sAbout .wrapNeighbors {
  max-width: 900px;
  margin: auto;
}

.sTender .grayLine {
  justify-content: center;
}
.sTender .h2 {
  margin-bottom: 30px;
}

.wrapTender {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.wrapTender .reportItem {
  width: 30%;
}

.centerGender {
  list-style-type: none;
  margin: 0;
  padding: 0;
  border-radius: 20px;
  margin-bottom: 60px;
}
.centerGender .listGender {
  margin-bottom: 80px;
  border-radius: 20px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.25), 0 6px 10px rgba(0, 0, 0, 0.2);
}
.centerGender .listGender .title {
  background-color: #3565B9;
  text-align: center;
  color: #fff;
  border-radius: 20px 20px 0 0;
  padding: 20px 15px;
}
.centerGender .listGender .title .city {
  font-size: 18px;
  line-height: 1;
  margin: 0;
  font-style: italic;
}
.centerGender .listGender .wrapContent {
  padding: 30px 20px 40px 20px;
}
.centerGender .listGender .wrapGrayBox {
  display: flex;
}
.centerGender .listGender .wrapGrayBox .h3 {
  padding-bottom: 10px;
  border-bottom: 1px #FCDC0B solid;
}
.centerGender .listGender .wrapGrayBox .source {
  margin: 20px;
  background-color: #333333;
  color: #fff;
  padding: 30px;
  border-radius: 10px;
}
.centerGender .listGender .wrapGrayBox .source .h3 {
  border-bottom: 1px #b6b6b6 solid;
}
.centerGender .listGender .wrapGrayBox .source p, .centerGender .listGender .wrapGrayBox .source a {
  margin-bottom: 6px;
}
.centerGender .listGender .wrapGrayBox .source a {
  color: #3565B9;
  text-decoration: none;
  margin-right: 20px;
}
.centerGender .listGender .wrapGrayBox .source a:hover {
  text-decoration: underline;
}
.centerGender .listGender .wrapGrayBox .contact {
  background-color: #b6b6b6;
}
.centerGender .listGender .wrapGrayBox .contact .h3 {
  border-bottom: 1px #fff solid;
}
.centerGender .listGender .description {
  background-color: #f0f0f0;
  margin: 20px;
  border-radius: 10px;
  padding: 30px;
}
.centerGender .listGender .description .h3 {
  padding-bottom: 10px;
  border-bottom: 1px #333333 solid;
  margin-bottom: 16px;
}
.centerGender .listGender .description ul {
  list-style-type: disc;
  margin-bottom: 1rem;
}
.centerGender .listGender .description a {
  color: #3565B9;
  text-decoration: none;
}
.centerGender .listGender .description a:hover {
  text-decoration: underline;
}

.s404 {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  min-height: 600px;
}
.s404 .wrap {
  color: #333333;
}
.s404 .wrap h1 {
  font-size: 46px;
}
.s404 .wrap span {
  display: block;
  font-size: 30px;
  margin-bottom: 40px;
}

.itemTeam {
  margin-bottom: 40px;
}
.itemTeam .photo {
  text-align: center;
  margin-bottom: 10px;
}
.itemTeam .photo img {
  max-width: 100%;
}
.itemTeam .photo span {
  display: block;
  font-size: 24px;
}
.itemTeam .photo b {
  font-size: 14px;
  font-weight: normal;
}

.map-ukraine * {
  box-sizing: content-box;
}

.linkMaps {
  display: none;
}
.linkMaps ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  margin-top: 40px;
  font-size: 20px;
}
.linkMaps ul li {
  margin: 0 auto 20px auto;
  max-width: 600px;
  text-align: center;
}
.linkMaps ul li a {
  display: block;
  color: #3565B9;
  text-decoration: none;
  padding: 10px 15px;
  border-radius: 10px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.25), 0 6px 10px rgba(0, 0, 0, 0.2);
}
.linkMaps ul li a i {
  margin-right: 6px;
  color: #FCDC0B;
}
.linkMaps ul li a:hover {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.25), 0 6px 14px rgba(0, 0, 0, 0.4);
  background-color: #f0f0f0;
}

.linkMapsImg {
  margin-top: 80px;
}

.descript h1 {
  font-size: 30px;
  margin-bottom: 10px;
  padding-bottom: 10px;
  color: #3565B9;
  display: block;
  border-bottom: 1px #3565B9 solid;
}

.centerDiagnostic {
  list-style-type: none;
  margin: 0;
  padding: 0;
  margin-bottom: 40px;
}
.centerDiagnostic li {
  border-radius: 20px;
  margin-bottom: 40px;
  overflow: hidden;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.25), 0 6px 10px rgba(0, 0, 0, 0.2);
}
.centerDiagnostic li .h3 {
  background-color: #3565B9;
  padding: 20px;
  color: #fff;
}
.centerDiagnostic li .wrap {
  padding: 20px 20px 30px 20px;
}
.centerDiagnostic li .wrap p {
  margin: 0;
}
.centerDiagnostic li .wrap a {
  color: #3565B9;
  text-decoration: none;
}
.centerDiagnostic li .wrap a:hover {
  text-decoration: underline;
}

@media (max-width: 1200px) {
  .mainMenu ul li a {
    padding: 16px 10px;
  }
}
@media (max-width: 991.9px) {
  .secondLine {
    display: block;
    padding: 15px;
  }
  .secondLine .logo {
    margin: 0 auto 10px;
  }
  .secondLine .mainMenu ul {
    text-align: center;
  }
  .mainSlider {
    padding: 50px 15px;
  }
  .titleSliderItem .reportItem {
    width: 80%;
  }
  .titleSliderItem .photo {
    width: 80%;
  }
  .wrapIntro p {
    font-size: 24px;
  }
  .linkMaps {
    display: block;
  }
  .linkMapsImg {
    display: none;
  }
  .wrapTender .reportItem {
    width: 45%;
  }
}
@media (max-width: 767.9px) {
  .h1 {
    font-size: 28px;
  }
  .wrapTopNav {
    justify-content: center;
  }
  .topMenu {
    display: none;
  }
  .mainMenu {
    display: none;
  }
  .navIcon {
    display: block;
  }
  .titleSliderItem {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
    padding: 20px;
  }
  .titleSliderItem .reportItem {
    position: relative;
    width: 100%;
    margin: 0;
    border-radius: 0 0 20px 20px;
  }
  .titleSliderItem .photo {
    background-size: cover;
    background-position: center;
    position: relative;
    width: 100%;
    height: 200px;
    margin: 0;
    border-radius: 20px 20px 0 0;
  }
  .indexAbout .wrapCont .wrapAllCont {
    margin-left: 20px;
  }
  .indexAbout .wrapCont .wrapAllCont .cont {
    padding: 4px 15px 4px 20px;
    margin-top: 40px;
    margin-bottom: 50px;
  }
  .wrapNewsMainPage .wrapBttn ul li {
    display: block;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .wrapItemNews {
    margin: 30px 0 40px 0;
  }
  .wrapWhatWeJob .activityItem {
    width: 100%;
  }
  .wrapNewsItemBottom {
    display: block;
  }
  .wrapNewsItemBottom .newsItemBottom {
    margin: 10px 0;
  }
  .wrapTender .reportItem {
    width: 100%;
    margin: 0 0 30px 0;
  }
  .centerGender .listGender .wrapGrayBox {
    display: block;
  }
}
@media (max-width: 575.9px) {
  .wrapIntro p {
    font-size: 20px;
  }
  .callBack {
    padding: 40px 40px 60px 40px;
  }
}
@media (max-width: 479.9px) {
  .sect {
    padding: 40px 0 60px 0;
  }
  .h1 {
    font-size: 24px;
  }
  .h2 {
    font-size: 20px;
  }
  .h4 {
    font-size: 16px;
    letter-spacing: normal;
  }
  .h4 .content {
    font-size: 16px;
    padding-left: 10px;
    border-left: 2px #FCDC0B solid;
  }
  .h4 .photo {
    background-size: cover;
    background-position: center;
    position: relative;
    width: 100%;
    height: 200px;
    margin: 0;
    border-radius: 20px 20px 0 0;
  }
  .indexAbout .wrapCont .wrapAllCont {
    margin-left: 0px;
  }
  .indexAbout .wrapCont .wrapAllCont .cont {
    border: none;
    padding: 0;
    margin-top: 40px;
    margin-bottom: 50px;
  }
  .wrapIntro p {
    font-size: 18px;
  }
  .callBack {
    padding: 30px 15px 40px 15px;
  }
  .neighbors span.link-up {
    display: none;
  }
  .insideBlock.reportPage .wrapReport .reportItem {
    margin: 0;
    margin-bottom: 30px;
  }
  .reportItem {
    padding: 30px 20px 40px 20px;
  }
  .centerGender .listGender .wrapContent {
    padding: 20px 10px 30px 10px;
  }
  .centerGender .listGender .wrapGrayBox .source {
    margin: 20px 0;
    padding: 30px 25px;
  }
  .centerGender .listGender .description {
    margin: 20px 0;
    padding: 30px 25px;
  }
}/*# sourceMappingURL=main.css.map */