html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: "";
  content: none;
}

q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  padding-top: 100px;
  background-size: contain;
}

* {
  box-sizing: border-box;
}

a {
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Inter", sans-serif;
  font-weight: 800;
  line-height: 1.4;
}

h1 {
  font-size: 60px;
  text-transform: uppercase;
}

h2 {
  font-family: "Inter", sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  font-size: 36px;
  line-height: 1.4;
  margin-bottom: 20px;
}

h3 {
  font-family: "Inter", sans-serif;
  font-weight: 800;
  font-size: 24px;
  line-height: 1.4;
  margin-bottom: 20px;
}

p {
  font-size: 18px;
  line-height: 1.4;
  margin-bottom: 20px;
}

ul.content {
  margin-left: 20px;
  margin-bottom: 30px;
}
ul.content li {
  margin-bottom: 10px;
  font-size: 18px;
  list-style-type: disc;
}

.bg-dark {
  background: #373947;
  color: #FFFFFF;
}

.italic {
  font-family: "TTFirsNeue-LightItalic", sans-serif;
  font-style: italic;
  font-weight: 300;
}

.paginator li {
  padding: 20px 25px;
  border-right: 1px solid rgba(0, 0, 0, 0.15);
}
.paginator.next_prev li {
  padding: 0;
  width: 50%;
  text-align: center;
}
.paginator.next_prev li.cp {
  cursor: pointer;
}
.paginator.next_prev li button {
  width: 100%;
  height: 50px;
  font-family: "TTNorms-Regular", sans-serif;
  text-transform: capitalize;
}

.breadcrumb {
  padding-top: 24px;
}
.breadcrumb ul {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
.breadcrumb ul li {
  color: rgba(255, 255, 255, 0.5);
  margin-right: 32px;
}
.breadcrumb ul li a {
  color: #fff;
  text-decoration: none;
  position: relative;
}
.breadcrumb ul li a:after {
  content: "/";
  display: block;
  position: absolute;
  right: -21px;
  top: 1px;
  color: rgba(255, 255, 255, 0.5);
}
.breadcrumb ul li:last-child {
  margin-right: 0;
}

@media (min-width: 1400px) and (max-width: 1660px) {
  h1 {
    font-size: 54px;
    text-transform: uppercase;
  }

  .breadcrumb ul {
    margin-bottom: 33px;
  }

  .head2 {
    font-size: 52px;
  }

  .head3 {
    font-size: 32px;
  }
}
@media (max-width: 1023px) {
  h1 {
    font-size: 42px;
    line-height: 1.4;
  }

  .head2 {
    font-size: 48px;
  }

  .breadcrumb ul li a {
    font-size: 16px;
  }

  .breadcrumb ul li a:after {
    top: 2px;
  }

  .img404 {
    width: 100%;
    margin-top: 40px;
  }

  .head404 div {
    display: inline;
  }
}
.container {
  max-width: 1440px;
  margin: 0 auto;
}

.row {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-gap: 0;
  width: 100%;
  margin: 0 auto;
  max-width: 1570px;
}

@media (min-width: 1400px) {
  .row {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    max-width: 100%;
    grid-gap: 0;
    margin: 0 auto;
    width: calc(100% - 160px);
    position: relative;
  }

  .col-0 {
    display: none !important;
  }

  .col-1 {
    grid-column: span 1;
  }

  .col-2 {
    grid-column: span 2;
  }

  .col-3 {
    grid-column: span 3;
  }

  .col-4 {
    grid-column: span 4;
  }

  .col-5 {
    grid-column: span 5;
  }

  .col-6 {
    grid-column: span 6;
  }

  .col-7 {
    grid-column: span 7;
  }

  .col-8 {
    grid-column: span 8;
  }

  .col-9 {
    grid-column: span 9;
  }

  .col-10 {
    grid-column: span 10;
  }

  .col-11 {
    grid-column: span 11;
  }

  .col-12 {
    grid-column: span 12;
  }

  .middle-border-12:before, .middle-border-12-light:before {
    left: 33.3333333333%;
  }
  .middle-border-12:after, .middle-border-12-light:after {
    left: calc(66.6666666667% - 1.5px);
  }
}
@media (min-width: 1024px) and (max-width: 1399px) {
  .row {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    max-width: 100%;
    grid-gap: 0;
    padding: 0 30px;
    position: relative;
  }

  .m-col-0 {
    display: none;
  }

  .m-col-1 {
    grid-column: span 1;
  }

  .m-col-2 {
    grid-column: span 2;
  }

  .m-col-3 {
    grid-column: span 3;
  }

  .m-col-4 {
    grid-column: span 4;
  }

  .m-col-5 {
    grid-column: span 5;
  }

  .m-col-6 {
    grid-column: span 6;
  }

  .m-col-7 {
    grid-column: span 7;
  }

  .m-col-8 {
    grid-column: span 8;
  }

  .m-col-9 {
    grid-column: span 9;
  }

  .m-col-10 {
    grid-column: span 10;
  }

  .m-col-11 {
    grid-column: span 11;
  }

  .m-col-12 {
    grid-column: span 12;
  }
}
/*media 769-1024*/
@media (min-width: 600px) and (max-width: 1023px) {
  .mobile {
    display: flex !important;
  }

  .desktop {
    display: none !important;
  }

  .s-col-1 {
    grid-column: span 1;
  }

  .s-col-2 {
    grid-column: span 2;
  }

  .s-col-3 {
    grid-column: span 3;
  }

  .s-col-4 {
    grid-column: span 4;
  }

  .s-col-5 {
    grid-column: span 5;
  }

  .s-col-6 {
    grid-column: span 6;
  }

  .s-col-7 {
    grid-column: span 7;
  }

  .s-col-8 {
    grid-column: span 8;
  }

  .s-col-9 {
    grid-column: span 9;
  }

  .s-col-10 {
    grid-column: span 10;
  }

  .s-col-11 {
    grid-column: span 11;
  }

  .s-col-12 {
    grid-column: span 12;
  }

  .s-col-0 {
    display: none;
  }
}
/*media 481-768*/
@media (max-width: 575px) {
  .row {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    max-width: 100%;
    grid-gap: 0;
    padding: 0;
    margin: 0 auto;
    position: relative;
  }

  .mobile {
    display: flex !important;
  }

  .desktop {
    display: none !important;
  }
}
/*media max 480*/
@media (max-width: 1023px) {
  .row {
    grid-template-columns: repeat(12, 1fr);
    max-width: 100%;
    width: calc(100% - 40px);
    grid-gap: 0;
    margin: 0 20px;
    position: relative;
  }
  .row .row {
    margin: 0;
    width: 100%;
  }

  .xs-col-1 {
    grid-column: span 1;
  }

  .xs-col-2 {
    grid-column: span 2;
  }

  .xs-col-3 {
    grid-column: span 3;
  }

  .xs-col-4 {
    grid-column: span 4;
  }

  .xs-col-5 {
    grid-column: span 5;
  }

  .xs-col-6 {
    grid-column: span 6;
  }

  .xs-col-7 {
    grid-column: span 7;
  }

  .xs-col-8 {
    grid-column: span 8;
  }

  .xs-col-9 {
    grid-column: span 9;
  }

  .xs-col-10 {
    grid-column: span 10;
  }

  .xs-col-11 {
    grid-column: span 11;
  }

  .xs-col-12 {
    grid-column: span 12;
  }

  .xs-col-0 {
    display: none;
  }
}
.btn {
  text-transform: uppercase;
  padding: 12px 23px;
  display: flex;
  align-items: center;
  font-size: 14px;
  transition: 0.3s background-color;
  border: 0;
  box-shadow: none;
  cursor: pointer;
  border-radius: 4px;
}

.btn-black {
  background: #000;
  color: #FFFFFF;
}
.btn-black:hover {
  background: rgba(0, 0, 0, 0.8);
}

.btn-yellow {
  color: #000000;
  background: #F4DF66;
}
.btn-yellow:hover {
  background: #e1cb53;
}

.btn-big {
  padding: 16px 30px;
  font-size: 16px;
}

.header {
  position: fixed;
  top: 0;
  width: 100vw;
  height: 100px;
  background: #fff;
  z-index: 999;
  box-shadow: 1px 0 10px rgba(0, 0, 0, 0.2);
}
.header .container {
  display: flex;
  align-items: center;
  height: 100px;
}
.header .container .row > div {
  display: flex;
  align-items: center;
  height: 100px;
}
.header .topmenu {
  padding-left: 25px;
  justify-content: center;
}
.header .callback {
  justify-content: flex-end;
  margin-right: 20px;
}
.header .lang-switcher {
  justify-content: flex-end;
}
.header .burger-menu {
  margin-right: 25px;
}

.header .logo {
  width: 136px;
  height: 82px;
  background: url("../images/newlogo.svg") 0 0 no-repeat;
  background-size: contain;
}

.burger {
  display: block;
}

.burger a {
  width: 30px;
  height: 20px;
  position: relative;
  display: flex;
  align-items: center;
}

.burger a span {
  display: block;
  width: 30px;
  height: 3px;
  background: #2D51AD;
  transition: 0.3s all;
}

.burger a:before {
  content: "";
  display: block;
  width: 30px;
  height: 3px;
  background: #2D51AD;
  position: absolute;
  left: 0;
  top: 0;
  transition: 0.3s all;
}

.burger a:after {
  content: "";
  display: block;
  width: 30px;
  height: 3px;
  background: #2D51AD;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: 0.3s all;
}

.burger.active a:before {
  transform: rotate(45deg);
  top: 8px;
  transition: 0.3s all;
}

.burger.active a span {
  opacity: 0;
  transition: 0.3s all;
}

.burger.active a:after {
  transform: rotate(-45deg);
  bottom: 8px;
  transition: 0.3s all;
}

.burger-menu {
  position: relative;
}

.leftmenu {
  position: absolute;
  opacity: 0;
  left: 0;
  top: 100px;
  height: calc(100vh - 100px);
  width: 250px;
  background: #2D51AD;
  color: #FFFFFF;
  z-index: -99999;
  pointer-events: none;
  padding: 20px;
  transition: 0.3s all;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.leftmenu.active {
  opacity: 1;
  pointer-events: all;
  z-index: 99999;
  transition: 0.3s all;
}
.leftmenu a {
  color: #FFFFFF;
  text-transform: uppercase;
}
.leftmenu ul li {
  margin-bottom: 15px;
}

ul.desktop-menu {
  display: flex;
  align-items: center;
}
ul.desktop-menu li {
  margin-right: 37px;
}
ul.desktop-menu li:last-child {
  margin-right: 0;
}
ul.desktop-menu li a {
  text-transform: uppercase;
  font-size: 14px;
  color: #000;
}

.lang-switcher ul {
  display: flex;
  align-items: center;
}
.lang-switcher ul li {
  margin-right: 15px;
  position: relative;
}
.lang-switcher ul li a {
  color: #000;
  font-size: 14px;
}
.lang-switcher ul li:last-child {
  margin-right: 0;
}
.lang-switcher ul li.current-lang a {
  color: #FFFFFF;
}
.lang-switcher ul li.current-lang:before {
  position: absolute;
  content: "";
  display: block;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 28px;
  height: 28px;
  background: #000;
  border-radius: 50%;
  z-index: -1;
}

@media (max-width: 1023px) {
  .header .topmenu {
    display: none !important;
  }

  .header .callback {
    font-size: 0;
  }
  .header .callback a {
    width: 50px;
    height: 40px;
    font-size: 0;
    background: url("../images/ico-call.svg") center center no-repeat #000;
  }
}
@media (max-width: 720px) {
  body {
    padding-top: 80px;
  }

  .header {
    height: 80px;
  }

  .header .container .row > div {
    height: 80px;
  }

  .header .container {
    height: 80px;
  }

  .leftmenu {
    top: 80px;
    height: calc(100vh - 80px);
  }

  .header .logo {
    width: 58px;
    background-size: cover;
  }
}
.footer {
  background-color: #2B2B2B;
  color: #FFFFFF;
  font-size: 16px;
}
.footer .col-4 {
  padding-top: 20px;
  padding-bottom: 43px;
  position: relative;
}

.copyright {
  position: absolute;
  bottom: 43px;
  left: 0;
}

.foot-logo {
width: 136px;
height: 82px;
  background: url(../images/logo-footer2.svg) 0 0 no-repeat;
  background-size: contain;
  margin-bottom: 20px;
  margin-left: -15px;
}

.footer .foot-column {
  padding-top: 43px;
}
.footer .foot-column .head {
  font-size: 16px;
  margin-bottom: 20px;
  text-transform: uppercase;
  opacity: 0.8;
}
.footer .foot-column a {
  color: #fff;
  text-decoration: underline;
  margin-right: 20px;
}
.footer .foot-column .head + div {
  margin-bottom: 20px;
}

.slider {
  height: 385px;
  background: url("../images/slide.jpg") center center no-repeat;
  color: #FFFFFF;
}
.slider h1 {
  text-align: center;
  margin-top: 60px;
}
.slider h1 span {
  display: block;
}
.slider .btn-group {
  margin-top: 55px;
  display: flex;
  justify-content: center;
}
.slider .btn-group .btn {
  margin-right: 25px;
}
.slider .btn-group .btn:last-child {
  margin-right: 0;
}
.slider .slider_w {
  display: flex;
  flex-direction: column;
}

.workers-prems {
  padding-top: 90px;
  text-align: center;
}
.workers-prems > div {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.workers-prems .head {
  margin-top: 40px;
  font-size: 20px;
  font-weight: 800;
  line-height: 1.4;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.workers-prems .head span {
  display: block;
}
.workers-prems .desc {
  font-size: 16px;
  line-height: 1.4;
  color: #999999;
  max-width: 270px;
}

.divider {
  width: 200px;
  height: 5px;
  background: #F4DF66;
  margin-top: 25px;
}

.workers-prems-foot {
  margin-top: 60px;
}
.workers-prems-foot > div {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.workers-prems-foot .head {
  text-transform: uppercase;
  font-size: 36px;
  line-height: 1.4;
  font-weight: 800;
  margin-top: 33px;
  margin-bottom: 33px;
  text-align: center;
}
.workers-prems-foot .head span {
  display: block;
}

.about-block {
  margin-top: 50px;
  background: rgba(109, 134, 150, 0.1);
  min-height: 389px;
}
.about-block .logos {
  position: relative;
}
.about-block .logo_w {
  width: 299px;
  height: 317px;
  background: url("../images/circles.svg") center center no-repeat;
  background-size: contain;
  position: absolute;
  left: 50%;
  top: 10%;
  transform: translateX(-50%);
}
.about-block .logo_in {
  display: none;
  background: url("../images/logo2.svg") center center no-repeat;
  width: 154px;
  height: 123px;
  background-size: contain;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-30px);
}

.about-text .head {
  text-transform: uppercase;
  font-size: 42px;
  line-height: 1.4;
  font-weight: 800;
  margin-top: 75px;
  margin-bottom: 40px;
}
.about-text .desc {
  font-size: 20px;
}
.about-text .desc p {
  margin-bottom: 25px;
}

.counts {
  margin-top: 90px;
}
.counts .head {
  text-align: center;
  font-size: 120px;
  font-weight: 800;
}
.counts .desc {
  font-size: 20px;
  text-align: center;
}

.gallery {
  margin-top: 90px;
  display: flex;
  flex-wrap: wrap;
}
.gallery div {
  width: 20%;
  font-size: 0;
  line-height: 0;
}
.gallery div img {
  max-width: 100%;
  height: auto;
}

.block-yellow {
  background: #F4DF66;
  color: #000;
  padding-top: 80px;
  padding-bottom: 80px;
}
.block-yellow .head {
  text-transform: uppercase;
  font-size: 36px;
  font-weight: 800;
  text-align: center;
  margin-bottom: 18px;
}
.block-yellow .desc {
  text-transform: uppercase;
  text-align: center;
  font-size: 22px;
  margin-bottom: 50px;
}
.block-yellow.fancybox__content {
  background: #F4DF66;
  color: #000;
}

.form .f-line {
  display: flex;
  margin-bottom: 25px;
  position: relative;
}
.form .f-line:last-child {
  margin-bottom: 0;
}
.form .f-line div {
  display: flex;
  flex-direction: column;
}
.form .f-line label {
  font-size: 16px;
  margin-bottom: 10px;
}
.form input[type=text], .form input[type=tel] {
  border: 1px solid #BCBCBC;
  background: #fff;
  box-shadow: none;
  height: 45px;
  width: 100%;
  padding: 5px;
  font-size: 14px;
}
.form textarea {
  border: 1px solid #BCBCBC;
  background: #fff;
  box-shadow: none;
  height: 160px;
  width: 100%;
  padding: 5px;
  font-size: 14px;
}
.form .w50 {
  width: 50%;
}
.form .w50 + .w50 {
  margin-left: 15px;
}
.form .w100 {
  width: 100%;
}
.form p {
  margin-bottom: 0;
}
.form .wpcf7-spinner {
  position: absolute;
  left: -60px;
  top: 11px;
}
.form input[type=text].wpcf7-not-valid {
  border: 1px solid red;
}
.form .wpcf7-not-valid-tip {
  display: none;
}

.faceb {
  padding-top: 80px;
  padding-bottom: 80px;
}
.faceb .eapps-link[style] {
  display: none !important;
}
.faceb .head {
  text-transform: uppercase;
  font-size: 36px;
  font-weight: 800;
  margin-bottom: 40px;
  text-align: center;
}

@media (max-width: 720px) {
  .slider .btn-group {
    flex-direction: column;
    align-items: center;
  }
  .slider .btn-group .btn {
    margin-bottom: 15px;
    margin-right: 0;
  }
  .slider .btn-group .btn:last-child {
    margin-bottom: 0;
  }

  .workers-prems > div {
    margin-bottom: 35px;
  }

  .counts > div {
    margin-bottom: 80px;
  }

  .gallery div {
    width: 33.3%;
  }
  .gallery div:last-child {
    display: none;
  }
}

/*# sourceMappingURL=main.css.map */
