#page {
	position: relative;
	overflow: hidden;
}

.home-page-vh100 {
	min-height: 100vh;
}

.home-page-content {
	height: calc(100vh - 70px - 65px);
}

#content {
	overflow: hidden;
}

label.error {
	color: red;
}

input.error {
	border: 1px solid red;
}

/*HEADER*/
.site-header {
position: relative;
 
	min-height: 70px;
	height: 1px;
	-webkit-box-shadow: 0 1px 21px 4px rgba(77, 77, 77, .19);
	        box-shadow: 0 1px 21px 4px rgba(77, 77, 77, .19);
	z-index: 100;
    background: #fff;
	/*top: -70px;*/
    -webkit-transition: top 0.5s ease-in-out;
    -o-transition: top 0.5s ease-in-out;
    /*transition: top 0.5s ease-in-out;*/
}

.site-header.sticky {
position: fixed;
top: 0;
left: 0;
width: 100%;
}

.container {
	max-width: 1200px;
	padding: 0 15px;
	margin: 0 auto;

}

.header__inner {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}


.site-branding {
	height: 100%;
	padding-top: 13px;
	padding-bottom: 13px
}

.logo {
	display: block;
	height: 100%;
}

.site-header--right {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

.menu-glavnoe-menyu-container {
	height: 100%;
}

.nav-menu {
	height: 100%;
}

.main-navigation li {
	padding-left: 20px;
	padding-right: 20px;
}

.main-navigation li a {
	font-size: 15px;
	font-weight: 500;
	color: #181818;
	line-height: 70px;
	text-transform: uppercase;
}

.main-navigation li a:hover {
	color: #cc0033;
}

.main-navigation ul ul {
	padding-left: 10px;
	padding-right: 10px;
	font-weight: 400;
	-webkit-box-shadow: 0 1px 21px 4px rgba(77, 77, 77, .19);
	        box-shadow: 0 1px 21px 4px rgba(77, 77, 77, .19);
	background-color: #fff;
}

.main-navigation ul ul li {
	padding-left: 15px;
	padding-right: 15px;
	border-bottom: 1px solid #d6d7d7
}

.main-navigation ul ul li:last-of-type {
	border-bottom: none;
}

.main-navigation ul ul li a {
	line-height: 40px;
	font-weight: 400;
	white-space: nowrap;
}

/*languages*/
.qtranxs_widget {
	height: 100%;
	padding-left: 40px;
	padding-right: 40px;
	z-index: 9999;
}

.language-chooser {
	height: 100%;
	text-align: center;
}

.language-chooser li {
	display: block;
	position: relative;
	width: 40px;
	height: 100%;
	/*overflow: hidden*/;
}

.language-chooser li ul {
	position: absolute;
	top: calc(100% - 15px);
	left: 0;
	opacity: 0;
	-webkit-transition: all .35s;
	-o-transition: all .35s;
	transition: all .35s;
	z-index: 9999;
}

.language-chooser li:hover ul {
	top: 100%;
	-webkit-box-shadow: 0 1px 21px 4px rgba(77, 77, 77, .19);
	        box-shadow: 0 1px 21px 4px rgba(77, 77, 77, .19);
	opacity: 1;
}

.language-chooser li:hover {
	overflow: visible;
}

.language-chooser li a {
	display: block;
	width: 100%;
	height: 100%;
	padding-top: 15px;
	padding-bottom: 15px;
}

.language-chooser li a span {
	display: block;
	width: 100%;
	color: #181818;
	font-weight: 500;
	text-transform: uppercase;
	line-height: 38px;
	background-color: #fff;
	
}

.language-chooser li a:hover span {
	color: #cc0033;
}

.language-chooser ul li a {
	padding: 0;
}

.language-chooser ul li span {
	border-bottom: 1px solid #d6d7d7;
}

.language-chooser ul li:last-of-type span {
	border-bottom: none;
}




/*Mobile menu*/

.mobile-menu-and-lang-block--wrapper {
	 
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 100;
  height: calc(100vh - 70px - 65px);
  background-color: rgba(255,255,255,1);
  display: none;
	  
}

.mobile-menu-and-lang-block {
	
	background-color: #fff;
	
}



.mobile-nav li {
	
  display: block;
  float: none;
  /*padding-left: 25px;*/
  /*padding-right: 60px;*/
  
  text-align: left;
border-bottom: 1px solid #d6d7d7;
}
.mobile-nav li a {
	display: block;

	font-size: 20px;
	padding-left: 25px;
  padding-right: 0px;
	line-height: 50px;

} 

.mobile-nav li a:hover {
	color: #cc0033;

} 

.mobile-nav ul {
	/*display: block;*/
	
}

.mobile-nav ul ul {
	padding: 0;
	position: static;
	width: 100%;
	float: none;
    top: 0;
    left: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
   height: auto;
}

.mobile-nav ul ul li {
	padding-left: 0;
	padding-right: 0;
	
	
}

.mobile-nav ul ul li:last-of-type {
	/*border-bottom: 1px solid #d6d7d7*/
	border-bottom: none;
}

.mobile-nav ul ul li a {
	line-height: 50px;
	font-weight: 300;
	white-space: nowrap;
}

.burger {
  position: absolute;
  top: 20px;
  right: 80px;
  width: 36px;
  height: 36px;
  background-color: #fff;
  border: 1px solid #56565a;
  cursor: pointer;
  display: none;
 }

.burger.active {
  z-index: 17;
  display: block;
 }

.serif {
  position: absolute;
  width: 18px;
  height: 1px;
  background-color:#56565a;
  left: 8px;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}

.burger.active .serif--2,
.burger .serif--2 {
  -webkit-transition: -webkit-transform 0.001s ease-in-out;
  transition: -webkit-transform 0.001s ease-in-out;
  -o-transition: transform 0.001s ease-in-out;
  transition: transform 0.001s ease-in-out;
  transition: transform 0.001s ease-in-out, -webkit-transform 0.001s ease-in-out;
}
.serif--1 {
  top: 10px;
}
.serif--2 {
  top: 17px;
}
.serif--3 {
  top: 24px;
}
.burger.active .serif--1 {
  -webkit-transform: translate(0, 7px) rotate(45deg);
      -ms-transform: translate(0, 7px) rotate(45deg);
          transform: translate(0, 7px) rotate(45deg);
}
.burger.active .serif--2 {
  -webkit-transform: translate(999px, 0);
      -ms-transform: translate(999px, 0);
          transform: translate(999px, 0);
}
.burger.active .serif--3 {
  -webkit-transform: translate(0, -7px) rotate(-45deg);
      -ms-transform: translate(0, -7px) rotate(-45deg);
          transform: translate(0, -7px) rotate(-45deg);
}

/*Accordeon*/
.accordion__title {
  /*position: relative;*/
  position: relative;
  }

 .accordion__title::after {
  content: '';
  position: absolute;
  display: block;
  width: 15px;
  height: 15px;
  border-top: 1px solid #404040;
  border-right: 1px solid #404040;;
  top: 14px;
  right: 20px;
  -webkit-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
          transform: rotate(135deg);
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}
.accordion__content {
  /*padding: 10px;
  line-height: 1.3em;*/
  /*overflow: hidden;*/
  /*height: 0;*/
  display: none;
}
.accordion__item:last-child {
  border-bottom: none;
}
.accordion__item.active>.accordion__title::after {
  top: 18px;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.accordion__item.active .accordion__content {
  /*display: block;*/
}

/*languages in mobie menu*/

.mobile-menu-and-lang-block .qtranxs_widget {
	 display: block;
	 z-index: 0;
	 height: auto;
}

.mobile-menu-and-lang-block .language-chooser {
	display: block;
	height: auto;
	text-align: left;
}


#qtranslate-4 li {
		display: inline-block;
		width: 45px;
	height: 45px;
	text-align: center;
		margin-right: 10px;
	}

#qtranslate-4 li a {
    width: 100%;
    height: 100%;
	border: 1px solid #56565a;
    padding-top: 2px;
    padding-bottom: 2px;
    color: #56565a;
}

#qtranslate-4  {
    padding: 25px;
}


#qtranslate-4 li a:active {
    color: #cc0033;
    border-color: #cc0033;
    
}
/*languages in mobile menu end*/



.header-social-links {
	padding: 0 0 0 20px;
}

.header-social-links li {
	padding: 20px 0;
}

.header-social-links a {
	font-size: 24px;
	line-height: 1;
}



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

	.main-navigation li {
		padding-left: 10px;
		padding-right: 10px;
	}
	
	.qtranxs_widget {
	    padding-left: 15px;
	    padding-right: 15px;
	}
}


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

	.category-header {
		text-align: center;
	}

	.main-navigation li {
		padding-left: 7px;
		padding-right: 7px;
	}

	.main-navigation li a {
		font-size: 12px;
	}

	.qtranxs_widget {
	    padding-left: 10px;
	    padding-right: 10px;
	}

	
}


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

	.desktop-nav {
		display: none;
	}

	.burger {
		display: block;
	}

	.qtranxs_widget {
			display: none;
		}

.mobile-menu-and-lang-block--wrapper.active .qtranxs_widget {
	display: block;
}

		.language-chooser {
		display: none;
	}

	.mobile-menu-and-lang-block--wrapper.active .language-chooser {
		display: block;
		padding: 22.5px 0;
		text-align: left;
	}


	
}
/*HEADER end*/





/*Page content*/
.main-front-page {
	position: relative;
}

.page-content {
	margin-bottom: 40px;
}

.page-title {
	font-size: 35px;
	font-weight: 400;
	color: #2f2f2f;
	margin-bottom: 20px;
}

.kama_breadcrumbs {
	font-size: 15px;
	font-weight: 500;
	color: #656565;
	line-height: 56px; 
}


.kb_sep {
	display: inline-block;
	width: 22px;
	height: 11px;
	margin-left: 10px;
	margin-right: 5px;
	background-image: url("../images/arrow-in-breadcrumbs.png");
}

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

.kama_breadcrumbs {
	display: none;
}
.page-title {
	margin-top: 25px;
	font-size: 28px;
	line-height: 28px;
}

	.category-title {
		margin-top: 0;
		line-height: 22px;
}



}

/*SLIDER*/

.slider__item {
	position: relative;
	height: calc(100vh - 70px - 65px);
	
}

.slider__item>img {
	height: 100%;
}

.slider__item>img {
	display: none;
}

.slider__item {
	background-position: center;
	-webkit-background-size: cover;
	        background-size: cover;
	background-repeat: no-repeat;
}

.slider__item--1{
	background-image: url(http://www.yugma.kiev.ua/wp-content/uploads/2023/10/yugma_selfish_territory_01.jpg);
}
.slider__item--2{
	background-image: url(http://www.yugma.kiev.ua/wp-content/uploads/2023/09/yugma_navyport_altanka1.jpg);
}
.slider__item--3{
	background-image: url(../images/main-slider-image_3.png);
}
.slider__item--4{
	background-image: url(../images/main-slider-image_4.png);
}
.slider__item--5{
	background-image: url(../images/main-slider-image_5.png);
}
.slider__item--6{
	background-image: url(../images/main-slider-image_6.png);
}
.slider__item--7{
	background-image: url(../images/main-slider-image_7.png);
}


.slider__content {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
}

.slider__content .container {
	position: relative;
	height: 100%;
}

.slider__content .container::before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}

.slider__footer {
	width: 100%;
	position: absolute;
	left: 15px;
	bottom: 70px;
}

.slider__title {
	font-weight: 400;
	font-size: 65px;
	color: #fff;
	text-align: left;
}

.our-specialization__wrapper {
	position: absolute;
	top: calc(100% + 65px);
	/*left: 0;
	bottom: 0;
	right: 0;*/
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,.7);
	/*display: none;*/
	
	-webkit-transition: top 1s;
	-o-transition: top 1s;
	transition: top 1s;
}
.our-specialization {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	    -ms-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	font-family: 'Open Sans';
	font-weight: 500;
	display: inline-block;
	vertical-align: middle;
	
}

.our-specialization__wrapper.show {
	/*display: block;*/
	z-index: 100;
	top: 0;
	
	-webkit-transition: top 1s;
	-o-transition: top 1s;
	transition: top 1s;
}


.our-specialization span {
	position: absolute;
	top: calc(50% - 17.5px);
	-webkit-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	        transform: translateX(-50%);
	font-size: 35px;
	letter-spacing: .036em;
	text-transform: uppercase;
	white-space: nowrap;
}

.show-our-specific-btn {
	cursor: pointer;
}

.portfolio__link {
	/*display: inline-block;
	position: absolute;*/
	font-size: 23px;
	text-transform: uppercase;
	color: #2b2b2b;
}

.portfolio__link:hover {
	color: #cc0033;
}

/*.top {
	top: -1.0em;
	-webkit-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	        transform: translateX(-50%);
}

.bottom {
	bottom: -1.0em;
	-webkit-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	        transform: translateX(-50%);
}

.right {
	top: calc(50% - 0.5em);
	right: -8px;
	-webkit-transform: translateX(100%);
	    -ms-transform: translateX(100%);
	        transform: translateX(100%);
}

.left {
	top: calc(50% - 0.5em);
	left: -8px;
	-webkit-transform: translateX(-100%);
	    -ms-transform: translateX(-100%);
	        transform: translateX(-100%);
}

.top-right {
	top: 1.5em;
	right: 0;
	-webkit-transform: translateX(25%);
	    -ms-transform: translateX(25%);
	        transform: translateX(25%);
}

.top-left {
	top: 1.5em;
	left: 0;
	-webkit-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	        transform: translateX(-50%);
}

.bottom-right {
	bottom: 1.5em;
	right: 0;
	-webkit-transform: translateX(25%);
	    -ms-transform: translateX(25%);
	        transform: translateX(25%);
}

.bottom-left {
	bottom: 1.5em;
	left: 0;
	-webkit-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	        transform: translateX(-50%);
}
*/
.slick-dots {
    bottom: 65px;
    right: 19.5%;
    display: inline-block;
    width: 165px;
/*width: 57px;*/
    list-style: none;
    text-align: center;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    /*width: 1px;*/
    /*height: 17px;*/
    /*width: 3px;*/
    /*height: 20px;*/
    /*margin-right: 6px;*/
	width: 15px;
	height: 15px;
	margin-right: 10px;
	border-radius: 50%;
    /*background-color: #595959;*/
    background-color: #fff;
/*background-color: #cc0033;*/
}

.slick-dots li:last-child {
    
    margin-right: 0;
   
}

li.slick-active {
    /*height: 28px;*/
	background-color: #cc0033;
}

@media screen and (max-width: 1200px) {
	/*.portfolio__link {
		
		font-size: 16px;
		
	}
	.left, .right {
		max-width: 150px
	}

	.right {
		
		right: 0;
		
	}

	.left {
		
		left: 0;
		
	}*/
}

@media screen and (max-width: 850px) {
	/*.our-specialization {
		width: 450px;
		height: 450px;
	}

	.our-specialization span {
		
		font-size: 30px;
		
	}*/
}  

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

	/*.our-specialization {
		max-width: 320px;
		margin: 0 auto;
		height: initial;
		text-align: center;

	}

	.our-specialization img {
		display: none;
	}

	.our-specialization span,
	.portfolio__link {
		display: block;
		width: 100%;
		text-align: left;
		-webkit-transform: none;
		    -ms-transform: none;
		        transform: none;
	}

	.portfolio__link {
		font-size: 20px;
		position: relative;
		margin-bottom: 30px;
		padding-left: 40px;
		max-width: 100%;
	}

	
	.portfolio__link::before {
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		width: 25px;
		height: 100%;
		background-image: url("../images/portfolio-links-bgc.png");
		-webkit-background-size: 100% 100%;
		        background-size: 100% 100%;
	}

	.our-specialization span {
		font-size: 30px;
		position: static;
		
		letter-spacing: normal;
		margin-bottom: 50px;
	}

	

	.top {
	top: 0;
	
}

.bottom {
	bottom: 0;
	
}

.right {
	top: 0;
	right: 0;
	
}

.left {
	top: 0;
	left: 0;
	
}


.top-right {
	top: 0;
	right: 0;
	
}

.top-left {
	top: 0;
	left: 0;
	
}

.bottom-right {
	bottom: 0;
	right: 0;
	
}

.bottom-left {
	bottom: 0;
	left: 0;
	
}*/

.slider__title {
    
    font-size: 40px;
    
}

.slick-dots {
    
    right: 15px;
    bottom: 75px;
    
}










}

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

.portfolio__link {
		font-size: 16px;
		
		margin-bottom: 20px;
		padding-left: 30px;
		
	} 

	.portfolio__link::before {
		/*content: '';
		position: absolute;
		top: 0;
		left: 0;
		width: 25px;
		height: 100%;
		background-image: url(../images/portfolio-links-bgc.png);
		background-size: 100% 100%;*/
	}
}
/*SLIDER*/



/*FOOTER*/
.site-footer {
	min-height: 65px;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #cc0033;
z-index: 100;
}

.site-footer--inner {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

.site-footer a,
.site-footer span {
	font-weight: 500;
	color: #fff;
	/*line-height: 65px;*/
}

/*.site-footer span {
	display: inline-block;
}
*/
.site-footer img {
	margin-left: 20px;
}

.footer-left,
.footer-right {
	min-height: 65px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
}

 

.footer-left {
	font-size: 16px;
}

.footer-right {
	font-size: 18px;
	text-transform: uppercase;
}

@media screen and (max-width: 600px) {
	.footer-left {
		font-size: 16px;
	}

	.footer-right {
		font-size: 15px;
		
	}

	.site-footer img {
	margin-left: 15px;
}
}

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

.footer-left {
		font-size: 12px;
	}

	.footer-left a {
		text-decoration: underline;
	}

	.footer-right {
		font-size: 14px;
		
	}

	.site-footer img {
	display: none;
}}

/*FOOTER*/



.our-specialization {
		max-width: 320px;
		margin: 0 auto;
		height: initial;
		text-align: center;

	}

	.our-specialization img {
		display: none;
	}

	.our-specialization span,
	.portfolio__link {
		display: block;
		width: 100%;
		text-align: left;
		-webkit-transform: none;
		    -ms-transform: none;
		        transform: none;
	}

	.portfolio__link {
		font-size: 20px;
		position: relative;
		margin-bottom: 30px;
		padding-left: 40px;
		max-width: 100%;
	}

	
	.portfolio__link::before {
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		width: 25px;
		height: 100%;
		background-image: url("../images/portfolio-links-bgc.png");
		-webkit-background-size: 100% 100%;
		        background-size: 100% 100%;
	}

	.our-specialization span {
		font-size: 30px;
		position: static;
		
		letter-spacing: normal;
		margin-bottom: 50px;
	}

	

	.top {
	top: 0;
	
}

.bottom {
	bottom: 0;
	
}

.right {
	top: 0;
	right: 0;
	
}

.left {
	top: 0;
	left: 0;
	
}


.top-right {
	top: 0;
	right: 0;
	
}

.top-left {
	top: 0;
	left: 0;
	
}

.bottom-right {
	bottom: 0;
	right: 0;
	
}

.bottom-left {
	bottom: 0;
	left: 0;
	
}



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

	.slick-dots {
		bottom: 25px;
		display: block;
		text-align: center;

	}
}