/*******************************/
/**********VARIABLES***********/
/*****************************/
/*************************************/
/**********SPECIAL-CLASSES***********/
/***********************************/
.text-dark {
  color: #373534 !important;
}

.text-accent {
  color: #1e5460 !important;
}

.text-light {
  color: #ffffff !important;
}

.text-primary,
a.text-primary {
  color: #ff8600 !important;
}

.text-primary:hover:not(.text-primary),
.text-primary:focus:not(.text-primary),
a.text-primary:hover:not(.text-primary),
a.text-primary:focus:not(.text-primary) {
  color: #1e5460 !important;
}

.colus {
  font-family: "Colus";
}

.bg-accent {
  background-color: #1e5460 !important;
}

.bg-dark {
  background-color: #373534 !important;
}

.bg-primary {
  background-color: #ff8600 !important;
}

.text-underline {
  text-decoration: underline;
}

.bg-grey {
  background-color: #F0F0F0 !important;
}

.page-title-section {
  padding: 85px 0 60px;
}

@media screen and (max-width: 768px) {
  .page-title-section {
    padding: 45px 0 30px;
  }
}

.page-section {
  padding-top: 80px;
  padding-bottom: 80px;
}

@media screen and (max-width: 768px) {
  .page-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.section-title {
  text-transform: uppercase;
  font-weight: 400;
  font-size: 30px;
  font-family: "Colus";
}

h1 {
  font-family: "Colus";
  font-weight: 400;
  font-size: 2.3rem;
}

@media screen and (max-width: 576px) {
  h1 {
    font-size: 2rem;
  }
}

.text-hover-primary {
  transition: all 0.2s ease-in-out;
}

.font-weight-medium {
  font-weight: 500;
}

/*********************************************************/
/***********************MIXINS***************************/
/*******************************************************/
/*********************************************************/
/***********************COMMON***************************/
/*******************************************************/
*,
*:after,
*:before {
  box-sizing: border-box;
}

html {
  font-size: 16px;
}

body {
  font-family: 'TT Norms Pro', sans-serif;
}

a {
  color: #1e5460;
}

a:hover,
a:active {
  color: black;
}

a.text-primary:hover {
  color: #1e5460 !important;
}

/***********************************************************/
/******************CUSTOM-COMPONENTS**********************/
/********************************************************/
.sub-title {
  font-size: 20px;
}

.soc-icon {
  color: #373534;
  font-size: 17px;
}

.soc-icon:hover,
.soc-icon:active {
  color: black;
}

@media screen and (max-width: 576px) {
  .soc-icon {
    font-size: 14px;
    vertical-align: center;
  }
}

.dropdown-toggle::after {
  font-family: "Font Awesome 5 Free";
  content: "\f078";
  font-weight: 900;
  border: 0;
  vertical-align: initial;
  margin-left: 10px;
  font-size: 17px;
}

a.btn-primary,
button.btn-primary,
input.btn-primary {
  background-color: #ff8600 !important;
  border-radius: unset;
  border: 2px solid #ff8600 !important;
  color: #ffffff !important;
}

a.btn-primary:hover,
a.btn-primary:focus,
button.btn-primary:hover,
button.btn-primary:focus,
input.btn-primary:hover,
input.btn-primary:focus {
  background-color: #ffffff !important;
  color: #ff8600 !important;
  box-shadow: 0 0 0 0.2rem rgba(55, 53, 52, 0.1);
  -webkit-appearance: none;
}

.accordion .accordion-header {
  font-size: 20px;
}

.accordion .accordion-header i {
  font-size: 32px;
  vertical-align: middle;
  transition: all 0.3s ease-in-out;
}

.card {
  border: 0;
  background: none;
}

.card .card-image {
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
  max-width: 195px;
  min-height: 217px;
  height: auto;
}

.card .card-title,
.card .card-text {
  font-size: 18px;
}

.form-control {
  border-radius: 0;
  height: 100%;
  padding: .75rem 1rem;
}

.logo {
  margin-top: -35px;
  z-index: 1;
}

.intro {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  box-shadow: 0px 0px 1000px 1000px rgba(0, 86, 100, 0.55) inset;
  -webkit-appearance: none;
  padding: 180px 0;
  clip-path: polygon(0% 0%, 100% 0, 100% 85%, 60% 85%, 50% 100%, 40% 85%, 0 85%);
}

/***********************************************/
/******************HEADER**********************/
/*********************************************/
.phones {
  font-size: 18px;
}

@media screen and (max-width: 576px) {
  .phones {
    font-size: 14px;
  }
}

/***********************************************/
/********************MAIN************************/
/*********************************************/
.hero {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  box-shadow: 0px 0px 1000px 1000px rgba(0, 86, 100, 0.3) inset;
  min-height: 600px;
  height: 100vh;
  -webkit-appearance: none;
}

.products-main {
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-box-shadow: inset 1000px 1000px rgba(255, 255, 255, 0.5);
  box-shadow: inset 1000px 1000px rgba(255, 255, 255, 0.5);
  -webkit-appearance: none;
  clip-path: polygon(0% 0%, 100% 0, 100% 85%, 60% 85%, 50% 100%, 40% 85%, 0 85%);
  padding-bottom: 150px;
}

.products-main .card .card-icon {
  width: 75px;
  height: 60px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position-x: center;
}

.products-main .card .card-image {
  width: unset;
  height: unset;
}

.directions .card:hover .card-body {
  background-image: url(../img/directions-background.png);
  background-size: contain;
  background-position: center bottom;
  background-repeat: no-repeat;
}

.directions .card .card-body {
  padding-bottom: 60px;
}

.works-main .card .works-photo {
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 200px;
}

.works-main .card .card-body {
  font-size: 18px;
  border: 2px solid #1e5460;
  border-left: 0;
  padding: 40px 22px 22px 55px;
}

.works-main .card .card-body .card-title {
  font-size: 24px;
}

.works-main .card .card-body .card-text p {
  margin-bottom: 0;
}

.form {
  clip-path: polygon(0 0, 40% 0, 50% 20%, 60% 0, 100% 0, 100% 100%, 0 100%);
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
}

.form cli .wpcf7-response-output {
  color: #ffffff;
}

.form .ajax-loader {
  position: absolute;
  left: calc(50% - 11px);
  bottom: -35px;
  width: 22px;
  height: 22px;
}

.form-bordered {
  overflow-y: hidden;
}

.form-bordered .page-section {
  font-size: 35px;
}

.form-bordered .bordered {
  border: 12px solid #1e5460;
  left: -45px;
  width: 100%;
  bottom: 0;
  height: 200%;
  z-index: 1;
  pointer-events: none;
}

.form-bordered .card {
  padding: 0;
  background-color: #ebecf1;
  bottom: -35px;
}

.form-bordered .card .card-body {
  padding-left: 38px;
  background-color: transparent;
}

@media screen and (min-width: 576px) {
  .form-bordered .card .card-body {
    width: 85%;
  }
}

.form-section {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
}

.form-section .wpcf7-response-output {
  color: #ffffff;
}

.form-section .ajax-loader {
  position: absolute;
  left: calc(50% - 11px);
  bottom: -35px;
  width: 22px;
  height: 22px;
}

.greened {
  -webkit-box-shadow: inset 1000px 1000px rgba(30, 84, 96, 0.7);
  box-shadow: inset 1000px 1000px rgba(30, 84, 96, 0.7);
}

.advantages {
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
}

.advantages .wrapper {
  background-repeat: no-repeat;
  background-size: contain;
  min-height: 325px;
}

.advantages .wrapper .wrapper-content {
  padding-top: 60px;
  padding-left: 90px;
}

.advantages .wrapper .wrapper-content .num {
  font-size: 72px;
  line-height: normal;
}

.advantages .wrapper .wrapper-content p {
  width: 40%;
}

@media screen and (max-width: 992px) {
  .advantages .wrapper {
    background-position: top center;
  }
}

.advantages .map-block {
  width: 40%;
}

.advantages .map-block .number-accent {
  font-size: 32px;
}

.advantages .map-block p {
  background-color: #636363;
}

.advantages .text {
  font-size: 16px;
}

.advantages .media .adv-title {
  font-size: 19px;
}

.advantages-about .wrapper {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top center;
}

@media screen and (min-width: 1200px) {
  .advantages-about .wrapper {
    background-position-x: 44%;
  }
}

.advantages-about .wrapper .block-item {
  background-color: rgba(255, 255, 255, 0.3);
}

.advantages-about .wrapper .block-item .title {
  font-size: 46px;
  line-height: normal;
}

.advantages-about .wrapper .block-item .text {
  font-size: 20px !important;
}

@media screen and (max-width: 576px) {
  .advantages-about .text-block .block-text {
    text-align: center !important;
  }

  .advantages-about .wrapper {
    min-height: 0;
    background-image: unset !important;
  }

  .advantages-about .wrapper .map-block .num {
    font-size: 25px;
  }

  .advantages-about .wrapper .map-block p {
    color: #373534 !important;
    background-color: unset;
  }
}

.recom {
  background-color: #ebecf1;
  clip-path: polygon(0 0, 40% 0, 50% 15%, 60% 0, 100% 0, 100% 100%, 0 100%);
}

.recom .author {
  font-size: 18px;
}

.recom .date {
  font-size: 18px;
}

.recom .card .card-img-top {
  min-height: 200px;
}

.recom .card .card-body .card-title {
  font-size: 26px;
}

.clients .card {
  border: 1px solid #F0F0F0;
  background: #ffffff;
}

.clients .card .image {
  background-repeat: no-repeat;
  background-position: center;
  min-height: 120px;
}

.clients .card .card-title,
.clients .card .card-text {
  font-size: 24px;
}

.news {
  clip-path: polygon(0 0, 40% 0, 50% 15%, 60% 0, 100% 0, 100% 100%, 0 100%);
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
}

.news .card {
  max-width: unset;
  min-height: unset;
  height: auto;
}

.news .card:hover .card-body {
  display: block;
}

.news .card .card-img a {
  background-repeat: no-repeat;
  background-size: cover;
}

.news .card .card-body {
  padding: 45px 35px 30px;
  display: none;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 2;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.75);
  transition: all 0.3s ease-in;
}

.news .card .card-body .card-title {
  font-size: 25px;
}

.news .card .card-body .card-text {
  font-size: 18px;
  line-height: initial;
}

.about {
  overflow-y: hidden;
}

.about .bordered {
  border: 12px solid #1e5460;
  left: -45px;
  width: 100%;
  bottom: 0;
  height: 200%;
  z-index: 1;
  pointer-events: none;
}

.about .card {
  padding: 0;
  background-color: #ebecf1;
  bottom: -35px;
}

.about .card .card-body {
  padding-left: 38px;
  background-color: transparent;
}

@media screen and (min-width: 576px) {
  .about .card .card-body {
    width: 85%;
  }
}

/***********************************************/
/******************PRO KOMAPNIYU**********************/
/*********************************************/
.history .timeline {
  position: relative;
}

.history .timeline .line {
  width: 100%;
  position: absolute;
  top: calc(50% - 4px);
  height: 8px;
}

.history .timeline .timeline-section {
  width: 20%;
}

.history .timeline .timeline-section .timeline-item {
  position: relative;
}

.history .timeline .timeline-section .timeline-item .item-text {
  font-size: 18px;
}

.history .timeline .timeline-section .timeline-item .item-year {
  font-size: 25px;
}

.history .timeline .timeline-section .timeline-item:nth-child(1)::after {
  content: " ";
  display: block;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 25px solid #1e5460;
  position: absolute;
  bottom: -4px;
  left: 0;
}

.history .timeline .timeline-section .timeline-item:nth-child(2)::after {
  content: " ";
  display: block;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 25px solid #1e5460;
  position: absolute;
  top: -4px;
  right: 0;
}

.portfolio-desk .card:hover {
  transform: scale(1.04);
}

.portfolio-desk .card:hover .card-more {
  position: absolute;
  top: 0;
  left: 0;
  display: flex !important;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  font-size: 30px;
  -webkit-box-shadow: 1000px 1000px inset rgba(30, 84, 96, 0.8);
  box-shadow: 1000px 1000px inset rgba(30, 84, 96, 0.8);
  -webkit-appearance: none;
}

.portfolio-desk .card .card-image-top {
  min-height: 336px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}

.portfolio-desk .card .card-body {
  border: 2px solid #1e5460;
  border-top: 0;
  padding: 30px;
}

.portfolio-desk .card .card-title {
  font-size: 22px;
}

.portfolio-desk .card .card-text {
  top: -50px;
  right: -2px;
}

.portfolio-desk .card .card-text .num {
  font-size: 40px;
}

.portfolio-desk .card .card-text .text {
  font-size: 20px;
}

.team .card {
  display: inline-flex;
  max-width: unset;
  min-height: unset;
  height: auto;
  cursor: initial;
}

.team .card:hover .card-body {
  display: block;
  cursor: initial;
}

.team .card .card-img a {
  background-repeat: no-repeat;
  background-size: cover;
}

.team .card .card-body {
  padding: 45px 35px 30px;
  display: none;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 2;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.75);
  transition: all 0.3s ease-in;
}

.team .card .card-body .card-title {
  font-size: 35px;
}

.team .card .card-body .card-text {
  font-size: 25px;
  line-height: initial;
}

.lets-work .card .card-body .card-text .num {
  font-size: 35px;
}

.lets-work .card .card-body .card-text .text {
  font-size: 18px;
}

/***********************************************/
/******************NOVOSTI**********************/
/*********************************************/
.news-page .card .card-image-top {
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 200px;
}

.news-page .card .card-body {
  padding: 20px 35px 30px 50px !important;
  border: 0 !important;
  font-size: 18px;
  border: 2px solid #1e5460;
  border-left: 0;
  padding: 40px 22px 22px 55px;
}

.news-page .card .card-body .card-title {
  font-size: 22px;
  width: 60%;
}

@media screen and (max-width: 768px) {
  .news-page .card .card-body .card-title {
    width: 100%;
  }
}

.news-page .card .card-body .card-text {
  font-size: 19px;
}

.news-page .card-mini .card-body {
  padding: 0 !important;
}

.news-page .card-mini .card-body .card-title {
  width: 100%;
}

/***********************************************/
/******************KONTACTY**********************/
/*********************************************/
#map {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
}

#map .gmnoprint {
  display: none;
}

.map-section {
  height: 600px;
  display: flex;
  align-items: center;
}

.map-section .card {
  align-self: center;
}

.map-section .card .card-body {
  padding: 50px !important;
  background-color: #ffffff;
  box-shadow: 0px 0px 32px 0px rgba(60, 60, 60, 0.3);
  -webkit-appearance: none;
}

.map-section .card .card-body .card-title {
  font-size: 35px;
}

.map-section .card .card-body .card-text {
  font-size: 20px;
}

.map-section .card .card-body .card-text address {
  margin: 0;
}

.map-section .card .card-body .card-text .block-title {
  font-size: 15px;
}

/***********************************************/
/******************VOPROSY I OTVETY************/
/*********************************************/
.q-and-a h3 {
  font-size: 34px;
}

.q-and-a .accordion-header {
  position: relative;
}

.q-and-a .accordion-header span {
  font-size: 22px;
}

.q-and-a .accordion-header i {
  position: absolute;
  right: 20px;
}

/***********************************************/
/******************FOOTER**********************/
/*********************************************/
footer li:first-child a {
  padding-left: 0 !important;
}

footer li a.mega-menu-link {
  color: #ffffff !important;
}

.carousel-control-prev,
.carousel-control-next {
  opacity: 1;
}

.copyright {
  font-size: 16px;
}

.owl-carousel {
  position: relative;
}

.owl-nav button,
.project-gallery .carousel-control-prev svg,
.project-gallery .carousel-control-next svg {
  width: 40px;
  height: 65px;
}

.owl-carousel .owl-nav button {
  position: absolute;
  z-index: 99;
  top: calc(45% - 32px/2);
}

.owl-prev {
  left: -60px;
}

.owl-next {
  right: -60px;
}

@media screen and (max-width: 1200px) and (min-width: 922px) {
  .news .card .card-img img {
    max-width: 290px;
  }

  .advantages .number-accent {
    font-size: 45px;
  }
}

@media screen and (max-width: 992px) {
  .products-main {
    clip-path: polygon(0% 0%, 100% 0%, 100% 85%, 50% 100%, 0 85%);
    padding-bottom: 35px;
  }

  .works-main .card .card-body {
    border: 2px solid #1e5460;
    border-top: 0;
  }

  .recom {
    clip-path: polygon(0 100%, 100% 100%, 100% 0, 50% 10%, 0 0);
    padding-top: 80px;
  }

  .form {
    clip-path: polygon(0 100%, 100% 100%, 100% 0, 50% 10%, 0 0);
  }

  .intro {
    clip-path: polygon(0% 0%, 100% 0%, 100% 85%, 50% 100%, 0 85%);
  }

  .news {
    clip-path: polygon(0 100%, 100% 100%, 100% 0, 50% 10%, 0 0);
    padding-top: 200px;
  }

  .news .card {
    align-items: center;
    width: fit-content;
  }

  .news .card .card-body .card-image img {
    max-width: 290px;
  }

  .about {
    border-bottom: 11px solid #1e5460;
  }

  .about .card .card-body {
    padding: 0;
  }

  .advantages .wrapper .wrapper-content p {
    width: 30%;
  }
}

@media screen and (max-width: 767px) {
  .history .timeline .line {
    width: 8px;
    left: calc(50% - 4px);
    top: 0;
    height: 100%;
  }

  .history .timeline .timeline-section {
    width: 100%;
  }

  .history .timeline .timeline-section .timeline-item {
    width: 50%;
  }

  .history .timeline .timeline-section .timeline-item:nth-child(1)::after {
    top: 0;
    right: -4px;
    bottom: unset;
    left: unset;
    transform: rotate(270deg);
  }

  .history .timeline .timeline-section .timeline-item:nth-child(2)::after {
    top: unset;
    left: -4px;
    bottom: 0;
    right: unset;
    transform: rotate(270deg);
  }

  .news-page .card .card-body {
    padding: 15px 25px 25px 35px !important;
  }

  .news-page .card .card-body .card-title {
    width: 100%;
  }
}

@media screen and (max-width: 576px) {
  .section-title {
    font-size: 26px;
  }

  .products-main {
    padding-bottom: 65px;
    clip-path: polygon(0% 0%, 100% 0%, 100% 92%, 50% 100%, 0 92%);
  }

  .project-gallery .carousel-control-prev svg,
  .project-gallery .carousel-control-next svg {
    width: 26px;
    height: 42px;
  }

  .works-main,
  .recom {
    clip-path: polygon(0 100%, 100% 100%, 100% 0, 50% 7%, 0 0);
    padding-top: 90px;
  }

  .works-main .owl-carousel,
  .recom .owl-carousel {
    position: relative;
  }

  .works-main .owl-nav button,
  .recom .owl-nav button {
    width: 26px;
    height: 42px;
  }

  .works-main .owl-carousel .owl-nav button,
  .recom .owl-carousel .owl-nav button {
    position: absolute;
    z-index: 99;
    top: calc(45% - 26px/2);
  }

  .works-main .owl-prev,
  .recom .owl-prev {
    left: -25px;
  }

  .works-main .owl-next,
  .recom .owl-next {
    right: -25px;
  }

  .works-main .card .card-body {
    padding: 24px 10px;
  }

  .works-main .card .card-body .card-title,
  .works-main .card .card-body .card-text {
    font-size: 15px;
  }

  .directions .card .card-title {
    font-size: 15px;
  }

  .directions .card .card-text {
    font-size: 13px;
  }

  .directions .card .card-body {
    padding: 0;
  }

  .form {
    clip-path: polygon(0 100%, 100% 100%, 100% 0, 50% 7%, 0 0);
    padding-top: 90px;
  }

  .news {
    clip-path: polygon(0 100%, 100% 100%, 100% 0, 50% 7%, 0 0);
    padding-top: 90px;
  }

  .news .card .card-body {
    padding: 25px;
  }

  .news .card .card-img img {
    max-width: 290px;
  }

  .advantages .wrapper .wrapper-content p {
    margin-right: 90px;
  }

  .number-accent {
    align-self: center;
    font-size: 29px !important;
    vertical-align: middle;
  }

  .text {
    font-size: 15px !important;
  }

  .adv-title {
    font-size: 20px !important;
  }
}

@media screen and (max-width: 430px) {
  .history .timeline .line {
    width: 8px;
    left: 0;
    top: 0;
    height: 100%;
  }

  .history .timeline .timeline-section {
    width: 100%;
    flex-wrap: wrap;
    margin-bottom: 0 !important;
  }

  .history .timeline .timeline-section .timeline-item {
    width: 100%;
    text-align: left !important;
    padding-left: 2rem !important;
    padding-right: 0 !important;
    flex-direction: column-reverse !important;
    margin-bottom: 2rem !important;
  }

  .history .timeline .timeline-section .timeline-item:nth-child(1)::after {
    top: 0;
    left: -4px;
    right: unset;
    bottom: unset;
    transform: rotate(90deg);
  }

  .history .timeline .timeline-section .timeline-item:nth-child(2)::after {
    top: 0;
    left: -4px;
    bottom: unset;
    right: unset;
    transform: rotate(270deg);
  }

  .advantages .wrapper {
    min-height: 195px;
    background-size: cover;
  }

  .advantages .wrapper .wrapper-content {
    padding-top: 25px;
    padding-left: 35px;
  }

  .advantages .wrapper .wrapper-content .num {
    font-size: 44px;
  }

  .advantages .wrapper .wrapper-content p {
    width: 45%;
    margin-right: 65px;
  }
}

#menu-pereklyuchatel-yazyka,
#menu-pereklyuchatel-yazyka-1 {
  list-style: none;
}

@media screen and (max-width: 576px) {

  #menu-pereklyuchatel-yazyka,
  #menu-pereklyuchatel-yazyka-1 {
    line-height: 40px;
    margin-bottom: 0;
  }
}

#menu-pereklyuchatel-yazyka li,
#menu-pereklyuchatel-yazyka-1 li {
  display: inline-block;
}

#menu-pereklyuchatel-yazyka li:last-child a,
#menu-pereklyuchatel-yazyka-1 li:last-child a {
  margin-right: 0;
}

#menu-pereklyuchatel-yazyka li a,
#menu-pereklyuchatel-yazyka-1 li a {
  font-weight: 500;
  margin-right: 15px;
}

img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img,
.widget-container img {
  max-width: 100%;
  height: auto;
}

.alignleft,
img.alignleft {
  display: inline;
  float: left;
  margin-right: 24px;
  margin-top: 4px;
}

.alignright,
img.alignright {
  display: inline;
  float: right;
  margin-left: 24px;
  margin-top: 4px;
}

.aligncenter,
img.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

img.alignleft,
img.alignright,
img.aligncenter {
  margin-bottom: 12px;
}

.wp-caption {
  background: #f1f1f1;
  line-height: 18px;
  margin-bottom: 20px;
  padding: 4px;
  text-align: center;
}

.wp-caption img {
  margin: 5px 5px 0;
  max-width: 622px;
  /* caption width - 10px */
}

.wp-caption p.wp-caption-text {
  color: #777;
  font-size: 12px;
  margin: 5px;
}

.wp-smiley {
  margin: 0;
}

.col-xs-5th,
.col-sm-5th,
.col-md-5th,
.col-lg-5th {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  width: 20%;
  float: left;
}

.col-5-th {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 20%;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}

@media (min-width: 768px) {
  .col-sm-5th {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20%;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}

@media (min-width: 992px) {
  .col-md-5th {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20%;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}

@media (min-width: 1200px) {
  .col-lg-5th {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20%;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}

@media only screen and (max-width: 992px) {
  .col-md-5th {
    width: 33%;
    float: none;
    display: block;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33%;
    -ms-flex: 0 0 33%;
    flex: 0 0 33%;
    max-width: 33%;
  }

  .col-md-5th.col-sm-5th {
    width: 20%;
    float: left;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20%;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}

@media only screen and (max-width: 769px) {
  .col-md-5th {
    width: 100%;
    float: none;
    display: block;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-md-5th.col-sm-5th {
    width: 50%;
    float: none;
    display: block;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media only screen and (max-width: 767px) {
  .col-md-5th {
    width: 100%;
    float: none;
    display: block;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .col-md-5th.col-sm-5th {
    width: 100%;
    float: none;
    display: block;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.archive-item-list .card .card-image-top {
  min-height: 350px;
}





/* form */


.call-to-action--small.float-right {
  margin: .5em 0 1em 1.5em;
  max-width: 304px;
  min-height: 270px;
  background-size: cover;
  z-index: 1;
  padding: 50px 25px !important;
  position: relative !important;
  float: right !important;
  justify-content: flex-end !important;
  flex-direction: column !important;
}


.call-to-action .overlay {
  background: linear-gradient(0deg, #232223, #232223), linear-gradient(180deg, #FF7E18 0%, #FF3C03 99.99%, #FF3200 100%);
  opacity: 0.6;
  border-radius: 0.5rem;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  position: absolute !important;
}


.call-to-action .content {
  position: relative;
  z-index: 3;
}

.call-to-action .content .header {
  background-color: unset;
}


.call-to-action .header {
  margin-bottom: 25px !important;
}

.call-to-action .header .title {
  font-size: 28px;
  line-height: 36px;
  color: #fff !important;
  font-weight: 700 !important;
}

.btn-wrap {
  position: relative;
  z-index: 1;
  bottom: -3px;
}

.btn-custom {
  position: relative;
  border-radius: 8px;
  background: #ff8600;
  background-clip: padding-box;
  color: #eef2f5;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.688rem;
  text-align: center;
  -webkit-transition: 0.3s ease-out 0s;
  -moz-transition: 0.3s ease-out 0s;
  -o-transition: 0.3s ease-out 0s;
  transition: 0.3s ease-out 0s;
  padding: 0.73rem 1.6rem;
}

.btn-custom:hover {
  background: #ff8600 !important;
  border: unset;
  color: #eef2f5;
}


.btn-custom:after {
  position: absolute;
  top: -3px;
  left: -3px;
  background: #ff8600;
  width: calc(100% + 6px);
  height: calc(100% + 6px);
  content: '';
  z-index: -1;
  border-radius: 8px;
  -webkit-transition: 0.3s ease-out 0s;
  -moz-transition: 0.3s ease-out 0s;
  -o-transition: 0.3s ease-out 0s;
  transition: 0.3s ease-out 0s;
}



.mob-ver {
  display: none;
}


#get_callback .wpcf7-response-output {
  color: black;
}



@media(max-width:500px) {
  .mob-ver {
    display: block;
    width: 100%;
    max-width: 100% !important;
  }

  .pc-ver {
    display: none !important;
  }

}


.close--pop-up {
  position: absolute;
  top: -13px;
  right: -13px;
  height: 25px;
  width: 25px;
  opacity: 1 !important;
  outline: none;
}

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
}


.close--pop-up span {
  opacity: 1;
  display: block;
  border-radius: 50%;
  background-color: #ff8600;
  height: 25px;
  width: 25px;
  color: #fff;
}

.modal-content {
  position: relative;
  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%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}




@media(max-width:500px) {
  .logo {
    margin-top: -60px;
  }
}



/* custom */


.custom-row select,
.custom-row input {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  height: 45px;
}

.custom-row {
  gap: 10px;
  margin-top: -20px;
}

.count {
  width: 110px;
}

.custom-row .menu-22 {
  flex: 1
}

.custom-row .menu-22 select {
  width: 100%;
}


.curent {
  height: 50px;
  line-height: 4;
  margin-left: -10px;
}

@media(max-width:768px){
	.entry-content img{
	max-width:100%;
}