#footer {
  background: #1A1E25;
  color: #fff;
}

#footer h3.title {
  margin: unset;
  line-height: unset;
  font-weight: unset;
  font-style: unset;
  font-size: unset;
}

#footer .logo {
  margin-bottom: 30px;
  max-width: 155px;
  width: 100%;
  height: auto;
}

#footer .social {
  margin-bottom: 32px;
}

#footer .social .title {
  font-size: 15px;
  margin-bottom: 15px;
}

#footer .social a {
  margin-right: 12px;
}

#footer .social img {
  max-width: 26px;
  height: 26px;
}

#footer .container {
  display: flex;
  justify-content: space-between;
  padding: 80px 15px;
  border-top: 1px solid #9EA0AC;
}

#footer .menu {
  display: flex;
  color: #C9E2F0;
  font-weight: bold;
}

#footer .menu .items:not(:last-child) {
  margin-right: 75px;
}

#footer .menu .item:not(:last-child) {
  margin-bottom: 10px;
  line-height: 26px;
}

#footer .menu .title {
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
  font-weight: 400;
  font-size: 15px;
}

#footer .menu .title.margin {
  margin-top: 40px;
}

#footer .menu .title img {
  display: none;
}

#footer .menu a {
  font-weight: normal;
  color: #fff;
  font-size: 15px;
  line-height: 24px;
  text-decoration: none;
}

#footer .menu a:hover {
  text-decoration: underline;
}

#footer .address {
  color: #9EA0AC;
  font-size: 12px;
  line-height: 18px;
}

#footer .address a {
  color: inherit;
  text-decoration: none;
}

#footer .reviews .title {
  font-size: 15px;
  line-height: 17px;
  margin-bottom: 23px;
}

#footer .reviews {
  width: 280px;
}

#footer .reviews a {
  display: block;
}

#footer .reviews a:first-child {
  margin-bottom: 35px;
}

#footer .reviews img {
  width: 100%;
  height: auto;
  max-width: 220px;
  min-width: 220px;
  margin-left: auto;
  display: block;
}

#footer .reviews .email {
  background: #1A1E25;
  border: 1px solid #9EA0AC;
  border-radius: 5px;
  padding: 18px 40px 18px 18px;
  width: 100%;
  color: #fff;
  font-size: 15px;
  line-height: 17px;
  height: 55px;
}

#footer .reviews .email::-moz-placeholder {
  color: #9EA0AC;
}

#footer .reviews .email::placeholder {
  color: #9EA0AC;
}

#footer .reviews .email:-webkit-autofill,
#footer .reviews .email:-webkit-autofill:hover,
#footer .reviews .email:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0px 1000px #1A1E25 inset;
  -webkit-text-fill-color: #fff;
}

#footer .reviews form {
  position: relative;
}

#footer .reviews .submit {
  position: absolute;
  right: 15px;
  top: 15px;
  width: 22px;
  height: 22px;
  background: url(../../img/main/submit.svg) no-repeat center;
  border: none;
  padding: 0;
  margin: 0;
  cursor: pointer;
  z-index: 1;
}

#footer .reviews .submit.ajax {
  background-image: url(../../img/main/ajax.svg);
  background-size: contain;
}

#footer .container .sep {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

#footer .reviews-v2 {
  display: flex;
  flex-flow: row wrap;
  align-items: flex-start;
  max-width: 240px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.4;
  text-align: center;
  color: #000;
}
#footer .reviews-v2 .w-50,
#footer .reviews-v2 .w-100 {
  display: block;
  margin-bottom: 25px;
  padding-left: 15px;
}
#footer .reviews-v2 .w-50 {
  width: 50%;
}
#footer .reviews-v2 .w-100 {
  width: 100%;
}
#footer .reviews-v2 img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
#footer .reviews-v2-trustpilot {
  font-size: 16px;
  text-decoration: none;
  color: #C3E3F2;
}
#footer .reviews-v2-trustpilot img {
  margin-bottom: 15px;
}
#footer .reviews-v2-trustpilot span {
  font-weight: bold;
}
#footer .reviews-v2-trustpilot b {
  text-decoration: underline;
}
#footer .reviews-v2-sitejabber {
  position: relative;
  font-size: 14px;
}
#footer .reviews-v2-sitejabber span {
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}
#footer .reviews-v2-sitejabber b {
  display: block;
  font-size: 18px;
  line-height: 1.5;
}

#footer .phone {
  margin-bottom: 5px;
}

#footer .phone a {
  text-decoration: underline;
  margin-right: 5px;
}

@media (min-width: 992px) {
  #footer .menu .group {
    display: block !important;
  }
}
@media (max-width: 1200px) {
  #footer .menu .items:not(:last-child) {
    margin-right: 25px;
  }
}
@media (min-width: 767px) and (max-width: 1080px) {
  #footer .reviews,
  #footer .reviews-v2 {
    display: none !important;
  }
  #footer .info {
    min-width: 302px;
  }
  #footer .menu {
    width: 800px;
    justify-content: space-evenly;
  }
}
@media (max-width: 991px) {
  #footer .reviews {
    margin-left: 15px;
    width: 200px;
  }
  #footer .social a {
    margin-right: 15px;
  }
  #footer .reviews {
    display: flex;
    margin-bottom: 40px;
    align-items: center;
    width: 473px;
    height: 100%;
  }
  #footer .reviews img:first-child {
    margin-right: 15px;
  }
  #footer .container {
    flex-direction: column-reverse;
  }
  #footer .info,
  #footer .reviews,
  #footer .reviews-v2,
  #footer .menu {
    margin-left: auto;
    margin-right: auto;
  }
  #footer .menu {
    margin-bottom: 40px;
  }
  #footer .info,
  #footer .menu {
    padding-right: 15px;
  }
  #footer .reviews {
    display: block;
    width: unset;
  }
  #footer .reviews img:first-child {
    margin-right: 0;
  }
  #footer .reviews img {
    min-width: unset;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #footer .social img {
    width: 35px;
  }
}
@media (max-width: 767px) {
  #footer .reviews img {
    min-width: unset;
  }
  #footer .reviews-v2 {
    margin-bottom: 40px;
  }
  #footer .reviews {
    display: flex;
    margin-bottom: 40px;
    width: unset;
  }
  #footer .reviews a:first-child {
    min-width: 177px;
    height: auto;
    margin-right: 15px;
  }
  #footer .reviews a:last-child {
    width: 100%;
    height: auto;
    min-width: unset;
  }
  #footer .reviews img:first-child {
    margin-right: 15px;
  }
  #footer .menu {
    width: 100%;
    margin-bottom: 40px;
  }
  #footer .info {
    padding-right: 0;
  }
  #footer .logo,
  #footer .social {
    margin-bottom: 20px;
  }
  #footer .reviews {
    order: -1;
    margin-bottom: 40px;
    width: auto;
  }
  #footer .reviews-v2 {
    order: -1;
    margin-bottom: 40px;
  }
  #footer .reviews .title {
    text-align: center;
  }
  #footer .menu .title img {
    display: block;
    margin-top: 14px;
    margin-right: 5px;
  }
  #footer .info {
    order: 1;
    text-align: center;
  }
  #footer {
    padding: 0;
  }
  #footer .container {
    padding: 0 15px;
    border-top: 0;
  }
  #footer .container .sep {
    padding: 60px 0 40px 0;
    border-top: 1px solid #9EA0AC;
    display: flex;
    flex-direction: column;
  }
  #footer .menu {
    margin-bottom: 30px;
    flex-direction: column;
  }
  #footer .menu .items {
    width: 100%;
  }
  #footer .menu .items:not(:last-child) {
    margin-right: 0;
  }
  #footer .menu .group {
    display: none;
    margin-bottom: 15px;
  }
  #footer .menu .title {
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
  #footer .menu .title:not(.no-border-bottom) {
    border-bottom: 1px solid #4B5159;
  }
  #footer .menu .title.margin {
    margin-top: 0;
  }
  #footer .menu .item {
    padding-left: 21px;
  }
}
@media (max-width: 767px) and (max-width: 480px) {
  #footer .reviews {
    display: block;
  }
  #footer .reviews a:first-child {
    margin-right: 0 !important;
  }
}
.disclaimer {
  color: #9EA0AC;
  font-size: 12px;
  line-height: 18px;
  max-width: 230px;
  margin-bottom: 20px;
}
.disclaimer a {
  color: #9EA0AC;
}

@media (max-width: 767px) {
  .disclaimer {
    margin-bottom: 20px;
  }
}