html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  color: #212529;
  font-family: "Source Sans 3";
  font-size: 18px;
  font-weight: 400;
  line-height: 140%;
  overflow-x: hidden;
}

h1, .h1 {
  font-size: 50px;
  font-weight: 600;
  line-height: 110%;
  letter-spacing: -1.5px;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  h1, .h1 {
    font-size: 30px;
  }
}

h2 {
  font-size: 30px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.9px;
  color: #CB0534;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  h2 {
    font-size: 26px;
    letter-spacing: -0.78px;
    margin-bottom: 20px;
  }
}

h3 {
  font-size: 26px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.78px;
}
@media only screen and (max-width: 767px) {
  h3 {
    font-size: 20px;
    letter-spacing: -0.6px;
  }
}

h4 {
  font-size: 24px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.72px;
  color: #002F6E;
}
@media only screen and (max-width: 767px) {
  h4 {
    font-size: 20px;
    letter-spacing: -0.6px;
  }
}

p {
  margin: 15px 0 20px;
}

small {
  font-size: 16px;
  font-weight: 300;
}

div {
  font-size: 14px;
}

a {
  color: #002F6E;
  text-decoration: none;
}

ol, ul, dl {
  margin-bottom: 0;
}

img {
  width: 100%;
}

.blue {
  background: #EBF0F5;
}

.divider {
  width: 100%;
  height: 2px;
  background-color: #002F6E;
  opacity: 0.4;
}

.wrapper {
  max-width: 1324px;
  padding: 0 20px;
  margin: auto;
}
@media only screen and (max-width: 539px) {
  .wrapper {
    padding: 0 15px;
  }
}

.btn {
  border-radius: 3px;
  font-size: 14px;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  text-decoration: none;
  width: 180px;
  padding: 10px;
  cursor: pointer;
  outline: none;
}
@media only screen and (max-width: 539px) {
  .btn {
    width: 160px;
  }
}
.btn:hover {
  color: #fff;
}
.btn-blue {
  color: #fff;
  background-color: rgba(0, 47, 110, 0.6);
}
.btn-red {
  width: 220px;
  font-weight: 700;
  color: #fff;
  background-color: #CB0534;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 10px 15px;
}

.arrow {
  content: url(/wp-content/themes/esp/dist/img/arrow.svg);
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.flex .item-4 {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 25%;
          flex: 1 1 25%;
  max-width: 25%;
}
.flex .item-3 {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 33.3%;
          flex: 1 1 33.3%;
  max-width: 33.3%;
}
.flex .item-2-3 {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 66.6%;
          flex: 1 1 66.6%;
  max-width: 66.6%;
  -ms-flex: 1 1 100%;
      flex: 1 1 100%;
  max-width: 100%;
}
.flex .item-2 {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%;
  max-width: 50%;
}

.header {
  height: 90px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-social {
  margin-left: 40px;
  gap: 6px;
}
@media only screen and (max-width: 1023px) {
	.header-social {
	  display: none;
	}
}

.contact.header-social {
    margin-left: 0;
    margin-top: 14px;
    margin-bottom: 22px;
    gap: 10px;
}

.contact.header-social img.linkedin {
	width: 36px;
	height: 36px;
}

.header-social img {
  width: 36px;
  height: 36px;
  border-radius: 3px;
}

.header-social img.youtube {
  background-color: #BA0C2F;
  border: 3px solid #BA0C2F;
}
.header-social img.facebook {
  background-color: #002F6C;
  border: 3px solid #002F6C;
}
.header-social img.linkedin {
  background-color: #0077B5;
  border: 3px solid #0077B5;
}
@media only screen and (max-width: 1023px) {
	.header-lang {
		margin-right: 80px;
	}
}
@media only screen and (max-width: 767px) {
	.header-lang {
		margin-right: 60px;
	}
}
.header-lang .languages {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  position: relative;
  top: -1px;
}
.header-lang .languages .lang-item {
  list-style-type: none;
  text-align: center;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: -0.48px;
  border-bottom: 2px solid #002F6C;
}
.header-lang .languages .current-lang {
  opacity: 0.6;
}
.header-lang .languages a {
  width: 40px;
  height: 36px;
  color: #002F6C;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration: none;
}

.main-navigation {
  background-image: none;
}
@media only screen and (max-width: 1023px) {
  .main-navigation {
    display: none;
  }
}
.main-navigation ul {
  padding: 0;
}
.main-navigation ul.menu {
  height: 50px;
  background: #005EAD;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
  margin: 0;
}
.main-navigation ul.menu > li {
  margin: 0;
}
.main-navigation ul.menu > li > a {
  font-family: "Source Sans 3";
  font-size: 18px;
  letter-spacing: -0.54px;
  padding: 12px 22px;
}

.news {
  margin: 100px auto 180px;
}
@media only screen and (max-width: 1023px) {
  .news {
    margin: 70px auto 150px;
  }
}
@media only screen and (max-width: 767px) {
  .news {
    margin: 60px auto 140px;
  }
}
.news-content {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
}
@media only screen and (max-width: 767px) {
  .news-content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.news-content .item {
  border-radius: 3px;
  background: #EBF0F5;
}
.news-content .item:first-child .item-content {
  padding: 22px 30px 30px;
  height: 280px;
}
.news-content .item:first-child h4 {
  font-size: 26px;
  max-height: 75px;
  overflow: hidden;
  margin-bottom: 0;
}
.news-content .item:first-child p {
	display: block;
	margin: 0;
    max-height: 80px;
    overflow: hidden;
}
@media only screen and (max-width: 1279px) {
  .news-content .item:first-child p {
    display: none;
  }
}
@media only screen and (max-width: 1279px) {
  .news-content .item:first-child .item-content {
    padding: 15px 20px 20px;
    height: 240px;
  }
}
@media only screen and (max-width: 1279px) and (max-width: 767px) {
  .news-content .item:first-child .item-content {
    height: 210px;
  }
}
@media only screen and (max-width: 1279px) {
  .news-content .item:first-child h4 {
    font-size: 24px;
    max-height: 140px;
  }
}
@media only screen and (max-width: 1279px) and (max-width: 767px) {
  .news-content .item:first-child h4 {
    font-size: 20px;
  }
}
.news-content .item-content {
  height: 240px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 15px 20px 20px;
}
@media only screen and (max-width: 767px) {
  .news-content .item-content {
    height: 210px;
  }
}
.news-content .item-content h4 {
  max-height: 135px;
  margin-bottom: 20px;
  overflow: hidden;
}

.news-content .item-content p {
  	display: none;
}

.news-content .item-content .flex {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.news-content .item-3 {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 32.1%;
          flex: 1 1 32.1%;
  max-width: 32.1%;
}
@media only screen and (max-width: 1279px) {
  .news-content .item-3 {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 48.9%;
            flex: 1 1 48.9%;
    max-width: 48.9%;
  }
}
@media only screen and (max-width: 1023px) {
  .news-content .item-3 {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 48.5%;
            flex: 1 1 48.5%;
    max-width: 48.5%;
  }
}
@media only screen and (max-width: 767px) {
  .news-content .item-3 {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
  }
}
.news-content .item-3:first-child {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.news-content .item-3:first-child img {
  width: 412px;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 1279px) {
  .news-content .item-3:first-child img {
		width: 100%;
		height: 280px;
		object-fit: cover;
		overflow: hidden;
  }
}
@media only screen and (max-width: 1279px) {
  .news-content .item-3:first-child {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 48.9%;
            flex: 1 1 48.9%;
    max-width: 48.9%;
    display: block;
  }
}
@media only screen and (max-width: 1023px) {
  .news-content .item-3:first-child {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 48.5%;
            flex: 1 1 48.5%;
    max-width: 48.5%;
  }
}
@media only screen and (max-width: 767px) {
  .news-content .item-3:first-child {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
  }
  .news-content .item-3:first-child img {
    width: 100%;
  }
}
.news-content .item-3 img {
  	width: 100%;
	max-height: 280px;
	object-fit: cover;
  	overflow: hidden;
}
.news .btn-red {
  margin-top: 40px;
  float: right;
}
@media only screen and (max-width: 767px) {
  .news .btn-red {
    margin-top: 30px;
  }
}

.help {
  margin: 100px auto;
  position: relative;
}
@media only screen and (max-width: 1023px) {
  .help {
    margin: 70px auto 80px;
  }
}
@media only screen and (max-width: 1279px) {
  .help > .flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .help > .flex .item-2 {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
  }
}
@media only screen and (max-width: 1279px) {
  .help-content {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 1023px) {
  .help-content {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .help-content {
    margin-bottom: 0;
  }
}
.help-content h4, .help-content p {
  width: 520px;
}
@media only screen and (max-width: 1279px) {
  .help-content h4, .help-content p {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .help-content p {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1023px) {
  .help-content-add {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.help-content-add .item-3 {
  position: relative;
  left: -55px;
}
@media only screen and (max-width: 1279px) {
  .help-content-add .item-3 {
    left: 0;
  }
}
@media only screen and (max-width: 1023px) {
  .help-content-add .item-3 {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
  }
}
@media only screen and (max-width: 1279px) {
  .help-content-add .item-3 img {
    width: 305px;
  }
}
@media only screen and (max-width: 539px) {
  .help-content-add .item-3 img {
    width: 150px;
  }
}
.help-content-add-price {
  width: 210px;
  border-radius: 3px;
  background: #EBF0F5;
  padding: 20px 22px 22px;
  margin-bottom: 20px;
  position: relative;
  right: -40px;
}
@media only screen and (max-width: 1365px) {
  .help-content-add-price {
    right: -27px;;
  }
}

@media only screen and (max-width: 1279px) {
  .help-content-add-price {
    width: 305px;
	margin-right: 20px;
	right: 0;
  }
}
@media only screen and (max-width: 1023px) {
  .help-content-add-price {
    right: 0;
	margin-right: 0;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.help-content-add-price .h1 {
  color: #CB0534;
  white-space: nowrap;
  font-weight: 700;
}
.help-content-add-price .h1 span {
  font-weight: 700;
  font-size: 32px;
  text-transform: lowercase;
}
.help-content-add-price p {
  color: #002F6E;
  font-size: 14px;
  font-weight: 600;
  line-height: 110%;
  letter-spacing: -0.42px;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .help-content-add-price p {
    font-size: 18px;
  }
}
.help-content-add .tube {
  width: 250px;
}
@media only screen and (max-width: 1365px) {
	.help-content-add .tube {
	  width: 237px;
	}
}
@media only screen and (max-width: 1023px) {
  .help-content-add .tube {
    margin-bottom: 20px;
  }
}
.help-content h4 {
  font-weight: 700;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1279px) {
  .help-content .btn {
    position: absolute;
    bottom: 0;
  }
}
@media only screen and (max-width: 1023px) {
  .help-content .btn {
    bottom: -80px;
  }
}
@media only screen and (max-width: 767px) {
  .help-content .btn {
    bottom: -70px;
  }
}
.help .tender {
  margin-top: 100px;
  max-height: 330px;
  overflow: hidden;
}
@media only screen and (max-width: 1279px) {
  .help .tender {
    max-height: none;
  }
}
@media only screen and (max-width: 1023px) {
  .help .tender {
    margin-top: 150px;
  }
}
@media only screen and (max-width: 767px) {
  .help .tender {
    margin-top: 140px;
  }
}
.help .tender-content {
  border-radius: 3px;
  background: #EBF0F5;
  padding: 25px 30px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .help .tender-content {
    padding: 25px 20px 20px;
  }
}
.help .tender h2 {
  margin-bottom: 25px;
}
.help .tender p {
  margin-top: 25px;
}
.help .tender-button {
  -ms-flex-item-align: end;
      align-self: flex-end;
}

.video {
  padding: 100px 0;
  padding-left: 320px;
  background: -webkit-gradient(linear, right top, left top, from(#1E78B3), to(#015E9E));
  background: -o-linear-gradient(right, #1E78B3 0%, #015E9E 100%);
  background: linear-gradient(270deg, #1E78B3 0%, #015E9E 100%);
}
@media only screen and (max-width: 1023px) {
  .video {
    padding: 80px 0;
  }
}
@media only screen and (max-width: 1699px) {
  .video {
    padding-left: 160px;
  }
}
@media only screen and (max-width: 1599px) {
  .video {
    padding-left: 80px;
  }
}
@media only screen and (max-width: 1439px) {
  .video {
    padding-left: 40px;
  }
}
@media only screen and (max-width: 1365px) {
  .video {
    padding-left: 20px;
  }
}
@media only screen and (max-width: 1023px) {
  .video {
    padding: 60px 20px;
  }
}
.video h2 {
  color: #fff;
}
.video h4 {
  color: #fff;
  font-weight: 600;
  margin-top: 20px;
}
.video-content {
  overflow: scroll;
  scrollbar-width: none;
}
.video-content::-webkit-scrollbar {
  display: none;
}
.video-content .flex {
  gap: 20px;
}
.video-item-img {
  width: 510px;
  height: 280px;
}
@media only screen and (max-width: 539px) {
	.video-item-img {
	  width: 320px;
	  height: 200px;
	}
}
@media only screen and (max-width: 767px) {
  .video-item img, .video-item iframe {
    width: 500px;
    height: 300px;
  }
}
@media only screen and (max-width: 539px) {
  .video-item img, .video-item iframe {
    width: 340px;
    height: 200px;
  }
}
.video .navigation {
  margin-top: 35px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-right: 320px;
}
@media only screen and (max-width: 1699px) {
  .video .navigation {
    padding-right: 160px;
  }
}
@media only screen and (max-width: 1599px) {
  .video .navigation {
    padding-right: 80px;
  }
}
@media only screen and (max-width: 1439px) {
  .video .navigation {
    padding-right: 40px;
  }
}
@media only screen and (max-width: 1365px) {
  .video .navigation {
    padding-right: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .video .navigation {
    padding-right: 0;
  }
}
.video .navigation .video-nav {
  gap: 10px;
}
.video .navigation .video-nav button {
  background: none;
  outline: none;
  border: 1px solid #fff;
  width: 40px;
  height: 40px;
  border-radius: 3px;
}
.video .navigation .video-nav button:hover {
  opacity: 0.5;
}
.video .navigation .video-nav button:first-child .arrow {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.video .navigation .video-nav button .arrow {
  position: relative;
  top: 2px;
}

footer {
  background: #002F6E;
}
footer .footer {
  padding-top: 100px;
}
@media only screen and (max-width: 1023px) {
  footer .footer {
    padding-top: 80px;
  }
}
@media only screen and (max-width: 539px) {
  footer .footer {
    padding-top: 60px;
  }
}
footer .footer-content {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
}
@media only screen and (max-width: 1023px) {
  footer .footer-content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
footer .footer-content img {
  width: 290px;
  margin-bottom: 70px;
}
@media only screen and (max-width: 539px) {
  footer .footer-content img {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 1023px) {
  footer .footer .item-3 {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
  }
}
footer .footer-mail {
  color: #fff;
  margin-bottom: 60px;
}
@media only screen and (max-width: 1023px) {
  footer .footer-mail {
    margin-bottom: 40px;
  }
}
footer .footer-mail a {
  color: #fff;
  font-size: 32px;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: -0.96px;
  text-decoration-line: underline;
  text-transform: uppercase;
}
@media only screen and (max-width: 539px) {
  footer .footer-mail a {
    font-size: 26px;
  }
}
footer .footer-mail p {
  font-size: 18px;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: -0.54px;
}
footer .footer-social {
  margin: 60px 0;
  gap: 6px;
}
@media only screen and (max-width: 1023px) {
  footer .footer-social {
    margin: 40px 0;
  }
}
@media only screen and (max-width: 539px) {
  footer .footer-social {
    margin: 20px 0 40px;
  }
}
footer .footer-social img {
  width: 36px;
  height: 36px;
  border-radius: 3px;
}
footer .footer-social img.youtube {
  background-color: #BA0C2F;
  border: 3px solid #fff;
}
footer .footer-social img.facebook {
  background-color: #002F6C;
  border: 3px solid #fff;
}
footer .footer-social img.linkedin {
  background-color: #0077B5;
  border: 3px solid #fff;
}
footer .footer-nav {
  color: #fff;
}
footer .footer-nav a {
  color: #fff;
}
footer .footer-nav .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0;
}
@media only screen and (max-width: 1023px) {
  footer .footer-nav .menu {
    position: relative;
    top: -65px;
  }
}
@media only screen and (max-width: 767px) {
  footer .footer-nav .menu {
    flex-wrap: wrap;
  }
  footer .footer-nav .item-2 {
    flex: 1 1 100%;
	max-width: 100%;
  }
}
@media only screen and (max-width: 539px) {
  footer .footer-nav .menu {
    top: -50px;
  }
}

footer .footer-nav .menu .menu-item {
  list-style-type: none;
  font-size: 16px;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: -0.48px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  footer .footer-nav .menu .menu-item.item-2 {
     border-bottom: 1px solid rgba(255, 255, 255, 0.40);
  }
}
footer .footer-nav .menu .menu-item a {
  display: block;
  margin-bottom: 20px;
}
footer .footer-nav .sub-menu {
  display: block;
  padding: 0;
}
footer .footer-nav .sub-menu .menu-item {
  font-size: 16px;
  font-weight: 300;
  line-height: 100%;
  letter-spacing: -0.48px;
  text-transform: none;
  margin-bottom: 0;
}
footer .footer-nav .sub-menu .menu-item a {
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
	footer .footer-nav .sub-menu .menu-item a {
	  margin-bottom: 18px;
	}
}
.copyright {
  color: #FFF;
  font-size: 12px;
  font-weight: 300;
  position: absolute;
  bottom: 105px;
}
@media only screen and (max-width: 1023px) {
  .copyright {
    position: relative;
    top: -100px;
  }
}
@media only screen and (max-width: 767px) {
  .copyright {
    top: -55px;
	margin-top: 25px;
  }
}

.copyright.dev {
	position: relative;
}

.sub-menu {
  display: none;
}

.slider-main {
  position: relative;
  height: 440px;
}
@media only screen and (max-width: 1279px) {
  .slider-main {
    height: 380px;
  }
}
.slider-main .flex {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.slider-main .slide {
  height: 100%;
  background-image: url(/wp-content/themes/esp/dist/img/bg.png);
  background-position: 0 0;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 1699px) {
  .slider-main .slide {
    background-position: -50% 0;
  }
}
@media only screen and (max-width: 1599px) {
  .slider-main .slide {
    background-position: -65% 0;
  }
}
@media only screen and (max-width: 1439px) {
  .slider-main .slide {
    background-position: -140% 0;
  }
}
@media only screen and (max-width: 1365px) {
  .slider-main .slide {
    background-position: -220% 0;
  }
}
@media only screen and (max-width: 1279px) {
  .slider-main .slide {
    background-position: -560% 0;
  }
}
@media only screen and (max-width: 1259px) {
  .slider-main .slide {
    background-position: -390px 0;
  }
}
@media only screen and (max-width: 1023px) {
  .slider-main .slide {
    background-position: -490px 0;
  }
}
@media only screen and (max-width: 869px) {
  .slider-main .slide {
    background-position: -580px 0;
  }
}
@media only screen and (max-width: 767px) {
  .slider-main .slide {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    background-position: 48% 0;
    position: relative;
    top: 220px;
    height: 160px;
  }
	.slider-main .slick-slide > div {
		height: 380px;
	}
}
.slider-main .slide-title {
  padding-left: 320px;
}
@media only screen and (max-width: 1699px) {
  .slider-main .slide-title {
    padding-left: 160px;
  }
}
@media only screen and (max-width: 1599px) {
  .slider-main .slide-title {
    padding-left: 80px;
  }
}
@media only screen and (max-width: 1439px) {
  .slider-main .slide-title {
    padding-left: 40px;
  }
}
@media only screen and (max-width: 1365px) {
  .slider-main .slide-title {
    padding-left: 20px;
  }
}
.slider-main .h1 {
  color: #fff;
    max-width: 45%;
    font-size: 46px;
}

@media only screen and (max-width: 1365px) {
  .slider-main .h1 {
    font-size: 42px;
  }
}

@media only screen and (max-width: 1279px) {
  .slider-main .h1 {
    width: 100%;
	max-width: 44%;
	font-size: 34px;
  }
}

@media only screen and (max-width: 1023px) {
  .slider-main .h1 {
    font-size: 26px;
  }
}

@media only screen and (max-width: 767px) {
  .slider-main .h1 {
    position: absolute;
	max-width: none;
    width: 100%;
    top: 20px;
  }
}

@media only screen and (max-width: 539px) {
  .slider-main .h1 {
    font-size: 21px;
  }
}

.slider-main .slide-img {
  height: 440px;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
  z-index: -1;
}
@media only screen and (max-width: 1279px) {
  .slider-main .slide-img {
    height: 380px;
  }
}
@media only screen and (max-width: 767px) {
  .slider-main .slide-img {
    height: 280px;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    position: relative;
    top: -150px;
  }
}

.site-header .panel-menu-btn {
    width: 36px;
    height: 36px;
    top: 30px;
    right: 15px;
    background: none;
}

.site-header .panel-menu-btn::before {
	content: url(/wp-content/themes/esp/dist/img/burger.svg);
}

.mm-wrapper_opening .site-header .panel-menu-btn::before {
	content: url(/wp-content/themes/esp/dist/img/close.svg);
}


.slider-main a {
	text-decoration: none;
}

.new-page .slick-dots {
  padding-left: 320px;
  width: auto;
  bottom: 85px;
}
.new-page .slick-dots li button {
	background: #fff;
}
.new-page .slick-dots li.slick-active button {
	background: #0067b9;
}
@media only screen and (max-width: 1699px) {
  .new-page .slick-dots {
    padding-left: 160px;
  }
}
@media only screen and (max-width: 1599px) {
  .new-page .slick-dots {
    padding-left: 80px;
  }
}
@media only screen and (max-width: 1439px) {
  .new-page .slick-dots {
    padding-left: 40px;
  }
}
@media only screen and (max-width: 1365px) {
  .new-page .slick-dots {
    padding-left: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .new-page .slick-dots {
    bottom: 35px;
  }
}





.footer button {
  background: none;
  border: none;
  outline: none;
  color: #fff;
  padding: 0;
  margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
  button.accordion {
    width: 100%;
    text-align: left;
    cursor: pointer;
    -webkit-transition: background-color 0.2s linear;
    -o-transition: background-color 0.2s linear;
    transition: background-color 0.2s linear;
  }
  button.accordion:after {
    content: "+";
    float: right;
    font-size: 24px;
    font-weight: 300;
  }
  button.accordion.is-open:after {
    content: "—";
    font-size: 16px;
  }
  .accordion-content {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height 0.2s ease-in-out;
    -o-transition: max-height 0.2s ease-in-out;
    transition: max-height 0.2s ease-in-out;
  }
}

@media only screen and (max-width: 539px) {
	.header-logo {
		width: 180px;	
	}
}

.developed {
	color: rgba(255, 255, 255, 1);
	font-size: 13px;
}
.developed a {
	color: rgba(255, 255, 255, 0.6);
}