@import url("https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700");
/*Background*/

p{
	margin-bottom: 2rem;
}

.slick-slide img, .advice-item .advice-content .img img{
	width: 100%;
}

/*Text*/

/*fonts*/

.container {
  width: 100%;
  max-width: 1000px;
  min-width: 320px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: auto;
}

.container-fluid {
  width: 100%;
}

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

.col-12 {
  width: 100%;
  padding-right: 2rem;
  padding-left: 2rem;
}

@media screen and (max-width: 600px) {
  .col-12 {
    padding-right: 3rem;
    padding-left: 3rem;
  }
}

.col-11 {
  width: 91.63%;
  padding-right: 2rem;
  padding-left: 2rem;
}

@media screen and (max-width: 600px) {
  .col-11 {
    width: 100%;
    padding-right: 3rem;
    padding-left: 3rem;
  }
}

.col-10 {
  width: 83.33%;
  padding-right: 2rem;
  padding-left: 2rem;
}

@media screen and (max-width: 769px) {
  .col-10 {
    width: 75%;
  }
}

@media screen and (max-width: 600px) {
  .col-10 {
    padding-right: 3rem;
    padding-left: 3rem;
  }
}

.col-9 {
  width: 75%;
  padding-right: 2rem;
  padding-left: 2rem;
}

@media screen and (max-width: 1024px) {
  .col-9 {
    width: 100%;
  }
}

@media screen and (max-width: 600px) {
  .col-9 {
    padding-right: 3rem;
    padding-left: 3rem;
  }
}

.col-8 {
  width: 66.65%;
  padding-right: 2rem;
  padding-left: 2rem;
}

@media screen and (max-width: 768px) {
  .col-8 {
    width: 60%;
  }
}

@media screen and (max-width: 600px) {
  .col-8 {
    width: 100%;
    padding-right: 3rem;
    padding-left: 3rem;
  }
}

.col-7 {
  width: 58.3%;
  padding-right: 2rem;
  padding-left: 2rem;
}

@media screen and (max-width: 1024px) {
  .col-7 {
    width: 66.6%;
  }
}

@media screen and (max-width: 768px) {
  .col-7 {
    width: 100%;
  }
}

@media screen and (max-width: 600px) {
  .col-7 {
    padding-right: 3rem;
    padding-left: 3rem;
  }
}

.col-6 {
  width: 50%;
  padding-right: 2rem;
  padding-left: 2rem;
  color: #ffffff;
}
.advantages_row_left{
  padding-right: 8rem;

}
.advantages_row_right{
  padding-left: 8rem;

}

@media screen and (max-width: 768px) {
  .col-6 {
    width: 100%;
  }
}

@media screen and (max-width: 600px) {
  .col-6 {
    padding-right: 3rem;
    padding-left: 3rem;
  }
}

.col-5 {
  width: 41.65%;
  padding-right: 5rem;
  padding-left: 2rem;
}

@media screen and (max-width: 1024px) {
  .col-5 {
    width: 33.3%;
  }
}

@media screen and (max-width: 600px) {
  .col-5 {
    width: 100%;
    padding-right: 3rem;
    padding-left: 3rem;
  }
}

.col-4 {
  padding-right: 2rem;
  padding-left: 2rem;
  width: 33.3%;
}

@media screen and (max-width: 600px) {
  .col-4 {
    width: 100%;
    padding-right: 3rem;
    padding-left: 3rem;
  }
}

.col-3 {
  width: 25%;
  padding-right: 2rem;
  padding-left: 2rem;
}

@media screen and (max-width: 768px) {
  .col-3 {
    width: 33.3%;
  }
}

@media screen and (max-width: 600px) {
  .col-3 {
    width: 100%;
    padding-right: 3rem;
    padding-left: 3rem;
  }
}

.col-2 {
  width: 16.67%;
  padding-right: 2rem;
  padding-left: 2rem;
}

@media screen and (max-width: 769px) {
  .col-2 {
    width: 33.3%;
  }
}

@media screen and (max-width: 600px) {
  .col-2 {
    width: 100%;
    padding-right: 3rem;
    padding-left: 3rem;
  }
}

.col-1 {
  width: 8.3%;
  padding-right: 2rem;
  padding-left: 2rem;
}

@media screen and (max-width: 769px) {
  .col-1 {
    width: 16.67%;
  }
}

@media screen and (max-width: 600px) {
  .col-1 {
    width: 100%;
    padding-right: 3rem;
    padding-left: 3rem;
  }
}

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

.align-items-center {
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}

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

.align-items-end {
  -webkit-box-align: end !important;
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}

.justify-space-between {
  -webkit-box-pack: justify !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}

.justify-space-center {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.justify-space-end {
  -webkit-box-pack: end !important;
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}

.justify-space-start {
  -webkit-box-pack: start !important;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}

.offset-1 {
  margin-left: 8.33%;
}

@media screen and (max-width: 600px) {
  .offset-1 {
    margin-left: 0;
  }
}

.offset-2 {
  margin-left: 16.67%;
}

@media screen and (max-width: 1024px) {
  .offset-2 {
    margin-left: 8.33%;
  }
}

@media screen and (max-width: 600px) {
  .offset-2 {
    margin-left: 0;
  }
}

.non-padding {
  margin-left: -2rem;
  margin-right: -2rem;
}

* {
  margin: 0;
  padding: 0;
  text-decoration: none;
  list-style: none;
  outline: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body {
  font-size: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  font-family: "Roboto", sans-serif;
  overflow-y: overlay;
  overflow-x: hidden;
}

.noscroll {
  overflow: hidden;
}

header,
main,
footer {
  -webkit-transition: .4s filter;
  transition: .4s filter;
}

header.de-emphasized,
main.de-emphasized,
footer.de-emphasized {
  -webkit-filter: blur(2px) opacity(0.9);
  filter: blur(2px) opacity(0.9);
  pointer-events: none;
}

h2 {
  font-family: "Roboto", sans-serif;
  font-size: 3.6rem;
  color: #364457;
  margin-bottom: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

p {
  font-family: "Roboto", sans-serif;
  font-size: 1.6rem;
  color: #364457;
  font-weight: 400;
  line-height: 1.2;

}

.btn-yellow-on-dark {
  display: inline-block;
  width: 100%;
  height: 6rem;
  max-width: 30rem;
  line-height: 6rem;
  text-align: center;
  background-color: #e9c047;
  color: #ffffff;
  font-weight: 700;
  text-shadow: 0 0 7.4px rgba(0, 0, 0, 0.15);
  font-size: 1.6rem;
  text-transform: uppercase;
  cursor: pointer;
  border: none;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.btn-yellow-on-dark:hover {
  -webkit-box-shadow: 0 0 10px 1px rgba(255, 255, 255, 0.7);
  box-shadow: 0 0 10px 1px rgba(255, 255, 255, 0.7);
}

.btn-yellow-on-light {
  display: inline-block;
  width: 100%;
  height: 6rem;
  max-width: 30rem;
  line-height: 6rem;
  text-align: center;
  background-color: #e9c047;
  text-shadow: 0 0 7.4px rgba(0, 0, 0, 0.15);
  color: #ffffff;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  font-size: 1.6rem;
  text-transform: uppercase;
  cursor: pointer;
  border: none;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.btn-yellow-on-light:hover {
  -webkit-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.3);
}

.btn-transparent-on-dark {
  display: inline-block;
  width: 100%;
  height: 6rem;
  max-width: 30rem;
  line-height: 6rem;
  text-align: center;
  background-color: transparent;
  color: #e9c047;
  border: 1px solid #e9c047;
  text-shadow: 0 0 7.4px rgba(0, 0, 0, 0.15);
  font-family: "Roboto", sans-serif;
  font-size: 1.6rem;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.btn-transparent-on-light {
  display: inline-block;
  width: 100%;
  height: 6rem;
  max-width: 30rem;
  line-height: 6rem;
  text-align: center;
  background-color: transparent;
  color: #e9c047;
  border: 1px solid #e9c047;
  text-shadow: 0 0 7.4px rgba(0, 0, 0, 0.15);
  font-family: "Roboto", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.btn-transparent-on-light:hover:hover {
  -webkit-box-shadow: 0 0 10px 1px rgba(233, 192, 71, 0.7), inset 0 0 10px -1px rgba(233, 192, 71, 0.7);
  box-shadow: 0 0 10px 1px rgba(233, 192, 71, 0.7), inset 0 0 10px -1px rgba(233, 192, 71, 0.7);
}

main {
  position: relative;
  background-color: #f7f8f3;
}

.btn-on-up {
  width: 7rem;
  height: 1.5rem;
  position: fixed;
  bottom: 0;
  -webkit-transform: translateY(200%);
  transform: translateY(200%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  left: 10%;
  background-color: #e9c047;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.btn-on-up.visible {
  -webkit-transition: all .5s;
  transition: all .5s;
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
}

@media screen and (max-width: 1000px) {
  .btn-on-up {
    left: 0;
  }
}

.btn-on-up p {
  display: block;
  font-size: 1.1rem;
  font-weight: 100;
  color: #ffffff;
  margin: 0;
  cursor: pointer;
}

.btn-on-up p:before {
  content: url("../images/arrow-up-white.png");
  margin-right: 0.5rem;
}

.btn-on-up:hover {
  background-color: #d6dee6;
}

.btn-on-up:hover p {
  color: #364457;
}

.btn-on-up:hover p:before {
  content: url("../images/arrow-up-dark.png");
}

.link-on-dark {
  font-size: 1.6rem;
  color: #ffffff;
  position: relative;
}

.link-on-dark:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #e9c047;
}

.link-on-dark:hover {
  color: #e9c047;
}

.link-on-light {
  font-size: 1.6rem;
  color: #364457;
  position: relative;
}

.link-on-light:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #e9c047;
}

.link-on-light:hover {
  color: #e9c047;
}

/*menu*/

.menu {
  height: 5rem;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 99;
  background-color: #f7f8f3;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.menu.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  background-color: rgba(247, 248, 243, 0.9);
}

.menu .container {
  height: 100%;
  padding: 0 2rem;
  position: relative;
}

.menu .container.visible-title {
  visibility: visible;
}

.menu .menu-line {
  display: block;
  position: absolute;
  pointer-events: none;
  -webkit-transition: all 1.3s ease;
  transition: all 1.3s ease;
  width: 16.66667%;
  z-index: -1;
  bottom: 0;
  left: 0;
  height: 0.5rem;
  background-color: #e9c047;
  -webkit-box-shadow: 0 0 10px 3px #e2e3de;
  box-shadow: 0 0 10px 3px #e2e3de;
}

.menu ul {
  list-style: none;
  padding: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 100%;
}

.menu ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.menu ul li.dropdown-link .dropdown {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.menu ul li.dropdown-link .dropdown .dropdown-toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  height: 100%;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  font-size: 1.4rem;
  color: #364457;
  text-transform: uppercase;
}

.menu ul li.dropdown-link .dropdown .dropdown-toggle svg {
  margin-left: 0.5rem;
  width: 1rem;
  position: absolute;
  left: 100%;
  top: 50%;
  -webkit-transform: translateY(-40%);
  transform: translateY(-40%);
  fill: #a8aeb3;
}

.menu ul li.dropdown-link .dropdown .dropdown-content {
  visibility: hidden;
  opacity: 0;
  -webkit-transition-property: opacity, visibility, -webkit-transform;
  transition-property: opacity, visibility, -webkit-transform;
  transition-property: opacity, transform, visibility;
  transition-property: opacity, transform, visibility, -webkit-transform;
  -webkit-transition-duration: 70ms, 250ms, 250ms;
  transition-duration: 70ms, 250ms, 250ms;
  -webkit-transition-timing-function: linear, cubic-bezier(0.23, 1, 0.32, 1);
  transition-timing-function: linear, cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-transition-delay: 25ms, 50ms, 0ms;
  transition-delay: 25ms, 50ms, 0ms;
  display: block;
  position: absolute;
  width: auto;
  top: 100%;
  left: 0;
  z-index: 300;
  font-size: 1.2rem;
  line-height: 1.2;
  border-radius: .3rem;
  -webkit-box-shadow: 0 0 1.5rem rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 1.5rem rgba(0, 0, 0, 0.2);
}

.menu ul li.dropdown-link .dropdown .dropdown-content a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #efd382;
  -webkit-transition: all .5s;
  transition: all .5s;
  font-size: 1.2rem;
  padding: 0 .5rem;
  color: #364457;
  text-transform: uppercase;
  width: 12rem;
  height: 3.3rem;
  font-weight: 400;
}

.menu ul li.dropdown-link .dropdown .dropdown-content a:hover,
.menu ul li.dropdown-link .dropdown .dropdown-content a.active-link {
  background-color: #e9c047;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.menu ul li.dropdown-link .dropdown.open .dropdown-toggle svg {
  fill: #364457;
}

.menu ul li.dropdown-link .dropdown.open .dropdown-content {
  visibility: visible;
  opacity: 1;
  -webkit-transition-duration: 100ms, 150ms, 25ms;
  transition-duration: 100ms, 150ms, 25ms;
  -webkit-transition-delay: 35ms, 50ms, 25ms;
  transition-delay: 35ms, 50ms, 25ms;
  display: block;
  min-height: 40px;
}

.menu ul li.simple-link a {
  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;
  position: relative;
  height: 100%;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  font-size: 1.4rem;
  color: #364457;
  text-transform: uppercase;
  padding: 0 .5rem;
}

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-weight: 400;
  color: #ffffff;
  opacity: .7;
  font-family: "Roboto", sans-serif;
}

::-moz-placeholder {
  /* Firefox 19+ */
  font-weight: 400;
  color: #ffffff;
  opacity: .7;
  font-family: "Roboto", sans-serif;
}

:-ms-input-placeholder {
  /* IE 10+ */
  font-weight: 400;
  color: #ffffff;
  opacity: .7;
  font-family: "Roboto", sans-serif;
}

:-moz-placeholder {
  /* Firefox 18- */
  font-weight: 400;
  color: #ffffff;
  opacity: .7;
  font-family: "Roboto", sans-serif;
}

/*pop up*/

.pop-up-order {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  background-color: rgba(54, 68, 87, 0.97);
  display: none;
  padding: 5rem 0 0;
  z-index: 999;
  padding-bottom: 3rem;
}

.pop-up-order ::-webkit-scrollbar {
  width: 1rem;
}

.pop-up-order ::-webkit-scrollbar-track-piece {
  background-color: rgba(54, 68, 87, 0);
}

.pop-up-order ::-webkit-scrollbar-thumb {
  background-color: #1d2531;
}

.pop-up-order .container {
  max-width: 100%;
  height: 100%;
  overflow: auto;
  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;
}

.pop-up-order .container .row {
  width: 100%;
  max-height: 100%;
}

.pop-up-order .container .row legend {
  display: block;
  width: 100%;
  text-align: left;
  font-weight: 400;
  font-size: 1.6rem;
  margin-bottom: 4.5rem;
  color: #ffffff;
}

.pop-up-order .container .row .form-group {
  position: relative;
  width: 100%;
  margin-bottom: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.pop-up-order .container .row .form-group label {
  color: #ffffff;
  text-transform: uppercase;
  font-size: 1.6rem;
  font-weight: 400;
  margin-bottom: 1rem;
  width: 100%;
  display: block;
}

.pop-up-order .container .row .form-group input[type=text],
.pop-up-order .container .row .form-group textarea {
  border: 1px solid #ffffff;
  width: 100%;
  display: block;
  padding: .5rem 1.5rem;
  color: #ffffff;
  background-color: transparent;
}

.pop-up-order .container .row .form-group input[type=text] {
  height: 3rem;
}

.pop-up-order .container .row .form-group textarea {
  height: 10rem;
  resize: none;
}

.pop-up-order .container .row .form-group:last-child {
  margin-bottom: 0;
}

.pop-up-close {
  width: 2rem;
  height: 2rem;
  position: absolute;
  top: 2rem;
  right: 2rem;
  cursor: pointer;
}

.pop-up-close img,
.pop-up-close svg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.overlayer {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 99;
  display: none;
  opacity: 0;
}

.pop-up {
  width: 98%;
  max-width: 75rem;
  max-height: 50rem;
  height: 100%;
  position: fixed;
  z-index: 100;
  left: 50%;
  overflow: hidden;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: #364457;
  background-position: center;
  background-size: cover;
  padding-top: 5rem;
  padding-bottom: 3rem;
  display: none;
}

.pop-up .container {
  width: 70%;
  height: 100%;
  overflow: auto;
}

.pop-up .container h2 {
  font-family: "Roboto", sans-serif;
  color: #ffffff;
  font-size: 3.6rem;
  font-weight: bold;
  margin-bottom: 2rem;
}

.pop-up .container p {
  font-family: "Roboto", sans-serif;
  color: #ffffff;
  font-size: 1.6rem;
  margin-bottom: 3.4rem;
  width: 93%;
}

.pop-up .container span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 2rem;
}

.pop-up .container span span {
  margin: auto;
  margin-left: 0;
  font-size: 1.8rem;
}

.pop-up .container span img {
  display: block;
  width: 2.8rem;
  margin-right: 1rem;
}

.pop-up .container span p {
  display: block;
  font-size: 1.8rem;
  text-transform: uppercase;
  margin-bottom: 0;
}

.pop-up .container .button-box {
  text-align: center;
  margin-top: 1.5rem;
}

.slick-arrow.slick-disabled {
  display: none !important;
}

@media screen and (max-width: 1054px) {
  .carousel {
    padding: 0 3rem;
  }
}

@media screen and (max-width: 768px) {
  h2 {
    font-size: 3rem;
  }
.pop-up-order {

    background-color: rgba(54, 68, 87, 1);
}
  p {
    font-size: 1.4rem;
  }

  .pop-up-order .container .row form {
    max-width: 40rem;
  }
}

@media screen and (max-width: 600px) {
  .pop-up-order .container {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .pop-up-order .container form {
    max-width: 32rem;
  }

  .pop-up-order .container legend,
  .pop-up-order .row legend {
    font-size: 1.4rem;
  }

  .pop-up-order .container .form-group label,
  .pop-up-order .row .form-group label {
    font-size: 1.4rem;
  }

  .pop-up {
    width: 100%;
    background-color: rgba(54, 68, 87, 1);
  }

  .pop-up .container {
    width: 100%;
  }

  .pop-up .container h2 {
    font-size: 1.8rem;
  }

  .pop-up .container p {
    font-size: 1.2rem;
  }

.pop-up .container .col-6 {
    width: 80%;
	text-align:center;
}

  .pop-up .container span img {
    width: 1.7rem;
  }
	.pop-up .container p {
    font-size: 1.3rem;
    margin-bottom: 2.5rem;
    width: 100%;
}
	.pop-up .container span span {
    margin: auto;
    margin-left: 0;
    font-size: 1.3rem;
}

  .pop-up .container span p {
    font-size: 1.4rem;
  }

  .pop-up-order .container .row legend {
    margin: 2.5rem 0;
  }
}

@media screen and (max-width: 375px) {
  .btn-yellow-on-dark,
  .btn-yellow-on-light,
  .btn-transparent-on-dark,
  .btn-transparent-on-light {
    max-width: 37.5rem;
  }
}

@media only screen and (max-width: 850px) and (orientation: landscape) {
  .pop-up {
    max-width: 60rem;
    padding: 3rem 0;
  }

  .pop-up .container {
    width: 100%;
    padding: 0 3rem;
  }
}

header {
  height: 100vh;
  position: relative;
  background-image: url("../images/banner-bg.png");
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

header .header-banner {
  position: relative;
}

header .header-banner .banner-img {
  height: 100vh;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 2rem;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
}

header .header-banner .banner-img .logo {
  width: 30%;
  position: absolute;
  top: 2rem;
  left: 0;
}

header .header-banner .banner-img .logo img {
  width: 100%;
  height: auto;
}

header .header-banner .banner-img .logo .logo-small {
  display: none;
}

header .header-banner .banner-img .social {
  position: absolute;
  top: 2rem;
  right: 2rem;
}

header .header-banner .banner-img .social ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

header .header-banner .banner-img .social ul *,
header .header-banner .banner-img .social ul *:hover {
  -webkit-transition: all .5s;
  transition: all .5s;
}

header .header-banner .banner-img .social ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 2rem;
}

header .header-banner .banner-img .social ul li:last-child {
  margin-right: 0;
}

header .header-banner .banner-img .social ul li a {
  width: 1.6rem;
  display: block;
}

header .header-banner .banner-img .social ul li a svg {
  width: 1.6rem;
  height: 1.6rem;
  fill: #364457;
}

header .header-banner .banner-img .social ul li a svg path {
  fill: #364457;
}

header .header-banner .banner-img .social ul li a svg:hover {
  fill: #e9c047;
}

header .header-banner .banner-img .social ul li a svg:hover path {
  fill: #e9c047;
}

header .header-banner .banner-img .img-box {
  width: 100%;
  position: absolute;
  right: 1.5rem;
  bottom: 0;
}

header .header-banner .banner-img .img-box img {
  display: block;
  width: 100%;
  height: auto;
  position: absolute;
  bottom: 5rem;
  right: 0;
}

header .header-banner .banner-text {
  padding-top: 2rem;
  height: 100vh;
  position: relative;
}

header .header-banner .banner-text .header-contacts {
  width: calc(100% - 4rem);
  position: absolute;
  top: 2rem;
  left: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
}

header .header-banner .banner-text .header-contacts span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-size: 1.6rem;
}

header .header-banner .banner-text .header-contacts span img {
  height: 1.6rem;
  margin-right: 1rem;
}

header .header-banner .banner-text .header-contacts span a,
header .header-banner .banner-text .header-contacts span p {
  line-height: 1.7rem;
  font-size: 1.6rem;
  color: #ffffff;
  font-weight: 300;
  margin: 0;
}

header .header-banner .banner-text .text-box {
  width: calc(100% - 2rem);
  position: absolute;
  top: 50%;
  left: 2rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

header .header-banner .banner-text .text-box h1 {
  font-size: 4rem;
  font-weight: 300;
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 4rem;
}

header .header-banner .banner-text .text-box p {
  font-size: 1.6rem;
  color: #ffffff;
  margin-bottom: 6rem;
  font-weight: 300;
}

header .header-banner .banner-text .text-box .mobile-btn-down {
  display: none;
}

header .header-banner .mouse {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 7rem;
}

header .header-banner .mouse svg {
  width: 4rem;
  height: 4rem;
  position: relative;
}

header .header-banner .mouse svg path.scroll-mouse {
  position: absolute;
  left: 50%;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: scroll;
  animation-name: scroll;
}

@-webkit-keyframes scroll {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(60%);
    transform: translateY(60%);
  }
}

@keyframes scroll {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(60%);
    transform: translateY(60%);
  }
}

@media screen and (max-width: 1200px) {
  header .header-banner .banner-text .header-contacts {
    width: initial;
  }

  header .header-banner .banner-text .text-box {
    width: initial;
  }

  header .header-banner .banner-text .header-contacts span {
    margin-right: 1rem;
  }

  header .header-banner .banner-text .header-contacts {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  header .header-banner .banner-text .header-contacts span {
    margin-bottom: 2rem;
  }
}

@media screen and (max-width: 768px) {
  header {
    background-image: none;
    background-color: #162837;
  }

  header .header-banner-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    position: relative;
  }

  header .header-banner-row div:nth-child(2) {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }

  header .header-banner .banner-img {
    height: 50vh;
    position: initial;
  }

  header .header-banner .banner-text {
    height: 50vh;
  }

  header .header-banner .banner-img .img-box {
    height: 100%;
    width: 100%;
    position: initial;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  header .header-banner .banner-img .img-box img {
    height: 100%;
    width: auto;
    position: initial;
    display: block;
  }

  header .header-banner .banner-img .logo {
    position: absolute;
    top: 2rem;
    left: 2rem;
  }

  header .header-banner .banner-img .logo .logo-big {
    display: none;
  }

  header .header-banner .banner-img .logo .logo-small {
    display: block;
  }

  header .header-banner .banner-img .social {
    display: none;
  }

  header .header-banner .banner-text .text-box {
    top: 60%;
    text-align: center;
    left: 0;
    padding: 0 10%;
  }

  header .header-banner .banner-text .header-contacts {
    position: absolute;
    right: 2rem;
    top: 6rem;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}

@media screen and (max-width: 600px) {
  header {
    padding-top: 9rem;
  }

  header .header-banner {
    height: 100%;
  }

  header .header-banner .header-banner-row {
    height: 100%;
  }

  header .header-banner .banner-img {
    height: inherit;
    padding-top: 0;
    display: none;
  }

  header .header-banner .banner-img .logo {
    display: none;
  }

  header .header-banner .banner-img .social {
    display: none;
  }

  header .header-banner .banner-text {
    background-image: url("../images/main-mobile-bg.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding-top: 2rem;
    padding-bottom: 2rem;
    height: 100%;
  }

  header .header-banner .banner-text .header-contacts {
    display: none;
  }

  header .header-banner .banner-text .text-box {
    position: initial;
    -webkit-transform: none;
    transform: none;
    height: inherit;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: left;
    padding: 0;
    -ms-flex-line-pack: center;
    align-content: center;
  }

  header .header-banner .banner-text .text-box h1 {
    font-size: 3rem;
    font-weight: lighter;
  }

  header .header-banner .banner-text .text-box p {
    font-size: 1.4rem;
    font-weight: lighter;
    max-width: 32.4rem;
  }

  header .header-banner .banner-text .text-box .mobile-btn-top {
    margin-bottom: 3rem;
  }

  header .header-banner .banner-text .text-box .mobile-btn-down {
    display: block;
  }

  header .header-banner .mouse {
    display: none;
  }
}

@media only screen and (max-width: 850px) and (orientation: landscape) {
  header {
    padding-top: 5.5rem;
  }

  header .col-6 {
    width: 100%;
  }

  header .header-banner {
    height: 100%;
  }

  header .header-banner .header-banner-row {
    height: 100%;
  }

  header .header-banner .banner-img {
    height: inherit;
    padding-top: 0;
    display: none;
  }

  header .header-banner .banner-img .logo {
    display: none;
  }

  header .header-banner .banner-img .social {
    display: none;
  }

  header .header-banner .banner-text {
    background-image: url("../images/main-mobile-bg.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding-top: 2rem;
    padding-bottom: 2rem;
    height: 100%;
  }

  header .header-banner .banner-text .header-contacts {
    display: none;
  }

  header .header-banner .banner-text .text-box {
    position: initial;
    -webkit-transform: none;
    transform: none;
    height: inherit;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: left;
    padding: 0;
    -ms-flex-line-pack: center;
    align-content: center;
  }

  header .header-banner .banner-text .text-box h1 {
    font-size: 3rem;
    font-weight: lighter;
  }

  header .header-banner .banner-text .text-box p {
    font-size: 1.4rem;
    font-weight: lighter;
  }

  header .header-banner .banner-text .text-box .mobile-btn-top {
    margin-bottom: 3rem;
    margin-right: 3rem;
  }

  header .header-banner .banner-text .text-box .mobile-btn-down {
    display: block;
  }

  header .header-banner .mouse {
    display: none;
  }
}

@media only screen and (max-width: 680px) and (orientation: landscape) {
  header {
    height: auto;
  }
}

@media screen and (max-width: 376px) {
  header {
    padding-top: 8.9rem;
  }
}

.services-business {
  padding-top: 8rem;
  padding-bottom: 4.5rem;
  overflow: hidden;
}

.services-business .information p {
  margin-bottom: 7rem;
}

.services-business .advantages {
  padding: 0;
  padding-right: 0.5rem;
}

.services-business .advantages .open-pop-up-order {
  display: none;
}

.services-business .advantages .advantage-blocks {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  height: 100%;
}

.services-business .advantages .advantage-blocks .advantage {
  background-color: #d6dee6;
  max-width: 27rem;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  padding: 1.5rem;
  margin-bottom: 1.5rem;
  margin-right: 1.5rem;
  position: relative;
  cursor: pointer;
  overflow: hidden;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.services-business .advantages .advantage-blocks .advantage .advantage-first {
  width: 100%;
  height: 100%;
  position: relative;
}

.services-business .advantages .advantage-blocks .advantage .advantage-first .title {
  font-family: "Roboto", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  color: #364457;
  text-transform: uppercase;
  padding-left: 5rem;
  display: block;
}

.services-business .advantages .advantage-blocks .advantage .advantage-first img,
.services-business .advantages .advantage-blocks .advantage .advantage-first svg {
  position: absolute;
  width: 3.5rem;
  height: 3.5rem;
  left: 0rem;
  top: 0rem;
}

.services-business .advantages .advantage-blocks .advantage .advantage-mobile {
  display: none;
	width:100%;
}

.services-business .advantages .advantage-blocks .advantage .advantage-mobile ul {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0;
  display: block;
  overflow: hidden;
}

.services-business .advantages .advantage-blocks .advantage .advantage-mobile ul::after {
  content: '';
  left: 0;
  bottom: 0;
  width: 2px;
  height: 2px;
  background-color: #e9c047;
}

.services-business .advantages .advantage-blocks .advantage .advantage-mobile ul li {
  color: #364457;
  padding-left: 2rem;
  display: block;
  margin: 1rem 0;
  font-size: 1.3rem;
  font-weight: 300;
  position: relative;
}

.services-business .advantages .advantage-blocks .advantage .advantage-mobile ul li:first-child {
  margin-top: 1.5rem;
}

.services-business .advantages .advantage-blocks .advantage .advantage-mobile ul li:last-child {
  margin-bottom: 0.5rem;
}

.services-business .advantages .advantage-blocks .advantage .advantage-mobile ul li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -2px;
  width: 4px;
  height: 4px;
  background-color: #e9c047;
}

.services-business .advantages .advantage-blocks .advantage .advantage-second {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  z-index: 1;
  -webkit-transition: all 1s;
  transition: all 1s;
  background-color: #364457;
  padding: 2rem;
  padding-right: 7rem;
}

.services-business .advantages .advantage-blocks .advantage .advantage-second a.arrow {
  max-width: 5rem;
  width: 19%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  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-color: #e9c047;
}

.services-business .advantages .advantage-blocks .advantage .advantage-second a.arrow img {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  width: 50%;
}

.services-business .advantages .advantage-blocks .advantage .advantage-second .title {
  display: none;
}

.services-business .advantages .advantage-blocks .advantage .advantage-second ul {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0;
  display: block;
  overflow: hidden;
}

.services-business .advantages .advantage-blocks .advantage .advantage-second ul::after {
  content: '';
  left: 0;
  bottom: 0;
  width: 2px;
  height: 2px;
  background-color: #e9c047;
}

.services-business .advantages .advantage-blocks .advantage .advantage-second ul li {
  color: #ffffff;
  padding-left: 2rem;
  display: block;
  margin: 1.75rem 0;
  font-size: 1.3rem;
  font-weight: 100;
  position: relative;
}

.services-business .advantages .advantage-blocks .advantage .advantage-second ul li:first-child {
  margin-top: 0;
}

.services-business .advantages .advantage-blocks .advantage .advantage-second ul li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -1px;
  width: 2px;
  height: 2px;
  background-color: #e9c047;
}

.services-business .advantages .advantage-blocks .advantage:hover .advantage-second {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
}
.services-business .advantages .advantage-blocks .advantage-link-fixed{
	width:100%;
	position:absolute;
	top:0;
	right:0;
	left:0;
	bottom:0;
	z-index:2;
}

.services-business .advantages .advantage-blocks .advantage.small-box {
  height: 15rem;
}

.services-business .advantages .advantage-blocks .advantage.big-box {
  height: 31.5rem;
}

.services-people {
  padding: 4rem 0;
  overflow: hidden;
}

.services-people .information p {
  margin-bottom: 7rem;
}

.services-people .advantages .open-pop-up-order {
  display: none;
}

.services-people .advantage {
  width: 100%;
  height: 5rem;
  margin-bottom: 1.5rem;
  position: relative;
  overflow: hidden;
  background-color: #d6dee6;
  cursor: pointer;
}

.services-people .advantage .advantage-first {
  width: 100%;
  height: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.services-people .advantage .advantage-first .advantage-img {
  width: 5rem;
  height: 100%;
  background-color: #e9c047;
  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;
}

.services-people .advantage .advantage-first .advantage-img img,
.services-people .advantage .advantage-first .advantage-img svg {
  width: 3.5rem;
  height: 3.5rem;
  fill: #364457;
}

.services-people .advantage .advantage-first .advantage-text {
  max-width: calc(100% - 5rem);
  height: 100%;
  padding-left: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.services-people .advantage .advantage-first .advantage-text p {
  font-size: 1.6rem;
  font-weight: 700;
  color: #364457;
  text-transform: uppercase;
  margin: 0;
}

.services-people .advantage .advantage-second {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  z-index: 1;
  -webkit-transition: all 1s;
  transition: all 1s;
  background-color: #364457;
  padding-right: 7rem;
}

.services-people .advantage .advantage-second a.arrow{
  max-width: 5rem;
  width: 5rem;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  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-color: #e9c047;
}

.services-people .advantage .advantage-second a img {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  width: 50%;
}

.services-people .advantage .advantage-second .advantage-text {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 1.5rem;
}
.services-people .advantage  .advantage-link-fixed{
  width:100%;
  position:absolute;
  top:0;
  right:0;
  left:0;
  bottom:0;
  z-index:3;
}
.services-people .advantage .advantage-second .advantage-text p {
  font-size: 1.6rem;
  font-weight: 700;
  color: #ffffff;
  text-transform: uppercase;
  margin: 0;
}

.services-people .advantage:hover .advantage-second {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
}

@media screen and (max-width: 1050px) {
  .services-people .advantages {
    width: 50%;
  }

  .services-business .advantages .advantage-blocks .advantage {
    max-width: 24rem;
  }
}

@media screen and (max-width: 768px) {
  .services-business {
    padding: 3rem 0;
  }

  .services-business .col-5 {
    width: 100%;
  }

  .services-business .information p {
    margin-bottom: 3rem;
  }

  .services-business .btn-yellow-on-light {
    margin-left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    margin-bottom: 3rem;
  }

  .services-business .advantages .justify-space-end {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .services-people {
    padding: 3rem 0 0 0;
  }

  .services-people .col-5 {
    width: 100%;
  }

  .services-people .information p {
    margin-bottom: 3rem;
  }

  .services-people .btn-yellow-on-light {
    margin-left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    margin-bottom: 3rem;
  }

  .services-people .advantage {
    width: 83.34%;
    margin-bottom: .9rem;
  }

}

@media screen and (max-width: 600px) {
  .services-business,
  .services-people {
    padding: 2rem 0;
  }
	.services-business .advantages .advantage-blocks .advantage-link-fixed {
	display:none;
	pointer-events: none;
	}
  .services-business .information {
    margin-bottom: 0;
  }

  .services-business .information .open-pop-up-order {
    display: none;
  }

  .services-business .information h2 {
    margin-bottom: 2rem;
  }

  .services-business .information p {
    margin-bottom: 2rem;
  }

  .services-business .advantages {
    padding: 0 3rem;
  }

  .services-business .advantages .open-pop-up-order {
    display: inline-block;
    margin-top: 1rem;
    max-width: 100%;
  }

  .services-people .btn-yellow-on-light {
    max-width: 100%;
  }

  .services-business .advantages .double-advantage {
    width: 100%;
  }

  .services-business .advantages .advantage-blocks .advantage {
    max-width: 100% !important;
    margin-right: 0;
    margin-bottom: 1rem;
    background-color: transparent;
  }

  .services-business .advantages .advantage-blocks .advantage.big-box {
    height: inherit;
    padding: 0;
  }

  .services-business .advantages .advantage-blocks .advantage.small-box {
    height: inherit;
    padding: 0;
  }

  .services-people .information .open-pop-up-order {
    display: none;
  }

  .services-people .offset-1 {
    margin-left: 0;
  }

  .services-people .advantages .open-pop-up-order {
    display: inline-block;
    margin-top: 1.2rem;
  }

  .services-people .advantage {
    width: 100%;
  }

  .services-people .advantage:hover .advantage-second {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }

  .services-business .advantages .advantage-blocks .advantage:hover .advantage-second {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }

  .services-business .advantages .advantage-blocks .advantage .advantage-first {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 5rem;
    padding: 1rem;
    background-color: #d6dee6;
  }

  .services-business .advantages .advantage-blocks .advantage .advantage-first img,
  .services-business .advantages .advantage-blocks .advantage .advantage-first svg {
    top: 50%;
    left: 1rem;
    margin-top: -1.75rem;
  }

  .services-business .advantages .advantage-blocks .advantage .advantage-second {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 5rem;
  }

  .services-business .advantages .advantage-blocks .advantage .advantage-second ul {
    display: none;
  }

  .services-business .advantages .advantage-blocks .advantage .advantage-second .title {
    font-family: "Roboto", sans-serif;
    font-size: 1.5rem;
    font-weight: 700;
    color: #ffffff;
    text-transform: uppercase;
    display: block;
  }

  .services-business .advantages .advantage-blocks .advantage .advantage-second.opened {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }

  .services-people .advantage .advantage-second.opened {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}

@media screen and (max-width: 376px) {
  .services-business .advantages .advantage-blocks .advantage .advantage-first .title,
  .services-people .advantage .advantage-second .advantage-text p,
  .services-business .advantages .advantage-blocks .advantage .advantage-second .title,
  .services-people .advantage .advantage-first .advantage-text p {
    font-size: 1.3rem;
  }
}

@media only screen and (max-width: 850px) and (orientation: landscape) {
  .services-business {
    padding: 2rem 0;
  }

  .services-business .col-7 {
    width: 100%;
  }

  .services-business .advantages .advantage-blocks .advantage {
    max-width: 30rem;
  }

  .services-business .col-5 {
    width: 100%;
  }

  .services-business .information p {
    margin-bottom: 3rem;
  }

  .services-business .btn-yellow-on-light {
    margin-left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    margin-bottom: 3rem;
  }

  .services-business .advantages .justify-space-end {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .services-people {
    padding: 2rem 0;
  }

  .services-people .col-7 {
    width: 100%;
  }

  .services-people .offset-1 {
    margin-left: 0;
  }

  .services-people .col-5 {
    width: 100%;
  }

  .services-people .information p {
    margin-bottom: 3rem;
  }

  .services-people .btn-yellow-on-light {
    margin-left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    margin-bottom: 3rem;
  }

  .services-people .advantage {
    width: 83.34%;
    margin: 0 auto 1.3rem;
  }
}

@media only screen and (max-width: 680px) and (orientation: landscape) {
  .services-business .advantages .advantage-blocks .advantage {
    max-width: 24rem;
  }
}

.trust {
  padding: 4rem 0 9rem;
  overflow: hidden;
}

.trust h2 {
  margin-bottom: 2rem;
}

.trust .trust-img {
  position: relative;
  margin: 3rem 2rem 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.trust .trust-img img {
  width: 160%;
  height: auto;
  max-width: 80rem;
}

.trust .trust-img:after {
  content: '';
  width: 2px;
  height: 100%;
  background-color: #e9c047;
  position: absolute;
  top: 0;
  right: -2px;
}

.trust .trust-img .phone {
  position: absolute;
  background-color: #ecefef;
  width: 28rem;
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
  padding-left: 1.2rem;
  right: 0;
  bottom: 0;
  -webkit-transform: translate(100%, 100%);
  transform: translate(100%, 100%);
  border-left: 2px solid #e9c047;
}

.trust .trust-img .phone p {
  font-size: 1.4rem;
  color: #364457;
  margin-bottom: 0;
}

.trust .trust-img .phone a {
  font-size: 1.4rem;
  color: #364457;
}

.trust .trust-img .phone:before {
  content: url("../images/arrow-right-yellow.png");
  position: absolute;
  left: -3rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.trust .trust-advantages p {
  font-size: 1.5rem;
}

.trust .trust-advantages .yellow-title {
  position: relative;
  padding-left: 1.4rem;
  margin-bottom: 1.5rem;
}

.trust .trust-advantages .yellow-title:before {
  content: '';
  height: 90%;
  width: 2px;
  background-color: #e9c047;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.trust .trust-advantages .yellow-title span {
  font-size: 6rem;
  font-weight: bold;
  color: #e9c047;
  line-height: 1;
}

.trust .trust-advantages .yellow-title span.small {
  font-size: 5rem;
}

.trust .trust-advantages .yellow-title p {
  font-size: 1.9rem;
  color: #e9c047;
  margin: 0;
}

.trust .trust-advantages .yellow-title.big-text p {
  font-size: 2.9rem;
  text-transform: uppercase;
}

@media screen and (max-width: 768px) {
  .trust .col-5 {
    width: 100%;
  }

  .trust {
    padding: 4rem 0;
  }

  .trust p {
    margin-bottom: 3rem;
  }

  .trust .trust-img {
    display: none;
  }

  .trust .trust-advantages .col-6 {
    width: 50%;
    padding-left: 0;
  }
}

@media screen and (max-width: 600px) {
  .trust {
    padding: 2rem 0;
  }

  .trust .trust-advantages .yellow-title span {
    font-size: 3rem;
  }

  .trust .trust-advantages .yellow-title p {
    font-size: 1.2rem;
  }

  .trust .trust-advantages .col-6 {
    width: 50%;
    padding-left: 0;
  }

  .trust .trust-advantages p {
    font-size: 1.2rem;
  }

  .trust .trust-advantages .yellow-title span.small {
    font-size: 2.8rem;
  }

  .trust .trust-advantages .yellow-title.big-text p {
    font-size: 1.8rem;
  }
}

@media only screen and (max-width: 850px) and (orientation: landscape) {
  .trust .col-5 {
    width: 100%;
  }

  .trust {
    padding: 2rem 0;
  }

  .trust .col-7 {
    width: 100%;
  }

  .trust p {
    margin-bottom: 3rem;
  }

  .trust .trust-img {
    display: none;
  }

  .trust .trust-advantages .col-6 {
    width: 50%;
  }
}

.our-team {
  padding: 4rem 0;
}

.our-team .description p {
  max-width: 37.5rem;
  width: 100%;
}

.our-team .our-team-information {
  padding: 0 4rem;
  position: relative;
}

.our-team .our-team-information:before {
  content: '';
  height: 100%;
  width: 2px;
  background-color: #d6dee6;
  position: absolute;
  top: 0;
  left: 0;
}

.our-team .our-team-information p:last-child {
  margin-bottom: 0;
}

.our-team .col-12 {
  padding: 0;
}

.our-team .our-team-carousel {
  margin-top: 4rem;
  position: relative;
}

.our-team .our-team-carousel .slick-arrow {
  position: absolute;
  z-index: 5;
  top: 50%;
  margin-top: -4rem;
  width: 2.5rem;
  height: 2rem;
  border: none;
  color: transparent;
  background-color: transparent;
}

.our-team .our-team-carousel .slick-next {
  right: 0;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  background-image: url("../images/arrow-right-gray.png");
  background-size: cover;
  cursor: pointer;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.our-team .our-team-carousel .slick-next:hover {
  background-image: url("../images/arrow-right-blue.png");
}

.our-team .our-team-carousel .slick-prev {
  left: 0;
  -webkit-transform: translateX(-100%) rotate(-180deg);
  transform: translateX(-100%) rotate(-180deg);
  background-image: url("../images/arrow-right-gray.png");
  background-size: cover;
  cursor: pointer;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.our-team .our-team-carousel .slick-prev:hover {
  background-image: url("../images/arrow-right-blue.png");
}

.our-team .our-team-carousel .our-team-photo {
  width: 100%;
  margin-bottom: 1rem;
}

.our-team .our-team-carousel .our-team-photo img {
  width: 100%;
}

.our-team .our-team-carousel span {
  display: inline-block;
  width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 300;
  color: #364457;
  text-transform: uppercase;
}

.our-team .our-team-carousel span ~ span {
  text-transform: none;
}
.advice-item .btn-transparent-on-dark{
  margin-top:5rem;
}

@media screen and (max-width: 1050px) {
  .our-team .our-team-carousel .slick-prev {
    left: 4rem;
  }

  .our-team .our-team-carousel .slick-next {
    right: 4rem;
  }
}

@media screen and (max-width: 768px) {
  .our-team {
    padding: 3rem 0;
  }

  .our-team .btn-yellow-on-light {
    display: none;
  }

  .our-team .our-team-information {
    display: none;
  }

  .our-team .description p {
    max-width: 100%;
  }
}

@media screen and (max-width: 600px) {
  .our-team {
    padding: 2rem 0;
  }

  .our-team .btn-yellow-on-light {
    display: none;
  }

  .our-team .our-team-information {
    display: none;
  }

  .our-team .our-team-carousel {
    margin-top: 3rem;
  }

  .our-team .our-team-carousel .col-3 {
    padding-right: 3rem;
    padding-left: 3rem;
  }

  .our-team .our-team-carousel .slick-next {
    right: 5rem;
  }

  .our-team .our-team-carousel .slick-prev {
    left: 5rem;
  }

  .our-team .our-team-carousel span {
    font-size: 1.9rem;
  }
}

.case {
  padding: 4rem 0;
}

.case .case-carousel {
  position: relative;
}

.case .case-carousel .slick-arrow {
  position: absolute;
  z-index: 5;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 2.5rem;
  height: 2rem;
  border: none;
  color: transparent;
  background-color: transparent;
}

.case .case-carousel .slick-next {
  right: 0;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  background-image: url("../images/arrow-right-gray.png");
  background-size: cover;
  cursor: pointer;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.case .case-carousel .slick-next:hover {
  background-image: url("../images/arrow-right-blue.png");
}

.case .case-carousel .slick-prev {
  left: 0;
  -webkit-transform: translateX(-100%) rotate(-180deg);
  transform: translateX(-100%) rotate(-180deg);
  background-image: url("../images/arrow-right-gray.png");
  background-size: cover;
  cursor: pointer;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.case .case-carousel .slick-prev:hover {
  background-image: url("../images/arrow-right-blue.png");
}

.case .case-carousel .case-item {
  background-color: #f7f8f3;
  -webkit-box-shadow: 0 3px 9.2px 0.8px rgba(0, 0, 0, 0.19);
  box-shadow: 0 3px 9.2px 0.8px rgba(0, 0, 0, 0.19);
  margin: 0 2rem;
  -webkit-transition: all .5s;
  transition: all .5s;
  margin-top: 3rem;
  cursor: pointer;
}

.case .case-carousel .case-item .case-title {
  width: 100%;
  font-weight: 100;
  color: #ffffff;
  font-size: 2rem;
  text-transform: uppercase;
  text-align: center;
  background-image: url("../images/case-bg.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 2rem;
}

.case .case-carousel .case-item .case-desc {
  color: #364457;
  font-size: 1.2rem;
  font-weight: 100;
  padding: 1.5rem 2rem;
  text-align: left;
}

.case .case-carousel .case-item .case-desc span {
  font-weight: 900;
  text-transform: uppercase;
  padding-bottom: 1rem;
  display: block;
}

.case .case-carousel .case-item .case-desc p {
  font-size: 1.2rem;
}

.case .case-carousel .case-item:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

@media screen and (max-width: 1050px) {
  .case .case-carousel .slick-prev {
    left: 4rem;
  }

  .case .case-carousel .slick-next {
    right: 4rem;
  }
}

@media screen and (max-width: 768px) {
  .case {
    padding: 3rem 0;
  }
}

@media screen and (max-width: 600px) {
  .case {
    padding: 2rem 0;
  }

  .case .case-carousel .case-item {
    margin: 0 3rem;
  }

  .case .case-carousel .case-item:hover {
    -webkit-transform: none;
    transform: none;
  }

  .case .case-carousel .slick-next {
    right: 5rem;
  }

  .case .case-carousel .slick-prev {
    left: 5rem;
  }
}

.payment {
  padding: 4rem 0;
}

.payment .description p {
  width: 70%;
  margin-bottom: 3rem;
}

.payment .col-3 .payment-item {
  position: relative;
  width: 100%;
  cursor: pointer;
  -webkit-transition: all .5s;
  transition: all .5s;
  padding: 0 4.6px;
  overflow-y: hidden;
}

.payment .col-3 .payment-item .shadow {
  -webkit-box-shadow: 0 -7px 9.2px 0.8px rgba(0, 0, 0, 0.19);
  box-shadow: 0 -7px 9.2px 0.8px rgba(0, 0, 0, 0.19);
}

.payment .col-3 .payment-item:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.payment .col-3 .payment-item .payment-title {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  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;
  height: 9.5rem;
  width: 100%;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 1.8rem;
  font-weight: 100;
  padding: 0 1rem;
  text-align: center;
}

.payment .col-3 .payment-item .payment-desc {
  width: 100%;
  padding: 0 2rem;
  min-height: 25.5rem;
  background-color: #f9f9f5;
}

.payment .col-3 .payment-item .payment-desc ul {
  margin: 0;
  width: 100%;
}

.payment .col-3 .payment-item .payment-desc ul li {
  display: block;
  margin-top: 3.5rem;
  padding-left: 5rem;
  position: relative;
  color: #364457;
  font-weight: 400;
  font-size: 1.2rem;
}

.payment .col-3 .payment-item .payment-desc ul li:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 2rem;
  height: 2rem;
  margin-top: -1rem;
  margin-left: 0.5rem;
  background-image: url("../images/pick.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.payment .col-3 .payment-item .payment-desc .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #364457;
  color: #ffffff;
  margin-top: 2rem;
  margin-left: -2rem;
  margin-right: -2rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-transform: uppercase;
  text-shadow: 0 0 7.4px rgba(0, 0, 0, 0.15);
  font-weight: 100;
  font-size: 1.4rem;
  padding: 2rem;
  -webkit-transition: .5s all;
  transition: .5s all;
}

.payment .col-3 .payment-item .payment-desc .btn svg {
  display: none;
  opacity: 0;
}

.payment .col-3 .payment-item .payment-desc .btn:hover {
  background-color: #e9c047;
  text-shadow: 0 0 7.4px rgba(0, 0, 0, 0.15);
  font-weight: 700;
}

.payment .col-3 .payment-item .payment-desc .btn:hover svg {
  display: inline-block;
  opacity: 1;
  width: 1.5rem;
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
  margin-left: 1rem;
}

.payment .col-3 .payment-item .payment-desc .btn:hover svg polygon {
  fill: #ffffff;
}

.payment .col-3:first-child .payment-title {
  background-image: url("../images/payment-bg-1.png");
}

.payment .col-3:nth-child(2) .payment-title {
  background-image: url("../images/payment-bg-2.png");
}

.payment .col-3:nth-child(3) .payment-title {
  background-image: url("../images/payment-bg-3.png");
}

.payment .col-3:last-child .payment-title {
  background-image: url("../images/payment-bg-4.png");
}

@media screen and (max-width: 768px) {
  .payment {
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
  }

  .payment .col-3 {
    width: 50%;
  }

  .payment .col-3 .payment-item {
    margin-bottom: 3rem;
  }

  .payment .col-3 .payment-item .shadow {
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  .payment .col-3 .payment-item .payment-desc {
    min-height: unset;
    padding-bottom: 2.5rem;
  }

  .payment .col-3 .payment-item .payment-desc ul li {
    margin-top: 2.5rem;
  }

  .payment .col-3 .payment-item .payment-desc .btn {
    margin-bottom: -2.5rem;
  }
}

@media screen and (max-width: 600px) {
  .payment {
    padding: 2rem 0;
  }

  .payment .col-3 {
    width: 100%;
  }

  .payment .col-3 .payment-item {
    margin-bottom: 2.5rem;
  }

  .payment .col-3 .payment-item:hover {
    -webkit-transform: none;
    transform: none;
  }

  .payment .col-3 .payment-item .payment-desc {
    display: none;
    min-height: unset;
    padding-bottom: 2.5rem;
  }

  .payment .col-3 .payment-item .payment-desc ul li {
    margin-top: 2.5rem;
  }

  .payment .col-3 .payment-item .payment-desc .btn {
    margin-bottom: -2.5rem;
  }

  .payment .col-3 .payment-item .payment-title {
    height: 6.5rem;
  }
}

@media only screen and (max-width: 850px) and (orientation: landscape) {
  .payment {
    padding: 2rem 0;
  }

  .payment .col-3 {
    width: 50%;
  }

  .payment .col-3 .payment-item {
    margin-bottom: 2.5rem;
  }

  .payment .col-3 .payment-item:hover {
    -webkit-transform: none;
    transform: none;
  }

  .payment .col-3 .payment-item .payment-desc {
    min-height: unset;
    padding-bottom: 2.5rem;
  }

  .payment .col-3 .payment-item .payment-desc ul li {
    margin-top: 2.5rem;
  }

  .payment .col-3 .payment-item .payment-desc .btn {
    margin-bottom: -2.5rem;
  }
	.advice-item .btn-transparent-on-dark{
   margin-top:3rem;
		    font-size: 14px;
}
  .payment .col-3 .payment-item .payment-title {
    height: 6.5rem;
  }
}

.media {
  padding: 10rem 0 5rem;
  background-image: url("../images/media-bg.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.media .description h2 {
  color: #ffffff;
  margin-bottom: 5rem;
}

.media .description p {
  color: #ffffff;
  margin-bottom: 5rem;
}

.media .media-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.media .media-items .media-item {
  width: 26%;
  color: #ffffff;
  margin-bottom: 4rem;
  padding-left: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.media .media-items .media-item .img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 1.5rem;
}

.media .media-items .media-item .img img{
  width: 5.5rem !important;
  height: 5.5rem !important;
}

.media .media-items .media-item .title {
  font-size: 1.2rem;
  width: 100%;
}

.media .media-items .btn-yellow-on-light.mobile {
  display: none;
}

@media screen and (max-width: 768px) {
  .media {
    padding: 3rem 0;
  }
	.advice-item .btn-transparent-on-dark {
    margin-top: 5rem;
	font-size: 16px;
}

  .media .description h2 {
    margin-bottom: 3rem;
  }

  .media .description p {
    margin-bottom: 3rem;
  }

  .media .description .btn-yellow-on-light {
    display: none;
  }

  .media .media-items .btn-yellow-on-light.mobile {
    margin-left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    margin-bottom: 3rem;
    display: inline-block;
  }
}

@media screen and (max-width: 600px) {
  .media {
    padding: 2rem 0 7.5rem 0;
    position: relative;
  }

  .media .description h2 {
    margin-bottom: 2rem;
  }

  .media .description p {
    margin-bottom: 3rem;
  }

  .media .media-items .btn-yellow-on-light.mobile {
    position: absolute;
    bottom: 1.5rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    max-width: 31.5rem;
    margin-left: 0;
    margin-bottom: 0;
  }

  .media .media-items .media-item {
    padding-left: 0;
  }
		.advice-item .btn-transparent-on-dark {
	font-size: 12px;
			margin-top: 3rem;
}

  .media .media-items .media-item:last-of-type {
    width: 45%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media screen and (max-width: 376px) {
  .media .media-items .media-item {
    width: 35%;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
	.advice-item .btn-transparent-on-dark {
    margin-top: 5rem;
    font-size: 16px;
}

  .media .media-items .media-item:last-of-type {
    width: 65%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .media .media-items .btn-yellow-on-light.mobile {
    width: calc(100% - 6rem);
  }
}

@media only screen and (max-width: 850px) and (orientation: landscape) {
  .media {
    padding: 2rem 0;
  }

  .media .description h2 {
    margin-bottom: 3rem;
  }

  .media .description p {
    margin-bottom: 3rem;
  }

  .media .btn-yellow-on-light {
    margin-left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    margin-bottom: 3rem;
  }
}

.advice {
  padding: 5rem 0;
  overflow: hidden;
}

.advice h2 {
  margin-bottom: 2rem;
}

.advice .advice-info {
  width: calc(100% - 3rem);
  margin-left: 1rem;
  position: relative;
  padding: 2rem;
}

.advice .advice-info p {
  color: #ffffff;
  margin: 0;
  font-weight: 100;
  z-index: 2;
  position: relative;
}

.advice .advice-info .img {
  position: absolute;
  left: 0;
  top: 0;
  width: 120%;
  height: 100%;
  z-index: 1;
}

.advice .advice-info .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.advice .social {
  width: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.advice .social *,
.advice .social *:hover {
  -webkit-transition: all .5s;
  transition: all .5s;
}

.advice .social li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
}

.advice .social li:last-child {
  margin-bottom: 0;
}

.advice .social li a {
  width: 1.8rem;
  display: block;
  font-size: 0;
}

.advice .social li a svg {
  width: 1.8rem;
  height: 1.8rem;
  fill: #364457;
  font-size: 0;
}

.advice .social li a svg path {
  fill: #364457;
}

.advice .social li a svg:hover {
  fill: #e9c047;
}

.advice .social li a svg:hover path {
  fill: #e9c047;
}

.advice .social li:first-child {
  margin: auto;
  margin-top: 0;
}

.advice .social li:first-child a {
  width: 1.8rem;
}

.advice .social li:first-child a svg {
  width: 1.8rem;
  height: 1.8rem;
}

.advice .social li:last-child {
  margin: auto;
  margin-bottom: 0;
}

.advice .social li:last-child a {
  width: 2rem;
  height: 1.4rem;
}

.advice .social li:last-child a svg {
  width: 2rem;
  height: 1.4rem;
}

.advice .advice-carousel {
  padding: 0;
  margin-top: 5rem;
}

.advice .advice-carousel .slick-arrow {
  position: absolute;
  z-index: 5;
  top: 50%;
  width: 2.5rem;
  height: 2rem;
  border: none;
  color: transparent;
  background-color: transparent;
}

.advice .advice-carousel .slick-next {
  right: 0;
  -webkit-transform: translate(100%, -100%);
  transform: translate(100%, -100%);
  background-image: url("../images/arrow-right-gray.png");
  background-size: cover;
  cursor: pointer;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.advice .advice-carousel .slick-next:hover {
  background-image: url("../images/arrow-right-blue.png");
}

.advice .advice-carousel .slick-prev {
  left: 0;
  -webkit-transform: translate(-100%, -100%) rotate(-180deg);
  transform: translate(-100%, -100%) rotate(-180deg);
  background-image: url("../images/arrow-right-gray.png");
  background-size: cover;
  cursor: pointer;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.advice .advice-carousel .slick-prev:hover {
  background-image: url("../images/arrow-right-blue.png");
}

.advice-item {
  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;
  height: 100%;
  position: relative;
  cursor:pointer;
}

.advice-item .advice-content {
  position: relative;
  width: 100%;
}

.advice-item .advice-content .img {
  width: 100%;
}



.advice-item .advice-content .title {
  font-weight: 900;
  display:flex;
  align-items: center;
  align-content: center;
  font-size: 1.8rem;
  color: #364457;
  margin-top: .5rem;
}

.advice-item .advice-content .title a {
  cursor: pointer;
  color: #364457;
}

.advice-item .advice-content .title .sticker {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
   margin-left: 0.5rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #e9c047;
  color: #ffffff;
  padding: 0 1rem;
  font-weight: 300;
  font-size: 1.2rem;
  height: 1.6rem;
  text-transform: uppercase;
}

.advice-item .advice-content .title .sticker-2 {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #aabace;
  color: #ffffff;
  padding: 0 1rem;
  font-weight: 300;
  font-size: 1.2rem;
  height: 1.6rem;
  text-transform: uppercase;
}

.mybtnwrap1{
  color: #364457;
  border: 1px solid #364457;
  max-width: 22.5rem;
  height: 4.5rem;
  line-height: 4.5rem;
  position: relative;
	bottom: 0;
  left: 50%;
  font-size: 1.3rem;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.mybtnwrap1:hover {
  background-color: #364457;
  color: #ffffff;
}

.advice-item.last {
  height: 18rem;
}

@media screen and (max-width: 1165px) {
  .advice .advice-carousel {
    padding: 0 3rem;
  }

  .advice .advice-carousel .slick-prev {
    left: 4rem;
  }

  .advice .advice-carousel .slick-next {
    right: 4rem;
  }
}

@media screen and (max-width: 1050px) {
  .advice .advice-info .img {
    width: initial;
  }
}

@media screen and (max-width: 768px) {
  .advice {
    padding: 3rem 0;
  }

  .advice .advice-info .img {
    width: 100%;
  }

  .advice .advice-carousel {
    margin-top: 2rem;
  }
}

@media screen and (max-width: 600px) {
  .advice {
    padding: 2rem 0;
  }
  .step_number {
    font-size: 70px !important;
    line-height: 75px;
  }
  .advice .social {
    display: none;
  }

  .advice .advice-info {
    display: none;
  }

  .advice .advice-carousel {
    margin-top: 0;
  }

  .advice .advice-carousel .col-4 {
    padding: 0 3rem;
  }

  .advice .advice-carousel .slick-next {
    right: 5rem;
  }

  .advice .advice-carousel .slick-prev {
    left: 5rem;
  }
}

.blog-header {
  height: auto;
  background: none;
  padding-bottom: 5rem;
}

.blog-header .small-header {
  padding-top: 1.8rem;
  padding-bottom: 1.7rem;
  background-color: #364457;
}

.blog-header .small-header .small-header-logo {
  width: 16rem;
  max-width: 100%;
  display: block;
}

.blog-header .small-header .small-header-logo img {
  width: 16rem;
  max-width: 100%;
  height: auto;
}

.blog-header .small-header .small-header-contacts {
  padding-top: 1rem;
}

.blog-header .small-header .small-header-contacts span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 0.8rem;
}

.blog-header .small-header .small-header-contacts span img {
  height: 1.3rem;
  margin-right: 1rem;
}

.blog-header .small-header .small-header-contacts span a,
.blog-header .small-header .small-header-contacts span p {
  line-height: 1.7rem;
  font-size: 1.2rem;
  color: #ffffff;
  font-weight: 300;
  margin: 0;
}

.blog-header .small-header .small-header-social {
  padding-top: 1rem;
}

.blog-header .small-header .small-header-social p {
  line-height: 1.7rem;
  font-size: 1.2rem;
  color: #ffffff;
  font-weight: 300;
  margin-bottom: 0.8rem;
}

.blog-header .small-header .small-header-social .social {
  top: 2rem;
  right: 2rem;
}

.blog-header .small-header .small-header-social .social ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.blog-header .small-header .small-header-social .social ul *,
.blog-header .small-header .small-header-social .social ul *:hover {
  -webkit-transition: all .5s;
  transition: all .5s;
}

.blog-header .small-header .small-header-social .social ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 2rem;
}

.blog-header .small-header .small-header-social .social ul li:last-child {
  margin-right: 0;
}

.blog-header .small-header .small-header-social .social ul li a {
  width: 1.6rem;
  display: block;
}

.blog-header .small-header .small-header-social .social ul li a svg {
  width: 1.6rem;
  height: 1.6rem;
  fill: #ffffff;
}

.blog-header .small-header .small-header-social .social ul li a svg path {
  fill: #ffffff;
}

.blog-header .small-header .small-header-social .social ul li a svg:hover {
  fill: #e9c047;
}

.blog-header .small-header .small-header-social .social ul li a svg:hover path {
  fill: #e9c047;
}

.blog-header .small-header .small-header-bottom .btn-transparent-on-dark {
  color: #ffffff;
  border: 1px solid #ffffff;
}

.blog-header .small-header .small-header-bottom .btn-transparent-on-dark:hover {
  color: #e9c047;
  border: 1px solid #e9c047;
}

.our-advice {
  padding-top: 3rem;
  padding-bottom: 0;
  background-color: #f7f8f3;
}

.our-advice .hashtags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 4rem;
}
.our-advice  p{
  padding-right: 12rem;
}

.our-advice .hashtags .hashtag {
  border: 1px solid #e8eaeb;
  margin-right: 0.6rem;
  margin-bottom: 0.6rem;
}

.our-advice .hashtags .hashtag p {
  display: inline-block;
  font-size: 1.3rem;
  color: #364457;
  background-color: #edeeef;
  text-transform: uppercase;
  padding: 0.2rem 1rem 0.2rem 0.6rem;
  margin-bottom: 0;
  -webkit-transition: all .5s;
  transition: all .5s;
  position: relative;
}

.our-advice .hashtags .hashtag p:after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border: 0.7rem solid transparent;
  border-right: 0.7rem solid #ffffff;
}

.our-advice .hashtags .hashtag p:hover {
  color: #ffffff;
  background-color: #e9c047;
}

.our-advice .hashtags .hashtag span {
  display: inline-block;
  font-size: 1.1rem;
  color: #364457;
  background-color: #ffffff;
  text-transform: uppercase;
  padding: 0.2rem 0.6rem;
  margin-left: -3px;
}

.our-advice .advice-item {
  margin-bottom: 6rem;
}

@media screen and (max-width: 768px) {
  .small-header-bottom {
    display: none;
  }

  .hashtags {
    margin-bottom: 0;
  }

  .our-advice.advice .col-4 {
    padding: 0 2rem;
    width: 50%;
  }

  .our-advice.advice .advice-item {
    margin-top: 2rem;
  }
}

@media screen and (max-width: 600px) {
  .blog-header {
    padding-bottom: 0;
  }

  .our-advice p {
    font-size: 1.4rem;
  }

  .our-advice {
    padding: 0;
    padding-bottom: 2.7rem;
  }

  .our-advice.advice .col-4 {
    width: 100%;
  }

  .our-advice .hashtags {
    margin-bottom: 0;
  }

  .our-advice .btn-transparent-on-dark {
    margin-top: 3rem;
    position: relative;
    left: unset;
    -webkit-transform: unset;
    transform: unset;
    top: unset;
  }

  .our-advice.advice .advice-item {
    margin-bottom: 1rem;
  }
}

@media only screen and (max-width: 850px) and (orientation: landscape) {
  .blog-header {
    padding-bottom: 1.5rem;
  }
}

.bread-crumbs {
  background-color: #f7f8f3;
  padding: 2.5rem 0;
}

.bread-crumbs ul li {
  display: inline-block;
}

.bread-crumbs ul li a {
  font-size: 1.3rem;
  color: #162837;
}

.bread-crumbs ul li a:after {
  content: url("../images/small-gray-arrow.png");
  margin: 0 0.8rem;
}

.bread-crumbs ul li p {
  font-size: 1.3rem;
  color: #162837;
}

@media screen and (max-width: 600px) {
  .bread-crumbs {
    padding: 2rem 0 0 0;
  }
}

.bread-crumbs-mobile {
  display: none;
}

@media screen and (max-width: 600px) {
  .bread-crumbs-mobile {
    display: block;
    margin-bottom: 4rem;
  }

  .bread-crumbs-mobile ul li {
    display: inline-block;
  }

  .bread-crumbs-mobile ul li a {
    font-size: 1.6rem;
    color: #162837;
    text-transform: uppercase;
  }

  .bread-crumbs-mobile ul li a:after {
    content: url("../images/mobile-bread-crumbs.png");
    margin: 0 0.8rem 0 1.2rem;
  }

  .bread-crumbs-mobile ul li p {
    font-size: 1.6rem;
    color: #162837;
    text-transform: uppercase;
    margin-bottom: 0;
  }
}

.single-page {
  background-color: #f7f8f3;
  padding-bottom: 3rem;
}

.single-page .article {
  padding-right: 10%;
}

.single-page .article h1 {
  font-size: 3rem;
  font-weight: bold;
  color: #364457;
  margin-bottom: 2rem;
}

.single-page .article h2 {
  font-size: 2rem;
  font-weight: bold;
  color: #364457;
  margin-bottom: 2rem;
}

.single-page .article p {
  display: inline-block;
  font-size: 1.6rem;
  color: #364457;
  margin-bottom: 2.5rem;
}

.single-page .article img {
  width: 100%;
  height: auto;
  display: inline-block;
  margin: 2rem 0 4rem 0;
}

.single-page .article a {
  font-size: 1.6rem;
  color: #364457;
  position: relative;
}

.single-page .article a:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #e9c047;
}

.single-page .article a:hover {
  color: #e9c047;
}

.single-page .article .blackquote p{
  font-size: 1.8rem;
  font-weight: lighter;
  color: #364457;
  font-style: italic;
  position: relative;
  padding-left: 20%;
  float: right;
  margin-bottom: 2rem;
}

.single-page .article .blackquote p:before {
  content: url("../images/quotes.png");
  width: 20%;
  position: absolute;
  left: 0;
}

.single-page .share {
  border-top: 1px solid #e9c047;
  border-bottom: 1px solid #e9c047;
  padding: 3rem 0;
  margin: 3rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.single-page .share h2 {
  padding-left: 3rem;
  position: relative;
  margin-bottom: 0;
}

.single-page .share h2::before {
  content: url("../images/small-yellow-arrow.png");
  position: absolute;
  left: -15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.single-page .share ul {
  margin-left: -2rem;
  margin-right: -2rem;
}

.single-page .share ul li {
  display: inline-block;
  margin: 0 0.8rem;
  padding: 0;
}

.single-page .share ul li a:after {
  background-color: transparent;
}

.single-page .share ul li a img {
  width: 3rem;
  height: 3rem;
  -o-object-fit: cover;
  object-fit: cover;
  margin: 0;
}

.single-page .share ul li:first-child {
  margin-left: 0;
}

.single-page .share ul li:last-child {
  margin-right: 0;
}

.single-page .other-articles h2 {
  font-size: 2.2rem;
  padding-left: 2.5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  border-left: 1px solid #e9c047;
  margin-bottom: 2rem;
}

.single-page .other-articles .other-articles-carousel {
  position: relative;
}

.single-page .other-articles .other-articles-carousel .slick-arrow {
  position: absolute;
  z-index: 5;
  top: 50%;
  margin-top: -4rem;
  width: 2.5rem;
  height: 2rem;
  border: none;
  color: transparent;
  background-color: transparent;
}

.single-page .other-articles .other-articles-carousel .slick-next {
  right: -1rem;
  background-image: url("../images/arrow-right-gray.png");
  background-size: cover;
  cursor: pointer;
}

.single-page .other-articles .other-articles-carousel .slick-prev {
  left: -1rem;
  background-image: url("../images/arrow-left-gray.png");
  background-size: cover;
  cursor: pointer;
}

.single-page .other-articles li {
  padding-bottom: 2.5rem;
  margin-bottom: 2.5rem;
  border-bottom: 1px solid #e9c047;
}

.single-page .other-articles li:last-child {
  border-bottom: none;
}

@media screen and (max-width: 1024px) {
  .single-page .advice {
    padding: 0 2rem;
  }

  .single-page .article {
    padding-right: 5%;
  }
}

@media screen and (max-width: 768px) {
  .single-page .advice {
    padding: 0 3rem;
  }

  .single-page .article.col-8 {
    padding-right: 2rem;
    width: 100%;
  }

  .single-page .other-articles {
    width: 100%;
  }

  .single-page .other-articles h2 {
    padding-left: 0;
    border-left: none;
  }

  .single-page .other-articles .other-articles-carousel li {
    border-bottom: none;
    margin-right: 1.5rem;
    margin-left: 1.5rem;
  }
}

@media screen and (max-width: 600px) {
  .single-page {
    padding-bottom: 0;
  }

  .single-page .article p {
    font-size: 1.4rem;
  }

  .single-page .article .blackquote p{
    padding-left: 0;
    padding-top: 7.5rem;
  }

  .single-page .article .blackquote p:before {
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }

  .single-page .share div {
    padding-left: 0;
    padding-right: 0;
  }

  .single-page .share h2 {
    margin-bottom: 2rem;
  }

  .single-page .share h2:before {
    left: 0;
  }

  .single-page .share ul {
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .single-page .other-articles li {
    margin-bottom: 0;
    border-bottom: 0;
  }
}

.mobile-menu {
  display: none;
}

.drop-down-menu {
  width: 100%;
  background-color: #162837;
  padding-top: 5rem;
  padding-bottom: 3.5rem;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  overflow: auto;
  position: fixed;
  height: calc(100% - 9.5rem);
  left: 0;
  top: 9.5rem;
  z-index: 50;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.drop-down-menu .categories {
  margin-bottom: 5rem;
  width: 100%;
}

.drop-down-menu .categories li a {
  font-size: 1.2rem;
  color: #ffffff;
  text-transform: uppercase;
  line-height: 3.5rem;
}

.drop-down-menu .categories li .subcategories li {
  padding-left: 1.5rem;
  position: relative;
}

.drop-down-menu .categories li .subcategories li a {
  font-weight: lighter;
  line-height: 3rem;
}

.drop-down-menu .categories li .subcategories li:before {
  content: '';
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background-color: #e9c047;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.drop-down-menu .urgent-call {
  width: 100%;
  margin-bottom: 6rem;
}

.drop-down-menu .urgent-call p {
  font-size: 1.2rem;
  font-weight: bold;
  text-transform: uppercase;
}

.drop-down-menu .small-header-social {
  padding-top: 1rem;
}

.drop-down-menu .small-header-social p {
  line-height: 1.7rem;
  font-size: 1.2rem;
  color: #ffffff;
  font-weight: 300;
  margin-bottom: 0.8rem;
}

.drop-down-menu .small-header-social .social {
  top: 2rem;
  right: 2rem;
}

.drop-down-menu .small-header-social .social ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.drop-down-menu .small-header-social .social ul *,
.drop-down-menu .small-header-social .social ul *:hover {
  -webkit-transition: all .5s;
  transition: all .5s;
}

.drop-down-menu .small-header-social .social ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 2rem;
}

.drop-down-menu .small-header-social .social ul li:last-child {
  margin-right: 0;
}

.drop-down-menu .small-header-social .social ul li a {
  width: 1.6rem;
  display: block;
}

.drop-down-menu .small-header-social .social ul li a svg {
  width: 1.6rem;
  height: 1.6rem;
  fill: #ffffff;
}

.drop-down-menu .small-header-social .social ul li a svg path {
  fill: #ffffff;
}

.drop-down-menu .small-header-social .social ul li a svg:hover {
  fill: #e9c047;
}

.drop-down-menu .small-header-social .social ul li a svg:hover path {
  fill: #e9c047;
}

.drop-down-menu-active {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

@media screen and (max-width: 600px) {
  .blog-header .small-header {
    display: none;
  }

  .menu {
    display: none;
  }

  .mobile-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #162837;
    padding: 2rem 0;
    position: fixed;
    z-index: 51;
    width: 100%;
    left: 0;
    top: 0;
  }

  .mobile-menu .small-header-logo {
    width: 50%;
  }

  .mobile-menu .small-header-logo img {
    max-width: 100%;
  }

  .mobile-menu .mobile-icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: 50%;
  }

  .mobile-menu .mobile-icons .mobile-icon {
    height: 2.2rem;
    width: auto;
    margin-left: 3rem;
    position: relative;
    cursor: pointer;
  }

  .mobile-menu .mobile-icons .mobile-icon img {
    height: 100%;
    width: 2.2rem;
    cursor: pointer;
  }

  .mobile-menu .mobile-icons .mobile-icon span {
    position: absolute;
    z-index: -1;
    color: #fff;
    display: block;
    padding: 1rem .5rem;
    width: 200px;
    right: -1rem;
    top: calc(100% + 2rem);
    text-align: center;
    border: solid 1px #fff;
    border-radius: 5px;
    font-size: 1.1rem;
    background-color: #162837;
    opacity: 0;
    -webkit-transition: all .5s;
    transition: all .5s;
  }

  .mobile-menu .mobile-icons .mobile-icon span::after {
    content: '';
    height: 1.7rem;
    width: 1px;
    position: absolute;
    background-color: #fff;
    bottom: 100%;
    right: 1.9rem;
  }

  .mobile-menu .mobile-icons .mobile-icon span.open {
    opacity: 1;
    z-index: 52;
  }

  .mobile-menu .mobile-icons .mobile-icon .menu-close {
    display: none;
  }
}

@media screen and (max-width: 350px) {
  .mobile-menu .mobile-icons .mobile-icon {
    margin-left: 1.5rem;
  }
}

@media only screen and (max-width: 850px) and (orientation: landscape) {
  .blog-header .small-header {
    display: none;
  }

  .menu {
    display: none;
  }

  .drop-down-menu {
    top: 7.5rem;
    height: calc(100% - 7.5rem);
  }

  .mobile-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #162837;
    padding: 1rem 0;
    position: fixed;
    z-index: 9;
    width: 100%;
    left: 0;
    top: 0;
  }

  .mobile-menu .small-header-logo {
    width: 25%;
  }

  .mobile-menu .small-header-logo img {
    max-width: 100%;
  }

  .mobile-menu .mobile-icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: 50%;
  }

  .mobile-menu .mobile-icons .mobile-icon {
    height: 2.2rem;
    width: auto;
    margin-left: 3rem;
    position: relative;
    cursor: pointer;
  }

  .mobile-menu .mobile-icons .mobile-icon img {
    height: 100%;
    width: 2.2rem;
    cursor: pointer;
  }

  .mobile-menu .mobile-icons .mobile-icon span {
    position: absolute;
    z-index: -1;
    color: #fff;
    display: block;
    padding: 1rem .5rem;
    width: 200px;
    right: -1rem;
    top: calc(100% + 2rem);
    text-align: center;
    border: solid 1px #fff;
    border-radius: 5px;
    font-size: 1.1rem;
    background-color: #162837;
    opacity: 0;
    -webkit-transition: all .5s;
    transition: all .5s;
  }

  .mobile-menu .mobile-icons .mobile-icon span::after {
    content: '';
    height: 1.7rem;
    width: 1px;
    position: absolute;
    background-color: #fff;
    bottom: 100%;
    right: 1.9rem;
  }

  .mobile-menu .mobile-icons .mobile-icon span.open {
    opacity: 1;
    z-index: 8;
  }

  .mobile-menu .mobile-icons .mobile-icon .menu-close {
    display: none;
  }
}

.page-espl {
  background-color: #f7f8f3;
}

.page-espl .desc h2 {
  font-size: 3rem;
  font-weight: bold;
  color: #364457;
  margin-bottom: 2rem;
  width: 100%;
  max-width: 40rem;
}

.page-espl .steps {
  padding-top: 3rem;
  padding-bottom: 4rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.page-espl .steps h3 {
  font-size: 1.6rem;
  font-weight: bold;
  color: #364457;
  margin-bottom: 1rem;
  text-transform: uppercase;
}

.page-espl .steps p {
  font-size: 1.4rem;
  margin-bottom: 0;
}

.page-espl .steps .left-part {
  text-align: right;
}

.page-espl .steps .left-part img {
  width: 18rem;
  height: auto;
  margin-right: 2px;
}

.page-espl .steps .right-part img {
  width: 18rem;
  height: auto;
  margin-left: 2px;
}
.step .left-part{
  padding-right: 5rem;
}
.page-espl .advantages {
  padding-top: 5rem;
  padding-bottom: 3rem;
}

.page-espl .advantages h3 {
  font-size: 2rem;
  line-height: 4rem;
  border-left: 3px solid #e9c047;
  color: #364457;
  padding-left: 3rem;
  margin-bottom: 1.5rem;
}

.page-espl .advantages p {
  margin-bottom: 4.5rem;
  width: 100%;
}




@media screen and (max-width: 1024px) {
  .page-espl .advantages h3 {
    width: 100%;
  }

  .page-espl .advantages p {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .page-espl .inform.col-8 {
    width: 100%;
  }
}

.contacts {
  padding-top: 7rem;
  padding-bottom: 4rem;
  overflow: hidden;
}

.contacts .contacts-box .col-6:first-child {
  padding: 0;
}

.contacts .map {
  padding: 0;
  position: relative;
}

.contacts .map iframe,
.contacts .map #map {
  width: 100%;
  height: 30rem;
  z-index:1;
}

.contacts .map .address-box {
  position: absolute;
  top: 0.3rem;
  left: 0;
  width: 50%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.7);
  -webkit-box-shadow: -10px 10px 10px 0px #e0e0dc;
  box-shadow: -10px 10px 10px 0px #e0e0dc;
  padding: 2rem;
  z-index:2;
}

.contacts .map .address-box h2 {
  display: none;
}

.contacts .map .address-box p {
  font-size: 1.2rem;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 1rem;
}

.contacts .map .address-box .phone,
.contacts .map .address-box a {
  font-size: 1.2rem;
  color: #364457;
  display: inline-block;
  margin-bottom: 1rem;
}

.contacts .consultation {
  margin-left: 2rem;
  padding-left: 2.5rem;
}

.contacts .consultation h2,
.contacts .consultation p {
  margin-bottom: 2.5rem;
}

.contacts .consultation p {
  width: 90%;
}

.contacts .consultation .btn-yellow-on-light {
  margin-bottom: 1.6rem;
}

@media screen and (max-width: 768px) {
  .contacts {
    padding: 3rem 0;
  }

  .contacts-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
  }

  .contacts-box .col-6 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }

  .contacts-box div:nth-child(2) {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }

  .contacts .consultation {
    padding-left: 0;
    margin-bottom: 3rem;
  }

  .contacts .consultation .btn-yellow-on-light {
    margin-right: 3rem;
  }
}

@media screen and (max-width: 600px) {
  .contacts {
    padding-top: 2rem;
    padding-bottom: 0;
  }

  .contacts-box .col-6 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .contacts .consultation {
    margin-left: 0;
    padding-left: 0;
    padding-bottom: 4rem;
  }

  .contacts .consultation {
    margin-bottom: 0;
  }

  .contacts .consultation .btn-yellow-on-light {
    max-width: 31.4rem;
    margin-left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .contacts .consultation .btn-transparent-on-light {
    max-width: 31.4rem;
    margin-left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .contacts .map {
    padding-top: 15rem;
    padding-bottom: 2rem;
  }

  .contacts .map .address-box {
    width: 100%;
    height: auto;
    top: 0;
    left: 0;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0;
  }

  .contacts .map .address-box p,
  .contacts .map .address-box a {
    font-size: 1.4rem !important;
  }

  .contacts .map .address-box h2 {
    display: inline-block;
    margin-bottom: 2rem;
  }

  .contacts .map .address-box .phone {
    display: block;
    width: inherit;
  }
}

footer {
  padding: 3rem 0;
  background-color: #364457;
  color: #ffffff;
  overflow: hidden;
/*   margin-left: -.4rem;
  margin-bottom: -.4rem;
  margin-right: -.4rem; */
}

footer .col-10 {
  padding: 0;
}

footer .col-2 {
  padding-right: 0;
}

footer .col-3.address-and-vacancy {
  padding-right: 0;
}

footer h3 {
  text-transform: uppercase;
  margin-bottom: 1rem;
  font-size: 1.4rem;
}

footer .footer-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

footer .footer-menu .col-3:first-child {
  width: 28% ;
}

footer .footer-menu .col-3:last-child {
  padding-left: 5.5rem;
  width: 22% !important;
}

footer .footer-menu .title {
  font-family: "Roboto", sans-serif;
  font-size: 1.4rem;
  font-weight: 900;
  text-transform: uppercase;
  display: block;
  margin-bottom: 1.5rem;
}

footer .footer-menu .menu-box {
  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;
  height: 82%;
}

footer .footer-menu .menu-box ul a {
  font-family: "Roboto", sans-serif;
  font-size: 1.4rem;
  color: #ffffff;
  font-weight: lighter;
  line-height: 1.5;
}

footer .footer-menu .menu-box ul a:hover,
footer .footer-menu .menu-box ul a:active {
  color: #e9c047;
}

footer .footer-menu .menu-box ul a.tel {
  font-weight: 400;
}

footer .footer-menu .menu-box ul a.link-on-dark {
  font-weight: 400;
}

footer .footer-menu .menu-box .social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

footer .footer-menu .menu-box .social *,
footer .footer-menu .menu-box .social *:hover {
  -webkit-transition: all .5s;
  transition: all .5s;
}

footer .footer-menu .menu-box .social li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 1rem;
}

footer .footer-menu .menu-box .social li:last-child {
  margin-right: 0;
}

footer .footer-menu .menu-box .social li a {
  width: 2.5rem;
  display: block;
}

footer .footer-menu .menu-box .social li a svg {
  width: 2.5rem;
  height: 2.5rem;
  fill: #fff;
}

footer .footer-menu .menu-box .social li a svg path {
  fill: #fff;
}

footer .footer-menu .menu-box .social li a svg:hover {
  fill: #e9c047;
}

footer .footer-menu .menu-box .social li a svg:hover path {
  fill: #e9c047;
}

footer .footer-menu .menu-box .created-by span {
  font-family: "Roboto", sans-serif;
  font-size: 1.4rem;
  font-weight: bold;
  text-transform: uppercase;
  display: block;
  margin-bottom: 1rem;
}

footer .footer-menu .menu-box .created-by a {
  position: relative;
  height: 2.7rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

footer .footer-menu .menu-box .created-by a .created-logo {
  display: block;
}

footer .footer-menu .menu-box .created-by a .logo-active {
  display: none;
}

footer .footer-menu .menu-box .created-by a:hover .created-logo {
  display: none;
}

footer .footer-menu .menu-box .created-by a:hover .logo-active {
  display: block;
}

a.urgent-call {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

a.urgent-call img {
  display: block;
  width: 1rem;
  height: 1rem;
  -o-object-fit: cover;
  object-fit: cover;
  margin-right: 0.5rem;
}

a.urgent-call p {
  display: block;
  font-family: "Roboto", sans-serif;
  font-size: 1.4rem;
  font-weight: lighter;
  margin: 0;
  cursor: pointer;
  color: #ffffff;
}

a.urgent-call p:hover,
a.urgent-call p:active {
  color: #e9c047;
}

.page_info_wrap{
	padding-top: 0;
}

.page_info{
	margin-bottom: 40px;
}

.page_info h1{
	font-family: "Roboto", sans-serif;
    font-size: 3.6rem;
    color: #364457;
    margin-bottom: 2rem;
    font-weight: 700;
    line-height: 1.2;
	word-wrap: break-word;
}

.page_info p{
	font-family: "Roboto", sans-serif;
    font-size: 1.6rem;
    color: #364457;
    font-weight: 400;
	margin-bottom: 0;
    line-height: 1.2;
}

@media screen and (max-width: 768px) {
  footer .col-3 {
    width: 50%;
  }

	footer .footer-menu .col-3:first-child {
    width:50%;
    padding-bottom: 5rem;
}
	footer .footer-menu .col-3:last-child {
    padding-left: 2rem;
}
  footer .footer-menu {
    margin-bottom: 3.5rem;
	margin-left: 3.5rem;
  }
	a.urgent-call {
    margin-top: 3rem;
}
}


@media screen and (max-width: 600px) {
  footer .col-3 {
    margin-bottom: 0;
  }

  footer .for-business {
    display: none;
  }

  footer .for-citizens {
    display: none;
  }

  footer .address-and-vacancy h3 {
    display: none;
  }

  footer .address-and-vacancy .address {
    display: none;
  }

  footer .footer-menu .menu-box ul a {
    font-size: 1rem;
  }

  footer .footer-menu h3 {
    font-size: 1.2rem;
    margin-bottom: 1rem;
  }

  footer .footer-menu .col-3:first-child {
    width: 25% !important;
  }

  footer .footer-menu .col-3:last-child {
    padding-left: 2rem;
    width: 50% !important;
  }

  footer {
    padding-bottom: 6rem;
    padding-top: 2rem;
    position: relative;
  }

  footer .created-by {
    position: absolute;
    bottom: 1rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    text-align: center;
    opacity: 0.1;
  }

  footer .created-by h3 {
    margin-bottom: 0.5rem;
  }

  footer .footer-menu .menu-box .social li a {
    width: 1.8rem;
  }

  footer .footer-menu .menu-box .social li a svg {
    width: 1.8rem;
    height: 1.8rem;
  }

  footer .footer-menu .menu-box .created-by span {
    margin-bottom: 0;
  }
}






.step_line_round {
  position:absolute;
  left:96%;
  top:50%;
  width:6vw;
  }

  .line {
  height:.4vw;
  width:100%;
  background-color:#344153;
  }

  .round {
  position:absolute;
  height:1vw;
  width:1vw;
  top:-.25vw;
  border-radius:50%;
  background-color:#344153;
  right:0;
  }

  .step .graphics {
  width:30%;
  float:left;
  margin-left:10%;
  position:relative;
  }

  .step .content {width:75%;margin-right:-20%;float:left;padding-left:10vw;}

  .step_1 .content {padding-top:8%;}

  .step_4 .content {
  padding-top:10%;
  }

  .step_right .graphics {
  width:30%;
  float:right;
  margin-right:10%;
  position:relative;
  }

  .step_right .content {
  width:75%;
  margin-left:-20%;
  float:left;
  padding-right:8vw;
  }

  .step_1 {margin-top:3vw;}

  .step_3 .line,.step_3 .round {
  background-color:#89a3c7;
  }

  .step_2 .step_line_round,.step_4 .step_line_round {
  left:-5.5vw;
  }

  .step_2 .line,.step_2 .round {
  left:-.25vw;
  background-color:#5d7493;
  }

  .step_4 .line,.step_4 .round {
  left:-.25vw;
  background-color:#c2d3e9;
  }

  .page_container {
  float:left;
  position:relative;
  width:100%;
  padding:2vw 0;
  }

  .inset-text {
  color:rgba(5,21,42,0.8);
  text-shadow:0.05vw 0.2vw 0.31vw #fff, 0 0 0 #000, 0.05vw 0.2vw 0.31vw #fff;
  }

  .step {position:relative;float:left;width:100%;text-align:left;padding:0 15%;}

  .step img,.step_right img {width:100%;}

  .step_right {
  position:relative;
  float:left;
  width:100%;
  text-align:right;
  padding:0 15%;
  }

  .step_right .step_inner {
    position: absolute;
    border-radius: 50%;
    width: 8vw;
    height: 8vw;
    right: 47%;
    top: 50%;
    transform: translateX(50%) translateY(-50%);
    background-color: #FFF;
    box-shadow: 0.5vw 0.5vw 1.5vw 0 rgba(0,0,0,0.35);
    text-align: center;
  }

  .step_2 .inset-text {
  color:rgba(56,84,121,0.8);
  text-shadow:0.05vw 0.2vw 0.31vw #fff, 0 0 0 #000, 0.05vw 0.2vw 0.31vw #fff;
  }

  .step_3 .inset-text {
  color:rgba(110,145,196,0.8);
  text-shadow:0.05vw 0.2vw 0.31vw #fff, 0 0 0 #000, 0.05vw 0.2vw 0.31vw #fff;
  }

  .step_4 .inset-text {
  color:rgba(111,121,133,0.8);
  text-shadow:0.05vw 0.2vw 0.31vw #fff, 0 0 0 #000, 0.05vw 0.2vw 0.31vw #fff;
  }

  .step_right .step_shadow {
  box-shadow:.5vw .5vw 1.5vw 0 rgba(0,0,0,0.35);
  border-radius:50%;
  top:1.3vw;
  right:3%;
  width:74%;
  height:85%;
  position:absolute;
  color:#FFF;
  z-index:-1;
  }

  .step .step_shadow {
  box-shadow:.5vw .5vw 1.5vw 0 rgba(0,0,0,0.35);
  border-radius:50%;
  top:1.3vw;
  left:16%;
  width:74%;
  height:85%;
  position:absolute;
  color:#FFF;
  z-index:-1;
  }

  .step .step_inner {
    position: absolute;
    border-radius: 50%;
    width: 8vw;
    height: 8vw;
    right: 53%;
    top: 50%;
    transform: translateX(50%) translateY(-50%);
    background-color: #FFF;
    box-shadow: 0.5vw 0.5vw 1.5vw 0 rgba(0,0,0,0.35);
    text-align: center;
  }

  .step_number {
  font-size:5vw;
  font-weight:600;
  width:100%;
  line-height:7vw;
  }

  .step_inf {
  font-size:1vw;
  font-weight:500;
  margin-top:-1.3vw;
  }

  .step_inner,.step_right img,.step img {z-index:2;}

  .step_2 .content,.step_3 .content {padding-top:10%;}

  ::-moz-selection,::selection {
  background:#5af;
  color:#fff;
  text-shadow:none;
  }

  img.lineto {
  position: absolute;
  width: 25vw;
  left: 25vw;
  top: 10vw;
  z-index: -1;
  }

  @media only screen and (max-width : 767px) {
    .lineto {
      display: none;
    }
    .advantages_row_left{
      padding-left: 0rem;
      padding-right: 0rem;
    }
    .advantages_row_right{
      padding-left: 0rem;
      padding-right: 0rem;
    }

    .step, .step_right {
      padding:10px 0;
    }
    .step_inner {
      width: 52% !important;
      height: 52% !important;
      top: 25.5% !important;
      left: 21.5% !important;
      margin-left:  0 !important;
      transform: none !important;
    }
    .step_right .step_inner {
      width: 52% !important;
      height: 52% !important;
      top: 25.5% !important;
      left: 27.5% !important;
      margin-left:  0 !important;
    }

    .step .content {
    width:55%;
    margin-right:0 !important;
    float:left;
    padding-left:10vw;
    }
    .step_right .content {
    width:55%;
    margin-left:0 !important;
    float:left;
    padding-right:8vw;
    }
    .step_shadow {
      width: 90% !important;
      height: 90% !important;
      left: 2% !important;
      top: 7% !important;
    }
    .step_right .step_shadow {
      left: 8% !important;
      top: 7% !important;
    }
    .step_right .step_shadow {
      width: 90% !important;
      height: 90% !important;
    }

    .steps {
    padding: 20px 30px;
    }
    .step_4 {
      margin-bottom: 4% !important;
    }
  }

  @media only screen and (max-width : 500px) {
    .step_line_round {
      display: none;
    }
	.advice-item .btn-transparent-on-dark {
    margin-top: 7rem;
	margin-left:3rem;
    font-size: 16px;
}
    .lineto {
      display: none;
    }

    .graphics {
      width: 180px !important;
      float: none !important;

      margin: 0 auto!important;
      margin-bottom: 25px !important;
    }

    .content {
      width: 100% !important;
      margin: 0 !important;
      text-align: left;
      padding: 0 !important;
    }
    .row .steps{
      padding-left: 3rem;
      padding-right: 3rem;
    }

    .step_number {
      font-size: 70px !important;
      line-height: 75px;
    }
    .step_inf {
      font-size: 12px !important;
    }
  }

  @media only screen and (min-width : 500px) and (max-width : 767px) {
    .lineto {
      display: none;
    }
    .step_number {
      font-size: 9vw !important;
      line-height: 11vw;
    }
    .step_inf {
      font-size: 2vw !important;
    }

  }
   @media only screen and (max-width: 376px){
    .advice-item .btn-transparent-on-dark {
    margin-top: 5rem;
    margin-left: 8%;
    font-size: 1.3rem;
}
}


.head_sos {
    padding: 4rem 0;
    position: relative;
    background: url("../images/sos-background-big.jpg") repeat;
}

.head_sos h1 {
  color: white;
  text-align: center;
  margin-bottom: 3rem;
    font-family: "Roboto", sans-serif;
    font-size: 3.6rem;
    margin-bottom: 3rem;
    font-weight: 700;
    line-height: 1.2;
}
.icon_sos {
  width: 6rem;
}

.head_sos span {
  color: white;
  font-size: 1.8rem;
  font-weight: 300;
  margin-left: 3rem;
  display: inline-block;
}
.fcentr {
  padding-left: 10vw;
  float: left;
}
.items_services_sos{
	padding-top:3rem;
}
.sos_text span{
  color: #364457;
  font-weight: 500;
  font-size: 1.8rem;
    margin-top: 2rem;
    text-align: center;
}
.icon_sos_big{
  text-align: center;
  width:80%;
}
.box_sos{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.item_sos{
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-content: center;
    align-items: center;
    margin: 2rem 0;
    padding: 0 6rem;
}
.item_services{
    text-align: center;
  }
.sos_container {
  display:flex;
	width:100%;
}
.sos_numbers{
	background:#364457 url(https://tsypin.partners/wp-content/themes/tsypin/images/telephone_background5.jpg);
	background-repeat:no-repeat;
	background-size:50% ;
	background-position:left center;
}
.sos_numbers .row{
	min-height: 30rem;
	align-items: center;
}    
.left_block {
  display: flex;
  justify-content: center;
  align-items: center;
}
.left_block a{
	 color: inherit;
	text-decoration:none;
}
.left_block span{
	color:white;
	font-size:3rem;
}
.right_block {
  font-size: 1.8rem;
}
.right_block_content {
   align-items: center;
	text-align:center;
}
.left_block h3 {
  font-size: 1.8rem;
  color: #fff;
	text-align:center;
	margin:25%;
}
.right_block_content .btn-transparent-on-dark{
  color: #ffffff;
  border: 1px solid #ffffff;
  margin-top: 2rem;
}
.right_block_content .btn-transparent-on-dark:hover{
  color: #e9c047;
  border: 1px solid #e9c047;
}
@media only screen and (min-width : 769px) and (max-width : 900px){
	.sos_numbers {
    background: #364457 url(https://tsypin.partners/wp-content/themes/tsypin/images/telephone_background5.jpg);
    background-repeat: no-repeat;
    background-size: 50% 100%;
    background-position: left top;
}
}
@media screen and (max-width: 768px) {
  .item_sos{
    width: 100%;
	padding-left:10rem;
  }
  .item_sos span{
    text-align: center;
    font-size: 2rem;
  }
  .item_services{
    text-align: center;
    width: 50%;
	margin-bottom:2rem;
  }
  .icon_sos_big{
    width: 50%;
    text-align: center;
  }
  .box_sos{
    display: block;
  }
  .sos_text span{
    margin: 0 auto;
  }
	.sos_numbers {
    background: #364457 url(https://tsypin.partners/wp-content/themes/tsypin/images/telephone_background5.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left center;
}
	.sos_container {
    display: flex;
	flex-direction:column;
    width: 100%;
    align-items: center;
}
	
  .right_block_content .small-header-bottom{
    display: inline-block;
  }
	.right_block_content .small-header-bottom a{
    padding-top: 0;
    margin-right: 1rem;
  }
}

  @media screen and (max-width: 600px){
    .right_block_content a{
      padding: 10px;
      padding-top: 0;
    }
	.advice-item .advice-content .title span {
    cursor: pointer;
    font-size: 2.2rem;
}
	.item_sos{
    width: 100%;
	flex-wrap:wrap;
	padding:0;
  }
	.item_sos img{
    margin:0 auto;
}
    .container_sos{
      display: block;
    }
	.item_services_sos {
    padding:0;
}
    .item_services {
      text-align: center;
      width: 70%;
      justify-content: center;
  }
	.head_sos span{
		width:100%;  
		text-align:center;
		margin:0;
		text-transform:uppercase;
		margin: 2rem 0;
  }
	.box_sos{
    display: block;
		padding:0;
  }
  .head_sos h1{
    font-size:3.2rem;
  }
  .row{
    justify-content: center;
  }
    .left_block {
      width: 100%;
      position: relative;
      overflow: hidden;
  }
  .right_block {
    width: 100%;
    font-size: 20px;
    position: relative;
    text-align: center;
}
.right_block_content{
  margin: 0 auto;
}

}
    @media screen and (max-width: 408px){
      .right_block_content a{
        padding: 0;
        margin-right: 1rem;
      }
      .icon_sos{
        width: 6rem;
        margin-left: -1rem;
      }
    }
    @media screen and (max-width: 375px){
      .right_block_content .btn-transparent-on-dark a{
        padding: 0;
		  margin-right:2rem;
      }
		.head_sos h1 {
    font-size: 3rem;
}
      .item span{
        text-align: center;
        font-size: 1.5rem;
      }
      .item_services {
        text-align: center;
        width: 100%;
        padding: 0 2rem;
    }
      .item{
        margin-left: 0;
        margin-right: 0;
      }
      .icon_sos{
        width: 7rem;
      }
    }

/* Zexler's code */

.services-business, .our-team, .phone, .payment, .media, .for-business, .for-citizens, .case {
	display: none;
}

header .header-banner .banner-img .img-box {
    width: 100%;
	height: 100%;
    position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

header .header-banner .banner-img .img-box img {
    display: block;
    width: 300px;
    height: auto;
    position: relative;
    bottom: unset;
    right: unset;
}
.text-under-logo-home {
	font-size: 3rem;
    font-weight: 300;
    text-transform: uppercase;
	text-align: center;
    color: #ffffff;
    margin-top: 2rem;
	}
header {
	height: auto !important;
	background: none !important;
}
.advice {
	background-color: rgb(0 0 0 / 2%);
}
