@font-face {
    font-family: "Montserrat";
    font-display: swap;
    src: local("Montserrat"), url("../fonts/Montserrat-VariableFont_wght.ttf");
}

strong {
    font-weight: bolder;
}

.nav-list ul {
    width: 100%;
}

.divider_10 {
    margin: 0 0 10px 0;
}

.divider_20 {
    margin: 0 0 20px 0;
}

.divider_30 {
    margin: 0 0 30px 0;
}

.divider_200 {
    margin: 0 0 200px 0;
}

.left {
    float: left;
    margin: 10px 20px 10px 10px;
}

.right {
    float: right;
    margin: 10px 10px 10px 20px;
}


html {
    font: normal 15px "Montserrat", sans-serif;
    background: linear-gradient(to right,  #e4e4e4 0%, #ffffff 35%, #ffffff 65%,#e4e4e4 100%) no-repeat;
 }

/* .intro {
    position: relative;
    height: 100vh;
    min-height: 580px;
    max-height: 780px;
} */

.intro_background {
    background: url(../images/intro.jpg);
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    display: flex;
    flex-wrap: wrap;
    align-items: end;
    justify-content: center;
}

.intro_text_wrapper{
   background: url(../images/arrow_down.png) no-repeat left bottom;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    width: 700px;
    height: 250px;
    position: absolute;
    top: 260px;
    left: calc(50vw - 15%);
    z-index: 2;
}

.intro_text {
    width: 300px;
    color: #fff;
    line-height: 1.5;
    text-shadow: 0 0 2px #000;
    text-align:  center;
    padding: 0px 0 0 0;
    position: relative;
    top: 40px;
}

.intro_heading {
    width: 100%;
    /* background: rgba(10,16,0,.5); */
    background: url(../images/grass.jpg) repeat-x;
    line-height: 1.5;
    text-shadow: 0 0 3px #000;
    color: #fff;
    text-align: center;
    font-weight: bold;
    padding: 20px;
}

.slider img {
    width: 100%;
    height: 600px;
}

.swiper-pagination-bullet {
    background: #fff !important;
}

table caption {
    font-weight: bold;
    margin: 0 0 20px 0;
}

article li {
    list-style: circle;
    margin: 0 0 0 40px;
}

header {
    position: fixed;
    z-index: 15;
    top: 0;
    background: rgba(10,16,0,.5);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 10px 10px 0 10px;
}

.scrolled {
   background: rgba(10,16,0,.9);
}

header a, header p {
    color: #fff;
}

header ul li:hover {
    box-shadow: 0 0 1px #fff;
    transition: box-shadow .5s;
}


header ul li + li{
    margin: 0 0 0 15px;
}

header ul li:hover:after,
header ul li:focus:after {
	width: 100%;
}

header ul li:after {
	display: block;
	content: "";
	background-color: #fff;
	height: 1px;
	width: 0%;
	transition: width .3s ease-in-out;
	transform: translateX(-50%);
	position: relative;
	left: 50%;
}

.header_logo_image {
    width: 185px;
    height: 100px;
    background: url(../images/logo2.png) no-repeat;
    display: block;
    margin: 0 0 5px 0;
}

.header_logo_text {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin: 0 0 5px 0;
}

.header_logo_wrapper {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.contacts {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 5px 0;
}

.contacts ul li + li{
    margin: 5px 0 0 0;
}

.feedback_button {
    box-shadow: 0 0 5px #fff;
    color: #fff;
    border-radius: 10px;
    padding: 10px;
    cursor: pointer;
    margin: 5px 0 0 0;
}

.feedback_button:hover {
    box-shadow: 0 0 10px #fff;
    transition: box-shadow .5s;
}

.feedback_button_dark {
    display: block;
    background: #000;
    width: 200px;
    margin: 40px auto 0 auto;
    text-align: center;
    color: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 0 5px #000;
    font-weight: bold;
}

.feedback_button_dark:hover {
    transition: box-shadow .5s;
    box-shadow: 0 0 10px #000;
}

.leave {
    background: url(../images/leave.png) no-repeat;
    height: 481px;
    width: 800px;
    margin: auto;
}

.leave-text {
    color: #fff;
    font-weight: bolder;
    width: 55%;
    text-align: center;
    position: relative;
    top: 100px;
    left: 200px;
}

.services {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: start;
    width: 90%;
    row-gap: 100px;
    column-gap: 150px;
    margin: 0 0 100px 0;
}

.services div {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 256px;
    justify-content: center;
    text-align: center;
}

 /* .services-item +  .services-item {
    margin: 0 0 0 100px;
} */

.services-image-01, .services-image-02, .services-image-03, .services-image-04, .services-image-05, .services-image-06, .services-image-07, .services-image-08, .services-image-09 {
    width: 256px;
    height: 256px;
    background-size: 80%;
}

.services-image-01 {
    background: url(../images/info/01.png) no-repeat;
}

.services-image-02 {
    background: url(../images/info/02.png) no-repeat;
}

.services-image-03 {
    background: url(../images/info/03.png) no-repeat;
}

.services-image-04 {
    background: url(../images/info/04.png) no-repeat;
}

.services-image-05 {
    background: url(../images/info/05.png) no-repeat;
}

.services-image-06 {
    background: url(../images/info/06.png) no-repeat;
}

.services-image-07 {
    background: url(../images/info/07.png) no-repeat;
}

.services-image-08 {
    background: url(../images/info/08.png) no-repeat;
}

.services-image-09 {
    background: url(../images/info/09.png) no-repeat;
}

article {
    width: 1200px;
    line-height: 1.5;
    padding: 40px 0;
    margin: auto;
}

article p {
    text-indent: 20px;
}

article p + p {
    margin: 20px 0 0 0;
}

article a {
    color: #000;
    text-decoration: underline !important;
    font-weight: 500;
}

article a:hover {
    text-decoration: none !important;
}

article table {
    text-align: center;
    width: 100%;
}

article table td, article table th {
    border: dotted .1rem rgba(10,16,0,1);
    padding: 4px 10px 4px 5px;
    vertical-align: middle;
}

article .img_txt {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

article .img_txt :nth-child(1) {

}

article .img_txt :nth-child(2) {

}

h1 {
    font-size: 24px;
    text-align: center;
    margin: 20px 0;
    font-weight: bold;
}

article  h2 {
    font-size: 20px;
    font-weight: bold;
    margin: 50px 0 50px 0;
    text-align: center;
}

article h3 {
    font-size: 22px;
    font-weight: 400;
}

article ol, article ul {
    margin: 0 0 0 20px;
}

.content-wrapper {
    width: 50%;
}

.calc {
    margin: 20px 0;
}

.calc-heading {
    margin: 0 0 20px 0;
}

.calc input {
    border-radius: 10px;
    padding: 10px 5px;
    border: none;
    box-shadow: inset 0 0 4px rgba(10,16,0,.5);
    margin: 5px 10px 5px 0;
}

.calc input:focus {
    transition: all .5s;
    box-shadow: inset 0 0 4px rgba(10,16,0,1);
}

.calc button {
    border-radius: 10px;
    padding: 10px 5px;
    background: rgba(10,16,0,.5);
    color: #fff;
    cursor: pointer;
    line-height: normal;
    border: none;
    box-shadow: 0 0 4px rgba(10,16,0,.5);
    margin: 5px 0;
}

.calc button:hover {
    transition: all .5s;
    background: rgba(10,16,0,1);
}

#result {
    margin: 20px 0 0 0;
}

.infographic {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: start;
    text-shadow: 0 0 1px #fff;
    font-weight: bolder;
    clear: both;
    text-align: center;
    margin: auto;
    line-height: 1.2;
}

.infographic img {
    margin: 40px;
}

footer {
    background: #e4e4e4;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    line-height: 1.5;
    padding: 20px 40px;
}

footer a, footer p {
    color: #000;
}

footer button {
    box-shadow: 0 0 5px #000;
    color: #000;
    border-radius: 10px;
    padding: 10px;
    cursor: pointer;
    margin: 10px 0 0 0;
}

footer button:hover {
    box-shadow: 0 0 10px #000;
    transition: box-shadow .5s;
}

footer ul li:hover:after,
footer ul li:focus:after {
	width: 100%;
}

footer ul li:after {
	display: block;
	content: "";
	background-color: #000;
	height: 1px;
	width: 0%;
	transition: width .3s ease-in-out;
	transform: translateX(-50%);
	position: relative;
	left: 50%;
}

.footer_map {
    display: block;
    width: 100%;
}

.footer_col_01 {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.logo_footer {
    background: url(../images/logo_footer.png);
    width: 110px;
    height: 74px;
}

.gallery {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: start;
}

.gallery img {
    box-shadow: 0 0 7px rgba(10,16,0,1);
    border-radius: 10px;
    width: 300px;
    height: 300px;
    margin: 10px;
}

.gallery img:hover {
    transition: all .5s;
    box-shadow: 0 0 11px rgba(10,16,0,1);
}

.works-blog {
    margin: 20px auto 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: end;
}

.works-blog a {
    display: block;
    text-align: center;
    width: 300px;
    margin: 20px;
    font-weight: bold;
}

.works-blog img {
    width: 300px;
    height: 200px;
    box-shadow: 0 0 7px rgba(10,16,0,1);
    border-radius: 10px;
    margin: 15px 0 0 0;
}

.works-blog img:hover {
    transition: all .5s;
    box-shadow: 0 0 11px rgba(10,16,0,1);
}

#feedback {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background: url(../images/office.jpg) center center no-repeat;
    background-size: cover;
    width: 100%;
    display: none;
}

#feedback .heading {
    color: #fff;
    font-size: 24px;
    font-weight: normal;
    margin: 30px 0 20px 0;
    text-align: center;
}

#feedback p {
    color: #fff;
}

#feedback div {
    max-width: 800px;
}

#feedback form {
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 40px 0 0 0;
}

#feedback input {
    padding: 0 23px;
    border-radius: 55px;
    width: 100%;
    height: 56px;
    /* box-shadow: 0 0 5px #000 inset; */
    background: #fff;
}

#feedback input[type=button] {
    background:#c5511e;
    box-shadow:0 0 1px #c5511e;
    cursor:pointer;
    color: #fff;
    font-weight: bold;
}

#feedback input[type=button]:hover {
    box-shadow:0 0 15px #c5511e;
    transition: box-shadow .5s;
}

#feedback input+input {
    margin: 20px 0 0
}

input:focus::placeholder {
  color: transparent;
}

#feedback .feedback p {
    margin: 30px 0 0 0;
    text-align: center;
    font-weight: bold;
    font-size: 20px;
}

.f-close-button {
    color: #000;
}

.f-button[data-fancybox-close] {
    width: 64px !important;
    height: 64px !important;
    margin: 70px 0 0 0px !important;
    right: 0ж
    color: #000;
    background: url(../images/close.png) no-repeat !important;
    opacity: .5;
}

.f-button[data-fancybox-close]:hover {
    opacity: 1;
    transition: opacity .5s;
}

.f-button svg {
    display: none;
}

.inst:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    background: url(../images/inst.png) no-repeat;
    margin: 0 5px 0 0;
    width: 18px;
    height: 18px ;
}

.email:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    background: url(../images/email.png) no-repeat;
    margin: 0 5px 0 0;
    width: 18px;
    height: 18px ;
}

.phone:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    background: url(../images/phone.png) no-repeat;
    margin: 0 5px 0 0;
    width: 18px;
    height: 18px ;
}

.blog-item {
    background: rgba(10,16,0,1);
    display: block;
    padding: 30px;
    color: #fff;
    text-align: center;
    border: solid 1px #fff;
}

.blog-item:hover {
    margin: 0 0 0 50px;
    transition: all 1s;
}

.action {
    font-size: 18px;
    border-radius: 20px;
    padding: 30px;
    margin: 10px;
    box-shadow: 0 0 10px rgba(10,16,0,.5);
    text-align: center;
}

.action::before {
    content: url(../images/action.png);
    width: 200px;
    height: 178px;
}

@media screen and (min-width: 1000px) {
    nav ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    }
}
    

@media screen and (max-width: 1600px) {
    nav {
        width: 100%;
    }

}

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

    html {
    font: normal 12px "Montserrat", sans-serif;
    }

    header {
        padding: 0;
    }

    .slider img {
        height: 355px;
    }

    .intro_text_wrapper{
        left: 0;
        width: 100%;
        padding: 0;
        background-size: 100%;
        top: 104px
    }

    .intro_text {
        color: #fff;
        line-height: 1.5;
        text-shadow: 0 0 2px #000;
        text-align:  center;
        padding: 0;
        position: relative;
        top: 120px;
        width: 60%;
     }

    .intro_heading {
        bottom: 0;
    }

    .header_logo_image  {
        margin: 0;
    }

    .content-wrapper {
        width: 100%;
        padding: 10px;
    }

    header {
        justify-content: center;
    }

    article { 
        width: 100%;
        padding:  0 1px 40px 1px;
    }

    .leave-text {
        width: auto;
        margin: 0;
        position: static;
    }

    .leave {
        background: url(../images/grass.jpg) repeat;
        width: 100%;
        height: auto;
    }

    .infographic {
        display: flex;
        flex-direction: row;
        justify-content: center;
        text-align: center;
        align-items: top;
        text-shadow: 0 0 1px #fff;
        font-weight: bolder;
        width: 100%;
}

    .infographic img {
        margin: 30px 40px 40px 40px;
    }

    .intro_heading {
        padding: 1px 0;
    }

    .intro_heading h1 {
        font-size: 16px;
        margin: 0;
        padding: 5px 0;
    }

    article h2 {
        font-size: 16px;
        margin: 10px;
    }

    .contacts ul li + li {
        margin: 0;
    }

    .services {
        row-gap: 0;
    }

    .right, .left  {
        float: none;
        margin: auto;
        display: block;
    }

    #feedback input {
        padding: 0 10px;
        height: 30px;
        background: #fff;
    }

    #feedback .feedback p {
        margin: 10px 0 0 0;
        font-size: 15px;
    }

    #feedback .heading {
        font-size: 18px;
        margin: 10px 0 10px 0;
    }

    #feedback form {
        margin: 20px 0 0 0;
    }

    #feedback input+input {
        margin: 10px 0 0 0;
}

    video {
        width: 100%;
    }

    footer {
        font-size: 10px;
    }

    .f-button[data-fancybox-close] {
        background: url(../images/close_32.png) !important;
        width: 32px !important;
        height: 32px !important;
    }
}

}