/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/** 1. Change the default font family in all browsers (opinionated). 2. Correct the line height in all browsers. 3. Prevent adjustments of font size after orientation changes in IE on Windows Phone and in iOS. */
/* Document ========================================================================== */
 html {
     font-family: sans-serif;
    /* 1 */
     line-height: 1.15;
    /* 2 */
     -ms-text-size-adjust: 100%;
    /* 3 */
     -webkit-text-size-adjust: 100%;
    /* 3 */
}
/* Sections ========================================================================== */
/** Remove the margin in all browsers (opinionated). */
 body {
     margin: 0;
}
/** Add the correct display in IE 9-. */
 article, aside, footer, header, nav, section {
     display: block;
}
 button:focus, input:focus, select:focus, textarea:focus {
     outline: none;
}
/** Correct the font size and margin on `h1` elements within `section` and `article` contexts in Chrome, Firefox, and Safari. */
 h1 {
     font-size: 2em;
     margin: 0.67em 0;
}
h1, h2, h3, h4 {color: #7b7873;}
/* Grouping content ========================================================================== */
/** Add the correct display in IE 9-. 1. Add the correct display in IE. */
 figcaption, figure, main {
    /* 1 */
     display: block;
}
/** Add the correct margin in IE 8. */
 figure {
     margin: 1em 40px;
}
/** 1. Add the correct box sizing in Firefox. 2. Show the overflow in Edge and IE. */
 hr {
     -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
     box-sizing: content-box;
    /* 1 */
     height: 0;
    /* 1 */
     overflow: visible;
    /* 2 */
}
/** 1. Correct the inheritance and scaling of font size in all browsers. 2. Correct the odd `em` font sizing in all browsers. */
 pre {
     font-family: monospace, monospace;
    /* 1 */
     font-size: 1em;
    /* 2 */
}
/* Text-level semantics ========================================================================== */
/** 1. Remove the gray background on active links in IE 10. 2. Remove gaps in links underline in iOS 8+ and Safari 8+. */
 a {
     background-color: transparent;
    /* 1 */
     -webkit-text-decoration-skip: objects;
    /* 2 */
}
/** Remove the outline on focused links when they are also active or hovered in all browsers (opinionated). */
 a:active, a:hover {
     outline-width: 0;
}
/** 1. Remove the bottom border in Firefox 39-. 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari. */
 abbr[title] {
     border-bottom: none;
    /* 1 */
     text-decoration: underline;
    /* 2 */
     text-decoration: underline dotted;
    /* 2 */
}
/** Prevent the duplicate application of `bolder` by the next rule in Safari 6. */
 b, strong {
     font-weight: inherit;
}
/** Add the correct font weight in Chrome, Edge, and Safari. */
 b, strong {
     font-weight: bolder;
}
/** 1. Correct the inheritance and scaling of font size in all browsers. 2. Correct the odd `em` font sizing in all browsers. */
 code, kbd, samp {
     font-family: monospace, monospace;
    /* 1 */
     font-size: 1em;
    /* 2 */
}
/** Add the correct font style in Android 4.3-. */
 dfn {
     font-style: italic;
}
/** Add the correct background and color in IE 9-. */
 mark {
     background-color: #ff0;
     color: #000;
}
/** Add the correct font size in all browsers. */
 small {
     font-size: 80%;
}
/** Prevent `sub` and `sup` elements from affecting the line height in all browsers. */
 sub, sup {
     font-size: 75%;
     line-height: 0;
     position: relative;
     vertical-align: baseline;
}
 sub {
     bottom: -0.25em;
}
 sup {
     top: -0.5em;
}
/* Embedded content ========================================================================== */
/** Add the correct display in IE 9-. */
 audio, video {
     display: inline-block;
}
/** Add the correct display in iOS 4-7. */
 audio:not([controls]) {
     display: none;
     height: 0;
}
/** Remove the border on images inside links in IE 10-. */
 img {
     border-style: none;
}
/** Hide the overflow in IE. */
 svg:not(:root) {
     overflow: hidden;
}
/* Forms ========================================================================== */
/** 1. Change the font styles in all browsers (opinionated). 2. Remove the margin in Firefox and Safari. */
 button, input, optgroup, select, textarea {
     font-family: sans-serif;
    /* 1 */
     font-size: 100%;
    /* 1 */
     line-height: 1.15;
    /* 1 */
     margin: 0;
    /* 2 */
}
/** Show the overflow in IE. 1. Show the overflow in Edge. */
 button, input {
    /* 1 */
     overflow: visible;
}
/** Remove the inheritance of text transform in Edge, Firefox, and IE. 1. Remove the inheritance of text transform in Firefox. */
 button, select {
    /* 1 */
     text-transform: none;
}
/** 1. Prevent a WebKit bug where (2) destroys native `audio` and `video` controls in Android 4. 2. Correct the inability to style clickable types in iOS and Safari. */
 button, html [type="button"], [type="reset"], [type="submit"] {
     -webkit-appearance: button;
    /* 2 */
}
/** Remove the inner border and padding in Firefox. */
 button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
     border-style: none;
     padding: 0;
}
/** Restore the focus styles unset by the previous rule. */
 button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
     outline: 1px dotted ButtonText;
}
/** Change the border, margin, and padding in all browsers (opinionated). */
 fieldset {
     border: 1px solid #c0c0c0;
     margin: 0 2px;
     padding: 0.35em 0.625em 0.75em;
}
/** 1. Correct the text wrapping in Edge and IE. 2. Correct the color inheritance from `fieldset` elements in IE. 3. Remove the padding so developers are not caught out when they zero out `fieldset` elements in all browsers. */
 legend {
     -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
     box-sizing: border-box;
    /* 1 */
     color: inherit;
    /* 2 */
     display: table;
    /* 1 */
     max-width: 100%;
    /* 1 */
     padding: 0;
    /* 3 */
     white-space: normal;
    /* 1 */
}
/** 1. Add the correct display in IE 9-. 2. Add the correct vertical alignment in Chrome, Firefox, and Opera. */
 progress {
     display: inline-block;
    /* 1 */
     vertical-align: baseline;
    /* 2 */
}
/** Remove the default vertical scrollbar in IE. */
 textarea {
     overflow: auto;
}
/** 1. Add the correct box sizing in IE 10-. 2. Remove the padding in IE 10-. */
 [type="checkbox"], [type="radio"] {
     -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
     box-sizing: border-box;
    /* 1 */
     padding: 0;
    /* 2 */
}
/** Correct the cursor style of increment and decrement buttons in Chrome. */
 [type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
     height: auto;
}
/** 1. Correct the odd appearance in Chrome and Safari. 2. Correct the outline style in Safari. */
 [type="search"] {
     -webkit-appearance: textfield;
    /* 1 */
     outline-offset: -2px;
    /* 2 */
}
/** Remove the inner padding and cancel buttons in Chrome and Safari on macOS. */
 [type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
     -webkit-appearance: none;
}
/** 1. Correct the inability to style clickable types in iOS and Safari. 2. Change font properties to `inherit` in Safari. */
 ::-webkit-file-upload-button {
     -webkit-appearance: button;
    /* 1 */
     font: inherit;
    /* 2 */
}
/* Interactive ========================================================================== */
/* Add the correct display in IE 9-. 1. Add the correct display in Edge, IE, and Firefox. */
 details, menu {
     display: block;
}
/* Add the correct display in all browsers. */
 summary {
     display: list-item;
}
/* Scripting ========================================================================== */
/** Add the correct display in IE 9-. */
 canvas {
     display: inline-block;
}
/** Add the correct display in IE. */
 template {
     display: none;
}
/* Hidden ========================================================================== */
/** Add the correct display in IE 10-. */
 [hidden] {
     display: none;
}
 input:focus, button:focus {
     outline: none;
}
 @font-face {
     font-family: empty;
     src: url(data:application/font-woff;
    charset=utf-8;
    base64,d09GRk9UVE8AAAQ0AAoAAAAAA+wAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABDRkYgAAAA9AAAAJ4AAACeXQ48j09TLzIAAAGUAAAAYAAAAGAIIgbWY21hcAAAAfQAAABEAAAARAAyAGlnYXNwAAACOAAAAAgAAAAIAAAAEGhlYWQAAAJAAAAANgAAADb9mzB5aGhlYQAAAngAAAAkAAAAJAHiAeVobXR4AAACnAAAABAAAAAQAAAAAG1heHAAAAKsAAAABgAAAAYABFAAbmFtZQAAArQAAAFdAAABXVqZXRlwb3N0AAAEFAAAACAAAAAgAAMAAAEABAQAAQEBDHNwYWNlLWVtcHR5AAECAAEAOvgcAvgbA/gYBB4KABlT/4uLHgoAGVP/i4sMB4tr+JT4dAUdAAAAfA8dAAAAgREdAAAACR0AAACVEgAFAQEMFxkbHnNwYWNlLWVtcHR5c3BhY2UtZW1wdHl1MHUxdTIwAAACAYkAAgAEAQEEBwoN/JQO/JQO/JQO/JQO+JQU+JQViwwKAAAAAwIAAZAABQAAAUwBZgAAAEcBTAFmAAAA9QAZAIQAAAAAAAAAAAAAAAAAAAABAAAAAAAAAAAAAAAAAAAAAABAAAAAIAHg/+D/4AHgACAAAAABAAAAAAAAAAAAAAAgAAAAAAACAAAAAwAAABQAAwABAAAAFAAEADAAAAAIAAgAAgAAAAEAIP/9//8AAAAAACD//f//AAH/4wADAAEAAAAAAAAAAAABAAH//wAPAAEAAAABAAAAeR2GXw889QALAgAAAAAAzz54vgAAAADPPni+AAAAAAAAAAAAAAAIAAIAAAAAAAAAAQAAAeD/4AAAAgAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAABQAAAEAAAAAAAOAK4AAQAAAAAAAQAWAAAAAQAAAAAAAgAOAGMAAQAAAAAAAwAWACwAAQAAAAAABAAWAHEAAQAAAAAABQAWABYAAQAAAAAABgALAEIAAQAAAAAACgAoAIcAAwABBAkAAQAWAAAAAwABBAkAAgAOAGMAAwABBAkAAwAWACwAAwABBAkABAAWAHEAAwABBAkABQAWABYAAwABBAkABgAWAE0AAwABBAkACgAoAIcAcwBwAGEAYwBlAC0AZQBtAHAAdAB5AFYAZQByAHMAaQBvAG4AIAAxAC4AMABzAHAAYQBjAGUALQBlAG0AcAB0AHlzcGFjZS1lbXB0eQBzAHAAYQBjAGUALQBlAG0AcAB0AHkAUgBlAGcAdQBsAGEAcgBzAHAAYQBjAGUALQBlAG0AcAB0AHkARwBlAG4AZQByAGEAdABlAGQAIABiAHkAIABJAGMAbwBNAG8AbwBuAAAAAAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA=) format("woff");
}
 html, a {
     -webkit-tap-highlight-color: transparent;
}
 body {
     background-color: rgba(250, 250, 250, 0.72);
     font-family: GothamPro;
     font-size: 14px;
     font-weight: 400;
     line-height: 1;
     -webkit-font-smoothing: antialiased;
}
 .full-width .inner {
     width: 1310px;
     margin: 0 auto;
     -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
     position: relative;
     box-sizing: border-box;
}
 @font-face {
     font-family: 'GothamPro';
     src: url("../fonts/GothamPro.eot");
     src: url("../fonts/GothamPro.woff2") format("woff2"), url("../fonts/GothamPro.woff") format("woff"), url("../fonts/GothamPro.ttf") format("truetype"), url("../fonts/GothamPro.svg#GothamPro") format("svg"), url("../fonts/GothamPro.eot?#iefix") format("embedded-opentype");
     font-weight: normal;
     font-style: normal;
}
 @font-face {
     font-family: 'AlBayan';
     src: url("../fonts/AlBayan.eot");
     src: url("../fonts/AlBayan.woff2") format("woff2"), url("../fonts/AlBayan.woff") format("woff"), url("../fonts/AlBayan.ttf") format("truetype"), url("../fonts/AlBayan.svg#AlBayan") format("svg"), url("../fonts/AlBayan.eot?#iefix") format("embedded-opentype");
     font-weight: normal;
     font-style: normal;
}
 @font-face {
     font-family: 'GothamProLight';
     src: url("../fonts/GothamPro-Light.eot");
     src: url("../fonts/GothamPro-Light.woff2") format("woff2"), url("GothamPro-Light.eot?#iefix") format("embedded-opentype");
     font-weight: normal;
     font-style: normal;
}
 @font-face {
     font-family: 'GothamProLight';
     src: url("../fonts/GothamPro-Light.woff") format("woff"), url("../fonts/GothamPro-Light.ttf") format("truetype"), url("../fonts/GothamPro-Light.svg#GothamPro-Light") format("svg");
     font-weight: normal;
     font-style: normal;
}
 .wrapper {
     overflow: auto;
     float: none;
     clear: both;
}
 .wrapper:after {
     content: "";
     clear: both;
     display: table;
}
 header {
     height: 63px;
     background-color: #ffffff;
     position: fixed;
     top: 0;
     left: 0;
     right: 0;
     z-index: 10;
}
 header .inner {
     display: -webkit-box;
     display: -webkit-flex;
     display: -moz-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-align: center;
     -webkit-align-items: center;
     -moz-box-align: center;
     -ms-flex-align: center;
     align-items: center;    
     padding: 0 0 0 15px;
}
 header .inner .logo {
     display: -webkit-box;
     display: -webkit-flex;
     display: -moz-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-align: center;
     -webkit-align-items: center;
     -moz-box-align: center;
     -ms-flex-align: center;
     align-items: center;
     text-decoration: none;
     height: 63px;
     margin-right: 115px;
     margin-left: 10px;
}
 header .inner .logo span {
     display: block;
     font-family: GothamPro;
     font-size: 20px;
     font-weight: bold;
     font-style: normal;
     font-stretch: normal;
     line-height: 0.9;
     letter-spacing: normal;
     text-align: left;
     color: #725b52;
     margin-left: 7px;
     margin-top: -2px;
}
 header nav {
     margin-left: 25px;
}
 header nav > ul {
     display: -webkit-box;
     display: -webkit-flex;
     display: -moz-box;
     display: -ms-flexbox;
     display: flex;
     margin: 0;
     list-style: none;
     padding-left: 0;
}
 header nav > ul > li {
     position: relative;
}
 header nav > ul > li > a {
     display: -webkit-box;
     display: -webkit-flex;
     display: -moz-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-align: center;
     -webkit-align-items: center;
     -moz-box-align: center;
     -ms-flex-align: center;
     align-items: center;
     font-size: 14px;
     font-weight: normal;
     font-style: normal;
     font-stretch: normal;
     line-height: 32px;
     letter-spacing: normal;
     text-align: left;
     color: #878586;
     padding: 12px 10px 15px;
     text-decoration: none;
     /* border: solid 0.5px transparent; */
     /* border-top: solid 3px #fff; */
}
 header nav > ul > li > a.with-drop-down span:not(.arrow) {
     display: block;
     margin-right: 18px;
     /*padding: 12px 17px 15px;*/
}
 header nav > ul > li > a span.arrow {
     display: block;
     width: 8px;
     height: 24px;
     -webkit-transform: rotate(-270deg);
     -moz-transform: rotate(-270deg);
     -ms-transform: rotate(-270deg);
     -o-transform: rotate(-270deg);
     transform: rotate(-270deg);
     font-family: AlBayan;
     font-size: 20px;
     font-weight: bold;
     font-style: normal;
     font-stretch: normal;
     line-height: normal;
     letter-spacing: normal;
     text-align: left;
     color: #878586;
}
 header nav > ul > li.hover > a {
     background-color: #fbfbfb;
     border: solid 0.5px #e9e5e5;
     border-top: solid 3px #fcd06f;    
     Apadding: 12px 17px 15px;
     transition: 0.4s;
}
 header nav > ul > li:hover a.with-drop-down {
     background-color: #fbfbfb;
     border: solid 0.5px #e9e5e5;
     border-top: solid 3px #fcd06f;
}
 header nav > ul > li:hover ul {
     top: 63px;
     background: #fff;
     border: solid 0.5px #e9e5e5;
     border-top: none;
     padding-left: 0;
     list-style: none;
     right: 0;
}
 header nav > ul > li:hover ul li a {
     font-size: 12px;
     font-weight: normal;
     font-style: normal;
     font-stretch: normal;
     line-height: 20px;
     letter-spacing: normal;
     text-align: left;
     color: #979596;
     padding-left: 10px;
     text-decoration: none;
     position: relative;
     display: block;
     height: 20px;
}
 header nav > ul > li:hover ul li a span {
     z-index: 1;
     position: relative;
}
 header nav > ul > li:hover ul li a:before {
     content: '';
     display: block;
     position: absolute;
     left: 0;
     top: 0;
     bottom: 1px;
     right: 0;
     background-color: #fbfbfb;
     border-left: solid 4px #fddc8e;
     -webkit-transition: opacity 0.2s;
     -o-transition: opacity 0.2s;
     -moz-transition: opacity 0.2s;
     transition: opacity 0.2s;
     opacity: 0;
     -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
     box-sizing: border-box;
}
 header nav > ul > li:hover ul li a:hover:before {
     opacity: 1;
}
 header nav > ul ul {
     position: absolute;
     top: -200px;
     left: 0;
}
 header nav .search, header nav .open-form {
     display: none;
}
 header .search {
     width: 180px;
     margin-left: auto;
     height: 40px;
     -webkit-border-radius: 100px;
     border-radius: 100px;
     background-color: #fbfbfb;
     border: solid 1px rgba(151, 151, 151, 0.45);
     display: -webkit-box;
     display: -webkit-flex;
     display: -moz-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-align: center;
     -webkit-align-items: center;
     -moz-box-align: center;
     -ms-flex-align: center;
     align-items: center;
     -webkit-box-pack: justify;
     -webkit-justify-content: space-between;
     -moz-box-pack: justify;
     -ms-flex-pack: justify;
     justify-content: space-between;
}

.navBurger {
     display: none;
     position: fixed;
     right: 25px;
     top: 17px;
     cursor: pointer;
     background: #725b52;
     box-sizing: border-box;
     background-clip: content-box;
     width: 20px;
     height: 25px;
     border-top: 11px solid transparent;
     border-bottom: 11px solid transparent;
     -webkit-transform: rotate(0deg);
     transform: rotate(0deg);
     -webkit-transition: all 0.25s ease-in-out;
     transition: all 0.25s ease-in-out;
}
 .navBurger:before, .navBurger:after {
     content: "";
     position: absolute;
     background: #725b52;
     height: 3px;
     width: 140%;
     left: 0;
     will-change: rotate;
     -webkit-transform: rotate(0deg);
     transform: rotate(0deg);
     -webkit-transition: all 0.5s ease;
     transition: all 0.5s ease;
}
 .navBurger:before {
     top: -10px;
}
 .navBurger:after {
     bottom: -10px;
     width: 60%;
}
 .navBurger.active {
     background: transparent;
     background-clip: content-box;
}
 .navBurger.active:before {
     -webkit-transform: rotate(135deg);
     transform: rotate(135deg);
     top: 0;
     background: #888687;
     width: 110%;
}
 .navBurger.active:after {
     bottom: 0;
     -webkit-transform: rotate(-135deg);
     transform: rotate(-135deg);
     background: #888687;
     width: 110%;
}
 .overlay {
     position: fixed;
     background: #fff;
     top: 0;
     right: 0;
     left: 50px;
     width: 100%;
     height: 100%;
     opacity: 0;
     transform-origin: right top;
     transform: scale(0);
     visibility: hidden;
     transition: all 0.4s ease-in-out;
     overflow: hidden;
}
 .overlay.open {
     opacity: 0.99;
     visibility: visible;
     transform: scale(1);
}
 .overlay.open li {
     display: block;
     animation: fadeInRight 0.4s cubic-bezier(0.42, 0.83, 0.7, 1.5) forwards;
     transform: rotate(-7deg);
     animation-delay: 0.5s;
     transform-origin: right bottom;
}

 .overlayMenu {
     position: absolute;
     text-align: left;
     height: 100%;
     top: 2%;
     left: 5%;
     visibility: visible;
     opacity: 1;
     background-color: transparent;
     padding: 0;
}
 .overlayMenu ul {
     list-style: none;
     padding: 0;
     margin: 0 auto;
     display: block;
     position: relative;
}
 .overlayMenu ul li {
     display: block;
     position: relative;
     opacity: 0;
     width: 100%;
}
 .overlayMenu ul li a {
     display: inline-block;
     color: #878586;
     text-decoration: none;
     font-size: 14px;
     padding: 7px;
     transition: 0.2s;
     line-height: initial;
}
 .overlayMenu ul li a:hover, .overlayMenu ul li a:active, .overlayMenu ul li a:focus {
}
 .locked {
     overflow: hidden;
}
 @keyframes fadeInRight {
     0% {
         opacity: 0;
         left: 50px;
    }
     100% {
         opacity: 1;
         left: 0;
         transform: rotate(0deg);
    }
}

 
ul.hamcity {
    height: 5%;
    padding: 3px 0;
    border-bottom: 1px solid #ccc;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: inherit;
    position: relative;
    margin-left: 3px;
}

ul.submenu {margin-left: 0;margin-right: 10px;margin-top: 10px;}

.overlay.open .hamcity li {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 20%;
}



.overlay.open li {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 5px;
}

.overlay.open .hamcity li img {
    opacity: 0.5;
}

.overlay.open .hamcity li a {
    opacity: 0.5;
}

.overlay.open .hamcity li.visible img {
    opacity: 1;
}

.overlay.open .hamcity li.visible a {
    opacity: 1;
    line-height: initial;
    border: none;
}

.overlayMenu ul.basemenu li a{
    font-size: 16px;
    font-weight: 400;
}

ul.hamcity li {
    width: 30%;
}

ul.basemenu img {
    margin-right: 10px;
}

.submenu-parent {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 5px;
    border-top: 1px solid #ccc;
    margin-top: 15px;
}

.overlay.open .submenu li {
    margin: 0;
}




 header .search input {
     height: 40px;
}
 header .search input[type="text"] {
     background-color: transparent;
     font-family:GothamPro;
     border: none;
     margin-left: 18px;
     min-width: 105px;
     color: #5d5854;
}
 header .search input[type="submit"] {
     background: transparent url(../img/icons/search.svg) no-repeat center;
     -o-background-size: 26px;
     background-size: 26px;
     font-size: 0;
     height: 40px;
     padding: 0;
     width: 21px;
     cursor: pointer;
     border: none;
     margin-right: 12px;
}
 header .nav-button.mobile {
     display: none;
}
 header .open-form {
     font-size: 12px;
     font-weight: 500;
     font-style: normal;
     font-stretch: normal;
     font-family:GothamPro;
     font-weight: 600;
     letter-spacing: 0;
     text-align: left;
     color: #725b52;
     padding: 10px 17px;
     cursor: pointer;
     background-color: #fff;
     border: 2px solid #ffce58;
     border-radius: 2px;
     margin-left: 30px;
     width: 142px;
     -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
     box-sizing: border-box;
     text-align: center;
}
 header .form {
    position: absolute;
    width: 209px;
    right: 0;
    top: 70px;
    z-index: 10;
    padding: 25px 0 5px;
    display: none;
    background-size: cover;
    transform: translateX(15%);
    background-color: #ffffff;
    border: solid 1px #e9e5e5;
    padding: 15px 0 5px;
}
header form:before {
    content: '';
    display: block;
    width: 22px;
    height: 14px;
    background: url(../img/icons/corner.svg) no-repeat center bottom;
    position: absolute;
    top: -14px;
    right: 0;
}
 header .form .close {
     display: block;
     width: 10px;
     height: 10px;
     position: absolute;
     right: 5px;
     top: 7px;
     z-index: 10;
     cursor: pointer;
     -webkit-transition: -webkit-transform 0.3s;
     transition: -webkit-transform 0.3s;
     -o-transition: -o-transform 0.3s;
     -moz-transition: transform 0.3s, -moz-transform 0.3s;
     transition: transform 0.3s;
     transition: transform 0.3s, -webkit-transform 0.3s, -moz-transform 0.3s, -o-transform 0.3s;
}
 header .form .close img {
     display: block;
     width: 100%;
}
 header .form .close:hover {
     -webkit-transform: rotate(90deg);
     -moz-transform: rotate(90deg);
     -ms-transform: rotate(90deg);
     -o-transform: rotate(90deg);
     transform: rotate(90deg);
}
 header .form form {
     display: -webkit-box;
     display: -webkit-flex;
     display: -moz-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-align: center;
     -webkit-align-items: center;
     -moz-box-align: center;
     -ms-flex-align: center;
     align-items: center;
     -webkit-box-orient: vertical;
     -webkit-box-direction: normal;
     -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
     -ms-flex-direction: column;
     flex-direction: column;
     -webkit-box-pack: start;
     -webkit-justify-content: flex-start;
     -moz-box-pack: start;
     -ms-flex-pack: start;
     justify-content: flex-start;
}
 .form form label input {
     width: 165px;
     height: 28px;
     background-color: #fbfbfb;
     border: solid 1px rgba(217, 209, 209, 0.45);
     margin-bottom: 6px;
     -webkit-transition: border-color 0.5s;
     -o-transition: border-color 0.5s;
     -moz-transition: border-color 0.5s;
     transition: border-color 0.5s;
     font-size: 14px;
     font-weight: normal;
     font-style: normal;
     font-family:GothamPro;
     font-stretch: normal;
     line-height: normal;
     letter-spacing: 0px;
    /*color: #bdbbb9;
    */
     text-align: left;
     padding: 0 6px;
     -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
     box-sizing: border-box;
}
 header .form form textarea {
     width: 165px;
     height: 71px;
     background-color: #fbfbfb;
     border: solid 1px rgba(217, 209, 209, 0.45);
     resize: none;
     font-size: 14px;
     font-weight: normal;
     font-family:GothamPro;
     font-style: normal;
     font-stretch: normal;
     line-height: normal;
     letter-spacing: 0px;
     color: #bdbbb9;
     text-align: left;
     padding: 6px;
     -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
     box-sizing: border-box;
}
 header .form form label {
     position: relative;
}
 header .form form .nf-field-description {
     font-size: 8px;
     font-weight: 500;
     font-style: normal;
     font-stretch: normal;
     line-height: normal;
     letter-spacing: 0px;
     text-align: left;
     color: #fbd776;
     position: absolute;
     top: 76px;
     left: -5px;
}
 header .form form label.error input {
     border: solid 1px red;
}
 header .form form p.required-text {
     font-weight: 500;
     font-style: normal;
     font-stretch: normal;
     line-height: normal;
     letter-spacing: 0px;
     text-align: left;
     color: #fbd776;
     font-size: 7px;
     margin: 0 0 5px;
     width: 165px;
}
header .form form p {
    margin: 0 0 5px;
}
 header .form form p span {
     font-size: 12px;
}
 header .form form input[type="submit"] {
     width: 134px;
     height: 33.4px;
     -webkit-border-radius: 100px;
     border-radius: 100px;
     background-color: #fbd776;
     border: solid 1px rgba(151, 151, 151, 0.45);
     font-size: 12px;
     font-family:GothamPro;
     font-weight: 600;
     font-style: normal;
     font-stretch: normal;
     line-height: normal;
     letter-spacing: 0px;
     text-align: center;
     color: #725b52;
     cursor: pointer;
     margin: 0 auto;
     display: block;
}
div.wpcf7 .ajax-loader {
position: absolute;
}
 header .form .success {
     display: none;
     -webkit-box-orient: vertical;
     -webkit-box-direction: normal;
     -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
     -ms-flex-direction: column;
     flex-direction: column;
     -webkit-box-align: center;
     -webkit-align-items: center;
     -moz-box-align: center;
     -ms-flex-align: center;
     align-items: center;
     margin-bottom: 20px p;
     margin-bottom-margin-bottom: 24px;
     margin-bottom-text-align: center;
     margin-bottom-font-size: 14px;
     margin-bottom-font-weight: normal;
     margin-bottom-font-style: normal;
     margin-bottom-font-stretch: normal;
     margin-bottom-line-height: normal;
     margin-bottom-letter-spacing: normal;
     margin-bottom-color: #876b53;
}
 header .form .success.visible {
     display: -webkit-box;
     display: -webkit-flex;
     display: -moz-box;
     display: -ms-flexbox;
     display: flex;
}
 .left-fixed-btn {
     display: none;
     z-index: 2;
}

.mobile.search-button {
    display: none;
}

 .city {
     width: 70px;
     background-color: #fbd776;
     border: solid 1px #dcd7d7;
     display: -webkit-box;
     display: -webkit-flex;
     display: -moz-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-orient: vertical;
     -webkit-box-direction: normal;
     -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
     -ms-flex-direction: column;
     flex-direction: column;
     position: fixed;
     list-style: none;
     left: calc((100% - 1325px) / 2);
     list-style: none;
     top: 60px;
     z-index: 2;
     padding-left: 0;
}

 .city::before {
     content: '>';
     display: block;
     -webkit-transform: rotate(90deg);
     -moz-transform: rotate(90deg);
     -ms-transform: rotate(90deg);
     -o-transform: rotate(90deg);
     transform: rotate(90deg);
     font-family: AlBayan;
     font-size: 20px;
     font-weight: bold;
     font-style: normal;
     font-stretch: normal;
     line-height: normal;
     letter-spacing: normal;
     text-align: center;
     color: #878586;
     width: 10px;
     height: 25px;
     position: absolute;
     right: 0;
     top: 0;
}
 .city.active {
     z-index: 10;
}
 .city.active li {
     display: -webkit-box;
     display: -webkit-flex;
     display: -moz-box;
     display: -ms-flexbox;
     display: flex;
}
 .city li {
     font-size: 12px;
     font-weight: normal;
     font-style: normal;
     font-stretch: normal;
     line-height: normal;
     letter-spacing: normal;
     text-align: center;
     color: #5d5854;
     -webkit-box-ordinal-group: 3;
     -webkit-order: 2;
     -moz-box-ordinal-group: 3;
     -ms-flex-order: 2;
     order: 2;
     width: 100%;
     height: 23px;
     background-color: #fbd776;
     -webkit-box-align: center;
     -webkit-align-items: center;
     -moz-box-align: center;
     -ms-flex-align: center;
     align-items: center;
     -webkit-box-pack: center;
     -webkit-justify-content: center;
     -moz-box-pack: center;
     -ms-flex-pack: center;
     justify-content: center;
     display: none;
     padding-right: 15px;
     -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
     box-sizing: border-box;
     cursor: pointer;
}
 .city li.selected {
     -webkit-box-ordinal-group: 2;
     -webkit-order: 1;
     -moz-box-ordinal-group: 2;
     -ms-flex-order: 1;
     order: 1;
     display: -webkit-box;
     display: -webkit-flex;
     display: -moz-box;
     display: -ms-flexbox;
     display: flex;
}
 .block-content .inner {
     display: -webkit-box;
     display: -webkit-flex;
     display: -moz-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-align: stretch;
     -webkit-align-items: stretch;
     -moz-box-align: stretch;
     -ms-flex-align: stretch;
     align-items: stretch;
     padding-top: 63px;
     height: 100%;
}
 .block-content .inner .left-nav {
     background-color: #f5f1ed;
     padding-top: 34px;
     width: 305px;
     /*margin-left: 10px;*/
     position: relative;
}
 .block-content .inner .left-nav .close {
     display: none;
}
 .block-content .inner .left-nav ul {
     margin-top: 0;
     list-style: none;
     padding-left: 0;
     position: fixed;
     top: 110px;
     width: 305px;
}
 .block-content .inner .left-nav ul li a {
     font-size: 18px;
     font-weight: normal;
     font-style: normal;
     font-stretch: normal;
     line-height: 2.22;
     letter-spacing: -1px;
     text-align: left;
     color: #645f5c;
     text-decoration: none;
     padding-left: 26px;
     display: block;
     border: solid 1px transparent;
     position: relative;
     width: 100%;
     box-sizing: border-box;
}
 .block-content .inner .left-nav ul li a span {
     position: relative;
     z-index: 1;
}
 .block-content .inner .left-nav ul li a:before {
     content: '';
     display: block;
     position: absolute;
     right: -3px;
     top: 0;
     bottom: 0;
     left: -15px;
     background-color: #fbfbfb;
     border: solid 1px #d9d1d1;
     border-right: solid 4px #fddc8e;
     -webkit-transition: opacity 0.2s;
     -o-transition: opacity 0.2s;
     -moz-transition: opacity 0.2s;
     transition: opacity 0.2s;
     opacity: 0;
     -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
     box-sizing: border-box;
}
 .block-content .inner .left-nav ul li a:hover:before {
     opacity: 1;
}
 .block-content .inner .body-wr {
     width: 973px;
     margin-left: 35px;
     margin-right: 0;
     height: 100%;
}

 .langswicher{
    display: flex;
    justify-content: center;
    margin: 10px 0;
 }
  .langswicher a{
    margin-right: 10px;
 }
 .langswicher a:last-of-type {
    margin-right: 0;
}
 .main .advantages {
     list-style: none;
     display: -webkit-box;
     display: -webkit-flex;
     display: -moz-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-flex-wrap: wrap;
     -ms-flex-wrap: wrap;
     flex-wrap: wrap;
     -webkit-box-pack: justify;
     -webkit-justify-content: space-between;
     -moz-box-pack: justify;
     -ms-flex-pack: justify;
     justify-content: space-between;
     -webkit-box-align: start;
     -webkit-align-items: flex-start;
     -moz-box-align: start;
     -ms-flex-align: start;
     align-items: flex-start;
     padding-left: 0;
     margin-top: 40px;
}
 .main .advantages li {
     width: -webkit-calc(100% / 3.1);
     width: -moz-calc(100% / 3.1);
     width: calc(100% / 3.1);
     background-color: #ffffff;
     border: solid 1px #e9e4e4;
     display: -webkit-box;
     display: -webkit-flex;
     display: -moz-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-orient: vertical;
     -webkit-box-direction: normal;
     -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
     -ms-flex-direction: column;
     flex-direction: column;
     padding: 39px 16px;
     -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
     box-sizing: border-box;
     -webkit-box-align: center;
     -webkit-align-items: center;
     -moz-box-align: center;
     -ms-flex-align: center;
     align-items: center;
     margin-bottom: 20px;
     height: 415px;
}
 .main .advantages li h3 {
     font-size: 20px;
     font-weight: normal;
     font-style: normal;
     font-stretch: normal;
     line-height: normal;
     letter-spacing: normal;
     color: #5d5854;
     margin: 0 0 12px;
     display: block;
     width: 100%;
     text-align: center;
}

 .main .advantages li .dscr {
     font-size: 12px;
     font-weight: normal;
     font-style: normal;
     font-stretch: normal;
     line-height: 1.25;
     letter-spacing: normal;
     text-align: center;
     color: #878586;
     display: block;
     width: 100%;
     min-height: 44px;
     padding: 0 8px;
     box-sizing: border-box;
}
 .main .advantages li .icon {
     width: 130px;
     height: 130px;
     background-color: #fbd776;
     -webkit-border-radius: 50%;
     border-radius: 50%;
     display: -webkit-box;
     display: -webkit-flex;
     display: -moz-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-align: center;
     -webkit-align-items: center;
     -moz-box-align: center;
     -ms-flex-align: center;
     align-items: center;
     -webkit-box-pack: center;
     -webkit-justify-content: center;
     -moz-box-pack: center;
     -ms-flex-pack: center;
     justify-content: center;
     margin: 30px auto 44px;
    margin-top: auto;
}
.main .advantages li .team {
     width: 130px;
     height: 130px;
     /* background-color: #fbd776; */
     -webkit-border-radius: 50%;
     border-radius: 50%;
     display: -webkit-box;
     display: -webkit-flex;
     display: -moz-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-align: center;
     -webkit-align-items: center;
     -moz-box-align: center;
     -ms-flex-align: center;
     align-items: center;
     -webkit-box-pack: center;
     -webkit-justify-content: center;
     -moz-box-pack: center;
     -ms-flex-pack: center;
     justify-content: center;
     margin: 30px auto 44px;
    margin-top: auto;
}
 .main .advantages li a {
     font-size: 12px;
     font-weight: bold;
     font-style: normal;
     font-stretch: normal;
     line-height: normal;
     letter-spacing: normal;
     text-align: left;
     color: #fbd776;
}
 .main .work-wr {
     background-color: #ffffff;
     padding: 15px 0;
     margin-bottom: 36px;
}
 .main .work-wr h2 {
     font-size: 20px;
     font-weight: normal;
     font-style: normal;
     font-stretch: normal;
     line-height: normal;
     letter-spacing: normal;
     text-align: left;
     color: #5d5854;
     margin-top: 0;
     margin-bottom: 12px;
     margin-left: 0;
     text-align: center;
}
 .main .work-wr .slider {
     margin-bottom: 40px;
}
 .main .work-wr .slider .slick-slide {
     display: -webkit-box;
     display: -webkit-flex;
     display: -moz-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-align: center;
     -webkit-align-items: center;
     -moz-box-align: center;
     -ms-flex-align: center;
     align-items: center;
     -webkit-box-pack: center;
     -webkit-justify-content: center;
     -moz-box-pack: center;
     -ms-flex-pack: center;
     justify-content: center;
}
 .main .work-wr .slider .slick-slide img {
     display: block;
     width: 304px;
     height: 304px;
     -webkit-transform: scale(0.8);
     -moz-transform: scale(0.8);
     -ms-transform: scale(0.8);
     -o-transform: scale(0.8);
     transform: scale(0.8);
     -webkit-transition: -webkit-transform 0.5s;
     transition: -webkit-transform 0.5s;
     -o-transition: -o-transform 0.5s;
     -moz-transition: transform 0.5s, -moz-transform 0.5s;
     transition: transform 0.5s;
     transition: transform 0.5s, -webkit-transform 0.5s, -moz-transform 0.5s, -o-transform 0.5s;
}
 .main .work-wr .slider .slick-slide.slick-center img {
     -webkit-transform: scale(1);
     -moz-transform: scale(1);
     -ms-transform: scale(1);
     -o-transform: scale(1);
     transform: scale(1);
}
 .main .work-wr .slider .slick-list {
     margin: 0 -15px;
}
 .main .work-wr .slider .slick-arrow {
     display: inline-block;
     position: absolute;
     top: 50%;
     -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
     -ms-transform: translateY(-50%);
     -o-transform: translateY(-50%);
     transform: translateY(-50%);
     width: 65px;
     height: 245px;
     z-index: 1;
     font-size: 0;
     border: navajowhite;
     background: transparent url(../img/icons/arrow-left.svg) no-repeat center;
     -o-background-size: 43.5px 81.8px;
     background-size: 43.5px 81.8px;
     cursor: pointer;
}
 .main .work-wr .slider .slick-arrow.slick-prev {
     left: 25px;
}
 .main .work-wr .slider .slick-arrow.slick-next {
     right: 25px;
     -webkit-transform: translateY(-50%) rotate(180deg);
     -moz-transform: translateY(-50%) rotate(180deg);
     -ms-transform: translateY(-50%) rotate(180deg);
     -o-transform: translateY(-50%) rotate(180deg);
     transform: translateY(-50%) rotate(180deg);
}

 .price_table{
    overflow: auto;
 }

 
 footer {
     padding: 75px 45px;
     background: #fff;
     margin-top: 38px;

}
 footer .top {
     display: -webkit-box;
     display: -webkit-flex;
     display: -moz-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-pack: justify;
     -webkit-justify-content: space-between;
     -moz-box-pack: justify;
     -ms-flex-pack: justify;
     justify-content: space-between;
     -webkit-box-align: start;
     -webkit-align-items: flex-start;
     -moz-box-align: start;
     -ms-flex-align: start;
     align-items: flex-start;
     padding-bottom: 62px;
     border-bottom: solid 2px #ffd672;
     margin-bottom: 20px;
}
 footer .top .point {
     display: -webkit-box;
     display: -webkit-flex;
     display: -moz-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-align: start;
     -webkit-align-items: flex-start;
     -moz-box-align: start;
     -ms-flex-align: start;
     align-items: flex-start;
}
 footer .top .point i {
     color: #725b52;
     font-size: 20px;
     margin-right: 10px;
}
 footer .top .point div {
     font-size: 12px;
     font-weight: normal;
     font-style: normal;
     font-stretch: normal;
     line-height: 1.42;
     letter-spacing: normal;
     text-align: left;
     color: #725b52;
}
 footer .top .point div a {
     color: #725b52;
}
 footer .top .point div span {
     display: block;
     font-size: 14px;
     font-weight: bold;
     line-height: 1.21;
     padding-top: 4px;
     color: #fbd776;
}
 footer .top .footer-nav ul {
     list-style: none;
     padding: 0;
     margin: 0;
}

 footer .top .footer-nav {
     width: 100px;
}
 footer .top .footer-nav ul li a {
     font-size: 14px;
     font-weight: 600;
     font-style: normal;
     font-stretch: normal;
     line-height: 1.57;
     letter-spacing: normal;
     text-align: left;
     color: #725b52;
     text-decoration: none;
}
 footer .top .soc h3 {
     font-size: 14px;
     font-weight: normal;
     font-style: normal;
     font-stretch: normal;
     line-height: 1.57;
     letter-spacing: normal;
     text-align: left;
     color: #725b52;
     margin-top: 0;
     margin-bottom: 5px;
}
 footer .top .soc ul {
     list-style: none;
     padding: 0;
     margin: 0;
     display: -webkit-box;
     display: -webkit-flex;
     display: -moz-box;
     display: -ms-flexbox;
     display: flex;
}
 footer .top .soc ul li {
     margin-right: 15px;
}
 footer .top .soc ul li a {
     display: -webkit-box;
     display: -webkit-flex;
     display: -moz-box;
     display: -ms-flexbox;
     display: flex;
     width: 25px;
     height: 25px;
     background-color: #725b52;
     -webkit-border-radius: 50%;
     border-radius: 50%;
     -webkit-box-align: center;
     -webkit-align-items: center;
     -moz-box-align: center;
     -ms-flex-align: center;
     align-items: center;
     -webkit-box-pack: center;
     -webkit-justify-content: center;
     -moz-box-pack: center;
     -ms-flex-pack: center;
     justify-content: center;
     text-decoration: none;
}
 footer .top .soc ul li a i {
     color: #fff;
     font-size: 17px;
}

 footer .top .soc ul li:nth-child(2) a {
    background: url(../img/icons/insta-brown.svg) no-repeat center;
    background-size: contain;
 }

 footer .top .soc ul li:nth-child(2) a i {
    display: none;
 }
 footer .bottom {
     display: -webkit-box;
     display: -webkit-flex;
     display: -moz-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-pack: justify;
     -webkit-justify-content: space-between;
     -moz-box-pack: justify;
     -ms-flex-pack: justify;
     justify-content: space-between;
}
 footer .bottom span {
     font-size: 14px;
     font-weight: normal;
     font-style: normal;
     font-stretch: normal;
     line-height: normal;
     letter-spacing: 0px;
     text-align: left;
     color: #725b52;
}
 .banner {
     width: 100%;
     height: -webkit-calc(100% / 2.65);
     height: -moz-calc(100% / 2.65);
     height: calc(100% / 2.65);
     display: -webkit-box;
     display: -webkit-flex;
     display: -moz-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-align: center;
     -webkit-align-items: center;
     -moz-box-align: center;
     -ms-flex-align: center;
     align-items: center;
     -o-background-size: contain;
     background-size: contain;
     -webkit-box-pack: center;
     -webkit-justify-content: center;
     -moz-box-pack: center;
     -ms-flex-pack: center;
     justify-content: center;
     background: url(../img/98696969.jpg) no-repeat center;
     -o-background-size: cover;
     background-size: cover;
}
 .banner p {
     font-family: GothamPro;
     font-size: 40px;
     font-style: normal;
     font-stretch: normal;
     line-height: 1.25;
     letter-spacing: normal;
     text-align: center;
     color: #725b52;
     font-weight: 500;
     padding: 122px 20px;
}
 .breadcrumbs {
     display: -webkit-box;
     display: -webkit-flex;
     display: -moz-box;
     display: -ms-flexbox;
     display: flex;
     padding: 0;
     list-style: none;
     width: 75%;
     float: left;
     color: #c1c0c1;
}
 .breadcrumbs li a {
     font-size: 14px;
     font-weight: normal;
     font-style: normal;
     font-stretch: normal;
     line-height: normal;
     letter-spacing: normal;
     text-align: left;
     color: #c1c0c1;
     text-decoration: none;
     position: relative;
}
 .breadcrumbs li a::after {
     content: '>';
     padding: 0 5px;
}
 .breadcrumbs li:last-child a {
     pointer-events: none;
     cursor: default;
}
 .breadcrumbs li:last-child a::after {
     display: none;
}
 .work .slider-wr {
     width: 72%;
     margin: 0 auto 25px;
}
 .captcha{
    transform: scale(0.6) translateX(-70px);
 }
 .price_table{
    overflow: auto;
}
 .work .slider-wr.bordered {
     border-bottom: solid 1px #979797;
     display: -webkit-box;
     display: -webkit-flex;
     display: -moz-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-orient: vertical;
     -webkit-box-direction: normal;
     -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
     -ms-flex-direction: column;
     flex-direction: column;
}
 .work .slider-wr h2 {
     font-weight: normal;
     font-style: normal;
     font-stretch: normal;
     line-height: normal;
     letter-spacing: normal;
     text-align: left;
     color: #645f5c;
     margin-bottom: 10px;
}
 .work .slider-wr .slider .slick-slide {
     display: -webkit-box;
     display: -webkit-flex;
     display: -moz-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-align: center;
     -webkit-align-items: center;
     -moz-box-align: center;
     -ms-flex-align: center;
     align-items: center;
     -webkit-box-pack: center;
     -webkit-justify-content: center;
     -moz-box-pack: center;
     -ms-flex-pack: center;
     justify-content: center;
}
 .work .slider-wr .slider .slick-slide img {
     width: 100%;
     max-height: 100%;
}
 .work .slider-wr .slider .slick-arrow {
     display: inline-block;
     position: absolute;
     top: 50%;
     -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
     -ms-transform: translateY(-50%);
     -o-transform: translateY(-50%);
     transform: translateY(-50%);
     width: 65px;
     height: 245px;
     z-index: 1;
     font-size: 0;
     border: navajowhite;
     background: transparent url(../img/icons/arrow-left.svg) no-repeat center;
     -o-background-size: 63.5px 119.4px;
     background-size: 63.5px 119.4px;
     cursor: pointer;
}
 .work .slider-wr .slider .slick-arrow.slick-prev {
     left: 50px;
}
 .work .slider-wr .slider .slick-arrow.slick-next {
     right: 50px;
     -webkit-transform: translateY(-50%) rotate(180deg);
     -moz-transform: translateY(-50%) rotate(180deg);
     -ms-transform: translateY(-50%) rotate(180deg);
     -o-transform: translateY(-50%) rotate(180deg);
     transform: translateY(-50%) rotate(180deg);
}
 .work .slider-wr .slider .slick-dots {
     padding: 0;
     margin: 17px 0 30px;
     list-style: none;
     display: -webkit-box !important;
     display: -webkit-flex !important;
     display: -moz-box !important;
     display: -ms-flexbox !important;
     display: flex !important;
     -webkit-box-pack: center;
     -webkit-justify-content: center;
     -moz-box-pack: center;
     -ms-flex-pack: center;
     justify-content: center;
     -webkit-box-align: center;
     -webkit-align-items: center;
     -moz-box-align: center;
     -ms-flex-align: center;
     align-items: center;
}
 .work .slider-wr .slider .slick-dots li {
     margin: 0 6px;
}
 .work .slider-wr .slider .slick-dots li button {
     width: 8px;
     height: 8px;
     background-color: #d8d8d8;
     border: none;
     -webkit-border-radius: 50%;
     border-radius: 50%;
     font-size: 0;
     padding: 0;
     cursor: pointer;
}
 .article .breadcrumbs {
     margin-bottom: 10px;
     margin-top: 20px;
}
 .article .block-content .inner .body-wr {
     margin-top: 0;
}
 .article .wrapper {
     padding: 40px 70px;
     background: #fff;
}
 .article .article-wr h1 {
     font-family: GothamProLight;
     margin: 0 10px 50px;
     text-align: center;
}
 .article .article-wr .wp-post-image {
     width: 100%;
     height:100%;
     -webkit-border-radius: 5px;
     border-radius: 5px;
}
 .article .article-wr p, .article .article-wr p a, .article .article-wr ul li {
     color: #7b7873;
     word-spacing: 1px;
     line-height: 25px;
     font-size: 16px;
}
.article .article-wr a{
     color: #3dc9b3 !important;
    text-decoration:none !important;
    
}
.article .article-wr a:hover{
     color: #3dc9b3 !important;
    text-decoration: underline !important;
}
 .article .article-wr img:not(.wp-post-image) {
     /* width: 100%;
    height: 100%; 
     float: left;
     display: block;
     margin-right: 30px;*/
}
 .article .soc-wr {
     margin-bottom: 70px;
}
 .article .soc-wr div {
     font-size: 16px;
     font-weight: bold;
     display: -webkit-box;
     display: -webkit-flex;
     display: -moz-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-align: center;
     -webkit-align-items: center;
     -moz-box-align: center;
     -ms-flex-align: center;
     align-items: center;
     color: #7b7873;
}
 .article .soc-wr div a {
     display: block;
     width: 40px;
     height: 40px;
     margin: 0 0 0 12px;
}
 .article .soc-wr div a img {
     display: block;
     width: 100%;
}
 .article .another-news .title {
     color: #7b7873;
}
 .article .another-news .another-news-wr {
     display: -webkit-box;
     display: -webkit-flex;
     display: -moz-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-pack: justify;
     -webkit-justify-content: space-between;
     -moz-box-pack: justify;
     -ms-flex-pack: justify;
     justify-content: space-between;
     -webkit-box-align: start;
     -webkit-align-items: flex-start;
     -moz-box-align: start;
     -ms-flex-align: start;
     align-items: flex-start;
     list-style: none;
     padding-left: 0;
}
 .article .another-news .another-news-wr li {
     width: -webkit-calc(100% /5.2);
     width: -moz-calc(100% /5.2);
     width: calc(100% /5.2);
}
 .article .another-news .another-news-wr li a {
     display: block;
}
 .article .another-news .another-news-wr li a img {
     width: 100%;
     display: block;
}
 .article .another-news .another-news-wr .title {
     font-size: 13px;
     color: #7b7873;
     word-spacing: 1px;
     text-decoration: none;
     line-height: 1.6em;
     -webkit-transition: color 0.2s;
     -o-transition: color 0.2s;
     -moz-transition: color 0.2s;
     transition: color 0.2s;
}
 .article .another-news .another-news-wr .title:hover {
     color: #3dc9b3;
}

ul.related_post li a {
    color: #7b7873;
    font-weight:none !important;
}
ul.related_post li a:hover {
    color: #3dc9b3;
    font-weight:none !important;
}
 .tags {
     display: -webkit-box;
     display: -webkit-flex;
     display: -moz-box;
     display: -ms-flexbox;
     display: flex;
     margin: 40px 0 2px;
     -webkit-flex-wrap: wrap;
     -ms-flex-wrap: wrap;
     flex-wrap: wrap;
}
 .tags a {
     font-family: GothamPro;
     font-size: 14px;
     font-weight: normal;
     font-style: normal;
     font-stretch: normal;
     line-height: normal;
     letter-spacing: normal;
     text-align: left;
     color: #c1c0c1;
     display: inline-block;
     padding: 12px;
     text-decoration: none;
     -webkit-border-radius: 100px;
     border-radius: 100px;
     background-color: #fbfbfb;
     border: solid 1px rgba(151, 151, 151, 0.4);
     margin: 0 3px 10px;
}
 .all-articles .block-content .inner .body-wr .tags {
     margin-bottom: 20px;
     margin-top: 0;
}
 #blog {
     margin-bottom: 15px;
}
 #blog .item {
     display: -webkit-box;
     display: -webkit-flex;
     display: -moz-box;
     display: -ms-flexbox;
     display: flex;
     text-decoration: none;
     padding: 15px 0;
     border-bottom: 1px solid #ebebeb;
}
 #blog .item img {
     display: block;
     width: 210px;
     height: 115px;
     -webkit-border-radius: 4px;
     border-radius: 4px;
}
 #blog .item .content {
     margin-left: 25px;
}
 #blog .item .content span {
     font-size: 18px;
     font-weight: bold;
     margin-bottom: 8px;
     color: #7c7874;
     -webkit-transition: color 0.2s;
     -o-transition: color 0.2s;
     -moz-transition: color 0.2s;
     transition: color 0.2s;
}
 #blog .item .content span.more {
     /*text-decoration: underline;*/
     font-size: 14px;
     font-weight: 400;
     display: inline-block;
     position: relative;
}

#blog .item span.more:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    top: 100%;
    background: #7c7874;
    -webkit-transition: background 0.2s;
     -o-transition: background 0.2s;
     -moz-transition: background 0.2s;
     transition: background 0.2s;
}

 #blog .item .content p {
     margin: 7px 0;
     font-size: 14px;
     color: #7b7873;
}
 #blog .item:hover span {
     color: #3dc9b3;
}
#blog .item:hover span.more:before {
     background: #3dc9b3;
}
 .search-wr .body-wr .wrapper {
     padding: 18px 70px;
     background: #fff;
     min-height: 100vh;
}
 .search-wr .body-wr .wrapper .tags {
     -webkit-box-pack: center;
     -webkit-justify-content: center;
     -moz-box-pack: center;
     -ms-flex-pack: center;
     justify-content: center;
     margin-top: 0;
     -webkit-box-align: center;
     -webkit-align-items: center;
     -moz-box-align: center;
     -ms-flex-align: center;
     align-items: center;
}
 .search-wr .body-wr .wrapper .tags span {
     font-size: 20px;
     font-weight: 500;
     font-style: normal;
     font-stretch: normal;
     line-height: normal;
     letter-spacing: normal;
     text-align: left;
     color: #7a7472;
     margin-right: 22px;
     display: block;
     /*margin-bottom: 10px;*/
}
 .search-wr .body-wr .wrapper .tags a {
     display: block;
     margin-bottom: 0;
}
 .search-wr .body-wr .search {
     width: 554px;
     height: 40px;
     -webkit-border-radius: 100px;
     border-radius: 100px;
     background-color: #fbfbfb;
     border: solid 1px rgba(151, 151, 151, 0.45);
     margin: 20px auto;
     display: -webkit-box;
     display: -webkit-flex;
     display: -moz-box;
     display: -ms-flexbox;
     display: flex;
     margin-bottom
}
 .search-wr .body-wr .search input[type="text"] {
     font-size: 14px;
     font-weight: normal;
     font-style: normal;
     font-stretch: normal;
     line-height: normal;
     letter-spacing: normal;
     text-align: left;
     color: #5d5854;
     height: 40px;
     background: transparent;
     border: none;
     padding-left: 20px;
     width: 90%;
}
 .search-wr .body-wr .search input[type="submit"] {
     background: transparent url(../img/icons/search.svg) no-repeat center 25%;
     -o-background-size: 26px;
     background-size: 26px;
     font-size: 0;
     height: 40px;
     padding: 0;
     width: 40px;
     cursor: pointer;
     border: none;
}
 .wrapper {
     padding: 40px 70px;
     background: #fff;
}
 .price .wrapper p {
     font-size: 16px;
     font-weight: normal;
     font-style: normal;
     font-stretch: normal;
     line-height: 1.56;
     letter-spacing: normal;
     text-align: left;
     color: #7b7873;
     margin-bottom: 20px;
}
.price .wrapper ol li {
     font-size: 16px;
     font-weight: normal;
     font-style: normal;
     font-stretch: normal;
     line-height: 1.56;
     letter-spacing: normal;
     text-align: left;
     color: #7b7873;
     margin-bottom: 20px;
}
 .price .price-wr {
     display: -webkit-box;
     display: -webkit-flex;
     display: -moz-box;
     display: -ms-flexbox;
     display: flex;
}
 .price .price-wr .left {
     width: 25%;
}
 .price .price-wr .left div {
     min-height: 54px;
     background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#fbfbfb));
     background-image: -webkit-linear-gradient(top, #ffffff, #fbfbfb);
     background-image: -moz-linear-gradient(top, #ffffff, #fbfbfb);
     background-image: -o-linear-gradient(top, #ffffff, #fbfbfb);
     background-image: linear-gradient(to bottom, #ffffff, #fbfbfb);
     border: solid 1px #d9d1d1;
     padding: 10px;
     font-size: 12px;
     font-weight: 500;
     font-style: normal;
     font-stretch: normal;
     line-height: normal;
     letter-spacing: normal;
     text-align: left;
     color: #7b7873;
     -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
     box-sizing: border-box;
     cursor: pointer;
     position: relative;
}
 .price .price-wr .left div span {
     position: relative;
     z-index: 1;
}
 .price .price-wr .left div:before {
     content: '';
     display: block;
     position: absolute;
     left: 0;
     top: 0;
     bottom: 0;
     right: -4px;
     background-color: #fbfbfb;
     border-right: solid 4px #fddc8e;
     -webkit-transition: opacity 0.2s;
     -o-transition: opacity 0.2s;
     -moz-transition: opacity 0.2s;
     transition: opacity 0.2s;
     opacity: 0;
     -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
     box-sizing: border-box;
}
 .price .price-wr .left div.active:before {
     opacity: 1;
}
 .price .price-wr .left div:not(:last-child) {
     border-bottom: none;
}
 .price .price-wr .right {
     width: 75%;
     min-height: 478.5px;
     border: solid 1px #ebebeb;
     margin-left: -1px;
     padding-bottom: 18px;
}
 .price .price-wr .right .list {
     display: none;
     opacity: 0;
     -webkit-box-orient: vertical;
     -webkit-box-direction: normal;
     -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
     -ms-flex-direction: column;
     flex-direction: column;
     -webkit-box-align: center;
     -webkit-align-items: center;
     -moz-box-align: center;
     -ms-flex-align: center;
     align-items: center;
     -webkit-transition: opacity 0.5s;
     -o-transition: opacity 0.5s;
     -moz-transition: opacity 0.5s;
     transition: opacity 0.5s;
}
 .price .price-wr .right .list.active {
     display: -webkit-box;
     display: -webkit-flex;
     display: -moz-box;
     display: -ms-flexbox;
     display: flex;
     opacity: 1;
}
 .price .price-wr .right .list h3 {
     font-size: 14px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
     color: #725b52;
     font-family: 'GothamPro';
     padding-top: 20px;
}
 .price .price-wr .right .list div {
     background-color: #ffffff;
     border: solid 1px #eaeaea;
     padding: 15px 25px;
     -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
     box-sizing: border-box;
     width: 90%;
     display: -webkit-box;
     display: -webkit-flex;
     display: -moz-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-align: center;
     -webkit-align-items: center;
     -moz-box-align: center;
     -ms-flex-align: center;
     align-items: center;
     position: relative;
}
 .price .price-wr .right .list div p {
     font-size: 12px;
     font-weight: normal;
     font-style: normal;
     font-stretch: normal;
     line-height: 1.25;
     letter-spacing: normal;
     text-align: left;
     color: #7b7873;
     margin-right: 40px;
     width: 82%;
     margin-top: 0;
     margin-bottom: 0;
     position: relative;
}
 .price .price-wr .right .list div span {
     font-size: 12px;
     font-weight: bold;
     font-style: normal;
     font-stretch: normal;
     line-height: normal;
     letter-spacing: normal;
     text-align: left;
     color: #725b52;
     position: relative;
}
 .price .price-wr .right .list div:before {
     content: '';
     display: block;
     position: absolute;
     left: -4px;
     top: 0;
     bottom: 0;
     right: 0;
     background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f6f6f6));
     background-image: -webkit-linear-gradient(top, #ffffff, #f6f6f6);
     background-image: -moz-linear-gradient(top, #ffffff, #f6f6f6);
     background-image: -o-linear-gradient(top, #ffffff, #f6f6f6);
     background-image: linear-gradient(to bottom, #ffffff, #f6f6f6);
     border: solid 1px #eaeaea;
     border-left: solid 4px #fddc8e;
     -webkit-transition: opacity 0.2s;
     -o-transition: opacity 0.2s;
     -moz-transition: opacity 0.2s;
     transition: opacity 0.2s;
     opacity: 0;
     -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
     box-sizing: border-box;
}
 .price .price-wr .right .list div:hover:before {
     opacity: 1;
}
 .price .price-wr .right .list div:not(:last-child) {
     border-bottom: none;
}
 .contacts-page .places {
     list-style: none;
     padding-left: 0;
     z-index: 1;
     position: relative;    
     margin-top: 55px;
}
 .contacts-page .places li {
     display: -webkit-box;
     display: -webkit-flex;
     display: -moz-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-align: start;
     -webkit-align-items: flex-start;
     -moz-box-align: start;
     -ms-flex-align: start;
     align-items: flex-start;
     width: 181px;
     background-color: #ffffff;
     border: solid 1px #fbd776;
     padding: 15px 7px;
     -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
     box-sizing: border-box;
     margin-bottom: 5px;
     cursor: pointer;
}
 .contacts-page .places li i {
    color: #725b52;
    font-size: 20px;
    margin-right: 5px;
    margin-left: 5px;
}
 .contacts-page .places li div {
     font-size: 12px;
     font-weight: normal;
     font-style: normal;
     font-stretch: normal;
     line-height: 1.42;
     letter-spacing: normal;
     text-align: left;
     color: #725b52;
}
 .contacts-page .places li div a {
     color: #725b52;
}
 .contacts-page .places li div span {
     font-size: 14px;
     line-height: 1.21;
     color: #fbd776;
     margin-top: 6px;
     display: block;
}
 .contacts-page .wrapper {
     position: relative;
     height: 600px;
     -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
     box-sizing: border-box;
}
 .contacts-page #map {
     position: absolute;
     top: 0;
     left: 0;
     height: 600px;
     width: 100%;
}
 .top-wr {
     margin-top: 12px;
     margin-bottom: 9px;
     display: -webkit-box;
     display: -webkit-flex;
     display: -moz-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-align: center;
     -webkit-align-items: center;
     -moz-box-align: center;
     -ms-flex-align: center;
     align-items: center;
     -webkit-box-pack: end;
     -webkit-justify-content: flex-end;
     -moz-box-pack: end;
     -ms-flex-pack: end;
     justify-content: flex-end;
}
 .top-wr a {
    margin-left: 10px;
 }
 .top-wr .soc {
     margin-right: 20px;
}
 .top-wr .soc a {
     margin-left: 0;
}
 .top-wr .soc ul {
     list-style: none;
     padding: 0;
     margin: 0;
     display: -webkit-box;
     display: -webkit-flex;
     display: -moz-box;
     display: -ms-flexbox;
     display: flex;
}
 .top-wr .soc ul li {
     margin-right: 10px;
}
 .top-wr .soc ul li a {
     display: -webkit-box;
     display: -webkit-flex;
     display: -moz-box;
     display: -ms-flexbox;
     display: flex;
     width: 28px;
     height: 28px;
     background-color: #979596;
     -webkit-border-radius: 50%;
     border-radius: 50%;
     -webkit-box-align: center;
     -webkit-align-items: center;
     -moz-box-align: center;
     -ms-flex-align: center;
     align-items: center;
     -webkit-box-pack: center;
     -webkit-justify-content: center;
     -moz-box-pack: center;
     -ms-flex-pack: center;
     justify-content: center;
     text-decoration: none;
}
 .top-wr .soc ul li a i {
     color: #fff;
     font-size: 17px;
}

 .top-wr .soc ul li:nth-child(2) a {
    background: url(../img/icons/insta-grey.svg) no-repeat center;
    background-size: contain;
 }

 .top-wr .soc ul li:nth-child(2) a i {
    display: none;
 }
 .top-wr a {
     font-size: 16px;
     font-weight: bold;
     font-style: normal;
     font-stretch: normal;
     line-height: normal;
     letter-spacing: normal;
     text-align: left;
     color: #999899;
     text-decoration: none;
}

.scroll-top {
    position: fixed;
    /*left: calc(270px + 3.5%);*/
    bottom: 20%;
    left: calc((100vw - 1342px) / 2 + 360px);
    width: 25px;
    height: 25px;
    /*background: #fbd776 url(../img/icons/up1.png) no-repeat center;*/
    background: url(../img/icons/up1.png) no-repeat center;
    border-radius: 50%;
    cursor: pointer;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.5s;
    /* transform: translateX(-50%); */
    background-size: contain;
    background-color: #ffffff9e;
}

.scroll-top.show {
    visibility: visible;
    opacity: 1;
}



/* Desktops and laptops (small screens) ----------- */
 @media only screen and (max-width: 1700px) {
.topbutton {
width:97px;
height:97px;
text-align:center;
background: url(/wp-content/themes/stomatology/assets/img/icons/up1.png) no-repeat center;
position:fixed;
bottom: 7%;
left: 0.5%;
cursor:pointer;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
-khtml-border-radius: 5px;
background-size: contain;
}
    .full-width .inner {
        width: 1312px;
    }

    .city {
        left: calc((100% - 1330px) / 2);
    }

    .main .advantages {
        margin-top: 30px;
    }
.main .advantages li .team {
    width: 225px;
    height: 100%;
    margin: 20px auto 40px;
    margin-top: auto;
}
    .main .work-wr .slider {
        margin-bottom: 55px;
    }

    footer {
        padding: 64px 50px;
    }

    .price .price-wr .right .list div p {
        width: 75%;
    }

    header .inner .logo {
        height: 63px;
        margin-right: 104px;
        margin-left: 10px;
    }

    header nav {
        margin-left: 35px;
    }
     .main .advantages li .team img {
    display: block;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    width: 250px;
    height: 250px;
    object-fit: cover;
}
}
 @media only screen and (max-width: 1500px) {
     .block-content .inner .left-nav {
         background-color: #f5f1ed;
    }
.topbutton {
width:97px;
height:97px;
text-align:center;
background: url(/wp-content/themes/stomatology/assets/img/icons/up1.png) no-repeat center;
position:fixed;
bottom: 7%;
left: 0.5%;
cursor:pointer;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
-khtml-border-radius: 5px;
background-size: contain;
}
     .banner {
         height: -webkit-calc(100% / 6);
         height: -moz-calc(100% / 6);
         height: calc(100% / 6);
    }

    header .inner .logo {
        margin-right: 105px;
        margin-left: 8px;
    }

    .block-content .inner .body-wr {
        width: 975px;
    }

    .block-content .inner .left-nav ul li a {
        padding-left: 20px;
    }

    .banner p {
        padding: 120px 20px;
    }

    .main .advantages {
        margin-top: 32px;
    }
     .main .advantages li .team {
    width: 225px;
    height: 100%;
    margin: 20px auto 40px;
    margin-top: auto;
}

    .main .work-wr {
        padding: 22px 0;
    }

    .main .work-wr .slider {
        margin-bottom: 46px;
    }

    footer {
        margin-top: 36px;
    }

    header nav {
        margin-left: 34px;
    }

    header nav > ul > li > a span.arrow {
        height: 34px;
    }
     .main .advantages li .team img {
    display: block;
    width: 250px;
    height: 250px;
    object-fit: cover;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}
}
@media only screen and (max-width: 1430px) {
     .block-content .inner .left-nav ul li a {
         font-size: 18px;
    }
    .topbutton {
width:97px;
height:97px;
text-align:center;
background: url(/wp-content/themes/stomatology/assets/img/icons/up1.png) no-repeat center;
position:fixed;
background-size: contain;
bottom: 7%;
left: 0.5%;
cursor:pointer;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
-khtml-border-radius: 5px;

}
    /*.scroll-top {
        left: calc((100vw - 1355px) / 2 + 365px);
    }*/
     .main .advantages li {
         padding: 15px 16px;
         height: 426px;
    }
    .main .advantages.no-margin-t li{
        height: 340px;
    }
     .main .advantages li .icon {
         width: 130px;
         height: 130px;
         margin: 20px auto 44px;
         margin-top: auto;
    }
    }
    .main .advantages.no-margin-t li .icon{
    margin-top:10px
}
     .main .advantages li .icon img {
         display: block;
         width: 100%;
    }
    .main .advantages li .team {
    width: 225px;
    /* height: 100%; */
    margin: 5px 0 15px;
    height: auto;
    }
     .main .advantages li .team img {
         display: block;
         width: 250px;
    height: 250px;
    object-fit: cover;
             -webkit-border-radius: 4px;
    border-radius: 4px;
    }
     .block-content .inner .left-nav ul.desctop_city li a {
         font-size: 14px;
         padding-left: 5px;
    }
     .banner {
         height: -webkit-calc(100% / 8);
         height: -moz-calc(100% / 8);
         height: calc(100% / 8);
    }
    /* .wrapper, .article .wrapper {
         padding: 20px 30px;
    }*/
     header nav > ul > li > a {
         padding: 12px 14px 16px;
         font-size: 14px;
    }
     header nav > ul > li > a.with-drop-down span:not(.arrow) {
         display: block;
         margin-right: 12px;
    }
     header nav > ul > li > a span.arrow {
         width: 8px;
         font-size: 15px;
    }
     header .open-form {
         margin-left: 32px;
         width: auto;
    }

    header .form {
        transform: translateX(10%);
    }

     header .search input[type="text"] {
         margin-left: 14px;
    }
     header nav > ul > li:hover ul li a {
         padding-left: 10px;
    }
     .tags a {
         font-family: GothamPro;
         font-size: 12px;
    }
     #blog .item .content span {
         font-size: 16px;
    }
     #blog .item .content p {
         font-size: 12px;
    }
     #blog .item .content span.more {
         font-size: 12px;
    }
     header .search input[type="submit"] {
         background: transparent url(../img/icons/search.svg) no-repeat center;
         -o-background-size: contain;
         background-size: contain;
         width: 25px;
         cursor: pointer;
         border: none;
         margin-right: 7px;
    }
     .article .article-wr h1 {
         font-family: GothamProLight;
         margin: 0 10px 20px;
         text-align: center;
         font-size: 24px;
    }

    .main .work-wr {
        padding: 17px 0;
    }

    .main .work-wr .slider {
        margin-bottom: 50px;
    }
}
@media only screen and (max-width: 1355px) {
    .block-content .inner .left-nav ul li a {
        font-size: 18px;
        /*width: 305px;*/
    }
    .topbutton {
width:97px;
height:97px;
text-align:center;
background: url(/wp-content/themes/stomatology/assets/img/icons/up1.png) no-repeat center;
position:fixed;
bottom: 7%;
left: 0.5%;
cursor:pointer;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
-khtml-border-radius: 5px;
background-size: contain;
z-index: 3;
}
    

    header .inner .logo {
        margin-right: 56px;
    }
    
    .main .advantages li h3 {
        min-height: 45px;
    }

    /*.banner p {
        font-size: 25px;
    }*/

    .block-content .inner .body-wr {
        width: 899px;
        margin-left: 36px
    }

    header nav {
        margin-left: 19px;
    }

    header .inner .logo {
        margin-right: 104px;
    }

    header nav > ul > li > a {
        font-size: 14px;
    }

    header .search input[type="text"] {
        font-size: 12px;
    }

    /* .scroll-top {
        left: calc((100vw - 1220px) / 2 + 350px);
        width: 25px;
        height: 25px;
    } */

    .main .work-wr .slider .slick-slide img {
        width: 285px;
        height: auto;
    }

    .city {
        width: 70px;
    }

    .main .advantages li .icon {
        width: 120px;
        height: 120px;
        margin: 20px auto 22px;
        margin-top: auto;
    }
    .main .advantages li .team {
    width: 225px;
    height: 100%;
    margin: 20px auto 40px;
    margin-top: auto;
    }

    .main .advantages li .dscr br {
        display: none;
    }

    footer {
        padding: 63px 20px 63px 72px;
    }

    footer .top .point {
        width: 126px;
    }

    footer .top .soc {
        width: 120px;
    }

    .full-width .inner {
        width: 1220px;
    }

    .city {
        left: calc((100% - 1230px) / 2);
    }

    .block-content .inner .left-nav ul {
        width: 286px;
    }
        .block-content .inner .left-nav {
        width: 286px;
    }

    .banner p {
        padding: 109px 20px;
        margin-bottom: 30px;
    }

    .main .advantages {
        margin-top: 36px;
        margin-bottom: 20px;
    }

    .main .advantages li {
        padding: 35px 15px;
        height: 415px;
    }

    .main .work-wr .slider {
        margin-bottom: 44px;
    }

    footer .top .footer-nav {
        width: 52px;
    }

    footer .top {
        padding-bottom: 18px;
    }
}

@media only screen and (max-width: 1270px) {
     .article .another-news .another-news-wr li {
         max-width: 18%;
    }
    .topbutton {
width:97px;
height:97px;
text-align:center;
background: url(/wp-content/themes/stomatology/assets/img/icons/up1.png) no-repeat center;
position:fixed;
bottom: 7%;
left: 0.5%;
cursor:pointer;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
-khtml-border-radius: 5px;
background-size: contain;
}
     .article .another-news .another-news-wr li img {
         max-width: 100%;
         display: block;
    }
     .city {
        width: 70px;
        left: 17px;
    }
    .left-fixed-btn {
        left: 17px;
        top: 112px;
        font-size: 12px;
        width: 72px;
        height: 23px;

        top: 95px;
        height: 22px;
        background-color: #f5f1ed;
        border: solid 1px #e9e4e4;
        color: #5d5854;
    }

     .price .price-wr .right .list div {
         width: 480px;
    }
     .price .price-wr .right .list div span {
         width: 100px;
    }
     .block-content .inner .body-wr {
         width: 100%;
    }
     .banner {
         width: 100%;
         height: auto;
         -o-background-size: cover;
         background-size: cover;    
         padding: 40px 20px;
         -webkit-box-sizing: border-box;
         -moz-box-sizing: border-box;
         box-sizing: border-box;
    }
     .banner p {
         font-size: 30px;
         padding: 14px 0px;
         margin-bottom: 36px;
    }

/*    .main .advantages li {
        width: -webkit-calc(100% /3.2);
        width: -moz-calc(100% /3.2);
        width: 305px;
        padding: 38px 16px;
        height: 365px;
        margin-bottom: 20px;
    }
*/
    .main .advantages li h3 {
        margin-bottom: 20px;
    }

     .main .work-wr .slider .slick-slide img {
         width: 260px;
         height: auto;
    }

     footer .top {
         -webkit-flex-wrap: wrap;
         -ms-flex-wrap: wrap;
         flex-wrap: wrap;
    }

     footer .top .point {
         width: 33%;
    }
     footer .top .footer-nav ul {
         display: -webkit-box;
         display: -webkit-flex;
         display: -moz-box;
         display: -ms-flexbox;
         display: flex;
         padding-top: 14px;
         padding-left: 24px;
    }
     footer .top .footer-nav ul li {
         margin-right: 20px;
    }
     .price .price-wr .left {
         width: 25%;
    }
     .price .price-wr .left div {
         width: 100%;
    }
     .price .price-wr .right {
         width: 75%;
    }
     .price .price-wr .right .list div {
         width: 95%;
    }
     .price .price-wr .right .list div p {
         width: 75%;
    }
     .article .wrapper, .wrapper {
         /*padding: 20px 30px;*/
         background: #fff;
    }
     .tags a {
         font-size: 12px;
    }
     .work .slider-wr {
         width: 100%;
         padding: 10px;
         -webkit-box-sizing: border-box;
         -moz-box-sizing: border-box;
         box-sizing: border-box;
    }
     .full-width .inner {
         width: 97%;
    }
     header .inner {
         padding: 0;
    }
     header .search {    
        margin-left: 18px;
         width: 22%;
    }
     .top-wr {
         float: right;
    }

    .search-wr .body-wr .wrapper {
        /*padding: 18px 20px;*/
    }

    /* .scroll-top {
        left: calc((100vw - 1090px) / 2 + 304px);
        z-index: 2;
    } */

    footer .top .soc {
        width: auto;
    }

    .main .advantages li .icon {
        width: 130px;
        height: 130px;
        margin: 20px auto 50px;
    }
    .main .advantages li .team {
        width: 130px;
        height: 130px;
        margin: 20px auto 50px;
    }
    .main .advantages li .team img {
    display: block;
    width: 225px;
    height: 225px;
    object-fit: cover;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

    .main .advantages li h3 {
        min-height: auto;
    }

    .full-width .inner {
        width: 962px;
    }


    header .inner .logo {
        margin-right: auto;
        margin-left: 32px;
    }

    .top-wr .soc ul li {
        margin-right: 7px;
    }

    .block-content .inner .body-wr {
        width: 630px;
        margin-left: 36px;
    }

    .main .work-wr {
        padding: 5px 0;
    }

    .block-content .inner .left-nav {
        width: 285px;
    }

    .main .work-wr .slider .slick-arrow {
        width: 42px;
        height: 55px;
        z-index: 1;
        font-size: 0;
        background: transparent url(../img/icons/arrow-left.svg) no-repeat center;
        background-size: contain;
        cursor: pointer;
    }

    footer {
        padding: 28px 32px 32px 60px;
    }

    footer .top .footer-nav ul {
        padding-left: 0;
        padding-top: 23px;
    }

    footer .top .footer-nav {
        width: auto;
    }

    footer .top .footer-nav ul li {
        margin-right: 10px;
    }

    footer .top .soc {
        width: auto;
        margin: 24px 45px 0 0;
    }

    footer .top {
        padding-bottom: 10px;
        margin-bottom: 14px;
    }

    footer .bottom {
        flex-wrap: wrap;
    }

    footer .bottom span {
        width: 100%;
        margin-bottom: 18px;
    }

    .full-width .inner {
        width: 1090px;
    }

    .block-content .inner .body-wr {
        width: 766px;
        margin-left: 36px;
    }

    header .open-form {
        margin-left: 8px;
        width: auto;
        padding: 10px 20px;
    }

    header .search {
        width: 160px;
    }

    .city {
        left: calc((100% - 1100px) / 2);
    }

    .banner p {
        padding: 95px 20px;
        margin-bottom: 16px;
        font-size: 30px;
        line-height: 45px;
    }

    .main .advantages li {
        padding: 28px 5px;
        height: 415px;
    }

    .main .advantages li h3 {
        min-height: auto;
        margin-bottom: 5px;
    }

    .main .advantages li .icon {
        width: 100px;
        height: 100px;
        margin: 20px auto 40px;
        margin-top: auto;
    }
    .main .advantages li .team {
        width: 225px;
        height: 100%;
        margin: 20px auto 50px;
        margin-top: auto;
    }

    .main .advantages li {
        margin-bottom: 16px;
    }

    .main .work-wr {
        padding: 10px 0;
    }

    .main .work-wr .slider .slick-slide img {
        width: 248px;
        height: auto;
    }

    footer {
        padding: 52px 5px 52px 60px;
    }

    footer .top .point {
        width: 140px;
    }

    footer .top .soc ul li a {
        width: 20px;
        height: 20px;
    }

    footer .top .soc ul li a i {
        font-size: 12px;
    }

    footer .top .footer-nav {
        width: auto;
    }
    .article .wrapper .doc .wrapper table tr {
    display: flex;
    flex-wrap: wrap;
}
}

@media only screen and (max-width: 1130px) {
    .banner {
        padding: 70px 20px;
    }
.topbutton {
width:97px;
height:97px;
text-align:center;
background: url(/wp-content/themes/stomatology/assets/img/icons/up1.png) no-repeat center;
position:fixed;
bottom: 7%;
left: 0.5%;
cursor:pointer;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
-khtml-border-radius: 5px;
background-size: contain;
}
    .full-width .inner {
        width: 962px;
    }

    .block-content .inner .body-wr {
        width: 640px;
        margin-left: 36px;
    }

    .banner p {
        padding: 42px 20px;
        margin-bottom: 16px;
        font-size: 30px;
        line-height: 45px;
    }

    .banner {
        padding: 0 20px;
    }

    .city {
        width: 70px;
        /*left: 17px;*/
            left: calc((100% - 980px) / 2);
    }

    .mobile.search-button {
        display: block;
        background: transparent url(../img/icons/search.svg) no-repeat center;
        -o-background-size: contain;
        background-size: contain;
        width: 25px;
        cursor: pointer;
        border: none;
        margin-right: 7px;
        height: 40px;
        margin-left: 15px;
    }

    header .open-form {
        margin-left: 13px;
    }

    .main .advantages li {
        width: -webkit-calc(100% /3.2);
        width: -moz-calc(100% /3.2);
        width: 305px;
        padding: 38px 16px;
        height: 415px;
        margin-bottom: 20px;
    }


    .main .work-wr .slider .slick-list {
        margin: 0 auto;
        width: 460px;
    }

    .main .advantages li {
        padding: 37px 5px;
        height: 415px;
    }

    .main .advantages li h3 {
        min-height: auto;
        margin-bottom: 16px;
    }

    .main .advantages li .icon {
        width: 125px;
        height: 125px;
        margin: 20px auto 55px;
        margin-top: auto;
    }
    .main .advantages li .team {
    width: 225px;
    height: 100%;
    margin: 20px auto 50px;
    margin-top: auto;
    }

    footer .top .point {
        width: 165px;
    }

    footer {
        padding: 28px 32px 32px 60px;
    }

    footer .top .footer-nav {
        width: auto;
    }

    header .search {
        display: none;
        position: absolute;
        right: 135px;
        top: 44px;
        width: 160px;
        border: navajowhite;
        background: url(../img/icons/search-back.svg) no-repeat center top;
        background-size: 160px;
        height: 60px;
        padding-top: 10px;
    }

    header .search input[type="submit"] {
        transform: translateY(-15%);
    }

    /*.scroll-top {
       left: calc((100vw - 962px) / 2 + 304px);
    }*/

    .search-wr .body-wr .search {
        width: 400px;
    }
}

 @media only screen and (max-width: 970px)  {
    .full-width .inner {
        width: 896px;
    }
    .article-wr img {
    max-width: 100%;
    object-fit: cover;
}
.topbutton {
width:77px;
height:77px;
text-align:center;
background: url(/wp-content/themes/stomatology/assets/img/icons/up1.png) no-repeat center;
position:fixed;
bottom: 7%;
left: 0.5%;
cursor:pointer;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
-khtml-border-radius: 5px;
background-size: contain;
}
    .scroll-top {
        left: 20px;
    }

    header .open-form {
        margin-left: 8px;
        width: 40px;
        padding: 10px 20px;
        height: 40px;
        border-radius: 50%;
        font-size: 0;
        background: #fbd776 url(../img/icons/appointment.svg) no-repeat center;
        background-size: 65%;
    }

    .block-content .inner .body-wr {
        width: 576px;
        margin-left: 36px;
    }

    .banner {
        width: 100%;
        padding: 27px 20px;
    }

    .banner p {
        font-size: 25px;
        padding: 20px 0px;
        margin-bottom: 35px;
        line-height: 40px;
    }

    .main .advantages li {
        width: 275px;
        padding: 34px 16px;
        height: 415px;
        margin-bottom: 20px;
    }

    .main .advantages li .icon {
        width: 115px;
        height: 115px;
        margin: 20px auto;
    }
     .main .advantages li .team {
        width: 115px;
        height: 115px;
        margin: 20px auto;
         padding-bottom: 35px;
    }

    .main .work-wr .slider .slick-slide img {
        width: 250px;
        height: auto;
    }
    .main .advantages li .team img {
    display: block;
    width: 200px;
    height: 200px;
    object-fit: cover;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

    footer {
        padding: 20px 24px 20px 26px;
    }

    header .search {
        right: 56px;
    }

    header .inner .logo {
        margin-right: 94px;
        margin-left: 22px;    
    }

    .mobile.search-button {
        margin-left: auto;
    }

    .scroll-top {
       left: calc((100vw - 946px) / 2 + 304px);
    }

    .city {
        left: calc((100% - 910px) / 2);
    }
     .topbutton {
width:77px;
height:77px;
text-align:center;
background: url(/wp-content/themes/stomatology/assets/img/icons/up1.png) no-repeat center;
position:fixed;
bottom: 7%;
left: 0.5%;
cursor:pointer;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
-khtml-border-radius: 5px;
background-size: contain;
}
}

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

        header .nav-button.mobile {
         display: block;
         position: relative;
         -webkit-transform: rotate(0deg);
         -moz-transform: rotate(0deg);
         -ms-transform: rotate(0deg);
         -o-transform: rotate(0deg);
         transform: rotate(0deg);
         -webkit-transition: .5s ease-in-out;
         -o-transition: .5s ease-in-out;
         -moz-transition: .5s ease-in-out;
         transition: .5s ease-in-out;
         width: 30px;
         height: 20px;
         padding: 0;
         background-color: transparent;
         margin-left: 20px;
         border: none;
    }


    .navBurger{display: block;}

     .price .price-wr .left div.active:before {
     background-color: #fddc8e;
     right: 0;
    }


    header .nav-button.mobile:before {
        content: '>';
        display: block;
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        transform: rotate(90deg);
        font-family: AlBayan;
        font-size: 20px;
        font-weight: bold;
        font-style: normal;
        font-stretch: normal;
        line-height: normal;
        letter-spacing: normal;
        text-align: center;
        color: #878586;
        width: 10px;
        height: 25px;
        position: absolute;
        right: 24px;
        top: 15px;
    }

     header .nav-button.mobile span {
         display: block;
         width: 34px;
         height: 4px;
         -webkit-border-radius: 2px;
         border-radius: 2px;
         background-color: #725b52;
         position: absolute;
         opacity: 1;
         left: 0;
         -webkit-transform: rotate(0deg);
         -moz-transform: rotate(0deg);
         -ms-transform: rotate(0deg);
         -o-transform: rotate(0deg);
         transform: rotate(0deg);
         -webkit-transition: all .25s ease-in-out;
         -o-transition: all .25s ease-in-out;
         -moz-transition: all .25s ease-in-out;
         transition: all .25s ease-in-out;
         left: 30px;
    }
     header .nav-button.mobile span:nth-child(1) {
         top: 15px;
    }
     header .nav-button.mobile span:nth-child(2) {
         top: 25px;
    }
     header .nav-button.mobile span:nth-child(3) {
         top: 35px;
    }
    /* header .nav-button.mobile.open {
         z-index: 1000;
         position: fixed;
         right: 10px;
         top: 30px;
    }
     header .nav-button.mobile.open span:nth-child(1) {
         top: 6px;
         -webkit-transform: rotate(135deg);
         -moz-transform: rotate(135deg);
         -ms-transform: rotate(135deg);
         -o-transform: rotate(135deg);
         transform: rotate(135deg);
    }
     header .nav-button.mobile.open span:nth-child(2) {
         opacity: 0;
         left: 60px;
    }
     header .nav-button.mobile.open span:nth-child(3) {
         top: 6px;
         -webkit-transform: rotate(-135deg);
         -moz-transform: rotate(-135deg);
         -ms-transform: rotate(-135deg);
         -o-transform: rotate(-135deg);
         transform: rotate(-135deg);
    }*/
     header .inner .logo {
        margin-left: 50px;
        margin-right: auto;
    }

     header nav {
         position: fixed;
         top: -100%;
         left: 0;
         right: 0;
         bottom: 100%;
         margin: 0;
         background-color: #f5f1ed;
         z-index: 100;
         padding: 80px 40px;
         opacity: 0;
         -webkit-transition: opacity 0.5s;
         -o-transition: opacity 0.5s;
         -moz-transition: opacity 0.5s;
         transition: opacity 0.5s;
         visibility: hidden;
    }
     header nav ul {
         -webkit-box-orient: vertical;
         -webkit-box-direction: normal;
         -webkit-flex-direction: column;
         -moz-box-orient: vertical;
         -moz-box-direction: normal;
         -ms-flex-direction: column;
         flex-direction: column;
    }
     header nav ul > li ul {
         display: block;
         position: relative;
         top: 0;
         background: #fff;
        border: none;
        border-top: none;
        padding-left: 0;
        list-style: none;
        right: 0;
    }

    header nav > ul > li:hover ul {
        top: 0;
        background: #fff;
        border: solid 0.5px #e9e5e5;
        border-top: none;
        padding-left: 0;
        list-style: none;
        right: 0;
    }

    header nav > ul > li > a span.arrow {
        display: none;
    }


    header nav.open {

         visibility: visible;
    }

     header nav.open > ul > li ul li a {
         font-size: 12px;
         font-weight: normal;
         font-style: normal;
         font-stretch: normal;
         line-height: 20px;
         letter-spacing: normal;
         text-align: left;
         color: #979596;
         padding-left: 0;
         text-decoration: none;
         position: relative;
         display: block;
         height: 20px;
         text-align: center;
    }

    header nav > ul > li.hover > a {
        background-color: #fbfbfb;
        border: solid 0.5px #e9e5e5;
        border-left: solid 3px #fcd06f;
    }
     header nav.open > ul > li ul li a span {
         z-index: 1;
         position: relative;
    }
     header nav.open > ul > li ul li a:before {
         content: '';
         display: block;
         position: absolute;
         left: 0;
         top: 0;
         bottom: 0;
         right: 0;
         background-color: #fbfbfb;
         border-left: solid 4px #fddc8e;
         -webkit-transition: opacity 0.2s;
         -o-transition: opacity 0.2s;
         -moz-transition: opacity 0.2s;
         transition: opacity 0.2s;
         opacity: 0;
         -webkit-box-sizing: border-box;
         -moz-box-sizing: border-box;
         box-sizing: border-box;
    }
     header nav.open {
         top: 0;
         bottom: 0;
         opacity: 1;
    }
     header .inner .logo img {
         display: block;
         width: 26px;
    }
    header .inner .logo span {
        font-size: 20px;
    }
     header .inner > .search {
         display: none;
    }
    
    header .inner > .open-form {
    margin-right: 55px;
    border: none;
    }

     header .inner nav.open {
         padding: 10px 20px;
         position: absolute;
        width: 209px;
        right: 0;
        top: 78px;
        z-index: 10;
        padding: 5px 0;
        background-color: #f5f1ed;
        /*background: url(../img/icons/zapis.svg) no-repeat center 0;*/
        background-size: contain;
        /*transform: translateX(15%);*/
        display: block;
        left: auto;
        height: 240px;

        width: 154px;
        background-color: #ffffff;
        border: solid 0.5px #e9e5e5;
    }

    header .inner nav.open:before {
        content: '';
        display: block;
        width: 22px;
        height: 14px;
        background: url(../img/icons/corner.svg) no-repeat center bottom;
        position: absolute;
        top: -14px;
        left: 50%;
        transform: translateX(-50%);
    }

    /*header .inner nav.open ul {
        background: #fff
    }*/
     header .inner nav.open .search {
         display: -webkit-box;
         display: -webkit-flex;
         display: -moz-box;
         display: -ms-flexbox;
         display: flex;
         width: 100%;
         margin-left: 0;
         margin-top: 20px;
    }
     header .inner nav.open > ul > li > a {
             padding: 0 20px;
            text-align: center;
            align-items: center;
            justify-content: center;

            padding: 0 20px;
            text-align: center;
            align-items: center;
            justify-content: center;
            box-sizing: border-box;
            border-top: solid 0.5px transparent;
            line-height: 27px;
    }

    header .inner nav.open > ul > li.hover > a{
        border-top: solid 0.5px #e9e5e5;
    }

    header .inner nav.open > ul > li > a  {
        margin-right: 0;
    }


     header .inner nav.open .open-form {
         display: block;
         margin: 20px auto;
         width: 280px;
         text-align: center;
    }
     header .inner nav.open .open-form br {
         display: none;
    }

    header .form {
        position: absolute;
        width: 209px;
        right: 9.5vw;

    }
    /* header .inner .form {
         z-index: 1001;
         top: 0;
         position: fixed;
         right: 0;
         bottom: 0;
         width: 100%;
         background: #fff;
    }
     header .inner .form form input, header .inner .form form textarea, header .inner .form form p, header .inner .form form button {
         width: 265px;
    }*/

    header .nav-button.mobile {
        display: block;
        position: relative;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .5s ease-in-out;
        -o-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
        width: auto;
        height: auto;
        padding: 20px;
        padding: 15px 55px;
        background-color: transparent;
        margin-left: 14px;
        border: none;
        height: 63px;
        margin-right: 8px;
        border-top: solid 3px transparent;
    }
    header .nav-button.mobile.open { 
        background-color: #fbfbfb;
        border: solid 0.5px #e9e5e5;
        border-top: solid 3px #fcd06f;
    }

    .mobile.search-button {
        display: block;
        background: transparent url(../img/icons/search.svg) no-repeat center;
        -o-background-size: contain;
        background-size: contain;
        width: 26px;
        cursor: pointer;
        border: none;
        margin-right: 7px;
        height: 40px;
        margin-left: auto;
        border: 2px solid #ffce58;
        padding: 10px 18px;
        border-radius: 50%;
        background-size: 60%;
    }

    .left-fixed-btn {
        display: block;
    }

    .full-width .inner {
        width: 776px;
    }

    .block-content .inner .left-nav ul li a {
         font-size: 12px;
         -webkit-box-sizing: border-box;
         -moz-box-sizing: border-box;
         box-sizing: border-box;
         line-height: 16px;
         padding: 5px;
    }
     .block-content .inner .left-nav ul {
         width: 25%;
    }

      .block-content .inner .left-nav {
         background-color: #f5f1ed;
         padding-top: 34px;
         position: fixed;
         left: -100%;
         top: 65px;
         -webkit-transition: left 0.5s;
         -o-transition: left 0.5s;
         -moz-transition: left 0.5s;
         transition: left 0.5s;
         height: 50vh;
    }
     /*.block-content .inner .left-nav.open {
         left: 0;
         z-index: 2;
         bottom: 0;
         margin: 0;
         top: 62px;
    }*/

    .block-content .inner .left-nav.open {
        left: 0;
        z-index: 2;
        bottom: auto;
        margin: 0;
        top: 62px;
        width: 100%;
        height: 480px;
    }

     .block-content .inner .left-nav.open .close {
         display: block;
         width: 10px;
         height: 10px;
         position: absolute;
         right: 10px;
         top: 10px;
         z-index: 10;
    }
     .block-content .inner .left-nav.open .close img {
         display: block;
         width: 100%;
    }
     .block-content .inner .body-wr {
         margin: 0 auto;
    }
     .block-content .inner .left-nav {
         width: 315px;
         height: 100%;
         bottom: auto;
         margin-left: 0
    }
     .block-content .inner .left-nav.open .close {
         width: 15px;
         height: 15px;
    }
    .block-content .inner .left-nav ul {
        width: 100%;
    }
     .block-content .inner .left-nav ul li a {
         font-size: 16px;
         line-height: 1.7;
         text-align: center;
    }

    .block-content .inner .left-nav ul li a:before {
        content: '';
        display: block;
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        left: 0;
    }
     .main {
        /*.work-wr .slider {
             .slick-arrow {
                 width: 45px;
                 height: 30px;
            }
             .slick-slide.slick-center img {
                 width: 300px;
                 height: 300px;
            }
        }
        */
    }
     .main .advantages li {
         width: 100%;
    }

    .main .work-wr {
        display: none;
    }

    .main .work-wr h2 {
         margin-left: 0;
         text-align: center;
    }
     footer {
         padding: 20px 10px;
    }

    footer {
        padding: 20px 10px;
        width: 540px;
        margin: 0 auto;
    }

     footer .top .point {
         width: 165px;
         margin-bottom: 20px;
    }
     footer .top .footer-nav ul {
        flex-direction: row;
    }
     footer .top .soc {
         padding-left: 24px;
    }

    .main .advantages li {
        width: 275px;
    }
     .main .advantages li .dscr {
         margin-left: 0;
         text-align: center;
    }
     .breadcrumbs {
         margin-bottom: 14px;
    }
     .price .wrapper p {
         font-size: 14px;
    }
    .price .wrapper ol li {
        font-size: 14px;
    }
     .price .price-wr {
         -webkit-box-orient: vertical;
         -webkit-box-direction: normal;
         -webkit-flex-direction: column;
         -moz-box-orient: vertical;
         -moz-box-direction: normal;
         -ms-flex-direction: column;
         flex-direction: column;
    }
     .price .price-wr .left {
         width: 100%;
         max-height: 54px;
         overflow: hidden;
         position: relative;
    }

    .price .price-wr .left.roll {
         width: 100%;
         max-height: 100%;
         overflow: visible;
    }

     .price .price-wr .right {
         width: 100%;
    }
     .price .price-wr .right .list div {
         -webkit-box-orient: vertical;
         -webkit-box-direction: normal;
         -webkit-flex-direction: column;
         -moz-box-orient: vertical;
         -moz-box-direction: normal;
         -ms-flex-direction: column;
         flex-direction: column;
    }
     .price .price-wr .right .list div p {
         width: 100%;
         margin-bottom: 20px;
         margin-right: 0;
    }
     .price .price-wr .right .list div span {
         text-align: left;
         width: 100%;
    }
     .article .wrapper, .wrapper {
         padding: 20px 10px;
    }
     .tags a {
         padding: 8px;
    }
     #blog .item {
         -webkit-box-orient: vertical;
         -webkit-box-direction: normal;
         -webkit-flex-direction: column;
         -moz-box-orient: vertical;
         -moz-box-direction: normal;
         -ms-flex-direction: column;
         flex-direction: column;
    }
     #blog .item img {
         margin-bottom: 20px;
         width: 100%;
         height: auto;
    }
     #blog .item .content {
         margin-left: 0;
    }
     .breadcrumbs {
         width: 80%;
         margin-left: 20px;
    }
     .article .article-wr p, .article .article-wr p a, .article .article-wr ul li {
         color: #7b7873;
         word-spacing: 1px;
         line-height: 20px;
         font-size: 14px;
    }
     .article .another-news .another-news-wr {
         -webkit-flex-wrap: wrap;
         -ms-flex-wrap: wrap;
         flex-wrap: wrap;
    }
     .article .another-news .another-news-wr li {
         max-width: 50%;
         width: -webkit-calc(100% /2.2);
         width: -moz-calc(100% /2.2);
         width: calc(100% /2.2);
    }

    .city {
        width: 70px;
        left: 0;
        top: 50px;
        z-index: 3;
    }

    .left-fixed-btn {
        display: block;
        position: fixed;
        left: 0;
        top: 95px;
        text-align: left;
        padding-left: 12px;
    }

    .left-fixed-btn:before {
        content: '>';
        display: block;
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        transform: rotate(90deg);
        font-family: AlBayan;
        font-size: 20px;
        font-weight: bold;
        font-style: normal;
        font-stretch: normal;
        line-height: normal;
        letter-spacing: normal;
        text-align: center;
        color: #878586;
        width: 10px;
        height: 25px;
        position: absolute;
        right: 0;
        top: -3px;
    }

    .block-content .inner .body-wr {
        width: 100%;
    }

    .banner {
        width: 100%;
        padding: 88px 20px;
    }

    .main .advantages {
        margin-top: 36px;
        margin-bottom: 20px;
        width: 556px;
        margin: 36px auto 20px;
    }

    .full-width .inner {
        width: 100%;
    }

    header .search {
        right: 95px;
    }

    .top-wr {
        display: none;
    }
    .topbutton {
width:77px;
height:77px;
text-align:center;
background: url(/wp-content/themes/stomatology/assets/img/icons/up1.png) no-repeat center;
position:fixed;
bottom: 7%;
left: 0.5%;
cursor:pointer;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
-khtml-border-radius: 5px;
background-size: contain;
}
}

 @media only screen and (max-width: 780px)  {
    .banner {
        width: 100%;
        padding: 48px 20px;
    }

    .main .advantages {
        margin: 14px auto 20px;
    }

    header .form {
        right: 78px;
    }
.topbutton {
width:77px;
height:77px;
text-align:center;
background: url(/wp-content/themes/stomatology/assets/img/icons/up1.png) no-repeat center;
position:fixed;
bottom: 7%;
left: 0.5%;
cursor:pointer;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
-khtml-border-radius: 5px;
background-size: contain;
}
}

 @media only screen and (max-width: 500px) {
    header .search {
        right: 90px;
    }
     .main .work-wr .slider .slick-arrow {
         width: 45px;
         height: 30px;
         -o-background-size: cover;
         background-size: cover;
    }

    header .inner nav.open:before {
        left: 77%;
    }
    header .form {
        right: 25px;
    }
     .main .work-wr .slider .slick-slide.slick-center img {
         width: 300px;
         height: 300px;
    }
     .work .slider-wr .slider .slick-arrow {
         width: 45px;
         height: 30px;
         -o-background-size: cover;
         background-size: cover;
    }
     .work .slider-wr .slider .slick-arrow.slick-next {
         right: 30px;
    }
     .work .slider-wr .slider .slick-arrow.slick-prev {
         left: 30px;
    }
     .breadcrumbs li a {
         font-size: 12px;
    }
     .breadcrumbs li {
         font-size: 12px;
    }
     .top-wr a {
         font-size: 14px;
    }
     .top-wr .soc {
         margin-right: 10px;
    }
     .work .slider-wr h2 {
         font-size: 16px;
    }
    .logo span {
        font-size: 14px;
    }

    header .nav-button.mobile {
        padding: 15px 38px;
    }

    header .inner .logo {
        margin-left: 37px;
        margin-right: auto;
    }
    header .inner .logo span {
        font-size: 16px;
    }

    header .nav-button.mobile span {
        left: 50%;
        transform: translateX(-50%);
    }
    header .nav-button.mobile {
        padding: 15px 36px;
        margin-left: 18px;
    }

    header .nav-button.mobile {
        padding: 15px 36px;
        margin-left: 18px;
    }
    header .nav-button.mobile:before {
        right: -1px;
    }
    .banner p {
        font-size: 18px;
        padding: 4px 0px;
        margin-bottom: 35px;
        line-height: 30px;
    }
    .banner {
        width: 100%;
        padding: 4px 20px;
        height: 150px;
        box-sizing: border-box;
    }

    .main .advantages {
        width: 100%;
    }

    .main .advantages li {
        width: 250px;
        margin: 0 auto 20px;
    }

    .main .advantages li {
        width: 275px;
        padding: 28px 16px;
        height: 415px;
    }

    .main .advantages li h3 {
        min-height: auto;
        margin-bottom: 8px;
    }

    .main .advantages li .icon {
        width: 105px;
        height: 105px;
        margin: 4px auto 32px;
    }
     .main .advantages li .team {
        width: 100%;
        height: 100%;
        margin: 4px auto 32px;
    }

    footer {
        padding: 20px 10px;
        width: 275px;
        margin: 0 auto;
        box-sizing: border-box;
    }

    footer .top .footer-nav ul {
        flex-direction: row;
        padding: 23px 30px;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
    }

    footer .top .soc {
        padding-left: 0;
        width: 100%;
        margin: 0 0;
    }

    footer .top .soc h3 {
        text-align: center;
    }

    footer .top .soc ul {
        list-style: none;
        padding: 0;
        margin: 0;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    footer .bottom span {
        width: 100%;
        margin-bottom: 10px;
    }

    footer .bottom span {
        font-size: 12px;
        text-align: center;
    }

    header .inner nav.open {
        right: 7px;
        transform: translateX(0);
    }
.topbutton {
width:77px;
height:77px;
text-align:center;
background: url(/wp-content/themes/stomatology/assets/img/icons/up1.png) no-repeat center;
position:fixed;
bottom: 7%;
left: 0.5%;
cursor:pointer;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
-khtml-border-radius: 5px;
}
}

@media only screen and (max-width: 500px) {
    header .inner .logo {
        margin-left: 14px;
        margin-right: auto;
    }

    .city li {
        height: 20px;
    }

    .left-fixed-btn {
        top: 95px;
        height: 22px;
        background-color: #f5f1ed;
        border: solid 1px #e9e4e4;
        color: #5d5854;
        z-index: 3;
    }

    .left-fixed-btn:before {
        top: -2px;
    }

    .city::before {
        top: -2px;
    }

    .banner p {
        font-size: 15px;
        padding: 4px 0px;
        margin-bottom: 35px;
        line-height: 19px;
        margin-top: 50px;
    }
.main .advantages li .dscr {
    line-height: 1.1;
    }
    .main .advantages li {
        width: 90%;
        padding: 36px 16px;
        height: 415px;
        border: none;
    }

    footer {
        width: 90%;
        padding: 30px 10px;
    }

    .main .advantages {
        margin: 14px auto 4px;
    }

    footer .top .point {
        width: 165px;
        margin-bottom: 20px;
        margin: 0 auto 17px;
    }

    footer .top .footer-nav ul {
        padding: 0px 10px;
    }

    footer .bottom span {
        font-size: 12px;
        text-align: center;
        padding: 0 10px;
    }

    .block-content .inner .left-nav ul li a {
        font-size: 16px;
        text-align: center;
        line-height: 1.7;
    }

    .block-content .inner .left-nav.open {
        top: 62px;
        width: 100%;
        z-index: 3;
    }

    .inner .left-nav ul {
        width: 100%;
    }

    header .nav-button.mobile {
        padding: 15px 36px;
        margin-left: 2px;
    }

    header .open-form {
        margin-left: 0;
    }

    .banner {
        padding: 4px 10px;
    }
    .main .advantages li .team img {
    display: block;
    width: 225px;
    height: 225px;
    object-fit: cover;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}
    .main .advantages li .team {
    padding-bottom: 0px;
}
.topbutton {
width:77px;
height:77px;
text-align:center;
background: url(/wp-content/themes/stomatology/assets/img/icons/up1.png) no-repeat center;
position:fixed;
bottom: 7%;
left: 0.5%;
cursor:pointer;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
-khtml-border-radius: 5px;
background-size: contain;
}
}

@media only screen and (max-width: 460px) {
 header .search {
        right: 95px;
    }
    .topbutton {
width:77px;
height:77px;
text-align:center;
background: url(/wp-content/themes/stomatology/assets/img/icons/up1.png) no-repeat center;
position:fixed;
bottom: 7%;
left: 0.5%;
cursor:pointer;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
-khtml-border-radius: 5px;
background-size: contain;
}
}

@media only screen and (max-width: 420px) {
    header .search {
        right: 95px;
    }
    .topbutton {
width:77px;
height:77px;
text-align:center;
background: url(/wp-content/themes/stomatology/assets/img/icons/up1.png) no-repeat center;
position:fixed;
bottom: 7%;
left: 0.5%;
cursor:pointer;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
-khtml-border-radius: 5px;
background-size: contain;
z-index: 3;
}
}
.nav-links {
    padding-top:10px;
    text-align: center;
}
.nav-links a {
    font-size:14px;
    color:#715B51;
    padding: 5px 7px 4px 7px;
    border: 1px solid #715B51;
    border-radius: 50%;
    text-decoration: none;
}

.nav-links .current {
    font-size:14px;
    color:#715B51;
    padding: 5px 7px 4px 7px;
    /* border: 1px solid #715B51; */
    border-radius: 50%;
    text-decoration: none;
    
}
form {margin-left: auto;}
table, th, td {
   color: #818181;
}
#ninja_forms_required_items, .nf-field-container {
    margin-bottom: 5px !important;
    width: 165px;
}
.nf-field-description {
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0px;
    text-align: left;
    color: #fbd776;
    font-size: 8px;
    order: 6;
}
.field-wrap>div input[type=checkbox], .field-wrap button, .field-wrap input[type=button], .field-wrap input[type=submit] {
    width: 134px !important;
    height: 33.4px;
    -webkit-border-radius: 100px;
    border-radius: 100px;
    background-color: #fbd776;
    border: solid 1px rgba(151, 151, 151, 0.45);
    font-size: 12px;
    font-family: GothamPro;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0px;
    text-align: center;
    color: #725b52;
    cursor: pointer;
}
.label-above .nf-field-element, .label-below .nf-field-element {
    text-align: center;
}
header .form form input {
    width: 165px;
    height: 28px;
    background-color: #fbfbfb;
    border: solid 1px rgba(217, 209, 209, 0.45);
    margin-bottom: 6px;
    -webkit-transition: border-color 0.5s;
    -o-transition: border-color 0.5s;
    -moz-transition: border-color 0.5s;
    transition: border-color 0.5s;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-family: GothamPro;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0px;
    /* color: #bdbbb9; */
    text-align: left;
    padding: 0 6px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.nf-response-msg {
    text-align: center;
}
.nf-after-field {
    padding-top: 8px;
}


.price_table table{
width: 100%;
border: 2px solid #e1e1e1;
/* padding: 40px 20px; */
margin-bottom: 30px;
height:auto !important;
}
.price_table table tr em{display:none; transform:all .2s; margin-top:10px; font-style:normal !important}
.price_table .expand em{display:block; transform:all .2s;}
.price_table h3{
padding-left: 20px;
margin: 0;
text-align: left;
font-family: 'GothamProRegular';
font-size: 25px;
margin-bottom: 20px;
}
.price_table table{
width: 100%;
}
.price_table table tr{
background: #fff;
}
.price_table table tr:hover{
border-radius: 5px;
background: #fff7e0;
cursor: pointer;
-webkit-transition: all 0.2s; -moz-transition: all 0.2s; -o-transition: all 0.2s; transition: all 0.2s;
}
.price_table table tr td{
vertical-align: top;
padding: 15px 20px;
color: #777777;
font-size: 16px;
text-align:left !important;
}
.price_table table tr td:first-child{
text-align: left;
width: 75%;
}
.price_table table tr td:last-child{
text-align: right;
width: 35%;
}

footer .bottom a {
    color: #725b52;
    text-decoration: none;
}
footer .bottom a:hover {
    color: #725b52;
    text-decoration:underline;
}

.service {padding-top:45px;}
.service h4 {font-size:20px;}

img.alignright { float: right; margin: 0 0 1em 1em; }
img.alignleft { float: left; margin: 0 1em 1em 0; }
img.aligncenter { display: block; margin-left: auto; margin-right: auto; }
.alignright { float: right; }
.alignleft { float: left; }
.aligncenter { display: block; margin-left: auto; margin-right: auto; max-width: 100%; object-fit: contain; }

.wrapper .white table tr:hover{
background: #fff !important;
}

ul.related_post li {
    width: 17% !important;
}
.doc-table table {
            border: 2px solid #fff !important; 
            margin-bottom: 30px;
            height: auto;
    padding-top: 20px;
        }

        .doc-table table tr:hover {
            background: #fff;
        }

.doc-table table tr {
            background: #fff;
        }

        .doc-table table tr td{
            vertical-align: top;
            padding: 0px 5px;
            color: #777777;
            font-size: 12px;
        }

        .doc-table table tr td {
            vertical-align: top;
            /* padding: 0 20px; */
            color: #777777;
            font-size: 12px;
            margin-left: 20px;
        }

        .doc-table table tr td span {
            color:#353535;
        }

        .doc-table table tr td:nth-child(2n+1),
        .doc-table table tr td:nth-child(2) {
            text-align: left;
            /*width: 33px;*/
        }

        .doc-table table tr td:nth-child(4) {
            width: 33px;
        }

        .doc-table table tr td:nth-child(2n) {
            /*max-width: 100px;*/
        }

        @media screen and (max-width: 1200px) {
            .doc-table table tr td {
                text-align: left;
                vertical-align: top;
                /* padding: 15px 10px; */
                color: #777777;
                font-size: 12px;
            }

            .doc-table table tr td img {
                max-width: 100%;
                max-height: 30px;
            }
        }

        @media screen and (max-width: 1000px) {
            .doc-table table {
                /*width: 540px;*/
                margin: 0 auto 30px;
            }

            .doc-table table tr td {
                font-size: 12px;
            }

            .doc-table table tr td span {
                font-size: 12px
            }

            .doc-table table tr td img {
                max-width: 100%;
                max-height: 20px;
            }

            .doc-table table tr td:nth-child(2n+1), 
            .doc-table table tr td:nth-child(2) {
                text-align: left;
                width: 8vw;
            }

            .doc-table table tr td img {
                max-width: 100%;
                max-height: 36px;
            }
        }

        @media screen and (max-width: 760px) {
            .doc-table table {
                /*width: 256px;*/
            }

            .doc-table table tr {
                background: #fff;
                display: flex;
                flex-wrap: wrap;
            }

            .doc-table table tr td:nth-child(2),
            .doc-table table tr td:nth-child(2n) {
                width: 70%;
                text-align: left!important;
                margin-left: 10px;
                /* padding: 10px 10px 10px 0; */
            }

            .doc-table table tr td:nth-child(2n+1) {
                text-align: left;
                width: 15%;
                /* padding: 10px 0px; */
            }
        }
/*
 
.wrapper table tr td{
vertical-align: top;
padding: 15px 20px;
color: #777777;
font-size: 16px;
text-align:left !important;
}
.wrapper table tr td:first-child{
text-align: left;
width: 75%;
}
.article .wrapper .doc table tr td:first-child {
    width: auto;
}
.wrapper table tr td:last-child{
text-align: right;
width: 45%;
}
.wrapper table{
width: 100%;
border: 2px solid #e1e1e1;
padding: 40px 20px;
margin-bottom: 30px;
height:auto !important;
}
.wrapper table tr em{display:none; transform:all .2s; margin-top:10px; font-style:normal !important}
.wrapper .expand em{display:block; transform:all .2s;}
.wrapper h3{
padding-left: 20px;
margin: 0;
text-align: left;
font-family: 'GothamPro';
font-size: 1.17em;
margin-bottom: 20px;
    color:#7b7873;
}
.wrapper table{
width: 100%;
}
.wrapper table tr{
background: #fff;
}
.wrapper table tr:hover{
border-radius: 5px;
background: #fff7e0;
cursor: pointer;
-webkit-transition: all 0.2s; -moz-transition: all 0.2s; -o-transition: all 0.2s; transition: all 0.2s;
}

*/


.team-wrap .advantages {
    width: 100%;
}


.main .advantages li .dscr p:first-child {
    min-height: 45px;
}

.team-wrap .advantages li .dscr p:first-child {
    min-height: auto;
}

.doctor-wrap {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

.left-doctor-content {
    width: 40%;
}

.right-doctor-content {
    width: 55%;
    margin-left: 5%;
}

.article .article-wr .doctor-title h1 {text-align: left;margin: 0;}

.article .article-wr .doctor-title h2 {
    font-size: 16px;
    font-weight: 400;
}

.doctor-inform-list {
    margin-top: 40px;
}

.doctor-inform-item {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.doctor-inform-item img {
    width: 40px;
    height: auto;
    margin-right: 20px;
    object-fit: scale-down;
}

.doctor-inform-item img.first-doctor-image{
    width: 45px
}

.doctor-inform-item span{
    color:#7b7873;
}

.main .advantages .no-margin-t li .icon{
    margin-top:10px
}

.doctor-choose-block {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    width: 100%;
}

.single-choose-doctor {
    width: 29.3%;
    margin: 20px 0;
    margin-right: 4%;
}

.article .article-wr  a.single-choose-link:hover{
    text-decoration: none !important;
}

.doc-spec {
    font-size: 14px;
    margin: 15px 0;
    color: #7b7873;
}

.doc-exp {
    color: #7b7873;
}

.doc-name {
    font-size: 20px;
    margin-top: 15px;
    color: #7b7873;
}

.doc-img img {
    max-width: 240px;
    max-height: 240px;
    object-fit: cover;
}

.photogallery-list {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-left: -3%;
}

.photogallery-item {
    width: 22%;
    margin-left: 3%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}


.photogallery-item img {
    max-width: 100%;
    object-fit: cover;
}

.photogallery-item span {
    margin-top: 15px;
    color: #725b52;
}


.price .price-wr .right .list div.title-price p {
    text-align: center;
    width: 100%;
}

.price .price-wr .right .list div.title-price {
    background-color: #f5f1ed;
}

#bingc-phone-button.bingc-show {
    z-index: 3 !important;
}

.overlayMenu ul.basemenu {
    margin-top: 12px;
}

.block-content .inner .left-nav ul.hamcity.desctop_city {
    top: 70px;
    display: flex;
    flex-direction: inherit;
    justify-content: flex-start;
    align-items: flex-start;
    border-bottom: none;
    width: 305px;
    position: fixed;
    padding-left: 14px;
}

.block-content .inner .left-nav ul.hamcity.desctop_city li {
    width: 30%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    opacity: 0.5;
}

.block-content .inner .left-nav ul.hamcity.desctop_city li.visible {
    opacity: 1;
}

.block-content .inner .left-nav ul.hamcity.desctop_city li:hover {
    background: none;
    opacity: 1;
}

.block-content .inner .left-nav ul li.desc_city a:before {
    content: none;
}

header nav.overlayMenu > ul > li.hover > a {
    background: none;
    border: none;
    text-decoration: underline;
    text-decoration-color: #ffce58;
}

.foot_number{
    display: block;
}

.overlayMenu ul li a:hover{
    text-decoration: underline;
    text-decoration-color: #ffce58;
}


@media screen and (max-width: 1150px){
    .photogallery-item{width: 30%;}
}

@media screen and (max-width: 950px){
    .price .price-wr .left .active {position: absolute;top: 0;left: 0;background-color: #fbfbfb;z-index: 2;}
    .price .price-wr .left.roll .active{position: relative;}
    .price-wr .left div:after {content: '>';transition: all 0.5s cubic-bezier(0.25, 1.7, 0.35, 0.8);display: block;-webkit-transform: rotate(270deg);-moz-transform: rotate(90deg);-ms-transform: rotate(90deg);-o-transform: rotate(90deg);transform: rotate(90deg);font-family: AlBayan;font-size: 20px;font-weight: bold;font-style: normal;font-stretch: normal;line-height: normal;letter-spacing: normal;text-align: center;color: #878586;width: 10px;height: 25px;position: absolute;right: 12px;top: 15px;}
    .price-wr .left div.active:after{transform: rotate(270deg);right: 24px;transition: all 0.5s cubic-bezier(0.25, 1.7, 0.35, 0.8);}
    .roll .active{display: none;}
    .roll + .right{display: none;}
    .block-content .inner .left-nav ul.hamcity.desctop_city {display: none;}
}

@media screen and (max-width: 640px){
    .right-doctor-content{width: 100%;margin-left: 0;}
    .left-doctor-content{width: 70%;margin: 0 auto 30px;}
    .doctor-wrap{flex-wrap:wrap;}
    .photogallery-item{width: 45%;}
    .single-choose-doctor{width: 45%;}
    header form:before {right: 55px;}
}

@media screen and (max-width: 480px){
    .single-choose-doctor{width: 100%;margin-right: 0;}
    .photogallery-list{margin-left: 0;}
    .photogallery-item{width: 100%;margin-left: 0;}
    a.single-choose-link {display: flex;flex-direction: column;justify-content: center;align-items: center;text-align: center;}
}


