body {
  font-family: "Onest", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: #454545;
  background: #F2F2F2;
}
a{
	outline: none;
}
.blue_btn, .blue_btn:active, .blue_btn:focus, .blue_btn:visited {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 100%;
  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;
  border-radius: 8px;
  font-weight: 500;
  height: 48px;
  cursor: pointer;
  border: 2px solid #155FE3;
  background: #155FE3;
  color: #fff;
}
.blue_btn:hover {
  background: #001336;
  color: #fff;
  border-color: #001336;
}
.transparent_btn, .transparent_btn:active, .transparent_btn:focus, .transparent_btn:visited {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 100%;
  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;
  border-radius: 8px;
  font-weight: 500;
  height: 48px;
  cursor: pointer;
  border: 2px solid #155FE3;
  background: #fff;
  color: #155FE3;
}
.transparent_btn:hover {
  background: #001336;
  color: #fff;
  border-color: #001336;
}
/* Less styles */
.fn-custom-style-1.fancybox__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 988px;
  width: 90%;
  background: #F2F2F2;
  border-radius: 16px;
  padding: 64px;
  cursor: default !important;
}
.fn-custom-style-1.fancybox__content > .carousel__button.is-close {
  top: 10px;
  right: 10px;
  color: #001336;
}
.fn-custom-style-1 .carousel__button svg {
  width: 15px;
  height: 15px;
  fill: none;
  stroke-width: 2px;
  stroke-linejoin: unset;
  stroke-linecap: unset;
  -webkit-filter: none;
  filter: none;
  pointer-events: none;
}
/* /Less styles */
/* WP */
/* /WP */
a {
  text-decoration: none;
}
img {
  max-width: 100%;
}
.container {
  width: 90%;
  max-width: 1300px;
  margin: 0 auto;
  overflow: hidden;
}
/* Header */
.site-header {
  border-bottom: 2px solid #E2E3E6;
  padding: 12px 0;
  margin-bottom: 40px;
}
.site-header .flex-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.site-header .flex-header .logo {
  width: 127px;
}

/* /Contact info */
.contact-info {
  margin-top: 20px;
}
.contact-info .flex_contact-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.contact-info .contact-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #E2E3E6;
  padding: 32px;
  border-radius: 16px;
  text-decoration: none;
  color: inherit;
  width: calc(50% - 10px);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.contact-info .contact-item .contact-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-right: 20px;
}
.contact-info .contact-item .contact-text .contact-title {
  font-size: 14px;
  color: #454545;
}
.contact-info .contact-item .contact-text .contact-detail {
  font-size: 26px;
  color: #001336;
  font-weight: 500;
}
.contact-info .contact-item:hover {
  background-color: #001336;
}
.contact-info .contact-item:hover .contact-text .contact-title,
.contact-info .contact-item:hover .contact-text .contact-detail {
  color: #fff;
}
.contact-info .contact-item .contact-icon {
  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;
}
.contact-info .contact-item .contact-icon svg {
  width: 64px;
  height: 64px;
}
/* Hero section */
.hero-content {
  margin-bottom: 64px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.hero-content .hero-title {
  font-size: 56px;
  color: #001336;
  font-weight: 500;
  margin: 0;
  max-width: calc(100% - 670px);
  line-height: 61px;
}
.hero-content .hero-description {
  max-width: 640px;
  margin: 0;
  line-height: 27px;
}
.hero-section {
  margin-top: 160px;
}
.hero-section.mt-0 {
  margin-top: 0;
}
.hero-section .flex_hero-carousel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.hero-section .flex_hero-carousel .hero-carousel {
  width: calc(100% - 450px);
  border-radius: 16px;
  overflow: hidden;
}
.hero-section .flex_hero-carousel .hero-carousel .carousel-item img {
  border-radius: 10px;
  max-width: 100%;
  height: auto;
}
.hero-section .flex_hero-carousel .hero-carousel .owl-dots {
  position: absolute;
  height: 10px;
  bottom: 18px;
  right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.hero-section .flex_hero-carousel .hero-carousel button.owl-dot {
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background: #fff;
  margin: 0 4px;
  border: 2px solid transparent;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.hero-section .flex_hero-carousel .hero-carousel button.owl-dot.active {
  background: #0088F4;
  width: 14px;
  height: 14px;
  border: 2px solid rgba(255, 255, 255, 0.69);
  -webkit-box-sizing: unset;
  box-sizing: unset;
}
.hero-section .flex_hero-carousel .hero-about {
  width: 420px;
  background-color: #155FE3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 32px;
  border-radius: 16px;
  text-decoration: none;
  color: #fff;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.hero-section .flex_hero-carousel .hero-about:hover {
  background-color: #001336;
}
.hero-section .flex_hero-carousel .hero-about .about-icon {
  margin-left: auto;
}
.hero-section .flex_hero-carousel .hero-about .about-icon svg {
  width: 64px;
  height: 64px;
}
.hero-section .flex_hero-carousel .hero-about .about-text h2 {
  margin: 0;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.1;
}
.hero-section .flex_hero-carousel .hero-about .about-text p {
  margin: 0;
  font-size: 18px;
  line-height: 27px;
  color: #F2F2F2;
  margin-top: 15px;
}
/* photoroom */
.photoroom {
  position: relative;
  margin-top: 160px;
}
.photoroom .photoroom-image {
  width: 569px;
  height: 600px;
  margin: 0 auto;
  position: relative;
  z-index: 3;
}
.photoroom .photoroom-content {
    width: auto;
    height: 40px;
    position: absolute;
    cursor: pointer;
    display: flex;
    align-items: center;
	justify-content: space-between;
	transition: all .3s ease;
}

.photoroom .photoroom-content span{
	background: #fff;
    padding: 8px 16px;
    font-size: 18px;
    font-weight: 500;
    color: #001336;
    border-radius: 100px;
    margin-right: 4px;
}

.photoroom .photoroom-content svg{
	width:40px;
	height:40px;
}

.photoroom .photoroom-content:hover svg g rect{
	    fill: #001336;
}

.photoroom .photoroom-content:nth-child(1){
	top: 120px;
    left: -125px;
}
.photoroom .photoroom-content:nth-child(2){
	top: 260px;
    left: -20px;
}
.photoroom .photoroom-content:nth-child(3){
	bottom: 110px;
    left: -110px;
}
.photoroom .photoroom-content:nth-child(4){
	flex-direction: row-reverse;
	right: -30px;
    top: 210px;
}

.photoroom .photoroom-content:nth-child(5){
	flex-direction: row-reverse;
	right: -287px;
    top: 320px;
}

.photoroom .photoroom-content:nth-child(4) span,
.photoroom .photoroom-content:nth-child(5) span{
	margin-right: 0;
	margin-left: 4px;
}


.photoroom .photoroom-nav {
  width: 380px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 40px auto 0 auto;
}
.photoroom .photoroom-nav .photoroom-button {
  width: 119px;
  background: #919191;
  padding: 8px 0;
  text-align: center;
  border-radius: 30px;
  cursor: pointer;
  font-size: 18px;
  color: #fff;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.photoroom .photoroom-nav .photoroom-button.active {
  background: #155FE3;
  font-weight: 500;
}
.photoroom .abs_bg {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  top: 50%;
  margin-top: -180px;
}
.photoroom .abs_bg svg {
  width: 40%;
  height: auto;
}
.the-portland-loo {
  margin-top: 160px;
}
.features-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.feature-item {
  background-color: #d9d9d9;
  border-radius: 10px;
  padding: 32px 24px;
  margin: 10px;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 calc(20% - 20px);
  flex: 1 1 calc(20% - 20px);
  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: start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: left;
}
.feature-item .feature-icon {
  width: 100%;
  text-align: center;
}
.feature-item .feature-icon svg {
  width: 64px;
  height: 64px;
}
.feature-item .feature-title {
  font-size: 18px;
  font-weight: 500;
  color: #001336;
  margin-bottom: 10px;
  margin-top: 33px;
}
.feature-item .feature-description {
  font-size: 14px;
  font-weight: 400;
  color: #454545;
  margin: 0;
}
.feature-item.feature-link {
  background-color: #155fe3;
  text-decoration: none;
  color: #ffffff;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.feature-item.feature-link .feature-icon {
  text-align: right;
}
.feature-item.feature-link:hover {
  background-color: #001336;
}
.feature-item.feature-link .feature-title {
  color: #fff;
  font-size: 32px;
  font-weight: 500;
  line-height: 35px;
}
.feature-item.feature-link .feature-description {
  color: #ffffff;
  font-size: 18px;
}
.video {
  margin-top: 160px;
  height: 500px;
  overflow: hidden;
  width: 100%;
  position: relative;
}
.video video {
  width: 100%;
  height: auto;
  position: absolute;
  bottom: 0;
}
.video img{
	max-width: none;
    width: 100%;
}
.video-section {
  margin-top: 160px;
}
.video-section .video-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
}
.video-section .video-header .video-title {
  font-size: 24px;
  font-weight: 500;
  color: #001336;
}
.video-section .video-header .view-all {
  font-size: 14px;
  font-weight: 400;
  color: #007bff;
  text-decoration: none;
}
.video-section .video-header .view-all:hover {
  text-decoration: underline;
}
.video-section .video-carousel .video-item {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.video-section .video-carousel .video-item .video-item_preview {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
}
.video-section .video-carousel .video-item .video-item_preview > img {
  width: 100%;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.video-section .video-carousel .video-item .video-item_preview:hover > img {
  -webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
}
.video-section .video-carousel .video-item .play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 64px;
  height: 64px;
  margin-top: -32px;
  margin-left: -32px;
  cursor: pointer;
}
.video-section .video-carousel .video-item .play-icon svg {
  width: 20px;
  height: 20px;
  fill: #ffffff;
}
.video-section .video-carousel .video-item .video-caption {
  font-size: 24px;
  font-weight: 500;
  color: #001336;
  margin-top: 16px;
  margin-bottom: 0;
}
.owl-header {
  margin: 0;
  font-size: 56px;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 55px;
}
.owl-header .left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.owl-header .left .owl-title {
  margin: 0;
  font-size: 56px;
  font-weight: 500;
  line-height: 1.1;
}
.owl-header .left .view-all {
  color: #919191;
  font-size: 18px;
  text-decoration: underline;
  padding: 0px 0px 18px 24px;
}
.owl-header.page-content-title .owl-title {
  text-transform: uppercase;
}
.owl-arrows {
  width: 144px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.owl-arrows img {
  width: 64px;
  height: 64px;
  cursor: pointer;
}
.owl-arrows img.next {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.info-block {
  margin-top: 160px;
  width: 100%;
  height: 340px;
  border-radius: 16px;
  background: #155FE3;
  position: relative;
  overflow: hidden;
}
.info-block .abs_img img {
  position: absolute;
  right: 123px;
}
.info-block .flex-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.info-block .flex-container .content {
  padding: 64px;
  position: relative;
  z-index: 2;
}
.info-block .flex-container .content h2 {
  margin: 0;
  font-weight: 500;
  color: #fff;
  font-size: 96px;
  max-width: 643px;
  line-height: 105px;
}

.info-block.custom-infoblock-1 .content h2 {
	font-size: 65px;
    max-width: 643px;
	line-height: 110%;
}

.info-block .flex-container .content p {
  color: #fff;
  font-size: 18px;
}
.info-block .flex-container .link {
  color: #fff;
  font-size: 18px;
  padding: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 2;
  position: absolute;
  right: 0;
}
.info-block .flex-container .link span {
  margin-right: 16px;
}




.info-block.training-center{
	height: 501px;
}
.info-block.training-center .abs_img img{
	height: 100%;
}
.info-block.training-center .flex-container .content p {
    max-width: 544px;
}

.info-block.training-center .button-group{
	display: flex;
    align-items: center;
    width: 1020px;
    justify-content: space-between;
    flex-wrap: wrap;
}

.info-block.training-center .button-group a{
	font-size: 18px;
    color: #fff;
    display: flex;
    align-items: center;
    border: 1px solid #fff;
    border-radius: 30px;
    padding: 8px 16px;
	margin-bottom: 10px;
}


@media(max-width: 1000px){
	.info-block.training-center .button-group {
		width: 100%;
		flex-direction: column;
		align-items: flex-start;
	}
	.info-block.training-center .button-group a{
		margin: 5px 0;
	}
}

@media(max-width: 600px){
	.info-block.training-center {
		height: auto;
	}
	.info-block.training-center .button-group a {
		font-size: 14px;
	}
}

.owl-news {
  margin-top: 160px;
}
.owl-news .news-image {
  border-radius: 16px;
  overflow: hidden;
  cursor: pointer;
  display: block;
}
.owl-news .news-image img {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  scale: 1;
}
.owl-news .news-image img:hover {
  scale: 1.3;
}
.owl-news .meta {
  margin-top: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.owl-news .meta > a {
  color: #919191;
}
.owl-news .meta > span {
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background: #155FE3;
  margin: 0 12px;
}
.owl-news .title {
  margin-top: 16px;
  display: block;
  color: #001336;
  font-size: 24px;
  line-height: 31px;
  font-weight: 500;
}
.hapigood-section {
  margin-top: 160px;
}
.hapigood-section .hapigood-widget {
  margin-top: 64px;
}
.petition_fp {
  margin-top: 160px;
}
.petition_fp .petition_items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.petition_item,
.start_petition {
  width: calc(50% - 10px);
  background: #E2E3E6;
  border-radius: 16px;
  padding: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.petition_item > svg,
.start_petition > svg {
  margin-left: auto;
  display: block;
}
.petition_item .petition_description,
.start_petition .petition_description {
  color: #001336;
  font-size: 32px;
  font-weight: 500;
  margin: 0;
  max-width: 384px;
  line-height: 1.1;
}
.petition_item .petition_link,
.start_petition .petition_link {
  margin-bottom: 0;
  color: #454545;
  font-size: 18px;
}
.petition_item:hover,
.start_petition:hover {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: #001336;
}
.petition_item:hover .petition_description,
.start_petition:hover .petition_description,
.petition_item:hover .petition_link,
.start_petition:hover .petition_link {
  color: #fff;
}
.petition_item:hover svg circle,
.start_petition:hover svg circle,
.petition_item:hover svg path,
.start_petition:hover svg path {
  stroke: #fff;
}
.start_petition {
  background: #155FE3;
}
.start_petition .petition_description,
.start_petition .petition_link {
  color: #fff;
}
.start_petition svg circle,
.start_petition svg path {
  stroke: #fff;
}
.newsletter {
  margin-top: 160px;
}
.newsletter .newsletter_b_flex {
  background: #155FE3;
  padding: 32px;
  border-radius: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  height: 161px;
  overflow: hidden;
  color: #fff;
}
.newsletter .newsletter_b_flex .newsletter_title {
  font-size: 56px;
  font-weight: 500;
}
.newsletter .newsletter_b_flex .newsletter_description {
  font-size: 18px;
}
.newsletter .newsletter_b_flex .image {
  position: absolute;
  bottom: -7px;
  left: 435px;
}
.newsletter .newsletter_b_flex .link {
  color: #001336;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 217px;
  height: 64px;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  border-radius: 100px;
  font-size: 18px;
  font-weight: 500;
  outline: none;
}
.site-footer {
  background: #001336;
  padding-top: 140px;
  margin-top: -76px;
}
.site-footer .footer_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.site-footer .footer_top .logo {
  max-width: 320px;
  color: #E2E3E6;
}
.site-footer .footer_top .logo img {
  max-width: 100%;
}
.site-footer .footer_top .logo p {
  margin: 24px 0 0 0;
  font-size: 14px;
  line-height: 1.1;
  font-weight: 400;
}
.site-footer .footer_top .footer-flex-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 860px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.site-footer .footer_top .footer-flex-menu .footer-menu-title {
  color: #E2E3E6;
  font-weight: 500;
  text-transform: uppercase;
}
.site-footer .footer_top .footer-flex-menu .footer-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.site-footer .footer_top .footer-flex-menu .footer-menu ul li {
  margin-top: 10px;
}
.site-footer .footer_top .footer-flex-menu .footer-menu ul li a {
  font-size: 16px;
  color: #fff;
  font-weight: 500;
  border-bottom: 1px solid transparent;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.site-footer .footer_top .footer-flex-menu .footer-menu ul li a:hover {
  border-bottom: 1px solid #fff;
}
.site-footer .footer-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-top: 2px solid #D9D9D9;
  border-bottom: 2px solid #D9D9D9;
  margin-top: 64px;
  padding-top: 24px;
  padding-bottom: 20px;
}
.site-footer .footer-center .contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 565px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.site-footer .footer-center .footer-contact-info p {
  margin: 0;
  color: #E2E3E6;
}
.site-footer .footer-center .footer-contact-info a {
  font-size: 24px;
  color: #fff;
  font-weight: 500;
}
.site-footer .footer-center .social {
  width: 449px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.site-footer .footer-center .social a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.site-footer .footer-center .social a svg circle,
.site-footer .footer-center .social a svg path {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.site-footer .footer-center .social a:hover svg circle {
  fill: #155fe3;
}
.site-footer .footer-center .social a:hover svg path {
  fill: #fff;
}
.site-footer .footer-center .social a.social-shop {
  width: 109px;
  height: 49px;
  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;
  border-radius: 100px;
  color: #fff;
  background: #155FE3;
}
.site-footer .footer-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 24px 0;
}
.site-footer .footer-bottom-copyright {
  color: #fff;
  opacity: 0.5;
}
.site-footer .footer-bottom-copyright a {
  color: #fff;
  border-bottom: 1px solid;
}
.site-footer .footer-bottom-links a {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin: 0 12px;
  color: #fff;
  border-bottom: 1px solid transparent;
}
.site-footer .footer-bottom-links a:hover {
  border-bottom: 1px solid #fff;
}
.page-title-h1 {
  position: relative;
  background: #155FE3;
  border-radius: 16px;
  overflow: hidden;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 8px;
  margin-bottom: 96px;
}
.page-title-h1 h1 {
  margin: 0;
  color: #fff;
  font-size: 96px;
  line-height: 1.1;
  font-weight: 500;
  padding: 48px 64px;
}
.page-title-h1.page-title-mini h1 {
  font-size: 56px;
  max-width: 1060px;
}
.page-title-h1 svg,
.page-title-h1 img {
  position: absolute;
  right: 0;
  height: 100%;
  top: 0;
}
.about_loo_text_container {
  margin-top: 160px;
  width: 100%;
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
}
.about_loo_text_container p {
  margin: 20px 0 0 0;
  font-size: 18px;
  color: #454545;
}
.about_loo_text_container .video_about_loo {
  margin-top: 160px;
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 16px;
  outline: none;
}
.about_loo_text_container .video_about_loo img.video_about_loo_play {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -32px;
  margin-right: -32px;
  cursor: pointer;
}
.about_loo_text_container .video_about_loo_bg {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.about_loo_text_container:hover .video_about_loo_bg {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.faq__item {
  background: #E2E3E6;
  border-radius: 16px;
  padding: 24px;
  margin-top: 20px;
  cursor: pointer;
}
.faq__item:first-child {
  margin-top: 0;
}
.faq__item .faq__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.faq__item .faq__title h2 {
  color: #001336;
  margin: 0;
  font-size: 24px;
  line-height: 1.1;
  font-weight: 500;
  max-width: calc(100% - 90px);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.faq__item .faq__title img {
  display: block;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.faq__item .faq__description {
  margin-top: 0;
  max-width: 1150px;
  color: #001336;
  opacity: 0;
  height: 0;
  visibility: hidden;
}
.faq__item.open .faq__description {
  -webkit-transition: opacity 0.9s ease, visibility 0.9s ease;
  -o-transition: opacity 0.9s ease, visibility 0.9s ease;
  transition: opacity 0.9s ease, visibility 0.9s ease;
  opacity: 1;
  visibility: visible;
  height: auto;
  margin-top: 14px;
}
.faq__item.open img {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.faq__item.open h2 {
  color: #155FE3;
}
.faq__item:hover h2 {
  color: #155FE3;
}
.why_the_loo_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 9px;
}
.why_the_loo_content .text {
  width: calc(100% - 660px);
}
.why_the_loo_content .text h3 {
  color: #001336;
  font-size: 24px;
  margin: 0;
  line-height: 1.1;
  font-weight: 500;
}
.why_the_loo_content .text p {
  font-size: 18px;
  color: #454545;
  margin: 20px 0;
}
.why_the_loo_content .image {
  width: 530px;
  position: relative;
  overflow: hidden;
	border-radius: 16px;
	cursor: pointer;
	display: block;
}
.why_the_loo_content .image img {
  max-width: 100%;
  border-radius: 16px;
  transform: scale(1);
  transition: all .3s ease;
}
.why_the_loo_content .image:hover img{
	transform: scale(1.2);
}
.why_the_loo_content .image img.play_button{
	position: absolute;
	transform: scale(1) !important;
	width:62px;
	height:62px;
	top:50%;left:50%;
	margin-top: -32px;
	margin-left: -32px;
}
.why_loo_offers {
  margin-top: 160px;
}
.why_loo_offers .faq__item {
  background: #155FE3;
  color: #fff;
}
.why_loo_offers .faq__item h4 {
  margin: 0;
  line-height: 1.1;
  font-size: 32px;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.why_loo_offers .faq__item h4 span {
  font-size: 16px;
  color: #001336;
  background: #fff;
  font-weight: 500;
  padding: 10px 12px;
  border-radius: 100px;
  margin-left: 20px;
}
.why_loo_offers .faq__item .faq__description {
  color: #fff;
  font-size: 18px;
}

.why_loo_offers .faq__item .faq__description .show_video,
.why_loo_offers .faq__item .faq__description .show_video:visited{
	display: flex;
    color: #fff;
    align-items: center;
    font-size: 16px;
    margin-top: 20px;
}

.why_loo_offers .faq__item .faq__description .show_video svg{
	margin-left:4px;
}

.order-parts-desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.order-parts-desc .image {
  width: calc(100% - 660px);
  background: #fff;
  border-radius: 16px;
  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;
}
.order-parts-desc .image img {
  width: 305px;
  padding: 45px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.order-parts-desc .text-flex {
  width: 660px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.order-parts-desc .text-flex .text {
  max-width: 532px;
}
.order-parts-desc .text-flex .text h2 {
  margin: 0;
  color: #000000;
  font-weight: 500;
  font-size: 32px;
  line-height: 1.1;
}
.order-parts-desc .text-flex .text p {
  margin: 16px 0 0 0;
  color: #454545;
  font-size: 18px;
}
.order-parts-row {
  margin-top: 100px;
}
.order-parts-row .owl-header {
  margin-bottom: 15px;
}
.order-parts-row .order-parts-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: calc(100% + 20px);
  margin-left: -20px;
}
.order-parts-row .order-parts-items .order-parts-item {
  width: calc(25% - 20px);
  border-radius: 16px;
  background: #ffffff80;
  margin-top: 40px;
  margin-left: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.order-parts-row .order-parts-items .order-parts-item .image {
    text-align: center;
    background: #fff;
    padding: 24px;
    border-radius: 16px;
    display: flex;
    box-sizing: border-box;
    min-height: 210px;
    justify-content: center;
    align-items: center;
}

.order-parts-row .order-parts-items .order-parts-item .image img{
    width:100%;
	border-radius: 16px;
}

.order-parts-row .order-parts-items .order-parts-item .info {
  padding: 16px;
	display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}
.order-parts-row .order-parts-items .order-parts-item .info h3 {
  color: #001336;
  font-size: 18px;
  margin: 0;
  font-weight: 500;
}
.order-parts-row .order-parts-items .order-parts-item .info .price {
  color: #155FE3;
  font-size: 18px;
  font-weight: 500;
}
.order-parts-row .order-parts-items .order-parts-item .info .button_group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 16px;
}
.order-parts-row .order-parts-items .order-parts-item .info .button_group .more_details,
.order-parts-row .order-parts-items .order-parts-item .info .button_group .add_product {
  width: 135px;
}
.order-parts-row .order-parts-items .order-parts-item .info .button_group .add_product.added,
.fn-flex-content .add_product.added{
  background: #001336;
  border-color: #001336;
  cursor: not-allowed;
}
.order-parts-row.add-to-loo-row {
  margin-top: 0;
}
.order-parts-row.add-to-loo-row .order-parts-items .image {
  padding: 0;
}
.order-parts-row.add-to-loo-row .order-parts-items .order-parts-item {
  width: calc(33.3% - 20px);
  background: transparent;
}
.order-parts-row.add-to-loo-row .order-parts-items .order-parts-item .info .button_group .add_product {
  width: 100%;
}
.multistep-cart {
  display: none;
  margin-top: 160px;
}
.multistep-cart.show {
  display: block;
}
.multistep-cart .owl-header {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.multistep-cart .multistep-cart-row {
  background: #fff;
  border-radius: 16px;
  padding: 32px;
  max-width: 860px;
  margin: 0 auto;
}
.multistep-cart .multistep-cart-row .title {
  font-size: 32px;
  line-height: 1.1;
  font-weight: 500;
  color: #000;
  margin-bottom: 32px;
  text-align: center;
  text-transform: uppercase;
}
.multistep-cart .multistep-cart-row .multistep_cart-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 28px 0;
  border-bottom: 2px solid #E2E3E6;
}
.multistep-cart .multistep-cart-row .multistep_cart-item .left,
.multistep-cart .multistep-cart-row .multistep_cart-item .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.multistep-cart .multistep-cart-row .multistep_cart-item .left .image {
  width: 110px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.multistep-cart .multistep-cart-row .multistep_cart-item .left .image img {
  max-width: 110px;
}
.multistep-cart .multistep-cart-row .multistep_cart-item .left .title-price {
  width: 250px;
}
.multistep-cart .multistep-cart-row .multistep_cart-item .left .title-price .multistep-cart-product-title {
  font-size: 18px;
  font-weight: 500;
  color: #001336;
}
.multistep-cart .multistep-cart-row .multistep_cart-item .left .title-price .multistep-cart-product-price {
  font-size: 18px;
  color: #454545;
}
.multistep-cart .multistep-cart-row .multistep_cart-item .right {
  width: 248px;
}
.multistep-cart .multistep-cart-row .multistep_cart-item .right .remove {
  font-weight: 500;
  color: #E14B4B;
  cursor: pointer;
}
.multistep-cart .next_button {
  margin-top: 32px;
}
.input_quantity {
  width: 162px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px solid #E2E3E6;
  border-radius: 8px;
  overflow: hidden;
  max-width: 162px;
}
.input_quantity button {
  background: none;
  border: none;
  padding: 12px;
  cursor: pointer;
  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;
  color: #333;
  -webkit-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.input_quantity button:hover {
  background-color: #f0f0f0;
}
.input_quantity input {
  font-size: 18px;
  text-align: center;
  color: #001336;
  font-weight: 500;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  width: 60px;
  padding-left: 15px;
  outline: none;
  border: 0;
}
.input_quantity button:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}
.fn-flex-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.fn-flex-content .image {
  width: 310px;
  height: 200px;
  background: #fff;
  border-radius: 16px;
  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;
}
.fn-flex-content .image img {
  width: 262px;
  border-radius: 6px;
}
.fn-flex-content .text {
  width: calc(100% - 368px);
	    max-height: 60vh;
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: #99A1AF #E2E3E6;
	padding-right: 10px;
}
.fn-flex-content .text .title {
  font-size: 32px;
  font-weight: 500;
  color: #000;
  margin-bottom: 40px;
  line-height: 1.1;
}
.fn-flex-content .text .product_info_tabs {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 32px;
}
.fn-flex-content .text .product_info_tabs li {
  padding: 0 16px;
  color: #001336;
  font-weight: 500;
  border-bottom: 2px solid #E2E3E6;
  padding-bottom: 8px;
  cursor: pointer;
}
.fn-flex-content .text .product_info_tabs li.active {
  color: #155FE3;
  border-color: #155FE3;
  cursor: default;
}
.fn-flex-content .text .description_tab {
  color: #454545;
}
.fn-flex-content .text .addinfo_tab ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.fn-flex-content .text .addinfo_tab ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 12px;
}
.fn-flex-content .text .addinfo_tab ul li:last-child {
  margin-bottom: 0;
}
.fn-flex-content .text .addinfo_tab ul li strong {
  font-weight: 500;
  color: #000000;
  width: 30%;
}
.fn-flex-content .text .addinfo_tab ul li span {
  color: #454545;
  width: 70%;
}
.fn-flex-content .text .product_info_tab {
  display: none;
}
.fn-flex-content .text .product_info_tab.active {
  display: block;
}
.petitions_catalog {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.petitions_catalog .petitions_grid {
  width: 860px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.petitions_catalog .petitions_grid .petition_item {
  width: 48%;
  height: 360px;
  margin-left: 20px;
  margin-bottom: 20px;
}

.petitions_catalog .start_petition .petition_description{
	font-size: 24px;
	line-height: 1.2;
}
.petitions_catalog .petitions_grid .petition_item:nth-child(odd) {
  margin-left: 0;
}
.petitions_catalog .petitions_grid .petition_item .petition_item_header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 50px;
}
.petitions_catalog .petitions_grid .petition_item .petition_description {
  line-height: 1.2;
  font-size: 24px;
}
.petitions_catalog .petitions_grid .petition_item:hover .petition_item_header .petition_location svg path {
  fill: #fff;
}
.petitions_catalog .petitions_grid .petition_item:hover .petition_item_header .petition_location span {
  color: #fff;
}
.petitions_catalog .start_petition {
  width: 33.3%;
  height: 360px;
}
.petition_location {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.petition_location span {
  font-size: 18px;
  margin-left: 8px;
  line-height: 1;
  color: #155FE3;
}
.petition-fullpage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.petition-fullpage .petition-content {
  width: 748px;
}
.petition-fullpage .petition-content h2 {
  font-size: 32px;
  font-weight: 500;
  color: #001336;
  line-height: 1.1;
  margin: 48px 0 15px 0;
}
.petition-fullpage .petition-content p {
  margin: 0;
  color: #454545;
}
.petition-fullpage .petition-content .petition_content_bottom {
  margin-top: 48px;
  border-top: 2px solid #E2E3E6;
  padding-top: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.petition-fullpage .petition-content .petition_content_bottom .button_group {
  width: 375px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.petition-fullpage .petition-content .petition_content_bottom .button_group a:first-child {
  width: 216px;
}
.petition-fullpage .petition-content .petition_content_bottom .button_group a:last-child {
  width: 151px;
}
.petition-fullpage .start_petition {
  width: 420px;
  height: 360px;
}
.build-main-page .info-block {
  margin-top: 0;
  height: auto;
}
.build-main-page .info-block .abs_img img {
  right: 0;
}
.build-main-page .contact-info {
  margin-bottom: 160px;
}
.build-main-page .process-straightforward-steps {
  background: #155FE3;
  padding: 32px;
  border-radius: 16px;
}
.build-main-page .process-straightforward-steps .title {
  padding-bottom: 12px;
  font-size: 32px;
  color: #FFFFFF;
  font-weight: 500;
}
.build-main-page .process-straightforward-steps .step {
  background: #F2F2F2;
  margin-top: 20px;
  padding: 16px;
  border-radius: 16px;
}
.build-main-page .process-straightforward-steps .step ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.build-main-page .process-straightforward-steps .step ul li {
  border-radius: 100px;
  padding: 8px 16px;
  font-size: 24px;
  font-weight: 500;
}
.build-main-page .process-straightforward-steps .step ul li:first-child {
  background: #155fe3;
  color: #fff;
  margin-right: 8px;
}
.build-main-page .process-straightforward-steps .step ul li:last-child {
  background: #E2E3E6;
  color: #001336;
}
.build-main-page .process-straightforward-steps .step p {
  color: #454545;
  margin: 16px 0 0 0;
}
.fn-photoroom-info .fn-flex-content .text .title {
  margin-bottom: 24px;
}
.fn-photoroom-info .fn-flex-content .image {
  background: transparent;
  height: auto;
  display: block;
}
.fn-photoroom-info .fn-flex-content .image img {
  width: 100%;
  border-radius: 16px;
}
.fn-photoroom-info .text-block {
  padding: 24px 0;
  border-top: 2px solid #E2E3E6;
}
.fn-photoroom-info .text-block:last-child {
  padding-bottom: 0;
}
.fn-photoroom-info .text-block .text-block-title {
  padding: 7px 12px 7px 12px;
  background: #155FE3;
  border-radius: 100px;
  font-weight: 500;
  font-size: 14px;
  color: #fff;
  display: inline-block;
}
.fn-photoroom-info .text-block p {
  color: #001336;
  margin: 16px 0 0 0;
}

.fn-photoroom-info .text-block p > span{
	margin-bottom: 16px;
	display: block;
	font-weight: 500;
}

.wpcf7-form label{
  display: block;
}

.wpcf7-form label .label,
.checkbox_radio_group .group_title{
  font-size: 12px;
  font-weight: 500;
  color: #001336;
  margin-bottom: 5px;
}

.wpcf7-form label .label sup,
.checkbox_radio_group .group_title sup{
  color: #155FE3;
  top: -1px;
  left: -1px;
}

.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form input[type="url"],
.wpcf7-form input[type="password"],
.wpcf7-form input[type="search"],
.wpcf7-form input[type="number"],
.wpcf7-form input[type="tel"],
.wpcf7-form input[type="range"],
.wpcf7-form input[type="date"],
.wpcf7-form input[type="month"],
.wpcf7-form input[type="week"],
.wpcf7-form input[type="time"],
.wpcf7-form input[type="datetime"],
.wpcf7-form input[type="datetime-local"],
.wpcf7-form input[type="color"],
.wpcf7-form textarea,
.wpcf7-form select{
  border: 1px solid #E2E3E6;
  border-radius: 8px;
  padding: 11px 16px;
  width: 100%;
  outline: none;
  font-family: Onest;
  color: #001336;
  font-weight: 500;
}


.wpcf7-form textarea{
	max-height: 96px;
}

.wpcf7-not-valid-tip {
  font-size: 12px;
  font-weight: 500;
}

.contact_row_2, .contact_row_3{
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}

.contact_row_1{
	margin-bottom: 20px;
}

.contact_row_2 label{
  width: calc(50% - 10px);
}

.contact_row_3 label{
  width: calc(33% - 10px);
}

input[type="submit"].blue_btn{
  background: #155fe3;
  font-family: 'Onest';
  color: #fff;
  border: 2px solid #155FE3;
  border-radius: 8px;
  padding: 0;
  outline: none;
  margin-top: 32px;
}

input[type="submit"].blue_btn:hover{
  background: #001336;
  color: #fff;
  border-color: #001336;
}

.wpcf7 form .wpcf7-response-output {
  margin: 15px 0 0 0;
  padding: 10px 12px;
  border: 1px solid #00a0d2;
  border-radius: 8px;
  font-size: 12px;
  font-weight: 500;
  color: #001336;
}

.hidden-textarea{
  display: none;
}

.thank_you_order{
	text-align: center;
}

.thank_you_order p{
	 font-size: 16px;
    font-weight: 500;
    color: #000;
    max-width: 587px;
    margin: 32px auto;
}

.thank_you_order.thank_you_order_build p{
    font-weight: 400;
    color: #454545;
    font-size: 18px;
}

.thank_you_order.thank_you_order_build p span{
    display: block;
    color: #001336;
    font-size: 24px;
    font-weight: 500;
}

.thank_you_order .in_cart_title{
	font-size: 24px;
    font-weight: 500;
    color: #001336;
    border-top: 2px solid #E2E3E6;
    padding-top: 32px;
    padding-bottom: 12px;
}

.thank_you_order .in_cart_items{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.thank_you_order .in_cart_item{
	width: 158px;
    margin: 20px 10px 0 10px;
}

.thank_you_order .in_cart_item .text{
	font-size: 18px;
    font-weight: 500;
    color: #001336;
    margin-top: 16px;
}


.multistep-cart .wpcf7-form,
.thank_you_order{
	display:none;
}

.wpcf7-spinner{
	position: absolute;
	bottom: -30px;
    padding: 0;
    margin: 0;
}

.wpcf7-form{
	position: relative;
}

.page-contact-us .page-title-h1{
	margin-bottom: 0;
}

.contact_form_container{
	max-width: 768px;
    margin: 96px auto 0 auto;
    background: #fff;
    border-radius: 16px;
    padding: 64px;
}

.contact_form_container .contact_form_title{
	color: #000;
    font-weight: 500;
    font-size: 32px;
    margin-bottom: 25px;
}

.contact_form_container .contact_form_before_title{
  font-size: 18px;
  color: #155FE3;
  font-weight: 500;
}




.wpcf7-list-item {
    display: inline-block;
    margin: 0 20px 20px 0;
}
.wpcf7-list-item input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}

.wpcf7-list-item label {
    display: flex;
    align-items: center;
    cursor: pointer;
    position: relative;
}

.wpcf7-list-item label span{
	font-size: 12px;
    color: #001336;
}

.wpcf7-list-item label::before {
	content: "";
    display: inline-block;
    width: 24px;
    height: 24px;
    border: 1px solid #E2E3E6;
    border-radius: 6px;
    margin-right: 10px;
    background-color: white;
    transition: background-color 0.2s, border-color 0.2s;
}

.wpcf7-list-item input[type="checkbox"]:checked + span::before,
.wpcf7-list-item input[type="radio"]:checked + span::before{
    background-color: #007bff;
    border-color: #007bff;
    background-image: url('data:image/svg+xml,%3Csvg width="12" height="9" viewBox="0 0 12 9" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M11 1L4.75 8L1 3.8" stroke="%23fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/%3E%3C/svg%3E');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 12px 9px;
    width: 24px;
    height: 24px;
    display: block;
    position: absolute;
    left: 0;
    border-radius: 6px;
        top: 50%;
    margin-top: -12px;
}

.wpcf7-list-item input[type="radio"] {
    opacity: 0;
    position: absolute;
}



/* .wpcf7-list-item input[type="radio"]:checked + span::before {
    background-color: #fff;
    width: 24px;
    height: 24px;
    display: block;
    position: absolute;
    left: 0;
    border-radius: 6px;
    top: 50%;
    margin-top: -12px;
    border: 2px solid #007bff;
/*   	background-image: url("data:image/svg+xml,%3Csvg width='8' height='8' viewBox='0 0 8 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='4' cy='4' r='4' fill='%23155FE3'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 8px 8px;*/
} */

.checkbox_radio_group .group_title{
	margin-bottom: 20px;
}

.flex_submit_button{
	display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #E2E3E6;
    padding-top: 20px;
}

.flex_submit_button.center{
	justify-content: center;
}

.flex_submit_button p{
	margin: 0;
    max-width: 393px;
    font-size: 12px;
    color: #001336;
}

.flex_submit_button p a,
.flex_submit_button p a:visited{
	color: #001336;
	border-bottom: 1px solid #001336;
}

.flex_submit_button input[type="submit"].blue_btn{
	max-width: 151px;
    margin: 0;
}

.front_page_image-container{
	background: #155FE3;
    border-radius: 16px;
	position: relative;
	overflow: hidden;
}

.front_page_image-container .title{
    text-align: center;
    color: #fff;
    line-height: 110%;
    padding: 46px 0px 20px 0;
    max-width: 90%;
    margin: 0 auto;
    font-weight: 500;
    font-size: 68px;
    position: relative;
    z-index: 2;
	padding-bottom: 364px;
}

@media(max-width: 1400px){
	.front_page_image-container .title{font-size: 5vw; padding-bottom: 26vw;}
}

.front_page_image-container svg{
	width: 100%;
    position: absolute;
    bottom: 0;
	height: auto;
}

#show-review-posts{
	background: #fff;
    padding: 50px;
    border-radius: 16px;
}

.review-posts-article{
	width: 49%;
}

.show-review-posts-row{
	max-width: 100%;
}

.srp_review_posts-template-default #show-review-posts{
	    width: 90%;
    max-width: 1300px;
    margin: 0 auto;
    overflow: hidden;
}

.site-header .flex-header .translator {
    height: 32px;
	margin-top: 3px;
}

.site-header .flex-header .translator .goog-te-gadget .goog-te-combo,
.site-header .flex-header .translator #google_language_translator select.goog-te-combo {
    font-family: 'Onest';
    color: #001336;
    font-weight: 500;
    font-size: 16px;
    width: 160px;
    border: 0 !important;
    cursor: pointer;
    background: transparent;
    margin: 0;
}

.top_menu {
    margin-right: auto;
    margin-left: 32px;
}

.site-header .flex-header #top_menu {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
}

.site-header .flex-header #top_menu li {
    margin-left: 20px;
    position: relative;
}

.site-header .flex-header #top_menu li:first-child {
    margin-left: 0;
}

.site-header .flex-header #top_menu li a {
    font-weight: 500;
    color: #001336;
    transition: all 0.3s ease;
    outline: none;
    padding-right: 0;
}

.site-header .flex-header #top_menu li.menu-item-has-children a {
    padding-right: 20px;
    padding-bottom: 15px;
}

.site-header .flex-header #top_menu li.menu-item-has-children li{
	margin-left:0;
}

.site-header .flex-header #top_menu li .sub-menu a:hover {
    color: #155FE3;
}

.site-header .flex-header #top_menu li > ul.sub-menu {
    list-style: none;
    margin: 0;
    padding: 24px;
    background: #fff;
    position: absolute;
    width: 235px;
    border-radius: 8px;
    left: 50%;
    margin-left: -118px;
    z-index: -1;
    transform: translateY(0);
    opacity: 0;
    transition: none;
}

.site-header .flex-header #top_menu li.open ul.sub-menu {
    display: block;
    transform: translateY(10px);
    opacity: 1;
    transition: all 0.3s ease;
    z-index: 999;
}

.site-header .flex-header #top_menu li ul.sub-menu li {
    margin-top: 16px;
}

.site-header .flex-header #top_menu li ul.sub-menu li:first-child {
    margin-top: 0;
}

.menu-item-has-children:after {
    content: '';
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M6.66699 8.33337L10.0003 11.6667L13.3337 8.33337' stroke='%23001336' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    display: inline-block;
    width: 20px;
    height: 20px;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    margin-top: -10px;
    transition: all 0.3s ease;
    right: 0;
    z-index: -1;
}

.menu-item-has-children.open > a {
    color: #155FE3 !important;
}

.menu-item-has-children.open:after {
    transform: rotate(180deg);
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M6.66699 8.33337L10.0003 11.6667L13.3337 8.33337' stroke='%23155FE3' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.mob-header{
	display: none;
}

.page-content{
width: 100%;
    max-width: 800px;
    margin: 0 auto;
    background: #fff;
    border-radius: 14px;
    padding: 32px;
}

.page-content h1,
.page-content h2,
.page-content h3,
.page-content h4,
.page-content h5{
	color:#001336;
	font-weight: 500;
}

.page-content p{
	color:#454545;
}

.fancybox__backdrop{
	backdrop-filter: blur(3px);
    background: #F2F2F2B2 !important;
}

.fancybox__carousel.is-draggable .fancybox__slide .fancybox__content{
	box-shadow: 0px 20px 50px 0px #0013361A;
	border: 2px solid #fff;
}

.fn-flex-content .text .title{
	border-bottom: 0;
}

.read_more__arrow{
	display: flex;
    align-items: center;
}

.read_more__arrow .read-more{
    font-weight: 500;
    margin-right: 12px;
}

.page_title_with_description{
	display: flex;
    justify-content: space-between;
    align-items: center;
	flex-wrap: wrap;
}

.page_title_with_description p{
	margin: 0;
    color: #fff;
    width: 497px;
    margin-right: 64px;
    font-weight: 500;
    font-size: 32px;
	line-height: 110%;
}

.page_title_with_description.page-title-h1.page-title-mini h1{
	font-size: 96px;
}

/* .contact_form_container.course-contact {
    padding-top: 15px;
}

.contact_form_container.course-contact .subtitle{
	font-weight: 500;
    font-size: 18px;
    color: #000;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    border-bottom: 1px solid #DBDEE7;
    margin-bottom: 15px;
    padding-bottom: 15px;
    padding-top: 15px;
} */

#fancybox-text-content{
	display: flex;
    max-width: 700px;
    color: #001336;
    font-size: 18px;
    line-height: 160%;
	    border-radius: 8px;
}

#fancybox-text-content.fancybox__content>.carousel__button.is-close{
	color:#000;
}

.gallery_container{
	display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.gallery_container .gallery_item{
   width: 32%;
   margin:32px 0;
   cursor: pointer;
}

.gallery_container .gallery_item img{
	width: 100%;
	border-radius: 16px;
}

@media(max-width: 986px){
	.gallery_container .gallery_item{
	   width: 49%;
	   margin:16px 0;
	}
}

@media(max-width: 600px){
	.gallery_container .gallery_item{
	   width: 100%;
	   margin:10px 0;
	}
}

.page-id-64737 .fancybox__container .fancybox__backdrop{
	background: var(--fancybox-bg, rgba(24, 24, 27, 0.92)) !important;
}

.page-id-64737 .fancybox__container .fancybox__carousel.is-draggable .fancybox__slide .fancybox__content{
	border: 0;
}

.how_it_works{
	display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
	margin-bottom: 100px;
}

.how_it_works .left{
	width: 100%;
    max-width: 528px;
}

.how_it_works .right{
	width: 100%;
    max-width: 640px;
}

.how_it_works .right p{
	font-weight: 400;
	font-size: 18px;
	color:#454545;
	margin: 8px 0;
}

.how_it_works .left .title{
	font-weight: 500;
	color: #001336;
	font-size: 56px;
	margin-bottom: 24px;
	text-transform: uppercase;
}

.how_it_works .left svg{
	width: 100%;
}

@media(max-width: 1400px){
	.how_it_works .left {
		width: 40%;
	}
	.how_it_works .right{
		width: 55%;
	}
}

@media(max-width: 1250px){
	.how_it_works .left .title{
		font-size: 36px;
	}
}

@media(max-width:767px){
	.how_it_works .left, .how_it_works .right {
        width: 100%;
    }
	.how_it_works .left .title{
		font-size: 26px;
		margin: 0;
	}
	.how_it_works .left svg{
		max-width: 300px;
	}
	.how_it_works .right p{
		font-size: 16px;
	}
}


.fn-flex-content .left .thumbs{
	display: flex;
}

.fn-flex-content .left .thumbs .item{
	width: 64px;
    height: 64px;
    background: #fff;
    border-radius: 16px;
    border: 2px solid #fff;
    margin-top: 8px;
    margin-right: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.fn-flex-content .left .thumbs .item.active{
	border-color: #99A1AF;
	cursor: default;
}

.contact_form_container .preloader{
  position: absolute;
  z-index: 5;
  width: 100%;
  height: 100%;
  background: #ffffffe8;
  left: 0;
  top: 0;
  border-radius: 16px;
  display: none;
  justify-content: center;
  align-items: center;
  transition: all .3s ease-in-out;
}

.contact_form_container .preloader.active{
  transition: all .3s ease-in-out;
  display: flex;
}

.contact_form_container .preloader svg{
  width: 150px;
  height: 150px;
}