@import url('https://fonts.googleapis.com/css?family=M+PLUS+Rounded+1c:500,700|Open+Sans|Rubik:300,400&display=swap&subset=cyrillic');
@import url(office.css);
@import url(konkurs.css);
:root {

}

/*font
font-family: 'Rubik', sans-serif;
font-family: 'Open Sans', sans-serif;
font-family: 'M PLUS Rounded 1c', sans-serif;
*/
body {
    color: #a57142;
    font-family: 'Rubik', sans-serif;
    margin: 0;
    min-height: 100vh; 
    /*background: url(../images/background4.png) no-repeat center center fixed;*/
    background: url(../images/background5.png) no-repeat fixed;
    background-size: cover;
    background-position: center top;
    position: relative;
}

body::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 1200px;
    height: 100%;
    background-color: white;
    z-index: -1;
}

nav ul, .property-itm-list ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.mt50 {
    margin-top: 50px;
}
.mt40 {
    margin-top: 40px;
}

.mt80 {
    margin-top: 80px;
}

.mt100 {
    margin-top: 100px;
}

.pt50 {
    padding-top: 50px;
}

/*a*/
.phone a, .header-menu a, .header-item--callback a, .btn, .footer__column-sitemap, .footer-menu > ul a,
.footer__column-icon, .title, .news__title a, .sWay a, .product__title a, .catalog__title a,
.catalog-gallery__title a, .product-basket__title a {
    text-decoration: none;
}

.news__title a:hover, .sWay a:hover, .product-basket__title a:hover, .footer__row--phone:hover p, .header-item--callback a:hover {
    color: #2b5074;
    cursor: pointer;
}

.footer__column-icon:hover {
    color: #2b5074;
    cursor: pointer;
}

.sWay a, .sWay,.sWay strong{
    color: #d14b17;
    font-weight: 300;
    font-size: 16px;
}

.sWay strong {
    color: #2b5074;
}

.logo img {
    width: 100%;
}
/*header*/
header {
    padding-bottom: 10px;
    padding-top: 15px;
    background-color: #ffffff;
    position: relative; 
}

header::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    height: 40px;
    background-color: #ffffff;
    z-index: -1;
}

.header-menu {
    margin-top: 1em;
}

.header-menu ul {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    align-items: center;
    border-radius: 30px;
    padding-left: 1em;
    padding-right: 1em;
    border: 1px solid #a57142;
}

.header-menu li:hover {
    background-color: #2b5074;
    cursor: pointer;
}
.header-menu li:hover a, .header-menu li:hover strong {
    color: #ffffff;
    cursor: pointer;
}

.header-menu li, .header-item {
    padding-top: 1em;
    padding-right: 0.5em;
    padding-bottom: 1em;
    padding-left: 0.5em;
}

.header-menu li:last-child, .header-item:last-child {
    margin-right: 0;
}

.header-menu a, .header-menu strong {
    color: #a57142;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
}

.header-menu strong {
    color: #2b5074;
}

.header-items {
    display: flex;
    justify-content: flex-end;
}

.header-item--call {
    border: 2px solid rgba(131, 92, 88, 0.3);
    border-radius: 100%;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.header-item--callback {
    font-family: 'M PLUS Rounded 1c', sans-serif;
    color: #a57142;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    
    cursor: pointer;
}

.header-item--callback p.callback:hover{
    cursor: pointer;
    color: #2b5074;
}

.header-item--callback p, .footer__row--phone p {
    margin: 0;
}

.header-item--callback a {
    font-family: 'Rubik', sans-serif;
    font-size: 20px;
    font-weight: 600;
    color: #a57142;
    text-transform: none;
    padding: 0.5em;
}

.link-download-ctg.header-item--callback a {
    background-color: #ddc184;
    border: 1px solid #a57142;
    border-radius: 30px;
}

.link-download-ctg.header-item--callback a:hover {
    background-color: #d14b17;
    color: #ffffff;
}

#countdown {
    margin-top: 0.5em;
    font-size: 24px; 
    text-align: center;
    color: #fff;
}


#countdown > * {
    /* background-color: rgba(43, 80, 130, 0.8); */
    background: linear-gradient(to right, rgba(43, 80, 130, 0.8), rgba(209, 75, 23, 0.8));
    margin: 0;
    padding: 0.5em;
}

/*main*/
.certificate-container {
    display: grid;
    grid-template-columns: repeat(10, 90px);
    grid-gap: 30px;
    justify-content: space-between;

}

.certificate-container .certificate {
    grid-column-start: span 2;
}

.wrapper-green {
    background: #dee8b2;
    padding: 35px 0;
}

.title, h1 {
    display: block;
    font-size: 26px;
    font-weight: 700;
    color: #825754;
    margin-bottom: 40px;
    text-transform: uppercase;
}

h1 {
    margin-bottom: 10px;
}

.title {
    text-align: center;
}

.container-title {
    color: #d14b17;
    font-weight: 600;
    font-size: 36px;
    line-height: 47px;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 30px;
}

.banner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
}

.banner-title {
    font-size: 26px;
    font-weight: 700;
    text-transform: uppercase;
}

.banner-header .banner-title {
    color: #fffefe;
    width: 300px;
    font-size: 98px;
    font-weight: bold;
    text-transform: uppercase;
    text-shadow: 1px 1px 2px rgb(25,0,0), 0 0 0.5em rgb(25,0,0), 0 0 0.2em rgb(25,0,0);
}

.banner-header .banner-text {
    margin-top: 28px;
    color: #fffefe;
    text-transform: uppercase;
    font-size: 36px;
    font-weight: bold;
}
.banner-header .banner-text p {
    text-shadow: 1px 1px 2px rgb(25,0,0), 0 0 0.5em rgb(25,0,0), 0 0 0.2em rgb(25,0,0);
}
.banner-header-btn {
    text-shadow: 3px 3px 6px rgb(25,0,0);
    font-size: 30px;
    width: 340px;
}
.banner-header {
    height: 990px;
    overflow: hidden;
    padding: 0;
    position: relative;
}

.banner-header-content {
    margin-top: 113px;
}

.banner-header .banner-img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: -1;
}
.banner-header .banner-img img {
    width: 100%;
    height: 990px;
    object-fit: cover;
}
/*footer-top*/
.footer-top {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    min-height: 200px;
    background-image:  url(../images/footer-top.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 30px;
    box-sizing: border-box;
    padding-bottom: 30px;
}
/*banner about*/
.banner-about {

}
.banner-about > .container {
    min-height: 200px;
    height: 100%;
    display: flex;
    align-items: center;
}
.banner-about .banner-text {
    font-size: 23px;
    color: #a57142;
    line-height: 30px;
    padding: 20px 0;
}
.banner-about .banner-text p {
    margin: 0;
}

/*btn*/
.btn {
    color: #fff;
    background: #2b5074;
    border: none;
    padding: 14px 20px;
    border-radius: 30px;
    font-weight: 700;
    text-transform: uppercase;
    display: inline-block;
    text-align: center;
    box-sizing: border-box;
}
.btn i {
    margin-right: 5px;
    font-size: 25px;
}
.btn:hover {
    background: #d14b17;
    cursor: pointer;
}


.btn-icon {
    display: flex;
    align-items: center;
    padding: 10px 20px;
}
.btn-icon .text-basket {
    margin: 0 5px;
}
.icon-basket {
    width: 25px;
    height: 26px;
    -webkit-mask: url(../images/basket.svg);
    mask: url(../images/basket.svg);
    background: #ffffff;
    -webkit-mask-size: cover;
    mask-size: cover;
}
.advantages-title {
    text-align: center;
    color: #2b5074;
    text-transform: uppercase;
    font-weight: 600;
    margin-top: 17px;
    font-size: 14px;
}
.advantages-image img {
    width: 100%;
}
.container .map {
    width: 1102px;
}
.container .map img {
    width: 100%;
}
/*partner
*/
.partner {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.partner img {
    width: 100%;
    height: 100px;
    object-fit: contain;
}
/*FORMs*/

.form input {
    border-radius: 3px;
    border: 1px solid #ccc;
    background: #fff no-repeat center right 10px;
    height: 30px;
    color: #2b2b2b;
    font-weight: 400;
    padding: 5px 10px;
}

.form-row {
    display: grid;
    grid-template-columns: 150px 1fr;
    margin-bottom: 10px;
    align-items: flex-start;
}

.form-policy {
    margin: 10px 0;
}

.form input[type=checkbox] + label.policy {
    display: grid;
    font-size: 10px;
    grid-template-columns: 30px 1fr;
}

label.policy a {
    grid-column-start: 2;
}

.form input[type=checkbox] + label {
    display: block;
    margin: 0.2em;
    cursor: pointer;
    padding: 0.2em;
}

.form input[type=checkbox] {
    display: none;
}

.form input[type=checkbox] + label:before {
    content: "\f00c";
    font-family: "Font Awesome 5 Pro";
    font-size: 14px;
    border: 0.1em solid rgba(131, 92, 88, .6);
    border-radius: 0.2em;
    display: inline-block;
    justify-self: flex-end;
    width: 20px;
    height: 20px;
    padding-left: 2px;
    padding-top: 1px;
    margin-right: 10px;
    vertical-align: bottom;
    color: transparent;
    box-sizing: border-box;
    transition: .2s;
}

.form input[type=checkbox] + label:active:before {
    transform: scale(0);
}

.form input[type=checkbox]:checked + label:before {
    background-color: #75b338;
    border-color: #75b338;
    color: #fff;
}

.form input[type=checkbox]:disabled + label:before {
    transform: scale(1);
    border-color: #aaa;
}

.form input[type=checkbox]:checked:disabled + label:before {
    transform: scale(1);
    background-color: #bfb;
    border-color: #bfb;
}

.image img {
    width: 100%;
}

/*scroll up*/

div.scrollup {
    position: fixed;
    background: #ffffff;
    left: 10px;
    bottom: 20px;
    padding: 6px 21px;
    font-size: 30px;
    border-radius: 4px;
    cursor: pointer;
    display: none;
    text-align: center;
}

/*footer*/
.footer-menu > ul a,.footer-menu > ul strong {
    color: #fff;
    font-weight: 600;
    font-size: 24px;
}

.footer-menu > ul > li > strong,
.footer-menu > ul > li > a {
    font-weight: 600;
    font-size: 24px;
    color: #fff;
}
.footer-menu > ul a:hover, .footer__column-sitemap:hover,.footer-menu > ul > li > strong {
    color: #2b5074;
}
.footer-menu > ul > li > ul {
    margin-top: 20px;
}

.footer-menu > ul > li > ul > li, .footer-menu > ul > li > ul > li > ul > li {
    margin-bottom: 10px;
}

.footer-menu > ul > li > ul > li > ul > li {
    margin-bottom: 5px;
}

.footer-item {
    margin-bottom: 10px;
    font-size: 24px;
}
.footer-item, .footer-item a {
    color: #fff;
    font-weight: 600;
}
.footer__column-sitemap {
    font-size: 12px;
}

.footer__row--phone {
    color: #ffffff;
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    margin-right: 70px;
    cursor: pointer;
    text-decoration: ;
}

.footer__row--social {
    display: grid;
    grid-template-columns: repeat(3, 40px);
    justify-items: center;
}

.footer__column-icon {
    color: #fff;
    font-size: 24px;
}

/*Mediart*/
.icon-mediart {
    width: 120px;
    height: 40px;
    -webkit-mask: url(../images/mediart.svg);
    mask: url(../images/mediart.svg);
    background: #8d92a6;
    margin-left: 20px;
    -webkit-mask-size: cover;
    mask-size: cover;
    -webkit-transition: background 0.5s ease-in;
    -o-transition: background 0.5s ease-in;
    transition: background 0.5s ease-in;
}

.footer__column-company a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #8d92a6;
    text-decoration: none;
}
.footer__column-company {
    justify-content: flex-end;
    display: flex;
    margin-bottom: 10px;
}
.footer__column-company p {
    font-size: 12px;
    text-align: right;
    -webkit-transition: color 0.5s ease-in;
    -o-transition: color 0.5s ease-in;
    transition: color 0.5s ease-in;
}

.footer__column-company a:hover p {
    color: #825754;
}

.footer__column-company a:hover .icon-mediart {
    background: #825754;
}

/*mobile version*/
/*mobile menu*/
.mobilemenu {
    visibility: hidden;
    position: fixed;
    z-index: 1000;
    transition: visibility 0s .3s
}

.mobilemenu, .mobilemenu__backdrop {
    top: 0;
    width: 100%;
    height: 100%;
    left: 0
}

.mobilemenu__backdrop {
    position: absolute;
    background: #3d464d;
    opacity: 0;
    transition: opacity .3s
}

.mobilemenu__body {
    position: absolute;
    top: 0;
    width: 290px;
    height: 100%;
    background: #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, .4);
    transition: transform .3s;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    left: 0;
    transform: translateX(calc(-100% * 1 - 30px * 1))
}

.mobilemenu__header {
    height: 55px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #b1b1b1
}

.mobilemenu__title {
    padding: 0 20px;
    font-weight: 700;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.mobilemenu__close {
    border: none;
    background: transparent;
    height: 54px;
    width: 55px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    fill: #222;
    transition: fill .2s;
    border-left: 1px solid #b1b1b1
}
.mobilemenu__close i {
    color: #222;
}
.mobilemenu__close:focus {
    outline: none
}

.mobilemenu__close:focus, .mobilemenu__close:hover {
    fill: #3d464d
}

.mobilemenu__content {
    -ms-flex-positive: 1;
    flex-grow: 1;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch
}

.mobilemenu--open {
    visibility: visible;
    transition-delay: 0s
}

.mobilemenu--open .mobilemenu__backdrop {
    opacity: .9
}

.mobilemenu--open .mobilemenu__body {
    transform: translateX(0)
}

.mobilemenu__content a, .mobilemenu__content strong {
    padding: 12px 20px;
    color: #222;
    text-decoration: none;
    width: 100%;
    font-size: 16px;
}

.text-container {
    display: none;
}

.mobilemenu__content li {
    height: 48px;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    border-bottom: 1px solid #b1b1b1;
}

.mobilemenu__content strong {
    background: #fff;
    color: #222;
    width: 100%;
    display: flex;
    align-self: baseline;
    align-items: center;
    box-sizing: border-box;
    height: 48px;
}

.logo-header__image {
    width: 100px;
    margin: 0 auto;
}

.logo-header__image img {
    width: 100%;
}

.request-form .form-row {
    grid-template-columns: 1fr;
    grid-gap: 5px;
}


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

    /*header*/
    .header-menu ul {
        justify-content: space-around;
    }

    header .contacts {
        display: flex;
    }

    header .contacts .contact-item {
        margin-right: 10px;
        margin-bottom: 0;
    }

    header .contacts .contact-item:last-child {
        margin-right: 0;
    }

    header .social {
        justify-content: flex-end;
    }

    /*service*/
    .service, .service-image img {
        height: 250px;
    }

    /*advantage*/
    .advantage-title {
        font-size: 14px;
    }

    /*project*/
    .project {
        height: 450px;
    }

}

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

    .humburger i {
        font-size: 20px;
    }
    .container .map {
        width: 100%;
    }
    .adaptive-img {
        width: 100% !important;
        height: auto !important;
    }

    @-ms-viewport {
        width: device-width;
    }

    /*RESET*/
    html, body {
        width: 100%;
        min-width: 100%;
        border-top: none;
    }

    html {
        -webkit-text-size-adjust: none
    }

   /*advantages*/
    .advantages {
        margin-bottom: 20px;
    }
    .advantages-image {
        width: 200px;
        margin: 0 auto;
    }


    /*footer*/
    footer .contacts {
        display: flex;
        flex-direction: column;
    }

    footer .contacts .contact-item {
        margin-right: 10px;
        margin-bottom: 0;
    }

    footer .contacts .contact-item:last-child {
        margin-right: 0;
    }

    .footer__column-menu nav > ul {
        grid-gap: 10px;
        justify-content: flex-end;
    }

    footer .social {
        margin-top: 0;
    }

    /*news*/
    .news-full .news-title {
        font-size: 20px;
        width: 500px;
    }

    .news-full .news-desc {
        font-size: 14px;
        width: 500px;
    }

}

@media screen and (max-width: 768px) {
    /*basket*/
    .text-basket {
        display: none;
    }
    .btn-icon {
        justify-content: center;
        padding: 10px;
    }
    .icon-basket {
        margin-right: 10px;
    }
    /*banner-header*/
    .banner-header {
        height: 500px;
    }
    .banner-header .banner-title {
        font-size: 60px;
        margin: 0 auto;
        width: auto;
    }

    .banner-header .banner-img img {
        height: 500px;
    }

    /*footer*/
    .footer-btn-contacts {
        width: 180px;
        margin: 0 auto;
        display: block;
    }
    .footer-copy {
        text-align: center;
    }

    .footer__column-company {
        justify-content: center;
    }

    /*footer*/
    footer .social {
        justify-content: center;
    }
    footer .contacts {
        flex-direction: column;
        width: 300px;
        align-items: center;
        margin-left: auto;
        margin-right: auto;
    }

    footer .contacts .contact-item {
        margin-right: 0;
        margin-bottom: 10px;
    }
    footer .contacts .contact-item {
        font-size: 12px;
    }

    .footer__column-menu nav > ul {
        grid-template-columns: repeat(auto-fill, 132px);
    }
    /*footer*/
    footer .logo {
        width: 300px;
        margin: 0 auto;
    }
    footer .logo img{
        width: 100%;
    }


}

@media screen and (max-width: 576px) {
  body::before {
    content: none;
   
}
    .banner-header .banner-title {
        font-size: 40px;
    }
    .banner-header .banner-text {
        font-size: 16px;
    }
    .banner-header-btn {
        width: auto;
        font-size: 18px;
    }
    .footer-items {
        margin-top: 20px;
    }
    .icon-basket {
        margin-right: 0;
    }
    /*header*/
    header .contact-item span {
        display: none;
    }

    header .contact-item i {
        font-size: 20px;
    }

    header .contacts {
        flex-direction: row;
        justify-content: center;
    }

    header .contacts .contact-item {
        margin-right: 10px;
        margin-bottom: 0;
    }
    .header-index {
        min-height: 690px;
    }
    /*slider*/
    .slide-body-desc {
        text-align: center;
    }
    .header-slider .btn {
        text-align: center;
    }
    .slide-body {
        width: 100%;
        margin: 0 auto;
    }
    .slick-prev, .slick-next {
        opacity: 0;
    }
    .slide img {
        width: 100%;
        height: 340px;
        object-fit: cover;
    }
    .bx-pager {
        display: flex;
        justify-content: center;
    }

    /*about*/
    .about-container {
        display: block;
    }

    /*main*/
    .container-header > .btn {
        font-size: 14px;
    }

    /*mainForm*/
    .form-action__input-group {
        flex-direction: column;
    }

    .form-action__input input {
        margin-right: 0;
        margin-bottom: 30px;
    }

    .form-action__input input:last-child {
        margin-bottom: 0;
    }
    .news {
        grid-template-columns: 1fr;
    }
    .news-image {
        width: 100%;
    }

    /*footer*/

    .bx-pager-link.active, .bx-pager-link:hover {
        background: #222;
    }

    .about-block, .partner {
        margin-bottom: 20px;
    }

    .bx-pager {
        bottom: 10px;
    }
.konkurs-item {
	margin-bottom: 1.5rem;
}
}

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

    /*about*/
    .about-body h1 {
        font-size: 28px;
        line-height: normal;
        width: 100%;
    }

    /*service*/
    .service-body {
        padding: 10px 0 14px 14px;
    }

    /*form-container*/
    .form-container-title {
        font-size: 25px;
    }
}
