* {
  padding: 0;
  margin: 0;
  border: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

:focus,
:active {
  outline: none;
}

a:focus,
a:active {
  outline: none;
}

nav,
footer,
header,
aside {
  display: block;
}

html,
body {
  width: 100%;
  height: 100%;
}

input,
button,
textarea {
  font-family: inherit;
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

a {
  text-decoration: none;
}

a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul,
li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: 700;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  border: none;
  padding: 0 1em 0 0;
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  cursor: inherit;
  line-height: inherit;
}

body {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 160%;
  color: #8D8D8D;
}

body .lock {
  overflow: hidden;
}

.container {
  display: -webkit-box;
  display: -ms-flexbox;
  position: relative;
  display: flex;
  max-width: 1400px;
  padding: 0 60px;
  margin: 0 auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100%;
  overflow: hidden;
}

.content-block {
  padding: 100px 0;
}

.lock {
  overflow: hidden;
}

h1 {
  font-size: 44px;
  line-height: 53px;
  font-weight: 700;
  text-transform: uppercase;
  color: #000000;
  margin-bottom: 36px;
}

.flex-col {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.flex-start {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.center {
  text-align: center;
}

.container.center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.w80 {
  width: 80%;
  margin: 0 auto;
}

.mr90 {
  margin-right: 90px;
}
.pl0
{
	padding-left:0!important
}
.pr0
{
	padding-right:0!important
}
.pr10
{
	padding-right:10px!important
}
.uppercase {
  text-transform: uppercase;
}

.bg-whitesmoke {
  background: #F5F5F5;
  border-radius: 20px;
  padding-top: 68px;
  padding-bottom: 89px;
}

.bg-whitesmoke .title {
  margin-bottom: 24px;
}

.bg-whitesmoke ul {
  margin-left: 17px;
}

.content-block ul {
  margin-left: 17px;
}
.row ul {
  margin-left: 17px;
}

.title-header {
  padding: 18px 50px;
  background: #000;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #FFFFFF;
  margin: 0 auto;
  z-index: 2;
  position: relative;
}
.main-banner .title-header {
  padding: 0;
  background:none;
  color: #040606;
}
.main-banner .title-header p, .main-banner .title-header h1, .main-banner .title-header h2, .main-banner .title-header h3 {
    color: #040606;
	font-weight: 800;
	text-align:center
}

.title-header p,
.title-header h1,
.title-header h2,
.title-header h3 {
  color: #FFFFFF;
  margin-bottom: 0;
  font-size: 44px;
  line-height: 53px;
}

.title {
  font-weight: 700;
  color: #000;
}

.title.big {
  font-size: 26px;
  line-height: 140%;
}

p {
  margin-bottom: 12px;
}

.mb176 {
  margin-bottom: 176px;
}

.mb155 {
  margin-bottom: 155px;
}

.mb139 {
  margin-bottom: 139px;
}

.mt190 {
  margin-top: 190px;
}

.page img {
  border-radius: 15px;
  max-width: 100%;
}

.page a {
  color: #8D8D8D;
}

.page strong {
  color: #000;
}

.positions-item {
  padding: 24px;
  margin-bottom: 50px;
}

.positions-item-header {
  font-weight: 700;
  font-size: 26px;
  line-height: 140%;
  color: #000000;
  position: relative;
  line-height: 50px;
  padding-right: 50px;
}

.positions-item-header::after {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 50px;
  height: 50px;
  background: url("../images/arrow.svg") center center no-repeat;
  content: "";
  border: 1px solid #000000;
  border-radius: 25px;
}

.positions-item-desc {
  padding-top: 15px;
  display: none;
  font-size: 18px;
  line-height: 160%;
  color: #232323;
  padding-bottom: 50px;
}

.positions-item-desc ul {
  margin-bottom: 30px;
}

.positions-item-desc .label {
  font-weight: 600;
  font-size: 16px;
  line-height: 160%;
  text-transform: uppercase;
  color: #000000;
}

.positions-item-header.active::after {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.positions-item-desc.open {
  display: block;
}

.block-title {
  border: 2px solid #000000;
  border-radius: 20px;
  padding: 12px 27px;
  font-weight: 600;
  font-size: 16px;
  line-height: 160%;
  text-transform: uppercase;
  color: #000000;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.readmore {
  border-radius: 20px;
  background: #BD0909;
  padding: 12px 64px 12px 27px;
  font-weight: 500;
  font-size: 18px;
  line-height: 140%;
  color: #FFFFFF !important;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
}

.readmore::after {
  content: "";
  width: 26px;
  height: 26px;
  position: absolute;
  right: 12px;
  top: 12px;
  background: url(../images/after-link.svg) no-repeat left 4px center #FFFFFF;
  border-radius: 13px;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.row .col1-2 {
  width: 50%;
  padding: 15px;
}

.row .col1-3 {
  width: 33%;
  padding: 15px;
}

.row .col2-3 {
  width: 66%;
  padding: 15px;
}

.row .col1-4 {
  width: 25%;
  padding: 15px;
}

.no-banner {
  padding-top: 200px;
  padding-bottom: 140px;
}

.no-banner.news-page {
  padding-bottom: 40px;
}

ul li {
  list-style: disc;
}

.redpic {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #BD0909;
  border-radius: 15px;
  padding: 80px;
}

.aboutpage .title {
  font-size: 26px;
  line-height: 140%;
}

.aboutpage .redpic {
  padding: 50px 80px;
}

.aboutpage .redpic img {
  height: 280px;
}

.header {
  width: 100%;
  background: #FFFFFF;
  border-radius: 0px 0px 30px 40px;
  position: fixed;
  top: 0;
  z-index:100;
  -webkit-box-shadow: 0px 0px 5px 0px #8D8D8D;
box-shadow: 0px 0px 5px 0px #8D8D8D;
}

.header .container {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 91px;
}

.header .topmenu__list a,
.header .menucontacts__item a {
  font-weight: 600;
  font-size: 14px;
  line-height: 90px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: #000;
}

.header .topmenu__list .active a,
.header .menucontacts__item .active a {
  border-bottom: 2px solid #000;
}

.header .topmenu__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header .topmenu__item {
  padding: 0 23px;
}

.header li {
  list-style: none;
}

.menu-toggle,
.mobmenu {
  display: none;
}

.no-webp .banner.main-banner {
  background: url(../images/main-banner.png) no-repeat bottom center; }

.banner {
  border-radius: 0px 0px 30px 30px;
  height: 900px;
  width: 100%;
  padding-top: 91px;
}

.banner .container {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.banner .title-main {
      margin: 125px auto 0;
  font-weight: 700;
  text-transform: uppercase;
  color: #BD0909;
  position: relative;
  z-index: 3;
}

.banner .title-main h1,
.banner .title-main h2,
.banner .title-main h3,
.banner .title-main p {
  color: #FFFFFF;
  font-size: 72px;
  line-height: 87px;
}
.main-banner .title-main h1 {
  color: #BD0909;
  margin-bottom:0
}

.no-webp .banner.aboutpage {
  background: url(../images/bg-banner-about.png) no-repeat bottom center #BD0909; }

.banner.aboutpage {
  height: 488px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.banner.aboutpage .container {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  height: 100%;
}

.banner.aboutpage .title-header {
  margin: 0;
}

.banner.servicespage {
  background: #BD0909;
  background-image: none !important;
  height: 488px;
}

.no-webp .banner.servicespage .container {
  background: url(../images/bg-services.png) no-repeat bottom right 60px; }

.banner.servicespage .container {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  height: 100%;
}

.banner.servicespage .title-header {
  margin: 0;
}

.banner.careerspage {
  background: #BD0909;
  background-image: none !important;
  height: 488px;
}

.no-webp .banner.careerspage .container {
  background: url(../images/bg-careers.png) no-repeat bottom 40px right 360px; }

.banner.careerspage .container {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  height: 100%;
}

.banner.careerspage .title-header {
  margin: 0;
}

.about {
  margin: 158px 0 104px;
}

.about .about__item {
  margin-right: 111px;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
      align-self: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.about .title {
  padding-right: 148px;
}

.benefits {
  margin: 104px 0;
}

.benefits .container {
  color: #232323;
  padding: 60px 60px 90px;
  background: #F5F5F5;
  border-radius: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.benefits .block-title {
  margin-bottom: 50px;
}

.benefits .benefits__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.benefits .benefits__item ul {
  width: 33%;
  margin: 0 2%;
}

.services {
  margin: 104px 0;
}

.services .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.services .services__title {
  width: 432px;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  padding-right: 60px;
}

.services .services__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.services .servis__item {
  width: 50%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0 15px;
  margin-bottom: 84px;
}

.services p.title {
  margin-bottom: 35px;
}

.services a.readmore {
  margin-top: 10px;
}

.news-event {
  margin: 104px 0;
}

.news-event .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.news-event .buttons {
  width: 120px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 140px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.news-event .top-line {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 50px;
}

.news-event .swiper-button-next,
.news-event .swiper-button-prev {
  position: relative;
  top: 0;
  width: 50px;
  height: 50px;
  margin-top: 0;
  z-index: 10;
  color: #000;
  border: 1px solid #000000;
  border-radius: 25px;
}

.news-event .news-event__photo {
  margin-bottom: 18px;
}

.news-event .title {
  margin-top: 24px;
  font-weight: 500;
  font-size: 18px;
  line-height: 140%;
}

.news-event .swiper-button-next:after,
.news-event .swiper-button-prev:after {
  font-size: 20px;
}

.news-event .news-event-readmore {
  margin-top: 82px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.swiper-pagination {
  display: none;
}

.news-page-list {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  width: 100%;
}

.news-page-list .item {
  margin-bottom: 100px;
  padding: 15px;
  width: 25%;
}

.news-page .news-event {
  margin-bottom: 0;
  margin-top: 90px;
}

.news-page-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 40px;
  width: 100%;
}

.news-page-menu .btn {
  padding: 15px;
  background: none;
  text-transform: uppercase;
}

.news-page-menu .btn.active {
  font-weight: 700;
  text-decoration: underline;
}

.footer {
  background: #E3D7D6;
  border-radius: 30px 40px 0px 0px;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #000000;
}

.footer .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 60px 25px;
}

.footer .footer__item {
  width: 50%;
}

.footer .footer__item .title {
  text-transform: uppercase;
  margin-bottom: 30px;
}

.footer .footer__item li {
  list-style: none;
  margin-bottom: 14px;
}

.footer .footer__item li a,
.footer .footer__item li {
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  color: #000000;
}

.footer .logo {
  margin-bottom: 35px;
}

.footer .footer-menu__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.copyright {
  background: #BD0909;
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  padding: 35px;
  line-height: 17px;
}

@media only screen and (max-width: 1920px) {
  .container {
    max-width: 1246px;
    width: 100%;
    padding: 0 25px;
  }

  .container.bg-whitesmoke {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .redpic {
    padding: 50px;
  }

  .row .col1-2,
  .row .col1-3,
  .row .col2-3,
  .row .col1-4 {
    padding: 10px;
  }
}

@media only screen and (max-width: 1919px) {
  .no-webp .banner.main-banner {
    background: url(../images/main-banner-1400.png) no-repeat bottom center; }
  .banner {
    border-radius: 0px 0px 30px 30px;
    height: 900px;
    width: 100%;
    padding-top: 91px;
    background-size: contain;
  }

  .banner.aboutpage,
  .banner.servicespage .container {
    background-size: contain;
  }

  .banner .title-main {
    margin: 103px auto -53px;
  }
  .banner.main-banner .title-main {
    margin: 103px auto 0;
  }

  .banner .title-main h1,
  .banner .title-main h2,
  .banner .title-main h3,
  .banner .title-main p {
    font-size: 52px;
    line-height: 63px;
  }

  .about {
    margin: 158px 0 104px;
  }

  .about .about__item {
    margin-right: 55px;
  }

  .benefits .container {
    padding: 60px 25px 60px;
  }

  .services .services__title {
    width: 33%;
    padding-right: 40px;
  }
}

@media only screen and (max-width: 1245px) {
  .redpic {
    padding: 40px;
  }
  .banner.main-banner {
    background-size:contain!important
}

  .aboutpage .redpic {
    padding: 40px;
  }

  .aboutpage .redpic img {
    height: auto;
  }

  .aboutpage .mr90 {
    margin: 0;
  }

  .news-page-list .item {
    padding: 15px;
    width: 33%;
  }
}

@media only screen and (max-width: 1190px) {
  .no-webp .banner.careerspage .container {
    background: url(../images/bg-careers.png) no-repeat bottom 40px right 20%; }

  .no-webp .banner.servicespage .container {
    background: url(../images/bg-services.png) no-repeat bottom center; }

  .banner.servicespage .container {
    background-size: contain;
  }
}

@media only screen and (max-width: 1000px) {
@-webkit-keyframes mobmenu {
    0% {
      top: -100%;
    }

    100% {
      top: 54px;
    }
}

@keyframes mobmenu {
    0% {
      top: -100%;
    }

    100% {
      top: 54px;
    }
}

  .logo img {
    height: 32px;
  }

  .mobmenu {
    display: none;
    position: fixed;
    z-index: 90;
    top: -100%;
    right: 0;
    width: 100%;
    height: auto;
    background: #fff;
    padding: 15px 0 30px;
  }

  .mobmenu .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .mobmenu li {
    list-style: none;
  }

  .mobmenu li a {
    color: #000;
    padding: 5px 0;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }

  .menu-toggle,
  .mobmenu.open {
    display: block;
  }

  .topmenu,
  .menucontacts {
    display: none;
  }

  .menu-toggle-grippy {
    width: 26px;
    height: 2px;
    background: #000000;
    border-radius: 10px;
    display: block;
    margin: 6px 0;
  }

  .menu-toggle {
    width: 26px;
    height: 14px;
    position: relative;
  }

  .menu-toggle::after {
    content: "";
    display: block;
    width: 26px;
    height: 2px;
    background: #000000;
    border-radius: 10px;
    position: absolute;
    bottom: 0;
  }

  .menu-toggle::before {
    content: "";
    display: block;
    width: 26px;
    height: 2px;
    background: #000000;
    border-radius: 10px;
    position: absolute;
    top: 0;
  }

  .mobmenu.open {
    -webkit-animation: mobmenu 0.3s;
    animation: mobmenu 0.3s;
    top: 54px;
  }

  .mobmenu.open .topmenu,
  .mobmenu.open .menucontacts {
    display: block;
  }

  .mobmenu.open .topmenu__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .menu-toggle.open .menu-toggle-grippy {
    display: none;
  }

  .menu-toggle.open::after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    bottom: 6px;
  }

  .menu-toggle.open::before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 6px;
  }

  .header {
    border-radius: 0px;
    z-index: 100;
  }

  .header .container {
    height: 54px;
  }

  .header .topmenu__list a,
  .header .menucontacts__item a {
    line-height: inherit;
  }
}

@media only screen and (max-width: 768px) {
  .redpic {
    padding: 30px;
  }

  .mob100 {
    width: 100% !important;
  }

  .positions-list {
    margin-top: 25px;
  }

  .aboutpage .redpic {
    padding: 30px;
  }

  .aboutpage .redpic img {
    height: 190px;
  }

  .title-header {
    padding: 19px 54px;
    text-align: center;
    background: #000;
    z-index: 2;
    position: relative;
  }

  .title-header p,
  .title-header h1,
  .title-header h2,
  .title-header h3 {
    font-size: 34px;
    line-height: 41px;
  }

  .container {
    padding: 0 30px;
  }

  .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .row .col1-2 {
    width: 100%!important;
    padding: 10px 0;
  }

  .row .col1-3 {
    width: 100%;
    padding: 10px 0;
  }

  .row .col2-3 {
    width: 100%;
    padding: 10px 0;
  }

  .row .col1-4 {
    width: 100%;
    padding: 10px 0;
  }

  .w80 {
    width: 100%;
  }

  .no-banner {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .mob-order1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .mob-order2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .mob-order3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }

  .mb176 {
    margin-bottom: 40px;
  }

  .row-mob {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  .col-mob1-2 {
    width: 50% !important;
    padding: 10px !important;
  }

  .no-webp .banner.careerspage .container {
    background: url(../images/bg-careers.png) no-repeat bottom 40px right 30px; }

  .no-webp .banner.aboutpage {
    background-image: url(../images/bg-banner-about-640.png); }

  .banner.aboutpage {
    height: 1024px;
  }

  .no-webp .banner.servicespage {
    background: url(../images/bg-services-640.png) bottom center no-repeat #BD0909 !important; }

  .banner.servicespage {
    background-size: contain !important;
    height: 1024px;
  }

  .banner.servicespage .container {
    background: none !important;
  }

  .banner.aboutpage .container,
  .banner.servicespage .container {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-top: 125px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .about .title {
    padding-right: 0;
  }

  .about {
    margin: 80px 0;
  }

  .about .block-title {
    margin-bottom: 34px;
  }

  .about .title {
    margin-bottom: 22px;
  }

  .about .readmore {
    margin: 18px 0 38px;
  }

  .aboutpage .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .aboutpage img {
    height: 200px;
    width: auto;
  }

  .benefits {
    margin: 130px 0 150px;
  }

  .benefits .container {
    color: #232323;
    padding: 40px 20px 54px 40px;
  }

  .benefits .block-title {
    margin-bottom: 50px;
    margin-left: -20px;
  }

  .benefits .benefits__item {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .benefits .benefits__item ul {
    width: 45%;
  }

  .benefits .benefits__item li {
    margin-bottom: 10px;
  }

  .services {
    margin: 104px 0;
  }

  .services .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .services .services__title {
    width: auto;
    padding-right: 0;
    margin-bottom: 34px;
  }

  .services .servis__item {
    width: 50%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0 10px;
    margin-bottom: 56px;
  }

  .services p.title {
    margin-bottom: 18px;
  }

  .services a.readmore {
    margin-top: 12px;
  }

  .news-event .buttons {
    display: none;
  }

  .swiper-pagination {
    position: relative;
    margin-top: 30px;
    display: block;
  }

  .news-event .top-line {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .news-event .news-event-readmore {
    margin-top: 30px;
  }

  .swiper-slide {
    text-align: center;
  }

  .news-page-list .item {
    padding: 7px;
    width: 50%;
  }

  .footer .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 38px 20px 56px;
  }

  .footer .footer__item {
    width: 100%;
  }

  .footer .footer__item.left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .footer .footer-menu__list {
    margin-top: 56px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .footer-menu__item {
    width: 50%;
  }

  .footer-menu__item ul {
    padding-right: 10px;
  }

  .footer-menu__item:first-child {
    margin-bottom: 50px;
  }

  .copyright {
    padding: 25px 20px;
  }

  .copyright .container {
    padding: 0;
  }
}

@media only screen and (max-width: 640px) {
  .container {
    padding: 0 20px;
  }

  .redpic img {
    width: 229px;
    height: auto;
  }

  .redpic {
    padding: 30px;
  }

  h1 {
    font-size: 24px;
    line-height: 29px;
  }

  .title-header {
    padding: 19px 50px;
    text-align: center;
    background: #000;
    z-index: 2;
    position: relative;
  }

  .title-header p,
  .title-header h1,
  .title-header h2,
  .title-header h3 {
    font-size: 24px;
    line-height: 29px;
  }
  .main-banner .title-header p, .main-banner .title-header h1, .main-banner .title-header h2, .main-banner .title-header h3 {
    font-size: 20px;
line-height: 24px;
}

  .block-title {
    border: 1px solid #000000;
    padding: 9px 21px;
    font-size: 14px;
  }

  .row-mob {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  .col-mob1-2 {
    width: 100% !important;
    padding: 10px 0 !important;
  }

  .no-webp .banner.main-banner {
    background: url(../images/main-banner-640.png) no-repeat bottom center; }

  .banner {
    border-radius: 0px 0px 20px 20px;
    height: 1024px;
    width: 100%;
    padding-top: 54px;
  }

  .banner .title-main {
    margin: 66px auto -44px;
  }

  .banner .title-main h1,
  .banner .title-main h2,
  .banner .title-main h3,
  .banner .title-main p {
    font-size: 24px;
    line-height: 29px;
	    text-align: center;
  }

  .banner.careerspage .container {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-top: 50px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .banner.aboutpage {
    background-size: contain;
    height: 568px;
  }

  .banner.servicespage,
  .banner.careerspage {
    height: 568px;
  }

  .banner.careerspage {
    background-size: contain !important;
  }

  .no-webp .banner.servicespage {
    background: url(../images/bg-services2.png) bottom center no-repeat #BD0909 !important; }

  .banner.servicespage {
    background-size: contain !important;
  }

  .banner.servicespage .container {
    background-size: contain;
  }

  .no-webp .banner.careerspage .container {
    background: url(../images/bg-careers.png) no-repeat bottom 40px center; }

  .aboutpage .redpic {
    padding: 100px 30px;
  }

  .benefits .benefits__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .benefits .benefits__item ul {
    width: 100%;
    margin: 0;
  }

  .benefits .benefits__item li {
    margin-bottom: 10px;
  }

  .services {
    margin: 104px 0;
  }

  .services .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .services .services__title {
    width: auto;
    padding-right: 0;
    margin-bottom: 34px;
  }

  .services .services__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .services .servis__item {
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0;
    margin-bottom: 56px;
  }

  .services p.title {
    margin-bottom: 18px;
  }

  .services a.readmore {
    margin-top: 12px;
  }

  .news-page-list .item {
    padding: 0;
    width: 1000%;
  }

  .news-page-list .item .content {
    text-align: center;
  }

  .footer .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 38px 20px 56px;
  }

  .footer .footer-menu__list {
    margin-top: 56px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .footer .footer__item.left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer-menu__item {
    width: 50%;
  }

  .footer-menu__item ul {
    padding-right: 10px;
  }

  .footer-menu__item:first-child {
    margin-bottom: 50px;
  }

  .copyright {
    padding: 25px 20px;
  }

  .copyright .container {
    padding: 0;
  }
}
@media only screen and (max-width: 580px) {
  .banner.main-banner {   
    height: 904px;
  }
  }
  @media only screen and (max-width: 480px) {
  .banner.main-banner {   
    height: 804px;
  }
  }
    @media only screen and (max-width: 380px) {
  .banner.main-banner {   
    height: 704px;
  }
  }
@media only screen and (max-width: 320px) {
  .no-webp .banner.main-banner {
    background: url(../images/main-banner-320.png) no-repeat bottom center; }
  .banner {
    height: 568px;
  }
  .banner.main-banner {
    height: 608px;
  }
  .main-banner .title-header p, .main-banner .title-header h1, .main-banner .title-header h2, .main-banner .title-header h3 {
    font-size: 16px;
    line-height: 19px;
	margin-top:10px
}
  
}

.webp .banner.main-banner {
    background: url(../images/main-banner.webp) no-repeat bottom center;
}

.webp .banner.aboutpage { background: url(../images/bg-banner-about.webp) no-repeat bottom center #BD0909; }

.webp .banner.servicespage .container { background: url(../images/bg-services.webp) no-repeat bottom right 60px; }

.webp .banner.careerspage .container { background: url(../images/bg-careers.webp) no-repeat bottom 40px right 360px; }

@media only screen and (max-width: 1919px) {

  .webp .banner.main-banner { 
  background: url(../images/main-banner-1400.webp) no-repeat bottom center;
  }
}

@media only screen and (max-width: 1190px) {

  .webp .banner.careerspage .container { background: url(../images/bg-careers.webp) no-repeat bottom 40px right 20%; }
}

@media only screen and (max-width: 1190px) {

  .webp .banner.servicespage .container { background: url(../images/bg-services.webp) no-repeat bottom center; }
}

@media only screen and (max-width: 768px) {

  .webp .banner.careerspage .container { background: url(../images/bg-careers.webp) no-repeat bottom 40px right 30px; }
}

@media only screen and (max-width: 768px) {

  .webp .banner.aboutpage { background-image: url(../images/bg-banner-about-640.webp); }
  .banner.aboutpage {
  background-size: contain!important;
  }
}

@media only screen and (max-width: 768px) {

  .webp .banner.servicespage { background: url(../images/bg-services-640.webp) bottom center no-repeat #BD0909 !important; }
}

@media only screen and (max-width: 640px) {

  .webp .banner.main-banner { background: url(../images/main-banner-640.webp) no-repeat bottom center ; }
}

@media only screen and (max-width: 640px) {

  .webp .banner.servicespage { background: url(../images/bg-services2.webp) bottom center no-repeat #BD0909 !important; }
}

@media only screen and (max-width: 640px) {

  .webp .banner.careerspage .container { background: url(../images/bg-careers.webp) no-repeat bottom 40px center; }
    .banner.main-banner .title-main {
    margin: 78px auto 0;
}
}

@media only screen and (max-width: 320px) {

  .webp .banner.main-banner { background: url(../images/main-banner-320.webp) no-repeat bottom center; }
  .banner.main-banner .title-main {
    margin: 56px auto 0;
}
}

.news-event .item {  
        display: none; 
    }
    .news-event .row:after {
        content: "";
        display: table;
        clear: both;
    }
    .news-event .show {
      display: block;
    }
	.item-page-news
	{
		margin-top:-200px
	}
	.item-page-news .page-header
	{
		height:488px;
		background-repeat:no-repeat;
		background-size:cover;
	display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;		  
  padding-top:90px;
  margin-bottom:130px;
  border-radius: 0px 0px 30px 30px;  
color:#fff;
	}
	.item-page-news .container
	{
	
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;	
	}
		.item-page-news .page-header h1
	{
  color:#fff;	
    text-align: center;  
	}
	
.inter-form h2
{
	font-size: 26px;
line-height: 140%;
color: #000000;
margin-bottom:37px
}
.inter-form .formResponsive .formHorizontal .formControls {
    margin-left: 0;
}
.inter-form .formResponsive input[type="text"], .inter-form .formResponsive input[type="number"], .inter-form .formResponsive input[type="email"], .inter-form .formResponsive input[type="tel"], .inter-form .formResponsive input[type="url"], .inter-form .formResponsive input[type="password"] {
    background: none;
    border: 1px solid #BFBFBF;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
height: 50px;
width:90%!important;
font-size: 18px;
color: #000000;
padding:0 5%;
margin:0
}
.inter-form .formResponsive textarea {
    background: none;
    border: 1px solid #BFBFBF;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
height: 150px;
width:90%!important;
font-size: 18px;
color: #000000;
padding:2% 5%;
margin:0
}
.inter-form .formResponsive .formHorizontal .rsform-block {
    margin-bottom: 0;
}
.inter-form .formResponsive .formHorizontal p.formDescription {
    margin-top: 0;
}
.inter-form .rsform-block-please-make
{
margin-bottom:40px!important;
padding: 30px 60px 30px 90px;
background:url(../images/please-make-ico.png) left 27px top 30px no-repeat #F5F5F5;
font-size: 14px;
line-height: 160%;
}
.inter-form input[type="submit"], 
.inter-form button[type="submit"]
 {
background: url(../images/bg-submit.png) right 30px top 20px no-repeat #BD0909;
border-radius: 20px;
border:none;
    text-shadow: none;
	line-height:50px;
	padding:0 60px 0 30px;
	font-weight: 500;
font-size: 18px;
text-transform: capitalize;

}
.nav-child {
    display: none;
    position: absolute;
    top: 90px;
    width: 200px;
    background: #fff;
    left: 0;
	padding:15px 0;
	  -webkit-box-shadow: 0px 0px 5px 0px #8D8D8D;
box-shadow: 0px 5px 5px 0px #8D8D8D;
}
.nav-child .topmenu__item a {
    line-height: 40px;
}
li.parent
{
	position:relative
}
li.topmenu__item:hover .nav-child 
{
	display:block
}
.header .topmenu__list .active .nav-child a{
  border-bottom:none;
}
@media only screen and (max-width: 768px) {
.pr10
{
	padding-right:0!important
}
.nav-child {
    display: block;
    position: static;
    top: 0px;
    width: auto;
	padding:0 0 0 15px;
	  -webkit-box-shadow: none;
box-shadow: none;
}
.nav-child .topmenu__item a {
    line-height: inherit;
}
.nav-child li {
    list-style:circle
}
.item-page-news .page-header
	{
		height:1024px;
		  padding-top:68px;
  margin-bottom:104px;
	}
	.inter-form .rsform-block-please-make
{
padding: 30px 40px 30px 50px;
background:url(../images/please-make-ico.png) left 8px top 22px no-repeat #F5F5F5;

}
.inter-form h2
{
	font-size: 20px;
}
}

@media only screen and (max-width: 640px) {
	.item-page-news .page-header
	{
		height:556px;
		  padding-top:54px;
  margin-bottom:100px;
	}

}
.soc-icons
{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;	
  margin-top:20px
}
.soc-icons li
{
  margin-right: 20px;	
  border: 1px solid #000000;
  padding:5px;
  border-radius:17px;
      opacity: 0.6;
	  transition: all 0.3s;
}
.soc-icons li:hover
{

      opacity: 1;
}




