/*@import "../../vendor/bootstrap/dist/css/bootstrap.min.css";*/
@media screen and (min-width: 992px) {
  ::-moz-selection {
    background: #F8621A;
    color: #FFF;
  }
  ::selection {
    background: #F8621A;
    color: #FFF;
  }
}
html {
  scroll-behavior: smooth;
}
body {
  font-family: 'DM Sans', sans-serif;
  margin: 0;
  font-size: 17px;
  line-height: 22px;
  font-weight: 400;
  color: #000;
  padding-top: 90px;
}
h1,
h2,
h3,
h4,
h5 {
  font-weight: 700;
  width: 100%;
  display: inline-block;
}
h1 {
  font-size: 52px;
  line-height: 68px;
  margin-bottom: 32px;
}
h2 {
  font-size: 42px;
  line-height: 55px;
  margin-bottom: 32px;
}
h3 {
  font-size: 33px;
  line-height: 43px;
  margin-bottom: 16px;
}
h4 {
  font-size: 26px;
  line-height: 34px;
  margin-bottom: 16px;
}
h5 {
  font-size: 21px;
  line-height: 27px;
  margin-bottom: 8px;
}
.font-l {
  font-size: 22px;
  line-height: 29px;
}
.font-s {
  font-size: 13px;
  line-height: 17px;
}
b,
strong {
  font-weight: 700;
}
p {
  margin-bottom: 20px;
}
a {
  color: #000;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -ms-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
}
ul,
ol {
  padding-left: 20px;
  margin: 10px 0;
}
ul li,
ol li {
  margin-bottom: 10px;
}
.container {
  max-width: 1670px !important;
  width: auto;
  padding-right: 0;
  padding-left: 0;
  position: relative;
  z-index: 1;
}
.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto,
.col-xxl,
.col-xxl-1,
.col-xxl-10,
.col-xxl-11,
.col-xxl-12,
.col-xxl-2,
.col-xxl-3,
.col-xxl-4,
.col-xxl-5,
.col-xxl-6,
.col-xxl-7,
.col-xxl-8,
.col-xxl-9,
.col-xxl-auto {
  padding-right: 30px;
  padding-left: 30px;
}
.row {
  margin-right: -30px;
  margin-left: -30px;
}
.main-beam {
  width: 100%;
  display: block;
  padding: 100px 0;
}
.main-beam.main-color-second {
  background: #062E5C;
  color: #FFF;
  background-image: url("../assets/resources/pattern-1.svg");
  background-repeat: no-repeat;
  background-position: right bottom;
}
.main-beam.gray-color {
  background: #F5F0EE;
}
.main-beam.left-pattern {
  background-image: url("../assets/resources/pattern-2.svg");
  background-repeat: no-repeat;
  background-position: left bottom -50px;
}
.main-beam.bottom-slim {
  padding-bottom: 30px;
}
.main-title {
  width: 100%;
  display: inline-block;
  margin-bottom: 32px;
}
.main-title.slim {
  margin-bottom: 0;
}
.text-center {
  text-align: center;
}
.btn {
  padding: 15px 32px;
  border-radius: 8px;
  font-size: inherit;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -ms-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
}
.btn-main {
  background: #F8621A;
  color: #FFF;
  border: 1px solid #F8621A;
}
.btn-main:hover {
  background: #ff5300;
  color: #FFF;
  border-color: #ff5300;
  box-shadow: rgba(56, 18, 0, 0.24) 0 0 8px;
}
.btn-secondary {
  background: #062E5C;
  color: #FFF;
  border: 1px solid #062E5C;
}
.btn-secondary:hover {
  background: #002c5e;
  color: #FFF;
  border-color: #002c5e;
  box-shadow: rgba(56, 18, 0, 0.24) 0 0 8px;
}
.btn-empty {
  text-decoration: underline;
  color: #F8621A;
}
.btn-empty:hover {
  color: #062E5C;
}
.clear-link {
  text-decoration: none;
}
.clear-link:hover {
  color: #F8621A;
}
.form-group {
  margin-bottom: 12px;
}
.form-group .form-control {
  border: 2px solid #CCC;
  box-shadow: none;
}
.form-group .form-control:focus {
  border-color: #666;
}
.form-control {
  background: #FFF;
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.08);
  border-radius: 8px;
  padding: 16px 24px;
  border: 1px solid #F0F0F0;
}
.form-control::placeholder {
  color: #000;
}
.form-control:focus {
  box-shadow: none;
  border-color: #8B8B8B;
}
.form-control.with-icon {
  padding-left: 50px;
}
.form-check-input {
  margin-top: 3px;
}
.input-icon {
  display: inline-block;
  position: relative;
}
.input-icon:after {
  content: "\e800";
  position: absolute;
  top: 19px;
  left: 20px;
  font-family: 'fontello';
}
body.modal-open .modal {
  display: flex !important;
  height: 100%;
}
body.modal-open .modal .modal-dialog {
  margin: auto;
  max-width: unset;
}
.modal-backdrop {
  background-color: #f5f0ee;
}
.modal-backdrop.show {
  opacity: 1;
}
.modal-content {
  width: 675px;
  padding: 72px 80px;
  border: 1px solid #CCC;
  border-radius: 24px;
  position: relative;
}
.modal-content .btn-close {
  position: absolute;
  top: 40px;
  right: 40px;
}
.modal-content .modal-body .content .prod-buy {
  display: table;
  width: 100%;
  margin: 16px 0 32px 0;
}
.modal-content .modal-body .content .prod-buy .thumb {
  vertical-align: middle;
  width: 64px;
  height: 64px;
  border: 1px solid #CCC;
  border-radius: 8px;
  display: flex;
  align-items: center;
  margin-right: 16px;
}
.modal-content .modal-body .content .prod-buy .thumb img {
  margin: 0 auto;
  width: 100%;
  max-height: 90%;
  max-width: 90%;
  object-fit: contain;
}
.modal-content .modal-body .content .prod-buy .info {
  width: inherit;
  vertical-align: top;
  display: table-cell;
}
.modal-content .modal-body .content .prod-buy .name {
  width: 100%;
  display: inline-block;
  font-weight: 700;
}
.modal-content .clear-link {
  float: right;
}
.modal-content .btn {
  margin-top: 32px;
  width: 100%;
}
/*Width: 1680*/
@media (max-width: 1918px) {
  h1 {
    font-size: 48px;
    line-height: 64px;
    margin-bottom: 28px;
  }
  h2 {
    margin-bottom: 28px;
  }
  h4 {
    font-size: 24px;
    line-height: 32px;
  }
  .font-l {
    font-size: 20px;
    line-height: 27px;
  }
  .container {
    max-width: 1480px !important;
  }
  .modal-full>.modal-content {
    width: 1160px;
  }
  .modal-login>.modal-content {
    width: 1160px;
  }
}
/*Width: 1440*/
@media (max-width: 1679px) {
  body {
    padding-top: 80px;
    font-size: 16px;
    line-height: 21px;
  }
  h1 {
    font-size: 44px;
    line-height: 54px;
    margin-bottom: 28px;
  }
  h2 {
    font-size: 39px;
    line-height: 49px;
    margin-bottom: 28px;
  }
  h3 {
    font-size: 29px;
    line-height: 39px;
    margin-bottom: 12px;
  }
  h4 {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 12px;
  }
  h5 {
    font-size: 19px;
    line-height: 25px;
  }
  .font-l {
    font-size: 18px;
    line-height: 25px;
  }
  .container {
    max-width: 1280px !important;
  }
  .main-beam {
    padding: 84px 0;
  }
  .btn {
    padding: 13px 29px;
    border-radius: 6px;
  }
  .modal-full>.modal-content {
    width: 1160px;
  }
  .modal-login>.modal-content {
    width: 1160px;
  }
}
/*Width: 1200*/
@media (max-width: 1439px) {
  h1 {
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 24px;
  }
  h2 {
    font-size: 36px;
    line-height: 46px;
    margin-bottom: 24px;
  }
  h3 {
    font-size: 27px;
    line-height: 37px;
  }
  h4 {
    font-size: 21px;
    line-height: 28px;
  }
  h5 {
    font-size: 18px;
    line-height: 23px;
  }
  p {
    margin-bottom: 16px;
  }
  .container {
    max-width: 1100px !important;
  }
  .col,
  .col-1,
  .col-10,
  .col-11,
  .col-12,
  .col-2,
  .col-3,
  .col-4,
  .col-5,
  .col-6,
  .col-7,
  .col-8,
  .col-9,
  .col-auto,
  .col-lg,
  .col-lg-1,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-auto,
  .col-md,
  .col-md-1,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-auto,
  .col-sm,
  .col-sm-1,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-auto,
  .col-xl,
  .col-xl-1,
  .col-xl-10,
  .col-xl-11,
  .col-xl-12,
  .col-xl-2,
  .col-xl-3,
  .col-xl-4,
  .col-xl-5,
  .col-xl-6,
  .col-xl-7,
  .col-xl-8,
  .col-xl-9,
  .col-xl-auto,
  .col-xxl,
  .col-xxl-1,
  .col-xxl-10,
  .col-xxl-11,
  .col-xxl-12,
  .col-xxl-2,
  .col-xxl-3,
  .col-xxl-4,
  .col-xxl-5,
  .col-xxl-6,
  .col-xxl-7,
  .col-xxl-8,
  .col-xxl-9,
  .col-xxl-auto {
    padding-right: 16px;
    padding-left: 16px;
  }
  .row {
    margin-right: -16px;
    margin-left: -16px;
  }
  .main-beam.left-pattern {
    background-position: left bottom -35px;
    background-size: 100px;
  }
  .main-title {
    margin-bottom: 24px;
  }
  .form-control {
    padding: 14px 24px;
  }
  .input-icon:after {
    top: 17px;
  }
  .modal-content {
    width: 1160px;
    padding: 45px;
    border-radius: 16px;
  }
  .modal-full>.modal-content {
    width: 1160px;
  }
  .modal-login>.modal-content {
    width: 1160px;
  }
  .modal-content .btn-close {
    top: 30px;
    right: 30px;
  }
}
/*Width: 992*/
@media (max-width: 1199px) {
  body {
    padding-top: 76px;
  }
  h1 {
    font-size: 38px;
    line-height: 48px;
    margin-bottom: 22px;
  }
  h2 {
    font-size: 34px;
    line-height: 44px;
    margin-bottom: 22px;
  }
  .container {
    max-width: 924px !important;
  }
  .main-beam.left-pattern {
    background-image: none;
  }
  .btn {
    padding: 12px 24px;
  }
  .form-control {
    padding: 12px 20px;
  }
  .form-control.with-icon {
    padding-left: 46px;
  }
  .input-icon:after {
    top: 14px;
    left: 18px;
  }
  .modal-full>.modal-content {
    width: 1060px;
  }
  .modal-login>.modal-content {
    width: 1060px;
  }
}
/*Width: 768*/
@media (max-width: 991px) {
  .container {
    max-width: 100% !important;
    padding: 0 30px;
  }
  .modal-full>.modal-content {
    width: 960px;
  }
  .modal-login>.modal-content {
    width: 960px;
  }
}
/*Width: 576*/
@media (max-width: 767px) {
  .main-beam {
    background-size: 55px !important;
  }
  .input-icon {
    width: 100%;
    margin-bottom: 12px;
  }
  .modal-dialog {
    width: calc(100% - 60px);
  }
  .modal-content {
    width: 100%;
    padding: 32px 12px;
  }
  .modal-content .btn-close {
    top: 24px;
    right: 24px;
  }
  .modal-full>.modal-content {
    width: 560px;
  }
  .modal-login>.modal-content {
    width: 560px;
  }
}
/*Width: 425*/
@media (max-width: 575px) {
  h1 {
    font-size: 35px;
    line-height: 45px;
    margin-bottom: 20px;
  }
  h2 {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 20px;
  }
  .font-l {
    font-size: 17px;
    line-height: 24px;
  }
  .container {
    padding: 0 16px;
  }
  .main-beam {
    padding: 72px 0;
  }
  .btn-empty {
    display: block;
    width: fit-content;
    padding: 28px 0 0 0 !important;
  }
  .modal-dialog {
    width: calc(100% - 32px);
  }
  .modal-content .clear-link {
    float: unset;
    margin-top: 40px;
    display: block;
    text-align: center;
  }
  .modal-content .btn {
    margin-top: 20px;
  }
  .modal-full>.modal-content {
    width: 410px;
  }
  .modal-login>.modal-content {
    width: 410px;
  }
}
/*Width: 375*/
@media (max-width: 424px) {
  h1 {
    font-size: 33px;
    line-height: 43px;
  }
  h3 {
    font-size: 25px;
    line-height: 35px;
  }
  h5 {
    font-size: 17px;
  }
  .main-beam {
    padding: 68px 0;
  }
  .modal-content>.modal-content {
    width: 380px;
  }
  .modal-login>.modal-content {
    width: 380px;
  }
}
.home-nav {
  width: 100%;
  display: block;
  background: #FFF;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}
.home-nav .logo,
.home-nav .menu {
  display: flex;
  height: 90px;
  align-items: center;
  float: left;
}
.home-nav .logo {
  width: 30%;
}
.home-nav .logo img {
  max-height: 35px;
  width: auto;
}
.home-nav .menu {
  width: 70%;
}
.home-nav .menu .links {
  display: inline-block;
  margin: auto 0 auto auto;
}
.home-banner {
  width: 100%;
  display: inline-block;
  background-color: #F5F0EE;
  position: relative;
}
.home-banner .body {
  width: 100%;
  display: flex;
  align-items: center;
  min-height: 600px;
  padding: 100px 0;
}
.home-banner .desc {
  width: 100%;
  display: inline-block;
  margin-bottom: 44px;
}
.home-banner .img-banner {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 50%;
  object-fit: cover;
}
.logos {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  border-bottom: 1px solid #CCC;
  padding: 0 32px;
}
.logos .logo {
  display: inline-block;
  padding: 32px 0;
}
.logos .logo img {
  max-height: 54px;
}
.text-image .text {
  width: 100%;
  display: flex;
  align-items: center;
  padding: 50px 0;
}
.text-image .image {
  width: 100%;
  display: inline-block;
}
.text-image .image img {
  width: 100%;
}
.icon-boxes {
  width: 100%;
  display: inline-block;
}
.icon-boxes .icon-box {
  width: 100%;
  display: inline-block;
  margin-bottom: 20px;
}
.icon-boxes .icon {
  width: 100%;
  display: inline-block;
  margin-bottom: 32px;
}
.icon-boxes .icon img {
  height: 80px;
  width: auto;
}
.search-box {
  width: 100%;
  display: flex;
  justify-content: center;
}
.search-box .btn {
  display: inline-block;
}
.search-box input {
  width: 620px;
  margin-right: 16px;
}
.branches {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 30px;
  gap: 30px;
  margin-top: 80px;
}
.branch {
  width: 100%;
  display: inline-block;
  border-radius: 16px;
  padding: 32px 24px;
  background: #FFF;
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.08);
  border: 1px solid #f0f0f0;
}
.branch .address,
.branch .contact {
  width: 100%;
  display: inline-block;
  margin-bottom: 16px;
}
.branch .item {
  width: 100%;
  display: inline-block;
}
.branch .item a {
  color: #000;
  text-decoration: none;
}
.branch .item a:hover {
  color: #F8621A;
  text-decoration: underline;
}
.branch .gmap {
  text-decoration: underline;
}
.branch .gmap:hover {
  color: #F8621A;
}
/*Width: 1680*/
@media (max-width: 1918px) {
  .home-nav .logo,
  .home-nav .menu {
    height: 80px;
  }
  .home-nav .logo img {
    max-height: 32px;
  }
  .home-banner .desc {
    margin-bottom: 36px;
  }
  .logos {
    padding: 0 64px;
  }
}
/*Width: 1440*/
@media (max-width: 1679px) {
  .home-banner .body {
    min-height: 480px;
    padding: 84px 0;
  }
  .home-banner .desc {
    margin-bottom: 30px;
  }
  .logos .logo img {
    max-height: 42px;
  }
  .icon-boxes .icon img {
    height: 67px;
  }
  .branches {
    margin-top: 70px;
  }
  .branch {
    border-radius: 12px;
    padding: 28px 20px;
  }
  .branch .address,
  .branch .contact {
    margin-bottom: 14px;
  }
}
/*Width: 1200*/
@media (max-width: 1439px) {
  .home-banner .body {
    min-height: 440px;
    padding: 84px 20px 84px 0;
  }
  .logos {
    padding: 0;
  }
  .logos .logo img {
    max-height: 36px;
  }
  .icon-boxes .icon {
    margin-bottom: 24px;
  }
  .icon-boxes .icon img {
    height: 58px;
  }
  .branches {
    grid-template-columns: repeat(3, 1fr);
  }
  .search-box {
    margin-top: 10px;
  }
  .search-box input {
    width: 510px;
  }
}
/*Width: 992*/
@media (max-width: 1199px) {
  .home-nav .logo,
  .home-nav .menu {
    height: 76px;
  }
  .home-nav .logo img {
    max-height: 28px;
  }
  .logos .logo {
    padding: 30px 0;
  }
  .logos .logo img {
    max-height: 32px;
  }
  .icon-boxes .icon-box {
    margin: 24px 0;
  }
  .branches {
    grid-template-columns: repeat(2, 1fr);
    margin-top: 78px;
  }
}
/*Width: 768*/
@media (max-width: 991px) {
  .home-banner .body {
    min-height: unset;
    padding: 84px 0 100px 0;
  }
  .home-banner .desc {
    margin-bottom: 26px;
  }
  .home-banner .img-banner {
    position: relative;
    width: 100%;
  }
  .text-image .text {
    padding: 0 0 64px 0;
  }
  .text-image .image img {
    width: 78%;
    margin: 0 auto;
    display: block;
  }
}
/*Width: 576*/
@media (max-width: 767px) {
  .logos .logo img {
    max-height: 27px;
  }
  .branches {
    grid-gap: 24px;
    gap: 24px;
    grid-template-columns: repeat(1, 1fr);
    margin-top: 60px;
  }
  .search-box {
    display: inline-block;
    justify-content: unset;
  }
  .search-box input {
    width: 100%;
    margin-right: 0;
  }
  .search-box .btn {
    width: 100%;
  }
}
/*Width: 425*/
@media (max-width: 575px) {
  .logos {
    display: inline-block;
    text-align: center;
    padding: 16px 0;
  }
  .logos .logo {
    padding: 12px 24px;
  }
  .logos .logo img {
    max-height: 27px;
  }
  .text-image .text {
    padding: 0 0 52px 0;
  }
  .text-image .image img {
    width: 90%;
  }
}
/*Width: 375*/
@media (max-width: 424px) {
  .home-nav .logo {
    width: 20%;
  }
  .home-nav .menu {
    width: 80%;
  }
  .home-banner .body {
    padding: 60px 0 64px 0;
  }
  .icon-boxes .icon-box {
    margin: 20px 0;
  }
}
.footer {
  width: 100%;
  display: block;
  background: #757575;
  color: #FFF;
  padding: 40px 0 60px 0;
}
.footer .a-link {
  color: #FFF;
  text-decoration: none;
  cursor: pointer;
}
.footer .a-link:hover {
  text-decoration: underline;
  color: #F8621A;
}
.footer .logo,
.footer .menu {
  width: 100%;
  display: inline-block;
}
.footer .logo img {
  height: 60px;
  width: auto;
  border-radius: 5px;
}
.footer .menu {
  display: flex;
  height: 60px;
  align-items: center;
  justify-content: end;
  gap: 48px;
}
.footer-2 {
  width: 100%;
  display: block;
  background: #1E1E1E;
  color: #FFF;
  padding: 40px 0 100px 0;
  line-height: 25px;
}
.footer-2 a {
  color: #FFF;
  text-decoration: none;
}
.footer-2 a:hover {
  text-decoration: underline;
  color: #F8621A;
}
.footer-2 .logos,
.footer-2 .data {
  width: 100%;
  display: inline-block;
}
.footer-2 .logos .logo {
  display: block;
  margin-bottom: 24px;
}
.footer-2 .logos .logo img {
  height: 50px;
  width: auto;
  border-radius: 4px;
}
/*Width: 1680*/
@media (max-width: 1918px) {
  .footer-2 .logos .logo img {
    height: 42px;
  }
}
/*Width: 1440*/
@media (max-width: 1679px) {
  .footer .logo img {
    height: 50px;
  }
  .footer .menu {
    height: 50px;
    gap: 40px;
  }
  .footer-2 {
    padding-bottom: 80px;
  }
  .footer-2 .logos .logo img {
    height: 38px;
  }
}
/*Width: 1200*/
@media (max-width: 1439px) {
  .footer {
    padding: 32px 0 50px 0;
  }
  .footer .logo img {
    height: 47px;
  }
  .footer .menu {
    gap: 34px;
    height: 47px;
  }
  .footer-2 {
    padding-bottom: 72px;
  }
  .footer-2 .logos .logo {
    margin-bottom: 20px;
  }
  .footer-2 .logos .logo img {
    height: 36px;
  }
}
/*Width: 992*/
/*Width: 768*/
@media (max-width: 991px) {
  .footer-2 {
    padding: 48px 0 72px 0;
  }
  .footer-2 .data {
    margin-top: 24px;
  }
}
/*Width: 576*/
@media (max-width: 767px) {
  .footer .menu {
    justify-content: start;
    margin-top: 30px;
    gap: 30px;
  }
}
/*Width: 425*/
@media (max-width: 575px) {
  .footer .menu {
    display: inline-block;
    margin-top: 20px;
  }
  .footer .a-link {
    display: block;
    margin: 10px 0;
  }
  .footer-2 .logos .logo {
    margin-bottom: 16px;
  }
  .footer-2 .logos .logo img {
    height: 32px;
    border-radius: 2px;
  }
}
/*Width: 375*/
/*Register*/
.password-recovery {
  color: #e3e3e3;
}
.password-recovery a {
  color: #fbbd05;
  font-weight: bold;
}