@font-face {
    font-family: 'Ubuntu Regular';
    src: url('../fonts/Ubuntu-Regular.eot');
    src: url('../fonts/Ubuntu-Regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Ubuntu-Regular.woff') format('woff'),
    url('../fonts/Ubuntu-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Ubuntu Medium';
    src: url('../fonts/Ubuntu-Medium.eot');
    src: url('../fonts/Ubuntu-Medium.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Ubuntu-Medium.woff') format('woff'),
    url('../fonts/Ubuntu-Medium.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Ubuntu Bold';
    src: url('../fonts/Ubuntu-Bold.eot');
    src: url('../fonts/Ubuntu-Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Ubuntu-Bold.woff') format('woff'),
    url('../fonts/Ubuntu-Bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

* {
    box-sizing: border-box;
    outline: none;
}

html, body {
    padding: 0;
    margin: 0;
    font-family: "Ubuntu Regular";
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    color: #000;
}

a {
    color: #000;
}

a:hover {
    text-decoration: none;
}

strong, b {
    font-weight: normal;
    font-family: "Ubuntu Bold";
}

.container {
    max-width: 1170px;
    margin: 0 auto;
}

header {
    padding: 30px 0;
    position: relative;
}

header > .container{
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

header ul{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-grow: 1;
    margin: 0 60px;
}

header ul li:first-child {
	display: none;
}

header ul li a{
    font-family: "Ubuntu Medium";
    color: #000;
    text-transform: uppercase;
    text-decoration: none;
    display: block;
    padding: 10px 0;
    border-bottom: 2px solid transparent;
}

header ul li a:hover, header ul li.current a{
    color: #967440;
    border-bottom: 2px solid #967440;
}

.custom-top-phone {
    text-align: right;
    padding-bottom: 10px;
}

.custom-top-phone .call-phone {
	position: relative;
}

.custom-top-phone .call-phone > span{
	cursor: pointer;
	font-weight: 600;
}

.call-phone-block {
	position: absolute;
    padding: 20px;
    top: calc(100% + 10px);
    right: 0;
    width: 270px;
    background: #FCFCFC;
    border: 1px solid #E2E2E2;
    box-shadow: 0px 38px 54px rgb(199 199 199 / 25%);
    border-radius: 15px;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
    opacity: 0;
    visibility: hidden;
    transition: all 0.25s ease-out;
	z-index: 300;
}

.call-phone-block a.phone{
	border: 1px solid #967440;
    transition: all 0.25s linear;
	margin-bottom: 15px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
    border-radius: 9px;
    padding: 12px 10px;
    text-align: center;
    color: #2B2B2B;
	text-decoration: none;
}

.call-phone-block a.phone:hover{
	background: #967440;
	color: #fff;
}

.call-phone-block a.phone:hover svg{
	fill: #fff;
}

.call-phone-block a.wa{
	display: flex;
	align-items: center;
	justify-content: flex-start;
	margin-bottom: 15px;
    border-radius: 9px;
    padding: 12px 10px;
    text-align: center;
    color: #2B2B2B;
    border: 1px solid #56D643;
	text-decoration: none;
}

.call-phone-block a.wa:hover{
	background: #56D643;
	color: #fff;
}

.call-phone-block a.wa:hover svg{
	fill: #fff;
}


.call-phone-block a.wa svg {
    fill: #56D643;
}

.call-phone-block a.tg{
	display: flex;
	align-items: center;
	justify-content: flex-start;
    border-radius: 9px;
    padding: 12px 10px;
    text-align: center;
    color: #2B2B2B;
    border: 1px solid #2AABEE;
	text-decoration: none;
}

.call-phone-block a.tg:hover{
	background: #2AABEE;
	color: #fff;
}

.call-phone-block a.tg:hover svg{
	fill: #fff;
}


.call-phone-block a.tg svg {
    fill: #2AABEE;
}


.call-phone-block svg {
	margin-right: 15px;
    transition: all 0.5s linear;
}

.call-phone-block.is_visible {
	-webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
}

.call-phone1 {
	margin-top: 10px;
	position: relative;
}

.call-phone1 > span{
	cursor: pointer;
}

.call-phone1 .call-phone-block {
	top: auto;
	bottom: calc(100% + 10px);
}

.custom-top-phone a{
    font-family: "Ubuntu Medium";
    text-decoration: none;
    color: #000;
}

.custom-top-phone a.callback{
    background: #967440;
    color: #fff;
    display: block;
    padding: 3px 8px;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 14px;
    font-family: "Ubuntu Medium";
    margin-bottom: 15px;
}

.custom-top-phone a.callback:hover{
    background: #000;
}

.banner {
    background: url(../images/block-bg.jpg) top center no-repeat;
	position: relative;
    height: 572px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.banner > .container {
	width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.banner .text {
    text-transform: uppercase;
    color: #967440;
    font-size: 32px;
    font-family: "Ubuntu Medium";
    margin-top: 40px;
    line-height: 40px;
}

.item-page .title {
    font-family: "Ubuntu Bold";
    font-size: 24px;
    line-height: 24px;
    padding-top: 50px;
    text-transform: uppercase;
    color: #24443b;
}

.item-page .list {
    background: #f0f0f0;
    margin-top: -4px;
    padding: 50px 0;
    text-align: center;
    border-bottom: 3px solid #21443b;
}

.item-page .list ul{
    display: grid;
    align-items: flex-start;
    justify-content: center;
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 50px;
    grid-row-gap: 30px;
    margin-bottom: 50px;
}

.item-page .list ul li:before{
    display: inline-block;
    content: "";
    width: 181px;
    height: 181px;
}

.item-page .list ul li.ur-1:before{
    background: url(../images/org-1.png) #fff center center no-repeat;
}

.item-page .list ul li.ur-2:before{
    background: url(../images/org-2.png) #fff center center no-repeat;
}

.item-page .list ul li.ur-3:before{
    background: url(../images/org-3.png) #fff center center no-repeat;
}

.item-page .list ul li.ur-4:before{
    background: url(../images/org-4.png) #fff center center no-repeat;
}

.item-page .list ul li.ur-5:before{
    background: url(../images/org-5.png) #fff center center no-repeat;
}

.item-page .list ul li.ur-6:before{
    background: url(../images/org-6.png) #fff center center no-repeat;
}

.item-page .list ul li .text {
    display: block;
    margin: 15px 0;
}

.item-page .list ul li .price {
    color: #24443b;
}

.item-page .list ul li .price b{
    font-family: "Ubuntu Bold";
    font-weight: normal;
}

.item-page .list ul li .free {
    color: #967440;
    text-transform: uppercase;
    font-family: "Ubuntu Bold";
}

.item-page .list a.zapis {
    background: #967440;
    color: #fff;
    display: block;
    padding: 12px 15px;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 16px;
    max-width: 420px;
    margin: 0 auto 30px;
}

.item-page .list a.zapis:hover {
    background: #000;
}

.item-page .list a.zapis b{
    font-weight: normal;
    font-family: "Ubuntu Bold";
}

.item-page .list a.all {
    text-transform: uppercase;
    color: #967440;
    font-family: "Ubuntu Bold";
    font-size: 16px;
}

.item-page .list a.all:hover {
    text-decoration: none;
}

.item-page .list ul li.fiz-1:before{
    background: url(../images/fiz-1.png) #fff center center no-repeat;
}

.item-page .list ul li.fiz-2:before{
    background: url(../images/fiz-2.png) #fff center center no-repeat;
}

.item-page .list ul li.fiz-3:before{
    background: url(../images/fiz-3.png) #fff center center no-repeat;
}

.item-page .list ul li.fiz-4:before{
    background: url(../images/fiz-4.png) #fff center center no-repeat;
}

.item-page .list ul li.fiz-5:before{
    background: url(../images/fiz-5.png) #fff center center no-repeat;
}

.item-page .list ul li.fiz-6:before{
    background: url(../images/fiz-6.png) #fff center center no-repeat;
}

.custom-k-nam {
    padding: 50px 0 400px;
    background: url(../images/k-nam-bg.png) bottom center no-repeat;
}

.custom-k-nam > .title {
    color: #967440;
    font-size: 24px;
    text-transform: uppercase;
    font-family: "Ubuntu Bold";
}

.custom-k-nam .text {
    text-align: center;
    padding-top: 50px;
}

.custom-k-nam .text ul{
    display: grid;
    align-items: flex-start;
    justify-content: space-between;
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 50px;
}

.custom-k-nam .text ul li .title{
    font-family: "Ubuntu Bold";
    display: block;
	margin-top: 20px;
}

.custom-k-nam .text ul li:before {
    display: inline-block;
    content: "";
    width: 200px;
    height: 200px;
    border-radius: 50%;
}

.custom-k-nam .text ul li.k-nam-1:before {
    background: url(../images/k-nam-1.png) #f4faf8 center center no-repeat;
}

.custom-k-nam .text ul li.k-nam-2:before {
    background: url(../images/k-nam-2.png) #f4faf8 center center no-repeat;
}

.custom-k-nam .text ul li.k-nam-3:before {
    background: url(../images/k-nam-3.png) #f4faf8 center center no-repeat;
}

.custom-k-nam .text .quest {
    background: #967440;
    color: #fff;
    display: inline-block;
    padding: 12px 20px;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 16px;
    font-family: "Ubuntu Medium";
    margin-top: 70px;
}

.custom-k-nam .text .quest:hover {
    background: #000;
}

.custom-why div.title {
    color: #967440;
    font-size: 24px;
    text-transform: uppercase;
    font-family: "Ubuntu Bold";
}

.custom-why ul {
    display: grid;
    align-items: flex-start;
    justify-content: center;
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 50px;
    grid-row-gap: 30px;
    text-align: center;
    padding: 50px 0;
}

.custom-why ul li:before{
    display: inline-block;
    content: "";
    width: 109px;
    height: 109px;
    border-radius: 50%;
}

.custom-why ul li.why-1:before {
    background: url(../images/why-1.png) #24443b center center no-repeat;
}

.custom-why ul li.why-2:before {
    background: url(../images/why-2.png) #24443b center center no-repeat;
}

.custom-why ul li.why-3:before {
    background: url(../images/why-3.png) #24443b center center no-repeat;
}

.custom-why ul li.why-4:before {
    background: url(../images/why-4.png) #24443b center center no-repeat;
}

.custom-why ul li.why-5:before {
    background: url(../images/why-5.png) #24443b center center no-repeat;
}

.custom-why ul li.why-6:before {
    background: url(../images/why-6.png) #24443b center center no-repeat;
}

.custom-why ul li .title {
    font-family: "Ubuntu Bold";
    display: block;
    margin-top: 15px;
}

.custom-advantages ul {
    display: grid;
    align-items: flex-start;
    justify-content: center;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 80px;
    grid-row-gap: 15px;
}

.custom-advantages ul li .title{
    text-transform: uppercase;
    color: #967440;
    font-family: "Ubuntu Bold";
}

footer {
    background: #24443b;
    padding: 50px 0;
    color: #fff;
}

footer a{
    color: #fff;
    text-decoration: none;
}

footer a:hover{
    text-decoration: underline;
}

footer .container{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.custom-footer-contacts {
    text-align: right;
}

.custom-footer-contacts p{
    margin: 0;
    line-height: 20px;
}

.custom-footer-contacts p.tel {
    font-family: "Ubuntu Bold";
	margin-top: 10px;
}

.custom-slogan p {
    margin: 0;
}

.custom-slogan {
	order: 1;
}

.custom-footer-logo {
	order: 2;
}

.custom-footer-contacts {
	order: 3;
}

.custom-slogan p.slogan {
    margin-bottom: 15px;
}

#map .ymaps-layers-pane, #map1 .ymaps-layers-pane, #map .ymaps-image-with-content, #map1 .ymaps-image-with-content {
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 3.5+ */
    -webkit-filter: grayscale(100%); /* Chrome 19+ & Safari 6+ */
}

#map:hover .ymaps-layers-pane, #map1:hover .ymaps-layers-pane, #map:hover .ymaps-image-with-content, #map1:hover .ymaps-image-with-content{
	filter: none;
	-webkit-filter: none;
}


.custom-map {
    margin-top: 40px;
}

.map-text {
    text-align: center;
    padding: 30px 50px;
	min-width: 440px;
}

.map-text p {
    margin-top: 0;
}

.map-text p.tel {
	display: flex;
	align-items: center;
	justify-content: center;
}

.map-text .phone {
	font-family: "Ubuntu Bold";
	display: block;
	margin-right: 15px;
	margin-left: 5px;
	text-decoration: none;
}

.map-text .wa {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	border: 1px solid #56D643;
	background: #56D643;
	transition: all 0.25s;
	margin-right: 5px;
}

.map-text .wa svg{
	fill: #fff;
	transition: all 0.25s;
}

.map-text .wa:hover {
	background: #fff;
}

.map-text .wa:hover svg{
	fill: #56D643;
}

.map-text .tg {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	border: 1px solid #2AABEE;
	background: #2AABEE;
	transition: all 0.25s;
}

.map-text .tg svg{
	fill: #fff;
	transition: all 0.25s;
}

.map-text .tg:hover {
	background: #fff;
}

.map-text .tg:hover svg{
	fill: #2AABEE;
}


.map-text .title{
    color: #967440;
    text-transform: uppercase;
    font-family: "Ubuntu Bold";
}

.map-text .tel span{
    font-family: "Ubuntu Bold";
}

.map-text .address span{
    display: block;
    font-family: "Ubuntu Bold";
}

.zayavka-block {
    background: url(../images/zayavka-bg.png) top center no-repeat;
}

.formResponsive {
    margin: 0 !important;
}

.zayavka-block {
    padding: 100px 0;
}

.zayavka-block .title {
    color: #967440;
    font-size: 24px;
    text-transform: uppercase;
    font-family: "Ubuntu Bold";
    margin-bottom: 20px;
}

.zayavka-block .inputs-line{
    display: grid;
    align-items: center;
    justify-content: space-between;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 40px;
    margin-bottom: 20px;
}

.zayavka-block .inputs-line .input-block, .zayavka-block .inputs-line .submit-block{
}

.input-block input {
    width: 100%;
    -webkit-box-shadow: inset 0px 0px 5px 0px rgba(50, 50, 50, 0.5);
    -moz-box-shadow:    inset 0px 0px 5px 0px rgba(50, 50, 50, 0.5);
    box-shadow:         inset 0px 0px 5px 0px rgba(50, 50, 50, 0.5);
    background: #ebebeb;
    font-family: "Ubuntu Regular";
    font-size: 16px;
    border: 1px solid #d6d6d6;
    border-radius: 0;
    padding: 10px 15px;
}

.input-block input.rsform-error:focus {
    border-color: red;
}

.submit-block button {
    display: block;
    width: 100%;
    background: #967440;
    padding: 12px 0;
    text-transform: uppercase;
    border: 0;
    color: #fff;
    font-family: "Ubuntu Medium";
    text-align: center;
    cursor: pointer;
}

.submit-block button:hover {
    background: #000;
}

.check-block label {
    font-family: "Ubuntu Bold";
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.check-block label a{
    color: #000;
}

.check-block label input{
    -webkit-box-shadow: inset 0px 0px 5px 0px rgba(50, 50, 50, 0.5);
    -moz-box-shadow:    inset 0px 0px 5px 0px rgba(50, 50, 50, 0.5);
    box-shadow:         inset 0px 0px 5px 0px rgba(50, 50, 50, 0.5);
    background: #ebebeb;
    margin-right: 7px;
}

.check-block label a {
    margin-left: 5px;
}

.check-block label.rsform-error, .check-block label.rsform-error a{
    color: red;
}

.rsfp_thankyou_popup_outer {
    background: rgba(255,255,255, 0.7);
}

.rsfp_thankyou_popup_inner {
    background: #21443b;
    padding: 50px;
    text-align: center;
    color: #fff;
    -webkit-box-shadow: 0px 0px 30px 0px rgba(50, 50, 50, 0.41);
    -moz-box-shadow:    0px 0px 30px 0px rgba(50, 50, 50, 0.41);
    box-shadow:         0px 0px 30px 0px rgba(50, 50, 50, 0.41);
}

.rsfp_thankyou_popup_inner .thanks-title{
    color: #d4a65c;
    font-size: 21px;
    font-family: "Ubuntu Bold";
    text-transform: uppercase;
    line-height: 24px;
    margin-bottom: 20px;
}

.rsfp_thankyou_popup_inner p{
    font-family: "Ubuntu Bold";
    margin: 0;
}

.rsfp_thankyou_popup_inner .desc{
    font-family: "Ubuntu Regular";
    margin-top: 50px;
}

.rsfp_thankou_popup_close_btn {
    display: none;
}

.rsfp_thankyou_popup_inner {
    max-width: 450px;
    width: 90%;
}

.check-block {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-family: "Ubuntu Bold";
}

.check-block a{
    margin-left: 5px;
    color: #000;
    font-size: 14px;
}

.modal {
    box-shadow: none;
    border-radius: 0;
    padding: 50px;
}

.input-row {
    margin-bottom: 20px;
}

.input-row input {
    font-family: "Ubuntu Regular";
    width: 100%;
    display: block;
    outline: none;
    border: 2px solid #666666;
    padding: 10px 15px;
    font-size: 16px;
    text-align: center;
}

.input-row input:focus {
    border-color: #967440;
}

.input-row input.rsform-error {
    border-color: red;
}

.check-row label {
    font-family: "Ubuntu Medium";
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.check-row label input{
    -webkit-box-shadow: inset 0px 0px 5px 0px rgba(50, 50, 50, 0.5);
    -moz-box-shadow:    inset 0px 0px 5px 0px rgba(50, 50, 50, 0.5);
    box-shadow:         inset 0px 0px 5px 0px rgba(50, 50, 50, 0.5);
    background: #ebebeb;
    margin-right: 7px;
}

.check-row a {
    color: #000;
    display: block;
}

.check-row label.rsform-error {
    color: red;
}

.submit-row button {
    display: block;
    width: 100%;
    background: #967440;
    padding: 12px 0;
    text-transform: uppercase;
    border: 0;
    color: #fff;
    font-family: "Ubuntu Medium";
    text-align: center;
    cursor: pointer;
    margin-top: 20px;
}

.submit-row button:hover {
    background: #000;
}

.text-row {
    margin-bottom: 20px;
}

.text-row textarea {
    font-family: "Ubuntu Regular";
    width: 100%;
    display: block;
    outline: none;
    border: 2px solid #666666;
    padding: 10px 15px;
    font-size: 16px;
    text-align: center;
    height: 100px;
    resize: none;
}

#callback, #quest, #zapis {
    display: none;
}

.page-header {
    border-bottom: 3px solid #24443b;
    padding-top: 30px;
}

.page-header h1{
    text-transform: uppercase;
    font-family: "Ubuntu Bold";
    font-size: 24px;
    line-height: 24px;
    color: #24443b;
}

#map1, #map {
    width: 100%;
    height: 560px;
}

.map-text-contacts {
    padding: 10px 20px;
    text-align: center;
	min-width: 450px;
}

.map-text-contacts .title{
    font-size: 15px;
    color: #967440;
    margin-bottom: 15px;
    padding-top: 0;
}

.map-text-contacts p {
    margin: 0 0 7px;
}

.map-text-contacts p.phone-contacts {
    margin-top: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.map-text-contacts p.address-contacts {
    font-family: "Ubuntu Bold";
}

.map-text-contacts p.phone-contacts a, .map-text-contacts p.email-contacts a{
    font-family: "Ubuntu Bold";
    text-decoration: none;
    color: #000;
}

.map-text-contacts .phone {
	font-family: "Ubuntu Bold";
	display: block;
	margin-right: 15px;
	margin-left: 5px;
	text-decoration: none;
}

.map-text-contacts .wa {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	border: 1px solid #56D643;
	background: #56D643;
	transition: all 0.25s;
	margin-right: 5px;
}

.map-text-contacts .wa svg{
	fill: #fff;
	transition: all 0.25s;
}

.map-text-contacts .wa:hover {
	background: #fff;
}

.map-text-contacts .wa:hover svg{
	fill: #56D643;
}

.map-text-contacts .tg {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	border: 1px solid #2AABEE;
	background: #2AABEE;
	transition: all 0.25s;
}

.map-text-contacts .tg svg{
	fill: #fff;
	transition: all 0.25s;
}

.map-text-contacts .tg:hover {
	background: #fff;
}

.map-text-contacts .tg:hover svg{
	fill: #2AABEE;
}

.map-text-contacts a.callback {
    background: #967440;
    color: #fff;
    display: inline-block;
    padding: 3px 8px;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 14px;
    font-family: "Ubuntu Medium";
    margin-top: 15px;
}

.map-text-contacts a.callback:hover {
    background: #000;
}

.page-title {
    text-transform: uppercase;
    font-family: "Ubuntu Bold";
    font-size: 24px;
    line-height: 24px;
    color: #24443b;
    border-bottom: 3px solid #24443b;
    padding-top: 40px;
}

.services {
    background: #f0f0f0;
}

.services ul{
    display: grid;
    align-items: flex-start;
    justify-content: space-between;
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    text-align: center;
    padding: 80px 0;
}

.services ul li a{
    display: block;
    font-family: "Ubuntu Bold";
    color: #000;
    text-decoration: none;
}

.services ul li a:hover{
    text-decoration: underline;
}

.services ul li a .img{
    display: block;
    width: 181px;
    margin: 0 auto 15px;
}

.services ul li a .img-inner{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 181px;
    height: 181px;
    background: #fff;
}

.services-links {
    background: url(../images/links-bg.jpg) #f0f0f0 top right no-repeat;
}

.services-links ul{
    width: 67%;
    grid-template-columns: 1fr 1fr;
}

.usefull-links ul{
    display: grid;
    align-items: flex-start;
    justify-content: space-between;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 50px;
    grid-row-gap: 20px;
    padding: 50px 0;
}

.usefull-links ul li a{
    display: block;
    font-family: "Ubuntu Bold";
    color: #000;
    text-decoration: none;
}

.usefull-links ul li a:hover{
    text-decoration: underline;
}

.partners {
    background: url(../images/firms-bg.jpg) #f0f0f0 top center no-repeat;
    padding: 50px 0;
}

.partners ul{
    display: grid;
    align-items: flex-start;
    justify-content: space-between;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 50px;
    grid-row-gap: 20px;
}

.partners ul li{
    display: block;
}

.partners ul li a.title, .partners ul li span.title{
    font-size: 16px;
    color: #000;
    text-decoration: none;
    display: block;
    margin-bottom: 15px;
    padding-top: 0;
}

.partners ul li a.title:hover {
    text-decoration: underline;
}

.partners ul li .img{
    display: flex;
    width: 165px;
    height: 101px;
    align-items: center;
    justify-content: center;
    background: #fff;
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 3.5+ */
    -webkit-filter: grayscale(100%); /* Chrome 19+ & Safari 6+ */
}

.partners ul li:hover .img{
    filter: none;
    -webkit-filter: none;
}

.partners ul li .text {
    display: grid;
    align-items: center;
    justify-content: flex-start;
    grid-template-columns: 165px auto;
    grid-gap: 20px;
}

.get-partner {
    background: url(../images/stat-klientom-bg.png) top center no-repeat;
    height: 171px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 30px 0 20px;
}

.get-partner a{
    background: #967440;
    color: #fff;
    display: block;
    padding: 12px 40px;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 16px;
    font-family: "Ubuntu Medium";
}

.get-partner a:hover{
    background: #000;
}

.cat-children .page-header{
    font-family: "Ubuntu Bold";
    font-size: 20px;
    text-transform: uppercase;
    color: #24443b;
}

.cat-children .cat-items {
    margin: 30px 0;
    display: grid;
    align-items: flex-start;
    justify-content: space-between;
    grid-template-columns: 1.1fr 2fr;
    grid-gap: 0;
}

.cat-children .cat-items .items-names ul li{
    display: block;
    padding: 10px 40px 10px 15px;
    cursor: pointer;
}

.cat-children .cat-items .items-names ul li.active{
    background: #f0f0f0;
}

.cat-children .cat-items .items-content {
    padding: 15px 30px;
    background: #f0f0f0;
    line-height: 22px;
    order: 2;
}

.cat-children .cat-items .item-content {
    display: none;
}

.cat-children .cat-items .item-content.active {
    display: block;
}

.cat-children .cat-items .item-content-inner {
    display: grid;
    align-items: flex-start;
    align-content: space-between;
    grid-template-columns: 1fr 1fr;
    grid-gap: 40px;
}

.cat-children .cat-items .item-content p {
    margin: 0 0 15px;
}

.cat-children .cat-items .item-content ul {
    list-style: disc;
    margin-left: 20px;
}

.cat-children .cat-items .item-content b {
    font-weight: normal;
    font-family: "Ubuntu Bold";
}

.items-img {
    margin: 15px 35px 15px 15px;
    background: url(../images/items-img-bg.png) top center no-repeat;
    height: 181px;
}

.items-img a{
    display: none;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 181px;
}

.items-img a.active {
    display: flex;
}

.items-names > a {
    background: #967440;
    color: #fff;
    display: block;
    padding: 12px 0;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 14px;
    margin: 30px 35px 0 15px;
}

.items-names > a:hover {
    background: #000;
}

.service-dop-info {
    display: grid;
    align-items: flex-start;
    justify-content: space-between;
    grid-template-columns: 1.1fr 2fr;
    grid-gap: 0;
    font-family: "Ubuntu Bold";
    line-height: 24px;
    margin-bottom: 50px;
    padding-left: 15px;
}

.service-dop-info a{
    color: #000;
    text-decoration: none;
}

.items-names > a b{
    font-family: "Ubuntu Bold";
}

.prices {
    padding: 20px 0 10px;
}

.prices b{
    font-weight: normal;
    font-family: "Ubuntu Bold";
}

.prices p {
    margin: 0 0 15px;
}

.prices p.subtitle, .subtitle{
    color: #967440;
    text-transform: uppercase;
    font-family: "Ubuntu Medium";
    max-width: 768px;
    margin: 40px auto 30px;
    padding-left: 20px;
    font-size: 16px;
}

.subtitle {
    color: #967440;
    text-transform: uppercase;
    font-family: "Ubuntu Medium";
    max-width: 100%;
    padding: 0;
    margin: 0;
    font-size: 20px;
}

.prices p.subtitle {
	margin-bottom: 0;
}

.prices-wrapper .table-wrapper {
    margin: 0 auto;
    overflow-x: auto;
    display: flex;
    align-items: flex-start;
    justify-content: center;
	background: url(../images/left-table.png) top left repeat-y;
	max-width: 1168px;
	width: 100%;
}

.prices-wrapper .table-wrapper-inner {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    overflow-x: auto;
	width: 100%;
	background: url(../images/right-table.png) top right repeat-y;
	padding-bottom: 40px;
}

.prices-wrapper .table-wrapper table {
    border-collapse: collapse;
}

.prices-wrapper .table-wrapper table th{
    border-bottom: 2px solid #21443b;
    color: #21443b;
    font-family: "Ubuntu Bold";
    padding: 15px 20px;
    font-weight: normal;
}

.prices-wrapper .table-wrapper table td{
    padding: 15px 15px;
    border-bottom: 1px solid #a1a1a1;
}

.prices-wrapper .table-wrapper table td span{
	display: block;
	font-size: 70%;
}

.prices-wrapper .table-wrapper table tr:hover td{
    background: #f4ebdc;
}

.prices .pakets {
    width: 900px;
    margin: 40px auto 0;
    background: #f0f0f0;
    padding: 20px 50px;
}

.prices .pakets table{
    width: 100%;
    border-collapse: collapse;
}

.prices .pakets table th{
    color: #fff;
    font-family: "Ubuntu Bold";
    font-weight: normal;
    background: #24443b;
    text-align: left;
    padding: 10px 20px;
}

.prices .pakets table tr th:last-child{
    white-space: nowrap;
    width: 200px;
}

.prices .pakets table td {
    padding: 10px 20px;
}

.prices .pakets p {
    margin-top: 20px;
}

.prices .pakets a {
    background: #967440;
    color: #fff;
    display: block;
    padding: 12px 0;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 14px;
    font-family: "Ubuntu Medium";
    max-width: 250px;
    margin: 30px auto 0;
    text-align: center;
}

.prices .pakets a:hover {
    background: #000;
}

.ui-accordion {
    padding: 20px 0 50px;
}

.ui-accordion h3{
    border: 1px solid #c5c5c5;
    background: #f6f6f6;
    font-weight: normal;
    color: #000;
    padding: 10px 20px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    cursor: pointer;
    margin: 15px 0 0;
}

.ui-accordion h3:before {
    display: block;
    content: "";
    background-image: url(../images/ui-icons_444444_256x240.png);
    background-position: -32px -16px;
    width: 16px;
    height: 16px;
    margin-right: 10px;
}

.ui-accordion h3.ui-state-active {
    background: #24443b;
    color: #fff;
}

.ui-accordion h3.ui-state-active:before {
    background-image: url(../images/ui-icons_ffffff_256x240.png);
    background-position: -65px -16px;
}

.ui-accordion .ui-accordion-content {
    max-height: 0;
    overflow: hidden;
    display: none;
    transition: max-height 1000ms ease;
}

.ui-accordion .ui-accordion-content p{
    margin: 0 0 15px;
}

.ui-accordion .ui-accordion-content.ui-accordion-content-active {
    display: block !important;
    max-height: 1000px;
    border: 1px solid #c5c5c5;
    border-top: 0;
    padding: 15px 30px 0;
    transition: max-height 1000ms ease;
}

.mobile-menu {
    display: none;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
    padding: 7px 15px;
    background: #967440;
}

.burger {
    width: 50px;
    height: 45px;
    position: relative;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}

.burger span{
    display: block;
    position: absolute;
    height: 6px;
    width: 100%;
    background: #fff;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

.burger span:nth-child(1) {
    top: 3px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}

.burger span:nth-child(2) {
    top: 18px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}

.burger span:nth-child(3) {
    top: 33px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}

.burger.open span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 3px;
    left: 5px;
}

.burger.open span:nth-child(2) {
    width: 0%;
    opacity: 0;
}

.burger.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 39px;
    left: 5px;
}
.ymaps-shadows-pane {
    display: none !important;
}

.ymaps-b-balloon {
    -webkit-box-shadow: 0px 0px 8px 0px rgba(50, 50, 50, 0.8);
    -moz-box-shadow:    0px 0px 8px 0px rgba(50, 50, 50, 0.8);
    box-shadow:         0px 0px 8px 0px rgba(50, 50, 50, 0.8);
}

.ymaps-b-balloon__content {
    border: 0 !important;
}

.ymaps-b-balloon__sprite {
    background: #fff !important;
}

.ymaps-b-balloon__sprite_type_tail {
    width: 48px !important;
    height: 23px !important;
    background: url(../images/map-bottom.png) top left no-repeat !important;
}

.ymaps-b-balloon__tail {
    background: #fff !important;
}

.usefull-links {
    padding-left: 180px;
}

.search {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 768px;
    margin: 40px auto 0;
}

.search .search-label{
    font-family: "Ubuntu Bold";
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-right: 15px;
}

.search .search-label:before{
    display: block;
    content: "";
    width: 14px;
    height: 13px;
    background: url(../images/search-icon.png) top left no-repeat;
    margin-right: 5px;
}

.search-input {
    flex-grow: 1;
    margin-right: 15px;
}

.search-input input{
    width: 100%;
    -webkit-box-shadow: inset 0px 0px 5px 0px rgba(50, 50, 50, 0.5);
    -moz-box-shadow:    inset 0px 0px 5px 0px rgba(50, 50, 50, 0.5);
    box-shadow:         inset 0px 0px 5px 0px rgba(50, 50, 50, 0.5);
    background: #ebebeb;
    font-family: "Ubuntu Regular";
    font-size: 16px;
    border: 1px solid #d6d6d6;
    border-radius: 0;
    padding: 10px 15px;
}

.search-button button{
    background: #967440;
    color: #fff;
    display: block;
    padding: 12px 25px;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 14px;
    font-family: "Ubuntu Medium";
    border: 0;
    cursor: pointer;
}

.search-button button:hover{
    background: #000;
}

.prices .pakets:last-child {
    margin-bottom: 10px;
}

.prices-wrapper .small-desc {
    text-align: center;
    margin: 10px 0 40px;
    font-size: 13px;
}

.prices-wrapper {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.prices-wrapper:before {
    display: block;
    content: "";
    width: 477px;
    height: 524px;
    background: url(../images/prices-bg1.jpg) top left no-repeat;
    left: 50%;
    margin-left: -962px;
    bottom: 200px;
    position: absolute;
}

.prices-wrapper:after {
    display: block;
    content: "";
    width: 477px;
    height: 524px;
    background: url(../images/prices-bg2.jpg) top left no-repeat;
    right: 50%;
    margin-right: -962px;
    bottom: 200px;
    position: absolute;
}

.mobile-select {
    display: none;
}

.to-top {
    display: none;
    width: 45px;
    height: 45px;
    background: url(../images/arr-up.png) top left no-repeat;
    position: fixed;
    z-index: 100;
    bottom: 15px;
    right: 15px;
    cursor: pointer;
}

.to-top:hover {
    opacity: 0.8;
}

.content-container {
	padding-top: 50px;
	padding-bottom: 50px;
}

.ymaps-b-balloon__br-holster {
	margin-left: 0 !important;
}

.ymaps-b-balloon__sprite_type_tail {
	left: 0 !important;
	margin-top: 0 !important;
}

.ymaps-b-balloon__tail {
	position: absolute !important;
	width: 48px !important; 
	right: 50% !important;
	margin-right: -24px  !important;
}

p.bold {
	font-family: 'Ubuntu Bold';	
}

.mobile-swipe {
	display: none;
}

.p404-block {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-wrap: wrap;
	margin: 70px auto;
}

.p404-block .left-block {
	width: 500px;
	color: #24443b;
	text-transform: uppercase;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: "Ubuntu Regular";
    font-size: 36px;
    line-height: 100%;
	text-align: center;
	height: 400px;
	background: url(../images/404-bg.jpg) center center no-repeat;
}

.p404-block .left-block span{
	display: block;
	font-family: "Ubuntu Bold";
    font-size: 200px;
    line-height: 100%;
}


.p404-block .right-block {
	max-width: calc(100% - 500px);
	display: flex;
	align-items: center;
	justify-content: flex-start;
	height: 400px;
	border-left: 3px solid #967440;
	padding-left: 70px;
}

.p404-block .right-block p{
	margin: 0 0 40px;
}

.p404-block .right-block ul li a {
	color: #967440;
	text-transform: uppercase;
    font-family: 'Ubuntu Medium';
}

.p404-block .right-block ul li {
	margin-bottom: 10px;
}

.p404-block .right-block ul li:last-child {
	margin-bottom: 0;
}

.captcha-row {
	display: none;
}