/* prefixed by https://autoprefixer.github.io (PostCSS: v7.0.23, autoprefixer: v9.7.3) */

// <uniquifier>: Use a unique and descriptive class name
// <weight>: Use a value from 100 to 900

.montserrat-<uniquifier> {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}

:root {
  --blue: #196CB4;
  --black: #000;
  --text: #333333;
}

body {
    overflow-x: hidden;
    font-family: "Montserrat" !important;
    font-size: 14px;
    margin: 0 auto;
    /* width: 1280px; */
}

h1 {
    font-family: "Montserrat";
    font-size: 3em;
    text-transform: uppercase;
    font-weight: 800;
}

h2 {
    font-size: 2.5em;
    text-transform: uppercase;
    font-weight: 700;
    font-family: "Montserrat" !important;
    position: relative;
}

.we_make_content h3 {
    font-family: "Montserrat";
    font-size: 1.5em;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
    position: relative;
}

h4 {
    font-family: "Montserrat" !important;
    text-transform: uppercase;
    font-size: 1rem;
    font-weight: 700;
}

h5 {
    font-family: "Montserrat-Bold";
    font-size: 14px;
    text-transform: uppercase;
}

h6 {
    font-family: "Montserrat-Bold";
    font-size: 12px;
    text-transform: uppercase;
}

input {
    outline: none;
    border: none;
}

img {
    max-width: 100%;
    vertical-align: middle;
}

p {
    margin: 0;
}

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


header {padding-bottom: 50px;overflow: hidden;}

.top {
}

.container {
    margin: 0 auto;
    max-width: 1280px;
    /* width: 1280px; */
}

.debug {
    color: black;
    display: block;
    position: relative;
    /* border: 2px solid #aaa; */
    /* border-radius: 10px; */
    font-weight: 700;
    height: auto;
    min-height: 0px;
}

.header_info_block img {
    width: 16px;
    height: 16px;
}

a.header_info_block {
    font-size: 0.75rem;
    font-weight: 600;
    color: #595959;
    height: 16px;
    display: block;
    margin: 0 20px;
    padding-top: 10px;
}

.top-menu {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-end;
    align-items: flex-start;
}

ul.language {
    display: flex;
    list-style: none;
    margin: 8px 5px 10px;
    position: relative;
    height: auto;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    font-size: .85rem;
    font-weight: 400;
    float: right;
    padding: 0;
}

.lang-switcher {
    float: right;
    display: block;
    background: black;
    border-radius: 0 0 10px 10px;
}

ul.language li {
    display: block;
}

li.lang-item.current-lang a {
    font-weight: 800;
    text-decoration: underline;
}

ul.language a {
    color: white;
    padding: 8px;
}

li.lang-item:last-child {
    border-left: 1px solid #fff;
}

.header_logo {grid-area: logo;width: 160px;display: block;float: left;}

.header {
    display: grid;
    grid-template-areas:
        "logo company_name"
        "logo menu";
    grid-template-rows: 6fr 3fr;
    grid-template-columns: 160px 1fr;
    /* grid-column-gap: 10px; */
    margin-top: -25px;
    padding-bottom: 10px;
}

.company_name {
    grid-area: company_name;
    width: 100%;
    height: 60px;
    display: block;
    margin-top: 40px;
}

nav.header__nav {
    grid-area: menu;
    width: 100%;
    position: relative;
}

.q1 {
    float: right;
    font-size: 3rem;
    font-weight: 800;
    color: var(--blue);
}

a {
    color: var(--blue);
}

.company_name span {
    color: var(--blue);
}

.company_name a {
    color: var(--black) !important;
    margin-right: 20px;
}

ul.main-menu {
    background-color: var(--blue);
    height: 26px;
    margin: 0 22px 0 15px;
    padding-top: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-around;
    align-items: center;
}

.header .main-menu li {
    list-style: none;
    padding: 0;
    margin: 0;
}

.header .main-menu li a {
    color: white;
    text-transform: uppercase;
    font-weight: 600;
    line-height: .9rem;
    font-size: 0.9rem;
    display: block;
    position: relative;
}

ul.main-menu:after {
    content: "";
    width: 15px;
    background-color: var(--black);
    /* display: list-item; */
    height: 26px;
    position: absolute;
    right: 0;
}

ul.main-menu:before {
    content: "";
    width: 32px;
    height: 26px;
    background-color: var(--blue);
    transform: skewX(312deg);
    position: absolute;
    left: 0;
}

.main-menu li.current-menu-item a {
    text-decoration: underline;
}

.main-menu li.current-menu-item a:after {
    20: 200;
    content: "";
    width: 25px;
    height: 25px;
    background-color: var(--blue);
    position: absolute;
    /* transform: rotate(45deg); */
    top: 22px;
    left: calc(50% - 10px);
    clip-path: polygon(50% 40%, 0% 0%, 100% 0%);
}

.spec_slider {
    display: grid;
    grid-template-columns: 2fr 3fr;
    align-items: center;
    align-content: center;
}

.slider_navs li {
    background-color: var(--blue);
    color: white;
    padding: 10px 0px 10px 10px;
    margin-bottom: 20px;
    transition: 0.5s;
    width: 100%;
    /* margin-right: 20px; */
    display: flex;
    position: relative;
    min-height: 2rem;
    align-items: center;
    align-content: center;
}

a.spec_name {
    color: white;
    font-size: 1.3rem;
    line-height: 1rem;
    font-weight: 500;
    white-space: nowrap;
    overflow: hidden;
    /* position: relative; */
    width: 100%;
    display: block;
}

ul.slider_navs {
    list-style: none;
    display: block;
    position: relative;
    float: left;
    max-width: 520px;
}

span.spec_span {
    font-size: 0.8rem;
    display: block;
}

.slider_navs li.uk-active {width: 150%;z-index: 100;position: relative;transition: 0.5s;align-items: center;}

.slider_navs li:after {
    content: "";
    display: block;
    height: 100%;
    width: 30px;
    position: absolute;
    right: -30px;
    top: 0;
    background: var(--blue);
    clip-path: polygon(0% 50%, 0 0, 0 100%);
    transition: 1s;
}

ul.uk-switcher.slider_img {
    margin-left: 50px;
    height: 460px;
}

li.uk-active {}

.slider_navs li.uk-active:after {
    content: "";
    display: block;
    height: 100%;
    width: 30px;
    position: absolute;
    right: -30px;
    top: 0;
    background: var(--blue);
    clip-path: polygon(100% 50%, 0 0, 0 100%);
    transition: 0.5s;
}

h2:after {content: "";height: 4px;width: 200px;background: var(--blue);position: absolute;bottom: 0;left: 0;}

.slider_img li {
    display: block;
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
}

.slider_navs li:last-child {
    margin-bottom: 0;
}

section {
    margin-bottom: 150px;
}

.ceo_block {
    display: grid;
    grid-template-columns: 270px 1fr;
    align-content: center;
    align-items: center;
    justify-content: space-evenly;
    justify-items: stretch;
    height: auto;
    margin-left: 100px;
}

img.ceo_img {
    display: block;
    clip-path: circle();
    border-radius: 200px;
    border: 5px solid #ffffff;
}

.ceo_img_border {
    border: 3px solid var(--blue);
    border-radius: 200px;
}

.ceo_img_border {}

.ceo_info_holder {
    margin-left: 80px;
    /* position: relative; */
}

span.ceo_name {
    font-weight: 800;
    font-size: 1.5rem;
    color: black;
    display: block;
    line-height: 1.2rem;
}

span.ceo_job {
    font-weight: 800;
    color: var(--blue);
    display: block;
}

.ceo_comment {
    display: block;
    margin-left: 0px;
    position: relative;
}

.ceo_comment span:after {
    content: "";
    background-image: url('/img/svg/quotes.svg');
    width: 40px;
    height: 32px;
    display: block;
    position: absolute;
    right: 15px;
    bottom: 10px;
}

.ceo_comment span:before {
    content: "";
    background-image: url(/img/svg/quotes.svg);
    width: 40px;
    height: 32px;
    display: block;
    position: absolute;
    left: 15px;
    top: 10px;
}

.ceo_comment:before {
    content: "";
    width: 60px;
    height: 60px;
    left: -59px;
    bottom: 0px;
    position: absolute;
    display: block;
    background-color: var(--blue);
    clip-path: polygon(0% 0%, 100% 100%, 100% 0%);
}

.ceo_comment span {
    display: block;
    background-color: var(--blue);
    color: white;
    padding: 20px 70px;
    margin-top: 20px;
    position: relative;
    text-indent: 20px;
}

.promotion_block {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-content: center;
    margin-bottom: 50px;
    justify-content: center;
    justify-items: stretch;
    align-items: stretch;
}

.promotion_block:nth-child(even) .p_block {
    display: grid;
    border-left: 10px solid var(--blue);
    padding-left: 20px;
    align-items: center;
    align-content: center;
    float: left;
}

.p_block span {
    font-size: 0.9rem;
    line-height: 0.8rem;
    font-weight: 500;
    color: black;
}

.p_block h4 {
    margin: 0;
    line-height: 1rem;
}

ul.p_list_list {
    margin-bottom: 0;
    list-style-image: url('/img/svg/list.svg');
    font-weight: 500;
}

.promotion_block:nth-child(even) .i_block {
    display: block;
    padding-left: 25px;
    background-image: url('/img/ch.png');
    background-repeat: repeat-y;
    max-height: 350px;
    overflow: hidden;
}

.promotion_block:nth-child(odd) .i_block {
    display: block;
    padding-right: 25px;
    background-image: url(/img/ch.png);
    background-repeat: repeat-y;
    float: left;
    background-position: 100%;
}

.promotion_block:nth-child(odd) .p_block {
    display: grid;
    border-right: 10px solid var(--blue);
    padding-left: 50px;
    align-items: center;
    align-content: center;
    float: right;
    position: relative;
}

.p_block {
    grid-area: text_b;
}

.i_block {
    grid-area: img_b;
}

.promotion_block:nth-child(odd) {
    grid-template-areas:
        'img_b text_b';
}

.promotion_block:nth-child(even) {
    grid-template-areas:
        'text_b img_b';
}

.i_block img {
    width: 100%;
}

.slider_navs li:before {
    content: "";
    width: 20px;
    height: 20px;
    background-color: white;
    clip-path: circle();
    padding-left: 20px;
}

.adv_list {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: stretch;
    justify-content: space-evenly;
    align-items: stretch;
    margin-top: 60px;
}

.a_list {
    text-align: center;
}

img.a_list_img {
    height: 150px;
    width: 200px;
    transition: 0.5s;
}

.a_list_text {
    margin-top: 20px;
    font-weight: 600;
    color: black;
    font-size: 1rem;
    max-width: 200px;
}

.adv_text {
    margin: 50px 0;
    border-left: 10px solid var(--blue);
    height: 100px;
    display: flex;
    flex-direction: row;
    align-content: center;
    align-items: center;
    padding-left: 30px;
    color: black;
}

.project h4 {
    color: var(--blue);
    margin: 0;
}

.project h4 span {
    display: block;
    font-size: .8rem;
    font-weight: 500;
    text-transform: initial;
    text-align: left;
}

.pr_img_cont img {
    max-width: 300px;
}

.p_img {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: stretch;
    justify-content: center;
    align-items: stretch;
    margin: 30px 30px 0px 30px;
}

.p_img span {
    color: var(--blue);
    font-size: 0.75rem;
    font-weight: 700;
    text-align: right;
}

.pr_img_cont {
    min-height: 220px;
    display: grid;
    align-content: center;
    justify-content: center;
    align-items: center;
    justify-items: center;
    border: 2px solid var(--blue);
    position: relative;
    padding: 10px;
}

span.proj_text {
    border-left: 10px solid var(--blue);
    min-height: 80px;
    text-align: left;
    padding-left: 20px;
    display: flex;
    align-content: center;
    align-items: center;
}

#callback h2 {
    text-align: center;
    margin-bottom: 30px;
}

#callback h2:after {
    content: "";
    height: 4px;
    width: 200px;
    background: var(--blue);
    position: absolute;
    bottom: 0;
    left: calc(50% - 100px);
}

section#callback {
    padding: 100px 260px;
    background-image: url('/img/architectural-blueprints.jpg');
    background-size: cover;
    background-position: 50% 50%;
    color: var(--grey);
    margin: 0;
}

#callback .call_descr {
    text-align: center;
    display: block;
    font-size: 1rem;
    font-weight: 500;
}

.call_holder {
    color: var(--grey);
    display: grid;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    justify-items: stretch;
    grid-template-columns: 1fr 1fr;
    margin-top: 50px;
}

#callback .info a {
    color: var(--grey);
    font-size: 1.3rem;
    font-weight: 600;
    margin: 20px 0;
    line-height: 1.2rem;
    max-width: 350px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    align-content: center;
}

.call_holder .info {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: space-around;
    justify-content: center;
    align-items: flex-start;
}

#callback .info img {
    width: 50px;
    margin-right: 25px;
    height: 50px;
    display: block;
    text-align: center;
}

.contact_form label {
    font-weight: 500;
    color: var(--grey);
    margin-bottom: 10px;
    display: block;
}

.contact_form label input, .contact_form label textarea {
    border: 3px solid var(--blue);
    border-radius: 5px;
    background-color: #f9f9f9;
    font-size: 1.5rem;
    line-height: 1.5rem;
    color: var(--grey);
    padding: 7px;
    width: 100%;
}

.contact_form label span {
    width: 100%;
    display: block;
    position: relative;
}

.contact_form label input:focus, .contact_form label textarea:focus {
    border: 3px solid red;
    outline: 0;
}

input[type=submit] {
    display: block;
    background: none;
    font-size: 1rem;
    text-transform: uppercase;
    font-weight: 700;
    color: var(--blue);
    float: right;
    margin: 0;
    padding: 0;
}

footer {
    /* padding: 10px; */
    background-color: #196cb4;
    color: white;
}

.footer_grid {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
    justify-content: space-between;
    padding: 20px 0;
}

.footer_text {
    display: flex;
    text-align: right;
    font-size: 1rem;
    line-height: 1.9rem;
    flex-direction: column;
    flex-wrap: nowrap;
    max-width: 340px;
}

.footer_copyrights {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #272727;
    height: 40px;
}

.footer_menu {}

.footer_menu ul.foot-menu {
    color: white;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: flex-start;
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 0;
}

.foot-menu a {
    color: white;
    text-transform: uppercase;
    line-height: 1.8rem;
}

.napr_block_icons {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-around;
    align-items: center;
    margin: 70px 0px;
}

.napr_imgs {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}

.n_img_block {
    position: relative;
    padding: 10px;
    display: block;
    height: 330px;
    overflow: hidden;
}

.n_img_h4 {
    display: grid;
    position: absolute;
    top: 30px;
    left: 0px;
    background-color: var(--blue);
    padding: 10px 20px;
    color: white;
    font-size: 1.05rem;
    font-weight: 600;
    line-height: 1.2rem;
    width: 80%;
    min-height: 70px;
    align-content: center;
    text-transform: uppercase;
    transition: 0.5s;
}

.n_img_h4 span {
    font-size: .8rem;
    font-weight: 400;
    line-height: 1rem;
    display: block;
    text-transform: lowercase;
}

img.n_img {}

.n_img_block:hover .n_img_h4 {
    top: 60px;
    transition: .5s;
}

.a_list:hover img {
    transform: scale(1.2);
    transition: 0.5s;
}



span.t_descr {
    margin-left: 40px;
    display: block;
    font-weight: 500;
    margin-bottom: 30px;
}

.team_gallery ul li {
    height: 280px;
    margin: 10px;
}

.team_gallery {
    margin-top: 40px;
}

.team_gallery ul {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
}

.filter_blue {
    filter: brightness(0) saturate(100%) invert(33%) sepia(64%) saturate(1327%) hue-rotate(180deg) brightness(89%) contrast(88%);
}

#clients span.t_descr {
    text-indent: 30px;
    text-align: justify;
}

#clients .t_descr p {
    margin-bottom: 10px;
}

.clients_gallery {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: space-around;
    justify-content: space-between;
    align-items: center;
}

.clients_gallery .logo_container {
    width: 300px;
    /* height: 150px; */
    display: grid;
    justify-content: center;
    align-items: center;
    justify-items: center;
    padding: 20px;
    position: relative;
}

h3.obj_name {
    font-size: 2rem;
    font-family: 'Montserrat';
    font-weight: 800;
    margin: 0;
    line-height: 2.8rem;
    position: relative;
    grid-area: name;
    max-height: 2.8rem;
}

h3.obj_name:after {
    content: "";
    height: 4px;
    width: 200px;
    background: var(--blue);
    position: absolute;
    bottom: 0;
    left: 0;
}

span.obj_descr {
    color: var(--blue);
    font-weight: 500;
    grid-area: descr;
}

.obj_header {
    display: grid;
    grid-template-areas:
        'name logo'
        'descr logo';
    justify-content: space-between;
    align-items: start;
    grid-template-rows: 2.8rem 1fr;
}

.obj_logo {
    grid-area: logo;
    width: 200px;
    display: grid;
    align-content: space-between;
    justify-content: end;
    justify-items: end;
    align-items: start;
}

.obj_desr_section {
    display: grid;
    grid-template-columns: 2fr 1fr;
    align-items: stretch;
    margin-bottom: 30px;
    align-content: space-between;
}

ul.obj_posluga_list {
    display: grid;
    align-items: center;
    align-content: center;
    list-style-type: none;
    position: relative;
    justify-content: start;
    margin: 0;
    padding-right: 110px;
}

.obj_posluga_list_date {
    border-left: 4px solid var(--blue);
    padding: 20px;
    display: grid;
    align-content: center;
    /* min-height: 50px; */
    font-weight: 700;
}

ul.obj_posluga_list li:before {content: "";background: url('/img/svg/romb.svg');width: 15px;height: 15px;display: block;position: absolute;left: 0;top: 3px;}

ul.obj_posluga_list li {
    padding-left: 30px;
    position: relative;
    display: block;
    font-style: italic;
    line-height: 1.2rem;
}

.fortis_object {
    border-bottom: 1px dashed #ddd;
    margin-top: 30px;
    padding-bottom: 20px;
}

.obj_full_descr {
    padding-top: 20px;
}

span.descr_text {
    border-left: 5px solid var(--blue);
    display: block;
    padding-left: 20px;
    margin-left: 20px;
    /* margin-bottom: 100px; */
    padding-top: 10px;
    padding-bottom: 10px;
    text-indent: 20px;
    grid-area: text;
}

.obj_page_header {
    display: grid;
    align-content: space-between;
    grid-template-areas:
        'h1 gal'
        'text gal';
    grid-template-columns: 3fr 1fr;
    grid-column-gap: 50px;
    margin-bottom: 100px;
}

h1.referent_list {
    grid-area: h1;
}

.fortis_objects_list {
}

.obj_gallery {
    grid-area: gal;
    min-width: 430px;
    display: block;
    position: relative;
}

ul.we_do_addmenu {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    list-style: none;
    margin-bottom: 50px;
    /* background: #ddd; */
    /* padding: 30px 0; */
}

ul.we_do_addmenu li {
    /* color: white; */
    padding: 10px 20px;
    border: 1px solid var(--blue);
    margin: 10px;
}

ul.we_do_addmenu li a {
    color: var(--blue);
    font-size: 1.2rem;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 700;
    transition: 0.5s;
}

ul.we_do_addmenu li:hover a {
    color: white;
}

ul.we_do_addmenu li:hover {
    background: var(--blue);
}

ul.we_do_addmenu li.uk-active {
    background: var(--blue);
    color: white !important;
}

ul.we_do_addmenu li.uk-active a {
    color: white;
}

.we_make_content p {
    text-indent: 20px;
    color: black;
    display: block;
    text-align: justify;
    /* float: left; */
    padding: 10px;
}

.we_make_content i {}

.we_make_content em {
    color: var(--blue);
    font-weight: 600;
}

img.float-right {
    /* float: right; */
    padding-left: 30px;
    padding-bottom: 30px;
    padding-top: 30px;
    display: block;
}

#we_do ul.uk-switcher {
    display: block;
    position: relative;
}

.content_b1 {
    display: flex;
    position: relative;
    align-content: space-between;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    flex-wrap: nowrap;
    margin-top: 50px;
    margin-bottom: 50px;
}

p.info {
    margin-left: 70px;
    
    -
    left: 25px;
    background-image: url(/img/ch.png);
    background-repeat: repeat-y;
    padding: 40px 40px;
    margin-top: 50px;
}

.header__burger.burger {
    display: none;
}

.grid {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    row-gap: 50px;
}

.grid img {
    min-width: 580px;
}

.grid1 {
    display: grid;
    align-content: center;
    justify-content: center;
    align-items: center;
    justify-items: center;
    grid-template-areas:
        'i1 i1 i2'
        'i3 i4 i2';
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
    margin: 50px;
}

img.i1 {
    grid-area: i1;
    max-width: 400px;
}

img.i2 {
    grid-area: i2;
    max-width: 400px;
}

img.i3 {
    grid-area: i3;
}

img.i4 {
    grid-area: i4;
}

.grid1 img {
    max-width: 100%;
    height: auto;
}

.grid2 {
    display: grid;
    align-content: center;
    justify-content: center;
    align-items: center;
    grid-template-areas:
        'i1 i2'
        'i3 i3';
    justify-items: center;
    margin: 50px;
}

img.fl_center {
    text-align: center;
    margin: 0 auto;
    display: block;
}

.fl_left {
    float: left;
    display: block;
    margin-right: 50px;
}

.content_b2 {
    display: flex;
}

.content_b3 {
    display: flex;
    align-content: center;
    align-items: center;
}

.we_make_content h3:after {
    content: "";
    height: 3px;
    width: 200px;
    background: var(--blue);
    position: absolute;
    bottom: 0;
    right: calc(50% - 100px);
}

ul.we_do_addmenu li {
    margin: 5px;
    padding: 5px 10px;
    text-align: center;
}

ul.we_do_addmenu li a {
    font-size: 0.8rem;
    text-align: center;
}

.under_constr {
    background: var(--blue);
    color: white;
}

.under_constr p {
    color: white;
}