@charset "utf-8";
/* CSS Document */

body {
	font-family: 'AnekLatin-Regular';
	font-size:16px;
	color:#fff;
}

* {
	margin:0;
	padding:0;
	-webkit-font-smoothing: antialiased;
	vertical-align:top;
}

li, ul, ol {
	list-style:none;
	margin:0;
	padding:0;
}
a, a img {
	text-decoration:none;
	border:0;
	outline:none !important;
	color: #fff;
}

button:focus,
a:hover,
a:focus {
	text-decoration:none;
	outline:none;
}
:focus {
	outline:none;
}
img {
	max-width:100%;
	height: auto;
}
h1, h2, h3, h4, h5, h6, p {
	font-style:normal;
	font-weight:normal;
	margin:0;
	padding:0;
}
.clear:before,
.clear:after {
	content:"";
	display:table;
}
.clear:after {
	clear:both;
}
input, textarea {
	outline:none !important;
}
::-webkit-input-placeholder {
	color:inherit;
	opacity:1;
}
::-moz-placeholder {
	color:inherit;
	opacity:1;
}
:-ms-input-placeholder {
	color:inherit;
	opacity:1;
}
:-moz-placeholder {
	color:inherit;
	opacity:1;
}
.icon{
	font-family: 'fontawesome';
}
.container{
	max-width: 1670px;
	margin: 0 auto;
	padding: 0 15px;
}
p{
	font-family: 'AnekLatin-Regular';
	font-size:16px;
	line-height: 30px;
	margin-bottom: 20px;
}
.bg-purple{
	background-color: #221B3D;
}
.bg-dark-blue{
	background-color: #17132C;
}
.bg-blue{
	background-color: #4A3EEF;
}
.blue-btn{
	padding: 15px 35px;
	background-color: #4A3EEF;
	display: block;
	width: fit-content;
	border-radius: 10px;
	border: 1px solid #4A3EEF;
	display: flex;
	gap: 5PX;
	transition: all 0.5S;
}
.blue-btn:hover{
	background-color: #fff;
	color: #4A3EEF;
	border-color: #4A3EEF;
}
.white-btn{
	padding: 15px 35px;
	background-color: #fff;
	display: block;
	width: fit-content;
	border-radius: 10px;
	border: 1px solid #fff;
	display: flex;
	gap: 5PX;
	transition: all 0.5S;
	color: #4A3EEF;
}
.white-btn:hover{
	background-color: transparent;
	color: #fff;
}
.btn-call{
	font-size: 27px;
	font-family: 'AnekLatinExpanded-ExtraBold';
	display: flex;
	gap: 5px;
    transition: all 0.5S;
    align-items: center;
}
h1{
	font-size: 73px;
	font-family: 'AnekLatinExpanded-ExtraBold';
	line-height: 81px;
}
h2{
	font-size: 52px;
	font-family: 'AnekLatinExpanded-ExtraBold';
	line-height: 57px;
}
h3{
	font-size: 32px;
	font-family: 'AnekLatinExpanded-ExtraBold';
	line-height: 35px;
}
h4{
	font-size: 30px;
	font-family: 'AnekLatinExpanded-ExtraBold';
	line-height: 33px;
}
h5{
	font-size: 20px;
	font-family: 'AnekLatinExpanded-ExtraBold';
	line-height: 23px;
}
h6{
	font-size: 18px;
	font-family: 'AnekLatin-Medium';
	line-height: 30px;
}

/* header */
.header-wapper {
    display: flex;
    justify-content: space-between;
}

.header-wapper__list {
    display: flex;
    gap: 50px;
}

.header-wapper__menu {
    display: flex;
    gap: 50px;
    justify-content: flex-end;
    align-items: center;
}

.header-wapper__toggle {
    display: none;
	color: #fff;
    font-size: 24px;
}

.header {
	z-index: 9999;
    padding: 50px 0;
	transition: padding 0.25s;
}
.header.fixed {
    background-color: #17132C;
    padding: 15px 0;
}
.menu-language-menu-container{position: relative; z-index: 100;}
.language-menu >li{position: relative; margin-bottom: 0;}
.language-menu ul{display: none; position: absolute; left: 0; top: 33px; padding: 10px 10px; background-color: #4A3EEF;}
.language-menu>li:hover ul{display: block;}

.language-menu ul:before {
	position: absolute;
	left: 20px;
	top: 0;
	content: '';
      width: 0;
      height: 0;
      border-left: 12px solid transparent;
      border-right: 12px solid transparent;
      border-top: 8px solid #17132C;
    }
.language-menu ul>li{margin: 0;}
.language-menu >li>a{padding: 5px 10px;}
.wpml-ls-menu-item .wpml-ls-flag+span{margin-left: 0.5rem !important;}

/* .header-wapper__toggle::after {
    content: '\f0c9';
} */
/* header */

/* banner */
.btn__wrapper {
    display: flex;
    gap: 30px;
}
.banner__home-main {
    display: flex;
    justify-content: space-between;
	position: relative;
    background-color: #17132C;
}

.banner__text {
	max-width: 40%;
    margin-top: 80px;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.banner__img{
	position: relative;
	width: 55%;
	height: fit-content;
}
.banner__video {
    width: 100%;
    height: 100%;
    object-fit: none;
    pointer-events: none;
	position: absolute;
}
.banner-wapper{
	position: relative;
}
.banner__img svg {
	width: calc(100% + 7px);
    display: block;
    position: relative;
    margin: -4px;
}
/* banner */


/* img-txt */
.img-txt__main {
    display: flex;
	gap: 156px;
}

.img-txt__text {
    width: 50%;
}
.img-txt__text h4{color: #4A3EEF; margin-bottom: 24px; margin-top: 15px;}

.img-txt__img-block {
    width: 50%;
    position: relative;
	height: fit-content;
}
.techno-rounded{border-radius: 50px; overflow: hidden;}
.img-txt__img-block img{
	scale: 1;
	transition: all 0.5s;
}
.img-txt__img-block img:hover{
	scale: 1.05;
}
.techno-rounded img:hover{scale: 1;}
.img-txt__img {
    border-radius: 50px;
	width: 100%;
}

.img-txt__img-block .img-txt__img_two {
    position: absolute;
    width: 400px;
    bottom: -40px;
    right: 0;
}

.img-txt {
    padding: 80px 0;
}
.img-txt__img-block .img-txt__img_one {
    width: 90%;
}
.title__top {
    color: #4A3EEF;
	margin-bottom: 10px;
}
.title__main {
    margin-bottom: 30px;
	margin-top: 20px;
}
/* img-txt */

/* services */
.services {
	padding: 80px 0;
}
.services__list .services__item {
    padding: 0 20px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
	border-radius: 30px;
	margin-top: 120px;
	margin-bottom: 30px;
	margin-left: 10px;
	margin-right: 10px;
}
.services__name {
	max-width: 210px;
    margin-bottom: 30px;
	text-align: center;
}
.services__img {
	width: 248px;
    margin-top: -70px;
    margin-bottom: 40px;
	border-radius: 100%;
    scale: 1;
    object-fit: cover;
	transition: all 0.5s;
}
.services__item:hover .services__img{
 scale: 1.1;
}
.services__btn{
	transform: translateY(50%);
}
.services__txt{
	line-height: 18px;
	margin-bottom: 0;
	max-width: 215px;
    text-align: center;
}
.services__item.bg-white{
	color: #000;
}

.services__item.bg-white .services__txt{
	color: #727272;
}


.arrow-slider{
	position: absolute;
	top: 50%;
	z-index: 2;
	cursor: pointer;
	padding: 10px 20px;
	margin-top: -23px;
}
.arrow-slider.slick-prev{left: 14px;}
.arrow-slider.slick-next{right: 14px;}
.arrow-slider:before{display: none;}
/* services */

/* reference */
.reference {
    padding: 80px 0;
    text-align: center;
}

.reference__count {
    display: flex;
    justify-content: space-between;
	max-width: 800px;
    margin: 0 auto;
}
.reference__desc {
    max-width: 700px;
    margin: 0 auto 34px auto;
}
/*
.reference__img-wrapper{
	display: grid;
	grid-template-columns: repeat(4 , 1fr);
	margin: 60px 0;
}
*/
.reference__img-wrapper{
	margin: 60px 0;
}
.refrence__count-after{
	font-size: 52px;
    font-family: 'AnekLatinExpanded-ExtraBold';
    line-height: 57px;
}
.refrence__count-wrapper{
	display: flex;
}
.refrence__count-wrapper{
	justify-content: center;
}

.refrence__logo-slide {
	margin: 0 50px;
    object-fit: scale-down;
    height: 70px;
}
.refrence__logo-slider {
    padding: 40px;
    background: #fff;
    border-radius: 50px;
}
.refrence__logo-slider .slick-track{
	display: flex;
	align-items: center;
	justify-content: center;
}
.refrence__logo-slider .slick-prev {
    left: 10px;
}
.refrence__logo-slider .slick-next {
    right: 10px;
}
.refrence__logo-slider .slick-prev:before {
	content: '\f104';
	color: #4A3EEF;
	font-family: 'FontAwesome';
	font-size: 70px;
}

.refrence__logo-slider .slick-next:before {
	content: '\f105';
	color: #4A3EEF;
	font-family: 'FontAwesome';
	font-size: 70px;
}
.refrence__logo-slider .slick-arrow{
	width: auto;
	height: auto;
	z-index: 9;
}
/* reference */

/* inquiry */
.inquiry{
	padding: 80px 0;
	text-align: center;
}
.inquiry__btn{
	justify-content: center;
}
/* inquiry */

/* footer */
footer {
    padding: 80px 0 20px 0;
}

.footer__main {
    display: flex;
    justify-content: space-between;
    margin: 50px 0;
	gap: 30px;
}

.footer__map iframe {
    width: 400px;
    height: 250px;
    border-radius: 15px;
}

.footer__map {
    position: relative;
}

.view-map {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    position: absolute;
    top: 20px;
    padding: 10px 20px;
}

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

.footer__link-title {
    margin-bottom: 35px;
}
.footer__address> p,
.footer__link-menu>li>a {
    font-size: 18px;
    font-family: 'AnekLatin-Medium';
    line-height: 30px;
}

.footer__copyright {
    display: flex;
    justify-content: space-between;
}

.footer__copyright p {
    margin: 0;
    font-size: 14px;
}

.footer__copyright-right {
    display: flex;
    align-items: center;
    gap: 10px;
}
.view-map:hover{
	background-color: #4A3EEF;
	color: #fff;
}
/* footer */

/* inner-banner */
.inner-banner .banner__text{
	max-width: 100%;
}
.technological-equipment .img-txt__main{
	gap: 75px;
}
.technological-equipment .img-txt__img_one{
    box-shadow: 1px 0px 30px -4px #8d88a7;
}
.single-cpt_sluzby .services__list{
	margin: 40px 0;
}
.sluzby-main-content h2{
	margin-bottom: 30px;
    margin-top: 20px;
}
/* inner-banner */

/* Fotogalerie-page Start */
.photogallery__main{
	padding: 70px 0;
}
.photogallery__grid {
    display: grid;
    grid-template-columns: repeat(4 , 1fr);
    gap: 20px;
    margin: 60px 0;
}

.gallery__img:hover::after {
    content: '';
    width: 100%;
    height: 100%;
    background-color: rgba(23, 19, 44, 0.64);
    position: absolute;
    top: 0;
    left: 0;
}

.gallery__img {
    position: relative;
}
.gallery__img:hover::before{
    content: '';
    width: 40px;
    height: 40px;
    background-image: url('../images/magnifying-glass.svg');
    position: absolute;
    top: 50%;
    left: 50%;
    background-size: contain;
    z-index: 99;
	margin: -20px;
}
/* Fotogalerie-page End */

/* Certificate- page Start */
.certificate__block{
    padding: 70px 0;
}
.certificate__list {
    display: grid;
    grid-template-columns: repeat(4 , 1fr);
    column-gap: 100px;
    row-gap: 30px;
    text-align: center;
    margin-top: 70px;
}
.fancybox-caption__body {
    font-size: 20px;
}
/* Certificate- page End */

/* Contact- page Start */
.contact__block {
    padding: 70px 0;
}
.contact__main {
    display: flex;
    gap: 70px;
}
.contact__box .btn-call{
    font-size: 20px;
    margin-bottom: 10px;
    font-family: 'Anek Latin Regular';
}
.contact__details {
    display: flex;
    column-gap: 70px;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: flex-start;
    margin-top: 80px;
}
.contact__left {
    max-width: 50%;
}
.contact__details .contact__box {
    width: calc(50% - 35px);
}
.contact__location iframe{
    width: 100%;
    height: 550px;
    border-radius: 16px;
}
.contact__right {
    width: 50%;
}
.contact__options {
    display: grid;
    gap: 30px;
    grid-template-columns: repeat(4, 1fr);
}
.contact__bottom {
    padding: 60px 0;
}
/* Contact- page End */