/*
Theme Name: Konkord
Theme URI: 
Author: IT4U
Author URI: 
Description: 
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: 
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/*-----header start-----*/

header {
	padding: 30px 0px;
}
.logo--header img {
    max-width: 220px;
    max-height: 60px;
    object-fit: contain;
}
.header--box > .container > .row {
	align-items: center;
}
.menu--block {
	width: 90%;
	margin: 0 auto;
}
#menu-menu-top {
    padding: 0px;
    margin: 0px;
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#menu-menu-top li a {
    color: #000000;
    font-family: "Open Sans";
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    display: block;
    text-decoration: none !important;
    transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
}
#menu-menu-top li.current-menu-item a {
    color: #a22927;
	margin-top: -5px;
}
#menu-menu-top li a:hover {
    color: #a22927;
	margin-top: -5px;
}
.lang_box ul {
    padding: 0px;
    margin: 0px;
    display: flex;
    list-style: none;
    justify-content: flex-end;
    flex-direction: row-reverse;
}
.lang_box ul li a {
    color: #989898;
    font-family: "Open Sans";
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none !important;
    margin-left: 10px;
    cursor: pointer;
    transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
}
.lang_box ul li a:hover {
    color: #a22927;
}
.lang_box ul li.active a {
    color: #a22927;
}

/*-----header end-----*/

/*-----footer start-----*/

.footer--box {
    background: #832120;
    padding: 50px 0px;
}
.footer--title {
    color: rgba(255, 255, 255, 0.35);
    font-family: "Open Sans";
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 25px;
}
#menu-footer-menu {
    padding: 0px;
    margin: 0px;
    list-style: none;
}
#menu-footer-menu li a {
    color: #ffffff;
    font-family: Open sans;
    font-weight: 400;
    line-height: 30px;
    text-decoration: none !important;
    transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
}
#menu-footer-menu li a:hover {
    color: rgba(255, 255, 255, 0.35);
}
#photos {
  opacity: .88;
}
#photos img {
    width: 68px;
    height: 68px;
    display: block;
    margin: 5px;
}
#photos ul {
    list-style: none;
    margin: 0px -5px;
    padding: 0px;
    display: flex;
    text-align: center;
    flex-wrap: wrap;
    width: 312px;
}
#photos ul li {
    width: 78px;
}
#overlay {
  background: rgba(0,0,0, .8);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  text-align: center;
  z-index: 999;
}
#overlay img {
    width: auto;
    top: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    left: 50%;
    max-width: 90%;
}
#photos {
  width: 100%;
}

#photo-gallery {
  width: 100%;
}
.contact__footer__box {
	display: flex;
	justify-content: flex-end;
}
.contact__footer p {
    color: #ffffff;
    font-family: "Open Sans";
    font-size: 16px;
    font-weight: 400;
    line-height: 1em;
    margin-bottom: 20px;
    padding-left: 30px;
    position: relative;
}
.contact__footer p.phone a {
	pointer-events: none;
}
.contact__footer p.phone:before {
    content: '';
    width: 18px;
    height: 18px;
    background-image: url(../konkord/img/phone.png);
    display: block;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    left: 0px;
}
.contact__footer p.mail:before {
    content: '';
    width: 18px;
    height: 18px;
    background-image: url(../konkord/img/mail.png);
    display: block;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    left: 0px;
}
.contact__footer p.address:before {
    content: '';
    width: 18px;
    height: 18px;
    background-image: url(../konkord/img/address.png);
    display: block;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    left: 0px;
}
.contact__footer p a {
    color: #ffffff;
    text-decoration: none !important;
    transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
}
.contact__footer p a:hover {
    color: rgba(255, 255, 255, 0.35);
}
.contact__footer ul {
    padding: 0px;
    list-style: none;
    margin: 0px;
    display: flex;
    justify-content: space-between;
}
.contact__footer ul a {
    font-size: 24px;
    color: rgba(255, 255, 255, 0.7);
    transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
}
.contact__footer ul a:hover {
    color: #ffffff;
}
.upper--footer {
    background-color: #651919;
    padding: 20px 0px;
}
.upper--footer p {
    color: rgba(255, 255, 255, .5);
    font-family: "Open Sans";
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    margin: 0px;
}
.upper--footer p a {
    color: rgba(255, 255, 255, .5);
    text-decoration: underline;
    transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
}
.upper--footer p a:hover {
    color: #ffffff;
}
.upper--footer .wpar_trademark p {
    text-align: right;
}

/*-----footer end-----*/

/*-----home start-----*/

.section__banner  {
	position: relative;
}
.n2-ss-slider-3 {
    cursor: initial !important;
}
.n2-ss-slide-background-image:before {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}
.section__banners h2 {
    color: #ffffff !important;
    font-family: "Open Sans" !important;
    font-size: 52px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    margin-bottom: 20px !important;
    line-height: 1em !important;
}
.section__banners h3 {
    color: rgba(255, 255, 255, 0.6) !important;
    font-family: "Open Sans" !important;
    font-size: 31px !important;
    font-weight: 300 !important;
    text-transform: uppercase !important;
    line-height: 1em !important;
}
.slick-prev, .slick-next {
    background-color: rgba(0, 0, 0, 0.35) !important;
    width: 42px !important;
    height: 42px !important;
    z-index: 9;
    background-repeat: no-repeat !important;
    background-position: center !important;
    transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
}
.slick-prev:hover, .slick-next:hover {
    background-color: rgba(0, 0, 0, 1) !important;
}
.slick-prev {
    left: auto !important;
    right: calc(50% + 545px);
    background-image: url('../konkord/img/arrowLeft.png') !important;
}
.slick-next {
    right: auto !important;
    left: calc(50% + 545px);
    background-image: url('../konkord/img/arrowRight.png') !important;
}

.section__advantages, .section__service {
	background-color: #f5f5f5;
	padding-top: 100px;
}
.block__title {
    color: #000000;
    font-family: "Open Sans";
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1em;
    text-align: center;
    margin-bottom: 20px;
}
.block__description {
    color: rgba(0, 0, 0, 0.5);
    font-family: "Open Sans";
    font-size: 18px;
    font-weight: 400;
    line-height: 1em;
    text-align: center;
    margin-bottom: 0px;
}
.advantages__block {
    padding-top: 50px;
    display: flex;
    justify-content: space-between;
}
.advantage__box {
    text-align: center;
    max-width: 160px;
}
.advantage__box img {
    height: 60px;
    width: auto;
    object-fit: cover;
}
.advantage__box p {
    color: rgba(68, 68, 68, 0.7);
    font-family: "Open Sans";
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-transform: uppercase;
    margin-bottom: 0px;
    margin-top: 20px;
}
.section__service {
	padding-bottom: 100px;
}
.service__block {
    margin-top: 65px;
    border-radius: 3px;
    overflow: hidden;
    box-shadow: 0 6px 24px rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
    position: relative;
    transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
}
.service__block:hover {
    margin-top: 40px;
    box-shadow: 0 14px 36px rgba(0, 0, 0, 0.24);
}
.service__block > img {
    width: 100%;
    height: 150px;
    object-fit: cover;
}
.service__block__description {
	padding: 30px;;
}
.service__description__title {
	display: flex;
}
.service__description__title img {
    width: auto;
    height: auto;
    max-width: 52px;
    max-height: 52px;
    object-fit: contain;
    margin-right: 20px;
    object-position: center;
}
.service__description__title h3 {
    color: #000000;
    font-family: "Open Sans";
    font-size: 24px;
    font-weight: 700;
    margin: 0px 0px 5px;
    line-height: 1em;
}
.service__description__title p {
    color: #9f9f9f;
    font-family: "Open Sans";
    font-size: 14px;
    font-weight: 400;
    margin: 0px;
    line-height: 1em;
}
.service__description__box {
    margin-top: 20px;
}
.service__description__box p {
    color: #636363;
    font-family: "Open Sans";
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 65px;
}
.service__description__box a {
    position: absolute;
    bottom: 30px;
    width: 150px;
    height: 40px;
    border-radius: 3px;
    background-color: #a22927;
    color: #ffffff;
    text-decoration: none !important;
    font-family: "Open Sans";
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    text-align: center;
    line-height: 40px;
    padding-right: 15px;
    transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
}
.service__description__box a:hover {
    color: rgba(255, 255, 255, 0.5);
}
.service__description__box a:before {
    content: '';
    background-image: url(../konkord/img/serviceArrow.png);
    display: block;
    width: 20px;
    height: 15px;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
}
.service__description__box a:hover:before {
    right: 10px;
}
.section__example {
    background-size: cover;
    background-position: center;
}
.section__example__bg {
    background-color: rgba(0, 0, 0, 0.8);
    padding: 100px 0px;
}
.section__example__bg .block__title {
    color: #ffffff;
}
.section__example__bg .block__description {
    color: rgba(255, 255, 255, 0.5);
}
.section__example__bg .example__title {
    margin-bottom: 50px;
}
.example__single {
    background-size: cover;
    background-position: center;
    height: 350px;
    margin-bottom: 30px;
    box-shadow: 0 6px 24px rgba(0, 0, 0, 0.75);
    border-radius: 5px;
    overflow: hidden;
}
.section__example__bg .col-md-6:nth-of-type(3) .example__single {
    height: 250px;
}
.section__example__bg .col-md-6:nth-of-type(4) .example__single {
    height: 250px;
    margin-bottom: 0px;
}
.section__example__bg .col-md-6:nth-of-type(5) .example__single {
    height: 350px;
    margin-top: -100px;
    margin-bottom: 0px;
}
.example__box {
    height: 100%;
    width: 100%;
    background: rgba(255, 255, 255, 0.75);
    position: relative;
    transform: rotate3d(0, 1, 0, 90deg);
    -o-transform: rotate3d(0, 1, 0, 90deg);
    -moz-transform: rotate3d(0, 1, 0, 90deg);
    -webkit-transform: rotate3d(0, 1, 0, 90deg);
    transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
}
.example__single:hover .example__box {
    transform: rotate3d(0, 1, 0, 0deg);
    -o-transform: rotate3d(0, 1, 0, 0deg);
    -moz-transform: rotate3d(0, 1, 0, 0deg);
    -webkit-transform: rotate3d(0, 1, 0, 0deg);
}
.example__box > div {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 75%;
    transform: translate(-50%, -50%);
    text-align: center;
}
.example__box > div h3 {
    color: #a22927;
    font-family: "Open Sans";
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px;
}
.example__box > div .deadline {
    color: #000000;
    font-family: "Open Sans";
    font-size: 16px;
    font-weight: 700;
    display: inline-block;
    padding: 10px;
    background: rgba(255, 255, 255, .65);
    margin-bottom: 20px;
}
.example__box > div .deadline span {
    font-weight: 400;
}
.example__box > div .content {
    color: rgba(0, 0, 0, .75);
    font-family: "Open Sans";
    font-size: 18px;
    font-weight: 400;
    line-height: 1.3em;
    margin-bottom: 0px;
    max-height: 95px;
    overflow: hidden;
}
.section__feedback {
    background-color: #e5dfdf;
    padding: 100px 0px;
}
.section__feedback .row {
    align-items: center;
}
.section__feedback h3 {
    color: #a22927;
    font-family: "Open Sans";
    font-size: 30px;
    font-weight: 700;
    line-height: 24px;
    margin: 0px;
}
.formBlock {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.formBlock > div {
    flex: 0 0 31%;
    max-width: 31%;
}
.formBlock > div.agree {
	display: none;
}
.formBlock label {
    color: #9f9f9f;
    font-family: "Open Sans";
    font-size: 14px;
    font-weight: 400;
    line-height: 1em;
    margin-bottom: 15px;
}
.formBlock input {
    height: 50px;
    box-shadow: 0 6px 14px rgba(0, 0, 0, 0.1);
    border-radius: 3px;
    background-color: #ffffff;
    width: 100%;
    border: 0px;
    padding: 0px 15px;
    color: #818181;
    font-family: "Open Sans";
    font-size: 18px;
    font-weight: 400;
    outline: none !important;
}
.formBlock input::-webkit-input-placeholder {
  color: #d3d3d3;
}
.formBlock input::-moz-placeholder {
  color: #d3d3d3;
}
.formBlock input:-ms-input-placeholder {
  color: #d3d3d3;
}
.formBlock input:-moz-placeholder {
  color: #d3d3d3;
}
.formBlock input[type="submit"] {
    box-shadow: 0 6px 14px rgba(0, 0, 0, 0.2);
    border-radius: 3px;
    background-color: #a22927;
    color: #ffffff;
    font-family: "Open Sans";
    font-size: 15px;
    font-weight: 700;
    line-height: 24px;
    text-transform: uppercase;
    cursor: pointer;
    transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
}
.formBlock input[type="submit"]:hover {
    box-shadow: 0 6px 14px rgba(0, 0, 0, 0.2), inset 0 0 0 1px #a22927;
    background-color: transparent;
    color: #a22927;
}
div.wpcf7 .ajax-loader {
    display: none !important;
}
.news__section {
    background: #f5f5f5;
    padding: 100px 0px 80px;
}
.news__slider {
    margin-top: 40px;
}
.news__slider .slick-list.draggable {
    padding: 0px !important;
}
.news__single__slide {
    padding: 45px 15px;
    height: 475px;
    transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
}
.slick-center .news__single__slide {
    padding: 15px 15px;
}
.news__single__slide .news__block {
    padding: 0px 0px;
    height: 355px;
    position: relative;
    background-position: center;
    background-size: cover;
    transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
}
.slick-center .news__single__slide .news__block {
    padding: 45px 0px;
    height: 445px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.24);
}
.news__content__box {
    position: absolute;
    bottom: 0px;
    background: rgba(0, 0, 0, 0.75);
    padding: 20px;
}
.news__content__box span {
    color: #b3b3b3;
    font-family: "Open Sans";
    font-size: 16px;
    font-weight: 400;
    line-height: 1em;
    display: block;
    margin-bottom: 15px;
}
.news__content__box h3 {
    margin-bottom: 10px;
    font-family: "Open Sans";
    font-size: 16px;
}
.news__content__box h3 a {
    color: #f5f5f5;
    font-family: "Open Sans";
    font-size: 16px;
    font-weight: 700;
    line-height: 1.3em;
    text-decoration: none !important;
    outline: none !important;
    transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
}
.news__content__box h3 a:hover {
    color: #a22927;
}
.news__content__box .news__content__block p {
    color: rgba(255, 255, 255, .65);
    font-family: "Open Sans";
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    margin-bottom: 15px;
}
.news__content__box .news__more {
    color: #ffffff;
    font-family: "Open Sans";
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    text-transform: uppercase;
    background-image: url(../konkord/img/serviceArrow.png);
    padding-right: 35px;
    background-position: 90% center;
    background-repeat: no-repeat;
    text-decoration: none !important;
    outline: none !important;
    transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
}
.news__content__box .news__more:hover {
    color: #a22927;
    background-position: 100% center;
}
.news__section .slick-prev, .news__section .slick-next {
    background-color: transparent !important;
}
.news__section .slick-next:hover {
    background-color: transparent !important;
    background-position: right center !important;
}
.news__section .slick-prev:hover {
    background-color: transparent !important;
    background-position: left center !important;
}
.news__section .slick-next {
    background-image: url(../konkord/img/arrow_right.png) !important;
}
.news__section .slick-prev {
    background-image: url(../konkord/img/arrow_left.png) !important;
}

.clients__section {
    background: #f5f5f5;
    padding-bottom: 80px;
}
.clients__section .slick-prev, .clients__section .slick-next {
    background-color: transparent !important;
}
.clients__section .slick-next:hover {
    background-color: transparent !important;
    background-position: right center !important;
}
.clients__section .slick-prev:hover {
    background-color: transparent !important;
    background-position: left center !important;
}
.clients__section .slick-next {
    background-image: url(../konkord/img/arrow_right.png) !important;
}
.clients__section .slick-prev {
    background-image: url(../konkord/img/arrow_left.png) !important;
}
.clients__slide {
    padding: 0px 15px;
}
.clients__section .clients__slide img {
    max-width: 170px;
    margin: 0 auto;
    filter: grayscale(75%);
    opacity: .7;
    transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
}
.clients__section .clients__slide img:hover {
    filter: grayscale(0%);
    opacity: 1;
}
.clients__slider {
    margin-top: 50px;
}
.clients__slider .slick-list.draggable {
    padding: 0px !important;
}

/*-----home end-----*/

/*-----about start-----*/

.breadcrumb__section {
    background-color: #f5f5f5;
    height: 50px;
    line-height: 50px;
    padding: 0px;
    margin: 0px;
}
.homeIcon {
    color: #444444;
    font-family: "Open Sans";
    font-size: 14px;
    font-weight: 400;
    padding-left: 25px;
    position: relative;
    transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
}
.breadcrumb__section a {
    color: #444444;
    font-family: "Open Sans";
    font-size: 14px;
    font-weight: 400;
    position: relative;
    transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
}
.homeIcon:hover, .breadcrumb__section .homeIcon:hover span, .breadcrumb__section a:hover, .breadcrumb__section a:hover span {
    color: #a22927;
    text-decoration: none;
}
.breadcrumb__section .homeIcon span {
    color: #444444;
}
.homeIcon:before {
    content: '';
    position: absolute;
    width: 12px;
    height: 12px;
    display: block;
    background-image: url(../konkord/img/house.png);
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
}
.breadcrumb__section span {
    font-family: "Open Sans";
    font-size: 14px;
    font-weight: 400;
    color: #a6a6a6;
}
.about__page {
    padding: 100px 0px;
    text-align: center;
    background-color: #e2e2e2;
}
.page__title {
    color: #000000;
    font-family: "Open Sans";
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 20px;
    line-height: 1em;
}
.page__subtitle {
    color: rgba(0, 0, 0, .5);
    font-family: "Open Sans";
    font-size: 16px;
    font-weight: 400;
    margin: 0px;
}
.page__section {
    background-color: #e2e2e2;
}
.block__photo__text img {
    width: 50%;
    height: 340px;
    float: left;
    margin-right: 30px;
    box-shadow: 0 6px 32px rgba(0, 0, 0, 0.24);
    border-radius: 5px;
    object-fit: cover;
}
.block__photo__text h3 {
    color: #333333;
    font-family: "Open Sans";
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 15px;
}
.block__photo__text p {
    color: #333333;
    font-family: "Open Sans";
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 15px;
}
.block__text {
    margin-top: 60px;
}
.block__text p {
    color: #333333;
    font-family: "Open Sans";
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 15px;    
}
.page__box__title {
    height: 72px;
    border-radius: 3px;
    background-color: #f5f5f5;
    line-height: 72px;
    color: #333333;
    font-family: "Open Sans";
    font-size: 24px;
    font-weight: 700;
    padding-left: 25px;
    margin-top: 35px;
    margin-bottom: 50px;
    box-shadow: 0 0px 39px rgba(0, 0, 0, 0.05);
}
.team__box img {
    height: 480px;
    width: 100%;
    object-fit: cover;
    box-shadow: 0 6px 32px rgba(0, 0, 0, 0.24);
    border-radius: 5px;
    margin-bottom: 15px;
}
#page-about {
    display: flex;
    list-style: none;
    justify-content: space-between;
    padding: 0px;
    margin-bottom: 100px;
}
#page-about li {
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.16);
    border-radius: 3px;
    background-color: #e8e8e8;
    overflow: hidden;
    max-width: 24%;
}
#page-about li a {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    height: 340px;
    text-decoration: none !important;
}
#page-about li a img {
    height: 240px;
    width: 100%;
    object-fit: contain;
    position: relative;
    top: calc(50% - 25px);
    transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
#page-about li a p {
    color: #a22927;
    font-family: "Open Sans";
    font-size: 14px;
    font-weight: 400;
    background-color: #ffffff;
    line-height: 50px;
    margin: 0px;
    text-align: center;
}
#aboutGallery {
  background: rgba(0,0,0, .8);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  text-align: center;
  z-index: 999;
}
#aboutGallery .photoWidthText {
    width: auto;
    top: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    left: 50%;
    max-width: 90%;
    border-radius: 3px;
    overflow: hidden;
    background-color: #e8e8e8;
}
#aboutGallery .photoWidthText img {
    padding: 15px;
    max-height: 80vh;
}
.modal_text {
    color: #a22927;
    font-family: "Open Sans";
    font-size: 14px;
    font-weight: 400;
    background-color: #ffffff;
    line-height: 50px;
    margin: 0px;
    text-align: center;
}

/*-----about end-----*/

/*-----contacts start-----*/

.contacts__subtitle {
    color: #000000;
    font-family: "Open Sans";
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 50px;
}
.contacts__box {
    margin-bottom: 50px;
}
.contacts__box p {
    display: flex;
    margin-bottom: 25px;
    line-height: 18px;
}
.contacts__box p:before {
    content: '';
    background-position: center;
    background-repeat: no-repeat;
    display: block;
    width: 18px;
    height: 18px;
    position: absolute;
}
.contacts__box p.phone:before {
    background-image: url(../konkord/img/phone_red.png);
}
.contacts__box p.email:before {
    background-image: url(../konkord/img/mail_red.png);
}
.contacts__box p.address:before {
    background-image: url(../konkord/img/location_red.png);
}
.contacts__box p span {
    color: #a22927;
    font-family: "Open Sans";
    font-size: 18px;
    font-weight: 600;
    width: 150px;
    padding-left: 30px;
}
.contacts__box p {
    color: #000000;
    font-family: "Open Sans";
    font-size: 18px;
    font-weight: 600;
}
.contacts__box p a {
    color: #000000;
    font-family: "Open Sans";
    font-size: 18px;
    font-weight: 600;
    text-decoration: none !important;
    transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
}
.contacts__box p.phone a {
    pointer-events: none;
}
.contacts__box p a:hover {
    color: #a22927;
}
.maps__box {
    width: 100%;
    height: 300px;
    box-shadow: 0 6px 24px rgba(0, 0, 0, 0.24);
    border-radius: 3px;
    overflow: hidden;
}
.maps__box iframe {
    width: 100%;
    height: 100%;
}
.page__contact__form {
    padding-left: 50px !important;
    margin-bottom: 80px;
}
.contacts__form__box .formBlock {
    flex-wrap: wrap;
}
.contacts__form__box .formBlock > div {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 20px;
    position: relative;
}
.contacts__form__box .formBlock > div.agree {
	display: none;
}
span.wpcf7-not-valid-tip {
    color: #f00;
    font-weight: normal;
    display: block;
    position: absolute;
    top: -25px;
    width: auto;
    font-size: 12px;
    left: 10px;
    background: #fff;
    padding: 0px 5px;
    border-radius: 3px;
}
.formBlock > div textarea {
    box-shadow: 0 6px 14px rgba(0, 0, 0, 0.1);
    border-radius: 3px;
    background-color: #ffffff;
    width: 100%;
    border: 0px;
    padding: 10px 15px;
    color: #818181;
    font-family: "Open Sans";
    font-size: 18px;
    font-weight: 400;
    outline: none !important;
    height: 160px;
    resize: none;
}
.contacts__form__box .formBlock input[type="submit"] {
    width: auto;
    padding: 0px 40px;
}
div.wpcf7-response-output {
    border: none !important;
    margin: 0px !important;
    padding: 0px !important;
    width: 100% !important;
    text-align: center;
}

/*-----contact end-----*/

/*-----opportunities start-----*/

.page__section.page__opportunities {
    background-color: #f5f5f5;
}
.opportunities__block {
    position: relative;
    min-height: 530px;
}
.opportunities__block .photo__box {
    height: 530px;
    width: 50%;
    background-position: center;
    background-size: cover;
    position: absolute;
    top: 0px;
    left: 0px;
}
.content__box {
    padding: 70px 0px 0px 45px;
}
.content__box img {
    width: 52px;
    height: 52px;
    object-fit: contain;
    margin-bottom: 25px;
}
.content__box h3 {
    color: #000000;
    font-family: "Open Sans";
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 25px;
    word-break: break-word;
}
.content__box p {
    color: #6e6e6e;
    font-family: "Open Sans";
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    margin: 0px;
	padding-bottom: 20px;
}
.page__opportunities .opportunities__block:nth-child(2n) .photo__box {
    left: auto;
    right: 0px;
}
.page__opportunities .opportunities__block:nth-child(2n) .container .row {
    flex-direction: row-reverse;
}
.page__opportunities .opportunities__block:nth-child(2n) .content__box {
    padding: 70px 45px 0px 0px;
}
.page__opportunities .opportunities__block:nth-child(2n) .content__box img {
    
}
.page__opportunities .opportunities__block:nth-child(2n) .content__box h3 {
    
}
.page__opportunities .opportunities__block:nth-child(2n) .content__box p {
    
}

/*-----opportunities end-----*/

/*-----news start-----*/

.page__news {
    padding-bottom: 100px;
}
.page__news > .container {
    max-width: 945px !important;
}
.single__news {
    padding-bottom: 40px;
    border-bottom: 1px solid #cdcdcd;
    margin-bottom: 40px;
}
.single__news img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    box-shadow: 0 6px 24px rgba(0, 0, 0, 0.16);
}
.row.box__single__news > .col-12:nth-of-type(2n) .single__news > .row {
    flex-direction: row-reverse;
}
.description__box__news {

}
.description__box__news .data__box {
    color: #ababab;
    font-family: "Open Sans";
    font-size: 16px;
    font-weight: 400;
    line-height: 1em;
    margin-bottom: 20px;
    display: block;
}
.description__box__news h2 {
    font-family: "Open Sans";
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 15px;
}
.description__box__news h2 a {
    color: #a22927;
    text-decoration: none !important;
    transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
}
.description__box__news h2 a:hover {
    color: #9f9f9f;
}
.description__box__news p {
    color: #444444;
    font-family: "Open Sans";
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    margin-bottom: 20px;
}
.description__box__news > a {
    color: #9f9f9f;
    font-family: "Open Sans";
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    text-transform: uppercase;
    text-decoration: none !important;
    padding-right: 35px;
    background-image: url(../konkord/img/newsArrow.png);
    background-position: 90% center;
    background-repeat: no-repeat;
    transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
}
.description__box__news > a:hover {
    color: #a22927;
    background-position: 98% center;
}
#true_loadmore {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 20px;
}
.more__post__news {
    border-radius: 3px;
    background-color: #a22927;
    color: #ffffff;
    font-family: "Open Sans";
    font-size: 14px;
    font-weight: 400;
    padding: 15px 25px;
    line-height: 1em;
    display: inline-block;
    margin: 0px;
    cursor: pointer;
    transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
}
.more__post__news:hover {
    color: rgba(255, 255, 255, 0.5);
}
.page__post .container {
    max-width: 750px !important;
}
.page__post .page__title {
    margin-bottom: 0px;
}

/*---single---*/

.page__post {
    padding-bottom: 80px;
}
.post__data {
    color: #878787;
    font-family: "Open Sans";
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 30px;
    display: block;
    line-height: 1em;
}
.post__thumbnail img {
    width: 100%;
    height: 400px;
    box-shadow: 0 8px 36px rgba(0, 0, 0, 0.16);
    border-radius: 5px;
    margin-bottom: 30px;
    object-fit: cover;
}
.post__gallery {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}
.post__gallery img {
    width: 100%;
    height: 220px;
    border-radius: 5px;
    box-shadow: 0 8px 36px rgba(0, 0, 0, 0.16);
    object-fit: cover;
}
.post__gallery.two__photo img:nth-of-type(1) {
    width: calc(60% - 15px);
    margin-right: 15px;
}
.post__gallery.two__photo img:nth-of-type(2) {
    width: calc(40% - 15px);
    margin-left: 15px;
}
.post__content h2, .post__content h3, .post__content h4, .post__content h5, .post__content h6, .post__content li, .post__content a {
    color: #333333;
    font-family: "Open Sans";
    font-weight: 400;
}
.post__content p {
    color: #333333;
    font-family: "Open Sans";
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 25px;
}
.post__nav {
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.post__nav p a {
    max-width: 290px;
    display: block;
    position: relative;
    color: #a22927;
    font-family: "Open Sans";
    font-size: 16px;
    margin-top: 15px;
    font-weight: 600;
    text-decoration: none !important;
}
.prev__post a {
    padding-left: 30px;
}
.post__nav p {
    margin-bottom: 0px;
}
.next__post a {
    padding-right: 30px;
    text-align: right;
}
.prev__post a:before {
    content: "\f104";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 24px;
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
}
.next__post a:before {
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 24px;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
}
.post__nav p.next__post a:hover:before  {
    right: 0px;
}
.post__nav p.prev__post a:hover:before  {
    left: 0px;
}

/*---single---*/

/*-----start end-----*/

/*-----gallery start-----*/

.page__gallery {
    padding-bottom: 85px;
}
#galleryFilter {
    display: flex;
    justify-content: center;
    margin-bottom: 35px;
}
#galleryFilter a {
    color: #999999;
    font-family: "Open Sans";
    font-size: 14px;
    font-weight: 400;
    padding: 15px 30px;
    border-radius: 3px;
    border: 1px solid #999999;
    margin: 0px 10px;
    text-decoration: none !important;
    cursor: pointer;
    transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
}
#galleryFilter a:hover {
    color: #ffffff;
    border: 1px solid #a22927;
    background-color: #a22927;
}
#galleryBlock {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
}
#galleryBlock a {
    width: calc(33.33% - 30px);
    flex: 0 0 calc(33.33% - 30px);
    margin: 15px 15px;
    overflow: hidden;
    border-radius: 5px;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.24);
}
#galleryBlock a img {
    width: 100%;
    height: 240px;
    object-fit: cover;
}

/*-----gallery-----*/

/*-----services start-----*/

.page__section.page__services {
    background-color: #f5f5f5;
}
.page__section.page__services .service__description__title {
    display: flex;
    margin-top: 50px;
    margin-left: 35px;
}
.services__block {
    position: relative;
    min-height: 530px;
}
.services__block .photo__box {
    height: 530px;
    width: 50%;
    background-position: center;
    background-size: cover;
    position: absolute;
    top: 0px;
    left: 0px;
}
.content__box {
    padding: 70px 0px 0px 45px;
}
.content__box img {
    width: 52px;
    height: 52px;
    object-fit: contain;
    margin-bottom: 25px;
}
.services__block .service__description__box p {
    margin-bottom: 30px;
    color: #6e6e6e;
    font-family: "Open Sans";
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    word-break: break-word;
}
.services__block .service__description__box li {
    color: #6e6e6e;
    font-family: "Open Sans";
    font-size: 16px;
}
.page__services .services__block:nth-child(2n-1) .photo__box {
    left: auto;
    right: 0px;
}
.page__services .services__block:nth-child(2n-1) .container .row {
    flex-direction: row-reverse;
}
.page__services .services__block:nth-child(2n-1) .service__description__box {
    margin-top: 35px;
    margin-right: 90px;
    margin-left: 0px;
}
.page__services .services__block:nth-child(2n-1) .service__description__title {
    margin-left: 0px;
}
.page__services .services__block .service__description__box {
    margin-top: 35px;
    margin-right: 0px;
    margin-left: 35px
}
.page__services .services__block .service__description__box a {
    position: relative;
    bottom: 0px;
    display: block;
    margin-bottom: 40px;
}
.service__description__box ul.list__in__service {
    padding: 0px;
    margin-bottom: 35px;
    list-style: none;
}
.service__description__box ul.list__in__service li {
    position: relative;
    color: #000000;
    font-family: "Open Sans";
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 15px;
    line-height: 18px;
    padding-left: 30px;
}
.service__description__box ul.list__in__service li:before {
    content: '';
    position: absolute;
    background-image: url(../konkord/img/check.png);
    background-size: 100%;
    width: 18px;
    height: 18px;
    display: block;
    left: 0px;
}
.services__block .service__description__title h3 {
    font-size: 30px;
}
.services__block .service__description__title h3 a {
    color: #000000;
    font-family: "Open Sans";
    font-weight: 700;
    line-height: 1em;
    text-decoration: none !important;
    transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
}
.services__block .service__description__title h3 a:hover {
    color: #a22927;
}

/*---single---*/

.page__service {
    padding-bottom: 70px;
}
.service__slider {
    margin: 0px -20px 30px;
}
.service__slide img {
    width: calc(100% - 40px);
    height: 480px;
    object-fit: cover;
    box-shadow: 0 8px 36px rgba(0, 0, 0, 0.26);
    margin: 20px 20px;
    border-radius: 3px;
}
.service__slider .slick-prev {
    left: 20px !important;
    right: auto;
    background-image: url(../konkord/img/arrowLeft.png) !important;
}
.service__slider .slick-next {
    right: 20px!important;
    left: auto;
    background-image: url(../konkord/img/arrowRight.png) !important;
}
.page__service .post__content {
    display: flex;
    flex-wrap: wrap;
}
.service__included__list div h4 {
    color: #333333;
    font-family: "Open Sans";
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    padding-left: 35px;
    position: relative;
    margin-bottom: 20px;
}
.service__included__list div h4:before {
    content: '';
    background-image: url(../konkord/img/check.png);
    width: 24px;
    height: 24px;
    display: block;
    background-size: 100%;
    position: absolute;
    left: 0px;
}
.service__included__list div p {
    color: #333333;
    font-family: "Open Sans";
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 40px;
}
.process__box {
    position: relative;
    height: 100%;
}
.process__box:before {
    content: '';
    border-radius: 3px;
    background-color: #c2c2c2;
    width: 5px;
    height: inherit;
    display: block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}
.process__single {
    position: relative;
    display: flex;
    margin-bottom: 15px;
}
.process__single span {
    width: 32px;
    height: 32px;
    color: #ffffff;
    font-family: "Open Sans";
    font-size: 18px;
    font-weight: 700;
    display: block;
    background-color: #a22927;
    border-radius: 50%;
    line-height: 32px;
    text-align: center;
    position: absolute;
    right: -31px;
    top: 50%;
    z-index: 999;
    transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
.process__single span:before {
    content: '';
    width: 122px;
    height: 5px;
    border-radius: 3px;
    background-color: #a22927;
    display: block;
    position: absolute;
    right: 0px;
    top: 50%;
    z-index: -1;
    transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
.process img {
    width: 52px;
    height: 52px;
    margin-right: 15px;
}
.process__single {
    padding-right: 115px;
}
.process h4 {
    color: #333333;
    font-family: "Open Sans";
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 15px;
    line-height: 1em;
}
.process p {
    color: #333333;
    font-family: "Open Sans";
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    margin: 0px;
}
.process__box .process:nth-of-type(2n) > .row {
    flex-direction: row-reverse;
}
.process__box .process:nth-of-type(2n) .process__single {
    padding-right: 0px;
    padding-left: 115px;
}
.process__box .process:nth-of-type(2n) .process__single span {
    left: -31px;
    right: auto;
}
.process__box .process:nth-of-type(2n) .process__single span:before {
    right: auto;
    left: 0px;
}

.example__list {
    display: flex;
    flex-wrap: wrap;
}
.example__single__box {
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.16);
    border-radius: 3px;
    background-color: #ffffff;
    margin-bottom: 30px;
}
.example__slider img {
    width: 100%;
    height: 380px;
    object-fit: cover;
    object-position: center;
}
.example__slider .slick-prev {
    left: 0px!important;
    right: auto;
    background-image: url(../konkord/img/arrowLeft.png) !important;
}
.example__slider .slick-next {
    right: 0px !important;
    left: auto;
    background-image: url(../konkord/img/arrowRight.png) !important;
}
.example__slider {
    height: 380px;
}
.example__description__box {
    padding: 25px;
}
.example__description__box h3 {
    color: #a22927;
    font-family: "Open Sans";
    font-size: 18px;
    font-weight: 700;
    line-height: 1em;
    margin-bottom: 15px;
}
.example__description__box p {
    color: #333333;
    font-family: "Open Sans";
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

/*---single---*/

/*-----services end-----*/


.mobile__show {
    display: none !important;
}


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

	.logo--header img {
	    width: 100%;
	}
	.menu--block {
	    width: 100%;
	}
	.lang_box ul {
	    justify-content: flex-start;
	}
	.lang_box ul li a {
	    margin-left: 5px;
	}
	.slick-next {
	    left: calc(100% - 42px);
	}
	.slick-prev {
	    right: calc(100% - 42px);
	}
	.section__feedback h3 {
	    font-size: 25px;
	    line-height: 30px;
	}
	.news__section .slick-next, .clients__section .slick-next {
	    left: calc(100% - 15px);
	}
	.news__section .slick-prev, .clients__section .slick-prev {
	    right: calc(100% - 15px);
	}
	.page__contact__form {
	    padding-left: 15px !important;
	}

}

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

    .contact__footer p.phone a {
        pointer-events: auto;
    }
    .contacts__box p.phone a {
        pointer-events: auto;
    }
    #responcsive__menu {
	    position: absolute;
	    top: 100px;
	    left: 0px;
	    background: #a22927;
	    height: calc(100vh - 100px);
	    overflow: hidden;
	    z-index: 999;
	    width: 0px;
	    padding: 0px;
	    transition: .3s;
	    -o-transition: .3s;
	    -moz-transition: .3s;
	    -webkit-transition: .3s;
	}
	#responcsive__menu.active {
	    width: 100vw;
	    max-width: 100vw;
	}
	#mobile__menu__btn {
	    height: 40px;
	    display: flex !important;
	    justify-content: center;
	    align-items: center;
	}
	#mobile__menu__btn span {
	    height: 3px;
	    width: 25px;
	    display: block;
	    background: #b4b4b4;
	    position: relative;
	}
	#mobile__menu__btn span:before {
	    content: '';
	    height: 3px;
	    width: 25px;
	    display: block;
	    background: #b4b4b4;
	    position: absolute;
	    top: -6px;
	}
	#mobile__menu__btn span:after {
	    content: '';
	    height: 3px;
	    width: 25px;
	    display: block;
	    background: #b4b4b4;
	    position: absolute;
	    bottom: -6px;
	}
	#mobile__menu__btn.active span, #mobile__menu__btn.active span:before, #mobile__menu__btn.active span:after {
	    background: #a22927;
	}
	.menu--block {
	    width: 100vw;
	}
	#menu-menu-top {
	    flex-wrap: wrap;
	    padding: 15px 0px;
	}
	#menu-menu-top li {
	    width: 100%;
	    margin: 0px 15px;
	    border-bottom: 1px dashed #c18786;
	    line-height: 50px;
	}
	#menu-menu-top li a {
	    color: #ffffff;
	}
	#menu-menu-top li a:hover {
	    color: #ffffff;
	    margin-top: 0px;
	}
	#menu-menu-top li.current_page_item a {
	    color: #ffffff;
	    margin-top: 0;
	}
	.logo--header img {
	    width: 100%;
	}
	
	.lang__block.mobile__show {
		display: flex !important;
		justify-content: center;
	}
	.languages {
	    position: relative;
	}
	.languages.en .lang__btn.en, .languages.ru .lang__btn.ru, .languages.ua .lang__btn.ua {
	    display: block;
	    color: #a22927;
	}
	.lang__block li {
	    display: none;
	    color: #989898;
	    font-family: "Open Sans";
	    font-size: 12px;
	    font-weight: 600;
	    text-transform: uppercase;
	    text-decoration: none !important;
	    position: relative;
	    cursor: pointer;
	    text-align: center;
	    transition: .3s;
	    -o-transition: .3s;
	    -moz-transition: .3s;
	    -webkit-transition: .3s;
	}
	.language-chooser li.active {
	    display: none;
	}
	ul.language-chooser {
	    position: absolute;
	    top: 20px;
	    flex-wrap: wrap;
	    justify-content: center;
	    width: 100%;
	    height: 0px;
	    overflow: hidden;
	    background: #ffffff;
	    z-index: 9;
	}
	ul.language-chooser.active__lang {
	    height: auto;
	}
	ul.language-chooser li {
	    width: 100%;
	    text-align: center;
	}
	ul.language-chooser li a {
	    margin: 0px;
	}
	.slick-next {
	    left: calc(100% - 42px);
	}
	.slick-prev {
	    right: calc(100% - 42px);
	}
	.service__description__title img {
		display: none;
	}
	.service__block__description {
	    padding: 20px 15px;
	}
	.service__description__title h3 {
	    font-size: 20px;
	}
	.section__feedback h3 {
	    margin-bottom: 25px;
	    text-align: center;
	}
	.news__section {
	    padding: 100px 0px 0px;
	}
	.news__section .slick-prev, .clients__section .slick-prev {
	    right: 100%;
	}
	.news__section .slick-next, .clients__section .slick-next {
	    left: 100%;
	}
	.page__section.page__services .service__description__title {
	    margin-top: 25px;
	    margin-left: 20px;
	}
	.page__services .services__block:nth-child(2n-1) .service__description__box {
	    margin-top: 20px;
	    margin-right: 20px;
	}
	.page__services .services__block .service__description__box {
	    margin-top: 20px;
	    margin-left: 20px;
	}
	.services__block .service__description__title h3 {
	    font-size: 24px;
	}
	.process__single span:before {
	    width: 60px;
	}
	.process__single {
	    padding-right: 50px;
	}
	.process__box .process:nth-of-type(2n) .process__single {
	    padding-left: 50px;
	}
	.process img {
	    display: none;
	}
	.example__slider img {
	    height: 280px;
	}
	.example__slider {
		height: 280px;
	}
	.content__box {
	    padding: 25px 0px 0px 20px;
	}
	.content__box img {
	    display: none;
	}
	.content__box h3 {
	    font-size: 24px;
	}
	#galleryFilter {
	    margin-bottom: 10px;
	    flex-wrap: wrap;
	}
	#galleryFilter a {
	    margin-bottom: 20px;
	}
	.block__text {
	    margin-top: 30px;
	}
	#page-about li a p {
	    line-height: 1.5em;
	    padding: 10px;
	}
	.page__contact__form {
	    padding-left: 15px !important;
	    margin-bottom: 20px;
	}
	.contacts__subtitle {
	    margin-bottom: 30px;
	}
	.maps__box {
	    margin-bottom: 30px;
	}
	.about__page {
	    padding: 60px 0px;
	}

}

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

	.breadcrumb__section {
		display: none;
	}
	.mobile__show {
	    display: block !important;
	}
	#responcsive__menu {
	    position: absolute;
	    top: 100px;
	    left: 0px;
	    background: #a22927;
	    height: calc(100vh - 100px);
	    overflow: hidden;
	    z-index: 999;
	    width: 0px;
	    padding: 0px;
	    transition: .3s;
	    -o-transition: .3s;
	    -moz-transition: .3s;
	    -webkit-transition: .3s;
	}
	#responcsive__menu.active {
	    width: 100vw;
	}
	#mobile__menu__btn {
	    height: 40px;
	    display: flex !important;
	    justify-content: center;
	    align-items: center;
	}
	#mobile__menu__btn span {
	    height: 3px;
	    width: 25px;
	    display: block;
	    background: #b4b4b4;
	    position: relative;
	}
	#mobile__menu__btn span:before {
	    content: '';
	    height: 3px;
	    width: 25px;
	    display: block;
	    background: #b4b4b4;
	    position: absolute;
	    top: -6px;
	}
	#mobile__menu__btn span:after {
	    content: '';
	    height: 3px;
	    width: 25px;
	    display: block;
	    background: #b4b4b4;
	    position: absolute;
	    bottom: -6px;
	}
	#mobile__menu__btn.active span, #mobile__menu__btn.active span:before, #mobile__menu__btn.active span:after {
	    background: #a22927;
	}
	.menu--block {
	    width: 100vw;
	}
	#menu-menu-top {
	    flex-wrap: wrap;
	    padding: 15px 0px;
	}
	#menu-menu-top li {
	    width: 100%;
	    margin: 0px 15px;
	    border-bottom: 1px dashed #c18786;
	    line-height: 50px;
	}
	#menu-menu-top li a {
	    color: #ffffff;
	}
	#menu-menu-top li a:hover {
	    color: #ffffff;
	    margin-top: 0px;
	}
	#menu-menu-top li.current_page_item a {
	    color: #ffffff;
	    margin-top: 0;
	}
	.logo--header img {
	    width: 100%;
	}

	.languages {
	    position: relative;
	}
	.languages.en .lang__btn.en, .languages.ru .lang__btn.ru, .languages.ua .lang__btn.ua {
	    display: block;
	    color: #a22927;
	}
	.lang__block li {
	    display: none;
	    color: #989898;
	    font-family: "Open Sans";
	    font-size: 12px;
	    font-weight: 600;
	    text-transform: uppercase;
	    text-decoration: none !important;
	    position: relative;
	    cursor: pointer;
	    text-align: center;
	    transition: .3s;
	    -o-transition: .3s;
	    -moz-transition: .3s;
	    -webkit-transition: .3s;
	}
	.language-chooser li.active {
	    display: none;
	}
	ul.language-chooser {
	    position: absolute;
	    top: 20px;
	    flex-wrap: wrap;
	    justify-content: center;
	    width: 100%;
	    height: 0px;
	    overflow: hidden;
	    background: #ffffff;
	    z-index: 9;
	}
	ul.language-chooser.active__lang {
	    height: auto;
	}
	ul.language-chooser li {
	    width: 100%;
	    text-align: center;
	}
	ul.language-chooser li a {
	    margin: 0px;
	}

	.slick-next {
	    left: calc(100% - 42px);
	    display: none !important;
	}
	.slick-prev {
	    right: calc(100% - 42px);
	    display: none !important;
	}
	.section__banners h2 {
	    font-size: 22px !important;
	    margin-bottom: 10px !important;
        width: 500px !important;
        max-width: 90% !important;
        line-height: 1em !important;
        margin: -20px auto 10px !important;
	}
	.section__banners h3 {
	    font-size: 19px !important;
        margin-top: 20px !important;
	    margin-bottom: 10px !important;
        width: 500px !important;
        max-width: 95% !important;
        margin: 20px auto 10px !important;
	}

	.section__advantages, .section__service {
	    padding-top: 50px;
	}
	.block__title {
	    font-size: 18px;
	    margin-bottom: 15px;
	}
	.block__description {
	    font-size: 14px;
	}
	.advantages__block {
	    justify-content: center;
	    flex-wrap: wrap;
	    padding-top: 40px;
	}
	.advantage__box {
	    max-width: 90px;
	    margin: 0px 10px 10px;
	}
	.advantage__box img {
	    height: 40px;
	}
	.advantage__box p {
	    font-size: 10px;
	    line-height: 15px;
	}
	.service__block {
	    margin-top: 20px;
	}
	.section__service {
	    padding-bottom: 50px;
	}
	.section__example__bg {
	    padding: 50px 0px 30px;
	}
	.section__example__bg .example__title {
	    margin-bottom: 40px;
	}
	.example__single {
	    height: 200px;
	}
	.section__example__bg .col-md-6:nth-of-type(3) .example__single {
	    height: 180px;
	}
	.section__example__bg .col-md-6:nth-of-type(4) .example__single {
	    height: 200px;
	    margin-bottom: 30px;
	}
	.section__example__bg .col-md-6:nth-of-type(5) .example__single {
	    height: 180px;
	    margin-top: 0px;
	    margin-bottom: 0px;
	}
	.example__box > div h3 {
	    font-size: 14px;
	    margin-bottom: 10px;
	}
	.example__box > div .deadline {
	    font-size: 12px;
	    margin-bottom: 10px;
	}
	.example__box > div .content {
	    font-size: 12px;
	}
	.section__feedback {
	    padding: 50px 0px;
	}
	.formBlock {
	    flex-wrap: wrap;
	}
	.formBlock > div {
	    flex: 0 0 100%;
	    max-width: 100%;
	    margin-top: 20px;
	}
	.formBlock > div.submit__box {
	    margin-top: 30px;
	}
	.section__feedback h3 {
	    font-size: 24px;
	    text-align: center;
	    margin-bottom: 20px;
	}
	.news__section {
	    padding: 50px 0px 20px;
	}
	.news__single__slide {
	    height: 375px;
	    padding: 0px 15px;
	}
	.slick-center .news__single__slide {
	    padding: 0px 15px;
	}
	.slick-center .news__single__slide .news__block {
	    height: 355px;
	}
	.clients__section {
	    padding-bottom: 40px;
	}

	.contact__footer__box {
	    justify-content: flex-start;
	}
	.footer--title {
	    margin-top: 50px;
	}
	.footer--box {
	    padding: 0px 0px 50px;
	}
	.upper--footer p {
	    font-size: 11px;
	}

	.about__page {
	    padding: 50px 0px;
	}
	.page__title {
	    font-size: 24px;
	    margin-bottom: 10px;
	}
	.page__subtitle {
	    font-size: 14px;
	}
	.block__photo__text img {
	    width: 100%;
	    height: 250px;
	    float: none;
	    margin-right: 0px;
	    margin-bottom: 20px;
	    object-fit: cover;
	}
	.block__text {
	    margin-top: 15px;
	}
	.page__box__title {
	    height: 50px;
	    line-height: 50px;
	    font-size: 18px;
	    padding-left: 15px;
	    margin-top: 25px;
	    margin-bottom: 40px;
	}
	.team__box img {
	    height: 250px;
	}
	#page-about {
	    justify-content: center;
	    margin-bottom: 30px;
	    flex-wrap: wrap;
	}
	#page-about li {
	    margin-bottom: 20px;
	    max-width: 100%;
	}
	.services__block .photo__box {
	    height: 220px;
	    width: 100%;
	    position: relative;
	}
	.page__services .services__block:nth-child(2n-1) .service__description__box {
	    margin-right: 0px;
	}
	.page__services .services__block .service__description__box {
	    margin-bottom: 30px;
	    margin-left: 0px;
	}
	.page__section.page__services .service__description__title {
	    margin-top: 25px;
	    margin-left: 0px;
	}
	.service__slide img {
	    width: calc(100% - 40px);
	    height: 250px;
	}
	.service__slider {
	    margin: 0px 0px 0px;
	}
	.process__box:before {
	    left: calc(100% - 25px);
	    transform: translateX(0%);
	    -o-transform: translateX(-0%);
	    -moz-transform: translateX(0%);
	    -webkit-transform: translateX(0%);
	}
	.process__single span {
	    right: -8px;
	}
	.process__single span:before {
	    width: 55px;
	}
	.process__single {
	    padding-right: 60px;
	    margin-bottom: 30px;
	}
	.process__box .process:nth-of-type(2n) .process__single {
	    padding-right: 60px;
	    padding-left: 0px;
	}
	.process__box .process:nth-of-type(2n) .process__single span {
	    left: auto;
	    right: -8px;
	}
	.process__box .process:nth-of-type(2n) .process__single span:before {
	    right: 0px;
	    left: auto;
	}
	.example__slider img {
	    height: 280px;
	}
	.example__slider {
	    height: 280px;
	}
	.opportunities__block .photo__box {
	    height: 220px;
	    width: 100%;
	    position: relative;
	}
	.content__box, .page__opportunities .opportunities__block:nth-child(2n) .content__box {
	    padding: 20px 0px 0px 0px;
	}
	.content__box img {
	    display: none;
	}
	.content__box h3 {
	    font-size: 24px;
	}
	.opportunities__block {
	    padding-bottom: 50px;
	}
	.page__gallery {
	    padding-bottom: 40px;
	}
	#galleryFilter {
	    justify-content: center;
	    flex-wrap: wrap;
	    margin-bottom: 20px;
	}
	#galleryFilter a {
	    padding: 10px 30px;
	    margin: 0px 10px 10px;
	}
	#galleryBlock {
	    padding: 0px 15px;
	}
	#galleryBlock a {
	    width: 100%;
	    flex: 0 0 100%;
	    margin: 10px 0px;
	}
	.contacts__subtitle {
	    margin-bottom: 25px;
	}
	.contacts__box p span {
	    font-size: 16px;
	    width: 120px;
	    padding-left: 25px;
	}
	.contacts__box p a {
	    font-size: 16px;
	}
	.contacts__box p {
	    font-size: 15px;
	}
	.contacts__box {
	    margin-bottom: 35px;
	}
	.maps__box {
	    margin-bottom: 35px;
	}
	.page__contact__form {
	    padding-left: 15px !important;
	    margin-bottom: 50px;
	}
	.contacts__form__box .formBlock > div {
	    margin-top: 0px;
	}
	.contacts__form__box .formBlock input[type="submit"] {
	    width: 100%;
	}
	.description__box__news .data__box {
	    margin-top: 15px;
	}
	.page__news {
	    padding-bottom: 0px;
	}
	#true_loadmore {
	    margin-top: 0px;
	    margin-bottom: 50px;
	}
	.post__thumbnail img {
		height: 250px;
	}
	.post__gallery img {
	    height: 140px;
	}

}

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

    
    .section__banners h2 {
        font-size: 22px !important;
        margin-bottom: 10px !important;
        width: 320px !important;
        max-width: 90% !important;
        line-height: 1em !important;
        margin: -20px auto 10px !important;
    }
    .section__banners h3 {
        font-size: 19px !important;
        margin-top: 20px !important;
        margin-bottom: 10px !important;
        width: 320px !important;
        max-width: 95% !important;
        margin: 20px auto 10px !important;
    }

}





