page-info-descript@font-face {
    font-family: ProximaNovaRegular;
    src: url(../fonts/ProximaNovaRegular.otf);
}

@font-face {
    font-family: ProximaNovaBold;
    src: url(../fonts/ProximaNovaBold.otf);
}

@font-face {
    font-family: ProximaNovaLight;
    src: url(../fonts/ProximaNovaLight.otf);
}

@font-face {
    font-family: ProximaNovaSemibold;
    src: url(../fonts/ProximaNovaSemibold.otf);
}

/*------------------------------------------------------------*
**  Главная
**------------------------------------------------------------*/

/* CSS Document */

body {
    font-size: 16px;
    color: #181716;
    margin: 0px;
    background: #f5f5f5;
    font-family: ProximaNovaRegular;
}

a {
    text-decoration: none;
    color: #343434;
}

a:hover {
    text-decoration: underline;
    color: #343434;
}

.clear {
    clear: both;
}

ul,
p,
img {
    margin: 0px;
    padding: 0px;
    border: 0px;
    list-style: none;
    text-align: justify;
}

h1,
h2,
h3,
h4,
h5,
.h1,
.h2,
.h3,
.h4,
.h5 {
    line-height: normal;
    font-weight: bold;
    text-rendering: optimizeLegibility;
}

h1,
.h1 {
    font-size: 23px;
}

h2,
.h2 {
    font-size: 21px;
}

h3,
.h3 {
    font-size: 20px;
}

h4,
.h4 {
    font-size: 18px;
}

h5,
.h5 {
    font-size: 16px;
}

* {
    box-sizing: border-box;
}

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

input {
    outline: none;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}

input[type="number"] {
    -moz-appearance: textfield;
}

span.otzyv_text__photo {
    text-align: left;
    font-size: 16px;
}

input[type="file"] {
    border: 0;
    width: 100%;
    padding: 15px 20px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 16px;
    color: #666666;
    margin: 0 0 10px 0;
}

img {
    max-width: 100%;
    height: auto;
}

body.mainpage {
    background: #252628;
}

.page-width {
    width: 90%;
    /*max-width: 1140px;*/
    max-width: 1280px;
    position: relative;
    margin: 0 auto;
}

#wpadminbar {
    z-index: 999 !important;
}

header {
    padding: 45px 0 0 0;
}

header .search {
    float: right;
    margin: 60px 0 0 15px;
    position: relative;
}

body.mainpage header .search {
    margin: 0px 0 0 15px;
}

header .lang {
    float: right;
    margin: 60px 0 0 25px;
    font-family: ProximaNovaLight;
    display: none;
}

body.mainpage header .lang {
    margin: 0px 0 0 25px;
}

header .topmenu {
    float: right;
    margin: 60px 0 0 0;
}

body.mainpage header .topmenu {
    margin: 0px 0 0 0;
}

header .topmenu li {
    float: left;
    margin: 0 15px;
    position: relative;
}

header .topmenu li a {
    font-family: Verdana;
    text-transform: uppercase;
    font-size: 12px;
    text-decoration: none;
    color: #000;
}

header .topmenu li a:hover {
    text-decoration: none;
    border-bottom: 1px #f1b912 solid;
}

.current-menu-item a {
    border-bottom: 1px #f1b912 solid;
}

header .topmenu li.menu-item-has-children a:after {
    content: "";
    position: absolute;
    top: 7px;
    right: -12px;
    width: 7px;
    height: 5px;
    background: url(../images/arrowdown-black.png) no-repeat;
}

body.mainpage header .topmenu li.menu-item-has-children a:after {
    background: url(../images/arrowdown.png) no-repeat;
}

header .topmenu li.menu-item-has-children ul li a:after {
    display: none;
}

header .topmenu li.menu-item-has-children ul {
    display: none;
    position: absolute;
    top: 20px;
    left: 0px;
    z-index: 999999;
    background: #f1b912;
    padding: 10px 20px;
    width: 200px;
}

header .topmenu li:hover ul {
    display: block;
}


header .topmenu li.menu-item-has-children ul li {
    float: none;
    margin: 5px 0 5px 0;
    white-space: nowrap;
}

header .topmenu li.menu-item-has-children ul li:hover {
    list-style: disc;
    color: #111;
    list-style-position: outside;
}

header .topmenu li.menu-item-has-children ul li a {
    font-size: 13px;
    text-transform: none;
    word-wrap: break-word;
    white-space: pre-wrap;
}

header .topmenu li.menu-item-has-children ul li a:hover {
    border-bottom: 1px #111 solid;
}

header .lang span {
    color: #959696;
    padding: 0 10px 0 0;
}

body.mainpage header a {
    color: #fff;
}

header .search span.icon {
    display: block;
    width: 17px;
    height: 17px;
    background: url(../images/search-icon-black.png) no-repeat;
    cursor: pointer;
}

body.mainpage header .search span.icon {
    background: url(../images/search-icon.png) no-repeat;
}

header .logo {
    float: left;
}

header .search input[type="text"] {
    position: absolute;
    top: -5px;
    right: 25px;
    border: 1px #fff solid;
    height: 30px;
    z-index: 999;
    padding: 0 10px;
    font-size: 14px;
    width: 250px;
    box-shadow: 0px 0px 15px rgba(255, 255, 255, .5);
    display: none;
}

header .search input[type="submit"] {
    display: none;
}

footer {
    padding: 50px;
}

footer .copyright {
    font-size: 13px;
    color: #959595;
}

footer .copyright a {
    font-family: ProximaNovaBold;
    color: #959595;
}

.wrapper-mainpage .page-width {
    height: calc(100vh - 255px);
    padding: 25px 0 0 0;
    font-size: 0px;
}

.wrapper-mainpage .td {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    width: 25%;
    padding: 0 4px;
    font-size: 0px;
}

.wrapper-mainpage .td img {
    height: 100%;
}

.wrapper-mainpage .logo {}

.wrapper-mainpage .social {
    display: table;
    margin: 25px auto 0 auto;
}

.wrapper-mainpage .social a {
    display: block;
    float: left;
    width: 16px;
    margin: 0 10px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.wrapper-mainpage .social a:hover {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}

.wrapper-mainpage .social a.fb {
    height: 16px;
    background: url(../images/social-fb.png) no-repeat;
}

.wrapper-mainpage .social a.in {
    height: 16px;
    background: url(../images/social-in.png) no-repeat;
}

.wrapper-mainpage .social a.odnok {
    height: 12px;
    margin-top: 2px;
    background: url(../images/odnoklassniki-logo.png) no-repeat;
}

.wrapper-mainpage .social a.tw {
    height: 14px;
    margin-top: 1px;
    background: url(../images/social-tw.png) no-repeat;
}

.wrapper-page {
    padding: 80px 0;
    overflow: hidden;
}

.wrapper-page h1 {
    margin: 0px;
    font-size: 30px;
    font-family: ProximaNovaBold;
}

.wrapper-page .page-about-table {
    display: table;
    width: 100%;
    margin: 120px 0 0 0;
}

.wrapper-page .page-about-table .photo {
    display: table-cell;
    vertical-align: top;
    width: 43%;
    padding: 0 30px 0 0;
    position: relative
}

.wrapper-page .page-about-table .photo span {
    font-family: ProximaNovaBold;
    font-size: 104px;
    line-height: 104px;
    position: absolute;
    top: -72px;
    left: 0px;
    color: #eaeaea;
    z-index: 1;
}

.wrapper-page .page-about-table .photo img {
    position: relative;
    z-index: 99;
}

.wrapper-page .page-about-table .text {
    display: table-cell;
    vertical-align: top;
    width: 57%;
    padding: 0 0 0 30px;
    line-height: 24px;
}

.wrapper-page .page-about-table .text h2 {
    margin: 0px 0 15px 0;
    font-size: 23px;
    font-family: ProximaNovaBold;
}

.wrapper-page .page-about-table .text p {
    margin: 0 0 20px 0;
}

.wrapper-page .page-about-table .text span {
    display: block;
    font-style: normal;
    margin: 5px 0 0 0;
}

.page-contact {}

.page-contact h1.title {
    height: 590px;
    background: url(../images/page-contact-bg.jpg) no-repeat center 0;
    text-align: center;
    font-size: 83px;
    color: #fff;
    font-family: ProximaNovaBold;
    text-transform: uppercase;
    margin: 0;
    display: table;
    width: 100%;
}

.page-contact h1.title span {
    display: table-cell;
    vertical-align: middle;
}

.page-contact .block {
    position: relative;
    background: #fff;
    width: 100%;
    max-width: 860px;
    margin: 0 auto -190px auto;
    top: -190px;
    padding: 100px 160px;
    box-shadow: 9px 3px 27px rgba(0, 0, 0, .09);
}

.page-contact .block h2 {
    font-size: 38px;
    font-family: ProximaNovaBold;
    margin: 0;
}

.page-contact .block .table {
    display: table;
    width: 100%;
    margin: 65px 0 0 0;
}

.page-contact .block .table .td:nth-child(1) {
    display: table-cell;
    vertical-align: top;
    width: 35%;
}

.page-contact .block .table .td:nth-child(2) {
    display: table-cell;
    vertical-align: top;
    width: 65%;
    padding: 0 0 0 60px;
}

.page-contact .block input[type="text"] {
    width: 100%;
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    font-family: ProximaNovaLight;
    font-size: 16px;
    color: #000;
    border-bottom: 1px #000 solid;
    padding: 5px 0;
    margin: 0 0 35px 0;
}

.page-contact .block input[type="submit"] {
    border: 0px;
    background: #f1b912;
    border-radius: 200px;
    font-size: 17px;
    font-family: ProximaNovaSemibold;
    width: 100%;
    padding: 18px 0;
    color: #3f3216;
    cursor: pointer;
}

.page-contact .block input[type="submit"]:hover {
    background: #d5a30f;
}

.page-contact .block .item {
    color: #424141;
    margin: 0 0 20px 0;
}

.page-contact .block .item span {
    display: block;
    font-size: 20px;
    font-family: ProximaNovaSemibold;
}

.page-contact .block .social a {
    display: block;
    float: left;
    margin: 0px 15px 0 0;
    width: 16px;
}

.page-contact .block .social p {
    margin: 10px 0 0 0;
}

.page-contact .block .social a.fb {
    height: 16px;
    background: url(../images/page-contact-icon-fb.png) no-repeat 0px 0px;
}

.page-contact .block .social a.fb:hover {
    background: url(../images/page-contact-icon-fb.png) no-repeat -16px 0px;
}

.page-contact .block .social a.in {
    height: 16px;
    background: url(../images/page-contact-icon-in.png) no-repeat 0px 0px;
}

.page-contact .block .social a.in:hover {
    background: url(../images/page-contact-icon-in.png) no-repeat -16px 0px;
}

.page-contact .block .social a.odnok {
    height: 32px;
    /* margin-top: 2px; */
    background: url(../images/odnoklassniki-logo.png) no-repeat 0px 0px;
    background-size: contain;
}

.page-contact .block .social a.odnok:hover {
    background: url(../images/odnoklassniki-logo hover.png) no-repeat -16px 0px;
}

.page-contact .block .social a.tw {
    height: 14px;
    margin-top: 1px;
    background: url(../images/page-contact-icon-tw.png) no-repeat 0px 0px;
}

.page-contact .block .social a.tw:hover {
    background: url(../images/page-contact-icon-tw.png) no-repeat -16px 0px;
}

.page-info-descript {
    line-height: 24px;
}

.page-info-descript img {
    float: right;
    margin: 0 0 50px 50px;
}

.additionally .name {
    font-size: 25px;
    padding: 0 0 25px 0;
    text-align: left;
}

.page-info {}

.page-info .block1 .item {
    float: left;
    width: 31.6667%;
    margin: 0 2.5% 0 0;
    height: 260px;
    box-shadow: 10px 9px 16px rgba(0, 0, 0, .09);
    overflow: hidden;
    font-size: 0px;
    position: relative;
}

.page-info .block1 .item:last-child {
    margin: 0 0% 0 0;
}

.page-info .block1 .item img {
    height: 100%;
    max-width: none;
}

.page-info .block1 .item span {
    display: table;
    width: 100%;
    position: absolute;
    bottom: 0px;
    right: 0px;
    background: rgba(255, 255, 255, .6);
    height: 85px;
    text-align: center;
}

.page-info .block1 .item a.name {
    display: table-cell;
    vertical-align: middle;
    font-size: 16px;
    text-transform: uppercase;
    text-decoration: none;
    font-family: ProximaNovaSemibold;
}

.page-info .block2 {
    padding: 30px 0 0 0;
    display: table;
    margin: 0 auto;
}

.page-info .block2 .item {
    float: left;
    width: 450px;
    margin: 0 30px 0 0;
    height: 260px;
    box-shadow: 10px 9px 16px rgba(0, 0, 0, .09);
    overflow: hidden;
    font-size: 0px;
    position: relative;
}

.page-info .block2 .item:last-child {
    margin: 0 0% 0 0;
}

.page-info .block2 .item span {
    display: table;
    width: 100%;
    position: absolute;
    bottom: 0px;
    right: 0px;
    background: rgba(255, 255, 255, .6);
    height: 85px;
    text-align: center;
}

.page-info .block2 .item a.name {
    display: table-cell;
    vertical-align: middle;
    font-size: 16px;
    text-transform: uppercase;
    text-decoration: none;
    font-family: ProximaNovaSemibold;
}

.page-portfolio {}

.page-portfolio h1 {
    text-transform: uppercase;
    font-size: 30px;
    text-align: center;
}

.page-portfolio .desc {
    margin: 30px 0 0 0;
    font-size: 25px;
}

.page-portfolio .gallery {
    margin: 50px 0 0 0;
}

.page-portfolio .gallery .item,
.page-portfolio .gallery ul li {
    float: left;
    margin-bottom: 20px;
}

.page-portfolio .gallery ul li figure {
    width: 100%;
    height: 100%;
    display: block;
    margin: 0px;
    padding: 0px;
}

.page-portfolio .gallery .item img,
.page-portfolio .gallery ul li img {
    width: 100%;
    max-height: 100%;
    vertical-align: bottom;
}

.page-portfolio .gallery .first-item {
    clear: both;
}

.page-portfolio .gallery .last-row,
.page-portfolio .gallery .last-row~.item {
    margin-bottom: 0;
}

.page-series {}

@media (max-width: 650px) {
    .page-series .title {
        font-size: 27px !important;
    }
}

.page-series .title {
    padding: 300px 0;
    text-align: center;
    font-size: 47px;
    color: #fff;
    font-family: ProximaNovaSemibold;
    text-transform: uppercase;
    margin: 0;
    display: table;
    width: 100%;
}

.page-series .title span {
    display: table-cell;
    vertical-align: middle;
}

.page-reviews .title {
    height: 178px;
    background: url(../images/page-contact-bg.jpg) no-repeat center 0;
    text-align: center;
    font-size: 70px;
    color: #fff;
    font-family: ProximaNovaBold;
    text-transform: uppercase;
    margin: 0 0 100px 0;
    display: table;
    width: 100%;
}

.page-reviews .title span {
    display: table-cell;
    vertical-align: middle;
}

.page-reviews .items {}

.page-reviews .items .item {
    display: flex;
    width: 100%;
    margin: 0 0 45px 0;
    height: 250px;
}

.page-reviews .items .item:nth-child(2n) .empty {
    order: 1;
}

.page-reviews .items .item:nth-child(2n) .block {
    order: 2;
}

.page-reviews .items .item:nth-child(2n) .photo {
    order: 3;
}

.page-reviews .items .item .photo {
    width: 275px;
}

.page-reviews .items .item .block {
    padding: 0 40px;
    flex: 1;
    display: table;
    height: 100%;
    width: 100%;
}

.page-reviews .items .item .block .vertical {
    display: table-cell;
    vertical-align: middle;
}

.page-reviews .items .item .empty {
    width: 275px;
}

.page-reviews .items .item .photo span {
    display: block;
    width: 275px;
    overflow: hidden;
    position: relative;
    z-index: 999;
    box-shadow: 7px 18px 35px rgba(0, 0, 0, .2);
    font-size: 0px;
    height: 250px;
}

.page-reviews .items .item .photo span img {
    max-width: none;
}

.page-reviews .items .item .block p.text {
    line-height: 24px;
    margin: 0 0 15px 0;
    text-align: justify;
}

.page-reviews .items .item .block .name {
    float: left;
    font-size: 25px;
    font-family: ProximaNovaSemibold;
    position: relative;
    padding: 0 0 0 35px;
}

.page-reviews .items .item .block .name span {
    position: relative;
}

.page-reviews .items .item .block .name span:before {
    content: "";
    width: 24px;
    height: 1px;
    background: #000;
    position: absolute;
    top: 15px;
    left: -35px;
}

.page-reviews .items .item .block .social {
    float: left;
    margin: 7px 0 0 40px;
}

.page-reviews .items .item .block .social a {
    display: block;
    float: left;
    margin: 0px 15px 0 0;
    width: 16px;
}

.page-reviews .items .item .block .social a.fb {
    height: 16px;
    background: url(../images/page-contact-icon-fb.png) no-repeat 0px 0px;
}

.page-reviews .items .item .block .social a.fb:hover {
    background: url(../images/page-contact-icon-fb.png) no-repeat -16px 0px;
}

.page-reviews .items .item .block .social a.in {
    height: 16px;
    background: url(../images/page-contact-icon-in.png) no-repeat 0px 0px;
}

.page-reviews .items .item .block .social a.in:hover {
    background: url(../images/page-contact-icon-in.png) no-repeat -16px 0px;
}

.page-reviews .items .item .block .social a.you {
    height: 12px;
    margin-top: 2px;
    background: url(../images/page-contact-icon-you.png) no-repeat 0px 0px;
}

.page-reviews .items .item .block .social a.you:hover {
    background: url(../images/page-contact-icon-you.png) no-repeat -16px 0px;
}

.page-reviews .items .item .block .social a.tw {
    height: 14px;
    margin-top: 1px;
    background: url(../images/page-contact-icon-tw.png) no-repeat 0px 0px;
}

.page-reviews .items .item .block .social a.tw:hover {
    background: url(../images/page-contact-icon-tw.png) no-repeat -16px 0px;
}

.page-services {
    margin: -20px 0 0 0;
}

.page-services .slider-wrap .slider {
    overflow: hidden;
    position: relative;
}

.page-services .slider-wrap .slide {
    width: auto;
    height: 100%;
}

.page-services .slider-wrap .sli-links {
    display: none;
}

.prewbutton {
    display: block;
    width: 25px;
    height: 25px;
    background: url(../images/next-page.png) no-repeat;
    text-indent: -999999px;
    position: absolute;
    top: 50%;
    margin: -7px 0 0 0;
    background-size: contain;
    transform: rotate(180deg);
}

.nextbutton {
    display: block;
    width: 25px;
    height: 25px;
    background: url(../images/next-page.png) no-repeat;
    text-indent: -999999px;
    position: absolute;
    top: 50%;
    margin: -7px 0 0 0;
    background-size: contain;
}

.prew__button {
    display: block;
    width: 23px;
    height: 15px;
    background: url(../images/next.svg) no-repeat;
    text-indent: -999999px;
    position: absolute;
    top: 50%;
    margin: -7px 0 0 0;
    background-position: 0px 0px;
    left: 0px;
    transform: rotate(180deg);
}

.next__button {
    display: block;
    width: 23px;
    height: 15px;
    background: url(../images/next.svg) no-repeat !important;
    text-indent: -999999px;
    position: absolute;
    top: 50%;
    margin: -7px 0 0 0;
    background-position: -23px 0px;
    right: 0px;
}

/*.page-services .slider-wrap .prewbutton .prewbutton_2 {*/

/*    background-position:0px 0px;*/

/*    left:0px;*/

/*}*/

/*.page-services .slider-wrap .nextbutton {*/

/*    background-position:-23px 0px;*/

/*    right:0px;*/

/*}*/

.page-services .title-slide {
    background: #f1b912;
    text-align: center;
    font-size: 20px;
    color: #523d02;
    text-transform: uppercase;
    font-family: ProximaNovaSemibold;
    padding: 50px 0;
    margin: 0 0 100px 0;
}

.page-services .table-service {
    display: table;
    width: 100%;
    table-layout: fixed;
}

.page-services .table-service .td {
    display: table-cell;
    vertical-align: top;
    padding: 0 0 50px 0;
    position: relative;
}

.page-services .table-service .td .block {
    background: #ebebeb;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, .09);
    padding: 0 0 30px 0;
    position: relative;
}

.page-services .table-service .td .block .images {
    overflow: hidden;
    opacity: .6;
    font-size: 0px;
}

.page-services .table-service .td .block .images img {
    width: 100%;
    /*max-height: 600px;*/
    /*display: flex;*/
    /*margin: 0 auto;*/
}

.page-services .table-service .td .block .name {
    font-size: 30px;
    padding: 0 30px;
    margin: 40px 0 0 0;
    text-align: center;
    color: #505050;
}

.page-services .table-service .td .block .price {
    font-size: 25px;
    padding: 0 30px;
    margin: 20px 0 0 0;
    text-align: center;
    color: #505050;
}

.page-services .table-service .td .block .price span {
    font-size: 27px;
    font-family: ProximaNovaSemibold;
}

.page-services .table-service .td .block ul {
    padding: 0 30px;
    font-size: 13px;
    color: #505050;
    margin: 15px 0 0 0;
}

.page-services .table-service .td .block ul li {
    margin: 0 0 15px 0;
}

.page-services .table-service .td .block .btn {
    position: absolute;
    bottom: -34px;
    left: 0px;
    right: 0px;
    display: none;
}

.page-services .table-service .td .block .btn a {
    display: table;
    margin: 0 auto;
    font-size: 17px;
    height: 60px;
    font-family: ProximaNovaSemibold;
    background: #f1b912;
    border-radius: 200px;
    padding: 20px 60px;
    box-shadow: 0px 5px 5px rgba(0, 0, 0, .1);
}

.btn_reviews {
    margin-top: 80px;
}

.btn_reviews a {
    display: table;
    margin: 0 auto;
    font-size: 17px;
    height: 60px;
    font-family: ProximaNovaSemibold;
    background: #f1b912;
    border-radius: 200px;
    padding: 20px 60px;
    box-shadow: 0px 5px 5px rgba(0, 0, 0, .1);
}

.page-services .table-service .td .block .btn a:hover {
    text-decoration: none;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, .17);
    background: #e0ac10;
}

.btn_reviews a:hover {
    text-decoration: none;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, .17);
    background: #e0ac10;
}

.page-services .table-service .td .block:hover .btn {
    display: block;
}

.page-services .table-service .td .block:hover {
    background: #fff;
    border-bottom: 8px #f1b912 solid;
    padding: 0 0 50px 0;
}

.page-services .table-service .td .block:hover .name {
    color: #000;
}

.page-services .table-service .td .block:hover .images {
    opacity: 1;
    border-top: 8px #f1b912 solid;
    border-bottom: 8px #f1b912 solid;
}

.page-services .table-service .td .block:hover .price {
    color: #f1b912;
}

.mobile-menu-icon {
    display: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.responsive-tabs .responsive-tabs__panel {
    background: none !important;
    border: 0px solid #ddd !important;
    border-top: 0px solid #ddd !important;
    clear: left;
    margin-bottom: 0;
    padding: 0px 0px 0 !important;
    word-wrap: break-word;
}

.responsive-tabs .responsive-tabs__list__item {
    border: 0px solid transparent !important;
}

.page-series .arrow-new-cods {
    position: relative;
}

/*.page-series .arrow-new-cods .prewbutton, .page-series .arrow-new-cods .nextbutton {*/

/*display:block;*/

/*width:18px;*/

/*height:29px;*/

/*background:url(../images/newnew-arrow-slider.png) no-repeat;*/

/*text-indent:-999999px;*/

/*position:absolute;*/

/*top:50%;*/

/*margin:-15px 0 0 0;*/

/*}*/

.page-series .arrow-new-cods .prewbutton {
    left: 0px;
}

.page-series .arrow-new-cods .nextbutton {
    right: 0px;
}

.page-series .sli-links {
    display: none;
}

@media screen and (max-width:650px) {
    footer {
        display: none;
    }
}

@media screen and (max-width:1000px) {
    header .topmenu {
        margin: 56px 0 0 0;
    }

    .wrapper-mainpage {
        height: auto;
        padding: 45px 0 0 0;
        width: 100%;
    }

    .wrapper-mainpage .td {
        display: block;
        width: 100%;
        margin: 0 0 20px 0;
    }

    .wrapper-mainpage .td .slider img {
        height: auto;
        width: auto;
        max-width: 100%;
        margin: auto;
    }

    footer .copyright {
        text-align: center;
    }

    .mobile-menu-icon {
        display: block;
    }

    .mobile-menu-icon a {
        display: block;
        width: 40px;
        height: 27px;
        background: url(../images/mobile-menu-black.png) no-repeat;
    }

    body.mainpage .mobile-menu-icon a {
        display: block;
        width: 40px;
        height: 27px;
        background: url(../images/mobile-menu.png) no-repeat;
    }

    #menu-topmenu {
        display: none;
        position: absolute;
        top: 30px;
        left: 0px;
        width: 200px;
        z-index: 9999;
        background: #fff;
        padding: 10px 20px;
    }

    header .topmenu {
        float: left;
        position: relative;
    }

    header .topmenu li {
        float: none;
        margin: 0 0px 5px 0;
        position: relative;
    }

    body.mainpage header ul li a {
        color: #000;
        font-size: 15px;
    }

    header .topmenu li:hover ul {
        display: block;
    }

    header .logo {
        float: none;
        margin: 0 auto;
        text-align: center;
    }

    header {
        padding: 25px 0 0 0;
    }

    header .topmenu li.sub a:after {
        display: none;
    }

    header .topmenu li.menu-item-has-children a:after {
        display: none;
    }

    .wrapper-page .page-about-table {
        margin: 50px 0 0 0;
    }

    .wrapper-page .page-about-table .photo {
        display: block;
        width: 100%;
        text-align: center;
        padding: 0 0px 10px 0;
    }

    .wrapper-page .page-about-table .text {
        display: block;
        width: 100%;
        text-align: center;
        padding: 0 0px 0 0;
    }

    .wrapper-page h1 {
        text-align: center;
    }

    h1.title {
        height: auto !important;
        font-size: 40px !important;
        padding: 50px 0 !important;
    }

    .page-contact .block {
        position: relative;
        background: #fff;
        width: 100%;
        max-width: 860px;
        margin: 0 auto -0px auto;
        top: -0px;
        padding: 20px 20px;
        box-shadow: 9px 3px 27px rgba(0, 0, 0, .09);
    }

    .page-contact .block h2 {
        text-align: center;
    }

    .page-info .block1 .item {
        float: none;
        width: auto;
        height: auto;
        display: table;
        margin: 0 auto 20px auto;
    }

    .page-info .block1 .item:last-child {
        margin: 0 auto 20px auto;
    }

    .page-info .block2 .item {
        float: none;
        width: auto;
        height: auto;
        display: table;
        margin: 0 auto 20px auto;
    }

    .page-info .block2 .item:last-child {
        margin: 0 auto 20px auto;
    }

    .page-info .block1 .item img {
        height: auto;
        max-width: 100%;
    }

    .page-info .block1 .item span,
    .page-info .block2 .item span {
        height: auto;
        padding: 20px 0;
    }

    .page-portfolio .desc {
        text-align: center;
    }

    .page-reviews .items .item {
        display: block;
        width: 100%;
        margin: 0 0 45px 0;
        height: auto;
    }

    .page-reviews .items .item .empty {
        display: none;
    }

    .page-reviews .items .item:nth-child(2n) .empty {
        order: 3;
    }

    .page-reviews .items .item:nth-child(2n) .block {
        order: 2;
    }

    .page-reviews .items .item:nth-child(2n) .photo {
        order: 1;
    }

    .page-reviews .items .item .photo {
        width: 100%;
        text-align: center;
        margin: 0 0 20px 0;
    }

    .page-reviews .items .item .photo span {
        display: block;
        width: 100%;
        margin: 0 auto;
    }

    .page-reviews .items .item .block {
        padding: 0 0px;
    }

    .page-services .title-slide .page-width {
        padding: 0 30px;
    }

    .page-services .table-service .td {
        display: block;
        padding: 0 0 0px 0;
        position: relative;
        margin: 0 0 70px 0;
    }

    .page-services .table-service .td .block .btn {
        position: absolute;
        bottom: -34px;
        left: 0px;
        right: 0px;
        display: block;
    }

    .page-services .title-slide {
        font-size: 16px;
    }
}

@media screen and (max-width:600px) {
    .page-contact .block .table .td:nth-child(1) {
        display: block;
        width: 100%;
        text-align: center;
        margin: 0 0 20px 0;
    }

    .page-contact .block .table .td:nth-child(2) {
        display: block;
        width: 100%;
        padding: 0 0 0 0px;
    }

    .page-contact .block .item.social {
        display: table;
        margin: 0 auto;
    }
}

.popup-block {
    display: none;
}

.popup-block .popup-bg {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    padding: 16px;
    background-color: rgba(117, 117, 117, 0.9);
    z-index: 99999999999999;
    overflow: auto;
}

.popup-block .block {
    background: #f9f9f9;
    width: 400px;
    position: fixed;
    top: 10%;
    left: 50%;
    margin: 0px 0px 0px -200px;
    z-index: 99999999999;
    background: #f1b912;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 25px;
    text-align: center;
    font-size: 19px;
    color: #fff;
    text-transform: uppercase;
}

.popup-block .block .close {
    width: 20px;
    height: 20px;
    font-size: 40px;
    color: #fff;
    position: absolute;
    top: 5px;
    right: 5px;
    cursor: pointer;
    transform: rotate(45deg);
}

.popup-block .block .close:hover {
    color: #fbc907;
}

.popup-block .block .name {
    text-align: center;
    text-transform: uppercase;
    font-size: 24px;
    padding: 0 0 10px 0;
    border-bottom: 2px #fff solid;
    margin: 0 0 30px 0;
    font-family: MuseoSansCyrl-500;
}

.popup-block .block input[type="text"] {
    border: 0;
    width: 100%;
    padding: 15px 20px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 16px;
    color: #666666;
    margin: 0 0 10px 0;
}

.popup-block .block input[type="textarea"] {
    border: 0;
    width: 100%;
    padding: 15px 20px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 16px;
    color: #666666;
    margin: 0 0 10px 0;
    height: 40px;
}

.popup-block .block textarea {
    border: 0;
    width: 100%;
    padding: 15px 20px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 16px;
    color: #666666;
    height: 150px;
    margin: 0 0 10px 0;
    font-family: MuseoSansCyrl-300;
}

.popup-block .block input[type="submit"] {
    display: block;
    text-transform: uppercase;
    color: #fff;
    font-size: 16px;
    background: #4732329c;
    padding: 17px 20px;
    text-decoration: none;
    text-align: center;
    border: 0px;
    cursor: pointer;
    -moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, .08);
    -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, .08);
    box-shadow: 0px 0px 20px rgba(0, 0, 0, .08);
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.popup-block .block input[type="submit"]:hover {
    background: #fff;
    color: #364657;
}

.snoska {
    width: 96%;
    max-width: 1140px;
    position: relative;
    margin: 0 auto;
    background: #ebebeb;
    padding: 50px;
    box-shadow: 0px 6px 6px rgba(0, 0, 0, .09);
    margin-bottom: 30px;
}

.snoska ul li {
    margin-bottom: 10px;
    font-size: 16px;
    font-family: ProximaNovaRegular;
}

@media (max-width: 480px) {
    ul.menu-topmenu>li:hover>ul.sub-menu {
        display: block;
    }
}
@media (max-width: 425px) {
    .page-info-descript img{
        width: 100% !important;
        
    }
}
@media ( min-width: 1440px) {
    .page-width{
        width: 100%;
        max-width: 1380px !important;
    }
}
@media (min-width: 1024px) {
    .page-width{
        max-width: 980px;
    }
}
@media (min-width: 1366px) {
    .page-width{
        max-width: 1280px;
    }
}
.sp-image{
    min-height: 600px !important;
}
.disp_none{
    display:none;
}
@media screen and (max-width: 768px){
   #menu-item-1157{
        display:none !important;
    }
}
