* {
  font-family: "Poppins", sans-serif;
}

body {
  background-color: #f7f7f7;
}


figcaption{
	font-size:14px;
}

@media(max-width:768px){
	figcaption{
		font-size:10px;
	}
}

b, strong{
	font-weight:600;
}

a{
	color: #3936d8;
	text-decoration:none;
}

img {
  max-width: 100%;
  height: auto;
}
ol li{
	font-size: 16px;
    line-height: 32px;
    color: #203044;
    font-weight: 300;
}

@media (min-width: 1660px) {
  .container:not(.default_content){
    max-width: 1600px;
  }
  .img_and_txt .all .left.other_position {
    max-width: 800px;
  }
}
#page {
  overflow: hidden;
}

.animated {
  opacity: 0;
}

.animated.animation {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.animated.animation.left_anime {
  -webkit-animation: fadeInLeft 1s ease-in both;
          animation: fadeInLeft 1s ease-in both;
}

.animated.animation.right_anime {
  -webkit-animation: fadeInRight 1s ease-in both;
          animation: fadeInRight 1s ease-in both;
}

.animated.animation.top_anime {
  -webkit-animation: fadeInTop 1s ease-in both;
          animation: fadeInTop 1s ease-in both;
}

.animated.animation.bottom_anime {
  -webkit-animation: fadeInBottom 1s ease-in both;
          animation: fadeInBottom 1s ease-in both;
}

.animated.animation.simple_anime {
  -webkit-animation: fadeInSimple 1s ease-in both;
          animation: fadeInSimple 1s ease-in both;
}

@-webkit-keyframes fadeInTop {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -50%, 0);
            transform: translate3d(0, -50%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInTop {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -50%, 0);
            transform: translate3d(0, -50%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes fadeInBottom {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 50%, 0);
            transform: translate3d(0, 50%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInBottom {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 50%, 0);
            transform: translate3d(0, 50%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-50%, 0%, 0);
            transform: translate3d(-50%, 0%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-50%, 0%, 0);
            transform: translate3d(-50%, 0%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(50%, 0%, 0);
            transform: translate3d(50%, 0%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(50%, 0%, 0);
            transform: translate3d(50%, 0%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes fadeInSimple {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeInSimple {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

h2,h3,h4,h5{
	font-weight: 200;
  color: #203044;
}

h2.wp-block-heading{
	font-weight: 500;
}

h3.wp-block-heading{
	font-weight: 400;
}

h3{
	font-size:30px;
	line-height: 48px
}


h4{
	font-size:28px;
	line-height: 44px
}

h5{
	font-size:26px;
	line-height: 42px
}

@media (max-width: 1599px) {
    h2 {
        font-size:34px;
        line-height: 52px
    }
}

@media (max-width: 1399px) {
    h2 {
        font-size:32px;
        line-height: 50px
    }
	
	h3{
	    font-size:28px;
        line-height: 48px
	}
	
	
	h4{
	    font-size:26px;
        line-height: 44px
	}

	h5{
	    font-size:24px;
        line-height: 42px
	}
}

@media (max-width: 1199px) {
    h2 {
        font-size:32px;
        line-height: 46px
    }
	
	h3{
	    font-size:26px;
        line-height: 44px
	}
	
	
	h4{
	    font-size:24px;
        line-height: 42px
	}

	h5{
	    font-size:22px;
        line-height: 40px
	}
}

@media (max-width: 991px) {
    h2 {
        font-size:30px;
        line-height: 42px
    }
}

@media (max-width: 767px) {
    h2 {
        font-size:30px;
        line-height: 38px
    }
	
	h3{
	    font-size:24px;
        line-height: 36px
	}
	
	
	h4{
	    font-size:22px;
        line-height: 34px
	}

	h5{
	    font-size:20px;
        line-height: 22px
	}
}

@media (max-width: 575px) {
    h2 {
        font-size:28px;
        line-height: 34px
    }
	
	h3{
	    font-size:22px;
        line-height: 32px
	}
	
	
	h4{
	    font-size:20px;
        line-height: 30px
	}

	h5{
	    font-size:18px;
        line-height: 28px
	}

}

p{
	font-size: 16px;
    line-height: 28px;
    color: #203044;
    font-weight: 300;
}

body.no_scroll {
  overflow: hidden;
}

.header {
  padding: 20px 50px;
  position: fixed;
  z-index: 100;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  top: 0;
  left: 0;
  width: 100%;
}
@media (max-width: 1599px) {
  .header {
    padding: 20px 30px;
  }
}
@media (max-width: 1399px) {
  .header {
    padding: 20px 15px;
  }
}
.header .con_logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.header .con_logo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media (max-width: 1199px) {
  .header .con_logo a {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media (max-width: 1599px) {
  .header .con_logo img {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
    -webkit-transform-origin: left center;
            transform-origin: left center;
  }
}
@media (max-width: 1399px) {
  .header .con_logo img {
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
  }
}
@media (max-width: 1199px) {
  .header .con_logo img {
    -webkit-transform-origin: left center;
            transform-origin: left center;
  }
}
.header .con_main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media (max-width: 1199px) {
  .header .con_main {
    left: -100%;
    position: fixed;
    top: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    height: 100%;
    width: 100%;
  }
  .header .con_main.active_mobile {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: fixed;
    z-index: 120;
    display: block;
    top: 0;
    left: 0;
    background-color: rgb(6, 13, 23);
    height: 100%;
    width: 100%;
    color: white;
  }
  .header .con_main.active_mobile .close_bar {
    display: block;
    position: fixed;
    z-index: 20;
    top: 20px;
    right: 20px;
  }
  .header .con_main.active_mobile .close_bar i {
    color: white;
    font-size: 20px;
  }
  .header .con_main.active_mobile ul.menu {
    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-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0;
  }
  .header .con_main.active_mobile ul.menu li a {
    font-size: 20px !important;
    line-height: 38px !important;
    font-weight: 200 !important;
  }
}
@media (max-width: 1199px) and (max-width: 767px) {
  .header .con_main.active_mobile ul.menu li a {
    font-size: 18px !important;
    line-height: 38px !important;
  }
}
@media (max-width: 1199px) {
  .header .con_main.active_mobile div.con_logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 20px 0 40px 0;
  }
  .header .con_main.active_mobile div.con_logo a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .header .con_main.active_mobile div.con_logo a img {
    -webkit-transform-origin: center;
            transform-origin: center;
  }
  .header .con_main.active_mobile .con_call {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: absolute;
    width: 100%;
    bottom: 100px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .header .con_main.active_mobile .con_call .call {
    margin: 0 10px 0 0;
    width: auto;
  }
  .header .con_main.active_mobile .con_call .call a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .header .con_main.active_mobile .con_call .call a span {
    display: block;
  }
  .header .con_main.active_mobile .quotation {
    margin: 0 0 0 10px;
    width: auto;
    display: block;
  }
  .header .con_main.active_mobile .con_media {
    position: absolute;
    bottom: 50px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .header .con_main.active_mobile .con_media a {
    margin: 0 10px;
  }
  .header .con_main.active_mobile .con_media a i {
    color: #fec027;
  }
}
.header .con_main .menu_container {
  width: 100%;
}
.header .con_main .menu_container .menu-menu-1-container {
  width: 100%;
}
.header .con_main .menu_container .menu-menu-1-container ul {
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  padding: 0 60px;
}
@media (max-width: 1599px) {
  .header .con_main .menu_container .menu-menu-1-container ul {
    padding: 0 10px 0 40px;
  }
}
@media (max-width: 1399px) {
  .header .con_main .menu_container .menu-menu-1-container ul {
    padding: 0 10px;
  }
}
@media (max-width: 1300px) {
  .header .con_main .menu_container .menu-menu-1-container ul {
    padding: 0 30px 0 0;
  }
}
@media (max-width: 1199px) {
  .header .con_main .menu_container .menu-menu-1-container ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.header .con_main .menu_container .menu-menu-1-container ul li {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 20;
  overflow: hidden;
}
.header .con_main .menu_container .menu-menu-1-container ul li a {
  color: white;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 14px;
  line-height: 28px;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 1310px) {
  .header .con_main .menu_container .menu-menu-1-container ul li a {
    font-size: 13px;
    line-height: 26px;
  }
}
.header .con_main .menu_container .menu-menu-1-container ul li a::before {
  content: "";
  background: white;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: -105%;
  z-index: 10;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.header .con_main .menu_container .menu-menu-1-container ul li a:hover {
  color: #c9c9ba;
}
.header .con_main .menu_container .menu-menu-1-container ul li a:hover::before {
  left: 0;
  background-color: #c9c9ba;
}
.header .con_main .menu_container .menu-menu-1-container ul li.current-menu-item a {
  position: relative;
  color: #c9c9ba;
}
.header .con_main .menu_container .menu-menu-1-container ul li.current-menu-item a::before {
  content: "";
  background: #c9c9ba;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.header .con_call {
  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;
}
@media (max-width: 1199px) {
  .header .con_call {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.header .con_call .bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-ordinal-group: 11;
      -ms-flex-order: 10;
          order: 10;
  margin-left: 20px;
  cursor: pointer;
}
@media (min-width: 1200px) {
  .header .con_call .bar {
    display: none;
  }
}
@media (max-width: 767px) {
  .header .con_call .bar {
    margin-left: 15px;
  }
}
.header .con_call .bar i {
  color: white;
  font-size: 24px;
}
.header .con_call .close_bar {
  display: none;
}
.header .con_call .call {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
/*   width: 50%; */
}
@media (max-width: 1500px) {
  .header .con_call .call {
/*     width: 45%; */
  }
}
@media (max-width: 1300px) {
  .header .con_call .call {
/*     width: 41%; */
  }
}
@media (max-width: 1199px) {
  .header .con_call .call {
    width: auto;
/*     margin-left: 20px; */
  }
}
.header .con_call .call a {
  text-decoration: none;
  color: white;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-size: 14px;
  line-height: 28px;
  font-weight: 300;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 991px) {
  .header .con_call .call a {
    font-size: 13px;
    line-height: 26px;
  }
}
.header .con_call .call a img {
  height: 24px;
  margin-right: 15px;
}
.header .con_call .call a:hover {
  color: #c9c9ba;
}
@media (max-width: 767px) {
  .header .con_call .call a span {
    display: none;
  }
}
.header .con_call .quotation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 55%;
  text-align: center;
}
@media (max-width: 1500px) {
  .header .con_call .quotation {
    width: 55%;
  }
}
@media (max-width: 1300px) {
  .header .con_call .quotation {
    width: 59%;
  }
}
@media (max-width: 1199px) {
  .header .con_call .quotation {
    width: auto;
    margin-left: 20px;
  }
}
@media (max-width: 767px) {
  .header .con_call .quotation {
    display: none;
  }
}
.header .con_call .quotation a {
  padding: 10px 40px;
  border-radius: 30px;
  border: 1px solid white;
  text-decoration: none;
  color: white;
  padding: 10px 20px;
  font-size: 14px;
  line-height: 28px;
  font-weight: 300;
}
.header .con_call .quotation a:hover {
  color: black;
  background-color: white;
}
.header .con_call .quotation a:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
@media (max-width: 991px) {
  .header .con_call .quotation a {
    font-size: 13px;
    line-height: 26px;
  }
}
@media (max-width: 1399px) {
  .header .con_call .quotation a {
    padding: 5px 10px;
  }
}

.bgc_header {
  background-color: rgb(6, 13, 23);
  padding: 10px 20px;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(6, 13, 23, 0.7);
          box-shadow: 0px 0px 5px 0px rgba(6, 13, 23, 0.7);
}

.baner {
  position: relative;
  z-index: 2;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.baner .image_bgc {
  position: relative;
  z-index: -1;
  max-width: 100%;
  height: auto;
}
@media (min-width: 1920px) {
  .baner .image_bgc {
    width: 100%;
  }
}
.baner .con_btn {
  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;
}
.baner .con_btn .btn {
  color: white;
  padding: 10px 40px;
  border-radius: 30px;
  border: 1px solid white;
  text-decoration: none;
  padding: 10px 50px;
  font-weight: 200;
}
.baner .con_btn .btn:hover {
  color: black;
  background-color: white;
}
.baner .con_btn .btn:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.baner .shadow {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.baner .shadow img {
  max-width: 100%;
}
@media (min-width: 1920px) {
  .baner .shadow img {
    width: 100%;
  }
}
.baner .container {
  position: absolute;
  z-index: 9;
  left: 0;
  right: 0;
  margin: auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 1399px) {
  .baner .container {
    top: 58%;
  }
}
@media (max-width: 991px) {
  .baner .container {
    top: 50%;
  }
}
@media (max-width: 767px) {
  .baner .container {
    top: 50%;
  }
}
@media (max-width: 600px) {
  .baner .container {
    top: 60%;
  }
}
.baner .container .con_title {
  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;
  z-index: 1;
}
.baner .container .con_title .title {
  color: white;
  font-size: 72px;
  line-height: 80px;
  font-weight: 300;
  font-weight: 200;
  text-align: center;
}
@media (max-width: 1599px) {
  .baner .container .con_title .title {
    font-size: 68px;
    line-height: 76px;
  }
}
@media (max-width: 1399px) {
  .baner .container .con_title .title {
    font-size: 64px;
    line-height: 72px;
  }
}
@media (max-width: 1199px) {
  .baner .container .con_title .title {
    font-size: 58px;
    line-height: 68px;
  }
}
@media (max-width: 991px) {
  .baner .container .con_title .title {
    font-size: 48px;
    line-height: 56px;
  }
}
@media (max-width: 767px) {
  .baner .container .con_title .title {
    font-size: 42px;
    line-height: 48px;
  }
}
@media (max-width: 575px) {
  .baner .container .con_title .title {
    font-size: 38px;
    line-height: 40px;
  }
}
.baner .container .con_title .title span {
  font-weight: 100;
}
.baner .container .con_title::before {
  position: absolute;
  top: -50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  content: "";
  width: 80px;
  height: 1px;
  background-color: #c9c9ba;
}
@media (max-width: 360px) {
  .baner .container .con_title::before {
    top: -40%;
  }
}
.baner .container .con_description {
  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;
  z-index: 1;
  padding: 30px 0;
}
@media (max-width: 360px) {
  .baner .container .con_description {
    padding-top: 20px;
    padding-bottom: 10px;
  }
}
.baner .container .con_description .description {
  color: white;
  text-align: center;
  font-weight: 300;
  line-height: 39px;
  font-size: 20px;
  line-height: 39px;
}
@media (max-width: 1599px) {
  .baner .container .con_description .description {
    font-size: 19px;
    line-height: 38px;
  }
}
@media (max-width: 1399px) {
  .baner .container .con_description .description {
    font-size: 18px;
    line-height: 37px;
  }
}
@media (max-width: 1199px) {
  .baner .container .con_description .description {
    font-size: 17px;
    line-height: 36px;
  }
}
@media (max-width: 991px) {
  .baner .container .con_description .description {
    font-size: 16px;
    line-height: 35px;
  }
}
@media (max-width: 767px) {
  .baner .container .con_description .description {
    font-size: 15px;
    line-height: 34px;
  }
}
@media (max-width: 480px) {
  .baner .container .con_description .description {
    line-height: 30px;
  }
}
@media (max-width: 360px) {
  .baner .container .con_description .description {
    line-height: 25px;
  }
}
@media (min-width: 1200px) {
  .baner .container .con_description .description {
    padding: 0 50px;
  }
}

.footer {
  padding: 50px 0;
}
.footer .left {
  color: white;
}
.footer .left .description_footer {
  padding: 30px 0;
  font-size: 14px;
  line-height: 28px;
  font-weight: 200;
}
@media (max-width: 991px) {
  .footer .left .description_footer {
    font-size: 13px;
    line-height: 26px;
  }
}
@media (max-width: 767px) {
  .footer .left .con_media {
    padding-top: 10px;
    padding-bottom: 30px;
  }
}
.footer .left .con_media i {
  color: white;
  padding-right: 20px;
  font-size: 20px;
}
.footer .f_sec_1 p, .footer .f_sec_2 p {
  font-size: 24px;
  line-height: 36px;
  color: white;
  font-weight: 200;
  margin-bottom: 30px;
}
@media (max-width: 1599px) {
  .footer .f_sec_1 p, .footer .f_sec_2 p {
    font-size: 22px;
    line-height: 34px;
  }
}
@media (max-width: 1399px) {
  .footer .f_sec_1 p, .footer .f_sec_2 p {
    font-size: 21px;
    line-height: 30px;
  }
}
@media (max-width: 1199px) {
  .footer .f_sec_1 p, .footer .f_sec_2 p {
    font-size: 20px;
    line-height: 28px;
  }
}
@media (max-width: 991px) {
  .footer .f_sec_1 p, .footer .f_sec_2 p {
    font-size: 19px;
    line-height: 26px;
  }
}
@media (max-width: 767px) {
  .footer .f_sec_1 p, .footer .f_sec_2 p {
    font-size: 18px;
    line-height: 25px;
  }
}
@media (max-width: 575px) {
  .footer .f_sec_1 p, .footer .f_sec_2 p {
    font-size: 17px;
    line-height: 24px;
  }
}
@media (max-width: 575px) {
  .footer .f_sec_1 p, .footer .f_sec_2 p {
    margin-bottom: 25px;
  }
}
.footer .f_sec_1 ul, .footer .f_sec_2 ul {
  margin: 0;
  padding: 0;
}
.footer .f_sec_1 ul li, .footer .f_sec_2 ul li {
  list-style: none;
  margin-bottom: 10px;
}
@media (min-width: 576px) {
  .footer .f_sec_1 ul li, .footer .f_sec_2 ul li {
    margin-bottom: 15px;
  }
}
.footer .f_sec_1 ul li a, .footer .f_sec_2 ul li a {
  color: white;
  font-size: 16px;
  line-height: 28px;
  text-decoration: none;
  font-weight: 200;
}
@media (max-width: 1199px) {
  .footer .f_sec_1 ul li a, .footer .f_sec_2 ul li a {
    font-size: 15px;
    line-height: 23px;
  }
}
@media (max-width: 991px) {
  .footer .f_sec_1 ul li a, .footer .f_sec_2 ul li a {
    font-size: 14px;
    line-height: 22px;
  }
}
@media (max-width: 767px) {
  .footer .f_sec_1 {
    padding-bottom: 30px;
  }
}
.footer .copy_footer {
  padding-top: 50px;
  color: white;
  font-size: 14px;
  line-height: 28px;
  font-weight: 200;
}
@media (max-width: 991px) {
  .footer .copy_footer {
    font-size: 13px;
    line-height: 26px;
  }
}
.footer .realization {
  padding-top: 50px;
  color: white;
  font-size: 14px;
  line-height: 28px;
  font-weight: 200;
  text-decoration: none;
}
@media (max-width: 991px) {
  .footer .realization {
    font-size: 13px;
    line-height: 26px;
  }
}

.gallery_big {
  padding: 1px 0;
  overflow: hidden;
}
.gallery_big .title {
  color: #203044;
  font-size: 34px;
  line-height: 48px;
  font-size: 40px;
  line-height: 52px;
  text-align: center;
  font-weight: 100;
  margin-top: 100px;
  margin-bottom: 20px;
}
@media (max-width: 1599px) {
  .gallery_big .title {
    font-size: 32px;
    line-height: 42px;
  }
}
@media (max-width: 1399px) {
  .gallery_big .title {
    font-size: 30px;
    line-height: 38px;
  }
}
@media (max-width: 1199px) {
  .gallery_big .title {
    font-size: 28px;
    line-height: 36px;
  }
}
@media (max-width: 991px) {
  .gallery_big .title {
    font-size: 26px;
    line-height: 34px;
  }
}
@media (max-width: 767px) {
  .gallery_big .title {
    font-size: 22px;
    line-height: 30px;
  }
}
@media (max-width: 575px) {
  .gallery_big .title {
    font-size: 20px;
    line-height: 28px;
  }
}
@media (max-width: 767px) {
  .gallery_big .title {
    margin-top: 50px;
  }
}
.gallery_big .content {
  font-size: 48px;
  line-height: 58px;
  text-align: center;
  margin-bottom: 100px;
  font-weight: 200;
}
@media (max-width: 1599px) {
  .gallery_big .content {
    font-size: 44px;
    line-height: 52px;
  }
}
@media (max-width: 1399px) {
  .gallery_big .content {
    font-size: 42px;
    line-height: 50px;
  }
}
@media (max-width: 1199px) {
  .gallery_big .content {
    font-size: 38px;
    line-height: 46px;
  }
}
@media (max-width: 991px) {
  .gallery_big .content {
    font-size: 34px;
    line-height: 42px;
  }
}
@media (max-width: 767px) {
  .gallery_big .content {
    font-size: 32px;
    line-height: 38px;
  }
}
@media (max-width: 575px) {
  .gallery_big .content {
    font-size: 28px;
    line-height: 34px;
  }
}
@media (max-width: 767px) {
  .gallery_big .content {
    margin-bottom: 50px;
  }
}
.gallery_big ul {
  padding: 0;
  margin: 0 -1px;
}
.gallery_big ul li {
  padding: 0;
  border: 1px solid #f7f7f7;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.gallery_big ul li a {
  width: 100%;
}
.gallery_big ul li img {
  width: 100%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  height: auto;
}
.gallery_big ul li img:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.gallery_big .btn {
  color: #203044;
  border-color: #203044 !important;
  padding: 10px 40px;
  border-radius: 30px;
  border: 1px solid white;
  text-decoration: none;
}
.gallery_big .btn:hover {
  color: black;
  background-color: white;
}
.gallery_big .btn:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.gallery_big .btn:hover {
  color: white;
  background-color: #203044;
}

.gallery_small {
  padding: 1px 0;
  overflow: hidden;
}
.gallery_small ul {
  padding: 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 0px 1fr 0px 1fr 0px 1fr 0px 1fr 0px 1fr 0px 1fr 0px 1fr 0px 1fr 0px 1fr;
  grid-template-columns: repeat(10, 1fr);
  -ms-grid-rows: 1fr 0px 1fr 0px 1fr 0px 1fr;
  grid-template-rows: repeat(4, 1fr);
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  margin-bottom: 0;
}
.gallery_small ul > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.gallery_small ul > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
.gallery_small ul > *:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
}
.gallery_small ul > *:nth-child(4) {
  -ms-grid-row: 1;
  -ms-grid-column: 7;
}
.gallery_small ul > *:nth-child(5) {
  -ms-grid-row: 1;
  -ms-grid-column: 9;
}
.gallery_small ul > *:nth-child(6) {
  -ms-grid-row: 1;
  -ms-grid-column: 11;
}
.gallery_small ul > *:nth-child(7) {
  -ms-grid-row: 1;
  -ms-grid-column: 13;
}
.gallery_small ul > *:nth-child(8) {
  -ms-grid-row: 1;
  -ms-grid-column: 15;
}
.gallery_small ul > *:nth-child(9) {
  -ms-grid-row: 1;
  -ms-grid-column: 17;
}
.gallery_small ul > *:nth-child(10) {
  -ms-grid-row: 1;
  -ms-grid-column: 19;
}
.gallery_small ul > *:nth-child(11) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}
.gallery_small ul > *:nth-child(12) {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
}
.gallery_small ul > *:nth-child(13) {
  -ms-grid-row: 3;
  -ms-grid-column: 5;
}
.gallery_small ul > *:nth-child(14) {
  -ms-grid-row: 3;
  -ms-grid-column: 7;
}
.gallery_small ul > *:nth-child(15) {
  -ms-grid-row: 3;
  -ms-grid-column: 9;
}
.gallery_small ul > *:nth-child(16) {
  -ms-grid-row: 3;
  -ms-grid-column: 11;
}
.gallery_small ul > *:nth-child(17) {
  -ms-grid-row: 3;
  -ms-grid-column: 13;
}
.gallery_small ul > *:nth-child(18) {
  -ms-grid-row: 3;
  -ms-grid-column: 15;
}
.gallery_small ul > *:nth-child(19) {
  -ms-grid-row: 3;
  -ms-grid-column: 17;
}
.gallery_small ul > *:nth-child(20) {
  -ms-grid-row: 3;
  -ms-grid-column: 19;
}
.gallery_small ul > *:nth-child(21) {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
}
.gallery_small ul > *:nth-child(22) {
  -ms-grid-row: 5;
  -ms-grid-column: 3;
}
.gallery_small ul > *:nth-child(23) {
  -ms-grid-row: 5;
  -ms-grid-column: 5;
}
.gallery_small ul > *:nth-child(24) {
  -ms-grid-row: 5;
  -ms-grid-column: 7;
}
.gallery_small ul > *:nth-child(25) {
  -ms-grid-row: 5;
  -ms-grid-column: 9;
}
.gallery_small ul > *:nth-child(26) {
  -ms-grid-row: 5;
  -ms-grid-column: 11;
}
.gallery_small ul > *:nth-child(27) {
  -ms-grid-row: 5;
  -ms-grid-column: 13;
}
.gallery_small ul > *:nth-child(28) {
  -ms-grid-row: 5;
  -ms-grid-column: 15;
}
.gallery_small ul > *:nth-child(29) {
  -ms-grid-row: 5;
  -ms-grid-column: 17;
}
.gallery_small ul > *:nth-child(30) {
  -ms-grid-row: 5;
  -ms-grid-column: 19;
}
.gallery_small ul > *:nth-child(31) {
  -ms-grid-row: 7;
  -ms-grid-column: 1;
}
.gallery_small ul > *:nth-child(32) {
  -ms-grid-row: 7;
  -ms-grid-column: 3;
}
.gallery_small ul > *:nth-child(33) {
  -ms-grid-row: 7;
  -ms-grid-column: 5;
}
.gallery_small ul > *:nth-child(34) {
  -ms-grid-row: 7;
  -ms-grid-column: 7;
}
.gallery_small ul > *:nth-child(35) {
  -ms-grid-row: 7;
  -ms-grid-column: 9;
}
.gallery_small ul > *:nth-child(36) {
  -ms-grid-row: 7;
  -ms-grid-column: 11;
}
.gallery_small ul > *:nth-child(37) {
  -ms-grid-row: 7;
  -ms-grid-column: 13;
}
.gallery_small ul > *:nth-child(38) {
  -ms-grid-row: 7;
  -ms-grid-column: 15;
}
.gallery_small ul > *:nth-child(39) {
  -ms-grid-row: 7;
  -ms-grid-column: 17;
}
.gallery_small ul > *:nth-child(40) {
  -ms-grid-row: 7;
  -ms-grid-column: 19;
}
@media (max-width: 1199px) {
  .gallery_small ul {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 0px 1fr;
    grid-template-columns: repeat(2, 1fr);
    -ms-grid-rows: 1fr 0px 1fr 0px 1fr 0px 1fr;
    grid-template-rows: repeat(4, 1fr);
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }
  .gallery_small ul > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .gallery_small ul > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .gallery_small ul > *:nth-child(3) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .gallery_small ul > *:nth-child(4) {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  .gallery_small ul > *:nth-child(5) {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  .gallery_small ul > *:nth-child(6) {
    -ms-grid-row: 5;
    -ms-grid-column: 3;
  }
  .gallery_small ul > *:nth-child(7) {
    -ms-grid-row: 7;
    -ms-grid-column: 1;
  }
  .gallery_small ul > *:nth-child(8) {
    -ms-grid-row: 7;
    -ms-grid-column: 3;
  }
}
@media (max-width: 767px) {
  .gallery_small ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.gallery_small ul li {
  padding: 0;
  border: 1px solid #f7f7f7;
  overflow: hidden;
  width: 100%;
  height: auto;
}
.gallery_small ul li a {
  width: 100%;
}
.gallery_small ul li a img {
  width: 100%;
  height: 100%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.gallery_small ul li a img:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.gallery_small ul li:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-row-span: 4;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-area: 1/1/5/4;
}
@media (max-width: 1199px) {
  .gallery_small ul li:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-area: 1/1/3/2;
  }
}
@media (max-width: 1199px) {
  .gallery_small ul li:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-area: 1/1/3/2;
  }
}
.gallery_small ul li:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  -ms-grid-column: 4;
  -ms-grid-column-span: 3;
  grid-area: 1/4/3/7;
}
@media (max-width: 1199px) {
  .gallery_small ul li:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-area: 1/2/2/3;
  }
}
.gallery_small ul li:nth-child(3) {
  -ms-grid-row: 3;
  -ms-grid-row-span: 2;
  -ms-grid-column: 4;
  -ms-grid-column-span: 3;
  grid-area: 3/4/5/7;
}
@media (max-width: 1199px) {
  .gallery_small ul li:nth-child(3) {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-area: 2/2/3/3;
  }
}
.gallery_small ul li:nth-child(4) {
  -ms-grid-row: 1;
  -ms-grid-row-span: 4;
  -ms-grid-column: 7;
  -ms-grid-column-span: 4;
  grid-area: 1/7/5/11;
}
@media (max-width: 1199px) {
  .gallery_small ul li:nth-child(4) {
    -ms-grid-row: 3;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-area: 3/1/5/3;
  }
}
.gallery_small .btn {
  margin: 40px 0;
  padding: 10px 40px;
  border-radius: 30px;
  border: 1px solid white;
  text-decoration: none;
  border-color: #203044;
  color: #203044;
}
.gallery_small .btn:hover {
  color: black;
  background-color: white;
}
.gallery_small .btn:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.gallery_small .btn:hover {
  color: white;
  background-color: #203044;
}

@media (min-width: 1600px) {
  .questions .container {
    max-width: 100%;
    padding: 0;
  }
}
@media (min-width: 1600px) {
  .questions .all {
    width: 100%;
    padding-right: var(--bs-gutter-x, 0.75rem);
    padding-left: var(--bs-gutter-x, 0.75rem);
    margin-right: auto;
    margin-left: auto;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.questions .all .left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.questions .all .left .left_in {
  width: 100%;
}
@media (min-width: 1600px) {
  .questions .all .left .left_in {
    max-width: calc(800px - 1.5em);
    margin-left: auto;
    padding-bottom: 50px;
    padding-right: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .questions .all .left .left_in.other_position {
    margin-left: 0;
    margin-right: auto;
    padding-right: 12px;
    padding-left: 100px;
  }
}
@media (max-width: 1199px) {
  .questions .all .left .left_in {
    padding-top: 30px;
  }
}
.questions .all .left .left_in .line_space {
  width: 1px;
  height: 80px;
  background-color: #c9c9ba;
}
.questions .all .left .left_in .faq-questions {
  max-width: 960px;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 50px;
  padding-top: 20px;
}
.questions .all .left .left_in .faq-questions .title-faq {
  padding-bottom: 30px;
  font-weight: 200;
  font-size: 48px;
  line-height: 58px;
  color: #203044;
  position: relative;
}
@media (max-width: 1599px) {
  .questions .all .left .left_in .faq-questions .title-faq {
    font-size: 44px;
    line-height: 52px;
  }
}
@media (max-width: 1399px) {
  .questions .all .left .left_in .faq-questions .title-faq {
    font-size: 42px;
    line-height: 50px;
  }
}
@media (max-width: 1199px) {
  .questions .all .left .left_in .faq-questions .title-faq {
    font-size: 38px;
    line-height: 46px;
  }
}
@media (max-width: 991px) {
  .questions .all .left .left_in .faq-questions .title-faq {
    font-size: 34px;
    line-height: 42px;
  }
}
@media (max-width: 767px) {
  .questions .all .left .left_in .faq-questions .title-faq {
    font-size: 32px;
    line-height: 38px;
  }
}
@media (max-width: 575px) {
  .questions .all .left .left_in .faq-questions .title-faq {
    font-size: 28px;
    line-height: 34px;
  }
}
.questions .all .left .left_in .faq-questions .title-faq span {
  font-weight: 100;
}
.questions .all .left .left_in .faq-questions .que-single {
  cursor: pointer;
  border-bottom: 1px solid #ebebeb;
}
.questions .all .left .left_in .faq-questions .que-single:first-of-type {
  border-top: 1px solid #ebebeb;
}
.questions .all .left .left_in .faq-questions .que-single p {
  margin-bottom: 0;
  padding: 10px 0;
  position: relative;
  color: #203044;
  padding-right: 30px;
  font-size: 16px;
  line-height: 28px;
}
@media (max-width: 1199px) {
  .questions .all .left .left_in .faq-questions .que-single p {
    font-size: 15px;
    line-height: 23px;
  }
}
@media (max-width: 991px) {
  .questions .all .left .left_in .faq-questions .que-single p {
    font-size: 14px;
    line-height: 22px;
  }
}
.questions .all .left .left_in .faq-questions .que-single p span {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 20px;
  height: 20px;
  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;
  display: none;
}
.questions .all .left .left_in .faq-questions .que-single p span.plus {
  display: block;
}
.questions .all .left .left_in .faq-questions .que-single p span i {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 16px;
  color: #203044;
}
.questions .all .left .left_in .faq-questions .que-single p span i:hover {
  cursor: pointer;
}
.questions .all .left .left_in .faq-questions .que-single .answer {
  font-size: 16px;
  line-height: 28px;
  padding-bottom: 10px;
  display: none;
  color: #203044;
  font-weight: 300;
  font-style: italic;
}
@media (max-width: 1199px) {
  .questions .all .left .left_in .faq-questions .que-single .answer {
    font-size: 15px;
    line-height: 23px;
  }
}
@media (max-width: 991px) {
  .questions .all .left .left_in .faq-questions .que-single .answer {
    font-size: 14px;
    line-height: 22px;
  }
}
.questions .all .left .left_in .faq-questions .que-single.active .answer {
  display: block;
  -webkit-animation: animationFaq 0.3s ease-out;
          animation: animationFaq 0.3s ease-out;
}
.questions .all .left .left_in .faq-questions .que-single.active .minus {
  display: block;
}
.questions .all .left .left_in .faq-questions .que-single.active .plus {
  display: none;
}
@-webkit-keyframes animationFaq {
  0% {
    opacity: 0;
    -moz-transform: translateY(100%);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}
@keyframes animationFaq {
  0% {
    opacity: 0;
    -moz-transform: translateY(100%);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}
.questions .all .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (min-width: 1600px) {
  .questions .all .right {
    padding: 0;
    width: 50%;
  }
}
.questions .all .right img {
  width: 100%;
  height: auto;
}

.baner_small {
  padding: 100px 0;
  position: relative;
  z-index: 2;
  background-repeat: no-repeat;
  background-size: cover;
}
.baner_small.big {
  padding: 250px 0 120px 0;
}
@media (max-widtH: 767px) {
  .baner_small.big {
    padding: 180px 0 120px 0;
  }
}
.baner_small::before {
  position: absolute;
  top: 0;
  left: 50%;
  content: "";
  width: 1px;
  height: 80px;
  background-color: #c9c9ba;
}
.baner_small .con_title {
  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;
  z-index: 1;
}
.baner_small .con_title .title {
  color: white;
  font-size: 72px;
  line-height: 80px;
  font-weight: 300;
  font-weight: 200;
  text-align: center;
}
@media (max-width: 1599px) {
  .baner_small .con_title .title {
    font-size: 68px;
    line-height: 76px;
  }
}
@media (max-width: 1399px) {
  .baner_small .con_title .title {
    font-size: 64px;
    line-height: 72px;
  }
}
@media (max-width: 1199px) {
  .baner_small .con_title .title {
    font-size: 58px;
    line-height: 68px;
  }
}
@media (max-width: 991px) {
  .baner_small .con_title .title {
    font-size: 48px;
    line-height: 56px;
  }
}
@media (max-width: 767px) {
  .baner_small .con_title .title {
    font-size: 42px;
    line-height: 48px;
  }
}
@media (max-width: 575px) {
  .baner_small .con_title .title {
    font-size: 38px;
    line-height: 40px;
  }
}
.baner_small .con_title .title span {
  font-weight: 100;
}
.baner_small .con_signature {
  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;
  z-index: 1;
}
.baner_small .con_signature .signature {
  color: white;
  font-size: 34px;
  line-height: 48px;
  font-size: 40px;
  line-height: 52px;
  text-align: center;
  font-weight: 200;
  color: #c9c9ba;
}
@media (max-width: 1599px) {
  .baner_small .con_signature .signature {
    font-size: 32px;
    line-height: 42px;
  }
}
@media (max-width: 1399px) {
  .baner_small .con_signature .signature {
    font-size: 30px;
    line-height: 38px;
  }
}
@media (max-width: 1199px) {
  .baner_small .con_signature .signature {
    font-size: 28px;
    line-height: 36px;
  }
}
@media (max-width: 991px) {
  .baner_small .con_signature .signature {
    font-size: 26px;
    line-height: 34px;
  }
}
@media (max-width: 767px) {
  .baner_small .con_signature .signature {
    font-size: 22px;
    line-height: 30px;
  }
}
@media (max-width: 575px) {
  .baner_small .con_signature .signature {
    font-size: 20px;
    line-height: 28px;
  }
}
.baner_small .con_btn {
  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;
  padding-top: 30px;
}
.baner_small .con_btn .btn {
  color: #c9c9ba;
  border-color: #c9c9ba !important;
  padding: 10px 40px;
  border-radius: 30px;
  border: 1px solid white;
  text-decoration: none;
}
.baner_small .con_btn .btn:hover {
  color: black;
  background-color: white;
}
.baner_small .con_btn .btn:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.baner_small .con_btn .btn:hover {
  color: #203044;
  background-color: #c9c9ba;
}
.baner_small .shadow {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.baner_small .shadow img {
  max-width: 100%;
}

@media (min-width: 1600px) {
  .img_and_txt .container {
    max-width: 100%;
    padding: 0;
  }
}
@media (min-width: 1600px) {
  .img_and_txt .all {
    width: 100%;
    padding-right: var(--bs-gutter-x, 0.75rem);
    padding-left: var(--bs-gutter-x, 0.75rem);
    margin-right: auto;
    margin-left: auto;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.img_and_txt .all .left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (min-width: 1600px) {
  .img_and_txt .all .left.other_position {
    margin-left: 0;
    margin-right: auto;
    padding-right: 12px;
    padding-left: 100px;
  }
}
.img_and_txt .all .left .left_in {
  width: 100%;
}
@media (min-width: 1600px) {
  .img_and_txt .all .left .left_in {
    max-width: calc(800px - 1.5rem);
    max-width: 800px;
    margin-left: auto;
    padding-bottom: 50px;
    padding-right: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (max-width: 1199px) {
  .img_and_txt .all .left .left_in {
    padding-top: 30px;
  }
}
.img_and_txt .all .left .left_in .line_space {
  width: 1px;
  height: 80px;
  background-color: #c9c9ba;
}
.img_and_txt .all .left .left_in .con_title {
  padding-top: 20px;
}
.img_and_txt .all .left .left_in .con_title .title {
  padding-bottom: 30px;
  font-weight: 200;
  font-size: 48px;
  line-height: 58px;
  color: #203044;
  position: relative;
  margin: 0;
}
@media (max-width: 1599px) {
  .img_and_txt .all .left .left_in .con_title .title {
    font-size: 44px;
    line-height: 52px;
  }
}
@media (max-width: 1399px) {
  .img_and_txt .all .left .left_in .con_title .title {
    font-size: 42px;
    line-height: 50px;
  }
}
@media (max-width: 1199px) {
  .img_and_txt .all .left .left_in .con_title .title {
    font-size: 38px;
    line-height: 46px;
  }
}
@media (max-width: 991px) {
  .img_and_txt .all .left .left_in .con_title .title {
    font-size: 34px;
    line-height: 42px;
  }
}
@media (max-width: 767px) {
  .img_and_txt .all .left .left_in .con_title .title {
    font-size: 32px;
    line-height: 38px;
  }
}
@media (max-width: 575px) {
  .img_and_txt .all .left .left_in .con_title .title {
    font-size: 28px;
    line-height: 34px;
  }
}
@media (max-width: 991px) {
  .img_and_txt .all .left .left_in .con_title .title {
    padding-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .img_and_txt .all .left .left_in .con_title .title {
    padding-bottom: 15px;
  }
}
.img_and_txt .all .left .left_in .con_title .title span {
  font-weight: 100;
}
@media (max-width: 1199px) {
  .img_and_txt .all .left .left_in .con_description {
    margin-bottom: 30px;
  }
}
.img_and_txt .all .left .left_in .con_description .description {
  font-size: 16px;
  line-height: 28px;
  color: #203044;
  font-weight: 300;
}
@media (max-width: 1199px) {
  .img_and_txt .all .left .left_in .con_description .description {
    font-size: 15px;
    line-height: 23px;
  }
}
@media (max-width: 991px) {
  .img_and_txt .all .left .left_in .con_description .description {
    font-size: 14px;
    line-height: 22px;
  }
}
.img_and_txt .all .left .left_in .con_media {
  padding-top: 20px;
}
.img_and_txt .all .left .left_in .con_media .media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
  padding-bottom: 20px;
  color: #203044;
}
.img_and_txt .all .left .left_in .con_media .media .icon {
  width: 50px;
  margin-right: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.img_and_txt .all .left .left_in .con_media .media .icon i {
  font-size: 46px;
  color: #c9c9ba;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.img_and_txt .all .left .left_in .con_media .media .media_title {
  font-size: 14px;
  line-height: 28px;
}
@media (max-width: 991px) {
  .img_and_txt .all .left .left_in .con_media .media .media_title {
    font-size: 13px;
    line-height: 26px;
  }
}
.img_and_txt .all .left .left_in .con_media .media .media_sign {
  font-size: 16px;
  line-height: 28px;
}
@media (max-width: 1199px) {
  .img_and_txt .all .left .left_in .con_media .media .media_sign {
    font-size: 15px;
    line-height: 23px;
  }
}
@media (max-width: 991px) {
  .img_and_txt .all .left .left_in .con_media .media .media_sign {
    font-size: 14px;
    line-height: 22px;
  }
}
.img_and_txt .all .left .left_in .con_media .media:hover .icon i {
  color: #203044;
}
.img_and_txt .all .left .left_in .con_txt_single {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.img_and_txt .all .left .left_in .con_txt_single span {
  display: inline-block;
  width: 15px;
  margin-top: 12px;
  margin-right: 10px;
  height: 1px;
  background-color: #c9c9ba;
}
.img_and_txt .all .left .left_in .con_txt_single .txt_single {
  width: calc(100% - 15px);
  font-size: 14px;
  line-height: 28px;
  line-height: 24px;
  font-weight: 300;
  position: relative;
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  .img_and_txt .all .left .left_in .con_txt_single .txt_single {
    font-size: 13px;
    line-height: 26px;
  }
}
.img_and_txt .all .left .left_in .con_btn {
  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;
  padding-top: 60px;
}
@media (max-width: 1199px) {
  .img_and_txt .all .left .left_in .con_btn {
    padding-top: 30px;
    margin-bottom: 40px;
  }
}
.img_and_txt .all .left .left_in .con_btn .btn {
  color: #203044;
  padding: 10px 40px;
  border-radius: 30px;
  border: 1px solid white;
  text-decoration: none;
  border-color: #c9c9ba;
}
.img_and_txt .all .left .left_in .con_btn .btn:hover {
  color: black;
  background-color: white;
}
.img_and_txt .all .left .left_in .con_btn .btn:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.img_and_txt .all .left .left_in .con_btn .btn:hover {
  color: white;
  background-color: #203044;
}
.img_and_txt .all .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (min-width: 1600px) {
  .img_and_txt .all .right {
    padding: 0;
    width: 50%;
  }
}
.img_and_txt .all .right img {
  width: 100%;
  height: auto;
}

.services {
  overflow: hidden;
}
.services .con_title {
  margin-bottom: 50px;
}
@media (max-width: 1399px) {
  .services .con_title {
    margin-bottom: 40px;
  }
}
@media (max-width: 991px) {
  .services .con_title {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .services .con_title {
    margin-bottom: 0;
  }
}
.services .con_title .title {
  font-size: 60px;
  line-height: 72px;
  font-weight: 200;
  text-align: center;
  margin: 0;
}
@media (max-width: 1599px) {
  .services .con_title .title {
    font-size: 56px;
    line-height: 66px;
  }
}
@media (max-width: 1399px) {
  .services .con_title .title {
    font-size: 52px;
    line-height: 62px;
  }
}
@media (max-width: 1199px) {
  .services .con_title .title {
    font-size: 48px;
    line-height: 58px;
  }
}
@media (max-width: 991px) {
  .services .con_title .title {
    font-size: 42px;
    line-height: 50px;
  }
}
@media (max-width: 767px) {
  .services .con_title .title {
    font-size: 38px;
    line-height: 48px;
  }
}
@media (max-width: 575px) {
  .services .con_title .title {
    font-size: 34px;
    line-height: 40px;
  }
}
.services .con_title .title span {
  font-weight: 100;
}
.services .con_all_sec {
  margin-left: -20px;
  margin-right: -20px;
}
@media (max-width: 1399px) {
  .services .con_all_sec {
    margin-left: -10px;
    margin-right: -10px;
  }
}
@media (max-width: 1199px) {
  .services .con_all_sec {
    margin-left: -5px;
    margin-right: -5px;
  }
}
.services .con_all_sec .all_sec {
  margin-top: 60px;
  position: relative;
}
.services .con_all_sec .all_sec .section {
  margin-left: 25px;
  margin-right: 25px;
  background-color: white;
  padding: 50px 60px;
  height: 100%;
  padding-bottom: 100px;
  -webkit-box-shadow: 5px 5px 15px 5px rgb(235, 235, 235);
  box-shadow: 5px 5px 15px 5px rgb(235, 235, 235);
}
@media (max-width: 1659px) {
  .services .con_all_sec .all_sec .section {
    margin-left: 20px;
    margin-right: 20px;
    padding-top: 40px;
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 1399px) {
  .services .con_all_sec .all_sec .section {
    margin-left: 15px;
    margin-right: 15px;
    padding-top: 40px;
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 1299px) {
  .services .con_all_sec .all_sec .section {
    margin-left: 5px;
    margin-right: 5px;
    padding-top: 30px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 80px;
  }
}
@media (max-width: 991px) {
  .services .con_all_sec .all_sec .section {
    padding-top: 40px;
    padding-left: 40px;
    padding-right: 20px;
    padding-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .services .con_all_sec .all_sec .section {
    padding-top: 50px;
    padding-left: 60px;
    padding-right: 60px;
    padding-bottom: 100px;
  }
}
@media (max-width: 767px) {
  .services .con_all_sec .all_sec .section {
    padding-top: 50px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 100px;
  }
}
.services .con_all_sec .all_sec .section .icon {
  margin: 0 auto;
  background-color: #f4f4f1;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  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 .con_all_sec .all_sec .section .icon img {
  width: auto;
  height: auto;
  border-radius: 0;
}
.services .con_all_sec .all_sec .section .con_title_small {
  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;
  padding: 40px 0;
}
.services .con_all_sec .all_sec .section .con_title_small .title-small {
  margin: 0;
  font-size: 40px;
  line-height: 52px;
  line-height: 42px;
  text-align: center;
  font-weight: 200;
  color: #203044;
  text-decoration: none;
}
@media (max-width: 1599px) {
  .services .con_all_sec .all_sec .section .con_title_small .title-small {
    font-size: 36px;
    line-height: 48px;
  }
}
@media (max-width: 1399px) {
  .services .con_all_sec .all_sec .section .con_title_small .title-small {
    font-size: 34px;
    line-height: 44px;
  }
}
@media (max-width: 1199px) {
  .services .con_all_sec .all_sec .section .con_title_small .title-small {
    font-size: 32px;
    line-height: 40px;
  }
}
@media (max-width: 991px) {
  .services .con_all_sec .all_sec .section .con_title_small .title-small {
    font-size: 30px;
    line-height: 38px;
  }
}
@media (max-width: 767px) {
  .services .con_all_sec .all_sec .section .con_title_small .title-small {
    font-size: 26px;
    line-height: 34px;
  }
}
@media (max-width: 575px) {
  .services .con_all_sec .all_sec .section .con_title_small .title-small {
    font-size: 22px;
    line-height: 30px;
  }
}
.services .con_all_sec .all_sec .section .con_title_small .title-small a {
  font-size: 40px;
  line-height: 52px;
  line-height: 42px;
  text-align: center;
  font-weight: 200;
  color: #203044;
  text-decoration: none;
}
@media (max-width: 1599px) {
  .services .con_all_sec .all_sec .section .con_title_small .title-small a {
    font-size: 36px;
    line-height: 48px;
  }
}
@media (max-width: 1399px) {
  .services .con_all_sec .all_sec .section .con_title_small .title-small a {
    font-size: 34px;
    line-height: 44px;
  }
}
@media (max-width: 1199px) {
  .services .con_all_sec .all_sec .section .con_title_small .title-small a {
    font-size: 32px;
    line-height: 40px;
  }
}
@media (max-width: 991px) {
  .services .con_all_sec .all_sec .section .con_title_small .title-small a {
    font-size: 30px;
    line-height: 38px;
  }
}
@media (max-width: 767px) {
  .services .con_all_sec .all_sec .section .con_title_small .title-small a {
    font-size: 26px;
    line-height: 34px;
  }
}
@media (max-width: 575px) {
  .services .con_all_sec .all_sec .section .con_title_small .title-small a {
    font-size: 22px;
    line-height: 30px;
  }
}
.services .con_all_sec .all_sec .section .con_description {
  padding-bottom: 50px;
}
.services .con_all_sec .all_sec .section .con_description .description {
  text-align: center;
  color: #203044;
  font-weight: 300;
  line-height: 32px;
}
.services .con_all_sec .all_sec .section .all_txt {
  padding-bottom: 40px;
}
.services .con_all_sec .all_sec .section .all_txt .con_txt_single {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.services .con_all_sec .all_sec .section .all_txt .con_txt_single span {
  display: inline-block;
  width: 15px;
  margin-top: 12px;
  margin-right: 10px;
  height: 1px;
  background-color: #c9c9ba;
}
.services .con_all_sec .all_sec .section .all_txt .con_txt_single .txt_single {
  width: calc(100% - 15px);
  font-size: 14px;
  line-height: 28px;
  line-height: 24px;
  font-weight: 300;
  position: relative;
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  .services .con_all_sec .all_sec .section .all_txt .con_txt_single .txt_single {
    font-size: 13px;
    line-height: 26px;
  }
}
.services .con_all_sec .all_sec .section .con_btn {
  text-align: center;
  position: absolute;
  bottom: 50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
}
.services .con_all_sec .all_sec .section .con_btn .btn {
  padding: 10px 40px;
  border-radius: 30px;
  border: 1px solid white;
  text-decoration: none;
  border-color: #203044;
}
@media (max-width: 1199px) {
  .services .con_all_sec .all_sec .section .con_btn .btn {
    padding: 10px 32px;
  }
}
.services .con_all_sec .all_sec .section .con_btn .btn:hover {
  color: black;
  background-color: white;
}
.services .con_all_sec .all_sec .section .con_btn .btn:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.services .con_all_sec .all_sec .section .con_btn .btn:hover {
  background-color: #203044;
  color: white;
}
.services .con_all_sec .all_sec .section::before {
  content: "";
  width: 70px;
  height: 1px;
  background-color: #ebebeb;
  position: absolute;
  bottom: 20px;
  right: 55px;
}
@media (max-width: 1659px) {
  .services .con_all_sec .all_sec .section::before {
    right: 50px;
  }
}
@media (max-width: 1399px) {
  .services .con_all_sec .all_sec .section::before {
    right: 45px;
  }
}
@media (max-width: 1299px) {
  .services .con_all_sec .all_sec .section::before {
    right: 38px;
  }
}
@media (max-width: 1199px) {
  .services .con_all_sec .all_sec .section::before {
    right: 30px;
    bottom: 15px;
    width: 50px;
  }
}
@media (max-width: 991px) {
  .services .con_all_sec .all_sec .section::before {
    width: 70px;
  }
}
.services .con_all_sec .all_sec .section::after {
  content: "";
  width: 1px;
  height: 70px;
  background-color: #ebebeb;
  position: absolute;
  bottom: 20px;
  right: 55px;
}
@media (max-width: 1659px) {
  .services .con_all_sec .all_sec .section::after {
    right: 50px;
  }
}
@media (max-width: 1399px) {
  .services .con_all_sec .all_sec .section::after {
    right: 45px;
  }
}
@media (max-width: 1299px) {
  .services .con_all_sec .all_sec .section::after {
    right: 38px;
  }
}
@media (max-width: 1199px) {
  .services .con_all_sec .all_sec .section::after {
    right: 30px;
    bottom: 15px;
    height: 50px;
  }
}
@media (max-width: 991px) {
  .services .con_all_sec .all_sec .section::after {
    height: 70px;
  }
}

.icons .con_title {
  margin-bottom: 50px;
}
.icons .con_title .title {
  font-size: 60px;
  line-height: 72px;
  font-weight: 200;
  text-align: center;
}
@media (max-width: 1599px) {
  .icons .con_title .title {
    font-size: 56px;
    line-height: 66px;
  }
}
@media (max-width: 1399px) {
  .icons .con_title .title {
    font-size: 52px;
    line-height: 62px;
  }
}
@media (max-width: 1199px) {
  .icons .con_title .title {
    font-size: 48px;
    line-height: 58px;
  }
}
@media (max-width: 991px) {
  .icons .con_title .title {
    font-size: 42px;
    line-height: 50px;
  }
}
@media (max-width: 767px) {
  .icons .con_title .title {
    font-size: 38px;
    line-height: 48px;
  }
}
@media (max-width: 575px) {
  .icons .con_title .title {
    font-size: 34px;
    line-height: 40px;
  }
}
.icons .con_title .title span {
  font-weight: 100;
}
@media (min-width: 1400px) {
  .icons .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.icons .all_sec {
  position: relative;
}
@media (min-width: 1400px) {
  .icons .all_sec {
    width: 100%;
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
  }
}
@media (max-width: 1399px) {
  .icons .all_sec {
    margin-bottom: 40px;
  }
}
.icons .all_sec .section_icon {
  background-color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 15px;
  height: 100%;
  -webkit-box-shadow: 5px 5px 15px 5px rgb(235, 235, 235);
  box-shadow: 5px 5px 15px 5px rgb(235, 235, 235);
}
.icons .all_sec .section_icon .con_icon {
  height: 50%;
}
.icons .all_sec .section_icon .con_icon .icon {
  background-color: #f4f4f1;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  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;
}
.icons .all_sec .section_icon .con_icon .icon img {
  width: auto;
  height: auto;
  border-radius: 0;
}
.icons .all_sec .section_icon .con_title_small {
  padding-top: 20px;
  text-align: center;
  height: 50%;
}
.icons .all_sec .section_icon .con_title_small .title-small {
  margin: 0;
  font-size: 18px;
  line-height: 26px;
  text-align: center;
  font-weight: 300;
  color: #203044;
  height: 100%;
  margin: 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;
}
@media (max-width: 1399px) {
  .icons .all_sec .section_icon .con_title_small .title-small {
    font-size: 17px;
    line-height: 24px;
  }
}
@media (max-width: 1199px) {
  .icons .all_sec .section_icon .con_title_small .title-small {
    font-size: 16px;
    line-height: 23px;
  }
}
@media (max-width: 991px) {
  .icons .all_sec .section_icon .con_title_small .title-small {
    font-size: 15px;
    line-height: 22px;
  }
}
@media (max-width: 767px) {
  .icons .all_sec .section_icon .con_title_small .title-small {
    font-size: 14px;
    line-height: 21px;
  }
}
.icons .all_sec:last-child::after {
  display: none;
}
.icons .con_btn {
  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;
  padding-top: 50px;
  margin: 0 auto;
}
.icons .con_btn .btn {
  margin: 0 auto;
  color: #203044;
  padding: 10px 40px;
  border-radius: 30px;
  border: 1px solid white;
  text-decoration: none;
  border-color: #c9c9ba;
}
.icons .con_btn .btn:hover {
  color: black;
  background-color: white;
}
.icons .con_btn .btn:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.icons .con_btn .btn:hover {
  color: white;
  background-color: #203044;
}

.screen_banner {
  margin-top: 100px;
  position: relative;
  z-index: 90;
  top: -250px;
  margin-bottom: -250px;
}
@media (max-width: 1599px) {
  .screen_banner {
    top: 0;
    margin-bottom: 0;
  }
}
.screen_banner .con_banner {
  background-color: white;
  -webkit-box-shadow: 0px 10px 4px -5px rgb(235, 235, 235);
  box-shadow: 0px 10px 4px -5px rgb(235, 235, 235);
  position: relative;
  padding-top: 50px;
}
.screen_banner .con_banner .left {
  padding-left: 100px;
  padding-right: 50px;
}
.screen_banner .con_banner .left .con_title .title {
  font-size: 48px;
  line-height: 58px;
  font-weight: 200;
  position: relative;
  color: #203044;
}
@media (max-width: 1599px) {
  .screen_banner .con_banner .left .con_title .title {
    font-size: 44px;
    line-height: 52px;
  }
}
@media (max-width: 1399px) {
  .screen_banner .con_banner .left .con_title .title {
    font-size: 42px;
    line-height: 50px;
  }
}
@media (max-width: 1199px) {
  .screen_banner .con_banner .left .con_title .title {
    font-size: 38px;
    line-height: 46px;
  }
}
@media (max-width: 991px) {
  .screen_banner .con_banner .left .con_title .title {
    font-size: 34px;
    line-height: 42px;
  }
}
@media (max-width: 767px) {
  .screen_banner .con_banner .left .con_title .title {
    font-size: 32px;
    line-height: 38px;
  }
}
@media (max-width: 575px) {
  .screen_banner .con_banner .left .con_title .title {
    font-size: 28px;
    line-height: 34px;
  }
}
.screen_banner .con_banner .left .con_title .title span {
  font-weight: 100;
}
.screen_banner .con_banner .left .con_title .title::before {
  position: absolute;
  top: -100px;
  left: 3px;
  content: "";
  width: 1px;
  height: 80px;
  background-color: #c9c9ba;
}
.screen_banner .con_banner .left .description {
  font-weight: 300;
  font-size: 16px;
  line-height: 28px;
  color: #203044;
}
@media (max-width: 1199px) {
  .screen_banner .con_banner .left .description {
    font-size: 15px;
    line-height: 23px;
  }
}
@media (max-width: 991px) {
  .screen_banner .con_banner .left .description {
    font-size: 14px;
    line-height: 22px;
  }
}
@media (max-width: 991px) {
  .screen_banner .con_banner .left .con_arrow {
    display: none;
  }
}
.screen_banner .con_banner .left .con_arrow img {
  padding-top: 40px;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .screen_banner .con_banner .left .con_arrow img {
    padding-top: 20px;
  }
}
.screen_banner .con_banner .left .con_line {
  margin-top: 40px;
  background-color: #c9c9ba;
  width: 137px;
  height: 1px;
}
@media (min-width: 992px) {
  .screen_banner .con_banner .left .con_line {
    display: none;
  }
}
@media (max-width: 1199px) {
  .screen_banner .con_banner .right {
    margin-top: 60px;
  }
}
@media (max-width: 676px) {
  .screen_banner .con_banner .right {
    margin-top: 50px;
  }
}
.screen_banner .con_banner .all_sec {
  margin-bottom: 50px;
  position: relative;
}
.screen_banner .con_banner .all_sec:nth-child(1) {
  padding-right: 70px;
}
@media (max-width: 1659px) {
  .screen_banner .con_banner .all_sec:nth-child(1) {
    padding-right: 40px;
  }
}
@media (max-width: 1399px) {
  .screen_banner .con_banner .all_sec:nth-child(1) {
    padding-right: 20px;
  }
}
.screen_banner .con_banner .all_sec:nth-child(3) {
  padding-right: 70px;
}
@media (max-width: 1659px) {
  .screen_banner .con_banner .all_sec:nth-child(3) {
    padding-right: 40px;
  }
}
@media (max-width: 1399px) {
  .screen_banner .con_banner .all_sec:nth-child(3) {
    padding-right: 20px;
  }
}
.screen_banner .con_banner .all_sec:nth-child(2) {
  padding-left: 70px;
}
@media (max-width: 1659px) {
  .screen_banner .con_banner .all_sec:nth-child(2) {
    padding-left: 40px;
  }
}
@media (max-width: 1399px) {
  .screen_banner .con_banner .all_sec:nth-child(2) {
    padding-left: 20px;
  }
}
.screen_banner .con_banner .all_sec:nth-child(4) {
  padding-left: 70px;
}
@media (max-width: 1659px) {
  .screen_banner .con_banner .all_sec:nth-child(4) {
    padding-left: 40px;
  }
}
@media (max-width: 1399px) {
  .screen_banner .con_banner .all_sec:nth-child(4) {
    padding-left: 20px;
  }
}
@media (max-width: 991px) {
  .screen_banner .con_banner .all_sec:nth-child(n) {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.screen_banner .con_banner .all_sec .section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 20px;
  height: 100%;
}
@media (min-width: 992px) {
  .screen_banner .con_banner .all_sec .section {
    padding-left: 30px;
  }
}
@media (max-width: 575px) {
  .screen_banner .con_banner .all_sec .section {
    padding-left: 10px;
  }
}
.screen_banner .con_banner .all_sec .section .top .icon {
  background-color: #f4f4f1;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  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;
}
.screen_banner .con_banner .all_sec .section .top .icon img {
  width: auto;
  height: auto;
  border-radius: 0;
}
.screen_banner .con_banner .all_sec .section .bottom {
  padding: 0 0 0 20px;
}
@media (max-width: 575px) {
  .screen_banner .con_banner .all_sec .section .bottom {
    padding: 0 0 0 10px;
  }
}
@media (min-width: 768px) {
  .screen_banner .con_banner .all_sec .section .bottom .con_title_small {
    padding-top: 15px;
  }
}
.screen_banner .con_banner .all_sec .section .bottom .con_title_small .title-small {
  margin: 0;
  font-size: 24px;
  line-height: 36px;
  font-weight: 200;
  color: #203044;
}
@media (max-width: 1599px) {
  .screen_banner .con_banner .all_sec .section .bottom .con_title_small .title-small {
    font-size: 22px;
    line-height: 34px;
  }
}
@media (max-width: 1399px) {
  .screen_banner .con_banner .all_sec .section .bottom .con_title_small .title-small {
    font-size: 21px;
    line-height: 30px;
  }
}
@media (max-width: 1199px) {
  .screen_banner .con_banner .all_sec .section .bottom .con_title_small .title-small {
    font-size: 20px;
    line-height: 28px;
  }
}
@media (max-width: 991px) {
  .screen_banner .con_banner .all_sec .section .bottom .con_title_small .title-small {
    font-size: 19px;
    line-height: 26px;
  }
}
@media (max-width: 767px) {
  .screen_banner .con_banner .all_sec .section .bottom .con_title_small .title-small {
    font-size: 18px;
    line-height: 25px;
  }
}
@media (max-width: 575px) {
  .screen_banner .con_banner .all_sec .section .bottom .con_title_small .title-small {
    font-size: 17px;
    line-height: 24px;
  }
}
.screen_banner .con_banner .all_sec .section .bottom .con_description {
  padding-top: 20px;
}
@media (max-width: 767px) {
  .screen_banner .con_banner .all_sec .section .bottom .con_description {
    padding-top: 10px;
  }
}
.screen_banner .con_banner .all_sec .section .bottom .con_description .description {
  color: #203044;
  font-weight: 300;
  font-size: 14px;
  line-height: 28px;
}
@media (max-width: 991px) {
  .screen_banner .con_banner .all_sec .section .bottom .con_description .description {
    font-size: 13px;
    line-height: 26px;
  }
}
@media (min-width: 992px) {
  .screen_banner .con_banner::after {
    content: "";
    position: absolute;
    top: 0;
    right: -400px;
    width: 400px;
    height: 100%;
    background-color: white;
    -webkit-box-shadow: 0px 10px 4px -5px rgb(235, 235, 235);
    box-shadow: 0px 10px 4px -5px rgb(235, 235, 235);
  }
}

@media (max-width: 1599px) {
  .home .screen_banner {
    top: -250px;
    margin-bottom: -250px;
  }
}
@media (max-width: 1399px) {
  .home .screen_banner {
    top: -180px;
    margin-bottom: -180px;
  }
}
@media (max-width: 1199px) {
  .home .screen_banner {
    top: -140px;
    margin-bottom: -140px;
  }
}
@media (max-width: 991px) {
  .home .screen_banner {
    top: -250px;
    margin-bottom: -250px;
  }
}
@media (max-width: 767px) {
  .home .screen_banner {
    top: -200px;
    margin-bottom: -200px;
  }
}
@media (max-width: 600px) {
  .home .screen_banner {
    top: 0;
    margin-bottom: 0;
  }
}

.banner_other_page {
  position: relative;
  margin-bottom: 50px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .banner_other_page {
    overflow: hidden;
    max-height: 600px;
  }
}
.banner_other_page .image_bgc {
  position: relative;
  z-index: -1;
  max-width: 100%;
  width: 100%;
  height: auto;
}
@media (min-width: 1920px) {
  .banner_other_page .image_bgc {
    width: 100%;
  }
}
.banner_other_page .title_other_page {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 72px;
  line-height: 80px;
  font-weight: 300;
  width: 80%;
  text-align: center;
  font-weight: 100;
  color: white;
  z-index: 5;
}
@media (max-width: 1599px) {
  .banner_other_page .title_other_page {
    font-size: 68px;
    line-height: 76px;
  }
}
@media (max-width: 1399px) {
  .banner_other_page .title_other_page {
    font-size: 64px;
    line-height: 72px;
  }
}
@media (max-width: 1199px) {
  .banner_other_page .title_other_page {
    font-size: 58px;
    line-height: 68px;
  }
}
@media (max-width: 991px) {
  .banner_other_page .title_other_page {
    font-size: 48px;
    line-height: 56px;
  }
}
@media (max-width: 767px) {
  .banner_other_page .title_other_page {
    font-size: 42px;
    line-height: 48px;
  }
}
@media (max-width: 575px) {
  .banner_other_page .title_other_page {
    font-size: 38px;
    line-height: 40px;
  }
}
.banner_other_page .title_other_page::before {
  position: absolute;
  top: -50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  content: "";
  width: 80px;
  height: 1px;
  background-color: #c9c9ba;
}
@media (max-width: 1399px) {
  .banner_other_page .title_other_page::before {
    top: -30px;
  }
}
@media (max-width: 991px) {
  .banner_other_page .title_other_page::before {
    top: -50px;
  }
}
@media (max-width: 480px) {
  .banner_other_page .title_other_page::before {
    top: -30px;
  }
}
.banner_other_page .shadow_image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.home .banner_other_page {
  display: none;
}

.txt_two_columns .con_title .title {
  font-size: 48px;
  line-height: 58px;
  font-weight: 200;
  text-align: center;
}
@media (max-width: 1599px) {
  .txt_two_columns .con_title .title {
    font-size: 44px;
    line-height: 52px;
  }
}
@media (max-width: 1399px) {
  .txt_two_columns .con_title .title {
    font-size: 42px;
    line-height: 50px;
  }
}
@media (max-width: 1199px) {
  .txt_two_columns .con_title .title {
    font-size: 38px;
    line-height: 46px;
  }
}
@media (max-width: 991px) {
  .txt_two_columns .con_title .title {
    font-size: 34px;
    line-height: 42px;
  }
}
@media (max-width: 767px) {
  .txt_two_columns .con_title .title {
    font-size: 32px;
    line-height: 38px;
  }
}
@media (max-width: 575px) {
  .txt_two_columns .con_title .title {
    font-size: 28px;
    line-height: 34px;
  }
}
.txt_two_columns .con_description_left .description_left {
  padding-top: 50px;
  padding-right: 50px;
  padding-bottom: 50px;
  font-size: 16px;
  line-height: 28px;
  font-weight: 300;
}
@media (max-width: 1199px) {
  .txt_two_columns .con_description_left .description_left {
    font-size: 15px;
    line-height: 23px;
  }
}
@media (max-width: 991px) {
  .txt_two_columns .con_description_left .description_left {
    font-size: 14px;
    line-height: 22px;
  }
}
@media (max-width: 1199px) {
  .txt_two_columns .con_description_left .description_left {
    padding-top: 50px;
    padding-right: 25px;
    padding-bottom: 25px;
  }
}
@media (max-width: 991px) {
  .txt_two_columns .con_description_left .description_left {
    padding-top: 50px;
    padding-right: 10px;
    padding-bottom: 10px;
  }
}
.txt_two_columns .con_description_right .description_right {
  padding-top: 50px;
  padding-left: 50px;
  padding-bottom: 50px;
  font-size: 16px;
  line-height: 28px;
  font-weight: 300;
}
@media (max-width: 1199px) {
  .txt_two_columns .con_description_right .description_right {
    font-size: 15px;
    line-height: 23px;
  }
}
@media (max-width: 991px) {
  .txt_two_columns .con_description_right .description_right {
    font-size: 14px;
    line-height: 22px;
  }
}
@media (max-width: 1199px) {
  .txt_two_columns .con_description_right .description_right {
    padding: 50px 25px 0 25px;
  }
}
@media (max-width: 991px) {
  .txt_two_columns .con_description_right .description_right {
    padding: 50px 10px 0 10px;
  }
}
@media (max-width: 991px) {
  .txt_two_columns .con_description_right .description_right {
    padding: 50px 0 0 0;
  }
}

.contact {
  margin: 70px 0;
}
.contact .left {
  padding-top: 70px;
  padding-right: 100px;
  padding-bottom: 70px;
  background-color: #f2f2f1;
  position: relative;
}
@media (max-width: 1399px) {
  .contact .left {
    padding-top: 70px;
    padding-right: 80px;
    padding-bottom: 70px;
  }
}
@media (max-width: 1199px) {
  .contact .left {
    padding-top: 70px;
    padding-right: 70px;
    padding-bottom: 70px;
  }
}
@media (max-width: 991px) {
  .contact .left {
    padding-top: 50px;
    padding-right: 30px;
    padding-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .contact .left {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.contact .left .title_left {
  font-size: 48px;
  line-height: 58px;
  color: #203044;
  font-weight: 200;
  margin-bottom: 50px;
}
@media (max-width: 1599px) {
  .contact .left .title_left {
    font-size: 44px;
    line-height: 52px;
  }
}
@media (max-width: 1399px) {
  .contact .left .title_left {
    font-size: 42px;
    line-height: 50px;
  }
}
@media (max-width: 1199px) {
  .contact .left .title_left {
    font-size: 38px;
    line-height: 46px;
  }
}
@media (max-width: 991px) {
  .contact .left .title_left {
    font-size: 34px;
    line-height: 42px;
  }
}
@media (max-width: 767px) {
  .contact .left .title_left {
    font-size: 32px;
    line-height: 38px;
  }
}
@media (max-width: 575px) {
  .contact .left .title_left {
    font-size: 28px;
    line-height: 34px;
  }
}
.contact .left .description_left {
  font-size: 16px;
  line-height: 28px;
  font-weight: 300;
  color: #203044;
}
@media (max-width: 1199px) {
  .contact .left .description_left {
    font-size: 15px;
    line-height: 23px;
  }
}
@media (max-width: 991px) {
  .contact .left .description_left {
    font-size: 14px;
    line-height: 22px;
  }
}
.contact .left::before {
  content: "";
  width: 400px;
  height: 100%;
  background-color: #f2f2f1;
  position: absolute;
  top: 0;
  left: -400px;
}
@media (max-width: 767px) {
  .contact .left::after {
    content: "";
    width: 400px;
    height: 100%;
    background-color: #f2f2f1;
    position: absolute;
    top: 0;
    right: -400px;
  }
}
.contact .left .form_content {
  margin-top: 50px;
}
.contact .left .form_content .con_input {
  margin-bottom: 0;
}
.contact .left .form_content .con_input span {
  width: 100%;
}
.contact .left .form_content .con_input span input {
  width: 100%;
  border: 0;
  padding: 10px;
  font-size: 16px;
  line-height: 28px;
  color: #203044;
}
@media (max-width: 1199px) {
  .contact .left .form_content .con_input span input {
    font-size: 15px;
    line-height: 23px;
  }
}
@media (max-width: 991px) {
  .contact .left .form_content .con_input span input {
    font-size: 14px;
    line-height: 22px;
  }
}
.contact .left .form_content .con_input span input::-webkit-input-placeholder {
  color: #a8acb1;
  font-weight: 200;
}
.contact .left .form_content .con_input span input:-moz-placeholder {
  color: #a8acb1;
  font-weight: 200;
}
.contact .left .form_content .con_input span input::-moz-placeholder {
  color: #a8acb1;
  font-weight: 200;
}
.contact .left .form_content .con_input span input:-ms-input-placeholder {
  color: #a8acb1;
  font-weight: 200;
}
.contact .left .form_content .con_input span input:focus {
  outline: 2px solid #203044;
  border-radius: 2px;
}
.contact .left .form_content .con_input span textarea {
  width: 100%;
  height: 150px;
  border: 0;
  padding: 10px;
  font-size: 16px;
  line-height: 28px;
  color: #203044;
}
@media (max-width: 1199px) {
  .contact .left .form_content .con_input span textarea {
    font-size: 15px;
    line-height: 23px;
  }
}
@media (max-width: 991px) {
  .contact .left .form_content .con_input span textarea {
    font-size: 14px;
    line-height: 22px;
  }
}
.contact .left .form_content .con_input span textarea::-webkit-input-placeholder {
  color: #a8acb1;
  font-weight: 200;
}
.contact .left .form_content .con_input span textarea:-moz-placeholder {
  color: #a8acb1;
  font-weight: 200;
}
.contact .left .form_content .con_input span textarea::-moz-placeholder {
  color: #a8acb1;
  font-weight: 200;
}
.contact .left .form_content .con_input span textarea:-ms-input-placeholder {
  color: #a8acb1;
  font-weight: 200;
}
.contact .left .form_content .con_input span textarea:focus {
  outline: 2px solid #203044;
  border-radius: 2px;
}
.contact .left .form_content .con_input:nth-last-of-type(1) {
  text-align: right;
}
.contact .left .form_content .file_form .codedropz-upload-handler {
  border: 1px solid #c9c9ba;
  border-radius: 0;
  width: 100%;
  text-align: center;
  margin-bottom: 30px;
  cursor: pointer;
}
.contact .left .form_content .file_form .codedropz-upload-handler .codedropz-upload-container {
  padding: 0;
}
.contact .left .form_content .file_form .codedropz-upload-handler .codedropz-upload-container .codedropz-upload-inner span {
  display: none;
}
.contact .left .form_content .file_form .codedropz-upload-handler .codedropz-upload-container .codedropz-upload-inner .codedropz-btn-wrap .cd-upload-btn {
  display: block;
  padding: 15px;
  color: #c9c9ba;
}
.contact .left .form_content .file_form .codedropz-upload-handler .codedropz-upload-container .codedropz-upload-inner .codedropz-btn-wrap .cd-upload-btn::before {
  font-family: "Font Awesome 6 Free";
  content: "\f0ee"; /* FontAwesome Unicode */
  font-weight: 900;
  padding-right: 20px;
  font-size: 20px;
}
.contact .left .form_content .file_form .codedropz-upload-handler i {
  margin-right: 20px;
}
.contact .left .form_content .file_form .dnd-upload-counter {
  display: none;
}
.contact .left .form_content .file_form .dnd-upload-status .dnd-upload-image span {
  display: block;
}
.contact .left .form_content .file_form .wpcf7-file {
  display: none;
}
.contact .left .form_content .policy, .contact .left .form_content .policy2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
  text-decoration: none;
}
.contact .left .form_content .policy .wpcf7-form-control-wrap, .contact .left .form_content .policy2 .wpcf7-form-control-wrap {
  width: auto;
  margin-right: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.contact .left .form_content .policy .wpcf7-form-control-wrap .wpcf7-list-item, .contact .left .form_content .policy2 .wpcf7-form-control-wrap .wpcf7-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 0;
}
.contact .left .form_content .policy .wpcf7-form-control-wrap .wpcf7-list-item input, .contact .left .form_content .policy2 .wpcf7-form-control-wrap .wpcf7-list-item input {
  height: 20px;
  width: 20px;
  background-color: white;
  cursor: pointer;
  border-color: white;
  accent-color: #203044;
}
.contact .left .form_content .policy .policy_desc, .contact .left .form_content .policy2 .policy_desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  line-height: 28px;
  color: #203044;
}
@media (max-width: 991px) {
  .contact .left .form_content .policy .policy_desc, .contact .left .form_content .policy2 .policy_desc {
    font-size: 13px;
    line-height: 26px;
  }
}
.contact .left .form_content .btn_form {
  text-align: right;
  position: relative;
}
.contact .left .form_content .btn_form .wpcf7-submit {
  padding: 10px 40px;
  border-radius: 30px;
  border: 1px solid #c9c9ba;
  position: relative;
  color: #203044;
  overflow: hidden;
}
.contact .left .form_content .btn_form .wpcf7-submit:before {
  content: " ";
  background-color: #c9c9ba;
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: -1;
}
.contact .left .form_content .btn_form .wpcf7-submit:hover:before {
  left: 0;
}
.contact .left .form_content .btn_form .wpcf7-spinner {
  position: absolute;
  top: 50%;
  right: 250px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.contact .right {
  padding-top: 70px;
  padding-left: 100px;
  padding-bottom: 70px;
}
@media (max-width: 1399px) {
  .contact .right {
    padding-top: 70px;
    padding-left: 80px;
    padding-bottom: 70px;
  }
}
@media (max-width: 1199px) {
  .contact .right {
    padding-top: 70px;
    padding-left: 70px;
    padding-bottom: 70px;
  }
}
@media (max-width: 991px) {
  .contact .right {
    padding-top: 50px;
    padding-left: 30px;
    padding-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .contact .right {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.contact .right .title_right {
  font-size: 48px;
  line-height: 58px;
  color: #203044;
  font-weight: 200;
  margin-bottom: 50px;
}
@media (max-width: 1599px) {
  .contact .right .title_right {
    font-size: 44px;
    line-height: 52px;
  }
}
@media (max-width: 1399px) {
  .contact .right .title_right {
    font-size: 42px;
    line-height: 50px;
  }
}
@media (max-width: 1199px) {
  .contact .right .title_right {
    font-size: 38px;
    line-height: 46px;
  }
}
@media (max-width: 991px) {
  .contact .right .title_right {
    font-size: 34px;
    line-height: 42px;
  }
}
@media (max-width: 767px) {
  .contact .right .title_right {
    font-size: 32px;
    line-height: 38px;
  }
}
@media (max-width: 575px) {
  .contact .right .title_right {
    font-size: 28px;
    line-height: 34px;
  }
}
.contact .right .description_right {
  font-size: 16px;
  line-height: 28px;
  font-weight: 300;
  color: #203044;
}
@media (max-width: 1199px) {
  .contact .right .description_right {
    font-size: 15px;
    line-height: 23px;
  }
}
@media (max-width: 991px) {
  .contact .right .description_right {
    font-size: 14px;
    line-height: 22px;
  }
}
.contact .right .con_media {
  padding-top: 50px;
}

@media(max-width:400px){
  .contact .right .con_media{
    flex-wrap: wrap;
  }
}

.contact .right .con_media .media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
  padding-bottom: 20px;
  color: #203044;
}
.contact .right .con_media .media .icon {
  width: 50px;
  margin-right: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.contact .right .con_media .media .icon i {
  font-size: 30px;
  color: #c9c9ba;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.contact .right .con_media .media .media_title {
  font-size: 14px;
  line-height: 28px;
}
@media (max-width: 991px) {
  .contact .right .con_media .media .media_title {
    font-size: 13px;
    line-height: 26px;
  }
}
.contact .right .con_media .media .media_sign {
  font-size: 16px;
  line-height: 28px;
}
@media (max-width: 1199px) {
  .contact .right .con_media .media .media_sign {
    font-size: 15px;
    line-height: 23px;
  }
}
@media (max-width: 991px) {
  .contact .right .con_media .media .media_sign {
    font-size: 14px;
    line-height: 22px;
  }
}
.contact .right .con_media .media:hover .icon i {
  color: #203044;
}

.space_big_custom {
  height: 100px;
}
@media (max-width: 1399px) {
  .space_big_custom {
    height: 90px;
  }
}
@media (max-width: 1199px) {
  .space_big_custom {
    height: 80px;
  }
}
@media (max-width: 991px) {
  .space_big_custom {
    height: 70px;
  }
}
@media (max-width: 767px) {
  .space_big_custom {
    height: 60px;
  }
}
@media (max-width: 575px) {
  .space_big_custom {
    height: 50px;
  }
}
@media (max-width: 480px) {
  .space_big_custom {
    height: 40px;
  }
}

.space_small_custom {
  height: 30px;
}

.slider {
  margin-bottom: 80px;
}
.slider .con_title {
  margin-bottom: 50px;
}
@media (max-width: 1399px) {
  .slider .con_title {
    margin-bottom: 0;
  }
}
.slider .con_title .title {
  font-size: 60px;
  line-height: 72px;
  font-weight: 200;
  text-align: center;
}
@media (max-width: 1599px) {
  .slider .con_title .title {
    font-size: 56px;
    line-height: 66px;
  }
}
@media (max-width: 1399px) {
  .slider .con_title .title {
    font-size: 52px;
    line-height: 62px;
  }
}
@media (max-width: 1199px) {
  .slider .con_title .title {
    font-size: 48px;
    line-height: 58px;
  }
}
@media (max-width: 991px) {
  .slider .con_title .title {
    font-size: 42px;
    line-height: 50px;
  }
}
@media (max-width: 767px) {
  .slider .con_title .title {
    font-size: 38px;
    line-height: 48px;
  }
}
@media (max-width: 575px) {
  .slider .con_title .title {
    font-size: 34px;
    line-height: 40px;
  }
}
@media (max-width: 1399px) {
  .slider .con_title .title {
    margin-bottom: 0;
  }
}
.slider .con_title .title span {
  font-weight: 100;
}
@media (max-width: 1399px) {
  .slider .s_ico {
    display: none;
  }
}
.slider .all_sec {
  position: relative;
}
.slider .all_sec .section_icon {
  background-color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 15px;
  height: 100%;
  -webkit-box-shadow: 5px 5px 15px 5px rgb(235, 235, 235);
  box-shadow: 5px 5px 15px 5px rgb(235, 235, 235);
  cursor: pointer;
}
.slider .all_sec .section_icon .con_icon {
  height: 50%;
}
.slider .all_sec .section_icon .con_icon .icon {
  background-color: #f4f4f1;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  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;
}
.slider .all_sec .section_icon .con_icon .icon img {
  width: auto;
  height: auto;
  border-radius: 0;
}
.slider .all_sec .section_icon .con_title_small {
  padding-top: 20px;
  text-align: center;
  height: 50%;
}
.slider .all_sec .section_icon .con_title_small .title-small {
  margin: 0;
  font-size: 18px;
  line-height: 26px;
  text-align: center;
  font-weight: 300;
  color: #203044;
  height: 100%;
  margin: 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;
}
@media (max-width: 1399px) {
  .slider .all_sec .section_icon .con_title_small .title-small {
    font-size: 17px;
    line-height: 24px;
  }
}
@media (max-width: 1199px) {
  .slider .all_sec .section_icon .con_title_small .title-small {
    font-size: 16px;
    line-height: 23px;
  }
}
@media (max-width: 991px) {
  .slider .all_sec .section_icon .con_title_small .title-small {
    font-size: 15px;
    line-height: 22px;
  }
}
@media (max-width: 767px) {
  .slider .all_sec .section_icon .con_title_small .title-small {
    font-size: 14px;
    line-height: 21px;
  }
}
.slider .all_sec::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #e1e1e1;
  position: absolute;
  bottom: -60px;
  left: 50%;
}
.slider .all_sec:last-child::after {
  display: none;
}
.slider .bottom {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 1400px) {
  .slider .bottom .container {
    max-width: 100%;
    padding: 0;
  }
}
.slider .bottom .con_slider_slick {
  position: relative;
}
.slider .bottom .con_slider_slick .slider_slick {
  margin-top: 50px;
  width: 100%;
}
@media (min-width: 1400px) {
  .slider .bottom .con_slider_slick .slider_slick {
    margin-left: calc((100% - 1320px) / 2);
    padding-right: var(--bs-gutter-x, 0.75rem);
    padding-left: var(--bs-gutter-x, 0.75rem);
  }
}
@media (max-width: 1399px) {
  .slider .bottom .con_slider_slick .slider_slick {
    margin-left: 0;
  }
}
@media (min-width: 1660px) {
  .slider .bottom .con_slider_slick .slider_slick {
    margin-left: calc((100% - 1600px) / 2);
    padding-right: var(--bs-gutter-x, 0.75rem);
    padding-left: var(--bs-gutter-x, 0.75rem);
  }
}
.slider .bottom .con_slider_slick .slider_slick .slick-list {
  padding: 70px 500px 20px 0 !important;
}
@media (max-width: 1599px) {
  .slider .bottom .con_slider_slick .slider_slick .slick-list {
    padding: 70px 400px 20px 0 !important;
  }
}
@media (max-width: 1499px) {
  .slider .bottom .con_slider_slick .slider_slick .slick-list {
    padding: 70px 350px 20px 0 !important;
  }
}
@media (max-width: 1499px) {
  .slider .bottom .con_slider_slick .slider_slick .slick-list {
    padding: 70px 300px 20px 0 !important;
  }
}
@media (max-width: 1199px) {
  .slider .bottom .con_slider_slick .slider_slick .slick-list {
    padding: 50px 0px 20px 0 !important;
    margin: 0 -20px;
  }
}
.slider .bottom .con_slider_slick .slider_slick .slick-list .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.slider .bottom .con_slider_slick .slider_slick .slick-list .slick-track .slide {
  background-color: white;
  padding: 50px 40px;
  padding-top: 80px;
  height: auto;
  -webkit-box-shadow: 5px 5px 15px 5px rgb(235, 235, 235);
  box-shadow: 5px 5px 15px 5px rgb(235, 235, 235);
  margin-right: 50px;
  position: relative;
}
@media (max-width: 1199px) {
  .slider .bottom .con_slider_slick .slider_slick .slick-list .slick-track .slide {
    margin-right: 0;
    margin: 0 20px;
  }
}
.slider .bottom .con_slider_slick .slider_slick .slick-list .slick-track .slide .slide_title {
  font-size: 48px;
  line-height: 58px;
  font-weight: 200;
  margin-bottom: 30px;
}
@media (max-width: 1599px) {
  .slider .bottom .con_slider_slick .slider_slick .slick-list .slick-track .slide .slide_title {
    font-size: 44px;
    line-height: 52px;
  }
}
@media (max-width: 1399px) {
  .slider .bottom .con_slider_slick .slider_slick .slick-list .slick-track .slide .slide_title {
    font-size: 42px;
    line-height: 50px;
  }
}
@media (max-width: 1199px) {
  .slider .bottom .con_slider_slick .slider_slick .slick-list .slick-track .slide .slide_title {
    font-size: 38px;
    line-height: 46px;
  }
}
@media (max-width: 991px) {
  .slider .bottom .con_slider_slick .slider_slick .slick-list .slick-track .slide .slide_title {
    font-size: 34px;
    line-height: 42px;
  }
}
@media (max-width: 767px) {
  .slider .bottom .con_slider_slick .slider_slick .slick-list .slick-track .slide .slide_title {
    font-size: 32px;
    line-height: 38px;
  }
}
@media (max-width: 575px) {
  .slider .bottom .con_slider_slick .slider_slick .slick-list .slick-track .slide .slide_title {
    font-size: 28px;
    line-height: 34px;
  }
}
.slider .bottom .con_slider_slick .slider_slick .slick-list .slick-track .slide .slide_description {
  font-size: 16px;
  line-height: 28px;
  font-weight: 300;
}
@media (max-width: 1199px) {
  .slider .bottom .con_slider_slick .slider_slick .slick-list .slick-track .slide .slide_description {
    font-size: 15px;
    line-height: 23px;
  }
}
@media (max-width: 991px) {
  .slider .bottom .con_slider_slick .slider_slick .slick-list .slick-track .slide .slide_description {
    font-size: 14px;
    line-height: 22px;
  }
}
.slider .bottom .con_slider_slick .slider_slick .slick-list .slick-track .slide .number_circle {
  background-color: #c9c9ba;
  color: white;
  position: absolute;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  top: 0%;
  left: 10%;
  -webkit-transform: translate(-50%, -35%);
          transform: translate(-50%, -35%);
  z-index: 20;
  margin: 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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 1399px) {
  .slider .bottom .con_slider_slick .slider_slick .slick-list .slick-track .slide .number_circle {
    left: 15%;
  }
}
@media (max-width: 1199px) {
  .slider .bottom .con_slider_slick .slider_slick .slick-list .slick-track .slide .number_circle {
    left: 12%;
  }
}
@media (max-width: 991px) {
  .slider .bottom .con_slider_slick .slider_slick .slick-list .slick-track .slide .number_circle {
    left: 10%;
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
    top: -40px;
  }
}
@media (max-width: 767px) {
  .slider .bottom .con_slider_slick .slider_slick .slick-list .slick-track .slide .number_circle {
    left: 10%;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    top: -50px;
  }
}
.slider .bottom .con_slider_slick .slider_slick .slick-list .slick-track .slide .number_circle p {
  margin: 0;
  font-size: 48px;
  line-height: 58px;
  font-weight: 200;
}
@media (max-width: 1599px) {
  .slider .bottom .con_slider_slick .slider_slick .slick-list .slick-track .slide .number_circle p {
    font-size: 44px;
    line-height: 52px;
  }
}
@media (max-width: 1399px) {
  .slider .bottom .con_slider_slick .slider_slick .slick-list .slick-track .slide .number_circle p {
    font-size: 42px;
    line-height: 50px;
  }
}
@media (max-width: 1199px) {
  .slider .bottom .con_slider_slick .slider_slick .slick-list .slick-track .slide .number_circle p {
    font-size: 38px;
    line-height: 46px;
  }
}
@media (max-width: 991px) {
  .slider .bottom .con_slider_slick .slider_slick .slick-list .slick-track .slide .number_circle p {
    font-size: 34px;
    line-height: 42px;
  }
}
@media (max-width: 767px) {
  .slider .bottom .con_slider_slick .slider_slick .slick-list .slick-track .slide .number_circle p {
    font-size: 32px;
    line-height: 38px;
  }
}
@media (max-width: 575px) {
  .slider .bottom .con_slider_slick .slider_slick .slick-list .slick-track .slide .number_circle p {
    font-size: 28px;
    line-height: 34px;
  }
}
.slider .bottom .con_slider_slick .slider_slick .slick-list .slick-track .slide .number_circle p span {
  color: white;
  font-size: 16px;
  line-height: 28px;
  font-weight: 300;
}
@media (max-width: 1199px) {
  .slider .bottom .con_slider_slick .slider_slick .slick-list .slick-track .slide .number_circle p span {
    font-size: 15px;
    line-height: 23px;
  }
}
@media (max-width: 991px) {
  .slider .bottom .con_slider_slick .slider_slick .slick-list .slick-track .slide .number_circle p span {
    font-size: 14px;
    line-height: 22px;
  }
}
.slider .bottom .con_slider_slick .arrows {
  position: absolute;
  height: 100px;
  bottom: -120px;
  right: 160px;
  z-index: 80;
  text-align: right;
}
@media (max-width: 1399px) {
  .slider .bottom .con_slider_slick .arrows {
    right: 0;
  }
}
@media (max-width: 767px) {
  .slider .bottom .con_slider_slick .arrows {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: 100%;
  }
}
.slider .bottom .con_slider_slick .arrows .arrow_arrow_next {
  margin-left: 5px;
  cursor: pointer;
}
@media (max-width: 991px) {
  .slider .bottom .con_slider_slick .arrows .arrow_arrow_next {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    -webkit-transform-origin: center right;
            transform-origin: center right;
    margin-left: 0;
  }
}
.slider .bottom .con_slider_slick .arrows .arrow_arrow_prev {
  margin-right: 5px;
  cursor: pointer;
}
@media (max-width: 991px) {
  .slider .bottom .con_slider_slick .arrows .arrow_arrow_prev {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    -webkit-transform-origin: center left;
            transform-origin: center left;
    margin-right: 0;
  }
}
.slider .slick-dots {
  position: relative;
  top: 50px;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin: 0 -12px;
}
.slider .slick-dots li {
  list-style: none;
  border-radius: 50%;
  background-color: white;
  width: 20px;
  height: 20px;
  margin: 0 12px;
  position: relative;
  border-radius: 50%;
  border: 1px solid #e1e1e1;
  cursor: pointer;
}
.slider .slick-dots li button {
  display: none;
}
.slider .slick-dots li.slick-active::after {
  content: "";
  height: 10px;
  width: 10px;
  background-color: #e1e1e1;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.error404 .content-area {
  margin: 0 auto;
}
.error404 .con_btn {
  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;
  width: 100%;
  margin-bottom: 50px;
}
.error404 .con_btn .btn {
  padding: 10px 40px;
  border-radius: 30px;
  border: 1px solid white;
  text-decoration: none;
  padding: 10px 50px;
  font-weight: 200;
  border-color: #203044;
  color: #203044;
  margin: 0 auto;
}
.error404 .con_btn .btn:hover {
  color: black;
  background-color: white;
}
.error404 .con_btn .btn:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.error404 .con_btn .btn:hover {
  color: white;
  background-color: #203044;
}

.block_lista {
  margin-bottom: -100px;
  position: relative;
  z-index: 9;
}
.block_lista .block_bg {
  padding: 100px;
  -webkit-box-shadow: 0px 0px 12px 2px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 12px 2px rgba(0, 0, 0, 0.1);
  background: white;
  position: relative;
}
@media (max-width: 992px) {
  .block_lista .block_bg {
    padding: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    background: transparent;
  }
}
.block_lista .block_bg:before {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  right: -99%;
  top: 0;
  -webkit-box-shadow: 16px 0px 12px 2px rgba(0, 0, 0, 0.1);
          box-shadow: 16px 0px 12px 2px rgba(0, 0, 0, 0.1);
  background: white;
}
@media (max-width: 992px) {
  .block_lista .block_bg:before {
    display: none;
  }
}
.block_lista .block_bg:after {
  content: " ";
  position: absolute;
  width: 10px;
  height: 100%;
  right: 2px;
  top: 0;
  background-color: white;
  z-index: 9;
  background: white;
}
@media (max-width: 992px) {
  .block_lista .block_bg:after {
    display: none;
  }
}
.block_lista .block_bg .title {
  font-size: 48px;
  line-height: 58px;
  font-weight: 200;
  color: #203044;
  position: relative;
}
@media (max-width: 1599px) {
  .block_lista .block_bg .title {
    font-size: 44px;
    line-height: 52px;
  }
}
@media (max-width: 1399px) {
  .block_lista .block_bg .title {
    font-size: 42px;
    line-height: 50px;
  }
}
@media (max-width: 1199px) {
  .block_lista .block_bg .title {
    font-size: 38px;
    line-height: 46px;
  }
}
@media (max-width: 991px) {
  .block_lista .block_bg .title {
    font-size: 34px;
    line-height: 42px;
  }
}
@media (max-width: 767px) {
  .block_lista .block_bg .title {
    font-size: 32px;
    line-height: 38px;
  }
}
@media (max-width: 575px) {
  .block_lista .block_bg .title {
    font-size: 28px;
    line-height: 34px;
  }
}
.block_lista .block_bg .title b {
  font-weight: 300;
}
.block_lista .block_bg .title:before {
  content: " ";
  width: 1px;
  height: 80px;
  background-color: #c9c9ba;
  position: absolute;
  left: 0;
  bottom: -100px;
}
@media (max-width: 992px) {
  .block_lista .block_bg .title:before {
    display: none;
  }
}
.block_lista .block_bg .content {
  font-size: 16px;
  line-height: 28px;
}
@media (max-width: 1199px) {
  .block_lista .block_bg .content {
    font-size: 15px;
    line-height: 23px;
  }
}
@media (max-width: 991px) {
  .block_lista .block_bg .content {
    font-size: 14px;
    line-height: 22px;
  }
}
@media (max-width: 992px) {
  .block_lista .block_bg .list_container {
    margin: 0 0px;
    position: relative;
  }
}
@media (max-width: 992px) {
  .block_lista .block_bg .list_container .nav {
    position: absolute;
    top: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    width: 100%;
    margin: 20px 0;
  }
  .block_lista .block_bg .list_container .nav > div {
    width: 50px;
    height: 50px;
    background: #203044;
    border-radius: 50%;
    display: -ms-grid;
    display: grid;
    place-items: center;
    cursor: pointer;
    color: white;
  }
}
.block_lista .block_bg .lista {
  margin-top: 50px;
}
.block_lista .block_bg .lista .slick-list {
  padding-top: 50px;
}
.block_lista .block_bg .lista .sekcja {
  position: relative;
}
@media (min-width: 1400px) {
  .block_lista .block_bg .lista .sekcja {
    height: 230px;
  }
}
@media (max-width: 992px) {
  .block_lista .block_bg .lista .sekcja {
    padding: 40px 15px 40px 15px;
    background: white;
    position: relative;
  }
}
.block_lista .block_bg .lista .sekcja:before {
  content: " ";
  background-color: #c9c9ba;
  height: 100%;
  width: 1px;
  right: 0px;
  left: 0;
  margin: auto;
  position: absolute;
  top: 0%;
}
@media (max-width: 992px) {
  .block_lista .block_bg .lista .sekcja:before {
    display: none;
  }
}
.block_lista .block_bg .lista .sekcja:last-child {
  height: initial;
}
.block_lista .block_bg .lista .sekcja:last-child::before {
  display: none;
}
.block_lista .block_bg .lista .sekcja .krok {
  width: 70px;
  height: 70px;
  background: #c9c9ba;
  border-radius: 50%;
  text-align: center;
  padding: 12px 0;
  position: relative;
  margin: auto;
}
@media (max-width: 992px) {
  .block_lista .block_bg .lista .sekcja .krok {
    position: absolute;
    top: -35px;
    left: 40px;
  }
}
.block_lista .block_bg .lista .sekcja .krok .numer {
  font-size: 24px;
  line-height: 24px;
  margin: 0;
  color: white;
}
.block_lista .block_bg .lista .sekcja .krok span {
  font-size: 14px;
  line-height: 14px;
  color: white;
}
.block_lista .block_bg .lista .sekcja .krok:before {
  content: " ";
  background-color: #c9c9ba;
  height: 1px;
  width: 30px;
  right: -50px;
  position: absolute;
  top: 50%;
}
@media (max-width: 992px) {
  .block_lista .block_bg .lista .sekcja .krok:before {
    display: none;
  }
}
.block_lista .block_bg .lista .sekcja .krok.left:before {
  left: -50px;
  right: initial;
}
@media (max-width: 992px) {
  .block_lista .block_bg .lista .sekcja .krok.left:before {
    display: none;
  }
}
.block_lista .block_bg .lista .sekcja .naglowek {
  font-size: 24px;
  line-height: 36px;
  color: #203044;
  margin-bottom: 20px;
  margin-top: 18px;
}
@media (max-width: 1599px) {
  .block_lista .block_bg .lista .sekcja .naglowek {
    font-size: 22px;
    line-height: 34px;
  }
}
@media (max-width: 1399px) {
  .block_lista .block_bg .lista .sekcja .naglowek {
    font-size: 21px;
    line-height: 30px;
  }
}
@media (max-width: 1199px) {
  .block_lista .block_bg .lista .sekcja .naglowek {
    font-size: 20px;
    line-height: 28px;
  }
}
@media (max-width: 991px) {
  .block_lista .block_bg .lista .sekcja .naglowek {
    font-size: 19px;
    line-height: 26px;
  }
}
@media (max-width: 767px) {
  .block_lista .block_bg .lista .sekcja .naglowek {
    font-size: 18px;
    line-height: 25px;
  }
}
@media (max-width: 575px) {
  .block_lista .block_bg .lista .sekcja .naglowek {
    font-size: 17px;
    line-height: 24px;
  }
}
.block_lista .block_bg .lista .sekcja .info {
  font-size: 14px;
  line-height: 25px;
  color: #203044;
}
@media (max-width: 992px) {
  .block_lista .block_bg .lista .sekcja .info {
    margin-bottom: 40px;
  }
}
.block_lista .block_bg .lista .sekcja .info a {
  color: #203044;
  font-weight: 600;
}
.block_lista .slick-dots {
  list-style-type: none;
  margin: 25px 0 0 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.block_lista .slick-dots li {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #ebebeb;
  margin: 0 3px;
}
.block_lista .slick-dots li.slick-active {
  background-color: #c9c9ba;
}
.block_lista .slick-dots li button {
  display: none;
}

.block_obracane {
  padding: 80px 0;
  position: relative;
  z-index: 99;
}
.block_obracane:before {
  content: " ";
  position: absolute;
  width: 1px;
  height: 80px;
  right: 0;
  left: 0;
  margin: auto;
  top: -40px;
  background-color: #c9c9ba;
}
@media (max-width: 767px) {
  .block_obracane {
    padding: 40px 0;
  }
}
.block_obracane .title {
  font-size: 48px;
  line-height: 58px;
  font-weight: 200;
  color: #203044;
  margin-bottom: 100px;
}
@media (max-width: 1599px) {
  .block_obracane .title {
    font-size: 44px;
    line-height: 52px;
  }
}
@media (max-width: 1399px) {
  .block_obracane .title {
    font-size: 42px;
    line-height: 50px;
  }
}
@media (max-width: 1199px) {
  .block_obracane .title {
    font-size: 38px;
    line-height: 46px;
  }
}
@media (max-width: 991px) {
  .block_obracane .title {
    font-size: 34px;
    line-height: 42px;
  }
}
@media (max-width: 767px) {
  .block_obracane .title {
    font-size: 32px;
    line-height: 38px;
  }
}
@media (max-width: 575px) {
  .block_obracane .title {
    font-size: 28px;
    line-height: 34px;
  }
}
.block_obracane .title span {
  font-weight: 100;
}
@media (max-width: 767px) {
  .block_obracane .title {
    margin-bottom: 50px;
  }
}
.block_obracane .boxy {
  max-width: 1150px;
  margin: auto;
}
.block_obracane .boxy .box {
  background-color: white;
  padding: 60px 40px 40px;
  height: 300px;
  overflow: hidden;
  position: relative;
}
.block_obracane .boxy .box .ikona {
  margin: 0 auto 0px;
  width: 100px;
  height: 100px;
  background: #ebebeb;
  border-radius: 50%;
  display: -ms-grid;
  display: grid;
  place-items: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  overflow: hidden;
}
.block_obracane .boxy .box .naglowek {
  margin: 30px 0 0 0;
  text-align: center;
  font-size: 20px;
  line-height: 26px;
}
.block_obracane .boxy .box .content {
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 15px 0;
  position: absolute;
  color: white;
}
.block_obracane .boxy .box:hover {
  background-color: #203044;
}
.block_obracane .boxy .box:hover .ikona {
  height: 0;
}
.block_obracane .boxy .box:hover .naglowek {
  color: white;
  margin: 0;
}
.block_obracane .boxy .box:hover .content {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  position: relative;
  font-size: 14px;
  line-height: 18px;
}
.block_obracane .boxy .box.active {
  background-color: #203044;
}
.block_obracane .boxy .box.active .ikona {
  height: 0;
}
.block_obracane .boxy .box.active .naglowek {
  color: white;
  margin: 0;
  font-weight: 300;
  font-size: 25px;
  line-height: 30px;
  margin-bottom: 30px;
}
.block_obracane .boxy .box.active .naglowek span {
  font-weight: 100;
}
.block_obracane .boxy .box.active a {
  padding: 10px 40px;
  border-radius: 30px;
  border: 1px solid white;
  text-decoration: none;
  color: white;
}
.block_obracane .boxy .box.active a:hover {
  color: black;
  background-color: white;
}
.block_obracane .boxy .box.active a:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.block_obracane .boxy .slick-dots {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.block_obracane .boxy .slick-dots li {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #c9c9ba;
  margin: 0 3px;
}
.block_obracane .boxy .slick-dots li.slick-active {
  background-color: #203044;
}
.block_obracane .boxy .slick-dots li button {
  display: none;
}

.block_links {
  margin-bottom: 50px;
}
.block_links .title {
  padding-bottom: 30px;
  font-weight: 200;
  font-size: 48px;
  line-height: 58px;
  color: #203044;
  position: relative;
  margin: 0;
}
@media (max-width: 767px) {
  .block_links .title {
    font-size: 32px;
    line-height: 38px;
  }
}
@media (max-width: 575px) {
  .block_links .title {
    font-size: 28px;
    line-height: 34px;
  }
}
.block_links a {
  color: #203044;
  padding: 10px 40px;
  border-radius: 30px;
  border: 1px solid white;
  text-decoration: none;
  border-color: #c9c9ba;
  display: block;
  text-align: center;
}
.block_links a:hover {
  color: white;
  background-color: #203044;
}
/*# sourceMappingURL=style.css.map */

/* blog */

.blog article.big{
  margin: 80px 0;
}

.blog article.big .content{
  background: white;
  padding: 80px 80px;
  position: relative;
  width: 140%;
  box-shadow: 5px 5px 15px 5px rgba(0, 0, 0,0.2);
}

.blog article.big .content:before{
  content:' ';
  width: 70px;
	height: 1px;
	background-color: #c9cabb;
	position: absolute;
	bottom: 45px;
	right: 45px;
}

.blog article.big .content:after{
  content:' ';
  width: 1px;
	height: 70px;
	background-color: #c9cabb;
	position: absolute;
	bottom: 45px;
	right: 45px;
}

.blog article.big .author{
  position: absolute;
  top: -40px;
}

.blog article.big .title{
  color: #203044;
  text-decoration: none;
  font-size: 36px;
  line-height: 40px;
  font-weight: 300;
  margin-bottom: 20px;
  display: block;
}

.blog article.big .meta{
  margin-bottom: 20px;
}

.blog article.big .meta p{
  color: #203044;
  font-size: 16px;
  margin: 0;
  line-height: 20px;
  opacity: 0.5;
  font-weight: 300;
}

.blog article.big .desc{
  margin-bottom: 20px;
}

.blog article.big .desc p{
  font-size: 16px;
  margin: 0;
  line-height: 32px;
  color: #203044;
  font-weight: 300;
}

.blog article.big .btn{
  color: #203044;
  padding: 10px 40px;
  border-radius: 30px;
  border: 1px solid white;
  text-decoration: none;
  border-color: #c9c9ba;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 1px;
}

.blog article.big .btn:hover{
  background: #c9c9ba;
  color: white;
}

.blog article.default{
  margin: 0px 0 50px 0;
}

.blog article.default .content{
  background: white;
  padding: 50px;
  position: relative;
  box-shadow: 5px 5px 15px 5px rgba(0, 0, 0,0.2);
  margin: 0;
}

.blog article.default img{
  cursor: pointer;
}

.blog article.default .content:before{
  content:' ';
  width: 70px;
	height: 1px;
	background-color: #c9cabb;
	position: absolute;
	bottom: 25px;
	right: 25px;
}

.blog article.default .content:after{
  content:' ';
  width: 1px;
	height: 70px;
	background-color: #c9cabb;
	position: absolute;
	bottom: 25px;
	right: 25px;
}

.blog article.default .author{
  position: absolute;
  top: -40px;
  left: 0;
  right: 0;
  margin: auto;
}

.blog article.default .title{
  color: #203044;
  text-decoration: none;
  font-size: 30px;
  line-height: 36px;
  font-weight: 300;
  margin-bottom: 20px;
  display: block;
}

.blog article.default .meta{
  margin-bottom: 20px;
}

.blog article.default .meta p{
  color: #203044;
  font-size: 16px;
  margin: 0;
  line-height: 20px;
  opacity: 0.5;
  font-weight: 300;
}

.blog article.default .desc{
  font-size: 16px;
  line-height: 32px;
  color: #203044;
  font-weight: 300;
  margin-bottom: 20px;
}

.blog article.default .btn{
  color: #203044;
  padding: 10px 40px;
  border-radius: 30px;
  border: 1px solid white;
  text-decoration: none;
  border-color: #c9c9ba;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 1px;
}

.blog article.default .btn:hover{
  background: #c9c9ba;
  color: white;
}

.blog .navigation ul{
  display: flex;
  list-style-type: none;
  justify-content: flex-end;
  column-gap: 20px;
  margin: 0 0 50px 0;
  padding: 0;
}

.blog .navigation ul li{
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid #c9c9ba;
  display: grid;
  place-items: center;
  font-size: 14px;
  color: #203044;
}

.blog .navigation ul li a{
  width: 100%;
  height: 100%;
  display: grid;
  place-items: center;
  text-decoration: none;
  color: #203044;
}

.blog .navigation ul li:hover,.blog .navigation ul li.active{
  border-color: #203044;
}

@media(max-width:991px){
  .blog article.big{
    margin: 0px 0 50px 0;
    text-align: center;
  }

  .blog article.big .content{
    width: 100%;
  }

  .blog article.big .author{
    left: 0;
    right: 0;
    margin: auto;
  }

  .blog article.big .meta{
    justify-content: center;
  }

  .blog article.big .title,.blog article.default .title{
    font-size: 26px;
    line-height: 30px;
  }
}

@media(max-width:500px){
  .blog article.big .content,.blog article.default .content{
    padding: 50px 25px 50px 25px;
  }

  .blog article.big .content:before,.blog article.big .content:after{
    bottom: 25px;
    right: 25px;
  }
  
}

.single article.main{
  max-width: 1200px;
  margin: auto;
}

.single h1{
  color: #203044;
  font-size: 48px;
  line-height: 60px;
  font-weight: 500;
  margin-bottom: 10px;
	max-width: 1050px;
    margin: 0 auto 10px;
}

.single .meta{
  margin-bottom: 40px;
	max-width: 1050px;
    margin: 0 auto 10px;
}

.single .meta p{
  color: #203044;
  font-size: 16px;
  margin: 0;
  line-height: 20px;
  opacity: 0.5;
  font-weight: 300;
}

.single .content{
  max-width: 1050px;
  margin: 50px auto;
}

.single .content p{
  color: #203044;
  font-size: 16px;
  line-height: 32px;
  margin-bottom: 40px;
  font-weight: 300;
}

.single .content p.has-medium-font-size{
  font-size: 24px;
  line-height: 40px;
}

.single .content ul{
  margin-bottom: 40px;
}

.single .content ul li{
  color: #203044;
  font-size: 16px;
  line-height: 32px;
  font-weight: 300;
}

.single .content h2{
  margin-bottom: 40px;
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
}

.single .content h3{
  margin-bottom: 40px;
  font-size: 22px;
  line-height: 30px;
  font-weight: 600;
}

.single .content h4{
  margin-bottom: 40px;
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
}

.single .content h5{
  margin-bottom: 40px;
  font-size: 18px;
  line-height: 26px;
  font-weight: 600;
}

.single .content blockquote{
  margin: 0 0 40px 0;
  position: relative;
	padding: 50px;
}

.single .content blockquote strong{
	font-weight:bold;
	margin-bottom:20px
}

.single .content blockquote:before{
  content:' ';
  width: 70px;
	height: 1px;
	background-color: #c9cabb;
	position: absolute;
	top: 0;
	left: 0;
}

.single .content blockquote:after{
  content:' ';
  width: 1px;
	height: 70px;
	background-color: #c9cabb;
	position: absolute;
	top: 0;
	left: 0;
}

.single .content blockquote .container{
 padding: 0;
}

.single .content blockquote p{
  opacity: 0.7;
  font-style: italic;
  margin: 0;
}

.single .content blockquote p:before{
  content:' ';
  width: 70px;
	height: 1px;
	background-color: #c9cabb;
	position: absolute;
	bottom: 0;
	right: 0;
}

.single .content blockquote p:after{
  content:' ';
  width: 1px;
	height: 70px;
	background-color: #c9cabb;
	position: absolute;
	bottom: 0;
	right: 0;
}

.single .author_meta{
  border-top: 1px solid #e1e1e1;
}

.single .author_meta .content .text{
  flex: 1;
	padding-left: 50px;
}

.single .author_meta .content .text .title{
  margin: 0;
	color: #c9cabb;
	font-size: 16px;
	line-height: 32px;
	font-weight: 300;
}

.single .author_meta .content .text .author{
  margin-bottom: 10px;
	font-size: 24px;
	font-weight: 400;
	line-height: 32px;
}

.single .author_meta .content .text .bio{
  font-size: 14px;
	line-height: 24px;
  color: #203044;
}


.more_posts .title {
	font-size: 60px;
	line-height: 72px;
	font-weight: 200;
	text-align: center;
}

.more_posts .title span {
	font-weight: 100;
}

@media(max-width:991px){
  .single h1,.more_posts .title{
    font-size: 32px;
    line-height: 40px;
  }

  .single .content{
    flex-direction: column;
    align-items: center;
  }

  .single .author_meta .content .text{
    padding: 0;
    text-align: center;
  }
}

.wp-block-table table thead{
	border:none;
}

.wp-block-table table thead tr th{
	border: none;
	border-bottom: 1px solid #d9d9d9;
	padding:12px 0;
}

.wp-block-table table thead tr th:last-child{
	text-align:right;
}

.wp-block-table table tbody tr td{
	border: none;
	border-bottom: 1px solid #e8e8e8;
	padding:12px 0;
}

.wp-block-table table tbody tr td:last-child{
	text-align:right;	
}

.block_blog{

}

.block_blog .title{
	font-size: 60px;
	line-height: 72px;
	font-weight: 200;
	text-align: center;
	margin: 0 0 30px 0;
}

@media (max-width: 1599px) {
  .block_blog .title {
    font-size: 56px;
    line-height: 66px;
  }
}
@media (max-width: 1399px) {
  .block_blog .title {
    font-size: 52px;
    line-height: 62px;
  }
}
@media (max-width: 1199px) {
  .block_blog .title {
    font-size: 48px;
    line-height: 58px;
  }
}
@media (max-width: 991px) {
  .block_blog .title {
    font-size: 42px;
    line-height: 50px;
  }
}
@media (max-width: 767px) {
  .block_blog .title {
    font-size: 38px;
    line-height: 48px;
  }
}
@media (max-width: 575px) {
  .block_blog .title {
    font-size: 34px;
    line-height: 40px;
  }
}

.block_blog .title span{
  font-weight: 100;
}

.gwiazdki{
  border-top:1px solid #e1e1e1;padding-top:20px;padding-bottom:20px;margin-top:45px;margin-bottom:20px
}
#gwiazdki:hover,#gwiazdki_ocen{
  max-width:240px;margin:30px auto;background:#c9c9ba;border-radius:4px;color:#fff;text-align:center;font-size:18px;font-weight:600;line-height:50px;border:2px solid #c9c9ba;padding:5px 0;cursor:pointer
}
#gwiazdki_ocen:hover{
  background:transparent;color:#c9c9ba
}
#gwiazdki{
  max-width:240px;margin:30px auto;background:transparent;border-radius:4px;color:#c9c9ba;text-align:center;font-size:18px;font-weight:600;line-height:50px;border:2px solid #c9c9ba;padding:5px 0;cursor:pointer;text-transform:uppercase
}
.gwiazdki:after{
  background:rgba(0,0,0,.5);position:fixed;z-index:9999;top:0;left:0;height:100%;width:100%;content:" ";display:none
}
.gwiazdki.active:after{
  display:block
}
#gwiazdki_popup{
  position:fixed;width:calc(100% - 100px);z-index:9;background:#fff;top:30%;max-width:950px;left:0;right:0;margin:auto;-webkit-box-shadow:0 5px 5px 5px rgba(0,0,0,.05);box-shadow:0 5px 5px 5px rgba(0,0,0,.05);padding:50px;z-index:99999;text-align:center;display:none
}
#gwiazdki_popup p{
  font-size:27px;font-weight:600;margin-bottom:25px
}
#gwiazdki_popup .fa-star{
  font-size:30px;color:#dedddd;margin:0 5px;cursor:pointer
}
#gwiazdki_popup .fa-star.active,#gwiazdki_popup .fa-star.active_click{
  color:#203044
}
#gwiazdki_popup_close{
  position:absolute;top:20px;right:20px;color:#000;cursor:pointer
}
#gwiazdki_popup_close .fas{color:#000}
.srednia_ocena_tekst{text-align:center}
.srednia_ocena{text-align:center;margin:15px 0}
.srednia_ocena .fa{
  margin:0 3px;color:#dedddd;font-size:20px
}
.srednia_ocena .fa.active{color:#203044}

.faq .que-single > p{
  font-size: 40px;
	line-height: 48px;
  font-weight: 200;
	color: #203044;
  margin-top: 24px;
}

.faq .que-single .answer{
  font-size: 16px;
	line-height: 28px;
	color: #203044;
	font-weight: 300;
  margin-bottom: 24px;
}

/* call to action block */

.block_call_to_action img{
	width:100%;
}

.block_call_to_action .container{
  position: relative;
}

.block_call_to_action .container .text{
	position: absolute;
	top: 20px;
	left: 13px;
	padding: 20px 40px;
	height: calc(100% - 34px);
	display: flex;
	align-items: center;
}

.block_call_to_action .container .text .title{
	font-size: 46px;
	line-height: 54px;
	margin-bottom: 30px;
	font-weight: 200;
}

.block_call_to_action .container .text .title span{
  font-weight: 400;
}

.block_call_to_action .container .text .content{
	max-width: initial;
	margin: 0;
	align-items: center;
	gap: 20px;
}

.block_call_to_action .container .text .content .btn{
  border: 1px solid #203044;
	padding: 13px 20px;
	color: #203044;
	font-size: 14px;
	border-radius: 50px;
	letter-spacing: 0.5px;
}

.block_call_to_action .container .text .content .btn:hover{
  color: white;
  background-color: #203044;
}

.block_call_to_action .container .text .content .subtitle{
  margin: 0;
	font-size: 18px;
}

@media(max-width:1199px){
  .block_call_to_action .container .text .title{
    font-size: 36px;
    line-height: 44px;
    margin-bottom: 20px;
  }
}

@media(max-width:992px){
  .block_call_to_action .container .text .title{
    font-size: 26px;
		line-height: 34px;
		margin-bottom: 15px;
  }

  .block_call_to_action .container .text .content .btn{
	  padding: 8px 10px;
    font-size: 12px;
  }

  .block_call_to_action .container .text .content .subtitle{
    font-size: 16px;
  }

  .block_call_to_action .container .text{
    padding: 20px;
  }

  .block_call_to_action .container .text .content{
    gap: 10px;
    flex-direction: row;
  }
}

@media(max-width:767px){
  .block_call_to_action{
    text-align: center;
  }

  .block_call_to_action .container {
    display: inline-block;
    width: initial;
    text-align: left;
  }

  .block_call_to_action .container .text{
		width: calc(100% - 25px);
		top: 0;
		align-items: start;
		height: 50%;
  }

  .block_call_to_action .container .text .content .btn{
	  padding: 10px 20px;
    font-size: 14px;
  }
 
  .block_call_to_action .container .text .content .subtitle{
    font-size: 20px;
  }

  .block_call_to_action .container .text .content{
		align-content: flex-start;
		flex-wrap: wrap;
  }
}

@media(max-width:450px){
  .block_call_to_action .container .text{
    top: 0;
  }
}

.block_opinie{
  overflow: hidden;
}

.block_opinie .tytul {
  margin-bottom: 50px;
}

@media (max-width: 1399px) {
  .block_opinie .tytul {
    margin-bottom: 40px;
  }
}

@media (max-width: 991px) {
  .block_opinie .tytul {
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .block_opinie .tytul {
    margin-bottom: 0;
  }
}

.block_opinie .tytul {
  font-size: 60px;
  line-height: 72px;
  font-weight: 200;
  text-align: center;
  margin: 0;
}

@media (max-width: 1599px) {
  .block_opinie .tytul {
    font-size: 56px;
    line-height: 66px;
  }
}
@media (max-width: 1399px) {
  .block_opinie .tytul {
    font-size: 52px;
    line-height: 62px;
  }
}

@media (max-width: 1199px) {
  .block_opinie .tytul{
    font-size: 48px;
    line-height: 58px;
  }
}

@media (max-width: 991px) {
  .block_opinie .tytul{
    font-size: 42px;
    line-height: 50px;
  }
}

@media (max-width: 767px) {
  .block_opinie .tytul {
    font-size: 38px;
    line-height: 48px;
  }
}

@media (max-width: 575px) {
  .block_opinie .tytul {
    font-size: 34px;
    line-height: 40px;
  }
}

.block_opinie .tytul span {
  font-weight: 100;
}

.block_opinie .slick-track{
  display: flex;
  gap: 80px;
}

.block_opinie .opinia{
  margin: 50px 0 50px;
  border: 1px solid white;
  background-color: white;
  padding: 70px 45px;
  text-align: center;
  box-shadow: -12.5px 8.3px 15px rgba(32, 48, 68, 0.1);
  position: relative;
}

@media (max-width: 991px){
   .block_opinie .opinia{
    margin: 30px 0;
  }
}

.block_opinie .opinia:after{
  content:' ';
  width: 70px;
  height: 1px;
  position: absolute;
  background: #e4e4dd;
  bottom: 40px;
  right: 30px;
}

.block_opinie .opinia:before{
  content:' ';
  width: 1px;
  height: 70px;
  position: absolute;
  background: #e4e4dd;
  bottom: 40px;
  right: 30px;
}

.block_opinie .podpis{
  margin: 15px 0 0 0;
  font-weight: bold;
}

.block_opinie .content{
  margin-top: 40px;
  color: #203044;
  line-height: 27px;
}

.block_opinie .stars{
  margin-top: 5px;
  fill: #f5a200
}

.block_opinie ul.slick-dots {
  padding: 0;
  list-style-type: none;
  display: flex;
  justify-content: center;
  margin: 0 0 50px 0;
  gap: 15px;
}

.block_opinie ul.slick-dots li{
  width: 12px;
  height: 12px;
  background: #e5e3dc;
}

.block_opinie ul.slick-dots li.slick-active{
  background: #d3d0c2;
}

.block_opinie ul.slick-dots li button{
  display: none;
}

@media(max-width:767px){
  .block_opinie .opinia{
    margin: 30px 0;
  }
  .block_opinie .slick-track{
    gap: 20px;
  }

  .block_opinie .opinia{
    padding: 40px 20px;
    box-shadow: 0px 0px 7px 1px rgba(32, 48, 68, 0.1);
  }

  .block_opinie .content{
    font-size: 14px;
    margin-top: 20px;
  }

  .block_opinie .opinia:after,.block_opinie .opinia:before{
    bottom: 20px;
    right: 20px;
  }
}

.block_logotypy {
  margin-top: 48px;
}

.block_logotypy .tytul{
  font-size: 60px;
  line-height: 72px;
  font-weight: 200;
  text-align: center;
  margin: 0;
}

@media (max-width: 575px){
  .block_logotypy .tytul{
    font-size: 30px;
    line-height: 40px;
  }
}

@media (max-width: 767px){
  .block_logotypy .tytul{
    font-size: 40px;
    line-height: 50px;
  }
}

@media (max-width: 1200px){
  .block_logotypy .tytul{
    font-size: 50px;
    line-height: 60px;
  }
}

.block_logotypy .tytul span{
  font-weight: 100;
}

.block_logotypy .text{
  font-size: 16px;
  margin: 50px 160px 0 160px;
  text-align: center;
  color: #203044;
  line-height: 27px;
}

@media (max-width: 575px){
  .block_logotypy .text{
    margin: 50px 50px;
  }
}

@media (max-width: 1200px){
  .block_logotypy .text{
    margin: 50px 30px;
  }
}


.block_logotypy .logotypy{
/*   display: flex;
  gap: 80px;
  align-items: center;
  margin-top: 0px;
  justify-content: center; */
  
}

.block_logotypy .logotypy:nth-child(2) {
  margin-top: 50px;
}

.block_logotypy .logo{
  height: 100px;
  background-color: white;
  margin: 25px 10px;
  display: inline-grid !important;
  padding: 0 15px;
  filter: grayscale(100%);
  opacity: 0.8;
  transition: 0.5s;
}

.block_logotypy .logo:hover{
	filter: grayscale(0%);
  opacity: 1;
}

.block_logotypy .logo img{
  max-height: 100px;
  width: auto;
  margin: auto;
}

.block_logotypy .slick-slide > div{
    display: flex;
    align-items: center;
}

.media_blog .icon{
  font-size: 30px;
  color: #c9c9ba;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.media_blog{
  margin-top: 15px;
}

@media(max-width:1000px){
  .media_blog{
    justify-content: center;
    align-items: center;
  }
}

.media_blog .icon :hover{
  color: #203044;
}
