@charset "utf-8";
/* CSS Document */
@media (max-width: 1600px){
h3 {
    font-size: 28px;
    line-height: 32px;
}
/* header */
.header-wapper__list{
    gap: 20px;
}
/* header */

/* banner */
.banner__img{
    width: 47%;
}
.banner__text{
    max-width: 50%;
}
/* banner */

/* img-txt */
.img-txt__main{
    gap: 100px;
}
/* img-txt */

/* footer */
.footer__link-block {
    max-width: 300px;
}

/* footer */
/* refrence */
.refrence__logo-slide {
    margin: 0 30px;
}
/* refrence */
}

@media (max-width: 1400px){
h1 {
    font-size: 60px;
    line-height: 75px;
}
p{
    line-height: 24px;
}
h3 {
    font-size: 26px;
    line-height: 30px;
}
h2 {
    font-size: 48px;
    line-height: 50px;
}
/* header */

/* header */
.header-wapper__menu{
    gap: 20px;
}
/* banner   */
.banner__text{
    gap: 20px;
    margin-top: 30px;
}
/* banner */

/* services */
.services__list .services__item{
    padding: 0 20px;
}
/* services */

/* img-txt */
.img-txt__img-block .img-txt__img_two{
    width: 300px;
}
/* img-txt */
/* refrence */
.refrence__count-after {
    font-size: 48px;
    line-height: 50px;
}
/* refrence */
/* footer */
.footer__link-block {
    max-width: 250px;
}
.footer__main{
    gap: 15px;
}
.footer__map iframe{
    width: 300px;
}
.footer__link-title {
    margin-bottom: 25px;
}
/* footer */

/* certificate page */
.certificate__list{
    column-gap: 70px;
}
/* certificate page */
}

@media (max-width: 1200px){
h1 {
    font-size: 52px;
    line-height: 65px;
}
.blue-btn {
    padding: 10px 25px;
}
.btn-call {
    font-size: 22px;
}
h2 {
    font-size: 40px;
    line-height: 44px;
}
.title__main {
    margin-bottom: 20px;
}
h3 {
    font-size: 18px;
    line-height: 30px;
}
h6 {
    font-size: 16px;
    line-height: 26px;
}
.white-btn{
    padding: 10px 25px;
}
/* header */
.header-wapper__list {
    gap: 10px;
}
/* header */
/* img-txt */
.img-txt__main{
    gap: 30px;
}
.img-txt__img-block .img-txt__img_two{
    width: 250px;
    bottom: -50px;
    border-radius: 40px;
}
/* img-txt */

/* reference */
.reference__img-wrapper{
    margin: 30px 0;
}
.refrence__count-after {
    font-size: 40px;
    line-height: 44px;
}
/* reference */
/* footer */
.footer__main {
    gap: 10px;
}
.footer__link-title {
    margin-bottom: 20px;
}

.footer__link-block {
    max-width: 200px;
}

.technological-equipment .img-txt__main{
	gap: 30px;
}
/* fotogalerie page  */
.photogallery__grid{
    grid-template-columns: repeat(3, 1fr);
}
/* fotogalerie page  */

/* contact page */
.contact__details{
    margin-top: 50px;
    column-gap: 30px;
}
.contact__details .contact__box {
    width: calc(50% - 15px);
}
.contact__main{
    gap: 40px;
}
.contact__options{
    gap: 15px;
}
/* contact page */
}

@media (max-width: 992px){
h1 {
    font-size: 42px;
    line-height: 52px;
}
h2 {
    font-size: 36px;
    line-height: 40px;
}
/* header */
.header-wapper__toggle {
    display: block;
}
.header-wapper__list{
    display: none;
    position: absolute;
    width: 100%;
    top: 130px;
    left: 0;
    background-color: #17132C;
    z-index: 99;
    padding: 20px 15px 0;
}
.header.fixed .header-wapper__list{
    top: 105px;
}
.header {
    padding: 30px 0;
    position: relative;
}
.header-wapper__item{
    margin-bottom: 10px;
}
.menuicon {display:block; cursor:pointer; color:#fff; transform:rotate(0deg); transition: .3s cubic-bezier(.165, .84, .44, 1);}
.menuicon__bar,
.menuicon__circle {fill: none; stroke: currentColor; stroke-width: 3; stroke-linecap: round; }
.menuicon__bar { transform: rotate(0deg); transform-origin: 50% 50%; transition: transform .25s ease-in-out; }
.menuicon__circle { transition: stroke-dashoffset .3s linear .1s; stroke-dashoffset: 144.513262038; stroke-dasharray: 144.513262038; }
.nav-bars.ion-close-round .menuicon { color: #fff; transform: rotate(180deg); }
.nav-bars.ion-close-round .menuicon__bar:nth-child(1),
.nav-bars.ion-close-round .menuicon__bar:nth-child(4) { opacity: 0; }
.nav-bars.ion-close-round .menuicon__bar:nth-child(2) { transform: rotate(45deg);}
.nav-bars.ion-close-round .menuicon__bar:nth-child(3) { transform: rotate(-45deg); }
.nav-bars.ion-close-round .menuicon__circle { stroke-dashoffset: 0; }
/* header */
/* banner */
.banner__home-main{
    flex-direction: column-reverse;
}
.banner__text {
    max-width: 100%;
}
.banner__img {
    width: 100%;
}
/* banner */

/* services */
.services {
    padding: 40px 0;
}
.services__img {
    margin-bottom: 20px;
}
.services__name {
    margin-bottom: 20px;
}
/* services */
/* img-txt */
.img-txt {
    padding: 40px 0;
}
.img-txt__main{
    flex-direction: column;
}
.img-txt__main.right__img{
    flex-direction: column-reverse;
}
.img-txt__img-block {
    width: 100%;
}
.img-txt__text {
    width: 100%;
}
/* img-txt */

/* reference */
.reference {
    padding: 40px 0;
}
.refrence__count-after {
    font-size: 36px;
    line-height: 40px;
}
/* reference */

/* inquiry */
.inquiry {
    padding: 40px 0;
}
/* inquiry */

/* footer */
.footer__main{
    flex-wrap: wrap;
}
.footer__map iframe {
    width: 1000px;
    height: 350px;
    max-width: 100%;
    margin: 0 auto;
}
.footer__map{
    order: 1;
    margin-bottom: 20px;
}
.footer__link-block{
    order: 2;
}

/* footer */

.single-cpt_sluzby .services__list{
	margin: 20px 0;
}

/* fotogalerie page  */
.photogallery__main{
	padding: 40px 0;
}
/* fotogalerie page  */

/* contact page */
.contact__main{
    flex-direction: column;
}
.contact__left {
    max-width: 100%;
}
.contact__right {
    width: 100%;
}
.contact__options{
    grid-template-columns: repeat(2, 1fr);
    row-gap: 30px;
}
.contact__block {
    padding: 40px 0;
}
/* contact page */

/* certificate page */
.certificate__list{
    column-gap: 30px;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 30px;
}
.certificate__block {
    padding: 40px 0;
}
/* certificate page */


}
@media (max-width: 767px){
/* reference */
.reference__img-wrapper{
    grid-template-columns: repeat(2, 1fr);
}
/* reference */

/* footer */
.footer__link-block {
    max-width: 100%;
    width: 100%;
    margin-bottom: 20px;
}
.footer__copyright{
    flex-direction: column;
    text-align: center;
    gap: 10px;
}
.footer__copyright p{
    justify-content: center;
}
/* footer */

/* fotogalerie page  */
.photogallery__grid{
    grid-template-columns: repeat(2, 1fr);
    margin: 30px 0;
}
/* fotogalerie page  */

/* certificate page */
.certificate__list{
    grid-template-columns: repeat(2, 1fr);
    column-gap: 10px;
}
.fancybox-caption__body {
    font-size: 18px;
}
/* certificate page */
}

@media (max-width: 575px){
h1 {
    font-size: 30px;
    line-height: 36px;
}
h2 {
    font-size: 24px;
    line-height: 30px;
}
h6 {
    font-size: 16px;
    line-height: 20px;
}
.btn__wrapper{
    flex-wrap: wrap;
    gap: 10px;
}
p {
    margin-bottom: 15px;
}
.btn-call {
    font-size: 18px;
}
.blue-btn {
    padding: 8px 15px;
}
.white-btn {
    padding: 8px 15px;
}
/* banner */
.banner__text {
    gap: 10px;
}
/* banner */
/* img-txt */
.img-txt__img-block .img-txt__img_two {
    width: 150px;
    bottom: -50px;
    border-radius: 20px;
}
.img-txt__img {
    border-radius: 20px;
}
/* img-txt */

/* reference */
.reference__count{
    flex-direction: column;
    gap: 20px;
}
.reference__desc{
    margin: 0 auto 30px auto;
}
.refrence__count-after {
    font-size: 24px;
    line-height: 30px;
}
.refrence__logo-slide {
    margin: 0 10px;
}
.refrence__logo-slider .slick-prev:before , .refrence__logo-slider .slick-next:before{
    font-size: 45px;
}
.refrence__logo-slider {
    padding: 20px;
    border-radius: 25px;
}
/* reference */

/* footer */
.footer__link-title {
    margin-bottom: 10px;
}
/* footer */

/* fotogalerie page  */
.photogallery__grid{
    grid-template-columns: repeat(1, 1fr);
}
/* fotogalerie page  */

/* contact page */
.contact__options{
    grid-template-columns: repeat(1, 1fr);
}
.contact__details{
    flex-direction: column;
    row-gap: 30px;
}
.contact__location iframe{
    height: 350px;
}
.contact__details .contact__box {
    width: 100%;
}
/* contact page */

}

