/*  
	Theme Name: sevmaket
	Description: Тема для сайта "Севмакет"
*/

:root {
  --swiper-navigation-size: 100px;
}

html,
body {
	margin: 0;
	padding: 0;
	height: 100%;
	background-color: #f7f6f5;
}
html {
	font-size: 14px;
	font-family: 'Tahoma', sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	background-color: #f7f6f5;
}
img {
	max-width: 100%;
	height: auto;
	-ms-interpolation-mode: bicubic;
	display: inline-block;
	vertical-align: middle; 
}

/* clear */
.clear:before,
.clear:after {
	content:' ';
	display:table;
}
.clear:after {
	clear:both;
}
.clear {
	*zoom:1;
}


/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
	margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}

.alignright {
	float:right;
	margin: 5px 0 20px 20px;
}

.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

a img.alignnone {
	margin: 5px 20px 20px 0;
}

a img.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	background: #fff;
	border: 1px solid #f0f0f0;
	max-width: 96%; /* Image does not overflow the content area */
	padding: 5px 3px 10px;
	text-align: center;
}

.wp-caption.alignnone {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}

.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
	width: auto;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	white-space: nowrap;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}




/* Custom, iPhone Retina */
@media only screen and (min-width : 0px) {

  .wrapper {
    min-height: 100%;
    display: flex;
    flex-direction: column;
  }
	header {
		background-color: #339999;
		position: fixed;
		width: 100%;
		left: 0;
		right: 0;
		box-sizing: border-box;
		z-index: 100;
	}
	header.scrolled {
		background-color: rgb(51,153,153);
		background-color: rgba(51,153,153,.95);

		-webkit-box-shadow: 0px 4px 0px 0px rgba(51,153,153,0.3);
		-moz-box-shadow: 0px 4px 0px 0px rgba(51,153,153,0.3);
		box-shadow: 0px 4px 0px 0px rgba(51,153,153,0.3);
	}
	.inner-header {
		padding: 0 10px;
	}
	.logo {
		padding: 20px 0;
		float: left;
	}
	.logo a {
		display: block;
	}
	header.scrolled .logo {
		padding: 10px 0;
		height: 50px
	}
	header.scrolled .logo a,
	header.scrolled .logo a img {
		height: 100%;
	}
	.nav-button {
		background: none;
		position: relative;
		float: right;
		padding: 9px 10px;
		border: 1px solid transparent;
		border-radius: 0;
		width: 44px;
		height: 34px;
		margin: 33px 0;
	}
	header.scrolled .nav-button {
		margin: 18px 0;
	}
	header,
	header.scrolled,
	.logo,
	.logo a,
	.logo a img,
	header.scrolled .logo,
	.nav-button,
	header.scrolled .nav-button,
	header.scrolled .logo a,
	header.scrolled .logo a img {
		-webkit-transition: all .3s linear;
		-moz-transition: all .3s linear;
		-ms-transition: all .3s linear;
		-o-transition: all .3s linear;
		transition: all .3s linear;
	}
	.nav-button-line:nth-child(1) {
		top: 10px;
	}
	.nav-button-line:nth-child(2) {
		top: 50%;
		opacity: 1;
	}
	.nav-button-line:nth-child(3) {
		top: 22px;
	}
	.nav-button.open .nav-button-line {
		top: 50%;
	}
	.nav-button.open .nav-button-line:nth-child(1) {
		-moz-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	.nav-button.open .nav-button-line:nth-child(2) {
		opacity: 0;
	}
	.nav-button.open .nav-button-line:nth-child(3) {
		-moz-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}

	.nav-button-line {
		background-color: #fff;
		display: block;
		position: absolute;
		width: 22px;
		height: 2px;
		border-radius: 1px;
	}
	.header-svg-container {
		width: 100%;
		height: 37px;
		margin-top: -1px;
	}
	.header-svg {
		fill: #f7f6f5;
		stroke: none;
	}
	.header-menu {
		display: none;
		border-top: 1px solid rgba(255,255,255,.1);
		overflow-y: auto;
		overflow-x: visible;
		box-sizing: border-box;
		width: 100%;
	}
	.main-menu {
		margin: 15px 0;
		padding: 0;
		list-style: none;
	}
	.main-menu li {

	}
	.main-menu li a {
		display: block;
		font-size: 14px;
		color: #fff;
		text-decoration: none;
		line-height: 24px;
		padding: 8px 0;
	}
	.center-logo {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;

		background-color: #339999;
		text-align: center;
		padding: 140px 0 40px 0;
    height: 159px;
	}
	.center-logo span {
		display: block;
		text-transform: uppercase;
		color: #FFFFFF;
		font-size: 14px;
		line-height: 14px;
		margin-top: -20px;
	}
	.uslugi-title {
		color: #339999;
		text-transform: uppercase;
		font-size: 22px;
		line-height: 22px;
		text-align: center;
		margin-top: 10px;
	}
	.uslugi-sub-title {
		color: #434949;
		font-size: 14px;
		line-height: 14px;
		text-align: center;
		margin-top: 10px;
	}
	.uslugi-line {
		margin-top: 10px;
	}
	.uslugi-line hr {
		width: 60%;
		margin: 0 auto;
		border: 1px solid #339999;
	}
	.uslugi-page-line {
		margin-top: 15px;
	}
	.uslugi-page-line hr {
		width: 60%;
		margin: 0 auto;
		border-top: 2px solid #339999;
    border-left: none;
    border-right: none;
    border-bottom: none;
	}
	.uslugi-all hr {
		width: 183.75px;
		margin: 0 auto;
		border-top: 1px solid #339999;
    border-left: none;
    border-right: none;
    border-bottom: none;
		margin-top: 5px;
	}
	.uslugi-container {
		display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;

		padding: 0 10px 20px 10px;
		box-sizing: border-box;
	}
	.usluga-container {
		text-align: center;
		margin-top: 20px;
	}
	.usluga-container span {
    display: inline-block;
		color: #339999;
		text-transform: uppercase;
		font-size: 16px;
    padding-top: 10px;
	}
	.usluga-container a {
		text-decoration: none;
	}
  .uslugi-img-container {
    padding: 0 10px;
  }
	.raboti-svg-container {
		width: 100%;
		height: 37px;
		margin-top: 0px;
	}
	.raboti-section {
		background-color: #339999;
		padding: 0 20px;
		box-sizing: border-box;
	}
	.raboti-title {
		color: #fefefe;
		font-size: 22px;
		line-height: 22px;
		text-align: center;
		padding-top: 10px;
	}
	.raboti-sub-title {
		text-align: center;
		padding-top: 10px;
	}
	.raboti-sub-title a {
		text-decoration: none;
		color: #fefefe;
		font-size: 14px;
		line-height: 14px;
	}
	.raboti-line {
		margin-top: 10px;
	}
	.raboti-line hr {
		width: 60%;
		margin: 0 auto;
		border: 1px solid #fefefe;
	}
	.gallery-container {
		width: 100%;
		position: relative;
		padding: 20px 0 40px 0;
	}
	.slide-container {
		height: 200px;
		border: 2px solid #FFFFFF;
		background-size: cover;
		background-position: center;
		box-sizing: border-box;
	}
	.slide-container a {
		display: block;
		height: 100%;
		width: 100%;
	}
	.arrow-left {
		background-image: url(img/left-arrow.png);
		background-repeat: no-repeat;
		background-position: 15px 35px;
		position: absolute;
		top: 72px;
		left: 2px;
		cursor: pointer;
		width: 55px;
		height: 100px;
	}
	.arrow-right {
		background-image: url(img/right-arrow.png);
		background-repeat: no-repeat;
		background-position: 21px 35px;
		position: absolute;
		top: 72px;
		right: 2px;
		cursor: pointer;
		width: 55px;
		height: 100px;
	}
	.raboti-bottom-svg-container {
		width: 100%;
		height: 37px;
		margin-top: -1px;
	}
	.contacts-section {
		padding: 10px 20px 20px 20px;
	}
	.contacts-title {
		color: #339999;
		font-size: 22px;
		line-height: 22px;
		text-align: center;
	}
	.contacts-line {
		margin-top: 10px;
	}
	.contacts-line hr {
		width: 60%;
		margin: 0 auto;
		border: 1px solid #339999;
	}
	.contacts-phone {
		display: grid;
    justify-content: space-around;
		padding-top: 20px;
    gap: 5px;
	}
  .contacts-phone-item {
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
  .contacts-phone-item a {
    font-size: 20px;
    color: #434949;
    text-decoration: none;
  }
  .contacts-phone svg {
    width: 24px;
    height: 24px;
  }
  .contacts-phone-item-desc {
    display: flex;
    color: #434949;
    margin-left: 20px;
  }
  .contacts-phone-item-desc svg+svg {
    margin-left: 5px;
  }
  .contacts-phone-item-phone {
    display: flex;
  }
	.contacts-email {
    color: #434949;
		font-size: 18px;
		text-align: center;
		padding-top: 20px;
	}
  .contacts-phone-item-desc {
    font-size: 18px;
  }
  .contacts-email a {
    display: block;
    text-decoration: none;
    color: #434949;
  }
	.footer-svg-container {
		width: 100%;
		height: 37px;
		margin-top: auto;
	}
	footer {
		background-color: #339999;
		text-align: center;
		margin-top: -1px;
		padding: 0 20px;
	}
	.footer-logo {
		display: inline-block;
		padding: 20px 0 0 0;
	}
	.footer-logo-ad {
		display: block;
		font-size: 12px;
		color: #fff;
		text-decoration: none;
		padding: 10px 0 20px 0;
	}
	.inner-page-content {
		padding: 100px 20px 20px 20px;
	}
	.page-title {
		margin: 35px 0 0 0;
		font-size: 22px;
		line-height: 22px;
		color: #339999;
		text-align: center;
		text-transform: uppercase;
		font-weight: normal;
	}
	/* .inner-page-content .service-container:nth-child(2) .service-title {
		margin-top: 20px;
	} */
	.service-title {
		color: #339999;
		text-transform: uppercase;
		font-size: 22px;
		line-height: 22px;
		text-align: center;
		margin-top: 35px;
	}
	.service-description {
		color: #434949;
		font-size: 14px;
		text-align: center;
		margin-top: 15px;
	}
	.service-image {
		display: block;
    align-self: center;
		margin: 20px 0 0 0;
	}
	.service-type {
		margin-top: 15px;
	}
	.service-type-title {
		font-size: 16px;
		font-weight: bold;
		text-transform: uppercase;
		text-align: center;
		color: #434949;
	}
	.service-type-list {
    padding: 10px 0 0 0;
    margin: 0;
		list-style: disc;
		list-style-position: inside;
	}
	.service-type-list li,
  .no-list-desc {
		font-size: 14px;
		color: #434949;
	}
	.uslugi-all {
		text-align: center;
	}
	.uslugi-all a {
		color: #339999;
		text-transform: uppercase;
		font-size: 16px;
		line-height: 16px;
		text-decoration: none;
	}
	.uslugi-gallery-container {
		width: 100%;
		position: relative;
		padding: 20px 0 20px 0;
	}
	.arrow-left-uslugi {
		background-image: url(img/left-arrow.png);
		background-repeat: no-repeat;
		background-position: 15px 35px;
		position: absolute;
		top: 72px;
		left: 2px;
		cursor: pointer;
		width: 55px;
		height: 100px;
	}
	.arrow-right-uslugi {
		background-image: url(img/right-arrow.png);
		background-repeat: no-repeat;
		background-position: 21px 35px;
		position: absolute;
		top: 72px;
		right: 2px;
		cursor: pointer;
		width: 55px;
		height: 100px;
	}
	.main-menu li.current-page-ancestor a,
	.main-menu li.current-menu-item a {
		font-weight: bold;
	}
	.kontakty-form {
		margin-top: 20px;
		width: 100%;
	}
	.kontakty-form input[type="text"] {
		font-size: 14px;
		box-sizing: border-box;
		width: 100%;
		margin: 0 0 15px 0;
		padding: 11px 8px 11px 8px;
		border: 1px solid #434949;
	}
	.kontakty-form textarea {
		font-size: 14px;
		font-family: 'Tahoma', sans-serif;
		box-sizing: border-box;
		width: 100%;
		margin: 0 0 15px 0;
		padding: 11px 8px 11px 8px;
		border: 1px solid #434949;
		height: 100px;
		resize: none;
	}
	.kontakty-form input[type="submit"] {
		background-image: url(img/submit-bg.png);
		width: 100%;
		font-family: 'Tahoma', sans-serif;
		text-transform: uppercase;
		font-weight: bold;
		color: #FFF;
		font-size: 18px;
		line-height: 18px;
		border: none;
		margin: 0 0 15px 0;
		padding: 11px 0;
		cursor: pointer;
	}
	.kontakty-form-title {
		color: #339999;
		font-size: 18px;
		line-height: 18px;
		text-align: center;
		padding-top: 30px;
		text-transform: uppercase;
		font-weight: bold;
	}
	.examples-title {
    color: #339999;
    text-transform: uppercase;
    font-size: 22px;
    line-height: 22px;
    text-align: center;
    margin: 20px 0 0 0;
    font-weight: normal;
	}
	.g-recaptcha {
		margin-bottom: 15px;
		transform-origin: left top;
		-webkit-transform-origin: left top;
		box-sizing: border-box;
	}
	.g-recaptcha > div {
		margin: 0 auto;
	}
	.category-slide-caption {
		color: #339999;
		text-transform: uppercase;
		font-size: 20px;
		margin-top: 20px;
		text-align: center;
	}
	.primery-gallery-container {
		width: 100%;
		position: relative;
		padding: 20px 0 0 0;
	}
	.galereya-container {
		width: 100%;
		position: relative;
		padding: 20px 0 0 0;
	}
	.gallery-image-container {
		float: left;
		box-sizing: border-box;
		padding-right: 5px;
		padding-bottom: 10px;
		width: 50%;
		height: 100px;
	}
	.gallery-image-container:nth-child(2n) {
		padding-right: 0;
		padding-left: 5px;
	}
	.gallery-image {
		display: block;
		width: 100%;
		height: 100%;
		background-size: cover;
		background-position: center;
	}
	.up-button {
		position: fixed;
		width: 45px;
		bottom: 50px;
		right: 50px;
		cursor: pointer;
		height: 0;
		overflow: hidden;
		opacity: 0;
    z-index: 20;

		transition: opacity 1s ease-out;
	}
	.arrow-left.slick-disabled,
	.arrow-left-uslugi.slick-disabled,
	.arrow-left.slick-hidden,
	.arrow-left-uslugi.slick-hidden {
		background-image: url(img/left-arrow-disabled.png);
		cursor: default;
	}
	.arrow-right.slick-disabled,
	.arrow-right-uslugi.slick-disabled,
	.arrow-right.slick-hidden,
	.arrow-right-uslugi.slick-hidden {
		background-image: url(img/right-arrow-disabled.png);
		cursor: default;
	}

}

/* Extra Small Devices, Phones */ 
@media only screen and (min-width : 480px) {

	.main-menu li a {
		font-size: 16px;
	}
	.center-logo span {
		font-size: 16px;
		line-height: 16px;
	}
	.page-title,
	.uslugi-title {
		font-size: 26px;
		line-height: 26px;
	}
	.uslugi-sub-title {
		font-size: 16px;
		line-height: 16px;
	}
	.usluga-container span {
		font-size: 22px;
	}
	.raboti-title {
		font-size: 26px;
		line-height: 26px;
		padding-top: 15px;
	}
	.raboti-sub-title {
		padding-top: 15px;
	}
	.raboti-sub-title a {
		font-size: 16px;
		line-height: 16px;
	}
	.raboti-line {
		margin-top: 15px;
	}
	.slide-container {
		height: 300px;
	}
	.arrow-right {
		top: 122px;
	}
	.arrow-left {
		top: 122px;
	}
	.contacts-title {
		font-size: 26px;
		line-height: 26px;
	}
	.contacts-phone-item a {
		font-size: 24px;
	}
	.contacts-email {
		font-size: 22px;
	}
  .contacts-phone-item-desc {
    font-size: 22px;
  }
	.footer-logo {
		padding: 25px 0 0 0;
	}
	.footer-logo-ad {
		display: block;
		font-size: 12px;
		color: #fff;
		text-decoration: none;
		padding: 10px 0 25px 0;
	}
	.uslugi-page-line hr {
		width: 40%;
	}
	.service-title {
		font-size: 26px;
		line-height: 26px;
	}
	.service-description {
		font-size: 16px;
	}
	.service-type-title {
		font-size: 18px;
	}
	.service-type-list li,
  .no-list-desc {
		font-size: 16px;
	}
	.uslugi-all hr {
		width: 210.28px;
	}
	.arrow-left-uslugi {
		top: 122px;
	}
	.arrow-right-uslugi {
		top: 122px;
	}
	.kontakty-form-title {
		font-size: 18px;
		line-height: 18px;
	}
	.gallery-image-container {
		height: 150px;
	}



}


@media only screen and (min-width : 500px) {
	.kontakty-form {
		
	}
	.kontakty-form input[type="text"] {
		display: block;
		margin: 0 auto 15px auto;
		width: 450px;
	}
	.kontakty-form textarea {
		display: block;
		margin: 0 auto 15px auto;
		width: 450px;
	}
	.kontakty-form input[type="submit"] {
		display: block;
		margin: 0 auto 15px auto;
		width: 450px;
	}

}


/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {

	.inner-header {
		box-sizing: border-box;
		width: 750px;
		margin: 0 auto;
		padding: 0 15px;
	}
	.uslugi-section {
		width: 750px;
		margin: 0 auto;
		padding: 0 15px;
		box-sizing: border-box;
	}
	.page-title,
	.uslugi-title {
		font-size: 28px;
		line-height: 28px;
	}
	.uslugi-sub-title {
		font-size: 18px;
		line-height: 18px;
		margin-top: 15px;
	}
	.uslugi-line {
		margin-top: 15px;
	}
	.raboti-section {
		padding: 0;
	}
	.raboti-svg-container {
		margin-top: 25px;
	}
	.usluga-container {
		margin-top: 25px;
	}
	.inner-raboti-section {
		width: 750px;
		margin: 0 auto;
		padding: 0 15px;
		box-sizing: border-box;
	}
	.raboti-title {
		font-size: 28px;
		line-height: 28px;
		padding-top: 15px;
	}
	.raboti-sub-title a {
		font-size: 18px;
		line-height: 18px;
	}
	.gallery-container {
	padding: 25px 0 40px 0;
	}
	.contacts-title {
		font-size: 28px;
		line-height: 28px;
	}
	.contacts-phone-item a {
		font-size: 26px;
	}
  .contacts-phone svg {
    width: 30px;
    height: 30px;
  }
	.inner-page-content {
		box-sizing: border-box;
		padding: 100px 15px 20px 15px;
		width: 750px;
		margin: 0 auto;
	}
	.service-type {
		margin-top: 20px;
	}
	.service-type-title {
		text-align: left;
	}
	.service-title {
		font-size: 28px;
		line-height: 28px;
	}
	.uslugi-gallery-container {
		padding: 25px 0 25px 0;
	}
	.uslugi-all a {
		font-size: 18px;
		line-height: 18px;
	}
	.uslugi-all hr {
		width: 236.81px;
	}
	.kontakty-form input[type="text"] {
		display: block;
		margin: 0 auto 15px auto;
		width: 400px;
	}
	.kontakty-form textarea {
		display: block;
		margin: 0 auto 15px auto;
		width: 400px;
	}
	.kontakty-form input[type="submit"] {
		display: block;
		margin: 0 auto 15px auto;
		width: 400px;
	}
	.kontakty-form-title {
		font-size: 18px;
		line-height: 18px;
	}
	.gallery-image-container {
		height: 250px;
	}


}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
	.inner-header {
		box-sizing: border-box;
		width: 970px;
		margin: 0 auto;
		padding: 0 15px;
	}
	.nav-button {
		display: none;
	}
	.header-menu {
		display: block;
		float: right;
		border: none;
		overflow: auto;
		width: auto;
	}
	.main-menu {
		margin: 0;
	}
	.main-menu li {
		float: left;
		margin: 0;
		padding: 38px 30px 38px 0;
	}
	.main-menu li:last-child {
		padding: 38px 0;
	}
	.main-menu li a {
		padding: 0;
		text-transform: uppercase;
	}
	header.scrolled .main-menu li {
		padding: 23px 30px 23px 0;
	}
	header.scrolled .main-menu li:last-child {
		padding: 23px 0;
	}
	.uslugi-section {
		width: 970px;
	}
  .uslugi-container {
    grid-template-columns: repeat(4, 1fr);
    padding: 0 20px 20px 20px;
    gap: 0;
  }
	.page-title,
	.uslugi-title {
		font-size: 32px;
		line-height: 32px;
    margin-top: 50px;
	}
	.uslugi-sub-title {
		font-size: 20px;
		line-height: 20px;
	}
	.uslugi-line hr {
		width: 23%;
	}
	.header-svg-container {
		height: 77px;
	}
	.main-page-gallery {
		width: 853px;
		margin: 0 auto;
	}
	.slide-container {
		height: 132px;
		width: 188.5px;
		margin-right: 33px;
	}
	.slide-container:last-child {
		margin-right: 0;
	}
	.arrow-left {
		background-image: url(img/left-arrow.png);
		background-repeat: no-repeat;
		background-position: 0 35px;
		position: absolute;
		top: 41px;
		left: 0px;
		cursor: pointer;
		width: 30px;
		height: 100px;
	}
	.arrow-right {
		background-image: url(img/right-arrow.png);
		background-repeat: no-repeat;
		background-position: 11px 35px;
		position: absolute;
		top: 41px;
		right: 0px;
		cursor: pointer;
		width: 30px;
		height: 100px;
	}
	.raboti-svg-container {
		height: 77px;
	}
	.raboti-bottom-svg-container {
		height: 77px;
	}
	.footer-svg-container {
		height: 63px;
	}
	.inner-raboti-section {
		width: 970px;
	}
	.raboti-title {
		font-size: 32px;
		line-height: 32px;
	}
	.raboti-sub-title a {
	font-size: 20px;
	line-height: 20px;
	}
	.raboti-line hr {
		width: 23%;
	}
	.contacts-section {
		padding: 25px 0 20px 0;
	}
	.contacts-title {
		font-size: 32px;
		line-height: 32px;
	}
	.contacts-line hr {
		width: 23%;
	}
	.contacts-phone {
		padding-top: 35px;
	}
	/* .inner-page-content .service-container:nth-child(2) .service-title {
		margin-top: 20px;
	} */
	.service-container .service-title {
		margin-top: 50px;
	}
	.inner-page-content {
		box-sizing: border-box;
		width: 970px;
		margin: 0 auto;
		padding: 100px 15px 20px 15px;
	}
	.service-title {
		font-size: 32px;
		line-height: 32px;
	}
	.arrow-left-uslugi {
		background-image: url(img/left-green-arrow.png);
		background-repeat: no-repeat;
		background-position: 0 35px;
		position: absolute;
		top: 41px;
		left: 0px;
		cursor: pointer;
		width: 30px;
		height: 100px;
	}
	.arrow-right-uslugi {
		background-image: url(img/right-green-arrow.png);
		background-repeat: no-repeat;
		background-position: 11px 35px;
		position: absolute;
		top: 41px;
		right: 0px;
		cursor: pointer;
		width: 30px;
		height: 100px;
	}
	.kontakty-form-title {
		font-size: 18px;
		line-height: 18px;
	}
	.gallery-image-container {
		float: left;
		box-sizing: border-box;
		padding-bottom: 10px;
		width: 33.33%;
	}
	.gallery-image-container:nth-child(3n) {
		padding-right: 0;
		padding-left: 6.66px;
	}
	.gallery-image-container:nth-child(3n+1) {
		padding-right: 6.66px;
		padding-left: 0;
	}
	.gallery-image-container:nth-child(3n-1) {
		padding-right: 3.33px;
		padding-left: 3.33px;
	}
	.up-button.show {
		opacity: 1;
		height: 45px;
	}



}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
	.inner-header {
		width: 1170px;
	}
	.usluga-container {
		margin-top: 40px;
	}
  .usluga-container span {
    padding-top: 27px;
  }
	.uslugi-section {
		width: 1170px;
	}
	.page-title,
	.uslugi-title {
		font-size: 38px;
		line-height: 38px;
	}
	.uslugi-sub-title {
		font-size: 22px;
		line-height: 22px;
	}
	.raboti-svg-container {
		margin-top: 20px;
	}
	.inner-raboti-section {
		width: 1170px;
	}
	.raboti-title {
		padding-top: 60px;
		font-size: 38px;
		line-height: 38px;
	}
	.raboti-sub-title {
		padding-top: 30px;
	}
	.raboti-sub-title a {
		font-size: 22px;
		line-height: 22px;
	}
	.raboti-line {
		margin-top: 12px;
	}
	.gallery-container {
		padding: 40px 0 100px 0;
	}
	.main-page-gallery {
		width: 1000px;
	}
	.slide-container {
		height: 154px;
		width: 220px;
		margin-right: 40px;
	}
	.arrow-left {
		top: 67px;
	}
	.arrow-right {
		top: 67px;
	}
	.contacts-section {
	padding: 25px 0 80px 0;
	}
	.contacts-title {
		font-size: 38px;
		line-height: 38px;
	}
	.contacts-phone {
		padding-top: 50px;
	}
	.footer-logo {
		padding: 50px 0 0 0;
	}
	.footer-logo-ad {
		display: block;
		font-size: 12px;
		color: #fff;
		text-decoration: none;
		padding: 10px 0 50px 0;
	}
	.uslugi-line hr,
	.raboti-line hr,
	.contacts-line hr {
		width: 267px;
	}
	.inner-page-content {
		width: 1170px;
		box-sizing: border-box;
		margin: 0 auto;
		padding: 100px 15px 20px 15px;
	}
	.inner-page-content .service-container:nth-child(2) .service-title {
		margin-top: 50px;
	}
	.service-image {
		margin: 50px 0 0 80px;
	}
	.service-container .service-type::first-of-type {
		margin: 50px 0 0 35px;
	}
	.service-type {
		margin: 35px 0 0 35px;
		width: 500px;
	}
	.kontakty-form-title {
		font-size: 18px;
		line-height: 18px;
	}
	.arrow-left-uslugi {
		top: 52px;
	}
	.arrow-right-uslugi {
		top: 52px;
	}
	.gallery-image-container {
		float: left;
		box-sizing: border-box;
		padding-bottom: 10px;
		width: 25%;
	}
	.gallery-image-container:nth-child(4n-3) {
		padding-left: 0;
		padding-right: 7.5px;
	}
	.gallery-image-container:nth-child(4n-2) {
		padding-left: 2.5px;
		padding-right: 5px;
	}
	.gallery-image-container:nth-child(4n-1) {
		padding-left: 5px;
		padding-right: 2.5px;
	}
	.gallery-image-container:nth-child(4n) {
		padding-left: 7.5px;
		padding-right: 0;
	}

}


/* 2022 edit */

/* *,
::before,
::after {
	box-sizing: border-box;
} */

.swiper {
  width: 100%;
  height: 175px;
}

.swiper-container {
  position: relative;
  width: 100%;
}

@media (min-width: 992px) {

  .swiper {
    width: 853px;
    height: 132px;
  }

  .swiper-container {
    height: 132px;
  }

}

@media (min-width: 1200px) {
  .swiper {
    width: 1000px;
    height: 154px;
  }

  .swiper-container {
    height: 154px;
  }
}

.swiper-slide {
  box-sizing: border-box;
  border: 2px solid #FFFFFF;
  background-size: cover;
  background-position: center;
}

.swiper-slide a {
  display: block;
  width: 100%;
  height: 100%;
}

.swiper-button-prev {
  width: 55px;
  background-image: url(img/left-arrow.png);
  background-repeat: no-repeat;
  background-position: 15px 35px;
  left: 2px;
}


@media (min-width: 992px) {
  .swiper-button-prev {
    background-position: 0 35px;
    left: 0;
    width: 30px;
  }

  .swiper-button-prev.green {
    background-image: url(img/left-green-arrow.png);
  }
}

.swiper-button-prev::after {
  content: '';

}

.swiper-button-next {
  width: 55px;
  background-image: url(img/right-arrow.png);
  background-repeat: no-repeat;
  background-position: 21px 35px;
  right: 2px;
}

@media (min-width: 992px) {
  .swiper-button-next {
    background-position: 11px 35px;
    right: 0;
    width: 30px;
  }

  .swiper-button-next.green {
    background-image: url(img/right-green-arrow.png);
  }
}

.swiper-button-next::after {
  content: '';
}

.service-info {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}

@media (min-width: 768px) {
  .service-info {
    display: flex;
    flex-direction: row;
  }
}

.service-info-image-container {
  display: flex;
  flex-direction: column;
  height: 242px;
}

@media (min-width: 1200px) {
  .service-info-image-container {
    height: 272px;
  }
}

@media (min-width: 768px) {
  .service-info-image-container {
    flex: 0 1 291px;
  }
}

@media (min-width: 1200px) {
  .service-info-image-container {
    flex: 0 1 371px;
  }
}

@media (min-width: 992px) {

  .uslugi-img-container img {
    max-width: 183px;
  }
  
}

#pechat-na-holste .service-type {
  width: auto;
}

@media (min-width: 992px) {
  #pechat-na-holste .service-type {
    margin-left: 75px;
  }
}

@media (min-width: 1200px) {
  #pechat-na-holste .service-type {
    margin-left: 175px;
  }
}

#pechat-na-holste .contact-us {
  display: block;
  color: #339999;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 14px;
  text-decoration: none;
  text-align: center;
  padding-top: 40px;
}

@media (min-width: 480px) {
  #pechat-na-holste .contact-us {
    font-size: 16px;
    line-height: 16px;
  }
}

@media (min-width: 768px) {
  #pechat-na-holste .contact-us {
    font-size: 18px;
    line-height: 18px;
  }
}

.no-list-desc {
  padding: 10px 0 0 0;
}

.service-description br {
  display: none;
}

@media (min-width: 992px) {
  .service-description br {
    display: block;
  }
}

.tabs .horizontal {
  list-style: none;
  display: flex;
  padding: 0;
  margin: 0 0 20px 0;
}

.tabs .horizontal li a {
  display: block;
  font-size: 14px;
  line-height: 14px;
  color: #339999;
  text-transform: uppercase;
  font-weight: normal;
  text-decoration: none;
  padding: 5px 10px;
  margin-right: 5px;
}

.tabs .horizontal li.active a {
  background-color: #339999;
  color: #FFFFFF;
}

@media (min-width: 400px) {
  .tabs .horizontal li a {
    font-size: 18px;
    line-height: 18px;
    margin-right: 10px;
  }
}

@media (min-width: 576px) {
  .tabs .horizontal li a {
    font-size: 20px;
    line-height: 20px;
    margin-right: 15px;
  }
}

@media (min-width: 768px) {
  .tabs .horizontal li a {
    font-size: 22px;
    line-height: 22px;
    margin-right: 20px;
  }
}

@media (min-width: 992px) {
  .tabs .horizontal li a {
    font-size: 26px;
    line-height: 26px;
    margin-right: 30px;
  }
}

@media (min-width: 1200px) {
  .tabs .horizontal li a {
    font-size: 30px;
    line-height: 30px;
    margin-right: 40px;
  }
}