html, body {
    margin: 0 auto;
    padding: 0;
    height: 100%;
    font-family: 'WeblySleekUISemuBold';
    font-size: 16px;
    text-align: left;
    color: #000000;
    -webkit-text-size-adjust: 100%;
}


header, section, footer, aside, nav, article, figure {
   display: block;
}

h1, h2, h3, h4, p {
    margin: 0;
    padding: 0;
    font-weight: normal;
}

input {
    outline: none;
}

a img, a img:active, a img:focus {
    border: none;
    outline: none;
    border-collapse:collapse;
}

table  {
    border-collapse:collapse;
    border: none;
}

a:hover {
    text-decoration: none;
}

button::-moz-focus-inner, input[type="button"]::-moz-focus-inner, input[type="submit"]::-moz-focus-inner {
    border: 0;
    padding: 0;
    -webkit-appearance: none !important;
}

img {
    border: 0;
}

form {
    margin: 0;
    padding: 0;
}

a {
    outline: 0;
    color: #0095cc;
}

ul, ol {
    margin: 0;
    padding: 0;
}

.clearfix:before,
.clearfix:after {
    display: table;
    line-height: 0;
    content: '';
    font-size: 0;
    height: 0;
}

.clearfix:after {
    clear: both;
}

.clear {
    clear: both;
    height: 0;
    overflow: hidden;
    font-size: 0;
    line-height: 0;
}

.link-h-none:hover {
    text-decoration: none;
    border-bottom: none;
}

.link-h-none-parent a:hover {
    text-decoration: none;
    border-bottom: none;
}

.link-h-underline:hover {
    text-decoration: underline;
}

.link-h-underline-parent a:hover {
    text-decoration: underline;
}

.button-h-opacity:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

select::-ms-expand {
    display: none;
}

.left {
    float: left;
}

.right {
    float: right;
}


.main-section {
    margin: 0 auto;
    width: 98%;
}

.main-section-2 {
    margin: 0 auto;
    width: 100%;
    min-width: 100%;
}

@font-face {
    font-family: 'BebasNeueBook';
    src: url('../fonts/BebasNeueBook.eot');
    src: url('../fonts/BebasNeueBook.eot') format('embedded-opentype'),
    url('../fonts/BebasNeueBook.woff') format('woff'),
    url('../fonts/BebasNeueBook.otf') format('truetype'),
    url('../fonts/BebasNeueBook.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'WeblySleekUILight';
    src: url('../fonts/WeblySleekUILight.eot');
    src: url('../fonts/WeblySleekUILight.eot') format('embedded-opentype'),
    url('../fonts/WeblySleekUILight.woff') format('woff'),
    url('../fonts/WeblySleekUILight.ttf') format('truetype'),
    url('../fonts/WeblySleekUILight.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'WeblySleekUISemuBold';
    src: url('../fonts/WeblySleekUISemuBold.eot');
    src: url('../fonts/WeblySleekUISemuBold.eot') format('embedded-opentype'),
    url('../fonts/WeblySleekUISemuBold.woff') format('woff'),
    url('../fonts/WeblySleekUISemuBold.ttf') format('truetype'),
    url('../fonts/WeblySleekUISemuBold.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'WeblySleekUISemiLight';
    src: url('../fonts/WeblySleekUISemiLight.eot');
    src: url('../fonts/WeblySleekUISemiLight.eot') format('embedded-opentype'),
    url('../fonts/WeblySleekUISemiLight.woff') format('woff'),
    url('../fonts/WeblySleekUISemiLight.ttf') format('truetype'),
    url('../fonts/WeblySleekUISemiLight.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

/*start-page*/
.start-page-wrapper {
    background: url('../img/bg/start-page.jpg') no-repeat;
    background-size: cover;
    position: relative;
}

.start-page-wrapper header {
      position: absolute;
    left: 0;
    top: 0;
    z-index: 1000;
}

.header-nav-wrapper {
    margin: 2.8% 0 0 2.6%;
    float: left;
}

.header-nav {
    position: relative;
    display: inline-block;
}

.m-menu {
    display: none;
    position: absolute;
    right:  10px;
    top: 50%;
    cursor: pointer;
    margin-top: -7px;
    text-align: center;
}

.icon-hamburger-wrap {
    display: inline-block;
    width: 18px;
    height: 17px;
    -webkit-transform: translate3d(0, 0, 0);
    margin: 0;
    margin-top: 2px;
    vertical-align: top;
}

.icon-hamburger-wrap .icon-bar {
        background: #c69c67;
    display: block;
    height: 4px;
    margin: 0;
}

.icon-hamburger-wrap .icon-bar:nth-child(2) {
    margin-bottom: 4px;
    margin-top: 4px;
}

.m-menu .icon-bar {
    opacity: 1;
    -webkit-transition: -webkit-transform 0.1s ease-in;
    -o-transition: -o-transform 0.1s ease;
    -ms-transition: -ms-transform 0.1s ease;
    -moz-transition: -moz-transform 0.1s ease;
    transition: transform 0.1s ease-in;
    -webkit-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

.m-menu.open .icon-bar:nth-child(1) {
    -webkit-transform: translate3d(0, 6px, 0) rotate(45deg);
    -moz-transform: translate3d(0, 6px, 0) rotate(45deg);
    -o-transform: translate3d(0, 6px, 0) rotate(45deg);
    -ms-transform: translate3d(0, 6px, 0) rotate(45deg);
    transform: translate3d(0, 6px, 0) rotate(45deg);
}

.m-menu.open .icon-bar:nth-child(2) {
    opacity: 0;
}

.m-menu.open .icon-bar:nth-child(3) {
    -webkit-transform: translate3d(0, -9px, 0) rotate(-45deg);
    -moz-transform: translate3d(0, -9px, 0) rotate(-45deg);
    -o-transform: translate3d(0, -9px, 0) rotate(-45deg);
    -ms-transform: translate3d(0, -9px, 0) rotate(-45deg);
    transform: translate3d(0, -9px, 0) rotate(-45deg);
}

/* 04.2020

.header-nav > ul {
    list-style-type: none;
}

.header-nav > ul > li {
    display: inline-block;
    position: relative;
}

.header-submenu {
    position: absolute;
    left: 0;
    top: 100%;
    display: none;
    z-index: 2500;
}

.header-submenu > ul {
    list-style-type: none;
}

.header-submenu > ul > li {
    display: block;
}

.header-submenu > ul > li a {
    display: block;
    background: rgba(76, 76, 76, 0.9);
    text-decoration: none;
    color: #ffffff;
    font-size: 15px;
    line-height: 20px;
    min-height: 20px;
    padding: 9px 13px 9px 13px;
    min-width: 230px;
    font-family: 'WeblySleekUISemiLight';
    border-bottom: 1px solid #676767;
}

.header-submenu > ul > li a:hover {
    color: #c69c67;
    -webkit-box-shadow: inset 5px 0px  0px rgba(198, 156, 103, 1);
    -moz-box-shadow: inset 5px 0px 0px rgba(198, 156, 103, 1);
    box-shadow: inset 5px 0px 0px  rgba(198, 156, 103, 1);
}

.header-nav > ul > li:hover .header-submenu {
    display: block;
    z-index: 2500;
    -webkit-box-shadow:  2px 2px 5px rgba(5, 5, 5, 0.7),  -2px -2px 5px rgba(5, 5, 5, 0.7);
    -moz-box-shadow:  2px 2px 5px rgba(5, 5, 5, 0.7),  -2px -2px 5px rgba(5, 5, 5, 0.7);
    box-shadow:  2px 2px 5px rgba(5, 5, 5, 0.7),  -2px -2px 5px rgba(5, 5, 5, 0.7);
}

.header-nav > ul > li > a {
    color: #000000;
    display: block;
    text-align: center;
    font-size: 15px;
    line-height: 20px;
    padding: 4px 12px 4px 13px;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    -ms-transition: all 0.4s;
    transition: all 0.4s;
}

.header-nav > ul > li > a:hover {
    -webkit-box-shadow: inset 2px 2px 0px #000000, inset -2px -2px 0px #000000;
    -moz-box-shadow: inset 2px 2px 0px #000000, inset -2px -2px 0px #000000;
    box-shadow: inset 2px 2px 0px #000000, inset -2px -2px 0px #000000;
}
*/
.online-button {
    color: #ffffff;
    background-color: #c69c67;
    border: 2px solid #c69c67;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 15px;
    height: 20px;
    line-height: 20px;
    padding: 8px 16px 8px 16px;
    display: inline-block;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    margin: 0 0 0 15px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    -ms-transition: all 0.4s;
    transition: all 0.4s;
}

.online-button:hover {
    color: #c69c67;
    background: none;
}

.logo {
    width: 190px;
    height: 130px;
    background: url('../img/logo.png') no-repeat;
    background-size: contain;
    text-indent: -9999px;
    overflow: hidden;
    float: right;
    display: inline-block;
    margin: 20px 2.6% 0 0;
}


/*start-slider*/
.start-slider {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    min-height: 100%;
}

.start-slider-list {
    list-style-type: none;
}

.start-slider .bx-wrapper {
    max-width: 100% !important;
    max-height: 100% !important;
}

.start-slider .bx-wrapper .bx-viewport {
    max-width: 100% !important;
}

.start-slider .bx-wrapper .bx-pager {
   display: none;
}

.start-slider .bx-wrapper .bx-pager .bx-pager-item {
    display: inline-block;
}

.start-slider .bx-wrapper .bx-pager .bx-pager-item .bx-pager-link {
    width: 14px;
    height: 14px;
    display: block;
    font-size: 0;
    line-height: 0;
    text-decoration: none;
    text-indent: -999px;
    border: 0 none;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    margin: 0 8px 0 8px;
    background-color: #483529;
}

.start-slider .bx-wrapper .bx-pager .bx-pager-item .bx-pager-link.active {
    background-color: #c69c67;
    border: 3px solid #ffffff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    margin: 0 5px 0 5px;
    pointer-events: none !important;
}

.start-slider .bx-wrapper .bx-next {
    right: 1.6%;
    background: url('../img/icons/start-slider-arrow-right.svg') no-repeat center center;
    background-size: 100% 100%;
}

.start-slider .bx-wrapper .bx-prev {
    left: 1.6%;
    background: url('../img/icons/start-slider-arrow-left.svg') no-repeat center center;
    background-size: 100% 100%;
}

.start-slider .bx-wrapper .bx-next, .start-slider .bx-wrapper .bx-prev {
    position: absolute;
    bottom: 50%;
    margin-bottom: -30px;
    width: 60px;
    height: 60px;
    cursor: pointer;
    font-size: 0;
    line-height: 0;
    text-indent: -999px;
    overflow: hidden;
    z-index: 100;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}

.start-slider .bx-wrapper .bx-next:hover {
    background: none;
}

.start-slider .bx-wrapper .bx-prev:hover {
    background: none;
}

.start-slider .bx-wrapper .bx-next:before, .start-slider .bx-wrapper .bx-prev:before {
    content: '';
    display: block;
    width: 60px;
    height: 60px;
    position: absolute;
    left: 0;
    bottom: 0;
    cursor: pointer;
    font-size: 0;
    line-height: 0;
    text-indent: -999px;
    overflow: hidden;
    z-index: 50;
    background-size: 100% 100%;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    -moz-opacity: 0;
    opacity: 0;
}

.start-slider .bx-wrapper .bx-next:hover:before, .start-slider .bx-wrapper .bx-prev:hover:before {
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
}

.start-slider .bx-wrapper .bx-next:before {
    background: url('../img/icons/start-slider-arrow-right-a.svg') no-repeat;
}

.start-slider .bx-wrapper .bx-prev:before {
    background: url('../img/icons/start-slider-arrow-left-a.svg') no-repeat;
}

.start-slider-text-wrapper {
    position: relative;
    margin: 8.4% 2% 0 100px;
}

.start-slider-slogan {
    font-family: 'BebasNeueBook';
    font-size: 124px;
    text-transform: uppercase;
    line-height: 1;
}

.start-slider-text {
    margin: 2% 0 0 0;
    font-size: 26px;
    max-width: 40%;
    font-family: 'WeblySleekUILight';
    position: relative;
    z-index: 850;
}

.start-slider-text-top {
    font-size: 40px;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-family: 'WeblySleekUISemuBold';
}

.more-button {
    color: #ffffff;
    background-color: #c69c67;
    border: 2px solid #c69c67;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 17px;
    height: 26px;
    line-height: 26px;
    padding: 10px 50px 10px 50px;
    display: inline-block;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    -ms-transition: all 0.4s;
    transition: all 0.4s;
    margin: 15px 0 0 0;
}

.more-button:hover {
    color: #c69c67;
    background: none;
}

.start-slider-list li  {
    overflow: hidden;
}

.start-slider-img {
    position: absolute;
    right: 0;
    max-width: 65%;
    width: 65%;
    margin: 0;
    padding: 0;
}

.start-slider-img {
    -webkit-transition: all 3.4s;
    -moz-transition: all 3.4s;
    -o-transition: all 3.4s;
    -ms-transition: all 3.4s;
    transition: all 3.4s;
}


.start-slider-img-1.default {
    width: 30%;
    right: 10%;
    bottom: 0px;
}

.start-slider-img-1.active {
    -moz-transform: matrix3d(1.06278, 0.0000895707, 0, 0, -0.0000895707, 1.06278, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    -ms-transform: matrix3d(1.06278, 0.0000895707, 0, 0, -0.0000895707, 1.06278, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    -webkit-transform: matrix3d(1.06278, 0.0000895707, 0, 0, -0.0000895707, 1.06278, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    -o-transform: matrix3d(1.06278, 0.0000895707, 0, 0, -0.0000895707, 1.06278, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.06278, 0.0000895707, 0, 0, -0.0000895707, 1.06278, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    bottom: 0px;
    right: 10%;
}

.text-animate-word-wrapper {
    position: relative;
}


/*inner*/
.main-content {
    font-family: 'WeblySleekUISemiLight';
}

.site-wrapper header {
    margin-bottom: 20px;
}

.breadcrumbs {
    padding: 0 0 64px 3.1%;
    font-size: 15px;
}

.breadcrumbs > * {
    display: inline-block;
    margin: 0 4px 0 4px;
}

.breadcrumbs a {
    color: #000000;
    text-decoration: none;
}

.breadcrumbs a:first-child {
    margin-left: 0;
}

.breadcrumbs a:hover {
    text-decoration: underline;
}

.breadcrumbs a.active {
    color: #a3a3a3;
}

.breadcrumbs span {
    width: 5px;
    height: 10px;
    background: url('../img/icons/breadcrumbs.png') no-repeat center center;
}

.master-wrapper {
    padding: 0 0 0 3.1%;
}

.master-photo-wrapper {
    width: 48%;
    float: left;
}

.master-photo-wrapper img {
    width: 100%;
    max-width: 100%;
}

.master-text-wrapper {
    width: 43%;
    float: right;
    padding-right: 2.6%;
}

.back-link-wrapper {
    text-align: right;
    padding-bottom: 60px;
}

.back-link {
    padding: 0 0 0 21px;
    background: url('../img/icons/back.png') no-repeat left 5px;
    text-decoration: none;
    color: #000000;
    line-height: 1.1;
}

.back-link:hover {
    text-decoration: underline;
}

.master-name {
    font-family: 'WeblySleekUISemuBold';
    font-size: 50px;
    text-transform: uppercase;
    padding-bottom: 20px;
}

.master-profession {
    font-family: 'WeblySleekUISemuBold';
    color: #63686f;
    font-size: 26px;
    text-transform: uppercase;
    padding-bottom: 50px;
}

.master-info-wrapper {
    padding-bottom: 70px;
    color: #6a6a6a;
}

.master-info-wrapper > div {
    width: 45.6%;
}

.master-info-block {
    padding: 0 0 40px 0;
}

.master-info-block  > * {
    padding-bottom: 5px;
}

.master-info-block > .master-info-block-top {
    padding-bottom: 15px;
    text-transform: uppercase;
    font-family: 'WeblySleekUISemuBold';
}

.master-info-block ul, .master-info-block ol {
    padding-left: 18px;
}

.master-info-block ul li, .master-info-block ol li {
    margin-bottom: 4px;
}

.main-button {
    color: #000000;
    width: 180px;
    background: none;
    border: 2px solid #000000;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    font-family: 'WeblySleekUISemuBold';
    height: 20px;
    line-height: 20px;
    padding: 14px 20px 14px 20px;
    display: inline-block;
    margin: 0 8px 15px 8px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    -ms-transition: all 0.4s;
    transition: all 0.4s;
}

.main-button:hover {
    color: #ffffff;
    background: #c69c67;
    border: 2px solid #c69c67;
}

/*footer*/
footer {
    background-color: #000000;
}

footer > .footer-inner {
    width: 67%;
    margin: 0 auto;
    min-height: 156px;
    position: relative;
    color: #ffffff;
}

.footer-inner > div {
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.footer-copy {
    position: absolute;
    left: 0;
    top: 50%;
}

.footer-inner > div.footer-menu {
    -moz-transform: translate( -50%, -50%);
    -ms-transform: translate( -50%, -50%);
    -webkit-transform: translate( -50%, -50%);
    -o-transform: translate( -50%, -50%);
    transform: translate( -50%, -50%);
    position: absolute;
    left: 50%;
    top: 50%;
}

.footer-menu > ul {
    list-style-type: none;
    display: block;
    text-align: center;
}

.footer-menu > ul > li {
    display: inline-block;
    padding: 0 9px 0 9px;
    border-left: 1px solid #ffffff;
    text-align: center;
    line-height: 1;
}

.footer-menu > ul > li:first-child {
    border-left: 0 none;
}

.footer-menu > ul > li a {
    font-size: 12px;
    text-transform: uppercase;
    color: #ffffff;
    text-decoration: none;
}

.footer-menu > ul > li a:hover {
    text-decoration: underline;
}

.footer-social {
    position: absolute;
    right: 0;
    top: 50%;
}

.footer-social a {
    display: inline-block;
    margin: 0 5px 0 5px;
    position: relative;
    background-size: 100% 100%;
}

.footer-social a:before {
    content: '';
    width: 100%;
    height: 100%;
    min-height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    display: none;
    background-size: 100% 100%;
}

.footer-social a:hover {
    background: none;
}

.footer-social a:hover:before {
    display:  block;
}

.footer-social a.mail {
    width: 20px;
    height: 22px;
    background: url('../img/icons/mail.svg') no-repeat;
    top: 5px;
}

.footer-social a.mail:before {
    background: url('../img/icons/mail-h.svg') no-repeat;
}

.footer-social a.inst {
    width: 24px;
    height: 24px;
    background: url('../img/icons/inst.svg') no-repeat;
}

.footer-social a.inst:before {
    background: url('../img/icons/inst-h.svg') no-repeat;
}

.footer-social a.fb {
    width: 24px;
    height: 24px;
    background: url('../img/icons/fb.svg') no-repeat;
}

.footer-social a.fb:before {
    background: url('../img/icons/fb-h.svg') no-repeat;
}

/*master-list*/
.master-list-wrapper {
    text-align: center;
    margin-bottom: -3.5%;
}

.master-list {
    font-size: 0;
    line-height: 0;
    letter-spacing: -4px;
    list-style-type: none;
    margin: 0 0 0 -1.97%;
}

.master-list > li {
    display: inline-block;
    vertical-align: top;
    width: 13.86%;
    margin: 0 0 4.3% 1.97%;
    font-size: 16px;
    line-height: 1.1;
    letter-spacing: normal;
    text-align: center;
}

.master-list-img-block {
    position: relative;
    margin-bottom: 20px;
}

.master-list-img-block a {
    display: block;
    padding-bottom: 164%;
    position: relative;
    overflow: hidden;
}

.master-list-img-block a:before {
    content: '';
    display: none;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0,0,0, 0.35);
    z-index: 50;
}

.master-list-img-block a img {
    width: 100%;
    max-width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 4;
}

.master-list > li .main-button {
    width: 100%;
    height: 40px;
    line-height: 20px;
    padding: 7px 10px 0px 10px;
    margin: 0 0 20px 0;
    text-transform: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
}

.master-list > li .master-list-img-block a:hover:before {
    display: block;
}

.master-list-description {
    display: table;
    width: 100%;
}

.master-list-description > div {
    display: table-cell;
    width: 96%;
    padding: 0 2.5% 0 2.5%;
    text-align: center;
    vertical-align: middle;
    height: 80px;
    max-height: 80px;
    background-color: #e2e2e2;
    font-family: 'WeblySleekUISemiLight';
    overflow: hidden;
    line-height: 1.5;
}


/*examples*/
.grid {
    margin: 0 auto;
    margin-left: -2.0%;
}

.grid-item {
    width: 14.60%;
    margin: 0 0 30px 2.0%;
}

.grid-item a {
    display: block;
    line-height: 0;
}

.grid-item  img {
    width: 100%;
    max-width: 100%;
    margin: 0;
}

.grid-wrapper {
    text-align: center;
    width: 94.9%;
    margin: 0 auto;
}


/*services*/
.services-wrapper {
    width: 62%;
    margin:  0 auto;
}

.services-list {
    font-size: 0;
    line-height: 0;
    text-align:center;
    letter-spacing: -4px;
    list-style-type: none;
    margin: 0 0 0 -2.9%;
}

.services-list > li {
    display: inline-block;
    vertical-align: top;
    width: 21.89%;
    margin: 0 0 20px 2.9%;
    font-size: 16px;
    line-height: 1.1;
    letter-spacing: normal;
    text-align: center;
}

.services-list-img-block {
    position: relative;
}

.services-list-img-block a {
    display: block;
    padding-bottom: 164%;
    position: relative;
    overflow: hidden;
    color: #ffffff;
    text-decoration: none;
}

.services-list-img-block a:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0,0,0, 0.55);
    z-index: 50;
}

.services-list-img-block a:hover:before {
    display: none;
}
.services-list-img-block a.active:before {
    display: none;
}

.services-list-img-block a img {
    width: 100%;
    max-width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 4;
}

.services-list-text-block  {
    position: absolute;
    left: 0;
    top: 50%;
    width: 96%;
    padding: 0 2% 0 2%;
    text-align: center;
    text-transform: uppercase;
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    z-index: 52;
    font-size: 23px;
}

.services-list-img-block a:hover .services-list-text-block {
    display: none;
}
.services-list-img-block a.active .services-list-text-block {
    display: none;
}

.services-text-wrapper {
    padding-top: 30px;
    padding-right: 0.9%;
}

.services-text-wrapper > div {
    width: 48%;
    vertical-align: top;
}

.services-text-wrapper > div  {
    line-height: 1.6;
}


/*prices*/
.prices-list .services-list-img-block a {
    padding-bottom: 100%;
    line-height: 0;
    margin: 0 0 20px 0;
}

.prices-list .services-list-img-block a img {
    min-height: 100%;
}

.prices-list .services-list-img-block a:before {
    display: none !important;
}

.prices-list > li .master-name-2 {
    width: 100%;
    height: 40px;
    line-height: 20px;
    padding: 9px 10px 0px 10px;
    margin: 0 0 20px 0;
    text-transform: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    color: #ffffff;
    background-color: #c69c67;
    text-align: center;
    text-decoration: none;
    font-family: 'WeblySleekUISemuBold';
    display: block;
}

.prices-list-bottom {
    background-color: #f6f6f6;
    padding: 0 8% 10.8% 8%;
}

.price-block {
    display: table;
    width: 100%;
}

.price-block > div {
    display: table-cell;
    width: 96%;
    padding: 0 0 0 0;
    text-align: center;
    vertical-align: middle;
    height: 116px;
    max-height: 116px;
    overflow: hidden;
    line-height: 1.5;
}

.prices-list > li .main-button {
    width: 100%;
    height: 40px;
    line-height: 20px;
    padding: 7px 10px 0px 10px;
    margin: 0 0 20px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    display: block;
    margin-bottom: 10px;
}


/*contacts*/
.contacts-block {
    margin-bottom: 75px;
    font-family: 'WeblySleekUISemuBold';
}

.contacts-block-heading {
    font-size: 20px;
    padding-bottom: 15px;
}

.contacts-table {
    width: 270px;
    float: right;
    margin-left: 60px;
}

.contacts-table tr td {
    height: 80px;
    text-align: left;
    vertical-align: middle;
    padding: 4px 0 4px 0;
    border-top: 1px solid #000000;
}

.contacts-table tr:first-child td {
    border-top: 0 none;
}

.contacts-row {
    padding: 3px 0 3px 30px;
    line-height: 20px;
    position: relative;
}

.contacts-row a {
    color: #000000;
    text-decoration: none;
}

.contacts-row a:hover {
    text-decoration: underline;
}

.contacts-row:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
}

.contacts-row.address:before {
    width: 15px;
    height: 23px;
    margin-top: -12px;
    background: url('../img/icons/contacts-address.svg') no-repeat;
    background-size: 100% 100%;
}

.contacts-row.phone:before {
    width: 16px;
    height: 22px;
    margin-top: -11px;
    background: url('../img/icons/contacts-phone.svg') no-repeat;
    background-size: 100% 100%;
}

.contacts-row.mail:before {
    width: 19px;
    height: 16px;
    margin-top: -8px;
    background: url('../img/icons/contacts-mail.svg') no-repeat;
    background-size: 100% 100%;
}

.contacts-row.time:before {
    width: 21px;
    height: 21px;
    margin-top: -10px;
    background: url('../img/icons/contacts-time.svg') no-repeat;
    background-size: 100% 100%;
}

.contacts-row.metro:before {
    width: 25px;
    height: 17px;
    margin-top: -9px;
    background: url('../img/icons/contacts-metro.png') no-repeat;
    background-size: cover;
}

.map-wrapper  {
    overflow: hidden;
    height: 445px;
    position: relative;
}

.map-wrapper > iframe {
    width: 100%;
    height: 100%;
}

/*addon24-06*/
.master-examples {
    display: none;
    clear: bottom;
    margin-right:3.1%;
    margin-top:5.1%;

}

/*addon10-07*/
.main-section3 {
    padding: 0 45px 0 45px;
}

.main-section3 h3{
    color: #777777;
    font-size: 150%;
    font-weight: 700;
}

.text-wrapper-1 {
    margin-bottom: 35px;
    text-align: left;
}

.text-wrapper-1 img {
    float: left;
    max-width: 300px;
    margin-right: 45px;
}

.text-wrapper-1 p {
    padding-bottom: 10px;
    text-align: justify;
    line-height: 1.3;
}

.text-wrapper-2 {
    margin-bottom: 35px;
    text-align: left;
}

.text-wrapper-2 > * {
    padding-bottom: 10px;
    text-align: justify;
    line-height: 1.3;
}

.text-wrapper-3 {
    margin-bottom: 35px;
}

.text-wrapper-2 ul, .text-wrapper-4 ul {
    list-style-position: inside;
}

.tech-list {
    font-size: 0;
    line-height: 0;
    letter-spacing: -4px;
    list-style-type: none;
}

.tech-list li  {
    display: inline-block;
    vertical-align: top;
    width: 22.5%;
    margin: 0 1.2% 20px 1.2%;
    font-size: 16px;
    line-height: 1.2;
    letter-spacing: normal;
    text-align: center;
}

.tech-list li img {
    max-width: 100%;
    margin-bottom: 35px;
}

.text-wrapper-4 {
    margin-bottom: 35px;
    text-align: left;
}

.text-wrapper-4 > * {
    padding-bottom: 10px;
    text-align: justify;
    line-height: 1.3;
}


/*inner-body*/
.inner-body {
      background-color:  #fff;/* #f8f4eb; */
}

.inner-page-top {
    margin-bottom: 70px;
}


.inner-page-top-table {
    width: 100%;
}

.inner-page-top-table tr td .main-button {
    margin: 0;
}

.inner-page-top-table tr td {
    text-align: right;
    vertical-align: bottom;
}

.inner-page-top-table tr td:first-child {
    text-align: left;
}


.inner-page-top-heading {
    font-family: 'WeblySleekUISemuBold';
    font-size: 49px;
    padding-bottom: 12px;
}

.inner-page-top-text {
    color: #6a6a6a;
    font-size: 26px;
    text-transform: uppercase;
}

.about-wrapper {
    margin-bottom: 10px ;
}

.half-block {
    width: 48%;
}

.about-wrapper .text-block {
    padding-bottom: 60px;
}

.about-wrapper .text-block p {
    line-height: 1.95;
    color: #6a6a6a;
}

.about-wrapper .text-block h3 {
    font-size: 26px;
    padding-bottom: 30px;
    font-family: 'WeblySleekUISemuBold';
}

.about-wrapper .half-block .text-block:last-child {
    padding-bottom: 0;
}

.about-img-block {
    text-align: center;
    padding-bottom: 35px;
    margin-bottom: 35px;
    border-bottom: 1px solid #000000;
}

.about-img-block-2 {
    padding-bottom: 55px;
    margin-bottom: 0;
    border-bottom: 0 none;
}

.about-img-block img {
    width: 100%;
    max-width: 100%;
    margin-bottom: 35px;
}

.about-img-title {
    font-family: 'WeblySleekUISemuBold';
    font-size: 26px;
}

.about-img-address {
    color: #6a6a6a;
    padding-bottom: 4px;
}

.about-img-phone a {
    color: #c69c67;
    font-family: 'WeblySleekUISemuBold';
}

.main-form {
    background-color: #f1e7d7;
    padding: 20px 28px 20px 28px;
    text-align: center;
    display: block;
}

.main-form-top {
    font-family: 'WeblySleekUISemuBold';
    padding: 0 0 17px 0;
    font-size: 20px;
}

.main-input {
    display: block;
    width: 100%;
    height: 40px;
    font-size: 14px;
    line-height: 20px;
    padding: 6px 23px 6px 23px;
    color: #ababab;
    background: #ffffff;
    text-align: left;
    font-family: 'WeblySleekUISemiLight';
    border: 0 none;
    margin-bottom: 12px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.main-input::-webkit-input-placeholder {
    opacity: 1;
    color: #ababab;
}

.main-input::-moz-placeholder {
    -moz-opacity: 1;
    opacity: 1;
    color: #ababab;
}

.main-input .placeholder {
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    opacity: 1;
    color: #ababab;
}

.main-textarea {
    height: 113px;
    outline: none;
    resize: none;
    overflow: auto;
}

.main-button-2 {
    cursor: pointer;
    display: block;
    width: 140px;
    float: left;
    height: 32px;
    border: 0 none;
    outline: none;
    color: #ffffff;
    font-family: 'WeblySleekUISemuBold';
    font-size: 16px;
    background-color: #c69c67;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-appearance: none !important;
}

.main-form-clear {
    display: inline-block;
    float: right;
    font-family: 'WeblySleekUISemuBold';
    color: #6a6a6a;
    padding: 0 15px 0 0;
    background: url('../img/icons/main-form-clear.png') no-repeat right center;
    cursor: pointer;
    line-height: 1;
    margin-top: 3px;
}

.about-info-list {
    list-style-type: none;
    text-align: center;
}

.about-info-list li {
    display: inline-block;
    margin: 0 90px 20px 90px;
}

.about-info-circle {
    width: 168px;
    height: 168px;
    line-height: 168px;
    border: 1px solid #c69c67;
    -webkit-border-radius: 85px;
    -moz-border-radius: 85px;
    border-radius: 85px;
    color: #c69c67;
    font-size: 44px;
    font-family: 'WeblySleekUISemuBold';
    margin-bottom: 12px;
}

.about-info-text {
    font-size: 26px;
}

.about-info-list li:hover    .about-info-circle {
    color: #e0d0bb;
}

.about-info-list li:hover   .about-info-text {
    color: #c69c67;
}

/*add 20-07*/
.about-info-list-span {
    opacity: 1 !important;
    font-weight: normal !important;
}

.services-wrapper .services-wrapper {
    width: 100%;
}





@media only screen and (max-height: 799px) {

    html, body {
        font-size: 13px;
    }

    /*start-page*/
    .header-nav-wrapper {
        margin: 1.8% 0 0 2.6%;
    }
/* 04.2020
    .header-nav > ul > li > a {
        font-size: 13px;
        line-height: 16px;
        padding: 4px 8px 4px 8px;
    }
*/
    .online-button {
        font-size: 13px;
        height: 16px;
        line-height: 16px;
        padding: 8px 8px 8px 8px;
        display: inline-block;
        -webkit-border-radius: 16px;
        -moz-border-radius: 16px;
        border-radius: 16px;
        margin: 0 0 0 15px;
    }

    .start-slider-slogan {
        font-size: 60px;
    }


}







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

     /*start-page*/
    .start-slider-slogan {
        font-size: 70px;
        line-height: 1.1;
    }

    .start-slider-text-top {
        font-size: 26px;
    }

    .start-slider-text {
        margin: 2% 0 0 0;
        font-size: 16px;
    }

    .more-button {
        padding: 10px 20px 10px 20px;
    }

    /*inner*/
    footer > .footer-inner {
        width: 90%;
    }

    /*master-list*/
    .master-list > li {
        font-size: 13px;
    }

    /*services*/
    .services-wrapper {
        width: 94%;/*artem*/
    }




}


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

    html, body {
        font-size: 13px;
    }

    /*start-page*/
    .header-nav-wrapper {
    /*artem margin: 1.8% 0 0 0.6%;*/
    }

    .header-nav > ul > li > a {
        font-size: 13px;
        line-height: 16px;
        padding: 4px 8px 4px 8px;
    }

    .online-button {
        font-size: 13px;
        height: 16px;
        line-height: 16px;
        padding: 8px 8px 8px 8px;
        display: inline-block;
        -webkit-border-radius: 16px;
        -moz-border-radius: 16px;
        border-radius: 16px;
        margin: 0 0 0 15px;
    }

    .start-slider-slogan {
        font-size: 60px;
    }


    /*inner*/
    .breadcrumbs {
        /*artem padding: 0 0 10px 1.6%;*/
    }

    .breadcrumbs a {
        margin-bottom: 10px;
    }

    .back-link-wrapper {
        padding-bottom: 20px;
    }

    .master-name {
        font-size: 35px;
    }

    .master-text-wrapper {
        width: 47%;
        padding-right: 2.2%;
    }

    .master-profession {
        font-size: 20px;
        padding-bottom: 20px;
    }

    .master-info-wrapper {
        padding-bottom: 30px;
        color: #6a6a6a;
    }

    .master-info-wrapper > div {
        width: 48%;
    }

    .master-info-block {
        padding: 0 0 20px 0;
    }

    .master-info-block > .master-info-block-top {
        padding-bottom: 7px;
    }

    .master-info-block ul, .master-info-block ol {
        padding-left: 14px;
    }

    .main-button {
        padding: 14px 20px 14px 20px;
    }

    .footer-menu {
        text-align: center;
    }

    /*master-list*/
    .master-list > li {
        width: 16.63%;
        margin: 0 0 4.3% 2.1%;
    }


    /*examples*/
    .grid-item {
        width: 17.82% !important;
        margin-bottom: 20px;
    }


    /*services*/
    .services-list > li {
        font-size: 13px;
    }





}


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


    /*header*/
    .start-page-wrapper header {
        position: relative;
        left: auto;
        top: auto;
        z-index: 1000;
    }

    header {
        text-align: center;
    }

    .header-nav-wrapper {
        margin: 10px 0 0 0;
        padding: 0 2% 0 2%;
        float: none;
        position: relative;
    }

    .m-menu {
        display: block;
    margin-top: -16px;
    color: #ffffff;
    /* background-color: #c69c67; */
    }

    .header-nav {
        position: relative;
        display: block;
        height: 40px;
        border-bottom: 1px solid #cccccc;
    }

    .header-nav > ul {
        display: block;
        display: none;
        width: 100%;
        position: absolute;
        left: 0;
        top: 100%;
        z-index: 800;
    }

    .header-nav > ul > li {
        display: block;
        text-align: left;
        border-bottom: 1px solid #d7d7d7;
        background: rgba(51, 51, 51, 0.75);
    }

    .header-nav > ul > li >  a {
        padding: 10px 10px 10px 10px;
        background: none;
        color: #ffffff;
    }

    .header-nav > ul > li:first-child > a {
        padding: 10px 10px 10px 10px;
    }

    .header-nav > ul > li:hover .header-submenu {
        //display: none;
    }
    .header-nav   .header-submenu {
        display: block;
        position:relative;
        z-index:10000;
    }
    .header-nav   .header-submenu li{
        text-align:center;
    }

    .online-button {
        position: absolute;
        left: 2%;
        top: 0;
        margin: 0 0 0 0;
        font-size: 13px;
        height: 16px;
        line-height: 16px;
    }

    .logo {
        width: 190px;
        height: 120px;
        float: none;
        display: inline-block;
        margin: 20px 0 0 17px;
    }

    /*start-slider*/

    .start-slider .bx-wrapper .bx-next, .start-slider .bx-wrapper .bx-prev {
        margin-bottom: -15px;
        width: 30px;
        height: 30px;
        -webkit-border-radius: 15px;
        -moz-border-radius: 15px;
        border-radius: 15px;
    }

    .start-slider .bx-wrapper .bx-next:before, .start-slider .bx-wrapper .bx-prev:before {
        width: 30px;
        height: 30px;
    }

    .start-slider-text-wrapper {
        margin: 280px 2% 0 50px;
    }

    .start-slider-slogan {
        font-size: 75px;
    }

    .start-slider-text-top {
        font-size: 21px;
    }

    .start-slider-text {
        margin: 35px 0 0 0;
        font-size: 19px;
        max-width: 40%;
    }
.start-slider-list li:nth-child(2) img{left:25%;}
.prices-list > li .main-button{font-size: 85%;}
    .start-slider-img {
        position: absolute;
        right: 0;
        max-width: 65%;
        width: 65%;
        margin: 0;
        padding: 0;
    }

    .start-slider-img {
        -webkit-transition: all 0s;
        -moz-transition: all 0s;
        -o-transition: all 0s;
        -ms-transition: all 0s;
        transition: all 0s;
        max-width: 120%;
        width: 120%;
    }

    .start-slider-img-1.default {
        right: -50%;
        bottom: -10%;
        -moz-transform: matrix3d(1.06278, 0.0000895707, 0, 0, -0.0000895707, 1.06278, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        -ms-transform: matrix3d(1.06278, 0.0000895707, 0, 0, -0.0000895707, 1.06278, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        -webkit-transform: matrix3d(1.06278, 0.0000895707, 0, 0, -0.0000895707, 1.06278, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        -o-transform: matrix3d(1.06278, 0.0000895707, 0, 0, -0.0000895707, 1.06278, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.06278, 0.0000895707, 0, 0, -0.0000895707, 1.06278, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    .start-slider-img-1.active {
        -moz-transform: matrix3d(1.06278, 0.0000895707, 0, 0, -0.0000895707, 1.06278, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        -ms-transform: matrix3d(1.06278, 0.0000895707, 0, 0, -0.0000895707, 1.06278, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        -webkit-transform: matrix3d(1.06278, 0.0000895707, 0, 0, -0.0000895707, 1.06278, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        -o-transform: matrix3d(1.06278, 0.0000895707, 0, 0, -0.0000895707, 1.06278, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.06278, 0.0000895707, 0, 0, -0.0000895707, 1.06278, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        right: -20%;
        /* artem bottom: -10%; */
    }


     /*inner*/
    .main-content {
        padding-left: 2%;
        padding-right: 2%;
    }
    .master-photo-wrapper {
        width: 50%;
        margin: 0 auto;
        margin-bottom: 20px;
        float: none;
    }

    .master-text-wrapper {
        width: 100%;
        float: none;
        padding-right: 0;
    }

    .buttons-wrapper {
        text-align: center;
    }

    /*footer*/
    footer > .footer-inner {
        width: 96%;
        min-height: 0px;
        padding: 20px 0 20px 0;
        text-align: center;
    }

    .footer-inner > div {
        -moz-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
        position: relative;
        left: auto;
        top: auto;
        right: auto;
        margin-bottom: 20px;
    }

    .footer-inner > div:last-child {
        margin-bottom: 0;
    }

    .footer-inner > div.footer-menu {
        -moz-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
        position: relative;
        left: auto;
        top: auto;
        margin-bottom: 13px;
    }

    .footer-inner > div.footer-menu > ul >li {
        margin-bottom: 7px;
    }


    /*master-list*/
    .master-list > li {
        width: 27.72%;
    }


    /*examples*/
    .grid-item {
        width: 22.65% !important;
    }


    /*contacts*/
    .contacts-block {
        margin-bottom: 20px;
    }

    .contacts-table {
        margin-left: 20px;
    }


    /*about-page*/
    .half-block {
        width: 100%;
        float: none;
        margin-bottom: 20px;
    }

    .inner-page-top {
        margin-bottom: 20px;
    }

    .inner-page-top-table tr td {
        text-align: left;
        display: block;
        padding-bottom: 10px;
    }

    .inner-page-top-table tr td:first-child {
        text-align: left;
    }

    .inner-page-top-heading {
        font-size: 30px;
    }

    .inner-page-top-text {
        font-size: 18px;
    }

    .about-wrapper .text-block {
        padding-bottom: 20px;
    }

    .about-wrapper .text-block p {
    }

    .about-wrapper .text-block h3 {
        font-size: 18px;
        padding-bottom: 20px;
    }

    .about-img-block {
        padding-bottom: 20px;
        margin-bottom: 20px;
    }

    .about-img-block-2 {
        padding-bottom: 30px;
    }

    .about-img-title {
        font-size: 18px;
    }

    .about-wrapper {
        margin-bottom: 20px;
    }


    .about-info-circle {
        width: 100px;
        height: 100px;
        line-height: 100px;
        -webkit-border-radius: 50px;
        -moz-border-radius: 50px;
        border-radius: 50px;
        font-size: 25px;
    }

    .about-info-list li {
        margin: 0 10px 20px 10px;
    }

    .about-info-text {
        font-size: 18px;
    }

    .services-wrapper .text-block {
        text-align: left;
    }


}

.header-tel {
    position: relative;
}
.header-tel a {
    margin-right: 0 !important;
}
@media only screen and (max-width: 767px) {
    .header-tel a {
        margin-right: 0 !important;
    }
    .start-page-body {
       background: url('../img/bg/start-page.jpg') no-repeat;
       background-size: cover;
    }

    /*start-page*/
    .start-page-wrapper {
        background: none;
        background-color: #cacaca;
    }

    /*start-slider*/
    .start-slider {
        position: relative;
        left: auto;
        top: auto;
        width: auto;
        height: auto;
        min-height: auto;
    }

    .start-slider .bx-wrapper .bx-pager {
        bottom: 10px;
    }

    .start-slider-text-wrapper {
        margin: 20px 35px 0 35px;
        text-align: center;
    }

    .start-slider-img {
        display: none;
    }

    .start-slider-text {
        max-width: 100%;
    }

    /*master-list*/
    .master-list > li {
        width: 41.58%;
    }

    /*examples*/
    .grid-item {
        width: 30.8% !important;
    }


    /*services*/
    .services-wrapper {
        text-align: center;
    }

    .services-list > li {
        width: 43.5%;
    }
   .services-text-wrapper{padding:0 3%;margin-top:24px;}
    .services-text-wrapper > div {
        text-align: left;
        float: none;
        margin-bottom: 15px;
        width: 100%;
    }


    /*contacts*/
    .contacts-table {
        width: 100%;
        float: none;
        margin: 0 0 20px 0;
    }

    .contacts-table tr td {
        height: auto;
        padding: 8px 0 8px 0;
    }

    .map-wrapper  {
        overflow: auto;
    }

    .tech-list {
        text-align: center;
    }

    .tech-list li  {
        width: 46.5%;
    }


    .start-slider-list li {
        background: none !important;
    }

    .start-slider-slogan {
        font-size: 35px;
    }




}


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


    /*inner*/
    .master-info-wrapper > div {
        width: 100%;
        float: none;
        margin-bottom: 20px;
    }

    /*master-list*/
    .master-list > li {
        width: 83.16%;
    }






}



.hidden{display:none;}



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


/*@media only screen and (max-width: 999px){
 .logo {
    width: 240px;
    background-image: url(../img/logo-m.png);
     background-size: 240px;
    float: none;
    display: inline-block;
        margin: 12px 0 0 17px;
}
.start-slider-slogan{font-size:0px;    height: 36vh; }
.start-page-body{background:none}
.start-page-wrapper{background:none;}
.start-slider-img-1.active{content:url(../img/bg-m.png);width:100vw;}

.start-page-body{
    background-image: url(../img/bg-m2.png);
    background-repeat:  no-repeat;
background-size: contain;
}
}*/
@media only screen and (max-width: 768px){

    .services-list-text-block{font-size:14px;}


}
.newMob{
    display: none;
}



.fancybox-caption{text-align:center!important;
border-top:none!important;
padding-top:20px!important;padding-bottom:10px!important;
font-size:18px!important;

}






        .header-nav > ul > li:last-child > a
   { text-shadow: 1px 1px 2px #fff, 0 0 1em white;}


 .services-wrapper ul {margin-left:24px;}
.detail-content p, .detail-content h3{margin-bottom:8px;}
.detail-content h3{font-weight: bold;
    margin: 24px 0;
    font-size: 18px;}















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



 .services-wrapper ul.services-list.prices-list{padding:0;padding-left: 0;margin-left: 0;}


 .services-wrapper ul.services-list.prices-list:first-child{margin-left:0;}





 .prices-list .services-list-img-block a {
    padding-bottom: 100%;
    line-height: 0;
 margin: 0 0 0px 0;}
 .prices-list > li .master-name-2 {

 margin: 0 0 0 0;}

.master-list-img-block {

    margin-bottom: 0px;
}
     .master-list > li .main-button {

    margin: 0 0 -2px 0;
     }
 }
