@font-face {
  font-family: "Montserrat-Light";
  src: url("../fonts/Montserrat-Light.ttf");
}
@font-face {
  font-family: "Montserrat-Regular";
  src: url("../fonts/Montserrat-Regular.ttf");
}
@font-face {
  font-family: "Montserrat-Medium";
  src: url("../fonts/Montserrat-Medium.ttf");
}
@font-face {
  font-family: "Montserrat-SemiBold";
  src: url("../fonts/Montserrat-SemiBold.ttf");
}
@font-face {
  font-family: "Roboto-Regular";
  src: url("../fonts/Roboto-Regular.ttf");
}
body {
  font-family: "Montserrat-Regular", sans-serif;
  color: #ffffff;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.container {
  max-width: 1160px;
  width: 100%;
  padding: 0 10px;
  box-sizing: border-box;
  margin: 0 auto;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  margin-bottom: 0;
}

p {
  margin: 0;
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}

header {
  padding: 25px 0 25px;
  background-color: rgba(255, 255, 255, 0.8);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 151;
}
@media (max-width: 1023px) {
  header {
    position: fixed;
    padding: 6px 0 12px;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15);
    background-color: white;
  }
}
header .container {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-end;
}
@media (max-width: 1023px) {
  header .container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
header .logo {
  margin-right: 40px;
  transition: 0.3s;
}
@media (max-width: 1023px) {
  header .logo {
    margin: 10px 0 0;
  }
}
header .logo:hover {
  opacity: 0.7;
}
@media (max-width: 480px) {
  header .logo img {
    width: 170px;
  }
}
header .info-wrap {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 440px;
  width: 100%;
  position: absolute;
  top: -15px;
  right: 10px;
}
@media (max-width: 1023px) {
  header .info-wrap {
    position: relative;
    top: 0px;
    right: 0px;
  }
}
@media (max-width: 1023px) {
  header .info-wrap > a {
    display: none;
  }
}
header .info-wrap a {
  color: #1D364E;
  transition: 0.3s;
  font-size: 15px;
  line-height: 18px;
}
@media (max-width: 480px) {
  header .info-wrap a {
    font-size: 12px;
    line-height: 15px;
  }
}
header .info-wrap a:hover {
  opacity: 0.6;
}
header .info-wrap .wrap {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}
@media (max-width: 1023px) {
  header .info-wrap .wrap {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
}
@media (max-width: 1023px) {
  header .info-wrap .wrap div:first-of-type img {
    margin: 0 2px;
  }
}
header .info-wrap .wrap div:last-of-type {
  max-width: 132px;
  width: 100%;
  text-align: right;
}
@media (max-width: 1023px) {
  header .info-wrap .wrap div:last-of-type {
    max-width: 280px;
    width: 100%;
  }
}
@media (max-width: 480px) {
  header .info-wrap .wrap div:last-of-type {
    max-width: 220px;
    width: 100%;
  }
}
@media (max-width: 1023px) {
  header .info-wrap .wrap div:last-of-type a {
    margin: 0 2px;
  }
}
header nav {
  max-width: 535px;
  width: 100%;
}
@media (max-width: 1023px) {
  header nav {
    display: none;
  }
}
header nav ul {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
header nav ul a {
  font-size: 16px;
  line-height: 20px;
  color: #1D364E;
  position: relative;
}
header nav ul a:after {
  display: block;
  content: "";
  height: 1px;
  width: 0%;
  margin: 0px auto 0;
  transition: width 0.2s ease-in-out;
  position: absolute;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #1D364E;
}
header nav ul a:hover {
  color: #1D364E;
}
header nav ul a:hover:after {
  width: 100%;
  margin: 0px auto 0;
}

.button, .btn-close {
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  font-family: "Montserrat-Regular", sans-serif;
}
.button:focus, .btn-close:focus {
  outline: none;
}

header.scroll-nav {
  padding: 6px 0 12px;
  position: fixed;
  left: 0;
  width: 100%;
  top: 0;
  transform: translateY(-120px);
  z-index: 151;
  background-color: rgba(255, 255, 255, 0.98);
}
@media (max-width: 1023px) {
  header.scroll-nav {
    padding: 6px 0 12px;
    transform: translateY(0px);
    background-color: white;
  }
}
header.scroll-nav .info-wrap {
  top: 5px;
}
@media (max-width: 1023px) {
  header.scroll-nav .info-wrap {
    top: 0;
  }
}

.scroll-nav-anima {
  transform: translateY(0) !important;
  transition: 1s ease-out;
}
.nav-margin-scroll {
  height: 0;
}

.nav-margin-scroll.scroll-nav {
  height: 97px;
}

.h2 {
  display: block;
  text-align: center;
  font-family: "Montserrat-Medium", sans-serif;
  font-size: 30px;
  line-height: 37px;
}
@media (max-width: 480px) {
  .h2 {
    font-size: 18px;
    line-height: 22px;
  }
}

.title {
  background: url("../img/title-bg.png") no-repeat;
  background-size: cover;
  background-position: center;
  min-height: 100vh;
  color: #1D364E;
  padding: 40vh 0 0;
  height: calc(100vh - 120px);
}
@media (max-width: 1023px) {
  .title {
    padding: 16vh 0 21vh;
    height: auto;
    min-height: auto;
    margin-top: 97px;
  }
}
@media (max-width: 480px) {
  .title {
    padding: 90px 0 110px;
  }
}
@media (max-width: 410px) {
  .title {
    padding: 80px 0 100px;
  }
}
.title .container {
  position: relative;
}
.title .container::after {
  content: "";
  display: block;
  position: absolute;
  max-height: 188px;
  height: calc((100vh - 120px ) / 2);
  width: 28px;
  background: url("../img/title-img.png") no-repeat;
  background-size: contain;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  bottom: calc( (100vh - 170px ) / (-2));
}
@media (max-width: 1023px) {
  .title .container::after {
    display: none;
  }
}
.title .container::before {
  content: "";
  display: none;
  position: absolute;
  max-height: 188px;
  height: 26px;
  width: 34px;
  background: url("../img/title-arrow.png") no-repeat;
  background-size: contain;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  bottom: -62px;
}
@media (max-width: 1023px) {
  .title .container::before {
    display: block;
  }
}
@media (max-width: 480px) {
  .title .container::before {
    height: 15px;
    width: 20px;
    bottom: -40px;
  }
}
.title-content {
  max-width: 390px;
  width: 100%;
  text-align: center;
  font-family: "Montserrat-Regular", sans-serif;
  margin: 0 auto;
  position: relative;
}
.title-content::after {
  content: "";
  display: block;
  position: absolute;
  height: 0.5px;
  width: 88%;
  background-color: #1D364E;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  bottom: -25px;
}
@media (max-width: 480px) {
  .title-content::after {
    content: "";
    display: block;
    position: absolute;
    height: 0.5px;
    width: 40%;
    background-color: #1D364E;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    bottom: -10px;
  }
}
.title-content::before {
  content: "";
  display: block;
  position: absolute;
  height: 0.5px;
  width: 88%;
  background-color: #1D364E;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  top: -25px;
}
@media (max-width: 480px) {
  .title-content::before {
    content: "";
    display: block;
    position: absolute;
    height: 0.5px;
    width: 40%;
    background-color: #1D364E;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    top: -10px;
  }
}
.title-content h1 {
  font-size: 68px;
  line-height: 83px;
  font-family: "Montserrat-Light", sans-serif;
}
@media (max-width: 480px) {
  .title-content h1 {
    font-size: 28px;
    line-height: 36px;
  }
}
@media (max-width: 410px) {
  .title-content h1 {
    font-size: 24px;
    line-height: 28px;
  }
}
.title-content span {
  font-size: 24px;
  line-height: 29px;
  color: #3B5F81;
  font-family: "Montserrat-Light", sans-serif;
  display: block;
  margin-top: 5px;
}
@media (max-width: 480px) {
  .title-content span {
    font-size: 16px;
    line-height: 20px;
  }
}
@media (max-width: 410px) {
  .title-content span {
    font-size: 14px;
    line-height: 17px;
  }
}

.advantages {
  padding: 60px 0;
  background: url("../img/body-bg.png") no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  overflow: hidden;
}
@media (max-width: 480px) {
  .advantages {
    padding: 30px 0;
  }
}
.advantages:before {
  content: "";
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
  max-width: 1160px;
  background-color: rgba(0, 0, 0, 0.7);
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
.advantages .container {
  z-index: 3;
  position: relative;
}
.advantages-content {
  margin-top: 15px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
}
.advantages-content div {
  text-align: center;
  margin: 15px 10px;
  max-width: 355px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
@media (max-width: 1023px) {
  .advantages-content div {
    margin: 3vw 2vw;
    max-width: 43vw;
  }
}
@media (max-width: 480px) {
  .advantages-content div {
    max-width: 42vw;
    margin: 2vw 2vw;
  }
}
@media (max-width: 410px) {
  .advantages-content div {
    max-width: 44vw;
    margin: 2vw 1vw;
  }
}
@media (max-width: 480px) {
  .advantages-content div:nth-of-type(1) {
    order: 1;
  }
}
@media (max-width: 480px) {
  .advantages-content div:nth-of-type(2) {
    order: 2;
  }
}
@media (max-width: 480px) {
  .advantages-content div:nth-of-type(3) {
    order: 5;
    max-width: 240px;
  }
}
@media (max-width: 480px) {
  .advantages-content div:nth-of-type(3) img {
    max-width: 42vw;
  }
}
@media (max-width: 480px) {
  .advantages-content div:nth-of-type(4) {
    order: 3;
  }
}
@media (max-width: 480px) {
  .advantages-content div:nth-of-type(5) {
    order: 4;
  }
}
.advantages-content div img {
  width: 350px;
}
@media (max-width: 1023px) {
  .advantages-content div img {
    max-width: 350px;
    width: 100%;
  }
}
@media (max-width: 410px) {
  .advantages-content div img {
    width: 96%;
  }
}
.advantages-content div span {
  display: block;
  margin-top: 20px;
  font-size: 16px;
  line-height: 19.5px;
}
@media (max-width: 480px) {
  .advantages-content div span {
    font-size: 14px;
    line-height: 17px;
  }
}
@media (max-width: 374px) {
  .advantages-content div span {
    font-size: 12px;
    line-height: 15px;
  }
}

.our-difference {
  background-color: #3D435B;
  padding: 50px 0;
  overflow: hidden;
}
@media (max-width: 480px) {
  .our-difference {
    padding: 40px 0;
  }
}
.our-difference-content {
  margin-top: 25px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}
.our-difference-content div {
  margin: 15px 8px;
}
@media (max-width: 1023px) {
  .our-difference-content div {
    margin: 2vw 1vw;
  }
}
@media (max-width: 410px) {
  .our-difference-content div {
    margin: 2vw 2vw;
  }
}
.our-difference-content div:not(:nth-of-type(3)) {
  max-width: 258px;
  width: 100%;
}
@media (max-width: 1023px) {
  .our-difference-content div:not(:nth-of-type(3)) {
    max-width: 30vw;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .our-difference-content div:not(:nth-of-type(3)) {
    max-width: 45vw;
    width: 100%;
  }
}
@media (max-width: 480px) {
  .our-difference-content div:not(:nth-of-type(3)) {
    max-width: 44vw;
    width: 100%;
  }
}
@media (max-width: 410px) {
  .our-difference-content div:not(:nth-of-type(3)) {
    max-width: 43vw;
    width: 100%;
  }
}
@media (max-width: 374px) {
  .our-difference-content div:not(:nth-of-type(3)) {
    max-width: 42vw;
    width: 100%;
  }
}
.our-difference-content div:nth-of-type(3) {
  max-width: 290px;
  width: 100%;
}
@media (max-width: 1023px) {
  .our-difference-content div:nth-of-type(3) {
    max-width: 30vw;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .our-difference-content div:nth-of-type(3) {
    max-width: 46vw;
    width: 100%;
  }
}
@media (max-width: 480px) {
  .our-difference-content div:nth-of-type(3) {
    max-width: 44vw;
    width: 100%;
  }
}
@media (max-width: 410px) {
  .our-difference-content div:nth-of-type(3) {
    max-width: 43vw;
    width: 100%;
  }
}
@media (max-width: 374px) {
  .our-difference-content div:nth-of-type(3) {
    max-width: 42vw;
    width: 100%;
  }
}
.our-difference-content div span {
  font-size: 119px;
  line-height: 139px;
  color: rgba(255, 255, 255, 0.15);
  font-family: "Roboto-Regular", sans-serif;
}
@media (max-width: 480px) {
  .our-difference-content div span {
    font-size: 96px;
    line-height: 112px;
  }
}
.our-difference-content div p {
  font-size: 16px;
  line-height: 19.5px;
  margin-top: -55px;
}
@media (max-width: 767px) {
  .our-difference-content div p {
    font-size: 14px;
    line-height: 17px;
  }
}
@media (max-width: 480px) {
  .our-difference-content div p {
    margin-top: -45px;
  }
}
@media (max-width: 374px) {
  .our-difference-content div p {
    font-size: 12px;
    line-height: 15px;
  }
}

.wrap-blocks {
  padding: 30px 0;
  position: relative;
  background: url("../img/body-bg.png") no-repeat;
  background-size: cover;
  background-position: center;
}
@media (max-width: 480px) {
  .wrap-blocks {
    padding: 15px 0;
  }
}
.wrap-blocks:before {
  content: "";
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
  max-width: 1160px;
  background-color: rgba(0, 0, 0, 0.7);
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
.wrap-blocks section {
  z-index: 2;
  position: relative;
}

.images {
  padding: 30px 0;
  overflow-x: hidden;
}
@media (max-width: 480px) {
  .images {
    padding: 15px 0;
  }
}
.images::-webkit-scrollbar {
  width: 0;
}
.images .images-content {
  display: flex;
  justify-content: center;
  margin: 0 auto;
  width: 100%;
}
.images .images-content .slide-wrap {
  max-width: 22vw;
  padding: 0;
  margin: 0;
}
@media (max-width: 767px) {
  .images .images-content .slide-wrap {
    max-width: calc( 100vw / 3 );
  }
}
.images .images-content .slide-wrap .slide {
  width: 100%;
  padding: 0;
}
.images .images-content .slide-wrap .slide img {
  width: 22vw;
}
@media (max-width: 767px) {
  .images .images-content .slide-wrap .slide img {
    width: 100%;
  }
}

.contact {
  padding: 30px 0;
}
@media (max-width: 480px) {
  .contact {
    padding: 15px 0;
  }
}
.contact-content-wrap {
  margin-top: 30px;
  position: relative;
}
@media (max-width: 480px) {
  .contact-content-wrap {
    margin-top: 20px;
  }
}
@media (max-width: 480px) {
  .contact-content-wrap iframe {
    height: 240px;
  }
}
.contact .contact-info-wrap {
  max-width: 380px;
  width: 100%;
  padding: 30px 20px 35px;
  background-color: #ffffff;
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  top: 50px;
  position: absolute;
  right: calc( (100% - 1120px) / 2 );
  color: #1D364E;
}
@media (max-width: 1159px) {
  .contact .contact-info-wrap {
    right: 10px;
  }
}
@media (max-width: 767px) {
  .contact .contact-info-wrap {
    position: relative;
    top: 0;
    right: 0;
    transform: translateY(0%);
    background: transparent;
    margin: 30px auto 0;
    text-align: center;
    box-shadow: none;
    color: #fff;
    padding: 0;
  }
}
@media (max-width: 480px) {
  .contact .contact-info-wrap {
    margin: 20px auto 0;
    max-width: 230px;
  }
}
@media (max-width: 374px) {
  .contact .contact-info-wrap {
    max-width: 225px;
  }
}
.contact .contact-info-wrap .h3 {
  font-size: 30px;
  line-height: 37px;
}
@media (max-width: 480px) {
  .contact .contact-info-wrap .h3 {
    font-size: 18px;
    line-height: 22px;
  }
}
.contact .contact-info-wrap .h3 + span {
  font-size: 16px;
  line-height: 20px;
  font-family: "Montserrat-SemiBold", sans-serif;
  margin-top: 25px;
}
@media (max-width: 374px) {
  .contact .contact-info-wrap .h3 + span {
    margin-top: 18px;
    font-size: 15px;
    line-height: 18px;
  }
}
.contact .contact-info-wrap span {
  display: block;
}
.contact .contact-info-wrap .contact-info {
  margin-top: 20px;
}
@media (max-width: 374px) {
  .contact .contact-info-wrap .contact-info {
    margin-top: 12px;
  }
}
.contact .contact-info-wrap .contact-info .info {
  margin-top: 14px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 285px;
  width: 100%;
}
@media (max-width: 767px) {
  .contact .contact-info-wrap .contact-info .info {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    max-width: 100%;
    width: 100%;
  }
}
.contact .contact-info-wrap .contact-info .info:last-of-type {
  max-width: 315px;
  width: 100%;
  position: relative;
  text-align: right;
}
@media (max-width: 767px) {
  .contact .contact-info-wrap .contact-info .info:last-of-type {
    max-width: 100%;
    width: 100%;
  }
}
.contact .contact-info-wrap .contact-info .info:last-of-type span {
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 767px) {
  .contact .contact-info-wrap .contact-info .info:last-of-type span {
    position: relative;
  }
}
.contact .contact-info-wrap .contact-info .info:last-of-type a {
  text-indent: 20px;
}
@media (max-width: 767px) {
  .contact .contact-info-wrap .contact-info .info:last-of-type a {
    text-indent: 0px;
    text-align: center;
  }
}
.contact .contact-info-wrap .contact-info .info:first-of-type {
  margin-top: 0;
}
.contact .contact-info-wrap .contact-info .info div a:last-of-type, .contact .contact-info-wrap .contact-info .info div span:last-of-type {
  margin-top: 8px;
}
@media (max-width: 767px) {
  .contact .contact-info-wrap .contact-info .info div a:last-of-type, .contact .contact-info-wrap .contact-info .info div span:last-of-type {
    margin-top: 4px;
  }
}
@media (max-width: 767px) {
  .contact .contact-info-wrap .contact-info .info div a, .contact .contact-info-wrap .contact-info .info div span {
    margin-top: 4px;
  }
}
.contact .contact-info-wrap .contact-info .info .info-name {
  color: #608E00;
}
@media (max-width: 767px) {
  .contact .contact-info-wrap .contact-info .info .info-name {
    color: #fff;
    font-family: "Montserrat-SemiBold", sans-serif;
  }
}
.contact .contact-info-wrap .contact-info .info a, .contact .contact-info-wrap .contact-info .info span {
  font-size: 15px;
  line-height: 18px;
  display: block;
  color: #1D364E;
  text-align: right;
}
@media (max-width: 767px) {
  .contact .contact-info-wrap .contact-info .info a, .contact .contact-info-wrap .contact-info .info span {
    color: #fff;
    text-align: center;
  }
}
@media (max-width: 374px) {
  .contact .contact-info-wrap .contact-info .info a, .contact .contact-info-wrap .contact-info .info span {
    font-size: 14px;
    line-height: 17px;
  }
}
.contact .contact-info-wrap .btn-green {
  border-radius: 20px;
  background-color: #608E00;
  color: #fff;
  margin-top: 12px;
  font-size: 14px;
  line-height: 17px;
  max-width: 164px;
  width: 100%;
  padding: 12px 5px;
  transition: 0.3s;
}
@media (max-width: 767px) {
  .contact .contact-info-wrap .btn-green {
    margin-top: 20px;
  }
}
.contact .contact-info-wrap .btn-green:hover {
  box-shadow: 1px 1px 5px 1px rgba(57, 83, 0, 0.4);
  background-color: #5d8800;
}

footer {
  background-color: #3D435B;
  padding: 20px 0;
  position: relative;
}
@media (max-width: 480px) {
  footer {
    padding: 15px 0;
  }
}
footer .container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 480px) {
  footer .container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
  }
}
footer .container a, footer .container span {
  font-size: 12px;
  line-height: 15px;
  color: #fff;
  font-family: "Montserrat-Regular", sans-serif;
  display: block;
}
@media (max-width: 480px) {
  footer .container span {
    margin-top: 10px;
  }
}
footer .footer-arrow {
  transition: 0.3s;
}
@media (max-width: 480px) {
  footer .footer-arrow {
    position: absolute;
    right: 10px;
    width: 30px;
    top: 50%;
    transform: translateY(-50%);
  }
}
footer .footer-arrow:hover {
  opacity: 0.7;
}
@media (max-width: 480px) {
  footer .footer-arrow img {
    width: 30px;
  }
}

#ModalFeedback .modal-dialog {
  max-width: 500px;
  width: 100%;
  background-color: #ffffff;
}
@media (max-width: 480px) {
  #ModalFeedback .modal-dialog {
    max-width: 96%;
    width: 100%;
    margin: 30px auto 0;
  }
}
#ModalFeedback .modal-dialog .modal-content {
  border: none;
}
#ModalFeedback .modal-dialog form {
  padding: 40px 20px 30px;
  width: 100%;
}
#ModalFeedback .modal-dialog form .form-header {
  color: #333232;
  font-size: 18px;
  line-height: 22px;
  font-family: "Montserrat-Medium", sans-serif;
  text-align: center;
}
#ModalFeedback .modal-dialog form .form-content {
  margin-top: 20px;
}
#ModalFeedback .modal-dialog form input {
  width: 100%;
  height: 52px;
  background: #FFFFFF;
  border: 1px solid #C4C4C4;
  border-radius: 5px;
  font-size: 15px;
  line-height: 18px;
  color: #5E5E5E;
  padding: 10px;
  margin-top: 10px;
}
#ModalFeedback .modal-dialog form input:first-of-type {
  margin: 0;
}
#ModalFeedback .modal-dialog form input::placeholder {
  font-size: 15px;
  line-height: 18px;
  color: #5E5E5E;
}
#ModalFeedback .modal-dialog form .btn-form {
  display: block;
  width: 105px;
  color: #333232;
  padding: 6px 5px 7px;
  font-size: 14px;
  line-height: 17px;
  border: 1px solid #1D364E;
  border-radius: 5px;
  background: #fff;
  font-family: "Montserrat-Medium", sans-serif;
  margin: 20px auto 0;
  transition: 0.3s;
}
#ModalFeedback .modal-dialog form .btn-form:hover {
  box-shadow: 1px 1px 4px 1px rgba(29, 54, 78, 0.3);
}
#ModalFeedback .modal-dialog .btn-close {
  width: 100%;
  padding: 21px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  font-size: 14px;
  line-height: 17px;
  color: #fff;
  background-color: #3D435B;
  transition: 0.3s;
}
#ModalFeedback .modal-dialog .btn-close:hover {
  opacity: 0.9;
}
#ModalFeedback .modal-dialog .btn-close img {
  margin-right: 5px;
}

.menu-btn-wr {
  display: none;
  position: absolute;
  right: 10px;
  bottom: 5px;
}
@media (max-width: 1023px) {
  .menu-btn-wr {
    display: block;
  }
}

.nav-mobile {
  position: fixed;
  display: block;
  width: 100%;
  left: 0%;
  top: -100%;
  z-index: 149;
  background: #3D435B;
  transition: 0.3s;
  overflow-y: scroll;
}
.nav-mobile nav {
  padding: 235px 10px 115px;
  text-align: center;
}
@media (max-width: 374px) {
  .nav-mobile nav {
    padding: 190px 10px 90px;
  }
}
.nav-mobile nav ul {
  height: 100%;
}
.nav-mobile nav ul li {
  margin: 34px 0px 0;
}
@media (max-width: 374px) {
  .nav-mobile nav ul li {
    margin: 28px 0 0;
  }
}
.nav-mobile nav ul li:first-of-type {
  margin-top: 0;
}
.nav-mobile nav ul li a {
  color: #fff;
  font-size: 20px;
  line-height: 24px;
  font-family: "Montserrat-Regular", sans-serif;
  text-transform: uppercase;
}
@media (max-width: 480px) {
  .nav-mobile nav ul li a {
    font-size: 14px;
    line-height: 17px;
  }
}
.nav-mobile .close-menu {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  background: #ffffff;
  padding: 20px;
  font-size: 14px;
  line-height: 17px;
  font-size: 14px;
  line-height: 12px;
  color: #333232;
  text-align: center;
}
.nav-mobile .close-menu img {
  margin-right: 3px;
}

.menu-btn {
  width: 32px;
  height: 32px;
  position: relative;
  display: block;
}
@media (max-width: 480px) {
  .menu-btn {
    transform: scale(0.8);
  }
}
.menu-btn span, .menu-btn span::before, .menu-btn span::after {
  position: absolute;
  top: 50%;
  margin-top: -1px;
  left: 50%;
  margin-left: -13px;
  width: 26px;
  height: 2px;
  background-color: #333232;
}
.menu-btn span::before {
  transform: translateY(-7px);
}
.menu-btn span::before, .menu-btn span::after {
  content: "";
  display: block;
  transition: 0.2s;
}
.menu-btn span::after {
  transform: translateY(7px);
}

.nav-mobile.active {
  top: 0;
  transition: 0.3s;
  z-index: 150;
}